#form_con {
    margin-top: 20px;
    background-color: var(--object-main-color-light);
    width: 300px;
    padding: 10px 50px 10px 50px;
    height: 800px;
    justify-self: center;
}

#payment_form_options_con {
    margin-top: 30px;
    grid-column: span 2;
    display: flex;
    justify-content: space-between;

    a {
        text-decoration: none;
        color: white;
        padding: 5px;
    }
}

label {
    color: var(--darkgray-text);
}
textarea,
input,
select,
option {
    background-color: var(--form-input-background);
    color: white;
    height: 25px;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}


#choose_category_form{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 40px;
    overflow: auto;
}
#describe_problem{
    min-height: 100px;
}

#goback {
    background-color: var(--lightgray);
    margin-right: auto;
    width: 100px;
    text-align: center;
    color: rgb(220, 220, 220);
}

#pay {
    width: 100px;
    margin-left: auto;
    background-color: var(--green-button);
    color: rgb(220, 220, 220);
}