@font-face {
  font-family: 'iranSanse';
    src        : url('../font/IRANSans/IRANSans.woff2') format('woff2');
    src        : url('../font/IRANSans/IRANSans.woff') format('woff'),
    url('../font/IRANSans/IRANSans.woff2') format('woff2'),
    url('../font/IRANSans/IRANSans.woff') format('woff');
  font-weight : 600;
  font-style  : normal;
  font-display: swap;
}
@font-face {
  font-family: 'iranSanse';
    src        : url('../font/IRANSans/IRANSans_Bold.woff2') format('woff2');
    src        : url('../font/IRANSans/IRANSans_Bold.woff') format('woff'),
    url('../font/IRANSans/IRANSans_Bold.woff2') format('woff2'),
    url('../font/IRANSans/IRANSans_Bold.woff') format('woff');
  font-weight : bold;
  font-style  : normal;
  font-display: swap;
}
@font-face {
  font-family: 'yekan';
  src        : url('../font/yekan/YekanBakhFaNum-Bold.eot');
  src        : url('../font/yekan/YekanBakhFaNum-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/yekan/YekanBakhFaNum-Bold.woff2') format('woff2'),
    url('../font/yekan/YekanBakhFaNum-Bold.woff') format('woff');
  font-weight : bold;
  font-style  : normal;
  font-display: swap;
}

@font-face {
  font-family: 'yekan';
  src        : url('../font/yekan/YekanBakhFaNum-Medium.eot');
  src        : url('../font/yekan/YekanBakhFaNum-Medium.eot?#iefix') format('embedded-opentype'),
    url('../font/yekan/YekanBakhFaNum-Medium.woff2') format('woff2'),
    url('../font/yekan/YekanBakhFaNum-Medium.woff') format('woff');
  font-weight : 500;
  font-style  : normal;
  font-display: swap;
}

@font-face {
  font-family: 'yekan';
  src        : url('../font/yekan/YekanBakhFaNum-Light.eot');
  src        : url('../font/yekan/YekanBakhFaNum-Light.eot?#iefix') format('embedded-opentype'),
    url('../font/yekan/YekanBakhFaNum-Light.woff2') format('woff2'),
    url('../font/yekan/YekanBakhFaNum-Light.woff') format('woff');
  font-weight : normal;
  font-style  : normal;
  font-display: swap;
}

#baguetteBox-overlay {
  direction: ltr;
}

html {
  width: 100%;
}

body {
  overflow-x: hidden !important;
}

body.show-spinner>main {
  overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner>* {
  opacity: 0;
}

/* Spinner */
body.show-spinner::after {
  content          : " ";
  display          : inline-block;
  width            : 30px;
  height           : 30px;
  border           : 2px solid rgba(0, 0, 0, 0.2);
  border-radius    : 50%;
  border-top-color : rgba(0, 0, 0, 0.3);
  animation        : spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left             : calc(50% - 15px);
  top              : calc(50% - 15px);
  position         : fixed;
  z-index          : 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1024px) {
    .tbl-responsive {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }
}
@media only screen and (max-width: 1500px) {
    .tbl-responsive1 {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }
}
/*------------------edit ----------------*/
.font-90{
    font-size: 90% !important;
}
body{
    /*font-weight: 600;*/
    font-size: 0.8rem;
    font-family: iranSanse;
    font-weight: bold;
    /*color: #cfc9c9;*/
}

.width110.up {
    width: 110% !important;
    margin: 0 2px;
    box-shadow: -1px 0px 15px rgba(0,0,0,0.8);
}

.menu .menu-org{
    padding-top: 0 !important;
    box-shadow: -1px 0px 15px rgba(0,0,0,0.8);
}

.menu .menu-org ul li{
    margin-bottom: 0 !important;
}

/*.menu .menu-org ul li:nth-child(3n+2){*/
/*    background-color: #f66e5a !important;*/
/*}*/
.menu .menu-org ul li a{
    background-color: #212220 ;
    color: #fad44d ;
}

.menu .menu-org ul li a:hover{
    background-color: #fad44d !important;
    color: #000 !important;
}
/*.menu .menu-org ul li:nth-child(3n+1) a{*/
/*    background-color: #F9D342 !important;*/
/*    color: #292826 !important;*/
/*}*/
/*.menu .menu-org ul li:nth-child(3n+2) a{*/
/*    color: #000 !important;*/
/*    background-color: #f66e5a !important;*/
/*}*/

.width110.up > a{
    background-color: #fad44d !important;
    color: #000 !important;

}

.rtl .ps__rail-y{
    right: 4px ! important;
}

.ps__thumb-y{
    background-color: #63883b;
}

.tbl-responsive tbody tr:hover{
    background-color: #0b0b0b !important;
    color: #fad44d !important;
}
.tbl-responsive tr td,.tbl-responsive tr th{
    border-right: 1px rgba(248, 216, 109, 0.21) solid !important;
    border-left: 1px rgba(248, 216, 109, 0.21) solid !important;
    text-align: center !important;
}
.tbl-responsive{
     width: 100%;
 }
thead{
    border-top: solid 2px rgba(248, 216, 109, 0.21);
    border-bottom: solid 2px rgba(248, 216, 109, 0.21);
}
thead tr th{
    padding: 7px 0 !important;
}
.show-follows2{
    width: max-content;
    height: 40px !important;
    padding: 8px 12px !important;
}
.form-control.is-invalid{
    border-color: rgba(220, 53, 69, 0.48) !important;
}
.form-control.is-valid{
    border-color: rgba(53, 220, 56, 0.56) !important;
}
.mb-80{
    margin-bottom: 80px;
}
.mb-100{
    margin-bottom: 100px;
}
.mb-120{
    margin-bottom: 120px;
}
.opacity-0{
    opacity: 0;
}
.wire-loading {
    display: inline; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}
.img-loading{
    display: inline; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100000000; /* Sit on top */
    left: 45%;
    top: 43%;
    height: 160px;
}
.font-30{
    font-size: 30px;
}
.font-20{
    font-size: 20px;
}
.icon-notes-count{
    color: rgba(120, 237 ,52 , 0.5);
    position: relative;
    left: -38px;
    top: -16px;
}
input[type="file"] {
    display: none !important;
}
.custom-file-upload {
    border-radius: 50px;
    outline: initial !important;
    box-shadow: none !important;
    box-shadow: initial !important;
    font-size: .8rem;
    padding: .5rem 1.25rem .5rem 1.25rem;
}
.trash-input{
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
}
.rotate{
    position:absolute;
    transition-duration: 3s;
    transition-property: transform;
}
.rotate:hover {
    color: green !important;
    transform: rotate(360deg);
}
.navbar .header-icon {
    vertical-align: sub !important;
}
.logo1 {
    width: 60px;
    height: 50px;
    background-position: center center;
    margin: 0 auto;
}
