.d_flex {
    display: flex;
}

.ml_auto {
    margin-left: auto !important;
}

.mr_auto {
    margin-right: auto !important;
}

.login_main {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_main form {
    width: 100%;
}

.login_main form .login_form_field {
    width: calc(100% - 74px);
    margin-right: 10px;
}

.login_main form .login_form_btn {
    color: white;
}

.login_main .logo_div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login_main .login_logo {
    width: 125px;
    height: auto;
}

.nav_welcome {
    color: white;
}

.nav_welcome h6 {
    font-weight: 500;
    font-size: 15px;
}

.nav_welcome span {
    font-weight: 200;
}

.title_With_Back {
    display: flex;
    align-items: center;
}

.title_With_Back button {
    font-size: 15px;
    margin-left: auto;
}

.Order_list .Order_no {
    display: flex;
    align-items: center;
}

.OrderActions {
    display: flex;
    margin-left: auto;
}

.Order_list .Order_no .Order_status {
    /* margin-left: auto; */
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    background-color: lightgrey;
    border-radius: 50px;
    padding: 2px 10px;
}

.Order_list .Order_no .Order_status.pending {
    background-color: hsla(0, 53%, 58%, 0.1);
    color: #d34141;
}

.Order_list .Order_no .Order_status.approved {
    background-color: hsla(138, 67%, 42%, 0.1);
    color: #23b14d;
}

.person_name_div {
    display: flex;
    align-items: center;
}

.person_name_div .person_name {
    margin-left: auto;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.order_item_title {
    display: flex;
    align-items: center;
}

.order_item_title .item_delete_btn {
    margin-left: auto;
    color: #d34141;
}

.new_order_footer {
    width: 100%;
    position: fixed;
    bottom: 0px;
    display: flex;
}

.add_oreder_float_btn {
    position: fixed !important;
    bottom: 15px;
    right: 15px;
    color: white !important;
}

.Order_status_dd .MuiMenuItem-root {
    min-height: 30px !important;
}

.oreder_summary_title {
    font-size: 15px !important;
}

.order_action_btn button {
    margin: 0px 5px;
}

.order_action_btn button:first-child {
    margin-left: 0px;
}

.order_action_btn button:last-child {
    margin-right: 0px;
}

/* Custom Select - Start */
.CuSel_DialogContent {
    padding-top: 4.5rem !important;
}

.CuSel_OptList {
    padding: 0px 10px;
    margin-top: 10px;
    height: calc(100vh - 180px);
    overflow-y: auto;
}

/* Custom Select - End */

/* image upload & preview - Start */
.fileDragArea {
    position: relative;
    width: 100%;
    height: 140px;
    background-color: #3f51b512;
    border-radius: 4px;
    border: 1px #c4c4c4 dashed;
}

.fileDragArea input {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.AddMoreBtnDiv {
    width: 100%;
    display: flex;
    justify-content: center;
}

.AddMoreBtnDiv button {
    width: 100%;
    position: relative;
}

.AddMoreBtnDiv button input {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.fileDragArea div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fileDragArea .iconDiv {
    padding: 12px 0px;
}

.fileDragArea .iconDiv svg {
    font-size: 32px;
}

.fileDragArea .fileupTxt {
    font-family: sans-serif;
    font-size: 14px;
}

.fileDragArea img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.fileDragArea .imgPrevOuter {
    height: 100%;
    position: relative;
    border: 1px dashed grey;
    border-radius: 4px;
}

.fileDragArea .imgRemove {
    height: 35px;
    width: 35px;
    background-color: #f44336;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 4px;
    cursor: pointer;
}

/* image upload & preview - End */


/* MUI */

.MuiButtonBase-root.MuiButton-containedPrimary {
    color: white !important;
}

.MuiAppBar-root {
    color: white !important;
}

.MuiFormHelperText-contained {
    margin-left: 0px !important;
    margin-right: 0px !important;
}