.gdpr_cookie_bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    /*background: #FFB612;*/
    opacity: 1;
    filter: alpha(opacity=80);
    color: #fff !important;
    z-index: 100009;
    padding: 10px 40px 20px;
    text-align: center;
    
    background: rgb(0,175,188) !important;
    background: -moz-linear-gradient(45deg, rgba(0,175,188,1) 0%, rgba(32,83,116,1) 100%) !important;
    background: -webkit-linear-gradient(45deg, rgba(0,175,188,1) 0%, rgba(32,83,116,1) 100%) !important;
    background: linear-gradient(45deg, rgba(0,175,188,1) 0%, rgba(32,83,116,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00afbc",endColorstr="#205374",GradientType=1) !important;
}

.gdpr_cookie_bar_title {
    margin-top: 5px;
    /*text-align: center;*/
}

.gdpr_cookie_bar_description {
    margin: 5px;
    /*text-align: left;*/
    font-size: 12px;
}

.gdpr_cookie_bar_title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}

.gdpr_cookie_bar_option {
    margin-bottom: 0px;
    margin-left: 5px;
}

.gdpr_cookie_bar .gdpr_cookie_bar_option_checkbox, .gdpr_cookie_bar .gdpr_cookie_bar_option_title {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
}

.gdpr_cookie_bar .gdpr_cookie_bar_option_description {
    display: inline;
    margin: 5px;
    font-size: 12px;
    font-weight: normal;
}

.gdpr_cookie_bar.hidden {
    bottom: -100%;
}

.gdpr_cookie_bar .gdpr_cookie_bar_close {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    padding: 5px;
}

.gdpr_cookie_bar .gdpr_cookie_bar_close:after, .gdpr_cookie_bar .gdpr_cookie_bar_close:before {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background-color: #000;
    position: absolute;
}

.gdpr_cookie_bar .gdpr_cookie_bar_close:after {
    transform: rotate(-45deg);
}

.gdpr_cookie_bar .gdpr_cookie_bar_close:before {
    transform: rotate(45deg);
}

.gdpr_cookie_settings_button, .gdpr_cookie_bar_accept {
    border-radius: 5px;
    background: #205374;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 2px 5px;
    border: 1px solid #fff;
}

.gdpr_cookie_settings_button {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 100009;
}

.gdpr_cookie_bar_accept {
    margin-left: 5px;
}

.gdpr_cookie_bar_accept:hover{
    color: #00AFBC;
    /*background-color: #205374;*/
    background-color: #fff;
    border-color: #00AFBC;
}