/* constants */

html,
body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Satoshi', sans-serif;
}

body {
  background: #034FA4 !important;
}

.color-secondary {
  color: #01AAE2 !important;
}

.color-green {
  color: #009640 !important;
}

.color-green-accent {
  color: #33FF00 !important;
}

.bg-secondary {
  background: #01AAE2 !important;
}

.bg-primary,
.btn-primary {
  background: #034FA4 !important;
}

.btn-primary {
  border-color: #034FA4 !important;
}

.color-primary {
  color: #08539B !important;
}

.border-primary {
  border-color: #034FA4 !important;
}

.border-primary:hover {
  background-color: #034FA4 !important;
  color: #fff !important;
}

.border-secondary {
  border-color: #009640 !important;
}

.rounded-start {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.rounded-end {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.line-height-1 {
  line-height: 1.2em;
}

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

/* login */
#bt-title {
  background-color: rgba(0, 163, 11, 0.35) !important;
}

#bt-title:hover {
  --bs-bg-opacity: 1;
  background-color: var(--bs-success) !important;
  color: #fff !important;
}

input[type="email"],
input[type="password"],
input[type="text"] {
  border: 0 none;
  border-radius: 0;
  border-bottom: 1px solid #535E63;
  padding: 5px 10px 2px;
  font-size: 1rem;
  margin: 0;

}

#main-container .form-label {
  margin: 0;
}


/* .row.equal-cards { align-items: stretch; } */
.row.equal-cards .col>label .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.row.equal-cards .col>label .card .card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

#doc-upload .card {
  min-height: 150px;
}

/* mobile version */
@media (max-width: 768px) {

  #main-container .rounded-start,
  #main-container .rounded-end {
    border-radius: 12px !important;
  }

  #main-container #buttons-index {
    flex-direction: column !important;
  }
}

/* tablet version */
@media (max-width: 992px) {
  #main-container {
    margin: 0 20px;
  }

}

/* desktop version */
@media (min-width: 992px) {}


body.high-contrast {
  background-color: #000 !important;
  color: #fff !important;
}

a.high-contrast,
a.high-contrast:hover {
  color: #0FF !important;
  text-decoration: underline !important;
}

button.high-contrast,
button.high-contrast:hover {
  background-color: #FFF !important;
  color: #000 !important;
  border: 2px solid #FFF !important;
}

input.high-contrast,
input.high-contrast:focus,
select.high-contrast,
select.high-contrast:focus,
textarea.high-contrast,
textarea.high-contrast:focus {
  background-color: #000 !important;
  color: #FFF !important;
  border: 2px solid #FFF !important;
}

body.high-contrast .bg-primary,
body.high-contrast .btn-primary {
  background-color: #000 !important;
  color: #0FF !important;
}

body.high-contrast .bg-secondary {
  background-color: #000 !important;
  color: #0FF !important;
}

body.high-contrast .card {
  background-color: #000 !important;
  border: 2px solid #FFF !important;
}

#editais-list .card {
  transition: all 0.2s ease-in-out;
}

#editais-list .card:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease-in-out;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 * require_tree .


*/
