/*   
*   COOKIES STYLES 
*   Consent by https://www.CookieConsent.com
*/

.cc_cp_head_lang_selector select{
    display:none;
}
.cc_dialog .cc_b_cp{
    display:none;
}
.cc_dialog{
    font-family: Muli !important;
    padding-top:35px !important;
    padding-bottom:35px !important;
    left:0;
    right:auto !important;
    min-width:100vw;
    padding-left:0px !important;
    padding-right:0px !important;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.19);
    z-index:99;
}
.cc_dialog .wrap-nav{
    display:flex;
    min-width:100%;
}
.cc_dialog .wrap-nav .cc_dialog_text{
    margin-bottom:0 !important;
}
.cc_dialog .link{
    color:#3C2E85;
    text-decoration:underline;
    margin-left:40px;
}
.cc_dialog .btn-wrap{
    margin-left:auto;
}
.cc_dialog .btn-wrap .cc_b_ok{
    position:relative;
    display:inline-block;
    padding:10px 25px 10px 25px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3c2e85;
    cursor:pointer;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index:2;  
    background: 
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(to right, rgba(56,42,134,1), #3cbaaa) border-box;
    border: 2px solid transparent;
    border-radius:10px;
}
.cc_dialog .btn-wrap .cc_b_ok:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		border-radius:0px;
		background: linear-gradient(57deg, rgba(56,42,134,1) 0%, #3cbaaa 100%);
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
		opacity:0;
        -webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
        width:100%;
        border-radius:3px;
}
.cc_dialog .btn-wrap .cc_b_ok:hover:before {
    opacity:1;
    z-index:-1;
}
.cc_dialog .btn-wrap .cc_b_ok:hover{
    color:white;
}
.cc_dialog .btn-wrap .cc_b_dec{
    background-color:#ff000000;
    font-size: 16px;
    font-weight: 400;
    margin-right:20px;
}
.cc_dialog .cc_dialog_headline{
    display:none;
}
.cc_dialog .msg-wrap{
    margin-top:auto;
    margin-bottom:auto;
}
.open-notice{
    font-weight:700;
    cursor:pointer;
}
@media only screen and (max-width: 1024px) {
    .cc_dialog .wrap-nav{
        display:flex;
        flex-direction:column;
    }
    .cc_dialog .btn-wrap{
        margin-left:auto;
        margin-right:auto;
    }
    .cc_dialog .msg-wrap{
        margin-top:auto;
        margin-bottom:20px;;
        margin-left:auto;
        margin-right:auto;
    }
    .cc_dialog .btn-wrap .cc_b_ok{
        float:left;
    }
        .cc_dialog .link{
        display:block;
        margin-left:0;
    }
}
@media only screen and (max-width: 600px) {
    .cc_dialog{
        padding-top:20px !important;
        padding-bottom:20px !important;
    }
    .cc_dialog .msg-wrap .msg{
        font-size:14px;
    }
     .cc_dialog .btn-wrap{
        margin-left:0;
        margin-right:auto;
    }
    .cc_dialog .btn-wrap .cc_b_ok{
        padding:7px 20px 7px 20px;
        font-size: 14px;
    }
    .cc_dialog .btn-wrap .cc_b_dec{
        background-color:#ff000000;
        font-size: 14px;
        font-weight: 400;
        margin-right:0px;
        margin-left:20px;
    }
}

/* MANAGER */
.cookie-consent-preferences-overlay{
    display:none;
}
.cookie-consent-preferences-overlay.visible {
    display: block;
    position:fixed;
    top:0;
    z-index:99999999;
    width:100%;
    width:100%;
    height:100%;
    background-color: #3c2e85d6;
    font-family: Muli !important;
}
.light.cookie-consent-preferences-overlay 
.cookie-consent-preferences-dialog
.cc_cp_container .cc_cp_footer 
.cc_cp_f_save button {
    background: #11bda2;
    color: #fff;
    border-radius:10px;
}
.cookie-consent-preferences-overlay
input[type="checkbox"].checkbox_cookie_consent:checked+label:before {
    background: #11bda2;
}
.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog {
    margin: 100px auto;
}