﻿@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
* {
  font-family: IRANSans !important;
  letter-spacing: unset !important;
}
label{
    color: black;
}
.image-style {
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: all 0.3s;
}
.colorStyle{ 
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.ImgStyle{ 
  object-fit: cover;
  object-position: center;
  
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* .image-style:hover {

  transform: scale(2, 2);
  transition: all 0.3s;
} */
