
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body,textarea {
	line-height: normal;
	font-family:'iransans';
}
body{
    background:#111827;
}

:root{
   /*--co1:#55688a; 
    --co2:#c9cdd3; 
    */
     --co1:#111827; 
    --co2:#1e2026; 
    --co3:#60626b; 
    --co4:#e3e4e5; 
    --co5:#fff; 
    --co6:#784ed1; 
    --green:#56a219;
    --red:#b73e2a; 
    
}

*
{
    margin: 0;
    padding: 0;
}

 ::-webkit-scrollbar {
        height: 5px;
    }
@font-face {
		font-family: 'iransans';
		src:url('iransans(fanum).ttf') ;
		
		
	}
	
@font-face {
		font-family: 'iransans_bold';
		src:url('IRANSans_Bold.ttf') ;
		
		
	}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

body
{
    direction: rtl;
   background:var(--co1);
    font-family:iransans;
    padding:0px;
    margin:0px auto;
    color:--var(--co5);
    
   
}
button,select,input{
    font-family:iransans;
    border-radius:5px
}
table{
    font-size:12px;
    margin:auto
}
tr:nth-child(odd){
    background:#DDD;
   
}
tr:nth-child(even){
    background:lightyellow;
    padding:15px;
}
td{
    padding:5px;
    white-space:nowrap;
    text-align:center;
    vertical-align: middle;
}
th{
    background:gray;
    color:#fff;
    padding:5px;
    text-align:center;
    vertical-align: middle;
}

 .pop{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:999;
    background:rgba(0,0,0,0.5);
    display:none;
    justify-content:center;
    align-items:center;
    animation: openpop 0.5s ease; 
    
}

.pop-inner{
    background:#eee;
    border-radius:10px;
    width:95%;
    height:auto;
    max-height:95%; 
    overflow:auto;
    padding:10px;
    display:none;
     
}

.pop-alert{
     background:#eee;
    border-radius:10px;
    width:95%;
    height:auto;
    max-height:95%; 
    overflow:auto;
    padding:10px;
    max-width:300px;
    text-align:center;
    display:none;
    
    
}
  @keyframes openpop{
        0%{top:-5%;opacity:0;}
        100%{top:0; opacity:1;}
    }
    


.center{
    display:flex;
    justify-content:center;
    align-items:center;
}
 .full-row{
        width:100%;
        max-width:100%;
    }

.clickable{
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--co6);
     padding:5px 20px;
     border-radius:10px; 
}
.clickable:hover{
    border-bottom-style:solid;
    border-width:2px;
   
}
  .stepform{
        margin:20px auto;
        color:#fff;
        background: #131824;
        border-radius: 20px;
        box-shadow: 30px 30px 200px rgba(85,159,220,0.3);
        padding: 50px 20px;
        width:calc(95% - 40px);
        
    }
    
     .stepdef{
        flex-direction:column;
        font-size:12px;
        list-style:none;
    }
    .stepdef span{
        width:20px;
        height:20px;
        border:solid 1px;
        aspect-ratio:1/1; 
        border-radius:50%;
    }
    .stepDiv{
        color:lightgreen;
        
        
    }
    .stepDiv span{
        box-shadow:2px 2px 5px green;
    }
.message
{
    background: #009AEF;
    position: absolute;
    width: 41%;
    top:50%;
    right: 50%;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0px 2px 4px rgba(0 , 0 , 0 , 0.2);
}

.message img
{
    width: 100%;
    height: 100%;
    float: right;
}

 .sidebar{
        position:absolute;
        width:200px;
        right:20px;
        top:120px;
        bottom:20px; 
        
        overflow:auto;
        border-radius:10px;
        display:none;
        
    }
.sidebar_butt {
   padding:10px 0 10px 0;
    width: 100%;
    margin: auto;
    margin-bottom: 5px;
    background: var(--co3);
    color: white;
    border-radius: 5px;
    border-width: 2px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    cursor:pointer;
}
.tabDiv{
    width:100%; 
    display:flex; 
    color:gray; 
    border-bottom-style:solid;
    border-width:0.5px; 
    background:#fff;
    overflow:auto; 
}
 .tabs{
        border-right-style:solid;
        border-width:3px;
        border-color:#ddd;
        cursor:pointer;
        padding:10px 10px;
        font-size:14px;
        white-space:nowrap;
    }
  .notification-content{
        
        background:var(--co2);
        overflow:auto;
        border-radius:10px;
        display:flex;
        align-items:center;
        direction:ltr;
        gap:5px; 
        
    }
    .notification-icon{
        position:relative;    
        height:30px;
        width:30px;
        font-size:20px !important;
        display:flex !important;
        align-items:center;
        justify-content:center;
        color:#799fdc;
        cursor:pointer;
        background:#09121f;
        border-radius:50%; 
        box-shadow:1px 1px 10px #799fdc;
    }
    .notification-icon a{
        text-decoration:none;
        color:#799fdc;
        
    }
    
    
  
    .sidebar-item{
        cursor:pointer;
        border-bottom-style:solid;
        border-width:1px;
        padding:5px;
        margin:5px;
        display:flex;
        align-items:center;
    }
    
    .main-content{
        position:absolute;
        left:20px;
        right:20px;
        top:60px;
        bottom:20px; 
        
        overflow:auto;
        border-radius:10px;
        
    }
    .inner-nav{
        width:96%;
        height:60px;
        background:var(--co2);
        color:var(--co4);
        display:flex;
        align-items:center;
        padding:0 2%;
        gap:10px; 
    }
    .inner-content{
        width:100%;
        overflow:auto;
        background:#1e2026;    
        
    }
    
  


.big-butt {
    display:flex;
    align-items:center;
    padding: 5px 0 5px 0px;
    width: 100%;
    margin: 5px auto;
    background: white;
    color: gray;
    border-radius: 5px;
    border-width: 2px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    cursor:pointer;
}

.big-butt span{
    font-size:14px;
}

.button-row{
             display:flex;
             width:auto;
             align-items:stretch;
             direction:ltr;
             margin:auto;
             justify-content:center;
         }
 .button-row input{
             padding:10px;
             width:170px;
             background:green;
             border-radius:10px;
             color:#fff;
             margin:10px;
             cursor:pointer;
         }
 .button-row div{
            background:none;
            color:red;
             padding:10px;
             width:auto;
             border-width:1px;
             border-style:solid;
             border-radius:10px;
             text-align:center;
             cursor:pointer;
             margin:10px;
             white-space:nowrap;
         }
         
    .filter-bar{
        width:95%; 
        margin:auto
    }
    .searchbar{
        display:flex; 
        gap:5px; 
        align-items:center;
        margin:10px auto;
        background:var(--co4); 
        padding:5px;
        border-radius:10px;
        color:gray;
    }
    .searchbar lable{
        font-size:12px;
    }
    .searchbar select{
        background:none;
        border:none;
        width:auto;
        font-size:14px;
    }
    .searchbar input{
        background:var(--co5);
        border:none;
        width:200px;
        
    }
         
 .loaddd{
     position: relative;
    
   }

.loaddd::after {
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 20px;
     height: 20px;
    
     border-radius: 50%;
     border: 2px solid #fff;
     border-top-color: transparent;
     animation: loadingAnimation 0.6s linear infinite;
   }
  @keyframes loadingAnimation {
     to {
       transform: translate(-50%, -50%) rotate(360deg);
     }
   }
   
   
   
@media(max-width:776px){
    .main-content{
        left:0;
        right:0;
        top:60px;
        bottom:0; 
        border-radius:0px;
    }
    .notification-content{
        border-radius:0px;
        left:0;
        right:0;
    }
    .sidebar{
            display:none;
            width:100%;
            right:0px;
            top:120px;
            bottom:0px; 
           border-radius:0px;
           background:#dde1e8;
    }
        
      
        
}
