﻿
:root {
    --gov-navy: #313945;
    --gov-blue: #1c1e4d;
    --gov-blue-dark: #071f42;
    --gov-blue-soft: #eef4fb;
    --gov-border: #d8e0ea;
    --gov-text: #243044;
    --gov-muted: #6c7789;
    --gov-bg: #f4f6f8;
    --gov-white: #ffffff;
    --gov-danger: #b42318;
    --gov-success: #157347;
    --gov-shadow: 0 18px 45px rgba(28, 30, 77, 0.12);
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    color: var(--gov-text);
    background: radial-gradient(circle at top left, rgba(28, 30, 77, 0.06), transparent 30%), linear-gradient(180deg, #f8f9fb 0%, #eef1f5 100%);
}

.page-wrapper {
    min-height: 100vh;
}

/* =========================================================
   Contenedor principal
   ========================================================= */

.form-shell {
    background: var(--gov-white);
    border: 1px solid rgba(216, 224, 234, 0.9);
    border-radius: 10px;
    box-shadow: var(--gov-shadow);
    overflow: hidden;
}

/* =========================================================
   Encabezado
   ========================================================= */

.form-header {
    position: relative;
    min-height: 138px;
    padding: 26px 34px;
    background: linear-gradient(90deg, #071f42 0%, #102f5e 52%, #313945 100%);
    color: #fff;
    overflow: hidden;
}

.brand-area {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 24px;
}

.brand-logo-box {
    width: 132px;
    min-width: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo {
    max-width: 118px;
    max-height: 88px;
    object-fit: contain;
}

.brand-divider {
    width: 1px;
    height: 74px;
    background: rgba(255, 255, 255, 0.55);
}

.header-text h1 {
    margin: 0 0 6px 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.35rem;
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: 0.2px;
    width: 90%;
}

.header-text p {
    margin: 0;
    font-size: 0.98rem;
    color: rgba(255, 255, 255, 0.72);
}

.header-watermark {
    position: absolute;
    right: 34px;
    top: 50%;
    width: 210px;
    max-width: 34%;
    transform: translateY(-50%);
    opacity: 0.11;
    pointer-events: none;
    user-select: none;
}

/* =========================================================
   Cuerpo
   ========================================================= */

.form-body {
    padding: 32px;
}

/* =========================================================
   Alertas / mensajes del proceso
   ========================================================= */

.alert-custom {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 16px 18px;
    box-shadow: 0 10px 25px rgba(49, 57, 69, 0.08);
}

    .alert-custom.alert-success {
        background: #f0f8f4;
        border-color: rgba(21, 115, 71, 0.18);
        color: #124d32;
    }

    .alert-custom.alert-danger {
        background: #fff3f2;
        border-color: rgba(180, 35, 24, 0.18);
        color: #7a1b14;
    }

.alert-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .alert-icon.success {
        background: rgba(21, 115, 71, 0.1);
        color: var(--gov-success);
    }

    .alert-icon.danger {
        background: rgba(180, 35, 24, 0.1);
        color: var(--gov-danger);
    }

.alert-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 0.94rem;
}

    .alert-content strong {
        font-weight: 700;
    }

.validation-summary-custom ul {
    margin: 8px 0 0 0;
    padding-left: 18px;
}

/* =========================================================
   Secciones organizadas
   ========================================================= */

.form-section {
    border: 1px solid var(--gov-border);
    border-radius: 10px;
    background: #fff;
    margin-bottom: 22px;
    overflow: hidden;
}

.section-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    background: linear-gradient(90deg, #f4f8fd 0%, #ffffff 100%);
    border-left: 4px solid var(--gov-blue);
    border-bottom: 1px solid var(--gov-border);
}

.section-number {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 8px;
    background: linear-gradient(180deg, #163d78 0%, #0b2855 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    box-shadow: 0 8px 16px rgba(28, 30, 77, 0.18);
}

.section-heading h2 {
    margin: 0;
    color: var(--gov-blue-dark);
    font-size: 1.08rem;
    font-weight: 700;
}

    .section-heading h2 small {
        color: var(--gov-muted);
        font-weight: 400;
        font-size: 0.92rem;
    }

.section-heading p {
    margin: 3px 0 0 0;
    color: var(--gov-muted);
    font-size: 0.84rem;
}

.section-content {
    padding: 22px 22px 24px 22px;
}

/* =========================================================
   Formularios
   ========================================================= */

.form-label-custom {
    color: #263247;
    font-size: 0.88rem;
    font-weight: 700;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 7px;
}

    .form-label-custom i {
        color: #183a70;
        font-size: 0.9rem;
    }

.form-control-custom,
.form-select.form-control-custom,
.form-select {
    min-height: 44px;
    border: 1px solid #cfd8e3;
    border-radius: 7px;
    color: var(--gov-text);
    font-size: 0.94rem;
    background-color: #fff;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

    .form-control-custom:focus,
    .form-select:focus {
        border-color: #2f6fd6;
        box-shadow: 0 0 0 0.2rem rgba(47, 111, 214, 0.14);
    }

    .form-control-custom::placeholder {
        color: #7d8795;
    }

.metric-input {
    color: #0d47a1;
    font-weight: 700;
}

.textarea-custom {
    resize: vertical;
    min-height: 118px;
}

.validation-text {
    display: block;
    margin-top: 5px;
    font-size: 0.82rem;
}

/* =========================================================
   Motivos dinámicos (Motivo + Cantidad)
   ========================================================= */

.motivos-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.motivo-row {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    padding: 14px;
    border: 1px solid var(--gov-border);
    border-radius: 9px;
    background: #f8fbff;
}

.motivo-row-field {
    flex: 1 1 auto;
    min-width: 0;
}

.motivo-row-cantidad {
    flex: 0 0 140px;
}

.motivo-remove-btn {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 7px;
    border: 1px solid var(--gov-border);
    background: #fff;
    color: var(--gov-danger);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.18s ease, border-color 0.18s ease;
}

    .motivo-remove-btn:hover:not(:disabled) {
        background: #fff3f2;
        border-color: rgba(180, 35, 24, 0.3);
    }

    .motivo-remove-btn:disabled {
        color: #b6bcc4;
        cursor: not-allowed;
        opacity: 0.6;
    }

.motivos-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.btn-add-motivo {
    min-height: 42px;
    border-radius: 7px;
    padding: 0 18px;
    border: 1px solid #071f42;
    background: linear-gradient(180deg, #0d2d5c 0%, #071f42 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .btn-add-motivo:hover:not(:disabled) {
        background: linear-gradient(180deg, #123b78 0%, #092954 100%);
        border-color: #092954;
    }

    .btn-add-motivo:disabled {
        background: #9aa3ad;
        border-color: #9aa3ad;
        cursor: not-allowed;
        opacity: 0.75;
    }

.motivos-counter {
    color: var(--gov-muted);
    font-size: 0.86rem;
    font-weight: 600;
}

.motivos-feedback {
    display: none;
    color: var(--gov-danger);
    font-size: 0.82rem;
    margin-top: 8px;
}

    .motivos-feedback.show-feedback {
        display: block;
    }

@media (max-width: 768px) {
    .motivo-row {
        flex-wrap: wrap;
    }

    .motivo-row-field,
    .motivo-row-cantidad {
        flex: 1 1 100%;
    }

    .motivo-remove-btn {
        margin-left: auto;
    }
}


/* =========================================================
   Ayuda informativa: Atención / Reclamo
   ========================================================= */

.concept-help {
    margin-top: 9px;
    margin-bottom:-0.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: var(--gov-muted);
    font-size: 0.84rem;
    line-height: 1.1;
}



.concept-help-btn {
    padding: 0;
    border: 0;
    background: transparent;
    color: #0d47a1;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(49, 57, 69, 0.08);
    background: linear-gradient(5deg, #f4f8fd 10%, #ffffff 100%);
    border-bottom: 1px solid var(--gov-border);
    padding: 5px 10px;
    border-radius: 10px;
    transition: 1s;
    line-height:1.1em;
}

.concept-help-btn:hover {
    background: #0d47a1;
    color:#ffffff !important;
    text-decoration:none !important;
    transition:0.5s;
}

    

    .concept-help-btn:hover,
    .concept-help-btn:focus {
        color: var(--gov-blue-dark);
        text-decoration: underline;
    }

    .concept-help-btn:focus {
        outline: 2px solid rgba(47, 111, 214, 0.25);
        outline-offset: 3px;
        border-radius: 4px;
    }

/* =========================================================
   Modal informativo
   ========================================================= */

.concept-modal {
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 22px 55px rgba(7, 31, 66, 0.22);
}

.concept-modal-header {
    background: linear-gradient(90deg, #f4f8fd 0%, #ffffff 100%);
    border-bottom: 1px solid var(--gov-border);
    padding: 20px 24px;
}

    .concept-modal-header .modal-title {
        display: flex;
        align-items: center;
        gap: 9px;
        color: var(--gov-blue-dark);
        font-size: 1.12rem;
        font-weight: 700;
    }

        .concept-modal-header .modal-title i {
            color: #183a70;
        }

.concept-modal-subtitle {
    margin: 5px 0 0 0;
    color: var(--gov-muted);
    font-size: 0.86rem;
}

.concept-modal-body {
    padding: 24px;
}

.concept-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

    .concept-tabs .nav-item {
        width: 100%;
    }

    .concept-tabs .nav-link {
        width: 100%;
        min-height: 44px;
        border-radius: 9px;
        background: #f1f5f9;
        color: var(--gov-blue-dark);
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

        .concept-tabs .nav-link:hover {
            background: #e7eef7;
        }

        .concept-tabs .nav-link.active {
            background: linear-gradient(180deg, #163d78 0%, #0b2855 100%);
            color: #fff;
            box-shadow: 0 8px 16px rgba(28, 30, 77, 0.16);
        }

.concept-card {
    display: flex;
    gap: 18px;
    border: 1px solid var(--gov-border);
    border-radius: 12px;
    background: #fff;
    padding: 22px;
}

.concept-card-title{
    display:flex;
    flex-direction:row;
    gap:0.5em;
    align-items:center;
    justify-content:flex-start;
}
    .concept-card-title h6{
        margin:0px !important;
    }

    .concept-card-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
        border-radius: 12px;
        background: var(--gov-blue-soft);
        color: #183a70;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.18rem;
    }

    .concept-card-icon.warning {
        background: #fff4e6;
        color: #9a5b00;
    }

.concept-card-content h6 {
    margin: 0 0 10px 0;
    color: var(--gov-blue-dark);
    font-size: 1rem;
    font-weight: 700;
}

.concept-card-content p {
    margin: 0;
    color: #34445c;
    font-size: 0.94rem;
    line-height: 1.65;
}

.concept-example {
    margin-top: 16px;
    padding: 13px 15px;
    border-left: 4px solid #183a70;
    border-radius: 9px;
    background: #f8fbff;
    color: #34445c;
    font-size: 0.9rem;
    line-height: 1.5;
}

    .concept-example strong {
        display: block;
        margin-bottom: 4px;
        color: var(--gov-blue-dark);
    }

.concept-modal-footer {
    border-top: 1px solid var(--gov-border);
    padding: 16px 24px;
}

.btn-concept-primary {
    min-height: 42px;
    border-radius: 7px;
    padding: 0 22px;
    background: linear-gradient(180deg, #0d2d5c 0%, #071f42 100%);
    border: 1px solid #071f42;
    color: #fff;
    font-weight: 700;
}

    .btn-concept-primary:hover {
        background: linear-gradient(180deg, #123b78 0%, #092954 100%);
        border-color: #092954;
        color: #fff;
    }



    /* Estilos para seccion de modal de datos mensuales */
.datos-mensuales-help-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

    .datos-mensuales-help-grid .concept-card {
        padding: 18px;
        margin-bottom: 0 !important;
        height: 100%;
    }

    .datos-mensuales-help-grid .concept-card-content {
        width: 100%;
    }

    .datos-mensuales-help-grid .concept-card:last-child {
        grid-column: 1 / -1;
    }

/* =========================================================
   Botones
   ========================================================= */

.form-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    padding-top: 24px;
    margin-top: 8px;
    border-top: 1px solid var(--gov-border);
}

.btn-clean,
.btn-submit {
    min-height: 44px;
    border-radius: 7px;
    font-weight: 700;
    font-size: 0.94rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.btn-clean {
    background: #fff;
    border: 1px solid var(--gov-border);
    color: var(--gov-blue-dark);
    padding: 0 16px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

    .btn-clean:hover {
        background: #f5f8fc;
        border-color: #b7c5d6;
        color: var(--gov-blue);
        text-decoration: none;
    }

/* =========================================================
   Acciones del header (módulo de administración)
   ========================================================= */

.header-actions {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    margin: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
    pointer-events: auto;
}

    .header-actions form {
        margin: 0;
    }

.btn-submit {
    background: linear-gradient(180deg, #0d2d5c 0%, #071f42 100%);
    border: 1px solid #071f42;
    color: #fff;
    box-shadow: 0 8px 18px rgba(7, 31, 66, 0.18);
}

    .btn-submit:hover {
        background: linear-gradient(180deg, #123b78 0%, #092954 100%);
        border-color: #092954;
        color: #fff;
    }

    .btn-submit:disabled {
        background: #9aa3ad;
        border-color: #9aa3ad;
        color: #fff;
        box-shadow: none;
        cursor: not-allowed;
        opacity: 0.75;
    }

/* =========================================================
   Pie decorativo
   ========================================================= */

.footer-brand {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 26px auto 0 auto;
    color: #313945;
    opacity: 0.85;
}

    .footer-brand span {
        height: 1px;
        flex: 1;
        background: rgba(49, 57, 69, 0.35);
    }

    .footer-brand small {
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 0.92rem;
        text-transform: uppercase;
        letter-spacing: 4px;
        white-space: nowrap;
    }

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 768px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .form-header {
        padding: 24px;
    }

    .brand-area {
        align-items: flex-start;
        gap: 16px;
    }

    .brand-logo-box {
        width: 90px;
        min-width: 90px;
    }

    .brand-logo {
        max-width: 92px;
        max-height: 90px;
    }

    .brand-divider {
        display: none;
    }

    .header-text h1 {
        font-size: 1.2rem;
    }

    .header-text p {
        font-size: 0.88rem;
    }

    .header-watermark {
        width: 160px;
        right: -20px;
        opacity: 0.08;
    }

    .form-body {
        padding: 22px;
    }

    .section-heading {
        align-items: flex-start;
    }

        .section-heading h2 {
            font-size: 1rem;
        }

    .section-content {
        padding: 18px;
    }

    .form-actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .btn-clean,
    .btn-submit {
        width: 100%;
    }

    .footer-brand small {
        letter-spacing: 2px;
        font-size: 0.78rem;
    }


    /*------------  Modal ----------*/
    .concept-help {
        display: block;
        font-size: 0.83rem;
    }

    .concept-help-btn {
        display: inline;
        margin-top: 2px;
    }

    .concept-modal-header {
        padding: 18px;
    }

    .concept-modal-body {
        padding: 18px;
    }

    .concept-tabs {
        grid-template-columns: 1fr;
        gap: 10px;
    }

        .concept-tabs .nav-link {
            min-height: 46px;
        }

    .concept-card {
        flex-direction: column;
        padding: 18px;
        gap: 14px;
    }

    .concept-card-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }

    .concept-card-content p {
        font-size: 0.9rem;
    }

    .concept-example {
        font-size: 0.86rem;
    }

    .concept-modal-footer {
        padding: 14px 18px;
    }

    .btn-concept-primary {
        width: 100%;
    }

    .datos-mensuales-help-grid {
        grid-template-columns: 1fr;
    }

        .datos-mensuales-help-grid .concept-card:last-child {
            grid-column: auto;
        }
}

/* =========================================================
   Módulo de administración (login técnico y bandeja de pendientes)
   ========================================================= */

.table-responsive {
    border: 1px solid var(--gov-border);
    border-radius: 10px;
    overflow: hidden;
}

.table {
    margin-bottom: 0;
}

    .table thead th {
        background: var(--gov-blue-soft);
        color: var(--gov-blue-dark);
        font-weight: 700;
        font-size: 0.85rem;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        border-bottom: 1px solid var(--gov-border);
        padding: 14px 16px;
    }

    .table tbody td {
        padding: 14px 16px;
        color: var(--gov-text);
        border-bottom: 1px solid var(--gov-border);
        vertical-align: middle;
    }

    .table tbody tr:last-child td {
        border-bottom: none;
    }

    .table tbody tr:hover {
        background: var(--gov-blue-soft);
    }

.btn-aprobar-solicitud,
.btn-rechazar-solicitud {
    min-height: 40px;
    border-radius: 7px;
    padding: 0 16px;
    font-weight: 700;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid transparent;
    margin-left: 8px;
}

.btn-aprobar-solicitud {
    background: var(--gov-success);
    border-color: var(--gov-success);
    color: #fff;
}

    .btn-aprobar-solicitud:hover {
        background: #0f5c39;
        border-color: #0f5c39;
    }

.btn-rechazar-solicitud {
    background: #fff;
    border-color: var(--gov-danger);
    color: var(--gov-danger);
}

    .btn-rechazar-solicitud:hover {
        background: #fff3f2;
    }

@media (max-width: 768px) {
    .btn-aprobar-solicitud,
    .btn-rechazar-solicitud {
        width: 100%;
        justify-content: center;
        margin-left: 0;
        margin-top: 8px;
    }
}

.badge-estado {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.badge-estado-activo {
    background: rgba(21, 115, 71, 0.12);
    color: var(--gov-success);
}

.badge-estado-pendiente {
    background: var(--gov-blue-soft);
    color: var(--gov-blue-dark);
}

.badge-estado-inactivo {
    background: rgba(180, 35, 24, 0.1);
    color: var(--gov-danger);
}

/* =========================================================
   Diálogos SweetAlert2 (módulo de administración)
   ========================================================= */

.swal-gov-popup {
    border-radius: 12px;
    padding-bottom: 8px;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.swal-gov-icon {
    border-color: var(--gov-blue-dark) !important;
    color: var(--gov-blue-dark) !important;
}

.swal-gov-icon.swal2-icon-warning {
    border-color: var(--gov-danger) !important;
    color: var(--gov-danger) !important;
}

.swal-gov-title {
    color: var(--gov-blue-dark);
    font-weight: 700;
}

.swal-gov-body {
    text-align: left;
}

.swal-gov-label {
    display: block;
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--gov-blue-dark);
    margin: 14px 0 6px;
}

.swal-gov-label:first-child {
    margin-top: 0;
}

.swal-gov-input {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--gov-border);
    border-radius: 7px;
    padding: 0 14px;
    font-size: 0.95rem;
    color: var(--gov-text);
    background: var(--gov-white);
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

    .swal-gov-input:focus {
        outline: none;
        border-color: var(--gov-blue);
        box-shadow: 0 0 0 3px rgba(28, 30, 77, 0.12);
    }

textarea.swal-gov-input {
    min-height: 84px;
    padding: 10px 14px;
    resize: vertical;
    font-family: inherit;
}

.swal-gov-password-group {
    display: flex;
    gap: 8px;
}

    .swal-gov-password-group .swal-gov-input {
        flex: 1 1 auto;
    }

.swal-gov-toggle-password {
    flex: 0 0 auto;
    width: 44px;
    min-height: 44px;
    border: 1px solid var(--gov-border);
    border-radius: 7px;
    background: #fff;
    color: var(--gov-blue-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .swal-gov-toggle-password:hover {
        background: var(--gov-blue-soft);
    }

.swal-gov-password-hint {
    margin: 6px 0 0;
    font-size: 0.8rem;
    color: var(--gov-muted);
}

.swal-gov-hint {
    color: var(--gov-danger);
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.swal-gov-confirm {
    background: linear-gradient(180deg, #0d2d5c 0%, #071f42 100%) !important;
    border: 1px solid #071f42 !important;
    border-radius: 7px !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 10px 22px !important;
    box-shadow: 0 8px 18px rgba(7, 31, 66, 0.18) !important;
}

.swal-gov-confirm.swal-gov-confirm-danger {
    background: var(--gov-danger) !important;
    border-color: var(--gov-danger) !important;
    box-shadow: 0 8px 18px rgba(180, 35, 24, 0.18) !important;
}

.swal-gov-cancel {
    background: #fff !important;
    border: 1px solid var(--gov-border) !important;
    border-radius: 7px !important;
    color: var(--gov-blue-dark) !important;
    font-weight: 700 !important;
    padding: 10px 22px !important;
}

    .swal-gov-cancel:hover {
        background: #f5f8fc !important;
    }
