﻿
/******************** Estilos titulo, cuerpo y botones **/

/*------------------------------------- Anulacion de rasgos */
h2#swal2-title {
    /* h4 bold */

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height, or 122% */

    text-align: center;
    /* Black 1 */

    color: #2E384D;
    /* Inside auto layout */

    flex: none;
    align-self: stretch;
    flex-grow: 0;
}

div#swal2-html-container {
    /* body2/regular */

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    /* or 129% */

    text-align: center;
    /* Black 1 */

    color: #2E384D;
    /* Inside auto layout */

    flex: none;
    align-self: stretch;
    flex-grow: 0;
}

.swal-button--cancel {
    color: #333;
}

.swal2-styled.swal2-confirm {
    /* Base */
    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    /* Black 3 */
    background-color: #768AA2 !important;
    border-radius: 20px;
    width: 220px;
}

.swal2-styled.swal2-cancel {
    /* Button */
    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    /* Blue 50 Primary */

    background-color: #0064FF;
    border-radius: 20px;
    width: 190px;
}