.orejime-Modal{
    background-color: white !important;
    font-family: var(--font-family) !important;
}

.orejime-Modal-title{
    color: white !important;
}

.orejime-Modal-description{
    color: white !important;
}

#deleteCookiesBtn{
    background-color: var(--primary-color) !important;
}

.orejime-Modal-saveButton{
    background-color: var(--primary-color) !important;
}

.orejime-CategorizedAppList{
    color: black !important;
}

.orejime-AppItem-slider{
    background-color: var(--primary-color) !important;
}

.orejime-Modal-poweredByLink{
    display: none !important;
}

.orejime-Modal-header{
    background-color: #003b1d !important;
    color: white !important;
}

.orejime-Modal-closeButton{
    display: none !important;
}
#deleteCookiesBtn .cookie-icon {
    display: none;
}

#deleteCookiesBtn .cookie-text {
    display: inline;
}

.orejime-AppToggles-enableAll {
    display: none !important;
}

.orejime-AppToggles-disableAll {
    display: none !important;
}

#deleteCookiesBtn{
    position: fixed;
    background-color: #000000 !important;
    left: 15px;
    bottom: 30px;
    padding: 0;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    opacity: 0.3;
    color: white;
    border: none;
    cursor: pointer;
    z-index: 9999;

}
#deleteCookiesBtn .cookie-icon {
    display: inline;
    font-size: 1rem;
}

@media (max-width: 768px) {

    .orejime-Modal{
        margin: 0 1rem !important;
        font-size: 0.85rem !important;
    }


}

