/* CSS Var */

:root {
    --iravada-royal-main-color: #23c4d8;
    --iravada-royal-admin-panel-color: #53c3ca;
}


/* Start style for front end option panel royal */

.iravada_aparat_video_embed_code {
    width: 50%;
    position: fixed;
    left: 26%;
    top: 22%;
    z-index: 9999999999 !important;
}

.popup-focus:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999999999 !important;
}

i.iravada-video-close {
    color: rgb(175 175 175) !important;
    font-size: 25px;
    top: 13px;
    position: absolute;
    z-index: 999;
    left: 11px;
    padding: 7px 10px;
    background: #fff;
    width: 5%;
    border-radius: 50%;
}