body {
  margin: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background-color: #f0f0f0;
  background-size: cover;
}
.filter_container_add_user {
  margin-bottom: 5px;
  width: 94%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(128, 128, 128, 0.027);
  color: rgba(0, 0, 0, 0.692);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.filter_container_add_user span {
  margin-left: 2px;
}
.create_company_button {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.068),
    0 4px 4px 0 rgba(0, 0, 0, 0.15);
  width: 94%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #00000038;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.scan_qr_code_button {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.068),
    0 4px 4px 0 rgba(0, 0, 0, 0.15);
  width: 94%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.582);
}

.create_company_button_cancel {
  margin-top: 5px;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.068),
    0 4px 4px 0 rgba(0, 0, 0, 0.15);
  width: 94%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.658);
  background-color: black;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.settings_section_text_inputs {
  padding-left: 10px;
  border: 1px solid black;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 2px;
  width: 90%;
  margin-bottom: 5px;
}
.settings_section {
  padding-top: 10%;
  z-index: 0;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 21%;
  bottom: 12%;
  height: 68%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.options_ {
  margin-bottom: 5px;
  width: 98%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0023b01c;
  color: rgba(255, 255, 255, 0.692);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.options {
  margin-bottom: 5px;
  width: 98%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0022b0;
  color: rgba(255, 255, 255, 0.692);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.options span {
  font-weight: bold;
  margin-left: 10px;
}
.transfer_container {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  margin-left: 2.2%;
  background-color: rgba(248, 248, 248, 0.407);
  width: 60%;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-radius: 5px;
}
.transfer_container img {
  margin-left: 5px;
}

.transfer_container span {
  margin-left: 5px;
  font-weight: bold;
  font-size: 17px;
}
.forefill_order_dialog {
  z-index: 3;
  background: #0000007a;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.forefill_order_dialog_content_holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  margin-top: 30%;
  background-color: #ffffff;
  border-radius: 5px;
  width: 85%;
  height: 35%;
}
.alternative_order_dialog_content_holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  margin-top: 30%;
  background-color: #ffffff;
  border-radius: 5px;
  width: 85%;
  height: 40%;
}

.loading_dialog_content_holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  margin-top: 30%;
  background-color: rgb(240, 240, 243);
  border-radius: 5px;
  width: 85%;
  height: 35%;
}
.loading_dialog_icon {
  animation-name: spin;
  animation-duration: 2s;
  animation-direction: normal;
  animation-iteration-count: infinite;
}
#progress_activity_scan_qr_code {
  margin-right: 3px;
  animation-name: spin;
  animation-duration: 2s;
  animation-direction: normal;
  animation-iteration-count: infinite;
}
.order_completed_content_holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-color: #ffffff;

  width: 100%;
  height: 100%;
}
.order_completed_content_holder span {
  color: rgba(0, 0, 0, 0.671);
  margin-top: 10px;
}
.done_button {
  margin-top: 5px;
}
.some_order_dialog_content_holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  margin-top: 30%;
  background-color: #ffffff;
  border-radius: 5px;
  width: 85%;
  height: 40%;
}
.options_forefill {
  margin-bottom: 5px;
  background-color: #0023b023;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  height: 25%;
  padding-left: 5px;
}

.options_forefill span {
  font-size: 15px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.644);
}

.arrow {
  transform: rotate(-90deg);
}
.alternative_sizes {
  margin-bottom: 7px;
  border-radius: 10px;
  width: 88%;
  padding: 10px;
}

.some_sizes {
  margin-bottom: 7px;
  border-radius: 10px;
  width: 88%;
  padding: 10px;
}
.cancel_some_sizes_buttons {
  margin-top: 5px;
  background-color: red;
  color: rgba(255, 255, 255, 0.616);
  width: 95%;
  padding: 13px;
  border: 0;
  border-radius: 10px;
}
.cancel_alternatives_sizes_buttons {
  margin-top: 5px;
  background-color: red;
  color: rgba(255, 255, 255, 0.616);
  width: 95%;
  padding: 13px;
  border: 0;
  border-radius: 10px;
}
.submit_some_sizes_buttons {
  background-color: #0022b0;
  color: rgba(255, 255, 255, 0.616);
  width: 95%;
  padding: 13px;
  border: 0;
  border-radius: 10px;
}
.submit_alternatives_sizes_buttons {
  background-color: #0022b0;
  color: rgba(255, 255, 255, 0.616);
  width: 95%;
  padding: 13px;
  border: 0;
  border-radius: 10px;
}

.client_picked_sizes {
  color: rgba(0, 0, 0, 0.658);
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 15px;
}
.format_input {
  color: rgba(0, 0, 0, 0.842);
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 13px;
}

.login_container {
  z-index: 10;
  background: #151883;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.subscribe_dialog {
  z-index: 12;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dismiss {
  display: none;
}
.login_button {
  margin-left: 7px;
  font-size: 16px;
  border: 0;
  color: rgba(255, 255, 255, 0.486);
  font-weight: bold;
  background-color: transparent;
}
.supported-payments-container {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cancel-button-holder {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cancel-button-holder span {
  font-size: 20px;

  opacity: 0.2;
}

.phone_number_content-holder {
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 92%;
  margin-right: 20px;
}
.phone_number_content_holder input {
  padding: 10px;
  border-radius: 20px;
  display: flex;

  font-size: 15px;
  width: 98%;
}

.phone_number_content_holder span {
  margin-left: 10px;
  font-size: 12px;
  opacity: 0.4;
  animation-name: pulse;
  animation-duration: 2s;
  animation-direction: alternate-reverse;
  animation-iteration-count: 3;
}

.option-row {
  display: flex;
  justify-content: space-around;
  width: 85%;
  height: 25%;
}

.account_opening {
  margin-top: 20px;
  width: 100%;
  display: flex;
}
#or-sign {
  font-size: 11px;
  margin-right: 5px;
  opacity: 0.7;
}
#account {
  font-size: 15px;
  margin-right: 5px;
  opacity: 0.5;
}

.phone_number_password_container {
  width: 90%;
  display: flex;
  align-items: center;
  border: 1px solid black;
  border-radius: 20px;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
  margin-bottom: 12px;
}

.phone_number_password_container img {
  margin-left: 10px;
}

.alternative-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 30%;
  width: 65%;
}

.alternative-options img {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.alternative-options span {
  color: #f0f0f0;
}

.alternative-options .signin-options {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  width: 50%;
}

.icon {
  margin-bottom: 300px;
  border-radius: 10px;
}

.login_content_content_holder {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 80%;
  height: 33%;
}

.forgot_password_reset_code_content_content_holder {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  width: 80%;
  height: 33%;
}
.forgot_password_pin_code_content_content_holder {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  width: 80%;
  height: 38%;
}

.back_button_container {
  margin-top: 7%;
  margin-bottom: 10%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 90%;
}
.login_button_content_holder_error {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  margin-top: 8px;
  color: white;
  border-radius: 20px;
  padding: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: red;
  border: 0;
  width: 90%;

  display: flex;
  flex-direction: row;
  justify-content: center;
}

.text_input:focus {
  outline: none;
}

.text_input {
  border-width: 0;
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
  border-bottom-style: groove;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
  width: 80%;
}
#loading_icon_reset_pin {
  animation-name: spin;
  animation-duration: 2s;
  animation-direction: normal;
  animation-iteration-count: infinite;
}
.login_button_content_holder {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  margin-top: 8px;
  color: white;
  border-radius: 20px;
  padding: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #151883;
  border: 0;
  width: 90%;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.login_buttun_content_holder button {
  border: 0;
  color: rgba(255, 255, 255, 0.699);
  font-size: 16px;
  font-weight: bolder;
  background-color: transparent;
}
.sign_up_button_content_holder_sucessful {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  margin-top: 8px;
  color: white;
  border-radius: 20px;
  padding: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: green;
  border: 0;
  width: 90%;

  display: flex;
  flex-direction: row;
  justify-content: center;
}
.sign_up_button_content_holder {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  margin-top: 8px;
  color: white;
  border-radius: 20px;
  padding: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #151883;
  border: 0;
  width: 90%;

  display: flex;
  flex-direction: row;
  justify-content: center;
}
.loading_icon_login {
  animation-name: spin;
  animation-duration: 2s;
  animation-direction: normal;
  animation-iteration-count: infinite;
}

.loading_icon_sign_up {
  margin-right: 5px;
  animation-name: spin;
  animation-duration: 2s;
  animation-direction: normal;
  animation-iteration-count: infinite;
}

.sign_up_button_content_holder button {
  border: 0;
  color: rgba(255, 255, 255, 0.699);
  font-size: 16px;
  font-weight: bolder;
  background-color: transparent;
}
.signup_content_holder {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 40%;
}
.name-details-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 93%;
}
.name_input {
  border-radius: 20px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 45%;
  margin-bottom: 4px;
}

.signup_input {
  border-radius: 20px;
  padding-left: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 90%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.signup_input_country {
  border: 1.9px solid black;
  border-radius: 20px;
  padding-left: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 90%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.signup_input_country select {
  width: 95%;
  color: rgba(0, 0, 0, 0.493);
  font-size: 14px;
  background-color: transparent;
}
.signup-title {
  width: 90%;
  margin-bottom: 15px;
}

.signup-title span {
  font-size: 18px;
  opacity: 0.5;
}

.route_signup {
  margin-top: 10px;

  width: 90%;
  margin-right: 5px;
  display: flex;
  justify-content: flex-end;
}

#forgot_password {
  font-weight: normal;
  opacity: 0.4;
  font-size: 14px;
  margin-right: 10px;
  opacity: 0.4;
}

.top_section {
  position: fixed;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 20%;
  width: 98%;
  border-bottom-color: black;
  border-bottom-width: 2px;
}
.home_section {
  z-index: 0;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 21%;
  bottom: 12%;
  height: 68%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.delivery_section {
  z-index: 0;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 21%;
  bottom: 12%;
  height: 68%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.delivery_type_section {
  z-index: 3;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0;

  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.delivery_confirmation_section {
  z-index: 4;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.delivery_in_progress_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.089);
  padding-top: 7px;
  padding-bottom: 7px;
  width: 70%;
  color: rgba(0, 0, 0, 0.342);
  margin-bottom: 10%;
}
#client_to_deliver_to {
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.986);
  font-weight: bold;
}
.delivery_type_section img {
  margin-top: 10%;
  margin-bottom: 10%;
}
.delivery_type_options {
  background-color: rgba(0, 0, 0, 0.041);
  width: 95%;

  padding-top: 10px;
  padding-bottom: 10px;
}
.delivery_type_options select {
  background-color: transparent;
  width: 97%;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.616);
}

.delivery_type_options span {
  margin-left: 5px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.438);
}

.inputs_holder {
  width: 97%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.receipt_picture_inputs {
  width: 94%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}

.receipt_picture_inputs span {
  margin-bottom: 7px;
  color: rgba(0, 0, 0, 0.438);
}
#search_input_delivery {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  width: 84%;
  text-align: right;
  margin-right: 5px;
  padding-right: 10px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.25);
  font-size: 15px;
}
.middle-options {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
}

.Transaction-History {
  border-bottom: 2px solid black;
  padding-bottom: 2px;
  margin-left: 5px;
}
.Transaction-History-anactive {
  opacity: 0.5;
  margin-left: 5px;
}
.Analytics {
  border-bottom: 2px solid black;
  padding-bottom: 2px;
  margin-left: 9px;
}

.Analytics-anactive {
  opacity: 0.5;
  margin-left: 9px;
}
.bottom {
  z-index: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 12%;
  width: 100%;

  background-color: #ffffff;
}

.profile {
  width: 25%;

  align-items: center;
  flex-direction: column;
  display: flex;
}

#name {
  font-size: 10px;

  margin-bottom: 0px;
  margin-top: 1px;
  opacity: 0.5;
}
#title {
  font-weight: normal;
  font-size: 8px;
  margin-bottom: 0px;
  margin-top: 10px;
  opacity: 0.5;
}
.order_container {
  background-color: white;
  overflow-y: auto;
  width: 100%;
  height: 80%;
}
.order_container_delivery_section {
  background-color: #0023b013;
  overflow-y: auto;
  width: 100%;
  height: 80%;
}
.sub_delivery_container {
  background-color: #0023b013;
  width: 100%;
  height: 50%;
}
.sublist_delivery {
  background-color: #0023b013;
  overflow-y: auto;
  width: 100%;
  height: 90%;
}
.start_tracking_container {
  background-color: #151883;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;

  display: flex;
  flex-direction: row;
  justify-content: center;
}

.start_tracking_container button {
  border: 0;
  color: white;
  background-color: #151883;
  width: 100%;
  height: 100%;
}
.order_container_loading {
  display: flex;

  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  width: 100%;
  height: 90%;
}
#order_container_loading_icon {
  animation-name: spin;
  animation-duration: 2s;
  animation-direction: normal;
  animation-iteration-count: infinite;
  margin-top: 20%;
}

#loading_icon_pin_code {
  animation-name: spin;
  animation-duration: 2s;
  animation-direction: normal;
  animation-iteration-count: infinite;
}
.order_container_loading span {
  color: rgba(0, 0, 0, 0.486);
  font-weight: bold;
  margin-top: 5px;
}
.order_content_holder {
  background-color: rgba(128, 128, 128, 0.141);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40%;
  margin-bottom: 5px;
  padding-right: 10px;
}
.order_content_holder_delivery {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 90%;

  padding-right: 10px;
}
.client_id {
  margin-left: 10px;
}
.product_image {
  margin-left: 10px;
  height: 90%;
  width: 45%;
}

.time_remaining_container {
  height: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#dispatch_button {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  border: 0;
  border-radius: 20px;
  color: #ffffff;
  background-color: green;

  width: 95%;
  padding-top: 7px;
  padding-bottom: 7px;
}
.dispatch_container {
  height: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.order_pending_payment {
  height: 50%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.dispatch_successful_container {
  height: 50%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.order_pending_payment img {
  margin-left: 5px;
  margin-right: 20px;
}
.dispatch_successful_container img {
  margin-right: 20px;
}
.order_pending_payment span {
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.562);
}
.dispatch_successful_container span {
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.562);
}
.time_remaining_container span {
  font-size: 13px;
}

.forefill_Order_button {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  padding-top: 5px;
  padding-bottom: 5px;

  border: 0;
  color: #f0f0f0;
  background-color: blue;
  border-radius: 20px;
}
.product_details {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.transaction-details {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.transaction-detail-child {
  display: flex;
  justify-content: flex-start;
  margin-left: 10px;
}

.transactin-titles {
  width: 23%;
  opacity: 0.5;
  font-weight: normal;
  font-size: 13px;
}

.menu {
  width: 90%;
  align-items: center;
  justify-content: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}

.amount-container {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  width: 73%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 5px;
  margin-bottom: 3px;
  border-radius: 10px;
  background-color: #0022b0;
  color: white;
}

.menu-icon {
  margin-top: 10px;
  width: 30px;
  height: 30px;
}

.bottom-icon-container {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 20%;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #0022b0;
  margin-bottom: 3px;
  padding-top: 5px;
}

.menu-icon-title {
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  opacity: 0.7;
}
h5 {
  font-size: 13px;
  margin: 0;
  margin-left: 5px;
}

.sender {
  margin-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 13px;
  margin-bottom: 3px;
  background-color: rgba(0, 0, 0, 0.164);
  border-radius: 10px;
}

.time-stamp {
  margin-top: 5px;
  margin-right: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.amount-digit {
  font-size: 22px;
  margin: 0;
  margin-left: 5px;
  font-weight: normal;
}

.balance {
  margin-left: 5px;
  font-size: 10px;
  opacity: 0.5;
}

.client-details-container {
  display: flex;
  flex-direction: column;
}

#Transaction-history {
  color: pink;
  z-index: 1;
  position: fixed;
  top: 22%;
}
#menu_icon {
  font-size: 30px;
  color: white;
}

#Deliveries {
  font-size: 30px;
  color: white;
}
#Settings {
  font-size: 30px;
  color: white;
}

.market_options {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;

  padding-top: 7px;

  padding-bottom: 7px;
}

.main_delivery_containner {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: white;
  height: 20%;
  width: 100%;
  margin-top: 4px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.package_container {
  background-color: #15198346;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.package_container_pending {
  background-color: #c0c0c846;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.package_container_history {
  background-color: #c0c0c846;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.container_number {
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
}
.package_container span {
  font-size: 18px;
  margin-right: 5px;
}

.package_container_history span {
  font-size: 18px;
  color: green;
  margin-right: 5px;
}
.product_description {
  margin-left: 10px;
  font-size: 13px;
  color: black;
}
.delivery_options {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;

  padding-top: 10px;
  padding-bottom: 10px;
}
.deliverry_row {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;

  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 2px;
}
.image_container {
  margin-left: 10px;
}
.back_container {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.keyboard_backspace {
  font-size: 55px;
}
.item_container {
  margin-left: 5px;
  width: 80%;
}
#search_icon_delivery {
  margin-right: 10px;
  font-size: 30px;
}
#settings_account_box {
  font-size: 35px;
}
.generated_link_container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.Shop_link {
  color: rgba(0, 0, 0, 0.505);
}

.generated_link {
  color: rgba(0, 0, 0, 0.34);
  font-size: 13px;
  font-weight: bold;
  margin-left: 10px;
}
#content_copy {
  margin-left: 5px;
}
.active {
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 50%;
  background-color: gray;
  color: white;
}

.inactive {
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.813);
}
.filter_container {
  width: 100%;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.genre_ {
  border: 0;
}
@keyframes pulse {
  0% {
    transform: scale(0.2);
  }
  50% {
    color: red;
  }
  100% {
    transaform: scale(1);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.filter_container_add_user select {
  background-color: transparent;
  margin-top: 6px;
  width: 100%;
}
#progress_activity_add_user {
  margin-right: 5px;
  animation-name: spin;
  animation-duration: 2s;
  animation-direction: normal;
  animation-iteration-count: infinite;
}
#progress_activity_create_company {
  margin-right: 5px;
  animation-name: spin;
  animation-duration: 2s;
  animation-direction: normal;
  animation-iteration-count: infinite;
}
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 17; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

.page_list_container {
  height: 60%;
  width: 90%;
}
.hide_button_container {
  height: 10%;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page_container{
  margin-bottom: 3px;
  background-color: #ada7a7b6; 
  height: 10%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page_name{

  margin-left: 10px;
}
.page_id{

  margin-left: 10px;
}

.upload_screen{  
  
  padding-top: 10%;
  z-index: 20;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0;

  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;}