﻿.ddn ul {
    list-style-type: none;
}

.d-flex-soft {
    display: flex;
}

.text-xs {
    font-size: x-small !important;
}

.text-smm {
    font-size: smaller !important;
}

.text-sm {
    font-size: small !important;
}

.text-md {
    font-size: medium !important;
}

.text-lg {
    font-size: large !important;
}

.text-xl {
    font-size: x-large !important;
}

.red-border {
    border: solid red 1px;
}

.t-c-notify {
    float: right !important;
    width: 65%;
}

.h-18px {
    height: 18px !important;
}

.mt-30px {
    margin-top: 30px;
}

.mt-35px {
    margin-top: 35px;
}

.w-30px {
    width: 30px;
}

input[readonly] {
    background: #f4f4f4;
}

.tool-tip {
    position: absolute;
    z-index: 9999;
    white-space: pre-wrap;
    background: #fffffff2;
    border-radius: 8px;
    border: 1px solid rgb(72 10 115 / 70%);
    font-size: 14px;
    padding: 8.8px 32px 8.8px 18.5px;
    color: rgb(72, 10, 115);
    max-width: 600px;
}

.guest-tool-tip {
    width: 251px;
    border-radius: 8px;
    position: absolute;
    background: white;
    z-index: 2;
    border: 1px solid #dedddd;
    margin-top: 10px;
}

.w-50px {
    width: 50px;
}

.h-3px {
    height: 3px !important;
}

.guest-tool-tip img {
    width: 25px;
    height: auto;
}

.mr-37px {
    margin-right: 37px;
}

.d-flow-root {
    display: flow-root !important;
}

.loader-text {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.max-width-490px {
    max-width: 490px !important;
}

.max-height-300px {
    max-height: 300px !important;
}

.max-height-170px {
    max-height: 170px !important;
}

.font-size-17px {
    font-size: 17px !important;
}

.driver-info {
    width: 490px;
    float: right;
}

.mt-28px {
    margin-top: 28px;
}

.white-space-nowrap {
    white-space: nowrap !important;
}

.accommodation-button {
    position: absolute;
    top: 58px;
}

    .accommodation-button img {
        width: auto;
        height: 30px;
    }

    .accommodation-button.left {
        left: -37px;
    }

    .accommodation-button.right {
        transform: rotate(180deg);
        right: -37px;
    }

.accommodation-tariff-combination .dots {
    display: -ms-flexbox;
    display: flex;
    max-width: fit-content;
    /*margin-left: auto;*/
    padding: .1rem .5rem .1rem;
    border-radius: 5px;
    cursor: pointer;
}

    .accommodation-tariff-combination .dots img {
        max-width: 18px;
        height: auto;
        width: 100%;
    }

    .accommodation-tariff-combination .dots:hover .dots-more {
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .accommodation-tariff-combination .dots .dots-more {
        display: none;
        position: absolute;
        align-items: center;
        background: #f4f4f4;
        top: 25px;
        right: 79px;
        width: calc(100% - 30px);
        padding: .5rem;
        z-index: 5;
        border: 1px solid rgba(0, 0, 0, .2);
    }

        .accommodation-tariff-combination .dots .dots-more::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            background-color: transparent;
            right: 10px;
            top: -20px;
            z-index: 1;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #f4f4f4;
        }

        .accommodation-tariff-combination .dots .dots-more::before {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            background-color: transparent;
            right: 10px;
            top: -20px;
            z-index: 1;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 12px solid rgba(0, 0, 0, .2);
        }

.accommodation-tariff-combination .bed {
    display: flex;
    position: relative;
    max-width: fit-content;
    margin-right: .25rem;
    padding: .1rem .5rem .1rem;
    border-radius: 5px;
    border: solid 1px rgba(80, 27, 100, .4);
}

    .accommodation-tariff-combination .bed img {
        max-width: 18px;
        height: auto;
    }

        .accommodation-tariff-combination .bed img.adult {
            max-width: 16px;
            max-height: 18px;
        }

        .accommodation-tariff-combination .bed img.child {
            max-width: 12px;
            max-height: 18px;
        }

        .accommodation-tariff-combination .bed img.extra {
            width: 12px;
            position: absolute;
            right: -5px;
            top: -5px;
        }

/*Accommodation combinations styles: start*/

.accommodation-combinations-container {
    margin-top: 1rem;
    position: relative;
}

    .accommodation-combinations-container::after {
        content: '';
        width: 100%;
        height: 2px;
        z-index: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #dddcdc;
    }

    .accommodation-combinations-container .accommodation-combinations-row {
    }

    .accommodation-combinations-container .accommodation-combination {
        min-width: 220px;
        padding-bottom: 1rem;
        padding-left: 0;
        cursor: pointer;
        z-index: 1;
        border-bottom: 2px solid #dddcdc;
    }

        .accommodation-combinations-container .accommodation-combination:last-child {
            padding-right: 0;
        }

        .accommodation-combinations-container .accommodation-combination::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -2px;
            background-color: #501b64;
            transition: width .3s ease-in-out;
        }

        .accommodation-combinations-container .accommodation-combination.active::after {
            width: 100%;
        }

        .accommodation-combinations-container .accommodation-combination .accommodation-icons {
            font-size: 12px;
            font-weight: bold;
            color: #501b64;
            text-transform: uppercase;
        }

            .accommodation-combinations-container .accommodation-combination .accommodation-icons > img.bed {
                width: 21px;
                height: auto;
            }

            .accommodation-combinations-container .accommodation-combination .accommodation-icons > img.plus {
                width: 13px;
                height: auto;
            }

        .accommodation-combinations-container .accommodation-combination .accommodation-names {
            font-size: 15px;
            font-weight: bold;
            color: rgba(0, 0, 0, 0.8);
            opacity: 0.8;
            margin-top: .75rem;
            margin-bottom: 2.25rem;
            transition: color .3s ease-in-out, opacity .3s ease-in-out;
        }

        .accommodation-combinations-container .accommodation-combination.active .accommodation-names {
            color: #000000;
            opacity: 1;
        }

        .accommodation-combinations-container .accommodation-combination .accommodation-price {
            position: absolute;
            bottom: 1rem;
        }

            .accommodation-combinations-container .accommodation-combination .accommodation-price > .accommodation-price-block {
                background-color: #f4f4f4;
                font-size: 13px;
                font-weight: bold;
                color: #501b64;
                text-align: center;
                max-width: 110px;
                padding: .25rem;
                text-transform: uppercase;
                transition: color .3s ease-in-out, background-color .3s ease-in-out;
            }

        .accommodation-combinations-container .accommodation-combination.active .accommodation-price > .accommodation-price-block {
            background-color: #501b64;
            color: #ffffff;
        }

/*Accommodation combinations styles: end*/

.notify-tariff-warn {
    width: 750px;
    z-index: 100;
}

    .notify-tariff-warn span {
        white-space: pre-wrap;
    }

[checkbox-lazy-laod] [data-toggle] {
    justify-content: space-between;
}

    [checkbox-lazy-laod] [data-toggle] .entry-count {
        font-weight: 500;
        color: rgba(0, 0, 0, 0.4);
        align-self: center;
    }

.ajax-search-x-button {
    position: relative;
}

    .ajax-search-x-button i {
        font-size: 20px;
        position: absolute;
        top: 5px;
        right: 4px;
        cursor: pointer;
        color: red;
    }

.max-width-initial {
    max-width: initial !important;
}

.btn-purple {
    color: #fff !important;
    background-color: #480a73 !important;
    border-color: #480a73 !important;
}

    .btn-purple:hover {
        color: #fff !important;
        background-color: #5c148d !important;
        border-color: #5c148d !important;
    }

.btn-outline-purple {
    color: #480a73 !important;
    border-color: #480a73 !important;
}

    .btn-outline-purple:hover {
        color: #fff !important;
        background-color: #5c148d !important;
        border-color: #5c148d !important;
    }


.hotel_images .image_add.w-210 {
    width: 210px;
    margin-right: 1rem;
}

.ellipsis {
    display: block;
    display: -webkit-box;
    max-width: 400px;
    height: 50px;
    line-height: inherit;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.width-70p {
    width: 70% !important;
}

.small-file-input {
    width: 165px !important;
    color: white;
    overflow: hidden;
}

.w-100-h-a img {
    width: 100%;
    height: auto;
}

.width-300px {
    width: 300px !important;
}

.bedPlacing {
    border-bottom: none;
    min-height: 0px;
}

.dark-link {
    color: #000000;
}

.main_menu .collapse a:hover::before {
    background-color: unset;
}

.dark-left .main_menu .collapse a:hover::before {
    background-color: unset;
}

.form_title_wrapper a:hover {
    color: #5c148d !important;
}

.form_title_wrapper a {
    transition: color .5s ease, background .5s ease;
    font-family: unset;
}

.btn_more {
    transition: color .5s ease, background .5s ease;
}

    .btn_more:hover {
        background-color: #5c148d;
    }

.delete_btn button {
    min-height: 29px;
    padding: 0;
    min-width: 36px;
    margin-left: -18px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#accordion .title.mb-0 {
    margin-left: 20px;
}

#accordion .btn.btn-link:not(.mini)::after {
    content: '';
    display: inline;
    width: 16px;
    height: 16px;
    background: url(../images/chevron_purple_down.svg) no-repeat 50% 50%;
    background-size: contain;
    top: 25px;
    left: 20px;
    position: absolute;
    -webkit-transition: transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

#accordion .btn.btn-link.mini::after {
    content: '';
    display: inline;
    width: 16px;
    height: 16px;
    background: url(../images/chevron_purple_down.svg) no-repeat 50% 50%;
    background-size: contain;
    top: 18px;
    left: 10px;
    position: absolute;
    -webkit-transition: transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

#accordion .btn.btn-link.active:not(.collapsed)::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-desc {
    opacity: .6;
    font-size: 13px;
}

.fb-group {
    max-height: 225px;
}

    .fb-group img {
        width: 100%;
        height: auto;
    }

.star {
    cursor: pointer;
}

.anti-lh td.mw-180px {
    min-width: 180px;
}

.anti-lh td {
    line-height: unset;
    min-width: 150px;
    vertical-align: inherit !important;
}

.anti-lh th[colspan] {
    vertical-align: inherit !important;
}

.anti-lh .price_input {
    width: 120px;
}

.nav-link {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 250px;
    max-height: 33px;
}

.delete-spa:hover {
    color: black;
}

.delete-spa {
    position: absolute;
    bottom: 20px;
    color: red;
}

.w-210 {
    width: 210px;
}

.min-width-300 {
    min-width: 300px;
}

textarea.min-width-300 {
    min-height: 85px;
}

.overflow-x-scroll {
    overflow-x: scroll !important;
    scroll-padding: 0;
}

.agency {
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

    .agency.active {
        color: #000000;
    }

.agency-group .checkbox_switch .switch_control {
    background: #008000;
}

    .agency-group .checkbox_switch .switch_control .slider::after {
        background-color: #fff;
    }

#editor {
    border: solid rgba(136, 136, 136, .25) 2px;
}

#guide-group button.icon-add {
    bottom: 21px;
    position: absolute;
    margin-left: 15px;
}


::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.btn_share:hover {
    background-image: url(../images/rate_share_active.svg);
}

.btn_share {
    background-image: url(../images/rate_share.svg);
    width: 35px;
    height: 35px;
    border: solid 1px #e6e5e5;
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    transition: border-color .3s ease, background-image .3s ease;
    cursor: pointer;
    border-radius: 8px;
    top: 29px;
    right: 37px;
    position: absolute;
    display: inline-block;
}

.kid-age-period-input {
    max-width: 54px !important;
    max-height: 30px;
    margin: 5px;
}

.kid-age-period-label {
    margin-top: 6px;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

button {
    box-shadow: none !important;
}

@media (min-width: 1200px) {
    .col-xl-20 .col-xl-3 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.h-42 {
    height: 42px;
}

.trash-btn-delete {
    margin-top: 41px;
    margin-left: 40px;
}

.row-contact {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 25px;
}

.small-Description {
    min-height: 50px !important;
}

.group-tariff-discount {
    justify-content: unset !important;
}

/*.jq-selectbox__dropdown ul {
    overflow: hidden scroll;
    max-height: 300px!important;
}*/

.text-purple {
    color: #5c148d !important;
}

.f-loader {
    z-index: 9999;
    background-color: rgba(230, 230, 230, 1);
}

    .f-loader img {
        width: 100%;
    }

    .f-loader .spinner {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .f-loader .spinner-border {
        width: 3.5rem;
        height: 3.5rem;
        position: absolute;
        margin-top: 30%;
        left: calc(50% - 30px);
        border: .20em solid currentColor;
        border-right-color: #989898;
        border-left-color: #989898;
        border-top-color: #989898;
    }

    .f-loader .spinner-grow {
        width: 5rem;
        height: 5rem;
        left: calc(50% - 80px);
        position: absolute;
        margin-top: 50.20%;
    }

.title.sq {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 13px;
}

.modal.sq .hotels_select_item {
    padding: 8px 0 8px !important;
}

.border-booking {
    border: solid rgba(0, 0, 0, .5) 1px;
    border-radius: 8px;
}

.currency .jq-selectbox__dropdown {
    width: 110%;
}

#accordion .card-header {
    padding-bottom: 10px;
}

.width-100 {
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.season-services .price_input {
    width: 55px !important;
    margin: 0 5px 0;
    font-size: 13px;
}

.penalty-type {
    min-width: unset !important;
    width: 53px !important;
}

.width-185 {
    width: 185px;
}

button.edit_link {
    padding-left: 40px;
}

.width-90 {
    width: 90px;
}

.form_radio_group {
    display: -ms-flex;
    display: flex;
    height: 45px;
    border: solid 1px #dedddd;
}

    .form_radio_group label {
        flex: 0 0 50%;
        max-width: 50%;
        font-size: 13px;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.5);
        position: relative;
        padding-left: 15.5px;
        background-color: #f4f4f4;
        cursor: pointer;
    }

        .form_radio_group label.active {
            background-color: #fff;
        }

        .form_radio_group label::before {
            content: '';
            display: inline-block;
            position: relative;
            top: 3px;
            margin-right: 8px;
            outline: solid 1px #e0dddd;
            border: 2.5px solid #fff;
            background-color: #ffffff;
            background-origin: content-box;
            width: 15px;
            height: 15px;
        }

        .form_radio_group label.active::before {
            background: #501b64;
        }

        .form_radio_group label input {
            visibility: hidden;
            position: absolute;
            z-index: -1;
        }

.tariff .form_radio_group .OTA {
    flex: 0 0 57%;
    max-width: 57%;
    padding-top: 9px;
}

.tariff .form_radio_group .Agency {
    flex: 0 0 43%;
    max-width: 43%;
    padding-top: 9px;
}

button.copy_link {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    background: #fff;
    margin-right: 10px;
    padding-left: 40px;
}

.hotels_select.alternate .copy_link {
    background-color: #f4f4f4;
}

.copy_link span {
    left: 18px;
    position: absolute;
    top: 10px;
    transform: scale(1.2);
}

.return-cost {
    width: 60px !important;
    height: 26px;
}

.mt-4px {
    margin-top: 4px;
}

.mt-5px {
    margin-top: 5px;
}

.bell-notification {
    height: 19px !important;
    margin-top: -10px;
    margin-left: 3px;
    font-size: 15px;
    font-family: monospace;
    padding: 3px 4px 0 3px;
    border-radius: 5px;
    color: #480a73;
    background-color: white;
}

.notify-window {
    display: none;
    display: none;
    width: 350px;
    line-height: 1.4;
    overflow: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0.125rem 0px 0px;
    font-size: 1rem;
    color: rgb(33, 37, 41);
    text-align: left;
    list-style: none;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.notify-row {
    padding: 15px 5px;
    transition: all .3s ease-in-out;
    line-height: 1.2;
    width: 350px;
    font-size: 13px;
    overflow: hidden;
}

    .notify-row:hover {
        background: rgba(57, 73, 171, .1);
    }

.notify-row-tittle {
    font-weight: bold;
    padding-bottom: 5px;
}

.noti-head {
    background: linear-gradient(45deg, #31094d, #7c06cd);
    padding: 15px 20px;
    font-size: 14px;
    color: white;
}

.noti-body {
    padding: 0;
    position: relative;
    height: 300px;
    margin-bottom: 0;
    list-style: none;
    overflow: hidden !important;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
    margin-top: 0;
}

.noti-footer {
    border-top: 1px solid #f1f1f1;
    padding: 15px 20px;
    text-align: center;
    background: #eff3f6;
    color: #212529;
    list-style: none;
    line-height: 1.4;
    font-size: 14px;
}

.noti-footer-link {
    text-decoration: underline !important;
    font-size: 12px;
    color: #686c71;
}

    .noti-footer-link:hover {
        color: #393b3f !important;
    }

.notify-bell {
    margin-left: 40px;
    color: #fff;
    font-size: 13px;
    line-height: 1em;
    font-weight: 500;
}

.information-image {
    width: 18px;
    height: auto;
    margin-left: 2px;
    margin-bottom: 2px;
    cursor: pointer;
}

    .information-image.mini {
        width: 13px;
        margin-left: 2px;
        margin-bottom: 3px;
    }

.red_delete {
    color: red;
}

    .red_delete:hover {
        color: black !important;
    }

.room_delete_button {
    top: -27px;
    position: relative;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
    }

    [type="radio"]:not(:checked) + label {
        color: rgba(0, 0, 0, 0.5);
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 0;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #5c148d;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 0;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

    [type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }


[type="checkbox"].fancy:checked,
[type="checkbox"].fancy:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"].fancy:checked + label,
    [type="checkbox"].fancy:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="checkbox"].fancy:checked + label:before,
        [type="checkbox"].fancy:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 0;
            background: #fff;
        }

        [type="checkbox"].fancy:checked + label:after,
        [type="checkbox"].fancy:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #5c148d;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 0;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="checkbox"].fancy:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="checkbox"].fancy:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.bath_collapse_button {
    width: 100%;
    height: 65px;
}

.pt-2px {
    padding-top: 2px;
}

.mt--4px {
    margin-top: -4px;
}


.mt-12px {
    margin-top: 12px;
}


.cd-horizontal-timeline {
    background: white;
    padding: 35px 50px 35px 50px;
}

.select2-container {
    width: 100% !important;
}

.fs-18 {
    font-size: 18px;
}

.noti-head h6 {
    color: white;
}


.td-underline {
    text-decoration: underline;
}


.list-unstyled p {
    text-indent: 20px;
}

.blockquote {
    border-left: 0.25rem solid rgba(72, 10, 115, 0.35) !important;
    padding: 0 !important;
}

    .blockquote p {
        text-indent: 0;
        margin-left: 20px;
    }

[add-bath]:after {
    top: 23px !important;
}

.policy:after {
    content: '✓' !important;
    top: 0 !important;
    background: none !important;
}

.not-validated {
    border: solid 1px !important;
    border-color: red !important;
}

.not-validated-tab {
    border-color: red !important;
    color: red !important;
}

.main_menu a.sub-item.active {
    color: black;
    border-radius: 5px;
    font-weight: 600;
}

.dark-left .main_menu a.sub-item.active {
    background: blueviolet;
    padding: 4px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
}

.offcanvas-collapse.active .main_menu a.sub-item.active {
    padding: 4px;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
}

.main_menu ul li a:not(.sub-item).active::before {
    background-color: #480a73;
}

.main_menu ul li a:not(.sub-item).active {
    color: #000000;
    font-weight: 600;
}

.dark-left .main_menu ul li a:not(.sub-item).active {
    color: #fff;
}

.dash a:not(.sub-item).active::before {
    background-image: url(../images/dash_white.svg);
}

.dash .mobile a:not(.sub-item).active::before {
    background-image: url(../images/dash_black.svg);
}

.dash a:not(.sub-item).active::before {
    background-image: url(../images/dash_white.svg);
}

.dash .mobile a:not(.sub-item).active::before {
    background-image: url(../images/dash_black.svg);
}

.hotels a:not(.sub-item).active::before {
    background-image: url(../images/hotel_white.svg);
}

.hotels-mobile a:not(.sub-item).active::before {
    background-image: url(../images/hotel_black.svg);
}

.yurface a:not(.sub-item).active::before {
    background-image: url(../images/yur_white.svg);
}

.yurface-mobile a:not(.sub-item).active::before {
    background-image: url(../images/yur_black.svg);
}

.support a:not(.sub-item).active::before {
    background-image: url(../images/support_white.svg);
}

.support-mobile a:not(.sub-item).active::before {
    background-image: url(../images/support.svg);
}

.control a:not(.sub-item).active::before {
    background-image: url(../images/control_white.svg);
}

.control-mobile a:not(.sub-item).active::before {
    background-image: url(../images/control_black.svg);
}

.users a:not(.sub-item).active::before {
    background-image: url(../images/users_white.svg);
}

.users-mobile a:not(.sub-item).active::before {
    background-image: url(../images/users_black.svg);
}

.transfer a:not(.sub-item).active::before {
    background-image: url(../images/transfer_white.svg);
}

.transfer-mobile a:not(.sub-item).active::before {
    background-image: url(../images/transfer_black.svg);
}

.auto a:not(.sub-item).active::before {
    background-image: url(../images/auto_white.svg);
}

.auto-mobile a:not(.sub-item).active::before {
    background-image: url(../images/auto_black.svg);
}

.excursion a:not(.sub-item).active::before {
    background-image: url(../images/ex_white.svg);
}

.excursion-mobile a:not(.sub-item).active::before {
    background-image: url(../images/ex_black.svg);
}

.config a:not(.sub-item).active::before {
    background-image: url(../images/config_white.svg);
}

.config-mobile a:not(.sub-item).active::before {
    background-image: url(../images/config_black.svg);
}

.settings a:not(.sub-item).active::before {
    background-image: url(../images/settings_white.svg);
}

.settings-mobile a:not(.sub-item).active::before {
    background-image: url(../images/settings_black.svg);
}

.collapse.show {
    overflow: hidden auto;
    max-height: 500px;
}

#map {
    width: 100%;
    height: 500px;
}

.map input.controls {
    width: 50%;
    display: block;
    padding: 11.6px 17px;
    border-radius: 8px;
    border: solid 1px #dedddd;
    background: white;
    font-size: 14px;
    font-weight: normal;
    -webkit-transition: color .5s ease, border .5s ease;
    -o-transition: color .5s ease, border .5s ease;
    transition: color .5s ease, border .5s ease;
    margin-top: .6rem;
    margin-left: 8%;
}

.modal-1000 {
    max-width: 1000px !important;
}

.fs-14px {
    font-size: 14px !important;
}

.fs-16px {
    font-size: 16px !important;
}

.sanatorium-services .sanatorium-services-card {
    height: 550px;
}

.sanatorium-services .collapse.show {
    height: 100%;
}

.cities {
    position: relative;
}

.city-search {
    /*    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    border: none;
    border-radius: 0;
    color: #000000;
    height: 24px;
    width: 80%;
    background-color: transparent;*/
}

    .city-search:focus {
        box-shadow: none;
    }

.window-cities {
    width: 100%;
    position: absolute;
    z-index: 1;
    background: white;
    max-height: 250px;
    border: 1px solid #dedddd;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden auto;
    display: none;
}

    .window-cities .items .item {
        background: white;
        color: #501b64;
        -webkit-transition: background .5s ease;
        -o-transition: background .5s ease;
        transition: background .5s ease;
    }

        .window-cities .items .item [class*="col"] {
            font-size: 13px;
        }

        .window-cities .items .item:hover {
            background: #501b64;
        }

        .window-cities .items .item:not(:last-child) {
            border-bottom: 1px solid #edecec;
        }

        .window-cities .items .item .airport-icon {
            max-width: 50px;
        }

        .window-cities .items .item button {
            margin: 0;
            padding: .25rem 0;
            width: 100%;
            text-align: left;
        }

            .window-cities .items .item button img {
                width: 18px;
                height: auto;
            }

        .window-cities .items .item:hover button img {
            content: url('../images/departure_w.svg');
        }

        .window-cities .items .item:hover button {
            color: white;
        }

        .window-cities .items .item button:focus {
            box-shadow: none;
        }

#map #infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.jq-selectbox__search input {
    max-width: 100%;
    width: 100%;
}

.lang_select .jq-selectbox__dropdown {
    max-height: 250px;
    overflow: auto;
}

div.price, div.price_desc {
    padding-right: 1rem;
}

.mh-500px-oha {
    max-height: 500px;
    overflow: hidden auto;
}

input.invalid {
    border: solid 1px !important;
    border-color: red !important;
}

.lang_select_login {
    margin-left: 110px;
    margin-top: 7px;
    width: 21px;
}

    .lang_select_login select {
        display: none;
    }

    .lang_select_login ul {
        list-style: none;
    }

.logo_lang {
    position: relative;
    left: calc(50% - 97px);
}

.lang_select_login .jq-selectbox__dropdown {
    margin-top: -29px;
}

.lang_select_login .opened .jq-selectbox__select-text::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.lang_select_login .jq-selectbox__select-text::after {
    content: '';
    display: block;
    width: 8px;
    height: 5.5px;
    background: url(../images/chevron_down_b.svg) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: -13px;
    -webkit-transition: transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.contractor-select .jq-selectbox__select-text {
    font-weight: initial !important;
    color: white !important;
    ;
}

    .contractor-select .jq-selectbox__select-text::after {
        background-image: url(../images/chevron_gray_down.svg) !important;
    }

.margin-right-41-5 {
    margin-right: 41.5px;
}

.w-126px {
    width: 126px;
}

.lk_user_chat_form_wrapper {
    max-width: 1160px;
    width: 100%;
    /*box-shadow: 8.8px 8.8px 55.5px 0 rgba(22, 24, 29, 0.07);*/
    min-height: 540px;
    padding: 27px 60px 55px 60px;
    background: white;
}

.lk_user_chat_form_wrapper {
    padding: 27px 30px 55px 30px;
}

.lk_user_chat_form_wrapper {
    padding: 27px 15px 20px 15px;
}

.lk_chat_wrapper {
    margin-bottom: 108px;
}

.lk_user_chat_form .chat_header {
    width: 100%;
    font-size: 0;
    margin: 0 0 60px 15px;
}

.lk_user_chat_form .manager_wrapper {
    display: block;
    margin-left: auto;
    max-width: 280px;
    width: 100%;
}

.lk_user_chat_form .chat_header .title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    display: inline-block;
    float: left;
    margin-top: 12px;
}

.lk_user_chat_form .chat_header .image,
.lk_user_chat_form .chat_header .name,
.lk_user_chat_form .chat_header .status {
    display: inline-block;
    vertical-align: middle;
}

    .lk_user_chat_form .chat_header .image img {
        border-radius: 50%;
    }

.lk_user_chat_form .chat_header .name {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-right: 21px;
}

.lk_user_chat_form .chat_header .status {
    font-size: 14px;
    font-weight: 500;
    color: #b377ca;
    margin-left: 17px;
}

.lk_user_chat_form .chat_body {
    height: 500px;
    overflow-y: scroll;
    padding: 27px 0 33px 0;
    max-width: 1130px;
    width: 100%;
    border-top: 1px solid #dedddd;
    border-bottom: 1px solid #dedddd;
    border-right: 1px solid #dedddd;
    font-size: 0;
    text-align: right;
    overflow-x: hidden;
}

    .lk_user_chat_form .chat_body .manager_message {
        margin-bottom: 26px;
    }

        .lk_user_chat_form .chat_body .manager_message .message {
            padding: 10px 23px;
            background: #501b64;
            font-size: 15px;
            letter-spacing: 0.15px;
            text-align: left;
            color: #ffffff;
            display: inline-block;
            vertical-align: top;
        }

    .lk_user_chat_form .chat_body .info {
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 0.11px;
        color: rgba(0, 0, 0, 0.5);
        display: inline-block;
        margin-left: 18px;
        vertical-align: top;
        margin-top: 12px;
        max-width: 130px;
        width: 100%;
        text-align: left;
    }

    .lk_user_chat_form .chat_body .message,
    .message_file {
        float: right;
    }

    .lk_user_chat_form .chat_body .user_message .message {
        padding: 10px 23px;
        background: #f4f4f4;
        font-size: 15px;
        letter-spacing: 0.15px;
        text-align: left;
        color: #16171b;
        display: inline-block;
        margin-bottom: 26px;
        vertical-align: top;
    }

    .lk_user_chat_form .chat_body .message_wrapper {
        display: inline-block;
        max-width: 370px;
        width: 100%;
    }

    .lk_user_chat_form .chat_body .user_message .message_file {
        display: inline-block;
        vertical-align: top;
        border: 6px solid #f4f4f4;
    }

        .lk_user_chat_form .chat_body .user_message .message_file img {
            max-width: 245px;
            width: 100%;
        }

    .lk_user_chat_form .chat_body .extension {
        padding: 5px 7px;
        background: #f4f4f4;
        font-size: 9px;
        font-weight: 500;
        letter-spacing: 0.09px;
        color: rgba(0, 0, 0, 0.6);
        max-width: 115px;
        text-overflow: ellipsis;
        text-align: center;
        margin-top: 11px;
    }

.lk_user_chat_form .input_wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
    flex-wrap: wrap;
}

    .lk_user_chat_form .input_wrapper .jq-file__browse {
        display: none;
    }

    .lk_user_chat_form .input_wrapper .jq-file {
        max-width: 189px;
        width: 100%;
        padding: 18px 0 18px 22px;
        background: #f4f4f4 url(../images/file.svg) no-repeat right 18px center;
        background-size: 19px 17px;
        max-height: 50px;
    }

    .lk_user_chat_form .input_wrapper .jq-file__name {
        font-size: 14px;
        font-weight: 500;
        color: #501b64;
    }

    .lk_user_chat_form .input_wrapper .send {
        max-width: 935px;
        width: 100%;
        font-size: 0;
    }

        .lk_user_chat_form .input_wrapper .send .message {
            max-width: 792px;
            width: 100%;
            padding: 18px 0 18px 22px;
            font-size: 15px;
            letter-spacing: 0.15px;
            color: #16171b;
            background: #f4f4f4;
            border: none;
            max-height: 50px;
        }

        .lk_user_chat_form .input_wrapper .send .send_btn {
            max-width: 135px;
            width: 100%;
            padding: 18px 28px;
            letter-spacing: 0.15px;
            color: #16171b;
            background: #501b64;
            font-size: 13px;
            font-weight: 500;
            color: #ffffff;
            border: none;
            max-height: 50px;
        }

    .lk_user_chat_form .input_wrapper .send {
    }

        .lk_user_chat_form .input_wrapper .send .jq-file {
            position: absolute;
            width: 50px;
            height: 50px;
            background: url(../images/file.svg) no-repeat right 18px center;
            background-size: 19px 17px;
            display: none;
            right: 0;
            z-index: 100;
        }

        .lk_user_chat_form .input_wrapper .send .mess_wr {
            position: relative;
            display: inline-block;
            max-width: 800px;
            width: 100%;
        }

            .lk_user_chat_form .input_wrapper .send .mess_wr .jq-file__name {
                display: none;
            }

    .lk_user_chat_form .input_wrapper .end_chat {
        max-width: 167px;
        width: 100%;
        padding: 19px 0;
        text-align: center;
        border: none;
        background: #f4f4f4;
        font-size: 14px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.5);
        max-height: 50px;
    }

@media (max-width: 1430px) {
    .lk_user_chat_form .input_wrapper .end_chat {
        margin-left: auto;
        margin-top: 15px;
    }
}

@media (max-width: 1390px) {
    /*User_5*/
    .lk_user_chat_form .input_wrapper .end_chat {
        margin-left: auto;
        margin-top: 15px;
    }
}


@media (max-width: 1200px) {
    /*User_5*/
    .lk_user_chat_form .input_wrapper .send .jq-file {
        display: block;
    }

    .lk_user_chat_form .input_wrapper .jq-file {
        display: none;
    }

    .lk_user_chat_form .input_wrapper .jq-file {
        margin-bottom: 15px;
    }

    .lk_user_chat_form .input_wrapper {
        justify-content: flex-end;
    }

    .lk_user_chat_form_wrapper {
        padding: 27px 30px 55px 30px;
    }
}

@media (max-width: 768px) {
    .lk_user_chat_form .input_wrapper .send .mess_wr {
        max-width: 315px;
    }

    .lk_user_chat_form .input_wrapper .send input:first-child {
        max-width: 315px;
    }

    .lk_user_chat_form .chat_header .status,
    .lk_user_chat_form .chat_header .name {
        font-size: 11px;
    }

    .lk_user_chat_form .chat_body .user_message .message,
    .lk_user_chat_form .chat_body .manager_message .message {
        font-size: 11px;
    }

    .lk_user_chat_form .chat_header .title {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .lk_user_chat_form .manager_wrapper {
        margin: auto;
        margin-top: 15px;
    }

    .lk_user_chat_form .chat_header {
        text-align: center;
    }

        .lk_user_chat_form .chat_header .title {
            float: none;
        }

    .lk_user_chat_form .input_wrapper .end_chat {
        margin-top: 30px;
    }

    .lk_user_chat_form_wrapper {
        padding: 27px 15px 20px 15px;
    }

    .lk_user_chat_form .input_wrapper .send input:first-child {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .lk_user_chat_form .input_wrapper .jq-file {
        max-width: 100%;
    }

    .lk_user_chat_form .input_wrapper .send {
        text-align: right;
    }
}

.line-height-normal {
    line-height: normal;
}

.font-family-revert {
    font-family: revert !important;
}

.table-rates-and-availabilities table td {
    padding: .25rem;
}

.table-rates-and-availabilities table tbody td:not(:first-child) {
    text-align: center;
}

.table-rates-and-availabilities table tbody td:first-child {
    font-weight: 600;
    border-left: 1px solid white;
}

.table-rates-and-availabilities table thead td {
    font-weight: 600;
    min-width: 115px;
}

.bg-purple {
    background-color: #480a73 !important;
    color: white;
}

.text-bold {
    font-weight: bold;
}

.active-body {
    display: block !important;
}

.active-header {
    color: white;
    background: #501b64 !important;
}

.chat_users {
    top: 194px;
    height: 500px;
    float: left;
    width: 200px;
    margin-top: -13px;
    overflow-y: scroll;
    position: absolute;
    overflow-x: hidden;
}

.chatheader {
    font-size: 14px;
    background: #f4f4f4;
    height: 50px;
    padding: 5px;
    line-height: 40px;
    border: solid 1px #ddd;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tech-support a::before {
    font-family: Font Awesome\ 5 Free !important;
    content: "\f590" !important;
    font-weight: 900;
    color: black;
    font-size: 21px;
}

.tech-support a:hover::before {
    color: white;
}

.inner_tab {
    border: solid 1px silver;
    border-radius: 15px;
    margin: 15px 0 15px 0;
    padding: 15px;
}

.chat_filter {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #dedddd;
    border-right: 1px solid #dedddd;
    border-left: 1px solid #dedddd;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.top-284px {
    top: 284px !important;
}

.tab-content .fix-height {
    height: 165px;
}

.font-size-20px {
    font-size: 20px;
}

.input_wrapper.small [class*="tool-time"] {
    width: 70px !important;
    height: 20px;
    display: inline-block;
}

.loader_photos {
    text-align: center;
    left: -50px;
    width: 30rem;
    height: 3.5rem;
    position: absolute;
    margin-top: 20%;
    font-size: 20px;
}

.max-height-none {
    max-height: none !important;
}

.hotels_select_body .child_name {
    padding-left: 6px;
    position: relative;
}

    .hotels_select_body .child_name::before {
        content: '';
        width: 50px;
        height: 25px;
        display: block;
        background: url(../images/child_pointer.svg) no-repeat 50% 50%;
        background-size: contain;
        left: 0;
        top: 2.5px;
        transform: rotate(180deg) scaleX(-1);
    }

.after-top-13px::after {
    top: 13px !important;
}

.background-color-f4f4f4 {
    background-color: #f4f4f4 !important;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.noti-body .notify-row a.notify-row-tittle {
    color: black;
}

.hint_under_text {
    font-size: 11px;
    color: gray;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.sortable-images .image_item {
    float: left;
}

.on-dragover {
    opacity: 0.3;
    background: #000000;
}

.posts .hotels_select_item > [class*=col] {
    padding: 17px;
    border-bottom: 1px solid #e1e1e1;
}

input[type=time] {
    text-align: center;
}

    input[type=time]::-webkit-calendar-picker-indicator {
        display: none;
    }

.generate-external-code-container {
    border-bottom: 1px solid #eeeded;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

    .generate-external-code-container .checkbox_group {
        border-bottom: 0;
    }

.custom-accordion {
    background: white !important;
    border-bottom: 0 !important;
}

    .custom-accordion button {
        cursor: initial;
    }

.mw-fit {
    max-width: fit-content;
    max-width: -moz-fit-content;
}

    .mw-fit.right {
        margin-left: auto;
    }
