@font-face {
    font-family: IRANSans;
    src: url('../fonts/IRANSans/IRANSansWeb_Light.woff') format('woff');
}

* {
    direction: rtl;
    text-align: right;
    font-family: IRANSans;
}

.bg-gray {
    background-color: #404E67;
    color: #dcdcdc;
}

.pointer {
    cursor: pointer;
}

.bg-custom-yellow {
    background: -webkit-gradient(linear, left top, right top, from(#feb798), to(#fe9365));
    background: linear-gradient(to right, #feb798, #fe9365);
}

.bg-custom-green {
    background: linear-gradient(to right, #0df3a3, #0ac282);
}

.bg-custom-pink {
    background: linear-gradient(to right, #fe909d, #fe5d78);
}

.bg-custom-blue {
    background: linear-gradient(to right, #01dbdf, #01a9ac);
}

.font-size-12{
    font-size: 12px;
}

.max-width-16-rem{
    max-width: 16rem;
}

.width-16-rem{
    width: 16rem;
}

.main-body table{
    font-size: .75rem;
}

.main-body{
    font-size: .8rem;
}

.w-6{
    width: 6rem;
}

.h-150{
    height: 150px;
}

.select2-container .select2-search--inline .select2-search__field{
    font-family: IRANSans !important;
}

#select_tags::hover{
    border: 1px solid red !important;
}



input[type="checkbox"],
input[type="checkbox"]+label{
  cursor:pointer;
  }


  .font-size-5{
    font-size: 5px;
  }

  .font-size-10{
    font-size: 10px;
  }

  .font-size-15{
    font-size: 15px;
  }

  .font-size-20{
    font-size: 20px;
  }

  .font-size-25{
    font-size: 25px;
  }


  .font-size-30{
    font-size: 30px;
  }

  .font-size-35{
    font-size: 35px;
  }

  .font-size-40{
    font-size: 40px;
  }

  .font-size-45{
    font-size: 45px;
  }

  .font-size-50{
    font-size: 50px;
  }
