﻿.checkbox {
    margin-left: -16px !important;
}

.request-button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    row-gap: 15px;
    margin-top: 25px;
}

.request-button-container button {
    background-color: #CCFF00;
    color: black;
    border: 2px solid black;
    border-radius: 20px;
    width: fit-content;
    font-size: large;
}

.request-button-container button:nth-of-type(1) {
    padding: 7px 70px;
    background-color: black;
    color: white;
}

.request-button-container button:nth-of-type(2) {
    padding: 7px 110px;
    background-color: #CCFF00;
    color: black;
}