
.privacy-popup-overlay { font-family: 'Stratum'; }
.privacy-content * { color: black; }
.privacy-popup-overlay { background: #55565AE5; position: fixed; width: 100%; height: 100%; top: 0; display: flex; justify-content: center; align-items: center; z-index: 999; }
.privacy-popup-overlay .privacy-popup { background: #FFFFFF; padding: 20px; position: relative; max-width: 80%; width: 650px; max-height: 543px;overflow-y: auto}
.privacy-popup-overlay .privacy-popup h2 { color: #000000; text-align: center; font-family: 'StratumBold'; text-transform: uppercase; margin-bottom: 20px;font-size: 25px;position: relative; }
.privacy-popup-overlay .privacy-popup .privacy-popup-close { position: absolute; right: 0px; top: 0px; font-size: 25px; cursor: pointer; padding: 10px 10px 8px; color: #000; text-transform: lowercase; }
.privacy-popup-overlay .privacy-popup h2:after { content: ''; width: 90px; height: 3px; background: #CC0000; bottom: -5px; position: absolute; left: 0; right: 0; margin: auto; }
.privacy-popup-overlay .privacy-popup h3,.privacy-popup-overlay .privacy-popup h4,.privacy-popup-overlay .privacy-popup h5{text-align: left; font-size: 12px; line-height: 1em; font-family: 'StratumBold'; margin-bottom: 10px;text-transform: none; margin-top: 0;}
.privacy-popup-overlay .privacy-popup strong,.privacy-popup-overlay .privacy-popup b{ font-family: 'StratumBold'; }
.privacy-popup-overlay .privacy-popup p{font-size: 10px; line-height: 1.2em; font-family: 'Stratum'; margin-bottom: 10px;}
.privacy-popup-overlay .privacy-popup li{font-size: 10px; line-height: 1.2em; font-family: 'Stratum';margin-bottom: 5px;}
.privacy-popup-overlay .privacy-popup ul li:last-child{margin-bottom: 0;}
.privacy-popup-overlay .privacy-popup ul{margin-bottom: 10px;padding-left: 12px;}
.privacy-popup-overlay .privacy-popup.ar{display: none;}
body.ar .privacy-popup-overlay .privacy-popup.ar{display: block;text-align: right;direction: rtl;}
body.ar .privacy-popup-overlay .privacy-popup.en{display: none;}
.privacy-popup-overlay .privacy-popup.ar h2{ font-family: 'BukraBold', serif; }
.privacy-popup-overlay .privacy-popup.ar h3,.privacy-popup-overlay .privacy-popup.ar h4,.privacy-popup-overlay .privacy-popup.ar h5{font-family: 'BukraMedium',serif; text-align: right;line-height: 1.4em;}
.privacy-popup-overlay .privacy-popup.ar strong,.privacy-popup-overlay .privacy-popup.ar b{font-family: 'Bukra',serif;}
.privacy-popup-overlay .privacy-popup.ar p,.privacy-popup-overlay .privacy-popup.ar li{font-family: 'BukraLight',serif; line-height: 1.7em;}
.privacy-popup-overlay .privacy-popup.ar ul{padding-right: 12px; padding-left: 0;}
.privacy-popup-overlay .privacy-popup.ar .privacy-popup-close{left: 0; right: unset;}
@media screen and (max-width:768px) {
    .privacy-popup-overlay .privacy-popup{width: 90%;}
}
