:root {
  --white: #fff;
  --black: #000;
  --k90: rgba(0, 0, 0, 0.9);
  --w90: rgba(255, 255, 255, 0.9);
  --prime: #083c91;
  --second: #f7b91a;
  --guide: #0037b0;
  --heading: #083c91;
  --dark: #2b2a2b;
  --footer: #000;
  --light: #eaecee;
  --lighter: #eaeded;
  --lightest: #f7f9f9;
  --menuHoverBg: #f6f7f8;
  --menuHoverTxt: #ddd;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --none: transparent;
  --corner: 0.375rem;
  --rounded: 2rem;
  --shadow: 0.1rem 0.25rem 0.5rem rgba(0, 0, 0, 0.4);
  --btnShadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

html,
body {
  height: 100%;
}
body {
  background-image: url("/assets/images/png/body_bg.png");
  background-size: cover;
  background-repeat: repeat-y;
}

.text-primary {
  color: var(--guide) !important;
}
.btn-primary {
  background-color: var(--guide) !important;
}
.bg-primary {
  background-color: #0037b0 !important;
}
.bg-secondaryGrey {
  background-color: #d3d3d3;
}
.text-primary {
  color: #0037b0 !important;
}
.wrapper {
  padding-bottom: 100px;
}
.btn-primaryYellow {
  background-color: #f0b41e;
  color: #000;
  font-weight: 600;
}
.bg-primaryYellow {
  background-color: #f0b41e;
}
.text-justify {
  text-align: justify;
}
.text-primaryYellow {
  color: #f0b41e;
}
.fs-12px {
  font-size: 12px !important;
}
.fs-7 {
  font-size: 0.9rem !important;
}
.wrapper {
  padding-bottom: 60px;
}
.spinner {
  height: 18px !important;
  width: 18px !important;
}
.h-80vh {
  height: 80vh !important;
}
.navbar-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  margin-left: -1rem;
  background-color: #f8f9fa;
}
.position-relative {
  position: relative !important;
}
.product_name_small {
  font-size: 13px !important;
}
.nav-link {
  color: white !important;
  font-weight: 500;
}

.category_image img {
  height: 140px;
  width: 130px;
}
.category_image {
  margin: 1rem auto 2rem auto !important;
  text-align: center;
}
.cat_page_img {
  height: 200px;
  width: 140px;
}
.product_image {
  height: 70px !important;
  width: 60px !important;
}

/* recipient page button css */
.value-button {
  display: inline-block;
  border: 0 solid #ddd;
  margin: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 4px 0;
  background: var(--prime);
  color: var(--white);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}
.tab-content {
  overflow-y: auto !important;
}

.show-cart {
  bottom: 181px !important;
  right: 0 !important;
  padding: 13px;
}
footer {
  background-color: #0037b0;
  padding: 3px 0;
  left: 0;
  width: 100%;
  bottom: 0;
  position: fixed;
  z-index: 4;
}
.nav-item:hover {
  background-color: #efb41e !important;
}
.nav-item:hover a {
  color: black !important;
}
.login_section {
  align-items: center;
  margin-top: 20%;
}

.login_input {
  background-color: #e9ecef !important;
}

.list-group .active {
  background-color: #083c91 !important;
}

#map {
  margin-top: 3px;
  height: 67vh !important;
  width: 100% !important;
  /*transform: scale(1.15) !important;*/
  /*position: relative !important;*/
}
#lab-list {
  height: 70vh;
  overflow-y: scroll;
  padding: 30px;
}

.form_validate {
  border: 1px solid red;
}

.btn-theme2 {
  background-color: var(--prime);
  color: var(--white);
  padding: 0.375rem 1rem;
  /* margin: 1rem auto; */
}

.btn-theme2:hover {
  background-color: var(--second);
  color: var(--prime);
}

.drug_tested_section ul {
  list-style: none;
}
.drug_tested_section li::before {
  content: "✔";
  position: absolute;
  margin-left: -1.8em;
  color: rgb(240, 180, 30);
}

/* Sliding notification css */
.visible {
  animation: movein 0.5s ease forwards, moveout 0.5s 3s ease forwards;
}

#notif {
  width: 410px;
  height: auto;
  border-radius: 3px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  /* top: 80vh; */
  bottom: 5vh;
  right: -850px;
  z-index: 3;
}

@keyframes movein {
  from {
    right: -470px;
  }
  to {
    right: 0px;
  }
}

@keyframes moveout {
  from {
    right: 0px;
  }
  to {
    right: -470px;
  }
}

.cart-btn-click {
  position: absolute !important;
  margin-left: -4rem !important;
  margin-top: 10rem;
  padding: 1rem;
}

.bg-gray, .bg-gray:focus{
  background-color: #e9ecef !important;
}
