@import url("../lib/bootstrap-icons/bootstrap-icons.css");

body {
    background-image: url('../images/lijnopveldvaag.jpg');
}

.body-content {
    background-color: #ffffff; /* rgb(238,238,238);*/
}

footer {
    background-color: #ffffff; /* rgb(238,238,238);*/
}

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;
}

.hidden {
    display: none !important;
}

/* zat in bootstrap: */
.table > tbody > tr.info > td {
    background-color: #d9edf7;
}

.card{
    margin-bottom: 10px;
}

a{
    text-decoration:none;
}

small{
    color:#777;
}

.offer-limits{
    margin-bottom:15px;
}

.offer-limits label{
    font-weight:700;
}

.progress-container {
    width: 100%;
    max-width: 400px;
    height: 30px;
    border: 2px solid grey;
    border-radius: 8px;
    background-color: #f0f0f0;
    overflow: hidden;
    margin: 20px auto;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background-color: #007bff; /* Bootstrap-style blue */
    transition: width 0.5s ease-in-out;
}