.logo-login {
    color: black;
    position: relative;
    top: 15px;
}

.logo-login:hover {
    color: #000;
    text-decoration: none;
}

.logo-writing {
    display: flex;
    flex-direction: column;
}

.logo-writing .title-one {
    font-family: "font-gerth-italic";
    font-size: 40px;
    margin-top: 5px;
}

.logo-writing .title-two {
    font-family: "font-gerth-light-italic";
    font-size: 25px;
    margin-top: 10px;
    display: block;
}

.body-sign .card-sign .card-body {
    border-top: 5px solid #000;
}

.body-sign .card-sign .card-title-sign .title {
    background-color: #000;
}


/* ============= DASHBOARD =============== */
.logo:hover {
    text-decoration: none;
}

.logo-writing-dashboard {
    display: flex;
    flex-direction: column;
    color: #000;
}

.logo-writing-dashboard .title-one {
    font-family: "font-gerth-italic";
    font-size: 22px;
}

.logo-writing-dashboard .title-two {
    font-family: "font-gerth-light-italic";
    font-size: 16px;
}


/* ============= Alertas Swal (SweetAlert) =============== */
.swal2-container {
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.4);
}

.swal2-button-danger {
    background-color: rgb(255, 0, 0) !important;
    color: white !important;
}

.swal2-button-success {
    background-color: #28a745 !important;
    color: white !important;
}

.swal2-button-warning {
    background-color: #ffc107 !important;
    color: black !important;
}

.swal2-button-info {
    background-color: #17a2b8 !important;
    color: white !important;
}

.swal2-button-question {
    background-color: #007bff !important;
    color: white !important;
}

html.ligth .swal2-popup {
    border: 1px solid #141414;
    background-color: white !important;
    color: #1d2127 !important;
}

html.dark .swal2-popup {
    border: 1px solid #141414;
    background-color: #1d2127 !important;
    color: white !important;
}

html.dark .swal2-html-container {
    color: white !important;
}

html.dark .form-select {
    color: #ccc !important;
}

html.dark .text-muted {
    color: #928787 !important;
}

/* ============= MODAL =============== */
.modal {
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.4);
}