@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@700;800&family=Cairo:wght@800;900&family=El+Messiri&display=swap');

/* ==================== بداية: تصاميم أيقونات الهيدر (فوق) ==================== */
/* =========================================================
   Exact reference icon treatment from the supplied screenshot
   ========================================================= */
#chat_head.bhead.chat_head {
    height: 58px;
    min-height: 58px;
    padding: 3px 5px;
    /* لون الهيدر يحدده الثيم عبر .bhead */
}

#chat_head .zh_header_inner {
    height: 52px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    direction: ltr;
}

#chat_head .zh_header_inner > .head_option,
#chat_head .zh_header_inner > .mibetop,
#chat_head .zh_header_inner > #main_mob_menu {
    flex: 0 0 54px;
    width: 54px;
    min-width: 54px;
    height: 52px;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0;
}

#chat_head .zh_header_inner > .head_option .notif_zone,
#chat_head .zh_header_inner > .mibetop .notif_zone {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#chat_head .zh_header_inner > .head_option .bcell_mid,
#chat_head .zh_header_inner > .mibetop .bcell_mid {
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    box-shadow: 0 1px 4px rgba(30, 15, 90, .35);
}

#chat_head .zh_header_inner > .head_option i,
#chat_head .zh_header_inner > .mibetop i {
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 1px;
    border: 2px solid rgba(255,255,255,.9);
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    box-sizing: border-box;
}

#chat_head .zh_header_inner > .head_option p,
#chat_head .zh_header_inner > .mibetop p {
    margin: 0;
    color: #fff;
    font-family: 'Almarai', sans-serif;
    font-size: 8px !important;
    font-weight: 700;
    line-height: 10px;
    white-space: nowrap;
}

/* ألوان الأيقونات من اليسار إلى اليمين حسب التصميم المرجعي */
#chat_head .mibetop .bcell_mid { background: linear-gradient(145deg, #6f35d4, #4b1fac); }
#chat_head .masse .bcell_mid { background: linear-gradient(145deg, #ee4b45, #d52d36); }
#chat_head .frindes2021 .bcell_mid { background: linear-gradient(145deg, #ffbd24, #f3a400); }
#chat_head .newos .bcell_mid { background: linear-gradient(145deg, #55c965, #22a64d); }
#chat_head .news2 .bcell_mid { background: linear-gradient(145deg, #27c4c7, #0799ac); }
#chat_head .masse2 .bcell_mid { background: linear-gradient(145deg, #43a6e9, #2674cf); }
#chat_head .online_btn .bcell_mid { background: linear-gradient(145deg, #a74ac1, #7436aa); }

#chat_head #main_mob_menu {
    position: relative;
    flex-basis: 58px;
    width: 58px;
}
#chat_head #main_mob_menu .glob_av {
    width: 43px;
    height: 43px;
    border: 2px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 1px 4px rgba(0,0,0,.35);
}
#chat_head #main_mob_menu .top_status {
    position: absolute;
    right: 5px;
    bottom: 3px;
    width: 15px;
    height: 15px;
}

#wrap_footer.zh_footer {
    height: 49px;
    min-height: 49px;
    padding: 0 4px;
    /* لون الفوتر يحدده الثيم عبر .bfoot */
}
#wrap_footer.zh_footer #my_menu.zh_footer_menu {
    height: 49px;
    display: flex !important;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    direction: rtl;
}
#wrap_footer.zh_footer .zh_footer_item {
    flex: 0 0 64px;
    width: 64px;
    height: 49px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}
#wrap_footer.zh_footer .zh_footer_item i {
    margin: 0 0 1px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}
#wrap_footer.zh_footer .zh_footer_item p {
    margin: 0;
    color: #fff;
    font-family: 'Almarai', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    white-space: nowrap;
}
#wrap_footer.zh_footer .zh_footer_item:hover,
#wrap_footer.zh_footer .zh_footer_item:active { background: transparent; }
#wrap_footer.zh_footer .zh_footer_player,
#wrap_footer.zh_footer .zh_footer_optional { display: none !important; }

@media only screen and (max-width: 600px) {
    #chat_head .zh_header_inner { gap: 1px; }
    #chat_head .zh_header_inner > .head_option,
    #chat_head .zh_header_inner > .mibetop,
    #chat_head .zh_header_inner > #main_mob_menu {
        flex-basis: 46px;
        width: 46px;
        min-width: 46px;
    }
    #chat_head .zh_header_inner > .head_option .bcell_mid,
    #chat_head .zh_header_inner > .mibetop .bcell_mid {
        width: 43px;
        height: 48px;
    }
    #chat_head .zh_header_inner > .head_option i,
    #chat_head .zh_header_inner > .mibetop i {
        width: 29px;
        height: 29px;
        font-size: 15px;
    }
    #chat_head #main_mob_menu .glob_av { width: 39px; height: 39px; }
    #wrap_footer.zh_footer .zh_footer_item { flex-basis: 58px; width: 58px; }
}

@media only screen and (max-width: 380px) {
    #chat_head .zh_header_inner > .head_option,
    #chat_head .zh_header_inner > .mibetop,
    #chat_head .zh_header_inner > #main_mob_menu {
        flex-basis: 42px;
        width: 42px;
        min-width: 42px;
    }
    #chat_head .zh_header_inner > .head_option .bcell_mid,
    #chat_head .zh_header_inner > .mibetop .bcell_mid { width: 40px; }
    #chat_head .zh_header_inner > .head_option p,
    #chat_head .zh_header_inner > .mibetop p { font-size: 7px !important; }
    #wrap_footer.zh_footer .zh_footer_item { flex-basis: 51px; width: 51px; }
}
/* ==================== نهاية تعديلات أيقونات رأس الصفحة ==================== */
/* ==================== نهاية: تصاميم أيقونات الهيدر ==================== */

/* ==================== بداية: قسم المتصلين (متصلين + الأفاتار/الجنس العام) ==================== */
/* ملحق مخصص: شلنا إعادة تعريف .chat_avatar و.my_text من هنا — كانوا
   يستخدمون نفس أسماء كلاسات الشات العام بالغلط، وتعريفهم هنا كان ناقص
   (بدون width الصحيح لـ .my_text)، وهذا كان يفسد شكل فقاعة الرسالة
   وصورة العضو بكل الشات. خليناهم يرثون تعريفهم الصحيح من main.css. */


/* --- [1] الحاوية الخارجية لكل عضو --- */
.online_user {
    margin-bottom: 8px; /* المسافة بين كل عضو والآخر */
    width: 100%;
}

/* --- [2] تصميم الجزء العلوي (الاسم والصورة) --- */
.user_item {
    display: flex;
    width: 100%;
    position: relative;
    padding: 8px 10px; /* المسافات الداخلية */
    background: #fff; /* لون الخلفية */
    border: 1px solid #e4e4e4; /* حدود الصندوق */
    border-radius: 10px 10px 0px 0px; /* حواف دائرية من الأعلى فقط */
    align-items: center; /* توسيط العناصر عمودياً */
}


/* --- [4] تصميم الحقل السفلي (المنحف جداً) --- */
.listddd {
    display: block;
    width: 100%;
    background: #fdfdfd; /* لون خلفية خفيف جداً */
    padding: 0px 10px; /* إلغاء المسافة العلوية والسفلية ليكون منحفاً */
    border: 1px solid #e4e4e4;
    border-top: none; /* إخفاء الحد العلوي لكي يلتصق بالجزء العلوي */
    border-radius: 0px 0px 10px 10px; /* حواف دائرية من الأسفل فقط */
    line-height: 0; /* لمنع أي مسافات نصية زائدة */
    font-size: 0; /* لضمان عدم وجود فراغات بين الـ divs */
}

/* الحاوية الداخلية للأيقونات */
.user_icons_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px; /* المسافة بين الكبسولات */
    margin: 0;
    padding: 0;
}

/* --- [5] تصميم الكبسولات (الرتبة، الجنس، العلم) --- */
.user_icon_icrank, .genderIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff; 
    border: 1px solid #ececec; 
    padding: 0px 6px; 
    border-radius: 5px; 
    height: 22px; /* الارتفاع الكلي للكبسولة */
    margin: 2px 0; /* مسافة بسيطة جداً لجمالية التصميم */
    box-sizing: border-box;
}

/* --- [6] تنسيق العناصر داخل الكبسولات --- */
.rank_text {
    display: flex;
    align-items: center;
    font-size: 11px; /* حجم خط الرتبة */
    color: #777;
    line-height: 1;
}

.rank_text img {
    width: 15px;
    height: 14px;
    margin-right: 1px;
}

.gender-icon {
    font-size: 13px; /* حجم أيقونة الجنس */
    line-height: 1;
}

.genderFlag {
    max-height: 15px; /* حجم العلم */
    width: auto;
    display: block;
}

/* تنسيق النص الجديد بجانب الأيقونات */
.icon-label {
    font-size: 11px; /* حجم الخط للنص */
    color: #555; /* لون النص */
    margin-left: 4px; /* مسافة بين الأيقونة والنص */
    white-space: nowrap; /* منع التفاف النص */
}

/* تعديل لضمان محاذاة الأيقونة والنص داخل الكبسولة */
.user_icon_icrank .rank_text, .genderIcon {
    display: flex;
    align-items: center;
}

.genderIcon .genderFlag {
    margin-right: 4px; /* مسافة بين العلم والنص */
}

.genderIcon .gender-icon {
    margin-right: 4px; /* مسافة بين أيقونة الجنس والنص */
}

/* ==================== نهاية: قسم المتصلين ==================== */

/* ==================== بداية: تصاميم البروفايل (كل شي متعلق بصفحة البروفايل) ==================== */
/* ==========================================================================
   كلاسات تصميم بروفايل mbmods.net الأصلية (منسوخة حرفياً من custom.css)
   ========================================================================== */

.profile_actions_row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 8px;
    margin: 8px auto 0px auto;
    width: 100%;
    box-sizing: border-box;
    height: 28px;
}

/* تصميم موحد لكل زر */
.pro_action_btn {
    flex: 1;
    background: #c00;
    border-radius: 8px;
    padding: 5px 5px;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-bottom: 5px;
    box-shadow: #0000003d 0px 3px 14px 0px;
    align-items: center;
    justify-content: center;
    max-width: 70px;
}

.pro_btn_icon {
    font-size: 16px;
    color: #ffffff;
}

.pro_btn_text {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

/* تنسيق زر خاص يشتغل بس داخل صف الأزرار المباشرة بالبروفايل (تجاهل/خاص/إضافة صديق)
   خارج هذا الصف (مثل القائمة المنسدلة ≡) يرجع للشكل الافتراضي البسيط تلقائيًا */
.profile_actions_row .gprivate.sub_list_item.bbackhover.action_item {
    flex: 1;
    background: #4CAF50;
    border-radius: 8px;
    padding: 0px 5px;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 5px;
    box-shadow: #0000003d 0px 3px 14px 0px;
    max-width: 75px;
}

.pro_action_btn_unignore {
    flex: 1;
    background: #03A9F4;
    border-radius: 8px;
    padding: 5px 5px;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-bottom: 5px;
    box-shadow: #0000003d 0px 3px 14px 0px;
    align-items: center;
    justify-content: center;
    max-width: 75px;
}

.pro_btn_icon.red { color: #ffffff; }
.pro_btn_icon.green { color: #ffffff; }
.pro_btn_icon.blue { color: #ffffff; }

/* ==================== نهاية: تصاميم البروفايل ==================== */

/* ==================== بداية: زر الحساب بالهيدر ==================== */
#wrap_footer.zh_footer #dpriv_av { display: none !important; }
#wrap_footer.zh_footer #dpriv { position: relative; }
#wrap_footer.zh_footer #dpriv_notify {
    display: block;
    position: absolute;
    top: 4px;
    right: 12px;
    min-width: 14px;
    height: 14px;
    padding: 0 3px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-size: 9px;
    line-height: 13px;
    text-align: center;
}

/* زر الحساب - مطابق حرفياً لقياسات النظام الفعلي المتحكم بباقي الأزرار (54x52) */
#chat_head #main_mob_menu.profile_head_option {
    flex: 0 0 54px;
    width: 54px;
    min-width: 54px;
    height: 52px;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    overflow: visible;
}
#chat_head #main_mob_menu.profile_head_option .profile_bcell {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
    overflow: visible;
}
#chat_head #main_mob_menu.profile_head_option .profile_avatar_circle {
    width: 44px;
    height: 48px;
    position: relative;
    display: block;
    margin: 0 auto;
}
#chat_head #main_mob_menu.profile_head_option img.avatar_menu.glob_av {
    width: 44px !important;
    height: 48px !important;
    min-width: 44px !important;
    min-height: 48px !important;
    max-width: 44px !important;
    max-height: 48px !important;
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 12px;
    object-fit: cover;
    box-shadow: none;
    box-sizing: border-box;
}
#chat_head #main_mob_menu.profile_head_option img.top_status.status_icon {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    max-width: 10px;
    max-height: 10px;
    margin: 0;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 3;
    box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
    #chat_head #main_mob_menu.profile_head_option {
        flex-basis: 46px !important;
        width: 46px !important;
        min-width: 46px !important;
    }
    #chat_head #main_mob_menu.profile_head_option .profile_bcell {
        width: 43px !important;
        height: 48px !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    #chat_head #main_mob_menu.profile_head_option .profile_avatar_circle {
        width: 41px !important;
        height: 48px !important;
    }
    #chat_head #main_mob_menu.profile_head_option img.avatar_menu.glob_av {
        width: 41px !important;
        height: 48px !important;
        min-width: 41px !important;
        min-height: 48px !important;
        max-width: 41px !important;
        max-height: 48px !important;
        border-radius: 10px !important;
    }
}

@media only screen and (max-width: 380px) {
    #chat_head #main_mob_menu.profile_head_option {
        flex-basis: 42px !important;
        width: 42px !important;
        min-width: 42px !important;
    }
    #chat_head #main_mob_menu.profile_head_option .profile_bcell {
        width: 40px !important;
    }
}
/* ==================== نهاية تعديلات الحساب الشخصي ==================== */
/* ==================== نهاية: زر الحساب بالهيدر ==================== */

/* ==================== زر الإرسال ==================== */
/* ==================== زر الإرسال (بنفسجي) ==================== */
.send_btn {
    /* لون زر الإرسال يحدده الثيم عبر .send_btn */
    color: #fff;
    border-radius: 50%;
}


/* ==================== بداية: أخرى (صفحات وميزات إضافية - تسجيل/دفع/اتصال/نماذج...) ==================== */
.user {
    color: #2d2d2d
}
.icon-box {
    width: 70px;
    height: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: sans-serif;
    direction: ltr
}

.icon {
    background-color: #42404069;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    border: 2px solid #ffffff8c;
    cursor: pointer;
    position: relative
}

.icon_footer {
    background-color: #42404069;
    color: #fff;
    border-radius: 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 5px;
    border-bottom: 2px solid #ffffff8c;
    flex-direction: column;
    cursor: pointer;
    position: relative
}

.fix_load_audio {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #e1e1e15e;
    display: grid;
    text-align: center;
    align-content: space-evenly;
    justify-items: center
}

.avatar_audio_users {
    width: 45px;
    height: 45px;
    border-radius: 25px;
    padding: 1px
}

.chat_system {
    color: #999
}
.avsex {
    border: 2px solid;
}
.avsexs {
    border: 4px solid;
}
.boy {
    border-color: #03add8
}

.girl {
    border-color: #ff99ff
}

.nosex {
    border-color: #ccc
}
.list_pro {
    font-size: 10px;
    font-weight: 700;
}
.topic_icon {
    right: 6px;
    width: 25px
}
.chat_file {
    height: 20px;
    margin-top: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}
.chat_uvideo {
    display: inline-block
}



.agree_Ok {
    overflow: hidden;
    background: #ffcc33;
    color: #000;
    font-family: 'Almarai', sans-serif;
    font-size: 15px;
    margin-top: 10px;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    box-shadow: #c9c9c952 1px 0px 9px 0px;
}

.title_h2 {
    overflow: hidden;
    color: #000;
    font-family: 'Almarai', sans-serif;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 3px;
    padding: 10px;
    font-weight: bold;
}



.ugc2 {
    overflow: hidden;
    background: #e70000;
    color: #fff;
    font-family: 'Almarai', sans-serif;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 3px;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}





.agree_Ok2 {
    overflow: hidden;
    color: #fff;
    font-family: 'Almarai', sans-serif;
    font-size: 15px;
    margin-top: 10px;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    box-shadow: #c9c9c952 1px 0px 9px 0px;
    background: #bbbbbb;
}

.registration2 {
    background: #ff9800;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-family: 'Almarai', sans-serif;
}




.title_h22 {
    overflow: hidden;
    color: #000;
    font-family: 'Almarai', sans-serif;
    font-size: 16px;
    padding: 10px;
    font-weight: bold;
}


.text_smallreport {
    overflow: hidden;
    color: #444;
    font-family: 'Almarai', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    text-align: justify;
    font-weight: bold;
    margin-bottom: 10px;
}



.text_smallreportpost {
    overflow: hidden;
    color: #fff;
    font-family: 'Almarai', sans-serif;
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
    background: #ff3333;
    border-radius: 3px;
    padding: 10px;
}


.text_smallreport2 {
    overflow: hidden;
    color: #ff6633;
    font-family: 'Almarai', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    text-align: justify;
    font-weight: bold;
}



.error2 {
    color: #d7d7d7;
}








.fmenu_item2022 {
    padding: 2px;
    table-layout: fixed;
    font-size: 15px;
    font-family: 'Almarai', sans-serif;
    border-radius: 5px;
    text-align: center;
    background: #ffffff;
    color: #000;
    width: 70%;
    margin-top: 5px;
    float: left;
}





.fmenu_text2022 {

    text-align: center;
    font-weight: bold;
    font-family: 'Almarai', sans-serif;
}


.noete1 {
    text-align: center;
    font-weight: bold;
    font-family: 'Almarai', sans-serif;
    background: #ffcc33;
    border-radius: 3px;
    padding: 5px;
}


.participation { 
    font-family: 'Almarai', sans-serif;
}


.bpad15txe {
    font-family: 'Almarai', sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
}


.title_paypal {
    color: #3ab753;
    font-family: 'Almarai', sans-serif;
    font-size: 20px;
    padding: 10px;    font-weight: bold;
    text-align: center;
}



.des_paypal {
    
    overflow: hidden;
    background: #f8fffa;
    color: #000;
    font-family: 'Almarai', sans-serif;
    font-size: 15px;
    border-radius: 10px;
    padding: 10px;
    box-shadow: #3ab7534a 1px 0px 14px 0px;
    border: solid 2px #3ab753;
    line-height: 25px;
    text-align: justify;
}


.timer {
    display: block;
    margin: 0 auto;
    width: 4rem;
    height: 4rem;
    padding: 10px;
    position: relative;
    border-radius: 50%;
    font-weight: 700;
    font-size: 45px;
    color: #fff !important;
    background-color: #68cb5b;
    box-shadow: 0 0.25rem 1rem 0 rgb(104 203 91 / 24%), 0 0 0 0.5rem rgb(104 203 91 / 12%);
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.title_paypal2 {
    color: #ff3333;
    font-family: 'Almarai', sans-serif;
    font-size: 20px;
    padding: 10px;    font-weight: bold;
    text-align: center;
}

.title_paypalico {
    font-size: 70px;
    padding: 10px;
    text-align: center;
}

.title_alryadh {
    color: #152682;
    font-family: 'Almarai', sans-serif;
    font-size: 17px;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    border-top: solid 3px #e3e3e3;
}

.title_alryadhnoumber {
    color: #333;
    font-family: 'Almarai', sans-serif;
    font-size: 25px;
    padding: 10px;
    text-align: center;
}


.title_alryadhlogo {
        color: #444;

}


.title_thanks {
    color: #646464;
    font-family: 'Almarai', sans-serif;
    font-size: 13px;
    padding: 5px;
    border: solid 1px #4caf50;
    margin-top: 25px;
    border-radius: 10px;
    box-shadow: 0 0.75rem 2rem 0 rgb(0 0 0 / 5%), 0 0 0 1px rgb(0 0 0 / 1%);
    background-color: #fff;
}



.title_name {
    color: #333;
    font-family: 'Almarai', sans-serif;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}




.test_call {
    border: solid 1px #dfdfdf;
    margin-top: 10px;
    padding: 10px;
    align-content: flex-end;
    text-align: center;
    font-family: 'Almarai', sans-serif;
    border-radius: 5px;
    color: #415452;
    box-shadow: #f7f7f78c 0px 0px 5px 1px;
}


.test_call2 {
    border: solid 1px #dfdfdf;
    margin-top: 10px;
    padding: 10px;
    align-content: flex-end;
    text-align: center;
    font-family: 'Almarai', sans-serif;
    border-radius: 5px;
    color: #415452;
    box-shadow: #f7f7f78c 0px 0px 5px 1px;
	line-height: 20px;
}


.welecome {
    transition: all .2s ease;
    position: absolute;
    width: 160px;
    height: 60px;
    text-align: center;
    z-index: 10;
    transform: rotate(316deg);
    top: -10px;
    left: -130px;
    line-height: 80px;
    color: #fff;
    background: #4caf50;
    font-family: 'Almarai', sans-serif;
    font-size: 17px;
    margin-left: 70px;
}

.welecom2023123 {
    background: #c7fef9;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: #ffffff 4px 4px 0px 0px;
    color: #000000;
    font-family: 'Almarai', sans-serif;
	line-height: 23px;
} 




.ads_2023 {
  
  text-align: center;

}

.content {
    margin-top: 10px;
    padding: 10px;
    align-content: flex-end;
    font-family: 'Almarai', sans-serif;
    border-radius: 10px;
    line-height: 1.75;
    direction: rtl;
    background: rgba(0, 0, 0, 0) linear-gradient( 360deg , #fdfcff, #fcfbff) repeat scroll 0% 0%;
    color: #4e4d4d;
    box-shadow: rgb(236 236 236) 0px 2px 5px 0px;
}


.content_h1 {
    direction: rtl;
    font-size: 20px;
    text-align: center;
    font-family: 'Almarai', sans-serif;
    color: #000000;
}

.line {
    background-color: #ced4da;
    height: 1px;
    width: 60px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -75px;
}










input, textarea {
    background: #ffffff;
    border: 1px solid #bfc9d2!important;
    color: #000000;
    font-weight: 700;
}







.warning-msg {
    color: #6e6e6e;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    border: 3px solid;
    font-size: 15px;
    font-family: almarai,sans-serif;
    padding: 8px;
    text-decoration: none;
    margin-top: 20px;
    box-shadow: #bbbbbb8c 0 0 5px 1px;
    border-color: #f44336 #9c27b0 #ff9800 #4caf50;
    text-align: -webkit-right;
    table-layout: fixed;
    line-height: 1.75;
}
.test_call {
    border: solid 1px #dfdfdf;
    margin-top: 10px;
    padding: 10px;
    align-content: flex-end;
    text-align: center;
    font-family: almarai,sans-serif;
    border-radius: 5px;
    color: #415452;
    box-shadow: #f7f7f78c 0 0 5px 1px;
}
.agree2022 {
    overflow: hidden;
    background: #fff8f5;
    color: #6f6f6f;
    font-family: ibm plex sans arabic,sans-serif;
    font-size: 12px;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    direction: rtl;
    box-shadow: #bbbbbb1a 0 0 5px 1px;
}


.selectboxit-container * {
    font: 14px Helvetica, Arial;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
    white-space: nowrap;
    font-size: 17px;
    font-family: flat-jooza!important;
    font-weight: bold;
}

.agree {
    overflow: hidden;
    color: #464646;
    font-family: almarai,sans-serif;
    font-size: 15px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    border-bottom: solid 1px #979797;
}

.fmenu_text {
    display: table-cell;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: initial;
    font-size: 17px;
    font-weight: 700;
    font-family: almarai,sans-serif;
}
#chat_left_menu, #room_options_menu {
    position: absolute;
    left: 0;
    top: 54px;
    z-index: 202;
    display: none;
    text-align: initial;
}	









/* ==================== نهاية: أخرى ==================== */