
            #back_to_top{
                display: none;
                position: fixed;
                transition: 600ms;
                right: 50px;
                left: unset;
                bottom: 50px;
                z-index: 100;
                border-radius: 50%;
                border: 1px  solid  #000;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #777 ;
            }
            .d-none{
                display: none !important;
            }
            #back_to_top svg{
                width: 24px;
                height: 24px;
                fill: #fff ;
            }
            #back_to_top img{
                width: 24px;
                height: 24px;
                fill: #fff ;
                object-fit:contain;
            }
            #header_public2025 *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            }
            #header_public2025 #div_profile_picture, 
            #header_public2025 #div_profile_picture_metro {
                display: block;
                width: 0 !important;
                height: 0 !important;
                line-height: unset !important;
            }
           
            #header_public2025 #div_profile_picture .login-container{
                display: none !important;
            }
            #header_public2025 #div_profile_picture #profile_picture,
            #header_public2025 #div_profile_picture #profile_exit{
                display: none !important;
            }
            #header_public2025 .flex{
            display: flex;
            justify-content: center !important;
            align-items: center !important;
            }
            #header_public2025 .displayNone{
            display: none !important;
            }
            #header_public2025 .header_public2025_top {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-wrap: nowrap;
                background-image: url("https://ebtekarglassdoor.ir/files/");
                background-color: #b90a2d;
                margin-bottom: 5px;
                
            }
            #header_public2025 .header_public2025_top_content {
                width: fit-content;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                align-content: center;
                flex-direction: row-reverse;
                gap: 2px;
                color: white;
                cursor: pointer;
            }
            #header_public2025 .adv_link {
                text-decoration: none;
                color: #fff;
                font-size: 14;
                font-weight: 500;
            }
            #header_public2025 .adv_link:hover {
                color: white;
            }
            #header_public2025 .header_public2025_top_content:hover {
                text-decoration: underline;
            }
            #header_public2025 .header_public2025_top_content_percent {
                cursor: pointer;
            }
            #header_public2025 .header_public2025_top_content_shop {
                cursor: pointer;
            }
            #header_public2025 .showElement{
            opacity: 1 !important;
            pointer-events: auto !important;
            visibility: visible !important;
            transform: none !important;
            }
            #header_public2025 .hideElement{
            opacity: 0 !important;
            visibility: hidden !important;
            pointer-events: none !important;
            }
            #header_public2025 .hideElementLeft{
            opacity: 0 !important;
            visibility: hidden !important;
            pointer-events: none !important;
            transform: translateX(-100%) !important;
            }
            #header_public2025 span{
            cursor: pointer;
            }
            #header_public2025{
            width: 100%;
            background: #fff;
            border-bottom: 1px solid #aaa;
            
            position: relative;
            top: 0;
            z-index: 1000;
            
            }
            #header_public2025>div:first-child{
            width: 100%;
            }
            #header_public2025 .container_top{
            margin-bottom: 15px;
            padding-top: 5px;
            }
            #header_public2025 .container_top>div{
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 50px;
            }
            #header_public2025 .top_icon{
            width: 6.5%;
            padding: 0px 0px;
            }
            #header_public2025 .top_icon>img{
            width: 0px;
            height: 0px;
            max-width: 100%;
            max-height: 100%;
            }
            #header_public2025 .top_search{
            width: 64%;
            display: flex;
            border: px solid ;
            border-radius: 10px;
            }
            #header_public2025 .top_search_input::placeholder {
                color: ;
            }
            #header_public2025 .top_search_input{
            width: 94%;
            height: 45px;
            border-left: none;
            padding: 10px;
            background-color: gray;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            border-radius: 0 10px 10px 0;
            }
            #header_public2025 .top_search_iconHolder{
            width: 6%;
            background-color: green;
            border-radius: 10px 0 0 10px;
            transition: background-color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
            }
            #header_public2025 .top_search_iconHolder>div>svg{
            width: 24px;
            height: 24px;
            vertical-align: middle;
            stroke: rgba(0,0,0,0.5);
            }
            #header_public2025 .top_search_iconHolder:hover{
            background-color: rgba(0, 0, 0, 0.05);
            cursor: pointer;
            }
            #header_public2025 .top_dashboard_container_basket{
            width: 21%;
            height: 85%;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
            }
            #header_public2025 .top_dashboard_container_basket>div>svg{
            width: 20px;
            height: 20px;
            fill: rgb(0,0,0);
            transition: fill 0.2s cubic-bezier(0.19, 1, 0.22, 1);
            }
            #header_public2025 .top_dashboard_container_basket:hover>div>svg{
            fill: rgba(0,0,0,0.5) !important;
            }
            #header_public2025 .top_dashboard_container_basket>div:last-child{
            position: absolute;
            top: -7px;
            left: -7px;
            border: 1px solid rgba(0,0,0,0.15);
            border-radius: 50%;
            width: 33%;
            height: 33%;
            padding: 10px;
            background-color: #ffffff;
            color: rgb(87,178,139);
            }
        
            #header_public2025 .top_dashboard_container{
            width: 15%;
            height: 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 17px;
            font-weight: bold;
            }
            #header_public2025 .top_dashboard_container>*{
            border: 1px solid rgba(0,0,0,0.15);
            padding: 10px;
            background-color: #ffffff;
            }
            #header_public2025 .top_dashboard_container_user_panel{
            width: 75%;
            position: relative;
            cursor: pointer;
            border-radius: 10px;
            }
            
            
            #header_public2025 .user_panel_short_creator_title{
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-bottom: 15px;
            border-bottom: 1px solid rgba(0,0,0,0.3);
            margin-bottom: 5px;
            }
            #header_public2025 .user_panel_short_creator_title>span{
            font-size: 18px;
            cursor: default;
            color: rgba(0,0,0,0.85);
            }
            #header_public2025 .user_panel_short_creator_title>a{
            color: rgb(87,178,139);
            transition: color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
            }
            #header_public2025 .user_panel_short_creator_title>a:hover{
            color: rgba(87,178,139,0.65);
            }
            #header_public2025 .user_panel_short_creator_fields{
            margin-top: 15px;
            }
            #header_public2025 .user_panel_short_creator_fields>label>span{
            color: #ff0000;
            }
            #header_public2025 .user_panel_short_creator_fields>input{
            width: 100%;
            padding: 10px;
            border: 1px solid rgba(0,0,0,0.3);
            color: rgba(0,0,0,0.5);
            font-weight: bold;
            margin-top: 5px;
            }
            #header_public2025 .user_panel_short_creator_fields.password_input{
            position: relative;
            }
            #header_public2025 .password_input_showPassword{
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: rgba(0,0,0,0.1);
            width: 15%;
            height: 38px;
            cursor: pointer;
            transition: color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
            }
            #header_public2025 .password_input_showPassword:hover{
            background-color: rgba(0,0,0,0.2);
            }
            #header_public2025 .password_input_showPassword>svg{
            width: 17px;
            height: 17px;
            stroke: #000000;
            }
            #header_public2025 .user_panel_short_creator_confirm{
            width: 100%;
            margin-top: 15px;
            }
            #header_public2025 .user_panel_short_creator_confirm>a{
            width: 100%;
            padding: 10px;
            border-radius: 5px;
            background-color: rgb(87,178,139);
            cursor: pointer;
            }
            #header_public2025 .user_panel_short_creator_confirm>a:hover{
            background-color: rgb(0,178,101);
            }
            #header_public2025 .user_panel_short_creator_confirm>a>span{
            color: #ffffff;
            font-size: 14px;
            font-weight: bold;
            }
            #header_public2025 .user_panel_short_creator_options>div{
            margin-top: 15px;
            font-size: 14px;
            font-weight: bold;
            }
            #header_public2025 .user_panel_short_creator_options>div:first-child{
            cursor: pointer;
            width: fit-content;
            display: flex;
            align-items: center;
            }
            #header_public2025 .user_panel_short_creator_options input{
            cursor: pointer;
            margin-left: 5px;
            }
            #header_public2025 .user_panel_short_creator_options label{
            cursor: pointer;
            }
            #header_public2025 .user_panel_short_creator_options a{
            color: rgb(87,178,139);
            }
            #header_public2025 .user_panel_short_creator_options a:hover{
            color: rgba(87,178,139,0.65);
            }
        
            #header_public2025 .container_bottom{
            height: 50px;
            display: flex;
            justify-content: right;
            align-items: center;
            padding: 0 35px;
            font-size: 14px;
            font-weight: bold;
            color: rgba(0,0,0,0.5);
            }
            #header_public2025 .container_bottom>div{
            height: 100%;
            }
            #header_public2025 .bottom_category{
            width: 200px;
            height: 50px;
            }
            #header_public2025 .bottom_category>div{
            position: relative;
            width: 100%;
            height: 100%;
            cursor: pointer;
            }
            #header_public2025 .bottom_category>div:hover .bottom_category_title>span{
            cursor: pointer;
            }
            #header_public2025 .bottom_category_title{
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            border-left: 1px solid rgba(0,0,0,0.15);
            padding-left: 15px;
            }
            #header_public2025 .bottom_category_title>div:first-child>svg{
            width: 17px;
            height: 17px;
            }
            #header_public2025 .bottom_category_title>span{
            cursor: default;
            }
            #header_public2025 .bottom_category_title>div:last-child{
            display: flex;
            justify-content: space-between;
            align-items: center;
            }
            #header_public2025 .bottom_category_title>div:last-child>svg{
            width: 10px;
            height: 10px;
            fill: rgba(0,0,0,0.75);
            }
            #header_public2025 .bottom_category>div:hover .bottom_category_options{
            opacity: 1;
            pointer-events: auto;
            visibility: visible;
            transform: none !important;
            }
            #header_public2025 .bottom_category_options{
            width: 125%;
            border: 1px solid rgba(0,0,0,0.075);
            background-color: #ffffff;
            z-index: 10;
            position: absolute;
            top: 50px;
            right: 0;
            opacity: 0;
            pointer-events: none;
            visibility: hidden;
            transform: translateY(-10px);
            transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
            }
            #header_public2025 .bottom_category_options_option>a{
            display: block;
            width: 100%;
            height: 100%;
            padding: 7px 16px;
            color: rgba(0,0,0,0.7);
            transition: color 0.1s cubic-bezier(0.19, 1, 0.22, 1);
            border-bottom: 1px solid rgba(0, 0, 0, 0.15);
            }
            #header_public2025 .bottom_category_options>div:first-child{
            border: none;
            position: relative;
            padding: 0;
            }
            #header_public2025 .bottom_category_options>div:first-child>*:last-child>a{
            border-bottom: 0;
            }
            #header_public2025 .bottom_category_options_option_title{
            display: flex !important;
            justify-content: space-between;
            align-items: center;
            padding: 7px 16px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.15);
            color: rgba(0, 0, 0, 0.7);
            }
            #header_public2025 .bottom_category_options_option_title>span{
            transition: color 0.1s cubic-bezier(0.19, 1, 0.22, 1);
            }
            #header_public2025 .bottom_category_options_option_title>div>svg{
            width: 10px;
            height: 10px;
            fill: rgba(0,0,0,0.5);
            }
            #header_public2025 .bottom_category_options_option_category{
            position: absolute;
            top: -1px;
            right: 99.75%;
            width: 85%;
            background-color: #ffffff;
            border: 1px solid rgba(0,0,0,0.075);
            border-radius: 2px;
            z-index: 10;
            padding: 10px 16px;
            opacity: 0;
            pointer-events: none;
            visibility: hidden;
            transform: translateX(10px);
            transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
            }
            #header_public2025 .bottom_category_options_option_category>div{
            padding: 5px 0;
            }
            #header_public2025 .bottom_category_options_option_category>div>a{
            display: block;
            width: 100%;
            height: 100%;
            color: rgba(0,0,0,0.5);
            transition: color 0.1s cubic-bezier(0.19, 1, 0.22, 1);
            }
            #header_public2025 .bottom_category_options_option:hover{
            background-color: rgba(0,0,0,0.05);
            }
            #header_public2025 .bottom_category_options_option:hover>a,
            #header_public2025 .bottom_category_options_option>a:hover,
            #header_public2025 .bottom_category_options_option_title:hover>span{
            color: rgba(0,0,0,0.5);
            }
            #header_public2025 .bottom_category_options_option_title:hover{
            background-color: rgba(0, 0, 0, 0.05);
            }
            #header_public2025 .bottom_category_options_option_title:hover + .bottom_category_options_option_category{
            opacity: 1;
            pointer-events: auto;
            visibility: visible;
            transform: none !important;
            }
            #header_public2025 .bottom_category_options_option_category:hover{
            opacity: 1;
            pointer-events: auto;
            visibility: visible;
            transform: none !important;
            }
            #header_public2025 .bottom_category_options_option_category>div>a:hover{
            color: rgb(87,178,139);
            }
            #header_public2025 .bottom_links{
            margin-right: 15px;
            }
            #header_public2025 .bottom_links>div{
            display: flex;
            width: 100%;
            height: 100%;
            justify-content: space-between;
            align-items: center;
            gap: 25px;
            }
            #header_public2025 .bottom_links_option{
            height: 100%;
            }
            #header_public2025 .bottom_links_option>a{
            height: 100%;
            color: rgba(0,0,0,0.5);
            }
            #header_public2025 .bottom_links_option>div{
            position: relative;
            height: 100%;
            cursor: pointer;
            }
            #header_public2025 .bottom_links_option_title{
            gap: 2px;
            }
            #header_public2025 .bottom_links_option_title>span{
            transition: color 0.1s cubic-bezier(0.19, 1, 0.22, 1);
            }
            #header_public2025 .bottom_links_option_title>div>svg{
            width: 10px;
            height: 10px;
            fill: rgba(0,0,0,0.5);
            }
            #header_public2025 .bottom_links_option_category{
            position: absolute;
            top: 50px;
            right: 0;
            width: 200px;
            border: 1px solid rgba(0,0,0,0.15);
            border-radius: 2px;
            opacity: 0;
            pointer-events: none;
            visibility: hidden;
            transform: translateY(-10px);
            transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
            }
            #header_public2025 .bottom_links_option_category>div{
            padding: 5px 16px;
            }
            #header_public2025 .bottom_links_option_category_option{
            padding: 5px 0;
            }
            #header_public2025 .bottom_links_option_category_option>a{
            display: block;
            width: 100%;
            color: rgba(0,0,0,0.5);
            transition: color 0.1s cubic-bezier(0.19, 1, 0.22, 1);
            }
            #header_public2025 .bottom_links_option>a:hover,
            #header_public2025 .bottom_links_option>div:hover>.bottom_links_option_title>span{
            color: rgb(87,178,139);
            }
            #header_public2025 .bottom_links_option>div:hover>.bottom_links_option_category{
            opacity: 1;
            pointer-events: auto;
            visibility: visible;
            transform: none !important;
            }
            #header_public2025 .bottom_links_option_category_option>a:hover{
            color: rgb(87,178,139);
            }
        
            #header_public2025 .top_dashboard_container_basket_modal{
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            z-index: 100;
            background-color: rgba(0,0,0,0.7);
            transition: opacity 0.4s cubic-bezier(0.19,1,0.22,1), visibility 0.4s cubic-bezier(0.19,1,0.22,1), transform 0.4s cubic-bezier(0.19,1,0.22,1);
            }
            #header_public2025 .basket_modal{
            position: absolute;
            top: 0;
            left: 0;
            width: 25vw;
            height: 100vh;
            background-color: #ffffff;
            padding: 20px 15px;
            font-size: 14px;
            font-weight: bold;
            cursor: default;
            transition: opacity 0.4s cubic-bezier(0.19,1,0.22,1), visibility 0.4s cubic-bezier(0.19,1,0.22,1), transform 0.4s cubic-bezier(0.19,1,0.22,1);
            }
            #header_public2025 .basket_modal>div{
            display: flex;
            }
            #header_public2025 .basket_modal>div:first-child{
            justify-content: space-between;
            align-items: center;
            padding-bottom: 20px;
            border-bottom: 1px solid rgba(0,0,0,0.15);
            margin-bottom: 20px;
            }
            #header_public2025 .basket_modal>div:first-child>div:first-child{
            font-size: 18px;
            }
            #header_public2025 .basket_modal>div:first-child>div:last-child{
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            }
            #header_public2025 .basket_modal>div:first-child>div:last-child>svg{
            width: 22px;
            height: 22px;
            margin-left: 5px;
            }
            #header_public2025 .basket_modal>div:first-child>div:last-child>svg path{
                stroke: rgb(0,0,0);
                transition: stroke 0.3s cubic-bezier(0.19,1,0.22,1);
            }
            #header_public2025 .basket_modal>div:first-child>div:last-child:hover>svg path{
                stroke: rgba(0,0,0,0.6);
            }
            #header_public2025 .basket_modal>div:first-child>div:last-child>span{
                color: rgb(0,0,0);
                transition: color 0.3s cubic-bezier(0.19,1,0.22,1);
            }
            #header_public2025 .basket_modal>div:first-child>div:last-child:hover>span{
                color: rgba(0,0,0,0.6);
            }
            #header_public2025 .basket_modal>div:last-child{
                flex-direction: column;
                align-items: center;
                gap: 15px;
            }
            #header_public2025 .basket_modal>div:last-child svg{
                width: 40%;
                height: 40%;
                fill: rgba(0,0,0,0.15);
            }
            #header_public2025 .basket_modal>div:last-child a{
                padding: 10px;
                border-radius: 5px;
                background-color: rgb(87,178,139);
                color: #ffffff;
                font-size: 11px;
                font-weight: bold;
                cursor: pointer;
            }
            #header_public2025 .basket_modal>div:last-child a:hover{
            background-color: rgb(0,178,101);
            }
            #header_public2025 .counter_cart {
                position: relative;
                width: 20px;
                height: 20px;
                display: flex;
                justify-content: center;
                align-content: center;
                align-items: center;
                z-index: 100000000000;
            }
            #header_public2025 .counter_cart_number {
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background-color: #7403b8;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            #header_public2025 .counter_cart_number span {
                color: white;
                font-size: 10px;
            }
            #header_public2025 .login-icon {
                color: #ff552c;
                /* width: 90px !important; */
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                text-decoration: none;
                box-sizing: content-box;
                border: 0px solid;
            }
            #header_public2025 .icon-shortcut {
                color: #e84118;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: #2c3e50;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                transition: .4s;
                cursor: pointer;
                text-decoration: none;
            }
            #header_public2025 .status-user {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                text-align: center;
                margin: 0 5px;
                font-size: 14px;
            }
            #header_public2025 .icon-login {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                text-align: center;
                margin: 0 5px;
                font-size: 14px;
                width: 25px;
                height: 25px;
            }
            #header_public2025 .icon-login svg {
                width: 25px;
                height: 25px;
                fill: #e84118;
            }
           
            #header_public2025 #div_profile_picture .rShowLogin{
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                z-index: -1000;
            }
            #header_public2025 #div_profile_picture .login-container{
                display: none !important;
            }
            #header_public2025 #div_profile_picture #profile_picture,
            #header_public2025 #div_profile_picture #profile_exit{
                display: none !important;
            }
        
                .icon-container .icon-item.login-icon{
                    color: #e84118;
                    /*width: 90px !important;*/
                    min-height: 45px;
                    outline: none;
                    border-radius: 3px;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    text-decoration: none;
                    box-sizing: content-box;
                    border: px  solid  ;
                }
                .icon-container .icon-item.login-icon .status-user,
                .icon-container .icon-item.login-icon .icon-login{
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    margin: 0 5px;
                    font-size:14px;
                }
            
     #t-footer_bg{
        width:100%;
        background-color:;
     }
     #footer-wrap{
        width:1200px;
        margin:auto;
     }
     #t-footer_container{
        width:100%;
        padding: 50px 0;
     }
     .t-footer_section{
        display:inline-block;
        vertical-align: top;
        width:330px;
        margin:0 30px;
        color:#FFFFFF;
     }
     #t-footer_construct p{
        width:100%;
        margin-bottom: 20px;
     }
     #footer_logo{
        width:100%;
        height:65px;
        object-fit:contain;
     }
     #construct_txt{
        margin-bottom:10px;
        text-align:justify;
        font-size: 14px;
        line-height: 26px;
        color:#ffffff;
     }
     .t-section_title{
        font-size:20px;
        font-weight:500;
     }
     .t-sub_section{
        margin-top: 10px;
     }
     .t-sub_section li{
        padding-top:10px;
     }
     .sub_subtitle{
        font-size:14px;
        color:#ffffff;
     }
     .service_txt span{
        color:#FFFFFF;
        font-size: 15px;
     }
   .news_content a{
        color:#ffffff;
        font-size:14px;
   }
   .news_content a:hover{
        color:#ffc000;
   }
   .news_content span{
        color:#85868c;
        font-size: 13px;
   }
   #bottom-bar_bg{
        width:100%;
        background:#252525 none repeat center top;
   }
   #bottom_bar_wrap{
        width:1200px;
        line-height:50px;
        margin:auto;
        font-size: 12px;
   }
   .bottom_txt{
        width:49%;
        display:inline-block;
        padding:10px 0;
        color: #aaaaaa;
   }
   .bottom_txt a{color: #aaaaaa;}
   .bottom_txt a:hover{text-decoration:underline}
   #bottom_right_txt{
        text-align:right;
        padding-right: 30px;
   }
   #bottom_left_txt{text-align:left;}


            #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;}