/* -------------------------------
            google font
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
.bt-1 {
  position: relative;
  width: 100%;
  height: 2.2em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.5em;
  border: none;
  border-radius: 4em;
  box-shadow: -7px -7px 8px #ffffff, -2px -2px 12px rgba(255, 255, 255, 0.5), inset 2px 2px 4px rgba(255, 255, 255, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.507);
  color: #f68122;
  font-size: 1.3rem;
  background-color: #f0f0f3;
  outline: none;
  cursor: pointer;
  transition: 0.6s;
}

.bt-1:hover {
  transform: scale(1.01);
  color: #ffffff;
  background-color: #f68122;
}

.bt-1:active {
  box-shadow: inset -2px -2px 8px rgb(255, 255, 255), inset -2px -2px 12px rgba(255, 60, 0, 0.5), inset 2px 2px 4px rgba(255, 82, 1, 0.1), inset 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.bt-2 {
  position: relative;
  width: 100%;
  height: 2.2em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.5em;
  border: none;
  border-radius: 4em;
  box-shadow: -7px -7px 8px #ffffff, -2px -2px 12px rgba(255, 255, 255, 0.5), inset 2px 2px 4px rgba(255, 255, 255, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.507);
  color: #f0f0f3;
  font-size: 1.3rem;
  background-color: #f68122;
  outline: none;
  cursor: pointer;
  transition: 0.6s;
}

.bt-2:hover {
  transform: scale(1.01);
  color: #f68122;
  background-color: #f0f0f3;
}

.bt-2:active {
  box-shadow: inset -2px -2px 8px rgb(255, 255, 255), inset -2px -2px 12px rgba(255, 255, 255, 0.5), inset 2px 2px 4px rgba(255, 255, 255, 0.1), inset 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.designer-ver #login_form, .designer-ver #login_form form, header #header-tool-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form {
  padding: 2em;
  border: none;
  border-radius: 2em;
  box-shadow: -7px -7px 8px #ffffff, -2px -2px 12px rgba(255, 255, 255, 0.5), inset 2px 2px 4px rgba(255, 255, 255, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.507);
  background-color: #f0f0f3;
  outline: none;
}

.input, textarea, header #header-tool-box nav .flex-row .search-bar {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  margin: 10px auto;
  padding: 1em 1em;
  border: none;
  border-radius: 15px;
  box-shadow: inset -2px -2px 8px rgb(255, 255, 255), inset -2px -2px 12px rgba(255, 255, 255, 0.5), inset 2px 2px 4px rgba(255, 255, 255, 0.1), inset 2px 2px 8px rgba(0, 0, 0, 0.3);
  background-color: #f0f0f3;
  font-size: 1.2rem;
  outline: none;
}

header #header-tool-box .profile img, header #header-tool-box img, .comparison img, .share-modal, .modal-dialog .modal-content, .pagination select, #aside-next-button, #aside-pre-button, #next-button, #pre-button, .supplier-pagination li, .supplier-pagination select, .option-selector {
  box-shadow: -8px -8px 8px #ffffff, -2px -2px 12px rgba(255, 255, 255, 0.5), inset 2px 2px 4px rgba(255, 255, 255, 0.1), 4px 4px 8px rgba(0, 0, 0, 0.253);
}

.comparison-supplier-image {
  box-shadow: -4px -4px 6px #ffffff, -2px -2px 12px rgba(255, 255, 255, 0.5), inset 1px 1px 4px rgba(255, 255, 255, 0.1), 4px 4px 8px rgba(0, 0, 0, 0.253);
}

.table-container .table-wrapper, .file-list, .new-project-wrapper {
  height: 90%;
  padding: 2em 2em;
  background-color: #f0f0f3;
  box-shadow: 0px -8px 8px #ffffff, -2px -2px 12px rgba(255, 255, 255, 0.5), inset 2px 2px 4px rgba(255, 255, 255, 0.1), 4px 4px 8px rgba(0, 0, 0, 0.253);
  border-radius: 0 1.2em 1.2em 0;
}

html {
  font-size: 16px;
}

:root {
  --mainColor: #f0f0f3;
  --secondaryColorBlack: #636363;
  --secondaryColorPurpleLight: #dfdff3;
  --secondaryColorPurple: #cacadf;
  --secondaryColorPurpleDark: #8989a5;
  --secondaryColorWhite: #ffffff;
  --accentColor: #f68122;
  --successfulColor: #25ba4d;
  --accentColorBlack: black;
  --accentColorGrey: #515151;
  --errorColor: #b60000;
  --error-message: #d34f4f;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: "Geologica", serif;
  font-weight: 200;
  text-transform: capitalize;
}

body {
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  background-color: var(--mainColor);
  background-image: url(../img/Landing-page-BG.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

h1 {
  font-family: "Roboto Condensed", serif;
  font-size: 2rem;
  font-weight: 400;
}

h2 {
  font-family: "Roboto Condensed", serif;
  font-size: 1.5rem;
  font-weight: 200;
}

h3 {
  font-family: "Roboto Condensed", serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.bt-1 {
  display: flex;
  justify-content: center;
  gap: 1em;
  align-items: center;
}
.bt-1 i {
  position: absolute;
  left: 30%;
}

.bt-2 {
  display: flex;
  justify-content: center;
  gap: 1em;
  align-items: center;
}
.bt-2 i {
  position: absolute;
  left: 30%;
}

a {
  text-decoration: none;
  font-family: "Geologica", serif;
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--secondaryColorBlack);
}

a p {
  transition: 0.3s;
}
a i {
  transition: 0.3s;
}

.bold {
  font-size: 3rem;
}

textarea {
  resize: none;
}

textarea::placeholder {
  font-family: "Geologica", serif;
  font-weight: 100;
  color: #b8b8b8;
  font-size: 1rem;
}

input::placeholder {
  font-family: "Geologica", serif;
  font-weight: 100;
  color: #b8b8b8;
  font-size: 1rem;
}

.preview-button i {
  position: relative;
  left: 0;
}

.span {
  color: rgb(187, 0, 0);
}

label {
  font-family: "Geologica", serif;
  font-weight: 300;
  font-size: 1.25rem;
  color: #636363;
  text-transform: capitalize;
}

i {
  font-size: 2rem;
}

p {
  font-family: "Roboto Condensed", serif;
  font-size: 1rem;
  font-weight: 500;
}

.red {
  color: #b60000;
}

.login_error {
  color: #b60000;
}

.logout_message {
  color: #25ba4d;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
}

.designer-ver {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -150%;
}
.designer-ver .supplier-form {
  border: 0.5px solid var(--accentColor);
}
.designer-ver .go-back {
  position: absolute;
  top: 12%;
  left: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.designer-ver .go-back p {
  transition: 0.3s;
}
.designer-ver .go-back i {
  font-size: 2.5rem;
  transition: 0.3s;
}
.designer-ver a:hover i {
  color: var(--accentColor);
}
.designer-ver a:hover p {
  color: var(--accentColor);
}
.designer-ver #login_form {
  width: 25vw;
  padding: 3em 2em;
}
.designer-ver #login_form #login-form-avatar {
  width: 7rem;
  height: auto;
  border-radius: 10em;
  margin-bottom: 1em;
}
.designer-ver #login_form h1 {
  text-transform: capitalize;
}
.designer-ver #login_form h3 {
  font-family: "Geologica", serif;
  font-weight: 100;
  font-size: 1.25rem;
  color: #636363;
  text-transform: capitalize;
}
.designer-ver #login_form form {
  width: 100%;
  margin-top: 3em;
}
.designer-ver #login_form form .button-wrapper {
  width: 100%;
}
.designer-ver #login_form #login-logo {
  margin-top: 2em;
  width: 15.5rem;
  height: auto;
}

.button-center i {
  position: relative;
  left: 0;
}

.square {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #f68122;
  border-radius: 0.3em;
}

.header {
  display: flex;
  align-items: center;
  gap: 0.7em;
  z-index: 2;
}

.flex {
  display: flex;
  align-items: center;
}

.column {
  display: flex;
  flex-direction: column;
}

th {
  text-transform: capitalize;
}

.flex-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

#flex-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.line {
  width: 3vw;
  height: 1px;
  background-color: var(--accentColorGrey);
  transition: 0.5s;
}

#header-tool-box:hover {
  width: 15rem;
  align-items: center;
  margin: 0 auto;
  padding: 2em 1em;
}
#header-tool-box:hover nav .flex-row {
  left: 0px;
}

header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  z-index: 1;
}
header #header-tool-box {
  z-index: 4;
  padding: 2em 0.7em;
  border-radius: 1.2em 0 0 1.2em;
  background-color: rgb(246, 246, 246);
  box-shadow: -10px -1px 8px #ffffff, -1px -5px 6px #ffffff, 0 -13px 12px rgba(255, 255, 255, 0.5), inset 0 -3px 10px rgba(255, 255, 255, 0.1), -2px 3px 10px rgba(0, 0, 0, 0.507);
  height: 90%;
  width: 4vw;
  overflow: hidden;
  transition: 0.5s;
  justify-content: space-between;
}
header #header-tool-box .profile {
  height: 60px;
  width: 100%;
  display: flex;
  justify-self: center;
  align-items: center;
  transition: 0.3s;
}
header #header-tool-box .profile h4 {
  transition: 0.6s;
}
header #header-tool-box .profile p {
  transition: 0.6s;
}
header #header-tool-box .profile img {
  width: 3.2rem;
  height: auto;
  border-radius: 5em;
}
header #header-tool-box .profile:hover p {
  color: var(--accentColor);
}
header #header-tool-box nav {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
header #header-tool-box nav .flex-row {
  height: 60px;
  left: 10px;
}
header #header-tool-box nav .flex-row input {
  height: 2em;
}
header #header-tool-box nav .flex-row .search-bar {
  padding: 0;
  border-radius: 0.3em;
  width: 80%;
}
header #header-tool-box nav .flex-row .search-bar::placeholder {
  font-size: 1rem;
}
header #header-tool-box nav a {
  text-decoration: none;
  color: var(--secondaryColorBlack);
}
header #header-tool-box nav a i {
  font-size: 2rem;
  color: var(--secondaryColorBlack);
}
header #header-tool-box img {
  width: 3rem;
  height: auto;
  border-radius: 5em;
}
header #header-tool-box .logo {
  height: 60px;
  width: 100%;
  display: flex;
  justify-self: center;
  align-items: center;
}
header #header-tool-box .logo img {
  width: 3rem;
  height: 3rem;
  border-radius: 5em;
}
header #header-tool-box .con {
  width: 0%;
  text-align: right;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  opacity: 0;
}

.menu {
  height: 60px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0);
  transition: 0.3s;
}

.menu:hover {
  border-bottom: 0.5px solid var(--accentColorGrey);
}

#header-tool-box:hover .con {
  width: 100%;
  opacity: 1;
}

.table-container {
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  width: 85vw;
}
.table-container .table-wrapper.template {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.table-container .table-wrapper {
  overflow-y: auto;
  padding: 2.5em 2em;
}
.table-container .table-wrapper::-webkit-scrollbar {
  padding-left: 20px;
  margin-right: 1em;
  width: 8px;
  height: 8px;
  background: none;
  right: 5%;
}
.table-container .table-wrapper::-webkit-scrollbar-track {
  background: none;
  border-radius: 10px;
}
.table-container .table-wrapper::-webkit-scrollbar-thumb {
  background: #b3b3b3;
  border-radius: 10px;
}
.table-container .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.table-container .table-wrapper .table {
  position: relative;
  width: 100%;
  background: inherit;
  margin: 2rem auto;
  line-height: 1.42em;
  border-spacing: 0;
  color: var(--white);
  text-align: left;
  border-collapse: separate;
  border-spacing: 0 0.2em;
}
.table-container .table-wrapper .table th {
  font-family: "Roboto Condensed", serif;
  font-size: 1.25rem;
  font-weight: 500;
  width: 35em;
}
.table-container .table-wrapper .table .list {
  gap: 1em;
}
.table-container .table-wrapper .table .list tr:hover {
  background-color: #f0f0f3 !important;
}
.table-container .table-wrapper .table .list tr {
  background-color: #e7e7e7 !important;
  border-radius: 1em;
  transition: 0.4s;
}
.table-container .table-wrapper .table .list tr td {
  font-family: "Geologica", serif;
  font-size: 1rem;
  padding: 1em 0;
  font-weight: 400;
  text-align: left;
  width: 8em;
}
.table-container .table-wrapper .table .list tr td i {
  cursor: pointer;
  transition: 0.3s;
}
.table-container .table-wrapper .table .list tr td i:hover {
  font-weight: 1500;
  color: #f68122;
}

.list tr td:first-child {
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}

.list tr td:last-child {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}

.file-list {
  position: absolute;
  width: 70%;
  height: 100%;
  left: 99%;
  top: 0;
  padding: 2.5em 2em;
  order: 2;
}

.new-project-wrapper {
  position: relative;
  padding: 2.5em 2em;
  display: flex;
  flex-direction: column;
  height: 90%;
  width: 30%;
  order: 1;
}
.new-project-wrapper form {
  margin-top: 0.6em;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new-project-wrapper form #submit-button {
  margin: 0;
}
.new-project-wrapper form .bt-2 i {
  left: 30%;
}
.new-project-wrapper form p {
  text-align: center;
  font-size: 1.15rem;
}
.new-project-wrapper a {
  text-decoration: none;
}
.new-project-wrapper a button i {
  left: 30%;
}

.header-container {
  justify-content: space-between;
}
.header-container a .bt-2 {
  padding: 0 1em;
  justify-content: center;
}
.header-container a .bt-2 i {
  position: relative;
}

#template-form {
  display: grid;
  grid-template-areas: "section1 section2 section3";
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 4em;
  grid-row-gap: 1em;
}
#template-form .section-2 .flex {
  gap: 1em;
}
#template-form .section-3 {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#template-form .section-3 #referenceImage {
  width: 29.5rem;
  height: 32.2rem;
  object-fit: cover;
  border-radius: 1em;
}
#template-form .section-3 .flex {
  gap: 1em;
}

.section-1 {
  grid-area: section1;
  gap: 1em;
}

.section-2 {
  grid-area: section2;
  gap: 1em;
}

.section-3 {
  grid-area: section3;
}

.project-list-image {
  height: 8rem;
  width: 8rem;
  object-fit: cover;
  border-radius: 0.5em;
}

.comparison {
  width: 100%;
}
.comparison .table-head th {
  text-align: center;
}
.comparison img {
  width: 14rem;
  height: 14rem;
  border-radius: 0.5em;
  margin-bottom: 1em;
}
.comparison .list-comparison {
  gap: 1em;
}
.comparison .list-comparison tr:hover {
  background-color: #f0f0f3;
}
.comparison .list-comparison tr {
  background-color: #e7e7e7;
  border-radius: 1em;
  transition: 0.4s;
}
.comparison .list-comparison tr .left-head {
  text-align: left;
}
.comparison .list-comparison tr td {
  font-family: "Geologica", serif;
  font-size: 0.9rem;
  padding: 1em 0;
  font-weight: 600;
  text-align: center;
}

#comparison-save-button {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#comparison-save-button i {
  position: relative;
  left: 0;
}

.button-container {
  width: 100%;
  justify-content: flex-end;
}
.button-container .bt-2 {
  margin: 0;
}

.checkbox {
  width: 1.5rem;
  height: 1.5rem;
}

.furniture-information-sheet {
  height: 100%;
}
.furniture-information-sheet .table-wrapper {
  height: 90vh;
  overflow-y: hidden;
}
.furniture-information-sheet .table-wrapper .header-container {
  width: inherit;
  justify-content: space-between;
  gap: 2em;
}
.furniture-information-sheet .table-wrapper .header-container a button {
  margin: 0;
  padding: 0em 1.8em;
}
.furniture-information-sheet .table-wrapper .flex {
  gap: 3em;
  justify-content: space-between;
  width: 123%;
}
.furniture-information-sheet .table-wrapper .flex #furniture-information-sheet {
  margin-top: 0.5em;
  display: grid;
  grid-template-areas: "s-section1 s-section2";
  grid-template-columns: 21rem 21rem;
  grid-column-gap: 3em;
  grid-row-gap: 1em;
}
.furniture-information-sheet .table-wrapper .flex .supplier-section-1 {
  align-items: center;
  grid-area: s-section1;
  height: 100%;
}
.furniture-information-sheet .table-wrapper .flex .supplier-section-1 .reference-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.furniture-information-sheet .table-wrapper .flex .supplier-section-1 div {
  width: 100%;
}
.furniture-information-sheet .table-wrapper .flex .supplier-section-1 img {
  width: 18rem;
  height: 18rem;
  object-fit: cover;
  border-radius: 1em;
}
.furniture-information-sheet .table-wrapper .flex .supplier-section-2 {
  grid-area: s-section2;
  gap: 0.5em;
}
.furniture-information-sheet .table-wrapper .flex .vertical-divider {
  height: 700px;
  width: 0.2px;
  border: 0.1px solid rgba(0, 0, 0, 0.096);
}
.furniture-information-sheet .table-wrapper .flex #supplier-submission {
  display: grid;
  grid-template-areas: "s-section3 s-section4 s-section5";
  grid-template-columns: 21rem 21rem 21rem;
  grid-column-gap: 3em;
  grid-row-gap: 1em;
}
.furniture-information-sheet .table-wrapper .flex #supplier-submission .supplier-section-3 {
  grid-area: s-section3;
  gap: 0.5em;
}
.furniture-information-sheet .table-wrapper .flex #supplier-submission .supplier-section-3 .flex {
  width: 100%;
  justify-content: center;
}
.furniture-information-sheet .table-wrapper .flex #supplier-submission .supplier-section-3 .flex img {
  width: 18rem;
  height: 18rem;
  object-fit: cover;
  border-radius: 1em;
  margin-bottom: 1em;
}
.furniture-information-sheet .table-wrapper .flex #supplier-submission .supplier-section-3 .bt-1 {
  margin: 0;
}
.furniture-information-sheet .table-wrapper .flex #supplier-submission .supplier-section-4 {
  grid-area: s-section4;
  gap: 0.7em;
}
.furniture-information-sheet .table-wrapper .flex #supplier-submission .supplier-section-5 {
  margin-top: 3.2em;
  grid-area: s-section5;
  gap: 0.5em;
}
.furniture-information-sheet .table-wrapper .flex #supplier-submission .supplier-section-5 .button-container i {
  left: 10%;
}

#furniture-list .table-container .table-wrapper .furniture-list {
  overflow-x: auto;
  width: 180rem;
}
#furniture-list .table-container .table-wrapper .furniture-list .total {
  width: 100%;
}
#furniture-list .table-container .table-wrapper .furniture-list .list-menu .open {
  height: 8rem;
}

footer {
  position: fixed;
  bottom: 0;
  transform: translate(50%, -50%);
  right: 50%;
}

#error_message {
  color: var(--error-message);
  font-size: 1rem;
  text-align: center;
  display: none;
}

/* down arrow */
.sortedArrow {
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
  border: solid var(--accentColorBlack);
  border-width: 0 2px 2px 0;
  display: inline-block;
  margin-bottom: 5px;
  top: 2px;
  left: 2px;
  padding: 3px;
  margin-right: 10px;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  transition: ease-in-out 0.6s;
}

.down {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.down-active {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.down:hover {
  padding: 4px;
}

.sortActive {
  background-color: rgba(95, 95, 95, 0.1098039216);
  transition: 0.3s;
}

.ph-dots-three {
  position: relative;
}
.ph-dots-three .list-menu.template-preview-menu .menu-wrapper .menu-row {
  justify-content: center;
  align-items: center;
}
.ph-dots-three .list-menu.template-preview-menu.open {
  height: 12rem;
}
.ph-dots-three .list-menu {
  top: 1em;
  position: absolute;
  overflow: auto;
  z-index: 2;
  height: 0;
  width: 16.75rem;
  opacity: 0;
  background-color: rgb(246, 246, 246);
  box-shadow: -2px -2px 12px rgba(255, 255, 255, 0.5), inset 2px 2px 4px rgba(255, 255, 255, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.507);
  border-radius: 0.5em;
}
.ph-dots-three .list-menu .menu-wrapper {
  position: relative;
  padding: 0.6em;
  margin: 0 auto;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ph-dots-three .list-menu .menu-wrapper .menu-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--accentColorGrey);
  font-size: 1.25rem;
  border-bottom: 1px solid var(--accentColorGrey);
  margin-bottom: 1em;
}
.ph-dots-three .list-menu .menu-wrapper .menu-row .center-column {
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.ph-dots-three .list-menu .menu-wrapper .menu-row .center-column a {
  text-decoration: none;
}
.ph-dots-three .list-menu .menu-wrapper .row-column {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.ph-dots-three .list-menu .menu-wrapper .row-column .menu-row-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0);
}
.ph-dots-three .list-menu .menu-wrapper .row-column .menu-row-button p {
  color: var(--accentColorGrey);
  font-size: 1rem;
}
.ph-dots-three .list-menu .menu-wrapper .row-column .menu-row-button .ph {
  font-size: 1.25rem;
  color: var(--accentColorGrey);
}
.ph-dots-three .list-menu .menu-wrapper .row-column .menu-row-button:hover {
  border-bottom: 1px solid var(--accentColorBlack);
}

.list-menu.open {
  height: max-content;
  transition: ease-in-out 0.3s;
  opacity: 1;
}

#home {
  position: relative;
}

#template-preview-list {
  position: relative;
}

.share-modal {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: opacity 0.3s ease-in-out;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 1em 2em;
  background: var(--mainColor);
  border-radius: 1em;
  gap: 0.5em;
  z-index: 101;
}
.share-modal .ph-x {
  position: absolute;
  top: 4%;
  right: 4%;
  font-size: 1.5rem;
  cursor: pointer;
}
.share-modal .column {
  z-index: 1;
  width: 100%;
}
.share-modal .column input {
  border: none;
  color: var(--accentColor);
  text-align: center;
  font-family: "Roboto Condensed", serif;
  font-size: 1.25rem;
  font-weight: 400;
}
.share-modal .column p {
  font-size: 1.5rem;
}
.share-modal .title {
  position: relative;
  width: 100%;
  text-align: center;
}
.share-modal .title h3 {
  font-weight: 500;
}
.share-modal .title .bt-2 {
  margin-top: 0;
}
.share-modal .title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 0.1px;
  background: #cccccc;
}
.share-modal .column {
  margin-top: 1em;
  justify-content: center;
  align-items: center;
}
.share-modal .column #pin-title {
  margin-bottom: 0.3em;
}
.share-modal .column p {
  font-size: 1.25rem;
  color: var(--accentColor);
}

#background-fade {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.4784313725);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.visible-2 {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.modal {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 45%;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.invisible {
  opacity: 0;
  display: none;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}

.visible::before {
  content: "";
  top: -160%;
  left: 70%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 150vw;
  height: 500vh;
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}

.visible {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.ph-warning {
  font-size: 3rem;
  color: var(--accentColor);
  margin-right: 1rem;
}

.modal-dialog {
  z-index: 2;
}
.modal-dialog .modal-content {
  backdrop-filter: blur(10px);
  background: var(--mainColor);
  border-radius: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em 10em;
  z-index: 2;
}

.modal-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal-header h1 {
  font-family: "Geologica", serif;
  color: var(--accentColor);
  font-weight: bold;
  font-size: 2rem;
}

.modal-body {
  color: var(--accentColorBlack);
}

.modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}

.modal-footer button {
  margin-top: 2em;
  backdrop-filter: blur(40px);
  background-color: rgba(255, 255, 255, 0.25);
  transition: 0.4s ease-in-out;
  border: none;
  cursor: pointer;
  padding: 1em 4em;
  z-index: 2;
}

.btn-secondary {
  color: var(--secondaryColorBlack);
}

.modal-footer button:hover {
  transform: translate3d(1px, -1px, 0);
}

.btn-close {
  color: var(--secondaryColorBlack);
}

.btn-primary {
  --bs-btn-border-color: none;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 1.3em;
  z-index: 2;
}
.pagination select {
  width: 10rem;
  height: 2rem;
  border: none;
  border-radius: 0.5em;
  background: var(--mainColor);
  font-family: "Roboto Condensed", serif;
  font-size: 1rem;
}
.pagination select option {
  text-align: center;
  font-family: "Roboto Condensed", serif;
  font-size: 1rem;
}

.template-button {
  flex-flow: row;
}
.template-button a {
  width: 100%;
}
.template-button a button {
  width: 100%;
}
.template-button button {
  width: 100%;
}

.template-successful-message {
  position: absolute;
  bottom: 25%;
  left: 45.5%;
  transform: translate(-50% -50%);
  margin: 0 auto;
  text-align: center;
  font-size: 1.25rem;
  font-family: "Roboto Condensed", serif;
  font-weight: 500;
}

.form_error {
  color: var(--errorColor);
}

a.disabled {
  pointer-events: none;
  background: gray;
}

.login-label {
  padding-left: 0.2em;
}

.login-label {
  font-size: 1rem;
}

@keyframes shake {
  0% {
    transform: translate(0px);
  }
  25% {
    transform: translate(-3px);
  }
  50% {
    transform: translate(0px);
  }
  75% {
    transform: translate(3px);
  }
  100% {
    transform: translate(0px);
  }
}
#supplier-menu {
  justify-content: center;
}

#flex-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.field_error {
  transition: 0.6s;
  animation: shake 0.6s ease-in-out;
  background: rgba(255, 0, 0, 0.11);
}

#aside-next-button {
  position: absolute;
  right: 1%;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  top: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
#aside-next-button .ph {
  font-size: 2rem;
  z-index: 1;
}

#aside-pre-button {
  position: absolute;
  left: 1%;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  top: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
#aside-pre-button .ph {
  font-size: 2rem;
  z-index: 1;
}

#aside-pre-button.hide {
  display: none;
}

#aside-next-button.hide {
  display: none;
}

#pre-button.hide {
  opacity: 0;
  pointer-events: none;
}

#next-button.hide {
  opacity: 0;
  pointer-events: none;
}

#next-button {
  position: relative;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
#next-button .ph {
  font-size: 1.5rem;
  z-index: 1;
}

#pre-button {
  position: relative;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
#pre-button .ph {
  font-size: 1.5rem;
  z-index: 1;
}

.pagination-container {
  justify-content: center;
  gap: 3em;
}

.supplier-pagination {
  display: flex;
  justify-content: center;
  gap: 1.3em;
  z-index: 2;
}
.supplier-pagination li {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.3em;
  list-style: none;
  color: var(--secondaryColorBlack);
  font-size: 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.supplier-pagination li a {
  font-family: "Roboto Condensed", serif;
  font-size: 1rem;
  font-weight: 500;
}
.supplier-pagination li .page_active {
  color: var(--accentColor);
  font-weight: 700;
}
.supplier-pagination li:hover {
  background-color: var(--accentColor);
}
.supplier-pagination li:hover a {
  color: var(--mainColor);
}

.supplier-pagination {
  position: absolute;
  top: 96%;
  left: 48%;
}
.supplier-pagination select {
  width: 10rem;
  height: 2rem;
  border: none;
  border-radius: 0.5em;
  background: var(--mainColor);
  font-family: "Roboto Condensed", serif;
  font-size: 1rem;
}
.supplier-pagination select option {
  text-align: center;
  font-family: "Roboto Condensed", serif;
  font-size: 1rem;
}

.finish {
  background: var(--successfulColor);
}

#referenceImage {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  border-radius: 0.5em;
}

.total {
  position: absolute;
  top: 15%;
  left: 2%;
  width: 150vw;
  background: #e7e7e7;
  padding: 1em 0;
  border-radius: 0.8em;
  gap: 7em;
}
.total p {
  margin-left: 3em;
  font-size: 1.25rem;
}

#operator {
  width: 5em;
}

.form-group {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.form-group .comparison-header-container .comparison-header {
  position: relative;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
.form-group .comparison-header-container .comparison-header:hover::after {
  opacity: 0;
}
.form-group .comparison-header-container .comparison-header::after {
  content: "";
  mix-blend-mode: darken;
  position: absolute;
  width: 81vw;
  height: 40px;
  bottom: -6px;
  left: 0;
  background: #e7e7e7;
  transition: 0.3s ease-in-out;
  border-radius: 1em;
}
.form-group .column {
  align-items: center;
  gap: 1.5em;
}
.form-group .column .comparison-info {
  font-family: "Geologica", serif;
  font-size: 1rem;
  font-weight: 600;
}

.comparison-supplier-image {
  width: 14rem;
  height: 14rem;
  border-radius: 0.5em;
  object-fit: cover;
}

.winner-green {
  color: var(--successfulColor);
}

.done {
  color: var(--successfulColor);
}

.file-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.file-row p {
  transition: 0.3s ease-in-out;
}
.file-row i {
  font-size: 1.2rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.file-row:hover p {
  color: var(--accentColor);
}
.file-row:hover i {
  color: var(--accentColor);
}

textarea {
  font-family: "Geologica", serif;
  font-weight: 300;
}

.option-selector {
  width: 10rem;
  height: 2rem;
  border: none;
  border-radius: 0.5em;
  background: var(--mainColor);
  font-family: "Roboto Condensed", serif;
  font-size: 1rem;
}
.option-selector option {
  text-align: center;
  font-family: "Roboto Condensed", serif;
  font-size: 1rem;
}

.comparison-table {
  border-collapse: separate;
  border-spacing: 0 0.2em;
  width: 100%;
}
.comparison-table thead th {
  padding: 0.7em 0;
}
.comparison-table .comparison-row {
  background-color: #e7e7e7 !important;
  border-radius: 3em;
  transition: 0.4s;
}
.comparison-table .comparison-row td {
  text-align: center;
  font-family: "Geologica", serif;
  font-size: 1rem;
  padding: 0.5em 0;
  font-weight: 400;
}
.comparison-table .comparison-row td:nth-child(1) {
  font-weight: 600;
}
.comparison-table .comparison-row:hover {
  background-color: #f0f0f3;
}

.comparison-row:nth-child(6) td {
  color: red;
}

body.fade-out {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

#profile-list .template-successful-message {
  position: relative;
  bottom: auto;
  left: auto;
}

.login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pdf-table tr td {
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
