.userEditDiv{
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.userAreaHeader{
    display: flex;
    margin-top: 0px;
    font-family: jost;
    font-weight: 600;
    font-size: 18px;
    color: black;
    text-align: left;
    align-items: left;
    margin-bottom: 20px;
}

.userAreaLabel{
    display: inline-block;
    margin-top: 0px;
    font-family: jost;
    font-weight: 400;
    font-size: 14px;
    color: black;
    text-align: left;
}

@media screen and (max-width: 420px) {
    .userAreaLabel{
        width: 100% !important;
    }
}

@media screen and (min-width: 420px) {
    .userAreaLabel{
        width: 320px !important;
    }
}
    
.orderAreaLabel{
    display: inline-block;
    margin-top: 0px;
    font-family: jost;
    font-weight: 400;
    font-size: 14px;
    color: black;
    text-align: left;
    width: 100%;
}

.userAreaInput{
    display: flex;
    height: 45px;
    margin-bottom: 10px;
    font-family: jost;
    font-weight: 400;
    border-width: 1px;
    border-radius: 10px;
    border-color: gray !important;
    border-style: solid;
    color: black !important;
}

@media screen and (max-width: 420px) {
    .userAreaInput{
        width: 100% !important;
        font-size: 14px;

    }
}

@media screen and (min-width: 420px) {
    .userAreaInput{
        width: 320px !important;
        font-size: 18px;
    }
}

.userAreaMail{
    display: flex;
    height: 45px;
    margin-bottom: 10px;
    margin-left: 20px;
    font-family: jost;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    float: left;
}

@media screen and (max-width: 420px) {
    .userAreaMail{
        width: 100% !important;
        font-size: 14px;
    }
}

@media screen and (min-width: 420px) {
    .userAreaMail{
        width: 320px !important;
        font-size: 18px;
    }
}

.userAreaButton{
    display: flex;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    width: 200px;
    cursor: pointer;

    font-family: jost;
    font-weight: 400;
    font-size: 18px;

    background-color: gray;
    color: white;
    border-radius: 12px;
}

.userAreaButton:hover{
    background-color: rgb(171, 171, 171) !important;
}

.orderDiv{
    display: flex;
    flex-flow: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 760px) {
    .orderDiv{
        margin-top: 0px;
    }
}

@media screen and (min-width: 760px) {
    .orderDiv{
        margin-top: 20px;
    }
}
    
.contentOrderDiv{
    padding: 20px;
    background-color: lightgray;
    height: 260px;
    border-radius: 20px;
    margin-top: 20px;
    min-width: 160px;
    margin-right: 10px;
    margin-left: 10px;
}

.orderHeader{
    display: flex;
    margin-top: 0px;
    font-family: jost;
    font-weight: 600;
    font-size: 18px;
    color: black;
    text-align: left;
    align-items: left;
    margin-bottom: 20px;
}

.orderButton{
    cursor: pointer;
    display: flex;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    height: 43px;

    font-family: jost;
    font-weight: 400;
    font-size: 18px;

    background-color: rgb(120, 28, 28);
    color: white;
    border-radius: 12px;
}

.orderTableInput{
    cursor: pointer;
    align-items: left;
    text-align: left;
    display: flex;
    height: 30px;
    width: 120px;
    font-family: jost;
    font-weight: 400;
    font-size: 14px;
    border-width: 1px;
    border-radius: 12px;
    border-color: gray !important;
    border-style: solid;
}

#saveButton{
    margin-top: 20px;
    margin-bottom: 40px;
}

.buttonSpace{
    margin-top: 40px;
    width: 100%;
}

.spaceButton{
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    cursor: pointer;

    margin-left: 10px;
    margin-right: 10px;

    font-family: jost;
    font-weight: 400;
    font-size: 18px;

    background-color: gray;
    color: white;
    border-radius: 12px;
}

.spaceButton:hover{
    background-color: rgb(171, 171, 171) !important;
}

.orderDropdown{
    cursor: pointer;
    align-items: center;
    text-align: center;
    display: flex;
    height: 43px;
    max-width: 150px;

    margin-top: 20px;

    font-family: jost;
    font-weight: 400;
    font-size: 18px;

    border-radius: 12px;
    border-color: var( --e-global-color-accent );

    background-color: var( --e-global-color-accent );
    color: white;
}

#nameInput{
    margin-bottom: 5px;
}
    