@charset "UTF-8";

a {
  color: var(--primary);
}

a:hover {
  color: var(--primary);
  opacity: 0.8;
}

[dir] .form-control:focus {
  border-color: var(--primary);
}

[dir] .btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}

[dir] .btn-primary.disabled,
[dir] .btn-primary:disabled {
  background-color: var(--primary);
  border-color: var(--primary);
}

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

[dir] .btn-outline-primary {
  border-color: var(--primary);
}

[dir] .btn-outline-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: white;
}

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

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

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

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--primary);
}

[dir] .dropdown-item.active,
[dir] .dropdown-item:active {
  background-color: var(--primary);
}

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

[dir] .custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: var(--primary);
}

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

[dir] .custom-select:focus {
  border-color: var(--primary);
}

[dir] .custom-file-input:focus~.custom-file-label {
  border-color: var(--primary);
}


[dir] .custom-range::-webkit-slider-thumb {
  background-color: var(--primary);
}

[dir] .custom-range::-moz-range-thumb {
  background-color: var(--primary);
}

[dir] .custom-range::-ms-thumb {
  background-color: var(--primary);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--primary);
}

[dir] .nav-pills .nav-link.active,
[dir] .nav-pills .show>.nav-link {
  background-color: var(--primary);
}

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

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

[dir] .page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
}

[dir] .badge-primary {
  background-color: var(--primary);
}

[dir] .progress-bar {
  text-align: center;
  background-color: var(--primary);
}

[dir] .list-group-item.active {
  background-color: var(--primary);
  border-color: var(--primary);
}

[dir] .bs-popover-bottom .popover-header::before,
[dir] .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom: 0 solid var(--primary);
}

[dir] .popover-header {
  background-color: var(--primary);
}

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

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

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

[dir] .input-group:not(.bootstrap-touchspin):focus-within .form-control,
[dir] .input-group:not(.bootstrap-touchspin):focus-within .input-group-text {
  border-color: var(--primary);
}

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

.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) !important;
}

.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) !important;
}

.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) !important;
}

[dir] .textarea-counter-value {
  background-color: var(--primary);
}

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

.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);
}

[dir] .nav-pills .nav-link.active {
  border-color: var(--primary);
}

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

[dir=ltr] .nav-tabs .nav-link:after {
  background: linear-gradient(30deg, var(--primary), var(--primary)) !important;
}

[dir=rtl] .nav-tabs .nav-link:after {
  background: linear-gradient(-30deg, var(--primary), var(--primary)) !important;
}

.nav-tabs .nav-link.active {
  color: var(--primary);
}

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

[dir] .list-group .list-group-item-action.active {
  background-color: var(--primary);
}

[dir] .list-group .list-group-item-action.active:focus {
  background-color: var(--primary);
}

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

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

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

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

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

[dir] .page-item.active .page-link {
  border-radius: 5rem;
  background-color: var(--primary);
}

[dir] .popover .popover-header {
  border: 1px solid var(--primary);
}

[dir] .popover.bs-popover-bottom .arrow:after,
[dir] .popover.bs-popover-auto[x-placement^=bottom] .arrow:after {
  border-bottom-color: var(--primary);
}

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

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

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

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

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

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

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

[dir] .border-top-primary {
  border-top: 1px solid var(--primary);
}

[dir] .border-bottom-primary {
  border-bottom: 1px solid var(--primary);
}

[dir=ltr] .border-left-primary {
  border-left: 1px solid var(--primary);
}

[dir=rtl] .border-left-primary {
  border-right: 1px solid var(--primary);
}

[dir=ltr] .border-right-primary {
  border-right: 1px solid var(--primary);
}

[dir=rtl] .border-right-primary {
  border-left: 1px solid var(--primary);
}

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

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

[dir] .overlay-primary {
  background: var(--primary);
}

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

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

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

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

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

[dir] .btn-relief-primary {
  background-color: var(--primary);
}

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

[dir] .btn-outline-primary {
  border: 1px solid var(--primary) !important;
}

.btn-outline-primary:hover:not(.disabled):not(:disabled) {
  color: white !important;
  background-color: var(--primary) !important;
}

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

.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
}

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

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

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

[dir] .pagination-primary .page-item.active .page-link {
  background: var(--primary) !important;
}

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

[dir] .pagination-primary .page-item.prev-item .page-link:hover,
[dir] .pagination-primary .page-item.next-item .page-link:hover {
  background: var(--primary);
}

[dir] .nav-pill-primary .nav-item .nav-link.active {
  background-color: var(--primary) !important;
  border-color: var(--primary);
}

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

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

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

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

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

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

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

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

[dir] .custom-switch-primary .custom-control-input:checked~.custom-control-label::before {
  background-color: var(--primary) !important;
}

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

[dir=ltr] .bg-gradient-primary,
[dir=ltr] .btn-gradient-primary {
  background-image: linear-gradient(47deg, var(--primary), var(--primary));
}

[dir=rtl] .bg-gradient-primary,
[dir=rtl] .btn-gradient-primary {
  background-image: linear-gradient(-47deg, var(--primary), var(--primary));
}

[dir=ltr] .bg-gradient-primary:active,
[dir=ltr] .bg-gradient-primary:focus,
[dir=ltr] .btn-gradient-primary:active,
[dir=ltr] .btn-gradient-primary:focus {
  background-image: linear-gradient(47deg, var(--primary), var(--primary));
}

[dir=rtl] .bg-gradient-primary:active,
[dir=rtl] .bg-gradient-primary:focus,
[dir=rtl] .btn-gradient-primary:active,
[dir=rtl] .btn-gradient-primary:focus {
  background-image: linear-gradient(-47deg, var(--primary), var(--primary));
}

html[dir] .pace .pace-progress {
  background: var(--primary);
}

[dir=ltr] .main-menu.menu-light .navigation>li.active>a {
  background: linear-gradient(118deg, var(--primary), var(--primary));
}

[dir=rtl] .main-menu.menu-light .navigation>li.active>a {
  background: linear-gradient(-118deg, var(--primary), var(--primary));
}

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

[dir=ltr] .main-menu.menu-light .navigation>li ul .active {
  background: linear-gradient(118deg, var(--primary), var(--primary));
}

[dir=rtl] .main-menu.menu-light .navigation>li ul .active {
  background: linear-gradient(-118deg, var(--primary), var(--primary));
}

[dir=ltr] .main-menu.menu-dark .navigation>li.active>a {
  background: linear-gradient(118deg, var(--secondary), var(--secondary));
}

[dir=rtl] .main-menu.menu-dark .navigation>li.active>a {
  background: linear-gradient(-118deg, var(--secondary), var(--secondary));
}

.main-menu.menu-dark .navigation>li .active>a {
  color: var(--secondary);
}

[dir=ltr] .main-menu.menu-dark .navigation>li ul .active {
  background: linear-gradient(118deg, var(--secondary), var(--secondary));
}

[dir=rtl] .main-menu.menu-dark .navigation>li ul .active {
  background: linear-gradient(-118deg, var(--secondary), var(--secondary));
}

.main-menu .navbar-header .navbar-brand .brand-text {
  color: var(--primary);
}

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

[dir] .customizer .customizer-toggle {
  background: var(--primary);
}

[dir] .customizer .color-box.selected:after {
  border: 1px solid var(--primary);
}

[dir] .timeline .timeline-item .timeline-point {
  border: 1px solid var(--primary);
}

[dir] .timeline .timeline-item .timeline-point.timeline-point-indicator {
  background-color: var(--primary);
}

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

[dir] .select2-container--classic .select2-selection--single:focus,
[dir] .select2-container--default .select2-selection--single:focus {
  border-color: var(--primary) !important;
}

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

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

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

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

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

.select2-container--classic .select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted {
  color: var(--primary) !important;
}

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

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

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

.dark-layout .main-menu .collapse-toggle-icon {
  color: var(--secondary) !important;
}

.dark-layout .btn-group-toggle label[class*=btn-outline-] {
  color: var(--secondary) !important;
}

.dark-layout .dropdown-menu .dropdown-item:hover,
.dark-layout .dropdown-menu .dropdown-item:focus {
  color: var(--secondary);
}

[dir] .dark-layout .dropdown-menu .dropdown-item:active,
[dir] .dark-layout .dropdown-menu .dropdown-item.active {
  background-color: var(--secondary);
}

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

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

.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 {
  color: var(--secondary);
}

[dir] .dark-layout .nav-pills .nav-item .nav-link.active {
  background-color: var(--secondary);
}

[dir] .dark-layout .list-group .list-group-item:not([class*=list-group-item-]).active,
[dir] .dark-layout .list-group .list-group-item:not([class*=list-group-item-]):active,
[dir] .dark-layout .list-group .list-group-item.list-group-item-action.active,
[dir] .dark-layout .list-group .list-group-item.list-group-item-action:active {
  background-color: var(--secondary);
}

[dir] .dark-layout select.form-control:focus,
[dir] .dark-layout .custom-select:focus {
  border-color: var(--secondary);
}

[dir] .dark-layout .input-group:focus-within .form-control,
[dir] .dark-layout .input-group:focus-within .input-group-text {
  border-color: var(--secondary);
}

[dir] .dark-layout .dataTables_wrapper .dt-buttons .buttons-copy:active,
[dir] .dark-layout .dataTables_wrapper .dt-buttons .buttons-excel:active,
[dir] .dark-layout .dataTables_wrapper .dt-buttons .buttons-pdf:active,
[dir] .dark-layout .dataTables_wrapper .dt-buttons .buttons-print:active,
[dir] .dark-layout .dataTables_wrapper .dt-buttons .btn-secondary:active,
[dir] .dark-layout .dataTables_wrapper .dt-buttons [class*=buttons-]:active {
  background-color: var(--secondary) !important;
}

[dir] .dark-layout .aggrid ::-webkit-scrollbar-thumb,
[dir] .dark-layout .ag-header ::-webkit-scrollbar-thumb {
  background: var(--secondary);
}

[dir] .dark-layout .app-user-view .plan-card {
  border-color: var(--secondary) !important;
}

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

[dir] .form-control.focus {
  border-color: var(--primary);
}

[dir] .input-group>.custom-range:focus {
  border-color: var(--primary);
}

[dir] .b-form-tags.focus {
  border-color: var(--primary);
}

[dir] .tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before,
[dir] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: var(--primary);
}

[dir=ltr] .tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before,
[dir=ltr] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: var(--primary);
}

[dir=rtl] .tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before,
[dir=rtl] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-left-color: var(--primary);
}

[dir] .tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before,
[dir] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: var(--primary);
}

[dir=ltr] .tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before,
[dir=ltr] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: var(--primary);
}

[dir=rtl] .tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before,
[dir=rtl] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-right-color: var(--primary);
}

[dir] .tooltip.b-tooltip-primary .tooltip-inner {
  background-color: var(--primary);
}

[dir] body.dark-layout .custom-range:focus {
  border-color: var(--secondary);
}

.b-avatar.badge-light-primary {
  color: var(--primary);
}

[dir] .popover.b-popover.b-popover-primary .popover-header {
  background-color: var(--primary);
  border-color: var(--primary);
}

[dir] .popover.b-popover.b-popover-primary.bs-popover-bottom .arrow::before,
[dir] .popover.b-popover.b-popover-primary.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: var(--primary);
}

[dir] .popover.b-popover.b-popover-primary.bs-popover-bottom .arrow::after,
[dir] .popover.b-popover.b-popover-primary.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: var(--primary);
}

[dir] .b-form-spinbutton.form-control:focus,
[dir] .b-form-spinbutton.form-control.focus {
  border-color: var(--primary);
}

[dir] .b-form-tag {
  background-color: var(--primary);
}

[dir] .b-toast-primary .toast-header {
  background-color: var(--primary) !important;
}

[dir] .main-menu.menu-light .navigation>li.active>a {
  box-shadow: 0 0 10px 1px var(--primary);
}

[dir] .main-menu.menu-light .navigation>li ul .active {
  box-shadow: 0 0 10px 1px var(--primary);
}

[dir] .btn-primary:focus,
[dir] .btn-primary:active,
[dir] .btn-primary.active {
  background-color: var(--primary) !important;
}

.card-congratulations p {
  color: var(--secondary) !important;
}

.dark-layout .card-congratulations p {
  color: #d0d2d6 !important;
}

.dark-layout .apexcharts-legend-text {
  color: var(--secondary) !important;
}

.dark-layout a {
  color: #d0d2d6;
}

.dark-layout a:hover {
  color: #d0d2d6;
  opacity: 0.8;
}

.dark-layout a.text-primary:hover {
  color: #d0d2d6 !important;
  opacity: 0.8;
}

.dark-layout a.text-primary:focus {
  color: #d0d2d6 !important;
  opacity: 0.8;
}

[dir] .dark-layout .btn-outline-primary {
  border: 1px solid var(--secondary) !important;
  color: var(--secondary) !important;
}

.vs--open .vs__dropdown-toggle {
  border-color: var(--primary) !important;
}

.vs__selected:has(>.vs__deselect) {
  background-color: var(--primary) !important;
  color: white !important;
}

.vs__dropdown-option--selected {
  background-color: var(--primary) !important;
  color: white !important;
}

.vs__dropdown-option--highlight {
  background-color: var(--primary) !important;
  color: white !important;
}

.vs__dropdown-option--selected.vs__dropdown-option--highlight {
  background-color: var(--primary) !important;
  color: white !important;
}

.vs__dropdown-option.vs__dropdown-option--selected.vs__dropdown-option--highlight {
  background-color: var(--primary) !important;
  color: white !important;
}

.custom-table table thead th {
  font-size: 0.8em !important;
}

.small-input {
  font-size: 11px;
  height: 20px;
  line-height: 1.5;
}

.dropdown-user .dropdown-item {
  width: 100%;
  display: block;
}

.dropdown-item:hover,
[dir] .dropdown-item:focus {
  background-color: var(--primary) !important;
  color: white !important;
  opacity: 1 !important;
}

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

.swal2-container {
  z-index: 9999;
}

.dark-layout .swal2-html-container {
  color: white;
}

.dark-layout .swal2-select {
  color: white;
}

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

.dark-layout .badge.badge-light-primary {
  color: var(--secondary) !important;
}

.dark-layout .btn-outline-primary.dropdown-toggle::after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%23d0d2d6" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 9l6 6l6-6"%2F%3E%3C%2Fsvg%3E');
}

.ecommerce-application .list-view .ecommerce-card .item-options .item-wrapper .item-cost .item-price {
  color: var(--primary) !important;
}

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

.step-footer {
  display: none;
}

.dark-layout .step-pills {
  background-color: #293046 !important;
}

.dark-layout .step-body {
  background-color: #151d32 !important;
}

.dark-layout .vue-step-wizard {
  background-color: #141c2e !important;
}

.dark-layout .step-pills .step-item.active {
  background-color: var(--primary) !important;
}

.dark-layout .step-pills .step-item {
  background-color: var(--primary) !important;
}

.dark-layout .step-pills .step-item a {
  color: white !important;
}

.dark-layout .step-progress {
  background: #293046 !important;
}