.authModal .modal-body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'DM Sans', sans-serif;
}
.authModal ul.nav-pills {
    width: 100%;
    margin: 0 0 32px;
}

.authModal ul.nav-pills > li {
    width: 50%;
    padding: 0;
}

.authModal .nav-pills .nav-link {
    padding: 18px 0;
    border-radius: 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.authModal .nav-pills .nav-link.active,
.authModal .nav-pills .show > .nav-link {
    border-radius: 0;
    color: #000000;
    padding-bottom: 16px;
    background-color: transparent;
    border-bottom: 6px solid #df671b;
}

.modalForm {
    padding: 0px 100px 35px;
}

.authModal .tab-pane .form-group {
    position: relative;
}

.authModal .modalFooter {
    text-align: center;
    color: #262626;
    font-size: 18px;
    float: none;
    padding: 18px 10px;
    /*margin: 0 -75px;*/
    border-top: 1px solid #a1a1a1;
}

.authModal .btn-orange {
    font-size: 16px;
}

.authModal .modal-dialog {
    max-width: 574px;
}

.authModal h1 {
    text-align: center;
    font-size: 20px;
    color: #000000;
    margin-top: 25px;
    font-weight: bold;
}

.authModal .heading {
    margin-bottom: 25px;
}

.authModal .modalFooter div {
    text-align: center;
    width: 100%;
}

.authModal .modalFooter span,
.authModal .modalFooter > div > a {
    display: inline-block;
}

.authModal .modalFooter > div > a.text-orange {
    color: #df671b;
    font-weight: bold;
}
.authModal .custom-checkbox {
    padding: 0px 10px 0px 24px;
}

.authModal .custom-checkbox:hover {
    background-color: transparent;
    cursor: pointer;
}

.authModal .custom-control-label {
    font-size: 15px;
    line-height: 1.5;
    color: #333333;
    cursor: pointer;
    padding: 5px 0;
}

.authModal .custom-control-label::before {
    top: 7px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 2px !important;
    border: 1px solid #707070 !important;
}

.authModal input:focus {
    outline: 0;
}

.authModal .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: transparent;
    outline: 0;
}

.authModal .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    width: 16px;
    height: 16px;
    top: 7px;
    background-repeat: no-repeat !important;
    background: #fff;
    background-image: url(../image/check-icon.svg);
    border: 1px solid #707070;
    background-position: center;
    box-shadow: none;
    border-radius: 2px;
}

.authModal .custom-control-label a,
.authModal .custom-control-label a:hover,
.authModal .custom-control-label a:focus,
.authModal .custom-control-label a:active {
    color: #235fd6;
    font-weight: bold;
    text-decoration: none;
}
.resetpassword-cover.authModal .modal-content {
    max-width: 100%;
    min-height: 100vh;
}

.resetpassword-cover.authModal .modalForm {
    padding: 50px 20px 35px;
    width: 440px;
    margin: 0 auto;
}
/* Login/Register Screens - Urvashi Jain */

.authModal .modal-content {
    background-image: url(../image/authBg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 575px;
    border-radius: 8px;
    border: 0;
    margin: 0 auto;
}

.authModal .modal-content.authBg-signup {
    background-image: url(../image/authBg-signup.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.authModal .modal-body {
    padding: 0;
    font-size: 14px;
    line-height: 1.9;
}
.btn-orange {
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: bold !important;
    box-shadow: none;
    background-color: #df671b !important;
    margin: 15px 0 5px;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    outline: 0;
    color: #fff;
    background-color: #df671b;
}
.modal .close {
    padding: 6px 15px;
    font-size: 29px;
    line-height: 1.2;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
}
.modalForm .form-control {
    height: 48px;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    border-radius: 10px;
    line-height: 1;
    background-color: #ffffff !important;
    border: 2px solid #9b9b9b;
    color: #555 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #555555 !important;
}

.modalForm .form-control:focus {
    border-color: #df671b !important;
    outline: 0;
    /* box-shadow: 0 0 0 0.2rem rgba(223, 103, 27, 0.3); */
    box-shadow: none;
}
.help-block.help-block-error {
    color: #f00;
    font-size: 13px;
}
.loginfield-icon {
    position: absolute;
    right: 15px;
    top: 16px;
    display: none;
    color: #9b9b9b;
    font-size: 16px;
    line-height: 1;
}
.rememberMe-field .field-customCheck1 {
    display: inline-block;
}

.rememberMe-field .field-loginform-rememberme label {
    font-size: 15px;
    line-height: 1.5;
    color: #333333;
}

.rememberMe-field p {
    float: right;
    margin-bottom: 0;
    margin-top: 4px;
}
#user-login .toggle-password {
    right: 0px;
    top: 0px;
}
.rememberMe-field p a {
    color: #df671b;
    font-weight: bold;
}
.separator-line {
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 0.85;
    text-align: center;
    overflow: hidden;
    margin: 22px 0 27px;
    padding-top: 2px;
}
.separator-line span {
    display: inline-block;
    position: relative;
}

.separator-line span::before,
.separator-line span::after {
    content: "";
    position: absolute;
    height: 7px;
    border-bottom: 1px solid #7c7b76;
    top: 0;
    width: 250px;
}

.separator-line span::before {
    right: 100%;
    margin-right: 5px;
}

.separator-line span::after {
    left: 100%;
    margin-left: 5px;
}
.btn.btn-social {
    width: 100%;
    height: 48px;
    margin: 0 0 10px;
    border-radius: 10px;
    text-align: center;
}

.btn.btn-social:hover,
.btn.btn-social:focus,
.btn.btn-social:active {
    outline: 0;
    box-shadow: none;
}

.btn.btn-social span {
    font-weight: bold;
    font-size: 16px;
}

.btn.btn-social span:first-of-type {
    display: inline-block;
    width: 40px;
    text-align: center;
}

.btn.btn-social span img {
    height: 18px;
}

.btn.btn-facebook {
    color: #fff;
    border: 0;
    background-color: #4063b3;
}

.signin-button.btn-social {
    height: 48px !important;
    overflow: hidden;
    cursor: pointer;
}

.signin-button.btn-social > div {
    height: 48px !important;
}

.signin-button.btn-social svg g svg {
    fill: #000;
}

.signin-button.btn-social svg rect {
    fill: #fff;
    stroke: transparent;
}

.btn.btn-facebook:hover,
.btn.btn-facebook:focus,
.btn.btn-facebook:active {
    color: #fff;
}

.btn.btn-facebook span:first-of-type {
    padding-right: 5px;
}

.btn.btn-google {
    color: #333333;
    background-color: #fff;
    border: 1px solid #dbdbdb;
}
.auth-clients {
    display: none;
}
.show-mobile {
    display: none;
}
.has-error .help-block {
    color: #f00;
        font-size: 11px;
}
.signup-pass-min-height{
    min-height: 90px;
}


/*Vendor List*/
.event-list-left-top-cover {
    background: #fff !important;
    padding: 15px 10px 5px !important;
}
.event-list-left-top {
    border-bottom: 0 !important;
    padding-right: 15px !important;
}

.event-list-left.eventLeftNew {
    width: 100%;
    padding: 0;
}
.filterNew .mybutton {
    border: 0px;
}
.filterNew .filter-first-text {
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    padding: 5px 8px;
    color: #333333;
    font-size: 13px;
}
.filterNew .filter-seciton-box {
    min-width: 80px;
    width: auto;
}
.filterNew .filter-result-inner, .filterNew .active .filter-first-text {
    background: transparent !important;
    border: 1px solid #1592E6;
    border-radius: 4px;
    color: #1592E6 !important;
    padding: 5px 8px;
    font-size: 13px;
}
a.sort-links.active {
    color: #DF671B;
    text-decoration: none;
}
.filterNew span.circle {
    display: none !important;
}
.filterNew .filter-result {
    padding: 0;
}
.filterNew .filter-seciton-box .arrow {
    margin: 0 0 0 5px;
}
.filterNew .clearAll{
    display: none;
}
.filterNew .toursTesting{
    display: none;
}
.eventLeftNew .event-list-box-img img {
    object-fit: cover;
}
.eventLeftNew .event-list-box-title {
    color: #302F2F;
    margin: 0px 0 5px;
}
.eventLeftNew .event-list-box-address {
    font-size: 13px;
    color: #9B9B9B;
    width: 100% !important;
}
.eventLeftNew .event-list-buttons button {
    display: inline-block;
    width: auto;
    padding: 5px 6px;
    border-radius: 4px;
    background: #EFF3F6;
    font-size: 13px;
    min-width: 63px;
    margin: 0 8px 0 0;
}
.eventLeftNew .event-list-buttons button:last-child{
    margin-right: 0;
}
.eventLeftNew .event-list-buttons button:hover, .eventLeftNew .event-list-buttons button:focus, .eventLeftNew .event-list-buttons button:active{
    background: #DF671B;
    color: #fff;
    box-shadow: none;
}
.eventLeftNew .event-list-buttons {
    display: flex;
    width: 100%;
    padding: 12px 0 0;
}
.eventLeftNew .event-list-box-rating{
    display: none;
}
.eventLeftNew .event-list-box-title img{
    margin: 0 0 0 6px;
}
.eventLeftNew .event-list-box-close{
    display: none;
}
.eventLeftNew .hart-img {
    /* display: none !important; */
}
#map-container {
    padding-right: 0;
}
section.middle-section {
    padding-top: 0;
    background: #fafafa !important;
    padding-bottom: 0px;
}
.event-list-box-timinings {
    position: absolute;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    font-size: 11px;
    padding: 4px 0;
}
.event-list-box-timinings i{
    margin-right: 5px;
}


.filterNew .customUicheck .custom-control-input + label{
    border: 2px solid #DEDEDE;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #333333;
    font-weight: 500;
    font-size: 12px;
    padding: 4px 2px;
}

.filterNew .customUicheck .custom-control-input:checked + label{
    border: 2px solid #DF671B;
    color: #DF671B;
}
.filterNew .customUicheck .custom-control-input:checked + label svg path{
    fill: #DF671B;
}

.filterNew .customUicheck .custom-control-input + label::before, .filterNew .customUicheck .custom-control-input + label::after{
    display: none;
}


.filterNew .customUicheck .custom-checkbox:hover {
    background: none !important;
}
.filterNew .customUicheck .custom-checkbox {
    padding: 0 !important;
    max-width: 70px;
    display: inline-block;
    height: 71px;
    overflow: hidden;
}
.filterNew .dropdown-menu-box {
    min-width: 315px;
    padding: 10px;
}
#all_venue + .dropdown-menu-box{
   /* right: 0;*/
}
.filterNew .customUicheck .custom-checkbox:last-child {
    /* display: none; */
}


.eventLeftNew .Sorting-dropdown .filter-sorting-link, .eventLeftNew .Sorting-dropdown .filter-sorting-link:hover,  .eventLeftNew .Sorting-dropdown .filter-sorting-link:focus{
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    padding: 5px 8px;
    background: transparent !important;
    color: #333333 !important;
    font-size: 13px;
    min-width: 85px;
}
.eventLeftNew .Sorting-dropdown.show .filter-sorting-link{
    background: transparent !important;
    border: 1px solid #1592E6;
    border-radius: 4px;
    color: #1592E6 !important;
    padding: 5px 8px;
}
.eventLeftNew .Sorting-dropdown .dropdown-toggle::after {
    background-image: url(../image/small-down-arrow.svg) !important;
    transition: all 0.5s ease-in-out;
}
.eventLeftNew .Sorting-dropdown.show .dropdown-toggle::after {
    transform: rotate(-180deg);
    background-image: url(../image/small-down-arrow-color-blue.svg) !important;
}

.resetBtnsCover {
    display: inline-block;
    margin: 8px 0 0;
    width: 100%;
}
.resetBtnsCover span {
    width: 100%;
    text-align: right;
    display: inline-block;
}
.resetBtnsCover span button {
    padding: 0;
    font-size: 13px;
    color: #999999;
    margin: 0 0 0 6px;
}
.resetBtnsCover span button:hover{
    color: #999999;
}
.resetBtnsCover span button:focus{
    box-shadow: none;
}

.resetBtnsCover span button.doneBtn, .resetBtnsCover span button.doneBtn:hover {
    color: #DF671B;
}
.filterNew {
    font-family: 'DM Sans', sans-serif !important;
}
.eventLeftNew{
    font-family: 'DM Sans', sans-serif !important;
}
.vendorBoxShare button {
    height: 30px;
    width: 30px;
    padding: 5px 7px !important;
}
.dropShare {
    background: rgba(0, 0, 0, 0.9);
    min-height: 40px;
    min-width: 140px;
    top: 40px;
    border-radius: 6px;
    display: none;
    padding: 6px 0 !important;
    z-index: 9;
}

.dropShare button {
    background: transparent;
    color: #fff !important;
    box-shadow: none !important;
    border: 0;
    font-size: 14px;
    min-width: 22%;
}
.dropShare button svg {
    height: 15px;
    width: 15px;
    margin: 0 0 3px;
}
.eventLeftNew .event-list-box-open, .eventLeftNew .event-list-box-close {
    display: none;
}

.filterDropCover {
    display: inline-block;
    width: 100%;
}
.filterSelectbox {
    display: inline-block;
    width: 100%;
    margin: 12px 0 0;
}
.filterSelectbox select {
    padding: 4px 24px 4px 8px;
    font-size: 13px;
    color: #333333;
}
.filterSelectbox .form-control.select-arrow {
    background: #fff url(../image/arrow-new-design.svg) no-repeat;
    background-position: 97% center;
    appearance: none;
    -webkit-appearance: none;
}

.filter-dropdown.filterDropMobile .dropdown-toggle, .filter-dropdown.filterDropMobile .dropdown-toggle:hover, .filter-dropdown.filterDropMobile .dropdown-toggle:focus, .filter-dropdown.filterDropMobile .dropdown-toggle:active {
    border-color: #E1E1E1;
    color: #333 !important;
    font-size: 13px;
    min-height: 30px;
    min-width: 78px;
}
.event-list-box-detail-content {
    box-shadow: 0px 3px 26px #0000000F;
    border-radius: 6px;
}
.eventLeftNew .event-list-boc-main {
    display: inline-block;
    width: 100%;
    padding: 15px;
}
.event-list-left-bottom {
    margin-top: 0 !important;
    /* height: -webkit-calc(100vh - 212px) !important; */
    height: -webkit-calc(100vh - 168px) !important;
    height: calc(100vh - 168px) !important;
}
.eventLeftNew .event-list-box-title {
    width: auto !important;
    max-width: calc(100% - 20px);
}

button.search-button {
    display: none !important;
}
.searchIconStart {
    position: absolute;
    top: 10px;
    left: 12px;
}
.search-bar {
    padding: 13px 40px 13px 32px !important;
    border-radius: 6px !important;
}
.show-remove-text {
    right: 10px !important;
    background: url(../image/close-single.svg) no-repeat !important;
}

/*Vendor List*/

button#forgot-process{
    margin-top: 8px;
    border-radius: 4px !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

.authModal h1{
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
	margin-top: 40px;
}

.forgotmodalFooter{
    font-size: 14px !important;
    color: #333 !important;
    font-weight: normal !important;
    padding: 10px 0 0 0 !important;
}
.auth-social{
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.auth-social .col-md-4{
    padding-left: 10px;
    padding-right: 10px;
}

.mybutton.active .arrow svg path{
    fill : #1592E6
}

@media only screen and (min-width: 992px) {
    .filterNew .filter-dropdown-mobile-scroll {
        display: flex;
    }

}

@media only screen and (max-width: 992px) {
    .loginfield-icon {
        display: none;
    }
    .resetpassword-cover.authModal .modalForm {
        padding: 50px 20px 35px;
        width: 100%;
        margin: 0 auto;
        background: no-repeat;
    }
    .modal-dialog {
        margin: 0.5rem auto;
    }

    .authModal .modal-content {
        max-width: 100%;
        border-radius: 0px;
        padding: 0px;
    }

    .authModal .modal-dialog {
        margin: 0px;
    }
    .authModal h1 {
        font-size: 20px;
    }
    .authModal .modal-content,
    .authModal .modal-dialog {
        height: 100%;
        max-width: 100%;
        width: 100%;
    }
    .show-mobile {
        display: block;
    }
    .eventLeftNew  .event-list-box-cover {
        padding-left: 0px !important;
        padding-top: 15px !important;
    }
    .eventLeftNew  .event-list-left-bottom .event-list-box-img {
        width: 100% !important;
        height: 160px !important;
        left: 0 !important;
    }
    .eventLeftNew .event-list-buttons {
        display: flex;
    }
    .eventLeftNew .event-list-buttons button {
        width: 100%;
    }
    .eventLeftNew .event-list-buttons button:last-child {
        margin-right: 0;
    }
    .eventLeftNew .event-list-box-address-cover {
        margin: 0 0 8px;
    }
    .event-list-left-top .filter-sorting-link {
        display: none !important;
    }
    .eventLeftNew .event-list-left-bottom .col-12 {
        margin-top: 5px;
    }
    .event-list-left-top-cover {
        padding: 0px 0px 0px !important;
    }
    .event-list-left-top{
        padding-bottom: 0px !important;
    }
    .mobile-venues-title {
        font-size: 18px !important;
    }
    .mobile-venues-block {
        font-size: 11px !important;
    }
    .mobile-footer-link ul li a {
        color: #333 !important;
        font-size: 13px !important;
        font-weight: 500 !important;
    }
    .default-link svg path, .venues-link svg path {
        fill: #333 !important;
    }
    .mobile-footer-link ul li a svg {
        min-height: 36px;
    }
    .mobile-footer-link ul li.active a {
        color: #df671b !important;
    }
    .default-link.active svg path, .venues-link.active svg path{
        fill: #df671b !important;
    }
    .search-bar {
        background: #f2f2f2 !important;
        color: #707070 !important;
        padding: 13px 32px 13px 32px !important;
        font-size: 13px !important;
    }
    .search-bar::placeholder {
        color: #707070 !important;
    }

    .show-remove-text {
        right: 6px !important;
        top: 10px !important;
    }
    
    
}

@media only screen and (max-width: 991px) {
    .filter-seciton {
        padding: 10px 10px !important;
    }
    .event-list-left-top {
        padding-right: 0px !important;
    }
    .filter-dropdown .filter-dropdown-menu{
        top: 83px !important;
    }
    .modalForm-logo{
        display: none !important;
    }

}

@media only screen and (max-width: 992px) {
    /*New*/
    .filterDropMobile .filter-sorting-link {
        display: none;
    }
    .filterNew {
        margin: 55px 0 0;
        padding: 6px 15px 0 !important;
    }
    .filterNew .filter-dropdown-mobile-scroll .clearAll {
        display: none;
    }
    /* .filterNew .filter-dropdown-mobile-scroll  .mybutton {
        display: none;
    } */
    /* .filterNew .filter-dropdown-mobile-scroll .customUicheck .custom-checkbox {
        width: 24.5%;
    } */
    .dropdown-menu-box li.customUicheck {
        display: flex;
         margin: 0 -2px;
       }
       .filterNew .filter-dropdown-mobile-scroll .customUicheck .custom-checkbox {
         width: 100%;
         max-width: 100%;
         padding: 0px 2px !important;
       }
    .filterNew .mobile-show-result {
        display: none;
    }
    /* .filterNew .filter-dropdown-mobile-scroll .mCustomScrollbar.mCS_no_scrollbar{
        display: block !important;
    } */

    .filterNew .filter-seciton-box {
        width: 100%;
        margin: 0 0 12px;
    }
    .filterNew .dropdown-menu-box {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .filterNew #venue {
        display: none;
    }
    .filterNew .filter-dropdown-mobile-scroll {
        /* height: auto; */
        height: initial;
    }
    .filterNew #div_venue {
        display: block !important;
    }
    
    .socialInner span:last-child {
        display: none;
    }
    .filter-dropdown.filterDropMobile .dropdown-toggle, .filter-dropdown.filterDropMobile .dropdown-toggle:hover, .filter-dropdown.filterDropMobile .dropdown-toggle:focus, .filter-dropdown.filterDropMobile .dropdown-toggle:active{
        min-width: 70px;
    }
    .filter-mobile-reset-button{
        display: block !important;
    }
    .map-box-direction{
        /* display: none !important; */
    }
}
@media only screen and (max-width: 767px) {
    .eventLeftNew .event-list-left-bottom .event-list-box-img{
        height: inherit!important;
        max-height: inherit !important;
    }
    .my-trip-wrapper .event-list-right-default-last-menu ul{
        flex-wrap: wrap;
        list-style: none;
        display: flex;
        height: initial;
    }
    .my-trip-wrapper .event-list-right-default-last-menu ul li{
        margin-bottom: 10px;
        width: 50%;
        display: inline-block;
    }
     .my-trip-wrapper .event-list-right-mytrip-box ul li{
        width: 33.33%;
     }
    
    .my-trip-wrapper .event-list-right-default-last-menu ul li:nth-child(2){
        padding-right: 0px;
    }
    .my-trip-wrapper .event-list-right-mytrip-box ul li:nth-child(2){
        padding-right: 10px;
    }
    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
            margin-right: 6px;
    }
}
@media only screen and (max-width: 568px) {
    .authModal ul.nav-pills {
        margin-bottom: 22px;
    }
    .ui-autocomplete{
        max-width: 340px !important;
    }

    .authModal .nav-pills .nav-link {
        padding: 15px 0;
        font-size: 18px;
        line-height: 26px;
    }

    .authModal .nav-pills .nav-link.active,
    .authModal .nav-pills .show>.nav-link {
        padding-bottom: 13px;
        border-bottom: 5px solid #df671b;
    }

    .authModal .tab-pane {
        padding: 0 0px;
    }
    .authModal .modalFooter {
        font-size: 17px;
        padding: 15px 10px;
    }

    .authModal .custom-checkbox {
        padding: 0px 6px 0px 24px;
    }

    .authModal .custom-control-label {
        font-size: 14px;
        line-height: 1.8;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .separator-line {
        margin: 16px 0 20px;
    }
    .btn.btn-social {
        height: 44px;
        border-radius: 8px;
    }
    .signin-button.btn-social{
        height: 44px !important;
    }
    .my-trip-wrapper .event-list-right-default-box{
        margin-bottom: 165px;
    }
    
}
@media only screen and (max-width: 479px) {
    .auth-social{
        margin-left: -3px !important;
        margin-right: -3px !important;
    }
    .auth-social .col-md-4{
        padding-left: 3px;
        padding-right: 3px;
		max-width: 25%;
    }
	.auth-social .col-md-4:last-child{
		max-width: 50%;
	}
    .filterNew .customUicheck .custom-control-input + label{
        font-size: 10px;
    }
}

@media only screen and (max-width: 374px){
    .navbar-left .header-search-bar-cover.header-search-bar-responsive {
        max-width: 130px !important;
        width: 100% !important;
    }
}

.modal-backdrop{
    z-index: 99999 !important;
}
.modal{
    z-index: 999999 !important;
}