/*cookie-banner 19-06-2025 start*/

.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #38b99edb;
    color: white;
    padding: 10px;
    text-align: center;
    z-index: 9999;
    font-size: 13px;
}

    .cookie-banner button {
        margin: 5px;
        padding: 10px 20px;
        border: none;
        background-color: white;
        color: black;
        cursor: pointer;
    }

        .cookie-banner button#decline-cookies {
            background-color: white;
        }

    .cookie-banner.hidden {
        display: none;
    }


.btn-type8, .btn-type8:focus {
    font-family: 'avenirbook', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #8b91a8;
    padding: 8px 10px 9px !important;
    height: 35px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #BAC1E2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-weight: normal;
}
/*cookie-banner 19-06-2025 end*/


/*Coming Soon 26-06-2025 start*/
.btn-download-disabled {
    pointer-events: none;
    cursor: default;
}

.btn-download-disabled .coming-soon {
    margin-top: 8px;
}
/*Coming Soon 26-06-2025 end*/
