.gdpr {
    background-color: rgba(0,0,0,.96);
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    left: 0;
    min-height: 203px;
    opacity: .94;
    width: 100%;
    padding: 20px 30px;
    position: fixed;
    bottom: 0;
    z-index: 10005 !important;
}
#gdpr {
    visibility:collapse;
}
.gdpr-message {
    width: 790px;
    margin-bottom: 15px;
    max-width: 100%;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
}
.gdpr-message p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.gdpr-buttons-grp {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    text-align: center;
    margin-bottom: 15px;
}
.gdpr-btn {
    min-height: 40px;
    padding: 12px 10px;
    font-size: 14px!important;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    letter-spacing: normal;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background-color ease .3s;
    text-decoration: none!important;
    cursor: pointer;
}
.btn-accept {
    color: #fff!important;
    background-color: #ce1126;
    margin-right: 21px;
    width: 250px;
}
.btn-accept:hover {
    background: #000;
    border: 1px solid #ce1126;
}
.btn-manage {
    background-color: #505256;
    width: 250px;
    padding: 0;
}
.btn-manage {
    text-decoration: none!important;
    font-size: 14px!important;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 12px 10px;
    transition: background-color ease .3s;
    color: #fff !important;
}
.btn-manage:hover {
    background: #000 !important;
    border: 1px solid #fff;
    color: #fff !important;
}
.gdpr-link a {
    line-height: normal;
    color: #fff !important;
    font-size: 11px !important;
    text-decoration: underline !important;
    transition: all ease .3s !important;
}
.gdpr-link a:hover {
    color: #ce1126 !important;
}
#cookieModal {
    z-index: 11111;
}
.save-btn {
    color: #fff!important;
    background-color: #ce1126 !important;
    margin-right: 21px;
    width: 144px;
}
.save-btn:hover {
    background: #000 !important;
    border: 1px solid #ce1126 !important;
}
.cancel-btn {
    color: #000;
    background-color: #fff !important;
    width: 144px;
    border: none;
    margin-right: 10px;
}
.cancel-btn:hover {
    border: 1px solid #000;
    background: #fff !important;
}

.gdpr-main {
    margin-bottom: 30px;
}
.gdpr-main h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: black;
    font-style: normal;
    font-weight: bold;
}
.gdpr-main p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: black;
}

.gdpr-wrapper a {
    text-decoration: underline;
    color: #000;
    transition: all ease .3s !important;
}
.gdpr-wrapper a:hover {
    color: #ce1126;
    text-decoration:underline !important;
}
.gdpr-cookie-card {
    border-top: solid 1px #b1b3b3;
    padding: 20px 10px 0 50px;
}
.gdpr-cookie-info {
    display: flex;
    position: relative;
}
.gdpr-card-check {
    margin-left: 74px;
}
.gdpr-cookie-detail-info {
    margin-left: 74px;
}
.cookie-table-header {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    background: #d8d8d8
}
.cookie-table-body {
    font-size: 12px;
    line-height: 15px;

}
.cookie-table-header th {
    padding: 8px 5px !important;
    word-wrap: break-word !important;
    border-right: 2px solid #fff !important;
    border-bottom: none !important;
    color: #000 !important
}
.gdpr-plus-icon label {
    display: inline-flex;
    position: relative;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.gdpr-plus-icon label::before,label::after {
    content: "";
    background-color: #ce1126;
    content: "";
    position: absolute;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}
.gdpr-plus-icon label::before {   
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 100%;
    
}
.gdpr-plus-icon label::after {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    margin: auto;
}
.gdpr-plus {
    display: none;
}

#necessary-cookies-checkbox:checked+#necessary-cookies-label::before {
    transform: rotate(-90deg);
}

input.gdpr-input-toggle:checked + label {
    background-color: #000;
}

input.gdpr-input-toggle:checked+label::before {
    color: #fff;
    content: "ON";
    left: 15px;
}

input.gdpr-input-toggle:checked+label {
    background-color: #000;
}

.gdpr-input-toggle + label::before {
    color: #000;
    content: "OFF";
    left: 35px;
    position: absolute;
}

.gdpr-input-toggle::after {
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 13px;
    position: absolute;
}

input.gdpr-input-toggle:checked+label::after {
    background-color: rgb(255,255,255);
    border: 1px solid #666;
    left: 36px;
    position: absolute;
    height: 26px;
    width: 26px;
    border-radius: 13px;
    transition: background-color .3s ease-in-out;
}

input.gdpr-input-toggle+label::after {
    background-color: #000;
    border: 1px solid #666;
    left: 36px;
    position: absolute;
    height: 26px;
    width: 26px;
    border-radius: 13px;
    left: 10px;
    transition: background-color .3s ease-in-out;
}

.gdpr-toggle {
    margin-right: 12px;
    margin-left: 12px;
}

.gdpr-input-toggle {
    display: none;
}

.gdpr-toggle-label {
    border: 1px solid #666;
    background-color: #fff;
    display: inline-flex;
    height: 26px;
    border-radius: 13px;
    align-items: center;
    justify-content: flex-end;
    width: 50px;
}

#gdpr-overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.65);
    z-index: 10004 !important;
    display: block;
    position: fixed;
    line-height: 24px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#preference-cookies-checkbox:checked+#preference-cookies-label::before {
    transform: rotate(-90deg);
}
#thirdparty-cookies-checkbox:checked+#thirdparty-cookies-label::before {
    transform: rotate(-90deg);
}
.gdpr-cookie-card-content h3 {
    display: flex;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 0;
    z-index: 999;
    position: relative;
    justify-content: space-between;
    
    font-style: normal;
    font-weight: bold;
}
#necessary-cookies-table, #preference-cookies-table, #thirdparty-cookies-table {
    visibility: collapse;
}

/*
#cookieModal {
    display: none!important;
}
*/

.modal-backdrop{
	height: auto!important;;
}

.modal-footer {
	justify-content: end!important;
}