﻿* {
  font-family: "Inter", sans-serif;
}

html,
body {
  min-height: 100%;
}

html {
  position: relative;
  font-size: 14px;
}

p {
  font-size: 0.9375rem;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #38516B !important;
}
a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul {
  list-style: none;
}

/* Input Fields */
.inputContainer {
  position: relative;
  margin-bottom: 1rem;
}
.inputContainer input, .inputContainer select {
  width: 100%;
  padding: 10px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #ced4da;
  font-size: 1em;
}
.inputContainer .igroup {
  width: 95% !important;
}
@media (min-width: 767.1px) and (max-width: 1200px) {
  .inputContainer .igroup {
    width: 90% !important;
  }
}
@media (max-width: 767px) {
  .inputContainer .igroup {
    width: 86% !important;
  }
}
.inputContainer .place_holder {
  position: absolute;
  left: 0;
  padding: 10px;
  pointer-events: none;
  font-size: 1em;
  color: gray;
  text-transform: uppercase;
  transition: 0.5s;
}
.inputContainer #togglePassword {
  position: absolute;
  right: 0;
  padding: 10px;
  cursor: pointer;
  font-size: 1em;
  color: #212529;
  text-transform: uppercase;
  transition: 0.5s;
}
.inputContainer input:not(:placeholder-shown) ~ .place_holder,
.inputContainer input:focus ~ .place_holder,
.inputContainer select:not(:placeholder-shown) ~ .place_holder,
.inputContainer select:focus ~ .place_holder {
  transform: translateX(10px) translateY(-7px);
  font-size: 0.65em;
  padding: 0 10px;
  background: #fff;
  color: #212529;
}

.indicator-progress {
  display: none;
}

[data-ecw-indicator=on] > .indicator-progress {
  display: inline-block;
}

[data-ecw-indicator=on] > .indicator-label {
  display: none;
}

.offcanvas {
  overflow-y: scroll;
}

.nav-tabs {
  border-bottom: none;
}

.nav a {
  border: none;
  border-top: none;
  border-left: none;
  border-right: none;
}

.nav-link.active, .nav-link, .nav-link:hover {
  border: none;
  border-top: none;
  border-left: none;
  border-right: none;
}

.nav-link.active {
  font-weight: bold;
}

span[class$=-error] {
  color: red !important;
}

#search-results {
  max-height: 15rem;
  overflow: auto;
}
#search-results ul li {
  display: inline-block;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#search-results ul li p {
  color: darkgray;
  font-weight: bold;
  margin-bottom: 0;
  cursor: pointer;
}
#search-results ul li p:hover {
  color: teal;
}

.top-bar {
  background-color: #4B286D;
}

#main-nav {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #CCC;
}

.text-purple {
  color: #4B286D;
}

.text-pink {
  color: #D53F8C;
}

.btn-primary {
  background-color: #2B8000 !important;
  border-color: #2B8000 !important;
  color: white !important;
  opacity: 1 !important;
}
.btn-primary:disabled {
  background-color: #39a900 !important;
  color: #c9c9c9 !important;
}
.btn-primary:hover {
  background-color: #39a900 !important;
}

.swal2-confirm {
  background-color: #2B8000 !important;
  border-color: #2B8000 !important;
  color: white !important;
  opacity: 1 !important;
  box-shadow: none;
}
