/*#region cookies*/
#cookie_law_wrap {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

    #cookie_law_wrap #cookie_law {
        color: #fff;
        opacity: 1;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        text-align: left;
        display: flex;
        width:fit-content;
        margin:auto;
        align-items:end;
    }

        #cookie_law_wrap #cookie_law h1 {
            font-size: 1rem;
            margin-bottom: .5rem;
            font-weight: bold;
            color: #ccc;
        }

        #cookie_law_wrap #cookie_law p {
            font-size: 0.8125rem;
            line-height: 0.9375rem;
            margin: 0px;
            float: left;
            letter-spacing: 0.2px;
        }

        #cookie_law_wrap #cookie_law a.cookie_law_button {
            color: #fff;
            cursor: pointer;
            padding: .25rem 1rem;
            text-decoration: none !important;
            border-radius: 15px;
            line-height: 130%;
            transition: all 0.25s ease;
        }

            #cookie_law_wrap #cookie_law a.cookie_law_button:hover {
                text-decoration: underline;
            }

                #cookie_law_wrap #cookie_law a.cookie_law_button:hover ~ .cookie_law_button_info {
                    display: block;
                }

        #cookie_law_wrap #cookie_law a {
            color: inherit;
            text-decoration: underline;
        }


            #cookie_law_wrap #cookie_law #accept_cookies:hover {
                background-color: #ccc;
                text-decoration: none;
            }

        #cookie_law_wrap #cookie_law .cookie_law_button_info {
            display: none;
            font-size: 0.8125rem;
            float: right;
            margin-right: .25rem;
            line-height: 1.5625rem;
        }

#cookieModal .modal-content {
    color: #000;
    font-size: .9rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
#cookieModal.show{display:flex; align-items:center; justify-content:center; background:rgba(0,0,0,0.5)}
.modal-dialog{max-width:800px;}
#cookieModal .modal-content .btn-link {
    color: inherit;
    font-weight: bold;
    font-size: 0.9rem;
    text-decoration: none !important;
}
/*bootstrap styles*/
#cookieModal .modal-header {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
#cookieModal .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    text-align: left;
}
#cookieModal .accordion {
    overflow-anchor: none;
}
    #cookieModal .accordion > .card:not(:last-of-type) {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    #cookieModal .accordion > .card {
        overflow: hidden;
    }

#cookieModal .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
#cookieModal .accordion > .card > .card-header {
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#cookieModal .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
#cookieModal .collapse:not(.show) {
    display: none;
}
#cookieModal .collapse {
    background: #fff;
}
#cookieModal .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
#cookieModal .modal-content .btn-link span {
    transition: all ease 0.25s;
}

#cookieModal .modal-content .btn-link[aria-expanded="true"] span {
    transform: rotateX(180deg);
}

#cookieModal .modal-content .form-check-input {
    width: 1rem;
    height: 1rem;
}
#cookieModal .modal-content .btn-link {
    color: inherit;
    font-weight: bold;
    font-size: .9rem;
    text-decoration: none !important;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
}
#cookieModal .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

#cookieModal .modal-content .btn-success {
    padding:5px;
}
/*#endregion*/
