/*COLOR*/
.td_widget-rules a{
    color: #E40C25;
    border-bottom: 1px solid #E40C25;
}
.td_widget-rules a:hover{
    color: #E40C25;
    text-decoration: none;
}
.td_widget-item.active{
    color: #E40C25;
}
.td_widget-item.active svg path{
    fill: #E40C25;
}
.checkbox__btn .checkbox__item input:checked ~ .checkmark {
    border-color: #E40C25;
    background: #e40c25!important;
}
.checkbox__btn .checkbox__item .checkmark:after {
    background: #E40C25;
}
.td_widget-calendar-time div:hover, .td_widget-calendar-time .select{
    color: #fff;
    background: #E40C25;
    border: 1px solid #E40C2526;
}
.td_widget-calendar-day span:hover {
    background: #E40C2526;
    color: #E40C25;
}
.td_widget-calendar-day .select,
.td_widget-calendar-day .select:hover{
    background: #E40C25;
    color: #fff;
}
.td_widget-calendar-head .td_widget-calendar-color{
    color: #E40C25!important;
}
/*BTN*/
.td_widget .sticky-top {
    z-index: 2;
}
/*.btn.btn-primary{*/
    /*background: #E40C25;*/
    /*color: #FFFFFF;*/
    /*border: 1px solid #E40C25;*/
/*}*/
/*.btn:focus{*/
    /*outline: none;*/
    /*box-shadow: none;*/
/*}*/
/*.btn:hover,*/
/*.btn:not(:disabled):not(.disabled):active{*/
    /*color: #E40C25;*/
    /*background: transparent;*/
    /*box-shadow: none!important;*/
    /*border: 1px solid #E40C25;*/
/*}*/
/*.btn.disabled, .btn:disabled,*/
/*.btn.disabled:hover, .btn:disabled  {*/
    /*background: #F2F2F2;*/
    /*border: 1px solid #F2F2F2;*/
    /*color: #FFFFFF;*/
    /*cursor: no-drop;*/
/*}*/
/*.btn.btn-outline-primary{*/
    /*background: transparent;*/
    /*color: #E40C25;*/
    /*border: 1px solid #E40C25;*/
/*}*/
/*.btn.btn-outline-primary:hover{*/
    /*background: #E40C25;*/
    /*color: #fff;*/
    /*border: 1px solid #E40C25;*/
/*}*/
/*END BTN*/
/*END COLOR*/

.td_widget{
    padding-top: 64px;
    padding-bottom: 64px;
}
.td_widget-title{
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 41px;
    color: #2F2F2F;
    margin-bottom: 25px;
}
.td_widget-hr{
    border-top: 1px solid #E5E5E5;
    margin-bottom: 32px;
    margin-top: 0;
}
.btn{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 12px 30px;
}
.td_widget-head{
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 17px 0 20px;
    background: #fff;
    /*margin-bottom: 32px;*/
}
.td_widget-head-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.td_widget-item:hover {
    cursor: no-drop;
}
.td_widget-item.active:hover {
    cursor: auto;
}
.td_widget-edit-icon{
    display: none;
}
.td_widget-item.edit{
    color: #2F2F2F;
    cursor: pointer;
    align-items: inherit;
    font-size: 14px;
}
.td_widget-item.edit:hover {
    cursor: pointer;
}
.td_widget-item.edit span {
    padding-top: 4px;
}

.td_widget-item.edit .td_widget-item-title {
    display: none;
}
.td_widget-item.edit .td_widget-item-desc{
    display: block;
}
.td_widget-item .td_widget-item-desc{
    display: none;
}
.td_widget-item-desc.big{
    padding-top: 0!important;
    font-size: 10px;
    line-height: 15px;
}
.td_widget-item-desc.big b{
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 0;
}

.td_widget-item.edit .td_widget-item-icon{
    display: none;
}
.td_widget-item.edit .td_widget-edit-icon{
    display: block;
}
.td_widget-item{
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #8B8C90;
    display: flex;
    align-items: center;
    border-right: 1px solid #E5E5E5;
    margin-right: 32px;
}
.td_widget-item:last-child{
    margin-right: 0;
    border-right: 0;
}
.td_widget-item svg{
    margin-right: 11px;
}
.td_widget-item-icon{
    min-width: 21px;
}
.td_widget-edit-icon{
    min-width: 20px;
}



.td_car{
    margin-bottom: 24px;
    border: 1px solid #E5E5E5;
    padding: 16px 20px 22px;
}

.td_car.active:hover {
    cursor: default;
}
.td_car-img{
    width: 100%;
    height: 163px;
    /*height: 120px;*/
    margin-bottom: 14px;
    overflow: hidden;
}
.td_car-img img{
    width: 100%;
}
.td_car-title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    display: block;
    color: #2F2F2F;
    margin-bottom: 3px;
}
.td_car-desc{
    font-style: normal;
    font-weight: bold;
    font-size: 9px;
    line-height: 13px;
    text-transform: uppercase;
    color: #8B8C90;
    margin-bottom: 16px;
    display: block;
}
.td_exit-title{
    font-size: 14px;
}
.td_car .btn{
    width: 100%;
    max-width: none;
    padding-left: 0!important;
    padding-right: 0!important;
}




.td_widget-route {
    margin-bottom: 30px;
}
.td_widget-route-img{
    margin-bottom: 15px;
    height: 206px;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
}
.td_widget-route-img img{
    width: 100%;
}
.td_widget-route-title{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;

    color: #292929;
    display: block;
    margin-bottom: 10px;
}
.td_widget-route-content{
    margin-bottom: 22px;
}
.td_widget-route-content p{
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    display: block;
    margin-bottom: 8px;
}
.td_widget-route .btn {
    width: 100%;
    max-width: none;
}







.td_widget-rules{
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 24px;
    color: #2F2F2F;
    margin-bottom: 34px;
}



.td_widget-form .form-group{
    margin-bottom: 30px;
}
.td_widget-form .form-control{
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 10px 20px 9px;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #2F2F2F;
}
.td_widget-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #000;
}
.td_widget-form-desc{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #2F2F2F;
    display: block;
    margin-bottom: 22px;
}
@media (max-width: 767.98px) {
    .td_widget-title {
        font-size: 24px;
        line-height: 30px;
    }
    .td_car-img,
    .td_widget-route-img{
        height: auto;
    }


    .td_widget-head-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        justify-content: flex-start;
    }
    .td_widget-item-desc, .td_widget-item-title {
        white-space: nowrap;
    }
    .td_widget-item {
        padding-right: 25px;
        margin-right: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .td_widget-route-img {
        height: 156px;
    }
}









/*CHECKBOX BTN*/
.checkbox__btn {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
}
.checkbox__btn li {
    margin-right: 20px;
}
.checkbox__btn li:last-child{
    margin-right: 0;
}
.checkbox__btn label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #2F2F2F;
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}
.checkbox__btn label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox__btn .control-label__text:before {
    content: '';
    height: 24px;
    width: 24px;
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    transform: translate(0%, -50%);
    top: 50%;
}
.checkbox__btn label input:checked ~ .control-label__text:before {
    background-color: #fff;

}
.checkbox__btn label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox__btn label input:checked ~ .control-label__text:after {
    display: block!important;
}
.checkbox__btn label input:checked ~ .control-label__text:after {
    left: 6px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}




/*CALENDAR*/
.td_widget-calendar-row{
    margin-bottom: 40px;
}
.td_widget-calendar{
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 22px 22px 26px;
    max-width: 370px;
    margin: 0 auto;
    background: #fff;
}
.td_widget-calendar .month-name-block{
    display: block;
    margin-bottom: 22px;
    width: 100%;
    text-align: center;
}
.td_widget-calendar .month-name{
    font-style: normal;
    font-weight: 350;
    font-size: 24px;
    line-height: 35px;
    color: #2F2F2F!important;
}
.td_widget-calendar .month-name-block span {
    font-size: 27px;
    font-family: monospace;
    margin: 0 10px;
    cursor: pointer;
    color: #A1AFBF;
}
.td_widget-calendar-head {
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
}
.td_widget-calendar-head span{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #2F2F2F;
    width: 42px;
    display: inline-block;
    text-align: center;
}
.td_widget-calendar-day {
    display: flex;
    flex-wrap: wrap;
}
.td_widget-calendar-day span:hover{
    cursor: pointer;
}
.td_widget-calendar-day span {
    padding: 8px;
    width: 42px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #2F2F2F;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.td_widget-calendar-day span:hover {
    border-radius: 50%;
}
.td_widget-calendar-day span.active{
    color: #B9B1B1;
    cursor: no-drop;
}
.td_widget-calendar-day span.active:hover{
    background: transparent;
    color: #B9B1B1;
}
.td_widget-calendar-day .select{
    border-radius: 50%;
    cursor: default;
}


.td_widget-calendar-time-wrap {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 0 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.td_widget-calendar-time-wrap hr{
    margin-bottom: 15px;
    border-top: 1px solid #E5E5E5;
}
.td_widget-calendar-time div:nth-child(9n) {
    margin-right: 0;
}
.td_widget-calendar-time div {
    background: #F3F3F3;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 8px 0 6px;
    width: 100%;
    max-width: 70px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}
.td_widget-calendar-time div:hover, .td_widget-calendar-time .select{
    cursor: pointer;
}
.td_widget-calendar-time div.active,
.td_widget-calendar-time div.active:hover{
    background: #F3F3F3;
    opacity: 0.3;
    color: #2F2F2F;
    cursor: no-drop;
}
.td_widget-calendar-time div.active:hover {
    border: 1px solid #DCDCDC;
}
.td_widget-calendar-info{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #2F2F2F;
}
.td_widget-calendar-info:before{
    content: '';
    background: #98EAC2;
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-right: 9px;
}
/*ADAPTIVE*/
@media (min-width: 992px) and (max-width: 1199.98px) {

    .td_widget-calendar-time div {
        margin-right: 10px!important;
    }
    .td_widget-calendar-time div:nth-child(6n) {
        margin-right: 0!important;
    }
    .td_widget-calendar-time div:nth-child(8n) {
        margin-right: 10px!important;
    }
    .td_widget-calendar-time-wrap {
        padding: 0 19px;
    }
}
@media (max-width: 991.98px) {
    .td_widget-calendar-time div {
        flex: 0 1 76px;
    }
    .td_widget-calendar-time {
        display: flex;
        flex-wrap: wrap;
    }
    /*.td_widget-calendar-time div:nth-child(8n) {*/
    /*margin-right: 18px!important;*/
    /*}*/
    .td_widget-calendar{
        margin-bottom: 25px;
    }
    .td_widget-calendar-time-wrap {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .td_widget-calendar-time div {
        max-width: 74px!important;
        margin-right: 14px!important;
    }
    .td_widget-calendar-time div:nth-child(7n) {
        margin-right: 0px!important;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .td_widget-calendar-time div {
        max-width: 73px!important;
        margin-right: 13px!important;
    }
    .td_widget-calendar-time div:nth-child(5n) {
        margin-right: 0px!important;
    }
}
@media (max-width: 575.98px) {
    .td_widget-calendar-time div {
        flex: 0 1 70px!important;
        margin-right: 11px!important;
    }
    .td_widget-calendar-time {
        justify-content: center;
    }
    .td_widget-calendar-time div:nth-child(8n) {
        margin-right: 11px!important;
    }
}
@media (max-width: 479.98px) {
    .td_widget-calendar-day span,
    .td_widget-calendar-head span {
        width: 41px!important;
    }

}

.td_widget-calendar-time .recorded, .td_widget-calendar-time .recorded:hover{
    color: #20C274;
    background: #D2F3E3;
    border-color: #D2F3E3;
}

.pages-form-row .btn {
    max-width: none;
}




.popover {
    position: absolute;
    top: 8px!important;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
}
.bs-popover-auto[x-placement^=bottom]>.arrow, .bs-popover-bottom>.arrow {
    top: calc(-.4rem - 1px);
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem;
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #1D1D1F;
}

.popover-header {
    display: none;
}
.popover-body {
    background: #1D1D1F;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 10px 15px 9px;
    border-radius: 5px;
}


.widget_go-back:hover{
    color: #E40C25;
    cursor: pointer;
}
.widget_go-back svg{
    margin-right: 16px;
    min-width: 30px;
}
.widget_go-back:hover svg path{
    fill: #E40C25;
}
@media (max-width: 767.98px) {
    label#tdPrivacy {
        margin-top: 10px;
    }
}
@media (max-width: 375.98px) {
    .td_widget-calendar-head {
        margin-bottom: 12px!important;
    }
    .td_widget-calendar-head, .td_widget-calendar-day {
        max-width: 268px;
        margin: 0 auto;
    }
    .td_widget-calendar-day span, .td_widget-calendar-head span {
        width: 38px!important;
    }
    .td_widget-calendar {
        padding-left: 10px;
        padding-right: 10px;
    }
}
CHECKBOX BTN
.checkbox__btn .checkbox__item {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    display: flex;
    align-items: center;
}
.checkbox__btn .checkbox__item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox__btn .checkmark {
    height: 22px;
    width: 22px;
    border: 1px solid #a9a9a9;
    border-radius: 0;
    background: #fff;
    position: absolute;
    left: 0;
    transform: translate(0%, -50%);
    top: 50%;
}
.checkbox__btn .checkbox__item:hover input ~ .checkmark {
    background-color: #cccccc26;
}
.checkbox__btn .checkbox__item input:checked ~ .checkmark {
    background-color: #a29496;
    border-color: #a29496!important;
}
/*.checkbox__btn .checkbox__item .checkmark:after {*/
    /*background: #a29496!important;*/
/*}*/
.checkbox__btn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox__btn .checkbox__item input:checked ~ .checkmark:after {
    display: block;
}
.checkbox__btn .checkbox__item .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width: 767.98px) {
    .btn_td-submit{
        order: 1;
        margin-top: 15px;
    }
    .checkbox__btn-agrements label{
        display: inline-block!important;
    }

    .choosedate-accordion-date {
        font-size: 16px!important;
    }
    .choosedate-accordion-title {
        font-size: 16px!important;
        flex-direction: column;
        align-items: baseline!important;
    }
    .choosedate-accordion-title span.choosedate-accordion-modif {
        padding-left: 0!important;
        font-size: 12px!important;
    }
    .choosedate-accordion .card-header .btn {
        align-items: baseline!important;
        flex-direction: column;
    }
}
/*NEWS STYLE*/
.td_btn-continue{
    background: #F3F3F3;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 34px;
}
.td_btn-continue .brn-td_btn-continue {
    margin-left: auto;
    display: block;
    max-width: 200px;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 8px;
}
.td_btn-continue .brn-td_btn-continue.disable, .td_btn-continue .brn-td_btn-continue.disable:hover{
    cursor: no-drop;
    background: #E3E3E3!important;
    border-color: transparent;
}
/*CHEKBOX*/
/*CHECKBOX BTN*/
.td_car.checkbox__item input:checked ~ .checkmark {
    background-color: #E40C25;
}
.td_car.active{
    border-color: #E40C25;
}
.td_car.checkbox__item input:checked ~ .td_car.checkbox__item {
    border-color: #E40C25;
}
.choosedate-accordion-date{
    color: #E40C25;
}

.td_car .checkbox__item-head{
    margin-bottom: 8px;
    text-align: center;
}

.td_car.checkbox__item {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.td_car.checkbox__item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.td_car .checkmark {
    height: 24px;
    width: 24px;
    background: #FFFFFF;
    border: 1px solid #CECECE;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}
.td_car.checkbox__item:hover input ~ .checkmark {
    background-color: #cccccc26;
}


.td_car .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.td_car.checkbox__item input:checked ~ .checkmark:after {
    display: block;
}
.td_car.checkbox__item .checkmark:after {
    left: 8px;
    top: 6px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*choosedate*/
.choosedate-accordion .card {
    margin-bottom: 30px;
    border: none;
    border-radius: 0;
}
.choosedate-accordion .collapse {
    background: #F7F7F7;
    padding: 0px 28px 35px;
}
.choosedate-accordion{

}


.choosedate-accordion .card-header{
    border: none;
    border-radius: 0;
    padding-left: 28px;
}
.choosedate-accordion .card-header .btn {
    text-transform: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: none;
    padding-right: 50px;
    align-items: center;
    padding-left: 0;
    text-decoration: none;
    border: none;
}
.choosedate-accordion .card-header .btn:hover,
.choosedate-accordion .card-header .btn:not(:disabled):not(.disabled):active {
    border: none;
}
.choosedate-accordion .card-header .btn:before{
    content: '';
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGrSURBVHgBxZbBbcIwFIZfIiS4wQJIYYIicYMDCTdu5MSVEboB7QbtBu0EHSHpHanuBGSEXLlA/z+1KxDBuCVWf8lS4ry8z7/t+CWQK9put3EYhtPD4RDjNtKNKtFUEARqv9+/DgYDZcsT2ABIssZlLG7KMZhHAHMnEAA9OFjjpXv5gzC4JzgksLwIAiRC4Bsuh3KbFAaaAlacgegEkKwByDEsMc5C08vpahBCDXXOSpUjvfCZeJB2lVeO9O7yIpM7gJshbj7Eo+iKjlbiX3ELbu5sEVmWyWazsYXIZDKR8Xh88TkYUzqy7rQkSaTf7198zmc2iFZEUO9aVJqm0u12z/rZN5/PxUFR6BLVbrdluVxKp9M5gbCvbgB1IqhwCWTCxWLxc08nrhCobGlQ5BLN9ZjNZrLb7azrViPVwh5/x66IXd8YjUbyW4HxyanLxb9eQl2ocvGnnNW32nWsjOJJJncFoit0PEvDYk5T2o+/owc0Jc1J6ZxyAmIlZPmVZmCmlJdnIA0reKTfMo18Vxe74rj//363aoA83Ve6nPDaHMIFGz94+d7CuS3PF+r0rqkTcCXMAAAAAElFTkSuQmCC') no-repeat;
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 28px;
    top: 26px;
    transform: rotate(180deg);
}
.choosedate-accordion .card-header .btn.collapsed:before{
    content: '';
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGrSURBVHgBxZbBbcIwFIZfIiS4wQJIYYIicYMDCTdu5MSVEboB7QbtBu0EHSHpHanuBGSEXLlA/z+1KxDBuCVWf8lS4ry8z7/t+CWQK9put3EYhtPD4RDjNtKNKtFUEARqv9+/DgYDZcsT2ABIssZlLG7KMZhHAHMnEAA9OFjjpXv5gzC4JzgksLwIAiRC4Bsuh3KbFAaaAlacgegEkKwByDEsMc5C08vpahBCDXXOSpUjvfCZeJB2lVeO9O7yIpM7gJshbj7Eo+iKjlbiX3ELbu5sEVmWyWazsYXIZDKR8Xh88TkYUzqy7rQkSaTf7198zmc2iFZEUO9aVJqm0u12z/rZN5/PxUFR6BLVbrdluVxKp9M5gbCvbgB1IqhwCWTCxWLxc08nrhCobGlQ5BLN9ZjNZrLb7azrViPVwh5/x66IXd8YjUbyW4HxyanLxb9eQl2ocvGnnNW32nWsjOJJJncFoit0PEvDYk5T2o+/owc0Jc1J6ZxyAmIlZPmVZmCmlJdnIA0reKTfMo18Vxe74rj//363aoA83Ve6nPDaHMIFGz94+d7CuS3PF+r0rqkTcCXMAAAAAElFTkSuQmCC') no-repeat;
    top: 26px;
    transform: none;
}
.choosedate-accordion-title{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: #2F2F2F;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.choosedate-accordion-title span.choosedate-accordion-modif{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #8B8C90;
    padding-left: 10px;
}
.choosedate-accordion-date{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    text-align: right;
    white-space: nowrap;
}
@media (max-width: 576.98px) {
    .choosedate-accordion .collapse {
        padding: 0px 15px 35px;
    }
}
@media (max-width: 349.98px) {
    .td_widget-calendar-day span, .td_widget-calendar-head span {
        width: 34px!important;
    }
    .td_widget-calendar-time div {
        flex: 0 1 69px!important;
    }
}