:root {
  --main-color: #000137;
  --main-hover-color: #282f5f;
  --sub-color: white;
  --main-image-filter: invert(6%) sepia(63%) saturate(3693%) hue-rotate(232deg)
    brightness(91%) contrast(117%);
  --sub-image-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(73deg)
    brightness(104%) contrast(101%);
}

body {
  padding-top: 0px;
  margin-top: 0;
  margin-bottom: 55px;
  margin-left: 0;
  background-color: #eeeeee;
  width: 100%;
  visibility: hidden;
  height: 100%;
  margin-right: -1px;
}

p {
  cursor: default;
  padding: 0px;
  vertical-align: middle;
  margin: auto;
}

#floating-btn {
  font-size: 30px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--main-color);
  display: flex;
  border-radius: 50%;
  color: var(--sub-color);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}

.div2 {
  width: 100%;
  font-size: 25px;
  padding: 0px;
}

.div2 span {
  color: var(--sub-color);
  vertical-align: middle;
}

#div1 {
  background-color: var(--main-color);
  width: 100%;
  display: flex;
  vertical-align: middle;
  padding: 0px;
}
#continue {
  width: 100%;
  background-color: #000137;
  padding: 8px;
  font-size: 16px;
  color: white;
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.continue {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#item_body {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
#no_items {
  width: 100%;
  height: 220px;
  margin: auto;
  background-color: white;
  display: none;
}

#no_items img {
  height: 120px;
  width: 150px;
  filter: invert(6%) sepia(63%) saturate(3693%) hue-rotate(232deg)
    brightness(91%) contrast(117%);
  margin-bottom: 8px;
  object-fit: scale-down;
  margin-left: 43px;
}
#option {
  width: 40px;
  height: 40px;
  object-fit: scale-down;
  margin: 10px 5px 10px 10px;
}

.item-view {
  padding: 8px;
  height: 157px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: white;
  margin-top: 8px;
  border-radius: 15px;
  text-decoration: none;
  color: black;
  margin: 20px;
}

a {
  text-decoration: none;
  color: black;
}

.item-image {
  width: 80px;
  height: 100px;
  object-fit: scale-down;
}
.flex {
  width: 100%;
  display: flex;
}
.item-name {
  font-size: 18px;
  text-decoration: none;
  color: black;
  height: 65px;
  overflow: hidden;
}
.item-price {
  font-size: 14px;
  color: #000137;
}
.controls img {
  height: 30px;
  margin: auto;
  cursor: pointer;
}
.remove {
  display: flex;
}
.remove p {
  cursor: pointer;
}

.options {
  display: flex;
  background-color: var(--main-color);
  justify-content: center;
  align-items: center;
}

.option_select {
  height: 20%;
  background-color: var(--main-color);
  flex-basis: calc(100% / 2);
}
#option_select1 {
  background-color: var(--sub-color);
}
.option_view {
  background-color: var(--main-color);
  margin-bottom: 5px;
  height: 100%;
  color: var(--sub-color);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 18px;
}

.option_view:hover {
  background-color: var(--main-hover-color);
}

.optionContainer {
  width: 100%;
  overflow: hidden;
}

.dataBody {
  width: 100%;
  height: 100%;
  display: flex;
  transition: margin 0.5s;
}

.optionbody {
  flex-basis: 0;
  flex-grow: 1;
  height: 100%;
  transition: flex-basis 0.5s;
  overflow: hidden;
}

.optionbody.visible {
  flex-basis: 100%;
}

.order_view {
  width: 90%;
  background-color: white;
  margin: 8px auto;
  border-radius: 15px;
  font-size: 16px;
  align-content: center;
  text-decoration: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.flex {
  display: flex;
}

.order_img {
  height: 100px;
  object-fit: scale-down;
  width: 80px;
  margin-left: 15px;
  margin-top: 15px;
}

.orderInfo {
  padding: 8px;
}
.orderName {
  font-size: 20px;
}

.order_txt {
  margin: 8px 5px 8px 20px;
}
.order_no {
  margin: 8px 0;
}
.order_status {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 16px;
  padding: 8px;
}
.order_price {
  color: #000137;
  padding: 8px;
  width: 50%;
  font-size: 16px;
}
.order_date {
  padding: 8px;
  font-size: 14px;
  width: 50%;
  text-align: right;
}

.statusBtn {
  background-color: #000137;
  color: white;
  border: none;
  /* display: none; */
}

#loader {
  border: 9px solid #f3f3f3;
  border-top: 9px solid #000137;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite alternate;
  display: block;
  position: fixed;
  bottom: 40%;
  left: 45%;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}

.vendor-info {
  display: flex;
  height: 180px;
  align-items: center;
  background-color: var(--main-color);
}

.vendor-info #editConatainer {
  height: 180px;
}

#vendor-edit{
  margin-bottom: 50px;
  margin-left: 5px;
  cursor: pointer;
}

#business-icon {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-left: 20px;
  border-radius: 50%;
}

#vendor-name {
  font-size: 30px;
  margin-left: 30px;
  color: var(--sub-color);
}
#vendor-address,
#vendor-phone,
#vendor-categories {
  font-size: 16px;
  margin-left: 30px;
  color: var(--sub-color);
}

.floating-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.6);
}

.drop-area {
  background-color: white;
  text-align: center;
  color: black;
}

#price {
  width: auto;
}

.category[data-selected="true"] {
  background-color: #000137;
}

.category {
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color: #ccc;
}

.formLoader {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #000137;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite alternate;
  display: none;
}
