﻿#cookie-agreement {
    font-size: 13px;
}

    #cookie-agreement .toggleHide {
        text-align: right;
        margin-right: 35px;
        margin-top: 10px;
        cursor: pointer;
    }

.cookieConsentToggle {
    border-radius: 50% !important;
    bottom: 15px;
    left: 15px;
    position: fixed;
    z-index: 4999;
    width: 50px !important;
    height: 50px !important;
    background-color: rgba(25, 80, 121, 1);
    cursor: pointer;
}

    .cookieConsentToggle:hover {
        border: 1px solid white;
    }

.cookiesBackdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 5000;
    opacity: .5;
}

.cookieBanner {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    margin: auto;
    background-color: white;
    z-index: 5001;
    overflow: auto;
    max-height: 500px;
}

.cookieBannerContent {
    padding-top: 25px!important;
    padding-bottom: 25px!important;
}

#cookie-agreement .text-bold {
    font-weight: bold;
}

#cookie-agreement button:not(:disabled) {
    cursor: pointer;
}

#cookie-agreement .form-switch {
    padding-left: 0;
}

#cookie-agreement .form-check {
    padding-left: 0;
    min-height: 0;
    margin-bottom: 0;
    margin-top: 1.5rem;
    font-size: 15px;
}

    #cookie-agreement .form-check .form-check-input {
        margin-left: 5px;
        float: none;
    }

        #cookie-agreement .form-check .form-check-input:disabled {
            cursor: not-allowed;
            pointer-events: all;
        }

#cookie-agreement button {
    background-color: #20439d;
    color: white;
    width: 200px;
    border: none;
    padding: 7px 0;
    font-weight: 500;
}

#cookie-agreement a {
    color: #20439d;
    font-weight: bold;
}

#cookie-agreement .buttons-container {
    gap: 7px;
}
