
.swal2-popup {
    font-size: 1.6rem !important;
}
.sweetA {
    background: #1A242F;
    opacity: 0.9;
    color: white;
}

    .sweetA .sweetOkBtn {
        background: #0aa5a9 !important;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #ffffff;
        min-height: 40px !important;
        box-shadow: none !important;
        font-size: 15px;
    }
    .swal2-confirm {
        background: #0aa5a9 !important;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #ffffff;
        min-height: 40px !important;
        box-shadow: none !important;
        font-size: 15px;
    }
        .swal2-confirm:hover {
            background: #ffc857 !important;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            color: #000000;
            min-height: 40px !important;
        }

    
    .sweetA .sweetCancelBtn {
        background: #237ce1;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #ffffff;
        min-height: 40px !important;
        box-shadow: none !important;
        font-size: 15px;
    }
    .swal2-cancel {
        background: #237ce1 !important;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #ffffff;
        min-height: 40px !important;
        box-shadow: none !important;
        font-size: 15px;
    }
        .swal2-cancel:hover {
            background-color: #ffc857 !important;
            color: #000000;
            min-height: 40px !important;
        }
.sweetOkBtn {
    background: #0aa5a9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    box-shadow: none !important;
    font-size: 15px;
    min-height: 40px !important;
}

    .sweetOkBtn:hover {
        background: #ffc857;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #000000;
        min-height: 40px !important;
    }

.sweetCancelBtn {
    background-color: #237ce1;
    color: #ffffff;
    box-shadow: none !important;
    font-size: 15px;
    min-height: 40px !important;
}

    .sweetCancelBtn:hover {
        background-color: #ffc857;
        color: #000000;
        min-height: 40px !important;
    }

.swal2-input{
    margin:auto;
}

