.ml-auto{margin-left: auto!important;}
.mr-auto{margin-right: auto!important;}
.text-black{color:#000;}
body{
    background: #f3f3f3 ;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.f-12{
    font-size: 12px!important;
}
.f-13{
    font-size: 13px!important;
}
.f-14{
    font-size: 14px!important;
}
.f-16{
    font-size: 16px!important;
}
.f-18{
    font-size: 18px!important;
}
.dropzone i {
    font-size: 50px;
    color: var(--theme-deafult);
}
    .dropzone {
        margin-right: auto;
        margin-left: auto;
        padding: 50px;
        border: 2px dashed var(--theme-deafult);
        border-radius: 15px;
        -o-border-image: none;
        border-image: none;
        background: rgba(115,102,255,0.1);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 150px;
        position: relative;
    }
    .dropzone .dz-message {
        text-align: center;
        margin: 25px 0;
    }
    .h-30{
        height: 30px;
    }
    .h-20{
        height: 20px;
    }
    .h-25{
        height: 25px!important;
    }
    .dropdown_top_icon.close_right_panel{margin-bottom: 0;}
    .center-table td, .center-table th{text-align:center;}
    .popup_time{flex: 1;
                text-align: right;
                margin: 0;
                font-weight: bold;
                margin-right: 12px;}
    span.food_type{
        justify-content: center;
                align-items: center;
                border: 1px solid #dedede;
                padding: 2px 8px;
                margin-left: auto;
                font-weight: bold;
                font-size: 18px;
                margin-right: 10px;
    }
     span.food_type img{height: 30px;}
    .loader-box.highlvl .loader-8:before, .loader-box.highlvl .loader-8:after {
        background-color: rgb(2, 207, 2);
    }
    .loader-box.mediumlvl .loader-8:before, .loader-box.mediumlvl .loader-8:after {
        background-color: rgb(247, 168, 0);
    }
    .correct_align_images{
        display: flex;
        height: 160px;
        overflow: hidden;
        justify-content: center;
        align-items: center;
    }
    .badge-light {
        background-color: #f4f4f4;
        color: #9c9c9c;
    }
    table.table th{background: #eeeeff!important;font-weight:bold;}
    .page-wrapper .page-header .header-wrapper .nav-right .bookmark-flip .bookmark-dropdown .bookmark-content:hover .bookmark-icon{background:#ccc7ff !important;}
    .avail_date .separation {
        flex: 1;
        border: 1px solid #f7f7f7;
        padding: 5px;
        position: relative;
    }
    .table th, .table td {
    padding: 5px 3px;
}
    .avail_date .booked:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(255 255 255 / 73%);
        width: 100%;
        height: 100%;
        cursor: no-drop;
    }
    .flex_1{flex: 1!important;}
    .avail_date  h3{
        
font-size: 23px;
        
text-align: center;
        
background: #7b74c9;
        
color: #fff;
        
padding: 2px 10px;
        
}
.form-control, .form-select {
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
}
.form-control:focus {
    border-color: #4591ff;
    box-shadow: 0 0 0 0.25rem rgb(43 88 153 / 11%);
}

    .avail_date  h3 span{
        
    display: block;font-size: 13px;letter-spacing: 0px;background: #fff;color: #000;padding: 2px 0 0;}
    .owl-dots{display: none;}
    .avail_date .badge {
        letter-spacing: 0;
    }
    .owl-theme .owl-nav [class*='owl-'] {
        position: absolute;
        top: 28px;
    color: #000!important;background: transparent!important;}
    .owl-carousel .owl-nav .owl-next{right: -22px;}
    .owl-carousel .owl-nav .owl-prev{left: -22px;margin: 0!important;}
    .success .fc-event-inner {
        background: #fff87c!important;
        animation: blink 1s infinite alternate;
        color: #000;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 27%);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin: 0;
        line-height: 14px;
    }
    @keyframes blink{
        0%{
            opacity:1;
        }
        70%{
            opacity:1;
        }
        90%{
            opacity:0;
        }
        100%{
            opacity:1;
        }
    }
    .activity-timeline .media .media-body p {
    color: rgb(52 52 52 / 82%);
    font-size: 13px;
    margin-top: 0px;
}
.activity-timeline .media .circle-dot-primary {
    background-color: rgb(99 233 47 / 25%);
    color: #52b825;
}
.activity-timeline .media .circle-dot-secondary {
    background-color: rgb(255 61 61 / 25%);
    color: #ed0606;
}
.activity-timeline .media+.media {
    position: relative;
}
    .checkbox input[type="checkbox"]:checked+label::before {
        font-family: fontawesome;
        content: "\f00c";
        color:#8377ff;
    }
    .hidden_input_file{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }
    .btn-color-mode-switch {
        display: inline-block;
        margin: 0px;
        position: relative;
    }.btn-color-mode-switch input[type="checkbox"] {
        cursor: pointer;
        width: 50px;
        height: 25px;
        opacity: 0;
        position: absolute;
        top: 0;
        z-index: 1;
        margin: 0px;
    }.btn-color-mode-switch > label.btn-color-mode-switch-inner {
        margin: 0px;
        width: 140px;
        height: 30px;
        background: #E0E0E0;
        border-radius: 26px;
        overflow: hidden;
        position: relative;
        transition: all 0.3s ease;
        /* box-shadow: 0px 0px 8px 0px rgb(17 17 17 / 34%) inset; */
        display: block;
    }.btn-color-mode-switch > label.btn-color-mode-switch-inner:before {
        content: attr(data-on);
        position: absolute;
        font-size: 11px;
        top: 8px;
        right: 20px;
        font-weight: normal;
    }.btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
        content: attr(data-off);
        width: 70px;
        height: 26px;
        background: #fff;
        border-radius: 26px;
        position: absolute;
        left: 2px;
        top: 2px;
        text-align: center;
        transition: all 0.3s ease;
        box-shadow: 0px 0px 6px -2px #111;
        padding: 5px 0px;
        font-size: 11px;
        font-weight: bold;
    }
    .h-20{height: 20px!important;}
    .ribbon-bookmark.h-20:before {
        border: 10px solid #51bb25;
        border-right: 10px solid transparent;
    }
    .ribbon.h-20 {
        line-height: 20px;
    }
    span.srch_spn {
        font-size: 14px;
        width: 33px;
        height: 33px;
        margin-right: 7px;
        line-height: 35px;
        padding: 0;
        cursor: pointer;
    }
    .pc-item.pc-caption {
        color: #ffffff;
        position: relative;
        padding: 15px 20px 10px;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        width: 100% !important;
        border-bottom: 1px solid #efefef;
        margin-bottom: 12px;
        background: #244f96;
        align-items: center;
    }
    .visible-xs{
        display: none;
    }
    .right_panel {
        position: fixed;
        top: 0;
        right: -50%;
        background: #fff;
        height: 100%;
        width: 360px;
        transition: 0.5s;
        z-index: 9999;
        box-shadow: -3px 0px 4px #e3e3e3;
    }
    .right_0 {
        right: 0 !important;
    }
    .bottom_search {
        position: fixed;
        bottom: 0;
        background: #f9f9f9;
        width: 100%;
        border-top: 1px solid #e8e9ec;
    }
    ul.food_category{padding: 0;/* display: flex; */justify-content: center;align-items: center;}
    ul.food_category li{display: inline-block;    vertical-align: top;margin: 4px;text-align: center;font-weight: bold;width: 15.4%;}
    ul.food_category li b{display: block;width: 75px;height: 75px;border-radius: 50%;background: #f6f6f6;overflow: hidden;padding: 11px;border: 2px solid #e3e3e3;margin: 0 auto 5px;}
ul.food_category li b img{
width: 100%;
}
.highlight { background-color: yellow;color: #000; }
ul.foodcate span.badge-light{
    border: 1px solid #dadada;
margin: 0 4px;
cursor: pointer;
}
ul.foodcate span.badge-light:hover {
    background-color: #7366ff;
    color: #fff!important;
}
ul.foodcate li.active span.badge-light {
    background-color: #7366ff;
    color: #fff!important;
}
.minus_btn{
    width: 25%;
    border: 1px solid #b4b4b4;
    outline: 0;
    background: #f8f8f8;
    border-right: 0;
    font-size: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 24px;
    border-radius: 25px 0  0 25px;
    opacity: 0.6;
}
.plus_btn{
    width: 25%;
    border: 1px solid #b4b4b4;
    outline: 0;
    background: #f8f8f8;
    border-left: 0;
    font-size: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 24px;
    border-radius: 0 25px 25px 0;
    opacity: 0.6;
}
.plus_btn:hover{
    background: green;
    color: #fff;
}
.minus_btn:hover{
    background: #f66060;
    color: #fff;
}
.p-fixed{
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    left: 0;
}
.addSlide .product-box .product-details span {
    color: #272727;
    font-size: 16px;
}
.total_amt{
    font-size: 40px;
    color: red;
}
a.view_all_order{
    border: 2px solid #3182c7;
    padding: 4px 5px;
    display: flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
a.view_all_order img{
    height: 33px;
    margin-right: 8px;
}
.ml-15{
    margin-left: 15px!important;
}
span.alert_span{
    position: absolute;
    bottom: 10px;
    left: 30%;
    transform: translate(-30%, 0);
    background: #46a81d;
    border: 1px solid #1a5203;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
    display: block;
    width: 30%;
}
span.alert_span:before{
    content:"";
}
span.alert_span:before {
    content: "";
    border: 14px solid #46a81d;
    position: absolute;
    left: 10px;
    top: 8px;
    transform: translate(-50%, 0) rotate(45deg);
    z-index: -1;
}
.qty_input{width: 35%;height: 24px;text-align: center;font-size: 15px;font-weight: bold;display: flex;justify-content: center;align-items: center;color: #372380;border: 1px solid #bfbfbf;border-left: 0;border-right: 0;}
ul.multiRoom{

padding: 0;

text-align: justify;
}
ul.multiRoom li{
    
border: 1px solid #d5d5d5;
    
padding: 7px;
    
width: 49.8%;
    
font-size: 13px;
    
letter-spacing: 0;
    
display: inline-block;
    
vertical-align: top;
}
ul.multiRoom li .img_Dv{
    
margin-right: 10px;
}
.pr-0{padding-right:0!important;}
.checkbox-solid-primary input[type="checkbox"]:checked+label::before {
    color: #fff;
}
.selected-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #e5e7eb;
    background-color: #f3f4f6;
    white-space: nowrap;
    margin: 1px 5px 3px 0;
    height: 19px;
    vertical-align: middle;
    cursor: default;
    font-size: 12px;
}
.selected-wrapper .selected-label {
    max-width: 514px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 4px;
    vertical-align: top;
}
.selected-wrapper .selected-close {
    display: inline-block;
    text-decoration: none;
    font-size: 11px;
    line-height: 1.49em;
    margin-left: 9px;
    padding-bottom: 10px;
    height: 100%;
    vertical-align: top;
    padding-right: 4px;
    opacity: 0.3;
    color: #6b7280;
    text-shadow: 0 1px 0 #fff;
    font-weight: 700;
}
.checkbox-solid-danger input[type="checkbox"]:checked+label::before, .checkbox-solid-success input[type="checkbox"]:checked+label::before {
    color: #fff;
}
* a {
    letter-spacing: 0;
}
th, td{font-size: 14px;}
header{
    position: fixed;
    background: #244f96;
    color: #fff;
    top: 70px;
    z-index: 99;
    left: 15px;
    width: 80px;
    height: calc(100vh - 90px);
    box-shadow: 0px 0px 5px rgb(204 204 204 / 36%);
    border-radius: 15px;
}
header ul.menu{
    
text-align: center;
    
margin-top: 10px;
}
header ul.menu li{
    
display: block;
    
border-bottom: 1px solid #ffffff38;
}
header ul.menu li a{
    
color: #ffffff;
    
padding: 12px 5px;
    
display: block;
    
text-transform: uppercase;
    
font-weight: 500;
    
align-items: center;
    
font-size: 10px;
    
text-align: center;
    
line-height: 10px;
}
.logo-wrapper{
    font-size: 28px;
    font-weight: bold;
    margin-right: 25px;
}
.logo-wrapper a{
    color: #4a1495;
}
header ul.menu li a svg, header ul.menu li a img {
    height: 25px;
    fill: #000;
    display: block;
    margin: 0 auto 5px;
}
header .mega_menu{
    position: fixed;
    /* : 0; */
    background: #ffffff;
    z-index: 9999;
    width: 280px;
    left: 96px;
    padding: 20px 10px 20px;
    /* box-shadow: 0px 0px 9px rgb(200 200 200 / 45%); */
    text-align: left;
    display: none;
    height: calc(100vh - 90px);
    top: 70px;
    overflow: auto;
    border-radius: 15px;
}
.p-relative {
    position: relative!important;
}
.img-35{width: 35px;}
header .mega_menu ul>li{
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
}
header .mega_menu ul>li>a {
    color: #454545;
    padding: 0px 10px 0;
    display: block;
    text-align: left;
    font-size: 12px;
    margin-bottom: 15px;
    display: flex;
    line-height: 16px;
}
header .mega_menu ul>li>a img{
    height: 25px;
    margin-right: 10px;
    margin-left: 0;
    display: inline-block;
}
.mt-62{margin-top: 62px!important;}
.head_cap{
    /* background: #eee1ff; */
    margin: 0 0 10px;
    padding: 10px 0 5px;
    border-bottom: 1px solid #e4e4e4;
}
.project-box p>i{color: #5d24ad;}
.border-radius-0{border-radius: 0;}
.filter_scroll {
    min-height: 50px;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 200px;
}
.page-wrapper .page-header {
    z-index: 999;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li a {
    display: block;
}
header{transition: 0.5s;}
.leftOut{left:-20%;}
.footer {
    margin-left: 110px;
}
header ul li >a:hover {
    background: rgb(0 0 0 / 26%);
    color: #fff!important;
}
header .mega_menu ul>li>a:hover {
    background: rgb(214 224 255 / 26%);
    color: #000!important;
}
.text-primary {
    color: #244f96 !important;
}
.page-wrapper .page-header .header-wrapper {
    padding: 8px 30px;
    background: #ffffff;
}
.shrt_menu {
    position: relative;
    top: -10px;
    left: 0;
    width: 100%;
    background: #f2f2f2;
    padding: 18px 12px;
    display: none;
}
header ul.shrt_menu>li>a {
    padding: 6px 10px;
    display: block;
    margin-bottom: 6px;
    cursor: pointer!important;
}
header .shrt_menu_li a .fa-caret-down{
    position: absolute;
    top: 9px;
    right: 0;
}
::-webkit-scrollbar {
	background: transparent;
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #bcb3ff;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #a0a8ff ;
}
.upload_btn {
	position: absolute;
    opacity: 0;
    left: 0;
    width: 100%;
    top: 0;
}
.head_caption img{height: 28px;margin-right: 10px;}
.view_btn{right: 27px;top: 0px;padding: 2px 3px 2px;letter-spacing: 0;position: absolute;cursor:pointer;}
.project-box .details div {
    margin-bottom: 5px;
    opacity: 1;
    font-size: 13px;
    line-height: 17px;
}
.dash_scroll{
    max-height: 430px;
    overflow: auto;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #000000;
    background-color: #f1daff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.spinner-grow {
    width: 1rem;
    height: 1rem;
    vertical-align: top;
}
.nav-tabs .nav-link {
    color: #2c323f;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: inset 0px 0px 5px rgb(0 0 0 / 8%);
}
.blink{animation: blink 0.3s infinite alternate;}
@keyframes blink{
    0%{opacity:1;}
    90%{opacity:1;}
    100%{opacity:0;}
}
.activity-dot-secondary {
    width: 20px;
    height: 20px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #f73164;
}
.activity-timeline .media+.media {
    margin-top: 10px;
}
.file_upload {
    position: relative;
    height: 38px;
}.file_upload span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed #524f9b;
    font-size: 13px;
    color: #6c7381;
}.file_upload input[type="file" i] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
ul.icons li {
    flex: 1;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.icons li span{
    font-size: 12px;
    opacity: 0.6;
    line-height: 13px;
    display: block;
}
ul.icons li img{
    height: 35px;
    margin-right: 10px;
}
ul.icons li h5 {
    font-weight: bold;
    color: #7b64a7;
    margin: 0;
    font-size: 14px;
}
.selectgroup {
    display: block;
}

.selectgroup-pills {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}
.selectgroup-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}
.selectgroup-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.selectgroup-button {
    display: block;
    border: 1px solid #e5e7eb;
    text-align: center;
    padding: 0.375rem 1rem;
    position: relative;
    cursor: pointer;
    color: #9ca3af;
    font-size: 11px;
    min-width: 10px;
}
.blink{
    animation: blink 0.5s infinite alternate;
}
@keyframes blink{
    0%{
        opacity: 1;
    }
    70%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
.selectgroup-pills .selectgroup-button {
    border-radius: 25px !important;
}
.selectgroup-input:checked+.selectgroup-button {
    z-index: 1;
    background: #f3f4f6;
}
.selectgroup-input:checked + .selectgroup-button, .selectgroup-input:focus + .selectgroup-button {
    border-color: #06319d;
    background: #06319d;
    color: #fff;
}
.selectgroup-button.veg{
    border-color: #18c818;
    color: #18c818;
    font-weight: bold;
}
.selectgroup-button.nonveg{
    border-color: #d80909;
    color: #d80909;
    font-weight: bold;
}
.selectgroup-button.vacant{
    border-color: #f8d62b;
    color: #f8d62b;
    font-weight: bold;
}
.selectgroup-input:checked + .selectgroup-button.vacant, .selectgroup-input:focus + .selectgroup-button.vacant {
    border-color: #f8d62b;
    color: #fff;
    background:#f8d62b;
}
.selectgroup-input:checked + .selectgroup-button.veg, .selectgroup-input:focus + .selectgroup-button.veg {
    border-color: #18c818;
    color: #fff;
    background:#18c818;
}
.selectgroup-input:checked + .selectgroup-button.nonveg, .selectgroup-input:focus + .selectgroup-button.nonveg {
    border-color: #d80909;
    color: #fff;
    background:#d80909;
}
.avail_date h3 a{
    color: #fff;
}
.table_anchr {
    border: 2px solid #ddd;
    display: block;
    text-align: center;
    height: 110px;
}
.table_anchr .bordr_dv{
    border: 2px solid #ddd;
}
.table_anchr.sngle_tbl {
    border: 3px solid #ddd;
}
.span_avail{
    font-size: 24px;background: #edecff;text-transform: uppercase;padding: 4px 0px 0;margin-top: 2px;letter-spacing: 2px;font-weight: 600;
}
.card_details .card_view{
    background: url(./../images/card_back.webp) repeat;
    text-align: center;
    padding: 23px 0;
    border-radius: 25px;
    background-size: 50%;
}
.card_details .card_view .card_name{
    color: #ffffff;
    font-weight: bold;
}
.card_details .card_view .date_age{
    opacity: 0.8;
   font-size: 14px;
   color: #fff;
}
.rchrg_head{
    background: #2438c5;
    margin: 0 0 4px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.purple_box{
    background: #faf4ff;
     color: #101010;
     border: 3px ridge #e3b6ff;
     padding: 4px;
}
.purple_box .headsss{
    background: #e6ccff;
    margin: 0 0 4px;
    font-weight: bold;
    text-align: center;
    color: #000;
}
.overlay {
    background: rgb(0 0 0 / 21%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99;
}
.btn-xxs {
    padding: 0.375rem 0.9375rem;
    font-size: 0.6875rem;
    line-height: 1.3;
}
.btn-xxs.py-1 {
    padding-top: 0.12rem !important;
    padding-bottom: 0.12rem !important;
    border-radius: 25px;
}
.profTxt{
    flex: 1;
    margin: 0;
    font-size: 16px;
    color: #000;
    line-height: 16px;
}
.profTxt span{
    display: block;
    font-size: 12px;
    opacity: 0.6;
}
.text-success {
    color: #27ab24 !important;
}
.heaad {
    margin: 0px 0 6px;
    font-weight: bold;
    text-align: center;
    background: #efedff!important;
    font-size: 14px;
    line-height: 17px;
    vertical-align: middle;
}
.progress1 {
    position: relative;
     padding: 0 0 0 3.5rem;
     margin: 0;
     list-style: none;
 }
 
 .progress1_item {
   position: relative;
   min-height: 65px;
   counter-increment: list;
   padding-left: 0.5rem;
   cursor: pointer;
 }
 .progress1_item:before {
   content: "";
   position: absolute;
   left: -1.7rem;
   top: 29px;
   height: 60%;
   width: 1px;
   border-left: 1px solid #bbb;
 }
 .progress1_item:after {
   content: counter(list);
   position: absolute;
   top: 0;
   left: -2.5rem;
   width: 26px;
   height: 26px;
   border-radius: 50%;
   background: #e2e2e2;
   color: #000;
   font-weight: 400;
   font-size: 13px;
   line-height: 2rem;
   text-align: center;
   border: #85adef !important;
 }
 .progress1_item:last-child:before {
   border: none;
 }
 .progress1_item.progress1_item--completed {
   /* opacity: 0.6; */
   color: #000;
 }
 .progress1_item.progress1_item--completed:after {
   content: "\2713";
   font-weight: 400;
   background: #25c31f !important;
   color: #ffffff;
 }
 .progress1_item.progress1_item--active:after {
   background: #85adef !important;
   color: #fff;
 }
 
 .progress1_title {
   padding: 0.4rem 0 0.5rem;
   margin: 0;
   font-size: 1.5rem;
 }
 
 .progress1_info {
   font-size: 13px;
 }
 .progress1_item.progress1_item--completed:hover {
    /* opacity: 0.6; */
    color: #c80d0d;
}
.card .card-body.same_body {
    padding: 40px;
    background-color: rgba(0,0,0,0);
    min-height: calc(100vh - 370px);
    height: calc(100vh - 370px);
    overflow: auto;
}
.check-container {
    width: 4.25rem;
    height: 5.5rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
  }
  .check-container .check-background {
    width: 100%;
    height: calc(100% - 1.25rem);
    background: linear-gradient(to bottom right, #5de593, #41d67c);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    transform: scale(0.84);
    border-radius: 50%;
    animation: animateContainer 0.75s ease-out forwards 0.75s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
  }
  .check-container .check-background svg {
    width: 41%;
    transform: translateY(0.25rem);
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: animateCheck 0.35s forwards 1.25s ease-out;
  }
  .check-container .check-shadow {
    bottom: calc(-15% - 5px);
    left: 0;
    border-radius: 50%;
    background: radial-gradient(closest-side, #49da83, transparent);
    animation: animateShadow 0.75s ease-out forwards 0.75s;
  }
  
  @keyframes animateContainer {
    0% {
      opacity: 0;
      transform: scale(0);
      box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }
    25% {
      opacity: 1;
      transform: scale(0.9);
      box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }
    43.75% {
      transform: scale(1.15);
      box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }
    62.5% {
      transform: scale(1);
      box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
    }
    81.25% {
      box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }
    100% {
      opacity: 1;
      box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }
  }
  @keyframes animateCheck {
    from {
      stroke-dashoffset: 80;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
  @keyframes animateShadow {
    0% {
      opacity: 0;
      width: 100%;
      height: 15%;
    }
    25% {
      opacity: 0.25;
    }
    43.75% {
      width: 40%;
      height: 7%;
      opacity: 0.35;
    }
    100% {
      width: 85%;
      height: 15%;
      opacity: 0.25;
    }
  }
.success_alert_custom{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(255 255 255 / 95%);
  }
  .success_alert_custom{
    display: none;
  }
  .success_inr{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
  }
  .reject_fxd .check-container .check-background {
     background: linear-gradient(to bottom right, #e55d5d, #d64141);
   }
 .reject_fxd .check-container .check-background svg {
    font-size: 35px;
    fill: #fff;
    margin-top: -6px;
  }
  .reject_fxd .check-container .check-shadow {
    background: radial-gradient(closest-side, #da4949, transparent);
}
a.dashCardHov{
    transition: 0.5s;
}
a.dashCardHov:hover{
    transform: rotate(-4deg) scale(1.03);
}
.modal-body {
    max-height: calc(100vh - 130px);
    overflow: auto;
}
.order-tracking{
	text-align: center;
	flex: 1;
	position: relative;
	display: block;
}
.order-tracking .is-complete{
	display: block;
	position: relative;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	border: 0px solid #AFAFAF;
	background-color: #e6e6e6;
	margin: 0 auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}
.order-tracking.completed .is-complete{
	border-color: #5ead03;
	border-width: 0px;
	background-color: #68bc05;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.order-tracking p {
	color: #4c4c4c!important;
	font-size: 13px;
	margin-top: 4px;
	margin-bottom: 0;
	line-height: 17px;
	text-align: center;
	opacity: 1;
	font-weight: 500;
}
.order-tracking p span{font-size: 12px;opacity: 0.8;}
.order-tracking.completed p{color: #000!important;}
.order-tracking::before {
	content: '';
	display: block;
	height: 2px;
	width: calc(100% - 40px);
	background-color: #dbdbdb;
	top: 10px;
	position: absolute;
	left: calc(-50% + 20px);
	z-index: 0;
}
.order-tracking:first-child:before{display: none;}
.order-tracking.completed:before{background-color: #0ac009;}
.order-tracking.rejected .is-complete.reject{background:#ed5555;color: #fff;}
.order-tracking.rejected:before {
    background-color: #ed5555;
}
.preview {
    text-align: center;
    margin: 0;
    background: #244f96;
    color: #fff;
}
.border-ddd{
    border:1px solid #ddd;
}
hr {
    background-color: #c1c1c1;
}
ul.counterContainer li {
    border: 1px solid #d9d9d9;
    background: #fffee7;
    padding: 5px 0px;
    margin-right: 4px;
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 13px;
}
ul.counterContainer li b {
    display: block;
    background: #e9d9ff;
    text-align: center;
    color: #000;
    margin-top: 2px;
    font-size: 16px;
    font-weight: bold;
}
.h-450{
    height: 450px;
    overflow-y: auto;
}
.accordion-button:not(.collapsed), .accordion-button:hover {
    color: #000000;
    background-color: #e5edf9 !important;
}
.fxdFoot{
    position: fixed!important;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 9;
}
.discount{
    background: #f5fff4;
    border: 2px solid #b2f4ae;
    border-radius: 24px;
    color: #19b919;
}
.inner_tag {
    background: #ebebeb;
    padding: 7px 15px;
    margin: 0;
    border-bottom: 1px solid #ddd;
}
.border_table th, .border_table td{
    border: 1px solid #ddd;
    text-align: center;
}
.fees_box {
    border-radius: 10px;
    color: #fff;
    background-position: left !important;
    background-size: cover !important;
}
.foot_menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #ffffff;
    box-shadow: 0px -1px 4px rgb(0 0 0 / 11%);
    z-index: 999;
}.foot_menu ul.menu_style {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}.foot_menu ul.menu_style li {
    display: inline-block;
    width: 32%;
    margin: 0 -2px;
    border-left: 1px solid #ebebeb;
}.foot_menu ul.menu_style li:first-child {
    border-left: 0;
}.foot_menu ul.menu_style li a {
    font-size: 13px;
    color: #000;
    display: block;
    padding: 14px 0;
}.foot_menu ul.menu_style li img {
    height: 18px;
    display: block;
    margin: 0px auto 7px;
}
.checkin{
    background-image: -webkit-linear-gradient(135deg, rgb(177, 34, 230) 0%, rgb(255, 99, 222) 100%);
    background-image: -ms-linear-gradient(135deg, rgb(177, 34, 230) 0%, rgb(255, 99, 222) 100%);
    box-shadow: 0px 19px 56px 0px rgba(0, 0, 0, 0.2);
    color: #fff;border-radius: 10px;
}
.checkout{
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    box-shadow: 0px 17px 40px 0px rgba(243, 42, 126, 0.35);color: #fff;border-radius: 10px;
}
.checkout2{
    background-image: -webkit-linear-gradient(90deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    box-shadow: 0px 17px 40px 0px rgb(123 42 243 / 35%);color: #fff;border-radius: 10px;
}
.collection li {
    display: inline-block;
    margin: 0 4px;
    width: 47%;
}
.collection li img {
    height: 60px;
    margin-bottom: 15px;
}
.inner_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 99;
}
.inner_header a {
    margin-right: 10px;
    font-size: 15px;
}.inner_header i.fa.fa-arrow-left {
    margin-right: 10px;
}
.category {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
}
.category li {
    width: auto;
    font-size: 15px;
    line-height: 1;
    margin: 0 4px;
    font-weight: bold;
}
.category li button{
    border: 0;
    outline: 0;
    background: transparent;
    padding: 10px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    box-shadow: 0px 17px 40px 0px rgb(116 100 208 / 35%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.category li button.active, .buttonActive, .checkin:hover, .checkout:hover, .checkout2:hover{
    background: -webkit-linear-gradient(90deg, rgb(149 36 182) 0%, rgb(20 2 75) 100%)!important;
    color: #fff;
}
.foot_btn1 {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 10px 15px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 9%);
    z-index: 99;
}
.profile_icon {
    background: #f8f8f8;
    border-radius: 50%;
    padding: 5px;
    height: 30px;
    margin-right: 10px;
    width: 30px;
    border: 1px solid #dadada;
}
.profile_icon img {
    width: 100%;
}
.checkinout img{
    height: 60px;
}
.checkinout p {
    font-size: 16px;
    line-height: 25px;
    padding: 5px;
}
.f-25{
    font-size: 25px;
}
.fees_box{
    transition: 0.5s;
}
.fees_box:hover{
    transform: scale(1.06);
}
.regularPrebooking{
    margin: 30px 0;
}
/* login page */
.h-100 {
    height: 100% !important;
}.left_panel {
    flex: 1;
    background: #fff;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}.content-body::before, .left_panel::before {
    content: "";
    background: url(../images/circle_dots.png) no-repeat;
    position: fixed;
    top: 0rem;
    right: -15rem;
    width: 30%;
    height: 63%;
    opacity: 0.2;
    background-size: cover;
    z-index: -1;
}.works-box.style-1 {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}.works-box.style-1 .inner {
    text-align: center;
    padding: 50px 0;
    width: 100%;
    position: relative;
    z-index: 1;
}.works-box.style-1 .inner:before {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 35%;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-color: #e0e9ef;
    border-radius: 20px;
}.works-box.style-1 .figure-box {
    position: relative;
    z-index: 1;
    display: inline-block;
}.works-box.style-1 .figure-box img {
    border-radius: 50%;
    width: 100%;
    height: 50%;
}.inline-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.works-box.style-1 .inner .shape1 li {
    position: absolute;
}
.works-box.style-1 .inner .shape1 li:nth-child(1n) {
    top: 0;
    left: 0;
    bottom: inherit;
}.works-box.style-1 .inner .shape2 li {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
    opacity: 0.3;
}.content-body::after, .left_panel::after {
    content: "";
    background: url(../images/dots2.png) no-repeat;
    position: fixed;
    bottom: 0rem;
    left: 18rem;
    width: 12%;
    height: 29%;
    opacity: 0.2;
    background-size: cover;
    z-index: -1;
}.left_panel::after {
    z-index: 1;
    left: 2rem;
}
.authincation-content {
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    border-radius: 5px;
    width: 65%;
    margin: auto;
}
.auth-form {
    padding: 50px 50px;
}
.form-group {
    margin-bottom: 1rem;
}