﻿
.swal-button--confirm {
    cursor: pointer;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    text-align: center;
    text-decoration: none;
    letter-spacing: .5px;
    background-color: #023a1c !important;
    color: #FFEB3B !important;
}

.swal-button--cancel {
    cursor: pointer;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    text-align: center;
    text-decoration: none;
    letter-spacing: .5px;
    color: #fff;
    background-color: #f44336 !important;
}

#modal_chooser .forgot-card {
    margin-right: auto;
    margin-left: auto;
    width: auto !important;
    min-width: 350px;
    text-align: center
}

@media only screen and (max-width: 480px) {


    #modal_chooser.modal,
    #modal_changepassword.modal,
    #modal_OTP.modal {
        width: 95% !important;
        max-height: unset !important;
    }

        #modal_chooser.modal .modal-content,
        #modal_changepassword.modal .modal-content,
        #modal_OTP.modal .modal-content {
            padding: 10px !important;
        }


    #modal_chooser .forgot-card,
    #modal_changepassword .forgot-card,
    #modal_OTP .forgot-card {
        margin-right: auto;
        margin-left: auto;
        width: auto !important;
        min-width: auto !important;
        text-align: center
    }

    #forgot-password {
        display: flex;
        font-size: 12px;
        line-height: 1.3rem;
    }

    .Resent_OTP,
    .Validate_OTP,
    .Close_OTP
    {
        line-height: 30px !important;
        height: auto !important;
        padding: 0 5px;
        font-size: 10px;
    }




    .Sent_OTP,
    .Sent_Email,
    .Close_Chooser,
    .Close_ChangePassword {
        line-height: 30px !important;
        height: auto !important;
        padding: 0 5px;
        font-size: 12px;
    }

        .Resent_OTP i.right,
        .Validate_OTP i.right
        {
            margin-left: 3px;
        }

        
        .Sent_OTP i.right,
        .Sent_Email i.right {
            margin-left: 8px;
        }
}
