
            
                .main-box{
                    position: absolute;
                    width: 100%;
                    margin: auto;
                    z-index: 1000;
                }
                .main-box-header{
                    width: 1200px;
                    margin: auto;
                }
                .navbar-top{
                    padding: 0 15px 10px 15px;
                }
                .details-box span{
                    font-size: 15px;
                    margin-left: 10px;
                }
                .details-box span:before{
                    margin-left: 5px;
                    float: right;
                }
                .nav-container{
                    width: 100%;
                    background-color: #0d1741;
                    padding: 0 20px 0 0;
                    z-index: 11;
                    transition: all 0.4s ease;
                }
                .logo{
                    width: 200px;
                    height: 50px;
                }
                .logo-a{
                    width: 100%;
                    height: 100%;
                }
                .logo-a>img{
                    width: 100%;
                    height: 100%;
                }
                .menu-item{
                    position:relative;
                    text-transform: capitalize;
                    font-weight: 500;
                    font-size: 16px;
                    color: #fff;
                    margin-right: 30px;
                    line-height: 50px;
                    cursor: pointer;
                }
                .menu-item:first-child{
                    margin-right: 0;
                }
                .menu-item>a{
                    color: #fff !important;
                }
                .sub-menu{
                    position: absolute;
                    text-align: right;
                    min-width: 210px;
                    box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
                    background-color: #fff;
                    transition: all 0.4s ease;
                    color: #000;
                    display: none;
                    z-index: 1;
                }
                .sub-menu li{
                    display: block;
                    margin-right: 0;
                    font-size: 15px;
                    transition: all 0.4s ease;
                    border-bottom: 1px solid #f5f5f5;
                    line-height: 22px;
                }
                .sub-menu li>a{
                    display: block;
                    padding: 10px 20px;
                    white-space: nowrap;
                    color: #000;
                    font-size: 14px;
                    font-weight: 500;
                    transition: all 0.4s ease;
                }
                .title-menu{
                    transition: all 0.4s ease;
                }
                .sub-menu li>a::before{
                    position: absolute;
                    right: 12px;
                    content: ">";
                    margin-left: 10px;
                    display: inline-block;
                    transition: 0.4s;
                    color: #fff;
                }
                .menu-item:hover .title-menu{
                    color: #5ba600 !important;
                }
                .menu-item:hover {
                    color: #5ba600;
                }
                .menu-item:hover .sub-menu{
                    display: block;
                }
                .menu-item:hover .n-hide{
                    display: inline-block;
                }
                .menu-item:hover .p-show{
                    display: none;
                }
                .sub-menu li:hover{
                    background-color: #061539;  
                }
                .sub-menu li>a:hover{
                    padding-right:36px;  
                    color: #fff !important;    
                }
                .n-hide{
                    display: none;
                    font-size: 11px;
                    transition: all 0.4s ease;
                }
                .p-show{
                    font-size: 11px;
                    transition: all 0.4s ease;
                }
                .menu-sub-btn-box{
                    margin-right: 25px;
                }
                .sub-btn{
                    height: 85px;
                    overflow: inherit;
                    padding: 0 50px 0 20px;
                    color: #fff;
                    font-size: 16px;
                    border: 0;
                    background-color: #5ba600;
                    transition: all 0.5s ease;
                    cursor: pointer;
                    display: inline-block;
                    transform: perspective(1px) translateZ(0);
                    background-position: right bottom;
                    background-size: 200% 100%;
                    background-image: -webkit-gradient( linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #5ba600) );
                    border-radius: 0;
                }
                .sub-btn:hover{
                    color: #fff !important;
                    background-color: #28a745;
                    background-position: left bottom;
                }
                .sub-btn span {
                    cursor: pointer;
                }
                .sub-btn:before{
                    content: "";
                    position: absolute;
                    z-index: -1;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background: rgba(6, 21, 57, 0.3);
                    transform: scaleX(0);
                    transform-origin: 0 50%;
                    transition-duration: 0.4s;
                }
                .sub-btn-icon{
                    background: #0d1741;
                    border-radius: 7px;
                    padding: 5px;
                    display: inline-block;
                    position: absolute;
                    right: -20px;
                    top: 50%;
                    margin-top: -25.5px;
                    line-height: 40px;
                }
                .sub-btn-icon>i{
                    background-color: #5ba600;
                    height: 40px;
                    width: 40px;
                    line-height: 40px;
                    border-radius: 7px;
                    font-size: 14px;
                    float: inherit;
                    text-align: center;
                }
                .sub-btn-text{
                    line-height: 85px;
                    font-size: 16px;
                }
                .mr-25px{
                    margin-right: 25px;
                }
                #rlogin_uer_btn{
                    color: #616161 !important;
                }
                .social-box{
                    width: 20px;
                    height: 20px;
                    margin: 0 6px;
                }
                .social-box:hover{
                    color: #5ba600;
                }
                .social-box > img{
                    width: 20px;
                    height: 20px;
                }
                .box-top{
                    position: fixed;
                    top: 0;
                    right: 0;
                    width: 100%;
                    padding: 0 3%;
                    z-index: 1000;
                }
                .box-page{
                    width: 100%;
                    padding: 0 3%;
                    z-index: 1000;
                }
                .rec-style-btn{
                    display: unset;
                    padding: 10px 35px;
                }
                #div_profile_picture {
                    position: absolute;
                    width: 0;
                    height: 0;
                    z-index: -99999;
                    top: -10000px;
                }
                .lo-box {
                    padding: .40rem 0.60rem;
                    clear: both;
                    text-align: inherit;
                    background-color: transparent;
                    border: 0;
                    cursor: pointer;
                    width: fit-content;
                    border-radius: 5px;
                    color: #fff;
                    transition: all 0.4s ease;
                }
                .lo-box>span{
                    cursor: pointer;
                    margin-left: 5px;
                }
                .lo-box:hover{
                    background-color: #061539;
                    color: #5ba600;
                }
                .like-container{
                    position: relative;
                    min-height: 100%;
                    margin-left: 20px;
                }
                .like-container .like-btn{
                    width: 20px;
                    height: 20px;
                    display: block;
                }
                .like-container .like-btn svg{
                    width: 20px;
                    height: 20px;
                    fill: white;
                }
                .like-container .like-list-container{
                    position: absolute;
                    top: 45px;
                    left: 50%;
                    transform: translateX(-50%);
                    padding-top: 20px;
                    transition: all 0.3s linear;
                    z-index: 100;
                    display: none;
                    background-color: transparent;
                }
                .like-container .like-list-container::after{
                    content: "";
                    position: absolute;
                    top: 12px;
                    left: 50%;
                    transform: translateX(-50%);
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent;
                    border-bottom: 10px solid #5ba600;
                    display: block;
                }
                .like-container .like-list-container .like-list{
                    padding: 10px 20px;
                    width: max-content;
                    background-color: #5ba600;
                    border-radius: 5px;
                    box-shadow: 0 0 0 rgb(0 0 0 / 40%);
                }
                .like-container .like-btn:hover .like-list-container{
                    display: block;
                }
                .c-fill-red{
                    fill: red;
                }
        #module_footer_section_1{
;
padding-top:4vw;
padding-right:10%;
padding-bottom:4vw;
padding-left:10%;
border-style:none;
}#module_footer_column_1{
;
width:20%;
margin-top:0px;
border-style:none;
}#module_footer_items_1{
;
cursor:default;
line-height:1.2vw;
color:#727e82;
font-weight:bold;
font-size:1.2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_1:hover{
;
}#module_footer_row_2{
;
padding-top:2vw;
border-style:none;
}#module_footer_items_2{
;
cursor:default;
width:1.15vw;
height:1.15vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-left:1vw;
}#module_footer_items_2:hover{
;
}#module_footer_items_3{
;
cursor:default;
line-height:1.15vw;
color:#727e82;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_3:hover{
;
}#module_footer_row_3{
;
padding-top:.75vw;
border-style:none;
}#module_footer_items_4{
;
cursor:default;
width:1.15vw;
height:1.15vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-left:1vw;
}#module_footer_items_4:hover{
;
}#module_footer_items_5{
;
cursor:default;
line-height:1.15vw;
color:#727e82;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_5:hover{
;
}#module_footer_row_4{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_6{
;
cursor:default;
width:1.15vw;
height:1.15vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-left:1vw;
}#module_footer_items_6:hover{
;
}#module_footer_items_7{
;
cursor:default;
line-height:1.15vw;
color:#727e82;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_7:hover{
;
}#module_footer_row_5{
;
padding-top:.75vw;
border-style:none;
}#module_footer_items_8{
;
cursor:default;
width:1.15vw;
height:1.15vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-left:1vw;
}#module_footer_items_8:hover{
;
}#module_footer_items_9{
;
cursor:default;
line-height:1.15vw;
color:#727e82;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_9:hover{
;
}#module_footer_column_2{
;
width:20%;
margin-top:0px;
border-style:none;
}#module_footer_items_10{
;
cursor:default;
line-height:1.2vw;
color:#727e82;
font-weight:bold;
font-size:1.2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_10:hover{
;
}#module_footer_row_7{
;
padding-top:2vw;
border-style:none;
}#module_footer_items_11{
;
cursor:default;
line-height:1.2vw;
color:#727e82;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_11:hover{
;
}#module_footer_row_8{
;
padding-top:.75vw;
border-style:none;
}#module_footer_items_12{
;
cursor:default;
line-height:1.2vw;
color:#727e82;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_12:hover{
;
}#module_footer_column_3{
;
width:20%;
margin-top:0px;
border-style:none;
}#module_footer_items_13{
;
cursor:default;
line-height:1.2vw;
color:#727e82;
font-weight:bold;
font-size:1.2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_13:hover{
;
}#module_footer_row_10{
;
margin-top:2vw;
border-style:none;
}#module_footer_items_14{
;
cursor:default;
line-height:1.2vw;
color:#727e82;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_14:hover{
;
}#module_footer_row_11{
;
padding-top:.75vw;
border-style:none;
}#module_footer_row_12{
;
padding-top:.75vw;
border-style:none;
}#module_footer_row_13{
;
padding-top:.75vw;
border-style:none;
}#module_footer_column_4{
;
width:20%;
margin-top:0px;
border-style:none;
}#module_footer_row_15{
;
padding-top:2vw;
border-style:none;
}#module_footer_row_16{
;
padding-top:.75vw;
border-style:none;
}#module_footer_row_17{
;
padding-top:.75vw;
border-style:none;
}#module_footer_column_5{
;
width:20%;
margin-top:0px;
border-style:none;
}#module_footer_items_22{
;
cursor:default;
width:20vw;
height:4vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_22:hover{
;
}#module_footer_section_2{
;
padding-right:10%;
padding-bottom:2vw;
padding-left:10%;
border-style:none;
}#module_footer_column_6{
;
width:50%;
border-style:none;
}#module_footer_items_23{
;
cursor:default;
line-height:1.2vw;
color:#727e82;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_23:hover{
;
}#module_footer_column_7{
;
width:50%;
justify-content:flex-end;
border-style:none;
}#module_footer_row_21{
;
justify-content:flex-end;
border-style:none;
}#module_footer_items_26{
;
cursor:default;
line-height:1.2vw;
color:#727e82;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_26:hover{
;
}#public_footer_main_1{;background-color:#e9e9e9;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:solid;border-top-width:4px;border-color:#5d5d5d;}#public_footer_main_1:hover{;}#public_footer_main_1{
                    position:relative;
                    margin-right:auto !important;
                    margin-left:auto !important;
                    overflow:hidden !important;
                }
                #public_footer_main_1 > div{
                    position:relative;
                    z-index:12;
                }
                   #public_footer_main_1  
                
                #public_footer_main_1 .new_admin_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
            
                #public_footer_main_1:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
            #msg_footer.msg_footer,
            #msg_footer_complete.msg_footer{
                position: fixed;
                top: 50px;
                right: 10px;
                width: 400px;
                height: 50px;
                z-index: 10000;
                border-radius: 3px;
            }

            #msg_footer .d_flex,
            #msg_footer_complete .d_flex{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                height: 100%;
                padding: 0 15px;
            }

            #msg_footer.green_msg_footer {
                background-color: #d4edda;
                border: 1px solid #c3e6cb;
                color: #155724;
            }

            #msg_footer.red_msg_footer,
            #msg_footer_complete.red_msg_footer{
                background-color: #f8d7da;
                border: 1px solid #f5c6cb;
                color: #721c24;
            }

            #msg_footer .close_msg,
            #msg_footer_complete .close_msg{
                cursor: pointer;
                font-size: 25px;
                padding-right: 15px;
            }

            #msg_footer .close_msg:hover,
            #msg_footer_complete .close_msg:hover{
                color: #000;
            }
            
            .border_red{
                border: 1px solid #e20000;
            }
            footer a{
                color: inherit;
            }
        
            #body_popup_1,#body_popup_2{
                position:fixed;
                display:flex;
                text-align:center;
                top:0;
                bottom:0;
                right:0;
                left:0;
                z-index:99999;
                visibility:hidden;
                opacity: 0;
                background:rgba(0,0,0,0.5);
            }
            #body_popup_1.open-popup,#body_popup_2.open-popup{
                visibility:visible;
                opacity: 1;
            }
            #body_popup_1 > div,#body_popup_2 > div{
                display:block;
                background:#fff;
                padding:10px;
                margin:auto;
                transform:translateY(-150px);
                -webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;
                text-align:center;
                border-radius:10px;
                position:relative;
                z-index:999999;
            }
            #body_popup_1.open-popup > div,#body_popup_1.open-popup > div{
                transform:translateY(0);
            }
            #body_popup_1 .icon-close-popup{
                position:absolute;
                font-size:30px;
                height:30px;
                width:30px;
                border-radius:50%;
                color:red;
                top:-10px;
                right:-10px;
                background-color:transparent;
                z-index:9999;
            }
            #body_popup_1 .icon-close-popup i{
                position:absolute;
                top:0;
                right:0;
            }
            #body_popup_1 .container-html{
                height:100%;
                overflow:auto;
                max-height:90vh;
            }
            #body_popup_1 .container-html::-webkit-scrollbar{
                width:5px;
                height:100%;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-track{
                background-color:transparent;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-thumb{
                background-color:#777;
                border-radius:20%;
            }
            #body_popup_1 .icon-close-popup{
                color:#fff;
                top:0;
                right:0;
            }
            #module_waiting_box{
                position:fixed;
                background:rgba(256,256,256,0.8);
                width:100%;
                height:100%;
                -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
                top:0;
                right:0;
                opacity:0;
                z-index:9999999999999;
                visibility:hidden;
            }
            #module_waiting_box.show-waiting{
                visibility:visible;
                opacity:1;
            }
            #module_waiting_box .spinner {
              margin: 100px auto 0;
              width: 70px;
              text-align: center;
            }
            
            #module_waiting_box .spinner > div {
              width: 18px;
              height: 18px;
              background-color: #333;
              border-radius: 100%;
              display: inline-block;
              -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
              animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }
            
            #module_waiting_box .spinner .bounce1 {
              -webkit-animation-delay: -0.35s;
              animation-delay: -0.35s;
            }
            
            #module_waiting_box .spinner .bounce2 {
              -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s;
            }
            
            @-webkit-keyframes sk-bouncedelay {
              0%, 95%, 100% { -webkit-transform: scale(0) }
              50% { -webkit-transform: scale(1.0) }
            }
            
            @keyframes sk-bouncedelay {
              0%, 95%, 100% { 
                -webkit-transform: scale(0);
                transform: scale(0);
              } 50% { 
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
              }
            }
        body{direction: rtl;text-align: right;}