:root {
  --uc-primary: #31D5BB;
  --uc-primary-darker: #2AAE99;
  --uc-body-text-color: #1E293B;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--uc-primary);
  --bs-btn-border-color: var(--uc-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--uc-primary-darker);
  --bs-btn-hover-border-color: var(--uc-primary-darker);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--uc-primary-darker);
  --bs-btn-active-border-color: var(--uc-primary-darker);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--uc-primary);
  --bs-btn-disabled-border-color: var(--uc-primary);
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: var(--uc-primary);
  box-shadow: none;
}
body.login-page {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 2fr;
  margin: 0;
  overflow-y: auto;
}
@media (min-width: 1000px) {
  body.login-page {
    height: 100vh;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
.login-form {
  width: 100%;
  max-width: 350px;
}
h4 {
  text-align: center;
  color: #FFFFFF;
}
.login-logo {
  width: 100%;
  max-width: 280px;
  display: block;
}
.login-container--left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  order: 1;
}
@media (min-width: 1000px) {
  .login-container--left {
    order: 0;
    justify-content: center;
  }
}
.login-container--right {
  position: relative;
  background-image: url("/src/public/images/login-page-image.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  order: 0;
}
@media (min-width: 1000px) {
  .login-container--right {
    order: 1;
    height: 100vh;
  }
}
.login-container--right h1 {
  font-size: 24px;
  font-weight: 900;
}
@media (min-width: 1000px) {
  .login-container--right h1 {
    font-size: 40px;
  }
}
.login-container--right h2 {
  font-size: 20px;
  font-weight: 400;
}
@media (min-width: 1000px) {
  .login-container--right h2 {
    font-size: 28px;
  }
}
.login-container--right h3 {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 1000px) {
  .login-container--right h3 {
    font-size: 24px;
  }
}
.login-container--right-content {
  position: relative;
  z-index: 1;
  color: white;
  max-width: 508px;
}
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--uc-body-text-color);
}
.form-label {
  margin-bottom: 0.3rem;
  font-weight: 600;
}
.wrapper {
  display: flex;
  height: 100vh;
}
.menu {
  width: 260px;
  background: #FFFFFF;
  padding: 20px;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  box-shadow: 0px 0px 7px #2930420F;
  opacity: 1;
}
.menu .logo img {
  max-width: 100%;
}
.content {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  margin-left: 260px;
  background: #F0F0F0;
  box-shadow: 0px 0px 7px #2930420F;
  border-radius: 4px;
  opacity: 1;
  position: relative;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px #2930420F;
  opacity: 1;
  height: 80px;
  margin: 0;
  padding: 0 20px;
  width: calc(100% - 260px);
  position: fixed;
  top: 0;
  left: 260px;
  z-index: 2;
}
.profile-dropdown {
  margin-right: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1100;
}
.content .tab-content {
  margin-top: 100px;
}
.container-fluid {
  background: white;
}
.nav-pills .nav-link {
  color: #000 !important;
}
.nav-pills .nav-link.active {
  background: #31D5BB !important;
  border-radius: 4px;
  opacity: 1;
  color: #000 !important;
}
.settings-tab {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
}
.profile-dropdown .dropdown-menu .dropdown-item {
  color: #1E293B;
}
.profile-logout-dropdown {
  color: red;
}
.profile-dropdown .dropdown-menu .dropdown-item:hover, .profile-dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #31D5BB;
  color: #FFFFFF;
}
.card-container {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 7px #2930420F;
  border-radius: 4px;
  opacity: 1;
  margin-top: 20px;
  width: 454px;
  height: 436px;
}
.form-group {
  margin-bottom: 20px;
}
label {
  text-align: left;
  font: normal normal bold 15px/20px DM Sans 14pt;
  letter-spacing: 0px;
  color: #003159;
  opacity: 1;
}
.btn-edit {
  width: 64px;
  background: #31D5BB 0% 0% no-repeat padding-box;
  border-radius: 6px;
  border-color: #31D5BB;
  opacity: 1;
  color: #FFFFFF;
}
.btn-edit:hover {
  background-color: rgba(49, 213, 187, 0.8);
  border-color: rgba(49, 213, 187, 0.8);
  opacity: 0.5;
}
.btn-add {
  background: #31D5BB 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  color: #FFFFFF;
  margin-top: 10px;
  border-color: #31D5BB;
  margin-left: auto;
  outline: none;
}
.btn-add:hover {
  background-color: rgba(49, 213, 187, 0.8);
  border-color: rgba(49, 213, 187, 0.8);
  opacity: 0.5;
}
.btn-order-details {
  width: 118px;
  background: #31D5BB 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  color: #FFFFFF;
  border-color: #31D5BB;
}
.btn-order-details:hover {
  background-color: rgba(49, 213, 187, 0.8);
  border-color: rgba(49, 213, 187, 0.8);
  opacity: 0.5;
}
.btn-copy {
  margin-left: 5px;
  width: 40px;
  padding-bottom: 10px;
  background: #94A3B8 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  border-color: #94A3B8;
}
.controls {
  display: flex;
  align-content: center;
}
.profile-container {
  width: 454px;
  height: 531px;
}
.btn-edit-profile {
  width: 64px;
  height: 40px;
  background: #31D5BB 0% 0% no-repeat padding-box;
  border-radius: 8px;
  border-color: #31D5BB;
  opacity: 1;
  color: #FFFFFF;
}
.btn-edit-profile:hover {
  background-color: rgba(49, 213, 187, 0.8);
  border-color: rgba(49, 213, 187, 0.8);
  opacity: 0.5;
}
.btn-danger {
  margin-left: 5px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dee2e6;
}
.modal-label {
  text-align: left;
  font: normal normal bold 15px/20px DM Sans 14pt;
  letter-spacing: 0px;
  color: #003159;
  opacity: 1;
}
.modal-button-container {
  text-align: right;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 20px;
}
.btn-submit {
  width: 96px;
  height: 40px;
  background: #31D5BB 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  color: #FFFFFF;
  border: #31D5BB;
}
.btn-submit:hover {
  background-color: rgba(49, 213, 187, 0.8);
  border-color: rgba(49, 213, 187, 0.8);
  opacity: 0.5;
}
.btn-cancel {
  width: 94px;
  height: 40px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #003159;
  border-radius: 6px;
  opacity: 1;
}
.form-check-input:checked {
  background-color: #31D5BB;
  border-color: #31D5BB;
}
.form-check-input:checked[type="checkbox"] {
  background-color: #31D5BB;
  border-color: #31D5BB;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 213, 187, 0.25);
}
.form-check-input:checked + .form-check-label::before {
  border-color: #31D5BB;
  background-color: #31D5BB;
}
.form-check-input:not(:checked) {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.form-check-input:not(:checked)[type="checkbox"] {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.form-check-input:not(:checked):focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 213, 187, 0.25);
}
.form-check-input:not(:checked) + .form-check-label::before {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.checkbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 41px;
  background: #CBD5E1 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
}
.form-check-label.check-label {
  margin-bottom: 0;
}
.btn-upload {
  width: 124px;
  height: 40px;
  background: #003159 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  color: white;
}
#description {
  height: 150px;
}
.form-control::file-selector-button {
  background: #CBD5E1 0% 0% no-repeat padding-box;
  border: 1px solid #CBD5E1;
  opacity: 1;
}
.hidden {
  display: none;
}
.input-container {
  position: relative;
  display: flex;
  align-items: center;
}
.input-container input, .input-container select {
  width: 100%;
  padding-right: 30px;
}
.input-container .plus-button {
  position: absolute;
  right: 10px;
  cursor: pointer;
  font-size: 1.2em;
  color: #007bff;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.right-button {
  float: right;
  border: 1px solid #000;
  margin-top: 6px;
  height: 30px;
  text-align: center;
  padding: 0;
  line-height: 30px;
}
