/* UTILITY */
.colored-toast.swal2-icon-success {
  background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
  background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
  background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
  background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
  background-color: #87adbd !important;
}

/* TEMPLATE */
body {
  position: absolute;
  min-height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
}

#container, #main {
  min-height: calc(100vh - 48px);
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
.form-signin input[type=text] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bi {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}

/* SIDEBAR */
@media (min-width: 768px) {
  .sidebar .offcanvas-lg {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
  }
  .navbar-search {
    display: block;
  }
}
.sidebar .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar-heading {
  font-size: 0.75rem;
}

/* NAVBAR */
.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}

.navbar .form-control {
  padding: 0.75rem 1rem;
}

/* ELEMENTS */
.keyword-wrapper {
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 0.4rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  padding: 0.75rem 0.75rem;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.keyword-wrapper .keyword {
  background-color: #F4F4F4;
  background-clip: padding-box;
  padding: 0.375rem 0.75rem;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  display: flex;
  align-items: center;
}
.keyword-wrapper .keyword::after {
  content: "X";
  height: 2vh;
  width: 2vh;
  margin-left: 0.3rem;
  border-radius: 0.5vh;
  background-color: var(--bs-danger);
  font-size: 0.5rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.keyword-wrapper.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.custom-radio-label {
  padding: 1rem;
  background-color: white;
  border-radius: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: right;
}
.custom-radio-label i {
  font-size: 2rem;
}

.custom-radio {
  display: none;
}

input[type=radio]:checked + .custom-radio-label {
  background-color: black;
  color: white;
}

input[type=radio]:disabled + .custom-radio-label {
  opacity: 0.7;
}

.gallery-wrapper {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.pattern {
  width: 14vh;
  height: 14vh;
  object-fit: cover;
}

.pattern.selected {
  padding: 3px;
  border: 2px solid black;
}

.controls {
  padding: 1rem;
  border-radius: 1em;
  position: absolute;
  bottom: 40px;
  background-color: #F4F4F4;
  left: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/*# sourceMappingURL=app.css-54a1f18a6fe68443a2c36764917e7552.map */
