<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{padding: 0;margin: 0;font-family: 'Tajawal', sans-serif;direction: rtl;}

::-webkit-scrollbar {width: 6px;height: 0px;}
::-webkit-scrollbar-track {background: #B6C0DC ;}
::-webkit-scrollbar-thumb {background: royalblue;}
/*lo
generale color
rgb(119, 178, 236)
focus rgb(100, 151, 202)
text rgb(46, 48, 75) 
*/
/*ads*/

input[type="radio"] {
-webkit-appearance: none;  appearance: none;  margin: 0;
font: inherit;color: currentColor;
width: 1.15em;height: 1.15em;
border: 0.15em solid currentColor;border-radius: 50%;
  transform: translateY(-0.075em); display: grid; place-content: center;
}

input[type="radio"]::before {
 content: ""; width: 0.65em; height: 0.65em; border-radius: 50%;
 transform: scale(0); transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em royalblue;}

input[type="radio"]:checked::before {transform: scale(1);}

input[type="radio"]:focus {box-shadow: 0 0 0 3px  rgba(65, 105, 225, 0.7);outline-offset: max(2px, 0.15em);}

.adsbygoogle {position: relative !important;}
.ads1  , .ads3  {width: 80%;height: auto;position: relative;margin:10px 0;

}
.ads2 {width:90%;max-height:250px !important ;margin-bottom :15px !important;z-index: 1 !important;
    
}
.ads4 {
    width: 350px;padding: 8px ;margin: 20px;display: inline-table;border: 1px solid rgb(119, 178, 236);
border-radius: 5px;transition-duration: 0.3s;background-color: white;
box-shadow: rgba(4, 54, 121, 0.16) 0px 1px 4px;height: 245px ;cursor: pointer;
background-color: rgba(211, 221, 235,0.6);
background-image: url("https://moneyonlineinvestment.com/banners/banner_600x600_953404.jpg"); background-size:cover ;
    background-repeat: no-repeat;
color: rgb(42, 73, 165)
}

.lang-x form {display:inline-block ;}
       .lang-x button {font-size:16px ;margin:14px 5px ;cursor:pointer ;background-color:transparent;border:0;}
       .lang-x  #active-ln {color:royalblue ;padding:3px 0 ; width :50px;background-color:rgba(65, 105, 225, 0.2) !important ; border-radius:20px ;}
       .lang-x-h button {font-size: 16px;color: rgb(73, 94, 107);margin:0 2px;border:0;
       background-color: rgba(112, 128, 144, 0.08);border:0;padding:12px 12px;border-radius:15px;}
       .lang-x-h #active-ln-h , .lang-x-h button:hover { color:royalblue;background-color:rgba(65, 105, 225, 0.2)}

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span

{
    border-radius:10px !important;
    margin:0 2px !important;
}


.ad-crt {font-size: 12px;color: rgb(53, 167, 53);padding: 2px 4px;
border: 1px solid rgb(49, 168, 49);float: right;
}


.sendpbtn {padding: 8px 4px ;width: 95%;max-width: 400px;border: 0;border-radius: 4px;
    background-color: royalblue;color: white;cursor: pointer;font-size: 15px;margin: 10px 0;}


/*ibhate boot*/
.ibhate-bot {width: 100%;max-width: 350px;cursor: pointer;}
.ibhate-bot img{width: 40px;margin: 0 10px;}
.ibhate-bot span {font-size: 18px ; color: rgb(53, 53, 82) ;}





.spinner-grow {margin-top: 10px !important;}
/*load*/
.on-load {width: 100%;height: 100%;position: fixed;z-index: 8;
background-color: rgba(255, 255, 255, 0.6);top:0;right: 0;
}
 
.spin {
    display: inline-block;
    position: fixed;
    width: 80px;
    height: 80px;
    top: 50%;left: 50%;
-webkit-transform: translate(-50% , -50%) ;transform: translate(-50% , -50%);
  }
  .spin div {
    position: absolute;
    border: 2px solid rgb(119, 178, 236);
    opacity: 1;
    border-radius: 50%;
    animation: spin 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .spin div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes spin {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
  

/*add option*/
.add-option {font-size: 14px; color: white;
    background-color: royalblue;position: fixed;bottom:40px;left:  20px;border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;cursor: pointer;
    width: 50px;height: 50px; 
}



.add-option i { position: relative;float: left;top: 50%;left: 50%;
    transform: translate(-50%, -50%);}
.add-optionshow {position: fixed; bottom: 70px;left: 75px;background-color:rgb(119, 178, 236) ;
    border-radius: 15px; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;display: none;}
.add-optionshow i {font-size: 14px;padding: 15px;display: block;color: white;cursor: pointer;}
.add-optionshow i:hover {color: royalblue;}
.noti-tab , .saved-tab , .send-tab{width: 400px;border: 1px solid rgb(230, 224, 224);border-radius: 10px;padding: 10px 0;
    background-color: white;min-height: 300px;
    position: fixed;top: 50%;left: 50%;z-index: 4;
    -webkit-transform: translate(-50% , -50%) ;transform: translate(-50% , -50%);
max-height: 60%;overflow: auto;
}
.noti-tab::-webkit-scrollbar , .saved-tab::-webkit-scrollbar ,.send-tab::-webkit-scrollbar {width: 0;height: 0;}
.noti-tab i , .saved-tab i ,.send-tab{color: royalblue;}
.main-noti , .main-saved , .main-send{width: 100%;padding: 20px 5px ;border-top: 1px solid rgb(241, 241, 241);}
.noti-block , .saved-block{width: 100%;min-height: 30px;border-radius: 5px;background-color: rgba(103, 129, 247,0.1);
    display: inline-flex;padding: 3px 5px;margin:2px 0;
}
.add-int {width: 100%;padding: 4px 0;background-color:royalblue ;color: white;
border-radius: 5px ;font-size: 14px ;cursor: pointer;border: 0;transition-duration: 0.3s;
}
.add-int:hover {background-color: rgb(38, 78, 197);}
.ver-email{padding: 10px 5px;}
.int-form  {padding: 0px 5px;}
.ver-email p {font-size: 15px;color: rgb(46, 48, 75) ;}
.form-check-input:focus {box-shadow: none;}
.mailing-set {font-size: 15px;color: rgb(46, 48, 75) ;padding: 10px ;}


.noti-block img {width: 30px;height:30px;margin: 0 20px;}
.noti-time {direction: ltr;font-size: 12px;float: left;}
.saved-block img {width: 30px; height: 30px;border-radius: 100%;margin: 0 10px;}
.saved-block a {text-decoration: none;color: rgb(46, 48, 75);}
.noti-content , .sved-title{font-size: 13px;color: rgb(46, 48, 75);text-align: justify;}

.not_read ,.not_read2 {background-color: rgb(235, 37, 37);width: 5px;height: 5px;border-radius: 100%;display: none;}
.m_not_read {background-color: rgb(235, 37, 37);width: 5px;height: 5px;border-radius: 100%;display: none;
position: fixed; bottom: 85px;left: 20px;
}
/*head*/
.filter_icon {font-size: 16px ;color: rgb(119, 178, 236);}
input:focus , button:focus {outline: none;}
h2 {text-align: center;font-size: 35px;margin:  35px 0 !important;}
#menu {width: 100%;padding:  10px 200px;background-color: white ;
    display:inline-flex;position: fixed;z-index: 98;top: 0;
-webkit-box-shadow : 0px 4px 6px -6px rgb(46, 45, 45);
box-shadow: 0px  4px 6px -6px rgb(46, 45, 45);
}

.logo-b img ,  .logo-m  img  {height: 45px;}
.logo-m {display:none}
.logo img{height: 40px; }

.buttons {float: left;margin-right: auto;align-items: center;}
#menu .feather {width: 15px;height: 15px;}
.register  , .login {border:0;font-size: 17px;padding: 8px 10px;border-radius: 12px;  flex: 1 1 auto; 
  transition: 0.5s; margin:0 5px; display: inline-flex;align-items: center;justify-content: center;
}
.register .feather , .login .feather {margin-left:4px ;}
.register {color: white; box-shadow: 0 0 20px #eee;background-color: royalblue;}

.login {background-color: rgba(112, 128, 144, 0.08);color: rgb(57, 84, 110) ; }

.login:hover , .login:focus {background-color: rgba(112, 128, 144, 0.15);}
.register:hover {background-color: rgb(49, 80, 172); }

#menu .feather {width: 15px;height: 15px;}
/*sld menu*/
.sld {position: absolute;display:  inline-block;width: 25px;height: 25px;
    top: 50%;left: 50%;transform: translate(-50%, -50%);
    }
    
    .sld span {margin: 0 auto;position: relative;top: 8px;border-radius: 20px;
        -webkit-transition-duration: 0s; transition-duration: 0s;-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
    }
    .sld span:before, .sld span:after {position: absolute;content: '';border-radius: 20px;}
    
    .sld span, .sld span:before, .sld span:after {width: 100%;height: 3px;background-color: rgb(79, 79, 95);display: block;}
    .sld span:before {margin-top: 8px;}
    .sld span:after {margin-top: 8px;}
    
    .sld-act span {background-color: rgba(0,0,0,0.0);-webkit-transition-delay: 0.2s; transition-delay: 0.2s;}
    
    .sld span:before {-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;-webkit-transition-duration: 0.2s; transition-duration: 0.2s;-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s}
    .sld-act span:before {margin-top: 4px;-webkit-transform: rotate(45deg); transform: rotate(45deg);-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2}
    .sld span:after {-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;-webkit-transition-duration: 0.2s; transition-duration: 0.2s;-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s}
    .sld-act span:after {margin-top: 4px;-webkit-transform: rotate(-45deg); transform: rotate(-45deg);-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;}
    

    :root {
        --lightMainColor :  rgb(228, 228, 228) ;
        --textColor : rgb(49, 52, 61) ;
    }
    .sm-menu a {color: rgb(61, 70, 77) ;}

    .centerABS {position: absolute; top: 50%;
        left: 50%; transform: translateX(-50%) translateY(-50%);}
    .disp-flex {display: flex;align-items: center;justify-content: center;}
    .disp-flex i {margin: 0 4px ;}
    
    .sm-menu-top {
      
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 13px 15px;
        z-index: 99;
        background-color: white;
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
      
      }
      
      .sm-menu-top img {
        width: 80%;
       
        margin: auto;
        display: block;
        max-height: 45px;
      }
      
      .sm-ico {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background-color: var(--lightMainColor);
        color: var(--color-text);
        position: relative;
        margin: 0 3px ;
      }
      
      .sm-ico i {
        position: absolute;
        left: 50% !important;
        top: 50% !important;
        transform: translateX(-50%) translateY(-50%) !important;
        margin: 0 !important;
      }
      
      .sm-ico:active{
        cursor: pointer;
        background-color: var(--lightMainColor);
        color: var(--MainColor);
      }
      
      .sm-menu-b-body {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 97;
        left: -200px;
        visibility: hidden;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
      }
      
      .sm-menu-body {
        width: 100%;
        top: 50px;
        right: -200px;
        bottom: 0;
        position: fixed;
        z-index: 98;
        background-color: white;
        max-width: 450px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        padding-top: 30px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        overflow-x: auto;
      }
    
      .sm-menu-body::-webkit-scrollbar {width: 0;height: 0;}
      
      
      .act-menu {
        left: 0;
        right: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        visibility: visible;
      }
      
      
      
      .sm-section {
        font-size: 22px;
        color: var(--color-text);
        position: relative;
        padding: 15px 20px;
        height: auto !important;
        width: 100%;
        max-width: auto;
        display: inline-flex;
        font-size: 21px;
        text-align: left ;
        margin: 8px 0;
        justify-content: flex-start;
        
      }
      .sm-section .feather {
        position: absolute;
        top: 50%;transform: translateY(-50%);
        left: 25px;
        margin: 0 !important;
      }
      
      .sm-section:hover .feather {
        color: royalblue;
      }
      
      
      
      .sm-section span {
        font-size: 20px;
      }
      
      
      .sm-menu-body-c {
        position: relative;
        width: 100%;
        max-height: 95%;
      }
      .sm-menu {
        display: none;
      }
      
      .sm-menu-body .section-act,
      .sm-menu-body .sm-section:hover {
        background-color: rgba(210, 210, 228, 0.3);
        cursor: pointer;
      }
      
      .sm-menu-body .section-act i {
        color: var(--MainColor);
        text-shadow: var(--MainColor) 1px 0 10px;
      }
      
      .sm-menu-body .section-act {
        color: var(--MainColor);
      }
      .sm-menu {  flex-wrap: column wrap; justify-content: space-between; height: 2.5rem;
        width: 2.5rem;
        cursor: pointer;
      }
    
    

.back-menu {width: 100%;position: fixed;z-index: 2;height: 90%;backdrop-filter: blur(1px);display: none;
    margin-top: 50px;}
.toggle-menu {position: fixed;width: 100%;padding:  40px 5px;border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;background-color: rgb(231, 231, 236);z-index: 2;display: none;
}
/*internal head*/
.list ul {display: inline-flex;list-style: none;position: absolute;left: 10%;}
.list li {margin-left: 40px;font-size: 16px;color: rgb(73, 94, 107) ;padding: 12px 16px;border-radius:100% !important ; border-bottom: 0 !important ;
    background-color: rgba(112, 128, 144, 0.08) ; border-radius:8px !important;
}

#active-ln-h {border-bottom:0 !important;}
.list a{text-decoration: none;}
.list li:hover {color: rgb(119, 178, 236) ;border-bottom: 2px solid rgb(119, 178, 236);}

.list-menu {position:fixed;width: 100%;height: 100%;top: 0;right: 0; background-color: white;z-index: 97;
overflow-y: auto;display: none;
}
.list-menu::-webkit-scrollbar {height: 0;width: 0;}
.list-menu ul {float: right;padding:0 20px;margin-top: 70px;list-style: none;width: 100%;}
.list-menu a {text-decoration: none;font-size: 22px;color: rgb(42, 51, 70);}
.mn {margin: 10px 0 ; padding:14px 10px;background-color: rgba(112, 128, 144, 0.06);border-radius:8px;}
.mn:hover {background-color:rgba(112, 128, 144, 0.12);color:royalblue;}
.mn i {font-size: 18px;margin-right: 8px;}

.improvement {width: 100%;padding: 10px ;}
.improvement img {width: 80px;}
.improvement h5 {font-size: 20px;color: rgb(42, 51, 70);margin: 5px 0;}
.imp {width: 100%;height: 120px;border-radius: 5px;border: 1px solid rgb(119, 178, 236);resize: none;
padding: 10px;transition-duration: 0.4s;
}
.imp:focus {outline: none;border: 1px solid rgb(100, 151, 202);}
.subimp {width: 100%;padding:6px 0 ;border-radius: 5px ;margin-top: 10px;background-color: rgb(119, 178, 236);
color: white;border: 0;transition-duration: 0.4s;
}
.subimp:focus , .subimp:hover {background-color: rgb(100, 151, 202);}

.sendimp {width: 100%;display: none;}
.sendimp h5 {font-size: 16px;color: rgb(42, 51, 70);text-align: center;}



/*footer*/
#footer {width: 100%;padding: 100px 0;background-color: rgba(183, 187, 199, 0.1);padding-bottom: 20px;}
#footer ul {list-style: none;}
#footer li {text-align: right;}
#footer a {text-decoration: none;color: rgb(53, 53, 82);}
.sd1 a:hover, .sd2 a:hover {color: rgb(16, 16, 17) ;} 
#footer h4 {color: rgb(57, 84, 110) ;text-align: right;margin-bottom: 30px;text-align: right;
}
#footer h5 {margin-top: 20px;font-size: 13px;color: grey;}
#footer span {margin-top: 20px;font-size: 12px;color: grey;}
.sd3 img {margin-bottom: 30px;width: 220px;}
.sd3 p {color:rgb(53, 53, 82) ;text-align: Justify;}

.sd4 {margin-top: 50px;}
.sd4 li {display: inline-flex;}
.sd4 .feather {margin: 0 20px;font-size: 26px;color: rgb(53, 53, 82) ;transition-duration: 1s;}
.sd4 .feather:hover {color:  rgb(100, 151, 202);}
.foot-bar {font-size: 15px;margin: 20px 0;}
.pg {display: inline-block;margin-left: 20px;}
/*btn*/
.genbtn {display: inline-flex;width: 100%;margin-top: 20px;}
.sharebtn {border: 1px solid royalblue;background-color: transparent;
    color: royalblue;font-size: 15px;border-radius: 5px;transition-duration: 0.4s;margin: 5px;
    cursor: pointer;display:inline-flex;padding:7px 20px;border-radius:20px;
    align-item:center;justify-content:center;
}
.sharebtn:hover {background-color: royalblue;color: white;}    

.reportbtn {border: 1px solid rgb(228, 54, 31);background-color: transparent;
    color: rgb(228, 54, 31);font-size: 15px;border-radius: 5px;transition-duration: 0.4s;margin: 5px;cursor: pointer;
    display:inline-flex;padding:7px 20px;border-radius:20px;align-item:center;justify-content:center;
}
.sharebtn i , .reportbtn i {font-size:10px;margin:0 4px;}
.reportbtn:hover {background-color: rgb(228, 54, 31);color: white;}  
.backtab , .backtab2 , .b-noti-tab , .b-saved-tab , .b-send-tab {width:100%; height: 100%;background-color: rgba(0, 0, 0, 0.1);
    position: fixed;top: 0;left: 0;display: none;z-index: 3;} 
.sharetab {width: 200px;border: 1px solid silver;border-radius: 10px;padding: 5px 0;background-color: white;
position: fixed;top: 50%;left: 50%;
-webkit-transform: translate(-50% , -50%) ;transform: translate(-50% , -50%);
} 
.reporttab {width: 400px;border: 1px solid rgb(230, 179, 179);border-radius: 10px;padding: 10px 0;
    background-color: white;
    position: fixed;top: 50%;left: 50%;
    -webkit-transform: translate(-50% , -50%) ;transform: translate(-50% , -50%);
}
.reporttab h5{font-size: 14px ;color: rgb(113, 110, 133);margin: 10px 0;}
.reporttab textarea {width: 90%;height: 150px;resize: none; border-radius: 5px;border: 1px solid silver;
padding: 10px;margin-bottom: 10px;
}
textarea:focus {outline: none;border: 1px solid rgb(230, 179, 179);}
.reporttab input {background-color: rgb(228, 54, 31);color: white;width: 100px;padding: 5px 0;border: 0;
    border-radius: 5px;margin-top: 15px;}
.socialmd {font-size: 18px;padding: 20px 0;cursor: pointer;}
.closetab ,.closetab2 , .closetab3 , .closetab4 , .closetab5{color: red;font-size:30px;cursor: pointer;position: absolute;right: 20px;top: 60px;}

  
.success-check , .failed-check {padding: 20px 70px; position: fixed;border-radius: 8px;display: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 8px; background-color: rgb(119, 178, 236);
    top: 85%;left: 50%;
-webkit-transform: translate(-50% , -50%) ;transform: translate(-50% , -50%);
}
.success-check i  {font-size: 25px;color: rgb(0, 252, 189);margin: 10px;text-align:center ;}
.success-check span  ,  .failed-check span{font-size: 17px;color: white;text-align: center;}

.failed-check i {font-size: 25px;color: red ;margin: 10px;text-align:center ; }




.backto {float: left;font-size: 18px;color: rgb(53, 53, 82) ;margin-bottom: 15px ;margin-left: 10px;
cursor: pointer;
}
.save-job {float: right;font-size: 18px;color: rgb(53, 53, 82) ;margin-bottom: 15px ;
    cursor: pointer;margin-right: 10px;}

/*media screen*/ 

@media only screen and (max-width:1300px) {
    .list li {margin-left:25px;}
   
}
@media only screen and (max-width:1100px) {
    #menu {padding:  10px 50px;}
    .list ul {left:0;}
    .list li {margin-left:20px;}
    
}

@media only screen and (max-width: 920px ) {
    
    
    .list ul {left:0;}
    .list li {margin-left: 15px;}

}
@media only screen and (max-width: 800px ) {
    .list{display: none;}
    #menu {display: none;}
    .sm-menu {display: block;z-index: 9999;}
    #footer li{text-align: right;margin-right: 40px;}
    #footer h5 {text-align: center;}
    .sd3 p {padding: 0 20px;}
     #footer h4 {margin: 30px 0;text-align: right;margin-right: 50px;}
     .sd4 li {margin-right: 0px !important;}
    .sd4 li {margin: 0 12px;font-size: 24px;}
    .sd3 img {margin-top: 60px;}
}
@media only screen and (max-width: 500px ) {
.register , .login {font-size: 14px;margin:0 2px;padding: 8px;}
.dropopt {font-size:12px !important;padding: 6px !important;}
.noti-tab , .saved-tab , .send-tab{width: 95%;}
#menu {padding:  10px 25px;}
.logo-m img , .logo-b img {height: 35px;}
.logo-m {display:block}
.logo-b {display:none}
.logo img {height: 30px;}
.sd3 img {width: 80%;}
.sd4 li {margin: 0 !important;font-size: 15px;margin-right: 4px !important;}
.sd4 li {text-align: center;}
.sharetab {width:60%}
.reporttab {width: 95%;}
.reporttab textarea {width: 95%;}
.success-check  , .failed-check{ padding: 20px 70px !important;width: 80% !important;}  
  
.tab-load {margin:20px 0; }

}
@media only screen and (max-width: 400px ) {
    .ads4 {width: 95%;margin: 20px 0;}
}

</pre></body></html>