/*///////////////////////////////////*/
/*///////////////////////////////////*/
/*///////////////////////////////////*/
/*///////////////////////////////////*/
/*للكميوتر من 801 بيكسل الي 2000 بيكسل */
@media screen and (min-width:801px) and (max-width:4000px) {
    
    
    /*الاعدادات العامة للموقع*/
    body{
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }
    .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;
    }
    .disnone.list{
        display: none;
    }
    .fa-brands.fa-square-web-awesome{
        color: blue;
    }
    /*كود تسجيل الخروج*/
    
    .logout button{
        width: 30%;
        margin-left: 10%;
        margin-bottom: 50px;
        margin-top: 50px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        border-style: solid;
        border-radius: 6px;
        border-width: 1px;
        border-color: rgb(255, 255, 255);
        background-color: rgb(241, 0, 0);
        padding: 10px;
    }
    .logout.x button{
        position: absolute;
        top: 0;
        right: 5px;
        margin-top: 10px;
    }
    
    .logout button:hover{
        background-color: rgb(255, 169, 88);
        transition: 0.4s;
    }
    /*الاشعارات*/
    .nwearry{
        position: absolute;
        right: 5px;
        background-color: red;
        color: white;
        border-radius: 5px;
        padding: 3px;
    }
    
    
    .ofhhr {
        background-color:#e5f3f8 ;
        padding: 15px;
        flex: 1;
        overflow-x: hidden;
        height: 200px;
    
    }
    .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;
    }
    /*متصل*/
    .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;
        padding: 3px;
    }
        /*رسالة الحساب محظور ولا يوجد مستخدم في صفحة البروفائل*/
        .masseroor{
            width: 40%;
            margin-left: 40%;
            text-align: center;
            margin-top: 15%;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .masseroor h2{
            color: red;
        }
    .fx{
        display: flex;
    }
    .fx.cn{
        justify-content: center;
    }
    #cn{text-align: center;}
    #ri{text-align: right;}
    
    button{
        cursor: pointer;
        border: none;
    }
    .nxt-index{
        text-align: center;
    }
    
    .nxt-index button{
        width: 50%;
        background-color: #0120cebd;
        padding: 10px;
        font-size: 18px;
        border-radius: 4px;
        color:white;
        margin: 20px;
    }
    .nxt-index button:hover{
        background-color: #6275e5bd;
        transition: 0.3s;
    }
    .fade-in {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 1s ease-out, transform 1s ease-out;
    }
    
    .fade-in.visible {
        opacity: 1;
        transform: translateY(0);
    }
    .wi{
        color: white;
    }
    .saa a{
        text-decoration: none;
    }
    .notsession{
        background-color: #2b941d;
        color: rgb(255, 255, 255);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        padding: 20px;
        border-radius: 4px;
        font-size: 14px;
    }
    .notsession.a{
        background-color: rgb(125, 60, 255);
        color: white;
    }
    .notsession:hover{
        transition: 0.2s;
        background-color: #ffffff75;
    }
    /* الصفحة العلوية والخيارات*/
    #colored-element{
        background-color: #00000000;
        top: 0;
        display: flex;
        z-index: 1;
        width: 100%;
        height: 50px;
        border-radius: 8px;
        transition: 0.6s;
        position: fixed;
    }
    header .ar{
        background-color: #ffffff;
        border-radius: 5px;
        padding: 4px;
        position: absolute;
        left: 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: 20px;
        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: 20px;
                    color: black;
                    text-decoration: none;
                    margin-left: 30px;
                    padding: 10px;
                    border-radius: 5px;
                    background-color: white;
                    }
                    header .header .block:hover{
                        color: rgb(255, 255, 255);
                        background-color: rgb(12, 0, 82);
                        transition: 0.7s;
                    }
                    header .header .wit{
                        font-size: 20px;
                        color: white;
                        text-decoration: none;
                        margin-left: 30px;
                        padding: 10px;
                        border-radius: 8px;
                        background-color: black;
                        }  
                    header .header .wit:hover{
                        color: hsl(0, 0%, 100%);
                        background-color: #01075f;
                        transition: 0.9s;
                    }      
    header .header2{
        font-weight: bold;
        color: white;
        font-size: 30px;
        flex: 1;
        text-align: right;
    }
        header .header2 img{
            width: 100px;
            height: 50px;
        }

    
    /*الواجهة الاساسية*/
    
    .fx.bak .index.text h1{
        filter: drop-shadow(1px 1px 12px rgb(204, 0, 255));
        justify-content: center;
        margin-top: 1px;
        display: flex;
    
    }
    
    .cn-jc-fx{
        display: flex;
        justify-content: center;
    }
    
    
    
    .fx.bak .index.text p{
        width: 70%;
        margin-left: 15%;
        color: white;
        filter: drop-shadow(1px 1px 12px rgb(204, 0, 255));
        justify-content: center;
        margin-top: 10;
        display: flex;
    }
    .fx.bak{
    
                    /* تحديد الخلفية المتدرجة */
                    background: linear-gradient(to bottom, rgb(0, 102, 255) 25%, white);
                    /* ضبط حجم الخلفية لتغطية كامل الصفحة */
                    height: 100vh;
                    margin: 0;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    color: black;
                    font-family: Arial, sans-serif;
                    background:   
                    url(../png_hom/img/hom.jpg) no-repeat center center; /* الصورة في الوسط دون تكرار */  
                    background-size: cover; /* تغطي الصورة كامل مساحة العنصر */  
                    position: relative; /* تجعل العنصر نسبي للتمكن من وضع اللون الأسود */  
                    width: 100%;  
                    height: 650px;  
    }
    .fx.bak::before {  
        content: '';  
        position: absolute;  
        top: 0;  
        left: 0;  
        right: 0;  
        bottom: 0;  
        background: rgba(0, 0, 0, 0.7); /* اللون الأسود مع 50% شفافية */  
        pointer-events: none; /* تسمح بالنقر على العناصر تحت هذه الطبقة */  
        z-index: 0; /* تأكد من أن هذه الطبقة فوق الصورة */  
    }
    .index.dis.x{
    padding: 0;
    }
    .fx.bak .index{
        width: 100%;
        margin-bottom: 30px;
    }
    
    .fx.bak .index.text{
        position: absolute;
        font-size: 30px;
        text-align: center;
    }
    
    
    .index.dis{
        text-align: center;
    }
    
    
    
    .index.dis p{
        font-weight: bold;
        font-size: 20px;
        color: white;
        background-color: blue;
        border-radius: 9px;
        display: block;
        width: 50%;
        margin-left: 25%;
        padding: 5px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .ind{
    margin-top: 150px;
    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: 1200px;
        height: 300px;
        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: 18px;
        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);
    }
    
    
    
    
    
    
    
    
    
    .tosrs-hom{
        display: flex;
    }
    .tosrs-hom .as{
    text-align: center;
    width: 50%;
    height: 100px;
    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;
    }
    .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{
        width: 50%;
        height: 400px;
        }
        .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;
        }
    
    
    .ind .box p{
        font-size: 18px;
        color: blue;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
    }
    
    
    .ind .box{
        padding: 15px;
        margin-left: 20px;
        margin-right: 20px;
        display: block;
        border:none;
        width: 250px;
        min-height: 200px;
        font-family: 'Times New Roman', Times, serif;
        font-size: 19px;
    }
    
    .ind .box:hover{
        background-color: blanchedalmond;
        transition: 0.3s;
    }
    
    .ind .box i{
        display: block;
        font-size: 50px;
        margin-bottom: 20px;
        color: #00026b;
    }
    .ind .box img{
        margin: 0 auto;
        display: block;
        width: 50%;
    }
    
    .fx.cn{
        justify-content: center;
    }
    .fx .txt{
    /* تحديد الخلفية المتدرجة */
        background: linear-gradient(to bottom, rgba(4, 83, 173, 0.623) 25%, white);
        margin-top: 180px;
        color: white;
        margin-right: 20px;
        box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.541);
        margin-left: 20px;
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-width: 1px;
        border-radius: 7px;
        padding: 30px;
        width: 20%;
    }
    
    .fx .txt p{
        font-size: 15px;
        text-align: right;
        color: rgb(0, 0, 0);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
    }
    .fx .txt i{
        color: green;
        font-size: 17px;
    }
    .ind .box-a{
        font-size: 15px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border-top-style: solid;
        border-top-color: blueviolet;
        border-bottom-style: solid;
        border-bottom-color: rgb(226, 177, 43);
        width: 60%;
        min-height: 300px;
        margin: 100px;
        padding: 10px;
        border-radius: 8px;
    }
    .ind .box-a i{
        color: hsl(234, 72%, 56%);
    }
    .ind .box-a p{
        font-size: 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    .fx.f2 .index.text{
        margin-top: 190px;
        text-align: center;
        width: 50%;
        font-size: 20px;
    }
    .index.text p{
        width: 50%;
        text-align: right; 
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 17px;
    }

    .index.text.a .bor{
        border-radius: 50%;
        position: fixed;
        width: 200px;
        height: 200px;
    }
    .index.text.a .bor.a{
        z-index: -1;
        transform: scale(1.4);
        left: 0;
        background-color: #9008c596;
        margin-top: 1350px;
    }
    .index.text.a .bor.b{
        z-index: -1;
        top: 330%;
        right: -100px;
        transform: scale(2.2);
        background-color: #003cff5d;
    }
    .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);
    }
    .index.text.a .bor.d{
        top: 100%;
        z-index: -1;
        right: 0;
        top: 800%;
        transform: scale(2.1);
        background-color: rgba(174, 166, 250, 0.349);
    }
    .index.text.a img{
        width: 35%;
        height: 200px;
        position: relative;
    }
    .index.text.a h1{
        background-color: rgb(129, 129, 227);
        padding: 10px;
        border-radius: 6px;
        color: white;
        display: inline;
        text-align: right;
        margin-top: 90px;
        font-size: 19px;
        font-family: 'Courier New', Courier, monospace;
    }
    .i {
        margin: 5px;
    }
    .i i{
        padding: 5px;
        font-size: 20px;
        color: #eeff009c;
    }
    .i i:hover{
        color: #ffffff;
        transition: 0.2s;
        transform: scale(1.2);
    }
    .fx.f2 .index.dis{
        margin-top: 180px;
        margin-bottom: 180px;
    }
    .fx.f2 .index.dis img{
        width: 200px;
        border-radius: 9px;
    }
    .fx.f2 .index.dis{
        margin-top: 190px;
        display: inline-block;
        width: 50%;
    }
    
    
    
    .buttonnwe{
        margin-top: 70px;
        margin-bottom: 70px;
        text-align: center;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 28px;
    }
    .buttonnwe .img{
        display: inline-block;
        width: 200px;
        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;
        display: flex;
        margin-top: 200px;
    }
    .sthmr img{
        width:40%;
        display: block;
    }
    .sthmr p{
        text-align: right;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .sthmr #p{
        padding: 5px;
        margin: 50px;
        border-radius: 10px;
        background-color: teal;
        color: white;
        display: inline;
        position: absolute;
    }
    .buttonnwe button{
        
        max-width: 40%;
        padding: 20px;
        font-size: 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%, darkblue);
    /* ضبط حجم الخلفية لتغطية كامل الصفحة */
    height: 90vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-family: Arial, sans-serif;
    }
    .bot .so{
        border-style: solid;
        height: 200px;
        border-width: 1px;
        color: black;
    }
    .bot i{
        font-size: 40px;
        color: black;
        padding: 20px;
        
    }
    
    .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: 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        text-align: right;
        margin-right: 10%;
        width: 40%;
        
    }
    
    
    
    
    /*انشاء حساب جديد في الموقع*/
    
    .bak.open{
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: rgb(238, 240, 240);
    }
    .bak.open .pass.no{
        color: red;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        margin: 25px;
    }
    .bak.open .logo{
        position: fixed;
        left: 15%;
        top: 40%;
        transform: scale(3);
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    
    .bak.open .logo .wi{
        display: inline;
    }
    
    
    
    .bak.open .i{
        position: fixed;
        bottom: 0;
    }
    .bak.open .i i{
        color: #000000;
        padding: 5px;
        font-size: 30px;
    }
    .bak.open .i i:hover{
        color: #00026b;
    }
    .open.nwe .bor{
        border-radius: 50%;
        position: fixed;
        width: 200px;
        height: 200px;
    }
    .open.nwe .bor.a{
        z-index: -1;
        top: 0;
        transform: scale(4);
        background-color: #00026bc5;
    }
    
    .open.nwe .bor.b{
        z-index: -1;
        top: 30px;
        right: 0;
        transform: scale(3);
        background-color: #0004ffa4;
    }
    .open.nwe .bor.c{
        top: 60%;
        z-index: -1;
        right: 400px;
        transform: scale(4);
        background-color: rgba(47, 32, 178, 0.699);
    }
    .open.nwe .box{
        z-index: 2;
    justify-content: center;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.589);
    border-radius: 8px;
    background-color: white;
    text-align: center;
    width: 50%;
    overflow-x: hidden;
    height: 100%;
    padding: 15px;
    position: absolute;
    right: 0px;
    top: 0;
    }
    
    .open.nwe .box::-webkit-scrollbar{
    width: 20px;
    }
    
    .open.nwe .box::-webkit-scrollbar-thumb{
        background-color: rgb(35, 70, 2);
        border-color: rgb(0, 0, 0);
        border-style: solid;
        border-radius: 8px;
        cursor: pointer;
    }
    .open.nwe .box::-webkit-scrollbar-thumb:hover{
        box-shadow: 1px 1px 1px white;
    }
    
    .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: 14px;
        text-align: right;
        border:none;
        border-style: solid;
        border-color: #0000003f;
        border-radius: 8px;
        border-width: 2px;
        padding: 15px;
        transition: 0.9s;
    }
    .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: #242e8a69;
        border-width: 2px;
        border-radius: 7px;
        text-align: center;
        font-size: 15px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    .open.nwe .box input:focus{
        outline: none;
        border: none;
        border-style: solid;
        border-color: #00000000;
        border-bottom-style: solid;
        border-bottom-color: #002fff;
        border-width: 2px;
    }
    .open.nwe .options {
        display: flex;
        justify-content: space-between;
        
        margin-bottom: 20px;
    }
    .open.nwe .option {
        text-align: right;
        flex: 1;
        margin: 0 5px;
    }
    .open.nwe .option input[type="radio"] {
        display: none;
    }
    .open.nwe .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.nwe .option input[type="radio"]:checked + label {
        background-color: #007bff;
        color: #fff;
        border-color: #007bff;
    }
    
    .open.nwe .option label:hover {
        background-color: #e9e9e9;
    }
    .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: 18px;
        background-color: blue;
        color: white;
        padding: 15px;
        border-radius: 9px;
        border: none;
        width: 60%;
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    
    .open.nwe .box button:hover{
        background-color: #3a5cf0;
        transform: scale(1.01);
        transition: 0.3s;
    }
    
    .open.nwe .box .a{
        text-align: right;
        margin-bottom: 60px;
    }
    .open.nwe .box .a a{
        display: block;
        text-decoration: none;
        margin-bottom: 5px;
        color: #000000;
        font-size: 20px;
    }
    .open.nwe .cod{
        display: block;
    }
    
    .open.nwe .cod button{
        position: absolute;
        width: 30%;
        margin-top: 10px;
        background-color: #011e77bf;
        border-radius: 5px;
        padding: 14px;
        color: rgb(255, 255, 255);
    }
    
    
    
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*//////////////////////////*/
    /*سجل الدخول الي الموقع*/
    
    .hi.bak{
        display: flex;
        width: 100%;
        height: 100%;
        background-color: rgb(231, 231, 231);
        justify-content: center;
        overflow: hidden;
    }
    .hi.new .bor{
        border-radius: 50%;
        width: 200px;
        position: fixed;
        height: 200px;
    }
    .hi.new .bor.a{
        z-index: -1;
        top: 0;
        left: 0;
        transform: scale(4);
        background-color: #00026bc5;
    }
    .hi.new .bor.b{
        z-index: -1;
        top: 30%;
        right: 0;
        transform: scale(3);
        background-color: #0004ffa4;
    }
    .hi.new .bor.c{
        top: 60%;
        z-index: -1;
        right: 25%;
        transform: scale(4);
        background-color: rgba(47, 32, 178, 0.699);
    }
    
    .hi.new .box{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    background-color: #ffffff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.514);
    border-radius:  10%;
    text-align: center;
    padding: 50px;
    max-width: 95%;
    }
    .hi.new .box.s{
        min-width: 500px;
        padding: 40px;
        max-width: 700px;
    }
    
    .hi.new .box input{
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
        width: 90%;
        margin-top: 10px;
        font-size: 14px;
        text-align: left;
        border:none;
        border-radius: 8px;
        background-color: #0130ff1f;
        padding: 10px;
        transition: 0.8s;
    }
    
    
    .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: 10px;
        width: 80%;
        border-radius: 10px;
        font-size: 16px;
    }
    
    .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;
    }
    
    
    
    /*##############################################################3*/
    /*##############################################################3*/
    /*##############################################################3*/
    /*##############################################################3*/
    /*##############################################################3*/
    /*##############################################################3*/
    
    /*الصفحة الرئيسة للمستخدم*/
    
    
    /*الشؤيط العلوي للقوائم*/
    
    
    .bak.w{
        background-color: whitesmoke;
    }
    
    
    
    .header-fuser .atop{
        position: fixed;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 20%;
        background-color: #ffffff;
        z-index: 1;
        padding-top: 100px;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border-right-style: solid;
        border-right-color: rgba(0, 0, 0, 0.123);
        border-width: 1px;
        border-radius: 4px;
        overflow-x: hidden; 
        transition: 0.9s;
    }
    
    
    
            .a-fuser2 a{
            display:none;
        }
    .header-fuser .atop p{
        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;
    }
            /* تأثير الانزلاق */  
            .header-fuser  .atop #a {  
                animation: slideIn 0.5s forwards; /* مدة التأثير */  
                opacity: 0; /* بداية العنصر تكون غير مرئية */  
            }  
            @keyframes slideIn {  
                0% {  
                    transform: translateX(100%); /* بداية من خارج الشاشة من اليمين */  
                    opacity: 0;  
                }  
                100% {  
                    transform: translateX(0); /* الوصول إلى موضعه الأصلي */  
                    opacity: 1;  
                }  
            }  
            .header-fuser .atop #a i{
                color: rgb(255, 255, 255);
            }
    
    .header-fuser .atop .a-fuser1 a{
    display: block;
    text-align: center;
    color: rgb(0, 0, 0);
    border-bottom-style: solid;
    border-color: rgb(211, 203, 203);
    border-width: 1px;
    
    font-size: 14px;
    padding: 9px;
    text-decoration: none;
    }
    .header-fuser .atop .a-fuser1 #a{
        transition: 0.5s;
        background-color: #0586ad;
        color: white;
        border-radius: 100px;
        border-bottom-style: solid;
        border-bottom-color: rgb(180, 4, 196);
        box-shadow: 1px 1px 10px rgb(180, 4, 196);
    }
    .header-fuser .atop .a-fuser1 a:hover{
        transition: 0.4s;
        background-color: #00000050;
        color: white;
        transform: scale(1.07);
    }
    
    .header-fuser .atop  .on ,.header-fuser .atop .on i {
        animation:  fadex 0.7s
        infinite alternate;
    }
    
    @keyframes fadex{
    0%{
        background-color: #ececec;
    
    }
    100%{
        background-color: #018362;
        color: white;
    }
    }
    
    .header-fuser .atop .a-fuser1 a i{
        position: absolute;
        left: 10%;
        color: #000000;
        transform: scale(1.2);
    }
    
    .header-fuser .atop .onf.x button{
        background-color: red;
        color: white;
        padding: 10px;
        border-radius: 8px;
        font-size: 18px;
        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: 18px;
        position: absolute;
        top: 10px;
        left: 5px;
    }
    
    .header-fuser .atop .closebth{
        display: none;
    }
    
    .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: 15px;
        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;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }
    .header-fuser .a-fuser-pc{
        position: absolute;
        width:  80px;
        height: 80px;
        z-index: 1;
        border-radius: 50%;
        overflow: hidden;
        top: 10px;
        background-color: #ffffff;
    }
    .a-fuser-p2{
        display: none;
    }
    .header-fuser .a-fuser-pc.t{
    width: 25px;
    height: 25px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 2px;
    background-color: #ffffff;
    margin-top: 50px;
    margin-left: 55px;
    }
    .header-fuser .a-fuser-pc.t img{
        transform: scale(1.2);
        
    }
    .header-fuser .a-fuser-pc img{
        background-color: #ffffff;
        justify-content: center;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .header-fuser  .a-fuser{
        display: none;
        display: flex;
    }
    
    .header-fuser  .a-fuser img{
    display: none;
    }
    
    .header-fuser .userp{
        position: absolute;
        top: 5px;
        font-size: 17px;
        right: 15px;
    }
    
    /*الصفحة الرئيسة*/
    
    .hom{
    background-color: whitesmoke;
    width: 80%;
    margin-left: 20%;
    margin-bottom: 200px;
    }
    .hom .box-post{
        text-align: center;
        display: inline;
        background-color: white;
        margin: 10px;
    }
    .hom .box-post.x{
        background-color: #00000000;
        position: absolute;
        left: 0;
    }
    .hom .box-post.xx{
        background-color: #00000000;
        position: absolute;
        left: 0;
        margin-top: 90px;
    }
    .hom .box-post i{
        font-size: 20px;
        color: rgb(136, 3, 231);
    }
    .hom .box-post button{
        box-shadow: 1px 1px 10px #00000022;
        text-align: center;
        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: #0a02ff1b;
    }



    .post_users{
        width: 80%;
        position: absolute;
        right: 0;
    }


/* تصميم النافذة المصغرة */
.boox-post-user.popup-form {
    width: 85%;
    max-width: 450px;
    max-height: 90%;
    position: fixed;
    top: 5%;
    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; /* منع تغيير حجم الحقل */
}

.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;
    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;
    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 0px 15px;
        background-color: white;
        margin-top: 30px;
    }
    .boxs-users.x{
        background-color: rgba(164, 187, 246, 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: 90px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        margin-top: -30px;
    }
    .boxs-users .bor .name.time{
        margin-top: 0px;
        right: 80px;
        transform: scale(0.8);
    }



    .boox-coment-post{
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        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: 10px;
    }
    .boox-coment-post .cr{
        margin: 30px auto;
        text-align: center;
    }
    .boox-coment-post .box .bor .vi button{
        font-size: 20px;
        background-color: #00000000;
        margin: 10px;
    }
    .boox-coment-post  .box .sold{
        width: 0px;
        z-index: 1;
        height: 15px;
        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 .vi i{
        margin: 0px;
    }
    .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 .img{

        width: 60px;
        height: 60px;
        border-radius: 50%;
        overflow: hidden;

    }
    .boox-coment-post .box .bor .img img{
        width: 60px;
        height: 60px;
        object-fit: cover;
    }

    .boox-coment-post .box .bor .pc{
        flex: 1;
        justify-content: center;
        width: 30px;
        height: 30px;
        background-color: white;
        margin-top: -20px;
        border-radius: 50%;
        overflow: hidden;

    }
    .boox-coment-post .box .bor .pc img{
        transform: scale(0.9);
        width: 30px;
        height: 30px;
        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;
    }
    .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: 22%;
        color: #2000d2;
        margin-top: -40px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-weight: bold;
    }
    .boxs-users .bor .username.x{
        left: 10px;
    }
    .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;
         font-size: 16px;
         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: 90%;
        text-align: center;
        margin: 35px auto;
        overflow: hidden;
    }
    .boxs-users .png img{
        max-width: 100%;
        max-height: 400px;
    }

    .boxs-users .vod{
        width: 90%;
        text-align: center;
        margin: 35px auto;
        overflow: hidden;
    }
    .boxs-users .vod video{
        max-width: 100%;
        max-height: 400px;
    }

    .boxs-users .cv {
        margin-top: 30px;
        position: absolute;
        display: flex;
        right: 63%;
    }
    .boxs-users .cv.x{
        left: 5%;
    }
    .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(22, 2, 136);
        background-color: #fff9f9;
        box-shadow: 1px 1px 10px #0000008d;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        border-radius: 6px;
        padding: 10px;
        margin: 10px auto;
    }





    .hom .svg{
        left: 60%;
        position: absolute;
    }
    .hom .svg img{
        width: 400px;
        height: 400px;
    }
    
    .hom .bay .box{
        width: 30%;
        float: right;
        margin-right: 5%;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.548);
        background-color: white;
        border-radius: 7px;
        padding: 10px;
        margin-bottom: 40px;
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .hom .bay .box p{
        text-align: right;
    }
    .hom .bay .box i{
        color: blue;
        padding: 5px;
        transform: scale(1.1);
    }
    .hom .bay .box button{
        width: 50%;
        padding: 10px;
        background-color: #00811c;
        font-size: 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border-radius: 8px;
        color: white;
    }
    
    .hom .bay .box button:hover{
        background-color: #3dbb59;
        transition: 0.5s;
    }
    
    .hom .bay .box #button{
        margin-top: 9px;
        width: 50%;
        transform: scale(0.9);
        padding: 10px;
        background-color: #717171;
        font-size: 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border-radius: 8px;
        color: white;
    }
    
    .hom .bay .box #button:hover{
        background-color: #4081a2;
        transition: 0.5s;
    }
    
    .hom .bay .box h3{
        justify-content: center;
        color: #00811c;
        display: flex;
        transform: scale(1.4);
        font-size: 20px;
    
    }
    
    
    .hom .bay .box h3 .x{
        color: red;
        transform: scale(0.7);
        text-decoration: line-through;
    }
    
    
    .hom #name{
        text-align: right;
    }
    .hom .ads .box{
        margin-top: 30px;
        border-style: solid;
        border-color: rgb(255, 255, 255);
        background-color: rgb(255, 255, 255);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.158);
        overflow: hidden;
        border-radius: 8px;
        width: 40%;
        margin-left: 5%;
        padding: 8px;
        text-align: center;
        font-size: 16px;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .hom .ads .box button{
            background-color: rgb(134, 90, 205);
            color: white;
            border-radius: 4px;
            width: 40%;
            padding: 10px;
            font-size: 17px;
        }
        .hom .ads .box button:hover{
            background-color: rgb(150, 138, 226);
            transition: 0.4s;
        }
    .hom .ads .box .des{
        width: 100%;
        background-color: red;
        font-weight: bold;
        font-family: 'Courier New', Courier, monospace;
        color: white;
        font-size: 14px;
        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;
    }
    
    
    
    /*معرض الاعمال*/
    
    .shz-boox{
        display: inline-block;
    }
    .shz-boox .box .fol-user{
        position: absolute;
        margin-top: 25px;
    }
    .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-family: Georgia, 'Times New Roman', Times, serif;
        font-weight: bold;
        border-radius: 6px;
        border-width: 1px;
        padding: 10px;
        font-size: 15px;
    }
    .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;
        margin-right: 10px ;
        overflow: hidden;
        background-color: white;
        border-radius: 4px;
        padding: 5px;
    }
    .shz-boox.bb .box{
        margin-top: 30px;
        margin-right: 10px ;
        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;
    }
    .mass-sh .box.x .ffr{
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .mass-sh .box.x .ffr h1 {
    text-align: center;
    color: red;
    }
    
    .mass-sh .box.x .ffr h2 {
        text-align: center;
        color: blue;
        }
    
    .mass-sh .box.x .ffr p{
        color: firebrick;
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    
    
    
    .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;
        color: black;
        flex: 1;
        text-align: right;
        font-weight: bold;
    }
    .shz-boox .box .bor .name .star{
        display: flex;
        justify-content: right;
        margin: 10px;
        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: relative;
        margin-top: 50px;
        right: 58px;
        width: 25px;
        height: 25px;
        overflow: hidden;
        border-radius: 50%;
    }
    .shz-boox .box .bor .pc img{
        width: 25px;
        height: 25px;
        object-fit: cover;
    }
    .shz-boox .box .ind{
        font-weight: bold;
        right: 10px;
        position: absolute;
        margin-top: 250px;
        font-size: 19px;
    }
    .shz-boox .box .img-sh{
        width: 60%;
        text-align: center;
        background-color: rgb(254, 255, 255);
        
    }
    .shz-boox .box  .ove {
        position: absolute;
        z-index: 1;
        margin-left: 40%;
        margin-top: -10%;
        pointer-events: none;
        color: rgb(255, 255, 255);
        font-size: 1em;
        background: rgba(0, 0, 0, 0.651); /* خلفية سوداء شفافة */
        padding: 20px;
        border-radius: 5px;
    }
    .shz-boox .box  .ove.x{
        position: absolute;
        background-color: rgba(0, 0, 0, 0.601);
        z-index: 1;
        right: 25%;
        margin-top: -10%;
    }
        .shz-boox .box  .ove.s{
        position: absolute;
        background-color: rgba(0, 0, 0, 0.601);
        z-index: 3;
    }
    .shz-boox .box .img-sh .img .ove.b {
        position: absolute;
        margin-top: -10px;
        right: 23%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        color: rgb(255, 255, 255);
        font-size: 1em;
        background: rgba(0, 0, 0, 0.651); /* خلفية سوداء شفافة */
        padding: 10px;
        border-radius: 5px;
    }
    
    .shz-boox .box .img-sh .img{
        cursor: pointer;
        margin-top: 3px;
        margin-bottom: 1px;
        display: inline-block;
        width: 48%;
        max-height: 220px;
        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 .gf{
        text-align: right;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        color: blueviolet;
    }
    .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: 15px;
    }
    .shz-boox .box .b{
        text-align: right;
        font-weight: bold;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: blue;
        margin: 15px;
    }
    .shz-boox .box .ey{
        margin-top: 40px;
        margin-left: 40px;
        display: flex;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: #04830f;
    }
    .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: 25%;
        justify-content: center;
        padding: 15px;
        font-size: 20px;
        border: none;
        margin: 30px;
        background-color: #04830f;
        color: white;
        border-radius: 5px;
        cursor: pointer;
        display: block;
    }
    .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 .shr{
        display: inline-block;
        background-color: white;
        color: blue;
        text-align: left;
        width: 140px;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .shz-boox .box .fxs .shr.r{
        color: red;
    }
    .shz-boox .box .fxs .shr.r:hover{
        color: red;
    }
    .shz-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);
    }
    .shz-boox .box .fxs.r #button{
        background-color: red;
    }
    .shz-boox .box .fxs.r #button:hover{
    background-color: rgba(255, 0, 0, 0.795);
    }
    .shz-boox .box .fxs button:hover{
        transition: 0.2s;
        background-color: #48b351;
    }
    .shz-boox .box .fxs{
        display: block;
        
    }
    .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 {
        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;
        z-index: 10;
        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: 10px;
        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;
    }
    
    
    /*معرض الاعمال*/
    
    .mesh {
    width: 80%;
    margin-left: 20%;
    }
    
    .mesh .fbutton{
        background-color: teal;
        color: white;
        padding: 14px;
        border-radius: 4px;
        width: 30%;
        margin: 10px;
        position: absolute;
        top: 10px;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    
    
    
    
    
    
    
    
    
    
    
      /*الصور بتاعت */
        /*الصورة*/
    
        .imageContainer img{
            width: 100%;
            height: 100%;
        }
        
        .imageContainer {
            top: 0;
            position: absolute;
            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: 140px;
            margin-left: 5%;
            width: 25%;
            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: 20px;
        }
        .imageContainer.pc .feadd{
            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: 16px;
            color: #888;
        }
        .mesh .shtop .closebth{
            position: absolute;
            top: 20px;
            left: 10px;
            font-size: 30px;
            color: #000000;
        }
        .mesh .shtop button{
            padding: 15px;
            margin-top: 0px;
            margin-left: 30px;
            background-color: #2c2fda;
            color: white;
            width: 300px;
            border-radius: 7px;
            font-size: 19px;
        }
        .mesh .shtop button:hover{
            background-color: #5e61f5;
            transition: 0.3s;
            transform: scale(1.03);
        }
        .mesh .shtop .closebth:hover{
            transform: scale(1.1);
            color: blue;
            transition: 0.4s;
            cursor: pointer;
        }
        #fileInput {
            display: none;
        }
    /*************************************/
    
    .hom .boox{
        margin-top: 100px;
        width: 100%;
        margin-right: 1px;
        justify-content: center;
        padding: 10px;
        box-shadow: 1px 1px 10px rgba(0, 0, 255, 0.158);
        border-radius: 5px;
        background-color:rgb(255, 255, 255);
        transform: scale(0.9);
    }
    .hom .boox .fx{
        background-color: #00026b;
        border-radius: 10px;
        transform: scale(1.0.4);
        padding: 5px;
        display: flex;
        justify-content: right;
    }
    .hom .boox .fx a{
        text-decoration: none;
        color: white;
    }
    .hom .boox .fx p{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 17px;
        margin-left: 40px;
    }
    .hom .boox .fx .img{
        width: 70px;
        height: 70px;
        overflow: hidden;
        border-radius: 50%;
    }
    .hom .boox .fx .img img{
        width: 70px;
        height: 70px;
        object-fit: cover;
    }
    .hom .boox .fx .pc{
        position: absolute;
        width: 30px;
        height: 30px;
        margin-top: -30px;
        overflow: hidden;
        border-radius: 50%;
        background-color: #00026b;
    }
    .hom .boox .fx .pc img{
        width: 100%;
        height: 100%;
    }
    .hom .boox .text{
        width: 100%;
        text-align: right;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 18px;
    }
    
    .hom .boox .text p{
        display: inline;
        display: block;
    }
    
    .hom .boox .text .bul{
        display:inline-block;
        color: #000c75;
        font-weight: bold;
    }
    
    .hom .boox button{
        background-color: #002fff;
        border-radius: 6px;
        padding: 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        width: 40%;
    }
    .mesh .id b{
        background-color: #00026b;
        color: white;
        padding: 4px;
        border-radius: 6px;
        margin: 10px;
    }
    .hom .boox button:hover{
        background-color: #3658f1;
        transition: 0.5s;
    }
    
    .hom .boox #dle{
        background-color: #fd0f0f;
    }
    .hom .boox #dle:hover{
        background-color: #fd3e3e;
        transition: 0.4s;
    }
    
    
    /*تصميم الملف الشخصي*/
    
    .body.me{
        width: 80%;
        background-color: whitesmoke;
        margin-left: 20%;
    }
    .body.me #notification {  
        display: none;  
        background-color: #4CAF50; /* لون خلفية الإشعار */  
        color: white; /* لون النص */  
        padding:10px;  
        position: fixed;  
        bottom:20px;  
        right:20px;  
        z-index:1000;  
        border-radius:5px;  
        }  
    .mesh .svg{
        display: flex;
        justify-content: right;
    }
    .rol .id button{
        width: 20%;
        padding: 20px;
        position: fixed;
        z-index: 1;
        bottom: 10px;
        left: 21%;
        font-size: 20px;
        border-radius: 5px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        background-color: #5254cf;
        color: white;
    }
    .rol .id button:hover{
        transition: 0.4s;
        background-color: #7174f5;
    }
    .mesh .no-pc .box{
        width: 40%;
        margin-left: 57%;
        background-color: #ffffff;
        border-radius: 8px;
        padding: 5px;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .mesh .no-pc .box i{
        color: blue;
        font-weight: bold;
    }
    .mesh .no-pc .box h3{
        color: #02a017;
        font-size: 30px;
        font-weight: bold;
    }
    .mesh .no-pc .box h3 .x{
        color: red;
        text-decoration: line-through;
        transform: scale(0.7);
    }
    .mesh .no-pc .box button{
        width: 50%;
        background-color: #007514;
        color: white;
        font-size: 18px;
        padding: 5px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin: 5px;
        border-radius: 5px;
    }
    .mesh .no-pc .box button:hover{
        transition: 0.3s;
        background-color: #269b39;
    }
    .mesh .svg img{
    width: 400px;
    height: 400px;
    }
    .mesh p{
        text-align: right;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
    }
    .body.me .box{
        width: 80%;
        margin-left: 10%;
        border-radius: 7px;
        box-shadow: 1px 1px 10px #0000004f;
        border-width: 1px;
        background-color: white;
        padding: 10px;
    }
    
    .body.me .box .bor{
        border-radius: 8px;
        background-color: #002fff;
        height: 90px;
    }
    
    .body.me .box .bor .img{
        cursor: pointer;
        position: absolute;
        margin-top: 20px;
        background-color: white;
        border-style: solid;
        border-color: white;
        border-width: 9px;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        overflow: hidden;
    }
    
    
    .body.me .box .bor .img img{
        width: 130px;
        height: 130px;
        object-fit: cover;
    }
    
    
    .body.me .box  .pc{
        width: 25px;
        height: 25px;
        position: absolute;
        margin-top: 130px;
        margin-left: 15px;
        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 .edd{
        color: blue;
        position: absolute;
        width: 30px;
        height: 30px;
        background-color: white;
        margin-top: 130px;
        margin-left: 85px;
        text-align: center;
        border-radius: 7px;
        padding: 5px;
    }
    .body.me .box .ax h3{
        top: 0;
        text-align: right;
        color: black;
    }
    
    .body.me .box .ax {
        color: #00026b;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: center;
    }
    
    
    .body.me .box h2{
        text-align: right;
        color: #002fff;
    }
    .body.me .box p{
        text-align: right;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
    }
    .body.me .box input{
        width: 60%;
        margin-left: 37%;
        margin-top: 4px;
        border: none;
        border-radius: 3px;
        text-align: right;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.384);
        border-radius: 8px;
        border-width: 2px;
        font-size: 15px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        padding: 13px;
        transition: 0.4s;
    }
    .body.me .box input:focus{
        outline: none;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.384);
        border-bottom-style: solid;
        border-bottom-color: rgb(4, 8, 212);
    }
    
    .body.me .box textarea{
        width: 60%;
        margin-left: 38%;
        border-radius: 3px;
        text-align: right;
        border-width: 2px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.384);
        border-radius: 7px;
        font-size: 19px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        padding: 10px;
        transition: 0.4s;
    }
    .body.me .box textarea:focus{
        outline: none;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.384);
        border-bottom-style: solid;
        border-bottom-color: rgb(4, 8, 212);
    }
    .body.me .options {
        display: flex;
        justify-content: space-between;
        width: 50%;
        margin-left: 48%;
        margin-bottom: 20px;
    }
    .body.me .option {
        text-align: right;
        flex: 1;
        margin: 0 5px;
    }
    .body.me .option input[type="radio"] {
        display: none;
    }
    .body.me .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;
    }
    
    .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 .sd {
        display: block;
        width: 70%;
        margin-left: 30%;
        text-align: right;
    }
    .body.me .box .sd input{
        width: 100%;
        text-align: center;
        font-size: 25px;
        padding: 10px;
        
    }
    .body.me .box .sd span{
        position: absolute;
        margin-top: 24px;
        left: 66%;
        font-size: 25px;
    }
    
    
    
    .body.me .box .label label{
        display: block;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #000000;
        font-weight: bold;
        text-align: center;
    }
    .body.me .box .label select{
        border-style: solid;
        border-color: rgb(0, 81, 255);
        border-width: 2px;
        border-radius: 5px;
        font-size: 18px;
        text-align: center;
        display: block;
        width: 80%;
        margin-left: 10%;
        padding: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        transition: 0.4s;
    }
    .body.me .box .label select:focus{
        outline: none;
        box-shadow: 1px 1px 14px blue;
    }
    .body.me .box #f{
        margin-left: 0%;
    }
    .body.me .box button{
        margin-left: 35%;
        position: relative;
        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;
        padding: 15px;
        font-size: 13px;
    }
    
    .body.me .box button:hover{
        background-color: rgb(39, 107, 233);
        transition: 0.5s;
    }
    .body.me .box #v{
        margin-top: 10px;
        margin-left: 0%;
        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 .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,
            #000000,
            #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;
    }
    
    .body.me .tls{
        text-align: center;
    }
    .body.me .tls .txt{
        font-size: 17px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-weight: bold;
        margin: 20px;
    }
    .body.me .box .afd{
            background-color: rgb(252, 33, 33);
            color: white;
            padding: 6px;
            border-radius: 7px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            display: inline;
            position: absolute;
            margin-top: 70px;
    }
    .body.me .box .ds{
        display: flex;
    }
    .body.me .box .ds span{
    position: absolute;
    padding: 13px;
    margin-left: -18px;
    margin-top: 6px;
    border-radius: 6px;
    background-color: rgb(1, 91, 119);
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 20px;
    }
    .body.me .box .ds input{
    text-align: center;
    width: 100%;
    }
    .body.me .box .afd.e{
        background-color: rgb(0, 126, 0);
    }
    .body.me .box .afd.x{
        background-color: #cf2d05;
    }
    .body.me .box .opc{
        display: flex;
        margin-top: 30px;
        
    }
    .body.me .box .opc p{
        text-align: left;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        color: blue;
        font-size: 17px;
    }
    .body.me .box .opc img{
        width: 30px;
        height: 30px;
        display: inline;
    }
    .body.me .tls .of{
        color: #3e51fd;
        font-size: 20px;
    }
    .body.me .tls button{
        background-color: #046b00;
        margin-left: 0%;
        margin-bottom: 110px;
    }
    .body.me .tls button:hover{
        background-color: #7ae23d;
    }
    /*تصميم صفحة الرصيد*/
    
    .mon{
        width: 80%;
        margin-left: 20%;
        text-align: center;
        padding-bottom: 30px;
    }
    .mon .box{
        margin-top: 1px;
    }
    .mon .box .rib{
        text-align: right;
    }
    
    .mon .box .bak{
        display: inline-block;
        text-align: center;
        padding: 0px;
        margin-top: 10px;
        margin-left: 5px;
        margin-right: 1%;
        border-radius: 7px;
        background-color: #00811c;
        color: white; width: 31%;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .mon .box .bak .sd{
        margin-top: -20px;
        padding-bottom: 20px;
        font-size: 11px;
        font-weight: bold;
        color: white;
        font-family:Verdana, Geneva, Tahoma, sans-serif;
    }
    .mon .box .bak:hover{
        box-shadow: 1px 1px 30px rgba(0, 4, 216, 0.747);
        transition: 0.3s;
    }
    .mon .box .bak.b{
        background-color: #011c94;
    }
    
    .mon .box .bak h2{
        display: flex;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 30px;
        font-weight: bold;
    }
    
    .mon .box .bak .lit{
        transform: scale(0.6);
        margin-right: 7px;
        margin-top: 5px;
        text-align: left;
    }
    .mon .box #boot{
        background-color: #025a06;
        border-radius: 7px;
        color: white;
        width: 300px;
        padding: 10px;
        font-size: 15px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
    }
    .mon .box #boot:hover{
        background-color: #16801b;
        transition: 0.4s;
    }
    .mon .box #boottop{
        background-color: #002fff;
        border-radius: 7px;
        color: white;
        width: 300px;
        padding: 10px;
        font-size: 15px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
    }
    .mon .box #boottop:hover{
        transition: 0.3s;
        background-color: #2a4ef0;
    }
    .mon .box #boi{
        margin-top: 40px;
        background-color: #ffffff;
        border-radius: 7px;
        color: black;
        width: 300px;
        padding: 10px;
        font-size: 15px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
    }
    .mon .box #boi:hover{
        background-color: #0d9df08e;
        transition: 0.4s;
    }
    .mon .toos{
        position: absolute;
        top: 0;
        width: 0px;
        z-index: 1;
        height: 100%;
        background-color: white;
    }
    .mon .toos .box{
        text-align: right;
        width: 70%;
    }
    .mon .toos .input-container {
        position: relative;
        margin-bottom: 20px;
    }
    .mon .toos .icon {
        position: absolute;
        left: 40%;
        font-weight: bold;
        top: 50%;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        transform: translateY(-50%);
        font-size: 18px;
        color: #000000;
        font-weight: bold;
    }
    .mon .toos .box input{
        width: 60%;
        margin-left: 39%;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.349);
        border-radius: 4px;
        border-width: 2px;
        padding: 9px;
        text-align: center;
        font-size: 19px;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        display: block;
    }
    .mon .toos .box #le{
        text-align: left;
    }
    .mon .toos .box p{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    .mon .toos .box h1{
        display: flex;
        justify-content: right;
        color: #035f17;
        font-weight: bold;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }
    .mon .toos .box .lit{
        transform: scale(0.8);
        padding: 3px;
        margin-right: 10px;
    }
    
    .mon .toos  .closebth{
        position: fixed;
        right: 0;
        padding: 25px;
        transform: scale(1.3);
        top: 0;
        color: #000c75;
    }
    .mon .toos  .closebth:hover{
        color: #009b86;
        cursor: pointer;
    }
    .mon .toos .box button{
        position: absolute;
        left: 5%;
        padding: 15px;
        background-color: #1332be;
        color: white;
        border-radius: 4px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 18px;
    }
    .mon .toos .box .er{
        color: red;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    .massg .mass{
        position: relative;
        text-align: right;
        margin-left: 5%;
        margin-bottom: 10px;
        font-size: 13px;
        top: 2px;
        padding: 3px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        width: 80%;
        margin-left: 18%;
        border-radius: 3px;
        background-color: #002fffbb;
        color: white;
    }
    .massg .mass button{
        background-color: #ffffff;
        color: rgb(0, 0, 0);
        position: absolute;
        padding: 5px;
        top: 20%;
        width: 100px;
        margin: 3px;
        border-radius: 3px;
        left: 0;
    }
    .massg .mass button:hover{
        background-color: #fcff67;
        transition: 0.3s;
    }
    .massg .mass.r{
        background-color: #ff0000be;
    }
    
    
    .mon .tut{
        margin-top: 50px;
        }
        .mon .tut    table{
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 12px;
            width: 90%;
            margin-left: 5%;
            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 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;
        }
    /*صفحة الدفع*/
    .color-n{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        background-color: #f0f2f5;
    }
    .pay-top .containerx {
        background-color: #fff;
        padding: 10px;
        padding-top: 80px;
        padding-bottom: 100px;
        text-align: center;
        width: 90%;
        height: 500px;
        overflow-x: hidden;
        margin-left: 0%;
        position: fixed;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .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 .containerx img{
        width: 300px;
        height: 200px;
    }
    .pay-top .containerx::-webkit-scrollbar{
        width: 23px;
    }
    .pay-top .containerx::-webkit-scrollbar-thumb{
        background-color: rgb(3, 3, 27);
        border-radius: 3px;
    }
    .pay-top .containerx::-webkit-scrollbar-thumb:hover{
        box-shadow: 1px 1px 1px white;
    }
    
    
    .pay-top .containerx.b{
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1px 50px rgba(0, 0, 255, 0.692);
    }
    .pay-top .index{
        position: fixed;
        top: 10px;
        right: 10px;
    }
    .pay-top .index button{
        
        padding: 10px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        background-color: hsl(234, 72%, 56%);
        border-radius: 8px;
    }
    .pay-top .box{
        margin-top: 50px;
        margin-bottom: 50px;
        width: 40%;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.473);
        margin-left: 30%;
        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 h1 {
        color: #333;
        margin-bottom: 20px;
    }
    .pay-top .input-container {
        position: relative;
        margin-bottom: 20px;
    }
    .pay-top .input-container input{
        width: 80%;
        padding: 10px 10px 10px 40px;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 18px;
        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: 18px;
        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: 16px;
        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;
        }
    
    
    
    
    
    
    
    
    /*تصميم البروفائل الشخصي*/
    .user{
        top: 0;
        position: absolute;
        background-color: #ffffff;
        width: 80%;
        margin-left: 20%;
    }
    .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;
        position: absolute;
        top: 140px;
        left: 5px;
    }
    .user .g{
        text-align: center;
    }
    .user .g button{
        border: #00000034;
        border-style: solid;
        border-width: 2px;
        margin-bottom: 20px;
        border-radius: 7px;
        background-color: #00000000;
        color: rgb(22, 2, 136);
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    .user .g p{
        font-size: 10px;
    }
    .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{
        background-color: #0220a7;
        height: 120px;
        border-radius: 6px;
        transform: scale(1.01);
    }
    .user .bor .cn{
        display: flex;
        justify-content: center;
    }
    
    .user .bor .cn .img{
        margin-top: 40px;
        border-style: solid;
        border-color: #ffffff;
        background-color: #ffffff;
        border-width: 10px;
        width: 120px;
        height: 120px;
        overflow: hidden;
        border-radius: 50%;
        
    }
    .user .bor .cn .img img{
        width: 120px;
        transform: scale(1.05);
        height: 120px;
        object-fit: cover;
        z-index: 2;
    }
    .user .bor .cn .pc{
        width: 25px;
        height: 25px;
        z-index: 2;
        border-style: solid;
        border-color: #ffffff;
        border-width: 6px;
        border-radius: 50%;
        position: absolute;
        margin-top: 140px;
        margin-right: 85px;
    }
    .user .bor .cn .pc img{
        transform: scale(1.5);
        width: 100%;
        height: 100%;
    }
    .user  h2{
        font-size: 22px;
        text-align: center;
        margin-top: 70px;
        font-family:'Times New Roman', Times, serif;
        display: block;
    }
    
    .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: 7px;
        font-size: 13px;
        margin: 2px;
    }
    
    .user .fol .bn{
        background-color:rgb(144, 144, 233);
        color: white;
        border-radius: 3px;
        padding: 7px;
        font-size: 13px;
        margin: 2px;
    }
    
    .user .fol button:hover{
        background-color: rgb(144, 144, 233);
        color: white;
        transition: 0.2s;
    }
    .user .onnwe{
        top: 190px;
        color: #000003;
        font-size: 15px;
        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 p{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: center;
        font-weight: bold;
        font-size: 13px;
        
    }
    .user .tex{
        text-align: right;
        margin-right: 5%;
    }
    .user .tex p{
        text-align: right;
        width: 90%;
        color: blue;
        margin-left: 9%;
    }
    
    .user .tex b i{
        color: #3b06cf;
    }
    .user .tex button{
        display: block;
        padding: 10px;
        position: fixed;
        background-color: #00811c;
        color: white;
        position: absolute;
        left: 5px;
        bottom: 5px;
        margin: 20px;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 19px;
        border-radius: 6px;
    }
    .user  .cv button{
        display: block;
        padding: 10px;
        position: fixed;
        background-color: #001881;
        color: white;
        position: absolute;
        width: 60%;
        right: 5px;
        bottom: 5px;
        margin: 20px;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 19px;
        border-radius: 6px;
    }
    .user .tex button:hover{
        background-color: #2ca546;
        transition: 0.3s;
    }
    .user .tex b{
        display: block;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 13px;
    }
    .user .tex .star{
        font-size: 25px;
        color: #eeff00;
        padding: 5px;
        filter: drop-shadow(1px 1px 3px rgb(0, 0, 0));
    }
    .user .tex .star .block{
        color: white; 
        display: inline-flex;
    }
    .user{
        display: flex;
    }
    .user .xx1{
        width: 50%;
        background-color: rgb(255, 255, 255);
        margin-left: 50%;
        height: 100%;
    }
    .user .xx2{
        position: fixed;
        background-color: white;
        border-right-style: solid;
        border-right-color: #00026b00;
        border-width: 1px;
        top: 0;
        width: 40%;
        height: 100%;
    }
    .user .input-container{
        position: relative;
    }
    .user .input-container .icon {
        position: absolute;
        left: 10%;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        color: #000000;
        font-weight: bold;
    }
    
    .user .hom{
        margin-bottom: 100px;
    }
    .user .hom .boox{
        margin-top: 30px;
        margin-bottom: 50px;
        width: 120%;
        margin-left: -25%;
        padding: 10px;
        box-shadow: 1px 1px 10px rgb(0, 0, 255);
        border-radius: 5px;
        background-color:rgb(255, 255, 255);
        transform: scale(0.9);
    }
    
    .user  .vip-user {
        z-index: 2;
        position: absolute;
        transform: scale(1.16);
    }
    .user .user-name{
        position: absolute;
        top: 0;
        color: white;
        font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }
    .user  .vip-user img {
        width: 10px;
        height: 10px;
    }
    
    .xx1 .star{
        text-align: center;
        
    }
    .xx1 .star .box{
        background-color: #ffffff;
        width: 90%;
        margin-left: 5%;
        border-radius: 8px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .xx1 .star  #pp{
        color: #000c75;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 30px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .xx1 .star .box .fx{
        display: flex;
        justify-content: right;
    }
    .xx1 .star .box .fx p{
        font-weight: bold;
        font-size: 15px;
        padding: 5px;
    }
    .xx1 .star .box .fx .img{
        width: 45px;
        height: 45px;
        overflow: hidden;
        background-color: #ffffff;
        border-style: solid;
        border-color: #e1e4f100;
        border-width: 5px;
        border-radius: 50%;
    }
    .xx1 .star .box .fx .img img{
        width: 45px;
        height: 45px;
        object-fit: cover;
    }
    
    .xx1 .star .box .fx .pc{
        width: 20px;
        height: 20px;
        overflow: hidden;
        background-color: #ffffff;
        border-style: solid;
        border-color: #ffffff;
        border-width: 1px;
        border-radius: 50%;
        position: absolute;
        margin-top: 30px;
        margin-right: 30px;
    }
    .xx1 .star .box .fx .pc img{
        width: 100%;
        height: 100%;
    }
    .xx1 .star .box .txt .fx .str{
        flex: 1;
        padding: 5px;
        text-align: left;
        margin-right: 15px;
        display: inline;
        font-size: 20px;
        color: #eeff00;
        filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
    }
    .xx1 .star .box .txt .fx .str .block{
        display: inline-flex;
        color: rgb(255, 255, 255);
    }
    .xx1 .star .box .txt .fx .time{
    color: #000c75;
    font-weight: bold;
    padding: 5px;
    }
    .xx1 .star .box .txt p{
        text-align: right;
        padding: 10px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 13px;
    }
    /***/
    /*معرض اعمالي*/
    
    .hidden {  
        display: none; /* إخفاء العناصر المخفية */  
    }
    .xx1 #toggleButton{
        width: 40%;
        margin-bottom: 40px;
        padding: 5px;
        background-color: #002fff;
        border-radius: 4px;
        color: white;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .xx1 .star.pc .box{
        width: 80%;
        text-align: center;
        margin-left: 10%;
        background-color: whitesmoke;
    }
    .xx1 .star.pc .box .fx{
        display: flex;
    }
    .xx1 .star.pc .box h3{
        padding: 10px;
        color: blue;
    }
    .xx1 .star.pc .box .fx .str{
        flex: 1;
        text-align: left;
        color: rgb(216, 142, 3);
        font-size: 20px;
    }
    .xx1 .star.pc .box button{
        background-color: red;
        border-radius: 4px;
        color: white;
        width: 50%;
        padding: 10px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .xx1 .star.pc .box button:hover{
        background-color: rgb(248, 51, 51);
        transition: 0.3s;
    }
    
    .bo
    
    
    /*تصميم صفحة البحث*/
    .ser{
        position: absolute;
        top: 0;
        width: 80%;
        margin-left: 20%;
        text-align: center;
    }
    
    .ser .autocomplete-suggestions{
        border: 1px solid #ccc;
        width: 80%;
        margin-left: 9%;
        text-align: right;
        background: #fff;
        min-height: 0px;
        max-height: 150px;
        overflow-y: auto;
        position: absolute;
        cursor: pointer;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        padding: 5px;
    }
    .ser .autocomplete-suggestions:hover{
        background-color: #e7f8fa;
        transition: 0.2s;
    }
    .ser h2{
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: blue;
    }
    .ser .svg{
    position: absolute;
    right: 40%;
    top: 0;
    }
    .ser .svg img{
    width: 600px;
    height: 600px;
    }
    
    .ser .inp{
    
        padding-top: 30px;
        padding-bottom: 100px;
        border-radius: 6px;
            position: absolute;
            top: 50%;
            left: 20%;
            transform: translate(-50%, -50%);
        background-color: white;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.356);
        width: 50%;
        margin-left: 40%;
    }
    
    .ser .inp input{
        width: 80%;
        display: block;
        margin-left: 10%;
        border: none;
        border-bottom-style: solid;
        border-bottom-color: rgba(0, 0, 0, 0.527);
        border-bottom-width: 2px;
        padding: 20px;
        font-size: 16px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: center;
        color: #00026b;
        transition: 0.5s;
    }
    
    .ser .inp input:focus{
        border: none;
        border-bottom-style: solid;
        border-bottom-color: blue;
        border-bottom-width: 2px;
        border-radius: 7px;
        outline: none;
    }
    .ser .inp  #inp{
        position: absolute;
        margin-top: -63px;
        margin-left: 70px;
        background-color: #2a38bb;
        width: 16%;
        padding: 22px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        border-radius: 3px;
    }
    .ser .inp  #inp:hover{
        background-color: #5461d3;
        transition: 0.3s;
    }
    .ser .inp .but{
        margin-top: 80px;
    }
    .ser .inp .but button{
        width: 40%;
        margin-left: 58%;
        margin-top: 20px;
        display: block;
        padding: 15px;
        background-color: #1e7070;
        border-radius: 3px;
        color: white;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        
    }
    .ser .inp .but button:hover{
        transition: 0.4s;
        background-color: #318d8d;
    }
    
    
    
    /*تصميم صفحة الطلب*/
    
    .or{
        width: 80%;
        position: absolute;
        top: 0;
        text-align: right;
        margin-left: 20%;
        padding-bottom: 200px;
    }
    .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: 50%;
        z-index: 3;
        min-height: 200px;
        max-height: 80%;
        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: 90%;
        margin-left: 5%;
        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{
        position: absolute;
        left: 25%;
    }
    .or .svg img{
        width: 400px;
        height: 400px;
    }
    .or .box{
        text-align: right;
        font-size: 15px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
    }
    .or .box .fx{
        display: flex;
        padding: 5px;
        justify-content: right;
        background-color: #002fff;
        color: white;
        border-radius: 8px;
    }
    .or .box .fx a{
        text-decoration: none;
        color: white;
    }
    .or .box .fx p{
        margin-right: 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .or .box .fx .img{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border-width: 3px;
        background-color: white;
        border-color: #ffffff;
        overflow: hidden;
    }
    .or .box .fx .img img{
        width: 50px;
        height:50px;
        object-fit: cover;
        
        
    }
    .or .box .fx .pc{
        position: absolute;
        width: 25px;
        height: 25px;
        margin-top: -23px;
        background-color: white;
        border-radius: 50%;
    }
    .or .box .fx .pc img{
        width: 100%;
        height: 100%;
        transform: 0.9;
    }
    .or .box{
        padding: 5px;
        width: 40%;
        margin-top: 30px;
        padding-bottom: 15px;
        margin-left: 1%;
        margin-right: 1%;
        display: inline-block;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.137);
    }
    .or .box.or{
        position: relative;
        width: 30%;
        margin-top: 30px;
        padding-bottom: 15px;
        margin-left: 1%;
        margin-right: 1%;
        display: inline;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.137);
    }
    .or .box button{
        background-color: #3d3fc0;
        border-radius: 5px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        padding: 10px;
        width: 30%;
        margin-right: 65%;
        margin-top: 5px;
    }
    .or .box #no{
        background-color: #a50c0c;
    }
    .or .box #no:hover{
        background-color: #ee6c6c;
        transition: 0.4s;
    }
    .or .box button:hover{
        background-color: #6c6fee;
        transition: 0.4s;
    }
    .or .box .fx .tmi{
        display: flex;
        flex: 1;
        text-align: left;
        margin: 10px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .or .box .fx .ok{
        background-color: #00ff62;
        border-radius: 50%;
        width: 15px;
        height: 15px;
    }
    .or .box .ch{
        background-color: red;
        position: absolute;
        padding: 5px;
        margin-left: 10px;
        margin-top: -10px;
        color: white;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border-radius: 50%;
    }
    .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 .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: 100%;
        height: 100%;
    }
    .or .box .asor .fx.w{
        background-color: white;
        color: black;
        display: block;
        height: 90px;
    }
    .or .box .asor .pcor{
        position: absolute;
        margin-top: -40px;
        right: 13px;
        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: 17px;
        color: #eeff00;
        filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
    }
    .or .box .asor .block{
        display: inline-flex;
        filter: drop-shadow(1px 1px 1px #000000b4);
        color: rgb(255, 255, 255);
    }
    
    .or .box .asor .fxx{
        display: flex;
    }
    
    
    
    
    /*تصميم مشاريعي*/
    
    
    .enxt .img-sh-post{
    width: 100px;
    border-radius: 50%;
    margin: 10px;
    padding: 10px;
    }
    
    .sh-top.x{
        position: absolute;
        top: 0;
        width: 80%;
        margin-left: 20%;
    }
    .sh-top.x .dsappc{
        background-color: #000000;
        color: #fff;
        border-radius: 8px;
        text-align: right;
        padding: 10px;
        width: 60%;
        margin-left: 3%;
    }
    .sh-top.x .dsappc p{
        text-align: center;
        color: #fff;
    }
    .sh-top.x .dsappc a{
        padding: 5px;
        margin: 15px;
        border-radius: 3px;
        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: #efe6816b;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none; 
    }
    
    .sh-top.x .tools{
        margin-top: 40px;
        text-align: left;
        padding: 10px;
    }
    .sh-top.x .sh p{
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: blue;
        font-size: 13px;
    }
    
    .sh-top.x .tools button{
        font-size: 18px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        padding: 15px;
        border-radius: 7px;
    }
    .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: 17px;
        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 .enxtz button{
        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;
    }
    
    .sh-top.x .enxtz button:hover{
        transition: 0.3s;
        color: rgb(255, 255, 255);
        background-color: #533cd8;
    }
    
    .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;
        background-color: #2405d4;
        padding: 10px;
        border-radius: 8px;
        color: white;
        margin: 7px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .sh-top.x .enxt #button{
        color: rgb(0, 0, 0);
    }
    .sh-top.x .enxt button:hover{
        transition: 0.3s;
        color: rgb(255, 255, 255);
        background-color: #533cd8;
    }
    
    
    
    
    
        /*    اعدادات الموقع*/
        .st {
            width: 80%;
            margin-left: 20%;
        }
        .st .box {
            width: 80%;
            margin-left: 10%;
            text-align: center;
            background-color: white;
            border-radius: 8px;
            padding-top: 60px;
            padding-bottom: 50px;
        }
        .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: 16px;
            padding: 5px;
            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: 33px;
            position: absolute;
            top: 0px;
            left: 0px;
            height: 100%;
            width: 0px;
            outline: none;
            max-width: 63%;
            margin-left: 28%;
            background-color: #ffffff;
            z-index: 0;
            padding-top: 100px;
            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-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: 16px;
            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: 380px;
        }
        .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: 0;
            right: 25px;
            font-size: 40px;
        }
        .st .i{
            margin: 10px;
            text-align: left;
        }
        .st .i i{
            color: #000003;
            font-size: 20px;
            padding: 10px;
        }
        .st .i i:hover{
            transition: 0.2s;
            transform: scale(1.2);
            color: #2b3ee9;
        }
        .mass-top .bay .box{
            text-align: right;
        }
        .mass-top .im{
            background-color: rgb(226, 75, 15);
            color: rgb(254, 254, 255);
            padding: 5px;
            border-radius: 3px;
            width: 100%;
        }
        .mass-top .bay .box h2{
            text-align: center;
        }
        .mass-top .bay .box p{
            color: black;
        }
        .mass-top .bay .box button{
            width: 50%;
            padding: 15px;
            font-size: 16px;
            background-color: #00c42a;
            color: white;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            position: absolute;
            left: 0;
            bottom: 50px;
            margin: 5px;
            border-radius: 6px;
            font-weight: bold;
        }
        .mass-top .inps{
            background-color: white;
            color: black;
            border-style: solid;
            border-color: black;
            border-width: 1px;
        }
        .mass-top .bay .box button:hover{
            background-color: #06fd3b;
            transition: 0.5s;
        }
        .mass-top .bay .box #no{
            width: 50%;
            padding: 5px;
            font-size: 15px;
            background-color: #033aa1a4;
            color: white;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            position: absolute;
            left: 0;
            bottom: 5px;
            margin: 5px;
            border-radius: 6px;
        }
        .mass-top .bay .box i{
            margin: 1px;
            color: blue;
        }
        .mass-top .bay .box h3{
            color: #00c42a;
            font-size: 25px;
            margin: 3px;
        }
        .mass-top .bay .box h3 .x{
            text-decoration: line-through;
            color: red;
            transform: scale(0.8);
        }
        .mass-top .bay .box #no:hover{
            background-color: #4071ce81;
            color: black;
            transition: 0.5s;
        }
        .st .closebth:hover{
            color: blue;
            cursor: pointer;
            transform: scale(1.1);
            transition: 0.4s;
        }
        .st .box-bay{
            width: 90%;
            margin-left: 5%;
            background-color: white;
            border-radius: 7px;
            text-align: center;
        }
        .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: 15px;
        }
        .st .box-bay i{
            margin: 2px;
            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;
            border: none;
            background-color: #00c42a;
            color: white;
            width: 50%;
            font-size: 16px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            padding: 10px;
            border-radius: 8px;
        }
        .st .box-bay button:hover{
            background-color: #3de962;
            transition: 0.2s;
            color: white;
        }
        .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: 17px;
            color: blue;
        }
        .st #r{
            color: #ff0000;
            width: 35%;
            margin-right: 60%;
        }
        .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: 20px;
            color: white;
            cursor: pointer;
        }
    
    
    
    
    
    
    
    /* افضل الحسابات تقيما علي المنصة*/
    .users{
        text-align: center;
        margin-left: 20%;
        width: 80%;
    }
    .users .tup{
        font-size: 20px;
        font-family: 'Courier New', Courier, monospace;
        font-weight: bold;
        text-align: right;
        margin: 20px;
    }
    
    .users .box{
        float: right;
        margin-top: 20px;
        margin-bottom: 40px;
        width: 30%;
        display: inline;
        min-height: 300px;
        max-height: 1200px;
        margin-left: 0px;
        margin-right: 20px;
        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: 100px;
        height: 100px;
        border-radius: 50%;
        border-style: solid;
        border-color: rgb(255, 255, 255);
        background-color: white;
        border-width: 5px;
    }
    .users .fx .img img{
        transform: scale(1);
        width: 100px;
        height: 100px;
        object-fit: cover;
        
    }
    .users .fx .pc{
        position: absolute;
        margin-top: 80px;
        margin-left: -45px;
        background-color: white;
        border-radius: 50%;
    }
    .users .fx .pc img{
        width: 35px;
        height: 35px;
    }
    .users p{
        font-weight: bold;
        margin-top: 65px;
        font-size: 23px;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    .users .sh-data{
        position: fixed;
        bottom: 10px;
        right: 10px;
    }
    .users  .sh-data button{
        width: 80px;
        padding: 10px;
        font-size: 14px;
        background-color: rgb(173, 6, 151);
        color: rgb(255, 255, 255);
    }
    .users  .sh-data button:hover{
        transition: 0.2s;
        background-color: rgb(184, 76, 169);
        color: rgb(255, 255, 255);
        transform: scale(1);
    }
    .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;
        margin: 10px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 14px;
        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;
    }
    
    .users .xbody.sh p{
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }
    .users .xbody.sh button{
        margin-top: 20px;
    }
    .users button{
        width: 60%;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #5776ff;
        padding: 20px;
        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: #00026bd8;
    }
    .users #toggleButton{
        width: 90%;
        background-color: #4f9bceb4;
        color: #000000;
        padding: 15px;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .users #toggleButton:hover{
        transition: 0.3s;
        transform: scale(1);
        background-color: #005f9eb4;
    }
    .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(1px 1px 1px rgb(0, 0, 0));
    }
    .users  .star  #clorstar{
        color: white; 
        display: inline;
    }
    .users .box b i{
        color: rgb(102, 23, 182);
    }
    .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 .username{
    position: absolute;
    margin-top: -220px;
    transform: scale(0.8);
    color: white;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    .users .box .txt{
        height: 100px;
        overflow: hidden;
        color: blue;
    }
    
    
    .users .enxt{
        position: fixed;
        bottom: 7px;
        z-index: 1;
        left: 22%;
        color: blue;
    }
    .users .enxt button{
        width: 140px;
        margin: 5px;
        display: inline-block;
    }
    
    /*المنتدي */

    .forum{
        width: 80%;
        top: 0;
        right: 0;
        text-align: center;
        position: absolute;
    }
    
    .forum .bo{
        margin: 10px;
    }
    .forum .bo .lin{
        background-color: #00026bbb;
        color: white;
        font-weight: bold;
        margin: 25px;
        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: 80%;
        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: 55%;
        margin: 30px auto;
        padding: 20px ;
        display: block;
        cursor: pointer;
    }
    .forum .box .img_por {
        width: 150px;
        margin: 10px auto;
        overflow: hidden;
        border-radius: 50%;
        border: solid #0000001f 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: 7px;
    }
    .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{
        margin-left: 20%;
        width: 80%;
        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: 20px;
    }
    .noti #uniqueLoadMoreButton:hover{
        transition: 0.3s;
        background-color:#005e8a;
    }
    
    .noti #uniqueEndMessage{
        font-size: 16px;
        margin: 100px;
        font-weight: bold;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: blue;
    }
    .noti #svg{
        width: 30%;
    }

    .noti .box{
        margin-left: 15%;
        width: 70%;
        padding: 10px;
        min-height: 100px;
        max-height: 1000px;
        background-color: #001881;
        border-radius: 8px;
        font-weight: bold;
        font-size: 17px;
        margin-top: 30px;
        margin-bottom: 30px;
    
    }
    .noti .box .fx{
        display: flex;
    }
    .noti .box .name{
        color: #fbff00;
        flex: 1;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: left;
    }
    .noti .box .time{
        color: rgb(255, 255, 255);
    }
    .noti .box .txt{
        display: inline-block;
        text-align: center; /* لمحاذاة النص داخل العنصر */  
        margin-top: 2%; /* لمحاذاة النص عموديًا */  
        color: #ffffff; /* لون النص */  
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
        .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: #0000007c;
        
    }
    /*##############################################################3*/
    
    /*كورسات الموقع*/



    .cors{
        padding-top: 15px;
        position: absolute;
        width: 80%;
        left: 20%;
    }
    .cors .fobutton {
        margin: 20px;
    }
    .cors .fobutton button{
        margin: 4px;
        border-radius: 7px;
        padding: 10px;
        font-size: 14px;
        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: 14px;
        text-align: right;
        padding: 5px;
        color: blue;
    }
    .cors .box .t i{
        padding: 3px;
        color: rgb(199, 11, 64);
    }
    .cors .box .ix{
        font-size: 14px;
        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 {
        width: 50%;
        left: 0;
        top: 0;
        z-index: 2;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        margin: 0;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    
    .xbody.sh{
        width: 30%;
        height: 60%;
        top: 50%;
        left: 60%;
        transform: translate(-50%, -50%);
    
    }
    .main-container {
        width: 100%;
        min-height: 50%;
        max-height: 80%;
        background-color: #fff;
        position: absolute;
        top: 0;
        padding: 40px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .main-container select{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: center;
        
        color: blue;
        padding: 10px;
        margin: 10px;
        font-size: 15px;
    }
    .main-container .ttd{
        text-align: center;
        margin: 10px;
        color: rgb(127, 221, 198);
    }
    .form-section {
        display: flex;
        flex-direction: column;
        height: calc(100% - 120px);
        overflow-y: auto;
        padding-right: 10px;
    }
    .hi-ads{
        color: rgb(0, 0, 255);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin: 10px;
        text-align: center;
    }
    .input-field,
    .text-field {
        text-align: right;
        margin-bottom: 15px;
        padding: 10px;
        font-size: 16px;
        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: 16px;
        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: 18px;
        width: calc(100% - 40px);
        position: absolute;
        bottom: 60px;
        left: 20px;
        text-align: center;
        border-radius: 4px;
    }
    .submit-btn.no{
        background-color: #005e8a54;
        color: black;
        bottom: 5px;
    }
    
    .submit-btn.to {
        background-color: #020470;
        color: #fff;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s;
        padding: 15px 20px;
        font-size: 18px;
        width: calc(100% - 40px);
        position: absolute;
        bottom: 60px;
        left: 20px;
        text-align: center;
        border-radius: 4px;
    }
    .submit-btn.no.to{
        background-color: #ccc;
        color: black;
        bottom: 5px;
    }
    .submit-btn:hover {
        background-color: #0056b3;
    }
    .input-field:focus,
    .text-field:focus {
        outline: none;
        border-color: blue;
    }
    .form-section::-webkit-scrollbar {
        width: 12px;
    }
    .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: 16px;
        transition: background-color 0.3s;
    }
    .delete-btn:hover {
        background-color: darkred;
    }
    /********************************************************/
    
        /*****************************انشاء مشروع للعملاء***************************/
        .pstz-boox .box{
            width: 90%;
            display: block;
            margin: 30px auto;
            overflow: hidden;
            background-color: white;
            border-radius: 4px;
            padding-top: 5px;
            padding-bottom: 5px;
        }
        .pstz-boox .box .fol-user{
            position: absolute;
            margin-top: 25px;
            margin-left: 15px;
        }
        .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: 1px;
            padding: 10px;
            font-size: 15px;
        }
        .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: 10px;
            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;
            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: 50px;
            right: 58px;
            width: 25px;
            height: 25px;
            overflow: hidden;
            border-radius: 50%;
        }
        .pstz-boox .box .bor .pc img{
            width: 25px;
            height: 25px;
            object-fit: cover;
        }
        .pstz-boox .box .ind{
            font-weight: bold;
            right: 10px;
            position: absolute;
            margin-top: 250px;
            font-size: 19px;
        }
        .pstz-boox .box .img-sh{
            width: 60%;
            text-align: center;
            background-color: rgb(254, 255, 255);
            
        }
        .pstz-boox .box .img-sh .img .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;
            margin: 15px;
           
            font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .pstz-boox .box .b{
            text-align: right;
            font-weight: bold;
            font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: rgb(11, 11, 204);
            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 .fxs button{
            width: 240px;
            justify-content: center;
            padding: 13px;
            font-size: 15px;
            border: none;
            margin: 30px;
            background-color: #104ef7;
            color: rgb(255, 255, 255);
            border-radius: 5px;
            cursor: pointer;
            display: block;
        }
        .pstz-boox .box .fxs .n{
            background-color: #0000008f;
        }
        .pstz-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;
        }
        .pstz-boox .box .bl{
            background-color: rgb(0, 109, 0);
            color: white;
            display: inline;
            padding: 5px;
            font-size: 13px;
            margin: 2px;
            border-radius: 5px;
        }
        .pstz-boox .box .fxs .shr{
            display: inline-block;
            background-color: white;
            color: blue;
            text-align: left;
            width: 140px;
            font-weight: bold;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .pstz-boox .box .fxs .shr.r{
            color: red;
        }
        .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 .box .fxs.r #button{
            background-color: red;
        }
        .pstz-boox .box .fxs.r #button:hover{
        background-color: rgba(255, 0, 0, 0.795);
        }
        .pstz-boox .box .fxs button:hover{
            transition: 0.2s;
            background-color: #007bff;
        }
        .pstz-boox .box .box .fxs{
            display: block;
        }
        .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: 20px;
            font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
            text-align: right;
            margin: 20px;
        }
        .pstz-boox .box .txt{
            font-size: 14px;
        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;
        }
        .pstz-boox .hr{
            border-style: solid;
            border-color: rgba(0, 0, 0, 0.0901);
            border-width: 1px;
            border-radius: 8px;
            width: 100%;
            margin-left: 0%;
            margin-bottom: 30px;
    
        }
    
    /*##############################################################3*/
    /*##############################################################3*/
    /*##############################################################3*/
    /*##############################################################3*/
    /*##############################################################3*/
    
    
    
    
    
    .nwepost{
        position:fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        width: 70%;
        height: 90%;
        padding: 3px;
        text-align: center;
        background-color: white;
        border-radius: 7px;
        border-style: solid;
        border-color: #0000005b;
        border-width: 1px;
    }
    .nwepost.xc{
        width: 100%;
        height: 100%;
        position:fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #000000b9;
    }
    .nwepost select{
        width: 50%;
        padding: 10px;
        border-style: solid;
        border-color: #0000005b;
        border-radius: 3px;
        margin: 10px;
        font-size: 20px;
    }
    .nwepost .overflow{
        overflow-x: hidden;
        min-height: 200px;
        max-height: 400px;
    }
    .nwepost h2{
        margin-top: 10px;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .nwepost input{
        width: 50%;
        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: 15px;
        padding: 13px;
        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: 15px;
        padding: 13px;
        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: 6px;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        width: 50%;
        font-size: 16px;
        
    }
    .nwepost .rer{
        margin-top: 10px;
        color: #000c75;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .nwepost .no{
        top: 5%;
        position: fixed;
        background-color: rgb(255, 28, 28);
        border-style: solid;
        border-color: rgb(226, 75, 15);
        border-radius: 10px;
        width: 30px;
        height: 30px;
        left: 1px;
        color: white;
        font-size: 25px;
        font-weight: bold;
        cursor: pointer;
    }
    .nwepost .no:hover{
        background-color: #cf2d05;
        transition: 0.3s;
    }
    /*انشاء رسالة */
    .nwepost #p{
        margin-top: 15px;
        color: red;
        font-weight: bold;
        font-size: 18px;
    }
    .nwepost #px{
        color: green;
    }
    .nwepost  .textmass {
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 16px;
    }
    
    .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: 30px;
        color: #034d49;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    .box-post .ccs-money button{
        font-size: 19px;
    }
    
    
    
    .box-post p{
        text-align: right;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .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 a{
        text-decoration: none;
        color: black;
    }
    .box-post .df-user a:hover{
        color: blue;
        transition: 0.2s;
    }
    .box-post .df-user .img img{
        width: 50px;
        height: 50px;
        object-fit: cover;
    }
    
    .box-post .df-user .pc{
        position: absolute;
        right: 12%;
        margin-top: 30px;
        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 .name{
        text-align: right;
        position: absolute;
        right: 16%;
        margin-top: 10px;
        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: -4px;
    }
    .nwepost .box-post .money{
        font-size: 19px;
        margin-top: -200px;
        position: absolute;
    }
    .nwepost .box-post .money h1{
        color: blue;
    }
    
    /*عمليات الدفع في الادمن*/
    /*عمليات الدفع في الادمن*/
    /*عمليات الدفع في الادمن*/
    /*عمليات الدفع في الادمن*/
    /*عمليات الدفع في الادمن*/
    /*عمليات الدفع في الادمن*/
    /*عمليات الدفع في الادمن*/
    /*عمليات الدفع في الادمن*/
    /*عمليات الدفع في الادمن*/
    
    
    .adm-hom{
    background-color: rgb(247, 243, 243);
    width: 80%;
    margin-left: 20%;
    position: absolute;
    top: 0;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 40px;
    }
    
    
    .adm-hom a{
        text-decoration: none;
    }
    .adm-hom .box{
        width: 35%;
        display: inline-block;
        margin-left: 10px;
        background-color: #000c75;
        border-radius: 7px;
        padding: 10px;
        margin-bottom: 20px;
        padding-top: 30px;
        padding-bottom: 20px;
        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;
    }
    
    
    /* اضافة طرق الدفع وحذفها والتحكم في فعالياتها */
    
    .admr{
        top: 5%;
        position: absolute;
        right: 0;
        width: 80%;
    }
    
    .ketr .CSE {
    
        background-color: rgb(255, 255, 255);
        text-align: center;
        overflow-x: hidden;
        width: 100%;
    }
    .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: 60%;
        margin-left: 10%;
        min-height: 500px;
        max-height: 90%;
        overflow-x: hidden;
        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: 300px;
        height: 300px;
        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-money{
        text-align: center;
        width: 80%;
        margin-left: 20%;
        background-color: whitesmoke;
        position: absolute;
        top: 0;
        padding-top: 20px;
    }
    
    .adm-money .Her{
        position: absolute;
        left: 2%;
    }
    .adm-money .Her button{
        display: block;
        margin: 15px;
        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: 20px;
        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: #3134e2;
        color: white;
        padding: 15px;
        font-size: 17px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        width: 30%;
    }
    .adm-money .dmoney button:hover{
        background-color: #6f71d1;
        transition: 0.7s;
    }
    .adm-money .dmoney table{
        width: 90%;
        text-align: center;
    }
    .adm-money .dmoney td{
        text-align: center;
        color: rgb(4, 0, 255);
        font-weight: bold;
        padding: 5px;
    }
    
    
    .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: 35%;
        display: inline-block;
        margin-left: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #00811c;
        color: white;
        font-size: 17px;
        border-radius: 8px;
        margin-bottom: 30px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    .adm-money .box:hover{
        transition: 0.4s;
        cursor: pointer;
        transform: scale(1.05);
        transition: 0.4s;
        box-shadow: 1px 1px 20px rgba(0, 102, 255, 0.815);
    }
    
    
    /*معالجات*/
    
    
    .adm-ser{
        position: absolute;
        top: 0;
        width: 80%;
        margin-left: 20%;
        text-align: center;
        margin-top: 100px;
    }
    
    .adm-ser .star{
        flex: 1;
        padding: 5px;
        text-align: left;
        margin-right: 15px;
        display: inline;
        font-size: 20px;
        color: #eeff00;
        filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
    }
    .adm-ser .block{
        display: inline-flex;
        color: rgb(255, 255, 255);
    }
    
    
    .adm-ser .but button{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        width: 40%;
        padding-top: 5px;
        font-size: 17px;
        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: 50%;
        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;
        box-shadow: 0px 0px 100px rgb(225, 0, 255);
        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: 20%;
        padding: 8px;
        font-size: 20px;
        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;
    }
    .adm-ser .tx .cn{
        display: flex;
        justify-content: center;
    }
    .adm-ser table{
        width: 99%;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    .adm-ser table td{
        width: 50%;
        padding: 5px;
    }
    .adm-ser table tr:nth-child(even){
    background-color:#0000003f;
    }
    .adm-ser table tr:nth-child(odd){
        background-color:#00000025;
        }
    .adm-ser .tx .img{
        margin-top: 100px;
        width: 110px;
        height: 110px;
        background-color: #00026b;
        border-radius: 50%;
        overflow: hidden;
    }
    .adm-ser .tx .img img{
        width: 110px;
        height: 110px;
        object-fit: cover;
    }
    .adm-ser .tx h1{
        color: blue;
        text-align: center;
    }
    .adm-ser .tx h4{
        display: inline-block;
    }
    .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;
        width: 80%;
        margin-left: 20%;
        background-color: whitesmoke;
        position: absolute;
        top: 0;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    .adm-ads button{
        width: 40%;
        padding: 10px;
        background-color: rgb(92, 0, 89);
        color: white;
        font-size: 20px;
        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.x .box{
        width: 30%;
        margin-left: 10px;
        display: inline-block;
        background-color: rgb(255, 255, 255);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.589);
        color: black;
        border-radius: 7px;
        padding: 5px;
        margin-bottom: 40px;
    }
    .adm-ads.x .box img{
        width: 100%;
        height: 150px;
        border-radius: 8px;
    } 
    .adm-ads select{
        width: 80%;
        font-size: 20px;
        padding: 5px;
    }
    .adm-ads .box{
        width: 60%;
        margin-left: 10px;
        display: inline-block;
        background-color: rgb(255, 255, 255);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.589);
        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: 20px;
    }
    
    .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;
        position: absolute;
        top: 0;
        width: 80%;
        margin-left: 20%;
        margin-top: 100px;
    }
    
    .adm-mass .box{
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: darkblue;
        width: 70%;
        margin-left: 15%;
        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: 20px;
    }
    
    .adm-mass .box  button:hover{
        transition: 0.4s;
        background-color: white;
    }
    
    
    
    /*الحركة المالية والسحب*/
    
    .adm-top{
        text-align: center;
        position: absolute;
        top: 0;
        margin-top: 20px;
        width: 80%;
        margin-left: 20%;
    }
    .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: 130px;
        font-family: 'Courier New', Courier, monospace;
    }
    .adm-top .p img{
        width: 40%;
    }
    .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: 20px;
        border-radius: 4px;
        color: white;
    }
    .adm-top .tools button:hover{
        transition: 0.3s;
        background-color: indigo;
    }
    .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: 80%;
        margin-left: 10%;
        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: 20px;
    }
    
    
    
    /*البلاغات*/
    
    .adm-block{
        text-align: center;
        position: absolute;
        top: 0;
        width: 80%;
        margin-left: 20%;
        padding-top: 120px;
    }
    
    .adm-blockcol{
        background-color: #a6dbc7;
    }
    
    .adm-block .box{
        margin-left: 10%;
        width: 80%;
        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: 80%;
    right: 0;
    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: 40%;
    display: inline-block;
    background-color: white;
    box-shadow: 1px 1px 10px blue;
    margin: 20px 1px;
    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: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 10px;
}



    
    
    
    
    
    
    
    
    
    
        /*التحميل للصفحة*/
        .three-bodyx{
            background-color: rgba(209, 214, 218, 0.637);
            position: fixed;
            top: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            justify-content: center;
            z-index: 10;
        }
        .three-bodyx h1{
            padding: 5px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 9999; /* تأكد من أن العنصر فوق كل العناصر الأخرى */
            box-sizing: border-box; /* لضمان أن الحشوة لا تؤثر على الأبعاد */
            margin-top: 5%;
            z-index: 11;
            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 {
            padding: 5px;
            position: absolute;
            top: 45%;
            left: 57%;
            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{
        top: 0;
        right: 0;
        background-color: #0000003b;
        position: fixed;
        z-index: 10;
        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;
    }
    .mass-top{
        border-radius: 8px;
        min-width: 40%;
        max-width: 90%;
        min-height: 10%;
        max-height: 100%;
        padding: 5px;
        background-color: white; /* يمكنك تغيير اللون حسب الحاجة */
        position: fixed;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.144);
        border-width: 1px;
        top: 50%;
        left: 60%;
        transform: translate(-50%, -50%);
        z-index: 9999; /* تأكد من أن العنصر فوق كل العناصر الأخرى */
        box-sizing: border-box; /* لضمان أن الحشوة لا تؤثر على الأبعاد */
        text-align: center;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
    }
    .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 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;
    }
    
    .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: 17px;
    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.x{
    width: 40%;
    margin-left: -10%;
    }
    .mass-top.x .g{
    color: green;
    display: inline;
    }
    .mass-top.x .g.b{
    color: blue;
    width: 70%;
    display: block;
    margin: 10px auto;
    }
    .mass-top.x .cnx{
    display: flex;
    justify-content: center;
    text-align: center;
    }
    .mass-top.x .pro{
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    border-width: 4px;
    }
    .mass-top.x .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 .pcx img{
    width: 100%;
    height: 100%;
    transform: scale(1);
    }
    .prw{
        width: 80%;
        height: 100%;
        background-color: rgba(17, 0, 255, 0.212); /* يمكنك تغيير اللون حسب الحاجة */
        position: fixed;
        top: 0;
        z-index: 99; /* تأكد من أن العنصر فوق كل العناصر الأخرى */
        box-sizing: border-box; /* لضمان أن الحشوة لا تؤثر على الأبعاد */
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        display: flex;
    }
.prw .ofx{
    display: flex;
    overflow-y: hidden;
    width: 100%;
    height: 520px;
    }
    .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{
    top: 50%;
    left: 60%;
    transform: translate(15%, 25%);
    width: 30%;
    height: 400px;
    padding: 5px;
    margin: -3px;
    border-radius: 10px;
    background-color: white;
    
    }
    .prw .box button{
        border-radius: 5px;
        width: 80%;
        padding: 15px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        background-color: blue;
        color: white;
    }
    .prw .box button:hover{
        transition: 0.4s;
        background-color: rgb(3, 38, 136);
    }
    .prw .box .im{
        margin: 0 auto;
        padding-top: 90px;
        padding-bottom: 20px;
        width: 220px;
        height:220px;
    }
    .prw .box img{
        width: 90%;
        height: 200px;
        border-radius: 9px;
        
    }
    .prw .box .fa-solid.fa-x{
        right: 85%;
        position: fixed;
    }
    
    
    .prw .box .xoffnon{
    background-color: red;
    color: white;
    padding: 5px;
    border-radius: 4px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display:inline-block;
    position: absolute;
    margin-top: -5px;
    }
    
    .mass-top .phone{
        justify-content: center;
    }
    .mass-top .phone input{
        width: 60%;
        margin-left: 18%;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 10px;
        font-size: 18px;
        background-color: white;
        color: black;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border-radius: 5px;
        border-color: black;
        border-style: solid;
        transition: 0.5s;
        border-width: 1px;
        border-bottom-width: 3px;
    }
    .mass-top .phone input:focus{
        transform: scale(1.1);
        outline: none;
        border:none;
        border-bottom-style: solid;
        border-bottom-color: blue;
        border-radius: 5px;
        border-bottom-width: 3px;
    }
    .prw .box .xoff{
    display:inline-block;
    background-color: #007531;
    border-radius: 4px;
    color: white;
    padding: 5px;
    margin: 3px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    position: absolute;
    margin-top: -5px;
    }
    
    .mass-top .fox{
        font-size: 14px;
    }
    .mass-top .fox input{
        text-align: center;
        width: 80%;
        margin-left: 7%;
        padding: 10px;
        display: block;
        font-size: 18px;
        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: 18px;
        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-bottom: 10px;
        margin-top: 3px;
        padding: 10px;
        display: block;
        font-size: 18px;
        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;
        font-size: 17px;
        color: #081cce;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .mass-top #p{
        text-align: center;
        font-size: 17px;
        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 #px{
        color: #00026b;
    }
    .mass-top #rere{
        width: 50%;
        margin-left: 25%;
        border-radius: 8px;
        padding: 10px;
        display: block;
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #000c75;
        color: white;
    }
    .mass-top #nonebode{
    width: 50%;
    margin-left: 25%;
    border-radius: 8px;
    padding: 10px;
    display: block;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f0f2f5;
    color: blue;
    border-style: solid;
    border-color: blue;
    }
    .mass-top #nonebode:hover{
        transition: 0.4s;
        background-color: #7174f5;
        color: white;
    }
    .mass-top #ok{
        width: 50%;
        margin-left: 25%;
        border-radius: 8px;
        padding: 10px;
        display: block;
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
        background-color: #047500;
        color: white;
    }
    .mass-top #no{
        width: 50%;
        margin-left: 25%;
        border-radius: 8px;
        padding: 10px;
        display: block;
        font-size: 20px;
        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: 20px;
        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;
        left: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 2;
        background-color: #0000003b;
    }
    .centered-box {  
        top: 10px;
        right: 10px;
        position: fixed;
        width: 60%;  
        z-index: 2;
        max-width: 50%;  
        padding: 10px;  
        background-color: white; /* لون خلفية الفورم */  
        border-radius: 8px; /* زوايا مدورة */  
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.349); /* ظل خفيف */  
        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 .d{
        color: green;
        font-size: 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .centered-box i{
        color: blue;
    }
    .centered-box h1 {  
        font-size: 22px;  
        margin-bottom: 20px;  
    }  
    .centered-box .no{
        background-color: red;
        position: absolute;
        color: white;
        top: 5px;
        padding: 10px;
        border-radius: 3px;
        color: white;
        font-size: 20px;
        right: 5px;
        cursor: pointer;
    }
    
    .centered-box button{
        width: 80%;
    }
    .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; 
        width: 90%;  
        min-height: 150px;
        padding: 10px;  
        border: 2px solid #ccc;  
        border-radius: 5px;  
        font-size: 16px;  
        resize: none; /* منع تغيير حجم حقل النص */  
    }  
        .centered-box input{
        text-align: right; 
        width: 90%;  
        padding: 10px;  
        border: 2px solid #ccc;  
        border-radius: 5px;  
        font-size: 16px;  
        resize: none; /* منع تغيير حجم حقل النص */  
    }
    .centered-box button {  
        background-color: #4CAF50; /* لون زر الإرسال */  
        color: white;  
        border: none;  
        border-radius: 5px;  
        padding: 10px 20px;  
        font-size: 16px;  
        font-weight: bold;
        cursor: pointer;  
        transition: background-color 0.3s, transform 0.2s; /* تأثيرات الزر */  
    }  
    .centered-box #nbo{
        border-width: 1px;
        margin-top: 10px;
        background-color: white;
        border-style: solid;
        color:blue;
    }
    .centered-box #nbo:hover{
        background-color: #00000025;
    }
    .centered-box button:hover {  
        background-color: #45a049; /* لون الزر عند التمرير فوقه */  
    }  
    
    .centered-box button:active {  
        transform: scale(0.95); /* تأثير ضغط الزر */  
    }  
    
    
    
    
    
    
    
    /*تحميل الصفحة*/
    .fbody {
        display: flex;
        z-index: 9999;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white; /* خلفية بيضاء */
        color: black; /* لون النص */
        font-family: 'Arial', sans-serif; /* استخدام خط أوضح */
        overflow: hidden;
        position: fixed;
    }
    .loading-textv {
    font-weight: bold;
        font-size: 3em;
        letter-spacing: 5px;
        position: relative;
        z-index: 1;
    }
    .loading-textv span {
        display: inline-block;
        opacity: 0;
        animation: fadeInOutx 1.5s infinite;
        text-shadow: 0 0 10px rgba(0, 0, 255, 0.5); /* توهج باللون الأزرق */
    }
    .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.index{
        left: 50%;
    }
    
    .massg-arry .ewx p{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        color: blue;
    }
    
    }