/* You can add global styles to this file, and also import other style files */

:root {
--border-radius: 0.5rem;
--bs-body-line-height: 1.5rem;
--bs-body-font-weight: 1.5rem;
--font-family: Roboto, "Helvetica Neue", sans-serif;
}

.container > :empty {
  display: none;
}

/* Components */

html {
  font-size: 14px;
}

body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.rounded {
  border-radius: var(--border-radius)!important;
}

button, input, optgroup, select, textarea, p-fileupload, .form-control {
  line-height: normal;
}

.min-h-100 {
  min-height: 100%;
}

.mh-50v {
  max-height: 50vh;
}

.py-6, .pt-6 {
  padding-top: 3.5rem!important;
}

.py-6, .pb-6 {
  padding-bottom: 3.5rem!important;
}

.py-7, .pt-7 {
  padding-top: 4rem!important;
}

.py-7, .pb-7 {
  padding-bottom: 4rem!important;
}

a.list-group-item-action:not(.disabled) {
  cursor: pointer;
}

.navbar .nav-link {
  height: 2.5rem;
}

.invalid-feedback {
  position: absolute;
  margin-top: 0;
  line-height: 1rem;
  width: auto;
  max-width: 50vw;
}

.card, .card-header, .card-body, .card-footer {
  color: #212529;
  opacity: 1;
}

.card.card-filter {
  background: #e3f1ff;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding: 1rem;
}

.form-control {
  border-radius: 0.5rem;
  padding: 0.75rem;
}

/* End Components */

/* Theme (lara-light-blue override) */

:focus {
  box-shadow: none !important;
}

body {
  background-color: #f0f0f5;
}

.text-success {
  color: #16A34A !important;
}

.text-warning {
  color: #ff8300 !important;
}

.text-danger {
  color: #ef4444 !important;
}

a {
  color: #0366d6;
}

.link-success {
  color: #16A34A;
}

.link-success:hover {
  color: #00871b;
}

.link-warning {
  color: #ff8300;
}

.link-warning:hover {
  color: #ff5900;
}

.link-danger {
  color: #ef4444;
}

.link-danger:hover {
  color: #f02b2b;
}

.form-control {
  color: #212529;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.bg-light {
  background: #EFF6FF;
}

/* End Theme */
