.Gap-8 {
  gap: 8px;
}

.Gap-10 {
  gap: 10px;
}

.Gap-12 {
  gap: 12px;
}

.Gap-15 {
  gap: 15px;
}

.Gap-20 {
  gap: 20px;
}

.d-none {
  display: none !important;
}
.d-flex {
  display: flex !important;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-unset {
  display: unset !important;
}

.flex-fill {
  flex: 1 !important;
}

.flex-column {
  flex-direction: column !important;
}

.align-items-end {
  align-items: flex-end !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center !important;
}

.justify-content-between {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-start {
  justify-content: start !important;
}
.justify-content-end {
  justify-content: flex-end;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.fw-bold {
  font-weight: bold;
}

.text-primary {
  color: #0d6efd !important;
}

.text-success {
  color: #198754 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-start {
  text-align: start !important;
}
.text-start p {
  text-align: start !important;
}

.text-end {
  text-align: end;
}

.text-center {
  text-align: center;
}

.Text-Justify {
  text-align: justify;
}

.Font-Size-Sx {
  font-size: 12px;
}
@media (max-width: 576px) {
  .Font-Size-Sx {
    font-size: 13px;
  }
}

.Font-Size-Sm {
  font-size: 13px;
}

.Font-Size-M {
  font-size: 14px;
}

.Font-Size-L {
  font-size: 16px;
}

.Font-Size-Xl {
  font-size: 18px;
}

.Font-Size-Xxl {
  font-size: 22px;
}

.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}

.Btn {
  border: none;
  padding: 4px 15px;
  text-decoration: none;
  border-radius: 10px;
  margin: 4px;
  cursor: pointer;
  transition: all 0.5s;
}
.Btn-Black {
  background-color: rgb(43.35, 43.35, 43.35);
  color: #fff;
}
.Btn-Black:hover {
  color: #fff;
  background-color: #000;
}
.Btn-White {
  color: rgb(28.05, 28.05, 28.05) !important;
  background-color: #fff;
}
.Btn-White:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}
.Btn-Blue {
  background-color: #008cff;
  color: #fff;
}
.Btn-Blue:hover {
  color: #fff;
  background-color: rgb(0, 123.2, 224.4);
}

.GridCenter {
  display: grid;
  place-content: center;
}

.FlexBetween {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.FlexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Cursor, a, button {
  cursor: pointer !important;
}
.Cursor:active, a:active, button:active {
  transform: scale(0.97);
}

@font-face {
  font-family: iransans;
  src: url("../font/iransans.woff2") format("woff2"), url("../font/iransans.woff") format("woff"), url("../font/iransans.ttf") format("truetype");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  outline: none !important;
  box-sizing: border-box;
  font-family: iransans;
  font-size: 13px;
}
@media (max-width: 576px) {
  * {
    font-size: 14px;
  }
}

html {
  scroll-behavior: smooth;
}

img, svg {
  vertical-align: middle !important;
}

.Body {
  position: relative;
  min-width: 320px !important;
}

label {
  cursor: pointer;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

button {
  outline: none;
  border: none;
  background-color: inherit;
  color: inherit;
}

ul {
  padding-right: 2rem;
}

small {
  display: block;
  font-size: 0.875em;
}

.Show {
  visibility: visible !important;
  opacity: 1 !important;
}

.En {
  font-family: Arial, Helvetica, sans-serif;
}

.Alert {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  position: fixed;
  bottom: -200px;
  left: 10px;
  background-color: #fff;
  width: 300px;
  border-radius: 10px;
  border: 1px solid;
  overflow: hidden;
  color: #000;
  transition: all 0.5s;
}
@media (max-width: 576px) {
  .Alert {
    width: calc(100% - 20px);
  }
}
.Alert .bi {
  min-width: 20px;
  min-height: 20px;
}
.Alert .bi-check-circle-fill {
  color: #3eaa00;
}
.Alert .bi-x-circle-fill {
  color: #f50000;
}
.Alert .Timer {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  animation-delay: 0.3s;
  transition: all 0.3s;
}
.Alert .Success {
  background-color: #3eaa00;
}
.Alert .Error {
  background-color: #f50000;
}
@keyframes Timer {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
  -webkit-text-fill-color: inherit !important;
}