@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Poppins-Regular.ttf);
    }
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Poppins-Medium.ttf);
    }
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Poppins-SemiBold.ttf);
    }
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Poppins-Bold.ttf);
    }
html,body{
font-family: 'Poppins', sans-serif !important;
font-weight: 300;
margin:0;
padding:0;
height:100%;
font-size:14px;
background:#F4F5FA !important;
}
body.fixed{
    overflow-y: hidden;
    margin-right: 15px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif !important;
}
ul,li{
margin:0;
padding:0;
}

.left{
float:left;
}

.right{
float:right;
}

.clear{
clear:both;
}

.login_wrap{
display:block;
margin:auto;
padding-top:7%;
}

.login_wrap .uk-panel{
margin:auto;
}

.login_logo{
height:80px;
width:80px;
margin:auto;
/*background:url("../images/store-logo4.png") no-repeat;*/
background:url("../images/logo-mobile.png") no-repeat;
}
.text-chr{
    display: inline-block;
    width: 33.33%;
    padding: 0 15px;
    position: relative;
    top: -5px;
}
.percent-chr{position: relative;display:inline-block;width: 26.33%;text-align: center;}
.total-chr{display:inline-block;width:33.33%;text-align:right}

/*.help-block.form-error{
bottom: -20px;
right:0;
position: absolute;
z-index:100;
border:1px solid #D85030;
padding:5px 8px;
background:#FFF1F0;
font-size:12px;
}*/
input[name=cat_icon] ~ div.uploaded_image{
    max-width: 189px;
}
input[name=cat_icon_hover] ~ div.uploaded_image{
    max-width: 189px;
}
.border-btm-3{
    border-bottom: 3px solid #000;
}
.m-0{
    margin: 0 !important;
}
.left-preserve{
    width: calc( 100% - 200px );margin-left: 200px;
}
.progress-pointer{
    position: relative;
    margin-bottom: 8px !important;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.progress-pointer::after{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #000;
    left: calc( 50% - 7.5px );
    bottom: -17px;
}
.calculated-time {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}
.calculated-time+p {
    margin: 0;
}
.pl-17-p{
    padding-left: 17% !important;
}
.pr-17-p{
    padding-right: 17% !important;
}
.pt-15{
    padding-top: 15px !important;
}
.help-block.form-error{
    bottom: -25px;
    right:20%;
    position: absolute;
    z-index:100;
    border:1px solid #D85030;
    padding:5px 8px;
    background:#D85030;
    font-size:12px;
    color:#fff;
}
input[name=cat_icon] ~ div.uploaded_image{
    max-width: 189px;
}
input[name=cat_icon_hover] ~ div.uploaded_image{
    max-width: 189px;
}
.queue-msg {
    background: aliceblue;
    padding: 9px 11px;
    border-radius: 3px;
    transition: all 0.25s;
}
.queue-msg:hover {
    box-shadow: 0px 3px 12px #ececec;
}
.help-block.form-error:after{ 
bottom: 100%; 
left: 50%; border: solid transparent;
content: " "; 
height: 0;
width: 0; 
position: absolute; 
pointer-events: none; 
border-color: rgba(71, 77, 93, 0); 
border-bottom-color: #D85030; border-width: 9px; margin-left: -9px; 
}

.uk-form-row{
position:relative !important;
}

.header_wrap{
background:#FFFFFF;
/* border-bottom:1px solid #EEEEEE; */
height:auto;
margin-left: 60px !important;
width: calc( 100% - 60px );
position: relative;
}
.header_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#9f78ff), to(#32cafe));
    background-image: -webkit-linear-gradient(left, #9f78ff, #32cafe);
    background-image: -moz-linear-gradient(left, #9f78ff, #32cafe);
    background-image: -o-linear-gradient(left, #9f78ff, #32cafe);
    background-image: linear-gradient(to right, #9f78ff, #32cafe);
    background-repeat: repeat-x;
    z-index: 0;
  }
  
  .header_wrap > * {
    position: relative;
    z-index: 1;
  }


li.uk-parent ul {
    height: 0;
    overflow: hidden;
    transition: all 0.25s ease;
}
li.uk-parent{
    position: relative;
    cursor: pointer;
}
li.uk-parent::after{
    content:"\f107";
    float: right;
    width: 10px;
    position: absolute;
    right: 8px;
    top: 14px;
    font-family: FontAwesome;
    font-size: 20px;
}
li.uk-parent.active{
    background: rgb(255 255 255 / 6%) !important;
}
li.uk-parent.active ul{
    height: auto;
    overflow: visible;
}
.header_wrap .left, .main_wrapper .left_panel{
width:auto;
border-right:1px solid #EEEEEE;
padding: 0 10px;
}

.header_wrap h1{
margin:0;
padding:0;
text-align:center;
color:#fff;
line-height:52px;
}


.header_wrap .right{
padding-top:10px;
padding-right:20px;
padding-left:20px;
border-left:1px solid #EEEEEE;
height:52px;
}

.main_wrapper{
position:relative;
height:100%;
}

.main_wrapper .left_panel{
background:#1D2939;
color:#8F939E;
min-height:1200px;
position: relative;
z-index:2;
}
.wrap-section {
    background: #f1f1f1;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
}
.mt-30{
    margin-top: 30px;
}
.w-70 {
    width: 70px;
}

.main_content{
    width: calc( 100% - 60px );
    margin-left: 60px;
    z-index: 1;
    overflow-x: hidden;
}

.main_content .inner{
padding-left:250px;
}

.breadcrumbs{
width:100%;
background:#F7F7F7;
border-bottom:1px solid #D3D7DB;
padding: 10px 15px;
position:relative;
color: #F7F7F7;
}
/* .breadcrumbs::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eeeeee94;
} */
.breadcrumbs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#9f78ff), to(#32cafe));
    background-image: -webkit-linear-gradient(left, #9f78ff, #32cafe);
    background-image: -moz-linear-gradient(left, #9f78ff, #32cafe);
    background-image: -o-linear-gradient(left, #9f78ff, #32cafe);
    background-image: linear-gradient(to right, #9f78ff, #32cafe);
    background-repeat: repeat-x;
    z-index: 0;
  }
  
  .breadcrumbs > * {
    position: relative;
    /* z-index: 1; */
  }

.breadcrumbs .inner{
padding-left:20px;
}

.breadcrumbs .inner h2{
margin:0;
padding:0;
line-height:normal;
font-weight: 500;
color: #F7F7F7;
}

select {
    color:#000 !important
}

#Notification-modal .modal-content h2{
    color: #636363 !important;
}
.sms_credit_wra {
    margin-right: 20px;
    position: relative;
    top: 4px;
}
.invoice_due_message{
    background: #b52423;
    color: #fff;
    border-radius: 7px;
    padding: 9px 12px;
    font-weight: 700;
    margin-right: 20px;
}
.content{
margin:20px;
}

.content_wrap{
margin:20px;
background:#FFFFFF;
padding:20px;
}

.menu{
width:230px;
margin:auto;
display:block;
margin-top:10px;
}


.float-button-save {
		position: fixed;
		bottom: 40px;
		right: 40px;
		color: #FFF;
		text-align: center;
		box-shadow: 2px 2px 3px #999;
        font-weight: bold;
        font-size: medium;
}
.menu ul{
margin:0;
padding:0;
}

.menu li{
margin:0;
padding:0;
list-style:none;
border-radius: 4px;
border-bottom: 1px solid rgb(255 255 255 / 22%);
}

.menu ul li.active{
    color: #2b345f !important;
    font-weight: 500 !important;
    background: #f0f0f0 !important;
}
.uk-offcanvas-bar::after{
    box-shadow: unset !important;
    width: unset !important;
}

.uk-tab>li>a .uk-badge.uk-badge-notification{
    background: #6967ce !important;
}
.form-button.close-btn{
    border-color: #fa626b !important;
    background:  #fa626b !important;
}
.primary.pulse{
    background: #6967ce !important;
} 
.uk-tab>li.uk-active>a {
    background: #6967ce !important;
    color: #fff !important;

}
.remvove-page.uk-button-danger{
    background-color: #fa626b;
}
.reverse-switches span:last-child{
    background: #6967ce  !important;
    color: #fff !important;
}
.reverse-switches [type="checkbox"]:checked + label span:last-child{
    background-color: #fa626b !important;

}
.switches [type="checkbox"]:checked + label span:last-child{
    background: #6967ce  !important;
}
.uk-tab>li>a{
    color: #6967ce !important;
    border-color: #6967ce !important;
}
.uk-tab>li>a:hover{
    background: #6967ce !important;
    color: #fff !important;
}

.labeled.esitmation-operating-widget{
    background: #6967ce !important;

}
.labeled.receipt_trans_label{
    background: #6967ce !important;

}
.assign-rider.uk-button.uk-width-1-1.accept.rider-btn{
    background: #6967ce !important;

}
.assign-rider.uk-button.uk-width-1-1.accept.rider-btn:hover{
    background-color: #eee !important;
}
.orderEditBtn.uk-button.accept.uk-float-right{
    background: #6967ce !important;
    color: #fff !important;
}
.b.uk-text-success{
    color: #6967ce !important;

}
.uk-badge.view_receipt_status.print{
    background: #6967ce !important;

}
.uk-text-small.tag.delivered.view_receipt_trans_date{
    background: #6967ce !important;
    color: #fff !important;
}

.menu ul li.active a{
    color: #2b345f !important;
}


.menu ul li.active a:hover{
background:#f0f0f0 !important;
}

.menu a, .menu li span{
color:#ccc;
padding: 15px 8px;
display:block;
border-radius: 4px;
}

.menu a:hover{
text-decoration:none;
background:#FFFFFF;
}

.menu i{
    width: 50px;
    font-size: 25px;
    text-align: center;
}

.preloader{
display:block;
position:fixed;
z-index:100;
top:0;
right:0;
height:64px;
width:64px;
border:1px solid #EEEEEE;
background:url("../images/Preloader_2.gif") no-repeat;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"]{
height:25px !important;
}

.spacer{
height:20px;
}

#tab-content{
padding-top:18px;
}

#table_list_length, #table_list_info,
.dataTables_length
{
float:left;
margin-top:10px;
}

#table_list_filter, #table_list_paginate,
.dataTables_filter, .dataTables_paginate
{
float:right;
margin-top:10px;
}
.dataTables_filter input{
    border: 1px solid;
    border-radius: 4px;
}
#table_list_paginate a, .dataTables_paginate a{
margin-right:10px;
}

.paginate_disabled_previous, .paginate_disabled_next{
display:none;
}

.qq-upload-list{
display:none;
}

#table_list .uk-thumbnail{
max-height: 80px;
width: 80px;
}

.multi_option_value{
display:none;
}

.multiple_option_value{
    display:none;
}
.one_addon_layout{
    display:none;
}

.multi_option_value.visible{
display:block;
}

.multiple_option_value.visible{
    display:block;
}
.one_addon_layout.visible{
    display:block;
}
.addnewprice, .removeprice {
    color:#8CC14C;
    font-size:25px;
    text-align:right;
    display:block;
    margin-right:20px;
    position: absolute;
    right: 37px;
}
.size-add-button {
    padding-top: 15px !important;
    padding-bottom: 38px !important;
}

.header_wrap  h4 {
    margin-top:5px;
}

#google_map_wrap{
    border:1px solid #E4E7EA;
    width:100%;
    height:300px;
    margin-top:10px;
}

.report a {
    margin-right:8px;
}

.view-receipt-pop {
    width:100%;
    padding:10px;
}

.editable-parent {
    position: relative;
    border: 1px solid transparent;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
}

/* .editable-parent:hover {
    border: 1px solid #000;
} */
.editable-cell:hover {
    border: 1px solid #000;
}
.editable-cell input {
    width: 60px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.editable-cell input:hover,
.editable-cell input:focus {
    border: 1px solid #ccc;
    outline: 0;
}

.editable-parent i {
    position: absolute;
    right: 4px;
    top: 4px;
}
.editable-cell:hover + i{
    display: inline-block !important;
}

.gift-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    background: #f7f7f7;
    padding: 15px;
    margin-bottom: 15px !important;
}
.gift-wrapper span{
    padding: 0 !important;
    text-align: center;
}

.receipt-main-wrap{
width:410px;
margin:auto;
}

.receipt-wrap.order-list-wrap{
width:380px;
padding:15px 10px;
}

.input-block .label{
width:50%;
float:left;
}

.input-block .value{
width:50%;
float:left;
text-align:left;
/*text-transform:capitalize;*/
}

.order-list-wrap{
border:1px solid #E4E7EA;
/*border-top:3px solid #3399FF;*/
min-height:100px;
background:#FFFFFF;
padding-bottom:10px;
padding-left:5px;
padding-right:10px;
}

.item-order-list{
padding-bottom:5px;
padding-top:5px;
border-bottom:1px solid #E4E7EA;
}

.item-row .a,
.item-row .b,
.item-row .c,
.item-row .d,
.summary-wrap .a
{
float:left;
}

.item-row .manage, .summary-wrap .manage{
float:left;
}


.item-row .a{
width:25px;
text-indent:5px;
}

.item-row .c{
margin-right:4px;
}

.item-row .d, .summary-wrap .b{
/*width:80px;*/
text-align:left;
}

.item-row .b{
margin-right:5px;
width: calc(50% - 25px);
word-break: normal;
margin-right:0;
}

.item-row a{
font-size:18px;
margin-right:5px;
color:#9A9A93;
}

.summary-wrap .a{
text-align: right;
width: 210px;
}

.action-wrap{
padding:10px;
}

#ui-datepicker-div, .mt-frm, .mt-frm-activation{
display:none ;
}

#total_sales_chart, #total_sales_chart_by_item{
width:100%; height:250px;
}

.chart{
margin-bottom:30px;
border-bottom:1px solid #ccc;
}

.admin-settings-page .uk-thumbnail-small{
max-height:56px;
width:334px;
}

.merchant-status:hover{
color:#fff;
}

.summernote{
min-height:200px;
}

.assignpage-form li{
cursor:move;
}

.login_wrap h3{
text-transform:capitalize;
font-size: 18px;
}

#frm_table_list caption{
display:none;
}

#notice-merchant-stats{
position:absolute;
top:0;
   left: 30%;
}

.twillio-logo, .clickatel-logo{
background:url("../images/twilio.png") no-repeat;
background-size:contain;
height: 80px;
width: 350px;
margin-bottom:10px;
}

.clickatel-logo{
background:url("../images/clickatel-logo.png") no-repeat;
background-size:100% 100%;
margin-top:10px;
}

.nexmo-logo{
background:url("../images/nexmo_logo.png") center center no-repeat #128EC3 ;
background-size:contain;
height: 80px;
width: 350px;
margin-bottom:10px;
margin-top:20px;
}


.language-wrapper{
position: absolute !important;
right: 20px;
top: 8px;
}

.sms-package-wrap li{
border:1px solid #ccc;
float:left;
list-style:none;
margin-right:8px;
padding:8px;
/*text-transform:capitalize;*/
text-align:center;
min-height:300px;
}

.sms-package-wrap .uk-panel{
min-height:250px;
}

.sms-package-wrap h3{
text-transform:uppercase;
}

.sms-package-wrap{
text-align:center;
}

.promo{
text-decoration:line-through;
color:#FF0000;
}
.sms_credit_wrap{
position:absolute;
right:100px;
top:8px;
}

.user-access-list i{
display:none;
padding-left:10px;
}
.user-access-list li{
list-style:none;
padding:2px;
}
.user-access-list li input{
margin-right:10px;
}

#table_list .options{
display:none;
}

#admin_header_codes{
height:300px;
}

.big-textarea{
height:250px !important;
}

.uk-form-row ul li{
list-style:none;
margin-bottom:10px;
}
.uk-form-row ul span{
padding-left:8px;
}

.uk-form-row label, .uk-form-row h3, .content_wrap h4{
/*text-transform:capitalize;*/
}

.header_wrap a{
}

#merchant .right .uk-h3{
font-size:12px;
}


#gallery-preview{
padding-top:10px;
padding-bottom:10px;
}

#gallery-preview li{
list-style:none;
display:inline-table;
padding-right:10px;
}

.add_new_holiday{
font-size:30px;
color:#000;
display:block;
margin-left:200px;
margin-top:5px;
}


.holiday_row{
margin-left:200px;
margin-top:5px;
}
.holiday_row a{
display:inline;
font-size:30px;
color:#000;
margin-left:5px;
}

.small_date{
width:100px;
}

.payment-provider-list img{
margin-left: 5px;
margin-right: 15px;
max-width: 6%;
}

.page-field {
    margin-top: 0 !important;
}

/* .page-field input{
    width: 90% !important;
} */

.btn-1 {
    padding: 3px 7px;
}
.pl-0{
    padding-left: 0 !important;
}
.uk-button-right{
    float: right;
}
.payment-provider-list span{
padding-left:5px;
}
.csv-processing-wrap .indent{
margin:0;
padding:0;
margin-left:30px;
}
.csv-processing-wrap .non-indent{
margin:0;
}
.new-order-link a{
color:#FFFFFF;
}
.new-order-link a:hover{
color:#fff;
text-decoration:underline;
}

.header_wrap .left.small{
width:190px;
}

.header_wrap .right h3{
font-size:12px;
padding:0 8px;
}

.earnings-wrap ul{
display:table;
margin:auto;
}

.earnings-wrap ul li{
display:table-cell;
}

.earnings-wrap ul li .rounded-box{
margin:5px;
padding:8px 9px;
min-width:210px;
text-align:center;
background:#333333;
color:#fff;
min-height:120px;
}

.earnings-wrap ul li .rounded-box h3{
color:#fff;
font-size:20px;
font-weight:bold;
}

.earnings-wrap ul li .rounded-box a, .white-link{
color:#fff;
}

.rounded{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; 
-khtml-border-radius: 5px;
}


.ingredients-label{
font-weight:400;
color:#659F13;
margin-top:5px!important;
font-style:normal !important;
}

.currentController_merchant p.uk-text-small{
margin:0;
padding:0;
}

.box-line-bottom{
border-bottom:1px solid #ccc;
}

.box-line-bottom h3, .box-line-bottom p{
margin:0;
padding:0;
}

.withdrawal-info{
margin-top:20px;
}

.withdrawals-ul li{
float:left;
margin-right:20px;
list-style:none;
}

.box-grey{
min-width:300px;
border:1px solid #ccc;
text-align:center;
}

.box-grey.payment{
min-height:150px;
}

.withdrawals-ul li{
cursor:pointer;
}

.box-grey h4{
background:#444444;
color:#fff;
padding:8px;
}
.box-grey .inner{
padding:8px;
}

.withdrawals-ul li.active h4{
background:#00A8E6;
}

.paypal-account-wrap, .bank-info-wrap{
margin-top:15px;
display:none;
}

.withdrawal-info .help-block{
display:none !important;
}

.bank-info-wrap{
margin-left:30px;
}

.required{
color:red;
padding-left:5px;
}

.withdrawal-info{
display:none;
}
.payout_action, #table_list .withdrawal-status{
/*text-transform:capitalize;*/
}
.w-list{
margin-bottom:8px;
}


.receipt-wrap .spicydish-icon, .spicydish-icon
{
max-width: 20px;
display:block;
}

.fax_credit_wrap{
position:absolute;
right:220px;
top:8px;
}

.receipt-wrap{
position:relative;
}
.close-receipt{
display: block;
padding: 5px;
position: absolute;
right: 10px;
top: 5px;
}

.cash_tr{
display:none;
}

.two_flavors_position{
display:none;
}


.limit-content{
text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 3.6em;
  line-height: 1.8em;
}

.admin-access-list li{
list-style:none;
padding-bottom:3px;
padding-top:3px;
}
.admin-access-list li i{
display:none;
}
.admin-access-list li input,
.admin-access-list li .icheckbox_minimal
{
margin-right:10px;
}


.rc_logo{
display: block;
max-height: 70px;
max-width: 200px;
}

.uk-form-row ul.uk-tab li{
margin-bottom:0;
list-style:none;
}

.mytable{
display:table;
}

.mytable .col{
display:table-cell;
}
.mytable .col .spicydish-icon{
margin-right:5px;
}

.uk-notify{
z-index:99999 !important;
}

.foodgallery_preview li{
float:left;
}
.foodgallery_preview li img{
height: 70px;
width: 70px;
}
.foodgallery_preview:before{
content:'';
display:block;
clear: both;
}
.foodgallery_preview li a{
display: block;
font-size: 12px;
padding: 0 5px;
}

#logo-small{
height: auto;
max-width: 15%;
}

.big-text-area{
height: 100px !important;
width: 50%;
}

.currentController_merchant .row,
.currentController_admin .row
{
width:100%;
display:table;
}
.currentController_merchant .row .col-md-6,
.currentController_admin .row .col-md-6
{
display:table-cell;
width:50%;
}
.text-right{
text-align:right;
}

.concat-text
{
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display:block;
}

#table_list .concat-text{
width:200px;
}

.price_with_tax{
margin-top: 5px;display: block
}


/* taxable cart  css*/

.new-cart-parent{
padding-top:10px;
}
.new-cart-parent p{
margin:0;
}

.row::after, .row::before{
content: " ";
clear: both;
display: table;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
float: left;
}
.col-xs-1 {
width: 8.33333%;
}
.col-xs-5 {
    width: 41.6667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-9 {
    width: 75%;
}
#new-cart .txt-indent{
text-indent:30%;
}
.print_wrap{
padding:5px 3px 10px ;
}


.receipt-main-wrap{
width:auto;
}

.receipt-wrap.order-list-wrap{
width:auto;
}

/* taxable cart  css*/


.email-provider-list{
display:table;
margin:0;
padding:0;
}
.email-provider-list li{
display:table-cell;
padding:8px;
}

.email-settings span{
padding-left:10px;
}

.tag{
display:inline-block;
padding:3px 5px;
background:#31708f;
color:#fff;
font-size: 12px;
font-weight: 600;
text-transform: capitalize;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; 
-khtml-border-radius: 3px;
}

.tag.sent{
background:#3c763d;
}

.tag.pending,
.tag.suspended,
.tag.blocked,
.tag.expired,
.tag.unpaid
{
background:#da314b;
}

.tag.new{
background:#3c763d ;
}

.tag.denied{
background:orange;
}
.tag.pending{background-color: #f7991d;box-shadow: 0px 5px 35px 0px rgba(138, 57, 0, 0.445);}
.tag.paid{background-color: #93e920;box-shadow: 0px 5px 35px 0px rgba(16, 138, 0, 0.42);}
.tag.accepted{background-color: #00aeef;box-shadow: 0px 5px 35px 0px rgba(57, 0, 138, 0.3);}
.tag.on.the.way{background-color: #00aeef;box-shadow: 0px 5px 35px 0px rgba(57, 0, 138, 0.3);}
.tag.Preparation{background-color: #00aeef;box-shadow: 0px 5px 35px 0px rgba(57, 0, 138, 0.3);}
.tag.cancelled{background-color: #ed1c24;box-shadow: 0px 5px 35px 0px rgba(138, 0, 0, 0.3);}
.tag.decline{background-color: #ed1c24;box-shadow: 0px 5px 35px 0px rgba(138, 0, 0, 0.3);}
.tag.refunded.via.cash{background-color: #ed1c24;box-shadow: 0px 5px 35px 0px rgba(138, 0, 0, 0.3);}
.tag.auto.cancelled.payment.failed{background-color: #ed1c24;box-shadow: 0px 5px 35px 0px rgba(138, 0, 0, 0.3);}
.tag.delivered{background-color: #93e920;box-shadow: 0px 5px 35px 0px rgba(16, 138, 0, 0.42);}
.tag.Picked-up{background-color: #93e920;box-shadow: 0px 5px 35px 0px rgba(16, 138, 0, 0.42);}
.tag.Completed{background-color: #93e920;box-shadow: 0px 5px 35px 0px rgba(16, 138, 0, 0.42);}

.template-modal{
width:900px;
}
.template-modal.template-modal-small{
width:500px;
}
.template-modal .inner{
padding:10px;
padding-bottom:30px;
}
.template-modal-header{
border-bottom:1px solid #e5e5e5;
padding:15px;
}
.template-modal-header h4{
margin:0;
padding:0;
}
.box-rounded{
margin:auto;
padding:10px;
border:1px solid #ddd;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px; 
-khtml-border-radius: 4px;
}
.full-width{
width:100%;
margin-bottom:15px;
}
table.full-width td{
padding:5px;
vertical-align:top;
}
table.full-width input{
width:100%;
}
.template-modal textarea{
min-height:180px;
width:100%;
}
.template-modal .mytable{
width:100%;
}

.template-modal input:disabled,
.template-modal textarea:disabled
{
background:#ddd !important;
}

.email-template-table input[type="checkbox"]{
margin-top:2px !important;
}
.image-thumbnail-menu{
    width: 300px;
    display: block;
    border: 5px solid #ffffff;
    box-shadow: 0 0 6px rgb(0 0 0 / 25%);
    border-radius: 3px;
}

/** PRELOADER **/
.main-preloader{
position:fixed;
top:0;
z-index:999999;
background:rgba(50, 50, 50, 0.85) none repeat scroll 0 0;
width:100%;
height:100%;
display:none;
}

.main-preloader .inner{
margin: 0;
padding: 0;
position: absolute;
top: 20%;
width: 100%;
}

.ploader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
border-top: 1.1em solid rgba(247,93,52, 0.2);
  border-right: 1.1em solid rgba(247,93,52, 0.2);
  border-bottom: 1.1em solid rgba(247,93,52, 0.2);
  border-left: 1.1em solid #f75d34;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.ploader,
.ploader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**END preloader*/

.button-border
{
display:block;
border:1px solid #e0e0e0;
padding:10px 20px;
}
.button-border:hover{
text-decoration:none;
}
.state-list{
border-top:none;
}
.button-pad{
padding:5px;
display:block;
}
.state-list{
padding-left:25px;
}
.district-list{
padding-left:40px;
}
.state-ul,
.state-ul li.state-li
{
margin:0;
padding:0;
list-style:none;
}
.area-list{
margin:0;
padding:0;
}
.collapse-state-list{
font-size:18px;
color:#000;
}
.collapse-state,
.add_city1
{
color:#000;
margin-left:20px;
}

.location_table_rates .options{
display:none;
}
.location_table_rates a{
padding-left:10px;
}

#location_table_rates td{
padding-top:10px;
padding-bottom:10px;
}

.membership_type_1,
.membership_type_2
{
margin-top:15px;
display:none;
}
.review-comment{
display:block;
}
.flex-dcard {
    display: flex;
    margin: 21px;
}
div.uk-offcanvas-bar::-webkit-scrollbar {
    width: 5px;
  }
div.uk-offcanvas-bar::-webkit-scrollbar-track {
background: #f1f1f1; 
}

div.uk-offcanvas-bar::-webkit-scrollbar-thumb {
background: #888; 
}

div.uk-offcanvas-bar::-webkit-scrollbar-thumb:hover {
background: #555; 
}
div.uk-offcanvas-bar{
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    width: 60px !important;
    transition: width 0.25s;
    overflow-x: hidden;
    background: #FFFFFF;
    /* width: 235px !important; */

}

.uk-button-success {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3) !important;
     color: #fff !important; 
     background-color: #6967ce !important;
      border-color: #BABFC7 #626E82 #6967ce !important;
}

.uk-button-danger {
    box-shadow: 0px 5px 35px 0px rgba(138, 0, 0, 0.3) !important;
}

.uk-panel.menu.merchant_menu li{
    border-bottom: unset;
}
.uk-panel.menu.merchant_menu li a{
    display: flex;
    gap: 1rem;
}
.addnewprice, .removeprice{
    color: #337ab7 !important;
}
div.uk-offcanvas-bar:hover{
    width: 235px !important;
}
.uk-offcanvas .uk-panel{
    margin: 20px 0px !important;
}
.uk-offcanvas-bar.uk-offcanvas-bar-show {
    background: #1D2939;
    color: #8F939E;
}
.uk-offcanvas-bar img {
    padding: 1rem 0.5rem;
    margin: auto;
    display: block;
    width: 60px;
    transition: 0.3s;
}
.uk-offcanvas-bar img:hover {
    width: 150px;
}
.uk-offcanvas .uk-panel a:not([class]):hover {
    text-decoration: none;
    /* background: #FFFFFF; */
    color: #fa626b !important;
}

.uk-offcanvas .uk-panel a:not([class]) {
    color: #2b345f !important;

}
.uk-parent  span{
    color: #2b345f !important;
}


.uk-offcanvas .uk-panel ul li ul li a span{
    width: 164px;
    display: inline-block;
    padding: 0;
    color:#fff;
}
.uk-offcanvas .uk-panel a:not([class]):hover span{
    color:#2a6496 !important;
}
.uk-panel.menu.merchant_menu {
    text-shadow: none !important;
}
.main_content .inner{
    padding-left:0;
}
.p-15 {
    padding: 0 15px;
}
.col-sm-3 {
    /* flex: 50%; */
    background:#fff;
    padding: 15px;
    box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.07);
    border-radius: 0.35rem;
}
.col-sm-6 {
    width: 106%;
    background:#fff;
    padding: 15px;
    box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.07);
    border-radius: 0.35rem;
}
.content_wrap {
    box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.07);
    border-radius: 0.35rem;
}
#payment-method, #new-vs-repeat{
        padding-top: 15px;
    padding-bottom: 15px;
}
.head-d-card-right{
    font-size: 18px;
    line-height: 24px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #444;
    text-align:center;
}
.four-labeling{
    display: flex;
    justify-content: space-between;
}
.labeling strong {
    margin-left: -18px;
}
.w-50{
    width: 50%;
    float: left;
}
.blue{
       background: #ccc; 
}
.red{
       background: #ea4335; 
}
.green{
       background: #4285f4;     
}
.progress{
    border-radius:10px;
}
.progress-bar{
 border-radius:10px 0px 0px 10px;
 background: rgb(172,152,249);
 background: linear-gradient(90deg, rgba(172,152,249,1) 0%, rgba(172,152,249,1) 32%, rgba(75,177,249,1) 100%);   
}
.table2 .progress{
        background: #ddd;
    margin-top: 5px;
}
.table2 .progress-bar{
    height: 10px;
    background: #135b9a;
}
.table2{
    width:100%;
}
.table2>thead>tr>th {
        padding: 8px 0;
    line-height: 1.42857143;
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    text-align:left;
}
.table2>tbody>tr>td{
        padding: 8px 0;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
span.pils-lebl {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 100px;
}
h3.labeling {
    font-size: 12px;
    line-height: 15px;
    margin-top: 0;
    margin-bottom: 9px;
    display: inline-block;
width: calc( 100% - 30px );
}
.ml-20{
    margin-left:20px;
}
.head-d-card {
    font-size: 18px;
    line-height: 24px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #444;
    margin-bottom: -5px;
        margin-top: 0;
}
.dc-value {
    font-size: 30px;
    font-weight: bold;
}
.dc-pill {
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 3px;
    position: relative;
    top: -6px;
    left: 7px;
}
.ng-bg{
        background: #bd0303;
}
.plug-bg{
    background:green;
}
.zero-bg{
        background:#808080;
}
.r-progress{
        height: 15px;
    border: 2px solid rgb(0 0 0 / 21%);
    border-radius: 2px;
}
.r-progress{
        height: 15px;
    border: 2px solid rgb(0 0 0 / 21%);
    border-radius: 2px;
}
.rating-star > span{
        font-size: 22px;
    padding: 10px 7px 0 0;
}
#rating-table td{
    padding-bottom:3px;
}
#time_of_week_widget h2, #total_call_clicks_widget h2, #total_orders_canceled_widget h2{
    margin-bottom: 14px;
}
.dashboard-icon{
    margin-right: 4px;
    height: 26px;
    position: relative;
    top: -5px;
}
.credit-icon {
    margin-right: 4px;
    height: 30px;
    position: relative;
    top: -2px;
}
.credit-label {
    font-size: 21px;
    font-weight: 600;
}
.credit-value {
    font-size: 21px;
    font-weight: 600;
    color: #8cc14c;
}
#table_list{
    margin-top:30px;
}
.checked-r {
  color: #ffc800;
}
.rating{
    background: #ffc800;
    height: 11px;
    border-radius: 1px;
    box-shadow: inset 0.5px -0.5px 2px #00000026;
}
canvas{
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.feedback-options{
    display: none;
}

.restrict-report{
    display: none;
}

.uk-table th{
    border-top:1px solid #ddd;
}
.uk-table th, .uk-table td{
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.dataTables_wrapper{
    margin-top: 15px;
}

.login_wrap{
    margin: -20px;
    padding: 0;
 }
 .main-new-style{
    display: flex;
    flex-flow: nowrap row;
    height: 100vh;
  }
 .main-new-style .form-content{
    background-color:#fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;border-top: 10px solid #b02319;
    box-sizing: border-box;
    padding: 30px;
  }
 .main-new-style .form-content form{
    width: 100%;
 }
  .main-new-style .uk-width-medium-1-1{
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  .main-new-style input{
    height: 42px !important;
    border: 1px solid #9e9e9e !important;
    background: #fff !important;
    color: #444 !important;
    border-radius: 0 !important;
  }
  .main-new-style .uk-button{
    background: #b02319;
    color: #fff;
    transition: all 0.25s ease;
  }
  .main-new-style .help-block.form-error{
    bottom: -61px;
  }
  .uk-offcanvas{
    display: block !important;
  }
  /* #setting-content{
    height: calc( 100vh - 300px );
    overflow-y: auto;
  } */
  .dataTables_wrapper{
    overflow-x: auto;
}
  .right-icon{
    color: #06d755;
    font-size: 16px;
    display: block;
    float: right;
    padding-top: 1px;
  }
  .right-icon-blue{
    color: #3e9ed7;
    font-size: 16px;
    display: block;
    float: right;
    padding-top: 1px;
    cursor: copy;
    padding-right: 3px;
  }
  .icon-after-text{
    color: #06d755;
    font-size: 16px;
    margin-left: 4px;
  }
  .w-300{
      width:300px !important
  }
  .mt-10{margin-top: 10px !important;}
  .labeled{
    padding: 10px;
    background: #8cc14c;
    color: #fff;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    border-radius: 5px;
    text-align: center;
  }
  .labeled i{
    font-weight: 700;
  }
  #advance_search{
    font-size: 13px;
  }
  #advanced_search .uk-close{
    background: white;
    opacity: 1;
    border-radius: 100px;
  }
  .block-heading{
    /* width: 700px; */
    text-align: center;
    background: #8cc14c;
    padding: 14px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
  }
  .wrapper-search{
      padding: 15px 10px 0 10px;
  }
  .wrapper-search input[type=submit]{
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    min-height: 35px;
    padding: 0 10px;
    line-height: 1;
  }
  #advanced_search .uk-modal-dialog{padding: 0;}
  @media screen and (max-device-width:1250px){
    .main-new-style .uk-width-medium-1-3{
       width: 48.333% !important;
    }
  }
  @media screen and (max-device-width:767px){
    .dataTables_filter input{
        width:100%;
        margin-bottom: 10px;
    }

    .main-new-style {
       display: flex;
       flex-flow: nowrap column;
       justify-content: center;
       align-items: center;
    }
    .main-new-style .uk-width-medium-1-1{
       width: 100%;
       height: 100vh;
       position: absolute;
    }
    .main-new-style .uk-width-medium-1-3{
       z-index: 1;
       width: auto !important;
    }
    .main-new-style .form-content{
       padding: 30px;
    }
  }
.menu-bars {
    font-size: 23px !important;
    color: #696969;
}
.btn-menu-bar {
    outline: 0;
    border: 0;
    border-radius: 5px;
    background: transparent;
}
.menu-h {
    display: inline-block;
    margin-left: 4px;
}
.admin-h {
    display: inline;
    margin-left: 40px !important;
    vertical-align: middle;
}
.uk-offcanvas {
    display: none;
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: auto !important;
    left: 0;
    z-index: 1000;
    background: rgba(0,0,0,0) !important;
    }
.header-full-screen{
    margin: 0;
    background: #8cc14c;
    padding: 8px 15px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

/*====================================
    Switcher Button Start-----------------

    if you want use switcher then
    use below html code,
    change input ID and label's attribute 'for' ,
    Input ID and Label's attribute 'for' should be same..............

    <div class="switches">
        <input type="checkbox" name="delivery_status" onchange="changeBranchConfig(this,'is_delivery',7,12);" id="delivery-7" checked value="1">
        <label for="delivery-7">
            <span></span>
        </label>
    </div>

    ===================================*/

    .pause-ordering-btn {
        box-sizing: border-box;
        vertical-align: middle;
        text-decoration: none;
        text-align: center;
        border: none;
        line-height: 28px;
        min-height: 30px;
        font-size: 1rem;
        display: inline-block;
        position: relative;
    }

    .pause-switches label {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .pause-switches input{
        position: absolute;
        visibility: hidden;
      }
      .pause-switches span{cursor:pointer;}
      .pause-switches span:last-child {
        position: relative;
        width: 100px;
        height: 30px;
        border-radius: 5px;
        background: #29ce73;
        color: #fff;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
        transition: all 0.3s;
      }
      
      .pause-switches span:last-child::before,
      .pause-switches span:last-child::after {
        content: "";
        /* position: absolute; */
      }
      
      .pause-switches span:last-child::before {
        left: 1px;
        top: 1px;
        width: 20px;
        height: 28px;
        background: #fff;
        border-radius: 3px;
        z-index: 1;
        transition: transform 0.3s;
        box-shadow: 0 0 2px rgb(0 0 0 / 46%);
      }
      
      .pause-switches span:last-child::after {
          content: "Accepting";
          top: 38%;
          right: 28px;
          font-weight: 600;
          width: 12px;
          height: 12px;
          transform: translateY(-50%);
          background-size: 12px 12px;
          font-size: 14px;
      }
      
      .pause-switches [type="checkbox"]:checked + label span:last-child {
        background: #b52423;
      }
      
      .pause-switches [type="checkbox"]:checked + label span:last-child::before {
        transform: translateX(42px);
      }
      
      .pause-switches [type="checkbox"]:checked + label span:last-child::after {
          content: "Paused";
          width: 14px;
          height: 11px;
          color: #fff;
          font-weight: 700;
          left: 17px;
          background-size: 14px 14px;
          font-size: 14px;
      }
      .inline-pause-switches{
        display: inline-block;
        position: relative;
        right: -10px;
        top: 9px;
      }
    /*====================================
    Switcher Button End
    ===================================*/

    /*====================================
    Switcher Button Start-----------------

    if you want use switcher then
    use below html code,
    change input ID and label's attribute 'for' ,
    Input ID and Label's attribute 'for' should be same..............

    <div class="switches">
        <input type="checkbox" name="delivery_status" onchange="changeBranchConfig(this,'is_delivery',7,12);" id="delivery-7" checked value="1">
        <label for="delivery-7">
            <span></span>
        </label>
    </div>

    ===================================*/


    .switches label {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .switches input{
        position: absolute;
        visibility: hidden;
      }
      .switches span{cursor:pointer;}
      .switches span:last-child {
        position: relative;
        width: 65px;
        height: 30px;
        border-radius: 5px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
        transition: all 0.3s;
      }
      
      .switches span:last-child::before,
      .switches span:last-child::after {
        content: "";
        position: absolute;
      }
      
      .switches span:last-child::before {
        left: 1px;
        top: 1px;
        width: 20px;
        height: 28px;
        background: #fff;
        border-radius: 3px;
        z-index: 1;
        transition: transform 0.3s;
        box-shadow: 0 0 2px rgb(0 0 0 / 46%);
      }
      
      .switches span:last-child::after {
          content: "OFF";
          top: 38%;
          right: 28px;
          font-weight: 600;
          width: 12px;
          height: 12px;
          transform: translateY(-50%);
          background-size: 12px 12px;
          font-size: 14px;
      }
      
      .switches [type="checkbox"]:checked + label span:last-child {
        background: #6967ce;
      }
      
      .switches [type="checkbox"]:checked + label span:last-child::before {
        transform: translateX(42px);
      }
      
      .switches [type="checkbox"]:checked + label span:last-child::after {
          content: "ON";
          width: 14px;
          height: 11px;
          color: #fff;
          font-weight: 700;
          left: 17px;
          background-size: 14px 14px;
          font-size: 14px;
      }
      .inline-switches{
        display: inline-block;
        position: relative;
        right: -10px;
        top: 9px;
      }
    /*====================================
    Switcher Button End
    ===================================*/


    /*====================================
    Switcher box Start-----------------

    if you want use switcher then
    use below html code,
    change input ID and label's attribute 'for' ,
    Input ID and Label's attribute 'for' should be same..............

    <div class="btn btn-heaven">
        <input type="radio" name="answer" id="yes-answer">
        <label for="yes-answer">Heaven</label>
    </div>
    <div class="btn btn-hell">
        <input type="radio" name="answer" id="no-answer">
        <label for="no-answer">Hell</label>
    </div>

    ===================================*/
    .btn {
        display: inline-block;
        margin: auto 5px;
     }
     
     .btn label {
        display: inline-block;
        width: 100px;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
        text-align: center;
        text-transform: uppercase;
        color: #1A0B04;
        background-color: #f5f5f5;
        /* border-radius: 50%; */
        cursor: pointer;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        transition-property: box-shadow border-radius;
        transition-duration: 0.7s;
     }
     
     .btn input {
        display: none;
     }
     
     .btn input:checked ~ label {
        color: #fff;
        /* box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.7); */
     }
     
     .btn-heaven input:checked ~ label {
        background-color: #5992A6;
        border-radius: 10%;
     }
     
     .btn-hell input:checked ~ label {
        background-color: #451F12;
        border-radius: 10%;
     }
          /*====================================
    Switcher box End
    ===================================*/

    /*====================================
    Reverse Switcher Button Start-----------------

    if you want use switcher then
    use below html code,
    change input ID and label's attribute 'for' ,
    Input ID and Label's attribute 'for' should be same..............

    <div class="reverse-switches">
        <input type="checkbox" name="delivery_status" onchange="changeBranchConfig(this,'is_delivery',7,12);" id="delivery-7" checked value="1">
        <label for="delivery-7">
            <span></span>
        </label>
    </div>

    ===================================*/


    .reverse-switches label {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .reverse-switches input{
        position: absolute;
        visibility: hidden;
      }
      .reverse-switches span{cursor:pointer;}
      .reverse-switches span:last-child {
        position: relative;
        width: 68px;
        height: 30px;
        border-radius: 5px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
        transition: all 0.3s;
        background: #29ce73;
      }
      
      .reverse-switches span:last-child::before,
      .reverse-switches span:last-child::after {
        content: "";
        position: absolute;
      }
      
      .reverse-switches span:last-child::before {
        left: 1px;
        top: 1px;
        width: 20px;
        height: 28px;
        background: #fff;
        border-radius: 3px;
        z-index: 1;
        transition: transform 0.3s;
        box-shadow: 0 0 2px rgb(0 0 0 / 46%);
      }
      
      .reverse-switches span:last-child::after {
          content: "ON";
          top: 38%;
          right: 28px;
          font-weight: 600;
          width: 12px;
          height: 12px;
          transform: translateY(-50%);
          background-size: 12px 12px;
          font-size: 14px;
      }
      
      .reverse-switches [type="checkbox"]:checked + label span:last-child {
        background: #f10e39c9;
      }
      
      .reverse-switches [type="checkbox"]:checked + label span:last-child::before {
        transform: translateX(46px);
      }
      
      .reverse-switches [type="checkbox"]:checked + label span:last-child::after {
          content: "OFF";
          width: 14px;
          height: 11px;
          color: #fff;
          font-weight: 700;
          left: 17px;
          background-size: 14px 14px;
          font-size: 14px;
      }
      .inline-switches{
        display: inline-block;
        position: relative;
        right: -10px;
        top: 9px;
      }
    /*====================================
    Reverse Switcher Button End
    ===================================*/


    .small-button {
        min-width: 120px;
        font-size: 14px !important;
        font-weight: 600;
        text-transform: uppercase;
    }
    .mt-15{margin-top: 15px;}
    .image-input{visibility: hidden;position: absolute;}
    .image-thumb{
        width: 129px;
        height: 69px;
        object-fit: cover;
        cursor: pointer;
    }
    .w-350{
        max-width: 348px !important;
        width: 100%;
        height: 100px !important;
    }
    .alert-from-admin-check{
        padding-top: 10px !important;
        height: 52px;
    }
    .alert-from-admin-check .uk-form-control > label{
        position: relative;
        top: -10px;
    }
    .alert-from-admin-check div.switches{
        display: inline-block;
    }
    .floating-btm{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: aliceblue;
        padding: 19px 22px 15px;
    }
    .CategoryMenuLayoutLabel{
        font-size: 20px;
        width: 356px;
        display: inline-block;
        margin-top: 20px
    }
    .CategoryMenuLayoutLabel + p{
        margin-top: 0;
    }
    @media screen and (max-device-width:1250px){
        .main-new-style .uk-width-medium-1-3{
           width: 48.333% !important;
        }
      }
      
    @media (min-width: 992px) {
        .h-200 {
            min-height: 240px;
        }

        .uk-offcanvas-page {
            position: inherit !important;
            overflow-x: hidden;
            -webkit-transition: margin-left .3s ease-in-out;
            transition: margin-left .3s ease-in-out;
        }
    }

    @media screen and (max-device-width:767px){
        .dataTables_filter input{
            width:100%;
            margin-bottom: 10px;
        }
        .dataTables_wrapper{
            overflow-x: auto;
        }
        .main-new-style {
           display: flex;
           flex-flow: nowrap column;
           justify-content: center;
           align-items: center;
        }
        .main-new-style .uk-width-medium-1-1{
           width: 100%;
           height: 100vh;
           position: absolute;
        }
        .main-new-style .uk-width-medium-1-3{
           z-index: 1;
           width: auto !important;
        }
        .main-new-style .form-content{
           padding: 30px;
        }
        .image-thumb {
            width: 114px;
            height: 63px;
            margin-bottom: 5px;
        }
      }
      /* RING BELL CSS */
     
    
    .bell, .bell-border, .btn-bell {
    
        border-radius: 50%;
    
        position: absolute;
    
        top: 50%;
    
        left: 50%;
    
        transform: translate(-50%, -50%);
        cursor: pointer;
    
    }
    
    .bell {
    
        height: 60px; 
    
        width: 60px;
    
        box-shadow: -1px 2px 10px #999;
    
        background: #7844E8;
        animation-name: col;
    
        animation-duration: 2s;
    
        animation-iteration-count: infinite;
    
    }
    
    .bell-border {
    
        height: 59px; 
    
        width: 59px;
    
        border: 1px solid #7844E8!important;
    
        animation-name: bord-pop;
    
        animation-duration: 2s;
    
        animation-iteration-count: infinite;
    
        box-shadow: 2px 2px 5px #ccc, -2px -2px 5px #ccc;
    
    }
    
    .btn-bell {
    
        color: white;
    
        font-size: 20px;
    
        animation-name: bell-ring;
    
        animation-duration: 2s;
    
        animation-iteration-count: infinite;
    
    }
    
    @keyframes bord-pop {
    
        0% {
    
            transform: translate(-50%, -50%);
    
        }
    
        50% {
    
            transform: translate(-50%, -50%) scale(1.9);
    
            opacity: 0.1;
    
        }
    
        100% {
    
            transform: translate(-50%, -50%) scale(1.9);
    
            opacity: 0;
    
        }
    
    }
    
    @keyframes col {
    
        0% {
    
            transform: scale(1) translate(0,0);
    
        }
    
        10% {
    
            transform: scale(1.1) translate(0,0);
    
        }
    
        75% {
    
            transform: scale(1) translate(0,0);
    
        }
    
        100% {
    
            transform: scale(1) translate(0,0);
    
        }
    
    }
    
    @keyframes bell-ring {
    
        0% {
    
            transform: translate(-50%, -50%);
    
        }
    
        5%, 15% {
    
            transform: translate(-50%, -50%) rotate(25deg);
    
        }
    
        10%, 20% {
    
            transform: translate(-50%, -50%) rotate(-25deg);
    
        }
    
        25%  {
    
            transform: translate(-50%, -50%) rotate(0deg);
    
        }
    
        100% {
    
            transform: translate(-50%, -50%) rotate(0deg);
    
        }
    
    }
    /* MODAL RING */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
       }
        
       /* Modal Content */
       .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 30%;
       }
        
       /* The Close Button */
       .close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
       }
        
       .close:hover,
       .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
       }
    .notification{
        width: 350px;
        height: 40px;
        background-color: #51E844A6;
        cursor: pointer;
        /* box-shadow: 4px 3px 8px 1px #969696;
        -webkit-box-shadow: 4px 3px 8px 1px #969696; */
        border-radius: 3px;
    }
    .notification h3{
        padding: 7px;
    }
    .hr-margin{
        margin: 5px;
    }       

    .notify-ring {
        position: fixed;
        left: calc( 50% - 10px);
    }

    .bell-text {
        position: fixed;
        left: calc( 50% - 55px);
        top: 55%;
        font-style: normal;
        letter-spacing: 3px;
        white-space: nowrap;
        color: #9b0909;
    }
    .modall {
        display: none;
        position: fixed;
        bottom: 0;
        right: 0;
        top: 0;
        left: 0;
        overflow: hidden;
        z-index: 999;
        background: url('/assets/images/bg-transparent.png');
    }
    .modal-wrap, .modal-skin, .modal-outer, .modal-inner, .modal-image, .modal-wrap iframe, .modal-wrap object, .modal-nav, .modal-nav span, .modal-tmp {
        padding: 0;
        margin: 0;
        border: 0;
        outline: none;
        vertical-align: top;
    }
    .modal-opened {
        z-index: 8030;
    }
    .modal-skin {
        position: relative;
        background: #f9f9f9;
        color: #444;
        text-shadow: none;
    }
    .modal-outer,.modal-inner {
        position: relative;
    }
    .uppercase_align_center  {
        text-transform: uppercase;
        text-align: center;
    }


.indolj-admin-modal-form{margin:15px;padding:40px 10px;border: 1px solid #E4E7EA;background:#fff}
.indolj-admin-modal-form h1{text-align:center;margin-bottom:0}
.indolj-admin-modal-form p{text-align:center;margin-top:1px}
.indolj-admin-modal-form i{display: block;font-size: 76px;text-align: center;margin-bottom: 0px;color: #d9304a;}
.uk-button-dotted{
    background-color: transparent !important;
    border-style: dashed !important;
    border-color: #000 !important;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.d-none
{
    display:none !important;
}

.wrap_cont_y{
    display:flex;
    justify-content: space-between;
}

.wrap_i_y{
    color: #06d755;
}
.content-banner-wrapper {   
    position: relative;
    display: flex;
    margin-top: 20px;
}
.content-banner-wrapper div label { 
    font-weight: 500;
    cursor: pointer;
    background-color: #f3f3f3;
    margin-left: 15px;
    padding: 10px 15px;
    text-align: center;
    border-radius: 10px;
    border: 2.5px solid transparent;
}
.content-banner-wrapper div:first-child label { 
    margin-left: 0;
}
.content-banner-wrapper input { 
    visibility: hidden;
    position: absolute;
}

[id^=content_banner_preview] {
    margin-bottom: 10px;
}

.remove-content {
    margin-left: 5px;
}

.content-banner-wrapper input:checked + label {
    border: 2.5px solid #0d00c1;
    color: #0d00c1;
}
.content-banner-wrapper img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 2;
    transform: translate(-180px, 42px);
    transition: opacity 0.35s linear;
    pointer-events: none;
}
.content-banner-wrapper label:hover {
    border: 2.5px solid #0d00c1;
}
.content-banner-wrapper label:hover + img {
    visibility: visible;
    width: 400px;
    opacity: 1;
    border: 2.5px solid #0d00c1;
    border-radius: 14px;
}
.layout-wrapper {
    margin-top: 30px;
    border: 1px solid #eee;
    border-bottom: 0 !important;
    display: flex;
    width: 100%;
}
.layout-wrapper.col {
    flex-direction: row;
}
.layout-wrapper.col .uk-grid{
    width: 50%;
}
.layout-wrapper.row {
    flex-direction: column;
}
.layout-wrapper .uk-grid {
    margin-left: 0 !important;
    margin-top: 0 !important;
    display: flex;
}
.layout-wrapper .uk-grid > div {
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background-color: #eee;
    padding: 15px !important;
}
.form-group-banner, 
.form-group-category-icon,
.form-group-category-icon-active {
    border: 2px dashed #cdf7ac;
    padding: 20px;
    margin: 20px 0;
    background: #f7fff1;
}
.form-group-category-icon {
    border-color: #c4acf7;
    background-color: #f3f1ff;
}
.form-group-category-icon-active {
    border-color: #f7acda;
    background-color: #fff1f5;
}
.saveBtn-fixed-on-right {
    position: fixed !important;
    bottom: 10px;
    right: 42px;
}
.pause-ordering-btn .wrapper{
    position: absolute;
    z-index: 999;
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: #FFF;
    padding: 1.5rem;
    border-radius: 5px;
    left: 50%;
    translate: -50% 0;
    top: 35px;
    box-shadow: 0 0 5px 0 #0002;
    opacity: 0;
    translate: -50% -10px;
    visibility: hidden;
    transition: .5s;
}

.pause-ordering-btn:hover .wrapper{
    opacity: 1;
    visibility: visible;
    translate: -50% 0;
}

.top_n_customers{
    white-space: nowrap;
}
.top_n_customers td{
    padding: 0 1.5rem !important;
    vertical-align: middle !important;
}

/* Super admin merchant page CSS goes here */

#merchant_table_list td:has(.invoice-expiry-meter){
    position: relative;
}

/* .invoice-expiry-meter{
    display: flex;
    gap: 0.5rem;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    translate: 0 -50%;
    padding: 0 0.5rem;
}

.invoice-expiry-meter meter{
    flex: 1;
}

.invoice-expiry-meter meter::-webkit-meter-optimum-value {
    background: green;
}
.invoice-expiry-meter[data-remarks='good'] meter::-webkit-meter-optimum-value {
    background: skyblue;
}
.invoice-expiry-meter[data-remarks='moderate'] meter::-webkit-meter-optimum-value {
    background: orange;
}
.invoice-expiry-meter[data-remarks='critical'] meter::-webkit-meter-optimum-value {
    background: red;
}


*/
.invoice-indicator{
    border: 1px solid #aaa;
    margin-top: 1rem;
    height: 25px;
    border-radius: 25px;  
    display: flex;
    align-items: center;
    justify-content: space-around; 

}

.invoice-indicator span{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    background: currentColor;
    cursor: pointer;
}

.invoice-indicator span:hover{
    width: 15px;
    height: 15px;
}

.invoice-indicator[data-remarks=''] span:nth-child(1){
    width: 20px;
    height: 20px;
}
.invoice-indicator[data-remarks='good'] span:nth-child(2){
    width: 20px;
    height: 20px;
}
.invoice-indicator[data-remarks='moderate'] span:nth-child(3){
    width: 20px;
    height: 20px;
}
.invoice-indicator[data-remarks='critical'] span:nth-child(4){
    width: 20px;
    height: 20px;
}

.invoice-indicator[data-remarks=''] span:nth-child(1)::after{
    content: "";
    inset: 0;
    position: absolute;
    background: currentColor;
    border-radius: 50%;
}
.invoice-indicator[data-remarks='good'] span:nth-child(2)::after{
    content: "";
    inset: 0;
    position: absolute;
    background: currentColor;
    border-radius: 50%;
}
.invoice-indicator[data-remarks='moderate'] span:nth-child(3)::after{
    content: "";
    inset: 0;
    position: absolute;
    background: currentColor;
    border-radius: 50%;
}
.invoice-indicator[data-remarks='critical'] span:nth-child(4)::after{
    content: "";
    inset: 0;
    position: absolute;
    background: currentColor;
    border-radius: 50%;
}

@keyframes ping{
    100%{
        opacity: 0;
        scale: 2;
    }
}


.merchant-notification{
    position: relative;
}

.merchant-notification .count{
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 50%;
    font-size: 8px;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 20px;
}

.merchant-notification .notification-wrapper{
    position: absolute;
    z-index: 1;
    right: 0;
    top: calc(100% + 10px);
    background: #efefef;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    
}
.merchant-notification .notification-wrapper::-webkit-scrollbar{
    display: none;
}
/* .merchant-notification .notification-wrapper::-webkit-scrollbar-thumb{
    background: linear-gradient(to right, transparent 20%,#eee 20%, #eee 50%,transparent 50%);
    border-radius: 10px;
} */
.merchant-notification .notification-wrapper.show{
    display: block;
}

.merchant-notification .notifications{
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 300px;
    gap: 1rem;
    padding: 1rem;
    margin: 0;

}
.merchant-notification .loader{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #aaa;
    border-top-color: transparent;
    animation: rotate 1s infinite ease;
    margin: 1rem auto;
}
.merchant-notification .notifications p{
    margin: 5px 0 0 0;
    font-size: 12px
}
.merchant-notification .notifications li{
    padding: 1.5rem;
    position: relative;
    cursor: pointer;
    background: #FFF;
}
.merchant-notification .notifications date{
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 10px;
    color: #8CC14C;
}


.mz-switch-rounded {
    display: none;
}

.mz-switch-rounded + label {
    display: inline-block;
    width: 50px;
    height: 24px;
    background-color: #adb5bd; /* Primary color */
    box-sizing: border-box;
    position: relative;
    transition: background-color 0.4s; /* Transition effect */
}

.mz-switch-rounded + label:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #ffffff; /* Thumb color */
    position: absolute;
    left: 2px;
    bottom: 2px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s; /* For better browser support */
    transition: 0.4s;
}

.mz-switch-rounded:checked + label:after {
    transform: translateX(26px);
}

.mz-switch-rounded:checked + label {
    background-color: green; /* Checked color */
}

/* Style for rounded checkboxes */
.mz-switch-rounded + label,
.mz-switch-rounded + label::after {
    border-radius: 50px;
}

/* Ensure cursor changes for better UX */
.mz-switch-rounded + label {
    cursor: pointer;
}

.marketplace{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.marketplace button{
    border: none;
    border-radius: 5px;
    padding: 0.3rem 1rem;
    background: #ccc;
    font-size: 12px;
    font-weight: 500;
    color: #000;

    &:active{
        scale: 0.95;
    }
}

.merchant-setting-modal{
    position: fixed;
    place-content: center;
    inset: 0;
    background: #0005;
    z-index: 999;
    display: none;
}

.merchant-setting-modal .card{
    width: 500px;
    padding: 1rem;
    border-radius: 15px;
    max-height: calc(100vh - 200px);
    background: #FFF;
    position: relative;
    position: relative;
    overflow: hidden;
    overflow: auto;
}

.merchant-setting-modal .card::-webkit-scrollbar{
    display: none;
}

.merchant-setting-modal .card .loader{
   position: absolute;
   background: #FFF;
   margin: auto;
   display: none;
   place-content: center;;
   inset: 0;
   z-index: 1;
}

.merchant-setting-modal .image-wrapper{
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: none;
}
.merchant-setting-modal .image-wrapper img{
    height: 100px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.merchant-setting-modal .card .close-btn{
    background: none;
    border: none;
    padding: 1rem;
    font-size: 25px;
    position: absolute;
    font-weight: light;
    right: 0;
    top: 0;
}
.merchant-setting-modal .card-title{
    font-weight: 600;
    margin-bottom: 2rem;
}

.merchant-setting-modal .form-group{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}
.merchant-setting-modal .form-group .radio-group{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 1.2rem;
    margin-top: 1rem;
}
.merchant-setting-modal .form-group label{
    font-weight: 500;
    font-size: 1.2rem;
}
.merchant-setting-modal .form-group :is(input, select){
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;
    border-radius: 5px;
}
.merchant-setting-modal .form-group button{
    background: rgb(4, 153, 4);
    padding: 0.5rem 1rem;
    border-radius: 5px;
    color: #FFF;
    border: none;
}

.merchant-setting-modal .form-group button:disabled{
    background: rgb(108, 255, 108);
}

@keyframes rotate {
    100%{
        rotate: 360deg;
    }
}

/* Super admin merchant page CSS goes here */

/* Admin merchant page CSS goes here */
header{
    margin-left: 60px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 0.5rem;
    background: #FFF;
    position: relative;
}
header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#9f78ff), to(#32cafe));
    background-image: -webkit-linear-gradient(left, #9f78ff, #32cafe);
    background-image: -moz-linear-gradient(left, #9f78ff, #32cafe);
    background-image: -o-linear-gradient(left, #9f78ff, #32cafe);
    background-image: linear-gradient(to right, #9f78ff, #32cafe);
    background-repeat: repeat-x;
    z-index: 0;
  }
  
  header > * {
    position: relative;
    z-index: 1;
  }

header .flush-cache{
    border: 1px solid #fff;
    padding: 0.5rem 1rem;
    color: #fff !important;
    background: none;
    margin-right: auto;
}

header .notification_btn,
header .sms_credit,
header .view_menu_btn{
    border: 1px solid #fff;
    text-decoration: none !important;
    padding: 0.5rem 1rem;
    color: #fff !important;
    display: inline-block;
}

header .sms_credit{
    border-color: #F00;
    color: #F00 !important;
}

header .notification_btn{
    background: none;
    border: none;
}


header img{
    width: 35px !important;
    height: 35px !important;
    object-fit: cover;
    border-radius: 50%;
}

header .ordering-wrapper{
    position: relative;
    cursor: pointer;
}
header .ordering-wrapper .ordering-status{
    border: 1px solid #ffff;
    padding: 0.5rem 1rem;
    color: #ffff;
    display: flex;
    gap: 0.5rem;
}
header .ordering-wrapper .button-group{
    visibility: hidden;
    position: absolute;
    top: 100%;
    transition: all 0.3s ease-out;
    translate: 0 -10px;
    display: flex;
    flex-direction: column;
    background: #FFF;
    width: 100%;
    gap: 1rem;
    border-radius: 0.5rem;
    z-index: 1;
    padding: 0.5rem;
    opacity: 0;
}
header .ordering-wrapper:hover .button-group{
    visibility: visible;
    opacity: 1;
    translate: 0 5px;
}
header .dropdown_menu {
    position: relative;
}
header .dropdown_menu button{
    background: none;
    border: none;
}

header .dropdown_menu ul{
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    translate: 0 -10px;
    width: 250px;
    z-index: 1;
    padding: 1rem;
    list-style: none;
    opacity: 0;
    transition: 0.3s ease-out;
    background: #FFF;
    box-shadow: 0 3px 12px 0 #0004;
    
}
header .dropdown_menu:hover ul{
    opacity: 1;
    translate: 0 5px;
    visibility: visible;
}

header .dropdown_menu .icon{
    opacity: 0;
    translate: -10px;
    transition: 0.3s ease-out;
}
header .dropdown_menu ul .user{
    padding: 0.5rem 1rem;
    font-size: small;
    color: #000;
}
header .dropdown_menu ul .alert{
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
header .dropdown_menu ul .package{
    padding: 0.5rem 1rem;
    color: #06d755;
}

header .dropdown_menu ul a{
    display: block;
    padding: 0.5rem 1rem;
    color: #444 !important;
    text-decoration: none !important;
}
header .dropdown_menu ul a:hover{
    background: #eee;
}
header .dropdown_menu ul a:hover .icon{
    translate: 5px;
    opacity: 1;
}



/* switch css start */
.switch input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}
.switch label {
	cursor: pointer;
	text-indent: -9999px;
	width: 40px;
	height: 20px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
}

.switch label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 10px;
	transition: 0.3s;
}

.switch input:checked + label {
	background: #29CE73;
}

.switch input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.switch label:active:after {
	width: 15px;
}
/* switch css end */

.search-form{
    position: relative;
}

.search-form .search-header{
    padding: 1rem;
    margin-bottom: 1rem;
}

.search-form .search-item{
    padding: 1rem;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;

}

.search-form .search-item .title{
    color: #444;
    text-decoration: none;
    font-weight: 500;
}
.search-form .search-item .description{
    color: #8CC14C;
    text-decoration: none;
    font-size: 12px;
}

.search-form .search-item:hover{
    background: #8CC14C;
}

.search-form .search-item:hover .description{
    color: #FFF;
}

.search-form .search-item .icon{
    padding: 1rem;
    border-bottom: 1px solid #eee;
    gap: 0.5rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eee;
    display: grid;
    place-content: center;
    color: #444;
    font-size: 20px;
}

.search-form .input-group{
    display: flex;
    gap: 1rem;
    align-items: center;
    border: 1px solid #fff;
    padding: 0.5rem 1rem;
    color: #fff;
}

.search-form .input-group input{
    border: none;
    outline: none;
    background-color: transparent;
    color: #fff;
}
.search-form .input-group input::placeholder{
    color: #fff;
}

.search-form #search-results{
    margin-top: 1rem;
    position: absolute;
    background: #FFF;
    width: 100%;
    top: 100%;
    overflow: auto;
    max-height: 350px;
    z-index: 999;
}

/* Admin merchant page CSS goes here */

/* helpers */

.spin{
    animation: spin 2s linear infinite;
}

@keyframes spin {
    100%{
        rotate: 360deg;
    }
}