@charset "UTF-8";
.w-10 {
  width: 10% !important; }

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

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

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

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

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

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

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

a {
  text-decoration: none;
  color: #000; }
  a:hover {
    color: #3b5998; }

.sweet-alert p {
  font-weight: 600; }

.selectize-control.plugin-remove_button .remove-single {
  right: 2.5rem !important;
  font-size: 1.375rem;
  top: 0px; }

.selectize-control.single.loading .selectize-dropdown-content:after {
  display: block;
  content: 'Yükleniyor';
  padding: .5rem .75rem;
  width: 100%; }

.has-loader.selectize-control.loading .selectize-input:before {
  content: " ";
  display: block;
  position: absolute;
  top: 35%;
  right: calc(3.25rem + 5px);
  margin-top: -2px;
  border: 0.175em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
  width: 1rem;
  height: 1rem; }

.has-loader.multi.selectize-control.loading .selectize-input:before {
  right: 8px; }

.selectize-control .create {
  display: none; }

.selectize-control .create.has-results-0 {
  display: block; }

.selectize-control .selectize-input.disabled {
  opacity: 1;
  background-color: #e9ecef; }

.img-fluid {
  width: 100%; }

textarea::placeholder {
  color: #aaa !important; }

.btn-group-xs .btn {
  padding: .25rem .5rem;
  font-size: .625rem;
  border-radius: .125rem; }

.form-check:not(.form-switch) .form-check-input:checked {
  background-color: transparent; }

.form-control.border-bold {
  box-shadow: inset 0 0 0 1px #ced4da; }
  .form-control.border-bold:focus {
    box-shadow: inset 0 0 0 1px #e81a74; }

.breadcrumb-container .breadcrumb {
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }
  .breadcrumb-container .breadcrumb li {
    margin-right: 0.3rem;
    padding-left: 0 !important; }
    .breadcrumb-container .breadcrumb li:before {
      display: none !important; }
    .breadcrumb-container .breadcrumb li + li i {
      vertical-align: middle;
      margin-right: 0.3rem; }
      .breadcrumb-container .breadcrumb li + li i:after {
        background-size: 100%;
        background-image: get-icon("chevron-double-forward-mdi", #6c757d, 24); }

.modal-backdrop {
  z-index: 1101; }

.modal {
  z-index: 1112; }

.modal#uppyContainer {
  z-index: 9999; }

.was-validated .form-control:invalid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #dc3545; }

.was-validated .form-control:valid {
  border-color: #ced4da;
  background-image: none;
  padding-right: inherit !important; }

.was-validated .selectize-control .selectize-input.required.invalid {
  border-color: #dc3545; }

.form-switch {
  min-height: 2rem !important;
  padding-left: 3em; }
  .form-switch .form-check-input {
    width: 2.5em;
    margin-left: -3em;
    height: 1.2em; }
  .form-switch .form-check-label {
    line-height: 1.75rem;
    margin-top: 0; }

.form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact; }

.dropdown-toggle.no-arrow:after {
  display: none; }

.table-centered td, .table-centered th {
  vertical-align: middle !important; }

label {
  font-weight: 500;
  margin-bottom: .25rem;
  font-family: "IBM Plex Sans",sans-serif; }

.btn-default {
  color: #212529;
  background-color: #fff;
  border-color: #adb5bd; }
  .btn-default:hover {
    color: #000;
    background-color: #e9ecef;
    border-color: #b5bcc4; }
  .btn-check:focus + .btn-default, .btn-default:focus {
    color: #000;
    background-color: #e9ecef;
    border-color: #b5bcc4;
    box-shadow: 0 0 0 0 rgba(152, 159, 167, 0.5); }
  .btn-check:checked + .btn-default, .btn-check:active + .btn-default, .btn-default:active, .btn-default.active, .show > .btn-default.dropdown-toggle {
    color: #000;
    background-color: white;
    border-color: #b5bcc4; }
    .btn-check:checked + .btn-default:focus, .btn-check:active + .btn-default:focus, .btn-default:active:focus, .btn-default.active:focus, .show > .btn-default.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(152, 159, 167, 0.5); }
  .btn-default:disabled, .btn-default.disabled {
    color: #000;
    background-color: #fff;
    border-color: #adb5bd; }

.btn-navy {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998; }
  .btn-navy:hover {
    color: #fff;
    background-color: #324c81;
    border-color: #2f477a; }
  .btn-check:focus + .btn-navy, .btn-navy:focus {
    color: #fff;
    background-color: #324c81;
    border-color: #2f477a;
    box-shadow: 0 0 0 0 rgba(88, 114, 167, 0.5); }
  .btn-check:checked + .btn-navy, .btn-check:active + .btn-navy, .btn-navy:active, .btn-navy.active, .show > .btn-navy.dropdown-toggle {
    color: #fff;
    background-color: #2f477a;
    border-color: #2c4372; }
    .btn-check:checked + .btn-navy:focus, .btn-check:active + .btn-navy:focus, .btn-navy:active:focus, .btn-navy.active:focus, .show > .btn-navy.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(88, 114, 167, 0.5); }
  .btn-navy:disabled, .btn-navy.disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998; }

.btn-outline-default {
  color: #212529;
  background-color: #fff;
  border-color: #adb5bd; }
  .btn-outline-default:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .btn-check:focus + .btn-outline-default, .btn-outline-default:focus {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
    box-shadow: 0 0 0 0 rgba(152, 159, 167, 0.5); }
  .btn-check:checked + .btn-outline-default, .btn-check:active + .btn-outline-default, .btn-outline-default:active, .btn-outline-default.active, .show > .btn-outline-default.dropdown-toggle {
    color: #000;
    background-color: white;
    border-color: #b5bcc4; }
    .btn-check:checked + .btn-outline-default:focus, .btn-check:active + .btn-outline-default:focus, .btn-outline-default:active:focus, .btn-outline-default.active:focus, .show > .btn-outline-default.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(152, 159, 167, 0.5); }
  .btn-outline-default:disabled, .btn-outline-default.disabled {
    color: #000;
    background-color: #fff;
    border-color: #adb5bd; }

.btn-outline-navy {
  color: #3b5998;
  background-color: #fff;
  border-color: #3b5998; }
  .btn-outline-navy:hover {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998; }
  .btn-check:focus + .btn-outline-navy, .btn-outline-navy:focus {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
    box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.5); }
  .btn-check:checked + .btn-outline-navy, .btn-check:active + .btn-outline-navy, .btn-outline-navy:active, .btn-outline-navy.active, .show > .btn-outline-navy.dropdown-toggle {
    color: #000;
    background-color: white;
    border-color: #4f6aa2; }
    .btn-check:checked + .btn-outline-navy:focus, .btn-check:active + .btn-outline-navy:focus, .btn-outline-navy:active:focus, .btn-outline-navy.active:focus, .show > .btn-outline-navy.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.5); }
  .btn-outline-navy:disabled, .btn-outline-navy.disabled {
    color: #000;
    background-color: #fff;
    border-color: #3b5998; }

.btn-light-el {
  color: #b2004e;
  background-color: #ffe0ed;
  border-color: #ffe0ed; }
  .btn-light-el:hover {
    color: #fff;
    background-color: #e50064;
    border-color: #e50064; }
  .btn-check:focus + .btn-light-el, .btn-light-el:focus {
    color: #fff;
    background-color: #e50064;
    border-color: #e50064;
    box-shadow: 0 0 0 0 rgba(243, 190, 213, 0.5); }
  .btn-check:checked + .btn-light-el, .btn-check:active + .btn-light-el, .btn-light-el:active, .btn-light-el.active, .show > .btn-light-el.dropdown-toggle {
    color: #000;
    background-color: #ffe6f1;
    border-color: #ffe3ef; }
    .btn-check:checked + .btn-light-el:focus, .btn-check:active + .btn-light-el:focus, .btn-light-el:active:focus, .btn-light-el.active:focus, .show > .btn-light-el.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(243, 190, 213, 0.5); }
  .btn-light-el:disabled, .btn-light-el.disabled {
    color: #000;
    background-color: #ffe0ed;
    border-color: #ffe0ed; }

table td {
  word-break: break-word; }

.bootstrap-datetimepicker-widget, .daterangepicker {
  padding: 1rem; }
  .bootstrap-datetimepicker-widget table th, .daterangepicker table th {
    height: 30px !important;
    line-height: 30px !important;
    font-weight: 700; }
  .bootstrap-datetimepicker-widget table td.day, .daterangepicker table td.day {
    height: 30px !important;
    line-height: 30px !important;
    width: 30px !important; }
  .bootstrap-datetimepicker-widget table td.active, .daterangepicker table td.active {
    background-color: #0d6efd !important; }
    .bootstrap-datetimepicker-widget table td.active:hover, .daterangepicker table td.active:hover {
      background-color: #0d6efd !important; }

.daterangepicker .calendar th, .daterangepicker .calendar td {
  line-height: 32px;
  height: 32px; }

.table-w-loader {
  position: relative; }
  .table-w-loader .dataTables_processing {
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    border: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding-top: 5rem !important;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99; }
  .table-w-loader .table-striped tbody tr:nth-of-type(odd):not(.selected) {
    background-color: rgba(0, 0, 0, 0.02); }

.dataTables_wrapper table.table-bordered.dataTable th:first-child, .dataTables_wrapper table.table-bordered.dataTable th:first-child, .dataTables_wrapper table.table-bordered.dataTable td:first-child, .dataTables_wrapper table.table-bordered.dataTable td:first-child {
  border-left-width: 0; }
.dataTables_wrapper table.table-bordered.dataTable th:last-child, .dataTables_wrapper table.table-bordered.dataTable th:last-child, .dataTables_wrapper table.table-bordered.dataTable td:last-child, .dataTables_wrapper table.table-bordered.dataTable td:last-child {
  border-right-width: 0; }
.dataTables_wrapper table.dataTable tbody > tr.selected, .dataTables_wrapper table.dataTable tbody > tr > .selected, .dataTables_wrapper tr.selected td {
  background-color: #f1f6ff;
  color: inherit !important; }
.dataTables_wrapper table.dataTable tbody tr.selected a, .dataTables_wrapper table.dataTable tbody th.selected a, .dataTables_wrapper table.dataTable tbody td.selected a {
  color: inherit !important; }
.dataTables_wrapper .page-link {
  padding: .375rem .75rem; }
.dataTables_wrapper .dataTable {
  border-left-width: 0 !important; }
  .dataTables_wrapper .dataTable th {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-weight: 700;
    border-bottom-width: 2px !important;
    border-top-width: 2px !important; }
    .dataTables_wrapper .dataTable th span {
      display: none; }
  .dataTables_wrapper .dataTable .id-col {
    max-width: 40px;
    width: 40px; }
  .dataTables_wrapper .dataTable .img-col {
    max-width: 90px;
    width: 90px; }
  .dataTables_wrapper .dataTable .icon-col {
    width: 30px;
    max-width: 30px; }
  .dataTables_wrapper .dataTable .multiple-line-col {
    word-break: break-all;
    width: 180px;
    max-width: 180px; }
  .dataTables_wrapper .dataTable td {
    padding: 0.35rem; }
  .dataTables_wrapper .dataTable.tablePaddingSm td {
    padding: 0.5rem; }
  .dataTables_wrapper .dataTable.tablePaddingNormal td {
    padding: 0.75rem; }
.dataTables_wrapper .dt-buttons span span {
  display: none; }
.dataTables_wrapper .dt-buttons .btn-outline-navy:hover {
  background-color: #e9ecef;
  border-color: #1c2742;
  color: #1c2742; }

.toast-title {
  font-weight: 700;
  font-size: .875rem;
  padding: .375rem .75rem; }
  .toast-title:before {
    font-size: .75rem;
    font-family: "Material Design Icons";
    color: #fff;
    content: '\F05E1';
    margin-right: .125rem;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
    text-align: center; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  padding: 0 .75rem .625rem .75rem; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: 0.25rem;
  top: 0.25rem;
  float: right;
  font-size: 1.75rem;
  line-height: .625;
  font-weight: bold;
  color: #000;
  opacity: 0.95;
  cursor: pointer; }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000;
  text-decoration: none;
  opacity: 1; }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 0.25rem;
  width: 300px;
  color: #000;
  opacity: 0.95; }

#toast-container > div:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  border-radius: 0.5rem;
  background-color: #fff;
  border: 2px solid #0a0c0d; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #000000; }

.toast-success {
  border-color: #1e7e34; }
  .toast-success .toast-title {
    color: #28a745; }
    .toast-success .toast-title:before {
      content: "\F012C";
      background-color: #28a745; }
  .toast-success .toast-close-button {
    color: #28a745; }
  .toast-success .toast-progress {
    background-color: #28a745; }

.toast-error {
  border-color: #bd2130; }
  .toast-error .toast-title {
    color: #dc3545; }
    .toast-error .toast-title:before {
      content: '\F0156';
      background-color: #dc3545; }
  .toast-error .toast-close-button {
    color: #dc3545; }
  .toast-error .toast-progress {
    background-color: #dc3545; }

.toast-info {
  border-color: #0c7084; }
  .toast-info .toast-title {
    color: #1098b3; }
    .toast-info .toast-title:before {
      content: '\F064E';
      background-color: #1098b3; }
  .toast-info .toast-close-button {
    color: #1098b3; }
  .toast-info .toast-progress {
    background-color: #1098b3; }

.toast-warning {
  border-color: #d39e00; }
  .toast-warning .toast-title {
    color: #d39e00; }
    .toast-warning .toast-title:before {
      content: '\F05D6';
      background-color: #d39e00; }
  .toast-warning .toast-close-button {
    color: #d39e00; }
  .toast-warning .toast-progress {
    background-color: #ffc107; }

.uppy-Dashboard-inner {
  border-radius: .25rem !important;
  border: 0 !important; }
  .uppy-Dashboard-inner * {
    font-family: "Open Sans",sans-serif !important; }

.uppy-size--xl .uppy-Dashboard-Item {
  height: 325px !important; }

.uppy-size--xl .uppy-Dashboard-Item-preview {
  height: 255px !important; }

.uppy-Dashboard-Item-statusSize {
  margin-bottom: 0 !important;
  line-height: 1rem !important; }

.uppy-u-reset.uppy-Dashboard-Item-action.uppy-Dashboard-Item-action--edit {
  position: absolute;
  border-radius: 1rem;
  background-color: #000;
  padding: 0;
  left: 50%;
  margin-left: -1rem;
  top: 200px;
  width: 2rem;
  height: 2rem;
  text-align: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M7,17V1H5V5H1V7H5V17A2,2 0 0,0 7,19H17V23H19V19H23V17M17,15H19V7C19,5.89 18.1,5 17,5H9V7H17V15Z' /%3E%3C/svg%3E");
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat; }
  .uppy-u-reset.uppy-Dashboard-Item-action.uppy-Dashboard-Item-action--edit:focus, .uppy-u-reset.uppy-Dashboard-Item-action.uppy-Dashboard-Item-action--edit :active {
    outline: 0;
    border-radius: 1rem; }
  .uppy-u-reset.uppy-Dashboard-Item-action.uppy-Dashboard-Item-action--edit svg {
    display: none; }

.upload-container .nav-tabs-custom li.nav-item a.nav-link {
  border-bottom-width: 0;
  border-radius: 0;
  padding: 1rem 1.5rem;
  font-size: 1rem; }
  .upload-container .nav-tabs-custom li.nav-item a.nav-link.active {
    color: #000;
    background-color: #fafafa; }
    .upload-container .nav-tabs-custom li.nav-item a.nav-link.active:hover {
      color: #000; }

#image-gallery {
  position: relative; }
  #image-gallery .cropper-modal {
    opacity: 1 !important; }
  #image-gallery .cropper-progress {
    position: absolute;
    height: .125rem;
    border-radius: 0;
    bottom: 0;
    z-index: 9;
    display: none;
    width: 100%; }
  #image-gallery .cropper-loading {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 50px;
    bottom: .125rem;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff; }
    #image-gallery .cropper-loading .spinner {
      border-width: .125rem; }

#images {
  border-radius: .25rem;
  background-color: #fafafa;
  position: relative;
  height: 500px;
  max-height: 500px;
  overflow: hidden;
  padding-top: 50px; }
  #images .cropper-editor {
    position: absolute;
    z-index: 5;
    background-color: #fff;
    width: 100%;
    height: 450px;
    top: -500px;
    transition: top ease-in-out .1s;
    text-align: center; }
    #images .cropper-editor.active {
      top: 50px; }
    #images .cropper-editor #cropper-image {
      height: 100%; }
    #images .cropper-editor .cropper-inner {
      position: relative;
      width: 100%;
      height: 100%; }
      #images .cropper-editor .cropper-inner .cropper-toolbar {
        position: absolute;
        width: 9rem;
        left: 50%;
        margin-left: -4.5rem;
        height: 2.25rem;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 20;
        bottom: 1rem; }
        #images .cropper-editor .cropper-inner .cropper-toolbar a {
          width: 2.25rem;
          height: 2.25rem;
          color: #fff;
          display: block;
          line-height: 2.25rem;
          font-size: 1.5rem; }
          #images .cropper-editor .cropper-inner .cropper-toolbar a:hover {
            background-color: #2275d7; }
  #images .images-navbar {
    position: absolute;
    top: -50px;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eaeaea;
    padding: 0 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    transition: top ease-in-out .1s; }
    #images .images-navbar.active {
      top: 0px; }
    #images .images-navbar .navbar-button {
      width: 100px; }
    #images .images-navbar .navbar-title {
      text-align: center; }
    #images .images-navbar a {
      color: #2275d7; }
      #images .images-navbar a:hover {
        color: #1b5dab; }
  #images .image-list {
    padding: 10px 0;
    height: 450px;
    overflow-y: scroll;
    flex-wrap: wrap; }

.product-image-item {
  width: 20%;
  min-width: 20%;
  padding: 0 15px;
  margin-bottom: 15px; }
  .product-image-item.ui-sortable-placeholder:after {
    content: ' ';
    background-color: #dee2e6;
    width: 100%;
    aspect-ratio: 2/3;
    display: block;
    border-radius: 9px;
    box-shadow: 0 1px 2px #00000026; }
  .product-image-item .product-image-item-inner {
    position: relative; }
    .product-image-item .product-image-item-inner div {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 4.25rem;
      height: 2rem;
      left: 50%;
      margin-left: -2.125rem;
      bottom: 1rem; }
      .product-image-item .product-image-item-inner div a {
        display: block;
        height: 2rem;
        width: 2rem;
        background-color: #000;
        color: #fff;
        text-align: center;
        line-height: 1.875rem;
        font-size: 1rem;
        border-radius: 1rem;
        border: 1px solid #000;
        transition: font-size linear .02s; }
        .product-image-item .product-image-item-inner div a:hover {
          border-color: #fff;
          font-size: 1.125rem; }
        .product-image-item .product-image-item-inner div a.active {
          border-color: #28a745;
          background-color: #28a745; }
          .product-image-item .product-image-item-inner div a.active:hover {
            border-color: #fff; }
        .product-image-item .product-image-item-inner div a i.spinner:before {
          -webkit-animation: spin 1.5s linear infinite;
          -moz-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite; }
    .product-image-item .product-image-item-inner a.delete-image {
      position: absolute;
      width: 18px;
      height: 18px;
      display: block;
      background-color: #000;
      color: #fff;
      text-align: center;
      line-height: 18px;
      top: -9px;
      right: -9px;
      border-radius: 9px; }
    .product-image-item .product-image-item-inner img {
      width: 100%;
      border-radius: 3px;
      box-shadow: 0 1px 2px #00000026;
      cursor: move; }

/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.6
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT 
*/
.metismenu .arrow {
  float: right;
  line-height: 1.42857; }

*[dir="rtl"] .metismenu .arrow {
  float: left; }

/*
 * Require Bootstrap 3.x
 * https://github.com/twbs/bootstrap
*/
.metismenu .glyphicon.arrow:before {
  content: "\e079"; }

.metismenu .mm-active > a > .glyphicon.arrow:before {
  content: "\e114"; }

/*
 * Require Font-Awesome
 * http://fortawesome.github.io/Font-Awesome/
*/
.metismenu .fa.arrow:before {
  content: "\f104"; }

.metismenu .mm-active > a > .fa.arrow:before {
  content: "\f107"; }

/*
 * Require Ionicons
 * http://ionicons.com/
*/
.metismenu .ion.arrow:before {
  content: ""; }

.metismenu .mm-active > a > .ion.arrow:before {
  content: "\f3d0"; }

.metismenu .plus-times {
  float: right; }

*[dir="rtl"] .metismenu .plus-times {
  float: left; }

.metismenu .fa.plus-times:before {
  content: "\f067"; }

.metismenu .mm-active > a > .fa.plus-times {
  transform: rotate(45deg); }

.metismenu .plus-minus {
  float: right; }

*[dir="rtl"] .metismenu .plus-minus {
  float: left; }

.metismenu .fa.plus-minus:before {
  content: "\f067"; }

.metismenu .mm-active > a > .fa.plus-minus:before {
  content: "\f068"; }

.metismenu .mm-collapse:not(.mm-show) {
  display: none; }

.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility; }

.metismenu .has-arrow {
  position: relative; }

.metismenu .has-arrow::after {
  position: absolute;
  content: '';
  width: .6em;
  height: .6em;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: currentColor;
  border-color: initial;
  right: 1em;
  transform: rotate(-45deg) translate(0, -50%);
  transform-origin: top;
  top: 50%;
  transition: all .3s ease-out; }

*[dir="rtl"] .metismenu .has-arrow::after {
  right: auto;
  left: 1em;
  transform: rotate(135deg) translate(0, -50%); }

.metismenu .mm-active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
  transform: rotate(-135deg) translate(0, -50%); }

*[dir="rtl"] .metismenu .mm-active > .has-arrow::after,
*[dir="rtl"] .metismenu .has-arrow[aria-expanded="true"]::after {
  transform: rotate(225deg) translate(0, -50%); }

::-webkit-search-cancel-button {
  display: none; }

body, html {
  overflow-x: hidden;
  font-family: "Open Sans",sans-serif;
  -webkit-font-smoothing: 2em; }

body {
  background-color: #e9ecef; }

.is-logged-1 body {
  padding-left: 15rem;
  transition: padding .3s; }

.sidebar-closed body {
  padding-left: 0; }

.bg-el-color {
  background-color: #e50064;
  color: #fff; }

.button-loader .spinner-border {
  border-width: 0.15em;
  width: 1rem;
  height: 1rem;
  display: none;
  margin-right: 0.125rem; }
.button-loader .button-loading-text {
  display: none; }
.button-loader.is-loading .spinner-border {
  display: inline-block; }
.button-loader.is-loading .button-loading-text {
  display: inherit; }
.button-loader.is-loading .button-text {
  display: none; }

.input-loader {
  position: relative;
  z-index: 2; }
  .input-loader .spinner-border {
    border-width: 0.15em;
    width: 1rem;
    height: 1rem;
    right: .75rem;
    top: 50%;
    margin-top: -.5rem;
    position: absolute;
    z-index: 2;
    display: none; }
  .input-loader.is-loading .spinner-border {
    display: block; }

.hb-gotop {
  position: fixed;
  z-index: 9997;
  right: 1rem;
  bottom: 1rem;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: block;
  padding: 0;
  background-size: 50%;
  background-color: #212529;
  background-image: get-icon("arrow-up", #fff); }

.font-size-14 {
  font-size: 14px; }

.font-size-16 {
  font-size: 16px; }

.font-size-18 {
  font-size: 18px; }

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

.font-size-22 {
  font-size: 22px; }

.font-size-24 {
  font-size: 24px; }

.font-size-36 {
  font-size: 36px; }

.font-size-sm {
  font-size: 0.75rem; }

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

.font-size-base {
  font-size: 0.875rem; }

font-weight-800 {
  font-weight: 800; }

.font-weight-700 {
  font-weight: 700; }

.font-weight-600 {
  font-weight: 600; }

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

.font-weight-400 {
  font-weight: 400; }

.font-weight-300 {
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  font-family: "IBM Plex Sans",sans-serif;
  font-weight: 600; }

.page-title {
  font-size: 1.75rem; }

h4.card-title {
  font-size: 1.15rem; }

.tagsinput {
  border-radius: 0.25rem; }

header {
  position: relative;
  z-index: 1100;
  border-bottom: 1px solid #ced4da;
  padding: 0.375rem 0;
  box-shadow: 0px 1px 5px #ced4da; }
  header .top-button {
    color: #000;
    font-size: 1.5rem; }
    header .top-button:after {
      display: none; }
  header .logo {
    width: 100px; }
    header .logo img, header .logo span {
      display: block; }
    header .logo span {
      font-size: .625rem;
      color: #999999;
      text-align: center;
      padding: 0;
      line-height: .5rem;
      letter-spacing: 2px; }
  header .navbar {
    padding: 0; }
  header .navbar-nav li a.nav-link {
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 1rem 1.5rem !important; }
  header .dropdown-menu {
    min-width: 14rem;
    border: none;
    box-shadow: 0.05rem 0.25rem 0.2rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 99;
    border-radius: .05rem; }
    header .dropdown-menu li a {
      padding: 0.75rem 1.25rem !important; }
      header .dropdown-menu li a:hover {
        background-color: transparent;
        color: #0d6efd; }
    header .dropdown-menu li.dropdown-header {
      font-size: 0.875rem; }
    header .dropdown-menu.dropdown-user.show {
      z-index: 100; }
  header .navbar-toggler {
    border: none;
    color: #0d6efd; }
  header .top-button-container .top-button {
    display: block;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem; }
  header .top-button-container .top-button-w-text {
    display: block;
    padding: 0.75rem 1rem;
    background-color: #e9ecef;
    font-weight: 600; }

.is-logged-0 .top-button-container .btn {
  font-weight: 600; }

.vertical-menu {
  font-family: "IBM Plex Sans",sans-serif;
  width: 15rem;
  z-index: 1005;
  background: #fff;
  bottom: 0;
  margin-top: 0;
  padding-bottom: 5rem;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  transition: left .35s;
  -webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  box-shadow: 0 1px 5px rgba(15, 34, 58, 0.32);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .vertical-menu::-webkit-scrollbar {
    display: none; }
  .vertical-menu .logo {
    margin: 0 auto;
    width: 7.5rem;
    display: block; }
    .vertical-menu .logo img {
      display: block; }
    .vertical-menu .logo span {
      text-align: center;
      display: block;
      color: #6c757d;
      font-size: .75rem; }
  .vertical-menu h1 {
    font-size: 24px;
    font-weight: 400; }
  .vertical-menu .panel-user-info {
    border-bottom: 1px solid #e9ecef;
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
    font-weight: 600; }
  .vertical-menu.menu-dark {
    background-color: #1c2742; }
    .vertical-menu.menu-dark h1 {
      color: #fff;
      background-color: #141c30; }
    .vertical-menu.menu-dark .panel-user-info {
      color: #8c98bb;
      border-width: 0;
      background-color: #141c30; }

.top-navbar {
  padding-left: 15rem;
  z-index: 10;
  transition: padding .3s; }

.main-content {
  padding-left: 15rem;
  overflow: hidden;
  transition: padding .3s; }

.sidebar-closed .top-navbar, .sidebar-closed .main-content {
  padding-left: 0; }
.sidebar-closed .vertical-menu {
  left: -17rem; }

.metismenu {
  font-size: 0.9rem; }
  .metismenu > li {
    border-bottom: 1px solid #f0f0f0; }
    .metismenu > li > a {
      padding: 0.6rem 1rem;
      display: block;
      font-weight: 600; }
      .metismenu > li > a.mm-active {
        color: #000; }
      .metismenu > li > a i {
        font-size: 1.4rem;
        margin-right: 0.3rem; }
    .metismenu > li.mm-active > a {
      color: #000;
      background-color: #f0f0f0; }
    .metismenu > li.mm-active ul {
      background-color: #f3f3f3; }
  .metismenu li a {
    color: #6c757d;
    display: block; }
    .metismenu li a:hover {
      text-decoration: none;
      color: #000; }
  .metismenu li ul {
    list-style-type: none;
    padding: 0; }
    .metismenu li ul li a {
      padding: 0.4rem 1.5rem; }
      .metismenu li ul li a.active {
        color: #000; }
    .metismenu li ul li ul {
      padding-left: 1rem; }
    .metismenu li ul li.seperator {
      height: 1px;
      width: 100%;
      background-color: #e6e6e6; }

.menu-dark .logo span {
  color: #8c98bb; }
.menu-dark .metismenu > li {
  border-bottom-width: 2px;
  border-bottom-color: #172137; }
  .menu-dark .metismenu > li.mm-active > a {
    background-color: #172137;
    color: #fff; }
  .menu-dark .metismenu > li.mm-active ul {
    background-color: #1a253e; }
.menu-dark .metismenu li a {
  color: #8c98bb; }
  .menu-dark .metismenu li a.mm-active {
    color: #fff; }
  .menu-dark .metismenu li a:hover {
    color: #fff;
    background-color: #172137; }
  .menu-dark .metismenu li a.active {
    color: #fff; }
.menu-dark .metismenu li.seperator {
  background-color: #2b3c66; }

.afileupload-preview img {
  width: 100%;
  max-width: 100%; }

.alert-icon {
  border-radius: 20rem;
  text-align: center; }
  .alert-icon.w-2 {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.375rem; }
  .alert-icon.w-3 {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.625rem; }

.nav-custom-vertical-tabs li.nav-item a.nav-link {
  color: #6c757d;
  font-weight: 700;
  border-bottom: 2px solid #e9ecef;
  border-radius: 0;
  padding: 0.625rem 0;
  background-color: #fff;
  line-height: 1.125rem; }
  .nav-custom-vertical-tabs li.nav-item a.nav-link p {
    font-weight: 500;
    font-size: .75rem;
    margin: 0;
    opacity: .6; }
  .nav-custom-vertical-tabs li.nav-item a.nav-link:hover {
    color: #212529; }
  .nav-custom-vertical-tabs li.nav-item a.nav-link.active {
    color: #0d6efd; }
    .nav-custom-vertical-tabs li.nav-item a.nav-link.active:hover {
      color: #0d6efd; }

.nav-tabs-custom {
  border-width: 0; }
  .nav-tabs-custom li.nav-item a.nav-link {
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom: 0;
    font-weight: 600;
    color: #6c757d;
    border-radius: 0;
    padding: 1rem; }
    .nav-tabs-custom li.nav-item a.nav-link:hover {
      color: #212529; }
    .nav-tabs-custom li.nav-item a.nav-link.active {
      background-color: #3b5998;
      color: #fff; }
      .nav-tabs-custom li.nav-item a.nav-link.active:hover {
        color: #fff; }
  .nav-tabs-custom.nav-tabs-custom-v2 li.nav-item a {
    border-radius: 0; }
    .nav-tabs-custom.nav-tabs-custom-v2 li.nav-item a.nav-link {
      background-color: #e9ecef; }
      .nav-tabs-custom.nav-tabs-custom-v2 li.nav-item a.nav-link.active {
        border-bottom-color: white;
        background-color: #fff;
        color: #0d6efd; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.buttonset-custom {
  display: flex;
  flex-wrap: wrap; }
  .buttonset-custom input {
    margin: 0;
    cursor: pointer;
    position: absolute;
    left: -3rem; }
  .buttonset-custom label {
    font-weight: 400;
    padding-right: 1rem;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    float: left;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    position: relative;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    overflow: hidden; }
    .buttonset-custom label:hover {
      background-color: #e6e6e6; }
    .buttonset-custom label.selected {
      background-color: #1c2742;
      color: #fff;
      border-color: #1c2742; }
      .buttonset-custom label.selected:hover {
        background-color: #172137;
        border-color: #172137; }

.ordered-list li {
  padding: 0.5rem 0;
  margin: 0;
  border-bottom: 1px solid #f2f4f5; }
  .ordered-list li .num {
    background-color: #e9ecef;
    color: #212529;
    border-radius: 3rem;
    height: 2.5rem;
    width: 2.5rem;
    min-width: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-weight: 600; }
  .ordered-list li .action {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
    text-align: center;
    background-color: #f8f9fa; }
    .ordered-list li .action button {
      border-radius: 2rem;
      height: 2rem;
      width: 2rem;
      line-height: 2rem;
      text-align: center;
      padding: 0; }

footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  color: #6c757d;
  font-weight: 500; }

#hb-gotop {
  position: fixed;
  right: 10px;
  bottom: 20px;
  width: 32px;
  height: 32px;
  z-index: 999;
  display: none;
  line-height: 28px;
  font-size: 15px;
  padding: 0px;
  text-align: center; }

.product_img_thumb {
  height: 90px;
  width: 75px;
  min-width: 75px;
  overflow: hidden;
  border-radius: .125rem;
  position: relative;
  z-index: 2; }
  .product_img_thumb img {
    position: absolute;
    z-index: 1;
    margin-top: -.5rem; }

.group-list {
  flex-wrap: wrap; }
  .group-list .group-item {
    width: 20%;
    min-width: 20%;
    padding: 0 15px;
    margin-bottom: 30px; }
    .group-list .group-item .group-item-inner {
      position: relative; }
      .group-list .group-item .group-item-inner a.delete-item {
        position: absolute;
        width: 18px;
        height: 18px;
        display: block;
        background-color: #000;
        color: #fff;
        text-align: center;
        line-height: 18px;
        top: -9px;
        right: -9px;
        border-radius: 9px; }
      .group-list .group-item .group-item-inner a.add-item {
        position: absolute;
        width: 18px;
        height: 18px;
        display: block;
        background-color: #28a745;
        color: #fff;
        text-align: center;
        line-height: 18px;
        top: -9px;
        right: -9px;
        border-radius: 9px; }
      .group-list .group-item .group-item-inner .item-status {
        position: absolute;
        left: .25rem;
        top: .25rem;
        width: 1rem;
        height: 1rem;
        display: block;
        background-color: #28a745;
        border-radius: .5rem; }
        .group-list .group-item .group-item-inner .item-status.status-0 {
          background-color: #dc3545; }
        .group-list .group-item .group-item-inner .item-status.status-2 {
          background-color: #ffc107; }
        .group-list .group-item .group-item-inner .item-status.status-3 {
          background-color: #1098b3; }
    .group-list .group-item img {
      width: 100%;
      border-radius: 3px;
      box-shadow: 0 1px 2px #00000026; }

.ac-group-input {
  position: relative; }
  .ac-group-input .group-ac-loader {
    position: absolute;
    right: 1rem;
    top: .5rem; }

.variant_item_buttons {
  height: 2.25rem;
  padding: .25rem 0; }
  .variant_item_buttons a {
    text-align: center;
    border-radius: 1.5rem;
    line-height: 1.75rem;
    color: #fff;
    width: 49%;
    height: 100%; }

.toggle_uppy_modal {
  position: relative;
  z-index: 10; }
  .toggle_uppy_modal:before {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: .25rem;
    content: ' '; }
  .toggle_uppy_modal span {
    position: absolute;
    z-index: 9;
    color: #fff;
    left: 50%;
    bottom: 5%;
    font-size: 22px;
    border-radius: 1rem;
    width: 2rem;
    height: 2rem;
    line-height: 1.875rem;
    text-align: center;
    background-color: #000;
    margin-left: -1rem;
    opacity: .7; }
  .toggle_uppy_modal:hover span {
    opacity: 1; }

#store-logo {
  border-radius: .25rem;
  background-color: #fafafa;
  position: relative;
  height: 450px;
  max-height: 450px;
  overflow: hidden; }
  #store-logo .cropper-editor {
    position: absolute;
    z-index: 5;
    background-color: #fff;
    width: 100%;
    height: 450px;
    transition: top ease-in-out .1s;
    text-align: center; }
    #store-logo .cropper-editor #cropper-image {
      height: 100%; }
    #store-logo .cropper-editor .cropper-inner {
      position: relative;
      width: 100%;
      height: 100%; }
      #store-logo .cropper-editor .cropper-inner .cropper-toolbar {
        position: absolute;
        width: 11.25rem;
        left: 50%;
        margin-left: -5.625rem;
        height: 2.25rem;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 20;
        bottom: 1rem; }
        #store-logo .cropper-editor .cropper-inner .cropper-toolbar a {
          width: 2.25rem;
          height: 2.25rem;
          color: #fff;
          display: block;
          line-height: 2.25rem;
          font-size: 1.5rem; }
          #store-logo .cropper-editor .cropper-inner .cropper-toolbar a:hover {
            background-color: #2275d7; }
  #store-logo .progress {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 10;
    bottom: 0; }

.store-logo {
  background-color: #e9ecef;
  border-radius: 100rem; }
  .store-logo img {
    background-color: #fff;
    padding: 1px;
    border-radius: 100rem; }
    

#search-products-loader, #selected-products-loader {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center; }

.coupon_code_container {
  z-index: 2; }
  .coupon_code_container .generate_coupon_code {
    z-index: 3;
    background-color: #e9ecef;
    font-weight: 700;
    letter-spacing: -0.025rem;
    font-size: .75rem;
    right: .5rem;
    top: .75rem;
    border-radius: .25rem;
    padding: .125rem .25rem;
    cursor: pointer; }
    .coupon_code_container .generate_coupon_code:hover {
      color: #000;
      background-color: #f0f0f0; }

.search-product-container .product-image {
  margin-bottom: .5rem; }
  .search-product-container .product-image a:hover {
    opacity: .95; }
.search-product-container p.product-title, .search-product-container p.product-price {
  margin-bottom: .5rem;
  font-weight: 500; }
.search-product-container p.product-price {
  font-size: 1rem; }
.search-product-container p span {
  color: #e50064;
  margin-right: .25rem; }
.search-product-container .select-product, .search-product-container .deselect-product {
  font-weight: 600; }
  .search-product-container .select-product span, .search-product-container .deselect-product span {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: #19692c;
    border-radius: .5rem;
    color: #fff;
    line-height: 1rem; }
.search-product-container .deselect-product span {
  background-color: #a71d2a; }
.search-product-container .selected-0 {
  border-radius: 2rem; }
  .search-product-container .selected-0 .deselect-product {
    display: none; }
.search-product-container .selected-1 {
  border-radius: 2rem; }
  .search-product-container .selected-1 .select-product {
    display: none; }
