@charset "utf-8";
/* CSS Document */

.hide_desktop {
    display: none;
}

.show_desktop {
    display: block;
}


.ml-0 {
    margin-left: 0 !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.btn-soldout-bg {
    background: #db3261 !important;
}

.social-icons {
    width: 30px;
    height: 30px;
    margin: 0px !important;
}

.radio-text {
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #000000 !important;
}

@media (max-width: 768px) {
    .hide_mob {
        display: none;
    }

    .show_mob {
        display: block;
    }

    .ml-0-mob {
        margin-left: 0;
    }

    .mt-0-mob {
        margin-top: 0;
    }

    .mt-10-mob {
        margin-top: 10px !important;
    }

    .mt-15-mob {
        margin-top: 15px !important;
    }

    .mt-20-mob {
        margin-top: 20px !important;
    }

    .mt-30-mob {
        margin-top: 30px !important;
    }

    .mt-50-mob {
        margin-top: 50px !important;
    }

    .mt-75-mob {
        margin-top: 75px !important;
    }

    .mt-100-mob {
        margin-top: 100px !important;
    }

    .mt-150-mob {
        margin-top: 150px !important;
    }

    .mb-0-mob {
        margin-bottom: 0 !important;
    }

    .mb-10-mob {
        margin-bottom: 10px !important;
    }

    .mb-15-mob {
        margin-bottom: 15px !important;
    }

    .mb-20-mob {
        margin-bottom: 20px !important;
    }

    .mb-30-mob {
        margin-bottom: 30px !important;
    }

    .mb-50-mob {
        margin-bottom: 50px !important;
    }

    .mb-75-mob {
        margin-bottom: 75px !important;
    }

    .mb-100-mob {
        margin-bottom: 100px !important;
    }

    .mb-150-mob {
        margin-bottom: 150px !important;
    }

    .pt-0-mob {
        padding-top: 0 !important;
    }

    .pt-10-mob {
        padding-top: 10px !important;
    }

    .pt-15-mob {
        padding-top: 15px !important;
    }

    .pt-20-mob {
        padding-top: 20px !important;
    }

    .pt-30-mob {
        padding-top: 30px !important;
    }

    .pt-50-mob {
        padding-top: 50px !important;
    }

    .pt-75-mob {
        padding-top: 75px !important;
    }

    .pt-100-mob {
        padding-top: 100px !important;
    }

    .pt-150-mob {
        padding-top: 150px !important;
    }

    .pb-0-mob {
        padding-bottom: 0 !important;
    }

    .pb-10-mob {
        padding-bottom: 10px !important;
    }

    .pb-15-mob {
        padding-bottom: 15px !important;
    }

    .pb-20-mob {
        padding-bottom: 20px !important;
    }

    .pb-30-mob {
        padding-bottom: 30px !important;
    }

    .pb-50-mob {
        padding-bottom: 50px !important;
    }

    .pb-75-mob {
        padding-bottom: 75px !important;
    }

    .pb-100-mob {
        padding-bottom: 100px !important;
    }

    .pb-150-mob {
        padding-bottom: 150px !important;
    }
}

::placeholder { /* Most modern browsers support this now. */
    color: #94A3B8 !important;
}

:focus::placeholder {
    color: transparent !important;
}

.drop-zone {
    max-width: 290px;
    height: 200px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    color: #787878;
    border: 3px dashed #CBCFFE;
    border-radius: 10px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

    .drop-zone__thumb::after {
        content: attr(data-label);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 0;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.75);
        font-size: 14px;
        text-align: center;
    }

.drop-zone i {
    text-decoration: underline;
    font-style: normal;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    background: red;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
}

.jspHorizontalBar {
    background: transparent;
    bottom: 0;
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #E3EEEB;
    position: relative;
    height: 10px;
    border-radius: 5px;
}

.jspDrag {
    background: #ABC1BB;
    cursor: pointer;
    left: 0;
    position: relative;
    top: 0;
    height: 10px;
    border-radius: 5px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    cursor: pointer;
    direction: ltr;
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -20000px;
}

.jspDisabled {
    background: #80808d;
    cursor: default;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    float: left;
    height: 100%;
    width: 16px;
}

.jspVerticalBar .jspArrow:focus {
    border: 1px solid red;
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}







/*
color: #6167B1; 		link
color: #A98ED8;			hover
background: #1E1A35;	dark
*/

* {
    margin: 0;
    padding: 0;
    position: relative;
}

:root {
    --site-background: #F4F4F4;
    --dark-purple: #1E1A35;
    --purple: #4B1A6C;
    --lavender-floral: #A98ED8;
    --highlight: #1990FF;
    --white: #ffffff;
    --black: #000000;
    --section-background: #F8FAFC;
    --gray: #8A8A8A;
    --dark-gray: #787878;
    --light-gray: #E9E9E9;
    --blue: #006CE6;
    --footer-background: #110C19;
}

body {
    background: var(--site-background);
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #787878;
}

    body.home {
        background: #F8FAFC;
    }



input:focus,
textarea:focus,
select:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--black);
}

h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 30px;
}

h2 {
    font-weight: 900;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 30px;
}

a {
    text-decoration: none;
    color: #6167B1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

p {
    margin-bottom: 30px;
}

a:hover {
    color: #A98ED8;
}

a.btn {
    display: inline-block; /*background: #1E1A35;*/
    background: #4B1A6C;
    color: #fff;
    line-height: 50px;
    padding: 0 36px !important;
    border-radius: 8px;
    font-weight: bold;
    font-size: 15px;
    white-space: nowrap;
    transition: 0.8s;
}

input[type="submit"].btn, input[type="button"].btn {
    display: inline-block;
    background: #4B1A6C;
    color: #fff;
    line-height: 50px;
    padding: 0 36px !important;
    border-radius: 8px;
    font-weight: bold;
    font-size: 15px;
    box-shadow: none;
    width: auto;
    margin: 0;
    border: 1px solid #4B1A6C;
}

    input[type="submit"].btn:hover,
    a.btn:hover {
        background: #A98ED8;
        color: #fff;
        cursor: pointer;
        border: 1px solid #A98ED8;
    }

a.btn.btn-white {
    background: transparent;
    color: #4B1A6C;
    border: 1px solid #4B1A6C;
}

    a.btn.btn-white:hover {
        border: 1px solid #A98ED8;
        color: #fff;
        background: #A98ED8;
    }

input[type="submit"].btnTransparent, input[type="button"].btnTransparent {
    display: inline-block;
    background: #fff;
    color: #000;
    line-height: 50px;
    padding: 0 36px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 15px;
    box-shadow: none;
    width: auto;
    border: none;
    margin: 0;
}

input.btnTransparent.btn-white {
    background: transparent;
    color: #000;
}

    input.btnTransparent.btn-white:hover {
        border: 1px solid #A98ED8;
        color: #fff;
        background: #A98ED8;
    }

.submits .btn {
    margin-bottom: 10px !important;
}

.overflow {
    overflow: hidden;
}

.organizer-input-div .form-control {
    width: 50% !important;
}

.header {
    width: 100%;
    height: 64px;
    background: #1E1A35;
    box-shadow: 0px 8px 11px rgba(0, 0, 0, 0.25);
}

/*.logo img {
    margin: 17px 55px 17px 0;
}*/

.trigger {
    display: none;
}

.menu {
    float: left;
    padding-left: 55px;
    height: 64px;
}

    .menu:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 1.5px;
        height: 30px;
        margin: -15px 0 0 0;
        background: rgba(96, 92, 122, 1);
    }

    .menu ul {
        list-style: none;
        padding: 0;
    }

    .menu li {
        float: left;
        margin-right: 35px;
    }

        .menu li a {
            line-height: 64px;
            font-style: normal;
            font-weight: 500;
            font-size: 15px;
            color: #F9F2FF;
        }

            .menu li a:hover {
                color: #A98ED8;
            }

.menu_right {
    float: right;
}

    .menu_right ul {
        list-style: none;
        padding: 0;
        float: right;
    }

    .menu_right > ul > li .user {
        display: block;
        line-height: 64px;
        height: 64px;
        padding: 0 85px 0 0;
        overflow: hidden;
        float: left;
        width: auto;
        background-image: url(../images/dd.svg);
        /*background-image: url(../images/menu_trigger.png);*/
        background-repeat: no-repeat;
        background-position: right center;
    }
        /**/
        .menu_right > ul > li .user.organizer {
            background-image: url(../images/dd.svg);
        }

        .menu_right > ul > li .user img {
            position: absolute;
            top: 15px;
            right: 30px;
            border-radius: 24px;
            border: 2px solid #fff;
        }

    .menu_right > ul > li {
        display: inline-block;
        line-height: 64px;
        padding: 0;
        float: left;
    }

        .menu_right > ul > li .user span {
            display: block;
            font-size: 15px;
            color: #fff;
            white-space: nowrap;
            padding: 0;
        }

        .menu_right > ul > li ul {
            display: none;
            padding: 15px 0 0 0;
            position: absolute;
            top: 64px;
            right: 0;
            z-index: 100;
        }

        .menu_right > ul > li:hover ul {
            display: block;
            position: absolute;
            top: 64px;
            right: 0;
        }

        .menu_right > ul > li ul li {
            line-height: 32px;
            padding: 0 20px;
            background: #37334B;
        }

            .menu_right > ul > li ul li:first-child {
                padding: 10px 20px 0 20px;
                border-radius: 10px 10px 0 0;
            }

                .menu_right > ul > li ul li:first-child:after {
                    content: "";
                    position: absolute;
                    top: -5px;
                    right: 27px;
                    background: #37334B;
                    width: 15px;
                    height: 15px;
                    transform: rotate(45deg);
                }

            .menu_right > ul > li ul li:last-child {
                padding: 0 20px 10px 20px;
                border-radius: 0 0 10px 10px;
            }

            .menu_right > ul > li ul li a {
                display: block;
                line-height: 32px;
                padding: 0;
                font-size: 15px;
                color: #fff;
            }

                .menu_right > ul > li ul li a:hover {
                    color: #BDC7D3;
                }

    .menu_right > ul.notifications > li ul li {
        min-width: 220px;
    }

        .menu_right > ul.notifications > li ul li a {
            color: #CBCFFE;
            font-size: 13px;
            line-height: 17px;
            border-bottom: 1px solid #605C7A;
            padding: 10px 0;
        }

            .menu_right > ul.notifications > li ul li a:hover {
                color: #fff;
            }

        .menu_right > ul.notifications > li ul li.unseen a:after {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 4px;
            position: absolute;
            top: 15px;
            left: -11px;
            background: #F87171;
        }

.intro {
}

    .intro p {
        margin-bottom: 40px;
    }

.modal-backdrop.show {
    opacity: 0;
}

.trip_name {
    padding: 50px;
    max-width: 612px;
    background: #FFFFFF;
    box-shadow: 3px 9px 29px #BDC7D3;
    border: none;
    border-radius: 12px;
}

    .trip_name input {
        height: 50px;
        line-height: 50px;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 8px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .trip_name select {
        height: 50px;
        line-height: 50px;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 8px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .trip_name .overflow .btn {
        float: right;
        margin-left: 25px;
    }

@media (min-width: 576px) {
    .modal-dialog.trip_modal {
        max-width: 612px;
    }
}




.breadcrums {
    height: 64px;
    padding: 15px 0;
    line-height: 34px;
    font-weight: bold;
    font-size: 15px;
}

    .breadcrums a {
        display: inline-block;
        color: #6167B1;
    }

        .breadcrums a:after {
            content: "";
            display: inline-block;
            margin-left: 5px;
            width: 30px;
            height: 9px;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(../images/crums.svg);
        }

        .breadcrums a:hover {
            color: #1E1A35;
        }

    .breadcrums span {
        color: #3C3C3C;
    }

.content {
    width: 100%;
    padding: 20px;
}

.builder_menu {
    background: #fff;
    border-radius: 0 10px 10px 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 0 20px;
    width: calc(100% + 12px);
    margin-left: -12px;
}

    .builder_menu ul {
        list-style: none;
        padding: 37px 0;
        margin: 0;
    }

    .builder_menu li {
        margin: 0 0 15px 0;
    }

        .builder_menu li a {
            display: block;
            padding: 10px 20px;
            border-radius: 6px 0 6px 6px;
            color: #787878;
            font-weight: 500;
            font-size: 18px;
            line-height: 22px;
        }

            .builder_menu li a:hover,
            .builder_menu li a.active {
                background: #CBCFFE;
                color: #2C359B
            }



.builder_title {
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #3C3C3C;
    font-size: 18px;
}

    .builder_title:after {
        content: "";
        position: absolute;
        background: #E4E5E7;
        width: calc(100% + 40px);
        height: 2px;
        margin: 0 -20px;
        bottom: 0;
        left: 0;
    }

.builder_content {
    background: #fff;
    border-radius: 10px;
    padding: 35px 63px;
}

.step {
    position: absolute;
    top: 35px;
    right: 45px;
    color: #fff;
    line-height: 35px;
    padding: 0 20px;
    border-radius: 18px;
    background: #3C346A;
    font-weight: bold;
    font-size: 15px;
}

.builder_content h1 {
    margin-bottom: 10px;
}

.module {
    width: 100%;
    margin-top: 10px;
}

    .module h3 {
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
    }

    .module p {
        font-size: 15px;
        line-height: 20px;
        color: #787878;
        margin-bottom: 15px;
    }



.input_wrap {
    overflow: hidden;
    width: calc(100% + 10px);
    padding: 5px;
    margin: 0 -5px 0 -5px;
}

    .input_wrap.short {
        max-width: 500px;
    }

    .input_wrap.includes {
        max-width: 100%;
    }

    .input_wrap.inp2 .inputs {
        float: right;
        width: 45%;
    }

        .input_wrap.inp2 .inputs:first-child {
            float: left;
        }

.inputs {
    width: 100%;
}

    .inputs .form-label {
        color: #3C3C3C;
        font-size: 15px;
    }

.inp-icon:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -8px 0 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 5;
    display: inline-block;
}

.inp-icon.__search:after {
    background-image: url(../images/search.svg);
}

.inp-icon.__calendar:after {
    background-image: url(../images/calendar.svg);
}

.inputs .form-check-label {
    font-weight: 500;
    font-size: 15px;
    color: #3C3C3C;
}

    .inputs .form-check-label img {
        margin: 0 10px 0 0;
    }

.inputs.inverted .form-check {
    padding-left: 0;
    padding-right: 1.5em;
    padding-right: 0;
}

    .inputs.inverted .form-check .form-check-input {
        float: right;
        margin-left: 0;
    }

.form-inline .form-control {
    width: auto;
    display: inline-block;
}

.form-inline .form-label {
    width: auto;
    display: inline-block;
    padding-right: 10px;
}

.faqs {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    margin: 0 0 0 -10px;
}

a.faq {
    display: inline-block;
    min-height: 42px;
    padding: 10px 45px 10px 15px;
    line-height: 22px;
    box-shadow: -2px 2px 9px #C7D2DA;
    border-radius: 15px 0px 15px 15px;
    color: #3C3C3C;
    margin: 0 20px 20px 0;
    font-size: 15px;
}

    a.faq:after {
        content: "";
        position: absolute;
        top: 8px;
        right: 12px;
        width: 24px;
        height: 24px;
        background-image: url(../images/circle-plus.svg);
    }

.submits {
    width: 100%;
    overflow: hidden;
    text-align: right;
    padding: 30px 0;
}





.box_shadow {
    background: #FFFFFF;
    box-shadow: -2px 2px 9px #C7D2DA;
    border-radius: 20px !important;
    padding: 20px;
}

.col-md-6 .box_shadow {
    margin-left: -10px;
}


.builder_content .container-fluid {
    padding: 0;
}

.builder_content .row {
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
}

.dollar {
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url(../images/dollar.svg);
    padding-left: 30px;
}

.euro {
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url(../images/euro.svg); /*change path to euro*/
    padding-left: 30px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: white;
    /*    background-color: transparent;
    opacity: .4;*/
}

.package {
    margin-bottom: 45px;
}

.package_img {
    width: 100%;
}

    .package_img img {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }

.package h2 {
    font-weight: 900;
    font-size: 30px;
    margin: 10px 0 5px 0;
    line-height: 36px;
}

.package p {
    font-size: 12.5px;
    line-height: 17px;
    color: #787878;
    margin-bottom: 15px;
}

.package span {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #787878;
}

    .package span span {
        display: inline-block;
        color: #3C3C3C;
        padding: 0 5px 0 0;
    }

.dots {
    display: block;
    width: 100%;
    min-width: 100px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/ThreeDots.svg);
}

.context_menu {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

    .context_menu ul {
        list-style: none;
        margin: 0;
    }

    .context_menu > ul > li {
        display: block;
        width: 100%;
    }

    .context_menu ul ul {
        position: absolute;
        right: 0;
        top: 20px;
        display: none;
        background: #fff;
        padding: 15px 20px;
        z-index: 100;
        box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    }

    .context_menu li:hover ul {
        display: block;
    }

    .context_menu > li ul li {
        line-height: 32px;
        padding: 0;
    }

    .context_menu ul ul li a {
        display: block;
        line-height: 32px;
        padding: 0;
        font-size: 15px;
    }


span.sub {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #3C3C3C;
    margin-bottom: 30px;
}

.addons {
    margin: 30px 0 0 0;
}

    .addons.box_shadow {
        padding: 0;
        overflow: hidden;
    }

.addon_title {
    min-height: 66px;
    padding: 20px 43px;
    box-shadow: -2px 2px 9px rgba(199, 210, 218, 0.8);
}

    .addon_title h4 {
        color: #787878;
        line-height: 26px;
        font-weight: bold;
        font-size: 18px;
        margin: 0;
    }

    .addon_title span {
        display: inline-block;
        color: #3C3C3C;
        padding: 0 5px 0 0;
    }

.addon {
    display: inline-block;
}

.addon_content {
    padding: 35px 43px 15px;
    overflow: hidden;
}

.addon_holder {
    width: 100%;
    overflow: hidden;
}

a.addon {
    display: inline-block;
    width: 135px;
    text-align: center;
    margin-bottom: 20px;
    float: left;
}

    a.addon div {
        display: inline-block;
        width: 96px;
        height: 96px;
        border-radius: 48px;
        background: #3C346A;
        margin: 0 auto;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    a.addon:hover div {
        background: #A98ED8;
    }

    a.addon i {
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background: #EEAC0D;
        color: #3C3C3C;
        font-weight: bold;
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 5;
        border-radius: 18px;
        font-style: normal;
    }

    a.addon div span {
        display: inline-block;
        width: 96px;
        height: 96px;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center center;
    }

    a.addon.flights div span {
        background-image: url(../images/flight.svg);
    }

    a.addon.meals div span {
        background-image: url(../images/fastfood.svg);
    }

    a.addon.airportshuttle div span {
        background-image: url(../images/airport-shuttle.svg);
    }

    a.addon.excursions div span {
        background-image: url(../images/binoculars.svg);
    }

    a.addon.other div span {
        background-image: url(../images/plus.svg);
    }

    a.addon span {
        display: block;
        color: #3C3C3C;
        font-weight: bold;
        font-size: 15px;
    }

.addon_details {
    width: 100%; /*padding: 25px;*/
    padding: 25px 0 25px 0;
}

.addon_detail {
}

.addon_detail_title {
    margin: 45px 0 30px 25px;
}

.addon_details .addon_detail:first-child .addon_detail_title {
    margin-top: 0;
}

.addon_detail_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 300px;
    background: #F4F4F4;
}

.addon_detail_title h5 {
    color: #6167B1;
    font-weight: bold;
    font-size: 18px;
    padding: 12px 0;
    margin: 0;
}

.addon_detail_form {
    border: 2px solid #E5E2DB;
    border-radius: 10px;
    margin-top: 15px;
}

    .addon_detail_form .container-fluid .row {
        padding: 0;
        align-items: stretch;
    }

    .addon_detail_form .container-fluid .col {
        padding: 25px;
        display: flex;
        align-items: flex-end;
    }

        .addon_detail_form .container-fluid .col:nth-last-child(2) {
            background: #3C346A;
            border-radius: 0 10px 10px 0;
        }

    .addon_detail_form .module {
        margin-top: 30px;
    }

    .addon_detail_form .container-fluid .col:nth-last-child(2) .module h3 {
        color: #fff;
    }



.scroll {
    margin: 0 0 0 -10px;
}

.scroll_content {
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    height: auto;
    align-items: stretch;
    overflow: auto;
    white-space: nowrap;
}

    .scroll_content .package {
        width: 280px;
        margin-right: 15px;
        flex: 0 0 auto;
    }

.packages {
    padding: 0;
}

a.package h2 {
    font-size: 25px;
    min-width: 250px;
    white-space: pre-line;
}

a.package span {
    font-size: 14px;
    color: #94A3B8;
}

    a.package span span {
        color: #787878;
    }

    a.package span.price {
        font-size: 30px;
        color: #3C3C3C;
    }

        a.package span.price span {
            font-size: 14px;
            color: #94A3B8;
            padding: 0;
        }

a.package:hover,
a.package.active {
    background: #362164;
}

    a.package:hover h2,
    a.package.active h2,
    a.package:hover span.price,
    a.package.active span.price,
    a.package:hover span span,
    a.package.active span span {
        color: #fff;
    }


        a.package:hover span.price span,
        a.package.active span.price span {
            color: #94A3B8;
        }

.form-inline input#price {
    width: auto;
    max-width: 150px;
}

.payments.addon_detail_title {
    margin: 45px 0 30px 0;
}

.addon_detail_title:after {
    width: 100%;
}

.addon_detail_title h5 {
    color: #3C3C3C;
    font-size: 30px;
    padding: 24px 0;
}

.form-check_wrap {
    padding: 15px 10px;
    box-shadow: -2px 2px 9px #C7D2DA;
    border-radius: 5px;
    margin-top: 15px;
}

    .form-check_wrap:first-child {
        margin-top: 0;
    }

.payment_radio .form-check {
    padding-left: 50px;
}

.form-check .form-check-input {
    min-width: 1em;
    float: left; /*margin-left: -40px;*/
}

.total {
    box-shadow: -21px 8px 42px rgba(205, 213, 230, 0.48);
    border-radius: 10px;
    overflow: hidden;
}

.total_title {
    color: #fff;
    text-align: center;
    background: #362164;
    padding: 30px 15px;
}

.total_total {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    display: block;
}

.total_excl {
    color: #94A3B8;
    font-weight: 700;
    font-size: 18px;
    display: block;
    padding: 5px 0 15px 0;
}

.total_price {
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    display: block;
}

.total_content {
    padding: 0 15px 15px 15px;
}

.total_content_data {
    overflow: hidden;
    width: 100%;
    color: #3C3C3C;
    font-size: 18px;
    border-bottom: 2px solid #E2E8F0;
    padding: 30px 15px;
}

    .total_content_data strong {
        float: left;
    }

    .total_content_data span {
        float: right;
    }

.installments {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.input_wrap p {
    margin-top: 15px;
}

    .input_wrap p span {
        color: #3C3C3C;
        font-weight: 700;
    }

.installments .input_wrap.shortest {
    max-width: 130px;
}

.slider_holder {
    padding: 50px 10px 0 10px;
    width: calc(100% + 10px);
    margin: 0 -5px;
}

.module.visible,
.module.visible .input_wrap {
    overflow: visible;
}

#deposit .noUi-tooltip:before {
    content: "$";
}

#duration .noUi-tooltip:after {
    content: " months";
}

.noUi-horizontal {
    height: 8px;
}

.noUi-target {
    background: #D4D4D4;
    border-radius: 4px;
    border: none;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    right: -8px;
    top: -4px;
    border-radius: 8px;
    background: #382766;
    border: none;
    box-shadow: none;
}

.noUi-tooltip {
    border: none;
    border-radius: 3px;
    background: #382766;
    color: #fff;
    padding: 5px 10px;
    font-size: 15px;
}

.noUi-handle:before, .noUi-handle:after {
    display: none;
}

.accordion {
    margin-top: 30px;
}

    .accordion:first-child {
        margin-top: 0;
    }

.accordion,
.accordion-body {
    padding: 0 !important;
}

    .accordion .accordion-button,
    .accordion .accordion-button:focus {
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
        background-color: transparent !important;
        padding: 0 !important;
    }

.addon_content {
    padding: 0 43px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .addon_content.show {
        padding: 35px 43px 15px;
    }

    .addon_content .accordion-body,
    .addon_content .addon_detail {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .addon_content.show .accordion-body,
    .addon_content.show .addon_detail {
        opacity: 1;
    }

a.delete {
    display: inline-block;
    position: absolute;
    z-index: 15;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    background: #3C346A;
    font-weight: bold;
    font-size: 14px;
}

    a.delete:hover {
        color: #fff;
        background: #A98ED8;
    }

#response {
    color: red;
    margin: -15px 0 17px 0;
}


/************************************************************************************** checkout */

.head {
    padding-top: 30px;
    padding-bottom: 30px;
}

a.back {
    display: inline-block;
    border: 1px solid #787878;
    line-height: 34px;
    padding: 0 20px;
    color: #3C3C3C;
    border-radius: 20px;
    font-size: 15px;
}

    a.back:hover {
        background: #fff;
    }

.checkout h1 {
    margin-bottom: 0;
}

.addon_box {
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px 30px;
    column-gap: 15px;
    /*box-shadow: -2px 2px 9px #c7d2da;*/
    border: 1px solid #c7d2da;
    border-radius: 10px;
    margin: 0 0 10px 0;
}

    .addon_box img {
        height: 155px;
        width: 100%;
        min-height: 155px;
        /*min-width: 207px;*/
        max-width: 100%;
        object-fit: cover;
    }

    .addon_box.disabled:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.6);
        z-index: 5;
        border-radius: 5px;
    }

.add1 {
    width: 20%;
    /*text-align: center;*/
}

.add2 {
    width: 35%;
}

.add3 {
    width: 25%;
    text-align: center;
    font-weight: 900;
    font-size: 27px;
    color: #3C3C3C;
}

.add4 {
    width: 30%;
    text-align: right;
    font-weight: 500;
    font-size: 15px;
}


.addon_box h4 {
    font-size: 18px;
    margin: 0;
    line-height: 32px;
}

.addon_box p {
    margin: 0;
    line-height: 25px;
}

.added {
    display: inline-block;
    margin-right: 30px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/added.svg);
    color: #4B1A6C;
}

a.remove {
    color: #F87171;
    text-decoration: underline;
}

    a.remove:hover {
        text-decoration: none;
    }

.readmore_box {
    padding: 30px;
    max-width: 500px;
    background: #FFFFFF;
    box-shadow: 3px 9px 29px #bdc7d3;
    border: none;
    border-radius: 12px;
}

    .readmore_box p {
        margin: 0;
        font-size: 15px;
        line-height: 20px;
    }

a.close {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/X.svg);
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0.9;
}

.line {
    border-bottom: 1px solid #E4E5E7;
    margin: 0 0 15px 0;
    padding: 0;
}

.summary {
    width: 100%;
    padding: 0 0 0 110px;
    min-height: 73px;
    font-size: 15px;
    margin-bottom: 30px;
}

    .summary img {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 15px;
    }

    .summary h3 {
        font-weight: 500;
        font-size: 15px;
        margin: 0;
    }

    .summary span {
        display: block;
        font-weight: bold;
        font-size: 15px;
        color: #3C3C3C;
    }

.summary_holder {
    padding: 10px 20px;
    background: #FAF8FC;
    border-radius: 0 0 3px 3px;
}

.summary_content {
    padding: 0;
}

.summary_content_data {
    overflow: hidden;
    width: 100%;
    color: #3C3C3C;
    font-size: 18px;
    padding: 5px 0;
}

    .summary_content_data strong {
        float: right;
        font-size: 15px;
        line-height: 20px;
        font-weight: 500;
    }

    .summary_content_data span {
        float: left;
        font-size: 15px;
        line-height: 20px;
        color: #787878;
    }

    .summary_content_data.purple span {
        color: #4B1A6C;
    }

    .summary_content_data span strong {
        color: #3c3c3c;
    }

.summary_title {
    min-height: 1px;
    padding: 10px 20px;
    background: #FAF8FC;
    border-radius: 3px;
}

    .summary_title h4 {
        font-weight: bold;
        font-size: 18px;
        margin: 0;
    }

.checkout_sidebar .accordion {
    margin-top: 10px;
}

.small {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #3C3C3C;
    padding-bottom: 5px;
}

.small {
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #3C3C3C;
    padding-bottom: 5px;
}

.promo {
    margin: 20px 0 20px 0;
}

    .promo label {
        position: absolute;
        display: inline-block;
        top: -10px;
        left: 10px;
        background: #fff;
        padding: 3px 5px;
        color: #4B1A6C;
        font-weight: 300;
        font-size: 14px;
        line-height: 14px;
        z-index: 5;
    }

    .promo input[type=submit] {
        background: none;
        border: none;
        width: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
        color: #4B1A6C;
        font-weight: 500;
        font-size: 14px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .promo input[type=submit]:focus {
            outline: none;
            border: none;
            box-shadow: none;
        }

        .promo input[type=submit]:hover {
            color: #A98ED8;
        }

.summary_content.alt {
    padding: 0 20px;
    margin-bottom: 20px;
}

.line2 {
    border-bottom: 1px solid #E4E5E7;
}

.linetop {
    border-top: 1px solid #E4E5E7;
}

.purple {
    color: var(--purple) !important;
}

.sum {
    font-weight: bold;
    font-size: 18px !important;
    line-height: 18px;
    color: #3C3C3C;
}

.summary_content_data.sum strong,
.summary_content_data.sum span {
    font-weight: bold;
    font-size: 18px !important;
    line-height: 18px;
    color: #3C3C3C;
}

.checkout .form-check label > strong {
    font-weight: bold;
    font-size: 18px;
}

.notice {
    display: block;
    padding: 10px 15px;
    background: #FFF8E6;
    border-radius: 10px;
    margin-top: 15px;
    min-width: 75%;
}

.checkout .form-check_wrap {
    box-shadow: none;
    background: #fff;
}

.white_holder {
    background: #fff;
    width: 100%;
    border-radius: 20px;
    padding: 60px 20px;
}

.register {
    width: 100%;
    display: flex;
}

.w50 {
    width: 50%;
    padding: 0 60px;
}

    .w50:first-child {
        border-right: 1px solid #605C7A;
    }

.register .submits,
.password .submits {
    padding: 15px 0 0 0;
    text-align: left;
    margin: 0 0 15px 0;
}

.register .inputs {
    margin-bottom: 10px;
}

.register input,
.btn-outline-secondary {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
}

.inputs .dropdown-menu {
    min-width: 10px;
}

.info {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #3C3C3C;
    padding-bottom: 15px;
}

.register .input_wrap.inp2 .inputs {
    width: 50%;
}

.register .inputs a {
    font-weight: 500;
    font-size: 15px;
    display: block;
    text-align: right;
}

.password {
    width: 100%;
    max-width: 600px;
    padding: 0 60px;
    min-height: 500px;
}

    .password p {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 30px 0;
    }

    .password h2 {
        margin-bottom: 0;
    }

    .password input[type=email] {
        width: 100%;
        max-width: 275px;
    }

.verification {
    text-align: center;
    margin: 10px auto 0 auto;
}

.ver_holder {
    width: 160px;
    margin: 0 10px;
    display: inline-block;
}

.verification span.ver_t {
    font-size: 20px;
    line-height: 27px;
    color: #3C3C3C;
    display: block;
    padding: 0 0 20px 0;
}

.verification p {
    margin: 30px 0 30px;
    font-size: 15px;
    line-height: 20px;
    color: #3C3C3C;
}

.ver_holder .ver {
    text-align: center;
}

a.underline {
    /*font-size: 15px;*/
    line-height: 20px;
    color: #3C3C3C;
    text-decoration: underline;
}

    a.underline:hover {
        text-decoration: none;
    }

.ver_success {
    width: 100%;
    max-width: 325px;
    margin: 0 auto;
}

span.desc {
    font-size: 15px;
    line-height: 20px;
    display: block;
    color: #3C3C3C;
    text-align: left;
    padding: 5px 0 30px;
}

.verification .submits {
    text-align: center;
}

.questions .white_holder {
    padding: 30px 30px;
    margin-top: 20px;
}

.questions-accordian-body {
    padding: 5px 15px !important;
    background-color: white;
}

    .questions-accordian-body > .question {
        margin-top: 20px;
    }

.questions-accordion {
    padding: 5px 0;
}

.questions .module {
    margin-top: 0;
}

.terms .form-check-label {
    font-weight: bold;
    font-size: 15px;
    color: #3C3C3C;
}

.canvas_holder {
    width: 100%;
    max-width: 470px;
    padding: 10px;
    background: #94A3B8;
    border-radius: 15px;
    margin-top: 30px;
}

    .canvas_holder .centered:after {
        width: 80%;
        background: #94A3B8;
        content: "";
        position: absolute;
        top: -20px;
        left: 10%;
        height: 1px;
        z-index: 5;
    }

#signature {
    width: 100%;
    height: auto;
    border: none;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    color: black;
}

.canvas_holder span {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding: 0 0 5px 0;
}

.canvas_holder .centered {
    text-align: center;
    padding: 10px 0 5px 0;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    width: 100%;
}

    .canvas_holder .centered div {
        display: inline-block;
        width: 275px;
        margin: 0 0 0 5px;
    }

.checkout_tabs {
    margin-top: 30px;
}

    .checkout_tabs.disabled:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(244, 244, 244, 0.6);
        z-index: 5;
    }

    .checkout_tabs h2 {
        margin-bottom: 0;
    }

.payment-gateway-tabs {
    flex-wrap: nowrap;
}

.tab-pane {
    padding: 20px;
}

.nav-tabs .nav-link {
    min-width: 240px;
    padding: 15px 0;
    background: #EBEBEB;
    border-radius: 0;
}

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: transparent;
    }

.tab-content {
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-link {
    color: #787878;
    font-weight: bold;
    font-size: 18px;
}

    .nav-link:focus, .nav-link:hover {
        color: #3C3C3C;
    }

.nav-tabs .nav-item:first-child .nav-link {
    border-radius: 10px 0 0 0;
}

.nav-tabs .nav-item:last-child .nav-link {
    border-radius: 0 10px 0 0;
}

.card_data {
    display: flex;
    flex-wrap: nowrap;
}

    .card_data .w50 {
        width: 50%;
        padding: 20px 100px 30px 0;
    }

        .card_data .w50:first-child {
            border-right: none;
        }

.note {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #3C3C3C;
}

.card_data h4 {
    color: #3C3C3C;
    font-weight: bold;
    font-size: 18px;
}

.card_data label {
    font-size: 15px;
    line-height: 20px;
    color: #787878;
}

.eye {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/eye.svg);
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 25;
}

    .eye:hover {
        cursor: pointer;
    }

.password .ver_success {
    margin: 0;
}

.centered {
    text-align: center;
}

.applepay_box {
    width: 90%;
    max-width: 800px;
    padding: 30px;
    border-radius: 12px;
    background: #FFFFFF;
    margin: 0 auto;
}

#applepay .modal-dialog {
    max-width: 800px;
}

.swipe {
    display: none;
}

#swipemark {
    display: none;
}

span.bell {
    display: inline-block;
    height: 64px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/Bell.svg);
    margin-right: 20px;
}

    span.bell span {
        display: inline-block;
        height: 20px;
        width: 20px;
        line-height: 16px;
        text-align: center;
        background: #EC3B5B;
        border-radius: 10px;
        position: absolute;
        top: 50%;
        right: 0;
        font-size: 11px;
        color: #fff;
        margin: -18px 0 0 0;
        border: 2px solid #1E1A35;
    }

span.chartbar {
    display: inline-block;
    top: 10px;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/chart-bar.svg);
    margin-right: 5px;
}

span.setting {
    display: inline-block;
    top: 10px;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/Setting.svg);
    cursor: pointer;
}

span.editicon {
    display: inline-block;
    top: 5px;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/Edit.svg);
    margin-right: 10px;
    cursor: pointer;
}

.inc-icons {
    height: 28px;
}

span.share {
    display: inline-block;
    top: 5px;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/swipe.svg);
    margin-right: 10px;
    cursor: pointer;
}

span.deleteicon {
    display: inline-block;
    top: 5px;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/Delete.svg);
    margin-right: 5px;
    cursor: pointer;
}

span.edittableicon {
    display: inline-block;
    top: 5px;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/ic_Edit_Table.svg);
    margin-right: 5px;
    cursor: pointer;
}

span.menuimageicon {
    display: inline-block;
    top: 5px;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/ic_Menu_Image.svg);
    margin-right: 5px;
    cursor: pointer;
}

span.deletetableicon {
    display: inline-block;
    top: 5px;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/ic_Delete_Table.svg);
    margin-right: 5px;
    cursor: pointer;
}

span.duplicatetableicon {
    display: inline-block;
    top: 5px;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/ic_Duplicate_Table.svg);
    margin-right: 5px;
    cursor: pointer;
}

span.visibleicon {
    display: inline-block;
    top: 6px;
    left: 3px;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/visible.svg);
    margin-right: 5px;
    cursor: pointer;
}

span.invisibleicon {
    display: inline-block;
    top: 6px;
    left: 3px;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/invisible.svg);
    margin-right: 5px;
    cursor: pointer;
}

.input-group .form-control {
    margin: 0px !important;
}

span.closeicon {
    display: inline-block;
    top: 5px;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/close.svg);
    margin-right: 5px;
    cursor: pointer;
}

span.duplicateicon {
    display: inline-block;
    top: 5px;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/Duplicate.svg);
    margin-right: 5px;
    cursor: pointer;
}


.settings {
    margin-top: 25px;
    margin-bottom: 30px;
    background: #FFF;
    border-radius: 20px;
    padding: 30px 35px;
    width: 100%;
}

.settings_menu {
    width: 100%;
}

    .settings_menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .settings_menu li {
        width: 100%;
    }

        .settings_menu li a {
            display: block;
            font-weight: bold;
            font-size: 18px;
            line-height: 26px;
            color: #94A3B8;
            padding: 15px 30px 15px 0;
        }

            .settings_menu li a:hover,
            .settings_menu li a.active {
                color: #3C3C3C;
            }

.settings .container-fluid {
    padding: 0;
}

.settings_content {
    border-left: 1px solid #E4E5E7;
    /*padding-left: 45px;*/
    min-height: 300px;
}

.logo.alt {
    display: flex;
    height: 64px;
    align-content: center;
    align-items: center;
}

    .logo.alt img {
        margin: 0;
    }

.logo a.partner {
    display: inline-block;
    /*padding: 0 30px 0 0;*/
    margin: 0 10px 0 0;
    /*border-right: 1px solid #787878;*/
}


.header.alt .row {
    justify-content: space-between;
}

.drop-zone.alt {
    max-width: 100px;
    height: 100px;
    padding: 10px;
    border: 3px dashed #CBCFFE;
    border-radius: 50px;
    font-size: 12px;
    line-height: 14px;
}

.drop-zone__thumb {
    border-radius: 50%;
}

.settings_content .module {
    margin-top: 30px;
}

    .settings_content .module:first-child {
        margin-top: 0;
    }

.settings_content {
    width: 100%;
    max-width: 625px;
}

.color-black {
    color: black !important;
}

.settings_content label {
    font-weight: bold;
    color: #787878;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 10px;
    display: block;
}

    .settings_content label.form-check-label {
        padding-bottom: 0;
        font-size: 15px;
        font-weight: normal;
        line-height: 20px;
        color: #787878;
        padding-top: 5px;
    }

.settings_content .input_wrap.inp2 .inputs {
    width: 270px;
}

.settings_content .input_wrap.short.inp2 .inputs {
    width: 125px;
}

.settings_content .input_wrap.short {
    max-width: 280px;
}

.settings_content .eye {
    right: 15px;
}

.settings_content .ver_success span.desc {
    text-align: right;
    padding-bottom: 0;
}

.settings_content .input_wrap {
    overflow: visible;
    display: flex;
    justify-content: space-between;
}

.btn-outline-secondary {
    border-color: #ced4da;
}

#change-pass .password {
    padding: 30px;
    min-height: 100px;
}

label.small {
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    color: #787878;
}

.settings_content .card_data {
    justify-content: space-between;
}

    .settings_content .card_data .w50 {
        width: 270px;
        padding: 0;
        float: right;
    }

        .settings_content .card_data .w50:first-child {
            float: left;
        }

.settings_content .w50 .input_wrap.inp2 .inputs {
    width: 125px;
}

.settings_content .white_holder {
    padding: 20px;
    margin-bottom: 15px;
}

.notification h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #3C3C3C;
}

.notification p {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #3C3C3C;
}

    .notification p:last-child {
        margin-bottom: 0;
    }

.my-bookings {
    overflow: hidden;
}

.bookings {
    float: left;
    margin: 0 48px 48px 0;
    box-shadow: -2px 2px 9px #C7D2DA;
    background: #FDFDFD;
    border-radius: 20px;
}

.my-bookings h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #3C3C3C;
    border-bottom: 1px solid #E4E5E7;
    padding: 0 0 15px 0;
}

.bookings3.bookingsfull {
    width: 100%;
    margin: 0 0 10px 0;
}

.bookings3 {
    width: 385px;
}

.bookings4 {
    width: 216px;
}

.bookings_img {
    overflow: hidden;
}

    .bookings_img img {
        border-radius: 20px 20px 0 0;
        width: 100%;
        height: auto;
    }

    .bookings_img:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60%;
        z-index: 1;
        background-image: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
    }

.floating_notice {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #FFFFFF;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    line-height: 36px;
    font-weight: bold;
    font-size: 20px;
    color: #3C3C3C;
    padding: 0 20px;
    z-index: 3;
}

.floating_notice_right {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #FFFFFF;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    line-height: 36px;
    font-weight: bold;
    font-size: 20px;
    color: #3C3C3C;
    padding: 0 20px;
    z-index: 3;
}

.floating_notice_full {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #F9F2FF;
    background: #1E1A35;
    line-height: 20px;
    font-weight: normal;
    font-size: 13px;
    padding: 8px 5px;
    z-index: 3;
}

.bookings_img_title {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    color: #fff;
    padding: 15px;
    font-weight: normal;
}

.bookings3 .bookings_img_title {
    font-size: 12px;
    line-height: 16px;
}

.bookings4 .bookings_img_title {
    font-size: 8px;
    line-height: 12px;
}

.bookings3.bookingsfull .bookings_img_title {
    padding: 20px;
}

.bookings_img_title h3 {
    color: #fff;
    font-weight: bold;
}

.bookings3 .bookings_img_title h3 {
    font-size: 15px;
    line-height: 22px;
}

.bookings4 .bookings_img_title h3 {
    font-size: 10px;
    line-height: 16px;
}

.bookings3 .bookings_txt {
    padding: 25px 15px;
    text-align: right;
}

.bookings4 .bookings_txt {
    padding: 15px 15px;
    text-align: right;
}

.bookings4 a.btn {
    font-size: 10px;
    line-height: 32px;
}

.sidebar_bookings_holder {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    width: calc(100% + 40px);
    margin: -20px -20px 0 -20px;
}

.sorting {
    width: 100%;
    border-bottom: 1px solid #CBCFFE;
    overflow: hidden;
    margin: 0 0 30px 0;
}

    .sorting a {
        display: inline-block;
        font-weight: bold;
        font-size: 15px;
        line-height: 26px;
        color: #787878;
        margin: 0 28px 0 0;
        float: left;
        z-index: 4;
    }

        .sorting a:hover {
            color: #3C3C3C;
        }

        .sorting a.active {
            border-bottom: 2px solid #3C3C3C;
            color: #3C3C3C;
        }

.payment_tab {
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 0;
}

.payment_tab_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #3C3C3C;
    border-top: 1px solid #D9D5EC;
}

    .payment_tab_row:first-child {
        border-top: none;
        justify-content: space-between;
    }

    .payment_tab_row > div {
        padding: 10px;
    }

    .payment_tab_row.t_head,
    .payment_tab_row:last-child {
        background: #F4F2FF;
    }

    .payment_tab_row.failed {
        background: #FFF0F0;
    }

    .payment_tab_row a img {
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .payment_tab_row a img:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
        }

    .payment_tab_row a.btn {
        line-height: 30px;
        padding: 0 10px;
        font-weight: normal;
        margin: 2px 3px 2px 0;
    }

    .payment_tab_row.t_prehead a.btn {
        line-height: 36px;
        padding: 0 20px;
        font-weight: bold;
    }

    .payment_tab_row.t_prehead > div:first-child {
        font-weight: bold;
        font-size: 18px;
        color: #F87171;
        padding-left: 40px;
    }

    .payment_tab_row.t_prehead > div:nth-child(2) {
        font-weight: bold;
        font-size: 15px;
        color: #3C3C3C;
    }

    .payment_tab_row > div:last-child {
        padding-right: 30px;
    }

span.status {
    display: inline-block;
    padding: 0 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    margin: 0 5px 5px 0;
    border: 1px solid #ccc;
    border-radius: 20px;
}

    span.status:before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 5px;
        margin: -1px 5px 1px -2px;
        background: #ccc;
        border-radius: 5px;
    }

.payment_tab_row.failed {
    background: #FFF0F0;
}

span.status.failed {
    background: #FFE0E0;
    border-color: #F87171;
    color: #F87171;
}

span.status.overdue {
    background: #FFF3D8;
    border-color: #EEAC0D;
    color: #EEAC0D;
}

span.status.paid {
    background: #FFF3D8;
    border-color: #CDFFCC;
    color: #41B32F;
}

span.status.paused {
    background: #DBDBDB;
    border-color: #DBDBDB;
    color: #787878;
}

span.status.cancelled {
    background: #fff;
    border-color: #DDDDDD;
    color: #94A3B8;
}

span.status.scheduled {
    background: #DDC2FF;
    border-color: #DDC2FF;
    color: #5E2C9E;
}

span.status.failed:before {
    background: #F87171;
}

span.status.overdue:before {
    background: #EEAC0D;
}

span.status.paid:before {
    background: #41B32F;
}

span.status.paused:before {
    background: #787878;
}

span.status.cancelled:before {
    background: #94A3B8;
}

span.status.scheduled:before {
    background: #5E2C9E;
}

.payment_tab_1 {
    text-align: center;
    width: 10%;
    color: #6167B1;
    font-weight: bold;
    font-size: 18px;
}

.payment_tab_2 {
    text-align: left;
    width: 25%;
}

.payment_tab_3 {
    text-align: right;
    width: 15%;
    font-weight: 500;
    font-size: 14px;
    color: #94A3B8;
}

.payment_tab_4 {
    text-align: center;
    width: 10%;
}

.payment_tab_5 {
    text-align: left;
    width: 40%;
}

.payment_tab_row.t_head > div {
    color: #6167B1;
    font-weight: bold;
    font-size: 18px;
}

.payment_tab_2 p {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

.payment_tab_3 strong {
    display: block;
    font-weight: bold;
    color: #3C3C3C;
}

.payment_tab_row.t_foot > div {
    text-align: right;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #6E6893;
}

.form-select.inline {
    display: inline-block;
    width: 65px;
    border: none;
    background-color: transparent;
    color: #6E6893;
    font-weight: 500;
}

.payment_tab_row.t_foot a {
    display: inline-block;
    width: 30px;
    text-align: center;
}

.payment_tab_row.t_foot span {
    display: inline-block;
    padding: 0 30px;
}

.line.line-alt p {
    color: #3C3C3C;
}

.submits.profile {
    text-align: left;
}

    .submits.profile .btn-white {
        line-height: 30px;
    }

.popup_content {
    width: 100%;
}

.popups_w {
    width: 90%;
    max-width: 800px;
}

.modal {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.popups {
    padding: 50px 40px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 3px 9px 29px #bdc7d3;
    border: none;
    border-radius: 12px;
    color: #3C3C3C;
}

.bottom_line.inputs {
    margin: 0 auto;
    max-width: 220px;
    padding-top: 10px;
}

.bottom_line input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #C8C8C8;
    margin: 0 auto;
    background: transparent;
    text-align: center;
}

.dollar2:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 3px;
    z-index: 12;
    width: 20px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 10px left;
    background-image: url(../images/dollar2.svg);
}

.popup_content span.amount {
    font-weight: 900;
    font-size: 30px;
    display: block;
    padding: 20px 0;
}

.popup_content a.underline {
    font-weight: 500;
    font-size: 18px;
    color: #6167B1;
}

.popup_content .card_data .w50 {
    margin: 0 auto;
    padding: 0 30px;
}

.popup_content .note {
    margin: 0 auto;
    width: 100%;
    max-width: 470px;
    font-size: 20px;
    line-height: 27px;
}

.popup_content .addon_box {
    justify-content: space-between;
    padding: 15px 40px;
    font-size: 18px;
}

    .popup_content .addon_box p {
        color: #787878;
    }

    .popup_content .addon_box .add1 {
        width: 30%;
        text-align: left;
    }

    .popup_content .addon_box .add2 {
        width: 40%;
        text-align: left;
    }

    .popup_content .addon_box .add3 {
        width: 30%;
        text-align: right;
    }

.sendmail {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

    .sendmail .bottom_line.inputs {
        display: inline;
        width: 100%;
        max-width: 500px;
        margin-top: 5px 0 -5px 0;
        padding: 0;
    }

        .sendmail .bottom_line.inputs input {
            width: 100%;
            max-width: 400px;
            margin-top: -5px 0 5px 0;
            text-align: left;
            font-size: 20px;
        }

    .sendmail .form-inline .form-label {
        padding-right: 10px;
        font-size: 20px;
    }

.narrow {
    margin: 0 auto;
    max-width: 220px;
}

    .narrow input {
    }

.sub-menu {
    display: none;
}


#company-logo {
    width: 100%;
    height: 40px;
    max-height: 40px;
}

.company-text {
    color: #ffffff;
    font-size: 1.25rem;
}


@media (max-width: 992px) {

    .payment-gateway-tabs .nav-link {
        font-size: 12px;
    }

    .sub-menu {
        display: block;
    }

    /*.menu_right > ul > li .user {
        padding: 0 45px 0 0;
        display: block;
        height: 64px;
        overflow: hidden;
        float: left;
        width: 118px;
        background-image: url(../images/dd.svg);*/
    /*background-image: url(../images/menu_trigger.png);*/
    /*background-repeat: no-repeat;
        background-position: right center;
    }
        .menu_right > ul > li .user.organizer {
    
            background-image: none;
        }

        .menu_right > ul > li .user img {
            right: 0;
            position: absolute;
            top: 15px;
            right: 18px;
            border-radius: 24px;
            border: 2px solid #fff;
        }*/

    .menu li a {
        font-size: 14px;
    }

    /* .content {
        padding-right: 10px;
    }
*/
    .main .content-trip {
        padding: 10px;
    }

    .trip_name .overflow .btn,
    .trip_name .overflow .btn {
        margin-bottom: 5px;
    }

    .menu:before {
        display: none
    }

    .menu {
        padding-left: 0;
    }

    .input_wrap.inp2 .inputs {
        width: 100%;
    }

    .organizer-input-div .form-control {
        width: 100% !important;
    }

    .builder_content {
        padding: 30px 30px;
    }

    .form-control {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .builder_title,
    .builder_menu li a {
        font-size: 17px;
    }

    .builder_menu li a {
        padding: 10px 12px;
    }

    .form-check { /*padding-left: 2em;*/
    }

    .addon_detail_form .col-4 {
        width: 100%;
    }

    .addon_detail_form .container-fluid .col:last-child {
        width: 100%;
        border-radius: 0 0 10px 10px;
    }

    .package span {
        font-size: 16px;
        line-height: 24px;
    }

    .step {
        right: 30px;
    }

    .package h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
    }

    .total_content_data {
        padding: 10px 0;
    }

    .addon_box {
        display: block;
        column-gap: 0px;
    }

    .add1,
    .add2,
    .add3,
    .add4,
    .counterwrapper {
        width: 100% !important;
        /*text-align: center;*/
        padding: 15px 0;
    }

    .addon_box {
        padding: 10px 15px;
    }

    .register {
        display: block;
    }

        .register .w50 {
            width: 100%;
            padding: 0 20px;
        }

            .register .w50:first-child {
                border-right: none;
                margin-bottom: 50px;
            }

    .card_data {
        display: block;
    }

        .card_data .w50 {
            width: 100%;
            padding: 20px 0 30px 0;
        }

    .nav-tabs .nav-link {
        min-width: 40px;
        padding: 15px;
    }

    .settings_wrap {
        padding: 0;
    }

    .settings_content {
    }

    .settings {
        background: transparent;
        margin-top: 0;
    }

        .settings h1 {
            text-align: center;
        }

    .settings_menu ul {
        text-align: center;
        padding: 0 0 20px 0;
    }

    .settings_menu li {
        width: auto;
        display: inline-block;
    }

        .settings_menu li a {
            line-height: 44px;
            color: #3C3C3C;
            padding: 0 15px;
            margin: 0 3px 10px 3px;
            font-weight: 500;
            font-size: 15px;
        }

            .settings_menu li a:hover, .settings_menu li a.active {
                color: #fff;
                background: #3C3C3C;
                border-radius: 5px;
            }

    .settings_content {
        border-left: none;
        padding-left: 0;
        background: #FDFDFD;
        border-radius: 20px;
        padding: 30px 35px;
        width: 100%;
        max-width: 100%;
    }

        .settings_content form {
            width: 100%;
            max-width: 625px;
        }

    .settings_wrap > .container-fluid > .row {
        width: 100%;
        --bs-gutter-x: 0;
    }

    .settings_content .input_wrap {
        flex-wrap: wrap;
    }

        .settings_content .input_wrap.inp2 .inputs:nth-child(2) {
            margin-top: 40px;
        }

        .settings_content .input_wrap.short.inp2 .inputs:nth-child(2) {
            margin-top: 0;
        }

    .settings_content .module {
        max-width: 270px;
    }

    .settings_content .card_data {
        flex-wrap: wrap;
    }

        .settings_content .card_data .w50,
        .settings_content .card_data .w50:first-child {
            max-width: 270px;
            width: 100%;
            float: none;
        }

            .settings_content .card_data .w50:nth-child(2) {
                margin-top: 40px;
            }

        .settings_content .card_data .inputs {
            max-width: 100%;
        }

        .settings_content .card_data .input_wrap.inp2 .inputs:nth-child(2) {
            margin-top: 0;
        }

    .notifications_holder.settings_content {
        background: transparent;
        padding: 30px 15px;
    }

    .bookings {
        margin: 0 30px 30px 0;
    }

    .bookings3,
    .bookings4 {
        width: 100%;
    }

        .bookings3.bookingsfull {
            max-width: 100%;
        }

        .bookings4 .bookings_img_title h3 {
            font-size: 15px;
            line-height: 22px;
        }

        .bookings4 .bookings_img_title {
            font-size: 12px;
            line-height: 16px;
        }

    .popups_w {
        margin: 0 auto;
    }

    .popup_content .addon_box {
        flex-wrap: nowrap;
    }

        .popup_content .addon_box .add1,
        .popup_content .addon_box .add2,
        .popup_content .addon_box .add3 {
            width: 100%;
            text-align: center;
        }

    .popup_content .card_data .w50:first-child {
        padding-bottom: 40px;
    }

    .payment_tab_holder {
        width: 100%;
        overflow-x: auto;
    }



    .payment_tab_1 {
        text-align: center;
        width: 10%;
        color: #6167B1;
        font-weight: bold;
        font-size: 12px;
    }

    .payment_tab_2 {
        text-align: left;
        width: 40%;
    }

    .payment_tab_3 {
        text-align: right;
        width: 40%;
        font-weight: 500;
        font-size: 12px;
        color: #94A3B8;
    }

    .payment_tab_4 {
        text-align: center;
        width: 10%;
    }

    .payment_tab_5 {
        text-align: right;
        width: 50%;
        justify-content: right;
    }

    .payment_tab_row.t_head > div {
        color: #6167B1;
        font-weight: bold;
        font-size: 12px;
    }


    .payment_tab_row {
        display: flex;
        align-items: center;
        justify-content: normal;
        color: #3C3C3C;
        border-top: 1px solid #D9D5EC;
    }


        .payment_tab_row.t_prehead {
            display: block;
        }

            .payment_tab_row.t_prehead a.btn {
                width: 100%;
            }


    .action-buttons-div {
        background-color: #3C3C3C;
        position: absolute;
        right: 0;
        height: 100%;
        width: 60%;
        -webkit-border-top-right-radius: 20px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        webkit-border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        webkit-border-bottom-left-radius: 20px;
        transition-duration: 4s;
        transition-delay: 2s;
    }


    a.action-buttons {
        display: inline-block;
        border-radius: 50%;
        box-shadow: 0 0 2px #888;
        padding: 0.5em 0.6em;
        background-color: white;
        margin-right: 8px;
        /*background-image: url(../images/pay-now.svg);*/
    }

        a.action-buttons span {
            font-size: 9px;
            position: absolute;
            color: #3C3C3C;
            right: 4px;
            top: 45px;
        }

        a.action-buttons img {
            width: 20px;
        }


    .btn-active {
        background-color: #1E1A35 !important;
        color: white !important;
        font-size: 12px;
    }

    .btn-tabs {
        font-size: 12px;
    }

    btn.btn-tabs {
        font-size: 12px;
        background: transparent;
        color: #3C3C3C;
        border: 1px solid #4B1A6C;
    }

    .btn.btn-tabs:hover {
        font-size: 12px;
        border: 1px solid #A98ED8;
        color: #fff;
        background: #3C3C3C;
    }


    a.btn.btn-tabs {
        font-size: 12px;
        background: transparent;
        color: #3C3C3C;
        border: 1px solid #4B1A6C;
    }

        a.btn.btn-tabs:hover {
            font-size: 12px;
            border: 1px solid #3C3C3C;
            color: #fff;
            background: #3C3C3C;
        }

    .btn-active {
        background-color: #3C3C3C !important;
        color: white !important;
    }


    .dg-img img {
        height: 350px;
        width: 100%;
        border-radius: 20px;
        object-fit: cover;
    }

    .dg-img .btn-booking {
        width: 100% !important;
    }



    .content-trip .white_box {
        background: #FFFFFF;
        box-shadow: -2px 2px 9px #c7d2da;
        border-radius: 20px !important;
        padding: 20px;
    }

    .mail-to {
        font-size: 16px;
    }


    .content-trip .faq {
        width: 100%;
    }

    .checkout .dg-img img {
        height: 250px;
        width: 100%;
        border-radius: 20px;
        object-fit: cover;
    }


    .add2 .trip-option-text {
        position: relative;
        left: 0;
        text-align: left;
    }


    .content-trip .add2 img {
        width: 100%;
        height: auto;
    }

    .box2 {
        width: 100%;
    }

    .add2 .readmore {
        width: 100%;
    }

    .company-text {
        color: #ffffff;
        font-size: 1.25rem;
    }

    .addon_box .midbox {
        border: none;
    }

    /*  #company-logo {
        height: 50px;
    }*/
    /*   .payment_tab_holder .payment_tab {
            width: 900px;
        }*/
}
/* 992 */





@media (max-width: 768px) {

    /*  .content {
        padding-right: 0;
    }*/

    .trip_name .overflow .btn,
    .trip_name .overflow .btn {
        margin-bottom: 5px;
    }

    .packages {
        padding: 45px 0 0 0;
    }

    .logo {
        display: inline-block;
        width: auto;
        float: left;
    }

        /*  .logo img {
            margin: 17px 35px 17px 0;
        }*/


        .logo a.partner {
            padding: 0 3px 0 0;
            margin: 0 5px 0 0;
            /*border-right: none;*/
        }

    .company-text {
        color: #ffffff;
        font-size: 1.25rem;
    }

    .menu {
        display: none;
    }

        .menu.open {
            display: block;
            width: 100vw;
            position: absolute;
            top: 64px;
            left: 0;
            background: #1E1A35;
            z-index: 40;
            padding: 0 15px;
            height: auto;
        }

    .menu_right > ul > li:hover ul.sub-menu-right {
        display: none;
        position: absolute;
        top: 64px;
        right: 0;
    }

    .menu_right > ul > li .user.organizer {
        background-image: none;
    }

    .menu_right {
        width: auto;
        float: right;
        display: inline-block;
    }

    .header .row {
        display: block;
    }

    .trigger {
        display: inline-block;
        float: right;
        width: 30px;
        height: 30px;
        margin: 17px 0 0 0;
        background-image: url(../images/menu_trigger.png);
    }

    .header.alt .trigger {
        display: none;
    }

    .breadcrums {
        min-height: 64px;
        height: auto;
    }

    a.package span.price {
        font-size: 22px;
    }

    a.addon div,
    a.addon div span {
        width: 72px;
        height: 72px;
    }

    .addon_content {
        padding: 35px 15px 15px;
    }

    a.addon {
        width: 125px;
    }

        a.addon span {
            font-size: 13px;
        }

    #swipemark {
        display: block;
        height: 1px;
        width: 100%;
    }

    .fixed {
        position: fixed;
        top: 100%;
        margin-top: -120px;
        width: 100%;
        display: block;
        z-index: 50;
    }

    .swipe {
        display: block;
        height: 30px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url(../images/swipe.svg);
    }

    .settings {
        padding: 0 15px 20px 15px;
    }

    .popup_content .btn {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .checkout .dg-img .btn-booking {
        width: 100%;
    }


    .checkout .dg-img {
        text-align: center;
    }

        .checkout .dg-img img {
            height: 230px;
            width: 100%;
            border-radius: 20px;
            object-fit: cover;
        }

    /*  #company-logo {
        height: 50px;
    }*/

    h2.searchbox {
        margin-bottom: 12px;
        margin-top: 15px;
    }

    #company-logo {
        max-height: 30px;
    }

    .register .login-div {
        padding: 0 10px;
    }

    .verification span.ver_t {
        font-size: 16px;
    }

    .questions .white_holder {
        padding: 20px 15px 20px 15px;
    }

    .addon_content.show {
        padding: 35px 15px 15px;
    }
}
/* 767 */


@media (max-width: 980px) {
    .register .login-div {
        padding: 0 10px;
    }
}


@media (max-width: 575px) {

    .breadcrums {
        padding: 15px 10px;
    }

    .menu_right > ul > li .user {
        padding: 0 40px 0 0;
        /*width: 122px;*/
        background-image: url(../images/menu_trigger.png);
        background-repeat: no-repeat;
        background-position: right center;
        float: left;
    }

        .menu_right > ul > li .user span {
            display: block;
            font-size: 12px;
            color: #fff;
            white-space: nowrap;
            padding: 0;
        }

        .menu_right > ul > li .user.organizer {
            background-image: none;
        }


        .menu_right > ul > li .user img {
            display: none;
        }

    /* .logo img {
        margin: 17px 15px 17px 0;
    }*/

    .builder_content {
        padding: 80px 30px 30px 30px;
    }

        .builder_content h1 {
            font-weight: 700;
            font-size: 24px;
            line-height: 34px;
        }

    .addon_detail_title h5 {
        font-weight: 700;
        font-size: 24px;
        line-height: 34px;
    }

    .total_price {
        font-size: 32px;
        line-height: 32px;
    }

    .ver_holder {
        width: 85px;
        margin: 0 10px;
    }

    .logo a.partner {
        padding: 0 3px 0 0;
        margin: 0 5px 0 0;
        /*border-right: none;*/
    }

    .company-text {
        color: #ffffff;
        font-size: 1.25rem;
    }

    .canvas_holder .centered:after {
        top: -10px;
    }

    .canvas_holder .centered div {
        width: 100%;
        margin: 0;
    }


    .dg-img .btn-booking {
        width: 100%;
    }

    .white_box .trip-dates {
        font-size: 16px;
    }

    .start-at {
        display: block;
    }

    .checkout .location-text {
        font-size: 16px
    }

    .checkout .dg-desc {
        font-size: 16px;
    }

    .checkout .text-readmore {
        font-size: 16px;
    }

    .faq .faq-heading {
        font-size: 22px;
    }


    .menu_right a.btn-login {
        background: white;
        color: #4B1A6C;
        padding: 0 25px;
        line-height: 38px;
        top: 5px;
    }

    /*  #company-logo {
        height: 50px;
    }*/

    .include-item-label {
        max-width: 200px !important;
    }

    .ver_holder .ver {
        padding: 0;
    }
}
/* 575 */





@media (max-width: 400px) {

    /*    .menu_right > ul > li .user span {
        width: 122px;
        overflow: hidden;
        text-overflow: ellipsis;
        background-image: url(../images/menu_trigger.png);
        background-repeat: no-repeat;
        background-position: right center;
    }
    .menu_right > ul > li .user.organizer span {
      
        background-image: none;
    }*/

    .ver_holder {
        width: 85px;
        margin: 0 3px;
    }

        .ver_holder .ver {
            padding: 0;
        }

    .settings_content .input_wrap.short.inp2 .inputs {
        width: 105px;
    }

    .settings_content .card_data .input_wrap.inp2 .inputs {
        width: 105px;
    }

    /*  .logo.alt img {
        max-height: 20px;
        height: auto;
    }*/

    .logo a.partner {
        padding: 0 1px 0 0;
        margin: 0 5px 0 0;
    }

    .company-text {
        color: #ffffff;
        font-size: 0.8rem;
    }

    .canvas_holder .centered input {
        max-width: 100%;
    }

    .bookings3 .bookings_txt {
        padding: 25px 4px;
        text-align: right;
    }

    input[type="submit"].btn, input[type="button"].btn {
        padding: 0 18px;
    }

    /* #company-logo {
        height: 35px;
    }*/
}

/**/
.btn-new {
    display: inline-block;
    background: #4B1A6C;
    color: #fff;
    line-height: 50px;
    padding: 0 36px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 15px;
    box-shadow: none;
    width: auto;
    margin: 0;
    border: 1px solid #4B1A6C;
    margin-bottom: 10px !important;
}

.btn-new {
    margin-bottom: 10px !important;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
    display: none;
}

    #loading #loading-image {
        position: relative;
        top: 50%;
        margin: -100px auto auto auto;
        z-index: 1000;
    }


.div-disabled {
    pointer-events: none;
    opacity: 0.5;
    background: #989494;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

#message-alert {
    display: none;
    left: 30%;
    line-height: 30px;
    margin-top: 10px;
    position: fixed;
    min-width: 300px;
    width: 40%;
    z-index: 99999999 !important;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .9;
}

button.close {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.addon-desc {
    /*white-space: nowrap;*/
    /*width: 200px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px !important;
}

.addon-removed {
    color: #F87171;
    font-size: small;
    font-weight: 500;
}

.hidden {
    display: none
}

.header-image {
    width: 45px;
    height: 42px;
}

#apple-pay-button {
    display: none;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: check-out; /* Use any supported button type. */
    -apple-pay-button-style: black;
    width: 100%;
}


.p-25 {
    padding: 25px;
}


.active-trips-item a {
    padding: 0 11px;
}


.bookings_img_title_right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    color: #fff;
    padding: 15px;
    font-weight: normal;
}


a.btn.disablelink {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}



.active-trips {
    overflow-x: auto;
    white-space: nowrap;
}

    .active-trips > .bookings {
        display: inline-block;
        float: none;
        box-sizing: content-box; /* So the width will be 100% + 17px */
    }

.past-trips {
    overflow-x: auto;
    white-space: nowrap;
}

    .past-trips > .bookings {
        display: inline-block;
        float: none;
        transition: transform .2s
    }

        .past-trips > .bookings:hover {
            transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        }


span.arrowright {
    display: inline-block;
    height: 15px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/ArrowRight.svg);
}

#past-trip-arrow, #active-trip-arrow {
    padding: 0px 0px !important;
}


/*.past-trips {
    -ms-overflow-style: none;*/ /* Internet Explorer 10+ */
/*scrollbar-width: none;*/ /* Firefox */
/*}

.past-trips::-webkit-scrollbar {
    display: none;*/ /* Safari and Chrome */
/*}*/


.active-trips::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.active-trips::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.active-trips::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    background-color: #808080;
}


.past-trips::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.past-trips::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.past-trips::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    background-color: #808080;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}


.align-right {
    text-align: right;
}


.pointer {
    cursor: pointer;
}

.trip-name {
    cursor: pointer;
}

.login-div {
    padding: 0 60px;
}




/*..............trip builder view page..................................*/

.content-trip {
    width: 100%;
    padding: 30px;
}


.white_box {
    background: #FFFFFF;
    box-shadow: -2px 2px 9px #c7d2da;
    border-radius: 20px !important;
    padding: 60px;
}

.dg-img {
    text-align: right;
}

    .dg-img img {
        height: 350px;
        width: 80%;
        border-radius: 20px;
        object-fit: cover;
    }

    .dg-img .btn-booking {
        width: 80%;
    }


span.locationiconblue {
    display: inline-block;
    top: 6px;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../images/location-blue.svg);
}

.blue {
    color: #1890FF;
}

.bg-gray {
    background-color: #FAFAFA;
}


.include-item {
    min-height: 70px;
    margin-top: 30px;
}

.include-item-text {
    top: 0px;
    left: 43px;
}

.include-item-label {
    max-width: 280px;
}

span.wifi {
    display: inline-block;
    top: 2px;
    height: 22px;
    width: 27px;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../images/wifi.svg);
}


span.parking {
    display: inline-block;
    top: 2px;
    height: 22px;
    width: 27px;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../images/parking.svg);
}

span.ac {
    display: inline-block;
    top: 2px;
    height: 22px;
    width: 27px;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../images/air-conditioning.svg);
}


span.resturant {
    display: inline-block;
    top: 2px;
    height: 22px;
    width: 27px;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../images/restaurant.svg);
}


span.alcohol {
    display: inline-block;
    top: 2px;
    height: 22px;
    width: 27px;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../images/alcohol-drink.svg);
}


span.taxi {
    display: inline-block;
    top: 2px;
    height: 22px;
    width: 27px;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../images/taxi.svg);
}

.icn-include {
    height: 28px;
    position: absolute;
    top: 25px;
}

.icn-not-include {
    height: 28px;
    position: absolute;
    top: 0px;
}

.box2 {
    text-align: center;
}

    .box2 .tripoption-price {
        font-size: 30px;
        color: #4B1A6C;
        font-weight: bold;
    }


#tripOptions .add2 {
    display: flex;
}

.trip-option-text {
    padding: 20px 10px;
}

@media (max-width: 992px ) {
    .trip-option-text {
        padding: 15px 0
    }

    #tripOptions .add2 {
        flex-direction: column;
    }
}

.trip-option-text a {
    top: 5px;
    font-size: 14px;
}

.trip-option-text h4 {
    color: #4B1A6C;
}



.add2 img {
    width: 128px;
    height: 128px;
    object-fit: contain;
}

.text-purple {
    color: #4B1A6C;
}

.faq {
    width: 45%;
    margin: 60px auto;
}

.faq_title {
    min-height: 1px;
    padding: 16px 20px;
    background: #FAF8FC;
    border-radius: 3px;
}

    .faq_title h4 {
        font-size: 17px;
    }

.contact_support {
    text-align: center;
    margin-top: 30px;
    font-size: 17px;
}

.start-at {
    /*float: right;*/
    font-size: 20px;
    font-weight: 700;
}



.grid {
    display: grid;
    grid-template-rows: repeat(2, 180px);
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
}


.item:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 4
}

.item:nth-child(2) {
    grid-row: 1;
    grid-column: 3;
}

.item:nth-child(3) {
    grid-row: 2;
    grid-column: 3;
}

.item:nth-child(4) {
    grid-row: 1;
    grid-column: 4;
}

.item:nth-child(5) {
    grid-row: 2;
    grid-column: 4;
}

/* styling code */

.grid {
    margin: 20px auto;
    /*max-width: 1000px;*/
}

    .grid > .item {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

.readmore {
    /*white-space: nowrap;*/
    /*width: 300px;*/
    /* height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;*/
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 20px !important;
}

.trip-option-title {
    line-height: 25px !important;
    /*  display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical*/
}



a.btn-login {
    background: white;
    color: #4B1A6C;
    padding: 0 50px;
    line-height: 38px;
    top: 5px;
}


#trip-view-frame {
    width: 135%; /*cuz we are scaling out content 35%*/
    height: 850px;
    zoom: 0.75;
    -moz-transform: scale(0.75);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.75);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.75);
    -webkit-transform-origin: 0 0;
}

.btn-switch {
    position: relative;
    display: block;
    width: 70px;
    height: 35px;
    cursor: pointer;
    background-color: #C7D2DA;
    border: 2px solid #C7D2DA;
    border-radius: 50px;
}

    .btn-switch .btn-switch-circle {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        height: 30px;
        width: 30px;
        background-color: #fff;
        border-radius: 50px;
    }


.dot {
    height: 6px;
    width: 6px;
    background-color: #E4E5E7;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 10px 5px 15px;
}


.no-padding {
    padding: 0;
}

.trip-dates {
    font-size: 20px;
}


/*.dg-desc {
    display: block;*/ /* Fallback for non-webkit */
/*display: -webkit-box;
    max-width: 400px;
    height: ;*/ /* Fallback for non-webkit */
/*margin: 0 auto;
    font-size: 20px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}*/


.show-read-more .more-text {
    display: none;
}

.btn-switch--on {
    background-color: #3C346A;
    border: 2px solid #3C346A;
}

    .btn-switch--on .btn-switch-circle--on {
        left: auto;
        right: 0;
    }

.btn-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    BACKGROUND-COLOR: rgb(83 74 74 / 90%);
    /*OPACITY: 0.5;*/
    Z-INDEX: 9;
    text-align: center;
    padding: 30px;
}

.not-publish {
    pointer-events: none;
    opacity: 0.5;
}

.dg-desc {
    /*white-space: nowrap;*/
    /*   height: 160px;
    overflow: hidden;
    text-overflow: ellipsis;*/

    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    /*line-height: 20px !important;*/
}

.dg-desc-format {
    white-space: pre-line;
    overflow-wrap: break-word;
}

    .dg-desc-format a {
        word-wrap: break-word;
    }

.bullets-format {
    margin-bottom: 15px;
    font-size: medium;
    color: black;
}

.midbox {
    border-left: 2px solid #E9E9E9;
    border-right: 2px solid #E9E9E9;
}


.tripoption-price-small {
    font-size: 20px !important;
    color: #4B1A6C;
    font-weight: bold;
}

.no-fee-text-small {
    font-size: 12px !important;
}

.btn-book-sm {
    display: inline-block;
    /* background: #1E1A35; */
    background: #4B1A6C;
    color: #fff;
    line-height: 50px;
    padding: 0 22px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
}

.booking-div-small {
    padding-top: 20px;
    border-top: 1px solid #D9D5EC;
}

.booking-button-div-small {
    margin: auto;
    text-align: right;
}

.btn-publish {
    top: 50%;
    padding: 30px 40px !important;
}


.days-box .nav-pills .nav-link.active, .days-box .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #4B1A6C;
    border-radius: 6px;
}

span.day-active {
    top: 13px;
    height: 18px;
    width: 27px;
    right: -26px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../images/ci_play-arrow.svg);
}


.itinerary-img {
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
    position: absolute;
    transform: translate(-30%);
    -webkit-transform: translate(-30%);
    -ms-transform: translate(-30%);
    height: auto;
    border-radius: 15px;
    /*height: -moz-available;*/ /* WebKit-based browsers will ignore this. */
    /*height: -webkit-fill-available;*/ /* Mozilla-based browsers will ignore this. */
    /*height: fill-available;*/
}

.day-heading {
    font-size: 1.625rem;
    margin-bottom: 16px;
}

.day-sub-heading {
    font-size: 1.375rem;
    font-weight: 900;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.itinerary-time-item {
    display: flex;
    align-items: flex-start;
    min-height: 60px;
    margin-top: 18px;
}

    .itinerary-time-item img {
        width: 50px;
    }

.itinerary-time-text {
    top: 0px;
    margin-left: 10px;
    margin-bottom: 0 !important;
    font-weight: 900;
    font-size: 1.125rem;
}

.itinerary-time-sub-text {
    top: 0px;
    margin-left: 10px;
    margin-bottom: 0 !important;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 15.94;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}


.itinerary_box .itinerary-time-sub-text {
    line-height: 18px;
}

.itinerary-module .nav-link {
    margin-bottom: 10px;
}

.itinerary_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    background: #fff;
    padding: 15px 30px;
    box-shadow: -2px 2px 9px #c7d2da;
    border-radius: 0px;
    padding: 50px;
    margin: 0 0 10px 0;
    min-height: 500px;
}

.iten-img-container {
    width: 40%;
}

.iten-detail-container {
    width: 60%;
}

.flex-container-iten {
    display: flex;
    gap: 10%;
}

.days-box {
    flex-direction: column;
    width: 15%;
}

    .days-box a {
        cursor: pointer;
    }

.days-detail-box {
    width: 85%;
}

.iten-icon img {
    width: 30px;
}

a.iten-item {
    display: inline-block;
    min-height: 42px;
    padding: 10px 45px 10px 15px;
    line-height: 22px;
    box-shadow: -2px 2px 9px #c7d2da;
    border-radius: 15px 0px 15px 15px;
    color: #3C3C3C;
    margin: 0 20px 20px 0;
    font-size: 15px;
}

.iten-item {
    width: 100%;
}

.iten-actions {
    position: absolute;
    right: -45px;
    top: -30px;
    z-index: 1;
}

    .iten-actions span {
        cursor: pointer;
    }


.itinerary-item-text {
    position: absolute;
    left: 30px;
    top: 0;
}

.itineraries {
    width: 100%;
    overflow: visible;
    padding: 10px;
    margin: 0;
}

.iten-img {
    width: 15%;
}

.itin-text-readmore {
    font-size: 16px;
    margin-left: 10px;
}

@media (max-width: 820px) {
    .flex-container-iten {
        flex-direction: column;
    }

    .days-box {
        width: 100%;
    }

        .days-box a {
            font-size: 15px;
        }

    .itinerary_box {
        margin-top: 35px;
        flex-direction: column;
        padding: 25px 30px;
        min-height: unset;
    }

    span.day-active {
        top: 40px;
        height: 18px;
        width: 27px;
        right: 30%;
        position: absolute;
        background-repeat: no-repeat;
        background-position: left;
        -ms-transform: rotate(90deg); /* IE 9 */
        transform: rotate(90deg);
        background-image: url(../images/ci_play-arrow.svg);
    }

    .days-detail-box {
        width: 100%;
    }

    .itinerary-img {
        position: relative;
        transform: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        height: auto;
        width: 100%;
        border-radius: 15px;
        max-height: 200px;
        min-height: 200px;
    }

    .iten-img-container {
        width: 100%;
    }

    .iten-detail-container {
        width: 100%;
    }

    .day-heading {
        font-size: 1.3rem;
        line-height: 32px;
    }

    .day-sub-heading {
        font-size: 1rem;
    }

    .itin-text-readmore {
        font-size: 16px;
    }
}



/*..............trip builder view page end..................................*/
/*............subscription price table basic package................*/

.interval-button {
    cursor: pointer;
    color: rgb(60, 52, 106);
    border-color: rgb(60, 52, 106);
    background-color: white;
    padding: 10px 40px;
    cursor: pointer;
}

.interval-button-active {
    background-color: rgb(60, 52, 106) !important;
    border-color: rgb(60, 52, 106) !important;
    color: white !important;
}

.highlight {
    background-color: rgba(26,26,26,.05);
    border: 1px solid rgba(26,26,26,.1);
}

.PriceColumn {
    -webkit-animation: slideUp .4s ease-in-out;
    animation: slideUp .4s ease-in-out;
    /*  -webkit-animation-delay: calc(var(--pt-animate-in-order)*.2s);
    animation-delay: calc(var(--pt-animate-in-order)*.2s);*/
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    border-radius: 12px;
    /*color: #fff;*/
    /*opacity: .01;*/
    padding: 34px 36px 28px;
    width: 100%;
    color: #1a1a1a;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;
    line-height: 1.15;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 647px) {
    .PriceColumn {
        max-width: 464px;
        width: 100%;
    }
}

.justify-content-flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-container {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.PriceColumn-aboutProduct, .PriceColumn-content, .PriceColumn-featureListContainer, .PriceColumn-priceAndButton {
    width: 100%;
}

.direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.PriceColumn-badge {
    margin-bottom: 16px;
}


.PricingTable.is-blackColorBackground .Badge.is-highlightBadge, .PricingTable.is-lightColorBackground .Badge.is-highlightBadge {
    background-color: #fff;
    color: #545a69;
}

.Badge.is-highlightBadge {
    background-color: rgba(0,0,0,.2);
    color: #fff;
}


.Badge {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 18px;
    overflow: hidden;
    padding: 2px 6px;
    position: relative;
    text-align: center;
}


@media only screen and (max-width: 647px) {
    .PriceColumn-textAndProductImage {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .PricingTable-grid {
        -ms-grid-columns: unset;
        grid-template-columns: unset;
    }
}

.PriceColumn-textAndProductImage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 32px;
}

.Text-fontWeight--700 {
    font-weight: 700;
}

.Text-fontSize--36 {
    font-size: 36px;
}

.Text-fontSize--26 {
    font-size: 26px !important;
}

.Text-fontSize--20 {
    font-size: 20px !important;
}

.PriceColumn-priceContainerHeightAligner {
    margin-bottom: 20px;
}


.PricingTable.is-whiteButtonText .PriceColumn-button {
    color: #fff;
}

.PriceColumn-button {
    background-color: rgb(60, 52, 106);
    border-color: rgb(60, 52, 106);
}

.PriceColumn-button {
    border-radius: 6px;
    height: 44px;
    width: 100%;
    color: #fff;
}


.Button--lg {
    font-size: 16px;
    padding: 12px 24px;
}


.Button {
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color .1s ease-in,-webkit-transform .08s ease-in;
    transition: background-color .1s ease-in,transform .08s ease-in;
    transition: background-color .1s ease-in,transform .08s ease-in,-webkit-transform .08s ease-in;
    line-height: 1.15;
}


.Text--truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.Text-fontWeight--500 {
    font-weight: 500;
}

.PricingTable.is-whiteButtonText .PriceColumn-button {
    color: #fff;
}


.PricingTable-grid {
    -ms-grid-columns: (minmax(312px,312px))[auto-fit];
    grid-gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(312px,312px));
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}


.Text-fontSize--13 {
    font-size: 13px;
}


.PriceColumn-price {
    margin-right: 4px;
}

.Text-fontWeight--600 {
    font-weight: 600;
}


.PriceColumn-featureListHeader {
    margin: 12px 0;
}

.Text-fontSize--14 {
    font-size: 14px;
}

.Text-fontSize--15 {
    font-size: 15px;
}

.Text-fontSize--18 {
    font-size: 18px;
}

.Text-fontSize--20 {
    font-size: 20px;
}

.PriceColumn-check {
    margin-right: 12px;
}

.PriceColumn-name {
    margin-bottom: 12px;
}

.Icon--sm {
    height: 12px;
}


.PriceColumn-description, .PricingTable.is-lightColorBackground .PriceColumn-interval, .PricingTable.is-lightColorBackground .PriceColumn-meteredDescription, .PricingTable.is-lightColorBackground .PriceColumn-perUnitPriceDescription, .PricingTable.is-lightColorBackground .PriceColumn-startingAtDescription {
    opacity: .5;
}



/*............subscription price table basic package end................*/
/*............text blast page................*/

.people-check {
    flex-basis: 50%;
    display: inline-flex
}

.btn-contact-div {
    width: 60%;
    display: flex;
    flex-direction: column
}

@media only screen and (max-width: 768px) {
    .btn-contact-div {
        width: 100%;
        display: flex;
        flex-direction: column
    }
}
/*............text blast page end................*/



.icon-order {
    margin: 4px;
    cursor: pointer;
}


/*.............branding......................*/

.color_front {
    border: none;
    background: white;
    cursor: pointer;
}

    .color_front::-webkit-color-swatch {
        border: none;
        height: 50px;
        border-radius: 50%;
        padding: 0;
    }

    .color_front::-webkit-color-swatch-wrapper {
        border: none;
        height: 50px;
        border-radius: 50%;
        padding: 0;
    }


.branding-preview {
    width: 600px;
    height: 450px;
    padding: 0;
    overflow: hidden;
}


#branding-preview-frame {
    width: 1600px;
    height: 1200px;
    -webkit-transform: scale(0.35);
    -webkit-transform-origin: 0 0;
}

@media only screen and (max-width: 768px) {
    #branding-preview-frame {
        width: 750px;
    }
}


.btn-overlay-unlock {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    BACKGROUND-COLOR: rgb(83 74 74 / 90%);
    Z-INDEX: 9;
    text-align: center;
    padding: 30px;
}

.btn-unlock {
    top: 40%;
    padding: 30px 40px !important;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #4B1A6C;
}

.ui-select-match .clear {
    background-color: transparent;
    border: none;
    color: #999;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    position: relative;
    transform: translateY(-50%);
    top: 10px;
}

    .ui-select-match .clear:hover {
        color: #333;
    }


.disable-events {
    pointer-events: none;
}


.referral-fields .form-control:disabled, .referral-fields .form-control[readonly] {
    background-color: #e9ecef;
}

/*---------------tooltip------------------------*/
.help-icon {
    position: relative;
    color: #fff;
    padding: 2px 7px;
    border-radius: 100%;
    background: #CCCFFA;
    color: #2E3595;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}

    .help-icon:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .help-icon .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #1E1A35 transparent transparent transparent;
        z-index: 10;
    }

    .help-icon:hover .autochargetooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .help-icon .autochargetooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #1E1A35 transparent transparent transparent;
        z-index: 10;
    }

    .help-icon .tooltiptext {
        visibility: hidden;
        width: 170px;
        background-color: #1E1A35;
        color: #fff;
        text-align: center;
        border-radius: 10px;
        padding: 15px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -85px;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 10px;
        line-height: 2;
    }

    .help-icon .autochargetooltiptext {
        visibility: hidden;
        width: 300px; /* Set a fixed width for consistency */
        max-width: 300px; /* Allows the tooltip to expand up to this width */
        background-color: #1E1A35;
        color: #fff;
        text-align: center;
        border-radius: 10px;
        padding: 15px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        transform: translateX(-50%); /* Center the tooltip */
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 10px;
        line-height: 2; /* Adjusted line-height for readability */
        white-space: normal; /* Allow text to wrap within the box */
    }
/*---------------tooltip end------------------------*/


/*---------------organizer affiliate section------------------------*/

.affiliate-header, .affiliate-row {
    /*   display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #D9D5EC;*/
    padding: 10px;
}

    .affiliate-header .affiliate-header-text {
        font-size: 15px;
        color: black;
        font-weight: 500;
    }

.builder_content .affiliate-header-text {
    font-size: 15px;
    color: black;
    font-weight: bold;
    margin-bottom: 0;
}

.affiliate-row-text {
    font-size: 15px;
    color: #787878;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /*line-height: 20px !important;*/
}

    .affiliate-row-text p {
        margin-bottom: 0;
    }

.affiliate-modal .inputs label {
    font-size: 18px;
    color: #1A181D;
    font-weight: bold;
}

.affiliate-modal .input_wrap {
    margin-top: 20px;
}

    .affiliate-modal .input_wrap .pay-type {
        font-weight: 200;
        font-size: 16px;
    }

    .affiliate-modal .input_wrap.width-60 {
        width: 60%;
    }

.edit-affiliate-container {
    border-radius: 50%;
    border: 1px solid #E9E9E9;
    padding: 2px 8px;
    width: 35px;
    cursor: pointer;
}

.edit-affiliate {
    background-image: url(../images/affiliate-edit.svg);
    background-repeat: no-repeat;
}

.disable-img {
    opacity: 0.3;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding: 0;
}

    .form-select[multiple] option, .form-select[size]:not([size="1"]) {
        padding: 5px;
    }


    .form-select[multiple]:focus option:checked {
        background: red linear-gradient(#4B1A6C, #4B1A6C);
        color: white;
    }

    .form-select[multiple] option:active,
    .form-select[multiple] option:focus,
    .form-select[multiple] option:hover,
    .form-select[multiple] option:checked,
    .form-select[multiple] option:checked:after {
        background: #4B1A6C;
        color: white;
    }




@media (max-width: 992px) {
    .affiliate-modal .input_wrap.width-60 {
        width: 100%;
    }

    .affiliate-header-text {
        font-weight: normal !important;
    }
}

/*---------------organizer affiliate section end------------------------*/


.counterwrapper input {
    text-align: center;
    border: 1px solid #6C757D;
}

    .counterwrapper input[type="number"] {
        -webkit-appearance: textfield !important;
        -moz-appearance: textfield !important;
        appearance: textfield !important;
    }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.counterwrapper {
    border: 2px #ededed solid;
    width: 100%;
    height: 50px;
    padding: 10px;
    display: flex;
    border-radius: 6px;
}

    .counterwrapper .plusminus {
        height: 100%;
        width: 30%;
        background: white;
        border: none;
        font-size: 20px;
        color: #6167B1;
    }

    .counterwrapper .num {
        height: 100%;
        width: 39%;
        border: none;
        font-size: 20px;
    }

.sold {
    border: 1px solid #c7d2da;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: black;
    font-weight: 700;
}
/*---------------Scheduled Messages------------------------*/
.disabled {
    pointer-events: none;
    opacity: 0.5;
    background: #eeeeee;
}

.grid-div {
    padding: 35px 40px;
    background-color: #fff;
}

.line-up {
    border-top: 1px solid #E4E5E7;
}

.line-down {
    border-bottom: 1px solid #E4E5E7;
}

.status-sent {
    color: #4B1A6C;
}

.status-scheduled {
    color: #159900;
}

.status {
    text-transform: capitalize;
}

.status-draft {
    color: #D00B0B;
}

.icon-container {
    border-radius: 50%;
    border: 1px solid #E9E9E9;
    padding: 2px 8px;
    width: 35px;
    cursor: pointer;
}


.schedule-message .inputs label {
    font-size: 20px;
    color: #3C3C3C;
    font-weight: bold;
    margin-bottom: 10px;
}

.schedule-message .input_wrap p span {
    font-weight: normal;
}

.schedule-message .inputs input, .schedule-message .inputs select {
    width: 60%;
}

.schedule-message .input_wrap {
    margin-top: 30px;
}

.schedule-message .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffffff;
    color: black;
    font-size: 16px;
}

.affiliate-modal .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffffff;
    color: black;
    font-size: 16px;
}

.mt-16 {
    margin-top: 16px;
}

.schedule-message .select2-container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: black;
}

.affiliate-modal .select2-container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: black;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #CCCFFA !important;
    color: #2C359B !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #CCCFFA !important;
    color: #2C359B !important;
}

.select2-results, .select2-dropdown {
    z-index: 9999;
}

.select2-results__option {
    font-size: 15px;
}


.schedule-message .select2-container .select2-search--inline .select2-search__field {
    height: 25px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.affiliate-modal .select2-container .select2-search--inline .select2-search__field, .select2-container .select2-search--inline .select2-search__field {
    height: 25px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.calendar {
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url(../images/calendar.svg);
    padding-left: 30px;
}

.detail-text {
    font-size: 15px;
}

.message-container {
    overflow: visible;
}
/*....summer note over ride css............*/
.note-btn {
    width: auto !important;
}

.note-modal-footer {
    padding: 0 10px !important;
    height: 70px !important;
}

.note-modal .note-modal-body label {
    font-size: 18px;
}

.note-modal .note-modal-body input {
    width: auto !important;
}

.note-form-group input {
    width: auto !important;
    margin: 2px;
}

.note-editor .note-toolbar .note-dropdown-menu, .note-popover .popover-content .note-dropdown-menu {
    min-width: 170px !important;
}

.note-modal-title {
    width: 90%;
}

.note-editor .note-toolbar .note-color-palette div .note-color-btn, .note-popover .popover-content .note-color-palette div .note-color-btn {
    width: 20px !important;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu, .note-popover .popover-content .note-color-all .note-dropdown-menu {
    min-width: 350px !important;
}
/*....summer note css end............*/
@media (max-width: 768px) {
    .schedule-message .inputs input, .schedule-message .inputs select {
        width: 100%;
    }

    .select2-container {
        width: 100% !important;
    }

    .section-heading {
        font-size: 22px;
    }

    .section-subheading {
        font-size: 15px;
    }

    .schedule-message .inputs label {
        font-size: 18px;
    }

    h2 {
        font-size: 26px;
    }

    .submits {
        text-align: center;
    }
}

/*---------------Scheduled Messages end------------------------*/


/*---------------Global ------------------------*/

.form-container {
    border-radius: 15px;
    border: 1px solid #DEDEDE;
    background: var(--white);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
    padding: 30px;
}

.container-heading {
    font-size: 30px;
    margin-bottom: 10px;
}

.section-container {
    padding: 30px 25px;
    background: var(--section-background);
    border-radius: 12px;
    margin-bottom: 20px;
    color: var(--black);
}


.section-heading {
    border-radius: 12px;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}

.section-subheading {
    font-size: 18px;
}

.section-title {
    font-size: 20px;
}

.section-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
}

.section-link {
    color: var(--highlight);
}

.underline {
    text-decoration: underline;
}

.fw-600 {
    font-weight: 600;
}

.link {
    color: var(--highlight);
    text-decoration: underline;
}

.pill {
    border: 1px solid var(--purple);
    border-radius: 16px;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 14px;
    width: fit-content;
}

.footer {
    background-color: var(--footer-background);
}

.footer-main {
    padding: 40px 0;
}

.footer-desc-div {
    width: 40%;
    padding: 0 6%;
    font-size: 16px;
    color: #D5D5FF;
}

.footer-navs {
    width: 60%;
}

    .footer-navs .nav-box {
        margin: 0 40px;
    }

        .footer-navs .nav-box h2 {
            font-size: 20px;
            font-weight: 600;
            color: var(--white);
            margin-bottom: 0px;
        }

        .footer-navs .nav-box a {
            display: block;
            color: var(--light-gray);
            word-break: break-all;
            font-size: 16px;
        }

.footer-copyright {
    display: flex;
    padding: 15.5px 10px 15.4px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*border-top: 1px solid rgba(80, 75, 87, 0.78);*/
    font-size: 16px;
    color: #7F7A85;
}

.footer-copyright-with-social {
    display: flex;
    padding: 15.5px 10px 15.4px 10px;
    align-items: center;
    font-size: 16px;
    color: #7F7A85;
}

.squad-footer-social {
    /* position: absolute;
    left:7%;*/
    padding: 0 7%;
    width: 40%;
}

.copyright-div
{
    width: 100%;
    padding: 0 40px;
    text-align: center;
    box-sizing: border-box; /* Ensures padding is included in width calculation */
}

.subheading-width-60 {
    width: 60%;
}

.text-danger {
    font-size: 15px;
}


@media only screen and (max-width: 768px) {

    .content {
        padding: 0;
    }

    .container-heading {
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: 600;
        line-height: 130%;
    }

    .section-subheading {
        font-size: 16px;
    }

    .section-heading {
        font-size: 22px;
    }

    .section-text {
        font-size: 14px;
    }

    .section-container {
        padding: 20px 16px;
    }

    .section-title {
        font-size: 18px;
        line-height: normal;
    }

    .footer-main {
        padding: 15px 0;
        flex-direction: column;
    }

    .popups_w {
        width: 100%;
    }

    .subheading-width-60 {
        width: 100%;
    }

    .footer-desc-div {
        width: 100%;
        text-align: center;
    }

    .footer-navs {
        flex-direction: column;
        width: 100%;
    }

        .footer-navs .nav-box {
            margin-bottom: 15px
        }

    .footer-copyright-with-social {
        justify-content: left;
        flex-direction: column;
    }

    .squad-footer-social, .copyright-div {
        width: 100%;
    }

    .squad-footer {
        flex-direction: column;
    }
}









/*---------------Global end ------------------------*/
/*---------------New Trip Page------------------------*/

.trip-container {
    background: var(--white);
    border-radius: 16px;
    padding: 40px 30px;
    margin: 70px 60px;
}

    .trip-container h2 {
        color: var(--black);
    }


.gallery-container img {
    margin-bottom: 20px;
    /*height: 532px;*/
    width: 100%;
    object-fit: cover;
    /*border-radius: 15px;*/
}

.trip-start-price {
    font-size: 50px;
    font-weight: 600;
}

.min-label {
    font-size: 16px;
}

.gray {
    color: var(--gray);
}

.dark-gray {
    color: var(--dark-gray);
}

.light-gray {
    color: var(--light-gray);
}

.trip-icon {
    height: 22px;
}

.section-container-booking-details {
    padding: 20px 16px;
}


a.company-link {
    color: var(--highlight);
    font-size: 18px;
}

.company-icon {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.icon-include {
    height: 28px;
}

.include-text {
    margin-left: 15px;
}

.trip-container .faq_title {
    font-size: 20px;
    font-weight: 600;
    background: var(--section-background);
    padding: 20px 0px;
    border-bottom: 1px solid var(--light-gray);
}

    .trip-container .faq_title h4 {
        font-size: 20px;
        font-weight: 600;
    }


.trip-container .summary_holder {
    padding: 20px 0px;
    background: #FAF8FC;
    background: var(--section-background);
    border-bottom: 1px solid var(--light-gray);
}

.package-option-box {
    width: 100%;
    /* display: flex;
    align-items: center;*/
    background: var(--white);
    padding: 20px;
    column-gap: 30px;
    /*box-shadow: -2px 2px 9px #c7d2da;*/
    border-radius: 10px;
    /*margin: 0 0 10px 0;*/
}

    .package-option-box img {
        border-radius: 12px;
        height: 155px;
        width: 207px;
        min-height: 155px;
        min-width: 207px;
        max-width: 207px;
        object-fit: cover;
    }


.carousel-container-package {
    width: 207px;
}

.includes-container {
    display: flex;
    flex-wrap: wrap;
}

.amenity-item {
    flex: 50%;
}

#map-container {
    height: 468px;
}

.days-list {
    border-bottom: 1px solid var(--light-gray);
    display: flex;
    flex-direction: row;
    /*justify-content:space-around;*/
    text-align: center;
    overflow: hidden;
    margin-bottom: 25px;
    width: 90%;
}

    .days-list a {
        color: var(--black);
        width: 14%;
        /*height: 30px;*/
        cursor: pointer;
        /*width: 280px;*/
        flex: 0 0 auto;
    }

        .days-list a.active {
            border-bottom: 2px solid var(--purple);
            color: var(--purple);
            font-weight: 600;
        }

.img-itinerary {
    width: 100%;
    height: 321px;
    border-radius: 15px;
    object-fit: cover;
}

.arrow-itinerary {
    width: 5%;
}

.packages-list .section-container-booking-details {
    display: none;
}

#book-now-sticky-mobile {
    border-radius: 20px 20px 0px 0px;
    background: var(--white);
    box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.08);
    height: 88px;
    padding: 20px 34px;
}

.booking-option-tile {
    padding: 15px 20px;
    border-radius: 8px;
    border: var(--light-gray, 1px) solid;
    margin: 5px;
    cursor: pointer;
}

    .booking-option-tile.active {
        border: var(--blue, 1px) solid;
    }


.dd-trip-page {
    padding: 10px 5px;
    width: 100%;
}

.payment-option-box {
    flex: 1;
    background-color: var( --white);
    padding: 15px 0;
    margin: 4px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #F5F5F5;
}

.package-title {
    overflow: hidden;
    word-break: break-word;
}

@media only screen and (max-width: 768px) {
    .trip-container {
        padding: 16px;
        margin: 16px;
    }


    /* .gallery-container img {
        height: 200px;
        border-radius: 10px;
    }
*/
    #map-container {
        height: 200px;
    }

    .days-list a {
        width: 25%;
    }

    /* .arrow-itinerary {
        width: 4%;
    }*/

    .img-itinerary {
        height: 200px;
        border-radius: 10px;
        object-fit: cover;
    }

    .amenity-item {
        flex: 100%;
    }

    .package-option-box {
        padding: 12px;
    }

        .package-option-box img {
            width: 100%;
            max-width: 100%;
            margin-bottom: 20px;
            border-radius: 7px;
        }

    .link {
        font-size: 14px;
    }

    .company-name {
        font-size: 18px
    }

    .trip-container .faq_title h4 {
        font-size: 16px;
    }

    .trip-container .faq_title {
        padding: 15px 0px;
    }


    .social-icon {
        height: 25.6px;
    }

    .carousel-container-package {
        width: 100%;
    }
}

/*---------------New Trip Page End------------------------*/

/*.....................media section..............*/
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    gap: 9px;
    /*height: 100vh;*/
}

.main-photo-section, .main-photo-section > img {
    max-width: 100%;
    height: 445px;
    border-radius: 10px;
    object-fit: contain;
}



.gallery-item, .gallery-item > img {
    height: 212px;
    width: 100%;
    flex-basis: calc(33.333333% - 6px);
    background-color: var(--light-gray);
    border-radius: 10px;
    object-fit: contain;
}

/*...gallery packages..........*/
.main-photo-section-package, .main-photo-section-package > img {
    max-width: 100%;
    height: 245px;
    border-radius: 10px;
    object-fit: contain;
}

.gallery-item-package, .gallery-item-package > img {
    height: 159px;
    width: 100%;
    flex-basis: calc(50% - 6px);
    background-color: var(--light-gray);
    border-radius: 10px;
    object-fit: contain;
}
/*...gallery packages end ..........*/


span.img-menu {
    display: inline-block;
    top: 10px;
    right: 10px;
    height: 29px;
    width: 29px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/mediagallery/img-dropdown.svg );
    cursor: pointer;
}

.gallery_img_menu_right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    color: #fff;
    font-weight: normal;
}

.gallery_img_menu_left {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 3;
    color: #fff;
    font-weight: normal;
}

/*overriding bootstrap font-face size*/
.dropdown-item {
    font-size: 15px;
}


.gallery-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 4vw);
    grid-gap: 10px;
    margin-bottom: 20px;
}

.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 7;
    border-radius: 15px 0px 0px 15px;
}

.gallery__item--2 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 4;
    border-radius: 0px 15px 0px 0px;
}

.gallery__item--3 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 7;
    border-radius: 0px 0px 15px 0px;
}


.gallery__item--1-50 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 7;
    border-radius: 15px 0px 0px 15px;
}

.gallery__item--2-50 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 7;
    border-radius: 0px 15px 15px 0px;
}

.gallery__item--1-100 {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 7;
    border-radius: 15px;
    cursor: pointer;
}

.btn-show-slideshow {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: var(--black) !important;
    background: var(--white) !important;
    line-height: 40px !important;
    /*padding:0 5px;*/
}

@media only screen and (max-width: 768px) {
    .main-photo-section, .main-photo-section > img,
    .main-photo-section-package, .main-photo-section-package > img {
        max-width: 100%;
        height: 190px;
        border-radius: 10px;
        object-fit: contain;
    }

    .gallery-item, .gallery-item > img,
    .gallery-item-package, .gallery-item-package > img {
        flex-basis: 100%;
        height: 190px;
    }
}
/*.....................media section end..............*/

/*---------------Trip Room Page Start------------------------*/

.room-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .room-heading h2 {
        font-size: 26px;
        font-weight: 600;
        margin: 0
    }

.room-table {
    width: 100%;
    text-align: center;
}

    .room-table tr {
        border-bottom: 1px solid #E7E7E7;
        color: black;
        padding: 8px 16px;
    }

    .room-table th:first-child {
        text-align: left;
    }

    .room-table th {
        font-size: 15px;
        font-weight: 600;
        color: black;
        padding: 8px 16px;
        text-align: center;
    }

    .room-table td {
        font-size: 15px;
        color: black;
        padding: 8px 16px;
        text-align: center;
    }

.no-room-added {
    border-bottom: none !important;
}

    .no-room-added td {
        padding: 32px 0;
    }

.table-action-button-main {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.room-inner-block {
    border: 1px solid #DEDEDE;
    border-radius: 12px;
    padding: 16px;
}

.room-inner-block-table {
    border: 1px solid #DEDEDE;
    border-radius: 12px;
}

.table-action-button {
    border-radius: 25px;
    border: 1px solid #E4E4E4;
    padding: 16px;
    width: 26px;
    height: 26px
}

    .table-action-button span {
        width: 18px;
        height: 18px;
    }

.room-cat-button {
    color: #000000;
    font-size: 18px;
    font-weight: 500
}

.uploaded-image-con {
    width: 247px;
    height: 170px;
    position: relative;
    display: inline-block;
}

    .uploaded-image-con img {
        display: block;
        width: 247px;
        height: 170px;
        border-radius: 12px
    }

.uploaded-image-con-icon {
    position: relative;
    z-index: 10;
    top: 50% !important;
    left: 50%;
    transform: translate(240%, -730%);
    background-color: #fff
}

.uploaded-image-con-main {
    position: relative;
    z-index: 11;
    top: -103%;
    left: 10px;
    font-size: 15px;
    color: #3C346A;
    background-color: #fff;
    padding: 4px !important;
}

.uploaded-image-con-icon-main {
    position: relative;
    z-index: 10;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -730%);
    background-color: #fff
}

.room-option-dialog-title h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
}

.room-option-dialog-description {
    font-size: 20px;
    font-weight: 400;
    color: #808080;
    width: 75%;
}

.room-option-main h3 {
    text-align: start;
    font-size: 20px;
    font-weight: 600;
}

.room-option-main p {
    text-align: start;
    font-size: 18px;
    font-weight: 400;
}

.room-option-main div.form-check {
    text-align: start;
}

.room-option-main label {
    text-align: start;
    font-size: 15px;
    font-weight: 500;
}

.popups-modified-room {
    max-width: 1400px;
    width: auto;
}

.room-option-error-text {
    color: #E10000;
    font-size: 15px;
    font-weight: 400;
    text-align: start;
    padding: 16px;
}

.add-rate-room {
    border-bottom: none !important;
}

.room-option-row td {
    padding: 4px 24px;
}

@media (max-width: 600px) {
    .room-heading {
        flex-flow: column;
        justify-content: start;
    }

    .popups-modified-room {
        max-width: auto;
        width: 100%;
    }

    .room-option-dialog-description {
        width: 100%;
    }
}

/*---------------Trip Room Page End------------------------*/


/*---------------Trip Room Page Start------------------------*/

.select-room-container {
    background: var(--white);
    border-radius: 16px;
    padding: 40px 30px;
}

    .select-room-container h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 12px;
    }

.counter-main {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.counter-container {
    display: inline;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    padding: 8px;
}

    .counter-container span {
        padding: 0 16px;
    }

span.counter-increment-icon {
    display: inline-block;
    top: 5px;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/ic_Increment.svg);
    margin-right: 5px;
    cursor: pointer;
}

span.counter-decrement-icon {
    display: inline-block;
    top: 5px;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/ic_Decrement.svg);
    margin-right: 5px;
    cursor: pointer;
}

span.dropdown-toggle-icon {
    display: inline-block;
    top: 5px;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/ic_DropDown.svg);
    margin-left: 5px;
    cursor: pointer;
}

span.dropdown-toggle-icon-closed {
    display: inline-block;
    top: 5px;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/ic_DropDown.svg);
    margin-left: 5px;
    cursor: pointer;
    transform: rotate(180deg);
}

.select-traveler-container {
    margin: 0px;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

    .select-traveler-container h2 {
        font-size: 26px;
        font-weight: 600;
        margin: 0;
        margin-bottom: 16px;
    }

.room-tile {
    border: #DEDEDE 1px solid;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 16px;
}

.room-tile-main {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.room-tile-main-one {
    display: flex;
    justify-content: start;
    align-items: start;
}
/*.carousel-control-next-icon {
    background-image: url(../images/ic_SliderRight.svg);
    max-width: 16px;
    background-size:auto;
}
.carousel-control-prev-icon {
    background-image: url(../images/ic_SliderLeft.svg);
    max-width: 16px;
    background-size: auto;
}*/
.additional-style-icons {
    background-color: #fff;
    color: #000;
    border-radius: 24px;
    padding: 16px;
}

.carousel-indicators li {
    border-radius: 12px;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    background-color: #A4A4A4;
}

    .carousel-indicators li.active {
        border-radius: 12px;
        width: 8px;
        height: 8px;
        margin: 0 3px;
        background-color: #FFFFFF;
    }

.carousel-item-modified {
    width: 240px;
    border-radius: 12px
}

.room-tile-main-description {
    margin-left: 16px;
}

    .room-tile-main-description p {
        font-size: 15px;
        font-weight: 400;
        color: #000;
        max-width: 380px;
        margin: 0;
    }

    .room-tile-main-description h4 {
        font-size: 18px;
        font-weight: 600;
    }

    .room-tile-main-description span {
        font-size: 15px;
        font-weight: 400;
        color: #1990FF;
        cursor: pointer;
    }

.room-tile-main-price {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-top: 40px
}

    .room-tile-main-price p {
        font-size: 15px;
        font-weight: 600;
        color: #706E74;
        margin: 0;
    }

    .room-tile-main-price h1 {
        font-size: 30px;
        font-weight: 700;
        color: #4B1A6C;
        margin: 0;
    }

    .room-tile-main-price span {
        font-size: 15px;
        font-weight: 600;
        color: #706E74;
        text-align: right;
    }

.select-room-items-title {
    font-size: 18px;
    font-weight: 600;
    color: #1A181D;
    margin-top: 16px;
}

.room-bed-details-item {
    border: 1px solid #DEDEDE;
    border-radius: 12px;
    padding: 8px;
    margin-top: 12px;
}

.room-bed-details-item-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.room-bed-details-item-warning {
    font-size: 14px;
    font-weight: 400;
    color: #F87171;
    display: flex;
    justify-content: end;
    margin-top: 3px;
}

span.user-room-icon {
    display: inline-block;
    top: 5px;
    height: 28px;
    width: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/ic_UserRoom.svg);
    margin-right: 5px;
    cursor: pointer;
}

span.bed-room-icon {
    display: inline-block;
    top: 5px;
    height: 28px;
    width: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/ic_BedRoom.svg);
    margin-right: 5px;
    cursor: pointer;
}

.bed-room {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.user-room {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.charges-room {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    line-height: 20px;
}

.charges-room-price {
    font-size: 18px;
    font-weight: 600;
    color: #4B1A6C;
}

.charges-room-traveler {
    font-size: 12px;
    font-weight: 400;
    color: #706E74;
}

.read-more-dialog img {
    width: 640px;
    border-radius: 12px;
}

.read-more-dialog h3 {
    font-size: 20px;
    font-weight: 400;
    color: #1A181D;
}

.read-more-dialog h4 {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #1A181D;
}

.read-more-dialog p {
    font-size: 15px;
    font-weight: 400;
    color: #1A181D;
}

.read-more-dialog-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

    .read-more-dialog-title h3 {
        margin: 0;
    }

.delete-room {
    font-size: 18px;
    font-weight: 600;
    color: #4B1A6C;
    cursor: pointer;
    margin-top: 16px;
}

.general-info.summary_holder {
    color: black;
    max-width: 500px;
}

    .general-info.summary_holder .summary_content_data span {
        color: black;
    }

@media (max-width: 992px) {
    .room-tile-main {
        flex-flow: column;
        justify-content: start;
    }

    .room-tile-main-one {
        flex-flow: column;
        justify-content: start;
    }

    .room-tile-main-price {
        align-self: center;
    }

    .room-bed-details-item {
        display: flex;
        flex-flow: column;
        justify-content: start;
    }

    .room-bed-details-item-main {
        flex-flow: column;
        align-items: flex-start;
    }

    .carousel-item-modified {
        width: 200px;
    }

    .room-tile-main-description {
        margin-left: 0;
        margin-top: 12px;
    }

    .read-more-dialog img {
        width: 320px;
    }

    .room-tile-main-one {
        justify-content: center;
        align-items: center;
    }

    .select-room-container {
        padding: 18px 12px;
        margin-bottom: 16px;
    }

        .select-room-container h1 {
            font-size: 26px;
            margin-bottom: 15px;
        }

    .charges-room {
        align-items: flex-start;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .select-room-container h3 {
        font-size: 18px;
    }

    .select-room-items-title {
        text-align: left;
        font-size: 15px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .room-bed-details-item-warning {
        text-align: center;
    }

    .counter-main {
        font-size: 18px;
    }

    .general-info.summary_holder {
        width: 100%;
        max-width: 100%;
    }
}
/*---------------Trip Room Page End------------------------*/

/* Add this to your stylesheet or style section */
.blue-button {
    background: #006CE6 !important;
    padding: 0 26px !important;
}

a.btn.room-sold-out {
    opacity: 1;
    pointer-events: none;
    background: white;
    color: black;
    border: 1px solid #c7d2da;
    margin: 0 auto;
    border-radius: 5px;
    font-weight: 700;
}



/*---------------Automatic Email Setting------------------------*/
#preview-template table {
    border-collapse: separate;
    width: 100%;
}


#preview-template {
    padding: 30px 20px;
}

/*---------------Automatic Email Setting End------------------------*/

a.btn.setting-tab {
    border: var(--light-gray, 1px) solid;
    color: var(--dark-gray);
    background: var(--section-background);
}

    a.btn.setting-tab.active {
        border: var(--purple, 1px) solid;
        color: var(--purple);
        background: var(--section-background);
    }


#googleButtonSignin {
    display: flex;
    justify-content: center;
}

.heading-with-lines {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

    .heading-with-lines::before,
    .heading-with-lines::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #000;
        margin: 0 10px;
    }


#cardNumber {
    border-radius: 6px 6px 0px 0px;
    /*  background: url('/Content/SquadTrip/images/paymentgateways/cards-sprite.svg') no-repeat right center;
    background-size:150px;*/
}

input[type="text"]#month-year {
    width: 50%;
    border-radius: 0px 0px 0px 6px;
}

input[type="text"]#cvv-num {
    width: 50%;
    border-radius: 0px 0px 6px 0px;
}


input[type="text"]#cardNumber {
    border-radius: 6px 6px 0px 0px;
}


.post-reg-form {
    width: 400px;
    margin: 0 auto;
}

    .post-reg-form label {
        font-size: 15px;
        float: left;
        font-weight: 400;
        color: var(--black);
    }

    .post-reg-form .field-desc {
        font-size: 12px;
        float: left;
        font-weight: 400;
        color: var(--black);
    }



#payment-gateway-tabs-new.nav-tabs .nav-link {
    flex: 1;
    background-color: var(--white);
    padding: 15px 0;
    margin: 4px !important;
    text-align: center !important;
    border-radius: 8px !important;
    border: 1px solid #F5F5F5 !important;
    min-width: unset !important;
}

    #payment-gateway-tabs-new.nav-tabs .nav-link.active {
        border: 1px solid var(--purple) !important;
    }


.fixed-bottom-preview-div {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    /*height: 50px;*/
    background-color: white;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1); /* Optional: Adds a small shadow for better visibility */
    z-index: 1000; /* Ensure it's above other content */
}


.gallery__skeleton {
    width: 100%;
    height: 100%;
    /*background: linear-gradient(90deg, #f0f0f0, #e0e0e0, #f0f0f0);*/
    background-size: 200% 100%;
    animation: pulse 1.5s infinite ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
}

.div__skeleton {
    height: 8rem;
    background-size: 200% 100%;
    animation: pulse 1.5s infinite;
    color: transparent;
    border-radius: 4px;
    margin: 5px;
}

.heading__skeleton {
    height: 2rem;
    background-size: 200% 100%;
    animation: pulse 1.5s infinite;
    color: transparent;
    border-radius: 4px;
    margin: 5px;
}

.subheading__skeleton {
    height: 1.5rem;
    background-size: 200% 100%;
    animation: pulse 1.5s infinite;
    color: transparent;
    border-radius: 4px;
    margin: 5px;
}

.text__skeleton {
    height: 1rem;
    background-size: 200% 100%;
    animation: pulse 1.5s infinite;
    color: transparent;
    border-radius: 4px;
    margin: 5px;
}


@keyframes pulse {
    0% {
        background-color: #eee;
    }

    50% {
        background-color: #ddd;
    }

    100% {
        background-color: #eee;
    }
}

.google-btn {
    width: 250px;
    height: 42px;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    border: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #3c4043;
    transition: background-color .3s, box-shadow .3s;
    padding: 0 12px;
    margin: 0 auto;
}

    .google-btn:hover {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
        background-color: #F8FAFC;
    }

    .google-btn:active {
        background-color: #F1F5F9;
    }

.google-btn__icon {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.google-btn__text {
    padding: 1px 0;
    font-weight: 500;
    letter-spacing: .21px;
    text-align: center;
    flex-grow: 1;
    text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .hide-on-mobile {
        display: none !important;
    }
}

.permission-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px;
}

.permission-checkbox {
    margin: 0;
}

.permission-label {
    font-size: 14px;
    margin: 0;
}

.custom-checkbox-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: 0; /* Allows wrapper to shrink below content size */
}

.custom-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-border {
    position: relative;
    flex-shrink: 0; /* Prevent checkbox from shrinking */
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border: 1px solid #d1d5db;
    border-radius: 2px;
    background-color: white;
    transition: all 0.2s ease;
}

.custom-checkbox:checked + .custom-checkbox-label .checkbox-border {
    background-color: #6366f1;
    border-color: #6366f1;
}

    .custom-checkbox:checked + .custom-checkbox-label .checkbox-border:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 2px;
        width: 4px;
        height: 8px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.custom-checkbox:focus + .custom-checkbox-label .checkbox-border {
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
}


.checkbox-label-text {
    font-size: 14px;
    color: #4b5563;
    white-space: normal; /* Allow text to wrap */
    line-height: 1.2;
}

.custom-checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    width: 100%;
}
/* Mobile styles - scoped to room option popup */
@media screen and (max-width: 768px) {
    #addRoomOptionDialog .permission-wrap,
    #editRoomOptionDialog .permission-wrap {
        padding: 4px;
    }

    #addRoomOptionDialog .checkbox-label-text,
    #editRoomOptionDialog .checkbox-label-text {
        font-size: 14px;
    }

    #addRoomOptionDialog .room-inner-block-table,
    #editRoomOptionDialog .room-inner-block-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #addRoomOptionDialog .room-table th:nth-last-child(2),
    #addRoomOptionDialog .room-table td:nth-last-child(2),
    #editRoomOptionDialog .room-table th:nth-last-child(2),
    #editRoomOptionDialog .room-table td:nth-last-child(2) {
        min-width: 140px;
    }
}

/* Very small screens */
@media screen and (max-width: 480px) {
    #addRoomOptionDialog .permission-wrap,
    #editRoomOptionDialog .permission-wrap {
        padding: 2px;
    }

    #addRoomOptionDialog .checkbox-label-text,
    #editRoomOptionDialog .checkbox-label-text {
        font-size: 14px;
    }

    #addRoomOptionDialog .checkbox-border,
    #editRoomOptionDialog .checkbox-border {
        width: 18px;
        height: 18px;
        margin-right: 6px;
    }
}

.occupancy-input {
    width: 55px;
    display: inline;
}

@media (max-width: 768px) {
    #addRoomOptionDialog .room-table tr:first-child,
    #editRoomOptionDialog .room-table tr:first-child {
        display: none !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        position: absolute !important;
        visibility: hidden !important;
    }

    #addRoomOptionDialog .occupancy-input,
    #editRoomOptionDialog .occupancy-input {
        width: 100%;
        display: block;
    }

    #addRoomOptionDialog input[type="submit"].btn,
    #editRoomOptionDialog input[type="submit"].btn {
        margin-top: 5px;
    }

    #addRoomOptionDialog .room-table tr,
    #editRoomOptionDialog .room-table tr {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #E7E7E7;
        margin-bottom: 20px;
    }
    /* Hide ALL table headers on mobile */
    #addRoomOptionDialog .room-table thead,
    #addRoomOptionDialog .room-table th,
    #editRoomOptionDialog .room-table thead,
    #editRoomOptionDialog .room-table th {
        display: none !important;
    }
    /* Show delete icon in mobile position */
    #addRoomOptionDialog .table-action-button.mobile-delete,
    #editRoomOptionDialog .table-action-button.mobile-delete {
        position: absolute;
        right: 5px;
        top: 59%;
        transform: translateY(-50%);
        display: block;
    }

    #addRoomOptionDialog td[data-label="Action"],
    #editRoomOptionDialog td[data-label="Action"] {
        display: none;
    }

    #addRoomOptionDialog .room-table th,
    #editRoomOptionDialog .room-table th {
        display: none;
    }

    #addRoomOptionDialog .room-table td[data-label="Package(s)"],
    #editRoomOptionDialog .room-table td[data-label="Package(s)"] {
        position: relative;
        padding-right: 40px;
    }

    #addRoomOptionDialog .table-action-button,
    #editRoomOptionDialog .table-action-button {
        position: absolute;
        right: 10px;
        top: 59%;
        transform: translateY(-50%);
    }

    #addRoomOptionDialog .room-table td[data-label="Action"],
    #editRoomOptionDialog .room-table td[data-label="Action"] {
        display: none;
    }

    #addRoomOptionDialog .room-table td,
    #addRoomOptionDialog .room-table th,
    #editRoomOptionDialog .room-table td,
    #editRoomOptionDialog .room-table th {
        display: block;
        width: 100%;
        text-align: left !important;
        padding: 8px 16px;
    }

    #addRoomOptionDialog .room-table tr.header-row th:not(:first-child),
    #editRoomOptionDialog .room-table tr.header-row th:not(:first-child) {
        display: none;
    }

    #addRoomOptionDialog .room-table td:before,
    #editRoomOptionDialog .room-table td:before {
        content: attr(data-label);
        font-weight: 600;
        display: block;
        margin-bottom: 4px;
    }

    #addRoomOptionDialog .room-inner-block-table,
    #editRoomOptionDialog .room-inner-block-table {
        padding: 10px;
    }

        #addRoomOptionDialog .room-inner-block-table input,
        #addRoomOptionDialog .room-inner-block-table select,
        #editRoomOptionDialog .room-inner-block-table input,
        #editRoomOptionDialog .room-inner-block-table select {
            width: 100%;
            margin-bottom: 8px;
        }

        #addRoomOptionDialog .room-inner-block-table td:last-child,
        #editRoomOptionDialog .room-inner-block-table td:last-child {
            text-align: center;
        }

    #addRoomOptionDialog .input_wrap.short,
    #editRoomOptionDialog .input_wrap.short {
        max-width: 100%;
    }

    #addRoomOptionDialog .modal-dialog.popups_w,
    #editRoomOptionDialog .modal-dialog.popups_w {
        width: 100%;
        margin: 10px;
    }

    #addRoomOptionDialog .popups,
    #editRoomOptionDialog .popups {
        padding: 20px;
    }

    #addRoomOptionDialog .input_wrap input,
    #addRoomOptionDialog .input_wrap select,
    #editRoomOptionDialog .input_wrap input,
    #editRoomOptionDialog .input_wrap select {
        width: 100% !important;
    }

    #addRoomOptionDialog .permission-wrap,
    #editRoomOptionDialog .permission-wrap {
        padding: 10px 0;
    }

    #addRoomOptionDialog .table-action-button-main,
    #editRoomOptionDialog .table-action-button-main {
        justify-content: center;
        margin: 10px 0;
    }

    #addRoomOptionDialog .room-option-error-text,
    #editRoomOptionDialog .room-option-error-text {
        padding: 8px;
        margin-top: 8px;
    }
}

/* Hide mobile delete button on desktop */
.table-action-button.mobile-delete {
    display: none;
}

#travelerCountDialog .modal-content {
    border-radius: 8px;
}

#travelerCountDialog .bg-light {
    background-color: #f8f9fa;
    border-radius: 6px;
}

#travelerCountDialog .modal-dialog .modal-content .continue-btn:hover {
    border: none !important;
    background: #000000 !important;
}
/* Payment Gateway Modal Specific Styles */
.payment-gateway-modal {
    padding: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

    .payment-gateway-modal .modal-header {
        border: none;
        padding: 0;
        text-align: center;
        position: relative;
        margin-bottom: 30px;
    }

    .payment-gateway-modal .modal-title {
        width: 100%;
        font-size: 36px;
        font-weight: 600;
        color: #3C3C3C;
        text-align: center;
    }

    .payment-gateway-modal .btn-close {
        position: absolute;
        right: -10px;
        top: -10px;
        opacity: 1;
        transform: scale(0.7);
    }

    .payment-gateway-modal .squadtrip-logo {
        position: relative;
        width: 40px;
        height: 40px;
        margin: 0 auto;
    }

    .payment-gateway-modal .logo-circle {
        width: 31.56px;
        height: 31.56px;
        background-color: #1E1A35;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .payment-gateway-modal .logo-circle-outer {
        width: 40px;
        height: 40px;
        background-color: #A98ED8;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    .payment-gateway-modal .gateway-options-container {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
    }

    .payment-gateway-modal .gateway-option {
        background: #FFFFFF;
        border: 1px solid #E2E8F0;
        border-radius: 12px;
        padding: 24px;
        position: relative;
        flex: 1;
        min-width: 0;
    }

    .payment-gateway-modal .badge {
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 13px;
        padding: 5px 16px;
        border-radius: 30px;
        background: #FFFFFF;
        color: #452068;
        border: 1px solid #452068;
    }

    .payment-gateway-modal .gateway-label {
        font-size: 14px;
        color: #1E1A35;
        margin-bottom: 16px;
        text-align: center;
    }

    .payment-gateway-modal .feature-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .payment-gateway-modal .feature-list li {
            font-size: 15px;
            color: #040E30;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
        }

    .payment-gateway-modal .feature-dot {
        width: 12px;
        height: 12px;
        min-width: 12px;
        border-radius: 50%;
        margin-right: 12px;
        background-color: #5F28BC;
        display: inline-block;
        position: relative;
    }

        .payment-gateway-modal .feature-dot::after {
            content: '';
            position: absolute;
            top: -4px;
            left: -4px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: #5F28BC;
            opacity: 0.2;
        }

        .payment-gateway-modal .feature-dot.inactive {
            background-color: transparent;
            border: 2px solid #E2E8F0;
        }

            .payment-gateway-modal .feature-dot.inactive::after {
                display: none;
            }

    .payment-gateway-modal .feature-list .feature-inactive {
        color: #94A3B8;
        text-decoration: line-through;
    }

    .payment-gateway-modal .modal-footer {
        border: none;
        padding: 20px 0 0 0;
        justify-content: flex-end;
    }

        .payment-gateway-modal .modal-footer .btn {
            min-width: 120px;
            margin: 0 8px;
        }

    .payment-gateway-modal .radio-input {
        position: absolute;
        right: 24px;
        top: 24px;
        width: 20px;
        height: 20px;
        border: 2px solid #4B1A6C;
        border-radius: 50%;
        appearance: none;
        -webkit-appearance: none;
        margin: 0;
        cursor: pointer;
        z-index: 2; /* Add this to ensure it's above other elements */
        box-sizing: border-box; /* Add this to ensure proper sizing */
        padding: 0; /* Reset any padding */
    }

        .payment-gateway-modal .radio-input:checked::after {
            content: '';
            width: 12px;
            height: 12px;
            background: #4B1A6C;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: block;
        }

        .payment-gateway-modal .radio-input:hover {
            border-color: #4B1A6C;
        }

        .payment-gateway-modal .radio-input:checked {
            background-color: #FFFFFF; /* White background */
            border: 2px solid #4B1A6C; /* Purple border */
        }

    .payment-gateway-modal .terms-link {
        font-size: 14px;
        color: #4B1A6C;
        text-decoration: underline;
        margin-top: 8px;
        display: block;
    }

    .payment-gateway-modal .modal-footer .btn-primary {
        width: 232px;
        height: 52px;
        border-radius: 8px;
        background-color: #4B1A6C; /* Using the purple background color */
        color: #FFFFFF; /* White text */
        border: none;
        font-weight: normal;
        opacity: 100%; /* Full opacity */
        margin: 0 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0;
        font-weight: bold;
    }

        .payment-gateway-modal .modal-footer .btn-primary:hover {
            background-color: #4B1A6C;
            opacity: 0.9;
            color: #FFFFFF;
        }

        .payment-gateway-modal .modal-footer .btn-primary:focus {
            box-shadow: none;
            background-color: #4B1A6C;
            color: #FFFFFF;
        }

    .payment-gateway-modal .modal-footer .btn-secondary {
        width: 55px;
        height: 23px;
        background-color: transparent;
        color: #000000; /* Black text color */
        border: none;
        font-weight: bold; /* Information Text Bold */
        margin: 0 8px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        border-radius: 0; /* No border radius */
    }


        .payment-gateway-modal .modal-footer .btn-secondary:focus {
            box-shadow: none;
            background-color: transparent;
            color: #000000;
        }

    .payment-gateway-modal .gateway-logo {
        width: 180px;
        height: 66px;
    }

    .payment-gateway-modal .gateway-option:has(.radio-input:checked) {
        border: 1px solid #4B1A6C; /* Purple border when selected */
    }

    .payment-gateway-modal .gateway-option.selected {
        border: 1px solid #4B1A6C;
    }

@media (max-width: 768px) {
    .payment-gateway-modal {
        padding: 20px;
    }

        .payment-gateway-modal .modal-title {
            font-size: 20px;
        }

        .payment-gateway-modal .gateway-options-container {
            flex-direction: column;
        }

    a.clos

    .payment-gateway-modal .gateway-option {
        padding: 16px;
    }

    .payment-gateway-modal .gateway-logo {
        height: 60px;
    }
}

#redirectToStripeDialog.modal {
    background-color: rgba(0, 0, 0, 0.5);
}

#redirectToStripeDialog .modal-dialog {
    max-width: 710px;
    width: calc(100% - 2rem);
    margin: 1rem auto;
    padding: 0 1rem;
}

#redirectToStripeDialog .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 2rem);
}

#redirectToStripeDialog .popup_content {
    background: white;
    border-radius: 16px;
    padding: clamp(1.5rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
    position: relative;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#redirectToStripeDialog .close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    opacity: 0.9;
    cursor: pointer;
    text-decoration: none;
    z-index: 1;
    background-image: url(../images/X.svg);
    background-repeat: no-repeat;
    background-position: center center;
}


    #redirectToStripeDialog .close:before,
    #redirectToStripeDialog .close:after {
        content: none;
    }

#redirectToStripeDialog h2 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    margin: 0;
    color: #000;
    font-weight: 600;
    padding: 0 1rem;
    width: 100%;
    word-wrap: break-word;
}

#redirectToStripeDialog img {
    width: min(220px, 80%);
    height: auto;
    max-height: 136px;
    object-fit: contain;
    margin-bottom: 1.5rem;
}

/* Infinity loader animation */
@keyframes infinityLoop {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#redirectToStripeDialog img[src*="loading.gif"] {
    animation: infinityLoop 2s linear infinite;
}

/* Small mobile devices */
@media screen and (max-width: 380px) {
    #redirectToStripeDialog .popup_content {
        padding: 1rem;
    }

    #redirectToStripeDialog .close {
        right: 0.5rem;
        top: 0.5rem;
    }

    #redirectToStripeDialog img {
        width: 90%;
    }
}


@media screen and (max-height: 600px) {
    #redirectToStripeDialog .modal-dialog-centered {
        align-items: flex-start;
        padding-top: 1rem;
    }

    #redirectToStripeDialog img {
        max-height: 100px;
    }
}

a {
    cursor: pointer;
}


    a.active {
        cursor: pointer !important;
    }

.disabled-link {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed !important;
    position: relative;
}
/* Set resize property for textareas within disabled forms */
    .disabled-link textarea {
        resize: vertical !important;
        pointer-events: auto !important;
        /* Keep pointer-events: none inherited from parent */
    }

    /* Only enable pointer events specifically for the resize handle */
        .disabled-link textarea::-webkit-resizer {
            pointer-events: auto !important;
            cursor: se-resize !important;
        }
.mr-5 {
    margin-right: 5px !important;
}
.line-height-50 {
    line-height:50px !important;
}

@media (max-width: 440px){
    .trip-mgmt-btn {
        margin-bottom: 10px;
    }

    .bookings3 .bookings_txt {
        padding: 15px 60px;
        display: flex;
        flex-direction: column;
        margin: 10px;
    }
}

@media (max-width: 380px) {
    .bookings3 .bookings_txt {
        padding: 15px 15px;
    }

    .txt-blst-btn{
        margin-bottom: 5px;
    }
}

