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%;
}

body {
    margin-bottom: 60px;
    
}

.custom-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
}

.custom-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 1rem;
}

.custom-show-all {
    margin-top: 0.5rem; /* Avstånd mellan knapparna */
    border: 1px solid grey;
    
}

.custom-btn {
    background-color: initial; /* Ursprunglig bakgrundsfärg */
    /* Andra stilar för knappen */
}

    .custom-btn:hover {
        background-color: #f8f9fa; /* Ljusgrå färg vid hover */
    }

.custom-card {
   max-width:400px;
   width:300px;
   position: absolute;
   top: 0.5rem;
   left: 0.5rem;
   z-index:10;

}