body {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 0px;
    margin: 0px;
    /* flex: 1; */
    position: relative;
}

.image {
    margin-top: 5px;
}

.headBar {
    display: flex;
    align-items: center;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* display: flex; */
    background-image: linear-gradient(to right, blue, rgb(158, 158, 246));
    padding: 5px;
    margin: 0px;
    /* width: 100vw; */
    /* max-width: 100%; */
    /* border-width: 10px;
    border-color: chocolate; */
    /* border: 3px solid blue; */
    flex-grow: 0;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.pageIndex {
    margin: 3px;
}

.contentVerticallyCenter {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* background-color: rgb(201, 97, 97); */
    /* flex-grow: 1; */
    /* border: 3px solid blue; */
}

.createDelivery {
    margin: 20px;
}

.flex_row_middle_up {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}


.progress_bar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    visibility: hidden;
}

.progress {
    margin: 5px;
    padding: 5px;
}

.progress_text {
    width: 70px;
    margin: 5px;
    padding: 5px;
}

.flex_row_score {
    display: flex;
    flex-direction: row;
}

.star_font_size {
    font-size: larger;
    width: 30px;
}

.cornerButton {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    background-color: white;
    border-radius: 5px;
    border: 3px solid white;
    padding-left: 5px;
    padding-right: 5px;
    margin: 3px;
}

.cornerButton > a > span {
    background-color: white;
}

.companyNameContainer {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    
}

.companyName {
    margin: 3px;
    /* flex: 1; */
    color: white;
}

.box {
    /* height: 200px; */
    background-color: blue;
    flex: 1;
}

/* .column {
    display: flex;
    justify-content: center; 
    height: 100vh;
    background-color: cadetblue;
    flex: 1;
} */

.radio_button {
    margin-right: 5px;
}

.container {
    display: flex;
    /* display: block; */
    text-align: center;
    justify-content: center;
    background-color: white;
    flex: 1;
    padding-top: 100px;
    padding-bottom: 100px;
    /* border: 3px solid black; */
}

.colContainer {
    display: flex;
    text-align: center;
    flex-direction: column;
    background-color: chartreuse;
}

.login {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3px;
    padding: 3px;
    border: 3px solid rgb(197, 197, 197);
    background-color: rgb(197, 197, 197);
    border-radius: 5px;
    /* min-width: 400px; */
}

.separator {
    width: 20px;
}

.registerForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3px;
    padding: 3px;
    border: 3px solid rgb(122, 233, 133);
    background-color:rgb(122, 233, 133);
    border-radius: 5px;
}

.label {
    display: flex;
    width: 70px;
    /* background-color:gray; */
    text-align: left;
    font-size: 12px;
    /* border: 2px;
    border-style: solid;
    border-color: blueviolet; */
    flex-grow: 1;
    margin: 5px;

}

.label_long {
    display: flex;
    width: 120px;
    /* background-color:gray; */
    text-align: left;
    font-size: 12px;
    /* border: 2px;
    border-style: solid;
    border-color: blueviolet; */
    flex-grow: 1;
    margin: 5px;

}

.textField {
    display: flex;
    margin: 5px;
    background-color: white;
    font-size: 12px;
    width: 400px;
}

.radio_group {
    display: flex;
    margin: 5px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 12px;
    width: 400px;
}

.textFieldDiv {
    display: flex;
    background-color: rgb(197, 197, 197);
    font-size: 12px;
    width: 410px;
    margin: 0px;
}

.textArea {
    display: flex;
    margin: 5px;
    background-color: rgb(197, 197, 197);
    font-size: 12px;
    height: 150px;
    width: 400px;
}

.area {
    width: 100%;
    height: 100%;
    resize: none;
}

.textField_display {
    display: flex;
    margin: 5px;
    font-size: 12px;
    width: 400px;
    background-color: rgb(197, 197, 197);
    /* border: 2px;
    border-style: solid;
    border-color: blue; */
    flex-grow: 1;
    color: blue;
}

.button {
    display: flex;
    font-size: 12px;
    height: 20px;
    margin: 5px;
}

.buttonDiv {
    margin-left: 10px;
    margin-right: 10px;
}

.catButtonDiv {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 55px;
    background-color: white;
    border: none;
    border-radius: 5px;
}

.catButtonDivSelected {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 55px;
    background-color: lightblue;
    border: none;
    border-radius: 5px;
}


.button_recover {
    font-size: 10px;
    height: 20px;
    padding: 3px;
    max-width: 60%;
}

.fillLeft {
    flex-grow: 0.6;
}

.userName {
    display: flex;
    color: yellow;
    margin-right: 5px;
    justify-content: center;
    border-radius: 8px;
    flex-grow: 0;
    padding: 5px;
    background-image: 
                linear-gradient(217deg, rgba(255,100,100,.8), rgba(255,255,255,0.9) 70.71%),            
                linear-gradient(127deg, rgba(0,255,0,.8), rgba(255,255,255,0.9) 70.71%),            
                linear-gradient(336deg, rgba(100,100,255,.8), rgba(255,255,255,0.9) 70.71%);

}

.fillRight {
    flex-grow: 0.7;
}

.err_msg {
    color: red;
    height: 16px;
    margin-left: 3px;
}

.flex_column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex_column_left {
    display: flex;
    flex-direction: column;
    align-content: left;
    justify-content: start;
}

.item_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    margin: 5px;
}

.delivery_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    flex-grow: 1;
}

.post_img {
    width: 100%;
}

.drop_file {
    display: flex;
    border-style: solid;
    border-width: 2px;
    border-color: blue;
    border-radius: 5px;   
    width: 300px;
    height: 200px; 
}



.delivery_box {
    display: flex;
    border-width: 1px;
    border-radius: 3px;
    border-color: black;
    border-style: dotted;
    margin: 2px;
    padding: 3px;
    width: 100%;
    max-width: 1000px;
    flex-grow: 1;
    flex-direction: column;
}

.comma {
    display: flex;
    margin-right: 5px;
    min-width: 3px;
}

.basic {
    display: flex;
    margin: 2px;
    padding: 3px;
    width: 100%;
    max-width: 1000px;
    flex-grow: 1;
}

.calendar {
    position: absolute;
    top: 20px;
    left: 5px;
    align-self: center;
    border-style: solid;
    border-width: 2px;
    border-color: darkcyan;
    border-radius: 5px;
    visibility: hidden;
    z-index: 10;
}

.cat_panel {
    position: absolute;
    top: 20px;
    left: 5px;
    align-self: center;
    border-style: solid;
    border-width: 2px;
    border-color: darkcyan;
    border-radius: 5px;
    visibility: hidden;
    z-index: 10;
    background-color: rgb(239, 195, 113);
}


.summaryBox {
    margin: 3px;
    padding: 3px;
    border-style: solid;
    border-width: 2px;
    border-color: blue;
    border-radius: 5px;
}

.deliveryDateDiv {
    padding: 3px;
}

.textDiv {
    padding: 3px;
}

.categoryDiv {
    padding: 3px;
}

.editDiv {
    padding: 3px;
    cursor: pointer;
}

.delDiv {
    cursor: pointer;
    transform: translateY(-3px);
}

.delAllDiv {
    cursor: pointer;
    transform: translateY(-3px);
}

.deliveryDateDiv:hover {
    padding: 3px;
    cursor: pointer;
    color: blue;
}

.deliveryDate {
    display: flex;
    margin: 5px;
    background-color: white;
    font-size: 12px;
    width: 200px;
}

.margin_3 {
    margin: 3px;
}

.animeFilter {
    background-color: lightskyblue;
    border-radius: 10px;
    border-color: black;
    border-width: 2px;
    border-style: solid;
    padding: 5px;
    display: flex;
    flex-direction: column;
    margin: 2px;
}

.filterNameDiv {
    display: flex;
    margin: 5px;
    background-color: white;
    font-size: 12px;
    width: 200px;
}

.dot {
    padding: 3px;
    margin-left: 3px;
    margin-right: 3px;
}

.nameDiv {
    display: flex;
    /* border-style: solid;
    border-width: 2px;
    border-color: blue;
    border-radius: 5px; */
}

.itemDiv {
    padding: 3px;
    border-style: solid;
    border-width: 2px;
    border-color: red;
    border-radius: 5px;
    margin: 3px;
}

.dropTarget {
    width: 105%;
    height: 3px;
}

.quantity {
    max-width: 50px;
    margin: 3px;
}

/* .drop-area {
    border: 2px dashed #ccc;
    padding: 50px;
    text-align: center;
    margin: 10px;
    margin-bottom: 20px;
} */
/* .drop-area.dragover {
    border: 2px dashed blue;
    background-color: #f9f9f9;
} */

.take_pic {
    margin-top: 8px;
    padding: 3px;
    background-image: 
                linear-gradient(217deg, rgba(255,100,100,.8), rgba(162, 202, 243, 0.9) 70.71%),            
                linear-gradient(127deg, rgba(0,255,0,.8), rgba(94, 117, 218, 0.9) 70.71%),            
                linear-gradient(336deg, rgba(156, 156, 239, 0.8), rgba(239, 192, 90, 0.9) 70.71%);
    border-radius: 5px;
    border-style: dashed;
    border-color: rgb(169, 169, 169);
    border-width: 2px;
}

.take_pic.dragover {
    border: 2px dashed blue;
    /* background-color: #f9f9f9; */
}

.flex_row_left_up {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding: 5px;
    margin: 5px;
}

.flex_row_left_up_no_pad {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
}

.copyNameIcon {
    padding-left: 10px;
    padding-top: 3px;
    font-size: small;
}

.animeImg {
    padding-right: 15px;
}

.animeText {
    margin-right: 15px;
}

.upper-section {
  position: fixed; /* Keep the upper section fixed at the top */
  top: 0; /* Position it at the top of the viewport */
  width: 100%; /* Make it span the full width */
  background-color: white; /* Example styling */
  height: 100px; /* Adjust height as needed */
  z-index: 1; /* Ensure it stays above the lower section */
}

.lower-section {
  margin-top: 120px; /* Push the lower section below the fixed upper section (same height as upper-section) */
  flex: 1; /* Allow it to take up the remaining vertical space */
  overflow-y: scroll; /* Enable vertical scrolling for the content */
  background-color: rgb(183, 181, 238); /* Example styling */
  padding: 30px; /* Add some padding */
  border-radius: 5px;
  max-width: 100vw;
}

.input-wrapper {
    position: relative;
    display: inline-block;
}

.clear-btn {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    font-size: 16px;
    cursor: pointer;
    color: #999;
    display: none;
    padding: 0;
}

.input-wrapper:hover .clear-btn {
    display: block;
}

.clear-btn:hover {
    color: #333;
}
