﻿
.overlayer-gogoleconsent {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 999999;
    display: none;
}

div.googleconsent {
    width: 100%;
    max-width: 760px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    background: #fff;
    padding: 50px;
    box-shadow: 0px 3px 6px #00000029;
    font-size: 1.8em;
}

    div.googleconsent .consentbx {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        font-size: 1em;
        justify-content: center;
        text-align: center;
    }

        div.googleconsent .consentbx span.cls {
            position: absolute;
            top: -30px;
            right: -30px;
            font-size: 2em;
            font-weight: 600;
        }

        div.googleconsent .consentbx .heading {
            font-size: 2em;
            display: block;
            font-weight: 600;
        }

        div.googleconsent .consentbx p {
            display: block;
            padding: 20px 0;
            line-height: 21px;
            font-size: .9em;
        }

            div.googleconsent .consentbx p a {
                color: #fe492b;
            }

        div.googleconsent .consentbx ul.consentbtn {
            width: 100%;
            max-width: 500px;
            display: flex;
            flex-direction: column;
            text-align: center;
            gap: 5px;
            margin-top: 20px;
        }

            div.googleconsent .consentbx ul.consentbtn li {
                background: #fe492b;
                border-radius: 50px;
                border: 1px solid #fe492b
            }

                div.googleconsent .consentbx ul.consentbtn li.white {
                    background: #fff;
                }

                div.googleconsent .consentbx ul.consentbtn li a {
                    display: block;
                    color: #fff;
                    padding: 15px;
                    text-align: center;
                    text-decoration: none;
                    cursor:pointer;
                }

                div.googleconsent .consentbx ul.consentbtn li.white a {
                    color: #000
                }


div.cookiepre {
    width: 100%;
    max-width: 900px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    background: #fff;
    padding: 30px;
    box-shadow: box-shadow: 0px 3px 6px #00000029;
    display: none;
    font-size: 1.6em;
}

    div.cookiepre .cookiebx {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        font-size: 1em;
        justify-content: flex-start;
    }

        div.cookiepre .cookiebx span.cls {
            position: absolute;
            top: -20px;
            right: -20px;
            font-size: 1.6em;
            font-weight: 600;
        }

        div.cookiepre .cookiebx .heading {
            font-size: 2em;
            display: block;
            padding-bottom: 25px;
        }

        div.cookiepre .cookiebx .coockielist {
            display: flex;
            width: 100%;
            flex-wrap: wrap;
            gap: 15px;
        }

            div.cookiepre .cookiebx .coockielist li {
                display: flex;
                flex-wrap: nowrap;
            }

                div.cookiepre .cookiebx .coockielist li .inp {
                    flex: 0 0 30px;
                }

                    div.cookiepre .cookiebx .coockielist li .inp input {
                        width: 20px;
                        height: 20px;
                    }

                div.cookiepre .cookiebx .coockielist li .inpinfo {
                    flex: 0 0 calc(100% - 30px);
                    padding: 0 10px;
                }

                    div.cookiepre .cookiebx .coockielist li .inpinfo strong {
                        display: block;
                        font-size: 1.3em;
                    }

                    div.cookiepre .cookiebx .coockielist li .inpinfo p {
                        display: block;
                        padding: 5px 0;
                        line-height: 19px;
                        font-size: .9em;
                    }

        div.cookiepre .cookiebx .acceptcook {
            width: 100%;
            max-width: 400px;
            margin: 0 auto;
            overflow: hidden;
            text-align: center;
            margin-top: 30px;
        }

            div.cookiepre .cookiebx .acceptcook .accbtn {
                width: 100%;
                display: block;
                background: #F95539;
                background: var(--btnred);
                border-radius: 50px;
                border: 1px solid #fe492b;
                margin-bottom: 5px;
            }

            div.cookiepre .cookiebx .acceptcook .confbtn {
                width: 100%;
                display: block;
                background: #fff;
                border: 1px solid #F95539;
                border-radius: 50px;
            }

            div.cookiepre .cookiebx .acceptcook .accbtn a {
                display: block;
                color: #fff;
                padding: 15px;
                text-align: center;
                text-decoration: none;
            }

            div.cookiepre .cookiebx .acceptcook .confbtn a {
                display: block;
                color: #000;
                padding: 15px;
                text-align: center;
                text-decoration: none;
            }

