﻿@charset "UTF-8";
/*** Global ***/
/*@import "mdb-4.8.5/core/global";*/
/*@import "mdb-4.8.5/core/helpers";
@import "mdb-4.8.5/free/animations-basic";*/
@font-face {
  font-family: "Whitney SSm A";
  src: url(/fonts/WhitneySSm-Book-Adv_Web.woff2) format("woff2"), url(/fonts/WhitneySSm-Book-Adv_Web.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Whitney SSm A";
  src: url(/fonts/WhitneySSm-Medium-Adv_Web.woff2) format("woff2"), url(/fonts/WhitneySSm-Medium-Adv_Web.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Whitney SSm A";
  src: url(/fonts/WhitneySSm-Semibold-Adv_Web.woff2) format("woff2"), url(/fonts/WhitneySSm-Semibold-Adv_Web.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Whitney SSm A";
  src: url(/fonts/WhitneySSm-Bold-Adv_Web.woff2) format("woff2"), url(/fonts/WhitneySSm-Bold-Adv_Web.woff) format("woff");
  font-weight: 700 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Whitney SSm A";
  src: url(/fonts/WhitneySSm-Black-Adv_Web.woff2) format("woff2"), url(/fonts/WhitneySSm-Black-Adv_Web.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  letter-spacing: 0.03em;
  font-size: 0.9rem;
}
body.modal-open {
  overflow: hidden !important;
}

table .actions {
  text-align: center;
}
table .actions a {
  padding: 5px 10px;
  display: inline-block;
  color: #1778C5;
}
table .actions a + a {
  margin-left: 10px;
}
table .actions a.btn + a.btn {
  margin-left: 0;
}
table .actions .Holding {
  background: #22b9ff;
}
table .actions .Holding a {
  color: #fff;
}

.datepicker {
  z-index: 9000 !important;
}
.datepicker .pcr-interaction {
  font-size: 1rem !important;
}

.fake-password {
  text-security: disc;
  -webkit-text-security: disc;
  -mox-text-security: disc;
}

.dropdown.dropdown-flex {
  display: flex;
}

.loading-content {
  position: absolute;
  z-index: 10051;
  width: 100%;
  top: 0;
  height: 100%;
  transform: unset;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.loading-content .preloader-wrapper {
  position: sticky;
  top: 30%;
  z-index: 10051;
  white-space: nowrap;
}
.loading-content .spinner-blue-only {
  border-color: var(--primary-color);
}

.loading-backdrop {
  max-width: 100%;
  max-height: 100%;
  background: #eee;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: opacity 0.15s linear;
}

body > .loading-content, body > .loading-backdrop {
  position: fixed;
}

.dt-bootstrap4 .menu .col-12 .btn-group {
  display: inline-block;
}
@media (max-width: 768px) {
  .dt-bootstrap4 .menu .col-12 .btn-group {
    text-align: left;
  }
}
.dt-bootstrap4 .menu .btn, .dt-bootstrap4 .menu .form-control {
  height: 43px;
}
.dt-bootstrap4 .menu label {
  margin-bottom: 0;
}
.dt-bootstrap4 .menu .dataTables_length {
  display: inline-block;
}
.dt-bootstrap4 .table tbody tr.rejected {
  background: #ffaeae;
}
.dt-bootstrap4 .table tbody tr.rejected td a {
  color: #fff;
}
.dt-bootstrap4 .table tbody tr.pending {
  background: rgb(253.8908296943, 162.384279476, 129.1091703057);
}
.dt-bootstrap4 .table tbody tr.pending td a {
  color: #fff;
}
.dt-bootstrap4 .table thead th, .dt-bootstrap4 td {
  border-bottom: none;
  border-color: #ebebeb;
}

.status {
  margin-right: 5px;
  padding: 5px 10px;
  border-radius: 10rem;
  color: #fff;
  font-size: 90%;
  font-weight: 700;
}
.status.status-large {
  padding: 5px 20px;
  font-size: 100%;
}

.status.status-none {
  background-color: #838383;
}

.status.status-new {
  background-color: #ff3399;
}

.status.status-processing {
  background-color: #adb5bd;
}

.status.status-shipped {
  background-color: #1BA40C;
}

.status.status-partiallyshipped {
  background-color: #D36500;
}

.status.status-complete {
  background-color: #1778C5;
}

.status.status-cancelled {
  background-color: #ff4848;
}

.status.status-received {
  background-color: #64a4e8;
}

.status.status-rejected {
  background-color: #D36500;
}

.status.status-refundrequested {
  background-color: #ff3399;
}

.status.status-refundrejected {
  background-color: #D36500;
}

.status.status-refunded {
  background-color: #ff8000;
}

.row > div[class^=col-] .form-group .col-form-label {
  width: 100%;
  text-align: left;
}
.row > div[class^=col-] .form-group label {
  color: #838383;
}
.row > div[class^=col-] .form-group label span.gray-500 {
  color: #adb5bd;
}
.row .brand-logo-title, .row .client-logo-title {
  color: #838383;
}

.field-validation-error {
  color: #ff4848;
}

.kt-alert {
  font-size: 16px;
}
.kt-alert .kt-alert__icon .far {
  font-size: 34px !important;
}

.input-group.nowrap {
  flex-wrap: nowrap;
}
.input-group.nowrap .input-group-append .btn {
  white-space: nowrap;
}

.input-group .twitter-typeahead {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  z-index: 1;
}

.kt-badge--wide {
  min-width: 26px;
  min-height: 26px;
}
.kt-badge--wide .fa, .kt-badge--wide .fas, .kt-badge--wide .far, .kt-badge--wide .fal, .kt-badge--wide .fab {
  line-height: 20px !important;
}

.font-bold {
  font-weight: bold !important;
}

.flex-direction-col {
  flex-direction: column;
}

.content-list .content-list-results .content-list-item {
  display: table;
  width: 100%;
  padding: 5px 0;
  outline: none;
}
.content-list .content-list-results .content-list-item .content-list-item-icon {
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
  width: 50px;
  font-size: 1.2rem;
}
.content-list .content-list-results .content-list-item .content-list-item-pending-change {
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
  width: 32px;
  font-size: 1.2rem;
}
.content-list .content-list-results .content-list-item .content-list-item-text {
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
}

.select2-dropdown {
  z-index: 1061;
}

.select2-selection--single {
  height: calc(1.5em + 1.3rem + 2px) !important;
}

.select2-container--open {
  z-index: 9999;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #b0d1f3;
}
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #b0d1f3;
}

.star {
  font-size: 18px !important;
}

.scroll-body {
  scrollbar-color: lightgrey;
  scrollbar-width: thin;
}

tr:not(.hide-details-control).shown td.details-control:before {
  content: "\f068";
  font-family: "FontAwesome";
  font-weight: 400;
  display: flex;
  flex: 1 auto;
  justify-content: center;
  color: #ff4848;
}
tr:not(.hide-details-control) td.details-control:before {
  content: "\f067";
  font-family: "FontAwesome";
  font-weight: 400;
  display: flex;
  flex: 1 auto;
  justify-content: center;
  color: #1BA40C;
}

td.expand-revisions.shown a.expand:before {
  content: "\f068";
  font-family: "FontAwesome";
  font-weight: 400;
  display: flex;
  flex: 1 auto;
  justify-content: center;
  color: #ff4848;
}
td.expand-revisions a.expand:before {
  content: "\f067";
  font-family: "FontAwesome";
  font-weight: 400;
  display: flex;
  flex: 1 auto;
  justify-content: center;
  color: #1BA40C;
}

.inline-block {
  display: inline-block;
}

.note-portlet {
  max-height: 1000px;
  overflow: auto;
}

.toast-title {
  color: white !important;
}

.upload-image-drag-drop {
  min-width: 340px;
}
.upload-image-drag-drop > .card > .card-body {
  padding: 0;
}
.upload-image-drag-drop > .card > .card-body > img {
  max-width: 100%;
  object-fit: contain;
}
.upload-image-drag-drop > .card > .card-body .file-input .btn-file {
  margin-bottom: 15px;
}
.upload-image-drag-drop > .card > .card-body .file-input .file-input-cancel-button {
  margin-bottom: 15px;
}
.upload-image-drag-drop > .card > .card-body .file-input .file-preview {
  border: none;
  padding: 0;
}
.upload-image-drag-drop > .card > .card-body .file-input .file-preview .file-drop-zone {
  border: 2px dashed #64a4e8;
}
.upload-image-drag-drop > .card > .card-body .file-input .file-preview .file-drop-zone .file-drop-zone-title {
  padding: 20px 10px 20px 10px;
  font-size: 18px;
  font-weight: 600;
  color: #c6c6c6;
}
.upload-image-drag-drop > .card > .card-body .file-input .file-preview .file-drop-zone .file-drop-zone-title .file-drop-zone-image {
  width: 160px;
  margin-bottom: 10px;
}
.upload-image-drag-drop > .card > .card-body .file-input .file-preview .file-drop-zone .file-preview-thumbnails .file-preview-frame {
  width: 100%;
  margin: 0;
}
.upload-image-drag-drop > .card > .card-body .file-input .file-preview .file-drop-zone .file-preview-thumbnails .file-preview-frame .kv-file-content {
  width: 100%;
}

.kt-checkbox-info span {
  border: 1px solid #64a4e8 !important;
}
.kt-checkbox-info span:after {
  border: solid #64a4e8;
}

.bootstrap-switch {
  width: 162px;
}
.bootstrap-switch .bootstrap-switch-container {
  margin-left: 0;
  width: 239px;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off {
  width: 79.9px;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-label {
  width: 80px;
}

.bootstrap-table .page-list .btn.dropdown-toggle {
  background: #fff !important;
  color: #000;
  box-shadow: none;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-weight: 600;
}
.bootstrap-table .page-list .btn.dropdown-toggle:focus, .bootstrap-table .page-list .btn.dropdown-toggle:hover, .bootstrap-table .page-list .btn.dropdown-toggle:active {
  background: #fff !important;
}
.bootstrap-table .table thead th {
  font-weight: 600;
  font-size: 15px;
}
.bootstrap-table .table thead tr td.bs-checkbox, .bootstrap-table .table thead tr th.bs-checkbox, .bootstrap-table .table tbody tr td.bs-checkbox, .bootstrap-table .table tbody tr th.bs-checkbox {
  padding: 0;
  vertical-align: middle;
}
.bootstrap-table .table thead tr td.bs-checkbox label, .bootstrap-table .table thead tr th.bs-checkbox label, .bootstrap-table .table tbody tr td.bs-checkbox label, .bootstrap-table .table tbody tr th.bs-checkbox label {
  height: 15px;
  min-width: 15px;
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
}
.bootstrap-table .table thead tr td.min-width-100, .bootstrap-table .table thead tr th.min-width-100, .bootstrap-table .table tbody tr td.min-width-100, .bootstrap-table .table tbody tr th.min-width-100 {
  min-width: 100px;
}
.bootstrap-table .table thead tr td.max-width-100, .bootstrap-table .table thead tr th.max-width-100, .bootstrap-table .table tbody tr td.max-width-100, .bootstrap-table .table tbody tr th.max-width-100 {
  max-width: 100px;
}
.bootstrap-table .table thead tr td.min-width-150, .bootstrap-table .table thead tr th.min-width-150, .bootstrap-table .table tbody tr td.min-width-150, .bootstrap-table .table tbody tr th.min-width-150 {
  min-width: 150px;
}
.bootstrap-table .table thead tr td.max-width-150, .bootstrap-table .table thead tr th.max-width-150, .bootstrap-table .table tbody tr td.max-width-150, .bootstrap-table .table tbody tr th.max-width-150 {
  max-width: 150px;
}
.bootstrap-table .table thead tr td.min-width-200, .bootstrap-table .table thead tr th.min-width-200, .bootstrap-table .table tbody tr td.min-width-200, .bootstrap-table .table tbody tr th.min-width-200 {
  min-width: 200px;
}
.bootstrap-table .table thead tr td.max-width-200, .bootstrap-table .table thead tr th.max-width-200, .bootstrap-table .table tbody tr td.max-width-200, .bootstrap-table .table tbody tr th.max-width-200 {
  max-width: 200px;
}
.bootstrap-table .table thead tr td.min-width-300, .bootstrap-table .table thead tr th.min-width-300, .bootstrap-table .table tbody tr td.min-width-300, .bootstrap-table .table tbody tr th.min-width-300 {
  min-width: 300px;
}
.bootstrap-table .table thead tr td.min-width-350, .bootstrap-table .table thead tr th.min-width-350, .bootstrap-table .table tbody tr td.min-width-350, .bootstrap-table .table tbody tr th.min-width-350 {
  min-width: 350px;
}
.bootstrap-table .table thead tr td.min-width-400, .bootstrap-table .table thead tr th.min-width-400, .bootstrap-table .table tbody tr td.min-width-400, .bootstrap-table .table tbody tr th.min-width-400 {
  min-width: 400px;
}
.bootstrap-table .table thead tr td.min-width-500, .bootstrap-table .table thead tr th.min-width-500, .bootstrap-table .table tbody tr td.min-width-500, .bootstrap-table .table tbody tr th.min-width-500 {
  min-width: 400px;
}
.bootstrap-table .table thead tr td.min-width-600, .bootstrap-table .table thead tr th.min-width-600, .bootstrap-table .table tbody tr td.min-width-600, .bootstrap-table .table tbody tr th.min-width-600 {
  min-width: 400px;
}
.bootstrap-table .table thead tr td.max-width-200, .bootstrap-table .table thead tr th.max-width-200, .bootstrap-table .table tbody tr td.max-width-200, .bootstrap-table .table tbody tr th.max-width-200 {
  max-width: 300px;
}
.bootstrap-table .table thead tr td.nowrap, .bootstrap-table .table thead tr th.nowrap, .bootstrap-table .table tbody tr td.nowrap, .bootstrap-table .table tbody tr th.nowrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bootstrap-table .table thead tr td a[data-type=checkbox], .bootstrap-table .table thead tr th a[data-type=checkbox], .bootstrap-table .table tbody tr td a[data-type=checkbox], .bootstrap-table .table tbody tr th a[data-type=checkbox] {
  border-bottom: none;
}
.bootstrap-table .table thead tr td a[data-type=checkbox] .badge, .bootstrap-table .table thead tr th a[data-type=checkbox] .badge, .bootstrap-table .table tbody tr td a[data-type=checkbox] .badge, .bootstrap-table .table tbody tr th a[data-type=checkbox] .badge {
  margin-right: 0;
}
.bootstrap-table .table thead tr td, .bootstrap-table .table thead tr th {
  border-bottom: solid 1px #e9ecef !important;
}
.bootstrap-table .table tbody tr + tr td, .bootstrap-table .table tbody tr + tr th {
  border-top: solid 1px #e9ecef;
}
.bootstrap-table .table .bs-checkbox label {
  position: relative;
  display: inline-block;
  line-height: 1.5625rem;
  cursor: pointer;
  user-select: none;
}
.bootstrap-table .table .bs-checkbox label input {
  display: none;
}
.bootstrap-table .table .bs-checkbox label input + span:before {
  position: absolute;
  left: 1px;
  z-index: 1;
  content: "";
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  top: 2px;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
  margin-top: 3px;
  border-radius: 1px;
}
.bootstrap-table .table .bs-checkbox label input + span:after {
  position: absolute;
  left: 0;
  content: "";
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  top: 2px;
  z-index: 0;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid #c6c6c6;
  border-radius: 0.125rem;
}
.bootstrap-table .table .bs-checkbox label input:checked + span:before {
  content: "";
  width: 6px;
  height: 10px;
  border-top: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid transparent;
}
.bootstrap-table .table .bs-checkbox label input:checked + span:after {
  background-color: #228B22;
  border: 2px solid #228B22;
  position: absolute;
  content: "";
}
.bootstrap-table .pagination-detail .selected {
  background: #d3e8d3;
  color: #FFF;
  padding: 0.75rem 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid #c1dfc1;
  color: #124812;
}
.bootstrap-table .columns.columns-right > div, .bootstrap-table .columns.columns-right button {
  margin: 0 3px;
}
.bootstrap-table .columns.columns-right > div button, .bootstrap-table .columns.columns-right button button {
  margin: 0;
}

.fixed-table-container .table tbody tr .card-view {
  align-items: center;
}
.fixed-table-container .table tbody tr .card-view + .card-view {
  padding-top: 5px;
}
.fixed-table-container .table tbody tr .card-view .card-view-value .btn-link {
  padding-left: 5px;
  padding-right: 5px;
}

.bootstrap-switch-off .bootstrap-switch-container {
  margin-left: -79px;
}

.section-title {
  font-weight: 600;
  color: #000;
  font-size: 22px;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.section-title.with-subtitle {
  margin-bottom: 5px;
}
.section-title.white {
  color: #fff;
  background-color: unset !important;
}
.section-title a {
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
  font-weight: bold;
}
.section-title span {
  font-size: 14px;
  margin-left: 15px !important;
  font-weight: 400;
  letter-spacing: 0;
}

.section-subtitle {
  font-weight: bold !important;
  color: #000 !important;
  font-size: 16px !important;
}
.section-subtitle.text-success {
  color: #1BA40C !important;
}
.section-subtitle.text-danger {
  color: #ff4848 !important;
}
.section-subtitle.font-sm {
  font-size: 14px !important;
}
.section-subtitle.section-subtitle-grey {
  color: #838383 !important;
}
.section-subtitle.semi-bold {
  font-weight: 600 !important;
}
.section-subtitle ~ p {
  color: #495057;
}

h3.section-subtitle {
  margin-bottom: 10px;
}

.section-text {
  font-weight: normal;
  font-size: 1rem;
  color: #838383;
}

.form-control {
  font-weight: 600 !important;
  border: 1px solid #ddd;
  color: #000;
}
.form-control.text-copy, .form-control[readonly] {
  background: #dee2e6 !important;
}

select.form-control {
  font-weight: 500 !important;
}

.select2-selection__rendered {
  font-weight: 600 !important;
  color: #000 !important;
}

.select2-selection__placeholder {
  color: #000 !important;
  font-weight: 600 !important;
}

.select2::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-weight: 600 !important;
}

.kt-portlet__head-text {
  font-weight: 600 !important;
  color: #000 !important;
}

.kt-subheader .kt-subheader__main .kt-subheader__title {
  color: #4190e2 !important;
  font-weight: 600;
}

.dataTable thead > tr > th {
  font-weight: 600 !important;
  color: #000 !important;
}
.dataTable tbody td {
  color: #343a40 !important;
}
.dataTable tbody td ul {
  margin-left: 0;
  padding-left: 15px;
}
.dataTable tbody td ul li + li {
  margin-top: 8px;
}

.nav-tabs .nav-item .nav-link.active {
  color: #1778C5 !important;
  border-bottom: 1px solid #1778C5 !important;
}
.nav-tabs .nav-item .nav-link.active i {
  color: #1778C5 !important;
}
.nav-tabs .nav-item .nav-link:hover {
  color: #1778C5 !important;
  border-bottom: 1px solid #1778C5 !important;
}
.nav-tabs .nav-item .nav-link:hover i {
  color: #1778C5 !important;
}

.kt-portlet .kt-portlet__head-title .kt-portlet__head-text {
  color: black !important;
  font-weight: bold;
}

.kt-badge {
  font-size: 12.2px !important;
}
.kt-badge.kt-badge--inline {
  font-weight: 700;
}

.bootstrap-switch {
  border: 1.5px solid #ddd;
}
.bootstrap-switch .bootstrap-switch-danger {
  background-color: #ff4848 !important;
  border-color: #ff4848 !important;
}

.kt-header .kt-header__brand {
  background-color: white !important;
}

@media (min-width: 1025px) {
  .kt-aside--fixed .kt-aside {
    top: 0;
  }
}
@media (max-width: 768px) {
  .kt-aside--on .kt-aside-close {
    left: 300px !important;
  }
}

.kt-aside-overlay {
  z-index: 1;
}

.kt-header--fixed.lock-navigation-menu .kt-grid {
  padding-left: 0;
}
@media (max-width: 1024px) {
  .kt-header--fixed.lock-navigation-menu .kt-grid {
    padding-left: unset;
  }
}
.kt-header--fixed.lock-navigation-menu .kt-aside {
  width: 300px;
  position: relative;
  overflow: visible !important;
  z-index: 0;
}
@media (max-width: 1024px) {
  .kt-header--fixed.lock-navigation-menu .kt-aside {
    width: unset;
    position: fixed;
    overflow: hidden;
    z-index: 999;
  }
}
.kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper {
  position: fixed;
}
.kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav {
  width: 300px;
  padding-bottom: 300px;
}
@media (max-width: 1024px) {
  .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav {
    width: unset;
  }
}
.kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open .kt-menu__submenu {
  display: flex !important;
  flex-grow: 1;
  flex-direction: column;
}
.kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav .kt-menu__item .kt-menu__ver-arrow {
  display: flex;
}
@media (max-width: 1024px) {
  .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav .kt-menu__item .kt-menu__ver-arrow {
    display: none;
  }
}
.kt-header--fixed.kt-aside--minimize-hover .kt-aside {
  width: 300px !important;
}
.kt-header--fixed.kt-aside--minimize-hover .kt-aside .navigation-lock-container .navigation-lock-button {
  opacity: 1;
}
@media (max-width: 768px) {
  .kt-header--fixed > .kt-header-menu-wrapper {
    display: none;
  }
}
.kt-header--fixed > .kt-header-menu-wrapper .kt-header-menu {
  display: none;
}

@media (max-width: 768px) {
  .kt-aside.kt-aside--on {
    width: 325px !important;
  }
}
@media (max-width: 768px) {
  .kt-aside:not(.kt-aside--on):not(.kt-aside--on) {
    left: -325px !important;
  }
}
.kt-aside .navigation-lock-container {
  position: absolute;
  top: 10px;
  right: -20px;
  z-index: 999;
}
.kt-aside .navigation-lock-container .navigation-lock-button {
  opacity: 1;
  background: #fff;
  border-radius: 100%;
  border: 1px solid gainsboro;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 7px;
}
.kt-aside .navigation-lock-container .navigation-lock-button i {
  font-size: 25px;
  color: #1778C5;
}
.kt-aside .navigation-lock-container .navigation-lock-button.lock .right {
  display: none;
}
.kt-aside .navigation-lock-container .navigation-lock-button:not(.lock) .left {
  display: none;
}
@media (max-width: 768px) {
  .kt-aside .navigation-lock-container .navigation-lock-button {
    opacity: 0;
  }
}
.kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item {
  border-color: #e9ecef;
}
.kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
  padding: 11.5px 20px;
  height: unset !important;
  font-size: 16px;
  color: #000;
  border-color: #e9ecef;
}
.kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
  font-size: 16px;
  flex: 0 0 25px;
  color: #000;
}
.kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  color: #000;
  font-size: 16px !important;
  /*color: black !important;*/
  font-weight: 600 !important;
  padding-left: 10px;
  letter-spacing: 0.04em;
  display: inline-flex;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-size: 16px !important;
    font-weight: 700 !important;
    padding-left: 5px;
  }
}
.kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14.4px;
}
.kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item:after {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  inset-inline-start: 20px;
  inset-inline-end: 20px;
  bottom: 0;
}
.kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
  padding: 0 10px 10px 35px;
  list-style: none;
}
.kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav .kt-menu__link-bullet {
  display: none;
}
.kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__link {
  height: unset !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 35px;
  font-size: 13.6px;
}
@media (max-width: 768px) {
  .kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__link {
    padding-left: 55px;
  }
}
.kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__link .kt-menu__link-bullet {
  flex: 0 0 16px !important;
}
@media (max-width: 768px) {
  .kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__link .kt-menu__link-bullet {
    flex: 0 0 16px !important;
  }
}
.kt-aside .kt-aside-menu-wrapper .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__link .kt-menu__link-text {
  font-size: 13.6px !important;
  color: black !important;
  letter-spacing: 0.03em;
}

.kt-aside--minimize .kt-menu__link-icon {
  font-size: 24px !important;
  flex: 0 0 50px !important;
  justify-content: center;
}

.kt-aside-menu .kt-menu__nav {
  padding-bottom: 300px;
}

.accordion.accordion-light.accordion-toggle-arrow .card-content .kt-form label {
  color: #838383;
}
.accordion.accordion-light.accordion-toggle-arrow .card {
  box-shadow: none;
}
.accordion.accordion-light.accordion-toggle-arrow .card .card-header .card-title:not(.collapsed) {
  color: #000;
}
.accordion.accordion-light.accordion-toggle-arrow .card .card-header .card-title:not(.collapsed) i {
  color: #000;
}

.dropdown-menu > .dropdown-item {
  padding: 7px 1.2rem;
}
@media (max-width: 768px) {
  .dropdown-menu > .dropdown-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.dropdown-menu > .dropdown-item:not(.active) {
  color: #212529;
}

.note-card .note-head h4 {
  font-weight: 600;
}
.note-card .btn {
  font-weight: 600;
}
.note-card .card-footer > div {
  flex-direction: row;
  display: flex;
  align-items: center;
}

.create-note {
  font-weight: 600;
}

.selectlist-image {
  width: 50px;
  max-height: 20px;
  margin-right: 10px;
}

.tooltip.show {
  opacity: 1 !important;
}
.tooltip.show .arrow:before {
  border-top-color: #0056B6 !important;
}
.tooltip .tooltip-inner {
  padding: 1.2rem;
  font-size: 14px;
  letter-spacing: 0.5px;
  background: #fff8dc;
  color: #000;
  border-radius: 8px;
  border: 3px solid #dbc802;
  max-width: 290px;
  width: 290px;
  font-family: "Whitney SSm A";
}

.kt-portlet__foot .text-right {
  text-align: center !important;
}

.modal .modal-dialog .modal-header {
  background: #a48850;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal .modal-dialog .modal-header .modal-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.modal .modal-dialog .modal-header .modal-title, .modal .modal-dialog .modal-header .close {
  color: #fff;
}
.modal .modal-dialog .modal-content {
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: transparent;
  background: #fff;
}
.modal .modal-dialog .modal-footer {
  background: #fff;
}

.modal-open {
  overflow: visible !important;
  position: relative;
}
.modal-open .modal-scrollable.loading {
  z-index: 1050;
  width: 100%;
  top: 0;
  height: 100%;
  transform: unset;
  position: absolute;
  left: 0;
}
.modal-open .modal-scrollable.loading .loading-spinner {
  text-align: center;
  padding: 20px;
  z-index: 1060;
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: unset;
  margin-top: 25px;
  margin-bottom: 25px;
}
.modal-open .modal-scrollable.loading .loading-spinner .spinning-logo.active > img {
  top: 0;
  transform: translate(-50%, -75%);
}

.live-preview-container {
  position: sticky;
  top: 5%;
}

.font-semi-bold {
  font-weight: 600 !important;
}

@media (max-width: 768px) {
  .kt-grid .kt-content {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .kt-grid .kt-content .kt-portlet .kt-portlet__body {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .kt-grid .kt-content .kt-portlet .kt-portlet__body .kt-form__section .card-body {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .kt-grid .kt-content .kt-portlet .kt-portlet__body .dataTables_wrapper .row {
    margin: 0px;
  }
}

.bootbox.modal {
  display: block;
  opacity: 1;
}

table.dataTable tbody td.select-checkbox, table.dataTable tbody th.select-checkbox {
  position: relative;
  min-width: 50px;
}
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
  content: "";
  transform: translate(-50%, -50%);
  border: 1px solid black;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:after {
  margin-top: 0 !important;
  margin-left: 0 !important;
}
table.dataTable tbody tr.selected td.select-checkbox:after, table.dataTable tbody tr.selected th.select-checkbox:after {
  content: "✔";
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}

.dataTables_processing {
  padding: 15px;
  font-size: 1.1rem;
  width: 101% !important;
  height: calc(100% + 40px) !important;
  background-color: rgba(222, 222, 222, 0.8);
  top: 40px !important;
  left: 100px !important;
  z-index: 2;
}
.dataTables_processing .loadify-icon {
  width: 75px;
  height: 75px;
  display: block;
}
.dataTables_processing .loadify-icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url("../Images/Loadify_Blue.gif") no-repeat center center;
  width: 75px;
  height: 75px;
  background-size: contain;
}

.dataTables_info .select-info .select-item {
  display: inline-block;
  margin: 0 5px;
  font-weight: bold;
}

.dataTables_scrollBody {
  height: 50vh;
}

.export-excel {
  color: #fff !important;
  background-color: #1ba40c !important;
  border-color: #1ba40c !important;
}
.export-excel:hover {
  color: #fff !important;
  background-color: #158009 !important;
  border-color: #137409 !important;
}

.no-wrap {
  white-space: nowrap;
}

.dataTables_wrapper .dataTable {
  background: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #eef4ff;
}

select.form-control[multiple] option {
  padding: 7px;
  max-width: 100%;
  white-space: normal;
}

.font-grey-100 {
  color: #f8f9fa;
}

.font-grey-200 {
  color: #e9ecef;
}

.font-grey-300 {
  color: #dee2e6;
}

.font-grey-400 {
  color: #c6c6c6;
}

.font-grey-500 {
  color: #adb5bd;
}

.font-grey-600 {
  color: #838383;
}

.font-grey-700 {
  color: #495057;
}

.font-grey-800 {
  color: #343a40;
}

.font-grey-900 {
  color: #212529;
}

.kt-aside .navigation-lock-container {
  right: 0;
}

.kt-aside--fixed .kt-aside, .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper {
  max-height: 100%;
  overflow-y: auto !important;
  scrollbar-color: lightgrey;
  scrollbar-width: thin;
}
@media (max-width: 500px) {
  .kt-aside--fixed .kt-aside, .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper {
    width: 100%;
  }
}
.kt-aside--fixed .kt-aside::-webkit-scrollbar-track:horizontal, .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper::-webkit-scrollbar-track:horizontal {
  color: transparent;
  margin-left: 10px;
  margin-right: 10px;
}
.kt-aside--fixed .kt-aside::-webkit-scrollbar, .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 3px;
  background-color: transparent;
  border: none;
  padding-right: 4px;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.kt-aside--fixed .kt-aside::-webkit-scrollbar-thumb, .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #dee2e6;
}
.kt-aside--fixed .kt-aside::-webkit-scrollbar-button, .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper::-webkit-scrollbar-button {
  display: none;
}
.kt-aside--fixed .kt-aside::-webkit-scrollbar-button:vertical:start:increment, .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper::-webkit-scrollbar-button:vertical:start:increment {
  display: none;
}
.kt-aside--fixed .kt-aside::-webkit-scrollbar-button:vertical:end:decrement, .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper::-webkit-scrollbar-button:vertical:end:decrement {
  display: none;
}
.kt-aside--fixed .kt-aside::-webkit-scrollbar-button:vertical:start:decrement, .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper::-webkit-scrollbar-button:vertical:start:decrement {
  display: none;
}
.kt-aside--fixed .kt-aside::-webkit-scrollbar-button:vertical:end:increment, .kt-header--fixed.lock-navigation-menu .kt-aside .kt-aside-menu-wrapper::-webkit-scrollbar-button:vertical:end:increment {
  display: none;
}

.dataTable td {
  vertical-align: top !important;
}

.disable-anchor {
  pointer-events: none;
}

.table thead th, .table thead td {
  font-weight: 600;
}

.form-color {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.form-color input[type=color].form-control {
  width: 2em;
  height: 2em;
  padding: 0;
  flex: 0 0 2em;
}
.form-color input[type=color].form-control::-webkit-color-swatch-wrapper {
  padding: 0;
}
.form-color label {
  flex: 1 1 100%;
  display: inline-block;
  margin-left: 0.75rem;
  margin-bottom: 0;
  font-weight: 600;
}

.md-form {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.md-form .form-control {
  padding: 0.75rem;
}
.md-form label:not(.kt-checkbox) {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  color: #757575;
  cursor: text;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transform: translateY(12px);
  transform-origin: 0% 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.md-form.md-outline {
  margin-top: 27px;
  margin-bottom: 27px;
}
.md-form.md-outline .form-control {
  padding: 0.75rem;
}
.md-form.md-outline label:not(.kt-checkbox) {
  position: absolute;
  top: 5px;
  left: 0;
  padding-left: 10px;
  font-size: 1rem;
  color: #757575;
  cursor: text;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transform: translateY(6px);
  transform-origin: 0% 100%;
  margin-bottom: 0;
}
.md-form.md-outline label:not(.kt-checkbox).active {
  top: 2px;
  transform: translateY(-13px) scale(1);
  color: #838383;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  font-size: 12px;
  letter-spacing: 0.4px;
  left: 8px;
  padding-right: 5px;
  padding-left: 5px;
  font-weight: 500;
  background: #fff;
}

.md-form-outline-select2 {
  flex-wrap: nowrap;
}
.md-form-outline-select2.input-group {
  align-items: center;
}
.md-form-outline-select2.input-group label {
  top: 0.75rem;
}
.md-form-outline-select2.input-group .form-group-tooltip {
  margin-left: 5px;
}
.md-form-outline-select2 label {
  margin-bottom: 0;
}
.md-form-outline-select2 label.active {
  transform: translateY(-110%);
  color: #838383;
  font-size: 12px;
  background: #fff;
  font-weight: 500;
  padding-right: 5px;
  padding-left: 5px;
  left: 8px;
  z-index: 3 !important;
  top: 0.75rem;
}
.md-form-outline-select2 .prefix ~ .select2 {
  margin-left: 2rem;
  width: calc(100% - 2rem);
}
.md-form-outline-select2.prefix-sm .prefix {
  font-size: 1rem;
  top: 0.75rem;
}
.md-form-outline-select2 .select2 {
  flex: 1 1 auto;
}
.md-form-outline-select2 .select2.select2-container--disabled {
  background: #e9ecef;
  cursor: not-allowed;
}
.md-form-outline-select2 .select2.select2-container--disabled .select2-selection {
  background: #e9ecef;
  cursor: not-allowed;
}
.md-form-outline-select2 .select2 .select2-selection {
  box-shadow: none;
  border: none;
  border: 1px solid #dadce0;
  border-radius: 4px;
  outline: none;
  padding: 0;
  height: auto !important;
  background: #fff;
}
.md-form-outline-select2 .select2 .select2-selection.select2-selection--single.form-control {
  padding: 0 !important;
}
.md-form-outline-select2 .select2 .select2-selection.select2-selection--single.form-control .select2-selection__placeholder {
  line-height: 1;
}
.md-form-outline-select2 .select2 .select2-selection.form-control-sm .select2-selection__rendered {
  padding: 0.25rem 0.75rem;
}
.md-form-outline-select2 .select2 .select2-selection.form-control-sm .select2-selection__arrow {
  margin-bottom: 0 !important;
}
.md-form-outline-select2 .select2 .select2-selection.form-control-sm .select2-selection__arrow:before {
  margin-left: 0px;
  margin-top: 0;
  transform: translateY(-50%);
}
.md-form-outline-select2 .select2 .select2-selection.font-bold .select2-selection__rendered {
  font-weight: 600;
}
.md-form-outline-select2 .select2 .select2-selection--single .select2-selection__arrow {
  margin-bottom: 0 !important;
}
.md-form-outline-select2 .select2 .select2-selection--single .select2-selection__arrow:before {
  margin-left: 0px;
  margin-top: 0;
  transform: translateY(-50%);
}
.md-form-outline-select2 .select2 .select2-selection--single .select2-selection__placeholder {
  line-height: 1;
}
.md-form-outline-select2 input {
  border-bottom: none !important;
  box-shadow: none !important;
}
.md-form-outline-select2 input:focus {
  border-bottom: none !important;
  box-shadow: none !important;
}
.md-form-outline-select2 .select2-selection__rendered {
  margin-top: 0px !important;
  min-height: 44.67px !important;
  line-height: 1.5 !important;
  padding: 12px 30px 12px 12px !important;
}
.md-form-outline-select2 .select2-selection__rendered .select2-selection__clear {
  background: transparent;
  padding: 0;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 0;
  height: auto;
}
.md-form-outline-select2 .select2-search--inline .select2-search__field {
  padding-left: 0;
}
.md-form-outline-select2.select2-container--open .select2-selection--multiple, .md-form-outline-select2.select2-container--focus .select2-selection--multiple {
  border: none;
  box-shadow: none;
}
.md-form-outline-select2.md-form-outline-select2-sm .select2 .select2-selection.select2-selection--single.form-control {
  padding: 0 !important;
}
.md-form-outline-select2.md-form-outline-select2-sm .select2 .select2-selection.form-control-sm .select2-selection__rendered {
  padding: 0.15rem 0.75rem;
}
.md-form-outline-select2.md-form-outline-select2-sm .select2-selection__rendered {
  margin-top: 0px !important;
  min-height: 36px !important;
  line-height: 1.5;
  padding: 7px 30px 7px 12px !important;
}

.filter-options-container .btn {
  border: none !important;
  background: transparent !important;
  box-shadow: none;
}
.filter-options-container .fa-chevron-double-left, .filter-options-container .fa-chevron-left, .filter-options-container .fa-chevrons-left {
  color: var(--danger);
}
.filter-options-container .fa-chevron-double-right, .filter-options-container .fa-chevron-right, .filter-options-container .fa-chevrons-right {
  color: var(--success);
}
@media (max-width: 767px) {
  .filter-options-container [class*=chevron] {
    transform: rotate(90deg);
  }
}
.filter-options-container .options-to-choose, .filter-options-container .options-selected {
  height: 400px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: auto;
}
@media (max-width: 767px) {
  .filter-options-container .options-to-choose, .filter-options-container .options-selected {
    height: 250px;
  }
}
@media (max-width: 575px) {
  .filter-options-container .options-to-choose, .filter-options-container .options-selected {
    height: 200px;
  }
}
.filter-options-container .options-to-choose {
  border-color: rgba(220, 53, 69, 0.3333333333);
}
.filter-options-container .options-selected {
  border-color: rgba(34, 139, 34, 0.3333333333);
}
.filter-options-container div.option {
  cursor: pointer !important;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  font-weight: 400;
  padding: 6px;
}
.filter-options-container div.option.selected {
  background-color: #3595f6;
  color: white;
}

.kt-footer {
  justify-content: center;
}

@media (max-width: 500px) {
  .kt-portlet .kt-portlet__head {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .kt-portlet .kt-portlet__head .kt-portlet__head-toolbar {
    flex: 1 1 100%;
  }
}

.btn {
  margin: 2px;
  font-weight: 600;
}

.help-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 21px;
}
@media (max-width: 767.98px) {
  .help-block {
    padding-left: 50px;
    align-items: flex-start;
  }
}
.help-block .far, .help-block .fal, .help-block .fas {
  flex: 0 0 25px;
  display: block;
  color: #adb5bd !important;
  align-self: flex-start;
  line-height: 21px;
}
.help-block span {
  font-size: 0.85rem;
}

.btn-outline-default {
  border: solid 1px #c6c6c6;
}
.btn-outline-default:hover, .btn-outline-default:active, .btn-outline-default:focus {
  background: #c6c6c6;
  color: #fff;
}

.card-views {
  position: relative;
  display: table;
  width: 100%;
}
.card-views .card-view:not(.card-checkbox) {
  display: table-row;
}
.card-views .card-view:not(.card-checkbox) .title {
  display: table-cell;
  width: 25%;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top !important;
  padding-left: 0;
}
.card-views .card-view:not(.card-checkbox) .value {
  display: table-cell;
  width: 75%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.card-views .card-view:not(.card-checkbox) .value .dropdown-toggle {
  display: none;
}
.card-views .card-view:not(.card-checkbox) .value .dropdown-menu {
  float: none !important;
  position: static;
  display: block;
  border: none;
  box-shadow: none;
  overflow: hidden;
  background: none;
}
.card-views .card-view:not(.card-checkbox) .value .dropdown-menu > li {
  float: left;
  margin-right: 5px;
}
.card-views .card-view:not(.card-checkbox) .value .dropdown-menu > li a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5625;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #1F2420;
  background-color: #ebebeb;
  border-color: #ccc;
}
.card-views .card-view:not(.card-checkbox) .value .dropdown-menu > li a:hover, .card-views .card-view:not(.card-checkbox) .value .dropdown-menu > li a:active, .card-views .card-view:not(.card-checkbox) .value .dropdown-menu > li a:focus {
  color: #1F2420;
  background-color: white;
  border-color: #ebebeb;
}
.card-views .card-view:not(.card-checkbox) .value .dropdown-menu > li.divider {
  display: none;
}
@media (max-width: 767.98px) {
  .card-views .card-view:not(.card-checkbox) .title {
    width: 40%;
  }
  .card-views .card-view:not(.card-checkbox) .value {
    width: 60%;
  }
  .card-views .card-view:not(.card-checkbox) .value .dropdown-menu > li {
    float: none;
  }
  .card-views .card-view:not(.card-checkbox) .value .dropdown-menu > li a {
    padding: 3px 8px;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    background: none;
  }
}
.card-views .card-checkbox {
  position: absolute;
  left: 10px;
  top: 3px;
  padding-left: 0;
  display: none;
}

.filter-form label, .contact-form label {
  font-weight: 600;
  color: #000 !important;
  font-size: 14.4px;
}

.portal-company-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  padding: 0 15px;
  margin: 0;
  color: #fff;
  width: 100%;
  flex: 0 0 100%;
}
@media (max-width: 575.98px) {
  .portal-company-title {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .portal-company-title {
    margin-top: 0;
  }
}
.portal-company-title > h2 {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.portal-company-title > h2 a {
  color: inherit;
}
@media (max-width: 575.98px) {
  .portal-company-title > h2 {
    font-size: 14px !important;
  }
}

.portal-title-container {
  background: #fff;
  margin-bottom: 1rem;
  padding: 0 15px;
  position: relative;
}
@media (min-width: 576px) {
  .portal-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .portal-title-container .actions {
    padding: 5px;
  }
  .portal-title-container .actions .btn {
    font-size: 13.6px;
  }
  .portal-title-container .actions .btn.toggle {
    font-size: 0.95rem;
  }
  .portal-title-container .actions .btn.toggle .btn {
    font-size: 0.95rem;
  }
  .portal-title-container .notes {
    flex: 1 1 100%;
    padding: 15px 0;
    margin-bottom: 0;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
  .portal-title-container .notes b, .portal-title-container .notes strong {
    font-weight: 600;
  }
}
@media (max-width: 575.98px) {
  .portal-title-container .actions .btn.toggle {
    font-size: 14px;
  }
  .portal-title-container .actions .btn.toggle .btn {
    font-size: 14px;
  }
  .portal-title-container.has-actions .portal-title {
    padding-bottom: 5px;
  }
}
.portal-title-container + .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-title-container .portal-title {
  margin-bottom: 0;
  padding-left: 0;
}

.portal-title {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  padding: 20px 15px;
  margin: 0 0 1rem;
  background: #fff;
}
@media (max-width: 1199.98px) {
  .portal-title {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .portal-title {
    font-size: 21px;
    padding: 10px 15px;
  }
}
.portal-title a {
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
  font-weight: 400;
}
.portal-title small {
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
  font-weight: 600;
}
.portal-title > h2 {
  font-size: 20px !important;
  font-weight: 600 !important;
}
.portal-title + .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.portal-section-container {
  background: #fff;
  margin: 0 0 1rem 0;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
}
.portal-section-container.border-bottom {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.portal-section-container.full-height {
  height: calc(100% - 1rem);
}
.portal-section-container .portal-section-title-container {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.portal-section-container .portal-section-title-container .thumbnail {
  flex: 0 0 75px;
  text-align: center;
}
.portal-section-container .portal-section-title-container .thumbnail img {
  max-height: 50px;
  max-width: 50px;
}
@media (max-width: 575.98px) {
  .portal-section-container .portal-section-title-container .thumbnail {
    padding: 15px 10px 0;
  }
  .portal-section-container .portal-section-title-container .thumbnail img {
    max-height: 75px;
    max-width: 75px;
  }
}
.portal-section-container .portal-section-title-container .thumbnail ~ .portal-section-title {
  flex: 1;
}
.portal-section-container .portal-section-title-container .actions {
  padding: 0 10px;
}
@media (min-width: 576px) {
  .portal-section-container .portal-section-title-container .actions {
    padding: 5px 20px 5px 5px !important;
    margin-left: 1rem;
  }
  .portal-section-container .portal-section-title-container .actions .btn {
    font-size: 0.85rem;
  }
  .portal-section-container .portal-section-title-container .portal-section-content {
    flex: 1 1 100%;
  }
  .portal-section-container .portal-section-title-container .notes {
    flex: 1 1 100%;
  }
  .portal-section-container .portal-section-title-container .notes b, .portal-section-container .portal-section-title-container .notes strong {
    font-weight: 600;
  }
}
@media (max-width: 767.98px) {
  .portal-section-container .portal-section-title-container .actions {
    padding: 0 10px 10px 15px;
  }
  .portal-section-container .portal-section-title-container.has-actions .portal-section-title {
    padding-bottom: 5px !important;
  }
}
.portal-section-container .portal-section-title-container a[data-toggle]:not(.help) {
  color: #000;
  justify-content: space-between;
  display: block;
  width: 100%;
}
.portal-section-container .portal-section-title-container a[data-toggle]:not(.help).collapsed .rotate-icon {
  transform: rotate(180deg);
}
.portal-section-container .portal-section-title-container a[data-toggle]:not(.help) .portal-section-title {
  display: flex;
  flex: 1 1 100%;
  width: 100%;
  justify-content: space-between;
}
.portal-section-container .portal-section-title {
  margin-top: 0;
}
.portal-section-container .portal-section-title .badge {
  font-size: 10px;
  margin-left: 15px;
}
.portal-section-container .notes {
  padding: 0 15px;
}
.portal-section-container .notes + .notes {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 15px;
}
.portal-section-container .notes b, .portal-section-container .notes strong {
  font-weight: 600;
}
.portal-section-container .portal-section-content .portal-section-title {
  font-weight: 600;
}
.portal-section-container .portal-section-content > .card {
  box-shadow: none;
}
.portal-section-container .portal-section-content > .card .card-body {
  padding-left: 15px;
  padding-right: 15px;
}
.portal-section-container + .save-container {
  margin-top: -10px;
  margin-bottom: 20px;
}

.portal-section-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding: 20px 15px 20px;
  margin: 20px 0 0 0;
}
@media (max-width: 767.98px) {
  .portal-section-title {
    font-size: 18px;
  }
}
.portal-section-title a {
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
  font-weight: 400;
}
.portal-section-title small {
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
  margin-left: 15px;
  font-weight: 600;
}

.min-width-25 {
  min-width: 25px;
}

.min-width-50 {
  min-width: 50px;
}

.min-width-75 {
  min-width: 75px;
}

.min-width-100 {
  min-width: 100px;
}

.min-width-125 {
  min-width: 125px;
}

.min-width-150 {
  min-width: 150px;
}

.min-width-175 {
  min-width: 175px;
}

.min-width-200 {
  min-width: 200px;
}

.min-width-225 {
  min-width: 225px;
}

.min-width-250 {
  min-width: 250px;
}

.min-width-275 {
  min-width: 275px;
}

.min-width-300 {
  min-width: 300px;
}

.min-width-325 {
  min-width: 325px;
}

.min-width-350 {
  min-width: 350px;
}

.min-width-375 {
  min-width: 375px;
}

.min-width-400 {
  min-width: 400px;
}

.min-width-425 {
  min-width: 425px;
}

.min-width-450 {
  min-width: 450px;
}

.min-width-475 {
  min-width: 475px;
}

.min-width-500 {
  min-width: 500px;
}

.min-width-525 {
  min-width: 525px;
}

.min-width-550 {
  min-width: 550px;
}

.min-width-575 {
  min-width: 575px;
}

.min-width-600 {
  min-width: 600px;
}

.min-width-625 {
  min-width: 625px;
}

.sceditor-button.sceditor-button-headers div {
  background: url("../images/headers-button.png");
}

.sceditor-header-option {
  display: block;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  color: #222;
}

.sceditor-header-option:hover {
  background: #eee;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.icon-btn {
  color: #adb5bd !important;
  background: transparent;
  box-shadow: none;
  border: none;
}
.icon-btn i {
  font-size: 1.2rem;
}
td .icon-btn {
  padding: 4px;
}
.icon-btn:hover, .icon-btn:focus {
  box-shadow: none;
}
.icon-btn:hover .fa-trash-can, .icon-btn:hover .fa-xmark, .icon-btn:focus .fa-trash-can, .icon-btn:focus .fa-xmark {
  color: #ff4848 !important;
}
.icon-btn:hover .fa-download, .icon-btn:hover .fa-pencil, .icon-btn:hover .fa-edit, .icon-btn:hover .fa-pen-to-square, .icon-btn:hover .fa-folder-open, .icon-btn:hover .fa-folder, .icon-btn:hover .fa-pen, .icon-btn:hover .fa-reply, .icon-btn:hover .fa-list, .icon-btn:hover .fa-copy, .icon-btn:focus .fa-download, .icon-btn:focus .fa-pencil, .icon-btn:focus .fa-edit, .icon-btn:focus .fa-pen-to-square, .icon-btn:focus .fa-folder-open, .icon-btn:focus .fa-folder, .icon-btn:focus .fa-pen, .icon-btn:focus .fa-reply, .icon-btn:focus .fa-list, .icon-btn:focus .fa-copy {
  filter: brightness(1.3);
  color: #1778C5;
}
.icon-btn:hover .fa-check, .icon-btn:focus .fa-check {
  filter: brightness(1.3);
  color: #1BA40C;
}
.icon-btn:hover .fa-ballot-check, .icon-btn:focus .fa-ballot-check {
  filter: brightness(1.3);
  color: #fd581c;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: min(350px, 55vh);
}

.mp-popup {
  min-height: 300px !important;
}

*.unselectable {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.font-xs {
  font-size: 70%;
}

.font-sm {
  font-size: 80%;
}

.font-lg {
  font-size: 120%;
}
.font-lg.form-control {
  font-size: 17.28px;
}

.font-lightgrey {
  color: #adb5bd;
}

.letter-spacing-lg {
  letter-spacing: 3px;
}

.btn {
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: solid 1.5px transparent;
  font-weight: 600;
  font-size: 1rem;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  box-shadow: none;
  /*for transitioning to a danger button on hover*/
}
.btn.font-normal {
  font-weight: 400;
}
.btn .fas, .btn .fab, .btn .far {
  position: unset;
}
.btn[class*=btn-outline-] {
  border-width: 1.5px !important;
  border-color: #dee2e6 !important;
  font-weight: 600;
  box-shadow: none;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  background: #fff !important;
}
.btn.btn-outline-light {
  border-color: #dee2e6 !important;
  box-shadow: none !important;
  color: #838383 !important;
}
.btn.btn-outline-light:active, .btn.btn-outline-light:focus {
  color: #adb5bd !important;
}
.btn.btn-danger {
  border-color: #ff4848;
}
.btn.btn-success {
  border-color: #1BA40C;
}
.btn.btn-warning {
  border-color: #fd581c;
}
.btn.btn-primary {
  border-color: #1778C5;
}
.btn.btn-info {
  border-color: #64a4e8;
}
.btn.btn-brand {
  border-color: #96173d;
}
.btn.btn-seller {
  border-color: #1BA40C;
}
.btn.btn-product {
  border-color: #1778C5;
}
.btn.btn-user {
  border-color: #1778C5;
}
.btn.btn-default {
  border-color: #dee2e6;
}
.btn.btn-outline-warning:hover, .btn.btn-outline-warning:active, .btn.btn-outline-warning:focus {
  background: #fd581c !important;
  color: #fff !important;
}
@media (max-width: 767.98px) {
  .btn[class*=btn-outline-].btn-outline-default:hover, .btn[class*=btn-outline-].btn-outline-default:active, .btn[class*=btn-outline-].btn-outline-default:focus {
    background: #838383 !important;
    color: #fff !important;
  }
  .btn[class*=btn-outline-].btn-outline-default.btn-outline-default-light {
    border-color: #c6c6c6 !important;
  }
  .btn[class*=btn-outline-].btn-outline-default.btn-outline-default-light:hover, .btn[class*=btn-outline-].btn-outline-default.btn-outline-default-light:active, .btn[class*=btn-outline-].btn-outline-default.btn-outline-default-light:focus {
    background: #c6c6c6 !important;
    color: #fff !important;
  }
  .btn[class*=btn-outline-].btn-outline-dark {
    color: #000;
  }
  .btn[class*=btn-outline-].btn-outline-dark:hover, .btn[class*=btn-outline-].btn-outline-dark:active, .btn[class*=btn-outline-].btn-outline-dark:focus {
    background: #000 !important;
    color: #fff !important;
  }
  .btn[class*=btn-outline-].btn-outline-light:hover, .btn[class*=btn-outline-].btn-outline-light:active, .btn[class*=btn-outline-].btn-outline-light:focus {
    background: #838383 !important;
    color: #fff !important;
  }
  .btn[class*=btn-outline-].btn-outline-primary:hover, .btn[class*=btn-outline-].btn-outline-primary:active, .btn[class*=btn-outline-].btn-outline-primary:focus {
    background: #1778C5 !important;
    color: #fff !important;
  }
  .btn[class*=btn-outline-].btn-outline-success:hover, .btn[class*=btn-outline-].btn-outline-success:active, .btn[class*=btn-outline-].btn-outline-success:focus {
    background: #1BA40C !important;
    color: #fff !important;
  }
  .btn[class*=btn-outline-].btn-outline-info:hover, .btn[class*=btn-outline-].btn-outline-info:active, .btn[class*=btn-outline-].btn-outline-info:focus {
    background: #64a4e8 !important;
    color: #fff !important;
  }
  .btn[class*=btn-outline-].btn-outline-warning:hover, .btn[class*=btn-outline-].btn-outline-warning:active, .btn[class*=btn-outline-].btn-outline-warning:focus {
    background: #fd581c !important;
    color: #fff !important;
  }
  .btn[class*=btn-outline-].btn-outline-danger:hover, .btn[class*=btn-outline-].btn-outline-danger:active, .btn[class*=btn-outline-].btn-outline-danger:focus {
    background: #ff4848 !important;
    color: #fff !important;
  }
  .btn[class*=btn-outline-].btn-outline-brand:hover, .btn[class*=btn-outline-].btn-outline-brand:active, .btn[class*=btn-outline-].btn-outline-brand:focus {
    background: #96173d !important;
    color: #fff !important;
  }
  .btn[class*=btn-outline-].btn-outline-product:hover, .btn[class*=btn-outline-].btn-outline-product:active, .btn[class*=btn-outline-].btn-outline-product:focus {
    background: #1778C5 !important;
    color: #fff !important;
  }
}
@media (min-width: 768px) {
  .btn[class*=btn-outline-] {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
  }
  .btn[class*=btn-outline-]:before, .btn[class*=btn-outline-]:after {
    transition: 0.2s ease-in-out;
  }
  .btn[class*=btn-outline-]:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: -50px;
    bottom: 0;
    border-right: 50px solid transparent;
    border-bottom: 100px solid #1778C5;
    transform: translateX(-100%);
    pointer-events: none;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
  }
  .btn[class*=btn-outline-].btn-outline-default:before {
    border-bottom-color: #838383;
  }
  .btn[class*=btn-outline-].btn-outline-default.btn-outline-default-light {
    border-color: #c6c6c6 !important;
  }
  .btn[class*=btn-outline-].btn-outline-default.btn-outline-default-light:before {
    border-bottom-color: #c6c6c6;
  }
  .btn[class*=btn-outline-].btn-outline-dark {
    color: #000;
  }
  .btn[class*=btn-outline-].btn-outline-dark:before {
    border-bottom-color: #000;
  }
  .btn[class*=btn-outline-].btn-outline-light:before {
    border-bottom-color: #838383;
  }
  .btn[class*=btn-outline-].btn-outline-primary:before {
    border-bottom-color: #1778C5;
  }
  .btn[class*=btn-outline-].btn-outline-success:before {
    border-bottom-color: #1BA40C;
  }
  .btn[class*=btn-outline-].btn-outline-info:before {
    border-bottom-color: #64a4e8;
  }
  .btn[class*=btn-outline-].btn-outline-warning:before {
    border-bottom-color: #fd581c;
  }
  .btn[class*=btn-outline-].btn-outline-danger:before {
    border-bottom-color: rgba(255, 72, 72, 0.88);
  }
  .btn[class*=btn-outline-].btn-outline-brand:before {
    border-bottom-color: #96173d;
  }
  .btn[class*=btn-outline-].btn-outline-product:before {
    border-bottom-color: #1778C5;
  }
  .btn[class*=btn-outline-].btn-outline-exclusive-product:before {
    border-bottom-color: #1BA40C;
  }
  .btn[class*=btn-outline-].btn-outline-user:before {
    border-bottom-color: #1778C5;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .btn[class*=btn-outline-]:hover {
    color: #fff !important;
  }
  .btn[class*=btn-outline-]:hover i {
    color: #fff !important;
  }
  .btn[class*=btn-outline-]:hover:before {
    transform: translateX(0);
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .btn[class*=btn-outline-].btn-outline-danger:focus.added, .btn[class*=btn-outline-].btn-outline-danger:hover.added, .btn[class*=btn-outline-].btn-outline-danger:active.added, .btn[class*=btn-outline-].btn-outline-danger:active:focus.added, .btn[class*=btn-outline-].btn-outline-danger.active.added {
    color: #ff4848 !important;
  }
  .btn[class*=btn-outline-].btn-outline-danger:not([disabled]):not(.disabled):active, .btn[class*=btn-outline-].btn-outline-danger:not([disabled]):not(.disabled).active, .btn[class*=btn-outline-].show > .btn-outline-danger.dropdown-toggle {
    border-color: #dee2e6 !important;
  }
}
.btn.btn-hover-danger:before {
  border-bottom-color: rgba(255, 72, 72, 0.88) !important;
}
