/* Login Page */
.login-card {
    background-image: url("/assets/images/site/background.png") !important; /* Change the background image here */
    background-size: cover;
}

/* Dashboard Page */
.logo-backend {
    width: 125px !important;
}

/* Estilo para añadir un puntero a los elementor para indicar que se puede hacer click */
.pointer {
    cursor: pointer;
}

.nav-link {
    color: rgb(137 78 41) !important;
    text-decoration-color: initial;
}

.logo-login {
    width: 230px !important;
}

.textarea-ia {
    height: 90% !important;
    background: bisque;
    color: black;
    font-size: small;
}

.textarea-ia:read-only {
    height: 90% !important;
    background: bisque;
    color: black;
    font-size: small;
}

.spinner {
    display: none;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #db9834;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Color negro con 70% de opacidad */
    z-index: 99998; /* Asegurándonos de que el overlay esté detrás del spinner */
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.dz-image img {
    width: 120px !important;
    height: 120px !important;
}
.dz-preview.dz-image-preview{
    margin-bottom: 60px !important;
}

.form-check-input {
    background-color: rgb(251 251 251) !important;
    border-color: rgba(140, 130, 115, 0.25);
}

.form-switch .form-check-input:checked {
    background-color: var(--darkreader-bg--theme-deafult) !important;
    border-color: var(--darkreader-border--theme-deafult) !important;
}

.duplicate {
    color: #965e0a; !important;
}

div .action .duplicate {
    margin-right: 5px !important;
}

