#modal-cookie {
    position: fixed !important;
    background-color: #000000d6;
    color: #fff;
    max-height: 100%;
    overflow: auto;
    max-width: 100%;
    width: 350px;
    border-radius: 8px;
    /* opacity: .7; */
}

@media(min-width: 700px){
    #modal-cookie{
        bottom: 50px;
        left: 50px !important;
        top: unset !important;
        right: unset !important;
    }
}


@media(min-width: 700px) and (min-height: 700px){
    #modal-cookie{
        bottom: 380px;
        right: 50px !important;
        top: unset !important;
        left: unset !important;
    }
}

/*@media(min-width: 500px) and (min-height: 800px){
    #modal-cookie{
        bottom: 350px;
        right: 20px;
    }
}*/

@media(max-height: 700px){
    #modal-cookie{
        bottom: 10px;
        left: 10px !important;
        top: unset !important;
        right: unset !important;
    }
}

@media(max-width: 500px){
    #modal-cookie{
        bottom: 20px;
        top: unset !important;
    }
}

#modal-cookie h3{
    font-size: 20px;
    color: #fff;
    margin-top: 0px;
}

#modal-cookie .text, #modal-cookie .text p {
    color: #fff !important;
}

.modal-cookie-body{
    padding: 20px;
    max-width: 1280px;
    margin: auto;
    font-size: 11px;
    line-height: 1.6em;
}

#modal-cookie .text p{
    margin: 0px 0 10px;
}

.modal-cookie-body .buttons {
    text-align: center;
}

.modal-cookie-body .btn {
    width: 100%;
}

div#modal-cookie a:hover {
    color: var(--light, #d6dbe5) var(--dark, rgba(228, 232, 243, 0.12));
}

div#modal-cookie a {
    font-size: inherit;
}

.visible_mob{
    display: none;
}

@media(max-width: 700px){
    .hidden_mob{
        display: none;
    }
    #modal-cookie .text p{
        font-size: 13px;
    }   
    .visible_mob{
        display: initial;
    }
}
