/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Version: 1.0
	Author: ThemeSelection
	Author URL: https://themeselection.com/
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
body{
color: black !important;
}


.toast-container {

    position: fixed;
    top: 80px;
    right: 20px;
    /*bottom: 20px;
    right: 20px;*/
    z-index: 9999;

}


.toast-access {

    width: 340px;
    background: white;
    border-radius: 12px;
    margin-bottom: 12px;
    transform: translateX(120%);
    transition: all .4s ease;

}


.toast-access.show {

    transform: translateX(0);

}


.toast-body-access {

    display: flex;
    align-items: center;
    padding: 14px;
    position: relative;


}


.toast-avatar {

    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;

}


.toast-info {

    flex: 1;

}


.toast-title {

    font-weight: 600;
    font-size: 15px;

}


.toast-sub {

    font-size: 12px;
    color: gray;

}


.toast-expired {

    font-size: 12px;
    color: #444;

}


.toast-time {

    font-size: 11px;
    color: #888;

}


.toast-status {

    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 8px;
    color: white !important;

}


.toast-status.success {

    background: #2ecc71;
    color: white !important;

}


.toast-status.danger {

    background: #e74c3c;
    color: white !important;

}

.toast-close {

    position: absolute;
    top: 6px;
    right: 10px;

    border: none;
    background: transparent;

    font-size: 18px;
    cursor: pointer;

    color: #888;

}

.toast-close:hover {

    color: #000;

}
.cp{
	cursor: pointer!important;
}

.input-border{
	border: none !important;
	border-bottom: 1px solid !important;
	border-radius: 0px !important;
}

.w-1{
	width: 3% !important;
}

.w-15{
	width: 11% !important;
}
/* Contenedor principal de la pantalla de carga */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);

    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 99999999;
}

/* Contenedor */
.spinner-container {
    position: relative;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    padding: 20px;
}

/* Spinner */
.spinner {
    position: relative;

    width: 120px;
    height: 120px;

    border: 6px solid rgba(255, 255, 255, 0.2);
    border-top: 6px solid #ffffff;

    border-radius: 50%;

    animation: spin 1.2s linear infinite;

    z-index: 1;

    margin-bottom: 20px;

    box-sizing: border-box;
}

/* Logo dentro del spinner */
.overlay-logo {
    position: absolute;

    width: 85px;
    height: 85px;

    object-fit: contain;

    top: 35px;
    left: 50%;

    transform: translateX(-50%);

    z-index: 2;

    user-select: none;

    margin: 0;
}

#overlay-text .dots-container {
    width: 3.5ch; /* Reserva un espacio fijo equivalente a 5 caracteres */
    display: inline-block;
}
/* Texto */
.overlay-text {
    color: #ffffff;

    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

    font-size: 15px;
    font-weight: 500;

    letter-spacing: 0.8px;

    text-align: center;

    text-transform: uppercase;

    transition: opacity 0.3s ease-in-out;

    z-index: 2;
}

/* Animación */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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


   .alertify-notifier .ajs-message.ajs-error{
    color: #yourcolor;
}

.modal-header{
	background: linear-gradient(#193e8e, #130e3b) !important;
	color:white !important;
}

.modal-title{
	color: white !important;
}

.modal-content , .modal-header{
	border-radius: 0;
}
