h1 {
  font-weight: 600;
}

h2 {
  font-weight: 600;
}

h3 {
  font-weight: 600;
}

h4 {
  font-weight: 600;
}

h5 {
  font-weight: 600;
}

h6 {
  font-weight: 600;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-75 {
  font-size: 75% !important;
}

.fs-70 {
  font-size: 70% !important;
}

.paragraph {
  text-indent: 26px;
  margin-top: 0;
  margin-bottom: 5px;
}

strike {
  font-weight: 400;
  color: #ededed;
  padding-right: 10px;
}

.text-primary {
  color: #ffc619 !important;
}

.text-primary > .font-weight-bold {
  min-width: 120px;
}

a.text-primary:hover {
  color: #ffd34c !important;
}

a.text-primary:focus {
  color: #ffd34c !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger-1 {
  color: red;
}

.text-black {
  color: #353535;
  text-decoration: none;
}

.text-black:hover,
.text-black:focus {
  color: #353535;
  text-decoration: none;
}

.text-secondary {
  color: #9a9a9a !important;
}

a.text-right.text-primary {
  min-width: 120px;
}

small.registerInfo {
  font-size: 7pt;
}

small.subtitle {
  position: relative;
  top: -5px;
  color: #9a9a9a;
  font-size: 12px;
}

small.order-text {
  display: block;
}

.text-line-animate {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #f5f5f5), color-stop(18%, #ededed), color-stop(33%, #f5f5f5));
  background: linear-gradient(to right, #f5f5f5 8%, #ededed 18%, #f5f5f5 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
  height: 11px;
  width: 100%;
  margin: 8px 0;
}

::-webkit-input-placeholder {
  color: #9a9a9a !important;
  font-style: italic;
  font-size: 12px;
}

::-ms-input-placeholder {
  color: #9a9a9a !important;
  font-style: italic;
  font-size: 12px;
}

::-o-placeholder {
  color: #9a9a9a !important;
  font-style: italic;
  font-size: 12px;
}

:-ms-input-placeholder {
  color: #9a9a9a !important;
  font-style: italic;
  font-size: 12px;
}

::placeholder {
  color: #9a9a9a !important;
  font-style: italic;
  font-size: 12px;
}

/* preload animate  */
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.navbar-content {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
}

.nav {
  height: 55px;
  font-size: 13px;
}

nav.navbar.navbar-expand-sm.navbar-light.bg-teal {
  background: #fe5000;
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:active {
  color: #ffffff;
}

.navbar-light .navbar-brand {
  color: #ffffff;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:active {
  color: #ffffff;
}

/* new navbar category */
.parent-category {
  color: #000;
  font-weight: 700;
}

.parent-category:hover {
  color: #fc8460;
}

.new-list-category {
  padding-left: 0;
}

.child-category {
  color: #353535;
  padding-left: 10px;
  list-style: none;
}

.child-category:hover {
  color: #353535;
}

/* new custom navbar */
.nav-brand > a.nav-link.active {
  color: #353535;
  font-weight: 400;
  font-size: 20px;
}

a.nav-link {
  color: #353535;
  font-weight: 300;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #353535;
  text-decoration: none;
  background-color: #fff;
}

.nav-item > a.nav-link > ion-icon {
  vertical-align: middle;
  font-size: 30px;
}

.nav-item.dropdown.nav-icon > .nav-link {
  padding: 0px 10px;
}

.nav-item.dropdown.nav-icon > .nav-link > ion-icon {
  font-size: 30px;
}

li.nav-item.dropdown > a.nav-link > ion-icon {
  font-size: 14px;
}

img.notif-icon {
  width: 18.264pt;
  /* height: 19.921pt; */
}

.nav-icon {
  display: inline-block;
  vertical-align: middle;
}

.nav-toggle > a {
  display: none;
}

li.nav-icon > a.nav-link > span.badge.badge-pill {
  position: absolute;
  top: -11px;
  right: 5px;
  border: 2px solid #fe5000;
  padding: 4px 6px 4px 6px;
}

li.nav-item.dropdown.nav-icon {
  margin: 0px;
  display: block;
  right: 0px;
}

a.nav-link.nav-dd-link {
  font-size: 14px;
}

/* sidebar admin */
.sidebar {
  display: block;
  /* padding: 47px 0px 5px; */
  position: fixed;
  width: 231px;
  /* height: 100vh; */
  bottom: 0;
  z-index: 3;
  background: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid rgba(0, 0, 0, 0.125);
  top: 55px;
  left: 0;
}

.sidebar > .sidebar-close-button {
  display: none;
  position: absolute;
  font-size: 45px;
  top: 0;
  right: 5px;
  color: #ffc619;
}

.sidebar > .sidebar-header-link {
  display: none;
  position: absolute;
  margin: 5px 20px;
  top: 5px;
  text-decoration: none;
  color: #ffc619;
}

.sidebar::-webkit-scrollbar-track {
  border-radius: 25px;
  background-color: #ffffff;
}

.sidebar::-webkit-scrollbar {
  width: 7px;
  border-radius: 25px;
}

.sidebar::-webkit-scrollbar-thumb {
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
}

.sidebar-overlay {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  display: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sidebar-nav {
  overflow: overlay;
  list-style: none;
  padding: 0 20px 0;
  width: 100%;
  /* border: 1px solid rgba(0, 0, 0, 0.125); */
  /* box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15) !important; */
  /* margin-bottom: 40px; */
}

.sidebar-nav::-webkit-scrollbar-track {
  border-radius: 25px;
  background-color: #ffffff;
}

.sidebar-nav::-webkit-scrollbar {
  width: 7px;
  border-radius: 25px;
}

.sidebar-nav::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #f7f7f7;
}

.sidebar-item {
  padding: 17px 0px;
  cursor: pointer;
  z-index: 3;
}

.sidebar-item.disabled {
  color: #6c757d !important;
  cursor: default;
}

.sidebar-item.disabled a {
  color: #6c757d !important;
  cursor: default;
}

.sidebar-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #353535;
  font-weight: 300;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.sidebar-link:hover {
  color: #ffc619;
  text-decoration: none;
}

.sidebar-link > ion-icon {
  font-size: 18px;
  vertical-align: middle;
  color: #ffc619;
}

.sidebar-link > .img-fluid.notif-icon {
  width: 28px;
  margin-right: 10px;
}

.sidebar-link.disabled {
  color: #6c757d !important;
  cursor: default;
}

a.sidebar-link.active {
  color: #ffc619;
  font-weight: 400;
}

.treeview-menu {
  list-style: none;
  padding-left: 54px;
}

.treeview-menu > .sidebar-item {
  padding: 5px 0px 0px 0px;
}

.treeview-menu > .sidebar-item > .sidebar-link > .img-fluid.notif-icon {
  margin-right: 0;
}

/* side nav for tabs */
ul.side-nav {
  position: absolute;
  list-style: none;
  padding-left: 0;
  padding-right: 20px;
  margin-bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-right: 1px solid #dedede;
  font-weight: 500;
}

li.side-nav-item {
  padding: 7px;
}

li.side-nav-item.active > a.side-nav-link {
  color: #ffc619;
  font-weight: bold;
}

a.side-nav-link {
  color: #353535;
  text-decoration: none;
}

a.side-nav-link:hover {
  color: #ffc619;
  text-decoration: none;
}

/* flip y icon  */
.flippedY ion-icon {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -ms-filter: flipw;
  -webkit-filter: flipw;
          filter: flipw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* footer */
.footer {
  /* border-top: 1px solid #d8d8d8; */
  background: #ededed;
  padding: 0 0px 25px;
  /* margin-top: 25px; */
  color: #353535;
  /* height: 190.677pt; */
}

/* admin footer */
.footer.admin {
  padding: 10px !important;
  background: #ffffff !important;
  border-top: 1px solid #ededed !important;
}

.footer-head {
  color: #353535;
  /* font-size: 24px; normal-size */
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #ffffff;
  text-transform: uppercase;
}

.footer-list > ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  padding-top: 10px;
}

li.footer-list-item {
  text-transform: capitalize;
  padding-top: 3px;
}

li.footer-list-item > a {
  color: #353535;
  text-decoration: none;
  font-weight: 300;
}

li.footer-list-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 30px;
  padding-right: 5px;
}

li.footer-list-icon > a > ion-icon {
  color: #353535;
}

/* five columnt grid system */
.col-2dot4 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-sm-2dot4 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-2dot4 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-2dot4 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-2dot4 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* col-xs bootstrap 3.4.1 */
.col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 8.33333333%;
}

.col-xs-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 16.66666667%;
}

.col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 25%;
}

.col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 33.33333333%;
}

.col-xs-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 41.66666667%;
}

.col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 50%;
}

.col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 58.33333333%;
}

.col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 66.66666667%;
}

.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 75%;
}

.col-xs-10 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 83.33333333%;
}

.col-xs-11 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 91.66666667%;
}

.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 100%;
}

/* background */
.bg-primary {
  background-color: #ffc619 !important;
  color: #ffffff;
}

.bg-spinner {
  position: absolute;
  background: #ced4da;
  opacity: 0.8;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hover-to-light-bg:hover {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  background: #f8f9fa !important;
}

a.bg-primary:hover {
  background-color: #ff7139 !important;
}

a.bg-primary:focus {
  background-color: #ff7139 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
  color: #ffffff;
}

.bg-overlay {
  z-index: 5 !important;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  display: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* hover style */
.hov-white:hover .text-black {
  color: #ffffff;
}

span.circle.bg-primary {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  left: 2px;
  width: 8px;
  height: 8px;
  margin-right: 5px;
}

.botom-caption {
  position: absolute;
  right: 12%;
  left: 12%;
  bottom: 10px;
}

.wrapper {
  display: block;
  /* margin-top: 60px; */
  /* Admin */
  margin-top: 38px;
}

/* display */
.d-inline {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.relative {
  position: relative;
}

.jumbotron {
  background: #f7f7f7;
}

.background-not-found {
  height: 400px;
}

/* upload image */
.media-background {
  position: relative;
  display: inline-block;
  margin: auto;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin: 5px 10px 10px 10px;
}

.media-background input.input-upload-image {
  display: block;
  width: 60px;
  height: 60px;
  opacity: 0;
  position: relative;
  z-index: 2;
}

/* badge */
.badge-primary {
  color: #ffffff;
  background-color: #ffc619;
}

a.badge-primary:hover {
  color: #ffffff;
  background-color: #ff7139;
}

a.badge-primary:focus {
  color: #ffffff;
  background-color: #ff7139;
}

.badge-default {
  border: 1px solid #434242 !important;
  border-radius: 0;
  padding: 5px 5px;
  font-weight: 300;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.badge-default:hover {
  background: #434242;
  color: #ffffff;
  cursor: pointer;
}

.badge-default.active {
  background: #434242;
  color: #ffffff;
  cursor: pointer;
}

.badge-outline-secondary {
  font-weight: 400;
  color: #aaaaaa;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
}

.badge-warning {
  background: #ffc107;
  color: #ffffff;
}

.disc-badge {
  position: absolute;
  top: 0;
  right: 0;
}

.badge-pill-new {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
  padding: 5px 5px 5px 17px;
  min-width: 130px;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: unset;
}

.badge-pill-new ion-icon {
  font-size: 25px;
}

/* banner */
.banner-card {
  display: block;
  position: relative;
}

.banner-media {
  position: absolute;
  bottom: 25%;
  left: 10%;
  color: #ffffff;
}

/* content */
.content {
  width: 100%;
  /* padding: 44px 0px 20px 260px; */
  padding: 50px 30px 20px 250px;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
  right: 0;
}

.content-header {
  display: block;
}

.main-content-header {
  /* font-size: 40px; */
  font-weight: 700;
}

.border-black {
  border-color: #353535 !important;
}

.border-primary {
  border-color: #ffc619 !important;
}

.border-primary {
  border: 1px solid #ffc619;
}

.border-warning {
  border: 1px solid #ffc107 !important;
}

/* .border-dark {
  border-color: $black-1 !important;
} */
.border-light {
  border-color: #f3f3f3 !important;
}

.border-bottom-black {
  border-bottom: 1px solid #353535;
}

.border-top-black {
  border-top: 1px solid #353535;
}

.border-bottom-v2 {
  border-bottom: 7px solid #e5e5e5;
}

.dashed {
  display: block;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffc619), color-stop(75%, #ffc619), color-stop(75%, transparent), to(transparent));
  background-image: linear-gradient(90deg, #ffc619, #ffc619 75%, transparent 75%, transparent 100%);
  background-size: 30px 1px;
  border: none;
}

@media screen and (max-width: 412.98) {
  .dashed {
    display: none;
  }
}

.br-1 {
  border-right: 1px solid #dedede;
}

.bl-1 {
  border-left: 1px solid #dedede;
}

/* breadcrmb */
.breadcrumb {
  border-radius: 0;
  margin: 10px 0;
  background: #f5f5f5;
}

.breadcrumb-header {
  display: block;
  position: relative;
}

.breadcrumb-header > h1 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.breadcrumb-header > h1 > ion-icon {
  position: relative;
  margin-top: 7px;
  font-size: 36px;
}

.breadcrumb-content {
  width: 100%;
}

.small-top-text {
  color: #a2a4a7;
}

span.breadcrum-footer {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-right: 20px;
  font-weight: 700;
}

/* button */
.btn {
  font-size: 12px;
  border-radius: 0 !important;
}

.btn.focus,
.btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show > .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.btn-primary {
  color: #ffffff;
  background-color: #ffc619;
  border-color: #ffc619;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #ff7139;
  border-color: #ff7139;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #ffc619;
  border-color: #ffc619;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #ff7139;
  border-color: #ff7139;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #ffffff;
  background-color: #ff7139;
  border-color: #ff7139;
  -webkit-box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

.btn-success {
  color: #ffffff;
  background-color: #03ac0e;
  border-color: #03ac0e;
}

.btn-warning {
  background-color: #ffc107;
  border: 1px solid #ffc107;
  color: #ffffff;
}

.btn-outline-primary {
  color: #ffc619;
  border-color: #ffc619;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-warning {
  border: 1px solid #ffc107;
  color: #353535;
}

/* .btn-outline-warning:hover {
  color: $white;
  background-color: $color-primary;
  border-color: $color-primary;
} */
.btn-outline-secondary,
.btn-outline-secondary2 {
  border: 1px solid #dedede;
  border-radius: 0 !important;
}

.btn-outline-success {
  color: #03ac0e;
  border-color: #03ac0e;
}

.btn-outline-success:hover {
  color: #ffffff;
  background-color: #03ac0e;
  border-color: #03ac0e;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #ffc619;
  border-color: #ffc619;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #ffc619;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #ffc619;
  border-color: #ffc619;
}

.btn-rounded-white {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.btn-rounded-white:hover {
  color: #dedede;
  background: rgba(255, 255, 255, 0.1);
}

button.btn.btn-warning.btn-rounded.btn-xs.btn-group-search {
  position: relative;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 48px;
  padding: 3px 5px 3px 10px;
  width: 45.589px;
  top: 3px;
}

button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #ff7139 !important;
}

.btn-20 {
  font-size: 20px;
}

.button-icon {
  height: 16pt;
}

.btn-outline-primary2 {
  color: #6c757d;
  border-color: #6c757d;
  position: relative;
  overflow: hidden;
}

.btn-outline-primary2:before {
  width: 100%;
  height: 3px;
  content: "";
  margin: auto;
  position: absolute;
  bottom: 0;
  left: -100%;
  background: #ffc619;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

.btn-outline-primary2:hover {
  color: #6c757d;
  /* background-color: $grey-4; */
  border-color: #6c757d;
}

.btn-outline-primary2:hover:before {
  bottom: 0;
  left: 0;
}

.btn-outline-primary2:focus,
.btn-outline-primary2.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-primary2.disabled,
.btn-outline-primary2:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-primary2:not(:disabled):not(.disabled):active,
.btn-outline-primary2:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary2.dropdown-toggle {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-primary2:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary2:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-primary2:focus,
.btn-outline-primary2.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0);
}

.btn-outline-primary2:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary2:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0);
}

.btn-outline-primary2:not(:disabled):not(.disabled):active,
.btn-outline-primary2:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary2.dropdown-toggle {
  color: #6c757d;
  background-color: transparent !important;
  border-color: #6c757d;
}

.btn-light {
  color: #353535;
  background-color: #ced4da !important;
  border-color: #ced4da;
}

.btn-circle-nav {
  /* background: transparent !important; */
  background: #ffffff !important;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(108, 117, 125, 0.3);
          box-shadow: 1px 1px 10px 1px rgba(108, 117, 125, 0.3);
  color: #ffc619 !important;
  text-decoration: none;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button.btn.btn-sm.btn-group.search-icon {
  position: absolute;
  top: -13px;
  right: 0;
  color: #a2a4a7;
}

button.btn.btn-sm.btn-group.search-icon-sm {
  position: absolute;
  top: 6px;
  right: 0;
  color: #a2a4a7;
}

.btnUploadImage {
  border-radius: 3px;
  border: 1px dashed #aaaaaa;
  padding: 8px 13px 2px 13px;
  font-size: 33px;
  position: absolute;
  z-index: 2;
  color: #aaaaaa;
  background: #ffffff;
  display: block;
}

.btnEditImage {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  position: absolute;
  z-index: 99;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.38);
  width: 60px;
  height: 60px;
  top: 0;
  padding-bottom: 4px;
  opacity: 0;
}

.btnEditImage:hover {
  opacity: 1;
}

.btnEditImage > a {
  vertical-align: bottom;
  padding: 3px;
  border-radius: 3px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btnEditImage > a:hover {
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

.shippingBtn {
  cursor: pointer;
}

/* button */
.btn-xs,
.btn-group-xs > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.675rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-xs + .dropdown-toggle-split,
.btn-group-xs > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* image-thumbnail*/
.ca-thumbnail {
  float: left;
  position: relative;
  width: 10%;
  padding-bottom: 10%;
  margin: 0.83%;
  overflow: hidden;
  border-radius: 0.25rem !important;
}

.ca-thumbnail-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ca-thumbnail-container img {
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* timeline v2*/
.timeline-dots {
  display: block;
}

.parent-dots {
  position: relative;
  display: inline-block;
  background: grey;
  border-radius: 50%;
  margin-bottom: -2px;
  left: 2px;
  width: 12px;
  height: 12px;
}

.child-dots {
  width: 4px;
  height: 4px;
  background: grey;
  margin-top: 6px;
  left: 6px;
  position: relative;
  border-radius: 50%;
}

/* simple list ul li */
.ca-simple-list {
  list-style: none;
  padding-left: 0;
}

.ca-simple-list-item {
  padding: 5px 0px;
}

.ca-simple-list-link {
  color: #353535;
}

.ca-simple-list-link:hover {
  color: #ffc619;
}

.card {
  border: 0 !important;
  border-radius: 0 !important;
}

.card-header {
  /* font-size: 20px; */
  font-weight: 700;
  background: #ffffff !important;
}

.card-body {
  border-top: 1px solid #dedede;
  margin-top: -1px;
  border-top: 0;
}

.card-footer {
  background: transparent !important;
}

.card-primary {
  border: 1px solid #ffc619;
}

.card-name {
  font-size: 14px;
  margin-bottom: 10px;
  display: -webkit-box;
  height: 38px;
  line-height: 1.5;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* card */
.card-box {
  color: #353535;
  text-decoration: none;
}

.card-box:hover {
  text-decoration: none;
  color: #353535;
}

.card.card-hov {
  border: 0;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px 0px; */
}

.card.card-hov:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 6px 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 6px 1px;
  /* margin-top: -3px; */
  z-index: 1;
}

.card-img-top {
  width: 70%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 10px 0px 0px 0px;
}

.card-text-bold {
  font-weight: 700;
  text-align: center;
}

.cardLink:hover {
  color: #ffc619;
}

/* voucher-card */
.voucher-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0rem 2rem;
  border: 1px solid #ffc619;
  font-size: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.voucher-card:hover {
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15) !important;
}

.voucher-card:before {
  width: 5%;
  height: 30%;
  border-radius: 0 2rem 2rem 0;
  border: 1px solid #ffc619;
  border-left: 1px solid #ffffff;
  content: '';
  margin: auto;
  position: absolute;
  top: 36%;
  left: -1px;
  background: #ffffff;
}

.voucher-card:after {
  width: 5%;
  height: 30%;
  border-radius: 2rem 0 0 2rem;
  border: 1px solid red;
  border-right: 1px solid #ffffff;
  content: '';
  margin: auto;
  position: absolute;
  top: 36%;
  right: -1px;
  background: #ffffff;
}

.voucher-card > .left {
  text-align: center;
  width: 30%;
  padding: 1rem 1rem 1rem 0rem;
  border-right: 1px dashed #ffc619;
}

.voucher-card .left img {
  max-width: 60px;
}

.voucher-card > .right {
  width: 70%;
  padding: 1rem 0rem 1rem 1rem;
}

/* bootsrtap carousel */
.carousel-control-next,
.carousel-control-prev {
  width: 50px !important;
}

/* owl carouse image slider */
.owl-carousel {
  width: auto !important;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  z-index: 1;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #ffc619;
  width: 8px;
  height: 8px;
}

.owl-theme .owl-dots .owl-dot span.active,
.owl-theme .owl-dots .owl-dot span:hover {
  background: #ffc619;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffc619;
}

.owl-stage-outer {
  z-index: 1;
}

owl-theme .owl-nav {
  margin-top: 0 !important;
  text-align: justify;
  -webkit-tap-highlight-color: transparent;
  color: #ffc619;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  font-size: 24px;
  font-weight: bolder;
}

.owl-theme .owl-nav [class*='owl-'] {
  background: transparent !important;
  color: #ffc619 !important;
  text-decoration: none;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #ffffff !important;
  color: #353535;
  text-decoration: none;
}

button.owl-prev {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 2;
}

button.owl-next {
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 2;
}

button.owl-next:focus,
button.owl-next:active,
button.owl-prev:focus,
button.owl-prev:active {
  outline: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* fullPage chat */
.chat-card-full {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ffffff;
  width: 100%;
  height: 700px;
  border: 1px solid #dedede;
}

.chat-card-list-full {
  border-right: 1px solid #dedede;
  width: 30%;
  padding-right: 0;
  margin-right: 0;
}

.chat-card-content-full {
  width: 70%;
}

.chat-user-online-full {
  height: 600px;
  overflow-y: scroll;
}

.chat-user-online-full::-webkit-scrollbar-track {
  /* 	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0); */
  border-radius: 25px;
  background-color: transparent;
}

.chat-user-online-full::-webkit-scrollbar {
  width: 7px;
  border-radius: 25px;
}

.chat-user-online-full::-webkit-scrollbar-thumb {
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
}

.chat-user-online-list {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.chat-user-online-list:hover {
  background: rgba(146, 148, 148, 0.1);
}

.chat-card-body-full {
  background: #ffffff;
  border-top: 1px solid #dedede;
  height: 600px;
  overflow-y: scroll;
  position: relative;
  padding: 10px;
}

.chat-card-body-full::-webkit-scrollbar-track {
  /* 	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0); */
  border-radius: 25px;
  background-color: #ffffff;
}

.chat-card-body-full::-webkit-scrollbar {
  width: 7px;
  border-radius: 25px;
}

.chat-card-body-full::-webkit-scrollbar-thumb {
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
}

.chat-online-badge {
  background-color: #03ac0e;
  position: absolute;
  right: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

/* chat card */
.chat-card {
  z-index: 9999;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: fixed;
  bottom: 0;
  right: 20px;
  background: #ffffff;
  width: 450px;
  height: 400px;
  border: 1px solid #dedede;
}

.chat-card-list {
  border-right: 1px solid #dedede;
  width: 30%;
  height: 100vh;
  padding-right: 0;
  margin-right: 0;
}

.chat-card-content {
  height: 100vw;
  width: 70%;
}

.chat-card-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.chat-card-user-avatar {
  width: 30%;
  padding: 10px;
}

.chat-card-username {
  padding: 10px 0px;
}

.chat-card-body {
  background: #ffffff;
  border-top: 1px solid #dedede;
  height: 248px;
  overflow-y: scroll;
  position: relative;
  padding: 10px;
}

.chat-card-body::-webkit-scrollbar-track {
  /* 	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0); */
  border-radius: 25px;
  background-color: #ffffff;
}

.chat-card-body::-webkit-scrollbar {
  width: 7px;
  border-radius: 25px;
}

.chat-card-body::-webkit-scrollbar-thumb {
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
}

.chat-bubble-self {
  position: relative;
  background: rgba(0, 150, 136, 0.17);
  border-radius: 0.68rem;
  border-bottom-right-radius: 0;
  padding: 1rem !important;
  text-align: right;
  margin: 20px 0px 20px 15%;
  font-size: 13px;
  -webkit-box-shadow: 0px 7px 19px -9px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 7px 19px -9px rgba(0, 0, 0, 0.23);
}

.chat-bubble-self::before {
  content: '';
  position: absolute;
  bottom: -10px;
  border-top: 10px solid #d4edeb;
  right: 0px;
  border-left: 10px solid transparent;
  border-right: none;
  left: auto;
}

.chat-bubble-other {
  position: relative;
  background: rgba(146, 148, 148, 0.1);
  border-radius: 0.68rem;
  border-bottom-left-radius: 0;
  padding: 1rem !important;
  margin: 20px 15% 20px 0px;
  font-size: 13px;
  -webkit-box-shadow: 0px 7px 19px -9px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 7px 19px -9px rgba(0, 0, 0, 0.17);
}

.chat-bubble-other::before {
  content: '';
  position: absolute;
  bottom: -10px;
  border-top: 10px solid rgba(146, 148, 148, 0.1);
  left: 0;
  border-right: 10px solid transparent;
}

.chat-card-footer {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #dedede;
}

.chat-send-button {
  padding: 5px 0px 5px 10px;
  font-size: 24px;
  color: #ffc619;
  cursor: pointer;
  position: relative;
  top: -3px;
}

.chat-close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #353535;
  text-decoration: none;
  background-color: #ffffff;
}

/* autocomplete - autofil search catalog */
ul.typeahead.dropdown-menu > li {
  padding: 10px 20px;
  background: #ffffff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

ul.typeahead.dropdown-menu > li.active {
  text-decoration: none;
  background: #ededed;
  color: #353535;
}

ul.typeahead.dropdown-menu > li > a {
  color: #353535;
  text-decoration: none;
}

.datepicker.dropdown-menu {
  z-index: 9999 !important;
  top: 202px !important;
}

button.btn.dropdown-toggle.btn-light {
  border: 1px solid #ced4da;
}

button.btn.dropdown-toggle.btn-light:focus {
  /* color: $white; */
  border: 1px;
  background-color: #ff7139;
  border-color: #ff7139;
  -webkit-box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

/* form */
.custom-control-label {
  position: relative;
  margin-bottom: 0px;
  vertical-align: top;
  /* font-size: 20px; */
}

.form-check-label {
  margin-bottom: 0;
  margin-left: 0.3rem !important;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  /* background-color: $color-success; */
  background-color: #dedede;
}

.form-control {
  font-size: 14px;
  border-radius: 0 !important;
}

.form-control:focus {
  color: #434242;
  background-color: #ffffff;
  border-color: #fcd1c8;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

.form-inline-icon > ion-icon {
  font-size: 20px;
  margin-top: 8px;
}

.form-group-cev-50 {
  top: -40%;
  left: -50%;
}

.img-responsive {
  width: 100%;
  height: 100%;
}

.upload-file > ion-icon {
  font-size: 22px;
  vertical-align: middle;
  padding-left: 15px;
}

.uploaded_image {
  position: absolute;
  top: 0;
  border-radius: 3px;
  border: 1px solid #dedede;
  width: 60px;
  height: 60px;
}

img#uploaded_image1,
img#uploaded_image2,
img#uploaded_image3,
img#uploaded_image4,
img#uploaded_image5 {
  position: absolute;
  top: 0;
  border-radius: 3px;
  border: 1px solid #dedede;
  width: 60px;
  height: 60px;
}

.img-store-profile {
  position: absolute;
  width: 60%;
  top: -100%;
}

/* other */
.single-img-overlay {
  background: rgba(0, 0, 0, 0.39);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 46px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-img-overlay:hover {
  opacity: 1;
}

.single-img-overlay ion-icon {
  color: #ffffff;
  padding: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-img-overlay ion-icon:hover {
  background: rgba(255, 255, 255, 0.4);
}

.image-animate {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #f5f5f5), color-stop(18%, #ededed), color-stop(33%, #f5f5f5));
  background: linear-gradient(to right, #f5f5f5 8%, #ededed 18%, #f5f5f5 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
  height: 100%;
  width: 100%;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #dedede;
  background-color: #ffc619;
}

.custom-control-input.custom-switch:checked
~ .custom-control-label.custom-switch::before {
  border-color: #dedede;
  background-color: #ffc619;
}

/* file upload */
input#pdfName {
  display: none;
}

.input-item-qty {
  border: 0;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  text-align: center;
}

.input-item-qty:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
  border-bottom: 2px solid #353535 !important;
}

.link-primary {
  cursor: pointer;
  text-decoration: none;
  color: #353535;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.link-primary:hover {
  color: #ffc619;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.a-link,
.a-link:hover {
  color: #353535;
  text-decoration: none;
}

.rowlink {
  cursor: pointer;
}

.list-group-item-action:hover {
  color: #ffc619;
  text-decoration: underline;
  cursor: pointer;
}

.list-group-item {
  padding: 0.5rem 0.5rem;
}

/* modal */
.search-icon-modal {
  position: absolute;
  top: -33px;
  right: 0;
  font-size: 22px;
}

.modal-content {
  border-radius: 0;
  border: 0;
}

.modal-content:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #ffffff;
}

.modal-content:after {
  position: absolute;
  top: 2px;
  content: '';
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #353535), color-stop(25%, #ffc619));
  background: linear-gradient(90deg, #353535 75%, #ffc619 25%);
}

.modal-header {
  border-bottom: 1px transparent !important;
}

.modal-footer {
  border-top: 1px transparent !important;
  font-weight: 600;
}

.modal-footer > a {
  cursor: pointer;
}

.modal-dialog.modal-lg {
  max-width: 600px;
}

.modal-body > .back {
  float: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #353535;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}

/* shapes */
.newPopover {
  z-index: 11 !important;
  display: none;
  position: relative;
  top: -4px;
}

.arrow {
  position: relative;
  float: right;
  top: 15px;
  z-index: 10;
  border: 1px solid;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid #ffffff;
  border-top: 0;
  margin-right: 15px;
}

.close-category-input {
  position: relative;
  top: 21px;
  font-size: 25px;
}

.login-expired {
  position: fixed;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 2050;
}

.login-expired > .card {
  max-height: fit-content(0em);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 6px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 6px;
  z-index: 2;
  margin-bottom: 50px;
}

.login-expired-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/* bootstrap tabs */
.tabs-card > .nav > .nav-item {
  /* width: 50%; */
  text-align: center;
}

.tabs-card > .nav > .nav-item > a.nav-link {
  color: #353535;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.tabs-card > .nav > .nav-item > a.nav-link.active,
.tabs-card > .nav > .nav-item > a.nav-link.active:hover {
  color: #000000;
  border-bottom: 3px solid #ffc619;
  font-weight: 500;
}

.tabs-card > .nav > .nav-item > a.nav-link:hover {
  color: #ffc619;
  border-bottom: 3px solid transparent;
}

/* bootstrap nav pills  */
.nav-pills .nav-item .nav-link {
  border: 1px solid #ffc619;
  margin: 0px 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #353535;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #ffc619;
}

.nav-admin {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.page-paginate {
  display: block;
  position: relative;
}

.page-order {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

.pagination-icon {
  vertical-align: middle;
  color: #ffc619;
}

ul.pagination > li.page-item.active > a {
  background: #ffc619;
  color: #ffffff;
}

ul.pagination > li.page-item > a {
  margin: 3px;
}

.page-link {
  color: #434242;
  background-color: transparent;
  border: 0;
  font-weight: 700;
}

.page-link:hover,
.page-link:hover .pagination-icon {
  color: #ffffff;
  background-color: #6c757d;
  border: 0;
}

/* new PAGINATION */
div#page-active {
  padding: 5px 10px;
  margin: 20px 0 0 0;
}

.paginationjs .paginationjs-pages li {
  margin: 3px;
  float: left;
  list-style: none;
  border: 0;
}

.paginationjs .paginationjs-pages li.active > a {
  height: 28px;
  line-height: 30px;
  background: #ffc619;
  color: #ffffff;
}

.paginationjs .paginationjs-pages li > a > ion-icon {
  position: relative;
  top: 3px;
  color: #ffc619;
}

.paginationjs .paginationjs-pages li > a:hover {
  background: #ffc619 !important;
  color: #ffffff;
}

.paginationjs .paginationjs-pages li > a:hover > ion-icon {
  color: #ffffff;
}

.paginationjs .paginationjs-pages li:last-child {
  border-right: 0;
  border-radius: 0 3px 3px 0;
}

body::-webkit-scrollbar-track {
  border-radius: 25px;
  background-color: #ffffff;
}

body::-webkit-scrollbar {
  width: 7px;
  border-radius: 25px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
}

.h-scroll {
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  overflow-x: scroll;
}

.h-scroll.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.h-scroll::-webkit-scrollbar-track {
  border-radius: 25px;
  background-color: transparent;
}

.h-scroll::-webkit-scrollbar {
  height: 7px;
  border-radius: 25px;
}

.h-scroll::-webkit-scrollbar-thumb {
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
}

/* select2 */
.select2-selection.select2-selection--single {
  border-radius: 0;
  height: calc(1.5em + 0.5rem + 2px);
  font-size: 14px;
  border: 1px solid #ced4da;
  width: 100%;
  font-family: inherit;
  float: none;
  max-width: 150px;
}

.select2-selection.select2-selection--single:focus {
  color: #434242;
  background-color: #ffffff;
  border-color: #fcd1c8;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  /* border-color: rgb(242, 28, 28) transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px; */
  content: '<ion-icon name="ios-arrow-down"></ion-icon>';
}

.select2-selection.select2-selection--multiple {
  border-radius: 0;
  border: 1px solid #ced4da;
}

/* height: calc(1.5em + 0.5rem + 2px); */
/* font-size: 14px;
  border: 1px solid $grey-6;
} */
.select2-container {
  width: 100% !important;
}

.select2-search--dropdown .select2-search__field {
  width: 98%;
}

/* singel box select bootstrap*/
.filter-option {
  border: 1px;
  background-color: #ffffff;
  font-family: inherit;
  background-clip: padding-box;
}

.filter-option:focus {
  border: 1px;
  background-color: #ff7139;
  border-color: #ff7139;
  -webkit-box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

.filter-option-inner-inner {
  color: #434242;
}

tbody > tr > td > ul {
  display: inline-block;
  list-style: none;
  padding-left: 0px;
  padding-right: 30px;
  margin-top: 10px;
  padding-top: 10px;
}

tbody > tr > td > ul > li > p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #9a9a9a;
}

tbody > tr > td > ul > li > p > span {
  color: #434242;
  font-weight: 400;
}

.table > .tbody > tr > td.fit {
  white-space: nowrap;
  width: 1%;
}

.table td.fit,
.table th.fit {
  white-space: nowrap;
  width: 1%;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: #e9ecef !important;
}

.table-responsive::-webkit-scrollbar-track {
  border-radius: 25px;
  background-color: #ffffff;
}

.table-responsive::-webkit-scrollbar {
  width: 7px;
  height: 5px;
  border-radius: 25px;
}

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #dedede;
}

.table-bordered-black {
  border: 1px solid #353535 !important;
}

.fit {
  position: relative;
}

.fit.separator {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-top: 1px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  padding: 0px 15px;
  background: #ffffff !important;
}

p.table-name-brand {
  color: #ffc619;
  margin: 0;
}

td.fit > span.subtitle {
  position: absolute;
  font-size: 12px;
  color: #9a9a9a;
  margin-top: -3px;
  font-weight: 400;
}

.small-cell {
  width: 1px;
  white-space: nowrap;
}

.img-cell {
  white-space: nowrap;
  width: 147px;
}

td.fit.btn-cell {
  vertical-align: bottom;
  padding-bottom: 35px;
}

.new-table-bordered td,
.table-bordered th {
  border-right: 1px solid #dedede;
}

.table-end {
  position: absolute;
  bottom: -5px;
}

/* error, warning, danger */
.has-error {
  border: 1px solid #dc3545 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(236, 0, 0, 0.25);
}

.has-error:focus {
  border: 1px solid #dc3545 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(236, 0, 0, 0.25);
}

.width-auto {
  width: auto;
  height: 100%;
}

.width-1 {
  width: "10%";
  height: 100%;
}

.width-2 {
  width: "20%";
  height: 100%;
}

.width-3 {
  width: "30%";
  height: 100%;
}

.width-4 {
  width: "40%";
  height: 100%;
}

.width-5 {
  width: "50%";
  height: 100%;
}

.width-40 {
  width: "40%";
  height: 100%;
}

.height-auto {
  height: auto;
}

.w-40 {
  width: 40%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

/* cursor  */
.pointer {
  cursor: pointer;
}

.cursor-move {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.question h6 {
  margin-bottom: 20px;
  font-weight: 400;
}

.accordion-head ion-icon {
  font-size: 2.5em;
  float: right;
}

.accordion-head > .collapsed > ion-icon:before {
  content: '\f105';
}

.hide {
  display: none !important;
}

ion-icon.text-area-close {
  display: none;
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 20px;
}

ion-icon.store-address-close {
  display: none;
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 20px;
}

.animated-background {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #f5f5f5), color-stop(18%, #ededed), color-stop(33%, #f5f5f5));
  background: linear-gradient(to right, #f5f5f5 8%, #ededed 18%, #f5f5f5 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}

.category-list {
  max-height: 250px;
  min-height: 250px;
  overflow-y: auto;
  padding: 1rem;
}

.category-list::-webkit-scrollbar-track {
  border-radius: 25px;
  background-color: #ffffff;
}

.category-list::-webkit-scrollbar {
  width: 7px;
  border-radius: 25px;
}

.category-list::-webkit-scrollbar-thumb {
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
}

ion-icon.back-header.hydrated {
  position: relative;
  top: 0.17em;
}

.goBack {
  cursor: pointer;
}

.bank-list {
  min-height: 20vh;
}

.invoice-subtotal {
  position: relative;
  right: -38px;
}

.invoice-hr {
  border-color: #353535;
  position: relative;
  width: 415px;
  right: 235px;
}

.preload {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 9999;
}

.stamp-paid-off {
  width: 180%;
  position: absolute;
  z-index: 12;
  right: -160px;
  top: -173px;
}

.shadow-sm {
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15) !important;
}

.bootstrap-datetimepicker-widget {
  /* width: auto !important; */
  font-size: 12px;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .invoice-subtotal {
    position: relative;
    right: -4px;
  }
  .invoice-subtotal {
    position: relative;
    right: -4px;
  }
  .invoice-hr {
    border-color: #353535;
    position: relative;
    width: 170px;
    right: -120px;
  }
  .login-expired > .card {
    margin-bottom: 0px;
    width: 100%;
    min-height: 100px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 6px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 6px;
  }
}

@media screen and (min-width: 1200px) {
  img.notif-icon {
    width: 26.264pt;
  }
}

@media (min-width: 1200px) {
  input.form-control.form-control-sm.nav-search {
    width: 615.831px;
    margin-top: 5px;
  }
  li.nav-icon > a.nav-link > span.badge.badge-pill {
    top: -6px;
  }
  button.btn.btn-sm.btn-group.search-icon {
    top: -13px;
  }
  button.btn.btn-sm.btn-group.search-icon-sm {
    top: 6px;
  }
}

@media (max-width: 1199.98px) {
  input.form-control.form-control-sm.nav-search {
    width: 485.831px;
    margin-top: 5px;
  }
}

@media (max-width: 992px) {
  input.form-control.form-control-sm.nav-search {
    width: 246.831px;
    margin-top: 5px;
  }
}

@media (max-width: 576px) {
  input.form-control.form-control-sm.nav-search {
    width: 240px;
  }
  button.btn.btn-warning.btn-rounded.btn-xs.btn-group-search {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 3px;
    top: 3px;
    font-size: 14px;
    padding: 0px 4px 0px 8px;
    margin-top: 5px;
  }
}

@media (max-width: 767.98px) {
  input.form-control.form-control-sm.nav-search {
    width: 515px;
  }
  .nav-brand {
    visibility: hidden;
  }
  li.nav-item.dropdown {
    display: none;
  }
  .nav-search-form {
    position: absolute;
    top: 7px;
    left: 54px;
  }
  .nav-toggle > a {
    cursor: pointer;
    font-size: 30px;
    display: block;
    position: absolute;
    left: 10px;
    top: 3px;
    color: #ffffff;
    padding-top: 5px;
  }
  li.nav-item.dropdown.nav-icon {
    margin: -8px;
    display: block;
    right: -52px;
  }
  .sidebar {
    left: -252px;
  }
  .sidebar.active {
    left: 0px;
    width: 231px;
    height: 100%;
    position: fixed;
    top: 50px;
  }
  .sidebar-overlay.active {
    display: block;
  }
  .sidebar-nav {
    -webkit-box-shadow: 0;
            box-shadow: 0;
  }
  button.btn.btn-warning.btn-rounded.btn-xs.btn-group-search {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 3px;
    top: 3px;
  }
}

@media screen and (max-width: 575.98px) {
  .nav-brand {
    visibility: hidden;
  }
  li.nav-item.dropdown {
    display: none;
  }
  .nav-search-form {
    position: absolute;
    top: 7px;
    left: 50px;
  }
  input.form-control.form-control-sm.nav-search {
    width: 150px;
    margin-top: 5px;
  }
  .main-content-header {
    font-size: 24px;
  }
  .tabs-card > .nav > .nav-item > a.nav-link {
    font-size: 14px;
    line-height: 36px;
  }
  .tabs-card > .nav > .nav-item > a.nav-link.active,
  .tabs-card > .nav > .nav-item > a.nav-link.active:hover {
    line-height: 36px;
  }
}

@media (max-width: 420px) {
  input.form-control.form-control-sm.nav-search {
    width: 180px;
    margin-top: 5px;
  }
}

@media (max-width: 575.98px) {
  li.nav-item.dropdown.nav-icon {
    margin: -8px;
    display: block;
    right: -8px;
  }
}

@media (max-width: 319px) {
  li.nav-item.dropdown.nav-icon {
    margin: -8px;
    display: block;
    right: -8px;
  }
}

@media screen and (max-width: 767.98px) {
  .sidebar > .sidebar-close-button {
    display: block;
  }
  .sidebar > .sidebar-header-link {
    display: block;
  }
  .sidebar-nav {
    padding: 20px;
    border: 0;
    /* box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0) !important; */
  }
  .content {
    padding: 0px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 319px) {
  .main-content-header {
    font-size: 24px;
  }
  button.btn.btn-sm.btn-group.search-icon {
    position: absolute;
    top: -36px;
    right: 0;
    color: #a2a4a7;
  }
  .tabs-card > .nav > .nav-item > a.nav-link {
    font-size: 14px;
    line-height: 36px;
  }
  .tabs-card > .nav > .nav-item > a.nav-link.active,
  .tabs-card > .nav > .nav-item > a.nav-link.active:hover {
    line-height: 36px;
  }
  button.btn.btn-sm.btn-group.search-icon {
    position: absolute;
    top: -36px;
    right: 0;
    color: #a2a4a7;
  }
  button.btn.btn-sm.btn-group.search-icon-sm {
    position: absolute;
    top: -36px;
    right: 0;
    color: #a2a4a7;
  }
  select#sortSelect {
    height: calc(1.5em + 0.75rem + 2px);
  }
  select#filterSelect {
    height: calc(1.5em + 0.75rem + 2px);
  }
  input#searchTable {
    height: calc(1.5em + 0.75rem + 2px);
  }
}

@media screen and (max-width: 768px) {
  .table-end {
    position: relative;
    bottom: 0;
  }
  /* responsive scroll */
  .ca-nowrap-scroll {
    white-space: nowrap;
    overflow-x: scroll;
  }
}

@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media screen and (max-width: 992px) {
  .ca-thumbnail {
    width: 22%;
    padding-bottom: 22%;
    margin: 1.5%;
  }
}

@media screen and (max-width: 720px) {
  .ca-thumbnail {
    width: 29%;
    padding-bottom: 29%;
    margin: 2.16%;
  }
}

@media screen and (max-width: 470px) {
  .ca-thumbnail {
    width: 44%;
    padding-bottom: 44%;
    margin: 3%;
  }
}

@media screen and (max-width: 760px) {
  .form-group-cev-50 {
    top: 40%;
  }
}

@media screen and (max-width: 765px) {
  .img-store-profile {
    position: absolute;
    width: 80%;
    top: -9px;
    left: 25px;
  }
}

/* print media */
@media screen {
  #printSection {
    display: none;
  }
  #print-window {
    display: none;
  }
}

@media print {
  .ignorePDF {
    display: none;
  }
  body * {
    visibility: hidden;
    height: auto !important;
  }
  #printSection,
  #printSection * {
    visibility: visible;
  }
  #printSection {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 1048px;
  }
  #print-window,
  #print-window * {
    visibility: visible;
  }
  #print-window {
    position: absolute;
    left: 0;
    top: 0;
    width: 99%;
  }
}

/* admin css new */
.main-content {
  background: #dcdcdc4a;
  padding: 40px 30px 20px 250px;
}

/* admin content */
.content-admin {
  width: 100%;
  /* padding: 44px 0px 20px 260px; */
  /* padding: 50px 30px 20px 250px; */
  min-height: 67vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
  right: 0;
  background: #ffffff;
  margin: 10px 0px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.content-link {
  /* display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: $black-1;
  font-weight: 300;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%; */
}

.content-link.active {
  color: #ffc619;
}

.content-link:hover {
  color: #ffc619;
  text-decoration: none;
}

.search-item:hover,
.search-item.active {
  color: #212529;
  background-color: #ededed;
}

.v-row {
  column-width: 200px;
  -moz-column-width: 200px;
  -webkit-column-width: 200px;
  column-gap: 15px;
  -moz-column-gap: 15px;
  -webkit-column-gap: 15px;
}

.v-row .v-col {
  width: 200px;
  display: inline-block;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}

.bootstrap-datetimepicker-widget {
  /* width: auto !important; */
  font-size: 12px;
}

.dashboard-admin {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

img.table-icon {
  width: 17.264pt;
  /* height: 19.921pt; */
}
/*# sourceMappingURL=styles.css.map */