.modal-header {
    border-bottom: 0px;
    padding: 1rem 1rem 0 1rem;
}

.modal-footer {
    border-top: 0px;
    padding: 0rem 1rem 1rem 1rem;
}

.modal-title {
    font-size: 20px;
    font-weight: 450;
    line-height: 32px;
    color: #0a0a0a;
}

.modal-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.20000000298023224px;
    color: #757575;
}

.modal-footer {
    gap: 10px;
}

.modal-footer .btn-cancel {
    width: fit-content;
    background-color: #eaeeff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #2c58a0;
}

.modal-footer .btn-cancel:hover {
    color: #254c8a;
}

.modal-footer .btn-confirm {
    background-color: #2c58a0;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: white;
    letter-spacing: 2px;
}

.modal-footer .btn-confirm:hover {
    color: #f6f6f6;
}
