.field-box {
  display: inline-block;
  padding: 2px;
  max-width: calc(50% - 1.5rem);
}

.disable-icon {
  color: #767676 !important;
}

.navbar-vertical .navbar-brand > img,
.navbar-vertical .navbar-brand-img {
  max-height: 100%;
}

@media (max-width: 768px) {
  .row-responsive {
    flex-direction: column !important;
  }
  .field-box {
    max-width: 100%;
  }
}

.form-changed-banner {
  background-color: rgba(0, 155, 218, 0.1);
  border-radius: 8px;
  padding: 16px;
}

.form-changed-banner p,
.form-changed-banner h5 {
  margin-bottom: 0 !important;
}

.text-blue {
  color: #0078a8;
}

.field-changed {
  padding: 8px;
  background-color: rgba(0, 155, 218, 0.1);
  border-radius: 8px;
}

.field-changed-text {
  color: var(--bs-gray-900);
}

.fit-content {
  width: fit-content;
}

.field-age_from,
.field-age_to {
  flex: 1;
}

.field-gender {
  flex: 2;
}

.field-call_for_hours .form-check,
.field-is_open_after_hours .form-check {
  flex: 1;
}

.field-call_for_hours {
  margin-bottom: 8px !important;
}

.has-danger input,
.has-danger textarea,
.has-danger select {
  border: 1px solid #dc3545 !important;
}

/* SEARCH BAR */
#changelist-search .input-group {
  flex-wrap: nowrap;
}

.table-results {
  thead {
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    th {
      a,
      span {
        color: #344767;
        font-family: "Open Sans";
        font-size: 14px;
        text-transform: uppercase !important;
        font-weight: 700;
      }
      a:hover {
        color: #009bda !important;
      }
    }
  }
}

.p-75 {
  padding: 0.75rem !important;
}

#changelist-form table > tbody > tr > td,
#changelist-form table > tbody > tr > th {
  padding: 0.75rem !important;
  color: #525f7f !important;
}

#changelist-form table > tbody > tr {
  border-bottom: 1px solid #e9ecef;
}

#changelist-form table > thead > tr > th:nth-child(1) > div > label {
  margin-bottom: 0 !important;
}

input[type="checkbox"] {
  border-radius: 0.35rem;
  appearance: none;
  width: 20px;
  height: 20px;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #cbd3da;
  position: relative;
}

input[type="checkbox"]:checked {
  border: 0;
  background-color: #009bda;
}

input[type="checkbox"]:checked::after {
  opacity: 1;
}

input[type="checkbox"]::after {
  transition: opacity 0.25s ease-in-out;
  font-family: "FontAwesome";
  content: "\f00c";
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.67rem;
  opacity: 0;
}

.filter_card_header {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.text-violet {
  color: #5e72e4;
}
.text-orange {
  color: #fb6340;
}
.text-pink {
  color: #f5365c;
}
.text-light-blue {
  color: #11cdef;
}

.stacked_volt {
  width: 100%;
  flex-direction: column !important;
}

.stacked-item {
  background-color: #fff !important;
  border-radius: 0.5rem;
  border: 1px solid #009bda;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-left: 1rem;
  fieldset {
    padding: 0 !important;
  }
}

.delete label {
  flex: 1;
  margin-bottom: 0 !important;
}
.delete input {
  flex: 1;
}

.br-2 {
  border-radius: 0.5rem !important;
}

.auth-container {
  z-index: 1;
  border-radius: 0.5rem !important;
  background-color: #fff;
  padding: 50px !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: fit-content;
  box-shadow: 0px 0px 32px 0px rgba(136, 152, 170, 0.15);

  p,
  a {
    font-family: "Open Sans", sans-serif !important;
    line-height: normal !important;
  }

  form label {
    width: 100%;
  }
  form input {
    width: 100%;
    min-height: unset;
    padding: 0.75rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
    border: 1px solid #d2d6da;
  }
}

.z-index-minus-1 {
  z-index: -1;
}

.h-fit-content {
  height: fit-content !important;
}

.highlight {
  border: 1px solid #fff;
  padding: 20px 40px;
}

.small.quiet,
.small.quiet a {
  color: #009bda !important;
}

.text-success.selected > a {
  color: #5aca75 !important;
  font-weight: 600 !important;
}

.field-neighborhood .related-widget-wrapper-link,
.field-area .related-widget-wrapper-link,
.field-area_member .related-widget-wrapper-link {
  display: none;
}

.select2-container--admin-autocomplete.select2-container {
  background: white;
  height: 38px !important;
  flex: 1;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
  margin-right: 0.2rem;
  padding: 2px 3px 6px 3px !important;
}

.select2-container--admin-autocomplete
  .select2-search--dropdown
  .select2-search__field {
  color: #212529 !important;
  border: 2px solid #ccc !important;
  border-radius: 0.25rem !important;
}

.select2-container--admin-autocomplete
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 2rem !important;
  color: #212529 !important;
}

.select2-container--admin-autocomplete
  .select2-selection--single
  .select2-selection__arrow {
  top: 4px !important;
}

.select2-results__option {
  cursor: pointer;
  color: #212529 !important;
}

.select2-dropdown {
  border: 2px solid #ced4da !important;
}

.select2-container--open {
  padding: 0 !important;
  border: 0 !important;
}

pl-1 {
  padding-left: 0.25rem !important;
}

.field-box input[type="checkbox"] {
  margin-top: 2px;
}

.bg-primary-gradient {
  background: linear-gradient(#009bda, #ffffff) !important;
}

.background-grey {
  background-color: #f2f4f8 !important;
}

.text-charcoal {
  color: #525f7f !important;
}

.program-image-preview {
  object-position: center;
  object-fit: cover;
  height: 200px;
}

ul.errorList li {
  color: #dc3545 !important;
}

.sidenav-pinned {
  display: block;
}

.sidenav-hidden {
  display: none;
}

#sidenav-main {
  max-height: 680px !important;
  min-height: 680px !important;
}

#sidenav-collapse-main {
  overflow-y: scroll;

.readonly {
  font-weight: 600;
}
