/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2025 | 02:53:53 */
div#my-cookie__consent {
    width: 400px;
    max-width: 100vw;
    background: #fff;
    
    
}

#my-cookie__consent .my-cookie__container, #my-cookie__consent .my-cookie__open-settings, #my-cookie__consent .my-cookie__open-accept-btn {
    color: #000000;
} 
#my-cookie__consent .my-cookie__container {
    width: 100%;
    max-width: 100%;
    margin: 20px;
    display: flex;
    align-items: center;
   padding: 32px;
    flex-direction: column;
border-radius: 16px;
box-shadow: rgba(0, 0, 0, .08) 0 0 24px, rgba(0, 0, 0, .05) 0 0 0 1px inset;
row-gap: 20px;


} 
#my-cookie__consent .my-cookie__accept-button {
    margin-left: 30px;
    font-size: 18px;
    color: #ffffff;
    background: #353a3f;
	background: #ceb7e8;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
}
#my-cookie__consent .my-cookie__open-settings {
    font-size: 19px;
    background-color: #acacac;
    padding: 10px 15px;
    color: white !important;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
} 

#my-cookie__consent .my-cookie__controls {
	margin-left: initial; 
}


button.cmplz-btn.cmplz-accept {
    font-size: 14px !important;
}
button.cmplz-btn.cmplz-view-preferences,
button.cmplz-btn.cmplz-save-preferences{
    font-size: 12px !important;
}
button.cmplz-btn.cmplz-deny {
    font-size: 14px !important;
}