html {
  overflow: hidden;
}

body {
  margin: 0;
  background-color: white !important;
  font-family: "Poppins" !important;
  /* height: 115vh; */
  transition: all 0.5s ease-in-out;
  height: 100%;
  /* overflow: hidden; */
}

.back-btn {
  position: absolute;
  top: 13px;
  left: 20px;
  text-decoration: black;
  color: black;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 4vw;
  width: 50%;
  z-index: 101;
}

.back-btn:focus {
  color: black;
}

.back-btn:hover {
  color: black;
}

#indexDiv {
  /* height: 100%; */
  height: 100vh;
  display: flex;
  justify-content: end;
  flex-direction: column;
}

.header-container {
  width: 100%;
  /* height: 56vh; */
  height: 100%;
  background-image: url("../images/header-bg4.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  /* background-position: -3vw 29vw; */
  background-position: center 72px;
  /* position: sticky; */
  /* z-index: -100; */
}

.header-title-wrapper {
  padding-top: 80px;
}

.header-title {
  /* position: absolute;
    left: 50%;
    top: 50%; */
  /* transform: translate(-50%, -50%); */
  color: #ffb600;
  background-color: rgba(255, 255, 255, 86%);
  backdrop-filter: blur(5px);
  padding: 5px;
  width: 100%;
  text-align: center;
}

.header-title h1 {
  font-size: 20vw;
  margin: 0;
  height: 22vw;
  letter-spacing: 3px;
  font-weight: bold;
}

.header-title p {
  font-size: 5.2vw;
  margin: 0;
  letter-spacing: 0.5px;
}

.main-container-index {
  border-radius: 25px 25px 0 0 !important;
  background-color: #ffb600;
  /* z-index: 105; */
  padding: 0px 13px;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: 183%;
  overflow: scroll;
  /* position: fixed; */
  /* bottom: 0; */
  overflow-x: hidden;
  /* margin-top: -644px; */
  padding-bottom: 50px;
}

.main-container--intro {
  font-size: 10vw;
  color: black;
  left: 0;
  padding: 6vw 5vw;
  z-index: 110;
  margin-bottom: 0;
  font-weight: bold;
}

.user-name {
  display: block;
  font-size: 6vw;
  font-weight: 600;
}

.par {
  display: block;
  font-size: 4.5vw;
  font-weight: normal;
}

.btn-container {
  text-align: center;
  padding: 2vw 0px;
  flex-direction: column;
  display: flex;
  justify-self: center;
  gap: 12px;
  margin: 10px 0px;
}

.welcome-btns {
  background-color: #f5f5f5ac;
  /* width: 23.3rem; */
  border-radius: 45px;
  font-size: 5vw;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  /* gap: 5vw; */
  /* margin: 20px 0px; */
  padding: 0.4rem;
  color: black;
  text-decoration: none;
  cursor: pointer;
}

a:focus,
a:hover {
  color: black;
}

.welcome-icons {
  font-size: 19px;
  background-color: cornsilk;
  border-radius: 40px;
}

#netcare-btn div {
  background-image: url("../images/NetcareLogo2.jpg");
}

#empact-btn div {
  background-image: url("../images/EmpactLogo2.png");
  background-position: center 0.7vw;
}

.external-website-btn-container {
  display: flex;
  gap: 3vw;
  justify-content: end;
  width: 90vw;
}

.external-website-btns {
  width: 15vw;
  height: 15vw;
  background-color: white;
  border: 1px solid white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.notification-icon {
  padding: 15px 15px;
}

.pss-icon {
  padding: 10px 15px;
}

.nutrional-icon {
  padding: 15px 13px;
}

.diet-icon {
  padding: 15px 17px;
}

.ward-hostess-icon {
  padding: 15px 15px;
}

.meal-times-icon {
  padding: 15px 15px;
}

.chef-special-icon {
  padding: 13px 5px 13px 13px;
  font-size: 23px;
}

.welcome-btns p {
  align-self: center;
  margin-bottom: 0px !important;
  width: 100%;
  text-align: left;
  padding-left: 3vw;
}

.font-size-small {
  font-size: 3vw;
}

.inactive {
  background-color: transparent !important;
  color: #686868 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  text-transform: capitalize;
}

/* Extra extra small devices (phones, 600px and down) */
@media only screen and (max-width: 420px) {
  .header-title-wrapper {
    padding-top: 0px;
  }

  .main-container--intro {
    font-size: 7vw !important;
    padding-bottom: 0px !important;
  }

  .user-name {
    font-size: 5vw;
  }

  .btn-container {
    padding-top: 0px !important;
  }

  .welcome-btns {
    padding: 0.4rem !important;
    font-size: 4vw !important;
    /* margin: 10px 0px !important; */
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .main-container--intro {
    padding: 2vw 5vw;
    /* font-size: 7vw;*/
    /* padding-bottom: 0px !important; */
  }

  /*.user-name {
        font-size: 4.5vw;
    }

    .par {
        font-size: 3.5vw;
    }

    .btn-container {
        padding-top: 0px;
    }

    .welcome-btns {
        font-size: 4vw;
        padding: 1vw 1vw;
        margin: 12px 0px;
    }
    .nutrional-icon {
        padding: 15px 12px !important;
    } */
}

/* * Small devices (portrait tablets and large phones, 600px and up) * */
@media only screen and (min-width: 600px) {
  .back-btn {
    font-size: 3vw;
  }

  .header-title-wrapper {
    padding-top: 0px;
  }

  .header-title p {
    font-size: 3.8vw !important;
  }

  .main-container-index {
    padding: 2vw 4vw !important;
  }

  .main-container--intro {
    font-size: 7vw !important;
    padding: 3vw 4vw !important;
  }

  .user-name {
    font-size: 4vw !important;
  }

  .par {
    font-size: 3.5vw !important;
  }

  .welcome-btns {
    font-size: 3vw;
    padding: 1.5vw 1vw;
  }

  .welcome-icons {
    font-size: 15px;
  }

  .external-website-btns {
    width: 10vw;
    height: 10vw;
  }

  .btn-container {
    padding: 0px;
  }
}

/* * Medium devices (landscape tablets, 768px and up) * */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* * Extra large devices (large laptops and desktops, 1200px and up) * */
@media only screen and (min-width: 900px) {
  .mainDiv {
    display: flex;
    flex-direction: row !important;
  }

  .back-btn {
    font-size: 1.7vw !important;
    padding-top: 0.2vw;
  }

  .header-container {
    background-position: center 27vh;
    width: 46%;
  }

  .header-title-wrapper {
    padding-top: 120px;
  }

  .header-title h1 {
    font-size: 9vw !important;
    height: 9vw !important;
  }

  .header-title p {
    font-size: 2.3vw !important;
  }

  .main-container-index {
    padding: 0px 1vw !important;
    /* overflow: visible !important; */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    overflow-y: scroll;
    height: 100vh;
  }

  .main-container--intro {
    padding: 1vw 2vw !important;
    font-size: 5vw !important;
  }

  .user-name {
    font-size: 3vw !important;
  }

  .par {
    font-size: 1.5vw !important;
  }

  .btn-container {
    padding: 1vw 0px !important;
  }

  .welcome-btns {
    font-size: 2vw !important;
    padding: 1vw 1vw !important;
    /* width: 50vw !important; */
  }

  .welcome-icons {
    font-size: 2vw !important;
  }

  .external-website-btns {
    width: 5vw !important;
    height: 5vw !important;
  }

  #empact-btn div {
    background-position: center 0.3vw !important;
  }

  .font-size-small {
    font-size: 1vw !important;
    /* padding-top: 0px !important; */
  }
}

#emsNutritionSpinner {
  background-color: #0000009e;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  transition: 1s ease-in-out;
}

#emsNutritionSpinner .spinner-border {
  width: 7rem !important;
  height: 7rem;
}

.notification-count {
  width: 59px;
  padding: 13px 13px;
  background-color: #db1a1a78;
  text-align: center;
  align-self: center;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  border-radius: 40px;
}

.spinner-border-lg {
  width: 2.5rem;
  height: 2.5rem;
  border-width: 0.35em;
}

.loading-blur {
  opacity: 0.5;
  pointer-events: none;
}
