:root,[data-bs-theme=light] {
    --bs-blue: #435ebe;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #435ebe;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #ced4da;
    --bs-dark: #131313;
    --bs-primary-rgb: 67, 94, 190;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 206, 212, 218;
    --bs-dark-rgb: 19, 19, 19;
    --bs-primary-text-emphasis: #1b264c;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #d9dff2;
    --bs-secondary-bg-subtle: #f8f9fa;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #b4bfe5;
    --bs-secondary-border-subtle: #e9ecef;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #607080;
    --bs-body-color-rgb: 96, 112, 128;
    --bs-body-bg: #f2f7ff;
    --bs-body-bg-rgb: 242, 247, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(96, 112, 128, .75);
    --bs-secondary-color-rgb: 96, 112, 128;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(96, 112, 128, .5);
    --bs-tertiary-color-rgb: 96, 112, 128;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: #25396f;
    --bs-link-color: #435ebe;
    --bs-link-color-rgb: 67, 94, 190;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #364b98;
    --bs-link-hover-color-rgb: 54, 75, 152;
    --bs-code-color: #d63384;
    --bs-highlight-color: #607080;
    --bs-highlight-bg: #fcf8e3;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .25rem;
    --bs-border-radius-sm: .2rem;
    --bs-border-radius-lg: .3rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 .75rem 3rem rgba(0, 0, 0, .225);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: rgba(67, 94, 190, .25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
    --var-teste: #000;
    --bg-modal: rgba(121,123,127,0.8);
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, .75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, .5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #8e9ed8;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #0d1326;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #283872;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #8e9ed8;
    --bs-link-hover-color: #a5b1e0;
    --bs-link-color-rgb: 142, 158, 216;
    --bs-link-hover-color-rgb: 165, 177, 224;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, .15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
    --bg-modal: rgba(10, 10, 16, 0.7);
}


.logo-light{
    display: block;
}

.logo-dark{
    display: none;
}

[data-bs-theme=light] .logo-light{
    display: block;
}

[data-bs-theme=light] .logo-dark{
    display: none;
}

[data-bs-theme=dark] .logo-dark{
    display: block;
}

[data-bs-theme=dark] .logo-light{
    display: none;
}

.alert {
    border: none;
}

.alert p {
    margin-bottom: 0;
}

.alert button.close {
    padding: 0.75rem;
    line-height: 0.75;
}

.alert .alert-heading,
.alert .alert-heading + p {
    margin-left: 0.4rem;
}

.alert-primary {
    background-color: #435ebe;
    color: #fff;
}

.alert-primary a {
    color: #fff;
    font-weight: 700;
}

.alert-secondary {
    background-color: #ebeef3;
    color: #383d41;
}

.alert-secondary a {
    color: #fff;
    font-weight: 700;
}

.alert-success {
    background-color: #4fbe87;
    color: #fff;
}

.alert-success a {
    color: #fff;
    font-weight: 700;
}

.alert-warning {
    background-color: #eaca4a;
    color: #fff;
}

.alert-warning a {
    color: #fff;
    font-weight: 700;
}

.alert-danger {
    background-color: #f3616d;
    color: #fff;
}

.alert-danger a {
    color: #fff;
    font-weight: 700;
}

.alert-dark {
    background-color: #454546;
    color: #fff;
}

.alert-dark a {
    color: #fff;
    font-weight: 700;
}

.alert-light {
    background-color: #f9f9f9;
    color: #818182;
}

.alert-light a {
    color: #fff;
    font-weight: 700;
}

.alert-info {
    background-color: #56b6f7;
    color: #fff;
}

.alert-info a {
    color: #fff;
    font-weight: 700;
}

.alert-light-primary {
    background-color: #ebf3ff;
}

.alert-light-secondary {
    background-color: #e6eaee;
}

.alert-light-success {
    background-color: #d2ffe8;
}

.alert-light-danger {
    background-color: #ffdede;
}

.alert-light-warning {
    background-color: #fffdd8;
}

.alert-light-info {
    background-color: #e6fdff;
}

.avatar {
    display: inline-flex;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.avatar .avatar-content {
    width: 32px;
    height: 32px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
}

.avatar .avatar-content i,
.avatar .avatar-content svg {
    color: #fff;
    font-size: 1rem;
    height: 1rem;
}

.avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.avatar .avatar-status {
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #fff;
    bottom: 0;
    right: 0;
}

.avatar.avatar-sm .avatar-content,
.avatar.avatar-sm img {
    width: 24px;
    height: 24px;
    font-size: 0.8rem;
}

.avatar.avatar-md .avatar-content,
.avatar.avatar-md img {
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
}

.avatar.avatar-lg .avatar-content,
.avatar.avatar-lg img {
    width: 3.3rem;
    height: 3.3rem;
    font-size: 1.2rem;
}

.avatar.avatar-xl .avatar-content,
.avatar.avatar-xl img {
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
}

.btn .badge {
    border-radius: 50%;
    margin-left: 5px;
}

.btn .badge.bg-transparent {
    background-color: hsla(0, 0%, 100%, 0.25) !important;
    color: #fff;
}

.btn i,
.btn svg {
    width: 16px;
    height: 16px;
    font-size: 1rem;
}

.btn.icon {
    padding: 0.4rem 0.6rem;
    display: flex;
    align-items: center;
}

.btn.icon svg {
    width: 16px;
    height: 16px;
}

.btn.icon.icon-left svg {
    margin-right: 3px;
}

.btn.icon.icon-left i {
    margin-right: 10px;
}

.btn.icon.icon-right svg {
    margin-left: 3px;
}

.btn.icon.icon-right i {
    margin-left: 10px;
}

.btn.btn-outline-white {
    color: #fff;
    border-color: #fff;
}

.btn.btn-outline-white:hover {
    color: #333;
    background-color: #fff;
}

.btn.btn-light-primary {
    background-color: #ebf3ff;
    color: #002152;
}

.btn.btn-light-secondary {
    background-color: #e6eaee;
    color: #181e24;
}

.btn.btn-light-success {
    background-color: #d2ffe8;
    color: #00391c;
}

.btn.btn-light-danger {
    background-color: #ffdede;
    color: #450000;
}

.btn.btn-light-warning {
    background-color: #fffdd8;
    color: #3f3c00;
}

.btn.btn-light-info {
    background-color: #e6fdff;
    color: #00474d;
}

.btn.btn-danger,
.btn.btn-info,
.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-success,
.btn.btn-warning {
    color: #fff;
}

.btn.btn-light {
    color: #607080;
}

.btn.btn-dark {
    color: #fff;
}

.btn-block {
    width: 100%;
}

.btn-group:not(.dropdown) .btn:not([class*="btn-"]) {
    border: 1px solid #dfe3e7;
}

.btn-group > .btn {
    border-radius: 0.267rem;
}

.buttons .btn {
    margin: 0 10px 10px 0;
}

.breadcrumb.breadcrumb-right {
    justify-content: flex-end;
    margin-top: 1rem;
}

.breadcrumb.breadcrumb-center {
    justify-content: center;
    margin-top: 1rem;
}

.carousel-inner {
    border-radius: 0.7rem;
}

.carousel-caption h5 {
    color: #fff;
}

.card {
    margin-bottom: 2.2rem;
    border: none;
    transition: all 0.5s ease-in-out;
}

.card.card-statistic {
    box-shadow: 1px 2px 5px rgba(47, 170, 244, 0.5);
    background: linear-gradient(180deg, #25a6f1, #54b9ff);
}

.card.card-statistic .card-title {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.8px;
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 0;
    margin-top: 5px;
}

.card.card-statistic .card-right p {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0;
}

.card.card-statistic .card-right span.green {
    color: #6fff6f;
}

.card.card-statistic .card-right span.red {
    color: #ff7979;
}

.card.card-statistic .chart-wrapper {
    height: 100px;
}

.card .card-header {
    border: none;
    transition: all 0.5s ease-in-out;
}

.card .card-header h4 {
    font-size: 1.1875rem;
    font-weight: 700;
}

.card h5 {
    font-size: 1.125rem;
    font-weight: 700;
}

.card .card-header ~ .card-body {
    padding-top: 0;
}

.card .card-content {
    position: relative;
}

.card .card-title {
    font-size: 1.2rem;
}

.card .card-body {
    padding: 1.5rem;
}

.card .card-heading {
    color: #555;
    font-size: 1.5rem;
}

.card .card-img-overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.card .card-img-overlay p {
    color: #eee;
}

.card .card-img-overlay .card-title {
    color: #fff;
}

.pricing .card {
    box-shadow: none;
    border-right: 1px solid #e9ecef;
    box-shadow: 0 10px 10px #e9ecef;
    margin-bottom: 0.5rem;
}

.pricing h1 {
    text-align: center;
    font-size: 4rem;
    margin-bottom: 3rem;
}

.pricing .card-header .card-title {
    font-size: 2rem !important;
    margin-bottom: 0;
}

.pricing .card-header p {
    font-size: 0.8rem;
}

.pricing ul li {
    list-style: none;
    margin-bottom: 0.5rem;
}

.pricing ul li i,
.pricing ul li svg {
    width: 1rem;
    color: #198754;
    font-size: 1rem;
    margin-right: 7px;
}

.pricing .card-highlighted {
    background-color: #435ebe;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing .card-highlighted .card-body,
.pricing .card-highlighted .card-header {
    background-color: #435ebe;
    color: #fff;
}

.pricing .card-highlighted ul li {
    color: #fff;
}

.pricing .card-highlighted ul li i,
.pricing .card-highlighted ul li svg {
    color: #479f76;
}

.pricing .card-highlighted .card-footer {
    background-color: #435ebe;
}

.pricing .card-highlighted .card-title {
    color: #fff;
    font-size: 1.8rem;
}

.divider {
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 1rem 0;
}

.divider .divider-text {
    position: relative;
    display: inline-block;
    padding: 0 1rem;
    background-color: #fff;
}

.divider .divider-text:after,
.divider .divider-text:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    border-top: 1px solid #dfe3e7;
}

.divider .divider-text:before {
    right: 100%;
}

.divider .divider-text:after {
    left: 100%;
}

.divider.divider-left .divider-text {
    left: 0;
    float: left;
    padding-left: 0;
}

.divider.divider-left-center .divider-text {
    left: -25%;
}

.divider.divider-right-center .divider-text {
    left: 25%;
}

.divider.divider-right .divider-text {
    float: right;
    padding-right: 0;
}

.dropdown-toggle:after {
    color: #fff;
}

.dropdown-menu-large {
    min-width: 16rem;
}

.dropdown-menu {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}

.dropdown-item {
    transition: all 0.5s;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-group label {
    color: rgba(35, 28, 99, 0.7);
    font-weight: 600;
}

.form-group small {
    font-size: 0.8rem;
}

.form-group.with-title {
    position: relative;
}

.form-group.with-title label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    font-size: 0.6rem;
    background-color: #e9ecef;
    width: 100%;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group.with-title .form-control,
.form-group.with-title dataTable-input {
    padding-top: 2rem;
}

.form-group.with-title .form-control:focus ~ label,
.form-group.with-title dataTable-input:focus ~ label {
    border-left: 1px solid #435ebe;
    border-top: 1px solid #435ebe;
    border-right: 1px solid #435ebe;
}

.dt-buttons{
    padding: 10px 0px;
}

.buttons-colvis{
    background: #435ebe !important;
    color: #fff !important;
    cursor: pointer !important;
    user-select: none !important;
    border-radius: 5px !important;
    border: none !important;
}

.buttons-excel{
    background: #198754 !important;
    color: #fff !important;
    cursor: pointer !important;
    user-select: none !important;
    border-radius: 5px !important;
    border: none !important;
}

.form-group[class*="has-icon-"].has-icon-left .form-control {
    padding-left: 2.5rem;
}

.form-group[class*="has-icon-"].has-icon-left .form-control-icon {
    left: 0;
}

.form-group[class*="has-icon-"].has-icon-right .form-control {
    padding-right: 2.5rem;
}

.form-group[class*="has-icon-"].has-icon-right .form-control-icon {
    right: 0;
}

.form-group[class*="has-icon-"] .form-control:focus ~ .form-control-icon i,
.form-group[class*="has-icon-"] .form-control:focus ~ .form-control-icon svg {
    color: #5a8dee;
}

.form-group[class*="has-icon-"] .form-control.form-control-xl {
    padding-left: 3rem;
}

.form-group[class*="has-icon-"] .form-control.form-control-xl ~ .form-control-icon i {
    font-size: 1.6rem;
}

.form-group[class*="has-icon-"] .form-control.form-control-xl ~ .form-control-icon i:before {
    color: #a6a8aa;
}

.form-group[class*="has-icon-"] .form-control-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0.6rem;
}

.form-group[class*="has-icon-"] .form-control-icon i,
.form-group[class*="has-icon-"] .form-control-icon svg {
    width: 1.2rem;
    color: #6c757d;
    font-size: 1.2rem;
}

.form-group[class*="has-icon-"] .form-control-icon i:before,
.form-group[class*="has-icon-"] .form-control-icon svg:before {
    vertical-align: sub;
}

.form-control.form-control-xl {
    padding: 0.85rem 1rem;
    font-size: 1.2rem;
}

.form-check .form-check-input[class*="bg-"] {
    border: 0;
}

.form-check .form-check-input:focus {
    box-shadow: none;
}

.form-check .form-check-input.form-check-primary {
    background-color: #435ebe;
    border-color: #435ebe;
}

.form-check .form-check-input.form-check-primary:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-primary.form-check-glow {
    box-shadow: 0 0 5px #697ecb;
}

.form-check .form-check-input.form-check-primary.form-check-glow:not(:checked) {
    box-shadow: none;
}

.form-check .form-check-input.form-check-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
}

.form-check .form-check-input.form-check-secondary:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-secondary.form-check-glow {
    box-shadow: 0 0 5px #868e96;
}

.form-check .form-check-input.form-check-secondary.form-check-glow:not(:checked) {
    box-shadow: none;
}

.form-check .form-check-input.form-check-success {
    background-color: #198754;
    border-color: #198754;
}

.form-check .form-check-input.form-check-success:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-success.form-check-glow {
    box-shadow: 0 0 5px #21b26f;
}

.form-check .form-check-input.form-check-success.form-check-glow:not(:checked) {
    box-shadow: none;
}

.form-check .form-check-input.form-check-info {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.form-check .form-check-input.form-check-info:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-info.form-check-glow {
    box-shadow: 0 0 5px #3cd5f4;
}

.form-check .form-check-input.form-check-info.form-check-glow:not(:checked) {
    box-shadow: none;
}

.form-check .form-check-input.form-check-warning {
    background-color: #ffc107;
    border-color: #ffc107;
}

.form-check .form-check-input.form-check-warning:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-warning.form-check-glow {
    box-shadow: 0 0 5px #ffce3a;
}

.form-check .form-check-input.form-check-warning.form-check-glow:not(:checked) {
    box-shadow: none;
}

.form-check .form-check-input.form-check-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}

.form-check .form-check-input.form-check-danger:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-danger.form-check-glow {
    box-shadow: 0 0 5px #e4606d;
}

.form-check .form-check-input.form-check-danger.form-check-glow:not(:checked) {
    box-shadow: none;
}

.form-check .form-check-input.form-check-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.form-check .form-check-input.form-check-light:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-light.form-check-glow {
    box-shadow: 0 0 5px #fff;
}

.form-check .form-check-input.form-check-light.form-check-glow:not(:checked) {
    box-shadow: none;
}

.form-check .form-check-input.form-check-dark {
    background-color: #212529;
    border-color: #212529;
}

.form-check .form-check-input.form-check-dark:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-dark.form-check-glow {
    box-shadow: 0 0 5px #383f45;
}

.form-check .form-check-input.form-check-dark.form-check-glow:not(:checked) {
    box-shadow: none;
}

.form-check.form-check-sm .form-check-input {
    width: 0.9rem;
    height: 0.9rem;
    margin-top: 0.3em;
}

.form-check.form-check-sm label {
    font-size: 0.7rem;
}

.form-check.form-check-lg .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.3em;
}

.form-check.form-check-lg label {
    font-size: 1rem;
}

.form-check.form-check-primary .form-check-input {
    background-color: #435ebe;
    border-color: #435ebe;
}

.form-check.form-check-secondary .form-check-input {
    background-color: #6c757d;
    border-color: #6c757d;
}

.form-check.form-check-success .form-check-input {
    background-color: #198754;
    border-color: #198754;
}

.form-check.form-check-info .form-check-input {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.form-check.form-check-warning .form-check-input {
    background-color: #ffc107;
    border-color: #ffc107;
}

.form-check.form-check-danger .form-check-input {
    background-color: #dc3545;
    border-color: #dc3545;
}

.form-check.form-check-light .form-check-input {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.form-check.form-check-dark .form-check-input {
    background-color: #212529;
    border-color: #212529;
}

.dataTable-input {
    min-height: calc(1.5em + 0.934rem + 2px);
    padding: 0.467rem 0.6rem;
    font-size: 0.9025rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555252;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dfe3e7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dataTable-input:focus {
    color: #555252;
    background-color: #fff;
    border-color: #5a8dee;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.modal .modal-content {
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
    border: none;
}

.modal .modal-full {
    max-width: 94%;
}

.modal .white {
    color: #fff;
}

#productsModal{
    background: var(--bg-modal);
}

.modal .modal-header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: start;
    border-bottom: none !important;
}

.modal .modal-header .modal-title {
    font-size: 1.1rem;
}

.modal .modal-header .close {
    padding: 7px 10px;
    border-radius: 50%;
    background: none;
    border: none;
}

.modal .modal-header .close:hover {
    background: #dee2e6;
}

.modal .modal-header i,
.modal .modal-header svg {
    font-size: 12px;
    height: 12px;
    width: 12px;
}

.modal .modal-footer {
    padding: 1rem;
    border-top: none !important;
}

.modal.modal-borderless .modal-header {
    border-bottom: 0;
}

.modal.modal-borderless .modal-footer {
    border-top: 0;
}

#sidebar.active .sidebar-wrapper {
    left: 0;
    height: 100vh;
    position: fixed;
}

#sidebar:not(.active) .sidebar-wrapper {
    left: -300px;
}

#sidebar:not(.active) ~ #main {
    margin-left: 0;
}

.sidebar-wrapper {
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 10;
    overflow-y: auto;
    background-color: #fff;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.sidebar-wrapper .sidebar-header {
    padding: 2rem 2rem 1rem;
    font-size: 2rem;
    font-weight: 700;
}

.sidebar-wrapper .sidebar-header img {
    height: 2.9rem;
}

.sidebar-wrapper .sidebar-toggler.x {
    position: absolute;
    right: 0;
    top: 0.5rem;
    display: none;
}

.sidebar-wrapper .menu {
    margin-top: 2rem;
    padding: 0 2rem;
    font-weight: 600;
}

.sidebar-wrapper .menu .sidebar-title {
    padding: 0 1rem;
    margin: 1.5rem 0 1rem;
    font-size: 1rem;
    list-style: none;
    font-weight: 600;
    color: #25396f;
}

.sidebar-wrapper .menu .sidebar-link {
    display: block;
    padding: 0.7rem 1rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    transition: all 0.5s;
    text-decoration: none;
    color: #25396f;
}

.sidebar-wrapper .menu .sidebar-link i,
.sidebar-wrapper .menu .sidebar-link svg {
    color: #7c8db5;
}

.sidebar-wrapper .menu .sidebar-link span {
    margin-left: 1rem;
}

.sidebar-wrapper .menu .sidebar-link:hover {
    background-color: #f0f1f5;
}

.sidebar-wrapper .menu .sidebar-item {
    list-style: none;
    margin-top: 0.5rem;
    position: relative;
}

.sidebar-wrapper .menu .sidebar-item.has-sub .sidebar-link:after {
    content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><path stroke="gray" stroke-width="1" d="M6 9l6 6 6-6"/></svg>');
    position: absolute;
    color: #ccc;
    right: 15px;
    top: 12px;
    display: block;
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link {
    background-color: #435ebe;
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link span {
    color: #fff;
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link i,
.sidebar-wrapper .menu .sidebar-item.active .sidebar-link svg {
    fill: #fff;
    color: #fff;
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link.has-sub:after {
    content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><path stroke="%23fff" stroke-width="1" d="M6 9l6 6 6-6"/></svg>');
}

.sidebar-wrapper .menu .submenu {
    list-style: none;
    display: none;
    transition: max-height 2s cubic-bezier(0, 0.55, 0.45, 1);
    overflow: hidden;
}

.sidebar-wrapper .menu .submenu.active {
    max-height: 999px;
    display: block;
}

.sidebar-wrapper .menu .submenu .submenu-item.active {
    position: relative;
}

.sidebar-wrapper .menu .submenu .submenu-item.active > a {
    color: #435ebe;
    font-weight: 700;
}

.sidebar-wrapper .menu .submenu .submenu-item a {
    padding: 0.7rem 2rem;
    display: block;
    color: #25396f;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}

.sidebar-wrapper .menu .submenu .submenu-item a:hover {
    margin-left: 0.3rem;
}

@media screen and (max-width: 1199px) {
    .sidebar-wrapper {
        position: absolute;
        left: -300px;
    }

    .sidebar-wrapper .sidebar-toggler.x {
        display: block;
    }
}

.nav-pills .nav-link.active {
    box-shadow: 0 2px 10px rgba(67, 94, 190, 0.5);
}

.nav-tabs,
.nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-link:hover {
    border: none;
    text-shadow: 0 0 2px rgba(67, 94, 190, 0.3);
}

.nav-tabs .nav-link.active {
    border: none;
    position: relative;
    color: #435ebe;
}

.nav-tabs .nav-link.active:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #435ebe;
    left: 0;
    box-shadow: 0 2px 5px rgba(67, 94, 190, 0.5);
}

.navbar-fixed {
    position: fixed;
    background-color: #fff;
}

.navbar {
    height: 90px;
    padding: 1.5rem;
}

.navbar .navbar-brand img {
    height: 1.5rem;
}

.navbar .user-menu img {
    width: 39px;
    height: 39px;
}

.navbar.navbar-header li {
    display: flex;
    align-items: center;
}

.navbar.navbar-header li.nav-icon {
    margin-right: 0.4rem;
}

.navbar.navbar-header li.nav-icon .nav-link {
    display: block;
    padding: 0.4rem;
    border-radius: 50%;
}

.navbar.navbar-header li.nav-icon .nav-link:hover {
    background-color: #e9ecef;
}

.navbar.navbar-header .dropdown > a {
    color: #6c757d;
    font-weight: 600;
}

.navbar.navbar-header .dropdown > a svg {
    height: 24px;
    width: 24px;
}

.navbar.navbar-header .dropdown > a:after {
    display: none;
}

.pagination.pagination-primary .page-item.active .page-link {
    background-color: #435ebe;
    border-color: #435ebe;
    box-shadow: 0 2px 5px rgba(67, 94, 190, 0.3);
}

.pagination.pagination-secondary .page-item.active .page-link {
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: 0 2px 5px rgba(108, 117, 125, 0.3);
}

.pagination.pagination-success .page-item.active .page-link {
    background-color: #198754;
    border-color: #198754;
    box-shadow: 0 2px 5px rgba(25, 135, 84, 0.3);
}

.pagination.pagination-info .page-item.active .page-link {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    box-shadow: 0 2px 5px rgba(13, 202, 240, 0.3);
}

.pagination.pagination-warning .page-item.active .page-link {
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 2px 5px rgba(255, 193, 7, 0.3);
}

.pagination.pagination-danger .page-item.active .page-link {
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 2px 5px rgba(220, 53, 69, 0.3);
}

.pagination.pagination-light .page-item.active .page-link {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: 0 2px 5px rgba(248, 249, 250, 0.3);
}

.pagination.pagination-dark .page-item.active .page-link {
    background-color: #212529;
    border-color: #212529;
    box-shadow: 0 2px 5px rgba(33, 37, 41, 0.3);
}

.page-item:not(.active) .page-link:hover {
    color: #000;
}

.page-item i,
.page-item svg {
    font-size: 13px;
    width: 13px;
    height: 13px;
}

.page-item .page-link {
    font-size: 0.875rem;
}

.page-item .page-link:focus {
    box-shadow: none;
}

.page-item:first-child {
    margin-right: 0.4rem;
}

.page-item:last-child {
    margin-left: 0.4rem;
}

.dataTable-table td,
.dataTable-table thead th,
.table td,
.table thead th {
    vertical-align: middle;
}

.dataTable-table:not(.table-borderless) thead th,
.table:not(.table-borderless) thead th {
    border-bottom: 1px solid #dedede !important;
}

.table-md.dataTable-table tr td,
.table-md.dataTable-table tr th,
.table-sm.dataTable-table tr td,
.table-sm.dataTable-table tr th,
.table.table-md tr td,
.table.table-md tr th,
.table.table-sm tr td,
.table.table-sm tr th {
    padding: 1rem;
}

.table-lg.dataTable-table tr td,
.table-lg.dataTable-table tr th,
.table.table-lg tr td,
.table.table-lg tr th {
    padding: 1.3rem;
}

.dataTable-container {
    overflow-x: auto;
}

/*table tr td.border-type-qrcode{
    border-left: 7px solid #25db39 !important;

}

table tr td.border-type-number{
    border-left: 7px solid #0fc3e8 !important;
    border-left: 7px solid #0fc3e8 !important;

}

table tr td.border-type-photo{
    border-left: 7px solid #be8c1e !important;

}*/

.progress.progress-primary {
    overflow: visible;
}

.progress.progress-primary .progress-bar {
    background-color: #435ebe;
    border-radius: 0.25rem;
}

.progress.progress-secondary {
    overflow: visible;
}

.progress.progress-secondary .progress-bar {
    background-color: #6c757d;
    border-radius: 0.25rem;
}

.progress.progress-success {
    overflow: visible;
}

.progress.progress-success .progress-bar {
    background-color: #198754;
    border-radius: 0.25rem;
}

.progress.progress-info {
    overflow: visible;
}

.progress.progress-info .progress-bar {
    background-color: #0dcaf0;
    border-radius: 0.25rem;
}

.progress.progress-warning {
    overflow: visible;
}

.progress.progress-warning .progress-bar {
    background-color: #ffc107;
    border-radius: 0.25rem;
}

.progress.progress-danger {
    overflow: visible;
}

.progress.progress-danger .progress-bar {
    background-color: #dc3545;
    border-radius: 0.25rem;
}

.progress.progress-light {
    overflow: visible;
}

.progress.progress-light .progress-bar {
    background-color: #f8f9fa;
    border-radius: 0.25rem;
}

.progress.progress-dark {
    overflow: visible;
}

.progress.progress-dark .progress-bar {
    background-color: #212529;
    border-radius: 0.25rem;
}

.progress.progress-sm {
    height: 0.4rem;
}

.progress.progress-lg {
    height: 1.5rem;
}

.progress .progress-bar {
    position: relative;
    overflow: visible;
}

.progress .progress-bar.progress-label:before {
    content: attr(aria-valuenow) "%";
    position: absolute;
    right: 0;
    top: -1.3rem;
    color: #495057;
    font-size: 0.8rem;
}

.bi {
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bi.bi-middle:before {
    vertical-align: middle;
}

.bi.bi-sub:before {
    vertical-align: sub;
}

table .bi {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.stats-icon {
    width: 3rem;
    border-radius: 50% !important;
    height: 3rem;
    background-color: #000;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-icon i {
    color: #fff;
    font-size: 1.7rem;
}

.stats-icon.purple {
    background-color: #9694ff;
}

.stats-icon.blue {
    background-color: #57caeb;
}

.stats-icon.red {
    background-color: #ff7976;
}

.stats-icon.green {
    background-color: #5ddab4;
}

.stats-icon.blue1 {
    background-color: #67a8cd;
}

.stats-icon.blue2 {
    background-color: #4292bf;
}

.stats-icon.blue3 {
    background-color: #8dbeda;
}

@media (max-width: 767px) {
    .stats-icon {
        float: left;
        margin-bottom: 0.4rem;
    }
}

.burger-btn {
    display: none;
}

#app{
    transition: all 0.5s ease-in-out;
}

#main {
    margin-left: 300px;
    padding: 1.5rem;
    transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1199px) {
    #main {
        margin-left: 0;
    }
}

#main.layout-navbar {
    padding: 0;
}

#main #main-content {
    padding: 2rem;
}

.page-heading {
    margin: 0 0 1rem;
}

.page-heading h3 {
    font-weight: 700;
    transition: all 0.3s;
}

.page-content {
    min-height: 74vh;
}

.page-title-headings {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.page-title-headings h3 {
    margin-bottom: 0;
    margin-right: 1rem;
}

.page-title-headings .breadcrumb {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.mt-10 {
    margin-top: 3rem;
}

.mb-10,
.my-10 {
    margin-bottom: 3rem;
}

.my-10 {
    margin-top: 3rem;
}

.mb-24,
.my-24 {
    margin-bottom: 6rem;
}

.my-24 {
    margin-top: 6rem;
}

.opacity-50 {
    opacity: 1%;
}

.py-4-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.text-sm {
    font-size: 0.875rem;
}

.text-xl {
    font-size: 1.25rem;
}

.text-4xl {
    font-size: 2.25rem;
}

.text-6xl {
    font-size: 4rem;
}

.text-black {
    color: #000;
}

.bg-gradient-ltr {
    background: linear-gradient(90deg, #095cde, #53c3f3);
}

.bg-light-primary {
    background-color: #ebf3ff;
    color: #002152;
}

.bg-light-secondary {
    background-color: #e6eaee;
    color: #181e24;
}

.bg-light-success {
    background-color: #d2ffe8;
    color: #00391c;
}

.bg-light-danger {
    background-color: #ffdede;
    color: #450000;
}

.bg-light-warning {
    background-color: #fffdd8;
    color: #3f3c00;
}

.bg-light-info {
    background-color: #e6fdff;
    color: #00474d;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.text-width-md {
    max-width: 450px;
}

.text-gray-300 {
    color: #dee2e6 !important;
}

.text-gray-400 {
    color: #ced4da !important;
}

.text-gray-500 {
    color: #adb5bd !important;
}

.text-gray-600 {
    color: #6c757d !important;
}

.btn-xl {
    padding: 1rem 2rem;
}

.icon-mid:before {
    vertical-align: middle;
}


/* EXTRA CSS */


.table-inactive-products tr{
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1rem;
    transition: all 0.2s ease-in-out !important;
    border-bottom: 1px solid #ededed;
}

.table-inactive-products tr:last-child{
    border-bottom: none !important;
}

@media screen and (max-width: 576px) {
    .table-inactive-products tr:last-child{
        border-bottom: 1px solid #ededed !important;
    }
    .table-inactive-products{
        margin-bottom:20px;
    }
}

.table-inactive-products tr:hover{
    --bs-table-accent-bg: none !important;
    background: #eff5ff;
}

.table-inactive-products small{
    font-size: 0.80rem;
    font-style: italic;
    font-weight: 500;
}

.thumb-event-banner {
    width: 160px;
    height: 90px;
    object-fit: cover;
}

.table-responsive {
    overflow-x: hidden;
}

.table-responsive table {
    width: 100% !important;
}

@media screen and (max-width: 1550px) {
    .table-responsive {
        overflow-x: auto;
    }
}


.bg-info {
    background-color: #7952b3 !important;
}

.bg-quarantine {
    background-color: #0dcaf0 !important;
}

.bg-muted {
    background-color: #8caac5 !important;
}

.bg-green {
    background-color: #7dd588 !important;
}

.bg-danger2 {
    background-color: #e96471;
}

.text-danger2 {
    color: #e96471 !important;
}

.text-info{
    color: #7952b3 !important;
}

.text-quarantine{
    color: #0dcaf0 !important;
}
.btn-fit {
    max-width: 100%;
    width: fit-content;
    min-width: 98px;
}

.name p {
    font-size: .9375rem;
}

.modal-img {
    max-width: 100%;
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 3.5px !important;
}

.choices__inner {
    padding: 3.5px 7.5px 3.75px !important;
    min-height: auto !important;
}

.single-event p {
    width: 100%;
}

.event-thumb {
    width: 100%;
    max-width: 100%;
    object-position: center;
    border-radius: 0.5em;
}

.p-event p{
    margin-top:0px;
}


.content-event-thumb {
    width: 60%;
}

.content-event-desc {
    width: 40%;
}

.event-desc {
    width: 100%;
}
.pointer{
    cursor: pointer;
}

.title-nolink{
    color: var(--bs-heading-color) !important;
}

@media screen and (max-width: 1500px) {
    .content-event-thumb {
        width: 55%;
    }

    .content-event-desc {
        width: 45%;
    }
}
@media screen and (max-width: 1300px) {

    .content-event-thumb {
        width: 30%;
    }

    .single-event p {
        width: 100%;
    }

    .content-event-thumb {
        width: 40%;
    }

    .content-event-desc {
        width: 60%;
    }
}


@media screen and (max-width: 767px) {
    .single-event {
        flex-wrap: wrap;
    }

    .content-event-thumb {
        width: 100%;
    }

    .single-event p {
        width: 50%;
    }

    .content-event-desc {
        width: 100%;
    }
}

@media screen and (max-width: 620px) {
    .single-event p {
        width: 100%;
    }
}


.message {
    display: block;
    margin-bottom: 20px;
    padding: 15px;
    text-align: left;
    -webkit-border-radius: var(--radius-medium);
    -moz-border-radius: var(--radius-medium);
    border-radius: var(--radius-medium);
    border: 1px solid #cccccc;
    font-weight: var(--weight-bold);
}

.message.success {
    color: var(--color-green);
    border-color: var(--color-green);
}

.message.info {
    color: var(--color-blue);
    border-color: var(--color-blue);
}

.message.warning {
    color: var(--color-yellow);
    border-color: var(--color-yellow);
}

.message.error {
    color: var(--color-red);
    border-color: var(--color-red);
}

.permission-content {
    margin-left: -10px;
    margin-right: -10px;
}

.form-check-actions {
    width: 50%;
}

@media screen and (max-width: 1600px) {
    .form-check-actions {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .form-check-actions {
        width: 50%;
    }
}

@media screen and (max-width: 450px) {
    .form-check-actions {
        width: 100%;
    }
}

.container-inside-option {
    width: 125px;
}

.form-switch .form-check-input {
    width: 2.5em;
}
.inside-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    width: 85px;
    height: 85px;
    border-radius: 0.7rem;
    border: 1px solid #fff;
    background: #fff;
    margin: 0 24px 24px 0px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all ease-in-out 0.3s;

}

.toggler{
    position: absolute;
    top: -6px;
    right: -10px;
}

.inside-option:last-child {
    margin-right: 0px;
}


.inside-option:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    cursor: pointer;
    background: #435ebe;
    border: 1px solid #435ebe;
}

.inside-option-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #435ebe;
}

.inside-option-icon i {
    font-size: 1.2em;
    color: #435ebe;
    transition: all ease-in-out 0.3s;
}

.inside-option:hover .inside-option-icon i {
    color: #fff;
}

.inside-option-title {
    color: #435ebe;
    font-weight: 600;
    font-size: 0.8em;
    transition: all ease-in-out 0.3s;

}

.inside-option:hover .inside-option-title {
    color: #fff;
}

fieldset:disabled .choices,
fieldset:disabled .choices .choices__inner {
    background-color: #e9ecef;
    pointer-events: none !important;
}

fieldset:disabled .tox-sidebar-wrap {
    pointer-events: none !important;
}

.dataTables_filter input[type="search"] {
    padding: 0.33rem 0.5rem;
}

.dataTables_wrapper .row:first-child {
    padding-bottom: 10px;
}

@media screen and (max-width: 1180px) {
    .inside-option {
        width: 68px;
        height: 68px;
        margin: 0px 15px 15px 0px;
    }

    .inside-option-icon {
        margin-bottom: 5px;
    }

    .inside-option-icon i {
        font-size: 1em;
    }

    .inside-option-title {
        font-size: 0.7em;
    }

    .container-inside-option {
        width: 100%;
    }

    /*Menu mobile*/
    .header-burguer-btn {
        display: flex;
        justify-content: flex-end;
        z-index: 999;
    }

    .header-burguer-btn .burger-btn {
        z-index: 1000;
    }

    .sidebar-wrapper {
        width: 100%;
        z-index: 1050;

    }

    #sidebar {
        visibility: hidden;
    }

    #sidebar:not(.active) {
        visibility: hidden;
    }

    #sidebar.active {
        visibility: visible;
    }

    #sidebar:not(.active) .sidebar-wrapper {
        visibility: hidden;
        left: -1180px;
    }

    .sidebar-wrapper .menu .sidebar-link {
        background: #f7f6f6;
    }

    .sidebar-wrapper .menu .sidebar-title {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .sidebar-wrapper .menu .sidebar-title:after {
        content: '';
        position: absolute;
        background: #f3f2f2;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 45%;
        z-index: -1;
    }

    .sidebar-divisor {
        width: fit-content;
        padding: 0 15px;
        background: #fff;
    }

    .sidebar-divisor span {
        display: none;
    }

    .card .card-body {
        padding: 1rem !important;
    }

    .card-header {
        padding: 1rem;
    }

    /*DataTable Mobile*/

    .table-dt {
        border: none !important;
    }

    .table-dt caption {
        font-size: 1.3em;
    }

    .table-dt thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .table-dt tr {
        border: 2px solid #dce3f7;
        border-top: 15px solid #dce3f7;
        border-radius: 0.3em;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 1.3em;
        transition: all 0.2s ease-in-out;
    }

    .table-dt tbody tr td {
        border: none;
    }

    .table-dt td {
        border-top: none !important;
        display: block;
        font-size: 1em;
        text-align: left !important;
        width: 25% !important;
        box-sizing: border-box;
        min-height: 39px;
        padding: 0.4rem 0.5rem 0.2rem 0.5rem !important;
        box-sizing: border-box !important;
        font-size: 0.9em;
    }

    .table-dt td[data-full] {
        width: 100% !important;
    }
    .table-dt td::before {
        content: attr(data-label);
        float: left;
        font-size: 0.9em;
        font-weight: bold;
        width: 100%;
        text-align: left;
    }

    .table-dt .opcao {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .table-dt .opcao::before {
        width: auto !important;
    }

    .table-dt .opcao a {
        display: flex;
    }

    .table-dt .btn-op {
        display: block !important;
        font-size: 15px;
        line-height: 18px;
    }

    .options-container{
        justify-content: flex-end !important;
    }
    table.dataTable.table-hover>tbody>tr:hover>*{
        box-shadow: none !important;
    }
    .table-hover>tbody>tr:hover{
        background: rgb(231 231 231 / 39%) !important;
        background-image: none !important;
        --bs-table-accent-bg: none;
    }

    /* Fim Listagem Mobile */

    .dataTables_wrapper .row:first-child {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }


    .dataTables_wrapper .row:first-child > div:nth-child(1) {
        padding-right: 0px;
        width: 50% !important;
    }

    .dataTables_wrapper .row:first-child > div:nth-child(2) {
        padding-left: 0px;
        width: 50% !important;
    }

    .dataTables_filter input[type="search"] {
        margin-left: 0px !important;
    }

    .dataTables_wrapper .dataTables_filter {
        display: flex;
        justify-content: flex-end;
    }

    .dataTables_wrapper .dataTables_filter label {
        display: flex;
        flex-direction: column;
    }

    .dataTables_wrapper .dataTables_length {
        display: flex;

    }

    .dataTables_wrapper .dataTables_length label {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .dataTables_wrapper .dataTables_length label select {
        width: fit-content !important;
        margin-right: 5px;
    }
}

@media screen and (max-width: 680px) {
    .table-dt td {
        width: 50% !important;
    }
}
@media screen and (max-width: 450px) {
    .dataTables_wrapper .row:first-child {
        flex-direction: column-reverse;
    }

    .dataTables_wrapper .row:first-child > div:nth-child(2) {
        width: 100% !important;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-bottom: 15px;
    }
}


/*LOGS*/

.max-content-log{
    max-height: 570px;
    overflow-y: auto;
}

.xzoom-hidden {
    z-index: 9999;
}

.max-content-log::-webkit-scrollbar {
    width: 6px;

}
.max-content-log::-webkit-scrollbar-track {
    background: #dedcdc;
}

.max-content-log::-webkit-scrollbar-thumb {
    background-color: #b7b7b7;
    width: 7px;
    border-radius: 0px;

    /*border: 3px solid orange; */
}





.left-line{
    width: 70px;
}

@media screen and (max-width:575px){
    .left-line{
        width: 50px;
    }
}

.log-block{
    position: relative;
}
.log-block:before{
    position: absolute;
    content: '';
    left: -29.6px;
    top: 0px;
    width: 1px;
    height: 96%;
    background: #e1dfdf;
}
.log-container{
    display: flex;
    flex-direction: column;
}

.log-border{
    /*border: 1px solid #e7e7e7;*/
    /*border-radius: 0.3em;*/
}

.log-date{
    position: relative;
    font-size: 0.9em;
}

.log-date i{
    position: absolute;
    left: -39px;
    top:0px;
    width: 20px;
    height: 20px;
    background: #fff;
}
.log-body{
    display: flex;
    flex-direction: column;
    border-radius: 0.5em;
    background: #f9f9f9;
    position: relative;
    /*border-bottom: 1px solid #e7e7e7;*/
    /*border-right: 1px solid #e7e7e7;*/
    /*border-left: 8px solid #e7e7e7;*/
    padding: 0.6em 1em 0.8em 1em;
    margin-bottom:20px;
    transition: all 0.2s ease-in-out;
}

.log-i-container{
    position: absolute;
    left: -48px;
    top: 0px;
    padding: 0.2em;
    background: #fff;
}

.log-i{
    border-radius: 50%;
    width:30px;
    height:30px;
    font-size: 17px;
    /*color: #373B40;*/
    /*background: #E0E9F3;*/
    color: #fff;
    background: #435ebe;
}

.log-i.log-pending{
    background: #ffc107;
    color: #000;
}

.log-i.log-analyzing{
    background: #845bf3;
    color: #fff;
}

.log-i.log-invalid{
    background: #e74242;
    color: #fff;
}

.log-i.log-valid{
    background: #7EE2B8;
    color: #000;
}


.log-body:hover{
    background: #eff5ff;
}

.log-body.people{
    /*border-left: 8px solid #1a62b6;*/
}

.log-body .txt-manage{
    padding: 0.1em 0.3em;
    border-radius: 0.2em;
    font-size: 0.8em;
    margin-left: 5px;
}

.log-body .txt-pending{
    background:#ffc107 !important;
    color: #2d2d2d;
}

.log-body .txt-analyzing{
    background:#845bf3 !important;
    color: #fff;
}

.log-body .txt-invalid{
    background:#e74242 !important;
    color: #fff;
}

.log-body .txt-valid{
    background:#7EE2B8 !important;
    color: #000;
}

.log-body.people .log-user-icon{
    /*background: #435ebe;*/
    background: #8f9ead;
}

.log-body.log-pending .log-user-icon{
    background: #435ebe;
}

.log-body.log-valid .log-user-icon{
    background: #24dc6e;
}

.log-border .log-body:first-child{
    /*border-top: 1px solid #e7e7e7;*/
}

.log-info{
    font-weight: 700;
    margin-bottom: 0.2em;
    font-size: 0.93em;
    color:#5F5F5F;
}

.log-user{
    display: flex;
    align-items: start;
}

.log-user-icon{
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    line-height:12px;
}

.log-user-icon i{
    color: #8f9ead;
    font-size: 1.35em;
}

.log-user-name{
    display: inline-flex;
    font-size:0.85em;
    padding-left: 5px;
    font-weight: 700;
    color: #607080;
}

.log-user-name a:hover{
    text-decoration: underline;
}

.log-user-name a{
    color: #607080;
}

.log-action{
    font-size:0.85em;
    font-weight: 300;
    padding: 0 5px;
}

.log-hour{
    font-weight: 300;
    margin-left:3px;
}

.log-details{
    font-size: 0.92em;
    padding: 0.25em 0 0 0;
}
.log-details p{
    margin: 0 0 10px 0;
}

.log-details p:last-child{
    margin: 0 0 0px 0;
}

.btn-show{
    font-size: 0.92em;
    font-weight:600;
    position: relative;
}

.btn-show::before{
    position: absolute;
    left: -3.08em;
    bottom: 10px;
    content: '';
    width: 24px;
    height: 24px;
    border-left: 1px solid #e1dfdf;
    border-bottom: 1px solid #e1dfdf;
    border-radius: 0px 0.9em 0px 0.9em;
}
.btn-show:after{
    content: '';
    width: 7px;
    height: 7px;
    top: 0.3em;
    right: -0.8em;
    position: absolute;
    transform: rotate(45deg);
    border-right: 1px solid #364b98;
    border-bottom: 1px solid #364b98;
    transition: transform .2s ease-in-out;
}
.btn-show[aria-expanded="true"]:after{
    top: 0.64em;
    transform: rotate(-135deg);
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 6px;

}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    background: #dedcdc;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background-color: #b7b7b7;
    width: 7px;
    border-radius: 0px;

    /*border: 3px solid orange; */
}

.box-details{
    display: flex;
    width: 49%;
    margin-bottom: 1em;
    padding: 0.7em;
    background: #f9f9f9;
    border-radius: 0.5em;
    transition: all 0.2s ease-in-out;
}

.box-details:hover {
    background: #eff5ff;
}

.text-details{
    display: flex;
    flex-direction: column;

}

.icon-details{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5A8DEE;
    border-radius: 0.7rem;
    margin-right: 15px;
    width:58px;
    height:58px;
}

.title-details {
    font-weight: 600;
}

.icon-details.bg-customer {
    background: #FDC997;
}

.icon-details.bg-invoice {
    background: #5ab6ee;
}

.icon-details.bg-average {
    background: #f1627b;
}

.icon-details.bg-cash {
    background: #9DCDA6;
}

.icon-details i{
    color: #fff;
    font-size: 1.5em;
}

.number-details {
    font-weight: 800;
    color: #25396f;
    font-size: 1.2em;
}

.modal-invoice-info{
    background: #FFFFCC;
    color: #000;
    font-family: monospace, "sans-serif" !important;
}

body.light .modal-invoice-info table tr{
    border-color: #35354f !important;
}
.modal-invoice-info span{
    font-weight: 600;
    font-family: monospace, "sans-serif" !important;
    font-size: 15px;
}

.modal-invoice-info table,
.modal-invoice-info table tr,
.modal-invoice-info table td,
.modal-invoice-info table div{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: monospace, "sans-serif" !important;
}
.modal-invoice-info table tr {
    border-style: dashed !important;
}
.modal-invoice-info table tr:first-child td div{
    font-weight: 600 !important;
}

@media screen and (max-width:991px){
    .box-details{
        width: 100%;
        margin-bottom: 0.3em;
    }
    .icon-details {
        width: 42px;
        height: 42px;
    }
    .number-details {
        font-size: 1em;
    }
    .title-details {
        font-size: 0.9em;
    }
}

.container-invoices{
    display:flex;
    width: 100%;
    flex-wrap:wrap;
    justify-content:space-between;
}

.invoice-preview-img{
    max-height: 220px;
    object-fit: cover;
    width:100%;
    max-width: 100%;
    margin-bottom: 15px;
}
.manage-left{
    width: 66%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.manage-right{
    width: 33%;
}

.invoice-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:22%;
    max-height: 750px;
    overflow-y: auto;
}

.invoice-left::-webkit-scrollbar {
    width: 6px;

}

.invoice-left::-webkit-scrollbar-track {
    background: #dedcdc;
}

.invoice-left::-webkit-scrollbar-thumb {
    background-color: #b7b7b7 ;
    width: 7px;
    border-radius: 0px;
}

.invoice-right{
    display: flex;
    flex-wrap: wrap;
    width:77%;
}

.search-products{
    width: 100%;
}

@media screen and (max-width:1350px){
    .invoice-left{
        width:33%;
    }

    .invoice-right{
        width:67%;
    }
}
@media screen and (max-width:991px){
    .manage-left{
        width: 100%;
    }

    .manage-right{
        width: 100%;
    }
}

@media screen and (max-width:576px){
    .invoice-left{
        width: 100%;
    }
    .invoice-img{
        max-width:100px !important;
    }

    .invoice-right{
        width: 100%;
    }
    .search-products{
        width: 100%;
    }
    .manage-right{
        margin-top:15px;
    }
}

/*AJAX RESPONSES MESSAGES*/

.ajax_response {
    position: fixed;
    padding: 20px 20px 0 0;
    z-index: 9989;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
}

.ajax_response .message {
    color: #ffffff;
    font-size: var(--font-min);
    font-weight: var(--weight-normal);
    overflow: hidden;
    border: none;

    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 15px 20px 15px;
    background: #333333;
    margin-bottom: 15px;
    position: relative;

    -webkit-border-radius: var(--radius-normal);
    -moz-border-radius: var(--radius-normal);
    border-radius: var(--radius-normal);

    cursor: pointer;
}

.ajax_response .message:before {
    flex-basis: 0;
    margin: -5px 15px 0 0 !important;
    font-size: calc(var(--font-max) * 1.2);
    color: rgba(0, 0, 0, 0.5);
}

.ajax_response .message_time {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4%;
    height: 5px;
    background: rgba(0, 0, 0, 0.5);
}

.ajax_response .message.success {
    background: var(--color-green);
}

.ajax_response .message.info {
    background: var(--color-blue);
}

.ajax_response .message.warning {
    background: var(--color-yellow);
    color: #000;
}

.ajax_response .message.error {
    background: var(--color-red);
}

@media screen and (max-width: 800px) {
    .ajax_response {
        padding: 10px 10px 0 10px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ajax_response .message {
        width: 60%;
        margin-bottom: 10px;
        padding: 10px 10px 15px 10px;
        font-size: var(--font-small);
    }

    .ajax_response .message:before {
        font-size: calc(var(--font-max) * 0.8);
    }
}

/*SWEET ALERT*/
div:where(.swal2-container) h2:where(.swal2-title){
    font-size: 1.175em !important;
}
div:where(.swal2-icon) {
    width: 3em !important;
    height: 3em !important;
}
div:where(.swal2-icon) .swal2-icon-content {
    font-size: 3.2em !important;
}

.sa-icon:before{
    margin: initial !important;
}
div:where(.swal2-icon){
    border: none !important;
}

div:where(.swal2-container) button:where(.swal2-styled){
    padding: 0.325em 1.1em !important;
}
div:where(.swal2-icon).swal2-warning{
    color: #F5B946 !important;
}

.input-disabled{
    border: 0px !important;
    background: #1F1F2E !important;
}

