
#btn-book {
    background-color: #0c9b87;
    border: 0px solid !important;
    min-height: 40px;
    margin-right: 4px;
    color: #fff !important;
    font-weight: 700;
    min-width: 115px;
}



#btn-filter-knap {
    background-color: #fff;
    color: #3a3d43;
    border: none;
    padding: 9px;
    margin-right: 10px;
    font-weight: 600;
}
.priser-fra{
    text-align: right;margin-bottom: 0rem; color:#95a5a6; font-size:14px; line-height:1;
}

.bekraeft-pris{
    text-align: right;margin-bottom: 0.2rem; color:#95a5a6; font-size:10px; line-height:1;
}

.breadcrumbs {
    align-items: center;
    border-radius: 8px;
    display: flex;
    flex-flow: row nowrap;
    margin: 0;
    overflow-x: auto;
    padding: 8px;
    white-space: nowrap;
}

.form-check{

margin-top: 3px;
margin-bottom: 3px;
}


#search-filter {
    border-radius: 16px;
    background-color: #fff !important;
    min-height: 700px;
    padding: 20px;
    position: sticky;
    top: 111px;
    margin-top: 60px;
}

#loading-icon {
    transform: translate(0%, 20%);
}




#loading-icon img {
    width: 250px; /* Adjust size as needed */
    height: auto; /* Maintain aspect ratio */
}

.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

