:root {
    --bs-primary: red !important;

}



body {
    font-family: 'Roboto', sans-serif !important;
}

.menu-container {
    width: 100%;
    position: relative;
}

.menu-container .menu-Button {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.menu-container .menu-Button .menuTitle {
    color: #000;
    font-weight: bold;
    font-size: 1.6rem;
}

.menu-container .menu-Button .chevron {
    margin-left: 5px;
    height: 10px;
}

.menu-container .menu-Button .chevron>img {
    height: 10px;
}

.menu-container .menu {
    background: #ffffff;
    border-radius: 8px;
    position: absolute;
    top: 40px;
    left: -20%;
    width: 430px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
    z-index: 99;
}

.menu-container .menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu-container .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-container .menu li {
    border-bottom: 1px solid #dddddd;
    padding: 15px 20px;
}

.menu-container .menu li:last-child {
    border: 0;
}

.menu-container .menu li>div {
    text-decoration: none;
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 1.2rem;
}


.autocompleteContainer li:first-child {
    border-top: 0;
    border-radius: 0;

}

.autocompleteContainer li:last-child {
    border-bottom: 0;
    border-radius: 0;
}

.autocompleteContainer li {
    border-left: 0;
    border-right: 0;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.autocompleteContainer li span::before {
    content: '◉';
    margin-right: 5px;

}

.autocompleteContainer li .noResult {
    content: '';
    color: #ff0000;
    margin-right: 5px;

}

.autocompleteContainer li .noResult::before {

    content: '';
    color: #ff0000;
    margin-right: 5px;

}

.autocompleteContainer li:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}


.react-tel-input .special-label {
    left: 15px;

}

.react-tel-input .form-control {
    width: 100% !important;
    padding: 16px 14px 16px 58px !important;
}

.react-tel-input .form-control:focus {
    outline: none !important;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.react-tel-input .form-control:focus.phone-is-invalid {

    color: var(--bs-danger);
    border-color: var(--bs-danger) !important;
    box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.25);
}



.float-label {
    position: relative;

}

.label {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 12px;
    top: 15px;
    transition: 0.2s ease all;
    font-size: 16px;
}

.label-float {
    background: white;
    width: auto;
    top: -10px;
    padding: 0 6px;
    font-size: 13px;
}

.ant-input {
    padding: 12px 12px 8px 11px;
}

.ant-select .ant-select-selector {
    padding: 16px 13px 4px 12px;
    min-height: 58px;
}

.checkoutBilling .ant-select-selector {
    padding: 10px 13px 4px 12px !important;
}

.checkoutBilling .ant-select-selection-search {
    top: 0 !important;
}

.manifest .ant-select .ant-select-selector {
    padding: 1px 4px !important;
    min-height: auto !important;
}

.ant-select-single {

    height: auto;
}

.searchPopup {
    width: 600px !important;
}

.searchPopup a {
    color: #333;
    text-decoration: none;
}

.searchLayout {
    display: flex;
    align-items: center;
    height: 66px;
}

.searchLayout .ant-select .ant-select-selector {
    padding: 0;
    min-height: auto;
}

.searchLayout .ant-input {
    padding: 7px 11px;
}

/*.ant-select-focused {*/
.ant-select-focused {
    border-radius: 7px;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.tree-is-invalid .ant-select-focused {
    border-radius: 7px;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border-color: #ff0000;
    box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.25);
}

.tree-is-invalid .ant-select-selector {
    border-color: #ff0000 !important;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    padding: 16px 10px 4px 11px;
    min-height: 58px;
}

.ant-select-single .ant-select-selector .ant-select-selection-search {
    top: 16px;
}


.tree-is-invalid .ant-select {
    border-color: var(--bs-danger);
}


.tree-is-invalid .ant-select .ant-select-selector {
    border-color: var(--bs-danger);
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
    transition: none
}


/*
Popup
*/
.modals {
    position: fixed;

    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    z-index: 901;
}


.backdrop {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.65);
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    z-index: 900;
}


.modals .modals-container {
    width: 60%;
    position: absolute;
    z-index: 902;
    min-height: 20vh;
    max-height: 80vh;
    background-color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.showHidePassword {
    position: absolute;
    top: 14px;
    right: 15px;
    cursor: pointer;
}

.file-upload {
    height: 50px;
    width: 100%;
    border-radius: 7px;
    border: 3px dashed #dedede;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
    color: #666;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 15px;
}

.file-upload input[type=file] {

    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}


.previewLink {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    display: inherit;
}

.uploadButtonText {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
    margin-left: 4px !important;
}

.loadingContent {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 7px;
    z-index: 11;
}

.loadingContent .loadIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.btn-primary {
    background-color: #41009a !important;
    border-color: #41009a !important;
}

.btn-outline-primary {
    --bs-btn-color: #41009a;
    --bs-btn-border-color: #41009a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #41009a;
    --bs-btn-hover-border-color: #41009a;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #41009a;
    --bs-btn-active-border-color: #41009a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #41009a;
    --bs-gradient: none;

}


.form-check-input:checked {
    background-color: #41009a !important;
    border-color: #41009a !important;
}

.bigCheckbox {
    transform: scale(2);
    margin-top: 10px;
    margin-right: 30px;
}


.inputButtonSet {
    display: flex;
    position: absolute;
    right: 0;
    height: 58px;
    top: 0;

    align-items: center;


}

.inputButtonSet>div {
    padding-left: 15px;
    padding-right: 15px;
    height: 58px;
    align-items: center;
    display: flex;
    background-color: #40009a15;
    cursor: pointer;
}

.inputButtonSet>div:hover {
    background-color: #40009a41;
}

.inputButtonSet>div:last-child {
    border-left: 1px solid #dedede;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}

.ant-switch-inner {
    line-height: 21px !important;
}

.ItineraryStep {
    position: relative;
    border: 2px dashed #dedede;
    padding: 20px 20px 20px 20px;
    background-color: #0505050f;
    border-radius: 7px;
}

.limitText {
    overflow: hidden;

    text-overflow: ellipsis;
    display: -webkit-box;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.timeline {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.timeline .list-group-item+.list-group-item {
    border-top-width: 1px !important;
}

.timeline .listing {
    position: relative;
    margin-left: 20px;
    border: 1px solid #f2f2f2;
    background-color: #f9f9f9;
    border-radius: 7px;
    padding: 15px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 3%), 0 1px 6px -1px rgb(0 0 0 / 2%), 0 2px 4px 0 rgb(0 0 0 / 2%);
}

.timeline .listing:before {
    content: '';
    background-color: rgba(65, 0, 153, .5);
    ;
    position: absolute;
    bottom: -10px;
    top: -8px;
    left: -21px;
    width: 3px;
}

.timeline .listing:first-child::before {
    top: 50%;
}

.timeline .listing:last-child::before {
    bottom: 50%;
}

.timeline .listing:after {
    content: '◉';
    color: #41009a;
    border-radius: 50% 50% 50% 50%;
    border: 1px solid rgba(65, 0, 153, .5);
    background-color: rgba(65, 0, 153, .1) !important;
    position: absolute;
    left: -34px;
    top: 2px;
    height: 28px;
    width: 28px;
    top: 50%;
    transform: translate(0%, -50%);
    text-align: center;
    font-weight: bold;
    padding-top: 2px;
}



.itineraryCardHeader {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.itineraryBorderBottom {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}


.itineraryCardBody {
    padding: 20px
}

.maps {
    width: 100%;
    height: 400px;
    margin-top: 15px;
    border-radius: 7px;
}

.mapButtonSet {
    position: absolute;
    width: 50%;
    bottom: 0px;
    left: 25%;
}



.mapButtonSet .buttonContainer {
    border-radius: 7px 7px 0px 0px;
    position: relative;
    width: fit-content;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    box-shadow: 1px 0px 2px 0 rgb(0 0 0 / 3%), 0 -1px 6px -1px rgb(0 0 0 / 2%), 0 -2px 4px 0 rgb(0 0 0 / 2%);
}


.mediaButtonSet {
    display: flex;
}

.mediaButtonSet>div {
    display: flex;
    height: 90px;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    color: white
}

.mediaButtonSet .delete {
    background-color: #ff000080;
}

.mediaButtonSet .move {
    background-color: #40009a41;
    border-left: 1px solid #dedede;
    border-radius: 0px 7px 7px 0px;
}


.criteria {
    border: 2px dashed #dedede;
    padding: 20px 20px 20px 20px;
    background-color: #0505050f;
    border-radius: 7px;
}

.criteriaButtonSet {
    justify-content: flex-end;
    display: flex;
}

.criteriaButtonSet>div {
    display: flex;
    height: 30px;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    color: white
}

.criteriaButtonSet .delete {
    background-color: #ff000080;
}

.criteriaButtonSet .move {
    background-color: #40009a41;
    border-left: 1px solid #dedede;
    border-radius: 0px 7px 0px 0px;
}

.InformationIcon {
    position: absolute;
    top: -7px;
    right: -5px;
    border: 1px solid;
    border-radius: 50%;
    padding-left: 4px;
    padding-right: 4px;
    /* background-color: gray; */
    background-color: #e6f4ff;
    border: 1px solid #91caff;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;

}

.InformationIconRelative {
    border: 1px solid;
    border-radius: 50%;
    padding-left: 4px;
    padding-right: 4px;
    /* background-color: gray; */
    background-color: #e6f4ff;
    border: 1px solid #91caff;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    margin-left: 5px;
}

.text-bg-primary {
    background-color: #41009a !important;
}

.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}


.dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}


.modals .card {
    cursor: pointer;
    transition: .5s ease;
}

.modals .card:hover {
    box-shadow: 0 0 0 1px rgba(53, 72, 91, .07), 0 2px 2px rgba(0, 0, 0, .01), 0 4px 4px rgba(0, 0, 0, .02), 0 10px 8px rgba(0, 0, 0, .03), 0 15px 15px rgba(0, 0, 0, .03), 0 30px 30px rgba(0, 0, 0, .04), 0 70px 65px rgba(0, 0, 0, .05)
}


.modals .card:hover .title {
    color: #41009a;

}

.loginImg {
    display: block;
}

@media (max-width: 1140px) {
    .loginImg {
        display: none !important;
    }
}



.paymentGatewaySelect .ant-select-selector {
    padding: 8px 10px 4px 11px !important;
    min-height: 58px;
}

.paymentSuccessResult {
    width: 100%;

    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    bottom: 0;
}

.paymentSuccessContainer {

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.com .ant-tabs-nav {
    width: 100% !important;
}

.com .ant-tabs-tab {
    display: block;
    flex: 1;
    text-align: center;
}

.com .ant-tabs-nav>div:nth-of-type(1) {
    display: unset !important;
    width: 100% !important;
}

#scrollableDiv .hover {
    cursor: pointer;
}

#scrollableDiv .hover:hover {
    background-color: #f9f9f9;
}

#scrollableDiv .selectedItems {
    background-color: #d5d7f5 !important;
}

.makeBookingListProduct .ant-select .ant-select-selector {

    padding: 0 11px;
    min-height: 42px !important;
}


.overflowDiv {

    height: calc(100vh - 480px) !important;
    max-height: 500px;

}


.overflowDiv .about-content p {
    font-size: 13px;

}

@media only screen and (max-width: 1072px) {

    .modals .modals-container {
        width: 100%;
        position: absolute;
        z-index: 902;
        /* min-height: 20vh; */
        height: 100vh;
        min-height: auto;
        max-height: 100vh !important;
        background-color: white;
        left: auto;
        top: 0;
        /* top: auto; */
        bottom: 0;
        transform: none;

    }

    .overflowDiv {
        height: calc(100vh - 420px) !important;
    }

    .px-5 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }


    



}