.shadow-1 {
  box-shadow: 2px 2px 2px #0a3a65;
}
.shadow-2 {
  box-shadow: 4px 4px 16px #434d56;
}
.shadow-3 {
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.shadow-4 {
  box-shadow: 0 24px 28px -12px black;
}
.shadow-5 {
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.shadow-6 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 2px, rgba(0, 0, 0, 0.3) 10px 10px 3px 2px;
}
.text-shadow-1 {
  text-shadow: 2px 2px 2px #484848bf;
}
#ehl-body-section {
  padding-top: 20px;
  font-family: "Inter";
}
#profile-title {
  font-family: "FoeDidotModern";
  ext-align: center;
  font-size: 2em;
  color: #040404;
  margin-bottom: 100px;
}
#profile-body-section {
  font-family: "Inter";
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 100px;
}
/* Select section */
#profile-select-section {
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  background-color: #FFFDF8;
}
.profile-close-button {
  position: absolute;
  right: 100px;
  top: 100px;
}
.profile-select-item {
  padding: 10px;
  color: #040404;
  cursor: pointer;
  border: 1px solid #333333;
  margin-bottom: 10px;
}
.profile-select-item:hover {
  background-color: #333333;
  color: #fdfdfd;
}
.profile-select-item-active {
  color: white;
  background-color: #333333;
}
.profile-select-item-inactive {
  color: #040404;
}
#profile-logout-text {
  display: initial;
}
#profile-logout-icon {
  display: none;
}
/* Body content */
#ehl-body-content {
  flex-grow: 1;
}
.profile-data-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #040404;
  margin-left: 100px;
}
.profile-data-section-title {
  font-family: "FoeDidotModern";
  font-size: 1.7em;
}
/* DPMs */
#dpm-list {
  position: relative;
  box-sizing: border-box;
  padding: 10px;
}
.dpm-block {
  position: relative;
  display: inline-block;
  width: 200px;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: top;
}
.dpm-content {
  position: relative;
  display: block;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  color: #040404;
  background-color: #FFFDF8;
}
.dpm-title {
  padding: 10px 0;
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ff0202;
}
.dpm-date-label,
.dpm-expiration-label,
.dpm-order-date-label,
.dpm-order-number-label {
  display: inline-block;
  padding: 14px 0 0 0;
  font-size: 0.8em;
  text-align: left;
}
.dpm-date,
.dpm-expiration,
.dpm-order-block {
  display: block;
  text-align: right;
  font-size: 0.9em;
}
.dpm-download-block {
  display: block;
  padding: 6px 0;
  text-align: center;
  font-size: 0.9em;
}
.dpm-download {
  display: inline-block;
  padding: 12px 20px;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  color: #040404;
  border-radius: 6px;
  box-sizing: border-box;
}
/* Orders */
#order-list {
  position: relative;
}
.order-year-label {
  font-size: 1.4em;
  cursor: pointer;
}
.order-month-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.order-month-label {
  font-size: 1.2em;
  cursor: pointer;
}
.order-block {
  padding: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #004C3B;
}
.order-content {
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 60px;
  cursor: pointer;
  color: #004C3B;
}
.order-body {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.order-body-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.order-number {
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #004C3B;
}
.order-detail-row {
  position: relative;
  display: block;
  padding: 14px 0 0 0;
}
.order-date-label,
.order-total-label {
  font-size: 0.8em;
  text-align: left;
}
.order-date,
.order-total-block {
  display: flex;
  flex-direction: row;
  gap: 3px;
  text-align: right;
  font-size: 0.9em;
}
.order-control {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.order-download-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  font-size: 0.9em;
}
.order-download-order {
  display: none;
}
.order-download-invoice {
  padding: 6px 10px;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  background-color: #004C3B;
  color: #fdfdfd;
  border-radius: 6px;
}
.order-show-detail-block {
  text-align: left;
  font-size: 0.9em;
}
.order-show-detail {
  cursor: pointer;
  text-decoration: underline;
}
.order-detail-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 0.9em;
}
.order-detail-content {
  display: flex;
  flex-direction: column;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #004C3B;
}
.order-detail-item-code-label,
.order-detail-item-name-label {
  display: none;
}
.order-detail-item-row-quantity {
  display: flex;
  flex-direction: row;
  gap: 10px;
  alig-items: center;
}
.order-again-block {
  display: none;
}
/* User */
#ehl-user-block {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#ehl-user-control {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.ehl-user-button {
  padding: 5px 10px;
  color: #040404;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #333333;
}
.ehl-user-button:hover {
  background-color: #333333;
  color: white;
}
@media only screen and (max-width: 800px) {
  #profile-body-section {
    flex-direction: column;
  }
  #profile-select-section {
    flex-direction: column;
    border-style: none;
    flex-grow: 1;
  }
  .profile-select-item {
    flex-grow: 1;
  }
  #profile-logout-text {
    display: none;
  }
  #profile-logout-icon {
    display: initial;
  }
  .profile-data-section {
    margin: 0;
  }
  #dpm-list {
    padding: 0;
  }
  #profile-title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .dpm-block {
    width: 100%;
  }
  .order-block {
    width: 100%;
  }
}
