:root {
    /* variables override */
    --mui-font-family: Inter-Regular, Roboto, Helvetica, Arial, sans-serif;
    --mui-color-base: 0, 119, 143;
    --mui-color-dark: 0, 96, 115;
    --mui-color-blue: var(--mui-color-base);
    --mui-color-green: var(--mui-color-base);
    /* variables custom */
    --spin-title-font-family: Poppins-Medium, Roboto, Helvetica, Arial, sans-serif;
    --spin-board-background-color: 0, 67, 80;
    --spin-board-text-color: 255, 255, 255;
    --spin-board-disabled-color: 167, 175, 209;
    --spin-primary-text-color: 19, 26, 56;
    --spin-secondary-text-color: 48, 65, 88;
    --spin-nav-background-color: 245, 245, 247;
    --spin-nav-background-color-hover: 40, 59, 138;
    --spin-nav-background-color-selected: 229, 245, 255;
    --spin-nav-text-color: 89, 104, 136;
    --spin-nav-text-color-hover: var(--spin-board-text-color);
    --spin-nav-text-color-selected: 40, 59, 138;
    --spin-button-border-radius: 12px;
    --spin-button-disabled-background-color: 187, 192, 220;
    --spin-button-disabled-text-color: var(--spin-board-text-color);
    --spin-tooltip-background-color: 26, 39, 86;
    --spin-tooltip-text-padding: 0.75rem;
    --spin-stroke-color: 139, 149, 185;
    --spin-stroke-color-light: 219, 221, 239;
    --spin-utility-color: 153, 61, 0;
    --spin-tertiary-color: var(--spin-nav-text-color);
    --spin-badge-border-radius: 6px;
    --spin-badge-active-background: 206, 246, 228;
    --spin-badge-active-text: 17, 108, 71;
    --spin-badge-inactive-background: 221, 228, 255;
    --spin-badge-inactive-text: var(--spin-stroke-color);
    --spin-badge-blue-background: var(--spin-nav-background-color-selected);
    --spin-badge-blue-text: 0, 107, 179;
    --spin-badge-red-background: 255, 231, 239;
    --spin-badge-red-text: 208, 17, 74;
    --spin-badge-yellow-background: 255, 240, 229;
    --spin-badge-yellow-text: var(--spin-utility-color);
    --spin-alert-info-background: var(--spin-nav-background-color-selected);
    --spin-alert-info-ribbon: var(--spin-badge-blue-text);
    --spin-alert-danger-background: var(--spin-badge-red-background);
    --spin-alert-danger-color: var(--spin-badge-red-text);
    --spin-alert-success-background: var(--spin-badge-active-background);
    --spin-alert-success-color: var(--spin-badge-active-text);
    --spin-alert-warning-background: var(--spin-badge-yellow-background);
    --spin-alert-warning-color: var(--spin-badge-yellow-text);
    --spin-error-color: 185, 15, 66;
    --spin-progress-bar-background: var(--spin-badge-inactive-background);
    --spin-progress-bar-radius: 4px;
}

.spin-theme {
    font-family: var(--mui-font-family);
}

.spin-theme h1,
.spin-theme h2,
.spin-theme h3,
.spin-theme h4,
.spin-theme h5,
.spin-theme h6 {
    font-family: var(--spin-title-font-family);
}

.spin-theme .main-header .navbar, 
.spin-theme .main-header .logo,
.spin-theme .main-sidebar {
    background-color: rgb(var(--spin-nav-background-color)) !important;
    color: rgb(var(--spin-nav-text-color)) !important;
}

.spin-theme .main-header .navbar .store-detail {
    background-color: transparent;
    color: rgb(var(--spin-nav-text-color));
}

.spin-theme .main-sidebar {
    border-right: none !important;
}

.spin-theme .sidebar-menu > li > a,
.spin-theme .sidebar a, 
.spin-theme .sidebar .user-panel .info > p {
    color: rgb(var(--spin-nav-text-color)) !important;
}

.spin-theme .sidebar-menu > li:hover > a, 
.spin-theme .sidebar-menu > li.active > a, 
.spin-theme .sidebar-menu > li.menu-open > a,
.spin-theme .sidebar-menu > li > ul > li:hover > a {
    background-color: rgb(var(--spin-nav-background-color-hover)) !important;
    color: rgb(var(--spin-nav-text-color-hover)) !important;
}

.spin-theme .sidebar-menu > li.menu-selected > a, 
.spin-theme .sidebar-menu > li > ul > li.menu-selected > a,
.spin-theme .sidebar-menu > li > ul > li.menu-selected:hover > a {
    background-color: rgb(var(--spin-nav-background-color-selected)) !important;
    color: rgb(var(--spin-nav-text-color-selected)) !important;
}

.spin-theme .sidebar-menu > li > .treeview-menu {
    background-color: rgb(var(--spin-nav-background-color)) !important;
}

.spin-theme .sidebar-menu li > a > .pull-right-container {
    margin-top: -10px !important;
}

.spin-theme .main-header .navbar .sidebar-toggle {
    color: rgb(var(--mui-color-base)) !important;
}

.spin-theme .main-header .navbar .sidebar-toggle:hover {
    color: rgb(var(--mui-color-dark)) !important;
    background-color: transparent !important;
}

.spin-theme .sidebar-menu > .header {
    background-color: transparent !important;
}

.spin-theme .sidebar-menu > .header > div > * {
    color: rgb(var(--spin-nav-text-color)) !important;
}

.spin-theme .a-primary {
    color: rgb(var(--mui-color-base)) !important;
}

.spin-theme input[type="checkbox"] {
    accent-color: rgb(var(--mui-color-base));
    width: 1rem;
    height: 1rem;
}

.spin-theme input[type="radio"] {
    appearance: none;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(var(--spin-stroke-color));
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-right: 9px;
    outline: none;
    transition: background-color 0.2s, border-color 0.2s;
}

.spin-theme input[type="radio"]:checked {
    background-color: rgb(var(--mui-color-base)) !important;
    border-color: rgb(var(--mui-color-base)) !important;
}

.spin-theme input[type="radio"]:checked::after {
    content: "";
    position: relative;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: block;
    border: 2px solid rgb(255, 255, 255);
}

.spin-theme .radio-option input[type="radio"]:checked {
    background-color: rgb(var(--mui-color-base)) !important;
    border-color: rgb(var(--mui-color-base)) !important;
}

.spin-theme .mui-form-group.mui-switch>.switch>label>[role="checkbox"]+span::before {
    float: left;
    margin: 5px 10px 5px 10px;
}

.spin-theme .mui-form-group.mui-switch>.switch>label>[role="checkbox"]+span::after {
    float: left;
    right: unset;
    left: 10px;
}

.spin-theme .mui-button.mui-button-rounded {
    border-radius: var(--spin-button-border-radius);
}

.spin-theme .mui-button.mui-button-contained:disabled {
    background-color: rgb(var(--spin-button-disabled-background-color));
    color: rgb(var(--spin-button-disabled-text-color));
}

.spin-theme .mui-button.mui-button-outlined.active {
    color: rgb(var(--spin-board-text-color));
    background-color: rgba(var(--mui-color-base), 0.6);
}

.spin-theme .mui-button.mui-button-outlined.k-grid-remove-command {
    color: rgb(var(--spin-error-color));
    border-color: rgba(var(--spin-error-color), 0.5);
}

.spin-theme [role="tooltip"].bs-tooltip-top .arrow::before {
    border-top-color: rgb(var(--spin-tooltip-background-color));
}

.spin-theme [role="tooltip"].bs-tooltip-right .arrow::before {
    border-right-color: rgb(var(--spin-tooltip-background-color));
}

.spin-theme [role="tooltip"].bs-tooltip-bottom .arrow::before {
    border-bottom-color: rgb(var(--spin-tooltip-background-color));
}

.spin-theme [role="tooltip"].bs-tooltip-left .arrow::before {
    border-left-color: rgb(var(--spin-tooltip-background-color));
}

.spin-theme [role="tooltip"] .tooltip-inner,
.spin-theme .k-tooltip {
    background-color: rgb(var(--spin-tooltip-background-color));
    border-radius: var(--spin-button-border-radius);
    padding: var(--spin-tooltip-text-padding);
}

.spin-theme [role="tooltip"] h6 {
    color: rgb(var(--spin-board-text-color)) !important;
}

.spin-theme .k-tooltip .k-callout {
    color: rgb(var(--spin-tooltip-background-color));
}

.spin-theme .content-wrapper h1,
.spin-theme .content-wrapper h2,
.spin-theme .content-wrapper h3,
.spin-theme .content-wrapper h4,
.spin-theme .content-wrapper h5,
.spin-theme .content-wrapper h6 {
    color: rgb(var(--spin-primary-text-color));
}

.spin-theme .content-wrapper label:not(.mui-button),
.spin-theme .content-wrapper .text-secondary,
.spin-theme .content-wrapper .mui-table table > thead > tr > th,
.spin-theme .content-wrapper .mui-table table > tbody > tr > td,
.spin-theme .content-wrapper .mui-table [role="status"] {
    color: rgb(var(--spin-secondary-text-color));
}

.spin-theme .md-drppicker .ranges ul li button {
    font-family: var(--mui-font-family);
    font-weight: bold;
}

.spin-theme .md-drppicker .ranges ul li button.active {
    background-color: transparent !important;
    color: rgb(var(--mui-color-base)) !important;
}

.spin-theme .md-drppicker th.month {
    color: rgb(var(--mui-color-dark)) !important;
}

.spin-theme .md-drppicker td.today,
.spin-theme .md-drppicker td.today:hover {
    color: rgb(var(--spin-utility-color)) !important;
    background-color: rgba(var(--spin-utility-color), 0.12) !important;
}

.spin-theme .md-drppicker td.in-range {
    background-color: rgba(var(--mui-color-base), 0.22) !important;
}

.spin-theme .md-drppicker td.active,
.spin-theme .md-drppicker td.active:hover {
    color: rgb(var(--spin-nav-text-color-hover)) !important;
    background-color: rgb(var(--mui-color-base)) !important;
}

.spin-theme .dropdown-menu {
    border-radius: var(--spin-button-border-radius);
    border: 1px solid rgb(var(--spin-stroke-color));
}

.spin-theme .dropdown-menu .dropdown-item {
    color: rgb(var(--spin-tertiary-color));
}

.spin-theme .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid rgb(var(--spin-stroke-color-light));
}

.spin-theme .dropdown-menu .dropdown-item.active {
    background-color: rgb(var(--spin-nav-background-color-selected));
}

.spin-theme .mui-table .mui-button {
    min-width: 32px;
}

.spin-theme .mui-table ul.pagination > li.active > a {
    color: rgb(var(--spin-nav-text-color-hover)) !important;
    background-color: rgb(var(--mui-color-base)) !important;
}

.spin-theme .mui-table ul.pagination > li.previous > a {
    border-top-left-radius: var(--spin-button-border-radius);
    border-bottom-left-radius: var(--spin-button-border-radius);
}

.spin-theme .mui-table ul.pagination > li.next > a {
    border-top-right-radius: var(--spin-button-border-radius);
    border-bottom-right-radius: var(--spin-button-border-radius);
}

.spin-theme .mui-table table span.badge {
    padding: 0px 6px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    border-radius: var(--spin-badge-border-radius) !important;
}

.spin-theme .mui-table table span.badge.badge-success,
.spin-theme .mui-table table span.badge.product-table-active,
.spin-theme .mui-table table span.badge.badge-green {
    background-color: rgb(var(--spin-badge-active-background)) !important;
    color: rgb(var(--spin-badge-active-text)) !important;
}

.spin-theme .mui-table table span.badge.badge-danger {
    background-color: rgb(var(--spin-badge-inactive-background)) !important;
    color: rgb(var(--spin-badge-inactive-text)) !important;
}

.spin-theme .mui-table table span.badge.badge-blue {
    background-color: rgb(var(--spin-badge-blue-background)) !important;
    color: rgb(var(--spin-badge-blue-text)) !important;
}

.spin-theme .mui-table table span.badge.badge-red {
    background-color: rgb(var(--spin-badge-red-background)) !important;
    color: rgb(var(--spin-badge-red-text)) !important;
}

.spin-theme .mui-table table span.badge.badge-yellow {
    background-color: rgb(var(--spin-badge-yellow-background)) !important;
    color: rgb(var(--spin-badge-yellow-text)) !important;
}

.spin-theme .mui-table table span.badge > i.fa {
    display: none;
}

.spin-theme .mui-table table button.btn-sm.mui-button {
    min-width: unset;
    padding: .25rem .5rem;
}

.spin-theme .board,
.spin-theme .board .mui-form-group > label {
    background-color: rgb(var(--spin-board-background-color));
}

.spin-theme .board .form-control:focus {
    background-color: transparent;
}

.spin-theme .board .mui-form-group > div > input {
    color: rgb(var(--spin-board-text-color)) !important;
}

.spin-theme .board .mui-form-group:not(.mui-error) > label {
    color: rgb(var(--spin-stroke-color));
}

.spin-theme .board .mui-form-group:not(.mui-switch):not(.mui-error) > label + div {
    border-color: rgb(var(--spin-stroke-color));
}

.spin-theme .board .mui-button.mui-button-outlined {
    color: rgb(var(--spin-board-text-color));
    border-color: rgba(var(--spin-board-text-color), 0.5);
}

.spin-theme .board .mui-button.mui-button-outlined:hover {
    background-color: rgba(var(--spin-board-text-color), 0.04);
    border-color: rgb(var(--spin-board-text-color));
}

.spin-theme .board .mui-button.mui-button-contained {
    color: rgb(var(--mui-color-base));
    background-color: rgb(var(--spin-board-text-color));
}

.spin-theme .board .mui-button.mui-button-contained:hover {
    background-color: rgba(var(--spin-board-text-color), 0.85);
}

.spin-theme .board .mui-button.mui-button-contained:disabled {
    color: rgb(var(--spin-board-text-color));
    background-color: rgb(var(--spin-board-disabled-color));
}

.spin-theme .bg-msg-warning {
    background-color: rgb(var(--spin-alert-info-background)) !important;
    border-width: 0px 0px 0px 6px !important;
    border-color: rgb(var(--spin-alert-info-ribbon)) !important;
    border-radius: var(--spin-button-border-radius) !important;
}

.spin-theme .bg-msg-warning img {
    display: none;
}

.spin-theme .bg-msg-warning .font-message::before {
    content: "\f05a";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    color: rgb(var(--spin-alert-info-ribbon));
}

.spin-theme .bg-msg-warning .font-message {
    color: rgb(var(--spin-secondary-text-color)) !important;
}

.spin-theme .select2-container.select2-container--open .select2-dropdown--below,
.spin-theme .select2-container.select2-container--open .select2-dropdown--above {
    font-family: var(--mui-font-family);
    border-radius: var(--spin-button-border-radius);
    border: 1px solid rgb(var(--spin-stroke-color));
    overflow: hidden;
}

.spin-theme .select2-container .select2-dropdown .select2-search input {
    border-radius: var(--spin-badge-border-radius);
    border: 1px solid rgb(var(--spin-stroke-color-light)) !important;
}

.spin-theme .select2-container .select2-dropdown .select2-results__option {
    color: rgb(var(--spin-tertiary-color)) !important;
}

.spin-theme .select2-container .select2-dropdown .select2-results__option:not(:last-child) {
    border-bottom: 1px solid rgb(var(--spin-stroke-color-light)) !important;
}

.spin-theme .select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    background-color: rgb(var(--spin-nav-background-color-selected));
}

.spin-theme .alert,
.spin-theme .notification {
    border: none !important;
    border-radius: var(--spin-button-border-radius) !important;
    font-family: var(--mui-font-family) !important;
    padding: var(--spin-tooltip-text-padding) !important;
    width: 100%;
}

.spin-theme .alert.alert-success,
.spin-theme .alert.alert-success .close,
.spin-theme .notification.bg-msg-success,
.spin-theme .notification.bg-msg-success .notification__close svg {
    background-color: rgb(var(--spin-alert-success-background)) !important;
    color: rgb(var(--spin-alert-success-color)) !important;
    fill: rgb(var(--spin-alert-success-color)) !important;
}

.spin-theme .alert.alert-danger,
.spin-theme .alert.alert-danger .close,
.spin-theme .notification.bg-msg-danger,
.spin-theme .notification.bg-msg-danger .notification__close svg {
    background-color: rgb(var(--spin-alert-danger-background)) !important;
    color: rgb(var(--spin-alert-danger-color)) !important;
    fill: rgb(var(--spin-alert-danger-color)) !important;
}

.spin-theme .alert.alert-warning,
.spin-theme .alert.alert-warning .close,
.spin-theme .notification.bg-msg-alert,
.spin-theme .notification.bg-msg-alert .notification__close svg {
    background-color: rgb(var(--spin-alert-warning-background)) !important;
    color: rgb(var(--spin-alert-warning-color)) !important;
    fill: rgb(var(--spin-alert-warning-color)) !important;
}

.spin-theme .alert.alert-info {
    background-color: rgb(var(--spin-alert-info-background)) !important;
    border-left: 6px solid rgb(var(--spin-alert-info-ribbon)) !important;
    color: rgb(var(--spin-secondary-text-color)) !important;
    display: flex;
}

.spin-theme .alert.alert-info::before {
    content: "\f05a";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    color: rgb(var(--spin-alert-info-ribbon));
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.spin-theme .modal .modal-dialog .modal-content,
.spin-theme .k-dialog-wrapper .k-dialog,
.spin-theme .custom-modal,
.spin-theme .swal2-modal {
    border-radius: var(--spin-button-border-radius) !important;
    border: 1px solid rgb(var(--spin-stroke-color)) !important;
    font-family: var(--mui-font-family);
    overflow: hidden;
}

.spin-theme .modal .modal-dialog .modal-content .modal-header,
.spin-theme .k-dialog-wrapper .k-dialog .k-dialog-titlebar {
    background-color: transparent !important;
    color: rgb(var(--spin-primary-text-color)) !important;
}

.spin-theme .k-dialog-wrapper .k-dialog .k-dialog-titlebar .k-dialog-actions > * {
    color: rgb(var(--mui-color-base));
    background-color: transparent !important;
}

.spin-theme .custom-modal .close-button img {
    display: none;
}

.spin-theme .custom-modal .close-button::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    color: rgb(var(--mui-color-base));

}

.spin-theme .modal .modal-dialog .modal-content .modal-header,
.spin-theme .modal .modal-dialog .modal-content .modal-header h4 {
    font-family: var(--mui-font-family);
}

.spin-theme .modal .modal-dialog .modal-content .modal-footer > .mui-button {
    flex-grow: 5;
}

.spin-theme .progress {
    background-color: rgb(var(--spin-progress-bar-background)) !important;
    border-radius: var(--spin-progress-bar-radius) !important;
    padding-top: 0px !important;
}

.spin-theme .progress .progress-bar {
    background-color: rgb(var(--mui-color-base));
    border-radius: var(--spin-progress-bar-radius) !important;
}

.spin-theme .chip,
.spin-theme .select2-selection__choice,
.spin-theme .select2-selection__choice__remove,
.spin-theme .multiselect-dropdown .dropdown-btn .selected-item,
.spin-theme .badge-rol {
    background-color: rgb(var(--spin-alert-info-background)) !important;
    color: rgb(var(--spin-alert-info-ribbon)) !important;
    border-radius: var(--spin-badge-border-radius) !important;
    border: none !important;
    box-shadow: none !important;
}

.spin-theme .multiselect-dropdown .disabled .dropdown-btn .selected-item {
    background-color: rgb(var(--spin-badge-inactive-background)) !important;
    color: rgb(var(--spin-badge-inactive-text)) !important;
}

.spin-theme .toast {
    border-radius: var(--spin-button-border-radius) !important;
    font-family: var(--mui-font-family) !important;
    padding: var(--spin-tooltip-text-padding) !important;
}

.spin-theme .toast.toast1-success {
    background-color: rgb(var(--spin-alert-success-background)) !important;
    color: rgb(var(--spin-alert-success-color)) !important;
}

.spin-theme .toast.toast1-success .toast-close-button {
    color: rgb(var(--spin-alert-success-color)) !important;
}

.spin-theme .toast.toast1-error {
    background-color: rgb(var(--spin-alert-danger-background)) !important;
    color: rgb(var(--spin-alert-danger-color)) !important;
}

.spin-theme .toast.toast1-error .toast-close-button {
    color: rgb(var(--spin-alert-danger-color)) !important;
}

.spin-theme .toast.toast1-warning {
    background-color: rgb(var(--spin-alert-warning-background)) !important;
    color: rgb(var(--spin-alert-warning-color)) !important;
}

.spin-theme .toast.toast1-warning .toast-close-button {
    color: rgb(var(--spin-alert-warning-color)) !important;
}

.spin-theme .toast.toast1-info {
    background-color: rgb(var(--spin-alert-info-background)) !important;
    color: rgb(var(--spin-alert-info-ribbon)) !important;
}

.spin-theme .toast.toast1-info .toast-close-button {
    color: rgb(var(--spin-alert-info-ribbon)) !important;
}

.spin-theme .btn-outlined-light,
.spin-theme .swal2-modal .swal2-actions .swal2-styled.swal2-cancel,
.spin-theme .swal2-modal .swal2-actions .swal2-styled.swal2-deny {
    border-radius: var(--spin-button-border-radius) !important;
    outline: 0;
    font-family: var(--mui-font-family) !important;
    font-weight: 500 !important;
    line-height: 1.75;
    overflow: hidden;
    background-color: transparent !important;
    border: 1px solid rgba(var(--mui-color-base), 0.5) !important;
    color: rgb(var(--mui-color-base)) !important;
    font-size: smaller;
}

.spin-theme .btn-outlined-light:hover,
.spin-theme .btn-outlined-light:focus,
.spin-theme .btn-outlined-light:active,
.spin-theme .swal2-modal .swal2-actions .swal2-styled.swal2-cancel:hover,
.spin-theme .swal2-modal .swal2-actions .swal2-styled.swal2-cancel:focus,
.spin-theme .swal2-modal .swal2-actions .swal2-styled.swal2-cancel:active,
.spin-theme .swal2-modal .swal2-actions .swal2-styled.swal2-deny:hover,
.spin-theme .swal2-modal .swal2-actions .swal2-styled.swal2-deny:focus,
.spin-theme .swal2-modal .swal2-actions .swal2-styled.swal2-deny:active {
    text-decoration: none;
    background-color: rgba(var(--mui-color-base), 0.04) !important;
    border: 1px solid rgb(var(--mui-color-base)) !important;
}

.spin-theme .btn-primary-orange-light,
.spin-theme .swal2-modal .swal2-actions .swal2-styled.swal2-confirm {
    border-radius: var(--spin-button-border-radius) !important;
    outline: 0;
    font-family: var(--mui-font-family) !important;
    font-weight: 500 !important;
    line-height: 1.75;
    overflow: hidden;
    background-color: rgb(var(--mui-color-base)) !important;
    color: rgb(255, 255, 255) !important;
    font-size: smaller;
}

.spin-theme .btn-primary-orange-light:hover,
.spin-theme .btn-primary-orange-light:focus,
.spin-theme .btn-primary-orange-light:active,
.spin-theme .swal2-modal .swal2-actions .swal2-styled.swal2-confirm:hover,
.spin-theme .swal2-modal .swal2-actions .swal2-styled.swal2-confirm:focus,
.spin-theme .swal2-modal .swal2-actions .swal2-styled.swal2-confirm:active {
    text-decoration: none;
    background-color: rgb(var(--mui-color-dark));
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.spin-theme .multiselect-item-checkbox input[type="checkbox"]:checked + div:before {
    border-color: rgb(var(--mui-color-base)) !important;
    background-color: rgb(var(--mui-color-base)) !important;
}

.spin-theme .multiselect-dropdown .disabled > span {
    background-color: transparent !important;
}


/* Login */
.spin-theme .login-component .header,
.spin-theme .login-component .container__login {
    background-color: transparent;
}

.spin-theme .login-component .header .mui-button {
    margin-right: 5%;
}

.spin-theme .login-component .container__login__logo img {
    max-width: none !important;
}

.spin-theme .login-component h3 {
    text-align: center;
}

.spin-theme .login-component .container__login__fields h3,
.spin-theme .login-component .container__login__fields h6 {
    color: rgb(var(--spin-secondary-text-color)) !important;
}

.spin-theme .login-component .container__login__fields a:not(.mui-button) {
    color: rgb(var(--mui-color-base)) !important;
    font-family: var(--mui-font-family) !important;
}

@media(max-width: 768px) {
    .spin-theme .login-component .login__reset__buttons {
        flex-direction: column-reverse;
    }
}

.spin-theme .help__container .help__modal .help__modal__header a {
    font-size: 20px;
    cursor: pointer;
    margin-right: 10px;
    color: rgb(var(--mui-color-base));
}


/* Onboarding */
.spin-theme .home-container .headerbar {
    background-color: rgb(var(--spin-nav-background-color));
}

.spin-theme .home-container .headerbar .logo {
    margin-bottom: 0px;
    width: auto;
}

.spin-theme .home-container .config-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spin-theme .home-container .dynamic-component-buttons {
    justify-content: start;
}

.spin-theme .home-container .welcome-container.container {
    max-width: 100%;
}

.spin-theme .home-container .welcome-container .config-image,
.spin-theme .home-container .container-thanks .config-image {
    width: auto;
}

.spin-theme .home-container .welcome-container .config-title,
.spin-theme .home-container .welcome-container .config-text {
    text-align: left;
    margin: 16px 0px;
    color: rgb(var(--spin-secondary-text-color));
}

.spin-theme .home-container .onboarding-container .stepper-title,
.spin-theme .home-container .onboarding-container .step-name b {
    font-family: var(--mui-font-family);
    font-weight: normal;
}

.spin-theme .home-container .onboarding-container .step-label {
    display: none;
}

.spin-theme .home-container .onboarding-container .k-step > .k-step-link > .custom-step > .k-icon,
.spin-theme .home-container .onboarding-container .k-step-current > .k-step-link > .custom-step > .k-icon,
.spin-theme .home-container .onboarding-container .k-step-done > .k-step-link > .custom-step > .k-icon {
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
}

.spin-theme .home-container .onboarding-container .k-step > .k-step-link > .custom-step {
    background-color: rgb(var(--spin-badge-inactive-background));
    color: rgb(var(--spin-badge-inactive-background));
    border: none;
}

.spin-theme .home-container .onboarding-container .k-step-current > .k-step-link > .custom-step,
.spin-theme .home-container .onboarding-container .k-step-done > .k-step-link > .custom-step {
    background-color: rgb(var(--mui-color-base));
    color: rgb(var(--spin-board-text-color)) !important;
    border: none;
}

.spin-theme .home-container .onboarding-container .k-step > .k-step-link > .custom-step > .k-icon::before {
    content: "\f111";
}

.spin-theme .home-container .onboarding-container .k-step-current > .k-step-link > .custom-step > .k-icon::before {
    content: "\f005";
}

.spin-theme .home-container .onboarding-container .k-step-done > .k-step-link > .custom-step > .k-icon::before {
    content: "\f00c";
}

.spin-theme .home-container .onboarding-container .k-progressbar {
    background-color: rgb(var(--spin-badge-inactive-background));
}

.spin-theme .home-container .onboarding-container .k-progressbar .k-state-selected {
    background-color: rgb(var(--mui-color-base));
}

.spin-theme .home-container .roles-card-container .selected-card {
    border-color: rgb(var(--mui-color-base));
}

.spin-theme .home-container .container-thanks .container-thanks-content-details *:not(.mui-button) {
    color: rgb(var(--spin-secondary-text-color));
}


/* Dashboard */
.spin-theme .filters-dashboard .select2-container .select2-selection {
    border-radius: var(--spin-badge-border-radius);
    border: 1px solid rgb(var(--spin-stroke-color));
}

.spin-theme .info-box {
    border-bottom: 1px solid rgb(var(--spin-stroke-color));
    box-shadow: none;
    min-height: 110px;
}

.spin-theme .info-box .text-center {
    color: rgb(var(--mui-color-base)) !important;
}

.spin-theme .info-box .info-box-text {
    font-weight: bold;
    color: rgb(var(--spin-primary-text-color));
}

.spin-theme .info-box .info-box-number {
    margin-top: 0.75rem;
    overflow: visible;
}

.spin-theme .box {
    border-top: none;
}

.spin-theme .box .box-title {
    font-weight: 600;
}

.spin-theme .box .btn-box-tool {
    color: rgb(var(--mui-color-base));
}

.spin-theme .box .btn-box-tool:hover {
    color: rgb(var(--mui-color-dark));
}

.spin-theme .expiration-soon {
    border-left: 6px solid rgb(var(--spin-badge-red-text)) !important;
}

.spin-theme .expiration-soon a {
    color: inherit;
}

.spin-theme .expiration-soon > *:not(span) {
    align-self: center;
}

.spin-theme .expiration-soon .notification-body {
    flex-grow: 10;
}

.spin-theme .expiration-soon .notification-body .mui-button.mui-button-outlined {
    border-color: rgba(var(--spin-badge-red-text), 0.5);
    color: rgb(var(--spin-badge-red-text));
}

.spin-theme .expiration-soon .notification-body .mui-button.mui-button-outlined:hover,
.spin-theme .expiration-soon .notification-body .mui-button.mui-button-outlined:focus {
    background-color: rgba(var(--spin-badge-red-text), 0.04);
    border-color: rgb(var(--spin-badge-red-text));
}

.spin-theme .expiration-soon .notification-body .notification-title {
    font-weight: bold;
}

.spin-theme .expiration-soon .notification-body .notification-text {
    color: rgb(var(--spin-secondary-text-color));
}


/* Punto de venta */
.spin-theme .pos-wizard h1,
.spin-theme .pos-wizard h2,
.spin-theme .pos-wizard h3,
.spin-theme .pos-wizard h4,
.spin-theme .pos-wizard h5,
.spin-theme .pos-wizard h6 {
    font-family: var(--spin-title-font-family);
}

.spin-theme .pos-wizard .navbar-pos {
    background-color: rgb(var(--spin-nav-background-color));
}

.spin-theme .pos-wizard .navbar-pos .product-input {
    margin-right: 0px !important;
}

.spin-theme .pos-wizard .navbar-pos .product-input,
.spin-theme .pos-wizard .navbar-pos .select2-container .select2-selection, 
.spin-theme .pos-wizard .amount-container input,
.spin-theme .pos-wizard .discount-line input,
.spin-theme .pos-wizard .pay-wizard input,
.spin-theme .pos-wizard .pay-wizard textarea,
.spin-theme .pos-wizard .pay-wizard .input-group > *,
.spin-theme .pos-wizard [role="tabpanel"] .input-group > *,
.spin-theme .modal-content .modal-body .input-group > *,
.spin-theme .modal-content .modal-body textarea {
    border-radius: var(--spin-badge-border-radius);
    border: 1px solid rgb(var(--spin-stroke-color));
}

.spin-theme .pos-wizard .pay-wizard .input-group > *:not(:first-child),
.spin-theme .pos-wizard [role="tabpanel"] .input-group > *:not(:first-child),
.spin-theme .modal-content .modal-body .input-group > *:not(:first-child) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.spin-theme .pos-wizard .pay-wizard .input-group > *:not(:last-child),
.spin-theme .pos-wizard [role="tabpanel"] .input-group > *:not(:last-child),
.spin-theme .modal-content .modal-body .input-group > *:not(:last-child) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.spin-theme .pos-wizard .list-product {
    border: 1px solid rgb(var(--spin-stroke-color-light));
    border-radius: var(--spin-button-border-radius);
    overflow-y: auto;
}

.spin-theme .pos-wizard .img-thumbnail {
    border: 1px solid rgb(var(--spin-stroke-color-light));
    border-radius: var(--spin-button-border-radius);
    overflow: hidden;
}

.spin-theme .pos-wizard .list-product tbody tr:hover {
    background-color: rgb(var(--spin-nav-background-color-selected)) !important;
    color: rgb(var(--spin-nav-text-color-selected)) !important;
}

.spin-theme .pos-wizard .list-product.list-group .list-group-item {
    border: none;
}

.spin-theme .pos-wizard .list-product.list-group .list-group-item:not(:last-child) {
    border-bottom: 1px solid rgb(var(--spin-stroke-color-light)) !important;
}

.spin-theme .pos-wizard .discount-line {
    display: flex;
}

.spin-theme .pos-wizard .discount-line > button.mui-button {
    min-width: 32px !important;
}

.spin-theme .pos-wizard .discount-line > *:not(:last-child) {
    margin-right: 0.25rem;
}

.spin-theme .pos-wizard .amount-container button:not(.mui-button) {
    border-radius: var(--spin-button-border-radius);
    border: 1px solid rgba(var(--mui-color-base), 0.5);
    color: rgb(var(--mui-color-base));
    box-shadow: none !important;
}

.spin-theme .pos-wizard .amount-container button:not(.mui-button):hover {
    background-color: rgba(var(--mui-color-base), 0.04);
    border-color: rgb(var(--mui-color-base));
}

.spin-theme .pos-wizard .amount-container .amount-edit {
    display: flex;
}

.spin-theme .pos-wizard .text-primary-vonus,
.spin-theme .pos-wizard .text-info {
    color: rgb(var(--spin-primary-text-color)) !important;
}

.spin-theme .pos-wizard span.badge.badge-pill.badge-warning {
    background-color: rgb(var(--spin-badge-yellow-background)) !important;
    color: rgb(var(--spin-badge-yellow-text)) !important;
}

.spin-theme .pos-wizard .card {
    border: 1px solid rgb(var(--spin-stroke-color-light)) !important;
    border-radius: var(--spin-button-border-radius);
    font-family: var(--mui-font-family);
}

.spin-theme .pos-wizard .card .card-body * {
    color: rgb(var(--spin-secondary-text-color)) !important;
}

.spin-theme .pos-wizard .card .card-body .badge {
    background-color: rgb(var(--mui-color-base));
    color: rgb(var(--spin-button-disabled-text-color)) !important;
}

.spin-theme .pos-wizard .card .card-body .text-primary-vonus > strong {
    color: rgb(var(--mui-color-base)) !important;
}

.spin-theme .pos-wizard .card:hover {
    border-color: rgb(var(--mui-color-base)) !important;
}

.spin-theme .pos-wizard .btn-outline-secondary,
.spin-theme .pay-btns-wizard .btn-outline-secondary {
    color: rgb(var(--spin-tertiary-color));
    border-color: rgb(var(--spin-tertiary-color)) !important;
    background-color: transparent;
}

.spin-theme .pos-wizard .btn-outline-secondary:active,
.spin-theme .pos-wizard .btn-outline-secondary:hover,
.spin-theme .pay-btns-wizard .btn-outline-secondary:active,
.spin-theme .pay-btns-wizard .btn-outline-secondary:hover {
    color: rgb(var(--spin-nav-text-color-hover)) !important;
    background-color: rgb(var(--spin-tertiary-color)) !important;
}

.spin-theme .pos-wizard .btn-outline-vonus {
    color: rgb(var(--mui-color-base));
    border-color: rgb(var(--mui-color-base)) !important;
    background-color: transparent;
}

.spin-theme .pos-wizard .btn-outline-vonus:active,
.spin-theme .pos-wizard .btn-outline-vonus:hover {
    color: rgb(var(--spin-nav-text-color-hover)) !important;
    background-color: rgb(var(--mui-color-base)) !important;
}

.spin-theme .pos-wizard .btn-outline-secondary:focus,
.spin-theme .pos-wizard .btn-outline-vonus:focus,
.spin-theme .pay-btns-wizard .btn-outline-secondary:focus {
    box-shadow: none !important;
}

.spin-theme .pos-wizard .navbar-pos .product-input:focus,
.spin-theme .pos-wizard .amount-container input:focus,
.spin-theme .pos-wizard .discount-line input:focus,
.spin-theme .pos-wizard .pay-wizard input:focus,
.spin-theme .pos-wizard .pay-wizard textarea:focus,
.spin-theme .pos-wizard [role="tabpanel"] input:focus,
.spin-theme .modal-content .modal-body input:focus,
.spin-theme .modal-content .modal-body textarea:focus {
    box-shadow: none;
    border: 2px solid rgb(var(--mui-color-base));
    margin: -1px;
}

.spin-theme .pos-wizard .navbar-pos .mui-button {
    min-width: 32px;
    min-height: 35px;
    margin-left: .25rem !important;
}

.spin-theme .pos-wizard .discount-applied {
    color: rgb(var(--spin-alert-info-ribbon));
    font-weight: bold;
}

.spin-theme .pos-wizard .notes .alert-primary {
    background-color: transparent !important;
    border-color: transparent !important;
    color: rgb(var(--spin-primary-text-color));
}

.spin-theme .pos-wizard [id="commentsSale"] {
    margin: 0px !important;
}

.spin-theme .pos-wizard [id="commentsSale"] > .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.spin-theme .pos-wizard .bottom-buttons-pos > hr {
    display: none;
}

.spin-theme .pos-wizard .bottom-buttons-pos > button {
    flex-grow: 3;
}

.spin-theme .pos-wizard .powered-by {
    display: none;
}

.spin-theme .pos-wizard .k-tabstrip-content {
    border: none !important;
}

.spin-theme .pos-wizard .k-tabstrip-content,
.spin-theme .pos-wizard .k-tabstrip>.k-content {
    border: none !important;
    outline: none !important;
}

.spin-theme .pos-wizard .k-tabstrip-items-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-color: rgba(0, 0, 0, 0.12) !important;
}

.spin-theme .pos-wizard .k-tabstrip-items-wrapper .k-tabstrip-items>li {
    margin-bottom: 0px !important;
    border: none !important;
    box-shadow: none !important;
}

.spin-theme .pos-wizard .k-tabstrip-items-wrapper .k-tabstrip-items>li>span {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent !important;
    outline: 0px;
    margin: 0px;
    border-radius: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: var(--mui-font-family);
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    max-width: 360px;
    min-width: 90px;
    position: relative;
    min-height: 48px;
    flex-shrink: 0;
    padding: 12px 16px;
    overflow: hidden;
    white-space: normal;
    text-align: center;
    flex-direction: column;
    color: rgba(0, 0, 0, 0.6) !important;
    border: none !important;
}

.spin-theme .pos-wizard .k-tabstrip-items-wrapper .k-tabstrip-items>li>span>p {
    margin-bottom: 0px;
}

.spin-theme .pos-wizard .k-tabstrip-items-wrapper .k-tabstrip-items>li>span:focus {
    border-radius: 0;
    background-color: rgba(var(--mui-color-base), 0.04) !important;
}

.spin-theme .pos-wizard .k-tabstrip-items-wrapper .k-tabstrip-items>li.k-state-active>span {
    border-bottom: 3px solid rgb(var(--mui-color-base)) !important;
    color: rgb(var(--mui-color-base)) !important;
}

.spin-theme .pos-wizard .k-tabstrip-items-wrapper .k-tabstrip-items>li>span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s;
}

.spin-theme .pos-wizard .k-tabstrip-items-wrapper .k-tabstrip-items>li>span:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s;
}


/* Devoluciones */
.spin-theme .refund-create .text-primary-vonus {
    color: rgb(var(--spin-primary-text-color)) !important;
}

.spin-theme .refund-create .input-table {
    border: 1px solid rgb(var(--spin-stroke-color));
    border-radius: var(--spin-badge-border-radius);
    font-family: var(--mui-font-family);
    font-size: .875rem;
    padding: .25rem .5rem !important;
    max-width: 100px;
}

.spin-theme .refund-create .input-table:focus {
    box-shadow: none;
    border: 2px solid rgb(var(--mui-color-base));
    margin: -1px;
}

.spin-theme .refund-list table .badge.badge-info {
    background-color: rgb(var(--spin-alert-success-background)) !important;
    color: rgb(var(--spin-alert-success-color)) !important;
}

.spin-theme .refund-list table .badge.badge-warning {
    background-color: rgb(var(--spin-alert-danger-background)) !important;
    color: rgb(var(--spin-alert-danger-color)) !important;
}


/* Facturacion venta */
.spin-theme .sales-invoicing .custom-navbar .navbar-item,
.spin-theme .sales-invoicing .custom-navbar .navbar-item .step-name,
.spin-theme .sales-invoicing .custom-navbar .navbar-item .circle-div,
.spin-theme .sales-invoicing .custom-navbar .navbar-item .circle-div .number {
    color: rgb(var(--spin-stroke-color-light)) !important;
    border-color: rgb(var(--spin-stroke-color-light)) !important;
    background-color: transparent !important;
    font-family: var(--mui-font-family);
}

.spin-theme .sales-invoicing .custom-navbar .navbar-item.active,
.spin-theme .sales-invoicing .custom-navbar .navbar-item.previous-step,
.spin-theme .sales-invoicing .custom-navbar .navbar-item.active .step-name,
.spin-theme .sales-invoicing .custom-navbar .navbar-item.active .circle-div,
.spin-theme .sales-invoicing .custom-navbar .navbar-item.active .circle-div .number,
.spin-theme .sales-invoicing .custom-navbar .navbar-item.previous-step .step-name,
.spin-theme .sales-invoicing .custom-navbar .navbar-item.previous-step .circle-div,
.spin-theme .sales-invoicing .custom-navbar .navbar-item.previous-step .circle-div .number {
    color: rgb(var(--mui-color-base)) !important;
    border-color: rgb(var(--mui-color-base)) !important;
    background-color: transparent !important;
}

.spin-theme .sales-invoicing table .mui-button:not(.edit-code) img {
    display: none;
}

.spin-theme .sales-invoicing table .mui-button:not(.edit-code)::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    color: rgb(var(--mui-color-base));
    margin-right: 10px;
}

.spin-theme .sales-invoicing table .mui-button.edit-code {
    min-width: 32px;
}

.spin-theme .invoice-confirm .resend-text {
    color: rgb(var(--spin-primary-text-color)) !important;
}

.spin-theme .invoice-confirm .resend-text a {
    color: rgb(var(--mui-color-base)) !important;
    text-decoration: underline;
}

.spin-theme .invoices .mui-table table .badge.badge-danger {
    background-color: rgb(var(--spin-badge-red-background)) !important;
    color: rgb(var(--spin-badge-red-text)) !important;
}

.spin-theme .invoices .dropdown-menu {
    border-radius: var(--spin-button-border-radius);
    border: 1px solid rgb(var(--spin-stroke-color));
    height: 116px !important;
}

.spin-theme .invoices .dropdown-menu > .dropdown-item:hover,
.spin-theme .invoices .dropdown-menu > .dropdown-item:active {
    color: rgb(var(--spin-tertiary-color)) !important;
    background-color: rgb(var(--spin-nav-background-color-selected)) !important;
}

.spin-theme .invoices .chip.chip-green {
    background-color: rgb(var(--spin-badge-active-background)) !important;
    color: rgb(var(--spin-badge-active-text)) !important;
}

.spin-theme .invoices .chip.chip-red {
    background-color: rgb(var(--spin-badge-red-background)) !important;
    color: rgb(var(--spin-badge-red-text)) !important;
}



/* Productos */
.spin-theme .products-container .custom-navbar .navbar-item,
.spin-theme .products-container .custom-navbar .navbar-item .step-name,
.spin-theme .products-container .custom-navbar .navbar-item .circle-div,
.spin-theme .products-container .custom-navbar .navbar-item .circle-div .number {
    color: rgb(var(--spin-stroke-color-light)) !important;
    border-color: rgb(var(--spin-stroke-color-light)) !important;
    background-color: transparent !important;
    font-family: var(--mui-font-family);
}

.spin-theme .products-container .custom-navbar .navbar-item.active,
.spin-theme .products-container .custom-navbar .navbar-item.previous-step,
.spin-theme .products-container .custom-navbar .navbar-item.active .step-name,
.spin-theme .products-container .custom-navbar .navbar-item.active .circle-div,
.spin-theme .products-container .custom-navbar .navbar-item.active .circle-div .number,
.spin-theme .products-container .custom-navbar .navbar-item.previous-step .step-name,
.spin-theme .products-container .custom-navbar .navbar-item.previous-step .circle-div,
.spin-theme .products-container .custom-navbar .navbar-item.previous-step .circle-div .number {
    color: rgb(var(--mui-color-base)) !important;
    border-color: rgb(var(--mui-color-base)) !important;
    background-color: transparent !important;
}


/* Control cajas */
.spin-theme .cash-control-list .mui-table table .badge.badge-danger {
    background-color: rgb(var(--spin-badge-red-background)) !important;
    color: rgb(var(--spin-badge-red-text)) !important;
}

.spin-theme .cash-control-list .mui-table .dropdown .mui-button.mui-button-outlined {
    background-color: transparent !important;
}

.spin-theme .cash-control-list .mui-table .dropdown-menu .dropdown-item {
    border-bottom: none !important;
    background-color: transparent !important;
}


/* Movimientos de caja */
.spin-theme .cash-movements-list .mui-table table .badge.badge-danger {
    background-color: rgb(var(--spin-badge-red-background)) !important;
    color: rgb(var(--spin-badge-red-text)) !important;
}

.spin-theme .cash-movements-form .text-primary-vonus {
    color: rgb(var(--mui-color-base)) !important;
}


/* Carga masiva */
.spin-theme .massive-load-list .mui-table table .badge.badge-danger {
    background-color: rgb(var(--spin-badge-red-background)) !important;
    color: rgb(var(--spin-badge-red-text)) !important;
}


/* Configuracion factura */
.spin-theme .invoice-config .icon-container > .icon {
    background-color: transparent !important;
    color: rgb(var(--mui-color-base)) !important;
    font-size: 1.5rem;
}


/* Catalogo precargado */
.spin-theme .preloaded-catalog ul.dropdown-menu {
    font-family: var(--mui-font-family);
    border-radius: var(--spin-button-border-radius);
    border: 1px solid rgb(var(--spin-stroke-color));
}

.spin-theme .preloaded-catalog ul.dropdown-menu > li:hover,
.spin-theme .preloaded-catalog .card:hover {
    background-color: rgb(var(--spin-nav-background-color-selected)) !important;
}

.spin-theme .preloaded-catalog ul.dropdown-menu > li .add__list__product__icon,
.spin-theme .preloaded-catalog ul.dropdown-menu > li .add__list__massive__icon,
.spin-theme .preloaded-catalog .card .card-content .fas {
    background-color: rgba(var(--mui-color-base), 0.08) !important;
    color: rgb(var(--mui-color-base)) !important;
}

.spin-theme .preloaded-catalog .title > i.fa,
.spin-theme .preloaded-catalog table .mui-button:not(.status) > i,
.spin-theme .preloaded-catalog table tfoot select {
    color: rgb(var(--mui-color-base)) !important;
}


/* Tour inicial */
.spin-theme .get-started .close-button,
.spin-theme .shepherd-content .shepherd-cancel-icon,
.spin-theme .reminder-wizard-container .close-button {
    color: rgb(var(--mui-color-base)) !important;
    border: none !important;
}

.spin-theme .get-started .close-button:active,
.spin-theme .get-started .close-button:focus,
.spin-theme .shepherd-content .shepherd-cancel-icon:active,
.spin-theme .shepherd-content .shepherd-cancel-icon:focus,
.spin-theme .reminder-wizard-container .close-button:active,
.spin-theme .reminder-wizard-container .close-button:focus,
.spin-theme .reminder-wizard-container .close-button:hover {
    background-color: rgb(var(--mui-color-base)) !important;
    color: rgb(255, 255, 255) !important;
    box-shadow: none !important;
    outline: none !important;
}

.spin-theme .shepherd-content .img-container-sm {
    display: none;
}

.spin-theme .reminder-wizard-container .font-weight-bold {
    color: rgb(var(--spin-primary-text-color)) !important;
}

.spin-theme .get-started .progress-container .percentage {
    color: rgb(var(--mui-color-base)) !important;
}

.spin-theme .get-started .progress-container .progress-bar .filler {
    background-color: rgb(var(--mui-color-base)) !important;
}

/* Terminal pago */
.spin-theme .payment-terminal .nav .nav-item {
    color: rgb(var(--spin-stroke-color-light)) !important;
    border-color: rgb(var(--spin-stroke-color-light)) !important;
    background-color: transparent !important;
    font-family: var(--mui-font-family) !important;
}

.spin-theme .payment-terminal .nav .nav-item.nav__item--state-active,
.spin-theme .payment-terminal .nav .nav-item.nav__item--state-active .nav-link.active {
    color: rgb(var(--mui-color-base)) !important;
    border-color: rgb(var(--mui-color-base)) !important;
    background-color: transparent !important;
}

.spin-theme .linking-terminal-container .title > i.fa {
    color: rgb(var(--mui-color-base)) !important;
}

.spin-theme .linking-terminal-container .tutorial__buttons {
    margin-top: 1.5rem !important;
}

.spin-theme .linking-terminal-container .step__progressbar__item--pending::before,
.spin-theme .linking-terminal-container .step__progressbar__item--pending::after,
.spin-theme .linking-terminal-container .step__progressbar__item--active::after {
    background-color: rgb(var(--spin-stroke-color-light)) !important;
}

.spin-theme .linking-terminal-container .step__progressbar__item--active::before,
.spin-theme .linking-terminal-container .step__progressbar__item--complete::before,
.spin-theme .linking-terminal-container .step__progressbar__item--complete::after {
    background-color: rgb(var(--mui-color-base)) !important;
}
