/*    للهاتف فقط من حتي 800بيكسل */
@media screen  and (max-width:800px) {



    /*الاعدادات العامة للموقع*/
    body{
        margin: 0;
        padding: 0;
        width: 100%;
        overflow-x: hidden;
        
    }
    .money{
        color: rgb(0, 85, 0);
        transform: scale(1.1);
        display: inline;
    }
    .fx.cn{
        justify-content: center;
    }


    .ofhhr {
        background-color:#e5f3f8 ;
        padding: 15px;
        flex: 1;
        overflow-x: hidden;
        height: 200px;
        text-align: right;

    }
    .ofhhr.b{
        background-color:#ffffff ;
        height: 600px;
    }
    .ofhhr::-webkit-scrollbar{
        width: 15px;
    }
    .ofhhr::-webkit-scrollbar-thumb{
        background-color: rgb(6, 134, 136);
        border-radius: 8px;
    }
    .ofhhr::-webkit-scrollbar-thumb:hover{
        box-shadow: 1px 1px 1px white;
        background-color: #1238b6;
    }


    .fa-solid.fa-x{
        position: fixed;
        top: 20px;
        right: 20px;
        background-color: red;
        color: white;
        padding: 6px;
        border-radius: 4px;
        transform: scale(1.6);
    }
    .fa-solid.fa-x:hover{
        transition: 0.4s;
        background-color: rgb(179, 3, 3);
        cursor: pointer;
    }

    .fa-solid.fa-x.f{
        position: fixed;
        top: 20px;
        right: 20px;
        background-color: red;
        color: white;
        padding: 6px;
        border-radius: 4px;
        transform: scale(1.6);
    }
    .fa-solid.fa-x.f:hover{
        transition: 0.4s;
        background-color: rgb(179, 3, 3);
        cursor: pointer;
    }
    /*رسالة الحساب محظور ولا يوجد مستخدم في صفحة البروفائل*/
    .masseroor{
        width: 80%;
        margin-left: 10%;
        text-align: center;
        margin-top: 20%;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .masseroor h2{
        color: red;
    }
    #cn{text-align: center;}
    #ri{text-align: right;}
    .lit{
        transform: scale(0.7);
        display: inline-block;
        position: relative;
        padding-bottom: 30px;
    }
    .nwearry{
        background-color: red;
        color: white;
        transform: scale(0.8);
        padding: 5px;
        border-radius: 10px;
        right: 5%;
        position: absolute;
        display: inline;
    }
    /*متصل*/
.nwemass{
    position: absolute;
    right: 5px;
    background-color: #0b8a00;
    color: white;
    border-radius: 5px;
    padding: 3px;
}

/*رسالة*/
.nwecht{
    position: absolute;
    right: 50px;
    background-color: #005e8a;
    color: white;
    border-radius: 5px;
    transform: scale(0.7);
    padding: 3px;
}

    .bak.w{
        background-color: rgb(238, 235, 235);
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .hidden {  
        display: none;  
    } 
    /*كود تسجيل الخروج*/

.logout button{
    width: 80%;
    margin-left: 10%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    background-color: red;
    border-style: solid;
    border-radius: 6px;
    border-width: 1px;
    border-color: red;
    padding: 15px;
}
.logout button:hover{
    transition: 0.2s;
    background-color: rgb(99, 9, 9);
    color: white;
    border-color: rgb(0, 0, 0);
}
.logout.x button{
    width: 30%;
    position: absolute;
    top: 0;
    right: 5px;
    margin-top: 10px;
}

.logout button:hover{
    background-color: rgb(11, 158, 163);
    transition: 0.4s;
}

    .ri{
        text-align: right;
    }
    
    .cn-jc-fx{
        display: flex;
        justify-content: center;
    }
    button{
        cursor: pointer;
        border: none;
    }
    .fade-in {
        color: black;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 1s ease-out, transform 1s ease-out;
    }
    .fade-in h1{
        border-radius: 6px;
        width:auto;
    }
    .fade-in.visible {
        opacity: 1;
        transform: translateY(0);
    }
    .wi{
        color: white;
    }
    .saa a{
        text-decoration: none;
    }
    .notsession{
        background-color: rgb(15, 15, 249);
        color: rgb(255, 255, 255);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        padding: 10px;
        border-radius: 4px;
        font-size: 12px;
    }
    .notsession.a{
        background-color: black;
        color: white;
    }
    .notsession:hover{
        transition: 0.2s;
        background-color: #a7bdf6;
    }
    /* الصفحة العلوية والخيارات*/
    header{
        top: 0;
        display: flex;
        z-index: 3;
        width: 100%;
        height: 50px;
        border-radius: 2px;
        transition: 0.7s;
        position: fixed;
    }
    .nxt-index{
        text-align: center;
    }
    
    .nxt-index button{
        width: 50%;
        background-color: #0120cebd;
        padding: 10px;
        font-size: 13px;
        border-radius: 4px;
        color:white;
        margin: 20px;
    }
    .nxt-index button:hover{
        background-color: #6275e5bd;
        transition: 0.3s;
    }
    header .ar{
        background-color: #ffffff;
        border-radius: 5px;
        padding: 4px;
        position: absolute;
        right: 5px;
        top: 10px;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    header .ar a{
    color: black;
    text-decoration: none;
    }
    header .header{
    padding: 15px;
    }
    header .header a{
        padding: 3px;
        font-size: 13px;
        color: white;
        text-decoration: none;
        margin-left: 30px;
        }
            header .header #top{
                transition: 0.2s;
                color: white;
                border-bottom-style: solid;
                border-color: white;
                border-width: 1px;
                border-radius: 1px;
                }
                header .header .block{
                    font-size: 13px;
                    color: black;
                    text-decoration: none;
                    margin-left: 10px;
                    padding: 5px;
                    border-radius: 5px;
                    background-color: white;
                    
                    }
                    header .header .block:hover{
                        color: blue;
                    }
                    header .header .wit{
                        font-size: 13px;
                        color: white;
                        text-decoration: none;
                        margin-left: 1px;
                        padding: 10px;
                        border-radius: 8px;
                        background-color: black;
                        
                        }  
                    header .header .wit:hover{
                        color: rgb(227, 12, 255);
                    }      
    header .header2{
        font-weight: bold;
        color: white;
        flex: 1;
        text-align: right;
        margin-right: 30px;
    }

    header .header2 img{
        width: 100px;
        height: 50px;
    }
    
    /*الواجهة الاساسية*/
    
    .fx.bak{
                    /* تحديد الخلفية المتدرجة */
                    background: linear-gradient(to bottom, rgb(3, 68, 247) 25%, white);
                    /* ضبط حجم الخلفية لتغطية كامل الصفحة */
                    height: 100vh;
                    margin: 0;
                    justify-content: center;
                    width: 100%;
                    overflow: hidden;
                    align-items: center;
                     /* الصورة في الوسط دون تكرار */  ;
                    color: black;
                    font-family: Arial, sans-serif;
        
    }
    .fx.bak::before {  
        content: '';  
        position: absolute;  
        top: 0;  
        left: 0;  
        right: 0;  
        bottom: 0;  
        background: rgba(0, 0, 0, 0); /* اللون الأسود مع 50% شفافية */  
        pointer-events: none; /* تسمح بالنقر على العناصر تحت هذه الطبقة */  
        z-index: 0; /* تأكد من أن هذه الطبقة فوق الصورة */  
    }
    
    .fx.bak .index{
        margin-bottom: 20px;
    }
    
    .fx.bak .index.text{
        position: absolute;
        z-index: 1;
        top: 25%;
        font-size: 13px;
        text-align: center;
    }
    .tosrs-hom{
        display: block;
    }
    .tosrs-hom .as{
    text-align: center;
    justify-content: center;
    }
    .tosrs-hom .as p{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .tosrs-hom .as h2{
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        font-size: 12px;
    }
    .tosrs-hom .as .img{
        margin-top: 150px;
        width: 110px;
        height: 110px;
        border-radius: 50%;
        overflow: hidden;
    }
    .tosrs-hom .as .img img{
        width: 110px;
        height: 110px;
        object-fit: cover;
    }
    
    .tosrs-hom .as .pc{
        width: 35px;
        height: 35px;
        border-radius: 50%;
        position: absolute;
        background-color: white;
        margin-top: 240px;
    }
    .tosrs-hom .as .pc img{
        width: 35px;
        height: 35px;
        object-fit: cover;
    }
    

        .tosrs-hom .asto #p{
            margin-top: 150px;
            color: blue;
            font-weight: bold;
        }
        
    
        .tosrs-hom .asto p{
            text-align: right;
            padding: 8px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        




    .fx.bak .index.text p{
        color: rgb(6, 0, 0);
        filter: drop-shadow(1px 1px 2px rgb(2, 67, 165));
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 12px;
        padding: 20px;
    }
.index.text.a img{
    margin-top: 100px;
    margin-left: 10%;
        width: 80%;
        height: 150px;
    }
    .index.text.a h1{
        text-align: center;
        background-color: rgb(0, 0, 255);
        border-radius: 10px;
        font-size: 13px;
        width: 75%;
        margin: 20px auto;
        color: rgb(255, 255, 255);
        font-weight: bold;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        padding: 15px;
    }
    .index.text.a p{
        text-align: right;
        width: 90%;
        margin-left: 8%;
        font-size: 13px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    .index.text.a .bor{
        border-radius: 50%;
        position: fixed;
        width: 250px;
        height: 250px;
    }
    .index.text.a .bor.a{
        z-index: -1;
        transform: scale(1.4);
        left: 0;
        background-color: #9008c596;
        margin-top: 1050px;
    }
    .index.text.a .bor.b{
        z-index: -1;
        top: 300%;
        right: 0;
        transform: scale(0.6);
        background-color: #1c1fb55d;
    }
    .index.text.a .bor.c{
        top: 60%;
        z-index: -1;
        right: 0;
        top: 500%;
        transform: scale(2);
        background-color: rgba(111, 97, 231, 0.349);
    }
    .fx.bak .index.text h1{
        filter: drop-shadow(1px 1px 12px rgb(7, 22, 0));
        justify-content: center;
        margin-top: 100px;
        display: flex;
        font-size: 45px;
    }
    .i {
        margin: 5px;
    }
    .i i{
        padding: 5px;
        font-size: 13px;
        color: #420248;
    }
    .i i:hover{
        color: #000000;
        transition: 0.2s;
        transform: scale(1.2);
    }


.index.dis.x {
        animation: fadeInOutssx 5s infinite;
        text-shadow: 0 0 10px blue; /* توهج باللون الأزرق */
}

.index.dis.xc {
    animation: fadeInOutssx 4s infinite;
    text-shadow: 0 0 10px blue; /* توهج باللون الأزرق */
}

.index.dis.x.x {
    animation: fadeInOutssx 3s initial;
    text-shadow: 0 0 10px blue; /* توهج باللون الأزرق */
}

.index.dis.x.z {
    animation: fadeInOutssx 9s initial;
    text-shadow: 0 0 10px blue; /* توهج باللون الأزرق */
}

.index.dis.x:nth-child(1) { animation-delay: 1s; }
.index.dis.xc:nth-child(2) { animation-delay: 9s; }
.index.dis.xc.z:nth-child(3) { animation-delay: 0.2s; }
.index.dis.xc.d:nth-child(4) { animation-delay: 0.3s; }
.index.dis.x.x:nth-child(5) { animation-delay: 0.4s; }
.index.dis.x.z:nth-child(6) { animation-delay: 0.5s; }


@keyframes fadeInOutssx {
    0%, 100% { opacity: 0; transform: translateY(10px); }
    50% { opacity: 1; transform: translateY(0); }
}





    .index.dis.x {  
            width: 85%;
            left: 10%;
            position: absolute;
            top: 40%;
            height: 300px;
            background-color: #ffffff;
            border: 3px solid #00000000;
            border-radius: 10% 90% 40% 30% / 70% 70% 70% 70%; /* حواف غير منتظمة */
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* إضافة تأثير الظل */  
    }  
    
    .index.dis.xc{ 
        font-weight: bold; 
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        width: 20%;
        text-align: center;
        left: 20%;
        position: absolute;
        top: 20%;
        height: 30px;
        background-color: #ffffff;
        border: 3px solid #00000000;
        border-radius: 10% 90% 40% 30% / 70% 70% 70% 70%; /* حواف غير منتظمة */
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* إضافة تأثير الظل */  
}  
.index.dis.xc.z{
    top: 15%;
    width: 40%;
    height: 100px;
    left: auto;
    right: 2%;
}

.index.dis.xc.d{
    top: 0%;
    background-color: #ffffff87;
    width: 50%;
    height: 100px;
    left: 0;
    right: 10%;
}
.index.dis.x.x{  
    width: 95%;
    padding: 0px;
    left: 10px;
    position: absolute;
    top: 30%;
    height: 450px;
    background-color: #ffffff;
    border: 3px solid #00000000;
    border-radius: 10% 90% 40% 30% / 70% 70% 70% 70%; /* حواف غير منتظمة */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* إضافة تأثير الظل */  
}  


.index.dis.x.z{  
    width: 20%;
    left: 75%;
    position: absolute;
    top: 90%;
    height: 100px;
    background-color: #ffffff;
    border: 3px solid #00000000;
    border-radius: 10% 90% 40% 30% / 70% 70% 70% 70%; /* حواف غير منتظمة */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* إضافة تأثير الظل */  
}

    .index.dis.x::before {  
        content: '';  
        position: absolute;  
        top: 0;  
        left: 0;  
        right: 0;  
        bottom: 0;  
         /* اللون الأسود مع 50% شفافية */  
        pointer-events: none; /* تسمح بالنقر على العناصر تحت هذه الطبقة */  
        z-index: 0; /* تأكد من أن هذه الطبقة فوق الصورة */  
    }
    .ind{
    margin-top: 10px;
    text-align: center;
    }
    


/*خلفية متحركة*/

.slider {
    position: relative;
    max-width: 90%;
    margin: auto;
    overflow: hidden;
}

.slides {
    margin-top: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    
}

.slides img {
    width: 600px;
    height: 150px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 8px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 2s ease-in-out;
}

.dots {
    animation: slideinFromRight 0.7s ease;
    text-align: center;
    padding: 20px;
}

.dots span {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #3406ff;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dots .active {
    background-color: rgb(32, 0, 105);
    transition: 0.6s;
    transform: scale(1.3);
}

.active-slide {
    opacity: 1 !important;
    position: relative !important;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: 28px;
    color: white;
    font-weight: bold;
    font-size: 13px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}









    .ind .box p{
        font-size: 13px;
        color: blue;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
    }
    #colorbox{
        transition: 0.5s;
        
    }





  

    .ind .box{
      
        margin-bottom: 30px;
        display: block;
        border-radius: 8px;
        width: 80%;
        margin-left: 9%;
        margin-top: 80px;
        margin-bottom: 80px;
        min-height: 200px;
        padding-top: 50px;
        padding-bottom: 50px;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 13px;
    }
    
    .visiblxxxe {
        opacity: 1;
        transform: translateX(0);
      }
    
    .ind .box:hover{
        color: #00178c;
        transition: 0.3s;
    }
    .ind .box i{
        display: block;
        font-size: 70px;
        margin-bottom: 20px;
        color: #0004ff;
    }

    .ind .box img{
        margin: 30px auto;
        display: block;
        width: 30%;
    }
    
    .fx.cn{
        justify-content: center;
    }
    .fx .txt{
        margin-top: 40px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        /* تحديد الخلفية المتدرجة */
background: linear-gradient(to bottom, white 25%, rgb(66, 20, 196));
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.541);
        border-width: 1px;
        border-radius: 7px;
        padding: 10px;
        width: 70%;
        margin-left: 12%;
        padding-bottom: 30px;
    }
    
    .fx .txt p{
        text-align: right;
        font-size: 13px;
        color: rgb(0, 0, 0);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin: 10px;
        font-weight: bold;
    }
    .fx .txt i{
        color: green;
        font-size: 13px;
    }
    .fx .txt #p{
        color: blue;
        text-align: center;
        font-size: 13px;
    }
    .ind .box-a{
        box-shadow: 1px 1px 10px blue;
        width: 80%;
        margin: 120px auto 60px ;
        padding: 30px 10px 60px;
        font-size: 12px;
        border-radius: 8px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    
    .ind .box-a p{
        color: blue;
        font-weight:bold;
        font-size: 12px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .fx.f2 .index.text{
        margin-top: 100px;
        text-align: right;
        width: 100%;
        font-size: 13px;
    }
    .fx.f2 .index.dis img{
        width: 30%;
        margin: 1%;
        float: right;
        border-radius: 9px;
    }
    .fx.f2 .index.dis{
        margin-top: 10px;
        width: 100%;
    }
    .buttonnwe{
        margin-top: 70px;
        margin-bottom: 70px;
        text-align: center;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 13px;
    }
    .buttonnwe .img{
        display: inline-block;
        width: 30%;
        border-radius: 6px;
        transform: scale(1.0);
        z-index: 1;
        margin-top: 30px;
    }
    .buttonnwe .img.x{
        transform: scale(0.8);
        margin: -15px;
    }
    .buttonnwe .img img{
        width: 100%;
        max-height: 550px;
    
    }

    .sthmr{
        text-align: center;
    }
    .sthmr img{
        width:100%;
        display: block;
    }
    .sthmr p{
        text-align: right;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .sthmr #p{
        padding: 5px;
        margin: 5px;
        border-radius: 10px;
        background-color: teal;
        color: white;
        display: inline;
    }
    .buttonnwe button{
        width: 70%;
        padding: 20px;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        border-radius: 5px;
        background-color: #00026b;
        color: white;
    }
    
    .buttonnwe button:hover{
        background-color: #3235cc;
        transition: 0.4s;
    }
    .buttonnwe #blok{
        margin-top: 40px;
        background-color: #000;
    }
    .bot{
/* تحديد الخلفية المتدرجة */
background: linear-gradient(to bottom, white 25%, rgb(66, 20, 196));
/* ضبط حجم الخلفية لتغطية كامل الصفحة */
height: 60vh;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
color: black;
font-family: Arial, sans-serif;
    }
    
    .bot i{
        font-size: 13px;
        color: black;
        padding: 5px;
        
    }

    
    .bot i:hover{
        transform: scale(1.2);
        transition: 0.3s;
        color: rgb(255, 95, 2);
    }
    
    .bot .i{
        text-align: center;
        width: 50%;
        margin-top: 250px;
    }
    
    .bot .gmail{
        margin-top: 100px;
        font-size: 13px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        text-align: right;
        margin-right: 1px;
        
        
    }
    
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*انشاء حساب جديد في الموقع*/
    
    .bak.open{
        display: flex;
        overflow-x: hidden;
        width: 100%;
        height: 100%;
        background-color: rgb(255, 255, 255);
    }
    .bak.open .i{
        text-align: center;
    }
    .bak.open .i i{
        color: #000000;
        padding: 5px;
        font-size: 30px;
    }
    .bak.open .i i:hover{
        color: #00026b;
    }
    .open.nwe{
        overflow-x: hidden;
        width: 100%;
    }
    .open.nwe h2{
        font-family:'Courier New', Courier, monospace;
        font-weight: bold;
        color: rgb(57, 57, 240);
        text-align: center;
        display: block;
    }
    .bak.open .logo{
        filter: drop-shadow(2px 2px 2px rgb(0, 0, 0));
        position: relative;
        transform: scale(1.2);
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    
    .bak.open .logo .wi{
        display: inline;
    }
    
    .open.nwe .box{
    justify-content: center;
    background-color: white;
    text-align: center;
    width: 90%;
    margin: 30px auto;
    }
    .open.nwe .box label{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .open.nwe .box select{
        width: 90%;
        padding: 10px;
        border-style: solid;
        border-color: #0b178a6c;
        border-width: 2px;
        border-radius: 7px;
        text-align: center;
        font-size: 13px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .open.nwe .box h2{
        text-align: right;
    }
    .open.nwe .box input{
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
        width: 90%;
        margin-top: 10px;
        font-size: 13px;
        text-align: right;
        border:none;
        border-style: solid;
        border-color: #0000003f;
        border-radius: 8px;
        border-width: 2px;
        padding: 10px;
        transition: 0.8s;
    }
    .open .options {
        display: flex;
        justify-content: space-between;
        
        margin-bottom: 20px;
    }
    .open .option {
        text-align: right;
        flex: 1;
        margin: 0 5px;
    }
    .open .option input[type="radio"] {
        display: none;
    }
    .open .option label {
        
        display: block;
        padding: 10px;
        background-color: #f9f9f9;
        border-radius: 4px;
        border: 2px solid #ddd;
        cursor: pointer;
        text-align: center;
        transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    }
    
    .open .option input[type="radio"]:checked + label {
        background-color: #007bff;
        color: #fff;
        border-color: #007bff;
}
    
.open .option label:hover {
        background-color: #e9e9e9;
    }
    .open.nwe .box input:focus{
        outline: none;
        border-style: solid;
        border-color: #0827af99;
        border-bottom-style: solid;
        border-bottom-color: #002fff;
        border-width: 2px;
    }
    
    .open.nwe .box p{
        text-align: right;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    
    .open.nwe .box button{
        font-size: 13px;
        background-color: blue;
        color: white;
        padding: 15px;
        border-radius: 9px;
        border: none;
        width: 80%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    
    .open.nwe .box button:hover{
        background-color: #3a5cf0;
        transform: scale(1.1);
        transition: 0.2s;
    }
    
    .open.nwe .box .a{
        text-align: right;
    }
    .open.nwe .box .a a{
        display: block;
        text-decoration: none;
        margin-bottom: 5px;
        color: #000000;
        font-size: 13px;
    }
    
    .open.nwe .cod{
        display: block;
    }
    
    .open.nwe .cod button{
        position: absolute;
        width: 30%;
        left: 5%;
        margin-top: 10px;
        font-size: 13px;
        background-color: #011e77;
        border-radius: 5px;
        border-width: 2px;
        padding: 10px;
        color: rgb(255, 255, 255);
    }
    .open.nwe .cod button:hover{
        opacity: 0.8;
        transform: scale(1);

    }
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*سجل الدخول الي الموقع*/
    
    .hi.bak{
        display: flex;
        width: 100%;
        height: 100%;
        background-color: rgb(231, 231, 231);
        justify-content: center;
        overflow: hidden;
    }
    .mon .box .bak .sd{
        margin: 20px;
        font-size: 12px;
        font-weight: bold;
        color: white;
        font-family:Verdana, Geneva, Tahoma, sans-serif;
    }
    
    .hi.new .bor{
        border-radius: 50%;
        width: 50px;
        height: 50px;
        position: fixed;
    }
    .hi.new .bor.a{
        z-index: -1;
        top: 0;
        left: 0;
        transform: scale(4);
        background-color: #9191b4c5;
    }
    .hi.new .bor.b{
        z-index: -1;
        
        top: 30%;
        right: 0;
        transform: scale(3);
        background-color: #ababbea4;
    }
    .hi.new .bor.c{
        top: 60%;
        z-index: -1;
        right: 25%;
        
        transform: scale(4);
        background-color: rgba(135, 127, 206, 0.699);
    }
    .index.text.a .bor.d{
        top: 100%;
        z-index: -1;
        right: 0;
        top: 1000%;
        
        transform: scale(2.1);
        background-color: rgba(174, 166, 250, 0.349);
    }
    .hi.new .box{
    background-color: #ffffff;
    text-align: center;
    border-radius: 10px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0%;
    padding: 10px;
    }
    
    
    .hi.new .box input{
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
        width: 90%;
        margin-top: 10px;
        font-size: 13px;
        text-align: left;
        border:none;
        border-style: solid;
        border-color: #0000003f;
        border-radius: 8px;
        border-width: 2px;
        padding: 15px;
        transition: 0.8s;
        outline: none;
        border: none;
        background-color: #0359f83f;
    }
    
    .hi.new p{
        color: red;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .hi.new .box input:focus{
        outline: none;
        border: none;
        border-color: #00000000;
    }
    
    
    .hi.new .box button{
        margin-top: 20px;
        background-color: #009b86;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        color: white;
        padding: 15px;
        width: 70%;
        border-radius: 10px;
        font-size: 12px;
    }
    
    .hi.new .box button:hover{
        background-color: #2e7c72;
        transition: 0.6s;
    }
    
    .hi.new .box a{
        text-align: right;
        font-weight: bold;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        display: block;
        color: #002fff;
        margin-top: 20px;
        margin-bottom: 5px;
    }
    
    
    .hi.new .box .a a{
        text-align: left;
    }
    
    
    
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*الصفحة الرئيسة للمستخدم*/
    
    
    /*الصفحة الرئيسة للمستخدم*/
    
    
    /*الشؤيط العلوي للقوائم*/
    .header-fuser{
        z-index: 2;
        top: 0;
        padding: 1px;
        display: flex;
        position: fixed;
        height: 60px;
        width: 100%;
        background-color: #00026b;
    }
    
    /*صورة الحساب */
    .a-fuser{
        border-radius: 50%;
        width: 60px;
        height: 60px;
        overflow: hidden;
        margin-right: 2px;
        border-style: solid;
        border-color: rgb(0, 0, 0);
        border-width: 1px;
        cursor: pointer;
    }
    .a-fuser img{
        width: 60px;
        height: 60px;
        object-fit: cover;
    }
    /*شعار الموقع*/
    .a-fuser2{
        font-weight: bold;
        font-family: 'Courier New', Courier, monospace;
        color: white;
        margin: 0px;
        padding: 10px;
        flex: 1;
        text-align: center;
    }
        .a-fuser2 a{
            text-decoration: none;
        }
        .a-fuser2.x{
            text-align: right;
        }

    .a-fuser2 img{
        width: 120px;
        height: 50px;
    }
/*كود تسجيل الدخول*/
.header-fuser .atop .onf.x button{
    background-color: red;
    color: white;
    padding: 10px;
    border-radius: 8px;
    font-size: 13px;
    position: absolute;
    top: 10px;
    left: 5px;
}
.header-fuser .atop .onf.x #button{
    background-color: rgb(14, 105, 2);
    color: white;
    padding: 10px;
    border-radius: 8px;
    font-size: 13px;
    position: absolute;
    top: 10px;
    left: 5px;
}



.header-fuser .atop .opee{
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
}
.header-fuser .atop .opee h2{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.header-fuser .atop .opee button{
    background-color: rgb(26, 23, 182);
    color: white;
    padding: 10px;
    font-weight: bold;
    font-size: 13px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border-radius: 8px;
    width: 90%;
}
.header-fuser .atop .opee button:hover{
    background-color: rgb(89, 80, 212);
}
.header-fuser .atop .opee #button{
    background-color: rgb(199, 199, 202);
    color: black;
}
.header-fuser .atop .opee #button:hover{
    background-color: rgb(207, 207, 230) ;
}
.header-fuser .atop .opee b{
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Courier New', Courier, monospace;
}
.header-fuser .atop  .log-opee{
    text-align: center;
    font-size: 28px;
    color: rgb(29, 3, 224);
    display: block;
    padding: 5px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: bold;
    margin: 10px auto;
    border-radius: 6px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}











    /*كود القائمة*/
    .disnone.list{
        margin-left: 10px;
        cursor: pointer;
        color: white;
        padding: 5px;
        font-size: 40px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0);
        border-radius: 8px;
    }
    .atop{
        position: fixed;
        opacity: none;
        outline: none;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 0px;
        background-color: #ffffff;
        z-index: 1;
        padding-top: 100px;
        overflow-x: hidden;
        transition: all 0.2s;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        border-style: solid;
        border-color: black;
        border-width: 1px;
        border-radius: 8px;
    }
    .atop p{
        font-weight: bold;
        padding: 5px;
        background-color: rgba(5, 51, 51, 0.219);
        border-radius: 3px;
        text-align: right;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    /*اخفاء في الهاتف*/
    .a-fuser-pc{
        display: none;
    }
    .a-fuser-p2{
        position: absolute;
        right: 42px;
        top: 41px;
        width: 27px;
        height: 27px;
        overflow: hidden;
        border-radius: 50%;
        background-color: #00026b;
    }
    .a-fuser-p2  img{
        width: 100%;
        height: 100%;
    }
    .atop a i{  
        position: absolute;
        left: 10%; 
        transform: scale(1.3);
        color: blue;
    }  
    .atop a i:hover{
        transition: transform 0.3s ease; /* إعداد التحويل */ 
        transform: scale(1.5);
    }
    .atop .closebth{
        color: rgb(85, 3, 218);
        position: absolute;
        top: 25px;
        right: 25px;
        font-size: 30px;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        cursor: pointer;
    }
    
    .atop .closebth:hover{
        color: red;
        transform: scale(1.1);
        transition: 0.4s;
    }
    
    
    
    .atop a{
        border:none;
        border-top-style: solid;
        border-top-color: white;
        border-color: white;
        border-bottom-style: solid;
        border-bottom-color: rgba(0, 0, 0, 0.384);
        width: 100%;
        border-width: 1px;
        text-align: center;
        text-decoration: none;
        padding-top: 5%;
        padding-bottom: 5px;
        font-size: 12px;
        font-weight: bold;
        color: black;
        display: block;
    }
    
    .atop a:hover{
        transition: 0.6s;
        text-align: center;
        text-decoration: none;
        border: none;
        border-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-color: white;
    color: white;
    background-color: rgb(104, 104, 253);
    display: block;
    }
    
    .atop  .on , .atop .on i {
        animation:  fadex 0.7s
        infinite alternate;
    }
    
    @keyframes fadex{
    0%{
        background-color: #ececec;
    
    }
    100%{
        background-color: #018362;
        color: white;
    }
    }
    
    
    #a{
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        text-decoration: none;
    font-size: 13px;
    color: white;
    background-color: navy;
    display: block;
    }
    #a i{
        color: white;
    }
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*الصفحة الرئيسية للمستخدم*/

    .hom #name{
        text-align: right;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .hom .box-post{
        text-align: center;
        display: inline;
        background-color: white;
        margin: 0px;
        
    }




    /* تصميم النافذة المصغرة */
.boox-post-user.popup-form {
    width: 85%;
    max-width: 450px;
    max-height: 80%;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;
    overflow-y: auto;
    overflow-x: hidden; /* إخفاء التمرير الأفقي */
}

/* تحسين شريط التمرير */
.boox-post-user.popup-form::-webkit-scrollbar {
    width: 8px;
}

.boox-post-user.popup-form::-webkit-scrollbar-thumb {
    background-color: #2196F3;
    border-radius: 10px;
}

.boox-post-user.popup-title {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.boox-post-user textarea {
    width: 95%;
    margin:20px auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: right; /* محاذاة النص لليمين */
    resize: none; /* منع تغيير حجم الحقل */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.boox-post-user textarea:focus {
    outline: none;
    border-color: #2196F3; /* اللون الأزرق عند التركيز */
}

.boox-post-user.image-frame {
    width: 90%;
    max-width: 400px;
    height: 300px;
    margin: 0 auto 20px;
    border: 2px dashed #ccc;
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #f9f9f9;
    text-align: center;
}

.boox-post-user.image-frame img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.boox-post-user.image-placeholder {
    font-size: 1rem;
    color: #999;
}

.boox-post-user.remove-image {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    background: #f44336;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.boox-post-user.buttons {
    display: flex;
    justify-content: space-between;
}

.boox-post-user.buttons button {
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.boox-post-user.publish-btn {
    background: #4CAF50;
    color: #fff;
}

.boox-post-user.ignore-btn {
    background: #f44336;
    color: #fff;
}







    
    .boxs-users{
        text-align: right;
        padding: 60px 15px 5px 15px;
        background-color: white;
        margin-top: 30px;
    }

    .boxs-users.x{
        background-color: rgba(255, 255, 255, 0.098);
        box-shadow: 1px 1px 10px rgba(41, 41, 214, 0.475);
        border-style: solid;
        border-color: navy;
        border-width: 1px;
        border-radius: 4px;
    }
    
    .boxs-users .bor .img{
        position: absolute;
        right: 10px;
        margin-top: -40px;
        width: 60px;
        height: 60px;
        overflow: hidden;
        border-radius: 50%;
    }
    .boxs-users .bor .img img{
        width: 60px;
        height: 60px;
        object-fit: cover;
    }

    .boxs-users .bor .pc{
        position: absolute;
        right: 50px;
        margin-top: 0px;
        width: 25px;
        height: 25px;
        overflow: hidden;
        border-radius: 50%;
        background-color: white;
    }
    .boxs-users .bor .pc img{
        width: 25px;
        transform: scale(0.9);
        height: 25px;
        object-fit: cover;
    }
    .boxs-users .bor .name{
        position: absolute;
        right: 80px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        margin-top: -30px;
    }
    .boxs-users .bor .name.time{
        margin-top: 0px;
        right: 70px;
        transform: scale(0.8);
    }


     
    .boox-coment-post{
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        height: 95%;
        border-radius: 7px;
        margin: 0 auto;
        padding: 10px;
        background-color: white;
    }
    .boox-coment-post .shsar{
        position: absolute;
        right: 30px;
        font-weight: bold;
        top: 15px;
    }
    .boox-coment-post .cr{
        margin: 30px auto;
        text-align: center;
 
    }
    .boox-coment-post .del button{
        background-color: red;
        color: white;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border-radius: 6px;
        padding: 10px;
    }
    .boox-coment-post .del #b{
        background-color: blue;
    }
    .boox-coment-post .del button:hover{
        opacity: 0.8;
        transition: 0.3s;
    }
    .boox-coment-post .ofhed{
        overflow-x: hidden;
        height: 70%;
    }
    .boox-coment-post .box{
        width: 90%;
        margin: 10px auto;
        background-color: white;
        padding: 10px;
        border-radius: 3px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.256);
        border-width: 1px;
    }
    .boox-coment-post .box.c{
        box-shadow: 1px 1px 10px blue;
        background-color: #91b4ff5b;
    }
    .boox-coment-post .box .bor{
        display: flex;
    }
    .boox-coment-post .box .bor .vi button{
        font-size: 15px;
        background-color: #00000000;
        margin: 5px;
    }
    .boox-coment-post  .box .sold{
        width: 0px;
        z-index: 1;
        height: 20px;
        border-style:outset;
        border-color: rgba(0, 0, 255, 0.546);
        border-width: 1px;
        border-radius: 8px;
        margin: 10px  0px 0px 0px;
    }
    .boox-coment-post .box .zz{
        margin-top: 10px;
        padding: 5px;
        border-radius: 5px;
        transform: scale(0.97);
        background-color: #d6d3d33b;
    }
    .boox-coment-post .box .bor .vi #p{
        color: #0612f6;
    }
    .boox-coment-post .box .bor .vi button:hover{
        color: #0612f6;
        transition: 0.2s;
    }
    .boox-coment-post .box .bor .img{

        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;

    }
    .boox-coment-post .box .bor .img img{
        width: 50px;
        height: 50px;
        object-fit: cover;
    }

    .boox-coment-post .box .bor .pc{
        flex: 1;
        justify-content: center;
        width: 25px;
        height: 25px;
        background-color: white;
        margin-top: -15px;
        border-radius: 50%;
        overflow: hidden;

    }
    .boox-coment-post .box .bor .pc img{
        transform: scale(0.9);
        width: 20px;
        height: 20px;
        object-fit: cover;
    }
    .boox-coment-post .box .bor .name{
        position: relative;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        flex: 1;
        justify-content: right;
        margin-right: 5px;
    }
    .boox-coment-post .box .bor .name.time{
        margin-top: 20px;
        flex: 1;
        justify-content: right;
        text-align: right;
    }
    .boox-coment-post .box .txt{
        margin-top: 10px;
        padding: 10px;
        text-align: right;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .boox-coment-post .comm textarea{
        width: 90%;
        padding: 5px;
        text-align: right;
        margin: 10px auto;
        border-radius: 6px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.468);
        border-width: 1px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        display: block;
        height: 5%;
    }
    .boox-coment-post .comm  button{
        border-radius: 7px;
        width: 100px;
        padding: 10px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        background-color: navy;

    }
    .boox-coment-post .comm #but{
        background-color: #00525e;
        color: rgb(255, 255, 255);
        box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.589);
    }















    .boxs-users .bor .username{
        position: absolute;
        left: 10px;
        color: #2000d2;
        margin-top: -40px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-weight: bold;
    }
    .boxs-users .txt{
        max-height: 300px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        margin-top: 60px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .boxs-users .txt:hover {
       background-color: #00000009;
      }
    
      .boxs-users .txt::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        padding: 25px;
        background: linear-gradient(to bottom, transparent, #80aff0);
        display: none;
      }
    

      .boxs-users .expanded {
        max-height: none;
      }
    
      .boxs-users .expanded::after {
        background: linear-gradient(to bottom, transparent);
      }
    
      .boxs-users .show-gradient::after {
        display: block;
      }
    
      .boxs-users button {
        padding: 10px 20px;
        color: #fff;
        background-color: #f3f9ff;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out;
      }
    
      .boxs-users  button:hover {
        background-color: #ffffff;
      }







    .boxs-users .txt a{
        display: block;
    }

    .boxs-users .png{
        width: 100%;
        text-align: center;
        margin: 60px auto;
        overflow: hidden;
    }
    .boxs-users .png img{
        max-width: 100%;
        max-height: 400px;
    }

    .boxs-users .vod{
        width: 90%;
        text-align: center;
        margin: 60px auto;
        overflow: hidden;
    }
    .boxs-users .vod video{
        max-width: 100%;
        max-height: 400px;
    }

    .boxs-users .cv {
        margin-top: 30px;
        position: absolute;
        display: flex;
        left: 4%;
    }
    .boxs-users .cv button{
        background-color: #00000000;
        margin: 20px;
        font-size: 25px;
    }
    .boxs-users .cv .block{
        color: red;
        margin: 10px;
    }
    .boxs-users .cv .share{
        color: blue;
        margin: 10px;
    }

    .boxs-users .cv .block:hover , .boxs-users .cv .share:hover{
        transform: scale(1.4);
        transition: 0.3s;
    }

    .boxs-users .fod{
        width: 100%;
    }
    .boxs-users .fod button{
        margin: 20px;
        
        color: rgb(0, 0, 0);
        padding: 5px;
        font-size: 20px;
        border-radius: 10px;
        
    }
    .boxs-users .fod button:hover{
        
        transition: 0.3s;
    }

    .boxs-users .fod .sda{
       width: 100%;
        margin: 10px;
        text-align: center;
        display: flex;
        justify-content: right;
        
    }
    .boxs-users .fod .sda button{
        font-family :'Courier New', Courier, monospace;
        display: inline-block;
    }
    .boxs-users .fod .sda .br{
        border-style: solid;
        border-color: #00000000;
        border-radius: 6px;

    }
    .boxs-users .fod .sda .br #p{
        color: blue;
    }






    .add-boox{
        margin: 30px;
    }
     .add-boox a,.add-boox button{
        text-decoration: none;
        color: rgb(255, 255, 255);
        background-color: #027c7c;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border-radius: 6px;
        padding: 10px;
        margin: 10px auto;
    }










    .hom .box-post i{
        font-size: 20px;
        color: rgb(136, 3, 231);
    }
    .hom .box-post button{
        font-size: 13px;
        text-align: center;
        box-shadow: 1px 1px 10px #00000025;
        margin: 10px;
        width: auto;
        border-radius: 6px;
        padding: 10px;
        background-color: white;
        display: flex;
        font-weight: bold;
    }
    .hom .box-post button:hover{
        transition: 0.6s;
        background-color: #02fff71b;
    }
    .boxs-users{
        background-color: white;
    }
    .hom .svg{
        display: flex;
        justify-content: center;

    }
    .hom .svg img{
        width: 60%;
        height: 60%;
    }
    .hom .ads .box{
    margin-top: 30px;
    border-style: solid;
    border-color: white;
    background-color: white;
    overflow: hidden;
    border-radius: 8px;
    width: 90%;
    margin-left: 3%;
    padding: 8px;
    text-align: center;
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    .hom .ads .box .des{
        width: 100%;
        background-color: red;
        font-weight: bold;
        font-family: 'Courier New', Courier, monospace;
        color: white;
        font-size: 13px;
        padding: 5px;
        position: relative;
        rotate: -20deg;
        margin-left: -40%;
    }
    
    .hom .ads .box h4{
        margin-top: -1px;
    }
    .hom .ads .box img{
        width: 90%;
        border-radius: 9px;
    }
    
    .hom .ads .box button{
        width: 90%;
        background-color: #020b33;
        font-size: 13px;
        border-radius: 4px;
        color: white;
        padding: 20px;
    }
    .hom .boox{
        text-align: right;
        font-size: 13px;
        margin-top: 50px;
        background-color: white;
        border-radius: 8px;
        width: 90%;
        margin-left: 4%;
        padding: 8px;
    }
    .hom .boox a{
        text-decoration: none;
        color: #000000;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .hom .boox .img{
        overflow: hidden;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.623);
        border-width: 1px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
    .hom .boox img{
        width: 60px;
        height: 60px;
        object-fit: cover;
    }
    .hom .boox .pc{
        margin-top: -25px;
        margin-left: 23px;
        position: absolute;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border-style: solid;
        border-width: 6px;
        border-color: white;
        transform: scale(0.7);
    }
    .hom .boox .pc img{
        width: 100%;
        height: 100%;
        transform: scale(1.5);
    }
    .bortop{
        margin-top: 30px;
        margin-bottom: 30px;
        border-style:dashed;
        width: 100%;
        margin-left: 0%;
        border-color: rgb(6, 49, 190);
        border-width: 1px;
    }
    .hom .boox .fx{
        justify-content: right;
        display: flex;
    }
    .hom .boox .fx p{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 13px; 
        margin-right: 10px;
    }
    .hom .boox .bul{
        display: inline;
        color: blue;
    }
    .money{
        display: block;
        text-align: left;
        margin-left: 20px;
        font-size: 30px;
        font-weight: bold;
    }
    .hom .boox button{
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
        background-color: rgb(41, 82, 145);
        color: white;
        font-size: 13px;
        width: 90%;
        margin-left: 5%;
        padding: 15px;
        border-radius: 4px;
    }
    
    .hom .boox button:hover{
        background-color: #4a5897;
    }
    .hom .boox #dle{
        background-color: red;
        color: white;
        padding: 15px;
    }
    .hom .bay .box{
        width: 90%;
        background-color: white;
        border-radius: 7px;
        text-align: center;
        padding-top: 5px;
        margin-top: 30px;
        padding-bottom: 20px;
    }
    .bay .box p{
        width: 90%;
        margin-left: 1%;
        text-align: right;
        color: black;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 13px;
    }
    .bay .box i{
        color: rgb(4, 131, 40);
        float: right;
        padding: 5px;
        transform: scale(1.7);
    }
    .bay .box #nu{
        float: none;
    }
    .bay .box h3{
        padding: 15px;
        justify-content: center;
        color: #009b3b;
        display: flex;
        transform: scale(1.4);
    }
    .bay .box .x{
        text-decoration: line-through;
        color: red;
        transform: scale(0.5);
    }
    .bay .box button{
        width: 70%;
        background-color: rgb(1, 141, 8);
        color: white;
        font-size: 12px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        padding: 10px;
        border-radius: 8px;
    }
    .bay .box button:hover{
        opacity: 0.7;
        transition: 0.2s;
    }
    .bay .box #button{
        width: 70%;
        margin-top: 15px;
        background-color: rgba(0, 25, 58, 0);
        color: black;
        font-size: 20px;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        padding: 10px;
        border-radius: 8px;
    }
    .bay .box #button:hover{
        background-color: #0084ff4f;
        transition: 0.2s;
    }
        /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*حساب المستخدم الشخصي*/
    
    .body.me .box{
        margin-top: -40px;
        margin-bottom: 100px;
        box-shadow: 1px 1px 5px black;
        background-color: white;
        width: 100%;
        text-align: center;
        border-radius: 8px;
        padding-bottom: 20px;
        
    }
    .body.me .box .opc{
        display: flex;
        justify-content: center;
        margin-top: 30px;
        
    }
    .body.me .box .opc p{
        text-align: right;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        color: blue;
        font-weight: bold;
        font-size: 13px;
    }
    .body.me .box .opc img{
        width: 25px;
        margin-top: 11px;
        height: 25px;
        display: inline;
    }

    .body.me .box .img{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border-style: solid;
        border-color: white;
        border-width: 6px;
        position:absolute;
        margin-top: 50px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        overflow: hidden;
    }
    .body.me .box .img img{
        width: 100px;
        object-fit: cover;
        height: 100px;
        
    }
    .body.me .box  .pc{
        width: 25px;
        height: 25px;
        position: absolute;
        margin-top: 130px;
        margin-left: 65px;
        border-radius: 50%;
        border-color: rgb(255, 255, 255);
        border-style: solid;
        border-width: 4px;
    }
    .body.me .box  .pc img{
        transform: scale(1.4);
        width: 100%;
        height: 100%;
    }
    .body.me .box .bor{
        background-color: #010053;
        width: 100%;
        height: 130px;
        border-radius: 8px;
        margin-bottom: 60px;
    }

    .body.me .box .afd{
        background-color: rgb(252, 33, 33);
        color: white;
        padding: 6px;
        display: inline;
        position: absolute;
        border-radius: 7px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.body.me .box .afd.e{
    background-color: rgb(0, 126, 0);
}
.body.me .box .afd.x{
    background-color: #cf2d05;
}
    .body.me .box .edd{
        position: absolute;
        margin-top: 130px;
        margin-left: 15px;
        background-color: white;
        border-radius: 6px;
        padding: 5px;
    }
    
    .body.me .box .ax{
        position: absolute;
        text-align: center;
        margin-left: 40%;
        transform: scale(0.8);
        margin-top: -150px;
        color: white;
    }
    
    .body.me .box .ax a{
        color: #f8fc00;
        text-decoration: none;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    
    
    
    .body.me .box h2{
        text-align: right;
        transform: scale(0.9);
    }
    
    .body.me .box p{
        text-align: right;
        margin-right: 5px;
        font-size: 12px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    .body.me .box textarea{
        text-align: right;
        margin: 0 auto 30px;
        width: 90%;
        display: block;
        font-size: 15px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border-style: solid;
        border-color: #0261fa5e;
        border-width: 2px;
        border-radius: 7px;
        padding: 12px;
    }
    .body.me .box textarea:focus{
        outline: none;
        border-color: #100db95e;
        transition: 0.2s;
    }
    .body.me .box input{
        text-align: right;
        width: 90%;
        margin: 0 auto 20px;
        display: block;
        font-size: 15px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border: none;
        border-style: solid;
        border-color: #0325b85e;
        border-radius: 6px;
        border-width: 2px;
        padding: 12px;
        transition: 0.3s;
    }
    .body.me .options {
        display: flex;
        width: 90%;
        justify-content: space-between;
        margin: 0 auto;
    }
    .body.me .option {
        text-align: right;
        flex: 1;
        margin: 0 5px;
    }
    .body.me .option input[type="radio"] {
        display: none;
    }
    .body.me .option label {
        margin: 0 auto 60px;
        display: block;
        padding: 10px;
        background-color: #f9f9f9;
        border-radius: 4px;
        border: 2px solid #ddd;
        cursor: pointer;
        text-align: center;
        transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    }
    
    .body.me .option input[type="radio"]:checked + label {
        background-color: #007bff;
        color: #fff;
        border-color: #007bff;
}
    
.body.me .option label:hover {
        background-color: #e9e9e9;
    }
    .body.me .box input:focus{
        outline: none;
        border-style: solid;
        border-color: #0011ffa4;
        border-width: 2px;
    }
    
    .body.me .box .label label{
        display: block;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #000000;
        font-weight: bold;
    }
    .body.me .box .label select{
        border-style: solid;
        border-color: rgb(0, 81, 255);
        border-width: 2px;
        border-radius: 5px;
        font-size: 13px;
        text-align: center;
        display: block;
        width: 90%;
        margin: 0 auto 50px;
        padding: 15px;
        transition: 0.4s;
        
    }
    .body.me .box .label select:focus{
        outline: none;
        box-shadow: 1px 1px 14px blue;
    }
    .body.me .box .ds{
            display: flex;
    }
    .body.me .box .ds span{
        position: absolute;
        padding: 13px;
        margin: 0 auto 0 10px ;
        border-radius: 6px;
        background-color: rgb(2, 116, 15);
        color: white;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
    }
    .body.me .box .ds input{
        text-align: center;
    }
    .body.me .box button{
        display: block;
        width: 50%;
        margin-left: 25%;
        background-color: rgb(0, 74, 212);
        color: white;
        margin-top: 30px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin-bottom: 30px;
        border-radius: 8px;
        font-size: 13px;
        padding: 15px;
    }
    .body.me .box #v{
        margin-bottom: 150px;
        background-color:#030a4d;
        border-style: solid;
        border-color: black;
        color: white;
        border-width: 2px;
    }
    .body.me .box #v:hover{
        background-color: #00000025;
        color: black;
    }
    .body.me .box button:hover{
        transition: 0.2s;
        background-color: #696cff;
    }
    .body.me .pcs{
        display: flex;
        justify-content: center;
    }
    .body.me  .pcs button{
        margin: 30px;
        width: fit-content;
        display: flex;
        padding: 0.8em 1.1em;
        gap: 0.4rem;
        border: none;
        font-weight: bold;
        border-radius: 10px;
        cursor: pointer;
        text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
        background: linear-gradient(
            15deg,
            #8eecdd,
            #13c270,
            #3800a0,
            #3db0de,
            #1e8c9b,
            #3ddeae,
            #9f3fcc,
            #fb8fff,
            #ffd04f
        )
        no-repeat;
        background-size: 300%;
        background-position: left center;
        transition: background 0.3s ease;
        color: #fff;
    }
    
    
    .body.me  .pcs button:hover {
    background-size: 320%;
    background-position: right center;
    }
    
    .body.me .box a{
        color: #011c94;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: right;
    }
    .body.me .tls{
        text-align: center;
        margin-top: 180px;
        margin-bottom: 160px;
    }
    .body.me .tls .txt{
        font-size: 13px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-weight: bold;
        margin: 20px;
    }
    .body.me .tls .of{
        color: #3e51fd;
        font-size: 13px;
    }
    .body.me .tls button{
        background-color: #046b00;
    }
    .body.me .tls button:hover{
        background-color: #7ae23d;
    }
        /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /* المشاريع علي الموقع الشخصي*/
    .enxt .img-sh-post{
        width: 70%;
        }
    .sh{
        text-align: center;
        width: 90%;
        margin-left: 5%;
        color: rgb(0, 97, 24);
        font-size: 13px;
    }
    .sh .dsappc ,.sh-top.x .dsappc{
        background-color: #000000;
        color: #fff;
        border-radius: 8px;
        text-align: right;
        padding: 15px;
    }
    .sh .dsappc p,.sh-top.x .dsappc p{
        text-align: center;
    }

    .sh .dsappc a ,.sh-top.x .dsappc a  {
        padding: 5px;
        margin: 15px auto;
        border-radius: 3px;
        display: inline-block;
        width: 50%;
        background-color: rgb(169, 0, 192);
        color: #ffffff;
        text-decoration: none;
    }
    .sh-top.x .dsappc button{
        padding: 5px;
        margin: 0% 0%;
        border-radius: 3px;
        width: 50%;

        background-color: #ffec216b;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none; 
    }
    .sh-top .bitton{
        padding: 10px 20px;  
        margin: 10px;  
        cursor: pointer;  
        border: none;  
        border-radius: 5px;  
        background-color: #4CAF50; /* لون الزر */  
        color: white; /* لون النص */  
        font-size: 12px;  
    }
    .sh-top .active {  
        display: block; /* عرض المحتوى للزر النشط */  
    }
            /* نمط لمحتوى الأزرار (مخفي بشكل افتراضي) */  
    .sh-top .content{  
                display: none; /* إخفاء المحتوى عند بداية التحميل */  
            } 
    .sh-top .tools{
        text-align: center;
    }
    .sh-top .tools button{
        width: 30%;
        padding: 15px;
        border-radius: 3px;
        border-width: 1px;
        font-size: 12px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .sh-top .box-por{
        margin-top: 30px;
        margin-bottom: 20px;
        width: 90%;
        background-color: white;
        border-radius: 7px;
        margin-left: 4%;
        padding: 10px;
        text-align: right;
    }
    .sh-top .box-por .fx{
        justify-content: right;
        display: flex;
    }
    .sh-top .box-por .fx p{
        font-size: 12px;
        margin-right: 5px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    } .sh-top  .box-por a{
        text-decoration: none;
        color: #000000;
    } .sh-top  .box-por .pc{
        position: absolute;
        width: 18px;
        height: 18px;
        border-width: 4px;
        border-style: solid;
        border-color: white;
        border-radius: 50%;
        margin-top: 30px;
        margin-right: -5px;
    }
    .sh-top  .box-por .pc img{
        width: 100%;
        height: 100%;
        transform: scale(1.4);
    }
    .sh-top .box-por .img{
        overflow: hidden;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border-style: solid;
        border-width: 2px;
    }
    .sh-top .box-por .img img{
        width: 100%;
        height: 100%;
    }
    .sh-top .box-por b{
        font-size: 13px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .sh-top .box-por .img-1{
        margin-top: 20px;
        width: 100%;
    }
    .sh-top .box-por .img-1 img{
        border-radius: 5px;
        width: 100%;
    }
    .sh-top .box-por p{
        font-size: 13px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .sh-top .box-por .text{
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .sh-top .box-por .text .co{
        margin-bottom: 20px;
        color: blue;
        font-size: 13px;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .sh-top .box-por .text p{
        text-align: center;
    }
    .sh-top .box-por .mon{
        display: flex;
        justify-content: center;
        font-size: 13px;
        color: #007531;
        font-weight: bold;
        transform: scale(1.2);
    }
    .sh-top .box-por .mon .dis{
        color: red;
        transform: scale(.9);
        text-decoration:line-through;
        padding: 5px;
    }
    .sh-top .box-por button{
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 10%;
        background-color: #002fff;
        color: white;
        font-size: 13px;
        width: 80%;
        padding: 10px;
    }
    .sh-top .box-por button:hover{
        transition: 0.3s;
        background-color: #2a4ef0;
    }
    .sh-top .username{
        position: absolute;
        left: 5%;
    }
    .sh-top .star{
        color: gold;
        filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
        font-size: 25px;
    }
    .sh-top .star .block{
        display: inline;
        color: rgb(255, 255, 255);
    }
    .sh-top #bp{
        background-color: #0004ff;
        padding: 8px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 13px;
        margin: 10px;
        color: white;
        border-radius: 4px;
        text-align: center;
    }
    .sh-top .bp{
            
            position: fixed;
            bottom: 10px;
            left: 10px;
    }
    .sh-top.x{
        text-align: center;
    }
    .sh-top.x .sh-data{
        text-align: right;
        margin: 10px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .sh-top.x .sh-data button{
        
        font-size: 13px;
        border-radius: 5px;
        background-color: greenyellow;
        padding: 10px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .sh-top.x .sh-data button:hover{
    background-color: rgb(215, 245, 161);
    transition: 0.3s;
    }
    .sh-top.x .enxt{
        margin: 30px;
        text-align: center;
        font-weight: bold;
        font-size: 30px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .sh-top.x .enxt p{
        color: purple;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    .sh-top.x .enxt button{
        font-weight: bold;
        font-size:18px;
        border-radius: 7px;
        padding: 10px;
        background-color: #3234c7;
        color: rgb(255, 255, 255);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin: 10px;
    }
    .sh-top.x .enxt #button{
        color: rgb(0, 0, 0);
    }
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*  الرصيد والسحب من الموقع*/
    
    .mon{
        text-align: center;
    }
    .mon .massg .mass{
        width: 90%;
        margin-left: 5%;
        padding: 5px;
        margin-bottom: 10px;
        background-color: #00026bbb;
        color: white;
        border-radius: 6px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: right;
    }
    .mon .massg .mass.r{
        background-color: #ff0000be;
    }
    .mon .massg .mass button{
        background-color: #ffffff;
        color: rgb(0, 0, 0);
        position: relative;
        padding: 5px;
        margin-right: 10%;
        width: 80%;
        
        border-radius: 3px;
        left: 10px;
    }
    .mon .massg .mass button:hover{
        background-color: #fcff67;
        transition: 0.3s;
    }
    .mass-top #nonebode{
        width: 50%;
        margin-left: 25%;
        border-radius: 8px;
        padding: 10px;
        display: block;
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 20px;
        background-color: #f0f2f5;
        color: blue;
        border-style: solid;
        border-color: blue;
        }
        .mass-top .cnx{
            display: flex;
        justify-content: center;
        text-align: center;
        }
        .mass-top .pro{
            width: 200px;
            height: 200px;
            overflow: hidden;
            border-radius: 50%;
            border-width: 4px;
        }
        .mass-top .inps{
            background-color: white;
            color: black;
            border-style: solid;
            border-color: black;
            border-width: 1px;
        }
        .mass-top .pro img{
            width: 200px;
            height: 200px;
            object-fit: cover;
        }
        .mass-top.x .pcx{
            position: absolute;
            margin-left: 55%;
            margin-top: -110px;
            width: 60px;
            height: 60px;
            background-color: white;
            border-radius: 50%;
        }
        .mass-top.x .g{
            color: green;
            display: inline;
        }
        .mass-top.x .g.b{
            color: blue;
            font-weight: bold;
        }
        .mass-top.x .pcx img{
        width: 100%;
        height: 100%;
        transform: scale(1);
        }
        .mass-top #nonebode:hover{
            transition: 0.4s;
            background-color: #7174f5;
            color: white;
        }
    .mon .bak{
        font-size: 13px;
        display: inline-block;
        font-weight: bold;
        width: 47%;
        margin-left: 0%;
        border-radius: 7px;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: green;
        margin-top: 7px;
        margin-bottom: 7px;
        color: white;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    .mon .bak.b{
        color: #ffffff;
        background-color: rgb(1, 5, 240);
    }
    .mon button{
        margin-top: 20px;
        margin-bottom: 4px;
        background-color: #009b3b;
        border-radius: 8px;
        color: white;
        font-size: 13px;
        padding: 15px;
        width: 80%;
    }
    .mon #boi{
        margin-top: 20px;
        margin-bottom: 4px;
        background-color: #ffffff;
        border-radius: 8px;
        color: black;
        font-size: 13px;
        padding: 15px;
        
    }
    .mon .toos{
        position: absolute;
        top: 40px;
        left: 0px;
        min-height: 100%;
        min-width: 100%;
        background-color: #ffffff;
        padding-top: 100px;
        padding-bottom: 50px;
        overflow: hidden;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-weight: bold;
        text-align: center;
        z-index: 1;
        margin: 0 auto;
    }
    .mon .toos .boo1{
        margin-left: 200px;
        z-index: -1;
        position: fixed;
        width: 300px;
        height: 300px;
        background-color: #001aff3a;
        border-radius: 50%;
        box-shadow: 1px 1px 10px rgba(0, 0, 255, 0.541);
    }
    .mon .toos .boo2{
        margin-top: 150px;
        z-index: -1;
        position: fixed;
        width: 300px;
        height: 300px;
        background-color: #001aff3b;
        border-radius: 50%;
        box-shadow: 1px 1px 10px rgba(0, 0, 255, 0.541);
    }
    .mon .toos h1{
        color: rgb(18, 255, 57);
        filter: drop-shadow(1px 1px 2px rgb(0, 0, 0));
    }
    .mon .toos .er{
        color: red;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .mon .toos .closebth{
        transform: scale(1.3);
        top: 50px;
        color: #002fff;
        position: absolute;
        right: 0;
        margin-right: 25px;
        margin-top: 25px;
    }
    .mon .toos .closebth:hover{
        transition: 0.3s;
        color: #000c75;
        transform: scale(1.4);
        cursor: pointer;
    }
    .mon .toos .input-container {
        position: relative;
        margin-bottom: 20px;
    }
    .mon .toos .icon {
        position: absolute;
        left: 60px;
        font-weight: bold;
        top: 50%;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        transform: translateY(-50%);
        font-size: 13px;
        color: #000000;
        font-weight: bold;
    }
    .mon .toos input{
        width: 80%;
        font-size: 15px;
        padding: 15px;
        border:none;
        text-align: center;
        border-radius: 7px;
        border-bottom-style: solid;
        border-bottom-color: black;
        border-left-style: solid;
        border-left-color: rgb(77, 0, 184);
        border-top-style: solid;
        border-top-color: black;
    }
    .mon .toos #le{
        text-align: left;
    }
    .mon .toos input:focus{
        outline: none;
        border-radius: 7px;
        border-bottom-style: solid;
        border-bottom-color: rgb(18, 110, 163);
        border-left-style: solid;
        border-left-color: rgb(138, 255, 71);
        border-top-style: solid;
        border-top-color: rgb(4, 135, 158);
        box-shadow: 1px 1px 10px rgba(28, 28, 255, 0.845);
    }
    .mon .toos button{
        background-color: #2e3aa0;
        display: block;
        width: 80%;
        font-size: 15px;
        margin: 30px auto ;
        padding: 15px;
    }
    .mon #boottop{
        background-color: #0313aa;
        width: 80%;
        
    }
    .mon #boottop:hover{
        background-color: #4454e2;
    }
    .mon button:hover{
        transition: 0.2s;
        background-color: #01c44b;
    }
    

    .tut table{
        font-size: 12px;
        width: 100%;
        margin-left: 0%;
        background-color: white;
        border-style: solid;
        border-color: #000000c2;
        border-width: 1px;
        border-radius: 7px;
        padding: 2px;
    }
    .tut table th{
        background-color: #000c75;
        border-radius: 6px;
        color: white;
        padding: 5px;
    }
    .tut table tr .tr{
        position: absolute;
        top: 0;
    }
    .tut table td{
        
        padding: 6px;
    }
    .tut table #tr{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        background-color: rgba(255, 0, 0, 0.767);
        color: rgb(255, 255, 255);
        border-radius: 6px;
    }
    .tut table #t{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        background-color: rgba(102, 255, 0, 0.767);
        color: rgb(0, 0, 0);
        border-radius: 6px;
    }
                /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*  طلباتي علي الموقع*/
    .or{
        text-align: center;
    }
    .or .fxor{
        text-align: left;
    }
    
    .or .fxor button{
        padding: 10px;
        font-weight: bold;
        background-color: #fffb03;
        border-radius: 4px;
        margin: 10px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .or .fxor button:hover{
        background-color: #f7f46d;
    }
    
    .or .orboxx{
        text-align: center;
        margin-top: 10px;
        position: fixed;
        margin-left: 5%;
        width: 90%;
        z-index: 3;
        min-height: 200px;
        max-height: 70%;
        background-color: white;
        border-radius: 4px;
        color: rgb(0, 0, 0);
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.164);
        overflow-x: hidden;
    }
    .or .orboxx p{
        margin: 10px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .or .orboxx img{
        width: 200px;
        margin: 60px;
    }
    
    .or .orboxx table{
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 12px;
        width: 100%;
        background-color: white;
        padding: 2px;
    }
    .or .orboxx table th{
    color: blue;
    }
    .or .orboxx table td{
        color: #000000;
        padding: 10px;
        border-bottom-style: solid;
        border-color: rgba(0, 0, 0, 0.315);
        border-width: 1px;
    }
    .or .orboxx  .ew{
    padding: 5px;
    border-bottom-style: solid;
    border-color: black;
    border-width: 1px;
    width: 80%;
    margin-left: 10%;
    }
    .or .svg{
        display: flex;
        justify-content: center;
        margin-top: 40%;
    }
    .or .svg img{
        width: 60%;
        height: 60%;
    }
    .or .box{
        box-shadow: 1px 1px 10px #055ec254;
        background-color: rgb(255, 255, 255);
        border-radius: 8px;
        padding: 10px;
        width: 90%;
        margin: 30px auto;
        text-align: right;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
.or .box .asor{
    background-color: #ffffff;
    color: #000000;
    padding: 5px;
    border-radius: 10px;
    border-color: rgba(0, 0, 0, 0.212);
    border-style: solid;
    border-width: 1px;
    margin-top: 2px;
}
.or .box .asor .img{
    display: inline-block;
    width: 60px;
    height:60px;
    overflow: hidden;
    border-radius: 50%;
}
.or .box .asor .img img{
    width: 60px;
    height:60px;
    object-fit: cover;
}
.or .box .asor .fx.w{
    background-color: white;
    color: black;
    display: block;
    height: 90px;
}
.or .box .asor .pcor{
    position: absolute;
    margin-top: -40px;
    right: 27px;
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
}
.or .box .asor .pcor img{
    width: 100%;
    height: 100%;
}
.or .box .asor .us{
    display: block;
}
.or .box .asor .nor{
    display: inline-block;
}

.or .box .asor .fxb{
    display: inline;
}
.or .box .asor a{
    text-decoration: none;
}

.or .box .asor .fxo{
    display: inline;
}
.or .box .asor .d{
color: blue;
padding: 2px;
}


.or .box .asor .star{
    flex: 1;
    padding: 5px;
    text-align: left;
    margin-right: 15px;
    display: inline;
    font-size: 13px;
    color: #eeff00;
    filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
}
.or .box .asor .block{
    display: inline;
    filter: drop-shadow(1px 1px 1px #000000b4);
    color: rgb(255, 255, 255);
}

.or .box .asor .fxx{
    display: flex;
}


.or .box .fx{
        color: #ffffff;
        background-color: #002e74;
        font-size: 13px;
        display: flex;
        justify-content: right;
        padding: 10px;
        border-radius: 10px;
}
    .or .box .fx a{
        text-decoration: none;
        color: white;
    }
    .or .box .fx .img{
        overflow: hidden;
        margin-right: 6px;
        margin-left: 4px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border-style: solid;
        border-color: white;
        border-width: 2px;
    }
    .or .box .fx .pc{
        position: absolute;
        width: 25px;
        height: 25px;
        margin-top: -20px;
        background-color: rgba(255, 255, 255, 0.808);
        border-radius: 50%;
        border-width: 1px;
    }
    .or .box .fx .pc img{
        width: 100%;
        height: 100%;
        transform: scale(0.9);
    }
    .or .box .fx img{
        width: 50px;
        height: 50px;
        object-fit: cover;
    }
    .or .box .fx .tmi{
        transform: scale(0.9);
        display: flex;
        position: absolute;
        left: 30px;
    }
    .or .box .fx .ok{
        background-color: #00ff62;
        border-radius: 50%;
        width: 15px;
        height: 15px;
    }
    .or .box .fx .no{
        background-color: hsl(0, 92%, 76%);
        border-radius: 50%;
        width: 15px;
        height: 15px;
    }
    .or .box .color{
        font-weight: bold;
        color: blue;
    }
    .or .box .color.m{
        color: #009b3b;
    }
    .or .box .ch{
        background-color: red;
        position: absolute;
        padding: 5px;
        margin-left: 20%;
        margin-top: -10px;
        color: white;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border-radius: 50%;
    }
    .or .box button{
        width: 90%;
        margin-right: 5%;
        background-color: #002fffd0;
        color: white;
        padding: 15px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border-radius: 8px;
        margin-top: 10px;
    }
    .or .box #no{
        background-color: #a50c0cb9;
    }
    .or .box #no:hover{
        background-color: #ee6c6c;
        transition: 0.4s;
    }
    .or .box button:hover{
        background-color: #005fff;
        transition: 0.3s;
    }
                    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*    اعدادات الموقع*/
    .st .box {
        width: 90%;
        margin-left: 5%;
        text-align: center;
        background-color: white;
        border-radius: 8px;
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .st .czz{
        background-color: rgb(14, 105, 2);
        color: white;
        padding: 3px;
        display: inline;
        border-radius: 6px;
        margin: 3px;
    }

    .st .czz.r{
        background-color: red;
    }
    .st .box button{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: right;
        margin-top: 30px;
        background-color: #31295c00;
        color: black;
        border-radius: 1px;
        font-size: 12px;
        padding: 15px;
        width: 90%;
        border-bottom-style: solid;
        border-color: black;
        border-width: 1px;
    }
    .st .box #r{
        margin-top: 90px;
        background-color: red;
        border-radius: 6px;
        border: none;
        color: white;
        text-align: center;
    }
    .st .box button:hover{
        border-color: rgb(0, 54, 172);
        color: blue;
    }
    .st .toos{
        margin-top: 60px;
        position: fixed;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 0px;
        background-color: #ffffff;
        z-index: 0;
        padding-top: 20%;
        overflow: hidden;
        transition: all 0.3s;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-weight: bold;
        border-style: solid;
        border-color: white;
        border-width: 3px;
        border-radius: 8px;
        text-align: center;
    }
    .st .toos button{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: right;
        margin-top: 30px;
        background-color: #31295c00;
        color: black;
        border-radius: 1px;
        font-size: 12px;
        padding: 5px;
        width: 90%;
        border-bottom-style: solid;
        border-color: black;
        border-width: 1px;
    }
    .st .toos button:hover{
        border-color: rgb(0, 54, 172);
        color: blue;
    }
    
    .st .toos  table{
        text-align: center;
        width: 95%;
        margin-left: 2.5%;
    }
    .st .toos  .of{
        overflow-y: scroll;
        height: 500px;
    }
    .st .toos th{
        background-color: #00026b;
        color: white;
        padding: 5px;
        border-radius: 7px;
    }
    .st .toos td{
        text-align: center;
        border-bottom-style: solid;
        padding: 10px;
        border-width: 1px;
        border-color: rgb(0, 47, 255);
    }
    .st .toos #button{
        border-color: rgb(0, 54, 172);
        color: blue;
    }
    .st .closebth{
        color: black;
        position: absolute;
        top: 20px;
        right: 25px;
        font-size: 40px;
    }
    
    .st .closebth:hover{
        color: red;
        transform: scale(1.1);
        transition: 0.4s;
    }
    .st .box-bay{
        width: 90%;
        margin-left: 5%;
        background-color: white;
        border-radius: 7px;
        text-align: center;
        padding-top: 5px;
        margin-top: 30px;
        padding-bottom: 20px;
    }
    .st .box-bay p{
        width: 90%;
        margin-left: 1%;
        text-align: right;
        color: black;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 13px;
    }
    .st .box-bay i{
        color: olivedrab;
        padding: 5px;
        transform: scale(1.7);
    }
    .st .box-bay h3{
        padding: 15px;
        justify-content: center;
        color: #009b3b;
        display: flex;
        transform: scale(2);
    }
    .st .box-bay .x{
        text-decoration: line-through;
        color: red;
        transform: scale(0.5);
    }
    .st .box-bay button{
        text-align: center;
        background-color: rgb(1, 141, 8);
        color: white;
        font-size: 12px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        padding: 10px;
        border-radius: 8px;
    }
    .st .box-bay button:hover{
        background-color: #009b86;
        transition: 0.2s;
    }
    .st .boxs{
        display: flex;
        width: 100%;
        background-color: #00000025;
        border-radius: 7px;
        padding: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .st .boxs .fx{
        text-align: right;
        margin-right: 20px;
        flex: 1;
    }
    .st .boxs h1{
        font-size: 13px;
        color: blue;
    }
    .st button .fa-brands.fa-square-web-awesome{
        color: #001aff;
    }
    .st .i{
        margin: 10px;
        text-align: left;
    }
    .st .i i{
        color: #000003;
        font-size: 35px;
        padding: 10px;
    }
    .st .i i:hover{
        transition: 0.2s;
        transform: scale(1.2);
        color: #2b3ee9;
    }
    .fa-solid.fa-share-from-square{
        color: white;
    }
    .st-op{
        margin-top: 70px;
        width: 90%;
        margin-left: 5%;
        padding: 5px;
        text-align: center;
    }
    .st-op label{
        background-color: white;
        color: black;
        display: block;
    }
    .st-op select{
        border-radius: 8px;
        padding: 10px;
        padding: 10px;
        font-size: 25px;
        background-color: white;
        color: black;
        text-align: center;
    }
    .st-op .fx{
        justify-content: right;
        display: flex;
    }
    .st-op #input{
        width: 50%;
        border-radius: 6px;
        border:none;
        background-color: #001aff;
        padding: 6px;
        font-size: 13px;
        color: white;
        cursor: pointer;
    }
                        /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*  معرض اعمالي*/
    .mesh .b {
        text-align: center;
    }
    .mesh .svg{
        display: flex;
        justify-content: center;
    }
    .mesh .svg img{
        height: 200px;
    }
    .mesh .fbutton{
        background-color: teal;
        color: white;
        padding: 14px;
        border-radius: 4px;
        width: 80%;
        margin: 10px;
        top: 10px;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .mesh .fbutton:hover{
        transition: 0.3s;
        background-color: #217267be;
    }
    .shtop{
        position: absolute;
        top: 0px;
        left: 0px;
        min-height: 150%;
        width: 0px;
        background-color: #ffffff;
        z-index: 0;
        padding-top: 400px;
        padding-bottom: 200px;
        overflow: hidden;
        transition: all 0.3s;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-weight: bold;
        border-style: solid;
        border-width: 3px;
        border-radius: 8px;
    }
    .mesh .shtop{
        position: absolute;
        top: 0px;
        left: 0px;
        min-height: 100%;
        width: 0px;
        background-color: #ffffff;
        z-index: 0;
        padding-top: 140px;
        padding-bottom: 200px;
        overflow: hidden;
        transition: all 0.3s;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-weight: bold;
        border-style: solid;
        border-width: 3px;
        border-radius: 8px;
    }
    .mesh .shtop button{
        width: 90%;
        padding: 20px;
    }
    .shtop .closebth{
        color: black;
        position: absolute;
        top: 80px;
        right: 25px;
        font-size: 40px;
        font-weight: bold;
        padding: 7px;
        color: rgb(31, 1, 161);
        border-radius: 20%;
    }
    
    .shtop .closebth:hover{
        color: rgb(0, 68, 255);
        transform: scale(1.1);
        transition: 0.4s;
        cursor: pointer;
    }
    /*الصور بتاعت */
    /*الصورة*/

.imageContainer img{
    width: 100%;
    height: 100%;
}

.imageContainer {
    font-weight: bold;
    width: 50%;
    height: 200px;
    border: 2px solid #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;

}

.imageContainer.pc{
    margin-top: 0px;
    margin-left: 15%;
    position: relative;
    width: 70%;
    height: 200px;
    max-height: 250px;
    border: 2px solid #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
}
.imageContainer.pc .feadd{
    position: absolute;
    top: -10px;
    width: 100%;
    background-color: white;
    padding: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(3, 38, 136);
}
.imageContainer:hover{
    border-color: #0030b3;
    box-shadow: 1px 1px 20px rgba(0, 0, 255, 0.438);
    transition: 0.4s;
}
.imagePreview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
.placeholder {
    font-size: 12px;
    color: #888;
}
#fileInput {
    display: none;
}
    .shtop input{
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
        width: 85%;
        padding: 17px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 13px;
        border-radius: 5px;
        border-color: rgba(0, 0, 0, 0.473);
        border-style: solid;
        transition: 0.3s;
    }
    .shtop input:focus{
        outline: none;
        border-radius: 5px;
        border-color: rgba(4, 41, 163, 0.473);
        box-shadow: 1px 1px 10px blue;
        border-style: solid;
    }
        
    .shtop textarea{
        text-align: right;
        margin-top: 5px;
        margin-bottom: 5px;
        width: 85%;
        padding: 17px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 13px;
        border-radius: 5px;
        border-color: rgba(0, 0, 0, 0.473);
        border-style: solid;
        transition: 0.3s;
    }
    .shtop textarea:focus{
        outline: none;
        border-radius: 5px;
        border-color: rgba(4, 41, 163, 0.473);
        box-shadow: 1px 1px 10px blue;
        border-style: solid;
    }
    .shtop button{
        margin-top: 60px;
        background-color: #000c75;
        color: white;
        padding: 10px;
        border-radius: 6px;
        font-size: 12px;
    }
    /*معرض اعمالي*/
    /********************************************************/
    .shz-boox{
        display: flex;
        justify-content: center;
    }
    .shz-boox .box .fol-user{
        position: absolute;
        margin-top: 30px;
        margin-left: 15px;
    }
    .shz-boox  .onnet{
        display: inline-block;
        color: #5dc720;
        }
        .shz-boox  .onnet .ore{
            position: absolute;
            width: 10px;
            height: 10px;
            padding: 2px;
            border-radius: 50%;
            background-color: #28c44a;
            margin-left: -19px;
            margin-top: 2px;
        }
    .shz-boox .box .fol-user button{
        background-color: white;
        border-style: solid;
        border-color: blue;
        color: blue;
        font-weight: bold;
        border-radius: 6px;
        border-width: 2px;
        padding: 10px;
        font-size: 13px;
    }
    .shz-boox .box .fol-user button:hover{
        background-color: rgb(216, 224, 240);
        color: rgb(100, 99, 99);
        transition: 0.3s;
    }
    .shz-boox .box{
        margin-top: 30px;
        width: 95%;
        overflow: hidden;
        box-shadow: 1px 1px 10px  rgba(0, 0, 0, 0.26);
        border-radius: 4px;
        background-color: white;
        padding: 5px;
    }
    .shz-boox.bb .box{
        margin-top: 30px;
        margin-right: 0px ;
        overflow: hidden;
        background-color: white;
        border-radius: 4px;
        border-style: solid;
        border-color: blue;
        border-width: 2px;
        padding: 5px;
    }
    .shz-boox.bb .box .bb{
        text-align: center;
        font-family: 'Courier New', Courier, monospace;
        color: blue;
    }
    .shz-boox .box .bor{
        display: flex;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .shz-boox .box  a{
        text-decoration: none;
    }
    .shz-boox .box .bor .username{
        text-align: left;
        position: absolute;
        color: blue;
        font-weight: bold;
    }
    .shz-boox .box .bor .img{
        margin-top: 20px;
        width: 50px;
        height: 50px;
        overflow: hidden;
        border-radius: 50%;
    }
    .shz-boox .box .bor .name{
        margin-top: 20px;
        margin-left: 3px;
        color: black;
        flex: 1;
        text-align: right;
        font-weight: bold;
    }
    .shz-boox .box .bor .name .star{
        display: flex;
        justify-content: right;
        font-size: 13px;
        margin: 12px;
        color: #fbff04;
        filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
    }
    .shz-boox .box .bor .name .star .block{
        color: white;
        display: inline-flex;
        
        filter: drop-shadow(0.5px 0.5px 0.5px rgb(0, 0, 0));
    }
    .shz-boox .box .bor .img img{
        width: 50px;
        height: 50px;
        object-fit: cover;
    }
    .shz-boox .box .bor .pc {
        background-color: white;
        position: absolute;
        margin-top: 53px;
        right: 40px;
        width: 20px;
        height: 20px;
        overflow: hidden;
        border-radius: 50%;
    }
    .shz-boox .box .bor .pc img{
        width: 20px;
        height: 20px;
        object-fit: cover;
    }
    .shz-boox .box .ind{
        font-weight: bold;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        margin-top: 19px;
        margin-bottom: 5px;
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        font-size: 12px;
    }
    .shz-boox .box .img-sh{
        text-align: center;
        background-color: rgb(254, 255, 255);
        
    }
    .shz-boox .box .gf{
        text-align: right;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        color: blueviolet;
    }
    .shz-boox .box  .ove {
        position: absolute;
        z-index: 1;
        display: inline;
        justify-content: center;
        right: 20%;
        margin-top: 15%;
        pointer-events: none;
        color: rgb(255, 255, 255);
        font-size: 1em;
        background: rgba(0, 0, 0, 0.587); /* خلفية سوداء شفافة */
        padding: 10px;
        border-radius: 5px;
    }
    .shz-boox .box .img-sh .img{
        margin-top: 3px;
        margin-bottom: 1px;
        display: inline-block;
        width: 48%;
        max-height: 230px;
        overflow: hidden;
    }
    .shz-boox .box .img-sh .onn{
        display: none;
    }
    .shz-boox .box .img-sh .img img{
        width: 100%;
        transform: scale(1.3);
        object-fit: cover;
        
    }
    .shz-boox .box .img-sh .img.h {
        background-color: #0000007c;
    }
    .shz-boox .box .img-sh .img.h img{
        opacity: 0.5;
    }
    .shz-boox .box .img-sh .img img:hover{
        transition: 0.4s;
        transform: scale(1.2);
    }
    .shz-boox .box  .txt{
        text-align: right;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin: 12px;
    }
    .shz-boox .box .b{
        text-align: right;
        font-weight: bold;
        font-size: 12px;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: rgb(2, 19, 164);
        margin: 10px;
    }
    .shz-boox .box .ey{
        margin: 40px 10px;
        display: flex;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: #047500;
    }
    .shz-boox .box .ey .x{
        color: red;
        text-decoration: line-through;
    }
    .shz-boox .box .is{
        color: rgb(59, 14, 150);
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        font-weight: bold;
    }
    .shz-boox .box .fxs button{
        width: 95%;
        padding: 20px;
        font-weight: bold;
        font-size: 12px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border: none;
        margin: 30px auto;
        background-color: #04830f;
        color: white;
        border-radius: 5px;
        cursor: pointer;
    }
    .shz-boox .box .hr{
        width: 100%;
        display: flex;
        justify-content: center;
        border-style: solid;
        border-radius: 2px;
        border-color: rgba(0, 0, 0, 0.212);
        border-width: 1px;
    }
    .shz-boox .box .fxs  {
        text-align: center;
        margin: 10px auto auto auto;

    }

    .shz-boox .box .fxs .shr {
        background-color: blue;
        color: white;
        display: inline;
        margin: 10px auto auto auto;
        width: 47.5%;
        font-weight: bold;
        font-size: 12px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .shz-boox .box .fxs .shr.d{
        width: 95%;
        background-color:#00000099;
    }
    .shz-boox .box .fxs .shr.r{
        color: white;
        background-color: red;
    }

    .shz-boox .box .fxs .shr:hover{

        color: white;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        transform: scale(1.05);
    }
    .shz-boox .box .fxs button:hover{
        transition: 0.2s;
        opacity: 0.8;
    }
    .shz-boox .vop.offx{
        position: fixed;
        bottom: 10px;
        color: white;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        pointer-events: none;
    }
    .shz-boox .box .overlay {
        z-index: 2;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s;
    }
    .shz-boox .box .overlay img {
        max-width: 70%;
        max-height: 80%;
    }
    .shz-boox .box .overlay.visible {
        visibility: visible;
        opacity: 1;
    }
    .shz-boox .box .nav-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 30px;
        color: white;
        padding: 11px;
        background-color: #5843ce;
        border-radius: 3px;
        border: none;
        cursor: pointer;
        user-select: none;
    }
    .shz-boox .box .prev-button {
        left: 10px;
    }
    .shz-boox .box .next-button {
        right: 10px;
    }
    /*************************** انشاء معرض جديد******************************/
    .xbody {
        width: 100%;
        top: 0;
        z-index: 2;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin: 0;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .xbody p{
        text-align: right;
        font-size: 17px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: rgb(66, 20, 196);
    }
    .xbody .form-container h3 {
        margin-bottom: 20px;
        color: #007bff;
    }
    
    .xbody .options {
        display: flex;
        justify-content: space-between;
        
        margin-bottom: 20px;
    }
    
    .xbody .option {
        text-align: right;
        flex: 1;
        margin: 0 5px;
    }

    .xbody .option input[type="radio"] {
        display: none;
    }
    .xbody .h3{
        text-align: right;
        margin: 10px;
        font-family: 'Times New Roman', Times, serif;
        font-size: 15px;
        font-weight: bold;
        color: #3406ff;
    }
    .xbody .msre{
        text-align: center;
        color: rgb(121, 1, 1);
        background-color: #e5b9b956;
        width: 90%;
        padding: 10px;
        
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 12px;
        border-style: outset;
        border-color: #00000034;
        border-radius: 6px;
        border-width: 1px;
    }
    .xbody .option label {
        
        display: block;
        padding: 10px;
        background-color: #f9f9f9;
        border-radius: 4px;
        border: 2px solid #ddd;
        cursor: pointer;
        text-align: center;
        transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    }
    
    .xbody .option input[type="radio"]:checked + label {
        background-color: #007bff;
        color: #fff;
        border-color: #007bff;
}
    
.xbody .option label:hover {
        background-color: #e9e9e9;
    }

.xbody.sh{
    width: 80%;
    height: 60%;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);

}
    .main-container {
        width: 100%;
        height: 96%;
        background-color: #fff;
        left: 0;
        position: absolute;
        top: 0;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        overflow-x: hidden;
    }
    .main-container select{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: center;
        
        color: blue;
        padding: 10px;
        margin: 10px;
        font-size: 13px;
    }
    .main-container .ttd{
        text-align: center;
        margin: 10px;
        color: rgb(127, 221, 198);
    }
    .form-section {
        width: 103%;
        display: flex;
        flex-direction: column;
        height: calc(100% - 120px);
        overflow-y: auto;
        
    }
    .input-field,
    .text-field {
        width: 97%;
        margin-bottom: 15px;
        padding: 10px;
        font-size: 12px;
        border: 1px solid #ccc;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border-radius: 4px;
        box-sizing: border-box;
        direction: rtl;
    }
    .upload-box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 50px;
        padding: 10px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 12px;
        cursor: pointer;
        text-align: center;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .upload-box:hover{
        transition: 0.3s;
        background-color: #d6e4f3;
    }
    .upload-box p {
        margin: 0;
        color: #007bff;
    }
    .input-file {
        display: none;
    }
    .text-field {
        resize: vertical;
        min-height: 100px;
        max-height: 400px;
    }
    .submit-btn {
        background-color: #007bff;
        color: #fff;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s;
        padding: 15px 20px;
        font-size: 13px;
        width: 90%;
        height: 50px;
        position: absolute;
        top: 80%;
        left: 20px;
        text-align: center;
        border-radius: 4px;
    }
    .submit-btn.to {
        background-color: #020470;
        color: #fff;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s;
        padding: 15px 20px;
        font-size: 13px;
        width: calc(100% - 40px);
        position: absolute;
        top: 90%;
        text-align: center;
        border-radius: 4px;
    }
    .xbody.sh .submit-btn.to{
        top: 60%;
    }
    .xbody.sh .submit-btn.no{
        top: 80%;
    }

    
    /*كورسات الموقع*/



    .cors{
        margin-top: 10px;
    }
    .cors .fobutton {
        margin: 20px;
    }
    .cors .fobutton button{
        margin: 4px;
        border-radius: 7px;
        padding: 10px;
        font-size: 12px;
        background-color: #675df8;
        color: white;
    }
    .cors .fobutton .but{
        background-color: orangered;
    }
    .cors .fobutton .but2{
        background-color: rgb(146, 4, 132);
    }
    .cors .fobutton button:hover{
        opacity: 0.8;
        transition: 0.2s;
    }
    .cors .box{
        
        background-color: #ffffff;
        width: 95%;
        margin: 50px auto;
        padding: 5px ;
        border-radius: 7px;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.605);
    }
    .cors .box .img{
        width: 100%;
        max-height: 300px;
        overflow: hidden;
    }
    .cors .box .img img{
        width: 100%;
        max-height: 350px;
        object-fit: cover;
    }
    .cors .box .img img:hover{
        transform: scale(1.2);
        transition: 0.4s;
    }
    .cors .box .nwe{
        background-color: red;
        color: white;
        display: inline;
        position: absolute;
        margin-top: -20px;
        border-radius: 8px;
        padding: 8px;
        font-size: 16px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .cors .box .nwe.b{
        background-color: blue;
    }
    .cors .box .name{
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .cors .box .star{
        text-align: center;
    }
    .cors .box .star p{
        font-size: 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .cors .box .star .i i{
        font-size: 20px;
        color: rgb(255, 251, 3);
        filter: drop-shadow(1px 1px 3px rgb(0, 0, 0));
    }
    .cors .box .txt{
        text-align: right;
        font-size: 15px;
        font-weight: bold;
        padding: 5px;
    }
    .cors .box .t{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 12px;
        text-align: right;
        padding: 5px;
        color: blue;
    }
    .cors .box .t i{
        padding: 3px;
        color: rgb(199, 11, 64);
    }
    .cors .box .ix{
        font-size: 12px;
        text-align: right;
        color: seagreen;
    }
    .cors .box .md{
        text-align: center;
        font-weight: bold;
        font-family: 'Courier New', Courier, monospace;
    }
    .cors .box h2{
        color: olivedrab;
        font-size: 30px;
    }
    .cors .box h3{
        color: rgb(236, 14, 14);
        text-decoration: line-through;
    }
    .cors .box .bu2{
        display: block;
        width: 80%;
        padding: 10px;
        font-size: 20px;
        border-radius: 6px;
        margin: 20px auto;
        background-color: #0000005e;
        color: black;
    }
    .cors .box .bu{
        display: block;
        width: 80%;
        padding: 10px;
        font-size: 20px;
        border-radius: 6px;
        margin: 10px auto;
        background-color: #036c28;
        color: rgb(255, 255, 255);
    }
    .cors .box button:hover{
        opacity: 0.8;
        transition: 0.3s;
    }
    .cors  .overlay {
        z-index: 2;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s;
    }
    .cors  .overlay img {
        max-width: 70%;
        max-height: 80%;
    }
    .cors  .overlay.visible {
        visibility: visible;
        opacity: 1;
    }
    .cors  .nav-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 30px;
        color: white;
        padding: 10px;
        background-color: #5843ce;
        border-radius: 3px;
        border: none;
        cursor: pointer;
        user-select: none;
    }
    .cors  .prev-button {
        left: 10px;
    }
    .cors  .next-button {
        right: 10px;
    }
    .cors .vop.offx{
        position: fixed;
        bottom: 10px;
        color: white;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        pointer-events: none;
    }
    .xbody.sh input{
        width: 90%;
    }
    .submit-btn.no{
        background-color: #005e8a54;
        color: black;
        bottom: 5px;
        position: absolute;
        top: 90%;
    }
    .submit-btn:hover {
        background-color: #0056b3;
    }
    .input-field:focus,
    .text-field:focus {
        outline: none;
        border-color: blue;
    }
    .form-section::-webkit-scrollbar {
        width: 6px;
    }
    .form-section::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    .form-section::-webkit-scrollbar-thumb {
        background: #007bff;
        border-radius: 6px;
    }
    .form-section::-webkit-scrollbar-thumb:hover {
        background: #0056b3;
    }
    .image-preview {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 15px;
    }
    .image-item {
        position: relative;
        border: 2px solid #ffffff;
        border-radius: 4px;
        overflow: hidden;
        width: calc(33.33% - 10px);
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.8);
    }
    .image-item img {
        max-width: 100%;
        max-height: 100%;
    }
    .delete-btn {
        position: absolute;
        top: 5px;
        right: 5px;
        background: red;
        color: white;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 23px;
        font-size: 12px;
        transition: background-color 0.3s;
    }
    .delete-btn:hover {
        background-color: darkred;
    }
    /*****************************انشاء مشروع للعملاء***************************/
    .pstz-boox .box{
        margin-top: 30px;
        margin-right: 0px ;
        overflow: hidden;
        background-color: white;
        border-radius: 4px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .pstz-boox .box .fol-user{
        position: absolute;
        margin-top: 0px;
        margin-left: 10px;
        z-index: 1;
    }
    .pstz-boox .box .fol-user button{
        background-color: white;
        border-style: solid;
        border-color: blue;
        color: blue;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-weight: bold;
        border-radius: 6px;
        border-width: 2px;
        padding: 10px;
        display: inline;
    }
    .pstz-boox .box .fol-user button:hover{
        background-color: rgb(216, 224, 240);
        color: rgb(100, 99, 99);
        transition: 0.3s;
    }
    .pstz-boox.b .box{
        margin-top: 30px;
        margin-right: 0px;
        overflow: hidden;
        background-color: white;
        border-radius: 4px;
        border-style: solid;
        border-color: blue;
        border-width: 2px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .pstz-boox.b .box .bb{
        text-align: center;
        font-family: 'Courier New', Courier, monospace;
        color: blue;
    }
    .pstz-boox .box .bor{
        display: flex;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .pstz-boox .box a{
        text-decoration: none;
    }
    .pstz-boox .box .bor .username{
        text-align: left;
        position: absolute;
        color: blue;
        font-weight: bold;
        
    }
    .pstz-boox .box .bor .img{
        display: flex;
        justify-content: right;
        margin-top: 20px;
        width: 50px;
        height: 50px;
        overflow: hidden;
        border-radius: 50%;
    }
    .pstz-boox .box .bor .name{
        margin-top: 20px;
        color: black;
        flex: 1;
        text-align: right;
        font-weight: bold;
    }
    .pstz-boox .box .bor .name .star{
        display: flex;
        justify-content: right;
        margin: 10px;
        font-size: 12px;
        color: #fbff04;
        filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
    }
    .pstz-boox .box .bor .name .star .block{
        color: white;
        display: inline-flex;
        filter: drop-shadow(0.5px 0.5px 0.5px rgb(0, 0, 0));
    }
    .pstz-boox .box .bor .img img{
        width: 50px;
        height: 50px;
        object-fit: cover;
    }
    .pstz-boox .box .bor .pc {
        background-color: white;
        position: relative;
        margin-top: 55px;
        right: 55px;
        width: 20px;
        height: 20px;
        overflow: hidden;
        border-radius: 50%;
    }
    .pstz-boox .box .bor .pc img{
        width: 20px;
        height: 20px;
        object-fit: cover;
    }
    .pstz-boox .box .ind{
        font-weight: bold;
        right: 10px;
        position: absolute;
        margin-top: 250px;
        font-size: 13px;
    }
    .pstz-boox .box .img-sh{
        width: 60%;
        text-align: center;
        background-color: rgb(254, 255, 255);
        
    }
    .pstz-boox .box .ove {
        position: absolute;
        top: 59%;
        left: 55%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        color: rgb(255, 255, 255);
        font-size: 1em;
        background: rgba(5, 0, 0, 0.651); /* خلفية سوداء شفافة */
        padding: 10px;
        border-radius: 5px;
    }
    .pstz-boox .box .img-sh .img{
        cursor: pointer;
        margin-top: 3px;
        margin-bottom: 1px;
        display: inline-block;
        width: 48%;
        height: 150px;
        overflow: hidden;
    }
    .pstz-boox .box .img-sh .onn{
        display: none;
    }
    .pstz-boox .box .img-sh .img img{
        width: 100%;
        transform: scale(1.3);
        object-fit: cover;
        
    }
    .pstz-boox .box .img-sh .img.h img{
        opacity: 0.5;
    }
    .pstz-boox .box .img-sh .img img:hover{
        transition: 0.4s;
        transform: scale(1.2);
    }
    .pstz-boox .box  .txt{
        text-align: right;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        margin: 10px;
    }
    .pstz-boox .box .b{
        text-align: right;
        font-size: 13px;
        font-weight: bold;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #002e74;
        margin: 10px;
    }
    .pstz-boox .box .ey{
        margin-top: 40px;
        margin-left: 40px;
        display: flex;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: #04830f;
    }
    .pstz-boox .box .ey .x{
        color: red;
        text-decoration: line-through;
    }
    .pstz-boox .box .is{
        color: rgb(59, 14, 150);
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        font-weight: bold;
    }
    .pstz-boox .box  button{
        display: block;
        width: 95%;
        padding: 15px;
        font-size: 15px;
        border: none;
        margin: 30px auto ;
        background-color: #104ef7;
        border-radius: 6px;
        color: rgb(255, 255, 255);
        cursor: pointer;
    }
    .pstz-boox .box .n{
        background-color: #0000008f;
    }
    .pstz-boox .box .fxs button:hover{
        transition: 0.2s;
        background-color: #0556ec69;
        color: #ffffff;
    }

    .pstz-boox .box  .shr{
        background-color: #0000;
        color: blue;
        display: inline;
        text-align: center;
        width: 40%;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        
    }
    .pstz-boox .box .fxs .shr.r{
        color: red;
       
       
    }
    .pstz-boox .box .bl{
        background-color: rgb(0, 109, 0);
        color: white;
        display: inline;
        padding: 5px;
        margin: 3px;
        border-radius: 5px;
    }
    .pstz-boox .box .fxs .shr.r:hover{
        color: red;
    }
    .pstz-boox .box .fxs .shr:hover{
        background-color: white;
        color: rgb(10, 65, 184);
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        transform: scale(1.05);
    }
    .pstz-boox .vop.offx{
        position: fixed;
        bottom: 10px;
        color: white;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        pointer-events: none;
    }
    .pstz-boox .box .int {
        font-size: 15px;
        font-weight: bold;
        color: #00026b;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: right;
        margin: 25px;
    }
    .pstz-boox .box .txt{
        font-size: 13px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: right;
        padding: 5px;
    }
    
    
    .pstz-boox .box .overlay img {
        max-width: 70%;
        max-height: 80%;
    }
    .pstz-boox .box .overlay.visible {
        visibility: visible;
        opacity: 1;
    }
    .pstz-boox .box .nav-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 30px;
        color: white;
        padding: 10px;
        background-color: #5843ce;
        border-radius: 3px;
        border: none;
        cursor: pointer;
        user-select: none;
    }
    .pstz-boox .box .prev-button {
        left: 10px;
        
    }
    .pstz-boox .box .next-button {
        right: 10px;
    }






























    .rol .id{
        text-align: center;
    }
    .rol .id .img img{
        width: 80%;
        border-radius: 7px;
    }
    .rol .id b{
        transform: scale(1.2);
    }
    .rol .id p{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        width: 70%;
        margin-left: 15%;
    }
    .rol .id button{
        width: 80%;
        padding: 15px;
        font-size: 12px;
        border-radius: 4px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        background-color: #1f219e;
        color: white;
    }
    .rol .id button:hover{
        transition: 0.4s;
        background-color: #4042c9;
    }
    .rol .no-pc .box{
        margin-top: 30px;
        margin-left: 5%;
        width: 90%;
        background-color: white;
        border-radius: 4px;
        text-align: center;
        padding: 2px;
    }
    .rol .no-pc .box i{
        color: blue;
    }
    .rol .no-pc .box button{
        padding: 10px;
        font-size: 18px;
        border-radius: 7px;
    }
    .rol .no-pc .box p{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: right;
    }
    .rol .no-pc .box h3{
        display: flex;
        color: #209e00;
        font-size: 30px;
        font-weight: bold;
    }
    .rol .no-pc .box h3 .x{
        text-decoration:line-through;
        color: red;
        transform: scale(0.7);
        margin-top: 10px;
    }
    .rol .no-pc .box button{
        margin-top: 60px;
        width: 50%;
        margin-left: 25%;
        background-color: green;
        color: white;
    }
    .rol .no-pc .box button:hover{
        transition: 0.2s;
        background-color: rgb(51, 173, 51);
        border-radius: 2px;
    }

    .nwepost{
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        width: 90%;
        padding: 3px;
        text-align: center;
        background-color: white;
        border-radius: 7px;
        border-style: solid;
        background-color: #fff;
        border-width: 1px;
    }
    .nwepost select{
        width: 90%;
        padding: 10px;
        border-style: solid;
        border-color: #0000005b;
        border-radius: 3px;
        margin: 10px;
        font-size: 20px;
    }
    .nwepost.xc{
        width: 100%;
        height: 100%;
        max-height: 100%;
        transform: translate(0%, 0%);
        top: 0;
        left: 0;
        background-color: #00000059;
        position:fixed;
    }


    /*السجلات المالية*/
    .nwepost.xctls{
        width: 100%;
        height: 100%;
        max-height: 100%;
        transform: translate(0%, 0%);
        top: 0;
        left: 0;
        background-color: #d6e4f3;
        position:fixed;
    }


    .nwepost .overflow{
        overflow-x: hidden;
        min-height: 200px;
        max-height: 90%;
        flex: 1;
        width: 98%;
        
    }


    .nwepost .overflow::-webkit-scrollbar{
        width: 15px;
    }
    .nwepost .overflow::-webkit-scrollbar-thumb{
        background-color: rgb(6, 134, 136);
        border-radius: 8px;
    }
    .nwepost .overflow::-webkit-scrollbar-thumb:hover{
        box-shadow: 1px 1px 1px white;
        background-color: #1238b6;
    }


    .nwepost h2{
        margin-top: 10px;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .nwepost input{
        width: 90%;
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 5px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.507);
        border-width: 2px;
        font-size: 13px;
        padding: 12px;
        text-align: right;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .nwepost textarea{
        width: 90%;
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 5px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.507);
        border-width: 2px;
        font-size: 13px;
        padding: 12px;
        text-align: right;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .nwepost button{
        background-color: rgb(20, 115, 211);
        color: white;
        padding: 15px;
        border-radius: 7px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        width: 70%;
        font-size: 12px;
        
    }
    .nwepost .rer{
        margin-top: 10px;
        color: #000c75;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .nwepost .no{
        position: absolute;
        top: 10px;
        background-color: red;
        width: 20px;
        border-radius: 10%;
        padding: 5px;
        height: 20px;
        right: 10px;
        color: white;
        font-size: 13px;
        transform: scale(1.4);
        font-weight: bold;
        cursor: pointer;
    }
    /*انشاء رسالة */
    .nwepost #p{
        margin-top: 15px;
        color: red;
        font-weight: bold;
        font-size: 13px;
    }
    .nwepost  .textmass {
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 12px;
    }
    .nwepost .box-post h1{
        text-align: center;
    }
    .nwepost .box-post{
        text-align: center;
    }

    .nwepost .box-post h1{
        text-align: center;
    }
    .nwepost .box-post{
        text-align: right;
    }
    .box-post .ccs-money{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .box-post .ccs-money h2{
        font-size: 25px;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #034d49;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    .box-post .ccs-money button{
        font-size: 13px;
    }
    .box-post .ccs-money #b{
        color:blue ;
    }

    .box-post .df-user{
        width: 90%;
        margin-left: 5%;
        position: relative;
        padding: 5px;
        height: 50px;
        border-bottom-style: solid;
        border-bottom-color: #00000025;
    }
    
    .box-post  .dfx{
    
        max-height: 300px;
        overflow-x: hidden;
        padding-bottom: 100px;
    }
    .box-post .df-user .img{
        position: absolute;
        right: 7%;
        width: 50px;
        height: 50px;
        overflow: hidden;
        border-radius: 50%;
    }
    .box-post .df-user .img img{
        width: 50px;
        height: 50px;
        object-fit: cover;
    }
    
    .box-post .df-user .pc{
        position: absolute;
        right: 16%;
        margin-top: 32px;
        width: 20px;
        height: 20px;
        overflow: hidden;
        border-radius: 50%;
        background-color: white;
    }
    .box-post .df-user .pc img{
        width: 20px;
        height: 20px;
        object-fit: cover;
    }
    .box-post .df-user a{
        color: black;
        text-decoration: none;
    }
    .box-post .df-user a:hover{
        color: blue;
    }
    .box-post .df-user .name{
        text-align: right;
        position: absolute;
        font-weight: bold;
        right: 27%;
        font-size: 13px;
        margin-top: 18px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    .box-post .df-user .username{
        font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        text-align: left;
        position: absolute;
        margin-top: 0px;
    }
    .nwepost .box-post i{
        color: rgb(149, 4, 185);
        font-weight: bold;
        transform: scale(1.2);
    }
.box-post p{
        text-align: right;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .nwepost .box-post .money{
        font-size: 13px;
        margin-top: -200px;
        position: absolute;
    }
    .nwepost .box-post .money h1{
        color: blue;
    }
                            /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*   البحث داخل المنصة*/
    .ser{
        text-align: center;
    }
    .ser .autocomplete-suggestions{
        border: 1px solid #ccc;
        background-color: #e7f8fa;
        width: 80%;
        margin-left: 9%;
        text-align: right;
        min-height: 0px;
        max-height: 150px;
        overflow-y: auto;
        cursor: pointer;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 13px;
        padding: 5px;
    }
    .ser .autocomplete-suggestions:hover{
        background-color: #e7f8fa;
        transition: 0.2s;
    }
    #error{
        color: red;
        font-weight: bold;
    }
    .ser .svg{
        position: absolute;
        right: 5%;
        }
        .ser .svg img{
        width: 500px;
        height: 100px;
        }
    .ser .inp{
        background-color: white;
        border-radius: 7px;
        width: 90%;
        padding: 10px;
        margin-left: 3%;
        padding-top: 80px;
    }
    .ser .inp input{
        width: 90%;
        text-align: center;
        border: none;
        border-style: solid;
        border-width: 1px;
        border-color: #0000005e;
        font-size: 13px;
        border-radius: 2px;
        padding: 18px;
    }
    .ser .inp input:focus{
        transition: 0.2s;
        box-shadow: 0px 0px 5px blue;
        outline: none;
        border: none;
        border-bottom-style: solid;
        border-color: rgba(19, 57, 184, 0.815);
    }
    .ser .inp #inp{
        background-color: #009b86;
        color:white;
        font-size: 13px;
        border-radius: 7px;
        padding: 18px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        width: 90%;
        margin-top: 30px;
    }
    .ser .inp #inp:hover{
        background-color: #0030b3bb;
    }
    .ser .inp .but{
        margin-top: 80px;
        margin-bottom: 200px;
    }
    .ser .inp .but button{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin-top: 10px;
        margin-bottom: 30px;
        padding: 15px;
        display: block;
        width: 80%;
        margin-left: 8%;
        background-color: #004675;
        font-size: 13px;
        color: white;
        border-radius: 4px;
    }
                                /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*   بروفائل الحسابات*/
    .user{
        margin-top: -50px;
        text-align: center;
        background-color: white;
        width: 100%;
        overflow-x: hidden;
    }
    .user .g-us{
        display: inline-block;
        margin: 2px;
        background-color: rgba(5, 146, 5, 0.692);
        border-radius: 5px;
        padding: 2px;
        color: white;
    }

    .user .or_meyou{
        justify-content: center;
        background-color: #00000099;
        color: white;
        padding: 6px;
        border-radius: 7px;
        text-align: center;
        display:inline;
    }
    
    .user .g button p{
        padding: 0;
        margin: 5px;
    }
    .user .g button{
        border: #00000034;
        border-style: solid;
        border-width: 2px;
        padding: 3px;
        margin: 1px;
        border-radius: 7px;
        background-color: #00000000;
        font-size: 12px;
        color: rgb(22, 2, 136);
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    .user .g button:hover{
        background-color: #0008ff6f;
        color: #ffffff;
        transition: 0.4s;
    }
    .user .r-us{
        display: inline-block;
        margin: 2px;
        background-color: rgba(146, 5, 5, 0.692);
        border-radius: 5px;
        padding: 2px;
        color: white;
    }
    .user .b-us{
        display: inline-block;
        margin: 2px;
        background-color: rgba(5, 43, 146, 0.692);
        border-radius: 5px;
        padding: 2px;
        color: white;
    }
    .user .bor .pc{
        position: absolute;
        margin-top: 100px;
        margin-right: 80px;
        width: 30px;
        height: 30px;
        border-color: white;
        border-style: solid;
        border-radius: 50%;
        border-width: 6px;
    }
    .user .bor .pc img{
        width: 100%;
        height: 100%;
        transform: scale(1.5);
    }
    .user .input-container{
        position: relative;
    }
    .user .input-container .icon {
        position: absolute;
        left: 10%;
        top: 50%;
        transform: translateY(-50%);
        font-size: 13px;
        color: #000000;
        font-weight: bold;
    }
    .user .bor{
        padding: 5px;
        padding-top: 60px;
        padding-bottom: 70px;
        background-color: #010f5f;
    }
    .user .bor .cn{
        display: flex;
        justify-content: center;
        z-index: 0;
    }
    .user .bor .img{
        position: absolute;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        border-style: solid;
        border-color: white;
        border-width: 7px;
        overflow: hidden;
        background-color: white;
        z-index: 0;
        transform: scale(1.07);
    }
    .user .bor .img img{
        object-fit: cover;
        transform: scale(1.05);
        width: 100%;
        height: 100%;
    }
    .user  h2{
        margin-top: 90px;
    }
    .user .fol{
        position: relative;
        display: flex;
        justify-content: center;
        margin: 10px;
    }
    
    .user .fol button{
        background-color: rgb(32, 2, 161);
        color: white;
        border-radius: 3px;
        padding: 9px;
        font-size: 16px;
        margin: 3px;
    }
    
    .user .fol .bn{
        background-color:rgb(144, 144, 233);
        color: white;
        border-radius: 3px;
        padding: 9px;
        font-size: 16px;
        margin: 3px;
    }
    
    .user .fol button:hover{
        background-color: rgb(144, 144, 233);
        color: white;
        transition: 0.2s;
    }
    .user .onnwe{
        top: 190px;
        color: #000003;
        font-size: 13px;
        flex: 1;
        text-align: center;
        font-weight: bold;
    }
    .user .g p{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
    }
    .user .tex{
        margin: 10px auto;
        width: 90%;
    }
    .user .tex b i{
        color: #860274;
        margin: 5px;
    }
    .user .cn{
        display: inline-block;
    }
    .user .onnwe{
        top: 190px;
        color: #000003;
        font-size: 13px;
        flex: 1;
        text-align: center;
        font-weight: bold;
    }
    .user .onnwe .color{
        border-radius: 50%;
        width: 14px;
        display: inline-block;
        height: 14px;
        transform: scale(0.9);
        background-color: #00b61e;
    }
    .user .onnwe .color.r{
        background-color: #000000b9;
    }
    .user .tex .star{
        font-size: 30px;
        color: rgb(255, 251, 3);
        padding: 5px;
        filter: drop-shadow(1px 1px 3px rgb(0, 0, 0));
    }
    .user .tex .star .block{
        color: white; 
        display: inline-flex;
    }
    .user .tex p{
        font-weight: bold;
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-align: right;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .user .tex b{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 13px;
        text-align: right;
        display: block;
        color: blue;
        padding-top: 20px;
    }
    .user .vip-user {
        z-index: 2;
        position: absolute;
        transform: scale(1.1);
    }
    .user  .vip-user img {
        width: 100px;
        height: 100px;
    }
    .user #toggleButton{
        width: 50%;
        background-color: #00026b;
        color: white;
        padding: 5px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border-radius: 7px;
    }
    .user .tex button{
        margin-top: 50px;
        margin-bottom: 60px;
        background-color: rgb(74, 96, 216);
        color: white;
        width: 80%;
        padding: 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 13px;
        border-radius: 4px;
    }
    .user  .cv button{
        margin-top: 50px;
        margin-bottom: 60px;
        background-color: rgb(74, 96, 216);
        color: white;
        width: 80%;
        padding: 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 13px;
        border-radius: 4px;
    }
    /*التعليقات*/
    .clorstar{
        font-size: 30px;
        margin-top: 15px;
        margin-bottom: 5px;
        color: gold;
        display: inline;
        padding: 5px;
        filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
        border-radius: 6px;
    }
    #clorstar{
        font-size: 30px;
        margin-top: 15px;
        margin-bottom: 5px;
        color: white;
        display: inline;
        padding: 5px;
        filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
        border-radius: 6px;
    }
    .user .star{
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .user .star #pp{
        font-weight: bold;
        font-size: 13px;
    }
    .user .star .box{
        margin-top: 20px;
        padding: 10px;
        border-radius: 8px;
    }
    .user .star .box .fx{
        display: flex;
        justify-content: right;
    }
    .user .star .box .fx .img{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border-style: solid;
        border-color: #f1f1f3;
        overflow: hidden;
    }
    .user .star .box .fx p{
        margin-right: 10px;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .user .star .box .fx .img img{
        width: 50px;
        height: 50px;
        object-fit: cover;
    }
    .user .star .box .fx .pc{
        position: absolute;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border-style: solid;
        border-color: white;
        border-width: 3px;
        background-color: white;
        margin-top: 35px;
        margin-right: 35px;
    }
    .user .star .box .fx .pc img{
        transform: scale(1.2);
        width: 100%;
        height: 100%;
    }
    .user .star .box .txt{
        text-align: right;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 13px;
    }

    .star  #dele{
        margin-top: 40px;
        background-color: red;
        color: white;
        padding: 10px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        width: 80%;
    }
    .user .star .box .fx .str{
        flex: 1;
        font-size: 12px;
        text-align: left;
        color: rgb(251, 255, 0);
        filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
    }
    .user .star .box .fx .str .block{
        color: white; 
        display: inline;
    }
    .user .star .box .fx .time{
        color: blue;
    }

    /*//////////////////////////*/

    /*//////////////////////////*/

    /*//////////////////////////*/

    /*//////////////////////////*/

    /*//////////////////////////*/

    /*//////////////////////////*/

    /* افضل الحسابات تقيما علي المنصة*/

    .users{
        text-align: center;
    }
    .users .tup{
        color: #00026b;
        font-size: 13px;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: right;
    }
    .users .username{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .users .box{
        margin-top: 20px;
        margin-bottom: 80px;
        width: 90%;
        min-height: 300px;
        max-height: 1200px;
        margin-left: 5%;
        padding: 2px;
        box-shadow: 1px 1px 10px rgba(1, 3, 161, 0.527);
        border-radius: 5px;
        background-color: white;
        border-radius: 10px;
    }
    .users .fx{
        padding: 10px;
        background-color: hsl(234, 72%, 56%);
        justify-content: center;
        height: 50px;
        border-radius: 10px;
        display: flex;
    }
    .users .fx .img{
        position: absolute;
        overflow: hidden;
        display: inline-block;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border-style: solid;
        border-color: rgb(255, 255, 255);
        background-color: white;
        border-width: 5px;
    }
    .users .fx .img img{
        object-fit: cover;
        width: 120px;
        height: 120px;
    }
    .users .fx .pc{
        background-color: white;
        border-radius: 50%;
        transform: scale(1.3);
        position: absolute;
        margin-top: 95px;
        margin-left: -58px;
    }
    .users .fx .pc img{
        width: 35px;
        height: 35px;
    }
    .users p{
        font-weight: bold;
        margin-top: 90px;
        font-size: 13px;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    .users  button{
        width: 60%;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: grey;
        padding: 17px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        border-radius: 7px;
    }
    .users button:hover{
        transform: scale(1.05);
        transition: 0.2s;
        background-color: #00026b;
    }
    .users #toggleButton{
        width: 80%;
        background-color: #000000;
        color: white;
        padding: 15px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .user .plus{
        text-align: right;
    }
    .user .plus button{
        margin-top: 30px;
        margin-bottom: 30px;
        color: white;
        padding: 5px;
        background-color: #000c75;
        width: 50%;
        border-radius: 5px;
        cursor: pointer;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .users  .star {
        flex: 1;
        font-size: 25px;
        text-align: center;
        padding: 5px;
        color: rgb(251, 255, 0);
        filter: drop-shadow(0px 0px 2px rgb(0, 0, 0));
    }
    .users  .star  #clorstar{
        color: white; 
        display: inline;
    }
    
    .users .box b{
        text-align: right;
        margin: 7px;
        display: block;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    
    .users .box .txt{
        min-height: 100px;
        max-height: 300px;
        overflow: hidden;
        color: blue;
    }
    .users b i{
        color: blue;
        margin: 7px;
    }
    .enxtz button{
        background-color: blue;
        width: 200px;
        margin: 5px;
        display: inline-block;
        font-weight: bold;
        font-size:18px;
        background-color: #2405d4;
        padding: 10px;
        border-radius: 8px;
        color: white;
        margin: 7px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .users .sh-data{
        text-align: left;
    }
    .users .sh-data button{
        background-color: tomato;
        padding: 10px;
        font-size: 13px;
        width: 30%;
        margin: 5px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
                                            /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/


      /*المنتدي */
    
      .forum{
        margin-top: 10px;
        text-align: center;
    }
    .forum .bo{
        margin: 10px;
    }
    .forum .bo .lin{
        background-color: #00026bbb;
        color: white;
        font-weight: bold;
        width: 90%;
        word-wrap:break-word;
        word-break: break-all;
        margin: 15px auto;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        padding: 10px;
        font-size: 12px;
        border-radius: 6px;
        display: inline;
    }
    .forum .fcii{
        text-align: left;
        background-color: blue;
        border-radius: 7px;
        padding: 10px;
        width: 90%;
        margin: 40px auto;
        color: white;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .forum .fcii p{
        font-weight: bold;
        text-align: right;
    }
    .forum .fcii button{

        background-color: white;
        color: black;
        padding: 10px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        border-radius: 5px;
    }
    .forum .fcii #button{
        background-color: red;
        color: white;
    }
    .forum .fcii button:hover{
        opacity: 0.9;
        transition: 0.2s;
    }
    .forum .box{
        text-align: center;
        background-color: white;
        box-shadow: 1px 1px 10px #0000003b;
        border-radius: 7px;
        width: 90%;
        margin: 40px auto 10px;
        padding: 20px ;
        display: inline-block;
        cursor: pointer;
    }
    .forum .box .img_por {
        width: 150px;
        margin: 10px auto;
        overflow: hidden;
        border-radius: 50%;
        border: solid #0000002f 2px;
        height: 150px;
    }
    .forum .box .img_por img{
        object-fit: cover;
        width: 150px;
        height: 150px;
    }
    .forum .box .vip{
        background-color: #0000000f;
        font-weight: bold;
        display: flex;
        position: absolute;
        justify-content: right;
        padding: 10px;
        border-radius: 5px;
        color: blue;
    }
    .forum .dle{
        background-color: red;
        color: white;
        padding: 10px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        width: auto;
        border-radius: 3px;
    }
    .forum .dle.b{
        background-color: blue;
    }
    
    .forum .fxs{
        position: absolute;
        width: 100%;
    }

    .forum .box:hover{
        box-shadow: 1px 10px 10px #00000050;
        transition: 0.3s;
    }
    .forum .box p{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .forum .box h1 i{
        color: #001aff94;
    }











    /*//////////////////////////*/
    /*الاشعارات*/
    .noti{
        text-align: center;
    }
    .noti .buo-w{
        background-color: white;
        color: black;
        padding: 10px;
        border-radius: 6px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
    }
    .noti .buo-w.x{
        background-color: mediumblue;
        color: white;
    }
    .noti #uniqueLoadMoreButton{
        width: 40%;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        display: flex;
        margin: 30px;
        justify-content: center;
        text-align: center;
        background-color: #00000050;
        border-radius: 3px;
        border-color: #018362;
        color: white;
        padding: 10px;
        font-size: 13px;
    }
    .noti #uniqueLoadMoreButton:hover{
        transition: 0.3s;
        background-color:#005e8a;
    }
    .noti #uniqueEndMessage{
        font-size: 12px;
        margin: 100px;
        font-weight: bold;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: blue;
    }
    .noti #svg{
        width: 50%;
    }
    .noti .box{
        margin: 20px auto;
        width: 90%;
        padding: 10px;
        min-height: 100px;
        max-height: 1000px;
        background-color: #505153;
        color: white;
        border-radius: 8px;
        font-weight: bold;
        font-size: 13px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .noti .box .fx{
        display: flex;
    }
    .noti .box .name{
        color: white;
        flex: 1;
        text-align: left;
    }
    .noti .box .time{
        color: gold;
    }
    .noti .box .txt{
        display: inline-block;
        text-align: center; /* لمحاذاة النص داخل العنصر */  
        margin-top: 8%; /* لمحاذاة النص عموديًا */  
        color: white; /* لون النص */  
    }
    .noti .box .txt a{
        background-color: #fbff04;
        margin: 20px;
        padding: 3px;
        text-decoration: none;
        border-radius: 7px;
        display: block;
        color: black;
    }
    .noti h3{
        color: #000c75;
    }
    .noti .box.f{
        background-color: #2b3ee9;
        
    }
                                        /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /* افضل الحسابات تقيما علي المنصة*/
    .shtop{
        text-align: center;
    }
    .shtop .box a{
        text-decoration: none;
        color: black;
    }
    .shtop .box{
        padding: 10px;
        text-align: right;
        width: 90%;
        margin-left: 3%;
        background-color: white;
        border-radius: 8px;
        padding-top: 10px;
        padding-bottom: 30px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .shtop .box .fx{
        font-size: 13px;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        display: flex;
        justify-content: right;
    }
    .shtop .box .fx p{
        margin-right: 10px;
        font-size: 12px;
    }
    .shtop .box .fx .img{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border-style: solid;
        border-color: black;
        border-width: 1px;
    }
    .shtop .box .fx .img img{
        width: 100%;
        height: 100%;
    }
    .shtop .box .fx .pc{
        margin-top: 30px;
        position: absolute;
        width: 18px;
        height: 18px;
        margin-right: 29px;
        border-style: solid;
        border-color: white;
        border-radius: 50%;
        border-width: 5px;
        
    }
    .shtop .box .fx .pc img{
        transform: scale(1.4);
        width: 100%;
        height: 100%;
    }
    .shtop .box p{
        font-size: 13px;
    }
    .shtop .box .box2 img{
        width: 100%;
        border-radius: 8px;
    }
    .shtop .box .box2 b{
        display: block;
        color: blue;
        font-size: 13px;
        margin-top: 10px;
    }
    .shtop .box .box2 button{
        background-color: #009b3b;
        border-radius: 2px;
        width: 50%;
        margin-right: 25%;
        font-size: 13px;
        color: white;
        margin-top: 30px;
    }




/*صفحة الدفع*/
.color-n{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f0f2f5;
}

.pay-top .box{
    margin-top: 50px;
    margin-bottom: 50px;
    width: 90%;
    text-align: center;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.473);
    margin-left: 3%;
    background-color: white;
    border-radius: 7px;
    padding: 10px;
}
.pay-top .containerx img{
    width: 60%;
}
.containerx  select{
    margin: 20px;
    text-align: center;
    color: indigo;
    width: 80%;
    padding: 15px;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.pay-top .index{
    position: fixed;
    top: 0px;
    width: 100%;
    right: 0px;
}
.pay-top .index button{
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: hsl(234, 72%, 56%);
    border-radius: 8px;
}

.pay-top .containerx{
    margin-top: 50px;
    margin-bottom: 50px;
    width: 90%;
    text-align: center;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.473);
    margin-left: 3%;
    background-color: white;
    border-radius: 7px;
    padding: 10px;
}

.pay-top .box p{
    text-align: right;
}
.pay-top .box i{
    color: blue;
    margin: 5px;
}
.pay-top .box h3{
    color: #0a7c00;
    font-size: 25px;
}
.pay-top .box h3 .x{
    transform: scale(0.8);
    text-decoration: line-through;
    color: red;
}
.pay-top .box button{
width: 70%;
margin: 10px;
background-color: #090cb1;
}


/*لالالالالالالالا*/


.pay-top .container {
    background-color: #fff;
    padding: 20px;
    padding-top: 80px;
    padding-bottom: 100px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 80%;
    margin-left: 5%;
    top: 20%;
    position: absolute;
}
.pay-top h1 {
    color: #333;
    margin-bottom: 20px;
}
.pay-top .input-container {
    position: relative;
    margin-bottom: 20px;
}
.pay-top .input-container input{
    width: 70%;
    margin-right: 5%;
    padding: 10px 10px 10px 40px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
}
.pay-top .input-container input:focus{
    outline: none;
    border-style: solid;
    border-color: #000c75;
    box-shadow: 1px 1px 10px #001aff94;
    transition: 0.3s;
}
.pay-top .input-container .icon {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #000000;
    font-weight: bold;
}
.pay-top button {
    background-color: #007bff;
    color: white;
    padding: 12px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    width: 100%;
}
.pay-top button:hover {
    background-color: #0056b3;
    transition: 0.5s;
}
.pay-top .paypal-logo {
    margin-top: 20px;
}


    .pay-top .box button img{
        width: 130px;
        height: 30px;
    }






/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*صفحة الادارة*/

.adm-hom{
    margin-top: 100px;
    text-align: center;
}

.adm-hom a{
    text-decoration: none;
}
.adm-hom .box{
    width: 80%;
    margin:20px auto;
    background-color: #000c75;
    border-radius: 7px;
    padding: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.adm-hom .box button{
        background-color: white;
        padding: 10px;
        font-size: 16px;
         border-radius: 6px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        color: blue;
}
.adm-hom .box button:hover{
        transition: 0.3s;
        color: orangered;
}




.adm-hom .box.a{
    background-color: #001aff;
    color: white;
}
.adm-hom .box.a:hover{
    transition: 0.4s;
    background-color: #05159c;
}




.adm-hom .box.b{
    background-color: #792301;
    color: white;
}
.adm-hom .box.b:hover{
    background-color: #462a02;
    transition: 0.4s;
    color: white;
}





.adm-hom .box.c{
    background-color: #1c5501;
    color: white;
}
.adm-hom .box.c:hover{
    transition: 0.4s;
    background-color: #0e2c00;
    color: white;
}


.adm-hom .box.d{
    background-color: #ff0000;
    color: white;
}

.adm-hom .box.d:hover{
    transition: 0.4s;
    background-color: #740000;
    color: white;
}

.adm-hom .box.f{
    background-color: #028680;
    color: white;
}
.adm-hom .box.f:hover{
    transition: 0.4s;
    background-color: #034d49;
    color: white;
}


/*الرصيد في الموقع*/


.adm-money{
    text-align: center;
    margin-top: 100px;
}
.adm-money .Her{
    position: absolute;
    left: 2%;
}
.adm-money .Her button{
    display: block;
    margin-top: 10px;
    background-color: #675df8;
    color: white;
    font-size: 20px;
    border-radius: 6px;
    padding: 15px;
}
.adm-money .Her button:hover{
    transition: 0.3s;
    opacity: 0.8;
}

.adm-money .dmoney{
    text-align: center;
    margin-bottom: 170px;
    margin-top: 120px;
}
.adm-money .dmoney p{
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: blue;
}
.adm-money .dmoney h1{
    color: #034e00;
    font-weight: bold;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.adm-money .dmoney button{
    border-radius: 6px;
    background-color: #00026b;
    color: white;
    padding: 15px;
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 80%;
}
.adm-money .dmoney button:hover{
    background-color: #2f32ce;
    transition: 0.3s;
}
.adm-money .dmoney table{
    width: 100%;
    background-color: #000003;
}
.adm-money .dmoney td{
    color: white;
    padding: 5px;
}
.adm-money .dmoney th{
    background-color: white;
}
.adm-money h3{
    text-align: right;
    color: blue;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.adm-money #red{
    color: red;
}
.adm-money .box{
    width: 80%;
    margin-left: 10%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #00811c;
    color: white;
    font-size: 13px;
    border-radius: 8px;
    margin-bottom: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.adm-money .box:hover{
    transition: 0.4s;
    cursor: pointer;
    background-color: rgb(72, 248, 72);
    color: black;
}





/*معالجات*/


.adm-ser{
    text-align: center;
    margin-top: 100px;
}



.adm-ser .but button{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 80%;
    padding-top: 5px;
    font-size: 13px;
    padding-bottom: 5px;
    background-color: #00026b;
    border-radius: 8px;
    color: white;
    margin-top: 5px;
    margin-bottom: 10px;
}

.adm-ser .but button{
    background-color: #1013ad;
    transition: 0.6s;
}


.adm-ser input{
    text-align: center;
    transition: 0.4s;
    width: 80%;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 15px;
    font-size: 25px;
    font-weight: bold;
    border: none;
    border-bottom-style: solid;
    border-width: 5px;
    border-bottom-color: #000000;
    border-radius: 6px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 4px;

}

.adm-ser input:hover{
    transition: 0.5s;
}
.adm-ser input:focus{
    outline: none;
    border: none;
    border-bottom-style: solid;
    border-width: 5px;
    border-bottom-color: #0004ff;
    box-shadow: 0px 0px 100px blue;
}


.adm-ser button{
    margin-top: 5px;
    margin-bottom: 10px;
    width: 50%;
    padding: 8px;
    font-size: 13px;
    border-radius: 8px;
    background-color: rgb(60, 5, 116);
    color: white;
    margin-bottom: 90px;
}

.adm-ser button:hover{
    transition: 0.4s;
    background-color: rgb(102, 23, 182);
}



/*عرض الحساب*/

.adm-ser .tx{
    text-align: right;
    background-color: whitesmoke;
}
.adm-ser table{
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.adm-ser .tx .cn{
    display: flex;
    justify-content: center;
}
.adm-ser table td{
    width: 50%;
}
.adm-ser table tr:nth-child(even){
    background-color:#0000003f;
    }
    .adm-ser table tr:nth-child(odd){
        background-color:#00000025;
        }
        .adm-ser .fa-solid.fa-star{
            color: #eeff00;
            
            
        }
        .adm-ser .block .fa-solid.fa-star{
            color: black;
            
        }
        .adm-ser .block{
            display: inline;
        }
.adm-ser .tx .img{
    width: 120px;
    height: 120px;
    background-color: #00026b;
    border-radius: 50%;
    overflow: hidden;
}
.adm-ser .tx .img img{
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.adm-ser .tx h1{
    color: blue;
    text-align: center;
}
.adm-ser .tx h2{
    color: black;
}
.adm-ser .tx h3{
    color: white;
    background-color: black;
    display: inline;
    padding: 5px;
    border-radius: 8px;
}












/*ادارة الاعلانات*/
.adm-ads{
    text-align: center;
    margin-top: 100px;
    background-color: whitesmoke;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.adm-ads button{
    width: 90%;
    padding: 10px;
    background-color: rgb(0, 48, 207);
    color: white;
    font-size: 13px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.616);
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 7px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.adm-ads button:hover{
    transition: 0.5s;
    background-color: #e04ef3;
    color: black;
}
.adm-ads .box{
    width: 90%;
    margin-left: 5%;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.616);
    color: black;
    border-radius: 7px;
    padding: 5px;
    margin-bottom: 40px;
}


.adm-ads .box img{
    width: 90%;
    border-radius: 8px;
}

.adm-ads .box a{
    margin-top: 30px;
    margin-bottom: 100px;
    display: block;
    color: orange;
}

.adm-ads .box button{
    width: 90%;
    padding: 5px;
    margin-bottom: 20px;
    margin-top: 5px;
    border-radius: 7px;
    font-size: 13px;
}

.adm-ads .box .add{
    background-color: #0004ff;
    color: white;
}

.adm-ads .box .add:hover{
    background-color: #020470;
    color: white;
    transition: 0.4s;
}
.adm-ads .box .dle{
    background-color: #ff0000;
    color: white;
}

.adm-ads .box .dle:hover{
    background-color: #7c0303;
    color: white;
    transition: 0.4s;
}


/*الرسائل والدردشات*/

.adm-mass{
    text-align: center;
    margin-top: 100px;
}

.adm-mass .box{
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: darkblue;
    width: 80%;
    margin-left: 10%;
    padding: 10px;
    border-radius: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.adm-mass .box.com{
    background-color: #007531;
}
.adm-mass .box .n{
    position: absolute;
    background-color: red;
    color: white;
    padding: 5px;
    border-radius: 8px;
}

.adm-mass .box .fx{
    display: flex;
    justify-content: right;
    color: white;
}

.adm-mass .box .fx p{
    padding: 10px;
}
.adm-mass .box .fx .img{
    background-color: red;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.adm-mass .box .fx .img img{
    width: 100%;
    height: 100%;
}
.adm-mass .box  button{
    margin-top: 70px;
    padding: 10px;
    width: 80%;
    border-radius: 8px;
    background-color: orange;
    color: #000000;
    font-size: 13px;
}

.adm-mass .box  button:hover{
    transition: 0.4s;
    background-color: white;
}

/* اضافة طرق الدفع وحذفها والتحكم في فعالياتها */



.ketr .CSE {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255);
    text-align: center;

    width: 90%;
}
.ketr .CSE .rre button{
    width: 70%;
    padding: 15px;
    margin: 20px;
    background-color: rgb(112, 149, 9);
    color: rgb(255, 255, 255);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
}
.ketr .CSE table{
    margin-top: 25px;
    width: 100%;
    text-align: center;
    background-color: azure;
}
.ketr .CSE #VF{
    margin-top: 15px;
    background-color: blueviolet;
    color: white;
    border: none;
    border-radius: 6px;
    width: 70%;
    padding: 18px;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.ketr .CSE table button{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    width: 30%;
    margin-top: 10px;
    padding: 10px;
}
.ketr .CSE table #r{
    background-color: rgb(196, 0, 0);
    color: white;
}
.ketr .CSE table #h{
    background-color: rgb(0, 0, 255);
    color: white;
}
.ketr .CSE table #a{
    background-color: orchid;
    display: inline;
}
.ketr .CSE table #f{
    background-color: rgb(0, 82, 21);
    color: white;
}
.ketr .CSE table tr{
    border-style: solid;
    border-color: black;
    margin-top: 10px;
}
.ketr .CSE table th{
    background-color: rgb(0, 62, 149);
    color: white;
    padding: 10px;
    font-size: 20px;
}
.ketr .CSE table td{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: blue;
    font-weight: bold;
}
.ketr .CSE button:hover{
    transition: 0s;
    opacity: 0.8;
}
.ketr .CSE .xTTGC{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    overflow-x: hidden;
    height: 600px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1px 10px black;
    border-radius: 6px;
    border-width: 2px;
}
@keyframes fadeIwn{
    to{
        opacity: 1;
    }
}

.ketr .CSE .xTTGC input{
    width: 80%;
    padding: 10px;
    font-size: 19px;
    background-color: rgba(0, 0, 255, 0.096);
    margin: 10px;
    border:none;
    text-align: right;
}
.ketr .CSE .xTTGC .cnf{
    display: flex;
    justify-content: center;
    text-align: center;

}

.ketr .CSE .xTTGC #changeText{
text-align: center;
}
.ketr .CSE .xTTGC img{

    width: 200px;
    height: 200px;
    cursor: pointer;
}
.ketr .CSE .xTTGC img:hover{
    box-shadow: 1px 1px 10px darkmagenta;
    transition: 0.3s;
}
.ketr .CSE .xTTGC #x{
    text-align: center;
}
.ketr .CSE .xTTGC input:focus{
    opacity: none;
    outline: none;
}
.ketr .CSE .xTTGC input:hover{
    background-color: aquamarine;
}
.ketr .CSE .xTTGC textarea{
    width: 80%;
    padding: 10px;
    font-size: 19px;
    background-color: rgba(0, 0, 255, 0.096);
    margin: 10px;
    border:none;
    text-align: right;
}
.ketr .CSE .xTTGC textarea:focus{
    opacity: none;
    outline: none;
}
.ketr .CSE .xTTGC textarea:hover{
    background-color: aquamarine;
}
.ketr .CSE .xTTGC button{
    width: 90%;
    padding: 15px;
    margin: 10px;
    background-color: darkblue;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
}
.ketr .CSE .xTTGC #z{
    background-color: darkgray;
}
.ketr .CSE .xTTGC .sas{
    position: absolute;
    width: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}







/*الحركة المالية والسحب*/

.adm-top{
    text-align: center;
    margin-top: 130px;
}
.adm-top .ho{
    background-color: red;
    padding: 5px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    display: inline;
    margin-top: -12px;
    position: absolute;
}
.adm-top .p{
    margin-top: 180px;
    font-size:20px;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
}
.adm-top .tools{
    margin: 10px;
}
.adm-top .tools button{
    padding: 10px;
    background-color:#005e8a;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    border-radius: 4px;
    color: white;
}
.adm-top .tools button:hover{
    transition: 0.3s;
    background-color: indigo;
}
.adm-top .p img{
    width: 40%;
}
.adm-top .box{
    background-color: rgb(247, 244, 202);
    border-style: solid;
    border-color: black;
    border-width: 1px;
    color: black;
    padding: 10px;
    border-radius: 10px;
    width: 90%;
    margin-left: 3%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 30px;
    margin-bottom: 50px;
}

.adm-top .box .fx{
    display: flex;
    justify-content: right;
}

.adm-top .box .fx p{
    padding: 10px;
}

.adm-top .box .fx .img{
    width: 80px;
    height: 80px;
    overflow: hidden;
    background-color: #00026b;
    border-radius: 50%;
}

.adm-top .box .fx .img img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.adm-top .box .n{
    text-align: left;
}

.adm-top .box h1,.adm-top .box h2{
    text-align: right;
}

.adm-top .box p{
    color: #0059ff;
    font-weight: bold;
}

.adm-top .box button{
    width: 80%;
    padding: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 8px;
    background-color: rgb(255, 255, 21);
    color: #000000;
    font-size: 13px;
}



/*البلاغات*/

.adm-block{
    text-align: center;
    margin-top: 150px;
}

.adm-blockcol{
    background-color: #a6dbc7;
}

.adm-block .box{
    margin-left: 4%;
    width: 90%;
    padding: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 40px;
    margin-bottom: 20px;
}

.adm-block .box .fx{
    display: flex;
    justify-content: right;
    margin-bottom: 20px;
}

.adm-block .box .fx .img{
    width: 70px;
    height: 70px;
    overflow: hidden;
    background-color: #00026b;
    border-radius: 50%;
}

.adm-block .box .fx .img img{
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.adm-block .box .fx p{
    padding: 10px;
}

.adm-block .box .n{
    position: absolute;
}


.adm-block .box .txt{
    text-align: right;
}


.adm-block .box button{
    display: block;
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
    margin-bottom: 5px;
    background-color: #0004ff;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 7px;
    padding: 10px;
}

.adm-block .box button:hover{
    background-color: #ffe600;
    color: #000000;
    transition: 0.4s;
}




.adm_user{
    margin-top: 70px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: center;
}

.adm_user .buttuser{
    text-align: center;
    margin: 30px;
}

.adm_user .buttuser button{
    background-color: #3800a0;
    padding: 5px;
    margin: 5px;
    width: 70%;
    font-size: 20px;
    border-radius: 3px;
    color: white;
}
.adm_user button:hover{
    transition: 0.3s;
    opacity: 0.8;
}

.adm_user .box{
    padding-top: 20px;
    width: 90%;
    display: inline-block;
    background-color: white;
    box-shadow: 1px 1px 10px blue;
    margin: 20px auto;
    padding: 20px 10px 10px 20px;
    border-radius: 7px;
}
.adm_user .box p{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-top:  10px;
    background-color: #002e74;
    color: white;
    display: inline;
    border-radius: 4px;
    padding: 2px;
    margin: 10px;
}

.adm_user .box b{
    text-align: right;
    display: block;
    color: blue;
    margin: 10px;
    background-color: #00000025;
    color: black;
}



.adm_user .box button{
    width: 70%;

    background-color: #0000005e;
    color: white;
    border-radius: 4px;
    margin: 10px;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 10px;
}





















    /*التحميل للصفحة*/
    .three-bodyx{
        background-color: rgba(209, 214, 218, 0.637);
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        text-align: center;
        justify-content: center;
        z-index: 10;
    }
    .three-bodyx h1{
        width: 90%;
        min-height: 10%;
        max-height: 90%;
        padding: 5px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999; /* تأكد من أن العنصر فوق كل العناصر الأخرى */
        box-sizing: border-box; /* لضمان أن الحشوة لا تؤثر على الأبعاد */
        margin-top: 30%;
        z-index: 6;
        font-family:Arial, Helvetica, sans-serif;
        color: black;
        filter: drop-shadow(1px 1px 3px rgb(69, 5, 245));
    }
    .three-bodyx #bakr{
        background-color: red;
    }
    .three-bodyx #bak{
        background-color:#0b8a00;
    }
    .three-body {
        width: 90%;
        min-height: 10%;
        max-height: 90%;
        padding: 5px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999; /* تأكد من أن العنصر فوق كل العناصر الأخرى */
        box-sizing: border-box; /* لضمان أن الحشوة لا تؤثر على الأبعاد */
        margin-left: -10%;
--uib-size: 75px;
--uib-speed: 0.9s;
--uib-color: #00026b;
filter: drop-shadow(11px 9px 10px rgb(5, 237, 245));
position: fixed;
display: inline-block;
height: var(--uib-size);
width: var(--uib-size);
animation: spin78236 calc(var(--uib-speed) * 1.5) infinite linear;
}
.three-body__dot {
position: fixed;
height: 100%;
width: 40%;
}
.three-body__dot:after {
content: '';
position: fixed;
height: 0%;
width: 100%;
padding-bottom: 100%;
background-color: var(--uib-color);
border-radius: 50%;
}
.three-body__dot:nth-child(1) {
bottom: 5%;
left: 0;
transform: rotate(60deg);
transform-origin: 50% 85%;
}
.three-body__dot:nth-child(1)::after {
bottom: 0;
left: 0;
animation: wobble1 var(--uib-speed) infinite ease-in-out;
animation-delay: calc(var(--uib-speed) * -0.3);
}
.three-body__dot:nth-child(2) {
bottom: 5%;
right: 0;
transform: rotate(-60deg);
transform-origin: 50% 85%;
}
.three-body__dot:nth-child(2)::after {
bottom: 0;
left: 0;
animation: wobble1 var(--uib-speed) infinite
calc(var(--uib-speed) * -0.15) ease-in-out;
}
.three-body__dot:nth-child(3) {
bottom: -5%;
left: 0;
transform: translateX(116.666%);
}
.three-body__dot:nth-child(3)::after {
top: 0;
left: 0;
animation: wobble2 var(--uib-speed) infinite ease-in-out;
}
@keyframes spin78236 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes wobble1 {
0%,
100% {
transform: translateY(0%) scale(1);
opacity: 1;
}
50% {
transform: translateY(-6%) scale(0.5);
opacity: 0.8;
}
}
@keyframes wobble2 {
0%,
100% {
transform: translateY(0%) scale(1);
opacity: 1;
}
50% {
transform: translateY(66%) scale(0.65);
opacity: 0.8;
}
}


.massg-arry{
    z-index: 5;
    top: 0;
    right: 0;
    background-color: #ffffffa8;
    position: fixed;
    width: 100%;
    height: 100%;
}
.massg-arry.z4{
    z-index: 4;
}
.massg-arry .sss{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 150px;
}
.massg-arry table{
    width: 90%;
}
.massg-arry table tr{
    text-align: right;

    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    background-color: indigo;
    color: white;
}
.massg-arry table tr td{
    padding: 10px;
}
.massg-arry table tr a{
    background-color: hsl(234, 72%, 56%);
    padding: 5px;
    display: block;
    color: white;
}
.massg-arry  .df{
    height: 350px;
    overflow-x: hidden;
}
.massg-arry.x{
    width: 100%;

}
.massg-arry a{
text-decoration: none;
}
.massg-arry #a{
    text-decoration: none;
    background-color: white;
    display: block;
}
.massg-arry .mass-top .d{
    color: rgb(255, 255, 255);
    background-color: #00811c;
    
    padding: 1px;
    border-radius: 6px;
}
.prw {
    width: 300px;
    border-radius: 5px;
    width: 90%;
    min-height: 10%;
    max-height: 90%;
    padding: 5px;
    background-color: white; /* يمكنك تغيير اللون حسب الحاجة */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; /* تأكد من أن العنصر فوق كل العناصر الأخرى */
    box-sizing: border-box; /* لضمان أن الحشوة لا تؤثر على الأبعاد */
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.prw .ofx{
    display: inline-block;
    overflow-x: hidden;
    height: 500px;
}
.prw .ofx::-webkit-scrollbar{
    width: 15px;
}
.prw .ofx::-webkit-scrollbar-thumb{
    background-color: #00026bd8;
    border-radius: 8px;
}
.prw .ofx::-webkit-scrollbar-thumb:hover{
    box-shadow: 1px 1px 1px white;
    background-color: #033aa1a4;
}
.prw .box{
display: block;
width: 80%;
background-color: white;
border-radius: 7px;
margin: 30px;
}
.prw .box button{
    border-radius: 8px;
    display: inline;
    width: 90%;
    padding: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #505153;
    color: white;
}
.prw .box img{
    width: 100%;
    height: 200px;
    border-radius: 10px;
}

.prw .box .xoffnon{
    display:block;
    background-color: #ce0808;
    max-width: 30px;
    border-radius: 4px;
    color: white;
    padding: 7px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display:block;
    font-size: 15px;
    margin-top: -5px;
    margin-bottom: -20px;
    }
    
    
    .prw .box .xoff{
        display:block;
        background-color: #007531;
        max-width: 30px;
        border-radius: 4px;
        color: white;
        padding: 7px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 15px;
        margin-top: -5px;
        margin-bottom: -20px;
        
    }
    
.mass-top{
    opacity: 0;
    animation: fadeIn 0.4s ease-in forwards;
    border-radius: 5px;
    width: 90%;
    min-height: 10%;
    max-height: 90%;
    overflow-x: hidden;
    box-shadow: 1px 1px 7px #000000b4;
    padding: 5px;
    background-color: white; /* يمكنك تغيير اللون حسب الحاجة */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; /* تأكد من أن العنصر فوق كل العناصر الأخرى */
    box-sizing: border-box; /* لضمان أن الحشوة لا تؤثر على الأبعاد */
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}

.mass-top button{
    width: 80%;
    padding: 10px;
    background-color: #00000000;
    margin: 5px auto;
    color: blue;
    border-radius: 5px;
    border-style: solid;
    border-color: blue;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-width: 1px;
}
.mass-top button:hover{
    background-color: #888;
    transition: 0.7s;
}

.mass-top .options {
    display: flex;
    justify-content: space-between;
    width: 50%;
    background-color: #0000000f;
    margin: 20px auto;
}

.mass-top .option {
    text-align: right;
    flex: 1;
    margin: 0 5px;
}

.mass-top .option input[type="radio"] {
    display: none;
}
.mass-top .pay-txt-scr{
    background-color: #00000050;
    color: white;
    display: inline-block;
    padding: 10px;
    border-radius: 7px;
}

.mass-top .option label {
    
    display: block;
    padding: 10px;
    background-color: #0000004f;
    color: white;
    border-radius: 4px;
    border: 2px solid #ddd;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.mass-top .option input[type="radio"]:checked + label {
    background-color: #030a4d;
    color: #fff;
    border-color: #007bff;
}

.mass-top .option label:hover {
    background-color: #e9e9e9;
}


.mass-top .pay-txt-scr{
    background-color: #030a4d;
    color: white;
    display: inline-block;
    padding: 10px;
    border-radius: 7px;
}

.mass-top .bay .box button{
    background-color: forestgreen;
    color: white;
    padding: 10px;
    margin: 5px;
    font-size: 15px;
}
.mass-top select{
    width: 80%;
    background-color:#020470;
    color: white;
    padding: 10px;
    font-size: 15px;
    border-radius: 6px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 7px;
    text-align: center;
}


@keyframes fadeIn{
to{
    opacity: 1;
}
}



.mass-top #in{
    background-color: white;
    color: black;
    width: 70%;
    margin-left: 15%;
    }
.mass-top .select{
    width: 40%;
    padding: 10px;
    border-radius: 6px;
}

.mass-top .select select{
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    color: blue;
    background-color: white;
}


.mass-top .select select option{
    text-align: center;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 20px;
}

.mass-top .fox input{
    text-align: center;
    width: 80%;
    margin-left: 7%;
    padding: 10px;
    display: block;
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-style: solid;
    border-radius: 5px;
    background-color: white;
    border-color: #000000;
    margin-top: 10px;
    margin-bottom: 5px;
    color: rgb(0, 0, 0);
    border: #1238b6;
    box-shadow: 1px 1px 5px blue;
    transition: 0.2s;
}

.mass-top .fox textarea{
    text-align: right;
    width: 80%;
    margin-left: 7%;
    padding: 10px;
    display: block;
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-style: solid;
    border-radius: 5px;
    background-color: white;
    border-color: #000000;
    margin-top: 10px;
    margin-bottom: 5px;
    color: rgb(0, 0, 0);
    border: #1238b6;
    box-shadow: 1px 1px 5px blue;
    transition: 0.2s;
}
.mass-top input{
    text-align: center;
    width: 80%;
    margin-left: 7%;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 10px;
    display: block;
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-style: solid;
    border-radius: 5px;
    background-color: #000000be;
    border-color: black;
    border-width: 1px;
    color: white;
}
.mass-top input{
    text-align: center;
    width: 80%;
    margin-left: 7%;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 10px;
    display: block;
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-style: solid;
    border-radius: 5px;
    background-color: #000000be;
    border-color: black;
    border-width: 1px;
    color: white;
}
.mass-top input:focus{
    outline: none;
    border: #1238b6;
    box-shadow: 1px 1px 5px blue;
    transition: 0.2s;
}
.mass-top p{
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    color: #081cce;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.mass-top #p{
    text-align: center;
    font-size: 13px;
    color: #ce0808;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.mass-top #b{
    color: blue;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.mass-top #rere{
    width: 50%;
    margin-left: 25%;
    border-radius: 8px;
    padding: 10px;
    display: block;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #2f00ff;
    color: white;
}
.mass-top #ok{
    width: 50%;
    margin-left: 25%;
    border-radius: 8px;
    padding: 10px;
    display: block;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #047500;
    color: white;
}
.mass-top #no{
    width: 50%;
    margin-left: 25%;
    border-radius: 8px;
    padding: 5px;
    display: block;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: white;
    color: rgb(31, 0, 207);
    border-style: solid;
    border-color: #00026b;
    border-width: 1px;
    border-radius: 4px;
}
.mass-top #ok:hover{
    transition: 0.2s;
    background-color: #1ab915;
    color: rgb(255, 253, 253);
}
.mass-top #no:hover{
    transition: 0.2s;
    border-color: #00026b;
    background-color: rgba(37, 0, 250, 0.514);
    color: rgb(255, 255, 255);
}
.mass-top #rereno{
    width: 50%;
    margin-left: 25%;
    border-radius: 8px;
    padding: 10px;
    display: block;
    font-size: 13px;
    margin-top: 40px;
    margin-bottom: 20px;
    background-color: #bd0000;
    color: white;
}
.mass-top #rere:hover{
    transition: 0.4s;
    transform: scale(1.05);
    background-color: #2b3ee9;
    color: white;
}
/*خلفية شفاشفة*/
.background-www{
    top: 0;
    width: 100%;
    height: 100%;
    z-index:2;
    position: fixed;
    background-color: #0000005b;
}
/*التعبيرات بالنجوم بالتقيم*/
.centered-box {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    width: 90%;
    max-height: 90%;
    overflow-x: hidden;
    background-color: white; /* لون خلفية الفورم */  
    border-radius: 8px; /* زوايا مدورة */ 
    border: solid #0000003f 2px; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* ظل خفيف */  
    text-align: center; /* محاذاة النص إلى الوسط */  
}  
.centered-box .roq input{
    text-align: center;
    margin: 15px;
}
.centered-box .roq button{
    margin: 15px;
    background-color: white;
    color: black;
    border-style: solid;
    border-radius: 7px;
    border-color: blue;
    border-width: 1px;
}
.centered-box .roq button{
    transition: 0.2s;
    opacity: 0.9;
}
.centered-box .img{
    width: 100px;
    height: 100px;
    margin: 5px auto;
    overflow: hidden;
    border-radius: 50%;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    cursor: pointer;
}
.centered-box .img .n{
   margin-top: -17px;
   background-color: #00000022;
   padding: 5px;
   border-radius: 6px;
   position: absolute;
}
.centered-box .img img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.centered-box select{
    display: block;
    width: 90%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    margin: 10px auto ;
    padding: 10px;
    border-radius: 7px;
    border-color: black;
    text-align: center;
}
.centered-box h1 { 
    text-align: center; 
    font-size: 13px;  
    margin-bottom: 20px;  
}  
.centered-box h3{
    text-align: center;
}
.centered-box .d{
    display: flex;
    justify-content: left;
    display: inline;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    transform: scale(1.2);
    color: #034e00;
    margin-top: 10px;
}
.centered-box .stars {  
    display: flex;  
    justify-content: center;  
    margin: 10px 0;  
}  

.centered-box .stars input {  
    display: none; /* إخفاء زر الراديو */  
}  

.centered-box .stars label {  
    font-size: 40px;  
    color: black; /* لون النجوم */  
    cursor: pointer;  
    transition: transform 0.2s; /* تأثير سلس */  
}  

.centered-box  .stars label:hover,  
.centered-box .stars label:hover ~ label {  
color: gold; /* لون النجوم عند التمرير فوقها */  
}  
.centered-box .stars input:checked ~ label {  
    color: gold; /* لون النجوم المحددة */  
}  

.centered-box .textarea-wrapper {  
    margin: 20px 0;  
}  

.centered-box textarea {  
    text-align: right;
    min-height: 140px;
    width: 90%;  
    padding: 10px;  
    border: 2px solid #ccc;  
    border-radius: 5px;  
    font-size: 12px;  
    resize: none; /* منع تغيير حجم حقل النص */  
}  
.centered-box input{
    text-align: right;
    width: 90%;  
    padding: 10px;  
    border: 2px solid #ccc;  
    border-radius: 5px;  
    font-size: 12px;  
    resize: none; /* منع تغيير حجم حقل النص */   
}
.centered-box i{
    color: blue;
}
.centered-box button { 
    margin: 20px;
    width: 80%;
    background-color: #4CAF50; /* لون زر الإرسال */  
    color: white;  
    border: none;  
    border-radius: 5px;  
    padding: 10px;  
    font-size: 12px;  
    font-weight: bold;
    cursor: pointer;  
    transition: background-color 0.3s, transform 0.2s; /* تأثيرات الزر */  
}  
.centered-box #nbo{
    background-color: white;
    color: blue;
    border-style: solid;
    border-color: blue;
    border-width: 1px;
}

.centered-box button:hover {  
    background-color: #45a049; /* لون الزر عند التمرير فوقه */  
}  

.centered-box button:active {  
    transform: scale(0.95); /* تأثير ضغط الزر */  
}  


/*تحميل الصفحة*/
.fbody {
    display: flex;
    z-index: 999;
    top: 0;
    left: 0;
    position: fixed;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: white; /* خلفية بيضاء */
    color: black; /* لون النص */
    font-family: 'Arial', sans-serif; /* استخدام خط أوضح */
}
.loading-textv {
font-weight: bold;
    font-size: 20px;
    letter-spacing: 5px;
    position: relative;
    z-index: 1;

    
}
.loading-textv span {
    color: black;
    margin: 1px;
    padding: 1px;
    display: inline-block;
    opacity: 0;
    animation: fadeInOutx 1.5s infinite;
    text-shadow: 0 0 2px blue; /* توهج باللون الأزرق */
}
.loading-textv span:nth-child(1) { animation-delay: 0s; }
.loading-text span:nth-child(2) { animation-delay: 0.1s; }
.loading-text span:nth-child(3) { animation-delay: 0.2s; }
.loading-text span:nth-child(4) { animation-delay: 0.3s; }
.loading-text span:nth-child(5) { animation-delay: 0.4s; }
.loading-text span:nth-child(6) { animation-delay: 0.5s; }
.loading-textv span:nth-child(7) { animation-delay: 0.3s; }

@keyframes fadeInOutx {
    0%, 100% { opacity: 0; transform: translateY(10px); }
    50% { opacity: 1; transform: translateY(0); }
}

.coni {
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 255, 0.5); /* لون أزرق شفاف */
    border-radius: 50%;
    animation: move 3s infinite;
}

@keyframes move {
    0%, 100% { top: 50%; left: 50%; transform: translate(-50%, -50%); }
    25% { top: 40%; left: 45%; }
    50% { top: 50%; left: 40%; }
    75% { top: 60%; left: 45%; }
}


.container {
    width: 3.25em; 
    transform-origin: center;
    animation: rotate4 2s linear infinite;
}

.loader {
    fill: none;
    stroke: #106ee8;
    stroke-width: 10;
    stroke-dasharray: 2, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: dash4 1.5s ease-in-out infinite;
}

@keyframes rotate4 {
    100% {
    transform: rotate(360deg);
    }
}

@keyframes dash4 {
    0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    }
    50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
    }
    100% {
    stroke-dashoffset: -125px;
}

}

.massg-arry .ewx{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.massg-arry .ewx p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    color:#0004ff;
    font-size: 13px;
}
}