body.vertical-layout.vertical-menu-modern .horizontal-menu-wrapper {
  display: none;
}

.horizontal-menu > .main-menu {
  display: none;
}

.horizontal-menu .fixed-top {
  left: 0;
}

html body.navbar-static .app-content .header-navbar {
  background: transparent;
  box-shadow: none !important;
}

@media (max-width: 575.98px) {
  body.vertical-layout:not(.horizontal-layout).navbar-floating .header-navbar {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}

.bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-box {
  color: #babfc7;
  background-color: rgba(186, 191, 199, 0.12);
  box-shadow: 0 3px 6px 0 #666;
}

.bs-stepper .bs-stepper-header .step.saved .step-trigger .bs-stepper-box {
  border: 2px solid var(--warning);
  color: var(--warning) !important;
}

.bs-stepper .bs-stepper-header .step.validated .step-trigger .bs-stepper-box {
  border: 2px solid var(--statusOk);
  color: var(--statusOk) !important;
}

.bs-stepper .bs-stepper-header .step.pending .step-trigger .bs-stepper-box {
  border: 2px solid var(--statusPending);
  color: var(--statusPending) !important;
}

.bs-stepper .bs-stepper-header .step.param .step-trigger .bs-stepper-box {
  border: 2px solid var(--purple, #6f42c1);
  color: var(--purple, #6f42c1) !important;
}

.bs-stepper .bs-stepper-header .step.refused .step-trigger .bs-stepper-box {
  border: 2px solid var(--statusRefused);
  color: var(--statusRefused) !important;
}

.bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-label .bs-stepper-title {
  color: #6e6b7b;
}

.main-menu.menu-dark {
  color: #dcdcdc;
  background: var(--secondary-color);
}

.dark-layout .main-menu {
  background-color: #283046 !important;
}

.dark-layout .main-menu.menu-dark .navigation {
  background-color: #283046 !important;
}

.main-menu.menu-dark .navigation {
  background: var(--secondary-color);
}

.main-menu.menu-dark .navigation > li.active > a {
  background: linear-gradient(118deg, var(--primary-color), var(--primary-70));
  box-shadow: 0 0 10px 1px var(--primary-70);
  color: #fff;
  font-weight: 400;
  border-radius: 4px;
}

.avatar.bg-light-primary {
  color: var(--primary-color) !important;
}

.bg-light-primary {
  background: var(--primary-10) !important;
  color: var(--primary-color) !important;
}

.nav-tabs .nav-link.active {
  position: relative;
  color: var(--primary-color) !important;
}

.nav-tabs .nav-link::after {
  background: linear-gradient(30deg, var(--primary-color), var(--primary-10)) !important;
  transition: transform 0.3s;
  transform: translate3d(0, 150%, 0);
}

.header-navbar .navbar-container ul.navbar-nav li i.ficon:hover,
.header-navbar .navbar-container ul.navbar-nav li svg.ficon:hover {
  color: var(--primary-color) !important;
}

.page-item.active .page-link {
  background-color: var(--primary-color) !important;
}

.btn-primary {
  border-color: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
}

.btn-primary:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px var(--primary-color) !important;
}

.btn-primary:active,
.btn-primary.active,
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: var(--primary-70);
  border-color: var(--primary-70);
  box-shadow: 0 0 0 0.2rem var(--primary-70);
}

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

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.border-primary {
  border-color: var(--primary-color) !important;
}

.badge.badge-light-primary {
  background: var(--primary-10) !important;
  color: var(--primary-color) !important;
}

a {
  color: var(--primary-color);
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--primary-70);
  text-decoration: none;
}

.table-hover tbody tr:hover {
  color: #6e6b7b;
  background-color: #f6f6f9;
}

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #b6b0f7;
}

.table .thead-light th {
  color: #5e5873;
  background-color: #f3f2f7;
  border-color: #ebe9f1;
}

.form-control {
  display: block;
  width: 100%;
  height: 2.714rem;
  padding: 0.438rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: #6e6b7b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d8d6de;
  border-radius: 0.357rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #6e6b7b;
  background-color: #fff;
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}

select.form-control:focus::-ms-value {
  color: #6e6b7b;
  background-color: #fff;
}

.btn:hover {
  color: var(--primary-10);
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem var(--primary-10);
}

.btn-primary {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--primary-10);
  border-color: var(--primary-10);
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: var(--primary-10);
  border-color: var(--primary-10);
  box-shadow: 0 0 0 0.2rem var(--primary-10);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

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

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

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem var(--primary-70);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: var(--primary-color);
  background-color: transparent;
}

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

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem var(--primary-70);
}

.btn-link:hover {
  color: var(--primary-10);
  text-decoration: none;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0 0 0;
  font-size: 1rem;
  color: #6e6b7b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(34, 41, 47, 0.05);
  border-radius: 0.358rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.65rem 1.28rem;
  clear: both;
  font-weight: 400;
  color: #6e6b7b;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--primary-color);
  text-decoration: none;
  background-color: var(--primary-10);
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary-color);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #b9b9c3;
  pointer-events: none;
  background-color: transparent;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.438rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: #6e6b7b;
  text-align: center;
  white-space: nowrap;
  background-color: white;
  border: 1px solid #d8d6de;
  border-radius: 0.357rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-minus'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: var(--primary-0);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: var(--primary-70);
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: var(--primary-70);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: var(--primary-70);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 2.714rem;
  padding: 0.438rem 2rem 0.438rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: #6e6b7b;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23d8d6de' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/10px 10px no-repeat;
  border: 1px solid #d8d6de;
  border-radius: 0.357rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}

.custom-select:focus::-ms-value {
  color: var(--primary-10);
  background-color: #fff;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--primary-10);
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: var(--primary-color);
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 2.714rem;
  padding: 0.438rem 1rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.45;
  color: var(--primary-10);
  background-color: #fff;
  border: 1px solid #d8d6de;
  border-radius: 0.357rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.714rem;
  padding: 0.438rem 1rem;
  line-height: 1.45;
  color: var(--primary-10);
  content: "Browse";
  background-color: white;
  border-left: inherit;
  border-radius: 0 0.357rem 0.357rem 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: var(--primary-color);
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background 0s, border-color 0s;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background 0s, border-color 0s;
  -webkit-appearance: none;
  appearance: none;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--primary-color);
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background 0s, border-color 0s;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background 0s, border-color 0s;
  -moz-appearance: none;
  appearance: none;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: var(--primary-color);
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background 0s, border-color 0s;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background 0s, border-color 0s;
  appearance: none;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--primary-color);
  background-color: transparent;
  border-color: #dae1e7 #dae1e7 transparent;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--primary-color);
}

.navbar-light .navbar-brand {
  color: rgba(34, 41, 47, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(34, 41, 47, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(34, 41, 47, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(34, 41, 47, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(34, 41, 47, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(34, 41, 47, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(34, 41, 47, 0.5);
  border-color: rgba(34, 41, 47, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2834, 41, 47, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(34, 41, 47, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(34, 41, 47, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(34, 41, 47, 0.9);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.6rem;
  color: var(--primary-10);
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: var(--primary-10);
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.85rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--primary-color);
  background-color: #f3f2f7;
  border: 1px solid #dae1e7;
}

.page-link:hover {
  z-index: 2;
  color: var(--primary-70) !important;
  text-decoration: none;
  background-color: #f3f2f7;
  border-color: #dae1e7;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem var(--primary-70);
}

.page-item.active .page-link {
  z-index: 3;
  color: var(--primary-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.page-item.disabled .page-link {
  color: #b9b9c3;
  pointer-events: none;
  cursor: auto;
  background-color: #f3f2f7;
  border-color: #dae1e7;
}

.badge-primary {
  color: #fff;
  background-color: var(--primary-color);
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: var(--primary-10);
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem var(--primary-70);
}

.alert-primary {
  color: var(--primary-10);
  background-color: #e3e1fc;
  border-color: #d8d4fb;
}

.alert-primary hr {
  border-top-color: #c3bdf9;
}

.alert-primary .alert-link {
  color: var(--primary-10);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--primary-color);
  transition: width 0.6s ease;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.list-group-item-primary {
  color: #4c4993;
  background-color: #d8d4fb;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: var(--primary-10);
  background-color: #c3bdf9;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: var(--primary-10);
  border-color: var(--primary-10);
}

.close {
  float: right;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: var(--primary-10);
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: var(--primary-10);
  text-decoration: none;
}

.toast {
  flex-basis: 380px;
  max-width: 380px;
  font-size: 0.857rem;
  color: var(--primary-10);
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px 0 rgba(34, 41, 47, 0.08);
  opacity: 0;
  border-radius: 0.286rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.15rem 1.14rem;
  color: var(--primary-10);
  background-color: #fff;
  background-clip: padding-box;
  border-bottom: 0 solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: 0.286rem;
  border-top-right-radius: 0.286rem;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 0 solid var(--primary-color);
}

.popover-header {
  padding: 0.65rem 1.21rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #fff;
  background-color: var(--primary-color);
  border-bottom: 0 solid var(--primary-10);
  border-top-left-radius: 0.358rem;
  border-top-right-radius: 0.358rem;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.65rem 1.21rem;
  color: var(--primary-10);
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: var(--primary-10) !important;
}

.border-primary {
  border-color: var(--primary-color) !important;
}

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

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

.text-body {
  color: var(--primary-10) !important;
}

.text-body-heading {
  color: var(--primary-10);
}

.text-body-heading:hover {
  color: inherit !important;
}

.text-body[href]:hover {
  color: var(--primary-10) !important;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before,
.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  border-color: none;
  box-shadow: 0 2px 4px 0 var(--primary-10) !important;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.form-label-group > input:focus:not(:-moz-placeholder-shown) ~ label,
.form-label-group > input:not(:active):not(:-moz-placeholder-shown) ~ label,
.form-label-group textarea:focus:not(:-moz-placeholder-shown) ~ label,
.form-label-group textarea:not(:active):not(:-moz-placeholder-shown) ~ label {
  color: var(--primary-color) !important;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

.form-label-group > input:focus:not(:-ms-input-placeholder) ~ label,
.form-label-group > input:not(:active):not(:-ms-input-placeholder) ~ label,
.form-label-group textarea:focus:not(:-ms-input-placeholder) ~ label,
.form-label-group textarea:not(:active):not(:-ms-input-placeholder) ~ label {
  color: var(--primary-color) !important;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

.form-label-group > input:focus:not(:-moz-placeholder-shown) ~ label, .form-label-group > input:not(:active):not(:-moz-placeholder-shown) ~ label, .form-label-group textarea:focus:not(:-moz-placeholder-shown) ~ label, .form-label-group textarea:not(:active):not(:-moz-placeholder-shown) ~ label {
  color: var(--primary-color) !important;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

.form-label-group > input:focus:not(:-ms-input-placeholder) ~ label, .form-label-group > input:not(:active):not(:-ms-input-placeholder) ~ label, .form-label-group textarea:focus:not(:-ms-input-placeholder) ~ label, .form-label-group textarea:not(:active):not(:-ms-input-placeholder) ~ label {
  color: var(--primary-color) !important;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

.form-label-group > input:focus:not(:placeholder-shown) ~ label,
.form-label-group > input:not(:active):not(:placeholder-shown) ~ label,
.form-label-group textarea:focus:not(:placeholder-shown) ~ label,
.form-label-group textarea:not(:active):not(:placeholder-shown) ~ label {
  color: var(--primary-color) !important;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

.textarea-counter-value {
  background-color: var(--primary-color);
  color: #fff;
  padding: 1px 6px;
  font-size: 0.6rem;
  border-radius: 0 0 5px 5px;
  margin-right: 1rem;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .dropdown-menu.dropdown-menu-right::before,
.header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .dropdown-menu.dropdown-menu-right::before {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.header-navbar .navbar-container ul.navbar-nav li i.ficon:hover,
.header-navbar .navbar-container ul.navbar-nav li svg.ficon:hover {
  color: var(--primary-color);
}

.header-navbar .navbar-container .dropdown-menu-media .media-list .media .media-meta {
  color: var(--primary-10);
}

.card-congratulations {
  background: linear-gradient(118deg, var(--primary-color), var(--primary-10));
  color: #fff;
}

.card-bordered {
  border: 1px solid var(--secondary-10) !important;
}

.breadcrumb-chevron.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  color: var(--primary-10);
  margin-right: 0.6rem;
  background-size: 14px;
}

.badge[class*=badge-] .dropdown-menu a {
  color: var(--primary-10);
}

.nav-pills .nav-link {
  padding: 0.786rem 1.5rem;
  font-size: 1rem;
  line-height: 1rem;
  border: 1px solid transparent;
  color: var(--primary-10);
}

.nav-pills .nav-link.active {
  border-color: var(--primary-color);
  box-shadow: 0 4px 18px -4px var(--primary-70);
}

.nav-pills.dropdown.show .dropdown-item.active:hover {
  color: var(--primary-color);
}

.nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(30deg, var(--primary-color), var(--primary-70)) !important;
  transition: transform 0.3s;
  transform: translate3d(0, 150%, 0);
}

.list-group .list-group-item.active:hover {
  background-color: var(--primary-color);
}

.page-item.prev-item .page-link:hover {
  background: #f3f2f7;
  color: var(--primary-color);
}

.page-item.prev-item .page-link:active,
.page-item.prev-item .page-link:hover {
  background-color: var(--primary-color) !important;
}

.page-item.next-item .page-link:hover {
  background: #f3f2f7;
  color: var(--primary-color);
}

.page-item.next-item .page-link:active,
.page-item.next-item .page-link:hover {
  background-color: var(--primary-color) !important;
}

.page-item.prev .page-link:before,
.page-item.previous .page-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  color: var(--primary-10);
  width: 12px;
  height: 18px;
  content: "";
}

.page-item.next .page-link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  color: var(--primary-10);
  width: 12px;
  height: 18px;
  content: "";
}

.page-item.active .page-link {
  z-index: 3;
  border-radius: 5rem;
  background-color: var(--primary-color);
  color: #fff !important;
  font-weight: 600;
}

.alert-primary {
  background: var(--primary-10) !important;
  color: var(--primary-color) !important;
}

.alert-primary .alert-heading {
  box-shadow: var(--primary-10) 0px 6px 15px -7px;
}

.alert-primary .alert-link {
  color: var(--primary-10) !important;
}

.alert-primary .close {
  color: var(--primary-color) !important;
}

.bg-light-primary {
  background: var(--primary-10) !important;
  color: var(--primary-color) !important;
}

.bg-light-primary.fc-h-event,
.bg-light-primary.fc-v-event {
  border-color: var(--primary-10);
}

.bg-light-primary .fc-list-event-dot {
  border-color: var(--primary-color) !important;
}

.bg-light-primary.fc-list-event:hover td {
  background: rgba(115, 103, 240, 0.1) !important;
}

.bg-light-primary.fc-list-event .fc-list-event-title {
  color: var(--primary-10);
}

.avatar.bg-light-primary {
  color: var(--primary-color) !important;
}

.border-primary {
  border: 1px solid var(--primary-color) !important;
}

.border-top-primary {
  border-top: 1px solid var(--primary-color);
}

.border-bottom-primary {
  border-bottom: 1px solid var(--primary-color);
}

.border-left-primary {
  border-left: 1px solid var(--primary-color);
}

.border-right-primary {
  border-right: 1px solid var(--primary-color);
}

.bg-primary.badge-glow,
.border-primary.badge-glow,
.badge-primary.badge-glow {
  box-shadow: 0px 0px 10px var(--primary-color);
}

.badge.badge-light-primary {
  background-color: rgba(115, 103, 240, 0.12);
  color: var(--primary-color) !important;
}

.overlay-primary {
  background: var(--primary-color);
  /* The Fallback */
  background: var(--primary-70);
}

.btn-primary {
  border-color: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: var(--primary-70) !important;
}

.btn-primary:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px var(--primary-color);
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn-flat-primary {
  background-color: transparent;
  color: var(--primary-color);
}

.btn-flat-primary:hover {
  color: var(--primary-color);
}

.btn-flat-primary:hover:not(.disabled):not(:disabled) {
  background-color: rgba(115, 103, 240, 0.12);
}

.btn-flat-primary:active,
.btn-flat-primary.active,
.btn-flat-primary:focus {
  background-color: var(--primary-10);
  color: var(--primary-color);
}

.btn-flat-primary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.btn-relief-primary {
  background-color: var(--primary-color);
  box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
  color: #fff;
  transition: all 0.2s ease;
}

.btn-relief-primary:hover:not(.disabled):not(:disabled) {
  background-color: #887ef2;
}

.btn-relief-primary:active,
.btn-relief-primary.active,
.btn-relief-primary:focus {
  background-color: var(--primary-10);
}

.btn-outline-primary {
  border: 1px solid var(--primary-color) !important;
  background-color: transparent;
  color: var(--primary-color);
}

.btn-outline-primary:hover:not(.disabled):not(:disabled) {
  background-color: rgba(115, 103, 240, 0.04);
  color: var(--primary-color);
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):focus {
  background-color: var(--primary-10);
  color: var(--primary-color);
}

.btn-outline-primary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.show > .btn-outline-primary.dropdown-toggle {
  background-color: var(--primary-10);
  color: var(--primary-color);
}

.btn-outline-primary.waves-effect .waves-ripple,
.btn-flat-primary.waves-effect .waves-ripple {
  background: radial-gradient(var(--primary-10) 0, var(--primary-10) 40%, var(--primary-70) 50%, var(--primary-70) 60%, rgba(255, 255, 255, 0) 70%);
}

.bullet.bullet-primary {
  background-color: var(--primary-color);
}

.modal.modal-primary .modal-header .modal-title {
  color: var(--primary-color);
}

.modal.modal-primary .modal-header .close {
  color: var(--primary-color) !important;
}

.pagination-primary .page-item.active .page-link {
  background: var(--primary-color) !important;
  color: #fff;
}

.pagination-primary .page-item .page-link:hover {
  color: var(--primary-color);
}

.pagination-primary .page-item.prev-item .page-link:hover,
.pagination-primary .page-item.next-item .page-link:hover {
  background: var(--primary-color);
  color: #fff;
}

.nav-pill-primary .nav-item .nav-link.active {
  color: #fff;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color);
  box-shadow: 0 4px 18px -4px var(--primary-70);
}

.progress-bar-primary {
  background-color: var(--primary-10);
}

.progress-bar-primary .progress-bar {
  background-color: var(--primary-color);
}

.timeline .timeline-point-primary {
  border-color: var(--primary-color) !important;
}

.timeline .timeline-point-primary i,
.timeline .timeline-point-primary svg {
  stroke: var(--primary-color) !important;
}

.timeline .timeline-point-primary.timeline-point-indicator {
  background-color: var(--primary-color) !important;
}

.timeline .timeline-point-primary.timeline-point-indicator:before {
  background: var(--primary-10) !important;
}

.divider.divider-primary .divider-text:before,
.divider.divider-primary .divider-text:after {
  border-color: var(--primary-color) !important;
}

input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem var(--primary-color) !important;
}

.custom-control-primary .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-primary .custom-control-input:active ~ .custom-control-label::before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.custom-control-primary.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-primary.custom-checkbox .custom-control-input:active ~ .custom-control-label::before,
.custom-control-primary.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before,
.custom-control-primary.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-primary.custom-radio .custom-control-input:active ~ .custom-control-label::before,
.custom-control-primary.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 2px 4px 0 var(--primary-10) !important;
}

.custom-control-primary .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: var(--primary-70) !important;
  border: none;
  box-shadow: none !important;
}

.custom-control-primary .custom-control-input:focus ~ .custom-control-label::before {
  border-color: var(--primary-color);
}

.custom-switch-primary .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--primary-color) !important;
  color: #fff;
  transition: all 0.2s ease-out;
}

.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.text-primary.text-darken-1 {
  color: var(--primary-70) !important;
}

.bg-primary.bg-darken-1 {
  background-color: var(--primary-10) !important;
}

.border-primary.border-darken-1 {
  border: 1px solid var(--primary-10) !important;
}

.border-top-primary.border-top-darken-1 {
  border-top: 1px solid var(--primary-10) !important;
}

.border-bottom-primary.border-bottom-darken-1 {
  border-bottom: 1px solid var(--primary-10) !important;
}

.border-left-primary.border-left-darken-1 {
  border-left: 1px solid var(--primary-10) !important;
}

.border-right-primary.border-right-darken-1 {
  border-right: 1px solid var(--primary-10) !important;
}

.overlay-primary.overlay-darken-1 {
  background: var(--primary-10);
  /* The Fallback */
  background: var(--primary-10);
}

.text-primary.text-darken-2 {
  color: var(--primary-10) !important;
}

.bg-primary.bg-darken-2 {
  background-color: var(--primary-10) !important;
}

.border-primary.border-darken-2 {
  border: 1px solid var(--primary-10) !important;
}

.border-top-primary.border-top-darken-2 {
  border-top: 1px solid var(--primary-10) !important;
}

.border-bottom-primary.border-bottom-darken-2 {
  border-bottom: 1px solid var(--primary-10) !important;
}

.border-left-primary.border-left-darken-2 {
  border-left: 1px solid var(--primary-10) !important;
}

.border-right-primary.border-right-darken-2 {
  border-right: 1px solid var(--primary-10) !important;
}

.overlay-primary.overlay-darken-2 {
  background: var(--primary-10);
  /* The Fallback */
  background: var(--primary-10);
}

.text-primary.text-darken-3 {
  color: var(--primary-10) !important;
}

.bg-primary.bg-darken-3 {
  background-color: var(--primary-10) !important;
}

.border-primary.border-darken-3 {
  border: 1px solid var(--primary-10) !important;
}

.border-top-primary.border-top-darken-3 {
  border-top: 1px solid var(--primary-10) !important;
}

.border-bottom-primary.border-bottom-darken-3 {
  border-bottom: 1px solid var(--primary-10) !important;
}

.border-left-primary.border-left-darken-3 {
  border-left: 1px solid var(--primary-10) !important;
}

.border-right-primary.border-right-darken-3 {
  border-right: 1px solid var(--primary-10) !important;
}

.overlay-primary.overlay-darken-3 {
  background: var(--primary-10);
  /* The Fallback */
  background: var(--primary-10);
}

.text-primary.text-darken-4 {
  color: var(--primary-10) !important;
}

.bg-primary.bg-darken-4 {
  background-color: var(--primary-10) !important;
}

.border-primary.border-darken-4 {
  border: 1px solid var(--primary-10) !important;
}

.border-top-primary.border-top-darken-4 {
  border-top: 1px solid var(--primary-10) !important;
}

.border-bottom-primary.border-bottom-darken-4 {
  border-bottom: 1px solid var(--primary-10) !important;
}

.border-left-primary.border-left-darken-4 {
  border-left: 1px solid var(--primary-10) !important;
}

.border-right-primary.border-right-darken-4 {
  border-right: 1px solid var(--primary-10) !important;
}

.overlay-primary.overlay-darken-4 {
  background: var(--primary-10);
  /* The Fallback */
  background: var(--primary-10);
}

.bg-gradient-primary:active,
.bg-gradient-primary:focus,
.btn-gradient-primary:active,
.btn-gradient-primary:focus {
  background-image: linear-gradient(47deg, var(--primary-10), var(--primary-color));
  background-repeat: repeat-x;
  background-repeat: repeat;
}

html .pace .pace-progress {
  background: var(--primary-color);
}

.main-menu.menu-light .navigation > li.active > a {
  background: linear-gradient(118deg, var(--primary-color), var(--primary-70));
  box-shadow: 0 0 10px 1px var(--primary-70);
  color: #fff;
  font-weight: 400;
  border-radius: 4px;
}

.main-menu.menu-light .navigation > li .active > a {
  color: var(--primary-color);
  margin-bottom: 0;
}

.main-menu.menu-light .navigation > li ul .active {
  background: linear-gradient(118deg, var(--primary-color), var(--primary-70));
  box-shadow: 0 0 10px 1px var(--primary-70);
  border-radius: 4px;
  z-index: 1;
}

.main-menu.menu-dark .navigation > li.active > a {
  background: linear-gradient(118deg, var(--primary-color), var(--primary-70));
  box-shadow: 0 0 10px 1px var(--primary-70);
  color: #fff;
  font-weight: 400;
  border-radius: 4px;
}

.main-menu.menu-dark .navigation > li ul .active {
  background: linear-gradient(118deg, var(--primary-color), var(--primary-70));
  box-shadow: 0 0 10px 1px var(--primary-70);
  border-radius: 4px;
  z-index: 1;
}

.main-menu .navbar-header .navbar-brand .brand-text {
  color: var(--primary-color);
  padding-left: 1rem;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 0.01rem;
  font-size: 1.45rem;
  -webkit-animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
  animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}

.navbar-container .bookmark-input input:focus {
  border: 1px solid var(--primary-color);
}

.customizer .customizer-close {
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  padding: 7px;
  width: auto;
  z-index: 10;
  color: var(--primary-10);
}

.customizer .customizer-toggle {
  background: var(--primary-color);
  color: #fff !important;
  display: block;
  box-shadow: -3px 0px 8px rgba(34, 41, 47, 0.1);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
  height: 38px;
  left: -39px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.customizer .color-box.selected:after {
  content: "";
  border: 1px solid var(--primary-color);
  height: 30px;
  width: 30px;
  top: -3px;
  left: -3px;
  position: absolute;
  border-radius: 0.5rem;
}

.select2-container--classic .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus {
  outline: 0;
  border-color: var(--primary-color) !important;
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1) !important;
}

.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--primary-color) !important;
  outline: 0;
}

.select2-container--classic.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: var(--primary-color) !important;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple:focus {
  outline: 0;
  border-color: var(--primary-color) !important;
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1) !important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #fff;
  padding: 2px 5px;
}

.select2-container--classic .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--primary-color) !important;
  color: white !important;
}

.select2-container--classic .select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted {
  background-color: rgba(115, 103, 240, 0.12) !important;
  color: var(--primary-color) !important;
}

.dark-layout .select2-container .select2-selection--multiple .select2-selection__choice {
  background: var(--primary-10) !important;
  color: var(--primary-color) !important;
  border: none;
}

.dark-layout .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: var(--primary-color) !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235e5873' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  color: var(--primary-10);
  width: 14px;
  height: 14px;
  content: "";
  right: 0.3rem;
  top: 0.5rem;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235e5873' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  color: var(--primary-10);
  width: 14px;
  height: 14px;
  content: "";
  right: 0.3rem;
  top: 1.3rem;
}

.dark-layout a:hover {
  color: var(--primary-color);
}

.dark-layout .dropdown-menu .dropdown-item:hover,
.dark-layout .dropdown-menu .dropdown-item:focus {
  background: rgba(115, 103, 240, 0.12);
  color: var(--primary-color);
}

.dark-layout .dropdown-menu .dropdown-item:active,
.dark-layout .dropdown-menu .dropdown-item.active {
  color: #fff;
  background-color: var(--primary-color);
}

.dark-layout .pagination:not([class*=pagination-]) .page-item.active .page-link {
  background-color: var(--primary-color);
}

.dark-layout .pagination:not([class*=pagination-]) .page-item .page-link:hover {
  color: var(--primary-color);
}

.dark-layout .pagination:not([class*=pagination-]) .page-item.prev-item .page-link:hover,
.dark-layout .pagination:not([class*=pagination-]) .page-item.next-item .page-link:hover {
  color: #fff;
}

.dark-layout .nav-tabs .nav-item .nav-link.active,
.dark-layout .nav-pills .nav-item .nav-link.active,
.dark-layout .nav-tabs.nav-justified .nav-item .nav-link.active {
  background-color: #283046;
  color: var(--primary-color);
}

.dark-layout .nav-pills .nav-item .nav-link.active {
  color: #fff;
  background-color: var(--primary-color);
}

.dark-layout .input-group:focus-within .form-control,
.dark-layout .input-group:focus-within .input-group-text {
  border-color: var(--primary-color);
  box-shadow: none;
}

.dark-layout .aggrid ::-webkit-scrollbar-thumb,
.dark-layout .ag-header ::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

.dark-layout.horizontal-layout .main-menu-content .navbar-nav > li.active .dropdown-menu li.active > a:hover {
  color: var(--primary-color) !important;
}

.preview {
  display: none;
}

.viewer {
  max-width: 400px;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}

.viewerPDF {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 400px;
  max-height: 350px;
}

.prevborder {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin: 0 !important;
}

.box {
  font-size: 1.25rem;
  /* 20 */
  background-color: whitesmoke;
  border-radius: 1.4rem;
  position: relative;
  padding: 50px 20px;
}

.box.has-advanced-upload {
  outline: 2px dashed var(--secondary-color, #1B2634);
  outline-offset: -10px;
  border-radius: 1.4rem;
  -moz-outline-radius: 1.4rem;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
}

.box.is-dragover {
  outline-offset: -20px;
  outline-color: var(--secondary-color, #1B2634);
  background-color: #fff;
}

.box__dragndrop,
.box__icon {
  display: none;
}

.box.has-advanced-upload .box__dragndrop {
  display: inline;
}

.box.has-advanced-upload .box__icon {
  width: 100%;
  height: 80px;
  fill: var(--primary-color, #60D936);
  display: block;
  margin-bottom: 40px;
}

.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input {
  visibility: hidden;
}

.box__uploading,
.box__success,
.box__error {
  display: none;
}

.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}

.box__uploading {
  font-style: italic;
}

.box__success {
  -webkit-animation: appear-from-inside 0.25s ease-in-out;
  animation: appear-from-inside 0.25s ease-in-out;
}

@-webkit-keyframes appear-from-inside {
  from {
    -webkit-transform: translateY(-50%) scale(0);
  }

  75% {
    -webkit-transform: translateY(-50%) scale(1.1);
  }

  to {
    -webkit-transform: translateY(-50%) scale(1);
  }
}

@keyframes appear-from-inside {
  from {
    transform: translateY(-50%) scale(0);
  }

  75% {
    transform: translateY(-50%) scale(1.1);
  }

  to {
    transform: translateY(-50%) scale(1);
  }
}

.box__restart {
  font-weight: 700;
}

.box__restart:focus,
.box__restart:hover {
  color: #39bfd3;
}

.js .box__file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.js .box__file + label {
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}

.js .box__file + label:hover strong,
.box__file:focus + label strong,
.box__file.has-focus + label strong {
  color: var(--primary-color, #60D936);
}

.js .box__file:focus + label,
.js .box__file.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.js .box__file + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.no-js .box__file + label {
  display: none;
}

.no-js .box__button {
  display: block;
}

.box__button {
  font-weight: 700;
  display: block;
  padding: 8px 16px;
  margin: 40px auto 0;
}

.iframePDF {
  height: 78vh;
  width: 87vw;
}

.viewerPDF {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 400px;
  max-height: 350px;
  height: 78vh;
}

.hiddenCustom {
  display: none;
}

.bs-stepper-title {
  overflow: hidden;
  max-width: 10rem;
  text-overflow: ellipsis;
}

