/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: white;
    font-size: .8em;
    line-height: 1.5em;
    right: 1.5rem;
    bottom: 1.5rem;
    max-width: 25em;
    padding: 1rem;
    background: black;
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.2em;
    margin-bottom: .5rem;
}
.gdprcookie h2 {
    font-size: 1.2em;
}
.gdprcookie a {
    color: inherit;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
}
.gdprcookie-buttons button {
    color: white;
    font-family: inherit;
    font-size: 1em;
    padding: .4rem;
    border: solid .05rem currentColor;
    border-radius: .15rem;
    margin: 0 .5rem;
    background: none;
    cursor: pointer;
}
.gdprcookie-buttons button:disabled {
    color: rgba(255,255,255,.5);
}


/* GDPR Cookie types */

.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
}
.gdprcookie-types li {
    display: block;
    list-style: none;
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: .25rem;
}

     @font-face{
        font-display: swap;
    }
    #loader {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background:rgba(0, 0, 0, 0.6);
      color:#055C61;
     z-index:1050;
    }
    #loader > .contents {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -300px;
        margin-top: -150px;
        width: 600px;
        height: 300px;
        text-align: center;
        z-index: 10000;
        background: #FBFBFB;
        border-radius: 44px;
        text-align: center;
    }
    #gif{
        width: 100px;
        height: 100px;
        background: url(https://www.yesvacanze.com/animazione2.gif) no-repeat center center;
        background-size: contain;
        text-align: center;
        margin: auto;
        margin-top: 71px;
    }
    /* Cookie Dialog */
    #gdpr-cookie-message {
        position: fixed;
        
        bottom: 0px;
        max-width: 100%;
        background-color: #404040;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 6px 6px rgba(0,0,0,0.25);
        z-index: 99999;
        font-family: system-ui;
    }
    #gdpr-cookie-message h4 {
        color: #fff;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    #gdpr-cookie-message h5 {
        color: #fff !important;
        font-family: 'Quicksand', sans-serif;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px;
    }
      #gdpr-cookie-message p, #gdpr-cookie-message label{
        color: #ffffff !important;
        font-size: 14px;
        line-height: 1.5em;
    }
    #gdpr-cookie-message p, #gdpr-cookie-message ul {
        color: #ffffff !important;
        font-size: 14px;
        line-height: 1.5em;
    }
    #gdpr-cookie-message p:last-child {
        margin-bottom: 0;
        text-align: left;
    }
    button#accept-all {
        background: #AECB4B;
        color: #ffffff;
        float: right;
    }
    #gdpr-cookie-message li {
        width: 49%;
        display: inline-block;
    }
    #gdpr-cookie-message a {
        color: #ffffff;
        text-decoration: none;
        font-size: 14px;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(255,255,255,0.75);
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message a:hover {
        color: #ffffff;
        border-bottom-color: #AECB4B;
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button {
        border: none;
        background: #EF9F00;
        color: #ffffff;
        font-family: 'Quicksand', sans-serif;
        font-size: 14px;
        padding: 7px;
        border-radius: 3px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button:hover {
        background: #EC6841;
        color: #ffffff;
        transition: all 0.3s ease-in;
    }
    button#gdpr-cookie-advanced {
        background: green;
        color: #ffffff;
    }
    #gdpr-cookie-message button:disabled {
        opacity: 0.3;
    }
    #gdpr-cookie-message input[type="checkbox"] {
        float: none;
        margin-top: 0;
        margin-right: 5px;
    }
