html {
  font-size: 14px;
}

@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;
}

html {
  position: relative;
  min-height: 100%;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/*** Custom CSS ***/

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
}

.bg-featured-blog {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 15rem;
}

@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;
}

html {
  position: relative;
  min-height: 100%;
  font-size: 14px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

nav.bg-dark {
    background-color: rgb(0, 0, 0) !important;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px;
}

.ss-content .ss-list
{
  margin: 0 5pt;
}

.ss-main .ss-arrow {
  display: none !important;
}

.ss-main .ss-arrow path {
  fill: blue;
}

.ss-main .ss-deselect {
  margin: 0 1.25rem 1.32rem var(--ss-spacing-m) !important;
}
div.is-valid .ss-deselect {
  margin: 0 0 1.1rem var(--ss-spacing-m) !important;
}


footer a {
  color: #258cfb
}

.list-group-form-control {
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.list-group-form-control .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.list-group-form-control .list-group-item:first-child {
  border-top: 0;
}

.list-group-form-control .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-form-control.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
    border-style: solid;
    border-width: 1px;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(1.3em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.list-group-form-control.is-valid {
    border-color: var(--bs-form-valid-border-color);
    border-style: solid;
    border-width: 1px;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(1.3em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* Add these rules at the end of the file */
.ss-main {
    min-height: auto;
    height: auto;
}

.form-floating > .ss-main {
  height: auto !important;
  min-height: calc(3.5rem + calc(var(--bs-border-width)* 2));
  padding-top: 1.2em;
  padding-bottom: 0;
  padding-right: 1.2rem;
}


.ss-main .ss-values {
  min-height: var(--ss-main-height);
  padding-top: 0.51rem;
  padding-left: 0.45rem;
  padding-bottom: 0.45rem;
}

.ss-main .ss-values .ss-placeholder {
  padding-left: 0 !important;
  color: var(--bs-body-color) !important;
}
