.dashboardForm{
    min-width: 100%;
    margin: auto;
    display: flex;
    margin-left: -25px;
}

.dashboardTitleText{
    margin: auto;
    /*font-size: 17px;*/
    white-space: nowrap;
}



.dashboardFormPart{
    margin-bottom: 20px;
    width: 100%;
}

.dashboardFormPart>*{
    margin-bottom: 20px;
    display: flex;
}

.dashboardFormPartOptions{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.dashboardFormPartOption{
    display: flex;
    flex-direction: column;
    min-width: 50%;
    flex-wrap: wrap;
}

.dashboardFormPartOptionText{
    margin-bottom: 10px;
    color: var(--gray);
}

.dashboardFormPartOptionInput{
    margin-bottom: 10px;
    width: 90%;
}

.dashboardFormPartOptionInputItem{
    background: transparent;
    border: none;
    width: 100%;
    outline: none;
}

.dashboardSubmitButton{
    display: flex;
    margin: auto;
    transform: translateX(-40px);
    margin-bottom: 30px !important;
}


/*Will mix myorders with dashbaord because it's all the same thing anyways*/
.orderList{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 100%;
    min-width: 100%;
    justify-content: space-between;
    margin-left: -25px;
}

.orderListTitle{
    margin-bottom: 15px;
}

.orderItems{
    margin-left: -10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    min-width: 100%;
    width: min-content;
    height: auto;
}

.orderListItem{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    text-align: left;
    margin: auto;
    min-width: 100%;
    margin-bottom: 10px;
    /*border-bottom: solid 3px var(--gray);*/
}



.orderTitleInfo{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-width: 100%;
    height: 100%;
    color: var(--darkgray) !important;
}

.orderTitleInfoLeft{
    display: flex;
    flex-direction: column;
    margin-right: auto;
}

.orderTitleInfoLeftTop{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.sentStatus{
    margin-left: 10px;
}

.orderPrice{
    display: flex;
}

.orderProducts{
    display: flex;
    flex-direction: row;
    width: 102.5%;
    height: 100%;  
    overflow-x: scroll; 
    margin-top: 5px;
}

.orderedProduct{
    min-width: 200px;
    max-width: 200px;
    margin-right: 10px !important;
    margin-left: 0px !important;
}
