/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.scrollbar-top {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 16px;
  margin: 0.5rem 0;
}

.scrollbar-inner {
  height: 5px; /* visually invisible */
}

.page-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  background-color: #292c35;
}
.page-header .btn span {
  display: none;
}
.page-header .logo {
  text-decoration: none;
  font-weight: 700;
  font-size: 2rem;
  color: #ebeef0;
  margin-right: 1rem;
  position: relative;
  line-height: 0;
}
.page-header .logo span {
  line-height: 1;
}
.page-header .logo .website-name {
  font-size: 1rem;
  color: #c39d1f;
  font-weight: 200;
  font-style: oblique;
}
.page-header .panel {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-header .btn-toggler.active {
  background-color: #26c8b4;
  color: #ebeef0;
}

@media screen and (min-width: 578px) {
  .page-header {
    justify-content: space-between;
  }
  .page-header .btn span {
    display: block;
  }
  .page-header .logo {
    margin: 0;
  }
}
@media screen and (min-width: 990px) {
  .page-header {
    padding: 1rem;
  }
  .page-header .btn-toggler {
    display: none;
  }
}
.breadcrumbs {
  font-size: 0.875rem;
  margin-bottom: 2rem;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: #b1bcc4;
}
.breadcrumbs ul a {
  text-decoration: none;
  color: #b1bcc4;
}
.breadcrumbs ul a:hover {
  color: #26c8b4;
}

.flash-messages {
  display: flex;
  flex-direction: column;
}
.flash-messages .flash-message {
  padding: 0.75rem 1rem;
  margin: 0 0 1rem 0;
  border-radius: 0.5rem;
  font-weight: 500;
  color: #ebeef0;
}
.flash-messages .flash-message div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
}
.flash-messages .flash-message div a {
  color: white;
}
.flash-messages .flash-message div span {
  font-size: 1.25rem;
}
.flash-messages .flash-message.flash-error {
  background-color: #a34444;
}
.flash-messages .flash-message.flash-warning {
  background-color: #c69538;
}
.flash-messages .flash-message.flash-success {
  background-color: #a5b361;
}
.flash-messages .flash-message.flash-info {
  background-color: #6a73a5;
}

.menu {
  padding: 1rem;
  background-color: #292c35;
  color: #ebeef0;
}
.menu ul {
  margin: 0;
  padding: 0;
}
.menu ul li {
  list-style: none;
  margin: 0 0 0.5rem 0;
  padding: 0.1rem 0;
  font-size: 0.875rem;
  text-indent: 1rem;
}
.menu ul li a {
  color: inherit;
  text-decoration: inherit;
}
.menu ul li a:hover {
  color: #26c8b4;
}
.menu ul li.label {
  text-transform: uppercase;
  font-weight: 700;
  color: #4BCFFA;
  margin-bottom: 0.1rem;
  margin-top: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid rgba(235, 238, 240, 0.2);
  text-indent: 0;
}
.menu ul li.label:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.menu ul li.active a {
  color: #26c8b4;
}

@media screen and (min-width: 1200px) {
  .menu ul li {
    margin-bottom: 0.125rem;
    font-size: 0.875rem;
  }
  .menu ul li.label {
    margin-top: 1rem;
    padding-top: 0.5rem;
  }
}
.content {
  background-color: #2f353f;
  border-radius: 0.25rem;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  max-width: 100%;
}
.content .crud-actions ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.content .crud-actions ul li {
  list-style: none;
  margin: 0 0.5rem;
}
.content .crud-actions ul li:first-child {
  margin-left: 0;
}
.content .crud-actions ul li:last-child {
  margin-right: 0;
}
.content .crud-list {
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 100px;
  scrollbar-gutter: stable;
}
.content .crud-list table {
  border-collapse: collapse;
  font-size: 0.875rem;
  min-width: 100%;
}
.content .crud-list th {
  font-weight: 500;
  white-space: nowrap;
}
.content .crud-list th, .content .crud-list td {
  border-bottom: 1px solid rgba(235, 238, 240, 0.05);
  padding: 0.375rem 0.5rem;
  color: #ebeef0;
  text-align: left;
}
.content .crud-list th a, .content .crud-list td a {
  text-decoration: inherit;
  font-weight: 400;
  color: inherit;
}
.content .crud-list th .available-transfers-modal-container, .content .crud-list td .available-transfers-modal-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.content .crud-list th .available-transfers-modal-container .available-transfers-modal, .content .crud-list td .available-transfers-modal-container .available-transfers-modal {
  display: none;
  position: absolute;
  top: 99%;
  right: 0;
  background-color: #292c35;
  border: 1px solid #373d49;
  padding: 0.5rem;
  z-index: 1000;
}
.content .crud-list th .available-transfers-modal-container .available-transfers-modal a, .content .crud-list td .available-transfers-modal-container .available-transfers-modal a {
  display: block;
}
.content .crud-list tr.color,
.content .crud-list table tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.02);
}
.content .crud-list .text-right {
  text-align: right;
}
.content .crud-list thead {
  background-color: #292c35;
}
.content .crud-list .count {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: #b1bcc4;
}
.content .crud-list .sortable, .content .crud-list .asc, .content .crud-list .desc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ebeef0;
}
.content .crud-list .sortable::after, .content .crud-list .asc::after, .content .crud-list .desc::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 320 512'%3E%3Cpath d='M137.4 41.4c12.5-12.5 32.8-12.5 45.3 0l128 128c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8L32 224c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l128-128zm0 429.3l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8l256 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128c-12.5 12.5-32.8 12.5-45.3 0z'/%3E%3C/svg%3E");
  display: block;
  margin-left: 0.5rem;
  width: 10px;
  height: 10px;
}
.content .crud-list .sortable.asc, .content .crud-list .asc.asc, .content .crud-list .desc.asc {
  color: #4BCFFA;
}
.content .crud-list .sortable.asc::after, .content .crud-list .asc.asc::after, .content .crud-list .desc.asc::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='gray' d='M182.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l256 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z'/%3E%3Cpath fill='white' d='M182.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8l256 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128z'/%3E%3C/svg%3E");
}
.content .crud-list .sortable.desc, .content .crud-list .asc.desc, .content .crud-list .desc.desc {
  color: #4BCFFA;
}
.content .crud-list .sortable.desc::after, .content .crud-list .asc.desc::after, .content .crud-list .desc.desc::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='white' d='M182.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l256 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z'/%3E%3Cpath fill='gray' d='M182.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8l256 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128z'/%3E%3C/svg%3E");
}
.content .crud-list .navigation {
  margin: 1rem 0;
}
.content .crud-list .navigation ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  color: white;
}
.content .crud-list .navigation ul li {
  list-style: none;
  margin: 0.5rem;
}
.content .crud-list .navigation ul li.active {
  font-weight: 500;
  color: #4BCFFA;
}
.content .crud-list .navigation ul li.disabled {
  color: #b1bcc4;
}
.content .crud-list .navigation ul li a {
  color: inherit;
  text-decoration: inherit;
}
@media screen and (min-width: 1200px) {
  .content .crud-list th,
  .content .crud-list.simple td {
    padding: 1rem 0.5rem;
  }
}
.content .crud-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

.content {
  font-size: 0.875rem;
}
.content h1 {
  color: #4BCFFA;
  font-size: 1.375rem;
  font-weight: 500;
}
.content h3 {
  font-weight: 500;
  font-size: 1.125rem;
}

@media screen and (min-width: 1600px) {
  .content {
    padding: 2rem;
  }
}
@media screen and (min-width: 1900px) {
  .content {
    padding: 2rem 4rem;
  }
}
.btn-action {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  border: 1px solid rgba(235, 238, 240, 0.2);
  padding: 0.375rem 0.5rem;
  border-radius: 0.25rem;
  margin: 0.125rem;
  color: #ebeef0;
  line-height: 1.5;
  white-space: nowrap;
}
.btn-action:hover {
  color: #26c8b4;
}
.btn-action.btn-delete:hover {
  color: #ec4f4f;
}

.btn {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.875rem 1.25rem;
  text-decoration: none;
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  line-height: 1;
}

.btn-sm {
  padding: 0.15rem 0.5rem;
  line-height: 1rem;
  font-size: 0.85rem;
}

.btn-primary {
  background-color: #26c8b4;
  border: 1px solid #26c8b4;
  color: #ebeef0;
}
.btn-primary:hover {
  border-color: #1e9d8d;
  background-color: #1e9d8d;
}

.btn-outline-primary {
  background-color: transparent;
  border: 1px solid #26c8b4;
  color: #26c8b4;
}
.btn-outline-primary:hover {
  border-color: #1e9d8d;
  background-color: #1e9d8d;
  color: #ebeef0;
}

.btn-secondary {
  background-color: #4BCFFA;
  border: 1px solid #4BCFFA;
  color: #292c35;
}
.btn-secondary:hover {
  border-color: #19c2f9;
  background-color: #19c2f9;
}

.btn-warning {
  border: 1px solid #e45656;
  color: #e45656;
  background-color: #3c2f2f;
}
.btn-warning:hover {
  border-color: #e45656;
  background-color: #e45656;
  color: #3c2f2f;
}

.btn-outline-secondary {
  background-color: transparent;
  border: 1px solid #4BCFFA;
  color: #4BCFFA;
}
.btn-outline-secondary:hover {
  border-color: #19c2f9;
  background-color: #19c2f9;
  color: #292c35;
}

.btn-teriary {
  background-color: #b1bcc4;
  border: 1px solid #ebeef0;
  color: #ebeef0;
}
.btn-teriary:hover, .btn-teriary.active {
  border-color: #19c2f9;
  background-color: #ebeef0;
  color: #292c35;
}

.btn-outline-teriary {
  background-color: transparent;
  border: 1px solid rgba(235, 238, 240, 0.2);
  color: #ebeef0;
}
.btn-outline-teriary:hover, .btn-outline-teriary.active {
  border-color: rgba(235, 238, 240, 0.2);
  color: #26c8b4;
}

.btn-action {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  border: 1px solid rgba(235, 238, 240, 0.2);
  padding: 0.375rem 0.5rem;
  border-radius: 0.25rem;
  margin: 0.125rem;
  color: #ebeef0;
  line-height: 1.5;
  white-space: nowrap;
}
.btn-action:hover {
  color: #26c8b4;
}
.btn-action.btn-delete:hover {
  color: #ec4f4f;
}

.btn {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.875rem 1.25rem;
  text-decoration: none;
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  line-height: 1;
}

.btn-sm {
  padding: 0.15rem 0.5rem;
  line-height: 1rem;
  font-size: 0.85rem;
}

.btn-primary {
  background-color: #26c8b4;
  border: 1px solid #26c8b4;
  color: #ebeef0;
}
.btn-primary:hover {
  border-color: #1e9d8d;
  background-color: #1e9d8d;
}

.btn-outline-primary {
  background-color: transparent;
  border: 1px solid #26c8b4;
  color: #26c8b4;
}
.btn-outline-primary:hover {
  border-color: #1e9d8d;
  background-color: #1e9d8d;
  color: #ebeef0;
}

.btn-secondary {
  background-color: #4BCFFA;
  border: 1px solid #4BCFFA;
  color: #292c35;
}
.btn-secondary:hover {
  border-color: #19c2f9;
  background-color: #19c2f9;
}

.btn-warning {
  border: 1px solid #e45656;
  color: #e45656;
  background-color: #3c2f2f;
}
.btn-warning:hover {
  border-color: #e45656;
  background-color: #e45656;
  color: #3c2f2f;
}

.btn-outline-secondary {
  background-color: transparent;
  border: 1px solid #4BCFFA;
  color: #4BCFFA;
}
.btn-outline-secondary:hover {
  border-color: #19c2f9;
  background-color: #19c2f9;
  color: #292c35;
}

.btn-teriary {
  background-color: #b1bcc4;
  border: 1px solid #ebeef0;
  color: #ebeef0;
}
.btn-teriary:hover, .btn-teriary.active {
  border-color: #19c2f9;
  background-color: #ebeef0;
  color: #292c35;
}

.btn-outline-teriary {
  background-color: transparent;
  border: 1px solid rgba(235, 238, 240, 0.2);
  color: #ebeef0;
}
.btn-outline-teriary:hover, .btn-outline-teriary.active {
  border-color: rgba(235, 238, 240, 0.2);
  color: #26c8b4;
}

input, textarea {
  border: none;
  outline: none;
  padding: 0.4rem;
  font-family: inherit;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #3b3b3b;
  resize: vertical;
}
input[type=date], input[type=file], textarea[type=date], textarea[type=file] {
  font-family: inherit;
}
input[type=radio], textarea[type=radio] {
  display: inline;
}

input:not([type=checkbox]) {
  min-height: 44px;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #4BCFFA;
  margin: 0;
}

input:disabled, textarea:disabled, select:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

select {
  border: none;
  outline: none;
  padding: 0.4rem;
  font-family: inherit;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #3b3b3b;
  line-height: 1;
  min-height: 44px;
}
select:first-of-type {
  margin-left: 0;
}
select:last-of-type {
  margin-right: 0;
}

.select2-container--default .select2-selection--single {
  color: black;
  width: 100% !important;
  max-width: 100%;
  height: unset;
  min-height: 44px;
}

.select2-container {
  min-width: 150px;
}

.select2-results {
  color: black;
}

.select2-selection__choice {
  color: black;
}

.select2-container--disabled .select2-selection {
  cursor: not-allowed !important;
}

label {
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 0 0.25rem;
  color: #b1bcc4;
}

input[type=checkbox] {
  min-height: 44px;
  align-self: center;
}

.accessory-form-row {
  display: flex;
  align-items: flex-end;
}
.accessory-form-row > label {
  display: none;
}
.accessory-form-row .vertical-form {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}
.accessory-form-row .remove-article-accessory-delete-btn-container {
  width: 100px !important;
  padding: 0.8rem 0.5rem;
  display: flex;
  align-items: flex-end;
}

.accessories-list-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.accessories-list-container #add-accessory {
  margin-top: 1rem;
}
.accessories-list-container .accessories-list {
  align-self: stretch;
  justify-content: center;
}

.text-type label {
  display: block;
}
.text-type input[type=text] {
  width: 100%;
}

.textarea-type label {
  display: block;
}
.textarea-type textarea {
  width: 100%;
  min-height: 100px;
}

.password-type label {
  display: block;
}
.password-type input[type=password] {
  width: 100%;
}

.email-type label {
  display: block;
}
.email-type input[type=email] {
  width: 100%;
}

.checkbox-type {
  display: flex;
  align-items: center;
}
.checkbox-type label {
  display: inline-block;
  margin: 0 0 0 1rem;
  order: 2;
}
.checkbox-type input {
  order: 1;
}

.integer-type label {
  display: block;
}
.integer-type input[type=number] {
  width: 100%;
}

.number-type label {
  display: block;
}
.number-type input {
  width: 100%;
}

.date-type label {
  display: block;
}
.date-type input[type=datetime-local], .date-type input[type=date] {
  width: 100%;
}

.entity-type label, .choice-type label, .enum-type label {
  display: block;
}
.entity-type select, .choice-type select, .enum-type select {
  width: 100%;
}
.entity-type .expanded, .choice-type .expanded, .enum-type .expanded {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  max-height: 100vh;
  overflow: auto;
}
.entity-type .expanded label, .choice-type .expanded label, .enum-type .expanded label {
  display: inline;
  margin: 0 0 0 1rem;
  padding: 0;
}
.entity-type .expanded input[type=radio], .choice-type .expanded input[type=radio], .enum-type .expanded input[type=radio] {
  padding: 0;
  margin: 0;
  height: 1rem;
  min-height: unset;
}

.file-type label {
  display: block;
}
.file-type input[type=file] {
  width: 100%;
}

.datalist-type label {
  display: block;
}
.datalist-type input[type=text] {
  width: 100%;
}

.submit-type button {
  width: 100%;
}

.userstorepermission-type {
  border: 1px solid #b1bcc4;
  padding: 0.5rem;
  display: block;
  width: 100%;
}
.userstorepermission-type > label {
  border-bottom: 1px solid #b1bcc4;
}
.userstorepermission-type > div {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.userstorepermission-type > div > div.border-right {
  border-right: 1px solid #b1bcc4;
  margin-right: 0.3rem;
}

form.add-form {
  width: 100%;
}
form.add-form div.add-form {
  margin: 0 auto;
  width: 960px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
form.add-form div.add-form .form-field {
  flex-grow: 1;
  padding: 0.5rem 0.2rem;
  width: 100%;
}
form.add-form div.add-form .w-50 {
  width: 50%;
  max-width: 100%;
}

.help-text {
  color: #c39d1f;
  padding-top: 0.2rem;
}

.filter-holder {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  margin-bottom: 1rem;
}

form.search-form {
  width: 100%;
}
form.search-form div.search-form {
  display: flex;
  flex-wrap: wrap;
}
form.search-form div.search-form .form-field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0.1rem 0.25rem;
}

.horizontal-form {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
}

.mass-edit-form {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.mass-edit-form .form-row {
  display: flex;
  align-items: flex-end;
}
.mass-edit-form .form-row .form-column {
  flex-grow: 1;
  margin-right: 1rem;
}
.mass-edit-form .form-row .form-column input, .mass-edit-form .form-row .form-column select {
  width: 100%;
}
.mass-edit-form .form-row .form-column .serial-number-inputs {
  display: flex;
  justify-content: space-between;
}
.mass-edit-form .form-row .form-column .serial-number-inputs input {
  flex-grow: 1;
  max-width: 30%;
}
.mass-edit-form .form-row .form-column-small {
  display: flex;
}

div.vertical-form {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
div.vertical-form .form-field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0.1rem 0.25rem;
}

ul.form-errors {
  padding: 1rem 0;
  width: 100%;
  margin: 0;
}
ul.form-errors li {
  list-style: none;
  margin: 0.5rem 0;
  padding: 0.5rem;
  background-color: #a34444;
  border-radius: 0.5rem;
  font-weight: 500;
  color: #ebeef0;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: #ebeef0;
  background-color: #292c35;
  box-sizing: border-box;
}
body .login-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
body form {
  flex-grow: 0;
}
body form > div {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
body form > div input, body form > div select, body form > div textarea {
  margin-top: 0.05rem;
}

* {
  box-sizing: border-box;
}

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

.mt-0 {
  margin-top: 0;
}

.login-box {
  border-radius: 0.25rem;
  padding: 1rem;
  width: 90%;
  background-color: #292c35;
  box-shadow: 1px 1px 150px rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) {
  .login-box {
    padding: 2rem 3rem;
    max-width: 375px;
  }
}

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