﻿.buttonBox {
    border-radius: 40px;
    border: none;
    padding: 8px;
}
    .buttonBox:disabled {
        opacity: 0.5;
        cursor: not-allowed
    }
.buttonBox.buttonBox-whole {
    width: 100%;
}

    .buttonBox.buttonBox-l  {
        width: 400px;
    }

    .buttonBox.buttonBox-red {
        background-color: #d01b27;
        color: #f5f5f6;
    }

    .buttonBox.buttonBox-dark {
        background-color: #333e48;
        color: #f5f5f6
    }
