﻿.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 776px) {
    .container-sm, .container {
        max-width: 97%;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 97%;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 97%;
        font-size: 1rem !important;
    }
}

body {
    padding: 0;
    background-color: #F4F4F4;
    height: 100%;
}



/*-------------------------------------------------------------------------------- [Grid Breakpoints] --------------------------------------------------------------------------------*/
@media (min-width: 2100px) {
    .col-xxxl {
        flex: 1 0 0%;
    }

    .row-cols-xxxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xxxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xxxxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxxl-0 {
        margin-left: 0;
    }

    .offset-xxxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxxl-3 {
        margin-left: 25%;
    }

    .offset-xxxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxxl-6 {
        margin-left: 50%;
    }

    .offset-xxxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxxl-9 {
        margin-left: 75%;
    }

    .offset-xxxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxxl-11 {
        margin-left: 91.66666667%;
    }

    .g-xxxl-0,
    .gx-xxxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxxl-0,
    .gy-xxxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxxl-1,
    .gx-xxxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxxl-1,
    .gy-xxxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxxl-2,
    .gx-xxxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxxl-2,
    .gy-xxxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxxl-3,
    .gx-xxxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxxl-3,
    .gy-xxxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxxl-4,
    .gx-xxxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxxl-4,
    .gy-xxxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxxl-5,
    .gx-xxxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxxl-5,
    .gy-xxxl-5 {
        --bs-gutter-y: 3rem;
    }
}



/*----------------------------------------------------------------------------------- [Card] -----------------------------------------------------------------------------------*/
.card {
    border: 0px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

.card-header {
    padding: 1.5rem 0px;
    background-color: rgb(255 255 255);
    border-bottom: 1px solid rgb(184 184 184 / 48%);
    margin: 0 1.538rem;
    font-size: 1.22rem;
    font-weight: 300;
}


/*----------------------------------------------------------------------------------- [Btn] -----------------------------------------------------------------------------------*/
select[readonly].select-blocked {
    pointer-events: none;
    background-color: #e9ecef;
    opacity: 1;
}

.item-nav-dark {
    color: #d8d8d8 !important;
    height: 100%;
    align-content: center;
}

    .item-nav-dark:hover {
        background-color: transparent;
        color: #ffffff !important;
    }

.btn-primary {
    color: #fff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    transition: all 0.2s ease-in-out;
}

    .btn-primary:hover {
        transform: translateY(-0.8px);
        /*box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);*/
    }

    .btn-primary:active {
        transform: translateY(0px);
        transition: all 0.0s ease-in-out;
    }

.btn-secondary {
    color: #000 !important;
    border-color: rgba(0, 0, 0, 0) !important;
    background-color: #ebeef0 !important;
    transition: all 0.2s ease-in-out;
}

    .btn-secondary:hover {
        background-color: #d7dee2 !important;
        transform: translateY(-0.8px);
        /*box-shadow: 0 .125rem 0.25rem 0 rgb(149 154 160 / 40%) !important;*/
    }

    .btn-secondary:active {
        transform: translateY(0px);
        transition: all 0.0s ease-in-out;
        box-shadow: unset !important;
    }

.btn-ripple {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

    .btn-ripple * {
        position: relative;
        z-index: 2;
    }

.ripple {
    position: absolute;
    border-radius: 50%;
    background: #c8c8c8;
    transform: scale(0);
    animation: ripple-animation 0.5s linear;
    pointer-events: none;
    z-index: 1;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.button-link {
    text-decoration: none;
    background-color: #fff;
    padding: 10px 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #555555;
    transition: background-color 0.3s;
    display: inline-block;
}

    .button-link:hover {
        background-color: transparent;
        color: #555555;
    }

.button-link-danger {
    text-decoration: none;
    background-color: #dc3545;
    padding: 10px 16px;
    border: 1px solid #dc3545;
    border-radius: 5px;
    color: #fff;
    transition: background-color 0.3s;
    display: inline-block;
}

    .button-link-danger:hover {
        background-color: #a61321;
        border: 1px solid #a61321;
    }

.button-link-success {
    text-decoration: none;
    background-color: #198754;
    padding: 10px 16px;
    border: 1px solid #198754;
    border-radius: 5px;
    color: #fff;
    transition: background-color 0.3s;
    display: inline-block;
}

    .button-link-success:hover {
        background-color: #157347;
        border: 1px solid #157347;
    }

.button-link-warning-success {
    text-decoration: none;
    background-color: #fbc300;
    padding: 10px 16px;
    border: 1px solid #fbc300;
    border-radius: 5px;
    color: #fff;
    transition: background-color 0.3s;
    display: inline-block;
}

    .button-link-warning-success:hover {
        background-color: #198754;
        border: 1px solid #198754;
    }

.button-link-pill-green {
    background-color: #198754 !important;
    color: transparent;
    border: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, .14), 0 0px 5px 0 rgba(0, 0, 0, .12);
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    width: 36px;
    transition: width 0.3s ease, color 0.3s ease;
}

    .button-link-pill-green:hover {
        width: 150px;
        color: #ffff;
    }

    .button-link-pill-green i {
        color: #ffff;
        margin-right: 4px;
    }

    .button-link-pill-green span {
        opacity: 0;
        transition: opacity 0.3s ease;
        white-space: nowrap;
    }

    .button-link-pill-green:hover span {
        opacity: 1;
    }

.button-link-pill-blue {
    background-color: #246ae3 !important;
    color: transparent;
    border: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, .14), 0 0px 5px 0 rgba(0, 0, 0, .12);
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    width: 36px;
    transition: width 0.3s ease, color 0.3s ease;
}

    .button-link-pill-blue:hover {
        width: 330px;
        color: #ffff;
    }

    .button-link-pill-blue i {
        color: #ffff;
        margin-right: 4px;
    }

    .button-link-pill-blue span {
        opacity: 0;
        transition: opacity 0.3s ease;
        white-space: nowrap;
    }

    .button-link-pill-blue:hover span {
        opacity: 1;
    }

.button-link-pill {
    background-color: #fff !important;
    color: transparent;
    border: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, .14), 0 0px 5px 0 rgba(0, 0, 0, .12);
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    width: 36px;
    transition: width 0.3s ease, color 0.3s ease;
}

    .button-link-pill:hover {
        width: 150px;
        color: #555555;
    }

    .button-link-pill i {
        color: #555555;
        margin-right: 4px;
    }

    .button-link-pill span {
        opacity: 0;
        transition: opacity 0.3s ease;
        white-space: nowrap;
    }

    .button-link-pill:hover span {
        opacity: 1;
    }

.btn-logout {
    color: #d8d8d8 !important;
    height: 100%;
    align-content: center;
}

    .btn-logout:hover {
        /*background-color: #434343bd;*/
        background-color: transparent;
    }

.btn-white {
    background-color: white;
    border-color: #d6d6d6;
    color: #212529;
}
    .btn-white:hover {
        color: #fff;
        background-color: #212529;
        border-color: #f4f4f4;
    }

.btn-white2 {
    background-color: white;
    color: #212529;
}

    .btn-white2:hover {
        color: #fff;
        background-color: #212529;
    }

.btn-black {
    color: #fff;
    background-color: #212529;
    border: 0;
}

    .btn-black:hover {
        color: #fff;
        background-color: #212529;
    }

.btn-actualizar {
    outline: none;
    height: 40px;
    text-align: center;
    width: 130px;
    padding: .375rem .75rem;
    border-radius: .25rem;
    background: transparent;
    color: black;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    position: relative;
}

    .btn-actualizar:after {
        content: attr(data-text);
        display: inline-block;
    }

    .btn-actualizar.onclic {
        width: 30px;
        height: 30px;
        padding: 0;
        background-color: transparent !important;
        border-color: #bbbbbb;
        border-width: 3px;
        border-style: solid;
        border-left-color: black;
        border-radius: 50%;
        font-size: 0;
        animation: rotating 0.5s linear infinite;
        margin-bottom: 3px;
    }

        .btn-actualizar.onclic:after {
            content: "";
        }

    .btn-actualizar:hover {
        background-color: #fafafa;
    }

    .btn-actualizar:active {
        background-color: #fafafa;
    }

    .btn-actualizar:disabled {
        background-color: #f6f7f8;
        font-size: 11px;
        width: 130px;
        height: 33px;
        color: #989898;
        cursor: not-allowed;
    }

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem transparent, 0 0 0 0.25rem #258cfb00;
}


/*---------------------------------------------------------------------------------- [Datatables] ----------------------------------------------------------------------------------*/
table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover, table.dataTable thead > tr > td.dt-orderable-asc:hover, table.dataTable thead > tr > td.dt-orderable-desc:hover {
    outline: 0 !important;
    outline-offset: 0 !important;
}

.dt-search label {
    display: none !important;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
    border-bottom-color: rgba(0, 0, 0, .125) !important;
}

div.dt-container.dt-empty-footer .dt-scroll-body {
    border-bottom: 1px solid #dee2e6 !important;
}

div.dt-container .dt-search input {
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    color: #212529 !important;
    outline: 0;
}
    div.dt-container .dt-search input:focus {
        border-color: #939393 !important;
        box-shadow: 0 0 0 0.03rem rgba(0, 0, 0, 0.43) !important;
    }

div.dt-buttons > .dt-button:focus:not(.disabled), div.dt-buttons > div.dt-button-split .dt-button:focus:not(.disabled) {
    outline: none !important;
    box-shadow: inset 0 0 3px #111 !important;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: none !important;
    background-color: #f6f7f8 !important;
    border-color: #f6f7f8 !important;
    border-radius: 20px !important;
}

    div.dt-container .dt-paging .dt-paging-button.current:focus:not(:hover) {
        background: none !important;
        background-color: #f6f7f8 !important;
        border-color: #f6f7f8 !important;
        /*background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);*/
    }

div.dt-container .dt-paging .dt-paging-button:not(.current):focus:not(:hover) {
    background: transparent;
    border-radius: 20px;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    border-radius: 20px;
}

div.dt-container .dt-paging .dt-paging-button {
    padding: .2em 0.7em;
}

    div.dt-container .dt-paging .dt-paging-button.first:not(.disabled):hover {
        color: black !important;
        border: 1px solid #fff;
        background: linear-gradient(to bottom, #ffffff 0%, #fff 100%);
    }

    div.dt-container .dt-paging .dt-paging-button.first:not(.disabled):active {
        background: none;
        box-shadow: none;
    }

    div.dt-container .dt-paging .dt-paging-button.previous:not(.disabled):hover {
        color: black !important;
        border: 1px solid #fff;
        background: linear-gradient(to bottom, #ffffff 0%, #fff 100%);
    }

    div.dt-container .dt-paging .dt-paging-button.previous:not(.disabled):active {
        background: none;
        box-shadow: none;
    }

    div.dt-container .dt-paging .dt-paging-button.next:not(.disabled):hover {
        color: black !important;
        border: 1px solid #fff;
        background: linear-gradient(to bottom, #ffffff 0%, #fff 100%);
    }

    div.dt-container .dt-paging .dt-paging-button.next:not(.disabled):active {
        background: none;
        box-shadow: none;
    }

    div.dt-container .dt-paging .dt-paging-button.last:not(.disabled):hover {
        color: black !important;
        border: 1px solid #fff;
        background: linear-gradient(to bottom, #ffffff 0%, #fff 100%);
    }

    div.dt-container .dt-paging .dt-paging-button.last:not(.disabled):active {
        background: none;
        box-shadow: none;
    }

div.dt-buttons > .dt-button, div.dt-buttons > div.dt-button-split .dt-button {
    border: 1px solid rgb(0 0 0 / 24%) !important;
    border-radius: 4px !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
    background: none !important;
    background-color: #f6f7f8 !important;
}


/*--------------------------------------------------------------------------------------- [NavBar] ---------------------------------------------------------------------------------------*/
.navbar {
    padding-top: 0;
    padding-bottom: 0;
    height: 65px;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    height: 100% !important;
}

.navbar-expand .navbar-collapse {
    height: 100%;
}

.navbar-expand .navbar-nav {
    height: 100%;
    align-items: center !important;
}


/*--------------------------------------------------------------------------------------- [Table] ---------------------------------------------------------------------------------------*/
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit;
}

.table > tbody {
    vertical-align: middle;
}


/*--------------------------------------------------------------------------------------- [Forms] ---------------------------------------------------------------------------------------*/
.form-control:focus {
    border-color: #939393;
    box-shadow: 0 0 0 0.03rem rgba(0, 0, 0, 0.43) !important;
}

.form-select:focus {
    border-color: #939393;
    outline: 0;
    box-shadow: 0 0 0 0.03rem rgb(0 0 0 / 43%) !important;
}

.form-select-filter {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9' /%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 18px 20px;
    border: 1px solid #ced4da;
}

.form-check-input {
    width: 1.2em;
    height: 1.2em;
}

    .form-check-input:focus {
        border-color: #939393;
    }

    .form-check-input:checked {
        background-color: #000000;
        border-color: #000000;
    }

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 0.03rem #198754 !important;
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
    box-shadow: 0 0 0 0.03rem #198754 !important;
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgb(25 135 84 / 0%);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    box-shadow: 0 0 0 0.03rem #dc3545 !important;
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
    box-shadow: 0 0 0 0.03rem #dc3545 !important;
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgb(220 53 69 / 0%);
}



/*---------------------------------------------------------------------------------- [DropMenu] ----------------------------------------------------------------------------------*/
.dropdown-menu-dark {
    color: rgba(255, 255, 255, .90);
    background-color: #000000;
    border-color: rgba(0, 0, 0, .15);
}

    .dropdown-menu-dark .dropdown-item-hover {
        color: rgba(255, 255, 255, .89);
    }

    .dropdown-menu-dark .dropdown-divider {
        border-color: rgb(255 255 255);
    }

.dropdown-item-hover.active, .dropdown-item-hover:active {
    color: #fff !important;
    text-decoration: none;
    background-color: rgba(255,255,255,.15) !important;
}

.dropdown-hover .dropdown-menu {
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.6s, opacity 0.2s, visibility 0s linear 0.6s;
}

.dropdown-hover:hover .dropdown-menu {
    transition: max-height 0.6s, opacity 0.2s;
    max-height: 100%;
    height: 45px;
    opacity: 1;
    visibility: visible;
}

.dropdown .dropdown-toggle:active {
    pointer-events: none;
}

.dropdown-item-hover.active, .dropdown-item-hover:active {
    background-color: #000000;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000000;
    text-decoration: none;
    background-color: #d5d9dd;
}

.navbar-expand .navbar-nav .dropdown-menu {
    transform: translateX(10px) translateY(-3px);
}

#navMenuMobile {
    display: none;
    position: absolute;
    background: #000;
    padding: 10px;
    top: 99%;
    right: 0;
    width: 100%;
    z-index: 100;
}

    #navMenuMobile.show {
        display: block;
    }

.dropdown-menu2 {
    list-style-type: none;
    padding-left: 0rem;
    margin-bottom: 0rem;
}



/*---------------------------------------------------------------------------------- [Circle Drop-down] ----------------------------------------------------------------------------------*/
.user-pic {
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 30px;
    margin-right: 15px;
}

.sub-menu-wrap {
    position: absolute;
    top: 100%;
    right: 1.2%;
    width: auto;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s;
    z-index: 9999;
}

    .sub-menu-wrap.open-menu {
        max-height: 400px;
    }

.sub-menu {
    background: #fff;
    padding: 20px;
    padding-bottom: 11px;
    margin: 10px;
    margin-top: 2px;
    border-radius: 5px;
    box-shadow: 0px 0.7px 7px 0px rgb(145 158 171 / 29%);
}

.user-info {
    display: flex;
    align-items: center;
}

.user-info h3 {
    font-weight: 500;
}

.user-info img {
    width: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.sub-menu hr {
    border: 0;
    height: 1px;
    width: 100%;
    background: #b5bcc2;
    margin: 15px 0 10px;
}

.sub-menu-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #525252 !important;
    margin: 12px 0;
}

    .sub-menu-link:hover {
        background-color: #f5f5f5;
        border-radius: 5px;
    }

    .sub-menu-link p {
        width: 100%;
        margin-bottom: 0;
    }

    .sub-menu-link i {
        width: 40px;
        background: #ffffff00;
        border-radius: 50%;
        padding: 8px;
        margin-left: 40px;
        margin-right: 12px;
        font-size: 16px;
    }

.sub-menu-link span {
    font-size: 22px;
    transition: transform 0.5s;
}

.sub-menu-link:hover span{
    transform: translateX(5px);
}

.sub-menu-link:hover p{
    font-weight: 500;
}



/*--------------------------------------------------------------------------------- [Spinner] ---------------------------------------------------------------------------------*/
.loader {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 32px 0 #fff, -32px 0 #fff;
    position: absolute;
    animation: flash 0.5s ease-out infinite alternate;
}

@keyframes flash {
    0% {
        background-color: #FFF2;
        box-shadow: 32px 0 #FFF2, -32px 0 #FFF;
    }

    50% {
        background-color: #FFF;
        box-shadow: 32px 0 #FFF2, -32px 0 #FFF2;
    }

    100% {
        background-color: #FFF2;
        box-shadow: 32px 0 #FFF, -32px 0 #FFF2;
    }
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1069;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

    .spinner-overlay.show {
        opacity: 1;
        visibility: visible;
    }

.spinner-container {
    position: relative;
    z-index: 1070;
}



/*----------------------------------------------------------------------------------- [Spinner2] -----------------------------------------------------------------------------------*/
.spinner-overlay-white {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 27%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1069;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

    .spinner-overlay-white.show {
        opacity: 1;
        visibility: visible;
        touch-action: none; 
        pointer-events: all;
        user-select: none; 
        overscroll-behavior: none; 
    }

.spinner {
    animation: spinner-rotation 1.4s linear infinite;
    width: 13vw;
    height: 13vh;
}

@media (max-width: 776px) {
    .spinner {
        width: 23vw;
        height: 23vh;
    }
}

@media (min-width: 1800px) {
    .spinner {
        width: 10vw;
        height: 10vh;
    }
}

.spinner__track {
    /*stroke: #ccc;*/
}

.spinner__circle {
    stroke-dashoffset: 0;
    transform-origin: center;
}

.spinner--small .spinner__circle {
    stroke: #fff;
    stroke-dasharray: 87.96; /* 2 * π * 14(radio) ≈ 87.96 */
    animation: spinner-dashoffset-small 1.4s ease-in-out infinite, spinner-colors-small 2.8s ease-in-out infinite;
}

@keyframes spinner-rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

@keyframes spinner-dashoffset-small {
    0% {
        stroke-dashoffset: 87.96;
    }

    50% {
        stroke-dashoffset: 21.99;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 87.96;
        transform: rotate(450deg);
    }
}

@keyframes spinner-colors-small {
    0%, 50%, 100% {
        stroke: #000;
    }
}



/*------------------------------------------------------------------------------- [Breadcrumb] -------------------------------------------------------------------------------*/
.breadcrumb-object {
    color: #000 !important;
    text-decoration: unset !important;
}

    .breadcrumb-object:hover {
        color: #000 !important;
        text-decoration: underline !important;
        transition: background-color 0.3s;
    }

.breadcrumb-object-active {
    color: #000 !important;
    text-decoration: unset !important;
    font-weight: 500;
}