.cookie-policy {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #fff;
    background-color: #ffffff!important;
    text-align: center;
    padding: 10px;
    z-index: 999;
}

.checkboxes {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
}

.checkboxes label {
    color: #4b4b4b!important;
    margin: 0 10px;
}

.cookie-policy .cgdpr-c p {
    color: #4b4b4b!important;
    padding-top: 2rem !important;
}

.cgdpr-buttons button {
    border-width: 0;
    border-radius: 50px;
    font-size: 16px;
    padding: 8px 32px !important;
    cursor: pointer;
}

.cgdpr-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.cgdpr-buttons button {
    margin: 0 10px;
}

.cgdpr-buttons button#accept {
    background-color: #fb4f00;
    color: white;
}

.cgdpr-buttons button#permits {
    background-color: white;
    color: #4b4b4b!important;
    border: 1px solid #00afcc;
}

#cgdpr-btn {
    display: none;
    cursor: pointer;
    font-size: 1.5em;
    position: fixed;
    bottom: 45px;
    left: 0px;
    padding: 10px;
    z-index: 500;
    border-radius: 3px;
    color: #44B94A;
}

.cookie-policy a {
    color: #6fb0c7;
}

.gdpr-c {
    text-align: center !important;
}


/* .gdpr__button--y, #cgdpr-save {
    background-color: #72bf44;
    color: #fff;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 3px;
}

.gdpr__button-n, #cgdpr-cancel {
    background-color: #a59571;
    color: #fff;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 3px;
} */

input[type="checkbox"] {
    cursor: pointer;
    color: #2f3640;
}

#cgdpr-modal.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    width: 50%;
    /* Full width */
    height: auto;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}


/* Modal Content */

#cgdpr-modal.modal-content {
    position: relative;
    background-color: #fafafa;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}


/* 
#cgdpr-modal {
    box-shadow: none !important;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
} */


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}


/* The Close Button */

.close {
    position: absolute;
    font-weight: bold;
    font-size: 2rem;
    right: 1rem;
}

.close:hover,
.close:focus {
    color: #2f3640;
    text-decoration: none;
    cursor: pointer;
    font-size: 2rem;
}

.modal-header {
    margin: 0px;
    padding: 10px 20px;
    background-color: #fafafa;
    color: #2f3640;
}


/* .modal-header h2 {
    color: #2f3640;
} */

.modal-body {
    margin: 0px;
    padding: 10px 20px;
    background-color: white;
    color: black;
}

.modal-footer {
    margin: 0px;
    padding: 20px 20px;
    background-color: white;
}

.modal-footer button {
    margin: 10px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px .5px -2px rgba(0, 0, 0, 0.12), 0 .5px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px .5px -2px rgba(0, 0, 0, 0.12), 0 .5px 2px 0 rgba(0, 0, 0, 0.2);
}


/*Modal Checkboxes*/

.cgdpr-checkbox {
    position: absolute;
    opacity: 0;
}

.cgdpr-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.cgdpr-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #eeeeee;
}

.cgdpr-checkbox:hover+label:before {
    background: #f35429;
}

.cgdpr-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.cgdpr-checkbox:checked+label:before {
    background: #f35429;
}

.cgdpr-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.cgdpr-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.cgdpr-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

@media only screen and (min-width: 1023px) and (max-width: 1025px) {
    #cgdpr-btn {
        bottom: 125px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .modal-content {
        width: 100%;
        top: 20%;
    }
}

@media only screen and (max-width: 1000px) {
    .modal-footer {
        text-align: center;
    }
}

@media only screen and (max-width: 550px) {
    #cgdpr-modal.modal {
        width: 90%;
        top: 20%!important;
    }
}