:root{
    --primary-color:#0d6ffa;
    --primary-dark-color:#1759b8;
    --primary-color-rgb:13, 111, 250;
    --primary-dark-rgb:23, 89, 184;
    --accent-color:#45cf95;
    --accent-dark-color:#3cac7d;

    --indicator-red:#ee474c;
    --indicator-yellow:#f6b74a;
    --indicator-blue:#0d6ffa;
    --indicator-green:#45cf95;

    --dark-color:0,0,0;
    --light-color:255,255,255;

    --box-shadow: rgba(var(--dark-color),0.12);
    --text-size:14px;
    --main-spacing:12px;
    --font-face: "Roboto", sans-serif;
} 

@keyframes blur{
     0%{
        filter:blur(0);
     }
     50%{
        filter:blur(1px);
     }
     100%{
        filter:blur(0);
     }
}
@keyframes vibrate{
    0% {
        transform: none;
    }
    8% {
        transform: translateX(0px);
    }
    10% {
        transform: translateX(-10px);
    }
    12% {
        transform: translateX(10px);
    }
    14% {
        transform: translateX(0px);
    }
    100% {
        transform: none;
    }
}
@keyframes swipe{
    0% {
        transform: none;
    }
    30% {
        transform: translateX(0px);
    }
    40% {
        transform: translateX(70px);
    }
    41% {
        transform: none;
    }
    60% {
        transform: translateX(0px);
    }
    70% {
        transform: translateX(-70px);
    }
    71% {
        transform: none;
    }
    100% {
        transform: none;
    }
}



@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}


@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}


.chBack {
/*
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
*/
 }

body {
	background-image:url('./images/bk-pattern.jpg');
}
h2 {
    font-size: 1.2em;
}
[pr_type]:before {
    content: "" !important;
    position: absolute;
    width: 30px !important;
    height: 30px !important;
    top: 0;
    margin: 0 0 0 auto;
    zoom: 0.7;
/*    padding: 12px;*/
}
.filter-trigger {
    padding-top: 2px;
}
#products-grid [pr_type]:before {
    padding: 0;
}
html[dir="ltr"] [pr_type]:before {
    right: 0;
}
html[dir="rtl"] [pr_type]:before {
    left: 0;
}
[pr_type="1"]:before {
    background: url(images/simple1-blue.png) no-repeat scroll center center transparent;
}
[pr_type="2"]:before {
    background: url(images/view-only1-blue.png) no-repeat scroll center center transparent;
}
[pr_type="3"]:before {
    background: url(images/auction1-blue.png) no-repeat scroll center center transparent;
}
[pr_type="4"]:before {
    background: url(images/reverse-auction1-blue.png) no-repeat scroll center center transparent !important;
}
[pr_type="5"]:before {
    background: url(images/secured-auction1-blue.png) no-repeat scroll center center transparent !important;
}
[pr_type="7"]:before {
    background: url(images/blind-auction1-blue.png) no-repeat scroll center center transparent;
}
[pr_type="8"]:before {
    background: url(images/swing-auction1-blue.png) no-repeat scroll center center transparent;
}
[pr_type="9"]:before {
    background: url(images/secured-blind-auction1-blue.png) no-repeat scroll center center transparent;
}

.fa-aswaq{
        background: url('images/iconaswaq.png') no-repeat;
        background-size:contain;
        width: 29px;
        float: left !important;
        height: 24px;
        margin-top: 5px;
}
.ace-main-nav .ace-logo img{
   max-height:34px;
}

#aquireservices-grid .ace-grid-cell{
	height: 260px;
}

.ace-app-edit-windwow.total-height{
/*   	height:325vh;*/
   	height:100vh;
}

.shop-panel-trigger span{
	flex-basis:325%;
	font-weight: 400;
	font-size: 12px;
	padding-top: 12px;
}
#shop-coupons-form

#categories-breadcrumbs .ace-breadcrumbs-field a:last-child{
    background-color: var(--primary-color);
    color: white;
    padding: 10px;
}

.preview-icon{
	font-size: 2em;
}
.bxs {
    box-shadow: 0px 1px 8px var(--box-shadow);
}

.user-login-form{
    display: flex;
    align-items: center;
    justify-content: center;
}
div.user-login-form:after {
    content:' ';
    position:absolute;
    top:0;
    left:0;
    width:325%;
    height:325%;
    z-index:-1;
    filter:blur(24px);
    opacity:0.1;
}
.user-login-form a img{
    position: absolute;

    top: -184px;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
}
.user-login-form .ace-form-container{
    padding-top:54px !important;
}
.user-login-form .ace-form-footer{
    width: 100%;
    display: flex;
    justify-content: center;
}
div.user-login-form .ace-form-container{
   position: relative;
    background: radial-gradient(white 1%, #ffffff 103%);
    width: 530px;
   min-width: initial;
    padding: 25px 45px 55px 45px;
/*    border-radius: 20px;*/
   box-shadow: 0px 1px 34px rgba(0,0,0,0.12);
}
div.user-login-form .ace-form-container div{z-index:4; position:relative;}
div.user-login-form .ace-form-container .ace-text-field,div.user-login-form .ace-form-container .ace-checkbox-field{
    margin-bottom: 16px;
}
button {
/*
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    margin: 0 1px;
*/
}

.user-login-form label.ace-label {
    justify-content: center;
}
    .recaptcha-field{
        float:left;
        margin-bottom: 15px;
    }
    .recaptcha-field input{
        border: none !important;
    }
.user-login-form button{
    width: 325px;
    padding: 10px;
    border: none;
    position: relative;
    overflow: hidden;
    transition: ease-in-out .3s;
    background: #0d6ffa;
    color: #ffffff;
    border-radius: 21px;
    height: 44px;
    margin: 30px 41px 0 41px;
    box-shadow: 0px 1px 14px rgba(0,0,0,0.12)
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .user-login-form .ace-form-container {
      position:relative !important;
    }
}

.price-strike{
	font-size: small;
    color: red;
    text-decoration: line-through;
}
html[dir="ltr"] .price-strike{
	padding-right: 5px;	
}
html[dir="rtl"] .price-strike{
	padding-left: 5px;	
}
[id^="shop-"] .ace-grid-body {
	padding-right:20px;
	padding-left:20px;
}
#shop-discounts-form .ace-grid-body .ace-grid-row, #shop-impex-form .ace-grid-body .ace-grid-row{
	background-color:white;
	margin-top:10px;
}
.promo-products-grid-section{
/*	background-color:#f4f7fa;*/
}
.promo-products-grid-section .ace-grid-row{
/*	background-color:#f4f7fa !important;*/
}
.error-container-link a{
	color: red;
}
.div-border-bottom{
	border-bottom: 1px solid lightgray;
}
.collapse-button span{
	color: darkgreen;
}
.collapse-button i{
	color: darkgreen;
}
.collapse-button div{
	color: darkgreen;
}
.ace-chips-field span{
	padding: 2px 5px;
	border-radius: 4px;
	align-items: center;
	background: #0098ff;
	margin:1px;
	color: #ffffff;
}
.ace-chips-field .ace-chip-remove{
    color: #0098ff !important;
    font-weight:bold;
    background: #ffffff;
    padding: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 0.8;
}
html[dir="ltr"] .ace-chips-field .ace-chip-remove{
    margin-left:10px;
    margin-right:0;
}
html[dir="rtl"] .ace-chips-field .ace-chip-remove{
    margin-right:10px;
    margin-left:0;
}
.context-logo-upload{
    height: 347px;
    width: 302px;
    border: solid 1px #ddd;
}
.context-logo-upload .ace-image-upload-button{
	height: 345px;
    width: 300px;
    border: solid 10px #f1f1f1;
}
.context-logo-upload .ace-image-upload-button label{
	height:325px;
	width:280px;
}
.country-flag-upload{
	height:200px;
	/*width:100px;*/
}
.country-flag-upload .ace-image-upload-button{
	height:50px;
	width:100px;
}
.country-flag-upload .ace-image-upload-button label{
	height:50px;
	width:100px;
}
.context-static-upload{
	height:325px;
	width:700px;
}
.context-static-upload .ace-image-upload-button{
	height:325px;
	width:700px;
}
.context-static-upload .ace-image-upload-button label{
	height:325px;
	width:700px;
}
.context-mainc-upload{
	height:325px;
	width:700px;
}
.context-mainc-upload .ace-image-upload-button{
	height:325px;
	width:700px;
}
.context-mainc-upload .ace-image-upload-button label{
	height:325px;
	width:700px;
}
.context-catc-upload{
	height:480px;
	width:380px;
}
.context-catc-upload .ace-image-upload-button{
	height:480px;
	width:380px;
}
.context-catc-upload .ace-image-upload-button label{
	height:480px;
	width:380px;
}
.context-cat-upload{
	height:480px;
	width:300px;
}
.context-cat-upload .ace-image-upload-button{
	height:480px;
	width:300px;
}
.context-cat-upload .ace-image-upload-button label{
	height:480px;
	width:300px;
}
html[dir="ltr"] .ace-field-middle-align label{
	text-align:right !important;
}

html[dir="ltr"] .ace-field-middle-align span{
	text-align:left !important;
	padding-left:10px !important;
}

html[dir="rtl"] .ace-field-middle-align label{
	text-align:left !important;
}

html[dir="rtl"] .ace-field-middle-align span{
	text-align:right !important;
	padding-right:10px !important;
}
.ace-smaller-text span{
	color: black;
	font-size: 11px;
}

.main-settings-button{
	z-index: 10000;
}
.main-settings-button a{
	-webkit-mask: none;
}
.no-select-border select{
	border: none !important;
	padding: 10px;
}
html[dir="ltr"] .ace-display-middle label{
	text-align: right !important;
	    width: 150px;
    max-width: 150px;
}
html[dir="ltr"] .ace-display-middle span{
	text-align: left !important;
	padding-left: 10px;
}
html[dir="rtl"] .ace-display-middle label{
	text-align: left !important;
	    width: 150px;
    max-width: 150px;
}
html[dir="rtl"] .ace-display-middle span{
	text-align: right !important;
	padding-right: 10px;
}
[name="_ugauc_followers_daily_notifications_count"] {
    height: 40px;
}
#ace-app, .ace-general-wrapper, .ace-side-container{
    height: 100vh !important;
}
html[dir="ltr"] .ace-wizzard-step .ace-efld:not(button),
html[dir="ltr"] .ace-efld:not(button) {
    text-align: left !important;
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
    background: transparent;
}
html[dir="rtl"] [fieldname="_pr_display_no"] .ace-efld:not(button) {
    text-align: right !important;
    margin: 0 5px;
}
html[dir="ltr"] .ace-wizzard-step [step] .ace-label {
/*    text-align: right;*/
}
html[dir="ltr"] .ace-wizzard-step [step="payment"] .ace-label {
/*    width: 50% !important;*/
}
html[dir="ltr"] .ace-wizzard-step [action].ace-efld {
    width: 100% !important;
}
/*html[dir="ltr"] .ace-wizzard-step */
[step="payment"].ace-show [action="markOrderPaymentAsSent"],
[step="payment"].ace-show [action="markOrderPaymentAsConfirmed"],
[step="shipping"].ace-show [action="markOrderShippingAsReceived"],
[step="shipping"] [action="markOrderShippingAsSent"] {
/*    width: 30% !important;*/
/*    text-align: center !important;*/
    padding: 5px 10px;
}
[step] {
    padding: 0 25px;
}
.white-bg-with-botom-border {
	background-color: white;
	box-shadow: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
#orders-filtering-form .ace-form-container {
    overflow-y: auto;
    height: 90%;
}
.ace-badge[id*="-filter-badge"]{
    left: 38px;
    top: -2px;
    width: 19px;
    height: 19px;
}
.mt10 {
    margin-top: 10px;
}
.ace-app-edit-windwow {
    height: calc(100vh - 70px) !important;
}
#users-grid .ace-col-edit::before{
    content: ''
}
[section="balance"] .ace-grid {
    height: calc(50vh - 200px);
}
.ace-grid .ace-grid-body{
    padding-bottom: 10px;
    padding-left: 3px;
	padding-right: 3px;
}
html[dir="rtl"] [id*="-grid"] .ace-grid .ace-grid-body{
    padding: 10px;
}
.ya-interactive-card .ace-collapsible {
    margin-top: 10px;
}
#products-grid .ace-grid .ace-grid-body{
    background: #fdfdfd;
    padding-right: 5px;
    border: solid 1px #e5e5e5;
    padding-top: 10px;
/*    margin-bottom: 20px;*/
}
h3 .ace-efld {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    background: #fff;
}
.ace-segmented .ace-auto-gen:not(.ace-active) button[type="button"], .ace-segmented button:not(.ace-active), .ace-segmented a:not(.ace-active),.ace-accordion-segmented a.ace-accordion:not(.ace-active) {
    background-color: #fff ;
}
/*.ace-wizzard-step [action="markOrderShippingAsReceived"] ~ div div .ace-efld*/
.ace-wizzard-step [step="shipping"] .ace-efld {
    width: 100% !important;
}
.ace-wizzard-step [action="markOrderShippingAsReceived"] ~ div div .ace-label {
/*    width: 20% !important;*/
}
#delivery-ed-frm-renderer ~ div {
    min-height: 45px;
}
.ace-collapsible-card .ace-collapsible-trigger{
    bottom: -24px;
}
.ace-collapsible-card .ace-collapsible.ace-show{
    box-shadow: none;
}
.ace-grid-row:nth-child(2n) > div > div > div > div .ace-collapsible-card {
/*    background: #fbfbfb;*/
}
.ace-collapsible-card {
    margin-bottom: 32px !important;
}
#delivery-filter a,
#orders-ed-frm-renderer .order-form-navigation a,
#general-data-second-display-form button.ace-toggle-open-button,
#usergroupdetails .ace-segmented.b-stick button,
#user-groupd-details-form .ace-segmented.b-stick button,
[handler="onSCNavigation"] a,
[handler="onProductTypeSelection"] a,
#users-ed-frm-renderer .ace-segmented.b-stick button,
a.ace-accordion {
    padding-top: 7px;
/*    margin-top: 10px;*/
    border-radius: 10px 10px 0 0;
    border-bottom: transparent !important;
}
#delivery-filter a.ace-active{
    padding-top: 12px;
    margin-top: 0;
}
#delivery-filter:before {
    content: ' ';
    position: absolute;
    width: 173px;
    height: 20px;
    z-index: 1;
    left: calc(50% - 75px);
    right: auto;
    top: 50px;
    background: url('images/arrow-swipe.png') center center scroll no-repeat transparent;
    display: none;
    margin-left: -12px;
}
#delivery-filter:after {
    content: ' ';
    position: absolute;
    width: 25px;
    height: 33px;
    z-index: 2;
    left: calc(50% - 3px);
    right: auto;
    top: 58px;
    background-image: url('images/hand-swipe.png');
    display: none;
}
#delivery-shippers-grid .ace-grid-scrollview > div.ace-grid-row:nth-child(odd) {
    padding: 10px;
    cursor: pointer;
}
#delivery-shippers-grid .ace-grid-scrollview .ace-grid-row {
    padding: 10px;
    cursor: pointer;
    border-radius: 10px 0 0 10px;
    border: solid 1px var(--primary-color);
    border-right: none;
    color: var(--primary-color);
}
html[dir="rtl"] #delivery-shippers-grid .ace-grid-scrollview .ace-grid-row {
    border-radius: 0 10px 10px 0;
    border-right: solid 1px var(--primary-color);
    border-left: none;
}
#delivery-shippers-grid .ace-grid-scrollview > .ace-grid-row-selected {
    color: #ffffff;
    background-color: var(--primary-color) !important;
}
#delivery-shippers-grid .ace-row {
    width: 100%;
}
.order-shipping-address-display ~ div .ace-text-field {
    flex-direction: row-reverse;
    margin: 0;
}
.order-shipping-address-display ~ div .ace-label {
    padding: var(--main-spacing) 0;
}
html[dir="ltr"] [class*="ace-padding-right-"] [fieldname="_oi_package_weight"] {
    padding-right: 20px;
}
html[dir="rtl"] [class*="ace-padding-right-"] [fieldname="_oi_package_weight"] {
    padding-left: 20px;
}
html[dir="ltr"] [class*="ace-padding-right-"] [fieldname="_oi_package_weight"] .ace-badge {
    right: auto;
    top: 3px;
    left: 50px;
}
html[dir="rtl"] [class*="ace-padding-right-"] [fieldname="_oi_package_weight"] .ace-badge {
    right: 50px !important;
    top: 3px;
    left: auto !important;
}
html[dir="ltr"] [fieldname="_oi_package_weight"] .ace-efld {
    padding-left:20px;
}
html[dir="rtl"] [fieldname="_oi_package_weight"] .ace-efld {
    padding-left: 0; 
    text-align: right !important;
}

html[dir="ltr"] .ace-wizzard-step [step="shipping"] .ace-label {
    text-align: left;
}
#delivery-orders-grid .ace-grid-row-lines{
    border-left: 1px solid #f9f9f9;
    border-bottom: none;
}
#delivery-orders-grid .ace-row{
    width: 100%;
}
.ace-collapsible-card > .ace-row {
    padding-bottom: 10px;
}
#delivery-orders-grid .ace-display-field {
/*
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: solid 1px #efefef;
*/
}
.ace-pull-flex-right .ace-display-field{
    border: none !important;
}
#delivery-shippers-grid .ace-grid-header{
    height: 36px;
}
.ace-logo {
    margin-left: 10px;
}
html[dir="rtl"] .ace-logo {
    margin-left: auto;
    margin-right: 10px;
}

html[dir="ltr"] .ace-combo-as-display .ace-combo-field select{
	direction: rtl;
}
html[dir="rtl"] .ace-combo-as-display .ace-combo-field select{
	direction: ltr;
}

.ace-combo-as-display .ace-combo-field select{
	border: none;
}
.ace-combo-as-display .ace-combo-field::after{
	display: none;
}
.ace-word-wrap{
	overflow-wrap: break-word;
}
[tag="users-section"] #user-auto-search .ace-grid-auto-complete {
    max-height: calc(100vh - 180px);
    overflow-y: auto;
}
.ace-form-fields-ignore {
/*    height: 100%;*/
}
html[dir="ltr"] .filter-trigger .filter-badge {
    top: 0;
    width: 20px;
    height: 20px;
}
input[type="text"], select {
    padding: 0 !important;
    height: 30px !important;
}
label, .ace-label {
    font-weight: bold !important;
}
#users-ed-frm-renderer [section="payments"] .ace-display-field {
    padding-top: 10px;  
}
#users-ed-frm-renderer .ace-display-field .ace-efld {
    text-align: left;
}

[section="usergroupoverrides"] .ace-label {
    padding-top: 0 !important;
}
input[type="text"], input[type="email"], input[type="number"], input[type="password"], input.hasDatePicker,
#users-ed-frm-renderer input,
#usergroupscontext-ed-frm-renderer input {
    height: 30px !important;
    background: #fff !important;
}
.guides-hints-section .ace-grid-header {
    display: none;
}
.ace-grid-auto-complete label, .ace-grid-auto-complete .ace-label {
    height: unset;
    line-height: unset;
}
html[dir="ltr"] #requests-ed-frm-renderer label {
    text-align: right !important;
    padding: 0 10px;
}
html[dir="ltr"] #requests-ed-frm-renderer input {
    text-align: left !important;
}
html[dir="ltr"] [tpl="contexts.tpl"] label {
    text-align: left !important;
/*    padding: 0 10px;*/
}
html[dir="ltr"] #requests-ed-frm-renderer .ace-display-field label {
    flex-basis: 40%;
    padding-right: 10px;
}
html[dir="ltr"] #requests-ed-frm-renderer .ace-display-field .ace-efld {
    text-align: left !important;
    flex-basis: 60%;
}
html[dir="rtl"] #requests-ed-frm-renderer .ace-display-field label {
    flex-basis: 40%;
    padding-left: 10px;
}
html[dir="rtl"] #requests-ed-frm-renderer .ace-display-field .ace-efld {
    text-align: right !important;
    flex-basis: 60%;
}
.bk0 {
    border: solid 1px #eee;
}
.bk1 {
    background: #fff;
    border: solid 1px #eee;
    box-shadow: 1px 1px 25px #ddd;
}
[class*="contexts-"] {
    box-shadow: 1px 1px 25px #ddd;
}
.bk2 {
    background: #fff;
    border: solid 1px #eee;
}
.ace-grid-auto-complete {
    padding: 0 !important;
}
.ace-grid-auto-complete .ace-grid .ace-grid-row {
    padding: 5px 10px;
}
.ace-grid-auto-complete .ace-grid .ace-grid-row:nth-child(odd) {
    background: url(images/nodes1.png) scroll no-repeat left -50px #deecff;
    overflow: hidden;
}
.ace-grid-auto-complete .ace-grid .ace-grid-row:nth-child(even) {
    background: url(images/nodes1.png) scroll no-repeat left top #f1f7ff;
    overflow: hidden;
}
.ace-grid-auto-complete .ace-grid-body {
    padding: 0 !important;
}
.ace-label-no-min-max-width input {
    max-width: 70%;
}
.ace-label-no-min-max-width label {
    padding-left: 7px;
}
.category {
    background: #ddd2;
    margin-top: 9px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}
.ace-accordion-tabs {
/*
    background: #fbfbfb;
    border: solid 1px #eee;
*/
    border-bottom: none;
}
.ace-grid .ace-grid-header {
    font-weight: bold;
    margin-top: 0px;
/*    margin-top: 10px;*/
}
.bk3 { 
    background: #f4f7fc;
}
.bk4 {
    background: #f9fafc;
}
[class*="bk"] input, [class*="bk"] textarea {
    background: transparent !important;
}
.categories-general-section .ace-grid-row {
    background: #fff;
}
[tag="currencies-section"] #currenciesadmin-grid .ace-grid-body {
    padding-top: 0;
}
#currenciesadmin-ed-frm-renderer .ace-text-field input {
    flex-basis: 80%;
    flex-shrink: 10;
}
#currenciesadmin-ed-frm-renderer .ace-text-field label {
    flex-basis: 20%;
    flex-shrink: 0;
}
.countries-general-section .nfnc {
    background: #fbfbfb;
}
h1 {
    text-align: center;
    font-size: 20px;
}
.on-promo {
    border:1px solid #aaa; background: rgba(220,220,220,0.1);
}
.on-promo .ace-label {
    background: transparent;
}
.on-promo input {
    max-width: 50%;
}
.ace-grid-infinite-scroll,
#tmplimgs-grid .ace-grid,
#explanations-grid .ace-grid,
#warehousesadmin-grid .ace-grid,
.logout-edit > div {
    background: #fff;
    box-shadow: 1px 1px 25px #ddd;
    margin-top: 2px;
}
.logout-edit h3 {
    text-align: center;
}
.logout-edit > div {
    max-width: 650px;
}
.ace-grid-auto-complete .ace-display-field {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.ace-grid-auto-complete .ace-efld {
    text-align: center !important;
    flex-basis: 100%;
    width: 100%;
    padding: 2px 0;
    font-size: 16px !important;
    height: 30px !important;
}
.ace-grid-auto-complete .ace-label {
    position: absolute;
    transform: translate3D(0,calc(-100% - 20px),0);
}
.ace-grid-auto-complete .ace-display-field {
    overflow: hidden
}
.ace-grid-auto-complete [fieldname="_user_name"] .ace-efld,
.ace-grid-auto-complete [fieldname="_cu_seller_name"] .ace-efld {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.2em;
    color: var(--primary-color);
    padding-left: 10px;
    text-align: left !important;
}
.ace-grid-auto-complete [fieldname="_user_email"],
.ace-grid-auto-complete [fieldname="_cu_seller_email"] {
    font-style: italic;
    background: rgb(255,255,255);
}
.ace-grid-auto-complete .ace-grid-row {
    position: relative;
    z-index: 0;
}
.ace-grid-auto-complete [fieldname] {
    z-index: 2;
}
.ace-grid-auto-complete .user-search-field {
    position: absolute;
    z-index: 1;
    font-weight: bold;
    color: #fff;
    right: -5px;
    top: -22px;
}
.ace-grid-auto-complete .user-search-field .ace-efld {
    font-size: 70px !important;
    height: 100% !important;
}
.ace-autocomplete-field input {
    height: 30px;
}
.ace-grid-auto-complete {
    top: 50px;
}
[id$="-filtering-form"] {
    overflow-y: auto;
}
/*.filter-badge */
.fa-close:before {
    font-size: 12px;
}
.commissions-csrules-section [data-label="Information"] button,
.contexts-seller-commissions-grid [data-label="Information"] button,
.csellin-commissions-grid [data-label="Information"] button,
.commissions-balance-grid [data-label="Information"] button{
    font-family: fontAwesome;
    font-size: 25px;
    width: 27px;
    height: 28px;
    background-color: var(--primary-dark-color);
    color: rgb(var(--light-color));
    overflow: hidden;
    padding: 1px 0px 1px 3px;
    border-radius: 50%;
}
.commissions-csrules-section [data-label="Information"] button:before,
.contexts-seller-commissions-grid [data-label="Information"] button:before,
.csellin-commissions-grid [data-label="Information"] button:before,
.commissions-balance-grid [data-label="Information"] button:before{
    content: "\f05a";
}
.commissions-csrules-section [data-label="Information"] button:hover,
.contexts-seller-commissions-grid [data-label="Information"] button:hover,
.csellin-commissions-grid [data-label="Information"] button:hover,
.commissions-balance-grid [data-label="Information"] button:hover {
    background: #113f82;
}
button {
    padding: var(--main-spacing) calc(2 * var(--main-spacing));
}
.ace-col-delete,
.ace-col-edit {
    width: 100% !important;
}
.ace-col-delete button {
    padding: 4px;
    background: var(--indicator-red) !important;
    color: #fff !important;
    width: 95%;
}
[tag="messaging"] .ace-col-delete button {
    max-width: 20px;
    padding: 5px;
}

/*.commissions-csrules-section */
.ace-col-delete button:hover {
    background: #c14347;
}
/*.commissions-csrules-section */
.ace-col-edit button {
    padding: 4px;
    width: 95%;
}
html[dir="ltr"] .ace-grid-rowdiv:first-child {
    padding-left: 10px;
}
#requests-ed-frm-renderer h1 {
    background: #f8f8f8;
        border-bottom: solid 2px #eee;
}
select + .ace-label {
    padding-bottom: 2px;
}
[id$="-tool-filter-form"] [label="Currency"] select + .ace-label,
[id^="guides-"] [label="Type"] select + .ace-label
{
    padding-bottom: 0;
} 
[id^="commissionsu"] h3 {
    color: #0d6ffa;
    background: #0d6ffa1c;
    margin-bottom: 5px;
    padding: 5px;
}
[id$="-tool-section"] .ace-responsive-grid .ace-grid-cell:before {
    display: none;
}
[id$="-tool-section"] {
    overflow: auto;
}
select:focus + .ace-label,
input[type="text"]:focus ~ .ace-label {
    transform: unset !important;
}
[id="guides-grid"] [data-label] button:nth-child(2n) {
    background: #3bacff;
}
[id="guides-grid"] [data-label] button:nth-child(3n) {
    background: #06c;
}
[id="guides-grid"] [data-label] {
    display: flex;
    align-items: center;
}
.ace-accordion-tabs {
    padding: var(--main-spacing) !important;
/*    background: #fcfcfc;*/
}
#contexts-section .ace-full-height {
    height: calc(100vh - 180px);
}
.swiper-slide-active, 
[tag="ordersmenutag"] #orders-grid {
/*
    border: solid 1px #eee;
    background: #fafafa;
*/
}
.ace-autocomplete-field .ace-autocomplete-clear-button {
    font-size: 16px !important;
    font-weight: bold;
    line-height: 0.7 !important;
}
[data-label="Name"] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
[tag="guides-section"] [id^="guides-"] .ace-form-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#controlpaneladmin-ed-frm-renderer .ace-label {
    min-height: 40px;
    align-items: center;
    display: flex;
}
#users-filter-badge {
    top: 5px;
/*    right: -17px !important;*/
}
[tag="userscmenutag"] .ace-title-bar {
    background: #fff !important;
}
[tag="userscmenutag"] .ace-side-title {
	color: var(--primary-color) !important;	
}
[tag="userscmenutag"] .ace-side-title a.ace-back-button {
	color: var(--primary-color) !important;
}

[activetag="contexts-general-section"] {
    overflow: auto;
}
[activetag="contexts-general-section"] .ace-scrollview {
    white-space: nowrap;
    display: unset !important;
}
[activetag="contexts-general-section"] .ace-accordion {
    display: inline-block;
}
h3.evidence, h2.evidence {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 3px;
    padding-left: 30px;
    overflow: visible;
    border-bottom: solid 1px rgba(13, 111, 250,0.3);
    margin-bottom: 7px;
    width: calc(100% - 30px);
    font-size: 16px;
}
h3.evidence:before, h2.evidence:before {
    content: " ";
    border-bottom: solid 7px rgba(13, 111, 250,0.3);
    width: 20px;
    margin-left: -30px;
    height: 15px;
    display: block;
    margin-bottom: -21px;
}
.admin-section h1 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.ace-accordion-tabs .ace-accordion.ace-active {
    border-radius: 12px 12px 0 0 !important;
}
.b-stick {
    padding-bottom: 0 !important;
}
.ace-scrollbar {
    overflow-y: hidden;
    height: 57px;
    position: relative;
    z-index: 1;
    overflow-x: scroll;
}
.ace-scrollbar::-webkit-scrollbar {
  height: 10px;
}
 .ace-scrollbar::-webkit-scrollbar-track {
  background: var(--primary-color);
}
.ace-scrollbar::-webkit-scrollbar-thumb {
  background: var(--primary-dark-color); 
}
.contexts-advertisements-static-section [fieldname="_context_static_advertisement_path"] {
    border-top: 2px solid #555;
}
.contexts-contact-section {
    overflow-y: auto;
}
#fbwordsadmin-grid .ace-grid-body,
#users-grid .ace-grid-body,
#users-emails-grid .ace-grid-body,
#mobiledevicesversions-grid .ace-grid-body {
    padding: 0 10px;
}
#users-payments-grid > .ace-grid {
 box-shadow: none;   
}
.users-section [section] {
    border-top: solid 3px var(--primary-color);
}
.ace-row[section="pl"], [section="emails"], [section="coupons"],[section="discounts"], [section="shippers"]  {
    border-top: none !important;
}
[section="pl"] .ace-grid-row:nth-child(even) {
/*    background: rgb(244, 247, 252);*/
}
 [section="coupons"],[section="discounts"], [section="shippers"], [section="emails"], [section="coupons"], [section="discounts"], [section="shippers"] {
    border-top: none;
}
#delivery-shippers-grid .ace-grid-body {
    padding-left: 0;
    width: 100%;
}


/* ============= USER ============== */
[step="products"] .ace-grid-infinite-scroll {
    width:100%;
    height: calc(100vh - 380px);
    padding-top: 10px;
}
[step="products"] [data-label],
#withdraw-account-form-render .ace-container {
    padding-bottom: 5px;
}
#withdraw-panel .ace-grid-body {
    padding-top: 10px;
}
#withdraw-panel .withdraw-grid .ace-grid-column-lines {
    padding: 10px;
}
.ace-bigger-text[fieldname="_o_sale_datetime"] {
    font-size: 14px !important;
}
[fieldname="_order_id"] .ace-display-field {
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
[step="shipping"] {
    max-height:50%;
    height: calc(100vh - 370px);;
    overflow-y: auto;
}
[tag="ordersmenutag"] #orders-grid .ace-grid-body {
    padding-top: 20px;
}
/*.ace-grid,*/
.ace-border-top,
.user-login-form .ace-form-container{
    border-top: 3px solid var(--primary-color) !important;
}
#delivery-orders-grid .ace-grid-scrollview [data-label="Check / Uncheck all Products"] + div.ace-col-3 {
    flex-basis: 25% !important;
    max-width: 25% !important;
}
[data-label="Check / Uncheck all Products"].ace-col-7 {
    flex-basis: 58.33% !important;
    max-width: 58.33% !important;
}
#delivery-orders-grid .ace-collapsible .ace-grid-row {
    flex-wrap: nowrap;
    padding-top: 10px;
}
/*#delivery-orders-grid .ace-grid-infinite-scroll,*/
#delivery-shippers-grid .ace-grid-infinite-scroll {
    box-shadow: none;
}
[tag] > div > div > .ace-full-height {
    height: calc(100vh - 80px);
}
#customize-shop .ace-column-strech.ace-full-height {
    height: calc(100vh - 120px);
}

[tag="balance"] .ace-hideable-content > div {
    height: 100%;
}
[tag="balance"] #reserve-transfer-new .ace-row {
    height: calc(100vh - 140px);
    overflow: auto;
}
html[dir] .ace-wizzard-step [action].ace-efld {
    width: auto !important
}
.sw-buttons button {
    border-radius: 0;
}
.ace-segmented.sw-buttons > *:not(.ace-active) {
/*    background: #eff5ff !important;*/
}
html[dir] .ace-wizzard-step [step] .ace-label {
/*    text-align: right;*/
}
.line-menu {
    min-height: 45px;
    background: #fbfbfb;
    border: none;
    padding: 0;
    box-shadow: 1px 1px 8px #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}
.line-menu .ace-segmented button {
    border: none !important;
    margin-left: 5px !important;
    padding-left: 5px !important;
    padding-right: 15px !important;
}
html[dir="rtl"] .line-menu .ace-segmented button {
    padding-left: 15px !important;
    padding-right: 5px !important;
}
html[dir="rtl"] .line-menu .ace-segmented .ace-active button {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.line-menu .ace-segmented button .ace-efld  {
    background: transparent !important;
}
.line-menu .ace-active button {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.line-menu button:before {
    content: "/";
    font-weight: bold;
    left: -10px;
    position: absolute;
    font-size: 20px;
    top: 5px;
    color: transparent;
    border-right: solid 2px var(--primary-color);
    transform: skewX(-15deg);
}
html[dir="rtl"] .line-menu button:before {
    right: -10px;
    left: auto;
}

.line-menu .ace-field-container:first-child button:before {
    content: "";
}
.line-menu .ace-active button {
    transform: skewX(-15deg);
    border-radius: 0;
    padding-left: 15px;
}
.line-menu .ace-active button:before {
    content: ""; 
}
html[dir] [fieldname="_user_invoice_default_vat"] .ace-text-field {
    justify-content: flex-end;
}
html[dir] div:not(#shop-invoices-form) [fieldname="_user_invoice_default_vat"] input.ace-efld {
/*    width: 50% !important;*/
}
html[dir] [fieldname="_user_invoice_default_vat"] label.ace-label {
/*    width: 40% !important;*/
} 
html[dir] [fieldname="_user_invoice_default_company_id"] .ace-combo-field {
    justify-content: flex-end;
}
html[dir] div:not(#shop-invoices-form) [fieldname="_user_invoice_default_company_id"] select.ace-efld {
/*    width: 52% !important;*/
}
html[dir] [fieldname="_user_invoice_default_company_id"] label.ace-label {
/*    width: 48% !important;*/
}
#available-service-edit-form-1 {
    overflow: auto;
    height: calc(100vh - 130px);
}
[tag="services"] .ace-grid-body {
    padding-top: 20px;
}
#orders-ed-frm-renderer .ace-text-field {
    flex-direction: row-reverse;
}
#orders-ed-frm-renderer .ace-text-field {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ace-radio-field .ace-label span:before {
    margin-right: 5px;
}
#order-items-popup a.ace-close-current {
    position: absolute;
    z-index: 99;
    right: 5px;
    top: 45px;
}
#coupons-grid .ace-grid-row,
#discounts-grid .ace-grid-row {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 48.5%;
    max-width: 48.5%;
    border: solid 1px #eee;
    margin: 0.75%;
    padding: 5px;
    box-shadow: 0px 1px 8px var(--box-shadow);
}
#customize-shop .ace-label {
    padding-top: 10px;
}
[id$="-filtering-form"] .ace-label {
    padding-top: 5px;
}
.as-sp, .as-ep {
    height: 140px;
    overflow: hidden;
}
.as-sp img, .as-ep img {
    width: 90%;
    height: auto;
}
/*#products-grid */
[ace-toggle="action-sheet"] .ace-display-field { 
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-wrap: wrap-reverse;
    padding-top: 5px;
}  
/*#products-grid */
[ace-toggle="action-sheet"] .ace-display-field > * { 
    white-space: nowrap;
}
/*#products-grid */
[ace-toggle="action-sheet"] .ace-display-field .ace-efld {
    padding-left: 5px;
}
#coupons-view-container .ace-form-inner {
    justify-content: center;
}
.ace-form-popup {
    background: transparent;
}

.box-shadow-medium,
[step="products"] .ace-grid-infinite-scroll
{
        box-shadow: 0px 1px 8px var(--box-shadow);
}
.ace-action-title-bar{
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.ace-title-bar.ace-action-title-bar {
/*    font-weight: bold;*/
    align-items: center;
    font-size: 17px;
}
#orders-ed-frm-renderer [step] .ace-display-field {
    padding: 3px 0 5px;
}
[step="products"] .ace-grid-row-lines {
    border-bottom:none;
}
[step="products"] [fieldname="_oi_shipping_status"],
#wished-grid [action="removeFromWishedList"],
#products-grid [action="cancelProduct"],
#followed-grid [action="removeFromFollowedList"] {
    background-color: var(--indicator-red);
    padding: 2px 10px 0;
    color: #ffffff !important;
    height: fit-content;
}
[step="products"] [fieldname="_oi_shipping_status"][oi_ss="4"] {
	background-color: var(--indicator-green);
}
#products-grid [action="cancelProduct"],
[action="removeFromWishedList"],
[action="removeFromFollowedList"] {
    border-radius: 5px;
    min-height: 20px;
    min-width: fit-content;
}
#wished-grid [action="removeFromWishedList"] {
    max-width: 135px; 
}
#followed-grid [action="removeFromFollowedList"] {
    max-width: 160px; 
}
[action="removeFromWishedList"]:before {
    display: inline-block;
    width: 20px;
}
/*[step="products"] */
.ace-timeline-row {
    flex-wrap: nowrap;
}
.ace-iconbutton {
    text-align: center;
}
/*[step="products"] */
.ace-timeline-row img,
#products-grid .main-ad-image,
#coupons-view-container .main-ad-image,
#discounts-view-container .main-ad-image {
    border-radius: 50%;
    background-position-x: center; 
    filter: drop-shadow(0px 1px 3px var(--box-shadow));
}
[step="products"] .ya-interactive-card {
    margin-top: 10px;
    margin-bottom: 15px !important;
    filter: none !important;
    box-shadow: 1px 1px 3px #ddd !important;
}
/*[step="products"]*/
.ace-bigger-text[renderer],
#products-grid [fieldname="_pr_display_no"] {
    color: var(--indicator-red);
    font-weight: bold;
}
html[dir="ltr"] [step="products"]  .ya-interactive-card .ace-label {
    text-align: left !important;
}
html[dir="rtl"] [step="products"]  .ya-interactive-card .ace-label {
    text-align: right !important;
}
[step="products"] .ya-interactive-card .ace-display-field {
    align-items: flex-start;
}
[step="products"] .ya-interactive-card label,
#won-auctions-grid .ya-interactive-card label {
/*    font-weight: normal !important;*/
}
#won-auctions-grid .ace-grid-body {
    padding-top: 20px;
}
[step="products"] .ya-interactive-card * .ace-bigger-text[renderer] {
    font-weight: bold !important;
}
[step="products"] .ya-interactive-card [renderer="rendererOrderItemShippingStatis"] [class] {
    font-size: 12px !important;
}
#won-auctions-grid .ya-interactive-card .ya-state-badge {
    padding: 0;
}
.ace-margin-top-2 {
    margin-top: 2px;
}
#orders-ed-frm-renderer .ace-tab-header .fa {
    font-family: var(--font-face);
}
#orders-ed-frm-renderer .ace-tab-header .fa:before {
    font-family: FontAwesome;
}
/*[class*="ad-online-"],*/
.ya-interactive-card > [fieldname="_oi_product_id1"],
.ya-interactive-card .finalization-section {
    height: 20px;
    padding: 0;
    position: absolute;
    bottom: -11px;
    width: fit-content;
    white-space: nowrap;
    max-width: max-content;
    min-width: 110px;
    font-size: 12px;
    border-radius: 5px;
}
.ya-interactive-card .finalization-section > [class*="ad-online-"] {
    top: 0;
}
.promo-discounts-general select
[tag="activity"] [class*="ad-online-"]{
    bottom: -11px;
}
[tag="ordersmenutag"] [step="products"] [class*="ad-online-"],
#shop-coupons-form [class*="ad-online-"],
#shop-discounts-form [class*="ad-online-"],
#shop-impex-form [class*="ad-online-"],
#wished-grid [class*="ad-online-"] {
    bottom: -20px;
}
.user-group-default-service-information .ad-online-view {
    position: relative;
    bottom: 0;
}
.ya-interactive-card [class*="ad-online-"]:hover {
    color: var(--primary-color);
}
a.ad-online-view:hover, a.ad-online-edit:hover {
    color: #fff;
}
.promo-discounts-general select, .promo-coupons-general select {
    height: 28px;
}
#followed-grid .ad-online-view {
    padding-top: 2px;
}
.ya-interactive-card > [fieldname="_oi_product_id"] .ace-display-field {
    padding: 0 !important;
}
.ya-interactive-card > [fieldname="_oi_product_id"] .ace-efld {
    padding: 0 !important;
}
#orders-ed-frm-renderer .ace-mobile-row-wrap [fieldname="_o_value_already_paid"],
#orders-ed-frm-renderer .ace-mobile-row-wrap [label="Commission"] {
    display: flex;
    justify-content: flex-end;
}
#orders-ed-frm-renderer .ace-mobile-row-wrap [fieldname="_o_value_already_paid"] .ace-efld,
#orders-ed-frm-renderer .ace-mobile-row-wrap [label="Commission"]  .ace-efld {
    text-align: right !important;
}
.ya-state-badge-v2 .ace-efld span {
    background: var(--indicator-red);
}
.ace-collapsible-content .ace-label {
    font-weight: normal !important;
}
.delivery-content {
/*    overflow-y: auto;*/
}
#delivery-shippers-grid, #delivery-orders-grid, #delivery-awb-grid {
    height: calc(100vh - 260px) !important;
}
#delivery-orders-grid .ace-grid .ace-grid-header,
#delivery-awb-grid .ace-grid .ace-grid-header,
#delivery-shippers-grid .ace-grid .ace-grid-header {
    box-shadow: none;
    padding: 0 12px;
}
#delivery-orders-grid .ace-grid-row-lines {
    border-bottom: none;
}
#delivery-awb-grid .ace-collapsible .ace-grid-header {
    padding: 10px;
}
[step]  .ya-interactive-card .ya-state-badge-v2 span {
    background-color: transparent !important;
}
html[dir="ltr"] .ace-filter-widget .ace-filter-clear,

html[dir="ltr"] .ace-badge-normal .ace-badge{
	right: -23px !important;
	left: initial !important;
}
html[dir="rtl"] .ace-badge-normal .ace-badge{
	left: -4px !important;
	right: initial !important;
}

[class*="ace-padding-right-"] .ace-badge {
    left: 18px;
    right: auto;
}
html[dir="ltr"] .ace-filter-widget a:nth-of-type(3).ace-filter-clear,
html[dir="ltr"] .ace-filter-widget a:nth-of-type(2)[class*="filter-trigger"] span {
        left: 67px;
        top: 2px !important;
}
[ace-toggle="action-sheet"]:hover .ace-action-sheet > [action="cancelProduct"] a {
    border: none;
}
#products-grid .ace-grid .ace-grid-body .ace-grid-row {
    padding: 5px 10px;
}
.ace-action-sheet a.ace-action-sheet-action {
    padding: 13.5px !important;
}
#shop-coupons-form .filter-trigger .ace-badge,
#shop-discounts-form .filter-trigger .ace-badge,
#shop-impex-form .filter-trigger .ace-badge{
/*   left: 55px;*/
}
#shop-coupons-form .ace-filter-clear,
#shop-discounts-form .ace-filter-clear,
#shop-impex-form .ace-filter-clear{
   right: 0;
}
#withdraw-panel .ace-bigger-text[fieldname="_uba_name"] {
    color: var(--primary-color);
}
#shop-coupons-filter, #shop-discounts-filter {
    max-width: 120px;
}
.ace-action-title-bar:after {
    display: contents !important;
}

/*
#shop-coupons-form .ace-title-bar,
#shop-discounts-form .ace-title-bar,#shop-impex-form .ace-title-bar {
    background: #fff;
    color: var(--primary-color);
    font-weight: normal;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.12);
}
*/
#shop-impex-form .ace-form-inner,
#shop-discounts-form .ace-form-inner,
#shop-coupons-form .ace-form-inner {
    justify-content: center;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}
#shop-coupons-form .ace-action-title-bar,
#shop-discounts-form .ace-action-title-bar,#shop-impex-form .ace-action-title-bar,
[id$="-form"] .ace-action-title-bar:not(.ignore-form-style) {
    background-color: var(--primary-color) !important;
    color: #ffffff  !important;
    justify-content: space-between !important;
}
#shop-coupons-form .ace-flat-title-bar a,
#shop-discounts-form .ace-flat-title-bar a,#shop-impex-form .ace-flat-title-bar a,
#aswaq-account-withdraw-selection .ace-flat-title-bar a,
#aswaq-account-transfer-selection .ace-flat-title-bar a,
#aswaq-account-withdraw-local-selection .ace-flat-title-bar a,
#aswaq-account-withdraw-qp-selection .ace-flat-title-bar a{
    color: #fff !important;
}
[id*="shop-"] .ace-filter-widget {
    left: 0 !important;
}
.ace-title-bar h2 {
    font-weight: normal !important;
    font-size: 17px;
}
[id^="shop-"] h1 {
    color: var(--primary-color);
    text-align: left;
}
[id^="shop-"] h1 .ace-efld {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block; 
}
.ace-offcanvas-panel .ace-back-button {
    color: var(--primary-color) !important;
}
[id*="shop-"] .ace-form-container  .ace-back-button {
    color: var(--primary-color) !important;
}
[id*="shop-"].from-right .ace-back-button, 
.back-button-form .ace-back-button,
[id$="view-container"]:not([id="messaging-view-container"]) .ace-back-button, 
[id$="-filtering-form"] .ace-back-button,
[id^="context-seller-openinghours-"] .ace-back-button,
[id^="other-account-selection-"] .ace-back-button,
.work-history .ace-back-button,
.schedule-form .ace-back-button,
.schedule-form .ace-back-button,
.white-back-button.ace-back-button {
    color: #fff !important;
}
[action="addNewShopInvoiceCompany"] {
    padding: 8px 8px 8px 12px;
}    
[tag="deliveries"] [id*="delivery-"] .ace-label {
    flex-grow: unset !important;
    text-align: left !important;
}
html[dir="rtl"] [tag="deliveries"] [id*="delivery-"] .ace-label {
    text-align: right !important;
}
#ug-posting-limits h3 select {
    height: 40px !important;
}
.ace-accordion-tabs.payment-method .ace-accordion.ace-active {
    border-radius: 10px !important;
}
[handler='onSCNavigation'] > div {
    justify-content: center;
}
#coupons-grid .ace-grid-body,
#discounts-grid .ace-grid-body {
    padding: 10px;
}
/*#products-grid [class*="ad-online-"],*/
.renew-product .ace-dropdown-trigger-click,
.un-suspend-product .ace-dropdown-trigger-click {
/*    border: solid 1px var(--primary-color);*/
    border-radius: 5px;
    padding-top: 3px;
    font-weight: normal;
    color: #fff;
    background: var(--primary-color);
    max-width: 135px;
}
a[class*="ad-online-"] {
    border: solid 1px var(--primary-color);
    border-radius: 5px;
    width: fit-content;
    white-space: nowrap;
    max-width: max-content;
    min-width: 100px;
    background: #fff;
}
a[class*="ad-online-"] .fa {
    line-height: 1.2em;
}
.renew-product .ace-dropdown-trigger-click{
    border-color: var(--indicator-green);
    background: var(--indicator-green);
    color: #fff !important;
    padding-bottom: 3px;
}
.un-suspend-product .ace-dropdown-trigger-click {
    padding-bottom: 3px;
}
.renew-product a.fa:before,
.un-suspend-product a.fa:before {
    width: 20px;
    display: inline-block; 
}

[action="cancelProduct"]:before {
    width: 17px;
    display: inline-block;
}
#products-grid .ace-grid .ace-grid-body .ace-grid-row, 
#products-grid .ace-grid .ace-grid-body {
    height: auto !important;
}
.ace-width-thumbnail-image {
    width: 60px;
    min-width: 60px;
}
.ace-height-thumbnail-image {
    height: 60px;
    min-height: 60px;
}
.ace-thumbnail-image {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
}
[fieldname="_sent_email_body"] span.ace-efld:first-child {
    overflow-y: scroll;
    max-height: 70vh;
    display: block;
    max-height: calc(100vh - 270px);
}
.nfnc + div [class*="-general-section"] {
    padding-top: 10px;
}
.nfnc:not(.ace-hide) + div [class*="-general-section"] {
    padding-top: 0;
}
.user-login-form .switch-lang a img {
    position: relative;
    top: unset;
    width: auto;
    filter: drop-shadow(1px 1px 1px #ccc);
}

.kl-on-activity-main-menu  .ace-grid-infinite-scroll{
    height: calc(100vh - 220px);
}
.kl-on-activity-main-menu[tag="deliveries"]  .ace-grid-infinite-scroll{
    height: calc(100vh - 260px);
}
#delivery-orders-grid .ace-grid-hide-footer .ace-grid-header {
    padding-top: 10px;
}
[id^="shop-"] .ace-grid-footer {
    display: flex;
    justify-content: center;
    min-height: 40px;
    align-items: flex-end;
}
html[dir="rtl"] [id*="-grid"] .ace-efld,
html[dir="rtl"] #user-groupd-details-form .ace-open-target .ace-efld {
    text-align: right !important;
/*    padding-right: 10px;*/
}
#aquireservices-grid .ace-grid-row {
    padding: 8px;
}
.user-group-default-service-information a.ad-online-view:hover {
    color: rgba(var(--dark-color),0.7);
}

.checkbox-header-title {
	display: inline-flex;
}
.checkbox-header-title begindivwithsubgroups{
	white-space: nowrap;
}
.ya-state-badge {
    position: relative !important;
}
/*
.ace-full-height-minus-80 {
    height: 92% !important;
    height: calc(100% - 80px) !important;
}
*/
html[dir="rtl"] i.fa-angle-left:before {
    margin-right: 6px;
    margin-left: 0;
}
html[dir="rtl"] a .fa:before {
    margin-left: 0 !important;
}
html[dir="rtl"] .filter-trigger .ace-badge {
    left: -25px;
}
html[dir="rtl"] .ace-filter-widget .ace-filter-clear {
    right: auto !important;
    left: -27px !important;
    transform: scale(1);
}
html[dir="rtl"] .ace-filter-widget .ace-badge {
    left: -27px !important;
}
.ace-timeline.history-grid .ace-card {
    margin-top: 10px;
}

#messenger-grid [cidx="0"], #messenger-grid [hcidx="0"] {
    flex-basis:31.33%;
    max-width:31.33%;
}
#messenger-grid [cidx="1"], #messenger-grid [hcidx="1"] {
    flex-basis:36.66%;
    max-width:36.66%;
}
#messenger-grid [cidx="2"], #messenger-grid [hcidx="2"] {
    flex-basis:21.66%;
    max-width:21.66%;
}
#messenger-grid [cidx="3"], #messenger-grid [hcidx="3"] {
    flex-basis:10.33%;
    max-width:10.33%;
}
#messenger-grid [cidx="3"] button {
    margin-left: 35%;
}
.advanced .shippers-countries-grid {
    height: calc(100vh - 460px);
    min-height: 100px;
}
.ace-slider .ace-radio-field label[class*="swiper-slide-"] {
    background-position: top !important;
    transition: ease 0.5s !important;
}
.ace-slider .ace-radio-field label[class*="swiper-slide-active"]:hover {
    background-position: bottom !important;
    transition: ease 2s !important;
}
.kl-template-shopmainimg {
    width: 50%;
    margin: 0 auto;
}
.ace-image-upload-button label:before,
.ace-image-upload-button label:after {
    top: 30px !important;
    bottom: unset !important;
}
.kl-template-shopmainimg .ace-image-upload-button .ace-photo-remove {
    top: 90px;
    bottom: unset;
}
.kl-template-shopmainimg:hover .ace-image-upload-button .ace-photo-remove {
    transform: none;
}
#customize-shop [fieldname="_us_number"] label {
    padding-top: 0;
}

/* ====================== Mobile section ================ */
@media screen and (min-width:991px) {
    #delivery-shippers-grid .ace-grid .ace-grid-body {
        overflow-y: visible;
    }
    #delivery-shippers-grid .ace-grid-header {
        padding-top: 10px;
        padding-bottom: 7px;
    }
    #awb-view-container .ace-form-inner {
        position: relative;
    }
    #awb-view-container .ace-scrollview ~ div {
        position: fixed;
        top: calc(100vh - 210px);
        left: 0;
        right: 0;
    }
    #awb-view-container .ace-vertical-form {
        max-height: calc(100vh - 250px);
    }
    
    .ace-grid-cols-4 .ace-grid .ace-grid-body .ace-grid-row {
        width: 25%;
        max-width: 25% !important;
        flex-basis: 25% !important;
    }
    .ace-grid-cols-3 .ace-grid .ace-grid-body .ace-grid-row {
        width: 33.33%;
        max-width: 33.33% !important;
        flex-basis: 33.33% !important;
    }
    .ace-grid-cols-2 .ace-grid .ace-grid-body .ace-grid-row {
        width: 50%;
        max-width: 50% !important;
        flex-basis: 50% !important;
    }
    #orders-grid .ace-grid .ace-grid-body .ace-grid-row,
    [step="products"] .ace-grid .ace-grid-body .ace-grid-row {
        flex-basis: 50%;
    }
    .promo-section .ace-grid-body {
        margin-bottom: 40px;
    }
    
}

@media screen and (min-width:320px) {
    #messenger-grid .ace-col-delete, #messenger-grid [hcidx="0"] {
/*
        max-width: 80px;
        width: 10% !important;
*/
    }
}
@media (-webkit-min-device-pixel-ratio: 2), not all, (max-width: 737px) and (min-width: 320px), (min-resolution: 192dpi){
    .ace-responsive-grid .ace-grid-cell:before {
        min-width: fit-content;
    }
}

@media screen and (min-width:320px) and (max-width:990px) {
    #customize-shop {
        height: calc(100% - 50px) !important;
    }
/*    user admin*/
    [tag="balance"] .payments-grid {
        margin-right: 0 !important;
    }
    [tag="balance"] .history-grid {
        height: auto !important;
        padding-top: 0;
        padding-right: 0 !important;
        margin-bottom: 0 !important;
    }
    [tag="balance"] .history-grid .ace-grid {
        position: relative;
        max-height: 180px;
        overflow: auto;
    }
    [tag="balance"] .ace-timeline .ace-timeline-icon {
        width: 35px;
        height: 35px;
        flex-basis: 35px;
        min-width: 35px;
    }
    [tag="balance"] .ace-collapsible-content .history-grid .ace-grid-body {
        padding: 0 !important;
    }
    .ace-collapsible-content .ace-grid-hide-footer {
        margin-bottom: 15px;
    }
    .ace-collapsible-card .ace-collapsible.ace-show .ace-collapsible-content {
        max-height: unset !important;
    }
    #wished-grid > .ace-grid,
    #followed-grid > .ace-grid {
         height: calc(100% - 110px);
    }
    .promo-products-grid-section .ace-grid-body {
        max-height: calc(100% - 40px);
        overflow: auto;
        border-bottom: 1px solid #f5f5f5;
    }
    
    .kl-on-activity-main-menu  .ace-grid-infinite-scroll{
        height: calc(100vh - 190px);
    }
    .ace-filter-clear {
        transform: unset !important;
    }
    .delivery-content {
        height: calc(100vh - 230px);
        overflow: auto;
    }
    #delivery-shippers-grid .ace-grid-scrollview .ace-grid-row {
        border-radius: 10px;
        border: solid 1px var(--primary-color);
    }
    #orders-grid .ace-timeline-icon {
        position: unset !important;
    }
    .ace-accordion-tabs .ace-scrollview {
        justify-content: flex-start !important;
    }
    #ace-middle-container {
        position: relative;
    }
    #ace-top-bar {
        position: absolute;
        min-width: 100%;
        bottom: -10px;
        left: 0;
        z-index: 10;
        height: 48px;
    }
    #my-app-top-bar {
        min-width: 100%;
    }
    #my-app-top-bar .ace-advanced-expand,
    #my-app-top-bar .ace-button,
    #my-app-top-bar .kl-other-horizontal-menu{
        display: none;
    }
    .ace-logo{
        position: fixed;
        bottom: -5px;
        left: 0;
        z-index: 100;
        height: 48px;
    }
    html[dir=rtl] #my-app-top-bar .ace-logo{
        right: 0;
        left: auto;
    }
    #my-app-top-bar .ace-horizontal-menu {
        position: fixed;
/*        position: absolute;*/
        bottom: 0;
        left: 0;
        z-index: 9;
        height: 48px;
    }
    [tag] > div > div > .ace-full-height {
        height: calc(100vh - 60px);
    }
    .ya-dashboard .dashboard-element-seller {
        padding-right: 0 !important;
    }  
    #orders-grid.ace-timeline .ace-grid-body{
        background: #fff;
        padding: 15px 10px;
        margin-bottom: 28px;
        margin-left: 0;
        border: 1px solid #eee;
        max-height: 75vh;
    }
    #addressesFormContainer,#accountsFormContainer,#demopass{
        height: calc( 100vh - 50px );
    }
    #withdraw-panel .ace-col-8 {
        padding: 10px;
    }
    .ace-wizzard-step button[action="actualChangeOrderPaymentMethod"].ace-efld,.ace-wizzard-step button[action="cancelChangeOrderPaymentMethod"].ace-efld{
        width: 100% !important;
        text-align: center !important;
    }
    button[action="cancelChangeOrderPaymentMethod"]{
        width: 100%;
        text-align: center;
    }
    .fa.fa.fa-info.ace-icon{
         width: 100%;
         text-align: center;
    }
    #awb-view-container .ace-vertical-form {
        max-height: calc(100vh - 100px);
    }
    button[action="createAWB"] {
        margin-top:-40px;
    }
    #pn-section {
        padding: 30px 5px;
    }
    #pushnotifications-grid .ace-grid-cell{
        max-width: 17%;
        font-size: 12.5px;
        word-wrap: break-word;
/*        word-break: break-word;*/
    }
    #pushnotifications-grid [ridx="0"]{
        align-items: flex-start;
    }
    #postinglimits-grid .ace-col-delete,#postinglimits-grid [hcidx="0"]{
        width: 70px !important;
/*        text-align: center;*/
    }
    #usergroupsadmin-grid [hcidx="0"],#usergroupsadmin-grid [hcidx="1"],#usergroupsadmin-grid [hcidx="2"],#usergroupsadmin-grid [hcidx="3"],#usergroupsadmin-grid [cidx="0"],#usergroupsadmin-grid [cidx="1"],#usergroupsadmin-grid [cidx="2"],#usergroupsadmin-grid [cidx="3"],#contexts-grid [hcidx="0"],#contexts-grid [hcidx="1"],#contexts-grid [hcidx="2"],#contexts-grid [hcidx="3"]{
        flex-basis: 18%;
/*        text-align: center;*/
        font-size: 14px;
    }
    #postinglimits-grid [data-label="Name"],#postinglimits-grid [hcidx="1"],#postinglimits-grid [data-label="Duration"],#postinglimits-grid [hcidx="2"],#usergroupsadmin-grid [hcidx="2"],#contexts-grid [cidx="0"],#contexts-grid [cidx="1"],#contexts-grid [cidx="2"],#contexts-grid [cidx="3"],#orders-ed-frm-renderer [step="bids"] .ace-grid-cell{
        flex-basis: 18%;
/*        text-align: center;*/
    }
    #postinglimits-grid .ace-col-edit,#postinglimits-grid [hcidx="3"],#usergroupsadmin-grid [hcidx="4"],#usergroupsadmin-grid [cidx="4"],#contexts-grid [hcidx="4"],#contexts-grid [cidx="4"]{
        width: 50px !important;
/*        text-align: center;*/
    }

    #postinglimits-grid .ace-grid-header,#usergroupsadmin-grid .ace-grid-header,#pushnotifications-grid .ace-grid-header, #orders-ed-frm-renderer{
        padding: 18px 0;
    }
    #postinglimits-ed-frm-renderer,#orders-ed-frm-renderer {
        overflow: auto;
    }
    [data-label="To"]:before,[data-label="Subject"]:before,[data-label="Creation date"]:before,[data-label="Sent"]:before,[data-label="Type"]:before,[data-label="OS Type"]:before,[data-label="Message"]:before{
        color: var(--primary-color);
    }
    [data-label="Sent"]{
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #eee;
    }
    [section="coupons"] .ace-offcanvas-window,[section="discounts"] .ace-offcanvas-window {
        overflow: auto;
        padding: 10px;
    }
    #contexts-grid .ace-grid-header{
        padding-bottom: 35px;
        box-shadow: 0 2px 1px #999;
        margin-bottom: 5px;
    }
    #orders-ed-frm-renderer .right-payment-control,#orders-ed-frm-renderer .other-payments-available{
        width: 40%;
        flex-basis: 40%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    [step="payment"] .payment-control button.ace-efld, [step="payment"] [value="Change Payment Method"] button.ace-efld {
        width: 100% !important;
    }
    #ace-grouped-topside-container #ace-content{
            max-height: calc(100vh - 12px);
    }
    .ace-accordion-segmented .ace-accordion{
        min-height: 30px;
        margin-top: 10px;
    }
    .ace-accordion-segmented .ace-accordion p{
        white-space: nowrap;
    }
    .kl-services {
        min-height: 100px;
    }
    #messenger-grid [hcidx="0"] {
        max-width: 80px;
        width: 10% !important;
    }
    #messenger-grid [data-label="From"],#messenger-grid [hcidx="0"] {
        word-break: break-all;
    }
    #payment-history-grid-preview .ace-grid-cell:before {
        min-width: 25%;
    }
    #payment-history-grid .ace-grid-cell:before {
        min-width: 20%;
    }
    .ace-segmented button, .ace-segmented a {
        padding: 8px 12px !important;
    }
    #delivery-shippers-grid {
        width: 100%;
        background: #fff;
    }
    #delivery-shippers-grid > div {
        margin: 10px;
    }
    #delivery-shippers-grid [data-label="Shippers"] {
        max-width: 50%;
        padding-left: 10px;
    }
    #delivery-shippers-grid [data-label="Shippers"] ~ div {
        max-width: 45%;
        text-align: right;
    }
    #delivery-shippers-grid .ace-grid-scrollview {
        width: calc(100% - 20px);
    }
    #delivery-shippers-grid .ace-grid-scrollview:hover {
        opacity: 1;
    }

    #delivery-shippers-grid .ace-grid-scrollview > div{
        margin-bottom: 10px;
    }
    #withdraw-panel ace-col-8 {
        padding: 20px;
    }
    [label="Aquire services"] .ace-radio-field {
        flex-direction: column !important;
    }
    [label="Aquire services"] .ace-radio-field label{
        width: 100%;
    }
    [label="Aquire services"] .ace-radio-field .ace-label span:before{
        margin-right: 10px;
    }
    #aquireservices-edit-render [label="Pay with"] label {
        width: 100%;
    }
    #aquireservices-edit-render,#products-filtering-form{
        overflow: auto;
    }
    .oi-grid .ace-grid .ace-grid-header{
        padding: 10px 0;
    }
    #orders-filtering-form [displayname="name"] .ace-radio-field{
        flex-direction: column !important;
    }
    #orders-filtering-form [displayname="name"] .ace-radio-field label:nth-child(2) {
        font-weight: bold;
    }
    .ace-info-side-details [step="rating"] [displayname="name"] .ace-radio-field{
        flex-direction: row !important;
    }
    #delivery-filter{
        min-height: 45px;
    }
    [action="viewEPostServiceDetails"] .ace-icon-circle button .fa {
        margin: 4px !important;
    }
    .ace-accordion.ace-mobile {
        display: flex !important;
    }
    html[dir="ltr"] .ace-wizzard-step [step="payment"].ace-show [action].ace-efld {
        width: 90% !important;
        text-align: center !important;
    }
    
    
    
    
/*    administrator admin    */
    div .ace-ta-lft.ace-col-delete, div .ace-ta-lft.ace-col-edit {
        text-align: center;
    }
    html[dir="rtl"] .ace-horizontal-menu .ace-scrollview {
        margin-left: 50px;
        margin-right: var(--main-spacing) !important;
        padding-left: 0 !important;
    }
    
    .ace-grid-cell:before {
        font-weight: bold;
    }
    .ace-col-edit, .ace-col-delete {
        flex-basis: 16.66%;
        max-width: 16.66%;
/*        padding: 4px 0 !important;*/
    }
    .ace-grid .ace-grid-header .ace-grid-cell {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; 
    }
    #carouselmp-grid .ace-col-9 {
        flex-basis: 50%;
        max-width: 50%;
    }
    #currenciesadmin-grid .ace-col-3,
    #feedbackadmin-grid .ace-col-3 {
        flex-basis: 22.22%;
        max-width: 22.22%;
    }    
    #countriesadmin-grid .ace-col-5 {
        flex-basis: 33.33%;
        max-width: 33.33%;
    }
    #commissionsadmin-grid .ace-col-10 {
        flex-basis: 66.66%;
        max-width: 66.66%;    
    }
    #feedbackadmin-grid .ace-col-7 {
        flex-basis:58.33%;
        max-width:58.33%;
    }
    #tmplimgs-grid .ace-col-1 {
        flex-basis:12.5%;
        max-width:12.5%;     
    }
    [class*="contexts-"] [data-label] {
        overflow-wrap: break-word;
    }
    .contexts-currencies-grid {
/*        height: calc(100vh - 170px);*/
        height: calc(100vh - 115px) !important;
    }
    .contexts-users-grid {
       height: calc(100vh - 195px) !important;
    }
   .contexts-commissions-grid{
        height: calc(100vh - 165px) !important;
    }
   .contexts-commissions-grid .ace-grid-cell:before,
    #transfers-grid .ace-grid-cell:before {
        font-weight:bold;
    }
   .contexts-commissions-grid .ace-col-edit, #users-grid .ace-col-edit {
        flex-basis: 15%;
        max-width: 15%;
        min-width: 100px;
    }
    .ace-col-edit {
        margin: 0 auto;
    }
    .contexts-commissions-grid .ace-col-edit:before, 
    .csrules-grid .ace-col-edit:before, .csrules-grid .ace-col-delete:before {
        display: none;
    }
    html[dir="ltr"] .csrules-grid .ace-col-edit { 
        margin-left: 10px;
    }
    html[dir="rtl"] .csrules-grid .ace-col-edit { 
        margin-right: 10px;
    }
    .ace-title-bar > div, #lousers-ed-frm-renderer .ace-accordion-tabs {
        padding-top: 0;
        border-bottom: 1px solid var(--primary-color) !important;
    }
    .contexts-advertisements-static-section {
        padding: 0 10px 10px;
    }
    #newwithdraw-section  .ace-title-bar {
        height: auto;
        padding: 10px;
    }
    .csrules-grid [data-label="Information"] {
        line-height: 2em;
    }
    #usergroupsadmin-ed-frm-renderer,
    #usergroupscontext-ed-frm-renderer {
        height: calc(100% - 40px);
        overflow: auto;
    }
    [tag="usergroups-section"] #usergroupsadmin-ed-frm-renderer > .ace-form-container,
    [tag="contexts-section"] #usergroupsadmin-ed-frm-renderer > .ace-form-container {
        height: 100%;
    }
    [tag="usergroups-section"] .ace-form-inner {
        height: 100%;
        overflow: auto;
    }
    .o_px-mg {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    /*
    #usergroupsadmin-ed-frm-renderer .kl-container-top {
            height: calc(100% - 185px);
        background: beige;
        z-index: 10;
    }
*/

}

@media screen and (max-width: 990px) and (min-width: 400px){
	.ace-grid-cols-4 .ace-grid .ace-grid-body .ace-grid-row {
        width: 25%;
        max-width: 25% !important;
        flex-basis: 25% !important;
    }
    .ace-grid-cols-3 .ace-grid .ace-grid-body .ace-grid-row {
        width: 33.33%;
        max-width: 33.33% !important;
        flex-basis: 33.33% !important;
    }
    .ace-grid-cols-2 .ace-grid .ace-grid-body .ace-grid-row {
        width: 50%;
        max-width: 50% !important;
        flex-basis: 50% !important;
    }
}

@media screen and (max-width: 768px) {
    html[dir="rtl"] #withdraw-account-form-render .ace-label-align-left > div .ace-efld {
        text-align: right;
        direction: rtl;
    }
    [tag="deliveries"] {
        height: calc(100vh - 50px) !important;
    }
    html[dir="rtl"] .ya-interactive-card-more .ace-dropdown-trigger-click {
        margin: 10px 0 0 0 !important;
        padding: 12px;
    }
    .ya-interactive-card {
        margin-top: 0 !important;
/*        overflow: hidden;*/
    }
    .ya-interactive-card .ace-collapsible {
        margin-top: 1px;
    }
    .ace-tab-header {
        padding-right: 25px;
        padding-left: 25px;
    }
    [step="products"] [fieldname="_oi_shipping_status"] {
        margin-bottom: 5px;
    }
    [step="products"] .ace-entry-card > .ace-col-10 {
        flex-basis: 83.33%;
        max-width: 83.33%;
    }
    [step="products"] .ace-entry-card > .ace-col-2 {
        flex-basis: 16.66%;
        max-width: 16.66%;
    }
    #coupons-grid .ace-grid-row {
        flex-basis: 100%;
        max-width: 100%;
    }
    #delivery-filter {
        margin-top: 10px;
        position: relative;
    }
    #delivery-filter:before {
         display: block;
    }
    #delivery-filter:after {
         display: block;
         animation: 4s ease 0s normal none infinite swipe;
    }
    .ace-horizontal-menu .ace-scrollview {
        justify-content: flex-start !important;
    }
    .ace-grid .ace-grid-body {
        padding-right: 10px;
    }
    #delivery-shippers-grid, #delivery-orders-grid, #delivery-awb-grid {
        height: calc(100vh - 100px) !important;
    }
    .ace-segmented button.ace-active {
/*
            min-width: calc(100% + 20px);
    border-radius: 7px !important;
*/
    }
    #accounts-view-container + .ace-accordion-tabs > .ace-scrollview {
        justify-content: center;
    }
    #coupons-grid .ace-grid-row, #discounts-grid .ace-grid-row {
        flex-basis: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
}

@media screen and (max-width: 768px) and (min-width: 400px){
    [class*="ace-grid-cols-"] .ace-grid .ace-grid-body .ace-grid-row {
        width: 100%;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
    #messenger-grid [hcidx="2"], #messenger-grid [cidx="2"]{
        width: 35% !important;
    }
    #orders-grid .ace-col-5 {
        flex-basis: 41.66% !important;
        max-width: 41.66% !important;
    }
    #orders-grid .ace-col-7 {
        flex-basis: 58.33% !important;
        max-width: 58.33% !important;
    }
}

@media screen and (min-width:320px) and (max-width:680px) {
    .ace-slider .ace-radio-field .ace-label span:before,
    .swiper-container-tricarousel .ace-label:after {
        opacity: 0.01 !important;
    }
    #shop-form .swiper-wrapper {
        justify-content: unset;
    }
    
    [tag="balance"] .ace-card {
        padding: calc( var(--main-spacing));
    }
    [tag="balance"] .ace-card .ace-display-field {
        flex-direction: row-reverse;
    }
    [tag="balance"] .ace-card .ace-display-field .ace-label {
        min-width: 115px;
        margin: 0;
    }
    [tag="balance"] .ace-card .ace-display-field .ace-efld {
        white-space: nowrap;
    }
    .coupons-view-container .grid-controls,
    .discounts-view-container .grid-controls { 
        justify-content: center;
    }
    .kl-shop-element .ace-grid-body,
    .kl-shop-element .ace-grid-row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .user-login-form .ace-form-container {
        position:absolute !important;
        bottom:0;
        width:325% !important;

        border-radius:0 !important;
        background:rgba(var(--light-color),0.6) !important;
        padding: 18px 25px 35px 25px !Important;
    }
    .user-login-form a img{
        top:-140px;
        width:98px;
    }
    .user-login-form .ace-form-container .ace-text-field input{
        background:transparent;
    }
    #users-grid .ace-col-edit::before{
        content: ''
    }
    [section="balance"] .ace-grid {
        height: calc(50vh - 200px);
    }
    #ace-grouped-topside-container .ace-app-edit-windwow{
        height: calc(100vh - 50px) !important;
    }
    [section="balance"] .ace-button-field {
        text-align: center;
    }
    [tag="email-general-section"] {
        color:blue;
    }
    #user-auto-search .ace-field-container {
        padding-left: 0;
        padding-right: 0;
        font-size: 16px !important;
    }
    #users-filtering-form input {
        height: 22px;
        padding: calc(var(--main-spacing) - 10px) 0;
    }
    #users-filtering-form select {
        height: 25px;
        padding: calc(var(--main-spacing) - 12px) 0;
    }
    .ace-label-align-top > div {
        justify-content: flex-end;
        margin: 0px 0;
    }
    .ace-label-align-top .ace-label {
        display: flex;
        align-items: center;
        margin-right: 10px
    }
    .ace-combo-field .ace-efld {
        width: 70%;
    }
    .admin-ci .ace-padding-top-15,.contact-information .ace-padding-top-15{
        padding-top: 0;
    }
    .admin-ci [fieldname="_user_email"] label,.admin-ci [fieldname="_user_mobile_country_prefix"],.admin-ci [fieldname="_user_phone_country_prefix"],.contact-information [fieldname="_user_mobile_country_prefix"],.contact-information [fieldname="_user_phone_country_prefix"]{
        width: 40% !important;
    }
    .admin-ci [fieldname="_user_mobile_country_prefix"] input,.admin-ci [fieldname="_user_phone_country_prefix"] input,.contact-information [fieldname="_user_mobile_country_prefix"] input,.contact-information [fieldname="_user_phone_country_prefix"] input{
        width: 35% !important;
    }
    .admin-ci [fieldname="_user_mobile_country_prefix"] label,.admin-ci [fieldname="_user_phone_country_prefix"] label,.contact-information [fieldname="_user_mobile_country_prefix"] label,.contact-information [fieldname="_user_phone_country_prefix"] label{
        width: 65%;
    }
    #user-auto-search{
        max-height: 400px;
    }
    #user-auto-search [agrid="true"] {
        background: #f7f6f6;
        border: solid 1px #eee;
    }
    #user-auto-search .ace-grid-pagination {
        background: #fff;
        border: solid 1px var(--primary-color);
    }
    #user-auto-search .ace-field-container {
        font-size: 14px !important;
        max-height: 275px;
        overflow: auto;
    }
    .ace-switch-field .ace-label span{
        height: 25px;
    }
    [onchange="onChangeOrderRating"] label {
        margin-right: 0 !important;
    }
}

@media screen and (min-width:320px) and (max-width:440px) {
    .line-menu .ace-segmented button {
        margin-left: 0px !important;
        padding-left: 4px !important;
        padding-right: 10px !important;
    }
    .ya-interactive-card .ace-dropdown-trigger-click {
        padding: 12px;
    } 
    .kl-orders-list {
        flex-wrap: wrap !important;
    }
    .ace-segmented a {
        padding: 8px 3px !important;
    }
    .ace-display-field > .ace-efld {
/*        display: grid;*/
    }
    .kl-balance-elements {
            padding: calc( var(--main-spacing)) 0 !important;
    }
    .kl-balance-elements [data-label]:before {
        min-width: 60px !important;
    }
    .kl-balance-elements .ace-responsive-grid .ace-grid-cell {
        max-width: 100%;
        flex-basis: 100%;
    }
    .ace-row.ace-mobile-row-wrap {
        z-index: 2;
        position: relative;
    }
    [step="products"] [fieldname="_oi_shipping_status"], #wished-grid [action="removeFromWishedList"], #products-grid [action="cancelProduct"], #followed-grid [action="removeFromFollowedList"] {
        padding: 2px 0px 0;
    }
}





/*Mobile section for desktop resolutions (>990px)*/

@media (-webkit-min-device-pixel-ratio: 3),(-moz-device-pixel-ratio: 3),
    (min-width:320px) and (max-width:737px),
    (min-resolution: 192dpi){
    .ace-horizontal-menu .ace-scrollview a{
        display: flex !important;
        padding: 0 15px !important;
        margin: 0 5px;
        z-index: 101 !important;
    }
    .ace-mobile-offcanvas-panel.from-left, .ace-offcanvas-panel.from-right{
        width: auto;
        height: calc(100vh - 50px);
    }
    [tag="shop"] .ace-row.ace-mobile-row-wrap.ace-container{
        height: 220vh;
    }
}
@media (-webkit-min-device-pixel-ratio: 3),(-moz-device-pixel-ratio: 3),
    (min-width: 990px),
    (min-resolution: 192dpi){
    #delivery-shippers-grid{
        flex-basis: 16.6%;
    }
    .ace-column-strech #delivery-orders-grid.ace-full-height{
         flex-basis: 83.33%;
    }
    #delivery-orders-grid .ace-tiny-image{
        max-height: 80px;
    }
    #delivery-orders-grid .ace-collapsible-content .ace-grid-scrollview .ace-grid-checkboxcol-cell + div{
        flex-basis: 16.5%;
        max-width: 16.5%;
    }

    #delivery-orders-grid .ace-grid-scrollview img{
        height: 80px;
        width: auto;
        max-width: 80%;
    }
}

@media (min-width: 990px) and (min-resolution: 192dpi){
    .ace-logo{
        position: fixed;
        bottom: -7px;
        left: -5px;
        z-index: 5;
        height: 48px;
    }
}

@media (orientation:portrait) and (max-height: 1280px) {
    [tag="shop"] .ace-row.ace-mobile-row-wrap.ace-container{
        height: 70vh;
    }
    [tag="shop"] .ace-container{
        height: 160vh;
    }
    [tag="shop"] .ace-container.shop-top{
            height: 25vh !important;
    }
    [tag="shop"] .css-mb {
        margin-top: -50px;
    }
    [tag="shop"] .css-mb + div .special-button {
        margin-top: 0px;
    }
}

@media (orientation:portrait) and (max-height: 990px) {
    [tag="shop"] .ace-row.ace-mobile-row-wrap.ace-container{
        height: 100vh!important;
    }
    [tag="shop"] .ace-container{
        height: 130vh !important;
    }
    [tag="shop"] .ace-container.shop-top{
            height: 50vh !important;
    }
    [tag="shop"] .css-mb {
        margin-top: -50px !important;
    }
    [tag="shop"] .css-mb + div .special-button {
        margin-top: 10px;
    }
}
@media (orientation:portrait) and (max-height: 768px) {
    [tag="shop"] .ace-row.ace-mobile-row-wrap.ace-container{
        height: 145vh !important;
    }
    [tag="shop"] .ace-container{
        height: 100vh !important;
    }
    [tag="shop"] .ace-container.shop-top{
            height: 60vh !important;
    }
    [tag="shop"] .css-mb {
        margin-top: -40px;
    }
    [tag="shop"] .css-mb + div .special-button {
        margin-top: 20px;
    }
}
@media (orientation:portrait) and (max-height: 480px) {
    [tag="shop"] .ace-row.ace-mobile-row-wrap.ace-container{
        height: 200vh !important;
    }
    [tag="shop"] .ace-container{
        height: 70vh !important;
    }
    [tag="shop"] .ace-container.shop-top{
            height: 70vh !important;
    }
    [tag="shop"] .css-mb {
        margin-top: -50px;
    }
    [tag="shop"] .css-mb + div .special-button {
        margin-top: 30px;
    }
}

#abb-account-selection-form,
#currency-exchange-selection-form,
#currency-edit-selection-form,
#kyc-contract-signature-form,
.ace-form-popup{
	background-color: rgba(0,0,0,0.6);
}

.user-login-form {
	background-color: initial;
}

.color-red{
	color: var(--indicator-red);
}

.ace-full-button-length button{
	width: 100%;
}

html[dir="ltr"] .ace-grid-cell-template .ace-form-container {
	padding-right:10px;
}
html[dir="rtl"] .ace-grid-cell-template .ace-form-container {
	padding-left:10px;
}

.ace-small-grid-button .ace-grid-action-button{
    padding: var(--main-spacing);
} 
html[dir="ltr"] .ace-small-grid-button .ace-grid-action-button{
	margin-left:5px;	
}
html[dir="rtl"] .ace-small-grid-button .ace-grid-action-button{
	margin-right:5px;	
}
.ace-prompt-inner-el{
	width:  70%;
}

.kyc-signature-canvas{
  width: 75%;
  height: 25%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
  border: 1px solid black;
}

.ace-normalize-grid-height .ace-grid{
	height: auto;
	position: initial;
}
.ace-normalize-grid-height .ace-grid .ace-grid-body{
	height: auto;
}

.ace-warning-banner {
    background: red;
    color: white;
    text-align: center;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
}

.date-picker-expl{
    border-bottom: 1px solid blue;
    border-radius: 50px;
    margin-bottom: 20px;
}

.day-border-left .fast-day,
.day-border-left [name="day-filter-secondary"] {
    border-left: 1px solid blue;
}

.aswaq-margin-top-minus-50 {
    margin-top: -50px;
}

#amlto-form .to-title-bar{
    margin-top: 50px;
}

.red-button-color button span{
    color: red;
}

.ace-flat-button button{
    padding:5px;
}

.ace-red {
    color: red;
}

.ace-green {
    color: green;
    font-weight: bold;
}

.ace-grid-action-button.ace-red-lock{
    color: red;
    background: white;
}

.ace-grid-action-button.ace-green-lock{
    color: green;
    background: white;
}

.grid-data-area .ace-grid .ace-grid-body .ace-grid-row {
    min-height: auto;
    padding: 1px;
}

.aswaq-simple-bold{
    font-weight: bold;
}

.aswaq-simple-border{
    border:1px solid gray;
}

.aswaq-simple-border-top{
    border-top:1px solid gray;
}

.aswaq-view-on-row-hover {
    display: none;
}

.ace-grid-row:hover .aswaq-view-on-row-hover {
    display: block;
}

.ace-exterior-autocomplete .ace-grid-auto-complete {
    width: 200% !important;
    max-width: 200% !important;
}

.ace-display-red .ace-efld{
    color: red;
}
.ace-display-green .ace-efld{
    color: green;
}

.ace-with-details-info { display: none; }
.ace-with-details-info-view .ace-with-details-info { display: initial; }

html[dir="ltr"] [section="history"] .ace-grid-groupped-header-col.ace-grid-grouped-header-col-last:after {
    right: -25px;
}
html[dir="rtl"] [section="history"] .ace-grid-groupped-header-col.ace-grid-grouped-header-col-last:after {
    left: -25px;
}

.ace-full-presentation-grid-form .ace-grid .ace-presentation-container > .ace-presentation-info .ace-form-inner {
    height: 100%;
}

.ace-warning-link a{
    color: red;
}

.ace-green-button button {
    background-color: green;
    color: white;
}
.ace-green-button button:hover {
    background-color: darkgreen;
}
.ace-red-button button {
    background-color: red;
    color: white;
}
.ace-red-button button:hover {
    background-color: darkred;
}

.adjustment-details-canvas {
    font-size:small;
}
.table-adustment, .table-adustment td, .table-adustment th {
    border: 1px solid black; border-collapse: collapse;
    font-size:small;
}.table-adustment td,.table-adustment th{padding:5px;}

.ace-white-space-normal {
    white-space: normal !important;
}


.aa-blue-border {
    border: 1px solid blue;
}

.ace-mask-div:before {
    font-size: 3em;
    color: var(--primary-color)
}