* {
  padding: 0;
}
/* input[type="text"].input_con {
  font-size: large;
} */
.container {
  width: auto;
  height: 2000px;
  padding: 10px 25px;
  border: 2px solid black;
  font-family: "Kanit", sans-serif;
  background-color: lightblue;
}
.brand_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.brand_logo h1 {
  word-spacing: 15px;
  letter-spacing: 2px;
}
.brand_img {
  width: 50px;
  height: 50px;
  padding: 5px 10px;
}
.contact_info {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 15px;
  left: 20px;
}
.location_info {
  font-size: 1.1rem;
  color: white;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 15px;
  letter-spacing: 1px;
  word-spacing: 2px;
}
.input_con {
  border: none;
  outline: none;
  border-bottom: 1px solid;
  font-size: large;
}
.info {
  height: 50px;
}
.info2 {
  height: 50px;
  border-bottom: 1px dashed;
}
table {
  border-collapse: collapse;
  border: 1px solid black;
}
.table_con table {
  width: 100%;
  height: 100%;
}
td {
  padding: 0px 7px;
  border-collapse: collapse;
  border: 1px solid black;
}
textarea {
  width: 100%;
  height: 250px;
  border: 1px solid;
  border-radius: 2%;
  position: relative;
  bottom: 15px;
  margin-top: 30px;
  font-size: larger;
  font-weight: 600;
}
th {
  padding: 0px 7px;
  border-collapse: collapse;
  border: 1px solid black;
}

.box1,
.box2 {
  width: 100%;
  height: 1400px;
  border: none;
  border-radius: 10%;
  position: relative;
  bottom: 15px;
}
.submit {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
#submit_btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  color: #fff;
  background-color: #3498db;
  border: none;
  transition: background-color 0.3s ease;
  cursor: pointer;
}


#submit_btn:hover {
  background-color: #2980b9;
}

#submit_btn:focus {
  outline: none;
  background-color: #2980b9;
}

#submit_btn:active {
  background-color: #1c638d;
}


#update_btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  color: #fff;
  background-color: #54B4D3;
  border: none;
  transition: background-color 0.3s ease;
  cursor: pointer;
}


#update_btn:hover {
  background-color: #4a96af;
}

#update_btn:focus {
  outline: none;
  background-color: #54B4D3;
}

#update_btn:active {
  background-color: #54B4D3;
}
#search {
  display: flex;
  position: relative;
  bottom: 80px;
  justify-content: flex-end;
}
#searchBtn {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  color: #fff;
  background-color: #ff9800;
  border: none;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
#dashBtn {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  color: #fff;
  background-color: #ff9800;
  border: none;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.view_btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    background-color: #3498db;
    border: none;
    transition: background-color 0.3s ease;
    cursor: pointer;
}
.dropdownDiv {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-end;
  }
  
  label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  
  select {
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ccc;
  }
  .order_desc {
    width: 700px;
    max-width: 700px;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
  }
.badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
}
.badge-green {
  background-color: green;
  color: white;
}
.badge-red {
  background-color: red;
  color: white;
}
#dropdown {
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 200px;
}
#doneOption {
  color: green;
}

#notDoneOption {
  color: red;
}

.mainSize{
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  margin-bottom: 25px;
}

.custom-input {
  width: 50px;
  padding: 4px;
  border: 1px solid #ccc;
  font-size: 15px;
  margin: 5px;
  padding: 5px;
}

.mainSize {
  display: flex;
  justify-content: flex-start;
}

.mainSize > div {
  width: 550px;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 5px;
}

.secondSize {
  display: flex;
}

.secondSize > div {
  flex: 1;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 5px;
}

.thirdSize {
  display: flex;
}

.thirdSize > div {
  flex: 1;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 5px;
}

.forthSize {
  display: flex;
}

.forthSize > div {
  flex: 1;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 5px;
}

.input-pair {
  display: flex;
  align-items: center;
}

.form-group {
  display: flex;
  align-items: center;
}

label {
  margin-right: 10px;
}

.custom-input {
  margin-right: 5px;
}

.firstSub{
  width: 20px;
}
.secondSub{
  width: 33%;
}
.thirdSub{
  width: 33%;
}

#secondSubMain{
display: none;
}