/* CSS RESTE */
*{
    box-sizing: border-box!important;
    margin: 0px!important;
    padding: 0px!important;
    outline: none;
}
/* CSS RESTE */

/* font-family */
div, p, h1, h2, h3, h4, h5, h6{
    font-family: 'IRANSans';    
}
/* font-family */

/* For mobile phones: bootstrap */
[class*="col-"] {
    width: 100%;
    float: left;
  }
  
  @media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
  }
  
  @media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
  }
/* For mobile phones: bootstrap */


/* row specificaion */
.row:after,.row:before {content:"";display:table;clear:both}
/* row specificaion */

/* color & back color */

.white {color:#000 !important; background-color:#fff !important}

/* custome setting for devices */
@media (max-width:992px){

}
/* custome setting for devices */

/* element styles */
/* .sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto} */
.sidebar{position: absolute; max-height: 100%; top:0px; bottom:0px; right:0px;}
/* element styles */

/* fullScreen body tag */
html {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #f5f7f8 !important;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    max-height: 100%;
    background: #f5f7f8 !important;
    float: left;
    width: 100%;
}
/* fullScreen body tag */

.card{
    box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
    border: 0;    
    display: inline-block!important;
}

.padding-16{
    padding: 16px!important;
}

.margin-16{
    margin: 16px!important;
}

.corner-radios{
    border-radius: 5px 5px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
  }
  
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
table>tbody>tr{
    padding: 15px 0;
}

#customer-table {
  width: 100%;
}

#customer-table tr{
  display: block;
}

#customer-table td, tr{
  display: inline-block;
  text-align: center;
  margin: 10px 0!important;
}

#customer-table tr:hover {
  background-color: lightgray;
  border-radius: 5px 5px;
  transition: .1s;
  transform : scale(1.01, 1.01)
}

tr :nth-child(1){
  /* width:10%; */
  text-align: left;  
}

tr :nth-child(2){
  width:70%;
  text-align:left!important;
  padding-left: 50px!important;
}

tr :nth-child(3){
  width:10%;
  text-align: justify;  
}

tr :nth-child(4){
  width:10%;
  text-align: right;  
}

.grid-image{
  max-width: 38px;
  height: auto;
}

.buttun {
  padding: 10px 25px!important;
  text-align: center!important;
  border: none;
  cursor: pointer;
}

.active {
  background-color: #1BC5BD;
  color:#fff!important;
}

.text-right{
  text-align: right!important;
}

.text-center{
  text-align: center!important;
}

.text-lightgray{
  color: lightgray;
}

.not-paid{
  color:red;
}

.height_500{
  max-height: 500px!important;
}

.card:hover{
  box-shadow: 5px 5px 5px lightgray;
  border-radius: 5px;
  transition: transform 1s ;
  transform: scale(1.1);
}

.half-img{
  height:250px;
}

.img-flag:hover{
  transform: trasform 1s;
  transform: scale(1.1);
}

/* Responsive Container For IFrame */


.container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Responsive Container For IFrame */

#timmer{
  background-color: lightgray!important;
  height: 5px!important;
  width:100!important;
}

ul li{
  font-size: 18px;
  margin: 15px!important;
  padding: 5px!important;
}

ul li:hover{
  background-color: #F4E26D;
  cursor: pointer;
  border-radius: 5px;
  transition: .3s;
}

.ContactUS{
  padding:5px!important;
  color:#fff;
  background-color: red!important;
  position: fixed;
  bottom: 8px;
  right: 15px;
  transition: 1s;
  cursor: pointer;
}

.ContactUS:hover{
  transform: scale(1.2, 1.2);
  background-color: blue!important;
}

#Resume_Background{
  width: 20%;
  min-height: 100%;
  background: linear-gradient(#fbbe00, #e66465 );
  position: absolute ;
  border-radius: 0 50% 50% 0 ;
  z-index: 999;
}

#Remain_Resume_Background{
  width: 100%;
  min-height: 100%;
  background: hsl(0, 17%, 80%, 0.9);
  position: absolute ;
  /* border-radius: 0 50% 50% 0 ; */
  z-index: 999;
}


#Resume_Mahdi{
  position: absolute;
  width: 350px;
  height: 500px;
  left: 170px;
  top: 170px;
  background: linear-gradient(#e66465, #9198e5);
  border-radius: 50px;
}

.social-icon{
  display: inline-block;
  width:60px;
}



#container {
  height: 400px; 
}

.highcharts-figure, .highcharts-data-table table {
  min-width: 310px; 
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
