@font-face {
  font-family: "IranYekan";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/yekan/eot/iranyekanwebboldfanum.eot);
  src: url(../fonts/yekan/eot/iranyekanwebboldfanum.eot?#iefix) format("embedded-opentype"),
    url(../fonts/yekan/woff/iranyekanwebboldfanum.woff) format("woff"),
    url(../fonts/yekan/ttf/iranyekanwebboldfanum.ttf) format("truetype");
}

@font-face {
  font-family: "Nastaliq";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/nn.ttf);
}

@font-face {
  font-family: "IranYekan";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/yekan/eot/iranyekanwebextraboldfanum.eot);
  src: url(../fonts/yekan/eot/iranyekanwebextraboldfanum.eot?#iefix) format("embedded-opentype"),
    url(../fonts/yekan/woff/iranyekanwebextraboldfanum.woff) format("woff"),
    url(../fonts/yekan/ttf/iranyekanwebextraboldfanum.ttf) format("truetype");
}

@font-face {
  font-family: "IranYekan";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/yekan/eot/iranyekanweblightfanum.eot);
  src: url(../fonts/yekan/eot/iranyekanweblightfanum.eot?#iefix) format("embedded-opentype"),
    url(../fonts/yekan/woff/iranyekanweblightfanum.woff) format("woff"),
    url(../fonts/yekan/ttf/iranyekanweblightfanum.ttf) format("truetype");
}

@font-face {
  font-family: "IranYekan";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/yekan/eot/iranyekanwebmediumfanum.eot);
  src: url(../fonts/yekan/eot/iranyekanwebmediumfanum.eot?#iefix) format("embedded-opentype"),
    url(../fonts/yekan/woff/iranyekanwebmediumfanum.woff) format("woff"),
    url(../fonts/yekan/ttf/iranyekanwebmediumfanum.ttf) format("truetype");
}

@font-face {
  font-family: "IranYekan";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/yekan/eot/iranyekanwebregularfanum.eot);
  src: url(../fonts/yekan/eot/iranyekanwebregularfanum.eot?#iefix) format("embedded-opentype"),
    url(../fonts/yekan/woff/iranyekanwebregularfanum.woff) format("woff"),
    url(../fonts/yekan/ttf/iranyekanwebregularfanum.ttf) format("truetype");
}

body {
  font-family: "IranYekan";
}

a,
a:hover {
  text-decoration: none;
}

.main-body {
  padding-top: 120px;
  min-height: 89.5vh;
}

header nav {
  min-height: 120px;
  background-color: #ff9000;
  padding: 0px 48px !important;
}

header .header-container {
  gap: 14px;
}

.iran-flag {
  position: absolute;
  right: -2%;
  top: 0;
}

.header-inner-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 24px;
}

.site-name {
  font-size: 1.1vw;
}

.custom-btn {
  min-height: 48px;
  min-width: 115px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 16px;
  gap: 12px;
  isolation: isolate;
  border-radius: 20px;
  border: none;
  color: white;
  transition: 0.5s ease-out;
  font-size: 14px;
}

.custom-btn:hover {
  background-position: right;
}

.custom-btn svg {
  stroke: white;
}

.btn-login {
  background: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0.3) 50%) left;
  background-size: 200%;
  font-size: 0.9vw;
}

.btn-login:hover svg {
  stroke: #4d96da;
}

.btn-login:hover {
  color: #4d96da;
}

.dir-rtl {
  direction: rtl;
}

.btn-header {
  min-width: 0;
  background: linear-gradient(to left,
      rgba(255, 255, 255, 0.3) 49%,
      rgba(255, 255, 255, 0) 50%) left;
  background-size: 200%;
  font-size: 0.9vw;
}

.btn-header svg {
  display: none;
}

.btn-header:hover svg {
  display: block;
  stroke: white;
}

.btn-header:hover {
  color: white;
}

.btn-header.active svg {
  display: block;
  stroke: #4d96da;
}

.btn-header.active {
  background: white;
  color: #4d96da;
}

.btn-header {
  display: flex;
  justify-content: start !important;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  border: 2px solid white;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 70px !important;
  right: auto;
  color: white !important;
}

.swipper-buttons {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08), 0px 10px 99px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
  width: 64px !important;
  height: 64px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 70px !important;
  left: auto;
  color: white !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 23px !important;
}

.hero-inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  gap: 24px;
  position: absolute;
  max-width: 607px;
  height: 100%;
  right: 15%;
  top: 0px;

  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
  color: white;
  direction: rtl;
}

h4 {
  font-weight: bold;
}

p {
  text-align: justify;
}

h5 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 600;
}

.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.btn-general {
  background: linear-gradient(to left,
      #ff9000d8 50%,
      rgba(243, 185, 61, 0.2) 50%) left;
  background-size: 200%;
  color: #ff9000;
}

.btn-general svg {
  stroke: #ff9000;
}

.btn-general:hover {
  color: white;
}

.btn-general:hover svg {
  stroke: white;
}

.btn-general2 {
  background: linear-gradient(to left,
      #00e1ffd8 50%,
      rgba(61, 191, 243, 0.2) 50%) left;
  background-size: 200%;
  color: #00b7ff;
}

.btn-general2 svg {
  stroke: #00d9ff;
}

.btn-general2:hover {
  color: white;
}

.btn-general2:hover svg {
  stroke: white;
}

.announcement-item {
  display: flex;
  flex-direction: column;
  min-height: 258px;
  width: 100%;
  padding: 16px;
  padding-right: 24px;
  overflow: hidden;
  padding-bottom: 0 !important;

  /* White */

  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(10, 50, 86, 0.1);
  border-radius: 13px;
  cursor: pointer;
}

.announcement-item:hover .custom-btn,
.blog-item:hover .custom-btn {
  background-position: right;
  color: white;
}

.announcement-item:hover .custom-btn svg,
.blog-item:hover .custom-btn svg {
  stroke: white;
}

.announcement-item:hover p,
.blog-item:hover p {
  height: 120px;
}

.announcement-item p,
.blog-item p {
  height: 90px;
  transition: 0.5s ease-out;
}

.icon-holder {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 1px;
}

.icon-holder.blue {
  background-color: #3d9df3;
}

.icon-holder.red {
  background-color: #ff4b4b;
}

.icon-holder.yellow {
  background-color: #ffaa00;
}

.announcement-item .footer,
.blog-item .footer {
  background-color: white;
  padding-bottom: 14px;
}

.home-license-img {
  width: 100%;
  border-radius: 20px;
  max-height: 415px;
}

.mw-100 {
  max-width: 100%;
}

.blog-item {
  display: flex;
  flex-direction: column;
  max-height: 580px;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(10, 50, 86, 0.1);
  border-radius: 13px;
  overflow: hidden;
  cursor: pointer;
}

.blog-item .image {
  max-height: 306px;
}

.layout-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 48px;
  height: 84px;

  /* Navy Blue */

  background: #163f84;

  /* Inside auto layout */

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  color: white;
}

.auth-container {
  min-height: 77vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/auth_bg.png");
}

.auth-holder {
  display: flex;
  flex-direction: row;
  padding: 0px;

  width: 954px;
  min-height: 592px;
  filter: drop-shadow(0px 3px 56px rgba(10, 50, 86, 0.2));
  box-shadow: 0px 3px 56px rgba(10, 50, 86, 0.2);
  border-radius: 20px;
  overflow: hidden;
}

.auth-image {
  width: 100%;
  height: 100%;
}

.auth-holder h5 {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;

  text-transform: uppercase;

  color: #ff9000;
}

.auth-input-holder {
  background: #ffffff;
  padding: 48px !important;
  gap: 32px;
}

.auth-input {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 16px;
  height: 50px;
  width: 100%;

  /* Input */
  background: #e0e7f5;
  border-radius: 20px !important;
  border: none !important;
  /* Inside auto layout */

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.search-wrapper {
  background: #e0e7f5;
  border-radius: 20px !important;
  border: none !important;
  min-height: 50px !important;
}

.inline-input {
  background: #e0e7f5;
  border-radius: 20px;
  border: none;
  padding: 0px 16px;
  height: 50px;
  text-align: center;
}

.rank-label {
  width: 70px;
}

.refresh-btn {
  padding: 8px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 3px 10px rgba(10, 50, 86, 0.12);
  border-radius: 20px;
  align-self: center;
  flex: none;
  order: 1;
  flex-grow: 0;
  cursor: pointer;
}

.refresh-btn img {
  padding-right: 1px;
}

#canv {
  border-radius: 13px;
}

#IranMap .show-title {
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  margin: 0 !important;
  padding: 0 5px;
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  opacity: 0.8;
}

.w-140 {
  width: 140px;
}

#IranMap .border path,
#IranMap .island path {
  fill: #fff;
}

#IranMap .province path {
  fill: #ebebeb;
}

#IranMap .sea path,
#IranMap .lake path {
  fill: #6caed8;
}

#IranMap .province path:hover {
  fill: #ff9000;
  cursor: pointer;
}

#IranMap .province path.active {
  fill: #ff9000;
  cursor: pointer;
}

.nested-input label {
  color: #a2a6af;
}

.nested-input select {
  background: none;
  border: none !important;
  cursor: pointer;
  width: 100%;
  text-align: end;
  outline: 0px;
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
}

.counseling-tables thead tr th {
  background: #ff9000;
  border: 1px solid white;
  color: white;
}

.counseling-tables {
  border-collapse: collapse;
  border-radius: 20px 20px 0px 0px;
  table-layout: fixed;
}

.counseling-tables th {
  border-left: 1px solid #dee2e6 !important;
  font-size: 14px;
  vertical-align: middle !important;
  text-align: center;
}

.counseling-tables td {
  border-left: 1px solid #d3e3f7 !important;
}

.counseling-tables .no-border {
  border-left: none !important;
  border-radius: 20px 0 0 0;
}

.counseling-tables .first-border {
  border-radius: 0 20px 0 0;
}

.table-holder {
  width: 100%;
  overflow-x: auto;
}

.table td,
.table th {
  vertical-align: middle !important;
  text-align: center;
}

.counseling-tables tbody tr:nth-of-type(2n) {
  background-color: #f4f6f9;
}

.counseling-tables.no-color tbody tr {
  background-color: transparent !important;
}

.counseling-tables .centered-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-13 {
  font-size: 13px;
}

.btn-pagination {
  min-width: 50px;
  height: 50px;
  border-radius: 20px;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer;
}

.btn-pagination.active {
  background: #1c83e1;
  color: white;
  pointer-events: none;
}

.btn-pagination.disable {
  cursor: none;
  background: #e0e7f5;
  color: #bfc5d3;
  pointer-events: none;
}

.counseling-center-license {
  padding: 16px 24px;
  gap: 16px;
  background: #e0e7f5;
  color: #bfc5d3;
  border-radius: 20px;
}

.counseling-center-license img {
  display: none;
}

.counseling-center-license.active img {
  display: initial;
}

.counseling-center-license.active {
  background: #00b11d;
  color: white;
  box-shadow: 0px 3px 16px rgba(10, 50, 86, 0.2);
}

.counseling-center-license.rejected {
  background: #b10000;
  color: white;
  box-shadow: 0px 3px 16px rgba(10, 50, 86, 0.2);
}

.counseling-details-table {
  border-collapse: collapse;
  border-radius: 20px;
  overflow: hidden;
}

.counseling-details-table td {
  border: none;
}

.counseling-details-table .title {
  background-color: #1c83e1;
  color: white;
}

.counseling-details-table tbody tr:nth-of-type(2n + 1) {
  background-color: #f4f6f9;
}

.counseling-details-table tbody tr:nth-of-type(2n + 1) .title {
  background-color: #3d9df3;
}

#navbarCollapse {
  width: 80%;
  padding-right: 11%;
}

.navbar-expand-md .navbar-toggler {
  display: initial;
}

.jomhori-logo {
  position: absolute;
  right: 3px;
  top: 1px;
  width: 126px;
}

.admin-header .jomhori-logo {
  position: absolute;
  right: 24px;
  top: 7px;
  width: 170px;
}

.table-title-150 {
  min-width: 150px;
}

.service-select-item {
  background-color: #f0f0f0;
  border-radius: 10px;
  margin: 8px;
  padding: 12px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.service-select-item img {
  height: 150px;
}

.steps .wing {
  background-color: rgba(107, 114, 128, 0.8);
}

.steps .passed .right-wing,
.steps .passed .left-wing {
  background-color: rgba(35, 204, 0, 0.9);
}

.steps .current .left-wing {
  background-color: rgba(35, 204, 0, 0.9);
}

.steps .icon-holder {
  background-color: rgba(107, 114, 128, 0.8);
  border-radius: 50%;
  border: 2px solid white;
}

.steps .current .icon-holder {
  background-color: rgb(0, 104, 201);
  border-radius: 50%;
  border: 2px solid white;
}

.steps .passed .icon-holder {
  background-color: rgba(35, 204, 0, 0.9);
  border-radius: 50%;
  border: 2px solid white;
}

.steps .svg {
  width: 35px;
  height: 35px;
  padding: 6px;
}

.store-button {
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #dbdbdb7a;
  cursor: pointer;
}

.h-1 {
  height: 0.25rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.cutom-label {
  padding-right: 16px;
  font-size: 14px;
}

.tab-holders {
  min-height: 53.5vh;
}

.required {
  color: red;
}

.hidden {
  display: none;
}

.filename {
  overflow: scroll;
  width: 69%;
}

.cursor-pointer {
  cursor: pointer;
}

.custom-switch {
  border: 1px solid gray;
  height: 45px;
  border-radius: 18px;
  width: 220px;
  padding: 0;
  overflow: hidden;
}

.custom-switch div {
  cursor: pointer;
  height: 100%;
}

.custom-switch div.active {
  background-color: #ff9000;
  color: white;
}

.custom-switch div:hover {
  background-color: #ff9000;
  color: white;
}

.licnese-print {
  /* margin-left: 100px; */
  position: relative;
  font-weight: bold;
}

.licnese-print img {
  width: 100%;
  z-index: 5;
}

.license-number {
  position: absolute;
  z-index: 4;
  top: 12%;
  right: 7%;
}

.license-header {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  top: 12%;
}

.license-body {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 270px;
  padding-right: 9%;
  padding-left: 17%;
  text-align: center;
}

.license-body .table,
.license-body th,
.license-body td {
  background-color: transparent !important;
}

.license-footer {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  top: 68%;
  width: 100%;
  padding-right: 9%;
  padding-left: 9%;
  text-align: center;
}

.license-footer img {
  width: 170px;
}

.f-bold {
  font-weight: bold;
}

.agreement-holder {
  border: 1px solid gray;
  padding: 12px;
  border-radius: 12px;
}

/*.services-holder {*/
/*  min-height: 63.4vh;*/
/*}*/

.section-height {
  min-height: 63.4vh;
}

.danger-btn {
  background: linear-gradient(to left, #ff4b4b 50%, rgba(255, 75, 75, 0.2) 50%) left;
  background-size: 200%;
  color: #ff4b4b;
}

.sucsess-btn {
  background: linear-gradient(to left, #4bff96 50%, rgba(90, 255, 75, 0.2) 50%) left;
  background-size: 200%;
  color: #023302;
}

.danger-btn:hover {
  color: white;
}

.rules-holder {
  border-radius: 20px;
  overflow: hidden;
}

.rules-holder div {
  padding: 16px;
  background-color: #fafafa;
}

.rules-holder div:nth-of-type(2n) {
  background-color: #f4f6f9;
}

.contact-holder {
  background: #fafafa;
  border-radius: 20px;
  padding: 24px;
}

.contact-holder .phone {
  background: rgba(0, 181, 94, 0.2);
  border-radius: 20px;
  color: #00b55e;
  padding: 14px 16px;
}

.contact-holder .fax {
  background: rgba(0, 163, 153, 0.2);
  border-radius: 20px;
  color: #00a399;
  padding: 14px 16px;
}

.accordion {
  border: none !important;
}

.accordion__item {
  background: #fafafa;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 14px;
}

.accordion__button {
  color: black;
  cursor: pointer;
  padding: 24px;
  width: 100%;
}

.accordion__button::before {
  display: none !important;
}

.accordion__panel {
  padding: 24px;
}

.accordion-img {
  width: 30px;
  height: 30px;
}

.w-80 {
  width: 80%;
}

.w-20 {
  width: 20%;
}

.mw-100 {
  max-width: 100% !important;
  min-width: auto;
}

.filepond--drop-label {
  font-family: "IranYekan" !important;
}

.h-100v {
  min-height: 100vh;
}

.h-full {
  min-height: 70vh;
}

.ps-sidebar-container {
  color: white;
}

.ps-sidebar-container ul {
  background-color: #ff9000 !important;
}

.ps-sidebar-container a:hover {
  background: #fcb75c !important;
}

aside {
  background-color: #ff9000 !important;
  height: 93.8vh !important;
  margin-top: 60px;
  padding-top: 150px;
}

.css-8i0j0q {
  background-color: transparent !important;
}

.css-dip3t8 {
  background-color: transparent !important;
}

.ps-menu-root {
  margin-bottom: 70px !important;
}

.DatePicker__input {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 16px;
  height: 50px;
  width: 100% !important;

  /* Input */
  background: #e0e7f5 !important;
  border-radius: 20px;
  border: none;
  /* Inside auto layout */

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  font-size: 16px !important;
  border: none !important;
}

.DatePicker {
  width: 100%;
}

.text-end {
  text-align: end;
}

.leaflet-container {
  min-height: 300px;
}

.Toastify__toast {
  font-family: "IranYekan" !important;
}

.inner-input {
  width: 100%;
  background-color: transparent;
  border: none;
  text-align: center;
}

.inner-input:focus {
  outline: none !important;
}

.border-end {
  border-right: 1px solid black;
}

.read-only:focus {
  outline: none;
}

.step-counseling .passed .right-wing,
.step-counseling .passed .left-wing {
  background-color: #f26c4f;
}

.step-counseling .current .left-wing {
  background-color: #f26c4f;
}

.step-counseling .current .icon-holder {
  background-color: #f26c4f;
}

.step-acceleration .passed .right-wing,
.step-acceleration .passed .left-wing {
  background-color: #8560a8;
}

.step-acceleration .current .left-wing {
  background-color: #8560a8;
}

.step-acceleration .current .icon-holder {
  background-color: #8560a8;
}

.step-shared_space .passed .right-wing,
.step-shared_space .passed .left-wing {
  background-color: #3cb878;
}

.step-shared_space .current .left-wing {
  background-color: #3cb878;
}

.step-shared_space .current .icon-holder {
  background-color: #3cb878;
}

.step-cafe .passed .right-wing,
.step-cafe .passed .left-wing {
  background-color: #448ccb;
}

.step-cafe .current .left-wing {
  background-color: #448ccb;
}

.step-cafe .current .icon-holder {
  background-color: #448ccb;
}

.profile-aside {
  width: 23%;
  position: fixed;
}

.profile-main {
  margin-right: 25%;
  width: 74%;
  min-height: 411px;
}

.profile-section-holder {
  border: 1px solid gray;
  border-radius: 12px;
  padding: 14px;
  overflow: hidden;
}

.license-image-holder {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}

.license-image-holder img {
  position: absolute;
}

.service-select-item {
  transition-property: transform;
  transition-duration: 1s;
}

.service-select-item span {
  position: absolute;
  bottom: 15px;
}

.service-select-item .main-img-active {
  display: none;
}

.service-select-item .frame-active {
  display: none;
}

.service-select-item.selectable {
  cursor: pointer;
}

.service-select-item.selectable:hover .main-img {
  display: none;
}

.service-select-item.selectable:hover .frame {
  display: none;
}

.service-select-item.selectable:hover .main-img-active {
  display: block;
}

.service-select-item.selectable {
  color: black;
}

.service-select-item.selectable:hover .frame-active {
  display: block;
  animation-name: rotate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.service-select-item.active .main-img {
  display: none;
}

.service-select-item.active .frame {
  display: none;
}

.service-select-item.active .main-img-active {
  display: block;
}

.service-select-item.active .frame-active {
  display: block;
  animation-name: rotate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.user-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.profile-aside-holder {
  display: flex;
  align-items: center;
  padding-left: 27px;
  padding-right: 27px;
  cursor: pointer;
}

.profile-aside-holder:hover {
  background: #f5f5f5;
}

.profile-aside-holder:hover .profile-asite-item {
  color: rgb(51, 51, 51);
}

.profile-aside-holder.active {
  background: #f5f5f5;
}

.profile-aside-holder.active .profile-asite-item {
  color: rgb(51, 51, 51);
}

.profile-asite-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  padding-top: 14px;
  padding-bottom: 14px;
  cursor: pointer;
  color: #848484;
}

.aside-height {
  /* max-height: 57vh; */
  overflow: auto;
  background-color: white;
}

.filepond--credits {
  display: none;
}

.mw-auto {
  min-width: auto;
}

textarea.auth-input {
  padding-top: 14px;
  padding-bottom: 14px;
}

.report-item-holder {
  padding: 9px;
  background-color: #ffffffb0;
  border-radius: 8px;
}

.checkbox-holder {
  border: 1px solid rgb(181, 181, 181);
  border-radius: 12px;
  padding: 24px;
}

.modal-body {
  max-height: 70vh;
  overflow: auto;
}

.my-dropdown {
  position: relative;
}

.my-dropdown-menu {
  position: absolute;
  list-style-type: none;
  margin: 5px 0;
  padding: 0;
  min-width: 200px;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  z-index: 9999;
}

.my-dropdown .menu-item {
  border-bottom: 1px solid rgb(241, 241, 241);
}

.my-dropdown .menu-item:hover {
  background-color: #ececec;
}

.my-dropdown .menu-item a {
  padding: 12px;
  display: block;
  width: 100%;
  color: black;
}

.swal2-html-container {
  overflow: visible !important;
}

.js-nav {
  color: white;
  text-decoration: none;
  position: absolute;
  left: 2em;
}

.StreamsHero-image,
.landing-header {
  /* Wave Color */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#59adeb+0,42c2b5+52,34ce93+100 */
  background: #53b2dd;
  /* Old browsers */
  /* background: -moz-linear-gradient(
    -45deg,
    #59adeb 0%,
    #42c2b5 52%,
    #34ce93 100%
  ); */
  /* FF3.6-15 */
  /* background: -webkit-linear-gradient(
    -45deg,
    #59adeb 0%,
    #42c2b5 52%,
    #34ce93 100%
  ); */
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(135deg, #59adeb 0%, #42c2b5 52%, #34ce93 100%); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#59adeb', endColorstr='#34ce93', GradientType=1); */
  /* IE6-9 fallback on horizontal gradient */
  /* background-size: 350% 350%; */
  /* animation: waveColors 8s ease infinite; */
  /* End Wave Color */
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.StreamsHero-header {
  color: #fff;
  font-weight: 200;
  line-height: 48px;
  margin-bottom: -5px;
  font-size: 32px;
}

.StreamsHero-blurb {
  color: #fff;
  font-size: 21px;
  font-weight: 200;
  line-height: 28px;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  transition: opacity 300ms linear;
  padding-bottom: 2em;
}

.StreamsHero-buttonContainer {
  color: #fff;
  margin: 0 auto;
  padding-top: 1.5em;
  padding-bottom: 1em;
  text-align: right;
  width: 95%;
}

.StreamsHero-buttonContainer .Button {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 16px;
  font-weight: 200;
  padding: 10px 35px;
}

.StreamsHero-buttonContainer .Button.StreamsLogin {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid transparent;
}

.StreamsHero-buttonContainer .Button:hover,
.StreamsHero-buttonContainer .Button:focus {
  background: #fff;
  color: #1da1f2;
}

.home-hero-holder {
  position: relative;
  height: 62vh;
  margin-top: 170px;
}

/* Animation Wave Color */

@-webkit-keyframes waveColors {
  0% {
    background-position: 0% 7%;
  }

  50% {
    background-position: 100% 94%;
  }

  100% {
    background-position: 0% 7%;
  }
}

@keyframes waveColors {
  0% {
    background-position: 0% 7%;
  }

  50% {
    background-position: 100% 94%;
  }

  100% {
    background-position: 0% 7%;
  }
}

.home-slider .service-select-item {
  background: transparent;
}

.hide-header {
  display: none;
}

.sections {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.section-holder {
  min-height: 100vh;
  position: relative;
  height: 100vh;
}

.content-padding {
  padding-left: 48px;
  padding-right: 48px;
}

.my-pointer {
  cursor: pointer;
}

.section-divider {
  height: 6vh;
}

.inner1 {
  transition-duration: 1500ms;
  transition-property: transform;
}

.home-btn {
  background-color: #00000091;
  width: 45px;
  padding: 10px;
  border-radius: 50%;
  position: fixed;
  z-index: 10;
  top: 100px;
  right: 5%;
  cursor: pointer;
}

.back-btn {
  background-color: #00000091;
  width: 45px;
  padding: 10px;
  border-radius: 50%;
  position: fixed;
  z-index: 10;
  top: 150px;
  right: 5%;
  transform: rotate(180deg);
  cursor: pointer;
}

.next-btn {
  background-color: #00000091;
  width: 45px;
  padding: 10px;
  border-radius: 50%;
  position: fixed;
  z-index: 10;
  top: 200px;
  right: 5%;

  cursor: pointer;
}

.h-100v {
  height: 100vh;
}

.next-section-btn {
  height: 6vh;
  position: absolute;
  bottom: 0;
}

.next-section-btn svg {
  position: absolute;
  animation: MoveUpDown 1.5s linear infinite;
}

@keyframes MoveUpDown {

  0%,
  100% {
    bottom: 10px;
  }

  50% {
    bottom: 30px;
  }
}

.g4b-text {
  width:700px;
  background: rgba(170, 216, 241, 0.25);
  padding: 24px;
}

.g4b-text p {
  color: #67a0bf;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.g4b-holder {
  background: #f0f0f0;
}

.g4b-image {
  max-height: 230px;
}

.g4b-backgound {
  position: absolute;
  height: 100vh;
  left: -20%;
}

.g4b-button {
  background: #be1e2d;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border: none;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: white;
  border-radius: 12px;
}

.g4b-button:hover {
  background: #f7b670;
  color: blue;
}

.confirm-button {
  background: #1e76be;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border: none;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: white;
  border-radius: 12px;
}

.confirm-button:hover {
  background: #f7b670;
  color: rgb(43, 43, 221);
}



.section_2_3 {
  background-image: url("../images/auth_bg.png");
}

.hero-person {
  width: 30%;
  height: 100%;
  padding-top: 120px;
}

.hero-person img {
  max-width: 100%;
  max-height: 100%;
}

.hero-light {
  max-width: 100%;
  max-height: 100%;
}

.StreamsHero-image nav {
  display: flex !important;
  direction: ltr;
}

.StreamsHero-image .ja-img {
  display: block;
  position: fixed;
  z-index: 999;
  height: 180px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.fixed-heade-home {
  top: 180px;
}

.right-person {
  display: flex;
  justify-content: end;
}

.left-person {
  display: flex;
  justify-content: start;
}

.light-holder {
  width: 40%;
  height: 100%;
  padding-bottom: 120px;
}

/* .last-section{
  overflow: scroll;
  height: 100vh;
} */
.last-section footer {
  position: absolute;
  display: flex;
  bottom: 0;
  width: 100%;
  /* height: 300px; */
}

.section-holder .row {
  overflow: auto;
}

.last-section .row {
  min-height: 65vh;
  overflow: auto;
}

.white-next-btn .next-section-btn {
  background-color: white;
}

.react-tabs__tab--selected {
  background: #ff9000 !important;
  border-color: #aaa;
  color: white !important;
  border-radius: 5px 5px 0 0;
}

.license-status-btn {
  border: 1px solid #ff9000;
  border-radius: 50%;
  padding: 4px;
  height: 20px;
  width: 20px;
  font-size: 12px;
  color: #ff9000;
  margin-left: 10px;
  cursor: pointer;
  font-weight: bold;
}

.sso-btn {
  height: 110px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sso-btn:hover {
  background-color: #188fff46;
}

.badge-bg-success {
  background-color: green;
  color: white;
  border-radius: 12px;
  margin-left: 6px;
  padding: 8px;
}

.complaint-chat-holder {
  max-width: 1200px;
  width: 95%;
  height: 60vh;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  border: 1px solid gainsboro;
  padding: 8px;
  overflow-y: auto;
  position: relative;
}

.your-message {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
}

.msg-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.your-message .msg-box {
  background-color: #163f84;
  color: white;
  padding: 8px;
  border-radius: 8px;
}

.their-message {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: end;
}

.their-message .msg-box {
  background-color: gainsboro;
  color: black;
  padding: 8px;
  border-radius: 8px;
}

.chat-input-section {
  position: absolute;
  bottom: 2px;
  width: 98%;
}

.chat-input {
  width: 100%;
  min-height: 70px;
  margin-left: 7px;
  border-radius: 12px;
  border: 1px solid gainsboro;
  padding: 4px;
}

.icon-btn {
  width: 50px;
  height: 50px;
  background: rgba(61, 157, 243, 0.2);
  border: none;
  border-radius: 23px;
  color: #163f84;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-btn.red {
  background-color: red;
  color: white;
}

.icon-btn.btn-light {
  background: rgba(233, 245, 255, 0.2);
  color: white;
}

.chat-attachment-holder {
  position: absolute;
  bottom: 50px;
  width: 100%;
  max-width: 330px;
  left: 90px;
  padding: 8px;
  background-color: white;
  border: 1px solid gainsboro;
  height: 180px;
  border-radius: 8px 8px 8px 0;
}

.chat-attachment-holder.hide {
  display: none;
}

.messages-list {
  height: 50vh;
  overflow-y: scroll;
}

.track-holder {
  background-color: gainsboro;
  padding: 10px;
  border-radius: 8px;
}

.chat-user-icon {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin-left: 12px;
}

.font-bold {
  font-weight: bold;
}

.fixed-heade-home .btn-header,
.fixed-heade-home .btn-login {
  font-size: 1.1vw;
}

.DatePicker__calendarContainer {
  bottom: 0 !important;
  z-index: 9999999 !important;
}

.help-icon {
  fill: #ff9000;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
}

.table-help-icon {
  fill: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
}

.tooltip-body {
  direction: rtl;
  font-family: 'IranYekan';
}

.tooltip-inner {
  max-width: 500px;
  /* If max-width does not work, try using width instead */
  width: 500px;
}

.fixed-top {
  z-index: 99999 !important;
}

.steps {
  overflow-y: auto;
}

.hero-logo {
  max-height: 360px;
}

.auth-image-holder {
  position: relative;
}

.auth-image-holder .auth-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.auth-image-holder .d-flex {
  position: relative;
  z-index: 9999;
  height: 100%;
}

.auth-image-logo {
  width: 270px;
}

.off-icon {
  width: 35px;
}

.counseling-tables {
  border-radius: 20px 20px 0 0;
  overflow: auto;
}

.counseling-tables thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.counseling-tables .table__sub-header {
  position: sticky;
  z-index: 1;
}

.filepond--root {
  margin-bottom: 0 !important;
}

.counseling-tables .box-border {
  border-left: 3px solid rgb(194, 218, 245) !important;
}

.scroll-to-top {
  left: 40px !important;
  right: 0;
  background-color: rgb(249, 232, 222) !important;
}

.sub-question {
  margin-right: 20px;
  font-size: 14px;
}

.knot{
  background-color: rgba(89, 156, 156, 0.466);
  width: 100%;
  height: 100%;
  position: absolute; 
  z-index: 1000;
  background-image: url('a.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  justify-content: center;
  align-items: center;
  cursor: url('2.png'), auto;
}


.flower{
  background-color: rgba(89, 156, 156, 0.466);
  width: 100%;
  height: 100%;
  position: absolute; 
  z-index: 1000;
  background-image: url('b.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  justify-content: center;
  align-items: center;
  cursor: url('2.png'), auto;
}


.custom-cursor{
    cursor: url('2.png'), auto;
}


.lights{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #00a399 !important;
  background-size: cover;
}

.bubble{
  background-color: rgba(0, 0, 0, 0);

  width: 50px;
  height: 50px;
  position: absolute; 
  z-index: 2000;
  background-color: red;
  background-position: center;
  justify-content: center;
  align-items: center;
}