@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;

400;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Roboto:wght@400;700&display=swap);/*
 |--------------------------------------------------------------------------
 | MAIN
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  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-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-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%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  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;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  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;
  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;
}

.badge {
  padding: 0.5rem;
  font-size: 90%;
}

#ui-datepicker-div {
  z-index: 9 !important;
}

.select2-container {
  width: 100% !important;
}

.ldBar.label-center > .ldBar-label {
  display: none;
}

/*
 |--------------------------------------------------------------------------
 | VARIABLES
 |--------------------------------------------------------------------------
 | Description: This SCSS lists all variables used on this theme
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

/*
 |--------------------------------------------------------------------------
 | FONTS & TYPOGRAPHY
 |--------------------------------------------------------------------------
 */

/*
 |--------------------------------------------------------------------------
 | SPACING
 |--------------------------------------------------------------------------
 */

/*
 |--------------------------------------------------------------------------
 | COLORS
 |--------------------------------------------------------------------------
 */

/*
 |--------------------------------------------------------------------------
 | BUTTONS
 |--------------------------------------------------------------------------
 */

/*
 |--------------------------------------------------------------------------
 | NAVBAR
 |--------------------------------------------------------------------------
 */

/*
 |--------------------------------------------------------------------------
 | BODY & CARD
 |--------------------------------------------------------------------------
 */

/* Body */

/* Card */

/*
 |--------------------------------------------------------------------------
 | MIXINS
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

/*
 |--------------------------------------------------------------------------
 | MEDIA QUERIES
 |--------------------------------------------------------------------------
 */

/*
 |--------------------------------------------------------------------------
 | BUTTON
 |--------------------------------------------------------------------------
 */

/*
 |--------------------------------------------------------------------------
 | IMAGE
 |--------------------------------------------------------------------------
 */

/*
 |--------------------------------------------------------------------------
 | TYPOGRAPHY
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

body {
  font-family: "Roboto", sans-serif;
  color: #1d1d1d;
}

a {
  color: #1A0664;
  transition: all 0.2s ease;
}

a:hover,
a:focus {
  color: rgba(63, 184, 123, 0.8);
}

.font-size-smaller {
  font-size: 80%;
}

[class*=__kicker__text] {
  font-size: 0.875rem;
  font-weight: 700;
}

[class*=__header__copy] {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
}

.bold {
  font-weight: bold;
}

.text-primary {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.border-bottom-green {
  border-bottom: 2px solid #20df80;
}

.tagline {
  text-transform: uppercase;
  font-weight: bold;
  color: #8c8c8c;
  letter-spacing: 1px;
  margin-bottom: 3px;
}

.strikethrough {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.strikethrough span {
  background: #fff;
  padding: 0 10px;
}

.separator {
  display: block;
  height: 1px;
  border-top: 1px solid #000;
  margin: 10px 0;
}

/*
 |--------------------------------------------------------------------------
 | COLOR
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.color-primary {
  color: #1A0664 !important;
}

.color-danger {
  color: #f33527 !important;
}

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

/*
 |--------------------------------------------------------------------------
 | BACKGROUNDS
 |--------------------------------------------------------------------------
*/

.bg-grey {
  background-color: #f5f5f5;
}

.bg-gradient-default {
  background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-lightblue {
  background: linear-gradient(60deg, #26c6da, #00acc1) !important;
}

.bg-rose {
  background: linear-gradient(60deg, #ec407a, #d81b60) !important;
}

.bg-lightteal {
  background-color: #f6f9fc !important;
}

.bg-pay {
  background-color: #8BC34A;
  background-image: url("/assets/pix/img/img-payment.png");
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: right 40px bottom 20px;
}

.bg-lightgreen {
  background-color: #AED581 !important;
}

.bg-teal {
  background-color: #c3e1ef !important;
}

/*
 |--------------------------------------------------------------------------
 | PAGE
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

:root {
  font-size: 14px;
}

@media (max-width: 767px) {
  :root {
    font-size: 14px;
  }
}

body {
  background-color: #fff;
}

#main {
  display: block;
  position: relative;
  margin-top: 85px;
}

section {
  padding: 5rem 0;
}

.ps-container > .ps-scrollbar-y-rail {
  z-index: 9999;
}

.wrapper {
  height: auto;
}

.main-panel {
  float: none;
  padding-left: 260px;
  width: 100%;
}

.navbar.navbar-absolute {
  position: relative;
}

.main-panel > .content {
  margin-top: 0;
}

@media only screen and (max-width: 1400px) {
  html,
  body {
    overflow-x: visible;
  }

  .close-layer {
    background: none;
    z-index: 1028;
  }

  .main-panel {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1400px) {
  .main-panel {
    padding-left: 0;
  }

  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #000;
}

.sidebar .nav {
  margin-top: 0;
  padding-top: 15px;
}

.sidebar-wrapper .navbar-heading > button {
  color: #6c757d;
  background-color: transparent;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  width: 100%;
  outline: none !important;
  text-align: left;
  padding: 1rem;
  margin-bottom: 0;
  position: relative;
}

.sidebar-wrapper .navbar-heading > button[data-toggle=collapse]:after {
  font-family: "Material Icons";
  content: "\E5CF";
  position: absolute;
  right: 0;
}

.sidebar-wrapper .navbar-heading > button[data-toggle=collapse].collapsed:after {
  content: "\E5CF";
}

.sidebar-wrapper .navbar-heading > button[data-toggle=collapse]:not(.collapsed):after {
  content: "\E5CE";
}

.sidebar .sidebar-wrapper li.nav-item.active {
  background-color: hsla(0, 0%, 78.4%, 0.2);
  border-radius: 5px;
  overflow: hidden;
}

.sidebar .sidebar-wrapper li.nav-item {
  margin-bottom: 15px;
}

.sidebar .sidebar-wrapper li.nav-item.active > .nav-link {
  border-bottom: 1px solid hsla(0, 0%, 78.4%, 0.4);
}

.sidebar hr {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.sidebar-wrapper .navbar-heading {
  padding: 0 !important;
  margin: 0 !important;
}

/*
 |--------------------------------------------------------------------------
 | OVERRIDE
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

/* Width */

.mw-75 {
  max-width: 75%;
}

.w-25 {
  width: 25% !important;
}

.mb-10 {
  margin-bottom: 10rem;
}

b,
strong {
  font-weight: bold;
}

.form-control,
.is-focused .form-control {
  background-image: linear-gradient(to top, #1A0664 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.col-form-label {
  color: #1d1d1d;
}

input::-moz-placeholder {
  line-height: normal;
}

.form-control,
label,
input::placeholder {
  line-height: normal;
}

.form-group {
  margin-top: 25px;
}

.form-group input[type=file] {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.form-group.is-filled .form-control.is-invalid {
  border-color: #ccc;
  background-image: none;
}

.form-group.is-filled .invalid-feedback {
  display: none;
}

.form-group .form-control.is-invalid {
  border-bottom: 1px solid #f44336;
}

.form-group .form-control.is-invalid.focus-visible {
  border-color: #ccc;
}

.form-group .form-control.is-invalid:focus {
  background-image: none;
}

.form-group .error {
  color: #ff5252;
}

.u-push--right {
  margin-left: auto;
  padding: 0;
}

.custom-select > select {
  border: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .md-w-auto {
    width: auto !important;
  }
}

.card .card-body .form-group {
  margin: 0;
}

.form-group .bmd-label-static {
  top: 0;
  position: relative;
  font-size: 14px;
}

.swal2-popup .swal2-actions {
  padding-top: 20px;
}

/*
 |--------------------------------------------------------------------------
 | BUTTONS
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

button {
  border: 0;
}

.btn {
  letter-spacing: 0.5px;
  font-weight: bold;
  border: 0;
  display: inline-block;
}

.btn.btn-primary {
  color: #fff;
  background-color: #1A0664;
  box-shadow: none;
}

.btn.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary.focus {
  color: #fff;
  background-color: #1A0664;
  box-shadow: none;
}

.btn.btn-secondary {
  color: #fff;
  background-color: #1A0664;
  box-shadow: none;
}

.btn.btn-secondary:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary.focus {
  color: #fff;
  background-color: #1A0664;
}

.btn.btn-info:focus,
.btn.btn-info:hover,
.btn.btn-info.focus,
.btn.btn-warning:focus,
.btn.btn-warning:hover,
.btn.btn-warning.focus {
  border-color: transparent;
  box-shadow: none;
}

.btn__size--large {
  font-size: 1rem;
  padding: 20px;
  max-width: 260px;
  width: 100% !important;
}

.btn:disabled {
  border-color: #6c757d;
  color: #fff;
  pointer-events: none;
  background-color: #6c757d;
  box-shadow: none;
  opacity: 0.7;
}

.img-accent {
  display: block;
  position: relative;
}

.img-accent:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -20px;
  bottom: -20px;
  background-color: #1A0664;
  z-index: -1;
}

@media (max-width: 767px) {
  .img-accent:after {
    right: 30px;
    bottom: -20px;
  }
}

.c-trap {
  position: relative;
  display: block;
}

.c-trap:before {
  position: absolute;
  content: "";
  z-index: -1;
}

.c-trap__top--1:before {
  top: -3rem;
  left: -3rem;
  background-image: url(/assets/pix//bg/bg-trap-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 105px;
  height: 105px;
}

.c-trap__top--2:before {
  top: -3rem;
  left: -3rem;
  background-image: url(/assets/pix//bg/bg-trap-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 115px;
  height: 115px;
}

.e-separator {
  padding: 2rem 0;
}

.e-separator-line {
  background: #ccc;
  width: 100%;
  display: block;
  height: 1px;
}

.btn-ic {
  position: relative;
  font-size: 0;
  padding: 0 3px;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.btn-ic:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  color: #000;
}

.btn-ic-show:before {
  content: "\F06E";
  color: #00bcd4;
}

.btn-ic-edit:before {
  content: "\F044";
  color: #4caf50;
}

.btn-ic-delete:before {
  content: "\F2ED";
  color: #f44336;
}

.btn-ic-duplicate:before {
  content: "\F24D";
  color: #9b59b6;
}

.btn-ic-reject:before {
  content: "\F82A";
  color: #311b92;
}

.btn-ic-pdf:before {
  content: "\F1C1";
  color: #9b59b6;
}

.btn-ic-pdf-2:before {
  content: "\F1C1";
  color: #008697;
}

.btn-ic-pdf-3:before {
  content: "\F1C1";
  color: #ff9800;
}

/* Shipping status */

.btn.order-status {
  pointer-events: none;
  box-shadow: none;
}

.btn.btn-outline-packing {
  border-color: #f08f00;
  color: #f08f00;
}

.btn.btn-outline-shipped {
  border-color: #f33527;
  color: #f33527;
}

.btn.btn-outline-delivered {
  border-color: #39843c;
  color: #39843c;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary.nice-select.open:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn.btn-primary:active:hover,
.btn.btn-primary.nice-select.open:hover,
.btn.btn-primary:active:focus,
.btn.btn-primary.nice-select.open:focus,
.btn.btn-primary:active.focus,
.btn.btn-primary.focus.nice-select.open,
.btn.btn-primary.active:hover,
.btn.btn-primary.active:focus,
.btn.btn-primary.active.focus,
.open > .btn.btn-primary.dropdown-toggle:hover,
.open > .btn.btn-primary.dropdown-toggle:focus,
.open > .btn.btn-primary.dropdown-toggle.focus,
.show > .btn.btn-primary.dropdown-toggle:hover,
.show > .btn.btn-primary.dropdown-toggle:focus,
.show > .btn.btn-primary.dropdown-toggle.focus {
  background-color: inherit;
  border-color: inherit;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary.nice-select.open:not(:disabled):not(.disabled),
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #22d47b;
  border-color: #22d47b;
}

.btn-actions-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.hide-delete-btn:not(:last-child) .deleteRow {
  display: none;
}

.btn-as-link {
  color: inherit;
  padding: 0.9375rem;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
  text-decoration: none;
  position: relative;
  display: block;
  background-color: transparent;
  outline: 0;
}

.btn-as-link:focus {
  outline: 0;
}

.stats .btn-as-link {
  padding: 0;
  text-transform: none;
}

.addtocart > .btn-addtocart {
  margin-left: 8px;
  margin-bottom: 0;
  margin-top: 2px;
}

.btn {
  border: 3px solid transparent !important;
}

.btn:focus {
  box-shadow: none !important;
  border: 3px solid #9999FF !important;
}

.products-item-wrapper .product-cart {
  display: flex;
}

.products-item-wrapper .product-cart > div {
  flex: 1;
}

.products-item-wrapper .product-cart > div button {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
}

.btn-lightblue {
  background-color: #c9dbfc;
  color: #000;
}

.btn-lightblue:focus,
.btn-lightblue:hover {
  background-color: #aabad7;
  color: #000;
}

.btn-lightgreen {
  background-color: #d8e8e3;
  color: #000;
}

.btn-lightgreen:focus,
.btn-lightgreen:hover {
  background-color: #c5dfd7;
  color: #000;
}

.btn-lightgreen:disabled {
  background-color: #ccc;
  color: #000;
  opacity: 0.4;
}

.btn-outline-waiting {
  background-color: #ffeb3b !important;
  color: #000 !important;
}

.btn-outline-received {
  background-color: #4CAF50 !important;
  color: #fff !important;
}

.btn-outline-cancelled {
  background-color: #FF1744 !important;
  color: #fff !important;
}

.btn-outline-partial {
  background-color: #90CAF9 !important;
  color: #000 !important;
}

a.material-link {
  border-bottom: 0 !important;
}

.btn-link {
  border-bottom: 2px solid #20df80;
  color: #1A0664;
  transition: all 0.2s ease;
  padding: 0;
}

.btn-link:hover {
  color: rgba(63, 184, 123, 0.8);
  text-decoration: inherit;
  background-color: inherit;
  border-color: inherit;
}

.icon-material {
  position: relative;
}

.icon-material:before {
  content: "";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  font-size: 1rem;
  color: #000;
}

.icon-material-show:before {
  content: "\E8F4";
}

.icon-material-edit:before {
  content: "\E745";
}

.icon-material-delete:before {
  content: "\E872";
}

.icon-material-duplicate:before {
  content: "\E14D";
}

.icon-material-reject:before {
  content: "\F236";
}

.icon-material-pdf:before {
  content: "\E415";
}

/*
 |--------------------------------------------------------------------------
 | FORM
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

.error-wrapper.is-invalid .invalid-feedback {
  display: block;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  background: #fff;
  padding: 5px;
}

.is-focused [class^=bmd-label],
.is-focused [class*=" bmd-label"] {
  color: #1A0664;
}

.form-group-inline {
  align-items: center;
}

.form-group-inline span {
  padding-right: 10px;
}

.form-group-inline input {
  /* padding: 0; */
}

.form-primary label {
  display: block;
  font-weight: 600;
  color: #000;
}

.form-primary input,
.form-primary select,
.form-primary textarea {
  border: solid 1px #e8e8e8;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}

.form-primary .nice-select,
.form-primary .nice-select .list {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  height: 42px;
  line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
}

@media (max-width: 767px) {
  .input-custom .form-group__custom {
    flex-wrap: wrap;
  }
}

.input-custom .form-group__custom input {
  height: 50px !important;
  border: transparent;
  padding-top: 1em;
  padding-bottom: 1em;
}

.input-custom .form-group__custom > .btn {
  border: 2px solid transparent;
  color: #fff;
  border-radius: 0;
  margin: 0;
}

.input-custom .form-group__custom > .btn-primary {
  background: #22d47b;
  border-color: #22d47b;
}

.input-custom .form-group__custom > .btn-info {
  margin-left: 1%;
}

.input-custom .form-group__custom > .btn:hover {
  box-shadow: none;
}

.input-custom .form-control__custom {
  height: 52px !important;
  background: #f8f8f8 !important;
  color: #3a4348 !important;
  font-size: 1rem;
  border-radius: 0px;
  box-shadow: none !important;
  flex: auto;
}

@media (max-width: 767px) {
  .input-custom .form-control__custom {
    flex: 0 0 100%;
  }
}

.form-check {
  position: relative;
  display: block;
}

.custom-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.custom-toggle input {
  opacity: 0;
}

.custom-toggle input:checked + .custom-toggle-slider {
  border: 1px solid #5e72e4;
}

.custom-toggle-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  border: 1px solid #cad1d7;
  border-radius: 34px !important;
  background-color: transparent;
}

.custom-toggle input:checked + .custom-toggle-slider:before {
  transform: translateX(1.625rem);
  background: #5e72e4;
}

.custom-toggle-slider:before {
  position: absolute;
  bottom: 3px;
  left: 4px;
  width: 18px;
  height: 18px;
  content: "";
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 50% !important;
  background-color: #e9ecef;
}

.form-group__custom .form-control__custom {
  flex: 0 0 85%;
}

@media only screen and (max-width: 767px) {
  .form-group__custom .form-control__custom {
    flex: 0 0 100%;
  }

  .form-group__custom .btn {
    width: auto;
  }
}

input[readonly] {
  background-color: #e3f2fd;
}

section.custom-radio {
  display: flex;
  flex-flow: row wrap;
  padding: 1em 0;
}

section.custom-radio > div {
  flex: 0 0 25%;
  padding: 0.5rem;
}

section.custom-radio input[type=radio] {
  display: none;
}

section.custom-radio input[type=radio]:not(:disabled) ~ label {
  cursor: pointer;
}

section.custom-radio input[type=radio]:disabled ~ label {
  color: #000;
  border-color: hsl(150, 5%, 75%);
  box-shadow: none;
  cursor: not-allowed;
}

section.custom-radio input[type=radio]:disabled ~ label .radio-reward__header h3 {
  background-color: #bcc2bf;
  color: #000;
}

section.custom-radio label {
  height: 100%;
  display: block;
  background: white;
  border: 2px solid hsl(150, 75%, 50%);
  margin-bottom: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
  position: relative;
}

section.custom-radio input[type=radio]:checked + label {
  background: hsl(150, 75%, 50%);
  color: #000;
  box-shadow: 0px 0px 20px hsla(150, 100%, 50%, 0.75);
}

section.custom-radio input[type=radio]:checked + label::after {
  color: hsl(215, 5%, 25%);
  font-family: "Font Awesome 5 Free";
  border: 2px solid hsl(150, 75%, 45%);
  content: "\F00C";
  font-size: 24px;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px hsla(0, 0%, 0%, 0.25);
  z-index: 1;
}

section.custom-radio input[type=radio]#control_05:checked + label {
  background: red;
  border-color: red;
}

@media only screen and (max-width: 767px) {
  section.custom-radio {
    flex-wrap: wrap;
  }

  section.custom-radio > div {
    flex: 0 0 100%;
  }
}

.radio-reward__header {
  padding: 15px;
  border-radius: 0;
  position: relative;
  height: 180px;
  background-size: cover;
  z-index: 1;
  text-align: center;
  background-position: center;
}

.radio-reward__header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.radio-reward__header h4 {
  display: inline-block;
  padding: 5px 10px;
  background-color: #20df80;
  border-radius: 5px;
}

.radio-reward__info {
  padding: 1rem;
  padding-top: 3em;
  padding-bottom: 3em;
}

.radio-reward__info > h4 {
  font-size: 20px;
}

.radio-reward__info > p {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin-bottom: 0;
}

.radio-reward__selection {
  height: 100%;
}

.form-register input,
.form-register select,
.form-register textarea {
  border: solid 2px #4f6d7a;
  border-radius: 0;
  margin-bottom: 20px;
  background-color: #fff;
}

.jFiler-theme-default .jFiler-input {
  width: 100%;
  max-width: 400px;
}

.form-primary .form-check .form-check-label {
  padding-left: 0;
}

.form-primary .form-check .form-check-label span {
  position: relative;
  left: 0;
  top: 0;
}

.form-filter {
  margin: 0;
  padding: 0px;
  background-color: #ECF7DF;
}

.form-filter label {
  color: #000;
}

.form-filter .form-control,
.form-filter .is-focused .form-control {
  background-image: linear-gradient(to top, #1A0664 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 0, rgba(210, 210, 210, 0) 0);
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  height: 42px;
}

.form-filter .form-control:focus {
  color: #000;
  background-color: #fff;
}

.form-filter .filter-body {
  display: none;
  padding: 15px;
}

.form-filter .toggle-filter > h4 {
  cursor: pointer;
  position: relative;
  display: flex;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 15px;
  margin: 0;
}

.form-filter .toggle-filter > h4:after {
  font-family: "Font Awesome 5 Free";
  content: "\F105";
  margin-left: auto;
  padding-left: 10px;
  transform: rotate(0);
  transition: all 0.2s ease;
}

.form-filter .toggle-filter > h4.active:after {
  transform: rotate(90deg);
}

section.custom-radio .reward-soldout input[type=radio]:disabled ~ label {
  opacity: 1;
  z-index: 1;
}

section.custom-radio .reward-soldout input[type=radio]:disabled ~ label:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

section.custom-radio .reward-soldout input[type=radio]:disabled ~ label .radio-reward__info > p {
  color: #ffffff;
  background-color: #f44336;
}

input:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
  outline: none;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 1px solid #9999FF;
}

.select2-container--focus {
  outline: 1px solid #9999FF;
}

.custom-toggle input:focus ~ span {
  outline: 1px solid #9999FF;
}

.select2-results__option {
  text-transform: capitalize;
}

/*
 |--------------------------------------------------------------------------
 | CARD
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

.card {
  border: 0;
  font-size: 1rem;
  color: #1d1d1d;
}

.card .card-header {
  background-color: #fff;
  border-bottom: 0;
}

.card .card-header--color_1 {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(83, 92, 104, 0.6);
  background: linear-gradient(60deg, #535c68, #50565f);
}

.card .card-header--color_2 {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(48, 51, 107, 0.6);
  background: linear-gradient(60deg, #30336b, #292b4f);
}

.card .card-header .card-text {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.card .card-header .card-text h4 {
  font-weight: bold;
}

.card .card-header .card-text p.category {
  margin-bottom: 0;
  font-size: 0.925rem;
}

.card--style-2 {
  box-shadow: none;
  border: 0;
}

.card--style-2 .card-header {
  background-color: transparent;
  border-bottom: 0;
  padding: 0;
  margin: 0;
}

.card--style-2 .card-header .card-title {
  font-weight: 500 !important;
}

.card--style-2 .card-header .card-icon {
  float: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  color: #1d1d1d;
}

.card--style-2 .card-header .card-icon > .material-icons {
  font-size: 3rem;
}

.card--style-2 .card-body {
  padding: 0;
}

.card--style-2 .card-body .card-body-text {
  font-size: 1rem;
}

.card-transparent {
  background: none !important;
  box-shadow: none !important;
}

.card-transparent .card-header {
  background-color: transparent;
}

.card-transparent .card-deck-news .card-footer {
  background-color: transparent !important;
  margin: 0 15px 10px !important;
  padding: 10px 0 0 0 !important;
  border-top: 1px solid #eee !important;
}

.card .card-header.card-header-icon .title,
.card .card-header.card-header-text .title {
  font-weight: 300;
}

.card[class*=bg-white] {
  color: #000;
}

.card-header-alt {
  margin: 0 15px;
  margin-top: -20px;
  border-radius: 6px;
  background-color: transparent;
}

.card.card-alt .card-footer {
  border-top: 1px solid #eee;
}

.card-welcome {
  padding: 40px 40px;
  border-radius: 5px;
  align-items: center;
  height: 100%;
}

.card-omset {
  height: 100%;
  background-color: #fff;
  background-image: url("/assets/pix/bg/bg-omset.jpg");
  background-size: cover;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.card-omset > div {
  flex: 0 0 100%;
}

.card-omset > .card-header {
  padding: 0;
  border-bottom: 0;
  background-color: transparent;
}

.card-omset > .card-footer {
  align-self: flex-end;
  background-color: transparent;
}

.card-omset .ldBar {
  margin: 0 auto;
  width: 150px !important;
  height: 150px !important;
}

.card-omset .ldBar-label {
  font-weight: bold;
}

.card-omset .stats {
  display: flex;
  align-items: center;
  font-size: 0.925rem;
}

.card-footer-border {
  border-top: 1px solid #eeeeee !important;
}

.card-deck {
  margin-top: 10px;
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-right: 0;
}

.card-deck .card {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .card-deck {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .card-deck {
    grid-template-columns: 1fr;
  }
}

.card-promo .card {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
  padding: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.card-promo .card:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
  transform: scale(1.01);
}

.card-promo .card__apply {
  grid-row: 4/5;
  align-self: center;
  font-size: 16px;
  margin-top: 20px;
}

.card-promo .card__link:after {
  position: absolute;
  top: 25px;
  left: 0;
  content: "";
  width: 0%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s;
}

.card-promo .card__link:hover:after {
  width: 100%;
}

.card-promo .card-title {
  color: rgba(255, 255, 255, 0.9);
}

.card-promo .card__icon {
  font-size: 30px;
}

.card-promo .card__icon,
.card-promo .card__link {
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  grid-row: 2/3;
}

.card-promo .card-1,
.card-promo .card-6,
.card-promo .card-11,
.card-promo .card-16 {
  background: radial-gradient(#1fe4f5, #3fbafe);
}

.card-promo .card-2,
.card-promo .card-7,
.card-promo .card-12,
.card-promo .card-17 {
  background: radial-gradient(#fbc1cc, #fa99b2);
}

.card-promo .card-3,
.card-promo .card-8,
.card-promo .card-13,
.card-promo .card-18 {
  background: radial-gradient(#76b2fe, #b69efe);
}

.card-promo .card-4,
.card-promo .card-9,
.card-promo .card-14,
.card-promo .card-19 {
  background: radial-gradient(#60efbc, #58d5c9);
}

.card-promo .card-5,
.card-promo .card-10,
.card-promo .card-15,
.card-promo .card-20 {
  background: radial-gradient(#f588d8, #c0a3e5);
}

.card-promo .card-footer {
  justify-content: flex-start !important;
}

.bg-widget__outlet {
  background-image: url("/assets/pix/bg/bg-omset.jpg");
  background-size: cover;
  position: relative;
}

.card-mpoint {
  text-align: center;
}

.card-mpoint .widget-outlet__body h2 {
  color: #66bb6a;
  display: inline-block;
  padding: 25px 10px;
  font-size: 48px;
}

.card-claim {
  background: white;
  padding: 60px;
  border-radius: 4px;
  box-shadow: 0 2px 3px #C8D0D8;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
}

.card-claim h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.card-claim p {
  color: #404F5E;
  font-size: 18px;
  margin: 0;
}

.card-claim i {
  color: #9ABC66;
  font-size: 100px;
  line-height: 200px;
  margin-left: -15px;
}

.card-claim-success {
  background: #EBF0F5;
}

.card-claim-success h2 {
  color: #00C851;
}

.card-claim-error {
  background: #EBF0F5;
}

.card-claim-error h2 {
  color: #ff4444;
}

.claim-icon > span {
  font-size: 10rem;
}

.claim-icon-success > span {
  color: #00C851;
}

.claim-icon-error > span {
  color: #ff4444;
}

.card-success {
  background: #EBF0F5;
  padding: 60px;
  border-radius: 4px;
  box-shadow: 0 2px 3px #C8D0D8;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
}

.card-success h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.card-success p {
  color: #404F5E;
  font-size: 18px;
  margin: 0;
}

.section-subscribe {
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  background-image: url("/assets/pix/bg/bg-medical.jpg");
  background-size: cover;
  position: relative;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}

.section-subscribe:before {
  content: "";
  background: linear-gradient(-30deg, #91039f 20%, #052157 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}

.program-percentage {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1em;
}

.product-header__wrapper {
  display: flex;
  align-items: flex-start;
}

.product-header__wrapper .product-header__right {
  margin-left: auto;
}

.product-header__wrapper .focus-point {
  font-size: 22px;
  color: #B0B9E6;
  font-weight: bold;
  padding: 15px 10px;
  border: 2px solid #B0B9E6;
  background-color: #fff;
  display: inline-block;
}

.card-deck.card-promo {
  margin-bottom: 25px;
}

.card-full {
  background-color: #C8E6C9;
  border: 0;
  box-shadow: none;
}

/*
 |--------------------------------------------------------------------------
 | MODULE
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

.o-accordion .card .card-header {
  padding: 0;
}

.o-accordion .card .card-header .btn.btn-link {
  color: #1d1d1d;
  text-transform: none;
  font-size: 1rem;
  padding: 12px 20px;
  width: 100%;
  text-align: left;
  margin: 0;
}

.o-accordion .card .card-body {
  font-size: 1rem;
}

.nav-tabs .nav-item .nav-link > i {
  font-size: 1rem;
  padding-right: 10px;
  vertical-align: middle;
}

.nav-tabs-navigation {
  display: flex;
  flex-wrap: wrap;
}

.nav-tabs-navigation .nav-tabs-button {
  margin-left: auto;
}

.widget-outlet__footer {
  position: absolute;
  right: 0;
  font-size: 0.75rem;
  font-style: italic;
  cursor: pointer;
  color: #1A0664;
  border-bottom: 2px solid #20df80;
}

.ic-help {
  cursor: pointer;
  color: #20df80;
}

/*
 |--------------------------------------------------------------------------
 | SEARCH
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

.searchable {
  position: relative;
}

.searchable .form-search-wrapper .form-search-result {
  display: none;
}

.searchable .form-search-wrapper .form-search-result ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  width: 100%;
  background: #fff;
  padding: 10px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}

.searchable .form-search-wrapper.active .form-search-result {
  display: block;
}

.form-search-result__table .searchresult {
  position: absolute;
  width: 100%;
  background-color: #f8f8f8;
  padding: 10px;
  z-index: 9;
}

.form-search-result__table table tr:first-child td {
  border-top: 0;
}

.searchbox-wrapper {
  position: relative;
}

.searchbox-wrapper .search-box,
.searchbox-wrapper .close-icon {
  position: relative;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
}

.searchbox-wrapper .search-box {
  width: 100%;
  outline: 0;
  border: 1px solid #999999;
  border-radius: 0.25rem;
  overflow: hidden;
  height: calc(2.4375rem + 2px);
}

.searchbox-wrapper .searchbox-icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #999999;
  width: 50px;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.searchbox-wrapper .searchbox-icon:after {
  content: "\F002";
  display: block;
  z-index: 1;
  padding: 5px 10px;
  color: white;
  line-height: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.searchbox-wrapper.active .search-box {
  border: 1px solid #FA9595;
}

.searchbox-wrapper.active .searchbox-icon {
  background-color: #FA9595;
}

.searchbox-wrapper.active .searchbox-icon:after {
  content: "\F00D";
}

.ui-autocomplete .ui-menu-item {
  text-transform: uppercase;
}

/*
 |--------------------------------------------------------------------------
 | TABLE
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

[table-header-color=orange] th {
  color: #ff9800 !important;
}

[table-header-color=green] th {
  color: #43a047 !important;
}

table,
.table {
  width: 100%;
}

table tr.disabled:hover,
.table tr.disabled:hover {
  background: none;
}

table thead th,
.table thead th {
  font-size: 1.0625rem;
  font-weight: 300;
  color: #333;
  padding: 12px 8px;
}

table td,
.table td {
  border-top: 1px solid #eee;
  padding: 12px 8px;
  font-size: 1rem;
}

.table-td-border-none td {
  border: 0;
}

table.bt tbody td {
  padding: 0;
}

table.bt tbody td:before {
  background: #00aec5;
  color: white;
  margin-right: 10px;
  padding: 12px 10px;
}

table.bt tr:nth-of-type(2n+2) td {
  background: #ffffff;
}

table.bt tr {
  border-bottom: 1px solid #e4ebeb;
}

table.bt tr td {
  background: #eaf3f5;
  color: #000;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  padding: 12px 10px;
}

span.outofstock {
  background: #ea1c0d;
  color: #fff;
  padding: 5px;
  font-size: 0.725rem;
  margin-left: 0.5rem;
  border-radius: 3px;
}

.row-alert {
  border-bottom: 1px solid #eee;
}

.row-alert:last-child {
  border-bottom: 0;
}

.col-image img {
  border-radius: 50%;
  max-width: 50px;
}

.text-small {
  font-size: 0.9rem;
}

.nav-link-outline-danger {
  border: 1px solid #ea1c0d;
  color: #ea1c0d;
}

.row.row-variation {
  background-color: #f8f8f8;
  margin-bottom: 10px;
  padding: 5px 0;
}

.input-image-wrapper img {
  max-height: 200px;
  margin-bottom: 20px;
}

.input-image-wrapper .jFiler-theme-default .jFiler-input {
  margin: 0 auto;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: transparent;
}

.table-primary {
  text-align: left;
}

.table-primary > thead > tr > th {
  color: #8898aa;
  background-color: #f6f9fc;
  font-size: 0.65rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e9ecef;
}

.table-primary > thead > tr > th a {
  color: #5e72e4;
}

.table-primary > tbody > tr > td {
  padding: 1rem 1.5rem;
  font-size: 0.8125rem;
}

.table-primary > tbody > tr > td a {
  border-bottom: 2px solid #20df80;
}

@media (max-width: 767px) {
  .table-primary > tbody > tr > td {
    padding: 0px;
  }
}

.table-primary input[type=checkbox] {
  width: 20px;
}

@media only screen and (max-width: 767px) {
  .table-disable-basic td {
    padding: 15px 1.5rem !important;
  }

  .show-numbers > p {
    display: none;
  }
}

tr.discount-updated {
  background-color: #CDDC39 !important;
}

table.bt tr {
  margin-bottom: 20px;
  display: block;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

table.bt tr td {
  background: #fff;
  color: #000;
  border-bottom: 1px solid #ccc;
}

table.bt tbody td:before {
  background-color: #f6f9fc;
  color: #8898aa;
  margin-right: 10px;
  padding: 12px 10px;
  text-transform: uppercase;
  width: 35%;
}

span.bt-content {
  width: 100%;
}

.table-primary > tbody > tr > td {
  font-size: 0.925rem;
}

@media only screen and (max-width: 991px) {
  span.bt-content {
    text-align: right;
  }
}

table.bt tr.disable-basic td:before {
  display: none;
}

@media only screen and (max-width: 1008px) {
  .table-primary > tbody > tr > td {
    padding: 0;
  }
}

tr.brand-product-statistic {
  transition: all 0.3s ease;
}

tr.brand-product-statistic > td {
  padding: 0 !important;
}

tr.brand-product-statistic > td > table {
  margin-bottom: 0;
}

tr.brand-product-statistic > td > table > thead > tr > th {
  background-color: transparent;
}

tr.brand-statistic {
  transition: all 0.3s ease;
}

tr.brand-statistic:after {
  font-family: "Font Awesome 5 Free";
  content: "\F054";
  color: #000;
  position: absolute;
  right: 10px;
  top: 50%;
  font-weight: 900;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

tr.brand-statistic.active {
  background-color: #f7f9f2;
}

tr.brand-statistic.active:after {
  transform: translateY(-50%) rotate(90deg);
}

.expand-content > td {
  padding: 0 !important;
}

.expand-content table {
  margin-bottom: 0;
}

.expand-content table > thead > tr > th {
  background-color: transparent;
}

.btn-expand {
  transition: all 0.3s ease;
  cursor: pointer;
}

tr.active {
  background-color: #f7f9f2;
}

tr.active .btn-expand {
  transform: rotate(180deg);
}

@media only screen and (max-width: 991px) {
  .swal2-content table > tbody > tr:first-child {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  table.table-basic_wrap tr td {
    display: flex;
    flex-wrap: wrap;
  }

  table.table-basic_wrap > tbody > tr > td {
    padding: 0;
  }

  table.table-basic_wrap tbody td span.bt-content {
    text-align: left;
  }

  table.table-basic_wrap tbody td span.bt-content img {
    max-width: 100%;
  }

  table.table-basic_wrap tbody td:before {
    width: 100%;
  }
}

tr.danger {
  background-color: #ffd2d2;
}

.table-hover .table-primary:hover {
  background-color: transparent;
}

/*
 |--------------------------------------------------------------------------
 | CHART
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

svg.ct-chart-bar,
svg.ct-chart-line {
  overflow: visible;
}

.card-alt .card-header .ct-label {
  color: hsla(0, 0%, 100%, 0.7);
}

.card-alt .card-header .ct-grid {
  stroke: hsla(0, 0%, 100%, 0.2);
}

.card-alt .card-header .ct-series-a .ct-bar,
.card-alt .card-header .ct-series-a .ct-line,
.card-alt .card-header .ct-series-a .ct-point,
.card-alt .card-header .ct-series-a .ct-slice-donut {
  stroke: hsla(0, 0%, 100%, 0.8);
}

.card-alt .card-header .ct-point {
  stroke-width: 8px;
  stroke-linecap: round;
}

/* Bar Graph Horizontal */

.bar-graph .name {
  animation: fade-in-text 2.2s 0.1s forwards;
  opacity: 0;
}

.bar-graph-horizontal {
  max-width: 100%;
}

.bar-graph-horizontal > div {
  align-items: center;
  margin-bottom: 8px;
  width: 100%;
}

.bar-graph-horizontal .name {
  width: 100px;
}

.bar-graph-horizontal .bar {
  border-radius: 3px;
  height: 55px;
  float: left;
  overflow: hidden;
  position: relative;
  width: 0;
  min-width: 100px;
}

.bar-graph-one .bar::after {
  animation: fade-in-text 2.2s 0.1s forwards;
  color: #fff;
  content: attr(data-percentage);
  font-weight: 700;
  position: absolute;
  right: 16px;
  top: 17px;
}

.bar-graph-one .bar-0 .bar {
  background-color: #64b2d1;
}

.bar-graph-one .bar-1 .bar {
  background-color: #5292ac;
}

.bar-graph-one .bar-2 .bar {
  background-color: #407286;
}

.bar-graph-one .bar-3 .bar {
  background-color: #2e515f;
}

.bar-graph-one .bar-4 .bar {
  background-color: #5c8799;
}

/* Bar Graph Horizontal Animations */

.bar-container {
  width: 100%;
  /* Full width */
  background-color: #ddd;
  /* Grey background */
}

.bar-data {
  max-width: 100%;
  text-align: right;
  /* Right-align text */
  padding-top: 10px;
  /* Add top padding */
  padding-bottom: 10px;
  /* Add bottom padding */
  color: white;
  /* White text color */
  font-weight: bold;
  padding-right: 10px;
}

.bar-color-1 {
  background-color: rgb(255, 159, 64);
}

.bar-color-2 {
  background-color: rgb(255, 205, 86);
}

.bar-color-3 {
  background-color: rgb(255, 99, 132);
}

.bar-color-4 {
  background-color: rgb(75, 192, 192);
}

.bar-color-5 {
  background-color: rgb(54, 162, 235);
}

.bar-color-6 {
  background-color: rgb(153, 102, 255);
}

.bar-color-7 {
  background-color: rgb(201, 203, 207);
}

/*
 |--------------------------------------------------------------------------
 | ALERT
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

.alert > p {
  margin-bottom: 0;
}

.swal2-popup .swal2-title {
  font-size: 1.4em !important;
}

#notification-events > div {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9;
  max-width: 300px;
  background: radial-gradient(#022882, #043294);
  padding: 15px 18px;
  border-radius: 6px;
  color: #fff;
  text-align: left;
  visibility: hidden;
}

#notification-events > div:last-child {
  visibility: visible;
}

/*
 |--------------------------------------------------------------------------
 | PAGINATION
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

.page-item.active .page-link {
  background-color: #1A0664;
  border-color: #1A0664;
}

.page-link {
  color: #000;
}

.show-numbers {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 500;
  margin-left: auto;
}

.show-numbers > p {
  margin: 0;
  padding: 0 15px;
}

.nav-pagination {
  display: flex;
  align-items: center;
  margin: 1em 0;
}

.pagination {
  margin-bottom: 0;
  align-items: center;
  font-weight: 500;
}

/*
 |--------------------------------------------------------------------------
 | PRODUCT
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

.products-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.products-wrapper .products-item-wrapper {
  max-width: 25%;
  flex: 0 0 25%;
  margin: 10px 0;
}

.products-wrapper .products-item-wrapper .product-single {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  min-height: 350px;
  background-color: #fff;
}

.products-wrapper .product-stock {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
}

.products-wrapper .product-image {
  width: 100%;
  height: 250px;
}

.products-wrapper .product-image > a {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  display: block;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
}

.products-wrapper .product-header {
  padding: 15px;
  background-color: #fff;
}

.products-wrapper .product-header .product-header__brand {
  margin-bottom: 0;
}

.products-wrapper .product-header .product-header__brand > a {
  letter-spacing: 1px;
  color: #fcc22a;
}

.products-wrapper .product-body {
  padding: 0 15px 15px 15px;
}

.products-wrapper .product-body .product-detail {
  padding: 10px 0;
  display: flex;
  border-bottom: 1px dashed #ccc;
}

.products-wrapper .product-body .product-detail .product-detail__right {
  margin-left: auto;
  text-align: right;
}

.products-wrapper .product-body p {
  margin-bottom: 0;
}

.products-wrapper .product-footer {
  padding: 15px;
  margin-top: auto;
}

.products-wrapper .product-cart > button {
  margin: 0;
  width: 100%;
  border-radius: 0;
}

.products-wrapper .product-image > a[data-imageurl*=default] {
  background-size: cover;
}

.number-input {
  display: flex;
  justify-content: center;
}

.number-input input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.number-input input[type=number] {
  border: solid 1px #e8e8e8;
  border-radius: 0;
  padding: 5px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input .quantity-button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  cursor: pointer;
  margin: 0;
  position: relative;
  text-align: center;
  display: flex;
  font-weight: bold;
  font-size: 2rem;
  border: 1px solid #e8e8e8;
}

@media only screen and (max-width: 1200px) {
  .products-wrapper .products-item-wrapper {
    max-width: 33%;
    flex: 0 0 33%;
  }
}

@media only screen and (max-width: 991px) {
  .products-wrapper .products-item-wrapper {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 768px) {
  .products-wrapper .products-item-wrapper {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.products-wrapper .product-image > a[href*=product-default] {
  background-size: cover;
}

.products-wrapper .product-image {
  position: relative;
}

.products-wrapper .product-type {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
}

.products-wrapper .product-type > a {
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
}

.page-singleproduct .product-image {
  border: 0;
}

/*
 |--------------------------------------------------------------------------
 | HEADER
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

.logo-badge {
  padding: 10px;
  background: none;
  border-radius: 0;
  height: 60px;
}

/* Navbar - Static pages */

.c-nav {
  box-shadow: none;
  border-bottom: 1px solid #ebeaeb;
  padding: 1rem 0;
}

.c-nav.is-fixed {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  z-index: 9;
  height: 85px;
}

.c-nav > .container,
.c-nav > .container-fluid {
  justify-content: normal;
  display: flex;
}

.c-nav .navbar-brand {
  padding: 0;
  margin: 0;
  max-width: 300px;
}

.c-nav .navbar-brand > img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.c-nav .navbar-menu {
  justify-content: flex-start;
  display: none;
  align-items: center;
  flex: 1;
}

.c-nav .navbar-menu .navbar-menu-list {
  justify-content: flex-start;
  display: flex;
  flex: 1;
  list-style-type: none;
  margin: 0;
}

.c-nav .navbar-menu .navbar-menu-item {
  color: #1d1d1d;
  font-size: 1rem;
  padding: 0 15px;
  font-weight: 500;
}

.c-nav__mobile {
  transform: translateX(100%);
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 1rem 0.75rem 4rem;
  z-index: 2;
  background: #fff;
  background-color: rgb(255, 255, 255);
  background-image: none;
  transition: transform 0.5s ease;
}

.c-nav__mobile > .container,
.c-nav__mobile > .container-fluid {
  justify-content: normal;
  display: flex;
}

.c-nav__mobile.v--primary {
  z-index: 1000;
  background-color: #fff;
  background-image: none !important;
}

.c-nav__mobile.is-hidden {
  transform: translateX(100%);
}

.c-nav__mobile.active {
  transform: translateX(0);
  display: flex;
  overflow-y: auto;
}

.nav_menu_btn {
  background: none;
}

@media only screen and (min-width: 67.8125rem) {
  #nav_menu_btn {
    display: none;
  }

  .c-nav .navbar-menu {
    display: flex;
  }
}

#main_nav .navbar-brand {
  max-width: 320px;
}

.navbar-menu-copy {
  margin-top: 1rem;
}

.navbar-menu-copy .navbar-menu {
  display: block;
  width: 100%;
}

.navbar-menu-copy .navbar-menu .navbar-menu-list {
  list-style: none;
  padding: 0;
}

.navbar-menu-copy .navbar-menu .navbar-menu-list > li {
  padding: 0.75rem 0;
}

.navbar-menu-copy .navbar-menu .navbar-menu-list > li .navbar-menu-item {
  color: #1d1d1d;
  font-weight: 500;
  font-size: 1.25rem;
}

.navbar-menu-copy .navbar-menu .navbar-auth {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 1rem;
}

.navbar-menu-copy .navbar-menu .navbar-auth > a {
  width: 100%;
}

a.nav-link {
  cursor: pointer;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active,
.dropdown-menu a.nice-select.open {
  box-shadow: none;
  background-color: #f8f8f8;
  color: #222;
}

.navbar-notifications {
  width: 400px;
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 9999;
  transform-origin: 0 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: leaves 0.5s ease;
}

.navbar-notifications.show {
  top: 50px;
}

.notifications-header {
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
}

.notifications-content a.dropdown-item {
  padding: 10px 15px;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.notifications-content a.dropdown-item > span {
  border-radius: 50px;
}

.notifications-content a.dropdown-item > span > i {
  font-size: 1rem;
}

@keyframes leaves {
  20% {
    transform: scaleX(0.2) scaleY(0.2);
    opacity: 0.2;
  }

  50% {
    transform: scaleX(0.2) scaleY(0.2);
    opacity: 0.5;
  }

  80% {
    transform: scaleX(0.2) scaleY(0.2);
    opacity: 0.8;
  }

  100% {
    transform: scaleX(0.2) scaleY(0.2);
    opacity: 1;
  }
}

@media only screen and (max-width: 991px) {
  .navbar .dropdown.show .dropdown-menu,
  .navbar .dropdown .dropdown-menu {
    background-color: #fff;
    width: calc(100% - 50px);
    height: auto;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    left: 25px;
    right: 25px;
    min-width: 100px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    top: 60px;
  }

  .navbar .dropdown-menu .dropdown-item {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar.navbar-absolute {
    position: fixed;
  }

  .main-panel > .content {
    margin-top: 70px;
  }
}

.main-panel .content-wrapper-before {
  position: absolute;
  z-index: -1;
  top: 64px;
  left: 260px;
  width: 100%;
  height: 185px;
}

.gradient-45deg-indigo-purple {
  background: #303f9f;
  background: linear-gradient(45deg, #303f9f, #7b1fa2) !important;
}

.navbar.navbar-absolute {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (max-width: 1400px) {
  .main-panel {
    position: absolute;
  }

  .main-panel .content-wrapper-before {
    left: 0;
  }

  [class*=navbar-] .navbar-nav > li > a,
  [class*=navbar-] .navbar-nav > li > a:hover,
  [class*=navbar-] .navbar-nav > li > a:focus,
  [class*=navbar-] .navbar-nav .open .dropdown-menu > li > a,
  [class*=navbar-] .navbar-nav .open .dropdown-menu > li > a:hover,
  [class*=navbar-] .navbar-nav .open .dropdown-menu > li > a:focus {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .logo-badge {
    padding: 5px;
    height: 40px;
  }
}

.cart-mobile .notification {
  top: 2px;
  right: 2px;
}

/*
 |--------------------------------------------------------------------------
 | FOOTER
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

.o-footer {
  font-weight: 500;
}

.o-footer__topbar {
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.o-footer__bottombar {
  background-color: #ebeaeb;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.o-footer .c-footer__link {
  list-style: none;
  padding-left: 0;
}

.o-footer .c-footer__link a {
  color: #1d1d1d;
}

.footer {
  padding: 0 15px;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

/*
 |--------------------------------------------------------------------------
 | SIDEBAR
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

/* Sidebar */

.sidebar {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
  background-image: url(/images/bg-sidebar.jpg?cb55b0d6892d15e9adad08bfd9b9c9cd);
}

.sidebar:before {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index: -1; */
  content: "";
}

.sidebar .sidebar-wrapper > .nav > li:not(.active):hover > a {
  background-color: hsla(0, 0%, 78.4%, 0.2);
}

.sidebar hr {
  border-color: rgba(180, 180, 180, 0.3);
}

.sidebar .text-muted {
  color: rgba(255, 255, 255, 0.5);
  padding-left: 2em;
  padding-top: 1em;
}

.sidebar .nav li:hover > a,
.sidebar .nav li .dropdown-menu a:hover,
.sidebar .nav li .dropdown-menu a:focus,
.sidebar .nav li.active > [aria-expanded=true],
.sidebar .nav li > a:hover,
.sidebar .nav li > a:focus {
  background-color: rgba(200, 200, 200, 0.2);
}

.sidebar .nav li:first-child > a,
.sidebar .nav li a,
.sidebar .nav li .dropdown-menu a {
  margin: 0;
}

.sidebar .sidebar-wrapper {
  padding: 0 15px 30px 15px;
}

.sidebar .sidebar-wrapper > .nav > li.nav-item {
  margin-bottom: 15px;
}

.sidebar .sidebar-wrapper > .nav > li.nav-item.active {
  background-color: hsla(0, 0%, 78.4%, 0.2);
  border-radius: 5px;
  overflow: hidden;
}

.sidebar .sidebar-wrapper > .nav > li.nav-item.active > .nav-link {
  border-bottom: 1px solid hsla(0, 0%, 78.4%, 0.4);
}

.sidebar .nav-dropdown {
  margin-top: 0;
  background-color: hsla(0, 0%, 78.4%, 0.2);
}

.sidebar .nav-dropdown > li > a {
  border-radius: 0;
}

.sidebar .nav-dropdown > li.active > a,
.sidebar .nav-dropdown > li:hover > a {
  background-color: rgba(0, 0, 0, 0.2);
}

a.nav-link[aria-expanded=true] {
  background-color: rgba(200, 200, 200, 0.2);
}

.sidebar .sidebar-wrapper {
  padding-top: 15px;
}

.sidebar .sidebar-wrapper .navbar-heading {
  padding-left: 15px !important;
}

.sidebar .sidebar-wrapper > .nav > li.nav-item.active > .nav-link {
  border-bottom: 0;
}

.sidebar-wrapper .navbar-heading > button {
  padding-left: 0;
}

.sidebar .collapse .nav,
.sidebar .collapsing .nav {
  padding-top: 0;
}

.sidebar .sidebar-wrapper .nav-dropdown li.nav-item {
  margin-bottom: 0;
}

.sidebar .sidebar-wrapper li.nav-item.active > .nav-link {
  border-bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.sidebar .nav-dropdown {
  background-color: transparent;
}

/*
 |--------------------------------------------------------------------------
 | LOGIN/REGISTER
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

.login-wrapper {
  height: 100vh;
  display: flex;
}

.login__side--left {
  width: 100%;
  max-width: 1080px;
  background: #021b79;
  background: linear-gradient(90deg, #1A0664 0, #0575e6);
}

.login__side--right {
  width: 100%;
  max-width: 50%;
  overflow: auto;
  display: -moz-inline-flex;
  display: inline-flex;
  -moz-flex-direction: column;
  flex-direction: column;
}

.login__side-header {
  margin: 20px;
  position: relative;
  z-index: 2;
}

.login__side-header img {
  width: 255px;
  height: auto;
}

.login__side-content {
  position: fixed;
  width: 50%;
  margin: 0 auto;
  z-index: 1;
  height: 100%;
  left: 0;
  top: 0;
  padding: 75px;
  display: -moz-inline-flex;
  display: inline-flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  justify-content: center;
}

.login__side-content .title {
  padding: 20px 0 15px;
  font-size: 38px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  line-height: normal;
}

.login__side-content .title.animated {
  position: relative;
  left: 20px;
}

.login__side-content .desc {
  font-size: 16px;
  line-height: 21px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #d7d7d7;
}

.login__side-content .desc.animated {
  position: relative;
  left: 20px;
}

.login__container {
  position: relative;
  width: 100%;
  max-width: 50%;
  margin: auto;
  z-index: 1;
  animation: fadein 0.3s ease-in-out 0s normal forwards;
  -webkit-animation: fadein 0.3s ease-in-out 0s normal forwards;
}

.login__handler {
  margin-left: -20px;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}

.login__header {
  width: 240px;
  margin: 0 auto 5%;
}

.login__header img {
  width: 100%;
}

.form__col {
  margin-bottom: 20px;
}

.form__col > label {
  width: 100%;
  color: #6c7a89;
}

.form__col input {
  height: 50px;
  border: 0;
  background-color: #f1f1f1;
  padding: 10px;
}

.form__col input,
.form__col button,
.form__col select,
.form__col optgroup,
.form__col textarea {
  width: 100%;
}

.login__footer {
  text-align: center;
  width: 100%;
  position: relative;
  bottom: 0;
  display: -moz-inline-flex;
  display: inline-flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  justify-content: center;
}

.login__footer .title {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #6c7a89;
  font-size: 13px;
}

.login__footer .links ul {
  display: -moz-inline-flex;
  display: inline-flex;
  -moz-flex-direction: row;
  flex-direction: row;
  list-style: none;
  padding: 0;
}

.login__footer .links ul li {
  margin: 5px 10px 30px;
}

.login__footer .links ul li a {
  font-size: 0.825rem;
}

.login__side-footer {
  position: relative;
  overflow: hidden;
}

.login__side-footer > div {
  height: 340px;
  position: fixed;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 1200px) {
  .login__side--left {
    height: 100%;
    max-width: unset;
    position: absolute;
  }

  .login__side-header {
    text-align: center;
  }

  .login__side-content {
    padding-left: 40px;
    display: none;
  }

  .login__side--right {
    background: #021b79;
    background: linear-gradient(90deg, #021b79 0, #0575e6);
    height: 100%;
    max-width: unset;
    overflow: unset;
  }

  .login__container {
    overflow: auto;
    margin: 95px auto 35px;
    padding: 25px 35px;
    max-width: 90%;
    mix-blend-mode: normal;
    background: linear-gradient(#fff, hsla(0, 0%, 100%, 0.99));
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    -webkit-border-radius: 8px;
  }

  .login__footer {
    width: 100%;
    position: relative;
  }

  .login__footer .title,
  .login__footer .links a {
    color: #fff;
  }

  .login-wrapper {
    height: auto;
    min-height: 100vh;
  }
}

.ocean {
  overflow: hidden;
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  height: 100%;
}

.wave {
  background: url("/assets/pix/bg/wave.svg") repeat-x;
  position: absolute;
  bottom: 0px;
  width: 7680px;
  height: 198px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 600px) {
  .wave {
    top: -75px;
    height: 75px;
  }
}

@keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1920px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -25px, 0);
  }

  50% {
    transform: translate3d(0, 5px, 0);
  }
}

.passwordField {
  position: relative;
}

span#toggle_pwd {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #1a0664;
  cursor: pointer;
}

input#inputPassword {
  padding-right: 50px;
}

/*
 |--------------------------------------------------------------------------
 | APP
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

/*
 |--------------------------------------------------------------------------
 | NOTICE
 |--------------------------------------------------------------------------
 */

.notice-wrapper {
  padding: 1rem;
  text-align: center;
  background-color: #f8f8f8;
}

.notice-wrapper .notice-icon {
  font-size: 10em;
  color: #1A0664;
}

.notice-wrapper .notice-body .notice-title {
  font-size: 1.2rem;
  font-weight: 500;
}

/*
 |--------------------------------------------------------------------------
 | QUANTITY
 |--------------------------------------------------------------------------
 */

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity {
  position: relative;
}

.quantity input[type=number] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 100px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity .quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity .quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

/*
 |--------------------------------------------------------------------------
 | ORDER WRAPPER
 |--------------------------------------------------------------------------
 */

.order-total-wrapper {
  background: #f9f9f9;
  padding: 1rem;
}

.order-total-wrapper .order-total {
  display: flex;
  flex-wrap: wrap;
}

.order-total-wrapper .order-total .order-total-title {
  flex: 0 0 12%;
  font-weight: bold;
}

@media (max-width: 767px) {
  .order-total-wrapper .order-total .order-total-title {
    flex: 1;
  }
}

@media (max-width: 767px) {
  .order-total-wrapper .order-total .order-total-body {
    text-align: right;
    flex: 1;
  }
}

/*
 |--------------------------------------------------------------------------
 | DASHBOARD
 |--------------------------------------------------------------------------
 */

body.page-dashboard {
  background-color: #f8f9fe;
}

/*
|--------------------------------------------------------------------------
| SINGLE PRODUCT
|--------------------------------------------------------------------------
*/

body.page-dashboard.page-singleproduct {
  background-color: #fff;
}

body.page-dashboard.page-singleproduct .product-info-row {
  margin-bottom: 1.5rem;
}

.page-singleproduct .product-image img {
  width: 100%;
}

.page-singleproduct .product-image .product-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  display: block;
  background-position: center;
}

.page-singleproduct .product-quantity-wrapper {
  display: flex;
  align-items: center;
}

.page-singleproduct .product-quantity-wrapper .product-qty-box {
  margin-right: 1rem;
}

.page-singleproduct .product-price-wrapper {
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: normal;
}

.page-singleproduct .product-price-wrapper p.discount {
  background-color: #4caf50;
  padding: 5px;
  font-size: 1rem;
  margin: 0 0 0 10px;
  color: #fff;
}

.loader-wrapper {
  height: 100%;
  background: rgba(234, 73, 97, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
}

.loader {
  position: relative;
  width: 75px;
  height: 100px;
}

.loader__bar {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50%;
  background: #fff;
  transform-origin: center bottom;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.loader__bar:nth-child(1) {
  left: 0px;
  transform: scale(1, 0.2);
  animation: barUp1 4s infinite;
}

.loader__bar:nth-child(2) {
  left: 15px;
  transform: scale(1, 0.4);
  animation: barUp2 4s infinite;
}

.loader__bar:nth-child(3) {
  left: 30px;
  transform: scale(1, 0.6);
  animation: barUp3 4s infinite;
}

.loader__bar:nth-child(4) {
  left: 45px;
  transform: scale(1, 0.8);
  animation: barUp4 4s infinite;
}

.loader__bar:nth-child(5) {
  left: 60px;
  transform: scale(1, 1);
  animation: barUp5 4s infinite;
}

.loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  animation: ball 4s infinite;
}

@keyframes ball {
  0% {
    transform: translate(0, 0);
  }

  5% {
    transform: translate(8px, -14px);
  }

  10% {
    transform: translate(15px, -10px);
  }

  17% {
    transform: translate(23px, -24px);
  }

  20% {
    transform: translate(30px, -20px);
  }

  27% {
    transform: translate(38px, -34px);
  }

  30% {
    transform: translate(45px, -30px);
  }

  37% {
    transform: translate(53px, -44px);
  }

  40% {
    transform: translate(60px, -40px);
  }

  50% {
    transform: translate(60px, 0);
  }

  57% {
    transform: translate(53px, -14px);
  }

  60% {
    transform: translate(45px, -10px);
  }

  67% {
    transform: translate(37px, -24px);
  }

  70% {
    transform: translate(30px, -20px);
  }

  77% {
    transform: translate(22px, -34px);
  }

  80% {
    transform: translate(15px, -30px);
  }

  87% {
    transform: translate(7px, -44px);
  }

  90% {
    transform: translate(0, -40px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes barUp1 {
  0% {
    transform: scale(1, 0.2);
  }

  40% {
    transform: scale(1, 0.2);
  }

  50% {
    transform: scale(1, 1);
  }

  90% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1, 0.2);
  }
}

@keyframes barUp2 {
  0% {
    transform: scale(1, 0.4);
  }

  40% {
    transform: scale(1, 0.4);
  }

  50% {
    transform: scale(1, 0.8);
  }

  90% {
    transform: scale(1, 0.8);
  }

  100% {
    transform: scale(1, 0.4);
  }
}

@keyframes barUp3 {
  0% {
    transform: scale(1, 0.6);
  }

  100% {
    transform: scale(1, 0.6);
  }
}

@keyframes barUp4 {
  0% {
    transform: scale(1, 0.8);
  }

  40% {
    transform: scale(1, 0.8);
  }

  50% {
    transform: scale(1, 0.4);
  }

  90% {
    transform: scale(1, 0.4);
  }

  100% {
    transform: scale(1, 0.8);
  }
}

@keyframes barUp5 {
  0% {
    transform: scale(1, 1);
  }

  40% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1, 0.2);
  }

  90% {
    transform: scale(1, 0.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

/*
 |--------------------------------------------------------------------------
 | CUSTOM
 |--------------------------------------------------------------------------
 | Author: Wiro Wiseso
 |-------------------------------------------------------------------------*/

/* RAMADAN SPESIAL */

.login__side--left {
  background-size: cover;
  background-position: center;
}

td[data-th="Data Pembelian"] {
  vertical-align: top !important;
}

.card .card-header.card-header-icon i,
.card .card-header.card-header-text i {
  font-size: 30px;
}

.list-types {
  position: relative;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.list-types > a {
  font-weight: bold;
  font-size: 16px;
}

.list-types_item {
  display: block;
  padding: 20px;
  border-radius: 5px;
  background-color: #f5f5f5;
}

.list-types_item .list-item_total {
  padding: 5px 15px;
  display: inline-block;
  border-radius: 5px;
  margin: 10px 0;
}

.list-types_item .list-item_icon {
  position: relative;
  padding: 10px 0;
}

.list-types_item .list-item_icon:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: 900;
  font-size: 35px;
}

.list-types_item.type-6 {
  background-color: #E5E1DA;
}

.list-types_item.type-6 .list-item_icon:before {
  content: "\F48E";
  color: #2f4858;
}

.list-types_item.type-6 .list-item_name {
  color: #2f4858;
}

.list-types_item.type-6 .list-item_total {
  background-color: #49666c;
  color: #fff;
}

.list-types_item.type-10 {
  background-color: #f6d6d6;
}

.list-types_item.type-10 .list-item_icon:before {
  content: "\F1FC";
  color: #a66378;
}

.list-types_item.type-10 .list-item_name {
  color: #a66378;
}

.list-types_item.type-10 .list-item_total {
  background-color: #a66378;
  color: #fff;
}

.list-types_item.type-1 {
  background-color: #e6f4f1;
}

.list-types_item.type-1 .list-item_icon:before {
  content: "\F055";
  color: #003743;
}

.list-types_item.type-1 .list-item_name {
  color: #003743;
}

.list-types_item.type-1 .list-item_total {
  background-color: #003743;
  color: #fff;
}

.list-types_item.type-7 {
  background-color: #d9f9d9;
}

.list-types_item.type-7 .list-item_icon:before {
  content: "\F46B";
  color: #0c7981;
}

.list-types_item.type-7 .list-item_name {
  color: #0c7981;
}

.list-types_item.type-7 .list-item_total {
  background-color: #0c7981;
  color: #fff;
}

.list-types_item.type-5 {
  background-color: #dff1ff;
}

.list-types_item.type-5 .list-item_icon:before {
  content: "\F486";
  color: #0D92F4;
}

.list-types_item.type-5 .list-item_name {
  color: #0D92F4;
}

.list-types_item.type-5 .list-item_total {
  background-color: #0D92F4;
  color: #fff;
}

.list-types_item.type-2 {
  background-color: #fadfe0;
}

.list-types_item.type-2 .list-item_icon:before {
  content: "\F572";
  color: #c62e2e;
}

.list-types_item.type-2 .list-item_name {
  color: #c62e2e;
}

.list-types_item.type-2 .list-item_total {
  background-color: #c62e2e;
  color: #fff;
}

.list-types_item.type-4 {
  background-color: #dff1ff;
}

.list-types_item.type-4 .list-item_icon:before {
  content: "\F5A7";
  color: #0D92F4;
}

.list-types_item.type-4 .list-item_name {
  color: #0D92F4;
}

.list-types_item.type-4 .list-item_total {
  background-color: #0D92F4;
  color: #fff;
}

.list-types_item.type-3 {
  background-color: #fadfe0;
}

.list-types_item.type-3 .list-item_icon:before {
  content: "\F477";
  color: #c62e2e;
}

.list-types_item.type-3 .list-item_name {
  color: #c62e2e;
}

.list-types_item.type-3 .list-item_total {
  background-color: #c62e2e;
  color: #fff;
}

.list-types_item.type-8 {
  background-color: #fbfaec;
}

.list-types_item.type-8 .list-item_icon:before {
  content: "\F21E";
  color: #007662;
}

.list-types_item.type-8 .list-item_name {
  color: #007662;
}

.list-types_item.type-8 .list-item_total {
  background-color: #007662;
  color: #fff;
}

.list-types_item.type-9 {
  background-color: #fff8f0;
}

.list-types_item.type-9 .list-item_icon:before {
  content: "\F06C";
  color: #c08521;
}

.list-types_item.type-9 .list-item_name {
  color: #c08521;
}

.list-types_item.type-9 .list-item_total {
  background-color: #c08521;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .list-types {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .list-types {
    grid-template-columns: 1fr;
  }
}

.product-type_type-6 {
  background-color: #E5E1DA;
  color: #2f4858;
}

.product-type_type-6:hover {
  color: #2f4858;
}

.product-type_type-10 {
  background-color: #f6d6d6;
  color: #a66378;
}

.product-type_type-10:hover {
  color: #a66378;
}

.product-type_type-1 {
  background-color: #e6f4f1;
  color: #003743;
}

.product-type_type-1:hover {
  color: #003743;
}

.product-type_type-7 {
  background-color: #d9f9d9;
  color: #0c7981;
}

.product-type_type-7:hover {
  color: #0c7981;
}

.product-type_type-5 {
  background-color: #dff1ff;
  color: #0D92F4;
}

.product-type_type-5:hover {
  color: #0D92F4;
}

.product-type_type-2 {
  background-color: #fadfe0;
  color: #c62e2e;
}

.product-type_type-2:hover {
  color: #c62e2e;
}

.product-type_type-4 {
  background-color: #dff1ff;
  color: #0D92F4;
}

.product-type_type-4:hover {
  color: #0D92F4;
}

.product-type_type-3 {
  background-color: #fadfe0;
  color: #c62e2e;
}

.product-type_type-3:hover {
  color: #c62e2e;
}

.product-type_type-8 {
  background-color: #fbfaec;
  color: #007662;
}

.product-type_type-8:hover {
  color: #007662;
}

.product-type_type-9 {
  background-color: #fff8f0;
  color: #c08521;
}

.product-type_type-9:hover {
  color: #c08521;
}

.card-transparent .card-body {
  padding: 0;
}

.list-types_compact {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
}

.list-types_compact > a:hover {
  color: inherit;
}

.list-types_compact .list-types_item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 15px;
  font-size: 16px;
}

.list-types_compact .list-types_item .list-item_icon:before {
  font-size: 20px;
}

.form-visit #results > img {
  max-width: 100%;
}

a.no-style {
  border-bottom: 0 !important;
}

a.no-style:hover {
  color: inherit !important;
  text-decoration: underline;
}

.expand-content.enable-basic > td:before {
  display: none;
}

table.bt tr.active:not(.expand-content) {
  margin-bottom: 0;
}

table.bt tr.active + tr.active.expand-content {
  box-shadow: none;
}

table.bt tr.active + tr.active.expand-content > td {
  background-color: #f7f9f2;
}

table.bt tr.active + tr.active.expand-content > td .table {
  background-color: #f7f9f2;
}

table.bt tr.active + tr.active.expand-content > td tr {
  box-shadow: none;
}

table.bt tr.active + tr.active.expand-content > td tr > td,
table.bt tr.active + tr.active.expand-content > td tr td:before {
  background-color: #eef1e6;
  color: #000;
  border-color: #fff;
}

.form-check,
label {
  color: #555;
}

.sidebar {
  z-index: 9999;
}

.table-alternate > tbody > tr:nth-of-type(odd) {
  background-color: #f8f8f8;
}

.table-alternate > tbody > tr > td {
  border-right: 1px solid #e9ecef;
}

.dropdown.dropdown-ellipsis .dropdown-toggle {
  border-bottom: 0;
}

.dropdown.dropdown-ellipsis .dropdown-toggle:after {
  display: none;
}

.dropdown.dropdown-ellipsis .dropdown-item {
  border: 0 !important;
  color: #000 !important;
  text-transform: none;
  width: 100%;
  margin: 0;
}

.dropdown.dropdown-ellipsis .dropdown-item:before {
  padding-right: 5px;
}

.c-form-control {
  display: block;
  width: 100%;
  height: calc(3.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select.c-form-control {
  -webkit-appearance: menulist;
}

.c-form-control,
.is-focused .c-form-control {
  background-image: none;
}

.search-container {
  position: relative;
  display: block;
}

.search-container > input {
  padding-right: 35px;
}

.search-container > input:not(:-moz-placeholder-shown) + .clear-icon {
  display: block;
}

.search-container > input:not(:placeholder-shown) + .clear-icon {
  display: block;
}

.search-container .clear-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
  /* Hidden initially */
}

th[wire\:click*=sortBy] {
  cursor: pointer;
}

.pagination-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pagination-wrapper .c-pagination .page-item {
  padding: 10px;
}

.pagination-wrapper .c-pagination .page-item.disabled .page-link {
  opacity: 0.6;
}

.pagination-wrapper .c-pagination .page-item.disabled .page-link:hover {
  border-bottom: 2px solid transparent;
}

.pagination-wrapper .c-pagination .page-item .page-link {
  padding: 0;
  border-bottom: 2px solid transparent;
}

.pagination-wrapper .c-pagination .page-item .page-link.page-link-next:hover,
.pagination-wrapper .c-pagination .page-item .page-link.page-link-prev:hover {
  border-bottom: 2px solid transparent;
}

.pagination-wrapper .c-pagination .page-item .page-link:hover {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  border-bottom: 2px solid #1A0664;
}

.pagination-wrapper .c-pagination .page-item.active .page-link {
  background-color: transparent;
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid #1A0664;
}

.pagination-wrapper .material-icons {
  font-size: 18px;
  vertical-align: middle;
}

@media only screen and (max-width: 991px) {
  .pagination-wrapper {
    justify-content: center;
  }
}

.loader-container {
  position: fixed;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-container .lds-dual-ring,
.loader-container .lds-dual-ring:after {
  box-sizing: border-box;
}

.loader-container .lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.loader-container .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6.4px solid currentColor;
  border-color: currentColor transparent currentColor transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.tabs-wrapper {
  background-color: #f8f8f8;
}

.tabs-wrapper .tabs-btn {
  background-color: #fff;
}

.tabs-wrapper .tabs-btn .btn {
  box-shadow: none;
  margin: 0;
}

.tabs-wrapper .tabs-btn .btn.active {
  background-color: #f8f8f8 !important;
  color: #000 !important;
}

.tabs-wrapper .tabs-btn .btn:focus {
  border-color: #f8f8f8 !important;
}

.tabs-wrapper .tabs-content {
  padding: 15px;
}

table.table-no-border td {
  border: 0;
}

.form-radio-custom label {
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
}

.form-radio-custom label input {
  position: absolute;
  left: -9999px;
}

.form-radio-custom label input:checked + span {
  background-color: #d6d6e5;
}

.form-radio-custom label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #00005c;
}

.form-radio-custom label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
}

.form-radio-custom label span:hover {
  background-color: #d6d6e5;
}

.form-radio-custom label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #00005c;
}

#scroll-to-top-btn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap other elements */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #555;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
}

#scroll-to-top-btn:hover {
  background-color: #777;
  /* Add a darker background on hover */
}

.select2-container span.additional-info {
  font-size: 12px;
  text-transform: lowercase;
  display: block;
}

@media print {
  .livewire-print nav,
  .livewire-print .sidebar {
    display: none;
  }
}

.form-radio_custom label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
}

.form-radio_custom label input {
  position: absolute;
  left: -9999px;
}

.form-radio_custom label input:checked + span {
  background-color: #d6d6e5;
}

.form-radio_custom label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #00005c;
}

.form-radio_custom label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
}

.form-radio_custom label span:hover {
  background-color: #d6d6e5;
}

.form-radio_custom label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #00005c;
}

