.d-none {
  display: none !important;
}
.d-flex {
  display: flex;
}
.d-block {
  display: block !important;
}
.flex-fill {
  flex: 1 !important;
}

.flex-column {
  flex-direction: column;
}
.align-items-end {
  align-items: end;
}
.align-items-start {
  align-items: start;
}
.align-items-center {
  align-items: center;
}

.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: end;
}

.w-100 {
  width: 100% !important;
}
.w-75 {
  width: 75% !important;
}
.w-50 {
  width: 50% !important;
}
.w-25 {
  width: 25% !important;
}
.w-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.h-100 {
  height: 100% !important;
}
.h-75 {
  height: 75% !important;
}
.h-50 {
  height: 50% !important;
}
.h-25 {
  height: 25% !important;
}

.fw-bold {
  font-weight: bold;
}
.text-primary {
  color: #0d6efd !important;
}
.text-orange {
  color: #ff7f07 !important;
}
.text-black, .Aim-Index .Auth-Form .Forget-Pass:hover {
  color: #000 !important;
}
.text-muted {
  color: #6c757d;
}
.text-start {
  text-align: start !important;
}
.text-end {
  text-align: end;
}
.text-center {
  text-align: center !important;
}

.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;
}

img, svg {
  vertical-align: middle;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute;
}

.Bg-Error {
  background-color: #ffd2d2;
}
.Bg-Success {
  background-color: #ddf5ce;
}
.Bg-Warning {
  background-color: #fce0bd;
}
.BgDark {
  background-color: #171717 !important;
}

.Darken {
  background-color: #202020 !important;
}

.Dark {
  background-color: #292929 !important;
}

@font-face {
  font-family: iransans;
  src: url(../fonts/iransans.ttf);
  font-display: swap;
}
.Font-Size-Sxxx {
  font-size: 9px !important;
}

.Font-Size-Sxx {
  font-size: 10px !important;
}

.Font-Size-Sx {
  font-size: 12px !important;
}
@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, .Aim-Index .Auth-Form nav .bi {
  font-size: 16px;
}

.Font-Size-Xl {
  font-size: 18px;
}

.Font-Size-Xxl {
  font-size: 22px;
}

.Font-Size-Xxxl {
  font-size: 26px;
}

.Font-Size-Xxxxl {
  font-size: 30px;
}

.FlexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.FlexBetween, .Profile .Subscription, .Menu, .Dashboard .Chart, .Calendar .Controller, .Total, .App nav, .Aim-Index .Auth-Form .Forget-Pass {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.GridCenter,.Install-Notification .icon-Aim, .Menu .Item, .Loading, .Dashboard .Chart-Item .Description, .App .bi-x-lg, .Aim-Index .Auth-Form, .Form-Auth .Form-Timer{
  display: grid;
  place-content: center;
}

.Alert {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translatex(-50%);
  width: 300px;
  /* padding: 4px 8px 0; */
  display: flex;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: all 0s;
  z-index: 100;
}

.Alert-Show{
  visibility: visible;
  opacity: 1;
}

.Alert .Icon{
  display: grid;
  place-content: center;
  width: 30px;
  height: 100%;
  color: #fff;
  padding: 4px 8px;
}
.Icon-Success{
  background-color: #2ec945;
}
.Icon-Error{
  background-color: #f50000;
}
.Alert .bi-check{
  line-height: 0.7;
  font-size: 20px;
}
.Alert .bi-exclamation{
  line-height: 0.7;
  font-size: 20px;
}

.Alert .Text {
  margin-top: 3px;
  padding: 0 7px 0;
  text-wrap: nowrap;
}

.Success {
  color: #2EC946 !important;
  border: 1px solid #2ec945;
}

.Error {
  color: #f50000 !important;
  border: 1px solid #ff0000;
}

.Btn {
  border: none;
  padding: 5px 18px;
  text-decoration: none;
  border-radius: 50px;
  margin: 4px;
  cursor: pointer;
  transition: all 1s;
}
.Btn-Aim {
  position: relative;
  border-bottom: 1px solid #bdbdbd;
  border-top: 1px solid #fff;
  color: rgb(107, 107, 107);
  background-color: #ffffff;
}
.Btn-Black {
  background-color: #000;
  color: #fff;
}
.Btn-Black:hover {
  background-color: #2b2b2b;
  color: #fff;
}

.Btn-White {
  background-color: #fff;
  color: #000;
}
.Btn-White:hover {
  background-color: #f2f2f2;
  color: #000;
}

.Aim-Index {
  display: flex;
}
@media (max-width: 970px) {
  .Aim-Index {
    flex-direction: column;
  }
}
.Aim-Index .Wellcome {
  position: relative;
  width: 40%;
  background-position: 50% 52%;
  -o-object-fit: cover;
  object-fit: cover;
  color: #fff;
  background-image: url(../image/Background/Bg1.webp);
  background-size: 200%;
}
@media (max-width: 1100px) {
  .Aim-Index .Wellcome {
    width: 50%;
  }
}
@media (max-width: 970px) {
  .Aim-Index .Wellcome {
    display: none;
  }
}
.Aim-Index .Wellcome .GridCenter, .Aim-Index .Wellcome .Install-Notification .icon-Aim, .Install-Notification .Aim-Index .Wellcome .icon-Aim, .Aim-Index .Wellcome .Menu .Item, .Menu .Aim-Index .Wellcome .Item, .Aim-Index .Wellcome .Loading, .Aim-Index .Wellcome .Dashboard .Chart-Item .Description, .Dashboard .Chart-Item .Aim-Index .Wellcome .Description, .Aim-Index .Wellcome .App nav .bi-x-lg, .App nav .Aim-Index .Wellcome .bi-x-lg, .Aim-Index .Wellcome .Auth-Form {
  margin: 0 auto;
  padding: 25px;
  height: 100dvh;
}
.Aim-Index .Wellcome .GridCenter .icon-Aim, .Aim-Index .Wellcome .Install-Notification .icon-Aim .icon-Aim, .Install-Notification .Aim-Index .Wellcome .icon-Aim .icon-Aim, .Aim-Index .Wellcome .Menu .Item .icon-Aim, .Menu .Aim-Index .Wellcome .Item .icon-Aim, .Aim-Index .Wellcome .Loading .icon-Aim, .Aim-Index .Wellcome .Dashboard .Chart-Item .Description .icon-Aim, .Dashboard .Chart-Item .Aim-Index .Wellcome .Description .icon-Aim, .Aim-Index .Wellcome .App nav .bi-x-lg .icon-Aim, .App nav .Aim-Index .Wellcome .bi-x-lg .icon-Aim, .Aim-Index .Wellcome .Auth-Form .icon-Aim {
  color: #f50000 !important;
}
.Aim-Index .Wellcome .GridCenter h1, .Aim-Index .Wellcome .Install-Notification .icon-Aim h1, .Install-Notification .Aim-Index .Wellcome .icon-Aim h1, .Aim-Index .Wellcome .Menu .Item h1, .Menu .Aim-Index .Wellcome .Item h1, .Aim-Index .Wellcome .Loading h1, .Aim-Index .Wellcome .Dashboard .Chart-Item .Description h1, .Dashboard .Chart-Item .Aim-Index .Wellcome .Description h1, .Aim-Index .Wellcome .App nav .bi-x-lg h1, .App nav .Aim-Index .Wellcome .bi-x-lg h1, .Aim-Index .Wellcome .Auth-Form h1 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 430px) {
  .Aim-Index .Wellcome .GridCenter h1, .Aim-Index .Wellcome .Install-Notification .icon-Aim h1, .Install-Notification .Aim-Index .Wellcome .icon-Aim h1, .Aim-Index .Wellcome .Menu .Item h1, .Menu .Aim-Index .Wellcome .Item h1, .Aim-Index .Wellcome .Loading h1, .Aim-Index .Wellcome .Dashboard .Chart-Item .Description h1, .Dashboard .Chart-Item .Aim-Index .Wellcome .Description h1, .Aim-Index .Wellcome .App nav .bi-x-lg h1, .App nav .Aim-Index .Wellcome .bi-x-lg h1, .Aim-Index .Wellcome .Auth-Form h1 {
    font-size: 16px;
  }
  .Aim-Index .Wellcome .GridCenter h1 br, .Aim-Index .Wellcome .Install-Notification .icon-Aim h1 br, .Install-Notification .Aim-Index .Wellcome .icon-Aim h1 br, .Aim-Index .Wellcome .Menu .Item h1 br, .Menu .Aim-Index .Wellcome .Item h1 br, .Aim-Index .Wellcome .Loading h1 br, .Aim-Index .Wellcome .Dashboard .Chart-Item .Description h1 br, .Dashboard .Chart-Item .Aim-Index .Wellcome .Description h1 br, .Aim-Index .Wellcome .App nav .bi-x-lg h1 br, .App nav .Aim-Index .Wellcome .bi-x-lg h1 br, .Aim-Index .Wellcome .Auth-Form h1 br {
    display: none;
  }
}
.Aim-Index .Auth-Form {
  position: relative;
  flex: 1;
  height: 100dvh;
  transition: all 1s;
}
@media (max-width: 970px) {
  .Aim-Index .Auth-Form {
    flex: unset;
  }
}
.Aim-Index .Auth-Form nav {
  position: absolute;
  height: 55px;
}
.Aim-Index .Auth-Form nav .bi {
  margin: 4px 18px 0;
}
.Aim-Index .Auth-Form .icon-Aim {
  font-size: 45px;
  margin-bottom: 18px;
}
.Aim-Index .Auth-Form input {
  display: block;
  width: 300px;
  border: unset;
  outline: none;
  padding: 3px 7px;
  margin: 40px 10px 5px;
  background-color: unset;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.Aim-Index .Auth-Form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.Aim-Index .Auth-Form input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.Aim-Index .Auth-Form .ErrorInput {
  transition: all 0.5s;
  border-bottom: 1px solid #f50000;
}
.Aim-Index .Auth-Form .Validate {
  transition: all 1s;
  color: #f50000;
  width: calc(100% - 20px);
  margin: -2px 15px 0;
  border:unset !important;
}

.Aim-Index .Auth-Form .bi-eye, .Aim-Index .Auth-Form .bi-eye-slash {
  font-size: 16px;
  position: absolute;
  top: 5px;
  margin: 0 -30px;
}
.Aim-Index .Auth-Form .Forget-Pass {
  padding: 0 12px;
  width: 100%;
  color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.Aim-Index .Auth-Form .Btn {
  padding: 6px 38px;
  margin: 42px 0 30px;
}
.Aim-Index .Auth-Form .Line {
  width: 132px;
  border-top: 1px solid #000;
  margin: 0 10px;
}

.App {
  position: relative;
  display: flex;
  height: 100dvh;
  color: #787878;
  background-color: #ebebeb;
  overflow: hidden;
  transition: all 1s;
}
.App nav {
  position: absolute;
  top: 0;
  padding: 5px 20px 2px;
  height: 35px;
  width: 100%;
  z-index: 20;
  background-color: #ebebeb;
  transition: all 1s;
}
.App nav .bi {
  padding-top: 1.5px;
  font-size: 15.5px;
}
.App nav .Space {
  margin: 0 8px;
}
.App nav .Logo {
  margin-top: 4px;
}
.App nav .Logo .icon-Aim {
  font-size: 18px;
}
@media (min-width: 1025px) {
  .App nav .Logo .icon-Aim {
    display: none;
  }
}
.App nav .bi-x-lg {
  position: absolute;
  top: 15px;
  left: 14px;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  color: #fff;
  background-color: #f50000;
}
.App .En {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.App .Extra {
  width: 50%;
  margin: 0 auto;
  padding: 70px 7% 30px;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 1500px) {
  .App .Extra {
    padding: 50px 3% 30px;
  }
}
@media (max-width: 1440px) {
  .App .Extra {
    padding: 50px 2% 30px;
  }
}
@media (max-width: 1250px) {
  .App .Extra {
    padding: 50px 5% 30px;
  }
}
@media (max-width: 1024px) {
  .App .Extra {
    display: none;
  }
}
.App .Extra .About {
  width: 100%;
  transition: all 1s;
}
.App .Extra .icon-Aim {
  font-size: 35px;
  padding: 0 5px 15px;
}
.App .Extra .About .Q {
  padding: 0 5px;
  font-weight: bold;
  white-space: nowrap;
  transition: all 1s;
}
.App .Extra .About .A {
  font-size: 12px;
  padding: 1.5px 5px 0;
  color: #8c8c8c;
}
@media (max-width: 1440px) {
  .App .Extra .p-4 {
    padding: 10px !important;
  }
}
.App .Extra .C-C {
  margin-top: 30px;
  display: flex;
  align-items: stretch;
}
@media (max-width: 1440px) {
  .App .Extra .C-C {
    margin-top: 30px;
  }
}
@media (max-width: 1250px) {
  .App .Extra .C-C {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.App .Aim-Modal{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  display: flex;
  color: #787878;
  background-color: #ebebeb;
  overflow: hidden;
  transition: all 1s;
  z-index: 100;
}
.App .Modal {
  width: 50%;
  margin: 0 auto;
  padding: 70px 7%;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 1024px) {
  .App .Modal {
    width: 70%;
    display: block !important;
  }
}
@media (max-width: 576px) {
  .App .Modal {
    width: 90%;
    padding: 40px 1% 70px;
  }
}
@media (max-width: 480px) {
  .App .Modal {
    width: 100%;
    padding: 40px 15px 70px;
  }
}
.App .Border {
  margin: 50px 0;
  border-left: 1px solid #d9d9d9;
  transition: all 1s;
}
@media (max-width: 1024px) {
  .App .Border {
    display: none;
  }
}
.App-Container {
  position: relative;
  flex: 1;
  padding-top: 35px;
  overflow: hidden;
}
.App-Container .Text-Red {
  color: #ff8080 !important;
}
.App-Container .Text-Green {
  color: #5fab38 !important;
}
.App-Container .Text-Blue {
  color: #6c9dd1 !important;
}

.Add-Question {
  margin: 95px 5% 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.Add-Question .Buttons {
  width: fit-content;
  margin: 20px auto;
}

.Form {
  display: block;
  margin-top: -150px;
  padding: 0px 15% 160px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  height: 100%;
  overflow-y: auto;
}
.Form-Balance{
  font-Size:14px;
  color: #000;
  padding: 0 8px;
  transition: all 1s;
}
@media (max-width: 1500px) {
  .Form {
    margin-top: -150px;
    padding: 0px 6% 130px;
  }
}
@media (max-width: 1024px) {
  .Form {
    margin-top: -200px;
  }
}
@media (max-width: 576px) {
  .Form {
    margin-top: -210px;
    padding: 0px 15px 130px;
  }
}

.Form-Container {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 40px auto 20px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #d4d4d4;
  transition: all 1s;
}
@media (max-width: 1500px) {
  .Form-Container {
    padding: 20px 20px 40px;
  }
}
@media (max-width: 440px) {
  .Form-Container .d-flex {
    flex-direction: column;
    align-items: start !important;
  }
  .Form-Container .d-flex .Q {
    font-size: 13px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
  .Form-Container .d-flex .A {
    width: calc(100% - 10px);
    font-size: 16px !important;
  }
}
.Form-Container .d-flex {
  align-items: center;
  margin-top: 30px;
}
.Form-Container .Q {
  text-wrap: nowrap;
  width: 105px;
  text-align: end;
  margin: 0 10px;
  padding-bottom: 9px;
  cursor: default;
  text-transform: capitalize;
}
.Form-Container .En{
  /* margin-top: 5px !important; */
  padding-bottom: 2px !important;
  font-size: 14.5px !important;
}
.Form-Container .A {
  display: block;
  flex: 1;
  border: unset;
  outline: none;
  padding: 0 7px;
  margin: 0 0 10px;
  color: #2e2e2e;
  background-color: unset;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 1s;
}
.Form-Container .Forgot-Pass{
  margin: 0 8px -18px;
  width: fit-content;
  position: relative;
  transition: all 0.5s;
} 
.Form-Container .Btn-Loading{
  margin: 0 -8px -18px;
  background-color: unset !important;
}
.Form-Container .Btn-Loading:hover{
  background-color: unset !important;
}

.Form-Container .Notice{
  padding-top: 10px;
  text-align: end;
  color: #868686bb;
  transition: all 1s;
}
.Form .Date {
  position: absolute;
  font-size: 12px;
  bottom: -10px;
  padding: 0 6px;
  color: #ababab;
  text-shadow: 1px 1px 1px #fff;
  background-color: #ebebeb;
  cursor: default;
  transition: all 1s;
}

.Form-Auth{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.Form-Auth input{
  color: #000 !important;
}
.Form-Auth .Input-Number{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
  font-size: 16px;
}
.Form-Auth .Input-Number::placeholder{
  font-size: 13px;
  font-family: iransans;
  padding-bottom: 4px;
}
.Form-Auth .Form-Timer{
  position: absolute;
  left: 10px;
  top: 41px;
  width: 80px;
  height: 23px;
  padding-top: 2px;
  color: rgb(0, 132, 255);
  background-color: #fff;
  transition: all 1s;
}

.Form-Auth .Form-Timer .En {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif !important;
  font-size: 17px;
  padding-bottom: 1px;
}

.Date-Container {
  padding: 7px 20px;
  margin: 0 15%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  transition: all 1s;
}
@media (max-width: 370px) {
  .Date-Container {
    padding: 7px 13px;
  }
}
.Date-Container .Icons{
  display: flex;
  align-items: center;
}
.Date-Container .bi{
  display: grid;
  place-items: center;
  font-size: 13px !important;
  height: 25px;
  width: 27px;
  color: #6c9dd1;
  border: 1px solid;
  border-radius: 7px;
}
.Date-Container .Btn-Assist{
  padding: 1px 8px;
  color: #6c9dd1;
  border: 1px solid;
  border-radius: 7px;
}
.Date-Container .bi-search{
  margin: 0 8px;
  transform: scaleX(-1);
}
@media (max-width: 1440px) {
  .Date-Container {
    margin: 0;
  }
}
.Date-Container-Btn {
  position: relative;
  font-size:13px !important;
}
.Date-Container .bi-chevron-down{
  font-size: 10px !important;
}


.List {
  padding: 0 15% 120px;
  height: calc(100% - 20px);
  overflow-y: auto;
}
@media (max-width: 1440px) {
  .List {
    padding: 0 0 120px;
  }
}
.List-Item:active {
  transform: scale(0.99);
}
.List-Item .Title {
  font-weight: normal;
  color: #161616;
  transition: all 1s;
}
.List-Item .Text-Red {
  color: #ff7070 !important;
}

.List .Last-Month{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 1px;
}

.List .Positive{
  background-color: #487d2e1c;
}
.List .Positive .En{
  padding: 0 6px;
  color: #5FAB38 !important;
}

.List .Negative{
  background-color: #7d2e2e36;
}
.List .Negative .En{
  padding: 0 6px;
  color: #ff7070 !important;
}

.Total {
  height: 35px;
  margin: 0 15%;
  padding: 0 20px;
  border-top: 1px solid #d9d9d9;
  transition: all 1s;
}
@media (max-width: 1440px) {
  .Total {
    margin: 0;
  }
}
@media (max-width: 370px) {
  .Total {
    padding: 0 10px;
  }
}
.Total-Income {
  color: white;
  padding: 3px 5px;
  border-radius: 4px;
  background-color: rgba(94, 171, 56, 0.6901960784);
}
.Total-Cost {
  color: white;
  padding: 3px 5px;
  border-radius: 4px;
  background-color: rgba(252, 86, 86, 0.7176470588);
}

.Clock {
  position: relative;
  min-height: 265px;
  padding: 25px;
  border-radius: 20px;
  box-shadow: -1px -1px 7px 3px #fff, 2px 2px 4px rgba(0, 0, 0, 0.45);
  transition: all 1s;
}
.Clock::after, .Clock::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  transition: all 1s;
}
.Clock::after {
  background: linear-gradient(125deg, #dedede, whitesmoke);
  opacity: 1;
}
.Clock::before {
  background: linear-gradient(125deg, #141414, #1f1f1f);
  opacity: 0;
}
@media (max-width: 1440px) {
  .Clock {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
@media (max-width: 1250px) {
  .Clock {
    width: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.Clock .Analog {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  z-index: 1;
}
@media (max-width: 1440px) {
  .Clock .Analog {
    width: 130px;
    height: 130px;
  }
}
.Clock .Analog::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 20px;
  background-color: #787878;
  z-index: 10;
  transition: all 1s;
}
.Clock .Analog::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 2px;
  border-radius: 20px;
  background-color: #ebebeb;
  z-index: 12;
  transition: all 1s;
}
.Clock .Analog .Container {
  --rotation:0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  transform: rotate(var(--rotation));
}
.Clock .Analog .S1 {
  --rotation:30deg;
}
.Clock .Analog .S2 {
  --rotation:60deg;
}
.Clock .Analog .S3 {
  --rotation:90deg;
}
.Clock .Analog .S4 {
  --rotation:120deg;
}
.Clock .Analog .S5 {
  --rotation:150deg;
}
.Clock .Analog .S6 {
  --rotation:180deg;
}
.Clock .Analog .S7 {
  --rotation:210deg;
}
.Clock .Analog .S8 {
  --rotation:240deg;
}
.Clock .Analog .S9 {
  --rotation:270deg;
}
.Clock .Analog .S10 {
  --rotation:300deg;
}
.Clock .Analog .S11 {
  --rotation:330deg;
}
.Clock .Analog .Symbol {
  content: "";
  width: 2px;
  height: 8px;
  background-color: #c7c7c7;
  transition: all 1s;
}
.Clock .Analog .Hand {
  --rotation:0;
  position: absolute;
  bottom: 50%;
  left: 50%;
  border-radius: 10px;
  background-color: #787878;
  transform-origin: bottom;
  transform: translateX(-50%) rotate(calc(var(--rotation) * 1deg));
}
.Clock .Analog .Hour {
  width: 2px;
  height: 25%;
}
.Clock .Analog .Minute {
  width: 2px;
  height: 35%;
}
.Clock .Analog .Second {
  width: 1px;
  height: 40%;
  background-color: #ffa9a9;
}
.Clock .Digital {
  direction: ltr;
  position: absolute;
  bottom: 33px;
  margin: 29px 0 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  z-index: 1;
}
@media (max-width: 1250px) {
  .Clock .Digital {
    left: 20px;
  }
}
.Clock .Date {
  position: absolute;
  bottom: 16px;
  color: #8c8c8c;
  z-index: 1;
}
@media (max-width: 1250px) {
  .Clock .Date {
    left: 20px;
  }
}

.Calendar {
  position: relative;
  width: 450px;
  padding: 27px 8px 10px;
  border-radius: 20px;
  box-shadow: -1px -1px 7px 3px #fff, 2px 2px 4px rgba(0, 0, 0, 0.45);
  transition: all 1s;
}
.Calendar::after, .Calendar::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  transition: all 1s;
}
.Calendar::after {
  background: linear-gradient(125deg, #dedede, whitesmoke);
  opacity: 1;
}
.Calendar::before {
  background: linear-gradient(125deg, #141414, #1f1f1f);
  opacity: 0;
}
@media (max-width: 1700px) {
  .Calendar {
    width: 380px;
  }
}
@media (max-width: 1440px) {
  .Calendar {
    flex: 1;
  }
}
@media (max-width: 1250px) {
  .Calendar {
    width: 100%;
  }
}

.Calendar .Controller {
  margin: 0 16px 20px;
}
.Calendar .Controller div, .Calendar .Controller i {
  z-index: 1;
}
.Calendar .Row {
  display: flex;
}
.Calendar .Row div {
  width: 70px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  z-index: 1;
}
.Calendar .Row .Active {
  position: relative;
  color: #000000;
  transition: all 1s;
}
.Calendar .Row .Active::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: -5.3px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
  background-color: rgba(110, 110, 110, 0.1450980392);
  transition: all 1s;
}
.Calendar .Row .Deactivate {
  opacity: 0.3;
}

.Dashboard {
  padding: 0 0 120px;
  height: 100%;
  overflow-y: auto;
}
.Dashboard .Balance {
  display: flex;
  align-items: center;
  margin: 0 15%;
  padding: 7px 20px;
  border-bottom: 1px solid #d9d9d9;
  background-color: #ebebeb;
  transition: all 1s;
}

@media (max-width: 576px) {
  .Dashboard .Balance {
    margin: 0;
  }
}
.Dashboard .Chart {
  margin: 0 auto;
  position: relative;
  align-items: end;
  margin-top: 20px;
  width: 500px;
  height: 250px;
  padding: 100px 10px 2px;
  border-bottom: 1px solid #d1d1d1;
  transition: all 1s;
  background-color: #e6e6e6;
}
@media (max-width: 568px) {
  .Dashboard .Chart {
    width: 90%;
  }
}

.Dashboard .Chart-Month {
  display: flex;
  justify-content: end;
  width: 500px;
  margin: 10px auto;
}
@media (max-width: 568px) {
  .Dashboard .Chart-Month  {
    width: 90%;
  }
}

.Dashboard .Chart::after {
  content: "";
  position: absolute;
  bottom: 48%;
  left: 0;
  width: 100%;
  border-top: 1px solid #dedede;
  transition: all 1s;
}
.Dashboard .Chart::before {
  content: "";
  position: absolute;
  bottom: 24%;
  left: 0;
  width: 100%;
  border-top: 1px solid #dedede;
  transition: all 1s;
}
.Dashboard .Chart-Label {
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: absolute;
  top: 10px;
  width: calc(100% - 20px);
  color: #ababab;
  text-shadow: 1px 1px 1px #fff;
}

.Dashboard .Chart-Label .En{
  font-size: 13px;
  margin: 0 4px;
  padding-bottom: 2px;
}
.Dashboard .Chart-Label .P{
  color: #6cb149;
  border-bottom: 1px solid rgba(135, 207, 99, 0.6);
}
.Dashboard .Chart-Label .N{
  color: #FF7676;
  border-bottom: 1px solid #ff76769a;
}

.Dashboard .Chart-Item {
  position: relative;
  margin: 0 2px;
  width: 1px;
  height: 0;
  border-right: 3px dotted rgba(94, 171, 56, 0.7);
  transition: all 1s;
}

.Dashboard .Chart-Item:hover {
  cursor: pointer;
  .Description{
    visibility: visible;
    opacity: 1;
  }
}
.Dashboard .Chart-Item .Description {
  position: absolute;
  top: -48px;
  left: 1px;
  padding: 6px;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #949494;
  transform: translateX(-50.5%);
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: 20;
}
.Dashboard .Chart-Item .Description::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #949494;
  bottom: -8px;
  left: 50%;
  rotate: 45deg;
  border-top-left-radius: 40px;
  transform: translateX(-50%);
  transition: all 1s;
  z-index: 8;
}
.Dashboard .Cost {
  margin-top: 65px;
}
.Dashboard .Cost .Chart-Item {
  border-color: #ff8f8f !important;
}
.Dashboard .Amounts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  margin: 8px auto;
  padding: 0 2px;
}
@media (max-width: 568px) {
  .Dashboard .Amounts {
    width: 90%;
  }
}
.Dashboard .Amounts small {
  /* font-size: 12px; */
  transition: all 1s;
}
.Dashboard .Amounts span{
  font-size: 12px;
  color: #adadad;
  text-shadow: 1px 1px 1px #fff;
}

.Loading {
  position: absolute;
  width: 100%;
  height: 100dvh;
  background-color: whitesmoke;
}
.Loading-Animation {
  position: relative;
}
.Loading-Animation .Bg-Animate {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: whitesmoke;
}
.Loading-Animation .Animate {
  position: absolute;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -51%);
  background-color: #f50000;
  animation: animate 1.5s infinite linear;
}
.Loading-Animation .icon-Aim {
  font-size: 60px;
  color: #f50000;
}
.Loading-Animation .Text {
  position: absolute;
  width: 100px;
  top: 70px;
  left: 50%;
  text-align: center;
  transform: translateX(-47%);
}

@keyframes animate {
  0%, 100% {
    width: 16px;
    height: 16px;
  }
  50% {
    width: 24px;
    height: 24px;
  }
}
.Menu {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: -1px;
  width: 250px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid rgba(136, 136, 136, 0.3490196078);
  color: #7c7a7a;
  background-color: white;
  box-shadow: 3px 4px 10px #d6d6d6;
  transition: all 1s;
  z-index: 20;
}
.Menu .Item {
  margin: 15px 8px;
  border-radius: 7px;
  width: 34px;
  height: 34px;
}
.Menu .Item i {
  font-size: 18px;
  line-height: 0.6;
}
.Menu .Active {
  color: #e6e6e6;
  background-color: #4d4d4d;
  transition: all 1s;
}

.Profile {
  padding: 40px 20px 150px;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 370px) {
  .Profile {
    padding: 60px 10px 100px;
  }
}
.Profile .Subscription {
  width: 360px;
  margin: 20px auto 40px;
}
@media (max-width: 400px) {
  .Profile .Subscription {
    width: 100%;
  }
}
.Profile .Subscription .Btn-White {
  border: 1px solid #d1d1d1;
  color: #4d4d4d;
}
.Profile .Card {
  margin: 0 auto;
  position: relative;
  width: 360px;
  height: 220px;
  padding: 25px 30px;
  border-radius: 20px;
  box-shadow: 5px 5px 30px #cccccc;
  overflow: hidden;
  background-color: white;
  border: 1px solid rgba(255, 255, 255, 0.1098039216);
  transition: all 1s;
}

.Profile .Card .bi{
  padding: 0.5px 4px 0;
  z-index: 3;
}

.Profile .Card .Detail{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 25px;
  width: calc(100% - 66px);
}
@media (max-width: 400px) {
  .Profile .Card {
    width: 100%;
  }
}
.Profile .Card::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -70px;
  width: 240px;
  height: 240px;
  border-radius: 200px;
  background-color: #737373;
  opacity: 0.1;
  transition: all 1s;
}
.Profile .Card::before {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 0px;
  width: 300px;
  height: 300px;
  border-radius: 200px;
  background-color: #666666;
  opacity: 0.1;
  transition: all 1s;
}
.Profile .Card .icon-Aim {
  font-size: 26px;
}
.Profile .Card .bi-sim {
  rotate: -90deg;
  font-size: 22px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: iransans;
  font-size: 13px;
}
@media (max-width: 576px) {
  * {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  * ::-webkit-scrollbar {
    width: 7px;
    height: 20px;
  }
  * ::-webkit-scrollbar-track {
    background: unset;
  }
  * ::-webkit-scrollbar-thumb {
    background: #9c9c9c;
  }
}

html {
  scroll-behavior: smooth;
}

.Body {
  position: relative;
  min-width: 320px;
}

.Main {
  position: relative;
  height: calc(100dvh - 35px);
  overflow-y: auto;
}

label {
  cursor: pointer;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
}
a:hover {
  cursor: pointer;
  color: inherit;
}
a:active {
  transform: scale(0.9);
}

.Cursor,.Btn-Assist, .Install-Notification .bi-x-circle-fill, .Aim-Index .Auth-Form nav .bi, .App nav .bi, .Dashboard .Chart .Date, .Form-Auth .Form-Timer,.Form-Container .Forgot-Pass {
  cursor: pointer;
}
.Cursor:active, .Btn-Assist:active, .Install-Notification .bi-x-circle-fill:active, .Aim-Index .Auth-Form nav .bi:active, .App nav .bi:active, .Dashboard .Chart .Date:active, .Form-Auth .Form-Timer:active,.Form-Container .Forgot-Pass:active {
  transform: scale(0.9);
}

button {
  outline: none;
  border: none;
  background-color: inherit;
}
button:active {
  transform: scale(0.98);
}

.Text-Justify {
  text-align: justify;
}

.Space {
  margin: 0 6px;
}

.Line-Height-Sm {
  line-height: 0.7;
}

.scroll-hidden-overflow, .App .Extra {
  overflow: auto;
}
.scroll-hidden-overflow::-webkit-scrollbar, .App .Extra::-webkit-scrollbar {
  display: none;
}

ul {
  padding-right: 2rem;
}

small {
  display: block;
  font-size: 11.5px;
}

.Show {
  visibility: visible !important;
  opacity: 1 !important;
}

.Close-Dropdown {
  position: fixed;
  width: 100%;
  min-width: 340px;
  height: 100dvh;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}

.dropdown {
  position: absolute;
  top: 25px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 300px;
  border-radius: 10px;
  max-height: 60vh;
  overflow-y: auto;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 5px 0;
  z-index: 101;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.dropdown a {
  width: 100%;
}
.dropdown .Active {
  background-color: #53535321;
}
.dropdown li {
  padding: 3px 15px;
  list-style: none;
}
.dropdown li .Name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 250px;
}
.dropdown li:hover {
  background-color: rgba(83, 83, 83, 0.1294117647);
}
.dropdown li:active {
  background-color: rgba(83, 83, 83, 0.231372549);
}

.CollapseForm {
  padding: 18px 20px 10px;
  border-bottom: 1px solid #d9d9d9;
  transition: all 1s;
}
.CollapseForm li {
  list-style: none;
}
.CollapseForm li input[type=checkbox] {
  display: none;
}
.CollapseForm li input[type=checkbox]:checked + label + .Content {
  max-height: 100px;
}
.CollapseForm .Content {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
  margin: 7px 0 0;
}
.CollapseForm .Content .Icons{
  display: flex;
  padding: 8px 0;
  
}
.CollapseForm .Content .Content-Modal{
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 8px;
  border-radius: 5px;
  border: 1px solid #ff707042;
  color: #000000be;
  background-color: #fff;
  transition: all 0.3s;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.Content-Modal .Button{
  cursor: pointer;
  padding: 0 6px;
}

.Content-Modal .bi-x{
  font-size: 19px;
  cursor: pointer;
  height: 23px;
  width: 23px;
  display: grid;
  place-content: center;
  color: #fff;
  background-color: #ff7070;
  transition: all 1s;
}
.Content-Modal .bi-x-lg:active ,.Button:active{
  transform: scale(0.9);
}
.CollapseForm .Content .Titr {
  color: #adadad;
  text-shadow: 1px 1px 1px #fff;
  transition: all 1s;
}

.Form-Label {
  position: absolute;
  font-size: 12px;
  top: -10px;
  padding: 0 6px;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
  background-color: #ebebeb;
  cursor: default;
  transition: all 1s;
}
.Btn-Loading {
  background-color: #949393;
  padding-left: 40px !important;
}
.Btn-Loading:hover {
  background-color: #949393 !important;
}
.Btn-Loading:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 30px;
  top: 49%;
  width: 0px;
  height: 0px;
  margin-top: -2px;
  border: 2px solid rgba(255,255,255,0.5);
  border-left-color: #FFF;
  border-top-color: #FFF;
  animation: spin .6s infinite linear, grow .3s forwards ease-out;
}

.Install-Notification {
  width: 310px;
  display: flex;
  align-items: center;
  max-width: 300px;
  text-align: center;
  position: absolute;
  top: -100%;
  left: 10px;
  border-radius: 16px;
  padding: 15px;
  border: 1px solid #ebebeb;
  background: linear-gradient(-35deg, #cecece, #dfdddd);
  box-shadow: 4px 4px 35px rgba(189, 189, 189, 0.8901960784);
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
}

.Install-Notification .bi-x-circle-fill {
  position: absolute;
  top: 17px;
  left: 16px;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 10px;
  background-color: #fff;
}

.Install-Notification .icon-Aim {
  width: 55px;
  height: 55px;
  font-size: 29px;
  border-radius: 14px;
  box-shadow: 2px 2px 10px rgba(43, 43, 43, 0.1843137255);
  color: #ff0000;
  background: linear-gradient(-45deg, #e2e2e2, #fff);
  border: 1px solid rgba(255, 255, 255, 0.7333333333);
}

.Install-Notification .Btn-White {
  padding: 1px 13px;
  margin: 0;
  margin-bottom: 2px;
  border: 1px solid rgba(65, 65, 65, 0.2470588235);
}

.Install-Notification .Muted {
  font-size: 11px;
  color: #00000057;
}

.Install-Notification .Text-Black{
  color: #000!important;
}

.Show-Notify{
  top: 10px;
  visibility: visible;
  opacity: 1;
}

@keyframes spin { 
  to {
      transform: rotate(359deg);
  }
}
@keyframes grow { 
  to {
      width: 14px;
      height: 14px;
      margin-top: -8px;
      left: 13px;
  }
}

/* date-picker */
.Date-Picker{
  padding: 15px 18px;
  border-radius: 15px !important;
  color: lighten(#000,30);
  position: absolute;
  top: 30px;
  right: -5px;
  width: 320px;
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;

  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 100;

  @media (max-width:340px) {
    width: 300px;
  }
}
.Date-Picker .Months{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(55px, 1fr));
  gap: 10px;
}

.Date-Picker .Months .Month{
  display: grid;
  place-content: center;
  padding: 3px ;
  border: 1px solid #00000025;
  border-radius: 10px;
  font-size: 12px;
  cursor: pointer;
}
.Date-Picker .Months .Month:active{
  transform: scale(0.9);
}
.Date-Picker .Months .Active{
    background-color: #c5c5c550;
    border-color:#00000080 ;
}

.Date-Picker .bi {
  display: inline-block;
  font-size: 13px !important;
  height: fit-content;
  width: fit-content;
  color: #00000088;
  border: unset;
  cursor: pointer;
}
.Date-Picker .bi:active{
  transform: scale(0.9);
}


.Date-Picker .Year{
  color: #141414;
}
.Date-Picker .Btn{
  border-radius: 10px;
  padding: 3px 18px;
  margin: 0;
}
.Date-Picker .Btn-Blue {
  border: 1px solid #ffffff3f;
  background-color: #217aff;
  color: #fff;
}
.Date-Picker .Btn-Blue:hover {
  background-color: #025ce2;
}

.Gap-10{gap: 10px;}
/*# sourceMappingURL=main.css.map */