/*-----------------------------------------------------------*/
/* ------------------- Custom swal style ------------------- */
/*-----------------------------------------------------------*/
.swal2-icon.swal2-warning {
    border-color: #BBBBD6 !important;
    color: #292B7B !important;
}

.swal2-icon.swal2-info {
    border-color: #BBBBD6 !important;
    color: #292B7B !important;
}

.swal2-icon.swal2-success {
    border-color: #BBBBD6 !important;
    color: #292B7B !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
    background-color: #292B7B !important;
}

.swal2-popup .swal2-title {
    color: #292B7B !important;
}

.swal2-content #swal2-content {
    font-size: 1.125em !important;
}

/*---------------------------------
|----- BOTÃO DE CANCELAMENTO -----|
---------------------------------*/

.swal2-popup .swal2-styled.swal2-cancel {
    color: #292B7B !important;
    margin-right:15px;
    padding: 9.5px 32px;
    height: 45px;
    border: 2px solid #1C1C68 !important;
    border-radius: 5px;
    text-decoration: none;
    background: transparent !important;
}

.swal2-popup .swal2-styled.swal2-cancel:first-line {
    height: 26px;
    font-family: 'Jost-Medium';
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    color: #292B7B !important;
}

.swal2-popup .swal2-styled.swal2-cancel:hover {
    background: #E4E4EE !important;
}

.swal2-popup .swal2-styled.swal2-cancel:active {
    background: #BBBBD6 !important;
}

/*---------------------------------
|----- BOTÃO DE CONFIRMAÇÃO ------|
---------------------------------*/

.swal2-popup .swal2-styled.swal2-confirm {
    margin-left:15px;
    padding: 9.5px 32px;
    height: 45px;
    background: #292B7B !important;
    border-radius: 5px;
    border: 0px !important;
    text-decoration: none;
}

.swal2-popup .swal2-styled.swal2-confirm:hover {
    background: #1C1C68 !important;
}

.swal2-popup .swal2-styled.swal2-confirm:active {
    background: #060048 !important;
}

.swal2-popup .swal2-styled.swal2-confirm:first-line {
    height: 26px;
    font-family: 'Jost-Medium';
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF !important;
}

