a.btn {
  padding: 1rem !important;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-success);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

body {
  font-family: Inter, sans-serif;
}

.grey {
  background-color: #f3f3f3;
}

.card-h-1 {
  min-height: 14rem !important;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn {
  cursor: pointer;
  user-select: none;
  /*border-color: hsl(var(--n)/var(--tw-border-opacity));*/
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  border-radius: .5rem;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
  line-height: 1em;
  min-height: 3rem;
  text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, .25s) ease-out;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
}

.green {
  background-color: #198754 !important;
}

@media (max-width: 576px) {
  .bottom--5 {
    bottom: -5rem !important;
  }
}

.bg-100 {
  background-color: #EDEDED;
}

.bg-hero {
  background: url("../../assets/img/hollowed-boxes.svg");
}

.left {
  background: linear-gradient(90deg, #000 20px, transparent 1%) center, linear-gradient(#000 20px, transparent 1%) center, #999;
  background-size: 22px 22px;
  color: #fff;
  padding: 1rem;
  /*position: fixed;*/
  width: 45%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: BG-ANIM 500s linear infinite;
}

@keyframes BG-ANIM {
  from {
    background-position: 0% 0%;
  }

  to {
    background-position: 1000% 0%;
  }
}

.proceed:hover {
  border: 0.2rem #198754 solid !important;
  cursor: pointer !important;
}

@media (max-width: 576px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media (min-width: 577px) {
  .desktop-hidden {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .w-50-custom {
    width: 80% !important;
  }
}

@media (min-width: 576px) {
  .w-50-custom {
    width: 50% !important;
  }
}

@media (min-width: 1200px) {
  .left {
    min-height: 20vh;
  }
}

@media (min-width: 992px) {
  .left {
    min-height: 20vh;
  }
}

@media (min-width: 768px) {
  .left {
    min-height: 10vh;
  }
}

.hero-h {
  font-size: 4rem !important;
}

@media (max-width: 768px) {
  .hero-h {
    font-size: 2rem !important;
  }
}

.proceed {
  background-color: rgba(255, 255, 255, 0.34);
}

input {
  height: 2.5rem;
}

input::placeholder {
  font-size: 0.8rem;
  font-weight: 300;
  color: #bfbfbf !important;
}

textarea::placeholder {
  font-size: 0.8rem;
  font-weight: 300;
  color: #bfbfbf !important;
}

@media (min-width: 768px) {
  .md-w-25 {
    width: 25% !important;
  }
}

@media (min-width: 768px) {
  .md-w-50 {
    width: 50% !important;
  }
}

@media (min-width: 1200px) {
  .lg-w-25 {
    width: 25% !important;
  }
}

@media (min-width: 1200px) {
  .lg-w-35 {
    width: 35% !important;
  }
}

@media (min-width: 1200px) {
  .lg-w-50 {
    width: 50% !important;
  }
}


.form-label {
  font-size: 0.65rem;
  margin-bottom: 0.2rem;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #198754;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, 0.31);
}

.alert-custom {
  border-style: solid;
  font-size: 0.7rem;
  border-width: 0.05rem 0.05rem 0.05rem 0.3rem;
}

.form-text {
  font-size: .6rem;
}

h3>.badge {
  font-size: 0.6rem !important;
  border-radius: 20%;
  font-weight: 300;
}

.form-select {
  font-size: 0.75rem;
  height: 2.5rem;
  color: #2d2d2d !important;
}

.form-check-label {
  font-size: 0.8rem;
}

.form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #198754;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, 0.31);
}

.b-color-success i {
  color: var(--bs-green);
}

.b-color-success {
  border-color: var(--bs-green);
}

.b-color-danger i {
  color: var(--bs-danger);
}

.b-color-danger {
  border-color: var(--bs-danger);
}

.b-color-warning {
  border-color: #f1c21b;
}

.b-color-warning i {
  color: #f1c21b;
}

.select2-container .select2-selection--single {
  height: 2.5rem !important;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #ced4da !important;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
  font-size: 0.75rem;
  color: #bfbfbf !important;
  padding: 0.375rem 2.25rem 0.375rem 0rem;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  font-weight: 300;
  color: #6c757d;
  font-size: 0.7rem;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  color: #198754;
  background-color: transparent;
  font-weight: 400;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.5;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, 0.31);
}

.select2-container--bootstrap-5 .select2-dropdown {
  border-color: #198754;
}

.link-success {
  text-decoration: none;
}

.title {
  color: var(--secondary-color);
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:not(.collapsed) {
  color: var(--secondary-color);
  background-color: rgba(25, 135, 84, 0.09);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.footer {
  left: 0 !important;
  bottom: 0 !important;
  position: relative !important;
  width: 100% !important;
}

.red {
  color: red;
}

.min-vh-60 {
  min-height: 60vh;
}

.search-result {
  border: 1px solid #2d2d2d;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.798);
  border-radius: 0.3rem;
}

.logout {
  border: 1px solid var(--bs-green);
  color: var(--bs-green);
  background-color: transparent !important;
  font-size: 0.7rem;

}

.logout:hover {
  color: var(--bs-green) !important;

}