html {
    scroll-behavior: smooth;
}

body {
    padding-top: 56px;
    background-color: #dbf1ff;
    color: rgb(19, 23, 59);
}

.navbar-custom {
    background-color: #005aab;
}

.wfmpage {
    height: calc(100vh - 56px);
    width: calc(100%);
}

.col-sm-3 {
    padding-right: 20px;
    padding-left: 20px;
}

.col-sm-9 {
    padding-right: 0px;
    padding-left: 0px;
}

.modal {
    max-height: 100vh;
    overflow-y: auto;
}

hr {
    border-top: 1px solid #7ca3b9;
}

hr.subtiel {
    border-top: 1px solid #dee2e6;
}

@media screen and (max-width: 575px) {
    .mobile {
        display: block;
    }

    .bigscreen {
        display: none;
    }
}

@media screen and (min-width: 576px) {
    .mobile {
        display: none;
    }

    .bigscreen {
        display: block;
    }

    #sidebarcontent {
        height: calc(100vh - 56px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    aside {
        height: 90vh;
        overflow-y: auto;
        padding-right: 10px;
        padding-left: 10px;
        transform: translateY(20px);
        /* Moves content down */
        box-sizing: content-box;
    }

    /* width */
    ::-webkit-scrollbar {
        width: 15px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #7cabd8;
        border-radius: 6px;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #95c4f0;
        border-radius: 10px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #005aab;
    }
}

@media screen and (max-width: 1280px) {
    .tablet {
        display: block;
    }
}

@media screen and (min-width: 1281px) {
    .tablet {
        display: none;
    }
}



.wfm-nobullets {
    list-style-type: none;
}

#cssTable {
    vertical-align: middle;
}

#map {
    height: 100%;
}

.ol-zoom {
    left: unset;
    right: 0.5em;
}

.custom-zoom-extent {
    top: 5em;
    left: unset;
    right: 0.5em;
}

.custom-zoom-extent2 {
    bottom: 0.5em;
    left: 0.5em;
    right: unset;
}

.custom-zoom-extent2 button {
    font-size: 115%;
}

.custom-zoom-extent2 button span {
    font-size: 1em;
}

.custom-toggle-image {
    top: 4.643em;
    left: unset;
    right: 2.5em;
    /* Adjust the position as needed */
    width: 30px;
    /* Set the width of the button */
    height: 30px;
    /* Set the height of the button */
    background-size: cover;
    background-repeat: no-repeat;
}

.ol-control button {
    color: rgba(255, 255, 255);
    background-color: #0a883e;
}

.ol-control button:hover {
    text-decoration: none;
    background-color: #8dc63f;
}

.ol-control button:active {
    color: rgba(255, 255, 255);
    background-color: #0a883e !important;
}

.ol-popup {
    position: absolute;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -140px;
    min-width: 280px;
}

.ol-popup:after,
.ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 139px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 139px;
    margin-left: -11px;
}

.ol-popup-closer {
    position: absolute;
    top: -5px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "×";
    color: #0a883e;
    font-size: 160%;

}

.ol-text {
    white-space: pre-line;
}

.text-align-center {
    text-align: center;
}

#searchAddress {
    width: 100%;
    height: 37px;
    margin: 3px 10px;
    padding: 4px;
    border: 2px solid #005aab;
    border-radius: 2px;
    padding-left: 6px;
}

.gray::placeholder {
    color: gray;
}

.red::placeholder {
    color: red;
}

#moreInput {
    color: red;
}


#zoek {
    height: 37px;
}

.popupbtn {
    width: 100px !important;
}

.btn-secondary,
.btn-secondary:focus {
    background-color: #6c757d;
    border-color: #6c757d;
    outline: none !important;
    box-shadow: none !important;
}

.btn-secondary:active {
    background-color: #45494d !important;
    border-color: #45494d !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #005aab;
    border-color: #005aab;
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:disabled {
    color: #fff;
    background-color: #0a883e;
    border-color: #0a883e;
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary:active {
    color: #fff;
    background-color: #305D42 !important;
    border-color: #305D42 !important;
    outline: none !important;
    box-shadow: none !important;
}

.i {
    height: 25px;
    line-height: 15px;
    content: "";
}

.widemodal {
    width: 255% !important;
    max-width: none !important;
    margin: 0 auto !important;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 1280px) {
    .widemodal {
        width: 100% !important;
        max-width: none !important;
    }
}


.accordion {
    background-color: #c7e4ff;
    color: #005aab;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active,
.accordion:hover {
    background-color: #005aab;
    color: white;
}

.accordion:after {
    content: '\002B';
    color: #005aab;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion:hover:after {
    color: white;
}

.accordion.active:after {
    content: "\2212";
    /* Unicode character for minus sign */
    color: white;
}

.panel {
    padding: 0 18px;
    border: 20px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.modalpanel {
    background-color: #DBF1FF !important;
}

@media (max-width: 1851px) {
    body .panel label {
        font-size: 14px !important;
    }
}

@media (max-width: 1735px) {
    body .panel label {
        font-size: 13px !important;
    }
}

@media (max-width: 1650px) {
    body .panel label {
        font-size: 11px !important;
    }
}

@media (max-width: 1500px) {
    body .panel label {
        font-size: 10px !important;
    }
}

@media (max-width: 575px) {
    body .panel label {
        font-size: 15px !important;
    }
}

.group-container {
    margin-bottom: 20px;
}

.group-content {
    margin-bottom: 10px;
}

.download-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.download-buttons a {
    width: 45%;
    margin: 5px;
    text-align: center;
}