html, body {
    font-family: 'Roboto', sans-serif !important;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    margin: 0;
    padding: 0;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #FFEB99;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}


/*Modal*/
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    overflow-y: hidden;
    z-index: 1000;
}

    .modal-overlay.show {
        display: flex;
    }

.modal-container {
    background: white;
    border-radius: 15px;
    width: 100%;
    max-width: 450px;
    margin: 20px auto;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    padding: 1.4rem;
    height: 95%;
}

.modal-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    border-radius: 8px 8px 0 0;
    position: sticky;
    top: 0;
}

.modal-title {
    color: #464646;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.close-button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.modal-body {
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* Estilos para scrollbar en Chrome, Edge, y Safari */
.modal-body::-webkit-scrollbar {
    width: 8px !important;
    display: block !important;
    background-color: #f5f5f5 !important;
}

.modal-body::-webkit-scrollbar-thumb {
    background-color: rgba(136, 136, 136, 0.5) !important;
    border-radius: 10px !important;
    border: none !important;
}

.modal-body::-webkit-scrollbar-track {
    background-color: transparent !important;
    margin-top: 110px !important;
    margin-bottom: 10px !important;
}

/* Para Firefox */
.modal-body {
    scrollbar-width: thin !important;
    scrollbar-color: rgba(136, 136, 136, 0.5) transparent !important;
}

/* Asegúrate de que no haya ninguna regla global que oculte el scrollbar */
* {
    scrollbar-width: auto !important;
}

    *::-webkit-scrollbar {
        display: block !important;
    }

.modal-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    background: white;
    border-radius: 0 0 8px 8px;
    position: sticky;
    /*bottom: 0;*/
}

.save-button {
    width: 100%;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 1.25rem;
    cursor: pointer;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    padding: .8rem;
    transition-duration: 0.2s;
    cursor: pointer;
}

    .save-button:hover {
        background-color: #676767;
    }

    .save-button.btn-yellow {
        background: #F3CB35;
    }

        .save-button.btn-yellow:hover {
            background-color: #E3B600;
        }

.save-button-disabled {
    width: 100%;
    background-color: #ABABAB;
    color: white;
    border: none;
    border-radius: 1.25rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    padding: .8rem;
    transition-duration: 0.2s;
}

@media (max-width: 480px) {
    .modal-overlay {
        padding: 10px;
    }

    .modal-container {
        margin: 10px;
        max-height: calc(100vh - 20px);
    }

    .modal-body {
        padding: 15px;
    }
}


/*Style Table*/

.header-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.column-search {
    position: relative;
    width: 100%;
}

.column-search-input {
    width: 100%;
    padding: 4px 24px 4px 8px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    font-size: 12px;
    background: white;
}

.column-search i {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #666;
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.column-search-icon {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #666;
}

.container {
    padding: 20px;
}

.header {
    margin-bottom: 24px;
}

.title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #D4AC15;
    margin-bottom: 20px;
}

.search-container {
    position: relative;
    max-width: 370px;
    cursor: pointer;
    /*margin-bottom: 20px;*/
}

.search-input {
    width: 100%;
    padding: 9px 30px 8px 15px;
    border-radius: 20px;
    border: 1px solid #DDD;
    background: #FDFDFD;
    color: #464646;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.search-icon {
    position: absolute;
    right: 10px;
    top: 46%;
    transform: translateY(-50%);
    color: #666;
}

.table-wrapper {
    background-color: transparent;
    border-radius: 4px;
    overflow: auto;
    max-height: 440px; /* O el alto que prefieras */
}

.container-table {
    width: 100%;
    border-collapse: collapse;
}

    .container-table thead {
        position: sticky;
        top: 0;
        z-index: 1;
    }

.header-Table {
    height: 98px;
    padding: 10px;
}

.title-header-table {
    color: #464646;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.boton-header-table {
    display: flex;
    height: 98px;
    width: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: linear-gradient(88deg, rgba(243, 243, 247, 0.00) -2.57%, #FFC348 105.65%), var(--Buton-Buton-yellow-70, #F3CB35);
}

.subTitleTable {
    font-size: 14px;
    border-bottom: 1px solid #DDD;
}

tr {
    border-width: 1px;
}

td {
    padding: 12px 16px;
    color: #464646;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

    th:last-child,
    td:last-child {
        width: 60px;
        text-align: center;
    }

.actions-column {
    background: white;
    border-left: 1px solid #E5E5E5;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.action-add {
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    color: #666;
}

.action-menu {
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    color: #666;
}

@media (max-width: 768px) {
    .table-wrapper {
        overflow-x: auto;
    }

    table {
        min-width: 1000px;
    }
}

/*Style Paginator*/
.pagination-container {
    display: flex;
    justify-content: end;
    border-top: 1px solid #eee;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 12px;
}

.page-numbers {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-btn {
    padding: 8px 16px;
    border: none;
    background-color: transparent;
    color: #0066cc;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
}

    .page-btn:hover:not(:disabled) {
        color: #003366;
    }

    .page-btn:disabled {
        cursor: not-allowed;
        color: #ABABAB;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }


.page-num {
    width: 32px;
    height: 32px;
    border: none;
    background: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: all 0.2s ease;
}

    .page-num:hover:not(.active) {
        background-color: #f0f0f0;
    }

    .page-num.active {
        background-color: #F3CB35;
        color: #464646;
        border-radius: 28px;
    }


.dots {
    color: #666;
}

@media (max-width: 480px) {
    .page-btn {
        padding: 8px;
    }

    .page-numbers {
        gap: 4px;
    }

    .page-num {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
}


.items-per-page {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 20px;
    color: #464646;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.items-select {
    cursor: pointer;
    display: flex;
    padding: 3px 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 9px;
    border: 1px solid #F3F3F7;
    background: #FFF;
}

    .items-select:focus {
        outline: none;
        border-color: #F3CB35;
    }

/*Style Container Modal*/
.form-group {
    width: 100%;
    padding: 8px 12px;
    border-radius: 1.25rem;
    border: 1px solid #DDD;
}

    .form-group:hover {
        border: 1px solid #F3CB35;
    }

    .form-group.has-error {
        border-color: #dc3545;
    }

    .form-group.has-good {
        border: 1px solid #F3CB35;
    }

    .form-group::placeholder {
        color: #ABABAB;
    }

    .form-group input {
        width: 100%;
        background-color: transparent;
        border: none;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.25rem;
        color: #464646;
    }

        .form-group input:focus, .form-group select:focus {
            border: none;
            outline: none;
            opacity: 1;
        }

.form-group-disabled {
    width: 100%;
    padding: 8px 12px;
    border-radius: 1.25rem;
    border: 1px solid #F3F3F7;
    background: #F3F3F7;
}

.select-control {
    width: 100%;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 1rem;
}

.dates-container {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.date-group {
    width: 100%;
}

.date-input {
    width: 100%;
    font-size: 14px;
    box-shadow: none;
    outline: none;
    border: 0;
}

textarea.form-control {
    min-height: 100px;
    resize: vertical;
}

.title-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #464646;
}

.radio-group {
    display: flex;
    gap: 24px;
    margin-bottom: 20px;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 8px;
}

.radio-input {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin: 0;
    cursor: pointer;
    transition-duration: 0.2s;
}

    .radio-input:checked {
        border: 6px solid #F3CB35;
    }

    .radio-input:hover {
        background: #EEE;
    }

.checbox-group {
    display: contents;
    gap: 24px;
    margin-bottom: 20px;
}

.checbox-input {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    margin: 0;
    cursor: pointer;
    transition-duration: 0.2s;
}

    .checbox-input:checked {
        border: 6px solid #F3CB35;
    }

    .checbox-input:hover {
        background: #EEE;
    }

.radio-label {
    font-size: 14px;
    color: #666;
}

.visitors-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 20px;
}

.status-container {
    margin-top: 20px;
}

.status-label {
    font-size: 14px;
    color: #333;
    margin-bottom: 12px;
    display: block;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}

.toggle-input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 24px;
    transition: .4s;
}

    .toggle-slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        border-radius: 50%;
        transition: .4s;
    }

.toggle-input:checked + .toggle-slider {
    background-color: #F3CB35;
}

    .toggle-input:checked + .toggle-slider:before {
        transform: translateX(24px);
    }

.status-switch {
    display: flex;
    align-items: center;
    gap: 12px;
}

.status-text {
    font-size: 14px;
    color: #666;
}


.details-content {
    background-color: transparent;
    display: grid;
    gap: 33px;
}

.second-container-details {
    display: flex;
    flex-direction: column;
    gap: 14px; /* Espacio entre los detail-item */
}

.detail-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.label {
    color: #676767;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.value {
    color: #464646;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .value.numeric {
        font-family: monospace;
    }

.txt-Justify {
    text-align: justify;
}

.divider {
    height: 1px;
    background-color: #676767;
    margin: 17px 0;
}


.section-title {
    color: #464646;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.buttonEnviar {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 10px;
    border-radius: 20px;
    background: #F3CB35;
    border: none;
    color: #464646;
    /* font-family: Roboto; */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

@media (max-width: 768px) {
    .details-content {
        padding: 16px;
    }

    .detail-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .value {
        width: 100%;
    }
}

.QR {
    justify-content: space-evenly;
    display: flex;
}

/*Estilo para el componente Loading*/
.fondo {
    background: rgba(128, 128, 128, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loader-gif {
    width: 50%;
    height: 50%;
}
/*.loader {
    margin: auto;
    display: flex;
}

    .loader > div {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #346682;
        margin: 4px;
        animation: scale 0.9s ease infinite alternate;
        transform: scale(0);
    }

    .loader > :nth-child(2) {
        animation-delay: 0.3s;
    }

    .loader > :nth-child(3) {
        animation-delay: 0.6s;
    }*/

@keyframes scale {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.btn-search {
    width: 15%;
    border-radius: 10px;
}

    .btn-search:hover {
        background: #EEE;
    }

/*QR*/
.qr-container {
    display: inline-block;
    padding: 10px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.qr-code {
    display: block;
    max-width: 100%;
    height: auto;
}

/*Validations*/

.invalid-selection {
    border: 1px solid #dc3545;
}


.suggestion-list {
    position: relative;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}


.suggestion-item {
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .suggestion-item:hover {
        background-color: #f8f9fa;
    }


/*text Active*/
.title-Active {
    color: #11C900;
}

.Content-type-access {
    display: flex;
    height: 88px;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-Spacing-xxs, 4px);
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #DDD;
    background: #F9F9F9;
}

.header-container-privacy {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-container-filter {
    display: flex;
    padding: 10px 0px;
    justify-content: end;
}

.action-btn {
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(197, 197, 197, 0.20) 100%), #333;
    color: #FDFDFD;
    border: none;
    padding: 10px 25px;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition-duration: 0.4s;
    cursor: pointer;
}

    .action-btn:hover {
        background: #676767;
    }

.download-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    padding: 10px 25px;
    border-radius: 20px;
    background: #F3CB35;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    transition-duration: 0.4s;
    cursor: pointer;
}

    .download-btn:hover {
        background: #E3B600;
    }

.filter-btn {
    border: none;
    color: #464646;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    border-radius: 20px;
    background: #F3CB35;
    display: inline-flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor:pointer;
}
    .filter-btn:hover {
        background: #E3B600;
    }

.fondo-report {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.title-fondo {
    color: #464646;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

/*Estilos param ellipse titulo principal*/
.main-title {
    background: linear-gradient(0, rgba(240, 240, 240, 0.5) 6.15%, #FFD88A 148.28%);
    padding: 2rem
}

    .main-title h1 {
        font-size: 2rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.25rem;
        color: #EBC94B;
    }

.main-title-simplybook {
    background: linear-gradient(0, rgba(240, 240, 240, 0.5) 6.15%, #6BD0F5 148.28%);
    padding: 2rem
}

    .main-title-simplybook h1 {
        font-size: 2rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.25rem;
        color: #4BC8EB;
    }
/*Estilos para el toast*/
.toast-successful {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #CCFFCD;
    color: #464646;
    padding: 0.6rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.toast-progress-bar-successful {
    margin-top: 10px;
    width: 100%;
    height: 0.3rem;
    background-color: transparent;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.toast-progress-successful {
    width: 0;
    height: 100%;
    background-color: #4CAF50;
    animation: gradientFade 4.3s linear, fadeOutOpacity 4.3s linear;
    transition: width 4.3s linear; /* Duración del relleno de la barra */
}

.toast-error {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #FFD3CC;
    color: #464646;
    padding: 0.6rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.toast-progress-bar-error {
    margin-top: 10px;
    width: 100%;
    height: 0.3rem;
    background-color: transparent;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.toast-progress-error {
    width: 0;
    height: 100%;
    background: #F1948A;
    background-size: 300%;
    animation: gradientFade 4.3s linear, fadeOutOpacity 4.3s linear;
    transition: width 4.3s linear; /* Controla la animación del ancho */
}

@keyframes gradientFade {
    from {
        background-position: 0%;
    }

    to {
        background-position: 100%;
    }
}

/* Animación para desvanecer la barra */
@keyframes fadeOutOpacity {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/*estilos para el container de subir un archivo*/
.update-container {
    padding: 0rem 4rem;
    border-radius: .75rem;
    background: #FDFDFD;
    width: 100%;
    height: 100%;
    align-content: center;
    cursor: pointer;
}

.update-file-img {
    margin: 10px auto 10px;
    display: block;
    /*width: 43%;*/
}

.hover-border-upload {
    border: 2px solid transparent;
    transition: border 0.3s ease;
}

    .hover-border-upload:hover {
        border: 2px solid #DDD;
        border-radius: .75rem;
    }

.update-load {
    width: 40%;
    margin: 10px auto 10px
}

.load-text {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.delete-btn {
    display: inline-flex;
    padding: 0.625rem;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.75rem;
    background: #F0F0F0;
    transition-duration: 0.4s;
    cursor: pointer;
}

    .delete-btn:hover {
        background: #DDD;
    }

.file-conteiner {
    background: #F3F3F7;
    border-radius: 0.75rem;
    width: 100%;
    height: 100%;
    padding: 2rem;
    align-content: center;
}

.file-details {
    background: #FDFDFD;
    border-radius: 0.75rem;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    gap: 10px;
}

.file-name {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
}

.file-size {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

/*estilos para mostrar las plantillas de accesos*/

.container-templates {
    height: calc(100% - 7rem);
    overflow: hidden;
    border-radius: 2.6rem;
}

.item-inmuebles {
    width: 100%;
    height: 35px;
    align-items: center;
}

.item-active {
    color: #676767;
    padding: 0.29rem 1rem;
    align-items: center;
    background: #FDE8A5;
}

.item-inactive {
    background-color: white;
    padding: 0.29rem 1rem;
    align-items: center;
    color: #676767;
    transition-duration: 0.4s;
    cursor: pointer;
}

    .item-inactive:hover {
        background: #EEE;
    }

.access-templates {
    background: #FDE8A5;
    height: 100%;
    overflow-y: auto;
    padding: 1rem
}

.propertys-templates {
    background: #FDFDFD;
    height: 100%;
    overflow-y: auto;
    padding: 1rem
}

.name-item-acces {
    width: 95%;
    color: #676767;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.text-select-all {
    width: 35%;
    color: #676767;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.title-list {
    width: 53%;
    color: #464646;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/*Enterprise*/
.tab-container {
    display: flex;
    width: 100%;
    background: #f5f5f5;
    border-radius: 6px;
}

.tab {
    padding: 10px 10px;
    text-align: center;
    cursor: pointer;
    flex: 1;
    color: #464646;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .tab.active {
        background-color: #FFE07C;
        border-radius: 4px 0 0 4px;
    }

@media (max-width: 768px) {
    .tab-container {
        flex-direction: column;
    }

    .tab {
        width: 100%;
    }

        .tab.active {
            border-radius: 4px 4px 0 0;
        }
}

.text-span {
    color: #676767;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.text-b {
    color: #464646;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.edificios-scroll {
    max-height: 400px; /* Altura máxima del contenedor */
    overflow-y: auto; /* Habilita scroll vertical */
    background-color: #FDE8A5;
    padding: 16px;
    border-radius: 8px;
}

.edificio {
    margin-bottom: 16px;
}

    .edificio h3 {
        margin: 0;
        padding-bottom: 8px;
        color: #676767;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.acceso {
    padding: 8px;
    margin: 4px 0;
    color: #676767;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Personalizar scrollbar */
.edificios-scroll::-webkit-scrollbar {
    width: 6px;
}

.edificios-scroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}


.button-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-button {
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 20px;
    border: none;
    background-color: #f5f5f5;
    color: #464646;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .custom-button.active {
        background-color: #F3CB35;
        color: #333;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
/*
        .custom-button.active svg path {
            fill: #333;
        }
*/
/*Estilos para el componente SelectPlantillas */

.custom-access-item {
    display: flex;
    align-items: center;
    padding: 10px 25px; 
    border-radius: 5px; 
    transition: background-color 0.3s ease; 
    cursor: pointer; 
}

    
    .custom-access-item:hover {
        background-color: #FFEB99; 
    }

    .custom-access-item input[type="checkbox"] {
        margin-left: auto; 
        transform: scale(1.2); 
        cursor: pointer; 
    }


.custom-access-item-label {
    font-size: 14px; 
    color: #333; 
    
}

.text-checkbox-label {
    display: flex;
    align-items: center; 
    gap: 8px; 
    font-size: 0.85rem; 
    color: #555; 
    cursor: pointer; 
    white-space: nowrap;
    padding-left: 10px; 
}

    .text-checkbox-label input[type="checkbox"] {
        margin-left: auto; 
        transform: scale(1.2); 
        cursor: pointer;
    }
.access-templatess {
    background: #f9f9f9;
    /*height: 100%;
    overflow-y: auto;
    padding: 1rem*/
}

.access-header-label {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    margin-right: 23rem;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
}

.access-vehicle-header-label {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    margin-right: 22.7rem;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
}

.small-text {
    font-size: 0.7rem;
}

/*Estilos para el componente SelectComponent*/

.select-dropdown {
    max-height: 185px;
    overflow-y: auto;
    background: #fff;
    padding: .7rem;
    /*z-index: 10;*/
    width: 100%;
    border: 2px solid #DDD;
    border-block-start-color: transparent;
    border-radius: 10px
}

.select-item {
    padding: 10px;
    cursor: pointer;
    border-radius: 0.75rem;
}

    .select-item:hover {
        background: #DDD;
    }

.text-danger {
    color: red;
    font-size: 14px;
}

.asignacion-btn {
    border: none;
    color: #464646;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-weight:bold;
    border-radius: 20px;
    background: #F3CB35;
    display: inline-flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.asignacion-container {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.empresa-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .empresa-item.inline {
        justify-content: flex-start;
        gap: 16px;
    }

        .empresa-item:first-child label,
        .empresa-item.inline label {
            font-size: 16px;
            font-weight: bold;
        }

    .empresa-item:not(.inline) label {
        font-size: 16px;
    }

.arrow-button {
    background-color: transparent; 
    color: #676767;
    border: none;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    transition: transform 0.2s ease-in-out;
}

    .arrow-button:hover {
        transform: scale(1.2);
        color: #FAC542;
    }

    .arrow-button:focus {
        outline: none;
    }


.checked-green:checked {
    accent-color: #F3CB35;
}

.guardar-container {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.guardar-btn {
    background-color: #333333;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.empresa-item:hover {
    background-color: #e1e1e1;
}

.verification-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 250px); 
    margin-top: 2rem;
}

.verification-box {
    background-color: #FFFFFF;
    padding: 2rem;
    border-radius: 1.25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    text-align: center;
    border: 1px solid #DDD;
    margin: auto; 
}

    .verification-box h2 {
        color: #464646;
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 2rem;
    }

.input-container {
    margin-bottom: 2rem;
}

.verification-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 10px;
    border-radius: 20px;
    background: #F3CB35;
    border: none;
    color: #464646;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .verification-btn:hover {
        background: #E3B600;
    }

.password-field {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .toggle-password svg {
        color: #6c757d; /* Color gris para el ícono */
    }

    .toggle-password:hover svg {
        color: #495057; /* Color más oscuro al pasar el mouse */
    }

/* Ocultar el ícono nativo de mostrar contraseña en Microsoft Edge */
input::-ms-reveal {
    display: none;
}


/* Ocultar el ícono en Chrome */
input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
}

/* Otra forma de ocultar controles nativos en Chrome y similares */
input[type="password"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-outer-spin-button,
input[type="password"]::-webkit-clear-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Estilos generales para garantizar compatibilidad */
input[type="password"] {
    -webkit-text-security: disc !important;
}

    