@import "./login.css";

/* variables */
:root {
  --color-error: #f44336;
  --color-primary: #26a69a;
  --color-focused: #00796b;
  --bu-half: 12px;
  --bu: 24px;
  --bu-doubled: 48px;
  --bu-trippled: 72px;
}

html {
  background: var(--color-primary);
  scroll-behavior: smooth;
}

body {
  background: #f9f9f9;
}

.__body-content {
  min-height: 900px;
}

.__nav ul li a {
  font-size: 15px;
  font-weight: 300;
}

h5 {
  margin-bottom: var(--bu);
  margin-top: 0;
}

.modal .modal-footer {
  padding: var(--bu);
  min-height: 100px;
}

.input-field {
  margin-top: 24px;
}

/* PUBLIC */
.c-divider {
  opacity: 0.1;
}
.c-link {
  text-decoration: underline;
  color: #26a69a !important;
}

.c-is-removed {
  color: red;
}

/* NAV */
.__nav {
  margin-bottom: var(--bu-doubled);
}

.__nav_user {
  outline: none;
}

.__nav_dropdown {
  width: 200px;
}

.__nav-logo {
  max-width: 265px;
}

/* FOOTER */
footer {
  padding: 100px;
  margin-top: 20px;

  text-align: center;

  background: var(--color-primary);
}

.__footer-copyright {
  font-size: 12px;
  color: #fff;

  opacity: 0.3;
}

/* ACTIONS FORM */
.__action-form_title {
  margin-bottom: var(--bu-doubled);
}

.__action-form_actions {
  overflow: hidden;
}

.__action-form_remove {
  margin-top: 12px;
  margin-left: -3px !important;
}

.__action-form_remove i {
  vertical-align: middle;
  color: var(--color-error);
  cursor: pointer;
}

.__action-form__add {
  float: right;
}

.__custom-badge {
  min-width: 2rem !important;
  border-radius: 2px;
  color: white !important;
  font-weight: 300;
  font-size: 0.8rem !important;
}

.__action-form_badge {
  min-width: 2rem !important;
  margin-top: 30px;
  background-color: #fbfbfb;
}

.__action-form_badges {
  height: 0;
  overflow: hidden;
}

.__action-form_modal-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#action-form-modal--order,  #action-form-modal--issue, #action-form-modal--correction, #issue-confirm-modal, #issue-cancel-modal {
  max-width: 410px;
  min-height: 190px;
}

/* ERROR BOX */
.__error-box {
  max-width: 80%;
  margin: 0 auto;
  padding: 12px;
  color: #fff;
  overflow: hidden;
}

.__error-box_close {
  width: 20px;
  height: 20px;
}

.__error-box_close i {
  position: absolute;
  top: -10px;
  height: auto;

  font-size: 12px;
}

/* ACCOUNT FORM */
.__account-form_errors {
  padding-top: 30px;
}

.__account-form_warning {
  display: block;
  margin-top: var(--bu);
  text-align: center;
  color: #FF8800;
  font-size: 15px;
}

/* PRIMARY ORDERS */
.__primary-orders_items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.__primary-orders_item {
  padding: 5px 10px;
  white-space: nowrap;
  background: #797979;
  color: white;
  font-size: 12px;
  border-radius: 4px;
}

.__primary-orders_mark a {
  font-weight: 700;
  color: white;
}

.__primary-orders--edited {
  background: #26a69a26;
}

.__primary-orders_warning {
  display: block;
  margin-top: var(--bu);
  font-size: 12px;
  color: #8a8a8a;
}

.__primary-orders_warning i {
  line-height: 20px;
  color: #ff9800;
}

.__primary-orders-modal {
  max-width: 350px;
}

/* CLIENT DASHBOARD ACCEPT */
.__client-dashboard-accept_items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* NOTE */
.__note-wrap {
  box-shadow: none;
}

.__note-text {
  font-size: 14px;
}

/* ISSUE */
.__issue-detail_recipient {
  display: inline-block;
  padding: 4px 8px;
  margin-left: 12px;
  margin-bottom: 12px;
  background: #e0e0e0;
  border-radius: 8px;
}

.__dashboard-issue .card {
  border: 5px solid #26a69a;
}

.__dashboard-order .card {
  border: 5px solid #C5188C;
}

[class *= "item-helper-text-"] {
  cursor: pointer;
}

.__dashboard-button_order {
  background-color: #c5188c;
}

.__dashboard-button_order.active {
  background-color: #790e56;
}

.maintenance-mode-wrapper {
  padding: 1rem;
  background-color: #f9aeae;
  border-radius: 5px;
  display: flex;
  font-weight: bold;
  }

.maintenance-mode-wrapper i {
  margin-right: 1rem;
}

.maintenance-mode-wrapper span {
  font-weight: normal;
}

/* MODAL */
.modal-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.medium-modal {
  max-width: 500px;
  height: 200px;
}

.serial-number-modal {
  max-width: 600px;
}

.inlineItemsFlex {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.semaphore {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-inline: 0.2rem;
}
