
.rd-primary-btn {
    padding: 4px 20px;
    background-color: #1E2E51;
    border: 2px solid #1E2E51;
    border-radius: 91px;
    transition: all ease-in-out 170ms;

    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
}

.rd-primary-btn:hover {
    background-color: #488282;
    border-color: #488282;
    text-decoration: none;
}

.rd-primary-btn[disabled] {
    background-color: #C4C4C4;
    border-color: #C4C4C4;
    color: #444444;
}


.rd-outline-btn {
    padding: 8px 20px;
    background-color: transparent;
    border-radius: 91px;
    border: 2px solid #1E2E51;
    transition: all ease-in-out 170ms;

    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1E2E51;
    text-decoration: none;
}

.rd-outline-btn:hover {
    background-color: #1E2E51;
    color: #fff;
    text-decoration: none;
}


.rd-secondary-outline-btn {
    padding: 8px 20px;
    background-color: transparent;
    border-radius: 91px;
    border: 2px solid #488282;
    transition: all ease-in-out 170ms;

    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #488282;
    text-decoration: none;
}

.rd-secondary-outline-btn:hover {
    background-color: #488282;
    color: #fff;
    text-decoration: none;
}

.modal-footer .btn-primary {
    background: #1E2E50;
    border-radius: 24px;

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
//display: flex;
    align-items: center;
    text-align: center;

    color: #FFFFFF;

    margin: 0px 10px;
}

.modal-footer .btn-primary:hover {
    background-color: #488282;
    border-color: #488282;
    text-decoration: none;
}

.modal-footer .btn-default {
    background: #C4C4C4;
    border-radius: 24px;

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
//display: flex;
    align-items: center;
    text-align: center;

    color: #444444;

    margin: 0px 10px;
}