@font-face {
  font-family: 'vazir';
  src: url('../fonts/vazir.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


body{
  font-family: vazir;
  background: #f6f8fb;
  color: #444444;
}

a{
  text-decoration: none;

}

.login_main{
  width: 100vw;
  height: 100vh;
  background: linear-gradient(241.72deg,#1869EA 5.43%,#001D61 53.04%,#010D2C 76.3%);
}

.form-blue{
  background-color: #e7f0ff;
  border: 1px solid #5C8DD8;
  color: #5C8DD8;
}

.bg-blue{
  background: #2044c2;
}

.font-20{
  font-size: 17px;
}

#sidebar{
  border-radius: 15px 0px 0px 15px;
  z-index: 1031;
}

.top{
  height: 80px;
  background: #ffffff;
}

.title{
  height: 80px;
}

.fa-plus-square,.fa-wallet,.fa-bell,.fa-plus3{
  color: #2044c2;
}

.wallet{
  border: 1px solid #cbd3fb;
  border-radius: 10px;
  padding: 7px;
}

.pm_user{
  border: 1px solid #cbd3fb;
  padding: 6px 8px;
}

.pointer{
  cursor: pointer;
}

.wallet:hover.wallet{
  background: #2044c2 ;
}


.wallet:hover.wallet span,.wallet:hover.wallet .fa,.wallet:hover.wallet .fa-regular{
  color: #ffffff ;
}

.pm_user:hover{
  background: #2044c2 ;
}

.pm_user:hover.pm_user .fa-bell{
  color: #ffffff ;
}

.main_cnt{
  margin-top: 100px;
}


.items{
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  box-shadow: 0px 1px 5px 2px rgba(3,29,91,0.1);
  background: #ffffff;
  transition: 0.2s;
}

.shadow{
   box-shadow: 0px 1px 5px 2px rgba(3,29,91,0.3) !important;
}

.user_icon .fa{
  color: #1869ea ;
  font-size: 30px;
}

.items:hover .user_icon .fa{
  color: #ffffff;
  transition: 0.2s;
}

.items:hover .user_icon{
  background: #1869ea;
  transition: 0.2s;
}

.fa-message{
  color: #2044c2 ;
}

.other_title{
  border-bottom: 1px solid #2044c24d;
}

.user_icon{
  background: #e3f3ff;
  border-radius: 50%;
}



.font-13{
  font-size: 13px;
}

#mob_menu_cnt{
  transition: 0.5s;
  height: 0px;
}

#close{
  display: none;
}

.pms{
  background: #f1f5fc;
  border-radius: 10px;
  cursor: pointer;
}

.pms:hover{
  border: solid 1px #2044c2;
}

.fa-circle{
  font-size: 10px;
}

.more_than:hover.more_than .fa-arrow-left{
  transform: scaleX(1.5);
}

.grow{
  transition: 0.2s;
}


.grow:hover{
  transform: scale(1.02);
}

.box33{
  background: linear-gradient(269.92deg,#0F40EB 1.63%,#1032A7 65.42%,#17359A 99.92%);
  height: 80px;
  margin-top: 20px;
  border-radius: 10px;
}

.text2{
  color: #444444;
  font-size: 15px;
}

.rds{
  border-radius: 10px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}