@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lalezar&display=swap");

@font-face {
  font-family: 'Yekan';
  src: url('fonts/Yekan.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IRANSansXRegular';
  src: url('fonts/IRANSansXRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'IRANSansXRegular', sans-serif;
}

.vazirmatn {
  font-family: "Vazirmatn", system-ui;
  font-optical-sizing: auto;
}

.lalezar {
  font-family: "Lalezar", system-ui;
  font-weight: 400;
  font-style: normal;
}

.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}

::placeholder {
  /* color: red !important; */
  opacity: 0.5 !important; /* Firefox */
}

a {
  cursor: pointer;
}

.bg-light-2 {
  background-color: rgb(238, 238, 238);
}

.bg-rotation {
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}

.bg-rotation.visible {
  opacity: 1;
}

.blue {
  color: #136ff3;
}

.pagination {
  flex-direction: row-reverse;
  justify-content: center;
}

.select2-selection {
  height: 2.3rem !important;
  padding: 3px 0;
}

.dropdown-toggle::after {
  vertical-align : .1em
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove the gap so it doesn't close */
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}