/* your styles go here */
.register-card, .forgot-password-card {
    display: none;
}
.loginlogo a img {
    max-width: 50%;
}
.pagination_style {
    text-align: right;
}
.pagination_style a i,.pagination_style span {
    vertical-align: middle;
}
.pagination_style span {
    padding: 0 10px;
}
.pagination_style .pmd-pagination {
    display: inline-block;
    margin: 0;
}
.pagination_style .pmd-pagination .btn-circle{
    padding: 3px;
}
.pagination_style .pmd-pagination .btn-circle .material-icons{ 
    font-size: 22px;
}

.table.table-align-middle td, 
.table.table-align-middle th{
    vertical-align: middle;
}
/*Dashboard CSS Start*/
.dashboard-active-product-list {
    list-style-type: none;
    overflow: hidden;
    padding: 11px 0;
}
.dashboard-active-product-list li {
    float: left;
    margin-right: 40px;
}
.dashboard-active-product-list li:last-child {
    margin-right: 0;
}
.dashboard-active-product li i {
    margin-top: -3px;
    float: left;
}
.dashboard-active-product ul li.list-group-item {
    overflow: hidden;
}
.dashboard-active-product ul li.list-group-item .media-left, .dashboard-active-product ul li.list-group-item .media-middle {
    float: left;
}
.dashboard-active-product ul li.list-group-item .media-right {
    float: right;
}
.dashboard-active-product ul li.list-group-item .media-body {
    width: auto;
}
/*Dashboard CSS End*/

/*Vendor page CSS Start*/
.vendorAdress span{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    max-height: 29px;
    margin: 0 auto;
    line-height: 1;
}
.vendor-table table tbody tr td,
.category-table table tbody tr td,
.menuTable table tbody tr td{
    vertical-align: middle;
}
.desc-col span {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    max-width: 100px;
    max-height: 29px;
    margin: 0 auto;
    line-height: 1;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.editDeletBtn a {
    margin: 0 2px;
}
.editDeletBtn a i{
    font-size: 16px;
}
.editDeletBtn {
    display: inline-flex;
}
/*Vendor page CSS End*/

/*Add Vendor CSS Start*/
.addon_addImg {
    width: 38px;
    height: 38px;
    object-fit: cover;
}
.has-time {
    position: relative;
}
.has-time .form-control {
    padding-right: 2.375rem;
}

.has-time .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    right: 0;
}

.selectStyle .select2-container--bootstrap .select2-selection--single:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3b9182;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 145, 131, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(59, 145, 131, 0.25);
}
.selectStyle .select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection,
.selectStyle .select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection{
    border-radius: 2rem;
    border-bottom-color: #3b9182
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #3b9183 !important;
    color: #fff;
}
.selectStyle .select2-container--bootstrap.select2-container--focus .select2-selection, 
.selectStyle .select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 145, 131, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(59, 145, 131, 0.25);
}
.selectStyle .select2-container--bootstrap .select2-selection{
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 2rem;
    height: calc(2.25rem + 2px);
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.selectStyle.selectionSelect .select2-container--bootstrap .select2-selection{
    min-height: calc(2.25rem + 2px);
    height: auto;
}
.selectStyle .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice{
    margin: 1px 0 0 6px;
}
.selectionSelect .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{
    height: 23.22px;
    width: auto !important;
}

.vendorSameday {
    position: absolute;
    bottom: 20px;
}
/*Add Vendor CSS End*/

.proImage img {
    width: 45px;
    height: 45px;
    object-fit: cover;
}
.proRemove {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 20px;
    width: 20px;
    line-height: 1;
    padding: 3px;
}
.proSide .text h6{
    display: -webkit-box;
    height: 28px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    font-weight: 500;
}

.btn-theme {
    color: #fff;
    background-color: #3b9183;
    border-color: #3b9183;
}
.btn-theme:hover{
    background-color: #2b8a7a;
    border-color: #2b8a7a; 
}
.btn-theme:focus{
    -webkit-box-shadow: 0 0 0 0.2rem rgb(59, 145, 131,0.5);
    box-shadow: 0 0 0 0.2rem rgba(59, 145, 131,0.5);
}
.borderLeftPrimary {
    border-left: 4px solid #3b9183;
}
.borderLeftGray {
    border-left: 4px solid #adb5bd;
}
.custom-card .card-body {
    padding: 1rem;
}
.custom-card .card-header{
    padding: 1rem 1rem;
}

.selectChange .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{
    width: auto !important;
}
.selectChange .select2-container .select2-search--inline {
    float: none;
}

.locationSelect {
    width: auto;
    display: inline-block;
}
.svg-menu-icon path {
    fill: #adb5bd;
}
.sidebar-link.active.svg-menu-icon path {
    fill: #ffffff;
} 
small.text-gray {
    font-size: 75%;
    font-weight: 100;
}
.tab-input-style .select2-container--bootstrap .select2-selection {
    padding: 0.125rem 0.8rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 2rem;

    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.tab-input-style .select2-container--bootstrap.select2-container--focus .select2-selection, 
.tab-input-style .select2-container--bootstrap.select2-container--open .select2-selection{
    color: #495057;
    background-color: #fff;
    border-color: #3b9182;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 145, 131, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(59, 145, 131, 0.25);
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
    border-bottom-color: #3b9182 !important;
    border-top-right-radius: 2rem !important;
    border-top-left-radius: 2rem !important;
    border-top-color: #3b9182 !important;
}

.report-with-checkbox {
    margin-top:35px;
}
@media only screen and (max-width: 600px) {
    .vendorSameday {
        position: relative;
        bottom: unset;
    }
    .navbar-brand>img {
        height: 30px !important;
    }
    .btn-mobile {
        width: 100%;
        margin-top: 1rem;
        padding: 0.4rem 0.8rem;
    }
    .addVendorTable tbody td .has-time input{
        width: 100px;
        display: block;
    }
    .custom-card .card-body {
        padding: 0.5rem;
    }
    .proRemove{
        top: -3px;
        right: -3px;
    }

    .padding1-mob {
        padding: 1rem !important;
    }
    .float-none-mob {
        float: none !important;
    }
    .m-t-1-mob {
        margin-top: 1rem;
    }
    .reportButtons {
        text-align: center !important;
        margin-top: 0.5rem;
    }
    .reportButtons a{
        margin-bottom: 0.5rem;
    }
    .report-with-checkbox {
        margin-top: 0; 
    }
    .addon-close-btn {
        top: 0 !important;
    }
}
@media only screen and (max-width: 320px) {

}

@media (min-width: 576px){
    .order-dialog {
        max-width: 580px;
    }
}

.allAddons {
    position: relative;
}
.addon-close-btn {
    position: absolute;
    right: 0px;
    top: -15px;
    text-align: right;
}

.selectStyle .select2-container--bootstrap {
    width: 100%!important;
}
.shrink.show .sidebar_menu .sidebar-link{
    padding: 0.5rem 0;
}
.shrink.show .sidebar_menu .sidebar-link svg,
.sidebar.shrink .sidebar_menu .sidebar-link span{
    margin-right: 0 !important
}
@media (max-width:992px) {
    .upload-device-btn {
        padding: 0.4rem 0.5rem;
        font-size: 14px;
    }
    .cs-padding {
        padding-left: .25rem!important;
        padding-right: .25rem!important;
    }
}

@media only screen and (max-width: 600px) {
    .cs-padding {
        padding-right: 15px!important;;
        padding-left: 15px!important;;
    }
}
.form-control.custom-select {
    padding-right: 1.5rem;
}
textarea.form-control{
    border-radius: 0.5rem !important;
}
body.modal-open {
    overflow-y: hidden;
}

.ui-tooltip.ui-widget.ui-widget-content {
    width: auto !important;
}

.markButton .btn:not([class*='outline']) {
    color: #fff !important;
}

.fa-cooking:before{
    content: url(../img/cooking.png);
    transform: scale(.05);
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    top: -12px;
    position: relative;
    left: -12px;
}

.main_addmore_sec {
    line-height: 38px;
    font-size: 22px;
    height: 38px;
    width: 25px;
    display: inline-block;
    text-align: center;
    margin-top: 28px;
}
.main_addmore_sec_sub {
    line-height: 38px;
    font-size: 22px;
    height: 38px;
    width: 25px;
    display: inline-block;
    text-align: center;

}
.select_write.selectStyle .select2-container--bootstrap .select2-selection {
    padding: 0.15rem 0.8rem;
    height: auto;
}
.dr_payment_filter .payFilter_column{
    padding-left: 5px;
    padding-right: 5px;
}
.dr_payment_filter .payFilter_column .btn-theme{
    display: block;
    width: 100%;
    padding: 0.4rem 0.4rem;
}
.dr_payment_filter .payFilter_column:nth-child(2) .form-control{
    padding-right: 0;
}
.delivercharges_style .input-group-text{
    font-size: 14px;
}
@media (min-width: 992px){
    .dr_payment_filter .payFilter_column:nth-child(1),
    .dr_payment_filter .payFilter_column:nth-child(6){
        -ms-flex: 0 0 14.666667%;
        flex: 0 0 14.666667%;
        max-width: 14.666667%;
    }
    .dr_payment_filter .payFilter_column:nth-child(2){
        -ms-flex: 0 0 18.666667%;
        flex: 0 0 18.666667%;
        max-width: 18.666667%;
    }
    .dr_payment_filter .payFilter_column:nth-child(3),
    .dr_payment_filter .payFilter_column:nth-child(4){
        -ms-flex: 0 0 12.666667%;
        flex: 0 0 12.666667%;
        max-width: 12.666667%;
    }
    .dr_payment_filter .payFilter_column:nth-child(5){
        -ms-flex: 0 0 26.666667%;
        flex: 0 0 26.666667%;
        max-width: 26.666667%;
    }
}

@media (min-width: 1200px){
    .dr_payment_filter .payFilter_column:nth-child(1),
    .dr_payment_filter .payFilter_column:nth-child(6){
        -ms-flex: 0 0 14.666667%;
        flex: 0 0 14.666667%;
        max-width: 14.666667%;
    }
    .dr_payment_filter .payFilter_column:nth-child(2){
        -ms-flex: 0 0 18.666667%;
        flex: 0 0 18.666667%;
        max-width: 18.666667%;
    }
    .dr_payment_filter .payFilter_column:nth-child(3),
    .dr_payment_filter .payFilter_column:nth-child(4){
        -ms-flex: 0 0 12.666667%;
        flex: 0 0 12.666667%;
        max-width: 12.666667%;
    }
    .dr_payment_filter .payFilter_column:nth-child(5){
        -ms-flex: 0 0 26.666667%;
        flex: 0 0 26.666667%;
        max-width: 26.666667%;
    }

}

@media (max-width: 576px) {
    .main_addmore_sec{
        margin-top: 0;
        float: right;
    }
    .text-right-mobile {
        text-align: right;
    }

    .driverlayout_titlebtn{
        margin-top: 1rem;
    }
    .driverlayout_titlebtn .export_csvbtn{
        margin-top: 0.5rem;
    }
    .pr-15px-mobile{
        padding-right: 15px;
    }
    .delivercharges_style .input-group-text{
        font-size: 10px;
    }
    .delivercharges_style input.form-control-label  {
        max-width: 44px;
        font-size: 10px;
    }
    .delivercharges_style .col-sm-12,.delivercharges_style .col-12{
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 320px) {
    .delivercharges_style input.form-control-label  {
        max-width: 40px;
        font-size: 9px;
    }
    .delivercharges_style .col-sm-12,.delivercharges_style .col-12{
        padding-right: 5px;
        padding-left: 5px;
    }
}

/*Added by Anil Start*/
.custom_delivery_button{
    padding: 0 4px;
    border-radius: unset;
    color:#fff !important;
}
/*Added by Anil End*/

/*SubScription page Start*/
.big-checkbox .custom-control-label::before{
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
}
.big-checkbox .custom-control-label::after{
    width: 1.5rem;
    height: 1.5rem;
}
.big-checkbox .custom-control-label{
    font-weight: 600;
    padding-left: 10px;
    line-height: 1.8;
    font-size: 16px;
}
.big-checkbox-subtext{
    margin-left: 33px;
}
.sub_amt_total{font-size: 15px;}
.more{
    width: 100%;
    font-size: 15px;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.subscription-body{
    height: 350px;
    overflow-y: auto;
}
.sub-input-btn{
    max-width: 170px;
    margin: 0 auto;
}
.sub-input-btn input{
    text-align: center;
}
.sub-input-btn .btn-secondary{
    border-radius: 20px 0 0 20px;
    border: 0px solid #ced4da;
    padding: 8.5px 22px;
    height: 38px;
}
.sub-input-btn .btn-theme{
    border-radius: 0 20px 20px 0;
    border: 0px solid #ced4da;
    padding: 8.2px 22px;
    height: 38px;

}
.sub-input-btn .input-number{
    height: 38px;
}
.sub-input-btn .btn-theme:focus,.sub-input-btn .btn-secondary:focus,.sub-input-btn .btn-secondary:not(:disabled):not(.disabled):active:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.subTotal{
    margin: 0;
}
.ship_adddress {
    display: flex;
    flex-shrink: 0;        
    position: relative;
    flex-direction: column;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,.5), inset 1px 1px 0 rgba(255,255,255,.3);
    width: 100%;
    height: auto;
    background: @card-color;
}
.address_nm{
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden; 
    white-space: nowrap;
}
.address_detail{
    margin: 0;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden; 
    white-space: nowrap;
}
.ship_adddress .custom-control-label{
    width: 100%;
}

.card-design .credit-card-brand {
    /* position: absolute;*/
    top: 0;
    left: 0;
    width: 80px;
    height: 50px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    float: right;
}
.card-design .card-visa {
    float: right;
    width: 100%;
    /* position: relative; */
}
.card-design .card-cvv {
    float: left;
    width: 50%;
    font-size: 14px;
}
.card-design .card-exp {
    float: right;

    font-size: 14px;
}
.card-design .card-act {
    float: right;
    width: 100%;
    margin-top: auto;
    font-size: 18px;
    /* margin-bottom: 6px; */
    color: #444;
    margin-bottom: 6px;
}
.card-design .set-as {
    float: right;
    background-color: #444;
    color: #fff;
    padding: 4px 7px;
    font-size: 12px;
    /* font-weight: 600; */
    padding-bottom: 2px;border-radius: 5px;

}
.card-design .set-as.default {
    background-color: #2f6686 !important;
}
.card-design .card-act a {
    float: left;
    /* padding: 14px; */
    padding: 0 7px;
}
.card-design .credit-card-brand.visa {
    background-image: url("/../card-types/visa.png");
}
.card-design .credit-card-brand.amazon {
    background-image: url("/../card-types/amazon.png");
}
.card-design .credit-card-brand.amex {
    background-image: url("/../card-types/amex.png");
}
.card-design .credit-card-brand.cirrus {
    background-image: url("/../card-types/cirrus.png");
}
.card-design .credit-card-brand.directdebit {
    background-image: url("/../card-types/directdebit.png");
}
.card-design .credit-card-brand.discover {
    background-image: url("/../card-types/discover.png");
}
.card-design .credit-card-brand.ebay {
    background-image: url("/../card-types/ebay.png");
}
.card-design .credit-card-brand.maestro {
    background-image: url("/../card-types/maestro.png");
}
.card-design .credit-card-brand.mastercard {
    background-image: url("/../card-types/mastercard.png");
}
.card-design .credit-card-brand.paypal {
    background-image: url("/../card-types/paypal.png");
}
.card-design .credit-card-brand.porldpay {
    background-image: url("/../card-types/porldpay.png");
}
.card-design .credit-card-brand.sage {
    background-image: url("/../card-types/sage.png");
}
.card-design .credit-card-brand.shopify {
    background-image: url("/../card-types/shopify.png");
}
.card-design .credit-card-brand.skrill {
    background-image: url("/../card-types/skrill.png");
}
.card-design .credit-card-brand.visaelectron {
    background-image: url("/../card-types/visaelectron.png");
}
.card-design .credit-card-brand.western {
    background-image: url("/../card-types/western.png");
}
.card-design .credit-card-brand.jcb {
    background-image: url("/../card-types/jcb.png");
}
.card-design .credit-card-brand.unionpay {
    background-image: url("/../card-types/unionpay.png");
}
.card-design .credit-card-brand.diners.club {
    background-image: url("/../card-types/diners-club.png");
}
.card-design .credit-card-brand.american.express {
    background-image: url("/../card-types/american-express.png");
}
.card-design .card-inner-list {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
}
.sleeve {
    flex: 1 1 0;
    margin: auto;
}

.credit-card.card-design {
    padding: 5px;
    display: flex;
    flex-shrink: 0;
    background: @card-color;
    position: relative;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,.5), inset 1px 1px 0 rgba(255,255,255,.3);
    width: 100%;
    height: 140px;

}

.card-design .card-type,.card-design .card-company {
    text-align: right;
    text-transform: uppercase;
    margin: 10px;
    color: rgba(0,0,40,.5);
}

.card-design .card-company {
    /*font-family: Georgia, Garamond;*/
    box-shadow:  inset 1px 0 0 rgba(255,255,255,.3);
    font-weight: normal;
    padding: 10px;
    /*background: #C32;*/
    color: #FB0;
    letter-spacing: 1px;
    text-align: center;
    margin: 15px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.card-design .card-chip img {
    width: 34px;
}
.card-design .card-number,.card-design .card-expire,.card-design .card-holder,.bank-acc-no {
    /* display: flex;*/

    justify-content: center;
    font-family: monospace;
    font-size: 17px;
    /* color: rgba(255,255,255,.8);
     text-shadow: 0 1px 1px rgba(0,0,0,.5);
     .digit-group {
       margin: 5px;
     }*/
}
.card-design .line-card {
    /*float: left;*/
    width: 100%;
    /*display: flex;*/
}

.card-design .card-expire,.card-design .card-holder {
    font-size: 16px;
    justify-content: flex-start;
    padding: 0 8px;

    .card-design .card-text {
        font-size: 12px;
        font-family: sans-serif;
        color: #000;
        color: rgba(0,0,40,.5);
        text-shadow: none;
        margin: 3px;
        margin-left: 10px;
    }
}

.card-design .card-type {
    margin-top: auto;
    font-size: 12px;
    color: #444;
}

.cradit-card-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.cradit-card-ul li{
    margin-right: 10px;
}
.card-design .custom-control-label{
    width: 100%;
}

.card-design .card-expire{
    width: 100%;
    text-align: right;
    overflow: hidden;
    padding: 0;
}
.card-design .card-type{
    overflow: hidden;
    margin: 0;
}
.card-design .card-act{
    text-align: right;
    float: none;
    margin-bottom: 0;
    line-height: 1;
    padding-right: 13px;
    margin-top: 0;
}
.card-design .card-act a{
    float: none;
}
.card-design .set-as{
    padding: 2px 7px;
    text-align: center;
}
.card-design .card-number,
.card-design .card-expire,
.card-design .card-type{
    padding-right: 20px;
}
.card-payment-form .sq-button{
    background: #3b9182;
    font-weight: 400;
    border: 1px solid transparent;
    padding: 0.4rem 1.8rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2rem;
    height: 51px;
}

.card-payment-form .sq-button:hover {
    background-color: #2b8a7a;
    border-color: #2b8a7a;
}
.card-payment-form .sq-button:active{
    background: #3b9182;
}
.subscription-dropdown .select2-container--bootstrap .select2-selection{
    border-radius: 19px;
}
.subscription-dropdown label{color: #000;}
/*SubScription page End*/

.select2-results__option--highlighted .select2-result-repository__title {
    color: #fff !important;
}

.reportSelect .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice{
    white-space: nowrap;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.reposrtpageRow .select2-container--bootstrap .select2-selection{border-radius: 2rem;}
.reposrtpageRow .select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection{
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-color: transparent;
}
.reposrtpageRow .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered{
    padding: 0 8px;
}

/*Page Loader CSS Start*/
.page-loader-wrapper {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    text-align: center;
}
.page-loader-wrapper .loader {
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*Page Loader CSS End*/

.bank-card-ul li{
    width: 235px;
}
.bank-card-ul .card-type,.bank-card-ul .card-act{
    margin-top: 8px;
}
.bank-card-ul .card-act{
    line-height: 1.8;
}
.border-right-1{
    border-right: 1px solid #CCC;
}
.defaultCardbank .defaultLable{
    margin-top: -3px;
    margin-right: 1rem;
}


.timeslote_ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.timeslote_ul li{
    display: inline-block;
    margin-right:10px; 
}
.timeslote_ul li:last-child{margin-right: 0;}
.timeslote_ul li .has-time{
    width: 90px;
    display: inline-block;
}

.timeslote_row {
    margin-right: -5px;
    margin-left: -5px;
}
.timeslote_row .timeslote_col{
    padding-right: 5px;
    padding-left: 5px;
}


@media (max-width: 1300px){
    .timeslote_ul li{
        margin-right: 5px;
    }
    .timeslote_ul{
        margin-bottom: 10px;
    }
}
@media (max-width: 576px){
    .timeslote_ul{
        margin-bottom: 10px;
    }
}

.multi_select_tag .select2-container--bootstrap .select2-selection{
    border-radius: 21px;
}
.multi_select_tag .select2-container--bootstrap .select2-selection--multiple{
    min-height: 38px;
}
.multi_select_tag .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{
    height: 38px;
}

.time_slote_div {
    position: relative;
}
.sametime_radio{
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1300px){
    .time_slote_div .timeslote_ul li .has-time{
        width: 85px;
    }
}

.schedule_modalbody .sch_lable{
    font-weight: 500;
    margin-bottom: 0;
}
.schedule_modalbody .sch_ans{
    margin-bottom: 0;
    word-break: break-word;
}
.timeslote_line{
    margin: 0.5rem 0;
    border-bottom: 1px solid #dee2e6;
}

.timesloteview_ul{
    list-style: none;padding: 0;margin: 0;
}
.timesloteview_ul li{display: inline-block;}
.slote_title{font-weight: 500;color: #000000;}
.schedule_modalbody{
    height: 400px;
    overflow-y: auto;
}

/*Week Tabs*/ 
.week-tabs.nav-tabs .nav-link {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    min-width: 120px;
    text-align: center;
}
.week-tabs.nav-tabs .nav-link.active, 
.week-tabs.nav-tabs .nav-item.show .nav-link{
    color: #ffffff;
    background-color: #3b9183;
    border-color: #3b9183;
}
@media (max-width: 991px){
    .week-tabs.nav-tabs .nav-link{
        min-width: auto;
        font-size: 13px;
        padding: 0.5rem 0.5rem;
    }
}
@media (max-width: 576px){
    .week-tabs.nav-tabs .nav-item{
        width: 50%;
    }
    .week-tabs.nav-tabs .nav-link{
        width: 100%;
    }
}


.carditcard_row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.carditcard_row .carditcard_column{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
.carditcard_row .card-design .card-act{
    font-size: 14px;
}
.carditcard_row .card-design .set-as.default{
    background-color: #3b9183 !important;
}
.carditcard_row .card-design .set-as.default.seted_default{
    background-color: transparent !important;
    color: #3b9183;
    padding: 0;
    font-weight: 500;
}
@media (min-width: 992px){
    .carditcard_row .carditcard_column.carditcard_column3{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 576px){
    .carditcard_row .carditcard_column
    {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 5px;
        padding-left: 5px;
        margin: 0;
    }   

}


.carditcard_column .digit-group{
    line-height: 1;
}
.carditcard_row .carditcard_column .credit-card.card-design{
    height: 150px;position: relative;
}
.carditcard_column .bank-card-ul .card-type, 
.carditcard_column .bank-card-ul .card-act{
    margin-top: 4px;
}
.paymentcard_footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.cardholdername{
    color: #3b9183 !important;
    font-weight: 600;margin-top: 5px;
}
.carditcard_column .card-design .card-type{
    margin: 0 5px;
    padding: 0;
}


.report_dropdown .dropdown-item{
    padding: 0.5rem 1rem;
}
.report_dropdown .dropdown-menu{
    padding: 0.1rem 0;
    min-width: 145px;
}
.report_dropdown .dropdown-item:hover,
.report_dropdown .dropdown-item:focus{
    color: #ffffff;
    background-color: #3b9183;
}
.report_dropdown .btn.btn-theme{
    min-width: 145px;
    font-size: 14px;
    padding: 0.375rem 1rem;
}
@media (max-width: 991px){
    .report_dropdown .btn.btn-theme{
        min-width: 142px;
        margin-bottom: 5px;
    }
}
@media (max-width: 576px){
    .col-title{
        margin-bottom: 10px;
    }
    .col-left-mobile{
        text-align: left !important;
    }
    .report_dropdown .btn.btn-theme{
        min-width: auto;
        width: 30px;
        height: 30px;
        padding: 6px 0px;
        border-radius: 15px;
        text-align: center;
        font-size: 12px;
        line-height: 1.42857;
        margin-bottom: 0;
    }
    .btn_nm{
        display: none;
    }
}

.reason_div{
    width: 230px;
}
.reason_div .truncateread{
    width: 230px;
    display: inline-block;
}
.truncateread .moreless {
    font-weight: bold;
    color: #3b9183;
    cursor: pointer;
    display: inline-block;
}


.sub_rest_div .sub_lable{
    width: 106px;
    display: inline-block;
    margin-right: 5px;
}

.subResto_drop{
    width: 220px;
    display: inline-block;
    position: relative;
}
.sub_rest_div .subResto_drop .custom-select{
    padding-right: 45px;
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow:ellipsis;
}
.subResto_clearbtn{
    position: absolute;
    right: 29px;
    top: 8px;
}


.ocash-media img{
    object-fit: cover;
    margin-right: 5px;
}
.ocash-media .media-body h5{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
}
.ocash-media .media-body p{
    margin-bottom: 0;
    font-size: 12px;
}
.ocash-media.ui-state-active,
.ocash-media.ui-state-active:hover{
    background-color: #3b9183;
    border-color: #3b9183;
    color: #ffffff;
}
.uocashRow .checkbox-style12 label span p:nth-child(1){
    font-weight: 600;
    font-size: 15px;
}
.uocashRow .checkbox-style12 label span p{
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 13px;
}
.uocashRow .col-8 span{
    line-height: 1.2;
    display: inline-block;
    width: 100%;
}
.uocashRow .checkbox-style12 label{
    min-height: 76px;
}
.uocashRow .checkbox-style12 label .row {
    align-items: center;
}

@media (max-width:992px) {
   
    .mt-1rem-device .col-top{
        margin-top: .5rem;
    }
}