/*commit my    */
/* */
.daterangepicker .drp-calendar{
    max-width: none;
}



/* < > */
.daterangepicker .cls_calundulaBlock2 .calendar-table .next span, .daterangepicker .cls_calundulaBlock2 .calendar-table .prev span{
    border: solid #9F9F9F;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    margin-bottom: 20px;
}

.daterangepicker .cls_calundulaBlock2 .monthselect, .daterangepicker .cls_calundulaBlock2 .yearselect{
    border: none;
    background: none;
    margin-bottom: 20px;
    color: #0C0C0C;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    position: relative;
    left: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent; /* Забирає фонову картинку, що додається автоматично */
}

select::-ms-expand {
    display: none; /* Приховуємо стрілочки у IE/Edge */
}







/*li into row*/
.daterangepicker div.ranges ul {
    display: flex;
    /* flex-wrap: wrap; Дозволяє елементам списку переноситися на новий рядок */
    padding-left: 0; /* Прибрати відступ зліва, якщо потрібен */
    margin: 0; /* Прибрати зовнішні відступи */
    list-style: none; /* Прибрати маркери списку */
}

.daterangepicker div.ranges ul li {
    margin-right: 10px; /* Відступ між елементами списку */
    display: flex;
width: 129px;
height: var(--48, 48px);
padding: var(--8, 8px) 30px;
justify-content: center;
align-items: center;
gap: 10px;
}

.daterangepicker div.ranges ul li:last-child {
    margin-right: 0;
}

/*
@media (min-width: 730px) {
    .daterangepicker div.ranges ul {
        flex-wrap: wrap;
    }

    .daterangepicker div.ranges ul li {
        flex: 1 1 auto;
    }
}

@media (min-width: 564px) and (max-width: 729px) {
    .daterangepicker div.ranges ul {
        flex-wrap: wrap;
    }

    .daterangepicker div.ranges ul li {
        flex: 1 1 45%;
    }
}

@media (min-width: 480px) and (max-width: 563px) {
    .daterangepicker div.ranges ul {
        flex-wrap: wrap;
    }

    .daterangepicker div.ranges ul li {
        flex: 1 1 50%;
    }
}

@media (max-width: 479px) {
    .daterangepicker div.ranges ul {
        flex-wrap: wrap;
    }

    .daterangepicker div.ranges ul li {
        flex: 1 1 100%;
    }
}
*/


/*block position*/
.daterangepicker .cls_calundulaBlock2 .drp-calendar.left.cls_add_for_l_1 {
    clear: left;
}

/*@media (min-width: 730px){
.daterangepicker .cls_calundulaBlock2 .drp-calendar.left.cls_add_for_l_1 {
    clear: left;
}
}*/



/*style range*/

.daterangepicker div.ranges li[data-range-key="Custom Range"] {
    display: none;
}

.daterangepicker.show-calendar .cls_calundulaBlock1 .ranges {
    margin-top: 0;
}

.daterangepicker .cls_calundulaBlock1 .ranges li:hover {
    border-top: 1px solid var(--color-clndr-brdr);
    border-bottom: 1px solid var(--color-clndr-brdr);
    /*background: var(--color-clndr-range-bg);*/
    color: rgb(128, 128, 128);

    border-radius: 25px;
    background: var(--white-100, var(--site-bg-color1));
    box-shadow: -2px 0px 10px 0px rgba(0, 0, 0, 0.03), 1px 0px 9px 0px rgba(0, 0, 0, 0.03);
}

.daterangepicker .cls_calundulaBlock1 .ranges li:first-child:hover {
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
}

.daterangepicker .cls_calundulaBlock1 .ranges li:last-child:hover {
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
}

.daterangepicker .cls_calundulaBlock1 {
    display: flex;
    flex-direction: column;
    align-items: ce;
    gap: 10px;
    height: 48px;
    margin-bottom: 32px;
    border-radius: 27px;
    border: 1px solid var(--color-clndr-brdr);
    background: var(--color-clndr-range-bg);
    justify-content: center;
}


.daterangepicker .cls_calundulaBlock1 div.ranges li {
    color: var(--color-clndr-txt-range);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.daterangepicker .cls_calundulaBlock1 div.ranges li.active {
    border-radius: 25px;
    border: 1px solid var(--color-clndr-range-bg-active);
    background: var(--white-100, var(--site-bg-color1));
    box-shadow: -2px -1px 9px 0px rgba(0, 0, 0, 0.03), 1px 0px 9px 0px rgba(0, 0, 0, 0.03);
}


/*.daterangepicker*/
.daterangepicker{
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid #D5D4DC;
    /* background: var(--white-100, #FFF); */
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.04);
    padding: 40px;
    right: 30px;
}


/*table*/
.daterangepicker .cls_calundulaBlock2 .drp-calendar.right{
    margin-left: 42px;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left{
    border-left: none;
}

.daterangepicker .cls_calundulaBlock2 .table-condensed{
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
    font-size: 14px;
}

.daterangepicker .cls_calundulaBlock2 .table-condensed tbody tr{
    /* height: 32px; */
}

.daterangepicker .cls_calundulaBlock2 .table-condensed tbody td{
    width: 40px;
    min-width: 40px;
    height: 40px;
}

.daterangepicker .cls_calundulaBlock2 .table-condensed thead th.cls_daysOfWeek{
    color: #505050;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.daterangepicker .cls_calundulaBlock2 .table-condensed tbody td.weekend{
    color: #b42e2ec9;
}





/*calenda1*/
.daterangepicker .cls_calundulaBlock2 .drp-calendar.left{
    border-left: none;
}

.daterangepicker .cls_calundulaBlock2 .table-condensed tbody td.available:hover {
    background-color: rgba(255, 199, 0, 0.3);
    border-color: none;
    color: inherit;
    border-radius: 50%;
    position: relative;
}
.daterangepicker td.available:hover::before,
.daterangepicker th.available:hover::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    /* background-color: rgba(255, 199, 0, 0.3); */
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: -1;
}




.daterangepicker .cls_calundulaBlock2 td.start-date.active,
.daterangepicker .cls_calundulaBlock2 td.end-date.active {
    position: relative;
    color: black;
    z-index: 1;

}

.daterangepicker .cls_calundulaBlock2 td.start-date.active::before,
.daterangepicker .cls_calundulaBlock2 td.end-date.active::before {
    content: '';
    position: absolute;

    width: 32px;
    height: 32px;
    background-color: rgba(255, 199, 0, 0.75);
    border-radius: 50px;
    z-index: 1;

    left: 10%;
    top: 10%;
}

.daterangepicker .cls_calundulaBlock2 td.start-date.active:not(.end-date)::after {
    content: '';
    position: absolute;

    width: 95%;
    height: 32px;
    background-color: rgba(255, 199, 0, 0.3);
    z-index: -2;

    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    
    left: 8%;
    top: 10%;
}

.daterangepicker .cls_calundulaBlock2 td.end-date.active:not(.start-date)::after {
    content: '';
    position: absolute;

    width: 90%;
    height: 32px;
    background-color: rgba(255, 199, 0, 0.3);
    z-index: -2;

    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    
    left: 0;
    top: 10%;
}



/*.daterangepicker .cls_calundulaBlock2 td.start-date.active::before{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    left: 2%;
}

.daterangepicker .cls_calundulaBlock2 td.end-date.active::before{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    left: -1%;
}*/


.daterangepicker .cls_calundulaBlock2 td.in-range:not(.end-date) {
    position: relative;
    color: #0C0C0C;
    z-index: 1;
}

.daterangepicker .cls_calundulaBlock2 td.in-range:not(.end-date)::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    width: 102%;
    height: 32px;
    background-color: rgba(255, 224, 115, 0.52);
    border-radius: 0px;
    z-index: -1;
}





/*.daterangepicker .cls_calundulaBlock2 td.start-date.active::before{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.daterangepicker .cls_calundulaBlock2 td.end-date.active::before{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}*/

.daterangepicker .cls_calundulaBlock2 .inpdtchng{
    margin-top: 16px;
    display: flex;
    width: 100%;
    padding: 12px 12px 13px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;

    border-radius: 21px;
    border: 1px solid #D5D4DC;
    background: #FFF;

    color: #0C0C0C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.daterangepicker .cls_calundulaBlock2 .inpdtchng::placeholder{
    color: #888;
}

/*для 6 ховаю інпути ручного введення дати*/
.cls_tr_inpdtchng{
    display: none;
}





/* 3 */
.daterangepicker .cls_calundulaBlock3{
    margin-top: 32px;
} 


.daterangepicker .drp-buttons{
    border-top: none;
}

.daterangepicker .drp-selected{
    /* display: none; */
    color: #FFF;
}

.daterangepicker  .cls_calundulaBlock3 .drp-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.daterangepicker .cls_calundulaBlock3 .drp-buttons .drp-selected {
    margin-right: auto; /* Відсуває текст з датами вліво, кнопки праворуч */
}

.daterangepicker .cls_calundulaBlock3 .cancelBtn{
    width: 10rem;
    flex-shrink: 0;
    padding: 0px 20px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    border: none;
    background: var(--color-clndr-range-bg);

    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.daterangepicker .cls_calundulaBlock3 .applyBtn{
    width: 10rem;
    flex-shrink: 0;
    padding: 0px 20px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    border: none;
    background: var(--color-clndr-btn-bg2);

    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
