body{
    background-color: rgb(128 128 128 / 2%);
    /*font-weight: 700;*/
    font-size: 14px;
}
.required:after {content: "*";position: relative;font-size: inherit;color: #ee1a27;padding-left: 0.25rem;font-weight: 600;}
.thead-light th {
    background-color: #ebeef1;
}
label{word-break: break-all;}
.card table tr th{color: #1e2022;font-size: 12px;font-weight: bold;}
.table tr{color: #1e2022;}
.form-select{
    color: #1e2022;
}
.form-group.error input, .form-group.error select, .form-group.error textarea{border-color: #ed4c78;border-color: #ed4c78;}
.danger {color: #ed4c78!important;}
.validationMessage {
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #ed4c78;
}
.toast {
  top: 10px;
  right: 30px;
  width: 431px;
  z-index: 9999 !important;
}
.toast-success {
  color: #fff;
  background: #4db24e;
  border: 1px solid #5dba5e;
}
.toast-danger {
  color: #fff;
  background: #e82d28;
  border: 1px solid #e82d28;
}
.toast i {
  font-size: 16px;
  margin-right: 10px;
}
.toast .btn-close {
  border: 0.4px solid #fff;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  background-size: 12px;
  filter: brightness(0) invert(1);
}
.toast .btn-close:hover {
  background-color: transparent;
}
.toast-body {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  padding: 15px;
}
.navbar-vertical-fixed .navbar-vertical-footer-offset{padding-bottom: 0;}
.custom-header .show-record{
    transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size:.875rem;
    line-height:1.5;
    height:calc(1.8125rem + 2px);
    padding:.25rem 1.75rem .25rem .75rem;
    border-radius:.25rem;
    background:#fff url('data:image/svg+xml;charset=utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'><path fill=\'%2332325d\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/></svg>') no-repeat right .75rem center;
    background-size:8px 10px;
    box-shadow:inset 0 1px 2px rgba(0,0,0,.075);
    -webkit-appearance:none;
    width:auto;
    display:inline-block;
    border-color:rgb(169,89,255,0.2)
}
.custom-header .show-record:focus{
    color:#8898aa;
    outline:0;
    box-shadow:none;border-color:rgb(169,89,255,0.2)
}

/** Loader **/
.page-loader-wrapper {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(111,89,89,.4);
    background: rgba(19,33,68,.25);
    overflow: hidden;
    text-align: center;
}
.page-loader-wrapper .loader {
    position: relative;
    top: 50%;
}
.spinner {
  width: 100%;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.datatable-custom .sort {cursor: pointer;}
.datatable-custom .sort i {color: red;}
.form-group .select2-container{width: 100% !important;}
.select2-container--default .select2-selection--single {height: 40px !important;padding: .6125rem 1rem;font-size: 13px;line-height: 1.33;border: .0625rem solid rgba(231,234,243,.7);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {top: 70% !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 16px !important;padding-left: 0px !important;}
.select2-container--default .select2-selection--single {border: 1px solid rgba(231,234,243,.7) !important;}
.product-images-sidebar .thumbnail {
    position: relative;
    overflow: hidden;
    height: 115px;
    vertical-align: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.product-images-sidebar .caption {
    position: absolute;
    top: -100%;
    right: 0;
    background: rgba(66, 139, 202, 0.75);
    width: 100%;
    height: 100%;
    padding-top: 25%;
    text-align: center;
    color: #fff !important;
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.product-images-sidebar .product-img {
    width: 110px;
    max-height: 110px;
    object-fit: contain;
}
/*.nav-icon{*/
/*    padding-top: 4px;*/
/*}*/
.badge-color-label {
    text-shadow: 0 0 2px #7c7c7c;
}
.c-pointer{
    cursor: pointer;
}
.t-deco-dotted {
    text-decoration-style: dotted;
}
.w-fc{
    width: fit-content;
}
.w-mc{
    width: max-content;
}

.add-dropzone-card{
    padding: 0.7rem 0 0 0 !important;
}

.calendar-date-bg{
    background-image: url("../img/calendar.png");
    width: 7rem;
    height: 7rem;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 1;
}
.calendar-date-bg label {
    margin-top: 45px;
    color: #21325B;
}
.calendar-date-bg label b{
    font-size: 1.3125rem!important;
    display: block;

}
.b-r-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.z-index-0 {
    z-index: 0 !important;
}

.w-unset{
    width: unset !important;
}

.btn-blank-circle{
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.btn-blank-circle-na{
    padding: 3px 1rem !important;
}

.tbl-p-0 td, .tbl-p-0 th {
    padding: 5px !important;
}
/* Custom Popover */
.btn-inspection-quick-note {
    top: -20px
}

/*.popover__title {*/
/*  font-size: 24px;*/
/*  line-height: 36px;*/
/*  text-decoration: none;*/
/*  color: rgb(228, 68, 68);*/
/*  text-align: center;*/
/*  padding: 15px 0;*/
/*}*/

.popover__wrapper {
  position: relative;
  /*margin-top: 1.5rem;*/
  display: inline-block;
}
.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -150px;
  transform: translate(0, 10px);
  /*background-color: #bfbfbf;*/
  padding: 1.5rem;
  /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);*/
  width: auto;


    background-color: #fff;
    background-clip: padding-box;
    border: 0.0625rem solid transparent;
    border-radius: 0.75rem;
    box-shadow: 0 0.6125rem 2.5rem 0.6125rem rgb(140 152 164 / 18%);
}
.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #bfbfbf transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.popover__wrapper:hover .popover__content {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  /*transform: translate(0, -20px);*/
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__message {
  text-align: center;
}
::-webkit-scrollbar{width:.4rem}
::-webkit-scrollbar-thumb{background-color:rgba(19, 33, 68)}
::-webkit-scrollbar{height:.6125rem}
::-webkit-scrollbar-thumb{background-color:rgba(19, 33, 68)}
.show-customer-delete{position: unset;}
.calendar-date-bg{
    background-image: url("../img/calendar.png");
    width: 7rem;
    height: 7rem;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 1;
}
.calendar-date-bg label {
    margin-top: 45px;
    color: #21325B;
}
.calendar-date-bg label b{
    font-size: 1.3125rem!important;
    display: block;

}
.bg-light-nav-tab{
    background-color: #f8fafd;
    margin-top: 15px;
    border-radius: 0.75rem 0.75rem 0 0;
}
.profile-head-info {
  padding-left: 20px;
}
.page-header{margin-bottom: 0px;border-bottom: 0px;}
.profile-head .page-header-title {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .profile-head .avatar {
    display: none;
  }
  .profile-head-info{ padding-left: 0;}
}
.page-header{padding-bottom: 1rem;}
.modal-body .select2-container {width: 100% !important;}
.select2-container--default .select2-selection--multiple{padding: 8px 5px;border-color:#e4e1d9;font-size: 14px;}
.select2-container .select2-search--inline .select2-search__field{margin: 0px;padding: 0px;}
.select2-container--default .select2-selection--single .select2-selection__placeholder{color: inherit;}

/*.btn-primary{
    background: rgb(255,212,41) !important;
    background: linear-gradient(90deg, rgba(255,212,41,1) 20%, rgba(155,210,125,1) 100%) !important;
    border-color: #d5ccaa !important;
}*/