#CookiesMessage{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.2); 
    z-index: 1000;
}
.CookiesContent{
    position: fixed;
    width: calc(100% - 130px);
    z-index: 1001;
    background-color: #fff;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 50px 76px;
    max-width: 800px;
    height: calc(100% - 130px);
    max-height: 380px;
}
.CookiesContentBox{
    height: 100%;
    width: calc(100% - 0px);
    padding: 0 15px;
    margin-left: -15px;
    overflow: auto;
}
.CookiesContentBox h2{
    color: #045F71;
    font-weight: 600;
}
.CookiesContentBoxInside{
    display: table-cell;
    font-size: 1.3rem;
    color: #000;
}
.CookiesContentBox img{
    width: 250px;
}
.CookiesContentBox[data-tab="2"]{
    display: none;
}
.CookiesContentBox[data-tab="2"] h2{
    margin-top: 30px;
}
.CookiesContentBar{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 76px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}
.CookiesContentBarTop{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 47px;
    background-color: #fff;
    display: none;
    border-bottom: 1px solid #eee;
    border-radius: 5px 5px 0 0;
}
.CookiesContentBarTop p{
    font-weight: 500;
    text-align: center;
    margin: 13px 0;
}
.cookiesBack{
    position: absolute;
    left: 52px;
    top: 15px;
    font-weight: 500;
    cursor: pointer;
}
.cookiesBack:before{
    content: '<';
    float: left;
    margin-right: 10px;
    margin-top: 1px;
}
.CookiesContentShadow{
    position: absolute;
    bottom: 66px;
    width: 100%;
    height: 25px;
    left: 0;
    background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0))
}
.CookiesContentBarBtns{
    float: right;
    padding: 10px 50px 25px 0;
}
.CookiesContentBarBtns[data-tab="2"]{
    display: none;
}
.cookiesSettings{
    float: left;
    border: 2px solid #045F71;
    border-radius: 5px;
    padding: 7px 30px;
    color: #000;
    margin-right: 25px;
    cursor: pointer;
}
.cookiesSave{
    float: left;
    border: 2px solid #045F71;
    border-radius: 5px;
    padding: 7px 30px;
    color: #000;
    margin-right: 25px; 
    cursor: pointer;
}
.cookiesAllow{
    color: #fff;
    padding: 7px 30px;
    float: left;
    border: 2px solid #045F71;
    border-radius: 5px;
    background-color: #045F71;
    cursor: pointer;
    font-weight: 600;
}
.cookiesAllow:hover{
    background-color: #045F71;
    border-color: #045F71;
    color: #fff;
}
.SwitchCookie{
    float: right !important;
    margin-top: -37px;
}
.CookiesContentSettingBox {
    float: left;
    width: calc(100% - 0px);
}
.CookiesContentSettingBox h3{
    margin-top: 0;
    font-weight: 500;
}