body {
  background-color: #f3f0e8;
}

/* ---------- navbar --------- */

.navbar-wrapper {
  border-bottom: 1px solid black;
  padding: 5px;
  text-align: center;
  position: relative;
}

.wearly {
  color: black;
  font-family: "Playfair Display SC", serif;
  font-size: 40px;
  letter-spacing: 7px;
  text-decoration: none;
}

.sign-in-icon-wrapper {
  text-decoration: none;
}

.fa-solid.fa-circle-user {
  color: #717171;
  font-size: 2.5rem;
  position: absolute;
  right: 50px;
  top: 14px;
}

.sign-in-icon-wrapper:hover {
  cursor: pointer;
  opacity: 0.6;
}

.fa-solid.fa-right-from-bracket {
  color: #717171;
  font-size: 1.7rem;
  position: absolute;
  right: 56px;
  top: 10px;
}

.sign-out {
  color: #717171;
  position: absolute;
  right: 44px;
  top: 23px;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: bold;
}

/* ------- app-drawer-menu ------ */

.fa-solid.fa-bars {
  font-size: 2rem;
  position: absolute;
  left: 26px;
  top: 16px;
  cursor: pointer;
}

.menu {
  background-color: white;
  position: fixed;
  top: 0;
  left: -80%;
  z-index: 200;
  overflow-y: scroll;
  transition: all 0.5s ease-out;
  width: 80%;
  height: 100%;
  font-family: sans-serif;
  opacity: 0;
  visibility: hidden;
}

.menu.is-active {
  visibility: visible;
  opacity: 1;
  left: 0;
  width: 20%;
  text-align: left;
}

.menu-list {
  list-style: none;
  padding: 0;
}

.item-menu {
  text-decoration: none;
  font-size: 2rem;
  color: #000;
  display: block;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-left: 40px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}

.item-menu:hover {
  opacity: 0.5;
  cursor: pointer;
}

.item-items,
.item-outfits,
.item-favorites {
  text-decoration: none;
  font-size: 1.4rem;
  color: #000;
  display: block;
  padding: 7px;
  padding-left: 40px;
  font-family: "Playfair Display", serif;
}

.item-items:hover,
.item-outfits:hover,
.item-favorites:hover {
  cursor: pointer;
  background-color: #f3f0e8;
}

.menu-background {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease-in-out;
  width: 100%;
  height: 100%;
  background-color: black;
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
}

.menu-background.is-active {
  visibility: visible;
  opacity: 50%;
}

/* ----------- home view ---------- */
.home-view-wrapper {
  text-align: center;
}

.wanna-organize,
.what-to-wear {
  font-family: "Cormorant Garamond", sans-serif;
  font-style: italic;
  font-size: 40px;
  margin: 20px;
  color: #676767;
}

.wanna-organize {
  margin-top: 60px;
}

.add-item-button,
.add-outfit-button,
.see-items-button,
.see-outfits-button {
  text-decoration: none;
  color: white;
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
  font-size: 20px;
  background-color: #807f7e;
  display: inline-block;
  width: 230px;
  padding: 12px 40px;
  margin-bottom: 20px;
  border-radius: 30px;
}

.add-item-button:hover,
.add-outfit-button:hover,
.see-items-button:hover,
.see-outfits-button:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* ----------- form item view ---------- */
.form-item-container {
  margin: 50px 10%;
}

.form-item-white-box {
  margin: 0 auto;
  max-width: 1050px;
  background-color: white;
  height: 540px;
}

.form-item-title {
  font-family: Alegreya, sans-serif;
  font-size: 35px;
  margin: 35px 0 5px;
  padding-left: 8%;
}

.add-padding-left {
  padding-left: 8%;
}

.add-padding-right {
  padding-right: 8%;
}

.item-image-wrapper {
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  width: 80%;
  height: 310px;
  margin: 20px 0 0;
}

.item-image-placeholder {
  opacity: 40%;
  width: 170px;
  margin: 50px auto 0;
  display: block;
}

.upload-from-camera-roll {
  color: #737373;
  font-family: Alegreya, sans-serif;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
}

.file-upload-wrapper {
  width: 80%;
}

.choose-file {
  margin: 18px auto 0;
}

.choose-file:hover {
  cursor: pointer;
}

.chosen-image {
  width: 95%;
  margin: auto;
  height: 95%;
  object-fit: contain;
}

.form-item-category,
.form-item-brand,
.form-item-color {
  font-family: "Alegreya SC", sans-serif;
  font-size: 24px;
  border-bottom: 1px solid #c0c0c0;
  margin: 0;
  padding-left: 20px;
  padding-bottom: 10px;
}

.position-right {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #c0c0c0;
  padding-right: 10px;
}

#category-dropdown-menu,
#brand-dropdown-menu,
#color-dropdown-menu {
  color: #a4a4a4;
  font-family: Alegreya, sans-serif;
  font-size: 20px;
  border: none;
  padding: 0 30px;
  text-align: right;
  padding-bottom: 10px;
}

#category-dropdown-menu:hover,
#brand-dropdown-menu:hover,
#color-dropdown-menu:hover {
  cursor: pointer;
}

.each-row {
  margin-bottom: 10px;
}

.form-item-notes {
  font-family: "Alegreya SC", sans-serif;
  font-size: 25px;
  padding-left: 20px;
  padding-bottom: 10px;
}

#notes {
  margin-left: 25px;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  width: 100%;
  height: 130px;
  font-family: Alegreya, Arial, Helvetica, sans-serif;
  color: #a4a4a4;
  padding: 15px;
  font-size: 18px;
}

#notes:hover {
  cursor: pointer;
}

.item-save-button-wrapper {
  display: block;
  text-align: right;
}

.item-save-button {
  color: white;
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  font-weight: bold;
  background-color: #8f8f8f;
  border: none;
  border-radius: 30px;
  padding: 5px 25px;
  margin-top: 15px;
}

.item-save-button:hover {
  cursor: pointer;
  opacity: 0.7;
}

.pop-up {
  background-color: rgb(0 0 0 / 50%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.saved-popup-text-wrapper {
  background-color: white;
  text-align: center;
  width: 500px;
  height: 280px;
  margin: 180px auto;
  border-radius: 17px;
}

.successfully-saved {
  color: #7d7d7d;
  font-family: "Playfair Display", sans-serif;
  font-size: 36px;
  padding: 45px 0 0;
}

.add-more-items,
.see-items {
  color: black;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  background-color: #f3f0e8;
  border-radius: 5px;
  width: 50%;
  padding: 13px;
  display: block;
  margin: 0 auto;
}

.add-more-items:hover,
.see-items:hover {
  cursor: pointer;
  background-color: #cbcbcb;
}

.item-delete-confirm-button {
  color: #515151;
  background-color: white;
  font-family: "Playfair Display", sans-serif;
  border: none;
  font-size: 15px;
  margin-top: 17px;
  margin-left: 25px;
}

/* ----------- items view ----------- */
.items-view-container {
  margin: 20px auto;
  max-width: 1700px;
  padding: 0 10%;
}

.items {
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
  font-size: 47px;
  margin: 30px 45px 0 4%;
}

#sort-category,
#sort-brand,
#sort-color {
  color: #888;
  background-color: #f3f0e8;
  font-family: "Alegreya SC", sans-serif;
  font-size: 18px;
  border-width: 2px;
  border-color: #c0c0c0;
  border-radius: 30px;
  padding: 1px 15px 2px 20px;
  margin: 50px 10px 0;
  width: 140px;
}

#sort-category:hover,
#sort-brand:hover,
#sort-color:hover {
  cursor: pointer;
  background-color: #fff;
}

.sort-reset-button {
  color: #fff;
  font-family: "Alegreya SC", sans-serif;
  font-size: 18px;
  background-color: #c0c0c0;
  border: none;
  border-radius: 7px;
  padding: 2px 10px 4px;
  margin-left: 10px;
}

.sort-reset-button:hover {
  cursor: pointer;
  opacity: 0.6;
}

.add-items-button {
  position: fixed;
  z-index: 100;
  right: 6%;
  bottom: 6%;
  text-decoration: none;
  color: white;
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
  font-size: 20px;
  background-color: #807f7e;
  border-radius: 30px;
  padding: 10px 30px 10px 27px;
}

.add-items-button:hover {
  cursor: pointer;
  background-color: #ababab;
}

.fa-solid.fa-plus {
  margin-right: 8px;
}

.item-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
}

.no-item-message {
  text-align: center;
  color: #807f7e;
  font-size: 24px;
  margin-top: 150px;
}

.item-list-wrapper::before {
  content: "";
  display: block;
  width: 340px;
  height: 380px;
  order: 1;
  margin: 10px 10px 20px;
}

.item-list-wrapper::after {
  content: "";
  display: block;
  width: 340px;
  height: 380px;
  margin: 10px 10px 20px;
}

.item-wrapper {
  width: 340px;
  margin: 10px 10px 20px;
}

.item-image {
  object-fit: contain;
  background-color: white;
  border-radius: 25px;
  width: 100%;
  height: 380px;
  padding: 10px;
}

.position {
  position: relative;
}

.shadow-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgb(0 0 0 / 25%);
  width: 100%;
  height: 380px;
  border-radius: 25px;
}

.items-notes {
  color: rgb(255, 255, 255);
  font-family: Alegreya, sans-serif;
  font-size: 22px;
  text-align: center;
  margin: 125px 25px;
}

.fa-solid.fa-pen.item {
  color: #6c6b6b;
  font-size: 2.5em;
  position: absolute;
  left: 33px;
  top: 35px;
}

.fa-regular.fa-heart.item {
  color: #6c6b6b;
  font-size: 3.2em;
  position: absolute;
  right: 33px;
  top: 35px;
}

.fa-solid.fa-heart.item {
  color: #e78f8f;
  font-size: 3.2em;
  position: absolute;
  right: 33px;
  top: 35px;
}

.fa-regular.fa-heart.item:hover,
.fa-solid.fa-heart.item:hover,
.fa-solid.fa-pen.item:hover {
  cursor: pointer;
  opacity: 0.6;
}

.hover-favorite-icon {
  background-color: transparent;
  border: none;
}

.fa-solid.fa-heart.item-stay {
  color: #e78f8f;
  font-size: 2.6em;
  position: absolute;
  right: 33px;
  top: 35px;
}

/* --------- edit item view --------- */
.fa-regular.fa-trash-can {
  font-size: 1.5rem;
  margin-right: 6px;
  color: #7c7c7c;
}

.item-delete-confirm-button:hover {
  cursor: pointer;
  opacity: 0.6;
}

.delete-confirm-message {
  color: #7d7d7d;
  font-family: "Playfair Display", sans-serif;
  font-size: 25px;
  padding: 55px 75px 0;
  margin-bottom: 30px;
}

.cancel-delete-button {
  font-family: "Playfair Display", sans-serif;
  background-color: #f3f0e8;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 40px 8px;
  margin-right: 40px;
  color: black;
}

.delete-item-button {
  font-family: "Playfair Display", sans-serif;
  color: white;
  background-color: #d43e3e;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 40px 8px;
}

.cancel-delete-button:hover,
.delete-item-button:hover {
  cursor: pointer;
  opacity: 0.6;
}

/* ------------- favorites view --------------- */
.favorites {
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
  font-size: 47px;
  margin: 30px 45px 0 4%;
}

.favorites-title-and-buttons-wrapper {
  display: inline-flex;
}

.favorites-items-button,
.favorites-outfits-button {
  color: white;
  background-color: #383838;
  font-family: "Alegreya SC", sans-serif;
  font-size: 21px;
  border: 1.5px solid;
  border-color: #9c9c9c;
  border-radius: 30px;
  margin: 50px 10px 0;
  padding-bottom: 2px;
  width: 165px;
  height: 36px;
}

.favorites-items-button-light,
.favorites-outfits-button-light {
  color: #888;
  background-color: white;
  font-family: "Alegreya SC", sans-serif;
  font-size: 21px;
  border: 1.5px solid;
  border-color: #9c9c9c;
  border-radius: 30px;
  margin: 50px 10px 0;
  padding-bottom: 2px;
  width: 165px;
  height: 36px;
}

.favorites-items-button:hover,
.favorites-outfits-button:hover,
.favorites-items-button-light:hover,
.favorites-outfits-button-light:hover {
  cursor: pointer;
  opacity: 0.6;
}

/* ------------- form outfit view ----------- */
.form-outfit-container {
  margin: 0 80px;
}

.form-outfit-white-box {
  background-color: white;
  max-width: 1070px;
  height: 665px;
  margin: 40px auto;
}

.form-outfit-title {
  font-family: Alegreya, sans-serif;
  font-size: 35px;
  margin: 40px 0 25px 90px;
}

.outfit-box {
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  width: 440px;
  height: 460px;
  margin-left: 18%;
  position: relative;
}

.outfit-box-inner {
  position: relative;
  width: 435px;
  height: 455px;
  padding: 10px;
  margin: 1.5px;
  vertical-align: middle;
}

.rnd {
  margin: 0;
  position: relative;
  cursor: pointer;
}

.outfit-image-placeholder {
  opacity: 40%;
  width: 170px;
  margin: 100px auto 0;
  display: block;
}

.fa-regular.fa-circle-xmark.chosen-item {
  color: #7c7c7c;
  font-size: 25px;
  position: absolute;
  right: 25px;
  top: 25px;
}

.add-item-to-outfit-button {
  font-family: Alegreya, sans-serif;
  font-size: 30px;
  background-color: #f3f0e8;
  border: none;
  border-radius: 30px;
  margin: 40px auto 0;
  padding: 10px 40px;
}

.fa-solid.fa-plus.outfit {
  margin-right: 15px;
}

.add-item-to-outfit-button:hover {
  cursor: pointer;
  opacity: 0.6;
}

.add-item-popup {
  background-color: rgb(0 0 0 / 50%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  overscroll-behavior: contain;
  overflow-y: scroll;
  padding-top: 70px;
}

.fa-solid.fa-circle-arrow-right {
  color: white;
  font-size: 40px;
  position: absolute;
  right: 40px;
  top: 30px;
  cursor: pointer;
}

.add-item-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 30px;
}

.add-item-list-wrapper::before {
  content: "";
  display: block;
  width: 250px;
  height: 300px;
  order: 1;
  margin: 10px 10px 20px;
}

.add-item-list-wrapper::after {
  content: "";
  display: block;
  width: 250px;
  height: 300px;
  margin: 10px 10px 20px;
}

.add-item-wrapper {
  padding: 0;
  width: 250px;
  margin: 10px 10px 20px;
  cursor: pointer;
}

.add-item-image {
  object-fit: contain;
  background-color: white;
  border-radius: 25px;
  width: 100%;
  height: 300px;
  padding: 10px;
}

.add-outfit-shadow-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(244, 220, 159, 30%);
  width: 100%;
  height: 300px;
  border-radius: 25px;
}

.up-to-ten-message {
  margin: 20px auto 85px;
  font-family: "Playfair Display", sans-serif;
  color: #515151;
  font-size: 18px;
}

.fa-regular.fa-lightbulb {
  margin-right: 10px;
  font-size: 22px;
}

.reached-to-ten-message {
  margin: 20px auto 60px;
  font-family: "Playfair Display", sans-serif;
  color: #c34d4d;
  font-size: 18px;
}

.fa-solid.fa-circle-exclamation {
  margin-right: 10px;
  font-size: 22px;
}

.outfit-notes {
  font-family: "Alegreya SC", sans-serif;
  font-size: 25px;
  padding-left: 75px;
  padding-bottom: 10px;
}

#outfit-notes {
  margin: 5px auto;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  width: 70%;
  height: 180px;
  font-family: Alegreya, Arial, Helvetica, sans-serif;
  color: #a4a4a4;
  padding: 15px;
  font-size: 18px;
  cursor: pointer;
}

.outfit-save-button-wrapper {
  display: block;
  text-align: right;
}

.outfit-save-button {
  color: white;
  font-family: "Playfair Display", sans-serif;
  font-size: 20px;
  font-weight: bold;
  background-color: #8f8f8f;
  border: none;
  border-radius: 30px;
  padding: 5px 25px;
  margin-top: 15px;
  margin-right: 70px;
}

.outfit-save-button:hover {
  cursor: pointer;
  opacity: 0.6;
}

.saved-popup-text-wrapper-outfit {
  background-color: white;
  text-align: center;
  width: 500px;
  height: 280px;
  margin: 180px auto;
  border-radius: 17px;
}

/* ----------- outfits view ------------ */
.outfits-view-container {
  margin: 5px auto;
  padding: 0 5%;
}

.outfits {
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
  font-size: 47px;
  margin: 30px 45px 0 20%;
}

.outfit-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}

.outfit-list-wrapper::after {
  content: "";
  display: block;
  width: 440px;
  height: 460px;
  margin: 20px 30px;
}

.outfit-wrapper {
  margin: 20px 30px;
}

.outfit-box-wrapper {
  margin: 0;
  background-color: white;
  border: none;
  border-radius: 30px;
  width: 440px;
  height: 460px;
}

.outfit-shadow-wrapper {
  position: absolute;
  left: -2px;
  top: 0;
  background-color: rgb(0 0 0 / 25%);
  width: 441px;
  height: 460px;
  border-radius: 30px;
}

.show-outfit-notes {
  color: rgb(255, 255, 255);
  font-family: Alegreya, sans-serif;
  font-size: 30px;
  text-align: center;
  margin: 140px 25px;
}

.fa-solid.fa-heart.item-stay.outfit {
  color: #e78f8f;
  font-size: 2.2em;
  position: absolute;
  right: 35px;
  top: 36px;
  cursor: pointer;
}

.fa-regular.fa-heart.outfit {
  color: #6c6b6b;
  font-size: 2.8em;
  position: absolute;
  right: 38px;
  top: 35px;
  cursor: pointer;
}

.fa-solid.fa-heart.outfit {
  color: #e78f8f;
  font-size: 2.8em;
  position: absolute;
  right: 38px;
  top: 35px;
  cursor: pointer;
}

.fa-solid.fa-pen.outfit {
  color: #6c6b6b;
  font-size: 2.4em;
  position: absolute;
  left: 38px;
  top: 35px;
  cursor: pointer;
}

.loading-spinner {
  text-align: center;
}

/* ---------- edit outfit view -------- */
.outfit-delete-confirm-button {
  color: #515151;
  background-color: white;
  font-family: "Playfair Display", sans-serif;
  border: none;
  font-size: 17px;
  margin-top: 20px;
  margin-left: 100px;
}

.outfit-delete-confirm-button:hover {
  cursor: pointer;
  opacity: 0.6;
}

.fa-regular.fa-trash-can.outfit {
  font-size: 1.8rem;
  margin-right: 7px;
  color: #7c7c7c;
}

/* ------------ Sign up view -------------- */

.sign-up-container {
  margin: 40px;
}

.sign-up-white-box {
  margin: 0 auto;
  width: 480px;
  height: 610px;
  background-color: white;
}

.sign-up {
  font-family: "Playfair Display", sans-serif;
  margin: 80px auto 30px;
  font-size: 50px;
}

.sign-up-name,
.sign-up-username,
.sign-up-password {
  color: #888;
  font-family: Alegreya, sans-serif;
  font-size: 17px;
  margin: 0 auto;
  cursor: pointer;
}

.sign-up-name-input,
.sign-up-username-input,
.sign-up-password-input {
  font-family: "Playfair Display", sans-serif;
  width: 260px;
  height: 35px;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  margin-top: 6px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.username-wrapper,
.password-wrapper {
  position: relative;
}

.username-validation-message,
.password-validation-message {
  margin: -10px auto 10px;
  color: rgb(221, 86, 86);
  font-family: Alegreya, sans-serif;
  font-size: 14px;
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  text-align: center;
}

.create-account-button {
  color: white;
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  font-weight: bold;
  background-color: #8f8f8f;
  border: none;
  border-radius: 40px;
  padding: 13px 50px;
  margin: 25px auto 15px;
}

.create-account-button:hover {
  cursor: pointer;
  opacity: 0.6;
}

.have-an-account {
  color: #000;
  font-family: Alegreya, sans-serif;
  margin: auto;
}

.sign-in-button {
  color: #e78f8f;
  font-weight: bold;
  text-decoration: none;
  margin-left: 10px;
}

.sign-in-button:hover {
  cursor: pointer;
  opacity: 0.6;
}

/* ------------ Sign in view -------------- */

.sign-in-white-box {
  margin: 0 auto;
  width: 480px;
  height: 620px;
  background-color: white;
}

.confirm-sign-in-button {
  color: white;
  font-family: "Playfair Display", sans-serif;
  font-size: 19px;
  font-weight: bold;
  background-color: #8f8f8f;
  border: none;
  border-radius: 40px;
  padding: 12px 80px;
  margin: 33px auto 15px;
}

.demo-account-button {
  color: #e78f8f;
  font-family: "Playfair Display", sans-serif;
  font-size: 17px;
  font-weight: bold;
  background-color: white;
  border: 2px solid #e78f8f;
  border-radius: 40px;
  padding: 12px 30px;
  margin: 28px auto 15px;
}

.demo-account-button:hover {
  cursor: pointer;
  background-color: #e8a4a4;
  border: 2px solid #e8a4a4;
  color: white;
}

.confirm-sign-in-button:hover {
  cursor: pointer;
  opacity: 0.6;
}

.signin-validation-message {
  margin: 0 auto;
  color: rgb(221, 86, 86);
  font-family: Alegreya, sans-serif;
  font-size: 15px;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}

/* ------------- media query ------------  */

/* mobile screen */
@media screen and (max-width: 767px) {
  /* --------- mobile navbar -------- */

  .navbar-wrapper {
    padding: 7px;
  }

  .wearly {
    font-size: 25px;
    letter-spacing: 4px;
  }

  .fa-solid.fa-circle-user {
    font-size: 1.8rem;
    right: 24px;
    top: 12px;
  }

  .fa-solid.fa-right-from-bracket {
    font-size: 1.1rem;
    right: 22px;
    top: 11px;
  }

  .sign-out {
    right: 16px;
    top: 22px;
    font-size: 8px;
  }

  /* ------- mobile app-drawer-menu ------ */
  .fa-solid.fa-bars {
    font-size: 1.5rem;
    left: 18px;
    top: 12px;
  }

  .menu.is-active {
    width: 35%;
  }

  .item-menu {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .item-items,
  .item-outfits,
  .item-favorites {
    font-size: 1rem;
    padding: 5px;
    padding-left: 20px;
  }

  /* ----------- mobile home view ---------- */
  .wanna-organize,
  .what-to-wear {
    font-size: 18px;
    margin: 10px;
  }

  .wanna-organize {
    margin-top: 35px;
  }

  .add-item-button,
  .add-outfit-button,
  .see-items-button,
  .see-outfits-button {
    font-size: 13px;
    width: 140px;
    padding: 7px 25px;
    margin-bottom: 15px;
  }

  /* ----------- moble item form view ---------- */
  .form-item-container {
    margin: 20px 7%;
  }

  .form-item-white-box {
    padding: 0 8%;
    height: 700px;
    max-width: 440px;
    min-width: 263px;
  }

  .form-item-title {
    font-size: 25px;
    margin: 17px 0 5px;
    padding: 0;
    max-width: 450px;
  }

  .add-padding-left {
    padding-left: 0;
  }

  .add-padding-right {
    padding-right: 0;
  }

  .item-image-wrapper {
    border-radius: 10px;
    width: 98%;
    height: 240px;
    margin: 10px auto;
    text-align: center;
  }

  .item-image-placeholder {
    width: 150px;
    margin: 25px auto 0;
  }

  .upload-from-camera-roll {
    font-size: 18px;
  }

  .file-upload-wrapper {
    width: 100%;
  }

  .choose-file {
    margin: 5px auto 20px;
    font-size: 12px;
  }

  .form-item-category,
  .form-item-brand,
  .form-item-color {
    font-size: 18px;
    padding-left: 15px;
    padding-bottom: 5px;
    margin: 10px 0 0;
  }

  #category-dropdown-menu,
  #brand-dropdown-menu,
  #color-dropdown-menu {
    font-size: 17px;
    border: none;
    padding: 0 5px 0 0;
    text-align: right;
    background-color: white;
  }

  .each-row {
    margin: 0;
  }

  .form-item-notes {
    font-size: 18px;
    margin: 10px 0 0;
    padding-left: 15px;
    padding-bottom: 10px;
  }

  #notes {
    margin: 0 auto;
    width: 93%;
    height: 100px;
    padding: 10px 15px;
    font-size: 15px;
  }

  .item-delete-confirm-button {
    font-size: 13px;
    margin-top: 15px;
    margin-left: 12px;
  }

  .fa-regular.fa-trash-can {
    font-size: 1.4rem;
    margin-right: 5px;
  }

  .item-save-button {
    font-size: 15px;
    padding: 4px 20px;
    margin-top: 13px;
    margin-right: 5px;
  }

  .saved-popup-text-wrapper {
    width: 300px;
    height: 215px;
    margin: 40% auto;
  }

  .successfully-saved {
    font-size: 27px;
    padding: 33px 0 0;
  }

  .add-more-items,
  .see-items {
    font-size: 14px;
    width: 65%;
    padding: 10px;
    margin-bottom: -9px;
  }

  .delete-confirm-message {
    font-size: 17px;
    padding: 45px 30px 0;
    margin-bottom: 18px;
  }

  .cancel-delete-button {
    font-size: 15px;
    padding: 4px 25px 6px;
    margin-right: 30px;
  }

  .delete-item-button {
    font-size: 15px;
    padding: 4px 25px 6px;
  }

  /* ----------- mobile items view ----------- */
  .items-view-container {
    margin: 0 auto;
    padding: 0 5%;
    min-width: 350px;
  }

  .items {
    font-size: 26px;
    margin: 25px 0 0 25px;
  }

  #sort-category,
  #sort-brand,
  #sort-color {
    font-size: 10px;
    border-width: 1px;
    border-radius: 30px;
    padding: 1px 8px 2px 7px;
    margin: 13px 4px 8px;
    width: 80px;
  }

  .sort-wrapper {
    width: fit-content;
    margin: auto;
  }

  .sort-reset-button {
    font-size: 12px;
    padding: 1px 8px 2px;
    margin-left: 3px;
  }

  .add-items-button {
    right: 6%;
    bottom: 4%;
    font-size: 17px;
    padding: 9px 24px 9px 21px;
  }

  .fa-solid.fa-plus {
    margin-right: 6px;
  }

  .item-wrapper {
    width: 150px;
    margin: 7px;
  }

  .item-image {
    border-radius: 15px;
    width: 100%;
    height: 175px;
    padding: 5px;
  }

  .no-item-message {
    font-size: 17px;
    margin-top: 80px;
  }

  .item-list-wrapper {
    margin-top: 8px;
  }

  .item-list-wrapper::before {
    content: none;
  }

  .item-list-wrapper::after {
    content: "";
    display: block;
    width: 150px;
    height: 175px;
    margin: 7px;
  }

  .shadow-wrapper {
    width: 100%;
    height: 175px;
    border-radius: 15px;
  }

  .items-notes {
    font-size: 15px;
    margin: 65px 18px;
  }

  .fa-solid.fa-pen.item {
    font-size: 1.3em;
    left: 20px;
    top: 20px;
  }

  .fa-regular.fa-heart.item {
    font-size: 1.6em;
    right: 20px;
    top: 20px;
  }

  .fa-solid.fa-heart.item {
    font-size: 1.6em;
    right: 20px;
    top: 20px;
  }

  .fa-solid.fa-heart.item-stay {
    font-size: 1.1em;
    right: 20px;
    top: 20px;
  }

  /* ------------- mobile favorites view --------------- */
  .favorites {
    font-size: 26px;
    margin: 25px 16px 0;
  }

  .favorites-items-button,
  .favorites-outfits-button,
  .favorites-items-button-light,
  .favorites-outfits-button-light {
    font-size: 13px;
    border: 1.5px solid;
    margin: 33px 3px 0;
    padding-bottom: 2px;
    width: 85px;
    height: 23px;
  }

  /* ------------- mobile form outfit view --------------- */
  .form-outfit-container {
    margin: 0 25px;
  }

  .form-outfit-white-box {
    min-width: 320px;
    max-width: 400px;
    height: 755px;
    width: 100%;
    margin: 30px auto;
  }

  .form-outfit-title {
    font-size: 25px;
    margin: 25px 0 15px 10%;
  }

  .outfit-box {
    width: 280px;
    height: 300px;
    margin: auto;
  }

  .outfit-box-inner {
    width: 275px;
    height: 295px;
    padding: 1px;
    margin: 1.5px;
    vertical-align: middle;
  }

  .outfit-image-placeholder {
    width: 150px;
    margin: 40px auto 0;
  }

  .fa-regular.fa-circle-xmark.chosen-item {
    font-size: 20px;
  }

  .add-item-to-outfit-button {
    font-size: 24px;
    margin: 25px auto 0;
    padding: 10px 40px;
    color: black;
  }

  .fa-solid.fa-plus.outfit {
    margin-right: 10px;
  }

  .add-item-popup {
    padding-top: 50px;
  }

  .add-item-list-wrapper {
    margin: 10px 20px;
  }

  .fa-solid.fa-circle-arrow-right {
    font-size: 35px;
    right: 25px;
    top: 20px;
  }

  .add-item-list-wrapper::before {
    content: "";
    display: block;
    width: 140px;
    height: 170px;
    order: 1;
    margin: 10px 10px 20px;
  }

  .add-item-list-wrapper::after {
    content: "";
    display: block;
    width: 140px;
    height: 170px;
    margin: 10px 10px 20px;
  }

  .add-item-wrapper {
    padding: 0;
    width: 140px;
    margin: 10px;
  }

  .add-item-image {
    width: 100%;
    height: 170px;
    padding: 5px;
  }

  .add-outfit-shadow-wrapper {
    height: 170px;
  }

  .up-to-ten-message {
    margin: 15px auto 30px;
    font-size: 14px;
  }

  .fa-regular.fa-lightbulb {
    margin-right: 7px;
    font-size: 20px;
  }

  .reached-to-ten-message {
    margin: 15px auto 40px;
    font-size: 14px;
  }

  .fa-solid.fa-circle-exclamation {
    margin-right: 7px;
    font-size: 20px;
  }

  .outfit-notes {
    font-size: 20px;
    margin: 0;
    padding-left: 45px;
    padding-bottom: 7px;
  }

  #outfit-notes {
    margin: 0 auto;
    width: 280px;
    height: 120px;
    padding: 15px;
    font-size: 17px;
  }

  .outfit-save-button {
    font-size: 18px;
    padding: 5px 25px;
    margin-top: 15px;
    margin-right: 30px;
  }

  .saved-popup-text-wrapper-outfit {
    width: 300px;
    height: 215px;
    margin: 40% auto;
  }

  .mobile-delete-icon-position {
    position: relative;
  }

  .outfit-delete-confirm-button {
    font-size: 15px;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: 320px;
    left: 30px;
  }

  .fa-regular.fa-trash-can.outfit {
    font-size: 1.5rem;
    margin-right: 5px;
    color: #7c7c7c;
  }

  /* ----------- mobile outfits view -------- */
  .outfits-view-container {
    margin: 0 auto;
    padding: 0 5%;
    min-width: 300px;
  }

  .outfits {
    font-size: 26px;
    margin: 25px 0 0 30px;
  }

  .outfit-list-wrapper {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .outfit-wrapper {
    margin: 18px 10px;
  }

  .outfit-list-wrapper::after {
    content: none;
  }

  .outfit-box-wrapper {
    width: 280px;
    height: 300px;
    margin: auto;
  }

  .outfit-shadow-wrapper {
    left: -1.5px;
    top: 0;
    width: 280px;
    height: 300px;
  }

  .show-outfit-notes {
    font-size: 22px;
    text-align: center;
    margin: 100px 25px;
  }

  .fa-solid.fa-heart.item-stay.outfit {
    font-size: 1.9em;
    right: 31.5px;
    top: 30px;
  }

  .fa-regular.fa-heart.outfit {
    font-size: 2.7em;
    right: 35px;
    top: 30px;
  }

  .fa-solid.fa-heart.outfit {
    font-size: 2.7em;
    right: 35px;
    top: 30px;
  }

  .fa-solid.fa-pen.outfit {
    font-size: 2em;
    left: 35px;
    top: 30px;
  }

  /* ------------ mobile sign up view -------------- */
  .sign-up-container {
    margin: 30px;
  }

  .sign-up-white-box {
    width: 310px;
    height: 490px;
  }

  .sign-up {
    margin: 55px auto 25px;
    font-size: 40px;
  }

  .sign-up-name,
  .sign-up-username,
  .sign-up-password {
    font-size: 16px;
  }

  .sign-up-name-input,
  .sign-up-username-input,
  .sign-up-password-input {
    width: 200px;
    height: 30px;
    margin-top: 6px;
    margin-bottom: 16px;
    padding-left: 10px;
  }

  .create-account-button {
    font-size: 15px;
    padding: 10px 30px;
    margin: 20px auto 10px;
  }

  .have-an-account {
    font-size: 13px;
  }

  .sign-in-button {
    margin-left: 7px;
  }

  .username-validation-message,
  .password-validation-message {
    margin: -12px auto 10px;
    font-size: 9px;
    top: 74px;
    left: 150px;
  }

  /* ------------ mobile sign in view -------------- */
  .sign-in-white-box {
    width: 310px;
    height: 500px;
  }

  .confirm-sign-in-button {
    font-size: 15px;
    padding: 10px 60px;
    margin: 30px auto 8px;
  }

  .demo-account-button {
    font-size: 13px;
    padding: 10px 22px;
    margin: 20px auto 10px;
  }

  .signin-validation-message {
    font-size: 12px;
    top: 68px;
    width: 200px;
    text-align: center;
  }
}

/* tablet screen */
@media screen and (min-width: 768px) and (max-width: 1279px) {
  /* ---- drawer menu ----- */
  .item-menu {
    padding-left: 30px;
  }

  .item-items,
  .item-outfits,
  .item-favorites {
    padding-left: 30px;
  }

  /* ----------- tablet form item view ---------- */
  .form-item-container {
    margin: 50px 10%;
  }

  .form-item-white-box {
    max-width: 1050px;
    min-width: 643px;
    height: 480px;
  }

  .form-item-title {
    font-size: 30px;
    margin: 27px 0 0;
    padding-left: 7%;
  }

  .add-padding-left {
    padding-left: 6%;
  }

  .add-padding-right {
    padding-right: 6%;
    padding-top: 13px;
  }

  .item-image-wrapper {
    width: 94%;
    height: 300px;
    text-align: center;
  }

  .item-image-placeholder {
    width: 160px;
    margin: 50px auto 0;
  }

  .upload-from-camera-roll {
    font-size: 18px;
    margin-top: 0;
  }

  .file-upload-wrapper {
    width: 80%;
    margin: 0 auto;
  }

  .form-item-category,
  .form-item-brand,
  .form-item-color {
    font-size: 22px;
    padding-bottom: 8px;
  }

  .position-right {
    padding-right: 10px;
  }

  #category-dropdown-menu,
  #brand-dropdown-menu,
  #color-dropdown-menu {
    font-size: 19px;
    padding: 0 5px;
    text-align: right;
    padding-bottom: 6px;
  }

  .each-row {
    margin-bottom: 10px;
  }

  .form-item-notes {
    font-size: 22px;
    margin: 0;
    padding-left: 20px;
    padding-bottom: 8px;
  }

  #notes {
    margin-left: 20px;
    height: 113px;
    padding: 13px;
    font-size: 17px;
  }

  .item-save-button {
    font-size: 17px;
    font-weight: bold;
    padding: 5px 24px;
  }

  /* --------- tablet form outfit view ---------- */
  .form-outfit-container {
    margin: 50px 10%;
  }

  .form-outfit-white-box {
    max-width: 620px;
    min-width: 620px;
    height: 1100px;
  }

  .form-outfit-title {
    font-family: Alegreya, sans-serif;
    font-size: 35px;
    margin: 40px 0 20px 80px;
  }

  .outfit-box {
    margin: auto;
  }

  .outfit-image-placeholder {
    width: 170px;
    margin: 90px auto 10px;
  }

  .outfit-notes {
    font-size: 25px;
    margin: 0;
    padding-left: 100px;
    padding-bottom: 7px;
  }

  .up-to-ten-message {
    margin: 15px auto 50px;
    font-size: 18px;
  }

  .outfit-save-button {
    margin-right: 90px;
  }

  /* -------- tablet edit outfit view --------- */
  .outfit-delete-confirm-button {
    font-size: 18px;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: 435px;
    left: 95px;
    width: 100px;
  }

  .mobile-delete-icon-position {
    position: absolute;
  }

  /* -------- tablet items view --------- */
  .items-view-container {
    margin: 5px auto;
    padding: 0 5%;
  }

  .sort-wrapper {
    width: fit-content;
    margin: auto;
  }

  #sort-category,
  #sort-brand,
  #sort-color {
    font-size: 18px;
    border-width: 2px;
    padding: 1px 15px 2px 20px;
    margin: 20px 10px 0;
    width: 140px;
  }

  /* -------- tablet outfits view --------- */
  .outfits-view-container {
    margin: 5px auto;
    padding: 0 3%;
  }

  .outfits {
    font-family: "Playfair Display", sans-serif;
    font-weight: bold;
    font-size: 47px;
    margin: 30px 45px 0 75px;
  }
}
