#sacms_privacybox_overlay{
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    font-family: Arial;
    color: #000;
}

#sacms_privacybox{
    position: fixed;
    background: #fff;
    border-radius: 3px;
    position: fixed;
    width: 600px;
    max-width: 90%;
    min-height: 300px;
    max-height: 90%;
    overflow: auto;	
}	

#sacms_privacybox > h1{
    margin: 20px;
    font-size: 20px;
    color: #000;
}

#sacms_privacybox > p{
    font-size: 14px;
    margin: 20px;
    color: #000;
}

#sacms_privacybox > div{
    
}

#sacms_privacybox > div > div{
    background: #f2f2f2;
    margin: 20px;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 10px 10px 100px;
    position: relative;
}

#sacms_privacybox > div > div > div{
    height: 100%;
    margin: 0 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    left: 0;
    width: 100px;
    top: 0;
}

.sacms_privacybox_switch{
    background: #ff8989;;;
    width: 60px;
    height: 18px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 6px -5px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    cursor: pointer;
    transition: 200ms ease all;

}

.sacms_privacybox_switch:after{
    content: '';
    position: absolute;
    width: 50%;
    height: 18px;
    background: #eaeaea;
    transition: 200ms ease all;
    left: 0;
}

.sacms_privacybox_switch:before{
    content: 'aus';
    font-size: 12px;
    width: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    line-height: 18px;
    color: #000;
}

.sacms_privacybox_switch[data-state="on"]{
    background: #97dd82;
}

.sacms_privacybox_switch[data-state="on"]:after{
    left: 50%;
}

.sacms_privacybox_switch[data-state="on"]:before{
    content: 'an';
    left: 0;
}

    
#sacms_privacybox > div > div > h2{
    font-size: 15px;
    margin: 0;
    color: #000;
}

#sacms_privacybox > div > div > p{
    font-size: 13px;
    margin: 10px 0;
    color: #000;
}

#sacms_privacybox > a{
    margin: 20px;
    font-size: 14px;
    color: #0390df;
    text-decoration: none;
    color: #2172AC;
    display: inline-block;
}

#sacms_privacybox_buttons{
    margin: 20px 20px 10px;
    text-align: center;
}

#sacms_privacybox_buttons > button{
    padding: 10px;
    border: 1px solid #dbdbdb;
    background: #f2f2f2;
    margin: 0 10px 10px;
    border-radius: 3px;
    font-size: 13px;
    font-family: inherit;
    cursor: pointer;
}

#sacms_privacybox_buttons > button:first-of-type{
    background: #2172AC;
    border-color: #21567B;
    color: #fff;
}
