
            .loader_icon {
              border:  8px solid #dbdbdb;
              border-radius: 50%;
              border-top:  8px solid #4b4949;
              width: 80px;
              height: 80px;
              -webkit-animation: spin 2s linear infinite;
              animation: spin 2s linear infinite;
              margin:auto;
            }
            @-webkit-keyframes spin {
              0% { -webkit-transform: rotate(0deg); }
              100% { -webkit-transform: rotate(360deg); }
            }
            @keyframes spin {
              0% { transform: rotate(0deg); }
              100% { transform: rotate(360deg); }
            }
         
            
            .small_placeholder::-webkit-input-placeholder { /* Edge */
              font-size: 11px;
            }
            
            .small_placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
              font-size: 11px;
            }
            
            .small_placeholder::placeholder {
              font-size: 11px;
            }
            
            #calender{padding: 0!important;}
            .filter_absolute { 
                position: absolute;
                right: 50%;
                transform: translateX(50%);
            }
            .fb31{flex-basis: 31%;}
            .h31px{height: 31px;}
            #price_all_sdcc {
                color: green;
                font-size: 22px;
                font-weight: 500;
            }
            .price_all_con{ 
                margin-right: 40px;
                margin-right: 40px;
                margin-top: 28px;
                margin-bottom: 35px;
            }
            .discount_box { 
                margin-top: 20px;
                margin-right: 43px;
                align-items: center;
            }
            .discount_box input{
                border: 1px solid #555;
                border-radius: 3px;
                padding: 6px;
                margin-left: 3px;
                margin-right: 10px;
                text-align: center;
            }
            #discount_res{ 
                margin-right: 127px;
                margin-top: 14px;
                
            }
            .active_price_box{ 
                border-color: #1ace1a  !important;
                opacity: 1 !important;
            }
            .price_box_container span{ 
                color: white !important;
            }
            .price_box_container .main_container.one_month{ 
                background-color: #780650;
                margin-left: 20px;
            }
             .price_box_container .main_container.two_month{ 
                background-color: #1890ff;
                margin-left: 20px;
            }
             .price_box_container .main_container.three_month{ 
                background-color: #b42222;
                margin-left: 20px;
            }
             .price_box_container .main_container.six_month{ 
                background-color: #ff63bd;
            }
            .price_box_container.warning{border-color:red;} 
            .price_box_container{ 
                margin: auto;
                width: fit-content;
                width: -moz-fit-content;
                border: 1px solid transparent;
                border-radius: 5px;
                padding: 5px;
                margin-bottom: 60px;
            }
            .mt33{margin-top:33px;}
            .main_container{ 
                min-width: 175px;
                box-shadow: 0 8px 6px -6px black;
                padding: 10px;
                border-radius: 9px;
                text-align: center;
                border: 3px solid transparent;
                opacity: 0.6;
                transition: opacity 0.4s ease;
            }
            .main_container:hover span{ 
                color: greenyellow !important;
            }
            .taghzie_from_input{ 
                width: 20px;
                height: 20px;
                margin-left: 3px;
            }
            .mr50{margin-right: 50px;}
            .jcsa{justify-content: space-around;}
              #bank_portal_box > span{
                font-size: 14px;
                font-weight: 500;
                margin: 10px 0;
                color: #333;
            }
            #bank_portal_box > div{
                margin: 10px 0;
            }
            #bank_portal_box > div > div{
                margin-left: 10px;
                margin-right: 10px;
                border:1px solid transparent;
                border-radius: 3px;
                padding: 10px;
                min-width: 250px;
                min-height: 150px;
            }
            #bank_portal_box > div > div.chosen-portal{
                border-color: #aaa;
            }
            #bank_portal_box .portal-img{
                text-align: center;
            }
            #bank_portal_box .portal-img img{
                width: 100px;
                height: 100px;
                object-fit: cover;
            }
            .portal-name-input{
                height: 35px;
                line-height: 35px;
                padding: 0 15px;
            }
            .portal-name-input span{
                max-width: 150px;
                text-overflow: ellipsis;
                overflow: hidden;
            }
            .portal-name-input input{
                margin: auto 0 auto 10px;
            }
            .row-input-ctc{
                font-size:14px;
                width:275px;
            }
            .row-input-ctc input{
                width:100%;
                border:1px solid #ddd;
                border-radius:4px;
                padding:5px 10px;
                margin:10px auto;
            }
            .row-input-ctc input::placeholder{
                direction:rtl;
            }
            #finally_table_vsc{
                width:400px;
                margin:10px 0 20px;
                font-size:15px;
                font-weight:400;
            }
            #finally_table_vsc > div{
                background-color:#f9f9f9;
                margin-bottom:5px;
                border-radius:3px;
                height:40px;
                line-height:40px;
                padding:0 10px;
            }
            #finally_table_vsc .discount-vsc{
                color:red;
            }
            #finally_table_vsc .finally-price-vsc{
                font-size:16px;
                font-weight:500;
                color:#248026;
            }
            #parent_portal_box{
                position: fixed;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                flex-direction: column;
                justify-content: center;
                z-index: 999999;
                background-color:rgba(0,0,0,0.5);
            }
            #parent_portal_box > div{
                background-color: #028dae;
                border-radius: 5px;
                border: 1px solid #ccc;
                width:800px;
                font-size:18px;
                color:#fff;
                text-align:center;
                min-height:80px;
                line-height:80px;
            }
        
            #user_metodeman_form{
                width:100%;
                min-width: 1200px;
                background-color: transparent;
                padding-top:0px;
                padding-bottom:0px;
                margin-top:0px;
                margin-bottom:0px;
                font-size:16px;
                color:#333333;
            }
            #user_metodeman_form > div{
                background-color: transparent;
                padding:10px;
            }
        
            .w100-p{width: 100%}
            .dtr{
                display:table-row;
            }
            .width100{
                width: 100% !important;
            }
            .width100 textarea{
                width: 880px !important;
            }
            .hr{
                width: 700px;
                height: 1px;
                background-color: #474747;
                margin: 5px 5px 5px -5px;
            }
            #user_metodeman_form .icon-wait{
                position:fixed;
                width:100%;
                right:0;
                top:0;
                height:100%;
                background-color:rgba(0,0,0,0.2);
            }
            #user_metodeman_form fieldset{
                border:1px solid #a3a3a3;
                padding:10px;
                border-radius:3px;
                background-color:#ffffff;
            }
            #user_metodeman_form fieldset legend{
                padding: 5px;
                margin-right:30px;
                font-size: 18px;
                font-weight: 600;
            }
            #form_levels fieldset{
                position:relative;
                height:185px;
                margin-bottom:10px;
                font-size:12px;
            }
            #user_metodeman_form .container-fl{
                position:absolute;
                width:92%;
                right:4%;
                height:10px;
                top:55px;
                border-radius:20px;
            }
            .container-fl{
                background: #768047;
            }
            #user_metodeman_form .container-fl > div{
                position:relative;
            }
            #user_metodeman_form .level{
                width:34px;
                height:34px;
                border-radius:50%;
                background-color:#768047;
                margin-top:-13px;
                border:1px solid #e8e8e8;
            }
            #user_metodeman_form .level.completion{
                background-color:#b3ad1a !important;
            }
            #user_metodeman_form .level.active{
                background-color:#178017 !important;
            }
            #user_metodeman_form .level.is_complete{
                cursor: pointer;
            }
            #user_metodeman_form .container-fl span{
                position: absolute;
                top: 30px;
                white-space: nowrap;
                right: 50%;
                -webkit-transform: translateX(50%);-moz-transform: translateX(50%);-ms-transform: translateX(50%);-o-transform: translateX(50%);transform: translateX(50%);
            }
            #form_warning{
                margin-bottom:10px;
            }
            #msg_form_warning li{
                color:red;
                list-style: inside;
                margin-right: 50px;
            }
            #parent_box_input .box_input{
                margin:0 39px 10px;
                width:500px;
            }
            #user_metodeman_form .disabled,#user_metodeman_form .disabled *{
                color:gray;
                cursor:no-drop;
            }
            #parent_box_input .ist,#parent_box_input .not_field{
                height: 40px;
                width:300px;
                border:1px solid #a3a3a3;
                border-radius:5px;
                padding:0 5px;
                font-size: 14px;
            }
            #parent_box_input.extra_activity .box_input{
                width:79%;
            }
            #parent_box_input.extra_activity .ist{
                width:780px;
                min-height: 150px;
            }
            #parent_box_input .box_input label{
                height: 40px;
                line-height: 40px;
                white-space:nowrap;
            }
            #parent_box_input .ist.warning {
                border-color:red;
            }
            #parent_box_input textarea.ist {
                min-height: 100px !important;
            }
            .parent_table .box_input.warning{
                border: 2px solid red;
            }
            #user_metodeman_form .disabled .ist{
                background-color: #ebebe4;
            }
            #parent_box_input textarea{
                resize:vertical;
                min-height:42px;
            }
            #parent_box_input span{
                color:red;
                margin-left:5px;
            }
            .btn-next{width:100%}
            .btn-next,.btn-prev,.btn-finally{
                padding: 0 40px;
                margin:10px 0;
            }
            .form-box > div{width: 100%}
            .form-box button,#user_metodeman_form button,.files_upload{
                white-space: nowrap;
                display: inline-block;
                padding: 10px 50px;
                border: none;
                height: 42px;
                background-color: #2c81ba;
                color: white;
                border-radius: 3px;
                cursor: pointer;
                -webkit-box-shadow: 0 14px 26px -12px rgba(3,169,244,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(3,169,244,.2);
                -moz-box-shadow: 0 14px 26px -12px rgba(3,169,244,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(3,169,244,.2);
                box-shadow: 0 14px 26px -12px rgba(155, 224, 255, 0.42), 0 4px 23px 0 rgba(158, 158, 158, 0.12), 0 8px 10px -5px rgba(129, 199, 255, 0.2);
            }
            .record_edit_btn{
                white-space: nowrap;
                display: inline-block;
                padding: 10px 50px;
                border: none;
                height: 42px;
                background-color: #2c81ba;
                color: white;
                border-radius: 3px;
                cursor: pointer;
                -webkit-box-shadow: 0 14px 26px -12px rgba(3,169,244,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(3,169,244,.2);
                -moz-box-shadow: 0 14px 26px -12px rgba(3,169,244,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(3,169,244,.2);
                box-shadow: 0 14px 26px -12px rgba(155, 224, 255, 0.42), 0 4px 23px 0 rgba(158, 158, 158, 0.12), 0 8px 10px -5px rgba(129, 199, 255, 0.2);
            }
             button:hover,,#user_metodeman_form button:hover{
                -webkit-box-shadow:0 14px 26px -12px rgba(12, 78, 170, 0.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(3, 122, 181, 0.2);
                -moz-box-shadow:0 14px 26px -12px rgba(12, 78, 170, 0.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(3, 122, 181, 0.2);
                box-shadow:0 14px 26px -12px rgba(12, 78, 170, 0.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(3, 122, 181, 0.2);
            }
            #user_metodeman_form .files_upload{
                background-color: #eee;
                box-shadow: none;
                border: 1px solid #f5f5f5;
                color:#555;
                width: 250px;
                text-align: center;
            }
            #user_metodeman_form .files_upload:hover{
                background-color: #e7e7e7;
                border-color: #ddd;
            }
            #user_metodeman_form .delete_document_img{
                background-color: #da361c;
                box-shadow: none;
                height: 30px;
                padding:0 25px
            }
            .info-table{
                width:100%;
                background-color:#fff;
            }

            .info-table td,.info-table th{
                padding: 5px;
                border: 1px solid #bebebe;
            }
            .info-table th{
                text-align:center;
                border-bottom: none;
            }
            .info-table tr{
                border: 1px solid #bebebe;
            }
            .info-table tr:nth-child(odd){
                background-color: #f9f9f9;
            }
            #parent_table_education td{
                max-width:calc(1000px/8);
            }
            .info-table td input,.info-table td select{
                width:100%;
                border: none;
            }
            #msg_conditions li , .amo_hamid li{
                color: #535353;
                list-style: inside;
                margin-right: 50px;
                font-weight: 500;
                font-size: 15px;
                list-style-position: outside;
            }

            #msg_conditions li span ,  .amo_hamid li span{
                color:red;
                font-weight: 700;
                border-bottom: 1px solid red;
                line-height: 1.4;
                display: inline-block;
            }
            .accept_conditions{
                padding: 10px 20px;
                border-radius:5px;
                display:flex;
                background-color: #ffb3b5;
                font-size: 14px;
                margin-bottom: 20px;
            }

            .accept_conditions.first-color{background-color: #ffffff !important;}
            .accept_conditions.checked{
                background-color: #ffffff !important;
                color: #565555;
            }
            .accept_conditions > input{
                width: 20px;
                height:20px;
                margin-left: 5px;
                color: green;
                background-color:black;
            }
            .accept_conditions > label > span{
                color: red;
                font-weight: 800;
            }
            .checkbox-ac{
                width:15px;
                height:15px;
                margin: 5px 7px;
                border:2px solid red;
            }
            .checked .checkbox-ac{
                border-color: transparent !important;
                background-size:100% 100%;
                margin: 0 2px;
                width:25px;
                height:25px;
                background-image:url("https://metodeman.ir/files/main/user/taghzie/form/img/green-tick.svg");
                background-repeat:no-repeat;
            }
            #finally_level{
                margin: 10px auto 50px;
                font-weight: 600;
                font-size: 20px;
                color:#5d5d5d;
            }


            #documents_img_table td{
                vertical-align:middle;
            }
            #documents_img_table td:nth-child(1){
                width:50px
            }
            #documents_img_table td:nth-child(2){
                width:400px
            }
            #documents_img_table input{
                border:1px solid #ddd;
                padding:5px;
                border-radius:3px;
                width:300px;
                text-align:right;
            }
            #documents_img_table img{
                width: 100px;
                object-fit: contain;
            }

            /*------------------style-admin-------------------*/

            #box_user_info{
                padding: 0 !important;
            }
            #box_user_info #user_metodeman_form{
                min-width: unset;
            }
            #box_user_info #parent_box_input .box_input{
                margin: 0 30px 10px;
                text-align:justify;
            }
            #external_excel_btn{
                padding: 2px 20px;
                border: none;
                background-color: #178017;
                color: white;
                border-radius: 3px;
                cursor: pointer;
            }
            #count_page{
                width:50px;
            }
            .box_document_img{
                padding:10px 0;
                border-bottom:1px solid #aaa;
            }
            .box_document_img .box_input:first-child{
                max-height:400px;
                text-align:center;
                width:300px;
                margin:20px auto;
                border:1px solid #eee;
                border-radius:3px;
            }
            .box_document_img .box_input img{
                width:100%;
                height:100%;
                object-fit:contain;
                padding:5px;
                border-radius:3px;
                border:1px solid #eee;
            }
            .person_info .checkbox_box{
                padding:10px 20px;
                font-size:14px;
                white-space:nowrap;
            }
            .person_info .checkbox_disease{
                min-width:21%;
                margin-left:4%
            }
            .person_info .checkbox_disease input{
                width:20px;
                height:20px;
                margin-left:10px;
                vertical-align:middle;
            }

            /*--------------------PAGINATION-------------------*/
            .box-paging{
                width:80px;
                margin-right:20px;
                vertical-align:middle;
            }
            .box-paging > input{
                width:35px;
                border:1px solid #9b9b9b;
                text-align:center;
                padding:2px;
                font-size:12px;
            }
            #pagination_cooperation{
                padding: 5px;
                border: 1px solid #e8e8e8;
                border-radius: 3px;
                justify-content: space-between;
                margin: 15px 0;
            }
            #pagination_cooperation > div {
                display: flex;
            }
            #pagination_cooperation > div > *{
                margin: 0 10px;
            }
            #pagination_cooperation span,#pagination_cooperation a{
                text-align: center;
                flex-direction: column;
                display: flex;
                justify-content: center;
                border: 1px solid #bababa;
                border-radius: 50%;
            }
            #pagination_cooperation a{
                background-color: #ffffff;
                color: #0f0f0f;
                width: 30px;
                height: 30px;
            }
            #pagination_cooperation span{
                background-color: #e8e8e8;
                color: #5e5e5e;
                opacity: .8;
                width: 32px;
                height: 32px;
            }
            #pagination_cooperation i{
                font-size: 23px;
                margin-bottom: 1px;
            }
            #pagination_cooperation .fa-caret-right{
                margin-left: 4px;
            }
            #pagination_cooperation .fa-caret-left{
                margin-right: 4px;
            }
            
            /*-------------------------------------------------------------------------------*/
            #chose_diet_type{
                display:none;
            }
            #chose_diet_type2{
                display:none;
            }
            .myImg{
                width:173px;
                height:170px;
                object-fit: cover;
                border: 2.3px solid #178017;
            }
             .delete_img{
                position: absolute;
                right: 0;
                top: 0;
                cursor:pointer;
                width: 20px;
                height: 20px;
                background: red;
                font-size: 16px;
                font-weight: bold;
                color: white;
                padding-right: 5px;
            }
            .content_yourImgs{
                margin-bottom: 50px;
                border: 3px dashed green;
                background-color: azure;
                min-height:186px;

            }
            .shenase_pardakht_box {
                display: flex;
                gap: 10px;
                border: 1px solid #ddd;
                border-radius: 8px;
                background: #f9f9f9;
                padding: 12px;
                align-items: center;
            }
            
            .shenase_pardakht_box span {
                color: #333;
                font-weight: 500;
            }
            
            .shenase_pardakht_box input {
                width: 450px;
                height: 45px;
                padding: 10px;
                border: 2px solid #e0e0e0;
                border-radius: 5px;
                outline: none;
                font-size: 14px;
                transition: border-color .3s ease;
            }
            
            .shenase_pardakht_box input:focus {
                border-color: #007bff;
            }
            .p015{padding:15px 0;}
        
            .w100per{width: 100%;}
            .no-login-box{
                position:fixed;
                top:0;
                right:0;
                width:100%;
                background-color: rgba(0,0,0,0.3);
                flex-direction:column;
                justify-content: center;
                text-align:center;
                z-index:999;
                display:flex;
                visibility: hidden;
                height:100%;
            }
            .no-login-box > div{
                width: 450px;
                border-radius: 5px;
                margin: auto;
                margin-top:8%;
                background-color: white;
                max-height: 80%;
                padding: 30px;
                border: 1px solid #a9a6a6;
                box-shadow: 1px 1px 1px #a29e9e;
                position: relative;
                overflow:hidden;
                height: 270px;
                color:#403e3e;
                opacity: 0;
            }
            .show-box-login > div{
                margin-top:10% !important;
                opacity: 1 !important;
                -webkit-transition:  opacity .2s, margin .3s  ease-in-out;-moz-transition:  opacity .2s, margin .3s ease-in-out;-ms-transition:  opacity .2s, margin .3s ease-in-out;-o-transition:  opacity .2s, margin .3s ease-in-out;transition:  opacity .2s, margin .3s ease-in-out;
            }
            #header_login{
                text-align: right;
                border-bottom: 1px solid #cac8c8;
                color: #5d5b5b;
                padding: 1px 0 19px 0;
                line-height: 1;
            }
            #enter_mobile,#enter_code{
                display:flex;
                justify-content: space-between;
                flex-direction: column;
                position:absolute;
                padding: 30px;
                top:45px;
                width:100%;
                -webkit-transition: .5s;-moz-transition:  .5s;-ms-transition:  .5s;-o-transition:  .5s;transition:  .5s;
                -webkit-transform: translateX(50%);-moz-transform: translateX(50%);-ms-transform: translateX(50%);-o-transform: translateX(50%);transform: translateX(50%);
            }
            #enter_mobile{right: 50%;}
            #enter_code{right: -150%;}
            .send-code #enter_mobile{right: 150% !important; }
            .send-code #enter_code{right: 50% !important;}
            .no-login-box label{
                color: #403e3e;
            }
            .no-login-box input{
                border-radius: 3px;
                padding: 5px;
                margin: 10px;
                text-align: center;
                border-bottom:2px solid #4aaaae;
            }
            .no-login-box button{
                padding: 10px 50px;
                border: none;
                background-color: #229c84;
                color: white;
                border-radius: 3px;
                cursor: pointer;
            }
            .close-page-login{
                width: 18px;
                height: 18px;
                border: none;
                background: #fff;
                cursor: pointer;
                line-height: 1;
                position: relative;
                border-radius: 2px;
                padding: 0;
                float: left;
                top: 2px;
            }
            .show-box-login.no-login-box{
                visibility: visible !important;
            }
            .no-login-box > div::-webkit-scrollbar{
                width: 5px;
            }
            .no-login-box > div::-webkit-scrollbar-thumb{
                background-color: #afafaf;
            }
        
            
            #call_to_action_2 .module-container{
                width: 100%;
                height: 100%;
                position: relative;
            }
            #call_to_action_2 .bottom-container{
                width: 100%;
                height: 80px;
                background-color: #b5f5ec;
                color: #000000;
                position: fixed;
                bottom: 0;
                left: 0;
                right: 0;
                z-index: 4000;
            }
            #call_to_action_2 .msg-box{
                width: 1200px;
                height: 100%;
                margin: 0 auto;
                padding: 25px;
                text-align: center;
                justify-content: space-evenly;
                z-index: 4001;
            }
            #call_to_action_2 .desc-text{
                padding: 10px;
                font-size: 18px;
                font-weight: bold;
            }
            #call_to_action_2 .btn-call-to-action{
                padding: 10px 25px;
                background-color: ;
                color: ;
                border-radius: 0px 0px 0px 0px;
                box-shadow:  0px 0px 0px 0px ;
                font-size: 16px;
                font-weight: 100;
            }
            #call_to_action_2 .btn-call-to-action:hover{
                cursor: pointer;
                color: #000;
            }
            
        
                .subArrow{
                    color: !important;
                    padding-right: 5px;
                    vertical-align: middle;
                    font-size: 12px;
                    margin-top: 2px;
                }
                .lngBtn{
                    width: 24px;
                    height: 24px;
                    line-height: 21px;
                    color: #585757;
                    background-color: #ccc9c9;
                    font-size: 13px;
                    border-radius: 4px;
                    box-shadow: 2px 1px 2px #aaaaaa;
                    cursor:pointer;
                    border: 1px solid #ccc9c9;
                }
                .lngBtn.langActive{background-color: #f0f0fb;border-color:#cacaca;}
                .lngBtn>img{
                    width:100%;
                    height:100%;
                    object-fit:cover;
                }
                .lngBtn:hover{
                    background-color: #f0f0fb;
                    border-color: #d1d1d4;
                    color: gray;
                }
                .su_sub_menu{
                    right: 100%;
                    display:none;
                    position:absolute;
                    padding:0;
                    background: #ffffff;
                    z-index: 1000;
                    top: 0;
                     -webkit-transition: opacity,.3s ease-in-out;
                    -moz-transition: opacity,.3s ease-in-out;
                    -o-transition: opacity,.3s ease-in-out;
                    transition: opacity,.3s ease-in-out;
                    min-width: 120%;
                    cursor: pointer;
                    }
                .s_sub_sub_title {font-size:13px !important;font-weight:normal !important;white-space: nowrap;}
                .sub-nav li:hover .su_sub_menu,.sub-nav li ul li:hover .su_sub_menu{
                    display:block;
                }
                .su_sub_menu li:hover .s_sub_sub_title, .su_sub_menuEn li:hover .s_sub_sub_title{
                     color: !important;
                }
                .sub-nav li:hover .s_sub_title, .sub-navEn li:hover .s_sub_title{
                    color: !important;
                }
                .s_sub_title{display:inline-block;}
                .sub-nav li:hover .sub_arrow{
                    content: "";
                    background-image: url(https://metodeman.ir/files/main/main/img/icons/arrow-hi.png);
                    background-size:contain;
                    background-repeat:no-repeat;
                }
                .sub_arrow{width:5%;height:10px;}
                .sub_arrow.rotate{transform:rotate(180deg);}

                .m_title{width:92%;}
            
        .medical_main_content.fixed{
            position: fixed !important;
            top: 0 !important;
            height: 61px;
            z-index: 400 !important;
            top: 0;
            left: 0;
            right: 0;
            background-color:#FFFFFF;
            border-bottom: 1px #B5B5BB solid;
            box-shadow: 0 2px 4px rgba(51,51,51,0.20);
            box-shadow: 0 1px 5px rgba(0,0,0,0.1);
       }
       #header_menu_container>.co_main_content{
           height: 61px;
           background-color:#FFFFFF;
       }
        .st-box-w0{width:10%;}
        .st-box-w1{width:60%;}
        .st-box-w2{width:28%;}
       #s_breadCrump{
            width: 1200px;
            margin: auto;
            height: 60px;
            line-height:60px;
        }
        #s_breadCrump span,#s_breadCrump a{display:inline-block;padding: 0px 10px;}
        #div_profile_picture{vertical-align:middle;}
        .lineHeight{line-height:2;}
            #header{
                width:100%;
                position:relative;
                z-index:999;
            }
            #header_top_bg{
                width:100%;
                height:40px;
                background-color:#F1F1F1;
            }
            #tellNum{font-size:20px;}
            #tellRow{width:100%;}
            #header_top_container{
                width:1200px;
                margin:auto;
                padding:5px 0;
            }
            #header_center_container{
                width:1200px;
                height: 110px;
                line-height:110px;
                margin:auto;
                position:relative;
                z-index:102;
                background:#FFFFFF;
            }
            #leftSideBox{
                width:600px;
            }
            .subDiv{
                width:49%;display:inline-block;vertical-align:top;
            }
            #tellBox{
                text-align:left;
            }
            #header_menu_container{
                width:100%;
                border: .5px solid #eeeeee;
                position: relative;
                z-index: 10;
                background: #ffffff;
            }
            #fixed_header_menu_container{
                width:100%;
                border: .5px solid #eeeeee;
                position:fixed;
                top:-100px;
                z-index: 1000;
                background: #fff;
                opacity:0;

            }
            .sub-nav{
                width: max-content;
                right: 0px;
                visibility: hidden;
                opacity: 0;
                background: #ffffff;
                position: absolute;
                z-index: 1000;
                top: 100%;
                 -webkit-transition: opacity,.3s ease-in-out;
                 -moz-transition: opacity,.3s ease-in-out;
                 -o-transition: opacity,.3s ease-in-out;
                 transition: opacity,.3s ease-in-out;
                cursor:pointer;
                box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.32);
                min-width:120%;
            }
            .s_sub_title {
                font-size:14px !important;
                font-weight:normal !important;
                white-space:nowrap;
                cursor:pointer;
            }
            .sub-nav li {
                position: relative;
                display: block;
                padding: 5px 10px 0;
                box-sizing: border-box;
                line-height: 40px;
                z-index:100000;
                text-align:right;
            }

            .menu_items:hover .sub-nav{
                visibility: visible;
                opacity:1;
            }
            .sub-nav li:hover{background:;}
            #navigation{
                width:1200px;
                margin:auto;
                -webkit-flex-grow: 10;
                -moz-flex-grow: 10;
                -ms-flex-positive: 10;
                display: flex;
                -ms-flex-grow: 10;
                flex-grow: 10;
                -webkit-justify-content: flex-start;
                -moz-justify-content: flex-start;
                -ms-justify-content: flex-start;
                justify-content: flex-start;
                -ms-flex-pack: justify;
            }
            #fixed_navigation{
                width:1200px;
                margin:auto;
            }
            .active_g{
                border-top:2px solid  !important;
            }
            .activeTxt{color:;}
            #logoBox{width:600px;text-align:right;}
            #st_address{width:345px;
                text-align: right;}
            #st_gap{width:265px;}
            #st_tell{width:210px;
                text-align: left;}
            .header_center_box{
                display:table-cell;
            }
            .st-address{
                display:table-cell;
                vertical-align:middle;
            }
            #tellIcon{
                width:22px;
                background-image:url(https://metodeman.ir/files/1/tell.png);
                background-size:contain;
                background-repeat:no-repeat;
            }
            #addressIcon{
                width:10%;

            }
            .menu_items{
                display: flex;
                -webkit-flex-grow: 0;
                -moz-flex-grow: 0;
                -ms-flex-positive: 0;
                -ms-flex-grow: 0;
                flex-grow: 0;
                -webkit-justify-content: center;
                -moz-justify-content: center;
                -ms-flex-pack: center;
                -ms-justify-content: center;
                justify-content: center;

                height: 60px;
               /* display: table-cell;*/
                line-height: 20px;
                text-align: center;
                border: .5px solid #eeeeee;
                position: relative;
                padding:18px 20px 8px 20px;
            }
            .menu_items a,.menu_items span{
                font-size: 14px;
                font-weight: bold;
            }
            #img-logo{
               height:80px;
               object-fit: cover;
               max-height: 110px;
            }
            .st-box{
                display:inline-block;
                line-height:30px;
                vertical-align: top;
            }
            #lngBox{
               width:10%;
               display:inline-block;
               line-height:30px;
               vertical-align: top;
               text-align: center;
            }
            #st-txtRight{
                text-align:right;
            }
            .st-txtRight{
                text-align:right;
            }
            #st-txtLeft{
                text-align:left;
            }
            .st-icons{
                width:26px;
                height:26px;
            }
            .st-txtLeft{
                display:inline-block;
            }
            #en-fa{
                width:26px;
                height:26px;
            }
            .rightItems{
                display:inline-block;
                margin-left:20px;
           }
           .leftItems{
                display:inline-block;
                margin-left:10px;
           }
           #mailIcon{
                width:19px;
                height:22px;
                background-image:url(https://metodeman.ir/files/1/email.png);
                background-size:contain;
                background-repeat:no-repeat;
           }
           .st-mail{
                display: inline-block;
                vertical-align: middle;
                font-size:14px;
                color:#898989;
           }
           .address_box{
                padding:10px;
           }
           #address_txt{width:88%;font-size:14px;}
           #contactUsLink{
                font-size: 14px;
                color: #898989;
                text-decoration: underline;
           }

        #module_footer_section_4{
;
width:90%;
padding-top:1.2vw;
padding-right:5%;
padding-left:5%;
border-style:none;
}#module_footer_column_5{
;
width:30%;
padding-bottom:6px;
border-style:none;
}#module_footer_items_14{
;
cursor:default;
width:50vw;
height:8vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_14:hover{
;
}#module_footer_column_6{
;
width:20%;
padding-left:2vw;
border-style:none;
}#module_footer_items_15{
;
cursor:default;
color:#E6E6E6;
font-weight:bold;
font-size:1.45vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:0px;
padding-top:80px;
}#module_footer_items_15:hover{
;
}#module_footer_column_7{
;
width:20%;
border-style:none;
}#module_footer_row_9{
;
margin-right:30px;
border-style:none;
}#module_footer_items_16{
;
cursor:default;
color:#E6E6E6;
font-weight:bold;
font-size:1.45vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
padding-top:80px;
}#module_footer_items_16:hover{
;
}#module_footer_column_8{
;
width:20%;
border-style:none;
}#module_footer_items_17{
;
cursor:default;
color:#E6E6E6;
font-weight:bold;
font-size:1.45vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_17:hover{
;
}#module_footer_section_5{
;
width:90%;
padding-top:-1px;
padding-right:5%;
padding-left:5%;
border-style:none;
}#module_footer_column_9{
;
width:30%;
margin-top:0px;
border-style:none;
}#module_footer_items_18{
;
cursor:default;
text-align:justify;
line-height:2vw;
color:#E6E6E6;
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_18:hover{
;
}#module_footer_row_12{
;
padding-top:3vw;
border-style:none;
}#module_footer_items_19{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:.5vw;
}#module_footer_items_19:hover{
;
opacity:.75;
}#module_footer_items_20{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:.5vw;
}#module_footer_items_20:hover{
;
}#module_footer_items_21{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:.5vw;
}#module_footer_items_21:hover{
;
}#module_footer_items_117{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:.5vw;
}#module_footer_items_117:hover{
;
}#module_footer_items_136{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:.5vw;
}#module_footer_items_136:hover{
;
}#module_footer_column_10{
;
width:24%;
margin-top:0px;
padding-left:2vw;
border-style:none;
}#module_footer_items_23{
;
cursor:default;
width:.45vw;
height:.65vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
margin-right:1.25vw;
}#module_footer_items_23:hover{
;
}#module_footer_items_24{
;
cursor:default;
line-height:2vw;
color:#E6E6E6;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:.5vw;
}#module_footer_items_24:hover{
;
color:#1890ff;
}#module_footer_row_14{
;
padding-top:.35vw;
border-style:none;
}#module_footer_items_112{
;
cursor:default;
width:.45vw;
height:.65vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
margin-right:1.25vw;
}#module_footer_items_112:hover{
;
}#module_footer_items_113{
;
cursor:default;
line-height:2vw;
color:#E6E6E6;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:.5vw;
}#module_footer_items_113:hover{
;
}#module_footer_row_15{
;
padding-top:.35vw;
border-style:none;
}#module_footer_items_27{
;
cursor:default;
width:.45vw;
height:.65vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
margin-right:1.25vw;
}#module_footer_items_27:hover{
;
}#module_footer_items_28{
;
cursor:default;
line-height:2vw;
color:#E6E6E6;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:.5vw;
}#module_footer_items_28:hover{
;
color:#1890ff;
}#module_footer_row_16{
;
padding-top:.35vw;
border-style:none;
}#module_footer_items_29{
;
cursor:default;
width:.45vw;
height:.65vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
margin-right:1.25vw;
}#module_footer_items_29:hover{
;
}#module_footer_items_30{
;
cursor:default;
line-height:2vw;
color:#E6E6E6;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:.5vw;
}#module_footer_items_30:hover{
;
color:#1890ff;
}#module_footer_row_17{
;
padding-top:.35vw;
border-style:none;
}#module_footer_items_31{
;
cursor:default;
width:.45vw;
height:.65vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
margin-right:1.25vw;
}#module_footer_items_31:hover{
;
}#module_footer_items_32{
;
cursor:default;
line-height:2vw;
color:#E6E6E6;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:.5vw;
}#module_footer_items_32:hover{
;
color:#1890ff;
}#module_footer_row_18{
;
padding-top:.35vw;
border-style:none;
}#module_footer_items_33{
;
cursor:default;
width:.45vw;
height:.65vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
margin-right:1.25vw;
}#module_footer_items_33:hover{
;
}#module_footer_items_34{
;
cursor:default;
line-height:2vw;
color:#E6E6E6;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:.5vw;
}#module_footer_items_34:hover{
;
color:#1890ff;
}#module_footer_row_66{
;
padding-top:.35px;
border-style:none;
}#module_footer_items_127{
;
cursor:default;
width:0.45vw;
height:0.65vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:0.5vw;
margin-right:1.25vw;
}#module_footer_items_127:hover{
;
}#module_footer_items_128{
;
cursor:default;
line-height:2vw;
color:#E6E6E6;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:0.5vw;
}#module_footer_items_128:hover{
;
color:#1890ff;
}#module_footer_column_11{
;
width:20%;
margin-top:0px;
border-style:none;
}#module_footer_row_19{
;
padding-top:.35px;
border-style:none;
}#module_footer_items_35{
;
cursor:default;
width:.45vw;
height:.65vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
margin-right:1.25vw;
}#module_footer_items_35:hover{
;
}#module_footer_items_36{
;
cursor:default;
line-height:2vw;
color:#E6E6E6;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:.5vw;
}#module_footer_items_36:hover{
;
color:#096dd9;
}#module_footer_row_20{
;
padding-top:.35vw;
border-style:none;
}#module_footer_items_37{
;
cursor:default;
width:.45vw;
height:.65vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
margin-right:1.25vw;
}#module_footer_items_37:hover{
;
}#module_footer_items_38{
;
cursor:default;
line-height:2vw;
color:#E6E6E6;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:.5vw;
}#module_footer_items_38:hover{
;
color:#096dd9;
}#module_footer_row_21{
;
padding-top:.35vw;
border-style:none;
}#module_footer_items_39{
;
cursor:default;
width:.45vw;
height:.65vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
margin-right:1.25vw;
}#module_footer_items_39:hover{
;
}#module_footer_items_40{
;
cursor:default;
line-height:2vw;
color:#E6E6E6;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:.5vw;
}#module_footer_items_40:hover{
;
color:#096dd9;
}#module_footer_row_22{
;
padding-top:.35vw;
border-style:none;
}#module_footer_items_41{
;
cursor:default;
width:.45vw;
height:.65vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
margin-right:1.25vw;
}#module_footer_items_41:hover{
;
}#module_footer_items_42{
;
cursor:default;
line-height:2vw;
color:#E6E6E6;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:.5vw;
}#module_footer_items_42:hover{
;
color:#096dd9;
}#module_footer_row_23{
;
padding-top:.35vw;
border-style:none;
}#module_footer_items_43{
;
cursor:default;
width:.45vw;
height:.65vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
margin-right:1.25vw;
}#module_footer_items_43:hover{
;
}#module_footer_items_44{
;
cursor:default;
line-height:2vw;
color:#E6E6E6;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:.5vw;
}#module_footer_items_44:hover{
;
color:#096dd9;
}#module_footer_row_24{
;
padding-top:.35vw;
border-style:none;
}#module_footer_items_45{
;
cursor:default;
width:.45vw;
height:.65vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
margin-right:1.25vw;
}#module_footer_items_45:hover{
;
}#module_footer_items_46{
;
cursor:default;
line-height:2vw;
color:#E6E6E6;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:.5vw;
}#module_footer_items_46:hover{
;
color:#096dd9;
}#module_footer_row_67{
;
padding-top:.35vw;
border-style:none;
}#module_footer_items_125{
;
cursor:default;
width:.45vw;
height:.65vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
margin-right:1.25vw;
}#module_footer_items_125:hover{
;
}#module_footer_items_126{
;
cursor:default;
line-height:2vw;
color:#E6E6E6;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:0.5vw;
}#module_footer_items_126:hover{
;
color:#096dd9;
}#module_footer_column_12{
;
width:20%;
margin-top:0px;
border-style:none;
}#module_footer_row_60{
;
justify-content:center;
border-style:none;
}#module_footer_items_109{
;
cursor:pointer;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_109:hover{
;
}#module_footer_items_110{
;
cursor:default;
width:11vw;
height:11vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_110:hover{
;
}#module_footer_row_61{
;
justify-content:center;
padding-top:2vw;
border-style:none;
}#module_footer_items_111{
;
cursor:default;
width:14vw;
height:7vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_111:hover{
;
}#module_footer_section_11{
;
width:90%;
justify-content:flex-start;
padding-top:1vw;
padding-right:5%;
padding-bottom:1vw;
padding-left:5%;
border-style:none;
}#module_footer_column_24{
;
width:85%;
border-style:none;
}#module_footer_items_105{
;
cursor:default;
line-height:2vw;
color:#ffffff;
font-weight:500;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_105:hover{
;
}#module_footer_column_25{
;
width:15%;
border-style:none;
}#module_footer_items_106{
;
cursor:default;
color:#ffffff;
font-weight:500;
font-size:.95vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_106:hover{
;
}#public_footer_main_2{;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#public_footer_main_2:hover{;}#public_footer_main_2 .new_admin_layer{;}#public_footer_main_2:hover .new_admin_layer{;}
                #public_footer_main_2{
                    position:relative;
                    margin-right:auto !important;
                    margin-left:auto !important;
                    overflow:hidden !important;
                }
                #public_footer_main_2 > div{
                    position:relative;
                    z-index:12;
                }
                
                #public_footer_main_2:hover .background-img {
                    filter:none;
                }
            
                #public_footer_main_2 .background-img {
                    position: absolute;
                    top: 0;
                    right: 0;
                    left: 0;
                    bottom: 0;
                    z-index: 0;
                    backdrop-filter: none;
                }
            
                #public_footer_main_2 #public_footer_main_2 .new_admin_layer{;}#public_footer_main_2:hover .new_admin_layer{;}
            
            #public_footer_main_2 .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_2 .layer_first_child {
                width: 100%;
            }
        
            #public_footer_main_2:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
                    #public_footer_main_2{
                        background-image:url("https://metodeman.ir/files/banner/1612203271_01.jpg") !important;
                    }
                
            #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;
            }
        .dno{display:none!important;}
            #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;}