.toast-header {
    background-color: lightblue;
}

[data-href] {
    cursor: pointer;
}

.vertical-menu {
    width: 240px;
    z-index: -1001;
    background: #393f4e;
    bottom: 0;
    margin-top: 0;
    padding-top: 80px;
    top: 0;
    position: fixed;
    -webkit-box-shadow: 0 0 20px 0 rgba(183, 190, 199, 0.15);
    box-shadow: 0 0 20px 0 rgba(183, 190, 199, 0.15);
}

.variableBreak {
    background-color: #efb540
}

@media (max-width: 992px) {
    .vertical-menu {
        display: none;
    }
    .main-content {
        margin-left: 0;
    }
}

body.enable-vertical-menu .vertical-menu,
body.enable-vertical-menu .menu-overlay {
    display: block;
}

.navbar-brand-box {
    padding-left: calc(24px / 2);
    text-align: center;
}

@media (max-width: 992px) {
    .navbar-brand-box {
        padding-left: 0;
    }
    .logo {
        padding-right: 15px;
    }
    .logo span {
        display: none;
    }
    .logo i {
        display: inline-block;
    }
}


/* 7. Waves */

@media print {
    .left-side-menu,
    .page-title-box,
    .navbar-header,
    .footer {
        display: none !important;
    }
    .card-body,
    .page-content,
    body {
        padding: 0 !important;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-header {
        max-width: 92%;
    }
}

.navbar-brand-box {
    padding-left: calc(24px / 2);
    text-align: center;
}

.my-custom-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.form-upload {
    padding: 0.199rem;
}

.form-textarea {
    min-height: 100px !important;
}

.mandatory-fields {
    border: 1px solid #CED4DA;
}

.mandatory-fields td,
.mandatory-fields th {
    padding: 7px 9px !important;
}

.mandatory-fields span {
    margin-right: 10px !important;
}

.mandatory-fields input[type="radio"] {
    margin-right: 5px !important;
}

.editIconBooking {
    font-size: 22px;
    color: #39B54A;
    cursor: pointer;
}

#bookingDescriptionDiv h4 {
    color: #7C4299;
}

.MobileHidden,
.HeadingHidden,
.SubHeadingHidden,
.DescriptionHidden,
.bookingtab,
.LocationHeadingHidden,
.PersonalDetailHidden,
.AirHidden,
.consentHeadingHidden,
.confirmHeadingHidden,
.termsAndConditionHidden,
.AirDescriptionHidden,
.BackgroundColorHidden,
.BackgroundTabColorHidden,
.consentSubHeadingHidden,
.FooterContentHidden,
.confirmPaymentHidden,
.paymentDescriptionHidden,
.confirmBookingHeadingHidden,
.confirmBookingSubHeadingHidden,
.confirmVoucherHeadingHidden,
.confirmVoucherSubHeadingHidden {
    display: none;
}

.ck.ck-balloon-panel {
    z-index: 999999 !important;
}

.classDisplayNone {
    display: none;
}

.classDisplay {
    display: block !important;
}

.image-upload>input {
    visibility: hidden;
    width: 0;
    height: 0
}

.switch {
    position: relative;
    display: inline-block;
    width: 49px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.multipleContact fieldset {
    border: 1px solid #dee2e6;
    border-top-color: #dee2e6;
    box-sizing: border-box;
    grid-area: 1 / 1;
    /* first row, first column */
    padding: 5px;
    width: inherit;
    margin-top: 5px;
}

.multipleContact legend {
    font-size: 15px;
    margin: 9px;
    padding: 0 4px;
    width: auto;
}


/* Ticket Bugs-28 starts - Ram 27 April 2022 */

.form-control.is-required-field {
    border-color: #fa5944;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fa5944' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fa5944' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


/* Ticket Bugs-28 ends -  Ram 27 April 2022 */


/*  Ticket Merch 2 Starts Ram 12 May 2022 */

#walking_manual_pay_section {
    display: none;
}


/*  Ticket Merch 2 Ends Ram 12 May 2022 */


/* PHAR 11 Ram 25 July 2022*/

.pharmacy_add_user {
    margin-top: -9px;
}

.multiselectButton .btn-group {
    display: block;
    background: #fff;
    border: 1px solid #ced4da;
}

.multiselectButton .btn-group ul.multiselect-container {
    width: 100%;
    top: 103% !important;
}

.multiselectButton .btn-group>.btn {
    width: 100%;
    text-align: left;
}

.mousehoverPointer {
    padding: 3px 5px 0px;
    cursor: pointer;
    float: left;
}

.mousehoverPointer:hover {
    background-color: #EBECF0;
}

#commonEditor {
    max-height: 500px;
    overflow: scroll;
}

.pharmacyNav .nav-item p {
    margin-bottom: 0px !important;
}

.left-inner-addon-payment {
    position: relative;
}

.left-inner-addon-payment input {
    padding-left: 22px;
}

.left-inner-addon-payment span {
    position: absolute;
    padding: 7px 12px;
    pointer-events: none;
}

.percentSign {
    position: absolute;
    left: 45px;
    pointer-events: none;
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 37px;
    cursor: text;
    display: block;
    min-height: 148px;
    word-break: break-all;
    margin-top: 12px;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
    background-color: #20b799;
    border-color: #20b799;
    padding: 1px 5px;
    border-radius: 5px;
    white-space: nowrap;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#byo_tb_wrapper,
#BYOVoucher_TB_wrapper {
    margin-top: 45px !important;
}

#byo_duplicate {
    list-style: none;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 0px;
    margin: 10px;
}

#byo_duplicate li {
    display: inline-block;
    margin-right: 13px;
}

.card-title-info {
    margin-bottom: 35px !important;
}

.loading {
    background-color: #ffffff;
    background-image: url("../images/loadingIcon.gif");
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

.available {
    background-color: #ffffff;
    background-image: url("../images/available.png");
    background-size: 33px;
    background-position: right center;
    background-repeat: no-repeat;
}

#header-dashboard {
    min-height: 100px;
}

#page-topbar-signup {
    position: fixed;
    z-index: 90;
    width: 100%;
    padding: 29px 0;
}

.sticky {
    --header-height: 150px;
    background-color: #F8F8F8;
    box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.navbar-header {
    padding: 10px 10px 10px 10px;
}

#nav {
    display: flex;
    list-style: none;
}

ul {
    list-style: none;
}

ul li {
    float: left;
    padding-left: 23px;
    padding-right: 23px;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

#body-dashboard {
    margin-top: 50px;
}

.page-content {
    max-width: 1440px;
    margin: 0 auto;
}

.logoHeader {
    width: 20%;
}

.logoHeader img {
    width: 100%;
}

.table {
    border: 1px solid #DEE2E6;
}

.disabledField {
    background-color: #482d2d24 !important;
}


/* header {
    display: flex !important;
} */

@media (max-width: 992px) {
    .grecaptcha-badge {
        display: none;
    }
    .navbar-header {
        display: contents;
    }
    .navbar-header a {
        float: left;
        width: 68%;
    }
    .navbar-header .d-flex {
        margin-top: 20px;
    }
    .login-button-container a {
        float: center;
        width: auto;
    }
    #fieldError_newUser {
        margin-bottom: 80px;
        margin-top: -42px;
    }
    button,
    [type="button"] {
        width: 100%;
        margin-bottom: 15px;
    }
    #email_resend_button,
    #mobile_resend_button {
        background: rgb(248, 248, 248) !important;
        border: none !important;
        min-height: 0 !important;
    }
    #email_verify_button,
    #mobile_code_verify_button {
        border-radius: 0px 25px 25px 0px !important;
        margin-bottom: -1px !important;
    }
    #signupFormFluger {
        width: 100%;
        overflow: scroll;
    }
    .mobile-container {
        max-width: 480px;
        margin: auto;
        background-color: #555;
        height: 500px;
        color: white;
        border-radius: 10px;
    }
    .topnav {
        overflow: hidden;
        position: relative;
    }
    .topnav #myLinks {
        display: none;
        background-color: rgb(108, 194, 72);
    }
    .topnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }
    .topnav a.icon {
        background: #F5F7FA;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 25px;
    }
    .topnav a:hover {
        background-color: #F5F7FA;
        color: black;
    }
    .active {
        background-color: #04AA6D;
        color: white;
    }
    #navigation {
        display: none;
    }
    .mobile-topnav,
    .navbar-header-mobile {
        display: block !important;
    }
    .dashboard.navbar-header {
        display: none !important;
    }
    .background-overlay {
        display: none;
    }
    #page-topbar-signup {
        padding: 0px;
    }
    .navbar-header-mobile.topnav {
        max-height: 100% !important;
    }
    #body-dashboard {
        margin-top: 0px;
    }
    .page-head-title {
        font-size: 26px !important;
    }
    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr {
        margin: 0 0 1rem 0;
        border: 1px solid #DEE2E6;
        background: #fff;
    }
    td {
        position: relative;
        padding-left: 50%;
        padding: 1rem !important;
        width: 100% !important;
    }
    td:before {
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    td:nth-of-type(1) {
        content: "#";
        font-weight: bold;
        display: none;
    }
    td:nth-of-type(2) {
        border-top: 0px !important;
    }
    td:nth-of-type(2):before {
        content: "Program/Group:";
        font-weight: bold;
    }
    td:nth-of-type(3):before {
        content: "Date:";
        font-weight: bold;
    }
    td:nth-of-type(4):before {
        content: "Attended:";
        font-weight: bold;
    }
    td:nth-of-type(5):before {
        content: "Booking Type:";
        font-weight: bold;
    }
    td:nth-of-type(6):before {
        content: "Product:";
        font-weight: bold;
    }
    .bookingList td:nth-of-type(7):before {
        content: "Place:";
        font-weight: bold;
    }
    .pastList td:nth-of-type(7):before {
        content: "Place:";
        font-weight: bold;
    }
    .pastList td:nth-of-type(8):before {
        content: "Air Status";
        font-weight: bold;
    }
    .cancelledList td:nth-of-type(7):before {
        content: "Place:";
        font-weight: bold;
    }
    .cancelledList td:nth-of-type(8):before {
        content: "Notes:";
        font-weight: bold;
    }
    .invoiceList td:nth-of-type(7):before {
        content: "Amount:";
        font-weight: bold;
    }
    .invoiceList td:nth-of-type(8):before {
        content: "Place:";
        font-weight: bold;
    }
    #signupFormFluger .row {
        margin: 0px !important;
    }
    .table {
        border: 0px !important;
    }
}

#divLoading {
    margin: 0px;
    display: none;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 30001;
    opacity: 0.8;
}

#loading {
    position: absolute;
    color: White;
    top: 30%;
    left: 49%;
}