div#app-settings {
    display: none;
}
[dir=ltr] .dropdown-toggle::after{
    display: none;
}
.page__container .card.card-form {
    min-height: 70vh;
}
.page__container .card.card-form.profile{
    min-height: 10vh;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
ul.permissions {
    margin-bottom: 1rem;
    padding: 0 0;
    list-style: none;
}
ul.permissions li{
    padding: 5px 0;
}
.ml-x-14 {
    margin-left: -14px;
}
.form-control-flush{
    border-bottom: 1px dashed !important;
}
.inline-span {
    padding: 5px 0px;
    display: inline-flex;
}
.bold{
    font-weight: 500;
    display: flex;
    padding: 0px 2px;
}
.bold-block{
    display: block;
}
.layout-login-centered-boxed-form{
    padding: 2rem;
    position: relative;
    max-width: 26rem;
    margin: 2rem 0;
}
@media screen and (min-width: 768px){
    .layout-login-centered-boxed-form{
        min-width: calc(580px + 3rem * 2) !important;
        padding: 2rem;
    }
}
@media screen and (max-width:768px){
    .layout-login-centered-boxed__form, .layout-login-centered-boxed-form{
        max-width: 100% !important;
        margin: 2rem auto !important;
    }
}

.form-group p{
    padding: 5px 0px;
    margin: 2px auto;
    line-height: 2;
}
.blocked{
    display: none !important;
}
.lds-default {
    display: flex;
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
  }
  .lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgb(109, 200, 236);
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
  }
  .lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
  }
  .lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
  }
  .lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
  }
  .lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
  }
  .lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
  }
  .lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
  }
  .lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
  }
  .lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
  }
  .lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
  }
  .lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
  }
  .lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
  }
  .lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
  }
  @keyframes lds-default {
    0%, 20%, 80%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
  }

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 200px;
    background: #fff;
    border: 1px solid #29d;

    overflow: hidden;
  }

  .pace .pace-progress {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    max-width: 200px;
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #29d;
  }

  .pace.pace-inactive {
    display: none;
  }
  .toast-error {
    background-color: #bd362f!important;
}

.file_name{
    display: none;
    color:#7DC668;
}
.loading_area{
  text-align: center;
  margin-top: 90px;
  display: none;
}
.bar{
  background-color: #ccc;
  width:100%;

}
.progress_bar{
  margin: 10px 0;
  padding: 2px 0;
  background-color: #FE9900;
  width:0%;
  box-shadow: none;
    border-radius: 3px;
    background-image: none;
    -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -ms-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);

}
.form_loading {
    z-index: 1;
    margin: 10px auto;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #FE9900;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.custom-control-label::before{
    border-color:#222!important;
}
.ql-container{
    overflow-y: scroll;
}
.select2-container--open .select2-results{
    height: 300px;
    overflow-y: scroll;
}
.cardHeading{
  margin: 3px auto;
  border-bottom: 1px solid #222;
}
.card-form.profile .card-body {
  /* padding: 0.5875rem; */
}

/* upload dropbox */
.formpanel .formrow {
  margin-bottom: 15px;
}
.uploadphotobx {
  border: 3px dashed #ddd;
  background: #eee;
  padding: 50px 30px;
  text-align: center;
}
.uploadphotobx i {
  font-size: 50px;
  color: #999;
  display: block;
  margin-bottom: 15px;
}
.uploadphotobx h4 {
  font-size: 30px;
  color: #777;
}
.userccount p {
  text-align: center;
  line-height: 24px;
  color: #999;
}
.uploadphotobx p {
  font-size: 18px;
  margin-top: 5px;
}
.uploadphotobx .uploadBox {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  margin: 20px 0 0 0;
  overflow: hidden;
  background: #555;
  display: inline-block;
  position: relative;
}
.uploadphotobx .uploadBox input[type="file"] {
  cursor: inherit;
  display: block;
  font-size: 1px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  cursor: pointer;
}
.fileattached {
  background: #f6f6f6;
  border: 1px solid #ddd;
  padding: 7px 10px;
  margin-top: 5px;
}
.fileattached img {
  width: 50px;
  float: left;
  margin-right: 10px;
  height: 50px;
}
.fileattached span {
  display: inline-block;
  padding-top: 8px;
  font-weight: 600;
  color: #555;
  font-size: 13px;
}
.fileattached i {
  float: right;
  font-size: 20px;
  color: #84bc25;
  margin: 5px 0 0 0;
}
.imagePreview{
  margin: 5px auto;
  width: 150px;
}
.clear-both {
  clear: both;
}
.user-view label {
  font-weight: 600;
}
#productbarcode {
  width: 100%;
  height: 100%;
}
td .productbarcode {
  width: 100%;
  height: 40px;
}

tr.out_of_stock {
  border: 2px solid #f0c7c7;
  background-color: #f2e1e1;
}
/* Shopping cart */

.shopping-cart {
  /* width: 750px;
 
  margin: 80px auto;
  background: #FFFFFF;
  box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
  border-radius: 6px; */

  display: flex;
  flex-direction: column;
  height: 75vh;
}
.shopping-cart-list,.shopping-cart-product-list {
  height: 60vh;
  overflow: scroll;
}
.shopping-cart-search-product-list{
  height: 51vh;
  overflow: scroll;
}
.payment-method, .payButton {
  padding: 10px 10px;
  text-align: center;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
  cursor: pointer;
  height: 60px;
  margin: 3px auto;
}
.payment-method span{
  text-align: center;
  font-size: 9pt;
  width: 100%;
  padding: 10px 0px;
  margin: 0 auto;
  display: block;
}
.payButton{
  margin-top: 10px;
  background-color: #fbb245;
}
.error_message{
  font-size: 10pt;
  color: #bd362f;
}
.payment-heading {
  font-weight: 500;
  font-size: 12pt;
  padding: 5px 5px;
}
.payButton span{
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  display: block;
  font-size: 10pt;
  width: 100%;
  font-weight: 600;
}
.shopping-cart .title {
  height: 60px;
  border-bottom: 1px solid #E1E8EE;
  padding: 20px 0;
  color: #222;
  font-size: 18px;
  font-weight: 500;
}
.shopping-cart .search-panel{
  border-bottom: 1px solid #E1E8EE;
  padding: 10px 0px;
}
 
.shopping-cart .item {
  padding: 10px 10px;
  height: 90px;
  display: flex;
  border-bottom:  1px solid #E1E8EE;
  
}
.shopping-cart .shopping-cart-product-list .item:hover, .shopping-cart-search-product-list tr:hover{
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
  cursor: pointer;
}
 
.shopping-cart .item:nth-child(1) {
  /* border-top:  1px solid #E1E8EE; */
}
.product-desc {
  font-size: 14px;
}
.product-desc p:nth-child(1){
  font-weight: 500;
}
.payment-method.active {
  background-color: orange;
  color: #fff;
}

.shopping-cart  .buttons {
  position: relative;
  padding-top: 30px;
  margin-right: 60px;
}
.shopping-cart .delete-btn,
.shopping-cart .like-btn {
  display: inline-block;
  Cursor: pointer;
}
.shopping-cart  .delete-btn {
  width: 18px;
  height: 17px;
  background: url('../images/delete-icn.svg') no-repeat center;
}
.clear-shopping-cart {
  width: 30%;
  margin: 0 auto;
  cursor: pointer;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid #F55253;
  border-radius: 0.5rem;
  padding: 5px 20px;
  margin-right: 5px;
}
.clear-shopping-cart i {
  font-size: 43px !important;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.clear-shopping-cart span{
  display: block;
  font-size:9pt;
  color:#F55253;
  text-align: center;
}
.shopping-cart-bottom-list {
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
  /* padding: 10px 10px; */
}

.shopping-cart-bottom-list .item{
  border-bottom: 0px;
}
.shopping-cart-bottom-list .description{
  width:20%
}
.shopping-cart-bottom-list .description span:nth-child(1){
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 2%;
}
.shopping-cart-bottom-list .description span:nth-child(2){
  font-weight: 600;
  color:#222;
  margin-left: 2%;
  
}

.shopping-cart .is-active {
  animation-name: animate;
  animation-duration: .8s;
  animation-iteration-count: 1;
  animation-timing-function: steps(28);
  animation-fill-mode: forwards;
}
 
@keyframes animate {
  0%   { background-position: left;  }
  50%  { background-position: right; }
  100% { background-position: right; }
}

.shopping-cart .image {
  margin-right: 50px;
}
 

.shopping-cart .description {
  padding-top: 10px;
  margin-right: 60px;
  width: 40%;
}
 
.shopping-cart .description span {
  display: block;
  font-size: 14px;
  color: #43484D;
  font-weight: 400;
}
 
.shopping-cart .description span:first-child {
  margin-bottom: 5px;
}
.shopping-cart .description span:last-child {
  font-weight: 300;
  margin-top: 8px;
  color: #86939E;
}

.shopping-cart .quantity {
  padding-top: 20px;
  width: 20%;
  margin: 0 auto;
  text-align: center;
}
.shopping-cart .quantity input {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 50%;
  font-size: 10pt;
  color: #43484D;
  font-weight: 300;
}
 
.shopping-cart-product-list .description {
  margin: 0 auto;
}

.shopping-cart button[class*=btn] {
  width: 30px;
  height: 30px;
  background-color: #E1E8EE;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.shopping-cart .minus-btn img {
  margin-bottom: 3px;
}
.shopping-cart .plus-btn img {
  margin-top: 2px;
}
 
.shopping-cart button:focus,
.shopping-cart input:focus {
  outline:0;
}

.shopping-cart .total-price {
  width: 20%;
  padding-top: 27px;
  text-align: center;
  font-size: 10pt;
  color: #43484D;
  font-weight: 300;
}

@media (max-width: 800px) {
  .shopping-cart {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .shopping-cart .item {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .shopping-cart .image img {
    width: 50%;
  }
  .shopping-cart .image,
  .shopping-cart .quantity,
  .shopping-cart .description {
    width: 100%;
    text-align: center;
    margin: 6px 0;
  }
  .shopping-cart .buttons {
    margin-right: 20px;
  }
}

/* tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* sales view */
table.receipt_table {
  width: 100%;
}
.sales-view table{
  width: 100%;
  margin-bottom: 5px;
} 
.sales-view table tr{
  margin: 2px auto;
}
.sales-view table td:nth-child(1){
  text-align: left;
}
.sales-view table td:nth-child(2){
  text-align: center;
}
.sales-view table td:nth-child(3){
  text-align: right;
}
.sales-view td.payment_method{
  text-align: right!important;
}
.sales-view  .product_table{
  border-top:1px solid #222;
  border-bottom:1px solid #222;
}
.sales-view  .total_price{
  font-weight:600;
}
.sales-view svg{
  width:100%;
}
table.product_table p {
  margin: 0 auto;
  font-weight: 600;
}
table.product_table span {
  font-size: 8pt;
  color: #777;
}

.filter-panel{
  margin: 10px 2px !important;
}


@media only screen and (max-width: 1382px) {
  .shopping-cart .item{
    padding: 0px;
  }
  .shopping-cart .description{
    width: 35%;
    margin: 5px auto;
    text-align: left;
  }
  .shopping-cart .description span{
    font-size: 8pt;
  }
  .shopping-cart .description span:last-child{
    font-size: 8pt;
  }
  .shopping-cart .buttons{
    position: relative;
    width: 10px;
    margin: 0px auto;

  }
  .shopping-cart .delete-btn {
    width: 10px;
  }
  .shopping-cart .quantity{
    width: 33%;
    margin: 5px auto;
    text-align: center;
  }
  .shopping-cart .quantity input{
    width: 50%;
    font-size: 12pt;
  }
  .shopping-cart button[class*=btn]{
    width: 20px;
    height: 20px;
  }
  .shopping-cart .plus-btn img {
    margin-top: -4px;
  }
  .shopping-cart .total-price{
    width: 25%;
    font-size: 9pt;
  }

  .clear-shopping-cart{
    padding: 5px 5px;
    margin: 0px auto;
    margin-top: 10px;
  }
  .shopping-cart .shopping-cart-bottom-list .description{
    width: 40%;
    margin: 5px auto;
    text-align: center;
  }
}
@media only screen and (min-width: 801px) {
  .clear-shopping-cart{
    margin-top: 0px;
  }
  .shopping-cart .description{
    width: 40%;
  }
  
}
@media only screen and (min-width: 1200px) {
  .shopping-cart .description span {
      font-size: 9pt;
  }
}
@media only screen and (min-width: 1382px) {
  .shopping-cart .description span {
      font-size: 10pt;
  }
}

.shopping-card{
  height: 80vh;
  min-height: 80vh;
  max-height: 80vh;
  overflow: scroll;
}

@media only screen and (max-width: 800px) {
  .shopping-cart .minus-btn img, .shopping-cart .plus-btn img {
    width: 9px;
    margin: -7px -1px 0px -1px;
  }
  .shopping-cart button[class*=btn] {
    width: 17px;
    height: 17px;
    display: block;
    margin: 2px auto;
  }
  .shopping-cart .quantity input {
    width: 100%;
    font-size: 12pt;
    margin: 5px auto;
    display: block;
    padding: 5px 0px;
  }
  .shopping-cart .quantity {
      width: 32%;
      margin: 0px auto;
      padding: 10px;
  }
}
#unpublish_product, #publish_product{
  display: none;
}
.checkbox-wrapper {
  width: 50px;
  margin: 0 auto;
}

input.product_select, input.products_select {
  width: 100%;
  height: 25px;
}