﻿.modal {

}

    .modal .modal-title {
        font-family: Poppins700;
        font-size: 26px;
        color: #831CEF;
        max-width: 100%;
        overflow: hidden;
    }

    .modal .modal-footer button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 8px 16px;
        gap: 10px;
        height: 37px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        border: none;
        font-family: Poppins500;
        font-size: 14px;
        text-transform: uppercase;
    }

    .modal .modal-footer .btn-success {
        background: #831CEF;
    }

    .modal .modal-footer .btn-secondary {
        background: #C1C8CD;
    }

.spl-button2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    height: 37px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border: none;
    font-family: Poppins500;
    font-size: 14px;
    text-transform: uppercase;
}