@import url(bootstrap-side-modals.css);
@import url(jquery.uploader.css);

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
  border: 0px solid red;
}
.app-brand-logo.demo img {
  width: 180px !important;
}
.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Add on
******************************************************************************/
/* reset forms */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
input[type=number].noArrow { -moz-appearance: textfield;}
.hidden{display: none;}

.avatar .avatar-initial {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #8592a3;
  font-weight: 700;
}
.rounded-circle {
  border-radius: 50% !important;
}

.report th{
  text-align: center !important;
}
.report th{
  vertical-align: middle;
}

.form-control-custom{
  padding: 0.272375rem 0.875rem !important;
}

.container-count{
  position: relative;
}
.input-count{
  position: absolute;
  right: 0px;
  font-size: 10px !important;
}

.wrap-count{
  position: relative;
}
.count-me{
  position: absolute;
  right: 10px;
  font-size: 10px !important;
}

.text-grad{
  background: #F2812D;
  background: linear-gradient(to right, #F2812D 0%, #87C3B5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*select 2*/
.select2-container--default .select2-selection--single{
  background-color: #fff;
  border: 1px solid #d9dee3 !important;
	border-radius: 0.375rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 32px !important;
  font-size: 10px !important;
  font-size: 0.9375rem !important;
  color: #697a8d important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 14px !important;
}
.select2-selection {
  height: 34px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  margin-top: 3px !important;
  margin-right: 10px !important;
}
.select2-selection--multiple{
  overflow: hidden !important;
  height: auto !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #29a68b !important;
  color: #fff;
  border: 0px solid #d9dee3 !important;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 2px;
  margin-top: 2px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  font-size: 0.8em !important;
  padding-right: 10px !important;
  line-height: 26px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 0px solid #aaa !important;
  font-size: 1.1em !important;
  padding: 0 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 0px solid #aaa !important;
  color: #fff !important;
  padding: 0 6px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  cursor: pointer;
  background-color: #29a68b !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #d9dee3 1px !important;
  outline: 0;
}
.select2-container .select2-selection--multiple {
  display: block;
  height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-left: -10px !important;
}

.onboarding .item { display:none;}
.onboarding .active { display:block !important;}

.nav-tabs .nav-link.active {
  border-bottom-color: #5E61FF !important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
  background-color: #fff !important;
  border-bottom: 2px solid #5E61FF;
}
.nav-tabs .nav-item .nav-link:not(.active){
  background-color: #fff !important;
}
.nav-link {
  display: block;
  padding: 0.25rem 0.5rem !important;
  color: #8e9baa;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

/* store cover */
.store-cover{
  background-repeat: no-repeat !important; 
  background-attachment:scroll !important;
  background-size: cover !important;
  background-position: top center  !important;
}

/* products */
.product-img-wrapper{
  border: 1px solid #e7e7e7;
  background-repeat: no-repeat !important; 
  width: 100% !important; 
  height: 130px !important; 
  background-attachment:scroll !important;
  background-size: cover !important;
  background-position: top center  !important;
}
.product-img-wrapper-sm{
  border: 1px solid #e7e7e7;
  background-repeat: no-repeat !important; 
  width: 64px !important; 
  height: 64px !important; 
  background-attachment:scroll !important;
  background-size: cover !important;
  background-position: top center  !important;
}
.product-img-wrapper-thumb{
  border: 1px solid #e7e7e7;
  background-repeat: no-repeat !important; 
  width: 100% !important; 
  height: 80px !important; 
  background-attachment:scroll !important;
  background-size: cover !important;
  background-position: top center  !important;
}
.product-img-wrapper-pos{
  border: 1px solid #e7e7e7;
  background-repeat: no-repeat !important; 
  width: 100% !important; 
  height: 80px !important; 
  background-attachment:scroll !important;
  background-size: cover !important;
  background-position: top center  !important;
  object-fit: cover;
  object-position: center;
}
.product-list:hover .edit-product-icon{
	display: block;
}
.product-list .edit-product-icon{
  display: none;
  position: absolute;
  right: 3px;
  top: -1px;
}
.product-img-wrapper.grayscale{
  filter: grayscale(100%);
}

.form-switch, .form-check-input{
  cursor: pointer !important;
}
.min-height-60{
  min-height: 60px !important;
}

/* search form */
.search{
  position: relative;
}
.search input:placeholder-shown+button {
  opacity: 0;
  pointer-events: none;
}
.search button {
  position: absolute;
  border: none;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 16px;
  font-size: 12px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  padding: 0;
  outline: none;
  cursor: pointer;
  transition: .1s;
}

/* fixed coloum */
.table.fixed th:first-child{
  position:sticky;
  left:0px; 
}
.table.fixed td:first-child{
  position:sticky;
  left:0px;
  background-color: rgba(255, 255, 255, 0.90);
}

.table.fixed-last th:last-child{
  position:sticky;
  right:0px; 
}
.table.fixed-last td:last-child{
  position:sticky;
  right:0px;
  background-color: rgba(255, 255, 255, 0.90);
}

/*
  Select alternatives
*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-weight: normal;
  height: 34px;
  line-height: 34px;
  outline: none;
  padding-left: 8px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover { border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus { border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; 
  }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* sortable drag */
.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
  cursor: grab !important;
}
.store-sort{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.store-sort li{
  margin-bottom: 5px;
}

/*accordion arrow*/
.accordion-button::after {
  position: absolute;
  left: 0px;
}
.accordion-button {
  margin-left: 10px;
}
.accordion-button{
  background: transparent !important;
}
.accordion .accordion-item.active button div:last-child{
  display: none;
}
.text-low{
  color: #CBCED5 !important;
}

/*eye*/
.password-group {
  position: relative;
}
.password-group > input {
  width: 100%;
}
.password-visibility {
  position: absolute;
  right: 14px;
  top: 38px;
  z-index: 99999;
}

/*auto fill*/
.autofill-dropdown-menu li{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width:99% !important;
}

/*search box*/
.search-box .has-search { position: relative;}
.search-box .has-search .form-control { padding-right: 2.375rem;}
.search-box .has-search .form-control-feedback { position: absolute; z-index: 2; display: block; width: 2.375rem; height: 2.375rem; line-height: 2.375rem; text-align: center; pointer-events: none; color: #aaa; right: 0; top: 0px;}

/* */
.always-show.ps > .ps__rail-x, .always-show.ps > .ps__rail-y { opacity: 0.1; }

/*brand*/
.brand-logo-wrapper{}
.brand-logo-thumb{
  height: 100px;
  width: 100px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
}
.brand-logo-thumb-sm{
  height: 60px;
  width: 60px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
}
.brand-logo-thumb.isDisabled, .brand-logo-thumb-sm.isDisabled{
  filter: grayscale(100%);
}


.disabled-link{
  cursor: default;
  pointer-events: none;        
  text-decoration: none;
  color: grey;
}

.img-nodata{
  width: 80px;
}
.img-onboarding{
  width: 200px;
}

/* multi select */
.multi-select-container {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
}

.multi-select-menu {
  position: absolute;
  left: 0;
  top: 0.8em;
  float: left;
  min-width: 100%;
  background: #fff;
  margin: 1em 0;
  padding: 0.4em 0;
  border: 1px solid #e8e8e8;
  display: none;
}

.multi-select-menu input {
  margin-right: 0.3em;
  vertical-align: 0.1em;
}

.multi-select-button {
  width: 100%;
  display: inline-block;
  padding: 0.2em 0.6em 0em 0.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  background-color: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  cursor: default;
  height: 40px;
}

.multi-select-button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: #E8E8E8 transparent transparent transparent;
  margin-left: 0.4em;
  vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu { 
  display: block; 
  padding: 10px;
}

.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent;
}
.multi-select-presets label{
  display: block;
}
.multi-select-menuitems{
  /*margin-top: 6px;*/
  padding: 10px 0;
  border-top: 1px solid #E8E8E8;
}
.multi-select-menuitems label{
  display: block;
}

.filter-custom .multi-select-container .multi-select-button{
  padding: 0.5em 0.6em 0em 0.6em !important;
}
.filter-custom .multi-select-container .multi-select-menuitems{
  margin-left: 25px !important;
}
.multi-select-presets{
  /* margin-left: 25px !important; */
}

.filter-custom .multi-select-menuitems {
  border-top: 0px solid #E8E8E8 !important;
}

.bg-login{
  background-image: url('../img/backgrounds/bg-logomark.png');
  background-repeat: no-repeat !important; 
  background-attachment:scroll !important;
  background-size: cover !important;
  background-position: top left  !important;
}
/* OTP */
.digit-group{
  margin-bottom: 40px;
  text-align: center;
}
.digit-group input {
  font-size: 24px;
  border-radius: 5px;
  width: 52px;
  height: 62px;
  border: none;
  text-align: center;
  margin: 0 2px;
  border: 1px solid #f38120;
  padding: 4px;
}

/*date range */
.daterangepicker .ranges li.active{
  background-color: #29a68b !important;
}

/*upload file*/
.upload-bulk input{
  position: absolute;
	margin: 0;
	padding: 0;
	outline: none;
	opacity: 0;
	width: 100%;
  height: 100%;
  cursor: pointer;
}

.w-f120{
  width: 120px;
}

/*POS*/
.posList a.active{
  color: #ffffff !important;
}
.text-grays{
  color: #A1A1A1;
}

/*overide*/
.sticky-sm-top {
	top: 20px !important;
}

.box{
  display: none;
}
.sticky-sm-top{
  z-index: 1 !important;
}

/*reset button */
.search-box .has-search { position: relative;}
.search-box .has-search input:placeholder-shown+button {
  opacity: 0;
  pointer-events: none;
}
.search-box .has-search button {
  position: absolute;
  border: none;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 12px;
  font-size: 14px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  padding: 0;
  outline: none;
  cursor: pointer;
  transition: .1s;
}
.search-box input::placeholder {
  color: #8E8D8D !important;
  opacity: 1;
}

/* qr template */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
  color: unset;
}

.theme-one{background: rgb(255,0,170);background: linear-gradient(354deg, rgba(255,0,170,1) 0%, rgba(255,85,0,1) 51%); color: #fff;}
.theme-one .logos{width: 140px; height: 140px; background: #ffffff; border-radius: 50%; top: 15px; right: 15px;}
.theme-one .logos img{width: 100px !important; height: 100px !important;}
.theme-one .imgBackground{background-repeat: no-repeat !important; background-attachment: scroll !important; background-size: cover !important; background-position: center center !important; height: 420px;}
.theme-one svg{fill: #ff5500;}
.theme-one .spacerTop{margin-top: -60px;}
.theme-one .qrsize{max-width: 180px;}
.theme-one .helperContainer{width: 300px;}
.theme-one .oobe{width: 100px;}

