
#specs img {
    max-width: 300px;
    max-height: 200px;
    width: auto;
    height: auto;
    display: block;
    margin: 10px 0;
}

@media (min-width: 768px) {
    .sticky-on-tablet-up {
        position: sticky;
        top: 0;
        align-self: flex-start;
        height: fit-content;
    }
}

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;
}
.pointer{
    cursor:pointer;
}
.btn-check:checked + .form-check-label .border {
    border-color: #0d6efd !important;
    background-color: #e7f1ff;
}

.form-check-label:hover .border {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    transition: box-shadow 0.2s;
}
/* Hover effect */
.color-swatch:hover {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    cursor: pointer;
}
/* Selected state */
.btn-check:checked + .color-swatch {
    border-color: #0d6efd !important;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);
}
.themeBlue {
    background-color: #00aac4;
}
.themeBlueTxt {
    color: #00aac4;
}

