@charset "UTF-8";
/*
    Created on : Jan 15, 2020, 11:55:39 PM
    Author     : ittron
*/
@font-face {
  font-family: 'ProximaNova';
  src: url("../font/ProximaNova/ProximaNova.eot");
  src: url("../font/ProximaNova/ProximaNova.eot?#iefix") format("embedded-opentype"), url("../font/ProximaNova/ProximaNova.woff2") format("woff2"), url("../font/ProximaNova/ProximaNova.woff") format("woff"), url("../font/ProximaNova/ProximaNova.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("../font/ProximaNova/ProximaNovaBold.eot");
  src: url("../font/ProximaNova/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("../font/ProximaNova/ProximaNovaBold.woff2") format("woff2"), url("../font/ProximaNova/ProximaNovaBold.woff") format("woff"), url("../font/ProximaNova/ProximaNovaBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansJP';
  src: url("../font/NotoSansJP/NotoSansJP-Regular.otf");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'NotoSansJP';
  src: url("../font/NotoSansJP/NotoSansJP-Bold.otf");
  font-style: normal;
  font-weight: 700;
}

:root {
  --color-text-primary: #1d3022;
  --color-green-partner: #1baa4b;
  --color-green-light: #0ccda3;
  --color-accent: #7b528e;
  --color-blue: #488cf1;
  --color-red: #c03a2b;
  --color-input: rgba(180, 169, 195, 0.2);
  --color-input-disabled: rgba(180, 169, 195, 0.5);
  --color-text-grey: #999CA0;
  --color-editor-bg: #dfdede;
  --color-white: #fff;
  --color-dark-purple: #350166;
  --color-yellow: #ffc107;
  --color-black: #000;
}

html,
body {
  font-family: 'DM Sans', 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  background: rgba(240, 244, 247, 0.5);
  /* background: rgba(255,255,255,.8); */
  color: var(--color-text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus-visible, *:focus, button:focus {
  outline: none;
}

.modal.capp-modal-confirm .modal-dialog {
  max-width: 400px;
  margin: auto;
  top: 50%;
  margin-top: -94px;
}

.layout-navbar-fixed.layout-nomenu .layout-2 .layout-navbar {
  left: 0 !important;
}

.layout-fixed.layout-nomenu .layout-container {
  padding-left: 0 !important;
}

[x-cloak] {
  display: none !important;
}

/* BEGIN HELPER */
.w-100px {
  width: 100px;
}

.font-size-1rem {
  font-size: 1rem;
}

.iz-arrow {
  border: solid var(--color-text-primary);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.iz-arrow.text-white {
  border-color: var(--color-white) !important;
}

.iz-arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.iz-arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.iz-arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.iz-arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.iz-caret {
  width: 0;
  height: 0;
}

.iz-caret.up {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--color-text-primary);
}

.iz-caret.down {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--color-text-primary);
}

.iz-caret.right {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--color-text-primary);
}

.iz-caret.left {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid var(--color-text-primary);
}

.iz-caret.up.text-white {
  border-bottom-color: var(--color-white) !important;
}

.iz-caret.down.text-white {
  border-top-color: var(--color-white) !important;
}

.iz-caret.right.text-white {
  border-left-color: var(--color-white) !important;
}

.iz-caret.left.text-white {
  border-right-color: var(--color-white) !important;
}

.text-white {
  color: var(--color-white) !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

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

.cursor-pointer {
  cursor: pointer;
}

.floating-fixed {
  position: fixed;
}

.floating-fixed.floating-center {
  left: 0;
  right: 0;
}

.floating-fixed.t-1 {
  top: .25rem;
}

.floating-fixed.t-2 {
  top: .5rem;
}

.floating-fixed.t-3 {
  top: 1rem;
}

.floating-fixed.t-4 {
  top: 1.5rem;
}

.floating-fixed.t-5 {
  top: 3rem;
}

.floating-fixed.b-1 {
  bottom: .25rem;
}

.floating-fixed.b-2 {
  bottom: .5rem;
}

.floating-fixed.b-3 {
  bottom: 1rem;
}

.floating-fixed.b-4 {
  bottom: 1.5rem;
}

.floating-fixed.b-5 {
  bottom: 3rem;
}

.floating-fixed.b-4rem {
  bottom: 4rem;
}

/* END HELPER */
/* BEGIN Bootstrap/Cresenity/Theme Overwrite */
.btn.icon-btn {
  width: calc(2.25276rem + 2px);
  padding: 0;
  line-height: 2.25276rem;
}

.icon-btn.btn-xs,
.btn-group-xs > .icon-btn.btn {
  width: calc(1.125rem + 2px);
  line-height: 1.125rem;
}

[class^='icon-'],
[class*=' icon-'] {
  height: auto;
  background-image: inherit;
  margin-top: 0;
}

.btn.dropdown-toggle.daterange-dropdownbutton {
  transition: opacity 1s;
}

.btn.dropdown-toggle.daterange-dropdownbutton.uninit {
  opacity: 0;
}

.btn.dropdown-toggle.daterange-dropdownbutton,
.btn.dropdown-toggle.daterange-dropdownbutton:hover {
  color: #202e3c;
  background-color: #fff;
  border: 1px solid #d2dce8;
  border-radius: 4px;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  pointer-events: none;
  max-width: 500px;
}

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

.modal.capp-modal.broadcast .modal-dialog {
  max-width: 1000px;
}

.modal-dialog .modal-content {
  border-radius: 20px;
  overflow: hidden;
}

.modal.modal-rounded .modal-dialog .modal-content,
.modal-dialog.modal-rounded .modal-content {
  border-radius: 10px;
}

.modal button.close {
  text-shadow: none;
  color: #1d3022;
  font-weight: 500;
  line-height: 0.5;
}

.modal-body {
  background: var(--color-white);
}

.modal button.close:focus {
  outline: none;
}

.modal-dialog .modal-content .modal-body {
  min-height: 110px;
}

/* END OVERWRITE */
.alert {
  border-radius: 4px !important;
}

/* dropdown menu */
.dropdown-menu {
  border-radius: 10px !important;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 8px 0;
}

.dropdown-menu ul {
  margin: 0;
}

.dropdown-menu .dropdown-item i {
  margin-right: 1rem;
}

.dropdown-menu > li > a {
  border-radius: 3px;
  color: inherit;
  line-height: 25px;
  margin: 0;
  text-align: left;
  font-weight: normal;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
  background-color: rgba(24, 28, 33, 0.03);
  color: #4e5155;
  text-decoration: none;
  background-image: none;
}

.dropdown-menu > li:not(.dropdown-item) > a:not(.dropdown-item):hover, .dropdown-menu > li:not(.dropdown-item) > a:not(.dropdown-item):focus {
  background-color: rgba(24, 28, 33, 0.03);
  color: #4e5155;
  text-decoration: none;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: auto;
}

.widget-box {
  background: #fff;
  border: 1px solid #e1e8f0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
}

.card {
  background: #fff;
  border: 1px solid #e1e8f0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
}

.widget-box .widget-title {
  background-color: #f8fafb;
  padding: 16px 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px 4px 0 0;
}

.widget-box .widget-title .icon i {
  width: auto !important;
  height: auto !important;
  font-size: 20px;
}

.widget-box .widget-content {
  padding: 16px 24px;
}

.btn {
  position: relative;
  display: inline-block;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 5px 16px;
  font-size: 12px;
  transition: background-color 0.2s ease-in-out;
  text-transform: none;
  max-width: 100%;
}

.btn-lg {
  min-width: 150px;
  padding: 16px;
  font-size: 1rem;
}

.btn-rounded {
  border-radius: 20px;
}

.btn-rounded.btn-lg {
  border-radius: 30px;
}

.w-160 {
  width: 160px !important;
}

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

.btn-primary {
  background: #488cf1;
}

.btn-primary:hover,
.btn-primary:focus {
  background: rgba(72, 140, 241, 0.9);
  color: #fff;
}

.btn-primary.label {
  cursor: default;
  pointer-events: all !important;
  opacity: 1;
  background: #488cf1 !important;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.07), 0 4px 5px 0 rgba(0, 0, 0, 0.05), 0 1px 10px 0 rgba(0, 0, 0, 0.03) !important;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.07), 0 4px 5px 0 rgba(0, 0, 0, 0.05), 0 1px 10px 0 rgba(0, 0, 0, 0.03) !important;
  color: rgba(196, 196, 196, 0.8);
}

.btn-primary.disabled {
  cursor: not-allowed;
  background: #488cf1 !important;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.07), 0 4px 5px 0 rgba(0, 0, 0, 0.05), 0 1px 10px 0 rgba(0, 0, 0, 0.03) !important;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.07), 0 4px 5px 0 rgba(0, 0, 0, 0.05), 0 1px 10px 0 rgba(0, 0, 0, 0.03) !important;
  color: rgba(196, 196, 196, 0.8);
}

.btn-secondary {
  background: rgba(180, 169, 195, 0.2);
  color: var(--color-text-primary);
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: rgba(180, 169, 195, 0.1);
  color: #fff;
}

.btn-primary-alternate {
  background: #1d3022;
  color: #fff;
}

.btn-primary-alternate:hover,
.btn-primary-alternate:focus {
  background: rgba(29, 48, 34, 0.9);
  color: #fff;
}

.btn-ellipsis {
  box-shadow: none !important;
  line-height: 1;
  padding: 6px 11px;
}

.btn-export, .btn-export:hover, .btn-export:focus {
  background: transparent;
  color: #000;
}

.no-box-shadow {
  box-shadow: none !important;
}

.badge-primary {
  background: #488cf1;
}

.sk-wave {
  width: auto;
}

.sk-primary.sk-rotating-plane,
.sk-primary.sk-double-bounce .sk-child,
.sk-primary.sk-wave .sk-rect,
.sk-primary.sk-wandering-cubes .sk-cube,
.sk-primary.sk-spinner-pulse,
.sk-primary.sk-chasing-dots .sk-child,
.sk-primary.sk-three-bounce .sk-child,
.sk-primary.sk-circle .sk-child::before,
.sk-primary.sk-cube-grid .sk-cube,
.sk-primary.sk-fading-circle .sk-circle::before,
.sk-primary.sk-folding-cube .sk-cube::before {
  background-color: var(--color-green-partner);
}

.form-control:focus,
.custom-select:focus {
  border-bottom-color: var(--color-green-partner);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-actions {
  padding: 16px 24px;
  background: #f8fafb;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
}

.widget-box .form-actions {
  margin-bottom: 0;
}

.page-item.active .page-link,
.page-item.active .page-link:hover,
.page-item.active .page-link:focus,
.pagination li.active > a:not(.page-link),
.pagination li.active > a:not(.page-link):hover,
.pagination li.active > a:not(.page-link):focus {
  border-color: #488cf1 !important;
  background-color: #488cf1 !important;
  color: #fff !important;
}

.object-fit-cover {
  object-fit: cover;
}

.ui-wh-40 {
  width: 40px;
  height: 40px;
}

.image-square {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

.image-square img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.max-height-50 {
  max-height: 50px;
}

.max-height-40 {
  max-height: 40px;
}

.dropdown-notification-data {
  max-height: 200px;
}

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

.input-group input {
  flex: auto;
  position: relative;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  width: 1%;
}

textarea.iz-content {
  height: 300px;
}

/* form-control */
input[type='text'],
.input-block textarea,
input[type='number'],
input[type='tel'],
input[type='email'],
input[type='password'],
.input,
.form-control {
  border: 1px solid #d2dce8;
  padding: 5px 8px !important;
  border-radius: 4px !important;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  color: inherit;
  cursor: text;
}

.iz-ui input[type='text'],
.iz-ui .input-block textarea,
.iz-ui input[type='number'],
.iz-ui input[type='tel'],
.iz-ui input[type='email'],
.iz-ui input[type='password'],
.iz-ui .input,
.iz-ui .form-control {
  height: 44px;
  border-color: #f2f2f2;
  font-size: 16px;
  border-radius: 8px;
  background-color: var(--color-input);
}

.iz-ui input[type='text'].input-plain, .iz-ui input[type='number'].input-plain {
  background-color: #ffffff;
  border-color: #91a3b0 !important;
}

input[type='text']:focus,
.input-block textarea:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='password']:focus,
.input:focus,
.form-control:focus {
  outline: none;
  border-color: var(--color-input);
}

input[type='text']:hover:not(.input--focus),
.input-block textarea:hover:not(.input--focus),
input[type='number']:hover:not(.input--focus),
input[type='tel']:hover:not(.input--focus),
input[type='email']:hover:not(.input--focus),
input[type='password']:hover:not(.input--focus),
.input:hover:not(.input--focus),
.form-control:hover:not(.input--focus) {
  border: 1px solid #f2f2f2;
}

.input-group input:hover,
.input-group input.hover,
.input-group input:active,
.input-group input.active,
.input-group input:focus,
.input-group input.focus {
  z-index: 1050;
}

.form-horizontal .controls {
  position: relative;
}

.show-password {
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
  cursor: pointer;
}

select {
  text-transform: none;
  width: 100%;
  font-family: 'ProximaNova', sans-serif;
  border-radius: 4px;
  border: 1px solid #d2dce8;
  font-size: 14px;
  padding: 5px 31px 5px 8px;
  line-height: 20px;
  background: #fff calc(100% - 10px) center;
  /* background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBmaWxsPSIjYjRjNmQ5IiBkPSJNMjEuOTMxIDEzLjI2OWExLjU5NyAxLjU5NyAwIDAgMC0yLjI2MiAwTDE2IDE2LjkzOGwtMy42NjktMy42NjljLS42MjYtLjYyNi0xLjYzNy0uNjI2LTIuMjYyIDBzLS42MjYgMS42MzcgMCAyLjI2Mmw0LjggNC44YTEuNTk2IDEuNTk2IDAgMCAwIDIuMjYyIDBsNC44LTQuOGExLjU5NyAxLjU5NyAwIDAgMCAwLTIuMjYyeiIvPjwvc3ZnPg==); */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC4yOTY3MzkgMS40NTQ0N0wzLjU3MjgzIDUuMjc3NkMzLjYyNTY0IDUuMzM5MTkgMy42OTExNCA1LjM4ODYzIDMuNzY0ODUgNS40MjI1MkMzLjgzODU2IDUuNDU2NDIgMy45MTg3MyA1LjQ3Mzk3IDMuOTk5ODYgNS40NzM5N0M0LjA4MDk5IDUuNDczOTcgNC4xNjExNiA1LjQ1NjQyIDQuMjM0ODcgNS40MjI1MkM0LjMwODU4IDUuMzg4NjMgNC4zNzQwOSA1LjMzOTE5IDQuNDI2OSA1LjI3NzZMNy43MDI5OSAxLjQ1NDQ3QzguMDE1NjUgMS4wODk1NSA3Ljc1NjQzIDAuNTI1ODc5IDcuMjc1OTYgMC41MjU4NzlIMC43MjI4MzNDMC4yNDIzNjQgMC41MjU4NzkgLTAuMDE2ODU0OCAxLjA4OTU1IDAuMjk2NzM5IDEuNDU0NDdaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
  background-size: 8px 5px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 44px;
  border-color: #f2f2f2;
  font-size: 16px;
  border-radius: 8px;
  background-color: var(--color-input);
}

select:focus-visible {
  outline: none;
}

select.input-plain {
  background-color: #ffffff;
  border-color: #91a3b0 !important;
}

.material-style .select2-container--default .select2-selection {
  position: relative;
  padding-right: 32px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAzMiAzMiI+ICA8cGF0aCBjbGFzcz0icGF0aDEiIGZpbGw9IiNmZmZmZmYiIGQ9Ik0yMS45MzEgMTMuMjY5Yy0wLjYyNi0wLjYyNi0xLjYzNy0wLjYyNi0yLjI2MiAwbC0zLjY2OSAzLjY2OS0zLjY2OS0zLjY2OWMtMC42MjYtMC42MjYtMS42MzctMC42MjYtMi4yNjIgMHMtMC42MjYgMS42MzcgMCAyLjI2Mmw0LjggNC44YzAuMzEyIDAuMzEyIDAuNzIyIDAuNDY5IDEuMTMxIDAuNDY5czAuODE5LTAuMTU3IDEuMTMxLTAuNDY5bDQuOC00LjhjMC42MjYtMC42MjYgMC42MjYtMS42MzcgMC0yLjI2MnoiPjwvcGF0aD48L3N2Zz4=);
  background-position: right 5px center;
  background-repeat: no-repeat;
  color: #202e3c;
  background-color: #fff;
  background-image: none;
  outline: none;
  border: 1px solid #d2dce8;
  border-radius: 4px;
}

.material-style .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 0;
}

.material-style .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin-left: 0.5rem;
}

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

input[readonly]:focus,
input[readonly]:active {
  border: 1px solid #d2dce8;
}

.material-style .select2-container--default .select2-selection:hover {
  background-color: #f8fafb;
}

.material-style .select2-container--default.select2-container--focus:not(.select2-container--disabled) .select2-selection,
.material-style .select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-selection {
  border-color: #a368fc !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.material-style .select2-container--open.select2-container--default.select2-container--focus:not(.select2-container--disabled) .select2-selection,
.material-style .select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-selection {
  border-color: #d2dce8 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.material-style .select2-container--default .select2-selection--single .select2-selection__arrow b {
  transform: translateX(-8px);
}

.material-style .select2-dropdown {
  top: 100%;
  min-width: 100px;
  margin: 4px 0 0;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #d2dce8;
  border-radius: 4px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  transition: transform 150ms ease-in-out, opacity 120ms ease-in, visibility 150ms ease-in;
  display: block;
}

.material-style .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-green-partner) !important;
  color: #fff !important;
}

.material-style .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d2dce8;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  color: inherit;
  cursor: text;
}

.select2-search input {
  border: 1px solid #d2dce8;
  box-shadow: none;
  background: transparent;
}

.material-style .select2-container--default.select2-container--disabled .select2-selection--single {
  background: #f0f0f0 !important;
}

.switcher-input:checked ~ .switcher-indicator {
  background: rgba(163, 104, 252, 0.5);
}

.switcher-input:checked ~ .switcher-indicator::after {
  background: #a368fc;
}

.text-secondary {
  color: var(--color-text-grey) !important;
}

.text-success {
  color: var(--color-green-partner) !important;
}

.text-danger {
  color: var(--color-red) !important;
}

.text-warning {
  color: var(--color-yellow) !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: var(--color-red) !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #a6a9ad !important;
}

.text-info {
  color: #909399 !important;
}

.select2-search--dropdown {
  border-bottom: 1px solid #d2dce8;
  padding: 8px 16px;
}

.form-horizontal .control-label {
  margin-bottom: 0.25rem;
}

.btn-group.btn-table-action .btn:focus,
.btn-group.btn-table-action .btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav-tabs .nav-link:not(.active),
.nav-pills .nav-link:not(.active) {
  color: #202e3c;
}

.top-nav-container .nav-stacked li.active a {
  color: #a368fc;
}

.nav-tabs .nav-link {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a368fc), to(rgba(163, 104, 252, 0.5)));
  background-image: linear-gradient(#a368fc, rgba(163, 104, 252, 0.5));
}

.image-wrapper > .image-square > .image-content > img {
  width: 100%;
  height: 100%;
}

.dataTables_length select {
  height: auto !important;
}

.store-hour-item {
  display: flex;
  align-items: center;
}

.store-hour-item .store-hour-label {
  width: 50px;
}

.store-hour-item .store-hour-control {
  width: 80px;
  margin-left: 4px;
}

.store-hour-item .store-hour-checkbox {
  margin-left: 4px !important;
}

#product-available .store-input {
  display: none;
}

.modal.sidebar .modal-dialog {
  max-width: 800px;
}

.modal.sidebar.modal-md .modal-dialog {
  max-width: 500px;
}

.modal.sidebar.modal-sm .modal-dialog {
  max-width: 300px;
}

.modal.sidebar .modal-header {
  background-color: #f8fafb;
  padding: 15px 15px 15px;
  border-bottom: 1px solid #e1e8f0;
  height: 53px;
}

.modal.sidebar .modal-body {
  position: absolute;
  top: 53px;
  bottom: 72px;
  left: 0;
  right: 0;
  overflow-y: auto;
  width: 100%;
  max-width: 800px;
  left: auto;
  right: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.modal.sidebar .modal-footer-inside {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  position: fixed;
  bottom: 0;
  height: 72px;
  width: 100%;
  max-width: 800px;
  margin-bottom: 0;
}

.note-editor.note-frame .note-editing-area .note-editable {
  word-break: break-word;
}

/* timeline css */
.timeline {
  list-style: none;
  padding: 8px 0;
  position: relative;
}

.timeline::before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: ' ';
  width: 2px;
  left: 25px;
  margin-right: -1.5px;
  background: #f5f5f5;
}

.timeline > li {
  margin-bottom: 3px;
  position: relative;
}

.timeline > li::after,
.timeline > li::before {
  content: ' ';
  display: table;
}

.timeline > li > .timeline-badge {
  border-radius: 50%;
  height: 15px;
  left: 19px;
  position: absolute;
  top: 10px;
  width: 15px;
}

.timeline > li > .timeline-panel {
  width: calc(100% - 35px);
  float: right;
  border-radius: 2px;
  padding: 5px 20px;
  position: relative;
}

.timeline > li::after,
.timeline > li::before {
  content: ' ';
  display: table;
}

.timeline > li::after {
  clear: both;
}

.widget-switcher-wrapper {
  position: absolute;
  right: 20px;
}

.widget-switcher-wrapper .switcher {
  width: 100px;
}

.widget-switcher-wrapper .switcher .switcher-label {
  padding: 0;
  height: 25px;
  margin: 0;
  border-color: rgba(163, 104, 252, 0.9);
}

.widget-switcher-wrapper .switcher .switcher-label .switcher-inner::before {
  height: 21px;
  line-height: 21px;
  background-color: rgba(163, 104, 252, 0.9);
  font-size: 11px;
}

.widget-switcher-wrapper .switcher .switcher-label .switcher-inner::after {
  height: 21px;
  line-height: 21px;
  font-size: 11px;
}

.widget-switcher-wrapper .switcher .switcher-label .switcher-switch {
  right: 41px;
  width: 20px;
  border-color: rgba(163, 104, 252, 0.9);
}

.switcher-control:checked + .switcher-label .switcher-switch {
  right: 0;
}

.widget-box.courrier-pricing-widget .widget-title {
  justify-content: flex-start;
}

.widget-box.courrier-pricing-widget .widget-title .widget-switcher-wrapper {
  position: static;
  right: auto;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control.w-160 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 8px !important;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

/* setting */
a.iz-admin-setting-item {
  display: block;
  padding: 0.5rem;
  color: inherit;
  min-height: 76px;
}

a.iz-admin-setting-item:hover {
  background-color: #f9fafb;
  text-decoration: none;
  outline: none;
}

a.iz-admin-setting-item .iz-admin-setting-item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  margin-right: 0.5rem;
  border-radius: 3px;
  background-color: #f4f6f8;
}

a.iz-admin-setting-item:hover .iz-admin-setting-item-icon {
  background-color: #dfe3e8;
}

a.iz-admin-setting-item .iz-admin-setting-item-icon i {
  font-size: 1.2rem;
}

a.iz-admin-setting-item .iz-admin-setting-item-title {
  font-size: 1rem;
  font-weight: bold;
}

.iz-form-section-toggle-container {
  height: 0;
  max-height: 0;
  transition: max-height 1s ease-out;
  overflow: hidden;
}

.iz-form-section-toggle-container.active {
  height: auto;
  max-height: 1000px;
  overflow: auto;
}

.far.fa-file.fileupload-new {
  display: none;
}

.izadmin-list .izadmin-item {
  border: 1px solid #d2dce8;
  border-radius: 4px;
  margin: 10px 0;
  padding: 10px;
  font-weight: 500;
  text-transform: capitalize;
  background-color: #fff;
  transition: opacity 0.5s ease-in-out;
}

.izadmin-list .izadmin-item i {
  cursor: pointer;
}

.modal.modal-reason {
  width: 800px;
  margin: auto;
  margin-top: 100px;
}

#modal-otp {
  width: 100%;
  margin: auto;
  max-width: 700px;
  margin-top: 100px !important;
}

.izadmin-iframe-gmap {
  width: 100%;
  height: 300px;
  border: 0;
}

.table .table-purple {
  background-color: #a368fc;
  color: #fff;
}

.checkbox-item {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  font-size: 1em;
  text-align: center;
  line-height: 1em;
  padding: 0 8px !important;
  border: 1px solid #81c868 !important;
}

.checkbox-item:checked {
  border: 0;
  padding: 0 3px !important;
  background: #81c868 !important;
}

.checkbox-item:checked::after {
  content: '✔';
  color: white;
}

td .btn-group > a.text-danger {
  background: #d9534f !important;
}

.layout-2 .bg-sidenav-theme .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: transparent;
  color: var(--color-text-primary);
}

#imageBanner.multi-image-ajax div.container-file-upload {
  width: 195px !important;
}

.nav.nav-tabs > li > a[data-class='tab-cancel'],
.nav.nav-tabs > li > a[data-class='tab-cancel']:hover {
  color: red;
}

.nav-link-notification {
  position: relative;
}

.nav-link-notification .notification-unread-count {
  display: none;
}

.nav-link-notification.active .notification-unread-count {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #d9534f;
  right: -3px;
  top: 3px;
  color: #fff;
  font-size: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.city-list {
  display: grid;
  grid-gap: 5px;
}

.city-list .city-item {
  height: 2.5rem;
  border: 2px solid black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1rem;
}

.city-list .city-item .city-delete {
  cursor: pointer;
}

.iz-slideshow .carousel-inner {
  height: 100%;
}

.ti-money-rp::before {
  content: 'Rp';
}

.dashboard-text-small {
  font-size: 0.7rem;
}

.cms-slideshow-container .slideshow-control-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5em;
  margin-top: 1.5em;
}

.cms-slideshow-container .slideshow-control-list .card .card-remove {
  position: absolute;
  right: -0.5em;
  top: -0.5em;
  cursor: pointer;
}

.cms-slideshow-container .slideshow-control-list .card .card-number {
  position: absolute;
  cursor: pointer;
  background-color: #1baa4b;
  color: #fff;
  padding: 5px;
  font-size: 15px;
}

.cms-slideshow-container .slideshow-control-list .card .card-body {
  display: flex;
  flex-direction: column;
}

.cms-slideshow-container .slideshow-control-list .card.slideshow-card-add .card-body {
  justify-content: center;
  align-items: center;
}

/* iz-table / data table */
.widget-table .widget-title {
  display: none;
}

.widget-table .widget-content {
  background: transparent;
  border-radius: 10px;
}

.iz-table .widget-content {
  padding: 0;
}

#table-container .widget-title {
  border-bottom: 3px solid rgba(163, 104, 252, 0.9);
}

#table-container .widget-title h5 {
  font-size: 18px;
  font-weight: bold;
  color: rgba(163, 104, 252, 0.9);
}

.iz-table.widget-table table.dataTable {
  text-indent: initial;
  border-spacing: 0;
  /* Removes the cell spacing via CSS */
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0;
  border-collapse: collapse;
  /* Optional - if you don't want to have double border where cells touch */
  margin: 0 !important;
}

table.dataTable thead {
  background: var(--color-text-primary);
  color: #fff;
  border-radius: 10px;
}

table.dataTable thead input,
table.dataTable thead .form-control {
  color: var(--color-text-primary);
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border: 0;
}

table.dataTable thead tr:first-child th:first-child,
table.dataTable thead tr:first-child td:first-child {
  border-top-left-radius: 10px;
}

table.dataTable thead tr:first-child th:last-child,
table.dataTable thead tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

table.dataTable thead tr:last-child th:first-child,
table.dataTable thead tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

table.dataTable thead tr:last-child th:last-child,
table.dataTable thead tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

table.dataTable thead > tr > th {
  background: var(--color-text-primary);
  color: #fff;
  margin: 0;
  border: 0;
}

.iz-table.widget-table.widget-box .widget-content.nopadding {
  padding: 0;
}

.iz-table td {
  vertical-align: middle;
}

td .btn.dropdown-toggle,
td .btn.dropdown-toggle:hover {
  background: #81c868 !important;
}

td .btn-group > a {
  background: #81c868 !important;
  color: #fff !important;
  margin: 5px;
  border-radius: 0;
}

.iz-table td .iz-table-action-list .btn.dropdown-toggle,
.iz-table td .iz-table-action-list .btn.dropdown-toggle:hover {
  background: rgba(180, 169, 195, 0.2) !important;
  color: var(--color-text-primary);
  box-shadow: none !important;
  border-radius: 4px;
  margin: 0;
  line-height: 1;
  padding: 6px 11px;
}

.iz-table td .iz-table-action-list .dropdown-toggle::after {
  display: none;
}

.iz-table th .capp-table-checkbox-wrapper input[type='checkbox'] {
  visibility: hidden;
}

.iz-table th .capp-table-checkbox-wrapper {
  width: 20px;
  margin: 0 auto;
  position: relative;
}

.iz-table th .capp-table-checkbox-wrapper label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border-radius: 4px;
  /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.4); */
  border: 1px solid #fff;
  background: -webkit-linear-gradient(top, #1d3022 0%, #1d3022 100%);
  background: -moz-linear-gradient(top, #1d3022 0%, #1d3022 100%);
  background: -o-linear-gradient(top, #1d3022 0%, #1d3022 100%);
  background: -ms-linear-gradient(top, #1d3022 0%, #1d3022 100%);
  background: linear-gradient(top, #1d3022 0%, #1d3022 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#1d3022', endColorstr='#1d3022', GradientType=0);
}

.iz-table th .capp-table-checkbox-wrapper label::after {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 10px;
  height: 5px;
  background: transparent;
  top: 6px;
  left: 4px;
  border: 2px solid #fcfff4;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.iz-table th .capp-table-checkbox-wrapper label:hover::after {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.iz-table th .capp-table-checkbox-wrapper input[type='checkbox']:checked + label::after {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
}

.iz-table td.dataTables_empty {
  background: var(--color-white);
  padding: 1rem;
}

.iz-table select.data_table-quick_search {
  color: var(--color-text-primary);
  padding-right: 8px !important;
  background-color: #ffffff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjUyOTE1IDUuMzg4OTlDNS4yNTAwMSA1LjcxMTMxIDQuNzQ5OTkgNS43MTEzMSA0LjQ3MDg1IDUuMzg4OTlMMC44MDY5MjggMS4xNTgyNkMwLjQxNDMxNSAwLjcwNDkwNiAwLjczNjM1MiAwIDEuMzM2MDggMEw4LjY2MzkyIDBDOS4yNjM2NSAwIDkuNTg1NjggMC43MDQ5MDcgOS4xOTMwNyAxLjE1ODI2TDUuNTI5MTUgNS4zODg5OVoiIGZpbGw9IiMxRDMwMjIiLz4KPHBhdGggZD0iTTUuNTI5MTUgNS4zODg5OUM1LjI1MDAxIDUuNzExMzEgNC43NDk5OSA1LjcxMTMxIDQuNDcwODUgNS4zODg5OUwwLjgwNjkyOCAxLjE1ODI2QzAuNDE0MzE1IDAuNzA0OTA2IDAuNzM2MzUyIDAgMS4zMzYwOCAwTDguNjYzOTIgMEM5LjI2MzY1IDAgOS41ODU2OCAwLjcwNDkwNyA5LjE5MzA3IDEuMTU4MjZMNS41MjkxNSA1LjM4ODk5WiIgZmlsbD0iIzkxQTNCMCIvPgo8L3N2Zz4K);
  background-size: auto;
  background-position-x: calc(100% - 2px);
  background-position-y: 50%;
  line-height: 14px;
  height: 34px;
}

.iz-ui table .data_table-quick_search {
  width: 100%;
  height: 28px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  font-size: 14px;
  background: #fff calc(100% - 10px) center;
  background-image: url("../img/admin/icon/icon-search-gray.svg");
  background-size: 15px 14px;
  background-repeat: no-repeat;
  padding-right: 27px !important;
}

.iz-ui table select.data_table-quick_search {
  color: var(--color-text-primary);
  padding-right: 8px !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjUyOTE1IDUuMzg4OTlDNS4yNTAwMSA1LjcxMTMxIDQuNzQ5OTkgNS43MTEzMSA0LjQ3MDg1IDUuMzg4OTlMMC44MDY5MjggMS4xNTgyNkMwLjQxNDMxNSAwLjcwNDkwNiAwLjczNjM1MiAwIDEuMzM2MDggMEw4LjY2MzkyIDBDOS4yNjM2NSAwIDkuNTg1NjggMC43MDQ5MDcgOS4xOTMwNyAxLjE1ODI2TDUuNTI5MTUgNS4zODg5OVoiIGZpbGw9IiMxRDMwMjIiLz4KPHBhdGggZD0iTTUuNTI5MTUgNS4zODg5OUM1LjI1MDAxIDUuNzExMzEgNC43NDk5OSA1LjcxMTMxIDQuNDcwODUgNS4zODg5OUwwLjgwNjkyOCAxLjE1ODI2QzAuNDE0MzE1IDAuNzA0OTA2IDAuNzM2MzUyIDAgMS4zMzYwOCAwTDguNjYzOTIgMEM5LjI2MzY1IDAgOS41ODU2OCAwLjcwNDkwNyA5LjE5MzA3IDEuMTU4MjZMNS41MjkxNSA1LjM4ODk5WiIgZmlsbD0iIzkxQTNCMCIvPgo8L3N2Zz4K);
  background-size: auto;
  background-position-x: calc(100% - 2px);
  background-position-y: 50%;
  line-height: 14px;
}

.iz-ui table .data_table-quick_search::placeholder {
  color: transparent;
}

.iz-ui table .data_table-quick_search::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}

.iz-ui table .data_table-quick_search:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}

.iz-ui table .data_table-quick_search::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

.iz-ui table .data_table-quick_search:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

.iz-ui.material-style div.dataTables_wrapper div.dataTables_info {
  color: #999ca0;
  font-weight: normal;
  margin-left: 30px;
}

.iz-ui.material-style div.dataTables_wrapper div.dataTables_length label,
.iz-ui.material-style div.dataTables_wrapper div.dataTables_filter label {
  color: #999ca0;
}

textarea::placeholder {
  color: transparent;
}

.iz-ui .form-horizontal select {
  width: auto;
  min-width: 80px;
}

.iz-container {
  background: var(--color-white);
  padding: 2rem;
}

.iz-card .card-header {
  background: var(--color-text-primary);
  color: var(--color-white);
  overflow: hidden;
}

.iz-card.card .card-header:first-child {
  border-radius: 4px 4px 0 0;
}

.iz-card.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.iz-card .list-group {
  background: #f2f2f2;
  color: var(--color-text-primary);
}

.iz-card .list-group li {
  cursor: pointer;
}

.iz-card .list-group li.active {
  background: var(--color-white);
}

.iz-card .list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  border-color: #f1f1f2;
  background-color: var(--color-white);
  color: var(--color-text-primary);
}

.iz-error {
  background: var(--color-white);
  padding: 40px 15px;
  text-align: center;
}

.iz-error .error-actions {
  margin-top: 15px;
  margin-bottom: 15px;
}

.iz-error .error-actions .btn {
  margin-right: 10px;
}

.iz-modal-overlay {
  background-color: #181c21;
  opacity: 0.2;
}

.iz-modal-dialog {
  min-width: 450px;
  width: auto;
  padding: 2rem !important;
  border-radius: 20px;
}

.iz-modal-close-container {
  height: 15px;
}

.iz-modal-confirm .iz-confirm-message {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: var(--color-black);
}

.iz-modal-confirm .modal-footer {
  display: flex;
  justify-content: space-between;
}

.iz-modal .close span:focus-visible {
  outline: none;
}

@media (max-width: 576px) {
  .modal-dialog {
    max-width: none;
    margin: 0.5rem;
  }
}

.iz-container.popup-banner-page .image-container {
  height: 720px;
  border: 2px dashed #ebebeb;
  width: 380px;
  padding: 1.5rem;
}

.iz-container.popup-banner-page .image-container .control-group {
  width: 100%;
  height: 100%;
}

.iz-container.popup-banner-page .image-container .control-group .controls {
  width: 100%;
  height: 90%;
}

.iz-container.popup-banner-page .image-container .control-group .controls .fileupload {
  width: 100%;
  height: 100%;
  border: 1px solid #ebebeb;
}

.iz-container.popup-banner-page .image-container .control-group .controls .fileupload .fileupload-new.thumbnail {
  width: 100%;
  height: 100%;
}

.iz-container.popup-banner-page .image-container .control-group .controls .fileupload .fileupload-new.thumbnail img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
}

.iz-container.popup-banner-page .image-container .control-group .controls .fileupload .fileupload-exists.thumbnail {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
}

.iz-container.popup-banner-page .image-container .control-group .controls .fileupload .fileupload-exists.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.iz-container.popup-banner-page .image-container .control-group .controls .fileupload .btn-file {
  width: 100%;
  margin-top: 1rem;
  background: #f4f5fc;
  color: #000;
  padding: 0;
  height: 30px;
  display: flex;
  align-items: center;
}

.iz-container.popup-banner-page .image-container .control-group .controls .fileupload .btn-file .fileupload-new,
.iz-container.popup-banner-page .image-container .control-group .controls .fileupload .btn-file .fileupload-change {
  width: 100%;
}

.iz-container.popup-banner-page .image-container .control-group .controls .fileupload .fileupload-remove {
  display: none !important;
}

.iz-ui .tab-list.iz-tab-plain .top-nav-container li a {
  background: transparent;
  color: #91a3b0;
  text-transform: none;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}

.iz-ui .tab-list.iz-tab-plain .top-nav-container li.active a {
  color: #1d3022;
}

.iz-ui .tab-list.iz-tab-plain .row-tab-content .widget-box, .iz-ui .iz-article-table .widget-box {
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  border-radius: 0;
}

.iz-ui .tab-list.iz-tab-plain .row-tab-content .widget-box .widget-content, .iz-ui .iz-article-table .widget-box .widget-content {
  background: transparent;
  border-color: transparent;
}

.img-item-category {
  width: 26px;
  border-radius: 4px;
}

@media (min-width: 420px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .iz-ui div.dataTables_wrapper [class*="col-md-"] {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .iz-ui div.dataTables_wrapper div.dataTables_length select {
    padding: 2px 8px !important;
  }
}

@media (max-width: 767px) {
  body {
    background: var(--color-white);
  }
  .iz-container {
    padding: 0;
    background: transparent;
  }
  .iz-modal-dialog {
    min-width: 0;
    width: 100%;
    padding: 2rem !important;
    border-radius: 20px;
  }
  .iz-ui.material-style div.dataTables_wrapper div.dataTables_info {
    margin-left: 0;
    margin-bottom: 1rem;
  }
}

.btn-open-map {
  background-color: #F4F5FC;
  box-shadow: none;
  font-size: 14px;
}

.btn-open-map:focus, .btn-open-map:hover {
  box-shadow: none;
}

/* ADMIN BROADCAST */
.broadcast-detail {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 1rem;
}

.broadcast-detail .detail {
  display: grid;
  grid-gap: 0.5rem;
}

.broadcast-detail .detail > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* ADMIN VOUCHER DISCOUNT */
.voucher-status-draft-text {
  color: var(--color-yellow);
}

.voucher-status-upcoming-text {
  color: var(--color-blue);
}

.voucher-status-published-text {
  color: var(--color-green-light);
}

.voucher-status-unpublished-text {
  color: var(--color-red);
}

.voucher-status-done-text {
  color: var(--color-text-grey);
}

.voucher-edit-container {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 32px;
  color: #3F3D47;
}

.voucher-edit-container .form-group label {
  font-size: 14px;
  margin-bottom: 8px;
}

.voucher-edit-nav {
  counter-reset: nav;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}

.voucher-edit-nav > div {
  display: flex;
  align-items: center;
  height: 52px;
  border-radius: 4px;
  color: #3F3D47;
  cursor: pointer;
}

.voucher-edit-nav > div.active {
  background: #F4F5FC;
  color: #3F3D47;
}

.voucher-edit-nav > div.active ~ div {
  color: #999CA0;
}

.voucher-edit-nav > div:before {
  counter-increment: nav;
  content: counter(nav);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin: 8px;
  background: #3F3D47;
  color: #ffffff;
  border-radius: 4px;
}

.voucher-edit-nav > div.active:before {
  background: #488CF1;
  color: #ffffff;
}

.voucher-edit-nav > div.active ~ div:before {
  background: #F4F5FC;
  color: #999CA0;
}

.section-voucher-info {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 1rem;
}

.voucher-category-type {
  display: grid;
  grid-template-columns: repeat(2, 210px);
  grid-gap: 2rem;
}

.voucher-category-type > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  background: #F4F5FC;
  border-radius: 4px;
  padding: 1rem;
  line-height: 26px;
}

.voucher-category-type > div .title {
  color: #3F3D47;
}

.voucher-category-type > div .content {
  color: #488CF1;
  font-size: 16px;
}

.voucher-info-data .select2-container--default .select2-selection,
.voucher-info-data .select2-container--default.select2-container--focus:not(.select2-container--disabled) .select2-selection,
.voucher-info-data .select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-selection {
  border-radius: 5px !important;
}

.tnc-data .title, .location-data .title, .publish-data .title {
  font-size: 16px;
  color: #000000;
  border-bottom: 1px solid #F4F5FC;
  padding-bottom: 16px;
}

.tnc-data .content, .location-data .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  padding: 2rem 0;
}

.tnc-data .content > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tnc-data .content .input-numeric {
  padding-left: 40px !important;
}

.tnc-data .content .input-numeric.redeem {
  padding-right: 50px !important;
  text-align: right;
}

.tnc-data .content .input-rp {
  position: absolute;
  top: 51px;
  left: 15px;
}

.tnc-data .content .input-point, .tnc-data .content .input-coin {
  position: absolute;
  top: 51px;
  right: 15px;
  color: #3F3D47;
}

.tnc-data .btn-generate-code {
  width: 150px;
  height: 46px;
}

.location-data .outlet-chosen {
  background-color: #F4F5FC;
  border-radius: 4px;
  padding: 16px;
  line-height: 22px;
}

.location-data .outlet-chosen div + div {
  font-size: 18px;
  color: #3F3D47;
}

.location-data .outlet-chosen .total-max-outlet {
  font-size: 12px;
}

.location-data .location .content {
  grid-template-columns: repeat(1, 1fr);
}

.location-data .table-location {
  font-size: 12px;
  border-bottom: 1px solid #F4F5FC;
}

.location-data .table-location .header > div {
  display: grid;
  grid-gap: 1rem;
  align-items: center;
  height: 52px;
  background: #1D3022;
  color: white;
  border-radius: 4px;
  padding: 0 1rem;
}

.location-data .table-location .header > div.table-location-province {
  grid-template-columns: 20px repeat(1, 1fr) 30px;
}

.location-data .table-location .header > div.table-location-city {
  grid-template-columns: 20px repeat(2, 1fr) 30px;
}

.location-data .table-location .header > div.table-location-outlet {
  grid-template-columns: 20px repeat(3, 1fr) 30px;
}

.location-data .table-location .body {
  counter-reset: index;
}

.location-data .table-location .body > div .select2-selection {
  border-radius: 4px !important;
}

.location-data .table-location .body > div {
  display: grid;
  grid-gap: 1rem;
  align-items: center;
  padding: 1rem;
}

.location-data .table-location .body > div.table-location-province {
  grid-template-columns: 20px repeat(1, 1fr) 30px;
}

.location-data .table-location .body > div.table-location-city {
  grid-template-columns: 20px repeat(2, 1fr) 30px;
}

.location-data .table-location .body > div.table-location-outlet {
  grid-template-columns: 20px repeat(3, 1fr) 30px;
}

.location-data .table-location .body .table-location-index:before {
  counter-increment: index;
  content: counter(index);
}

.location-data .table-location .body > div button {
  width: 32px;
  height: 32px;
  background: #F4F5FC;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.location-data .content .btn-add-location {
  padding: 12px 16px;
  width: 150px;
  height: 46px;
  background: #F4F5FC;
  border-radius: 4px;
  border: none;
  color: #488CF1;
  cursor: pointer;
}

.publish-data .content {
  display: grid;
  padding: 2rem 0;
}

.publish-data .content > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}

.publish-data .content > div:last-child {
  grid-template-columns: repeat(2, 1fr);
}

.publish-data .content .custom-url-domain {
  position: absolute;
  top: 39px;
  left: 15px;
  font-size: 14px;
  color: #488CF1;
}

.publish-data .content .input-custom-url {
  padding-left: 240px !important;
}

.publish-data .btn-custom-url-copy {
  width: 150px;
  height: 46px;
}

.voucher-detail-container {
  padding: 32px;
  background: #FFFFFF;
  border-radius: 4px;
}

.voucher-detail-container .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #F4F5FC;
}

.voucher-detail-container .title {
  font-size: 18px;
  line-height: 24px;
  color: #3F3D47;
}

.voucher-detail-container .btn-action {
  padding: 12px 16px;
  background: #F4F5FC;
  border-radius: 4px;
  border: none;
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #3F3D47;
  cursor: pointer;
}

.voucher-detail-container .dropdown-menu {
  padding: 0px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  border-radius: 0 !important;
  box-shadow: none;
}

.voucher-detail-container .body {
  font-size: 14px;
  line-height: 22px;
  color: #919191;
}

.voucher-detail-container .body label {
  color: #3F3D47;
}

.voucher-detail-container .body hr {
  border: 1px solid #F4F5FC;
}

.voucher-detail-container .info {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #F4F5FC;
}

.voucher-detail-container .main-info > div:not(:first-child) {
  margin-top: 1rem;
}

.voucher-detail-container .voucher-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}

.voucher-detail-container #status {
  text-transform: capitalize;
}

.voucher-detail-container #banner {
  height: 160px;
}

.voucher-detail-container img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  border-radius: 8px;
}

.voucher-detail-container .card-info > div {
  padding: 16px;
  background: #F4F5FC;
  border-radius: 4px;
  font-size: 18px;
  color: #3F3D47;
}

.voucher-detail-container .card-info > div label {
  font-size: 14px;
}

.voucher-detail-container #code {
  color: #488CF1;
}

.voucher-detail-container .total-used-see-all, .voucher-detail-container .total-redeemed-see-all {
  margin-top: 1rem;
  font-size: 12px;
  text-decoration-line: underline;
  cursor: pointer;
}

.voucher-detail-container .custom-url-domain {
  position: absolute;
  top: 40px;
  left: 15px;
  font-size: 14px;
  color: #488CF1;
}

.voucher-detail-container #custom-url {
  padding-left: 240px !important;
  background-color: white;
  color: #488CF1;
}

.voucher-detail-container .btn-custom-url-copy {
  width: 70px;
  height: 46px;
}

.voucher-detail-container .discount-setting, .voucher-detail-container .redeem-setting {
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #F4F5FC;
}

.voucher-detail-container .discount-setting .title + div, .voucher-detail-container .redeem-setting .title + div {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}

.voucher-detail-container .other-setting {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}

.voucher-detail-container .quota-setting .title + div {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}

.voucher-detail-container .segmentation .title + div {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem;
}

.voucher-detail-table {
  margin-top: 2rem;
  padding: 32px;
  background: #FFFFFF;
  border-radius: 4px;
}

.voucher-detail-table .nav {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem;
  margin-bottom: 2rem;
  cursor: pointer;
}

.voucher-detail-table .nav > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding: 8px 0px;
  background: #F4F5FC;
  color: #3F3D47;
  border-radius: 4px;
}

.voucher-detail-table .nav > div.active {
  background: #488CF1;
  color: #FFFFFF;
}

.voucher-detail-table .btn-export {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  background: #F4F5FC;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.voucher-detail-table .widget-box {
  border: none !important;
}

.voucher-detail-table .widget-content {
  padding: 0 !important;
  border: none !important;
}

/* ADMIN RATING TAG */
.rating-tag-active {
  color: var(--color-green-light);
}

.rating-tag-inactive {
  color: var(--color-red);
}

/* ADMIN DATA CUSTOMER */
.customer-member-type-customer {
  color: var(--color-blue);
}

.customer-member-type-vendor {
  color: var(--color-green-light);
}

.customer-member-type-unknown {
  color: var(--color-red);
}

.customer-status-active {
  color: var(--color-green-light);
}

.customer-status-inactive {
  color: var(--color-red);
}

.rating-container {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 1rem;
}

.rating-container.column3 {
  grid-template-columns: 1fr 1fr 2fr;
}

.rating-container .rating-total {
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  background: #F4F5FC;
  border-radius: 8px;
}

.rating-container .rating-total .star {
  display: grid;
  grid-template-columns: repeat(5, 20px);
  grid-gap: 5px;
}

.rating-container .rating-total .star .star-yellow {
  color: #FFC107;
  font-size: 20px;
}

.rating-container .rating-total .star .star-grey {
  color: #EBEBEB;
  font-size: 20px;
}

.rating-container .rating-total .rating-value {
  font-weight: 700;
  font-size: 36px;
}

.rating-container .rating-counter {
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  background: #F4F5FC;
  border-radius: 8px;
}

.rating-container .rating-counter .icon i {
  font-weight: bold;
  font-size: 24px;
}

.rating-container .rating-counter .rating-value {
  font-weight: 700;
  font-size: 36px;
}

.rating-container .rating-star-data {
  padding: 2rem 0;
  display: grid;
  grid-gap: 10px;
  background: #F4F5FC;
  border-radius: 8px;
}

.rating-container .rating-star-data > div {
  display: grid;
  grid-template-columns: 1fr 80% 1fr;
  text-align: center;
  align-items: center;
}

.rating-container .rating-star-data > div .icon i {
  color: #FFC107;
  font-size: 15px;
}

.rating-container .rating-star-data > div .bar {
  width: 100%;
  height: 9px;
  display: flex;
  background: #EBEBEB;
  border-radius: 3px;
}

.rating-container .rating-star-data > div .bar span {
  height: 9px;
  background-color: #FFC107;
  border-radius: 3px;
}

#ratingDataSort .select2-container {
  min-width: auto;
  width: 100% !important;
}

#ratingData #search {
  min-height: 3.15rem;
}

#ratingData .rating-filter {
  display: flex;
  justify-content: space-between;
}

#ratingData input[type="checkbox"] {
  accent-color: #1BAA4B;
}

#ratingData hr {
  border-top: 1px solid #DFDEDE;
}

.review-container .widget-box, .review-container .widget-content {
  border: 0;
}

.review-container .iz-table thead {
  display: none;
}

.review-container .iz-table td {
  vertical-align: initial;
}

.review-container .iz-table td .iz-table-action-list .btn.dropdown-toggle, .review-container .iz-table td .iz-table-action-list .btn.dropdown-toggle:hover {
  background: transparent !important;
}

.review-container .iz-table td .iz-table-action-list .btn.dropdown-toggle:focus {
  background: #1D3022 !important;
}

.review-container .iz-table td .iz-table-action-list .btn.dropdown-toggle:focus .iz-icon.iz-icon-ellipsis-vertical {
  filter: grayscale(1) invert(1);
}

.review-container .iz-icon.iz-icon-ellipsis-vertical {
  height: 10px;
}

.review-container .review-detail.deleted {
  color: #919191;
}

.review-container .review-detail .customer-name, .review-container .text-review .merchant-name {
  color: var(--color-green-partner);
}

.review-container .review-detail .customer-name {
  font-weight: 500;
}

.review-container .review-detail.deleted .customer-name, .review-container .text-review.deleted .merchant-name {
  color: #919191;
}

.review-container .review-detail .transaction-rating {
  display: grid;
  grid-template-columns: repeat(5, 15px);
  grid-gap: 5px;
}

.review-container .review-detail .star-yellow {
  color: #FFC107;
  font-size: 15px;
}

.review-container .review-detail.deleted .star-yellow {
  color: #919191;
}

.review-container .star-grey {
  color: #EBEBEB;
  font-size: 15px;
}

.review-container .text-review {
  color: #999999;
}

.review-container .text-review.deleted > div:first-child {
  text-decoration: line-through;
}

.review-container .text-review .comments > div {
  background: #F4F5FC;
  border-radius: 16px;
  padding: 2rem;
}

.review-container .text-review.deleted .comments > div {
  background: #DFDEDE;
}

.review-container .text-review.deleted .comments > div > div {
  text-decoration: line-through;
}

.review-container .text-review .tags > div {
  background: #F4F5FC;
  border-radius: 8px;
  padding: 1rem;
  display: inline-block;
  color: #1D3022;
}

.review-container .text-review.deleted .tags > div {
  background: #DFDEDE;
  color: #919191;
}

.review-container .text-review.deleted .tags > div:not(:first-child) {
  margin-left: .5rem;
}

.review-container .text-review.deleted .tags img {
  filter: grayscale(1);
}

.review-container .text-review .deleted-message {
  color: #C03A2B;
}

.iz-form-review-reply-container .review-detail {
  position: relative;
}

.iz-form-review-reply-container .review-detail .rating .star-yellow {
  color: #FFC107;
  font-size: 15px;
}

.iz-form-review-reply-container .review-detail .rating .star-grey {
  color: #EBEBEB;
  font-size: 15px;
}

.iz-form-review-reply-container .review-detail .review {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.iz-form-review-reply-container .review-detail .tags > div {
  background: #F4F5FC;
  border-radius: 8px;
  padding: 1rem;
  display: inline-block;
  color: #1D3022;
}

.iz-form-review-reply-container .review-detail .tags > div:not(:first-child) {
  margin-left: .5rem;
}

.iz-form-review-reply-container .review-detail .date {
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.iz-form-review-reply-container #comment {
  background: #F2F2F2;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  min-height: 194px;
}

.iz-form-review-reply-container .comment-counter {
  padding: 4px 8px;
  background: #F4F5FC;
  border-radius: 30px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #1D3022;
}

.iz-form-review-reply-container .note {
  padding: 16px;
  background: #FFF2F3;
  border-radius: 8px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.iz-form-review-reply-container .note > div:first-child {
  font-weight: 600;
}

/*# sourceMappingURL=izadmin.css.map */