@font-face {
  font-family: iransansXFaNum;
  src: url("./../fonts/IranSansX/Farsi-numerals/IRANSansXFaNum-Regular.ttf"), url("./../fonts/IranSansX/Farsi-numerals/IRANSansXFaNum-Bold.ttf");
}
body {
  direction: rtl;
  text-align: right;
}
body * {
  font-family: iransansXFaNum;
}

.k-btn-main, .k-btn-default, .k-btn-white-outline, .k-btn-main-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #fff;
  background-color: #4646BD;
  padding: 0.5rem 1.5rem;
  border-radius: 10px;
  border: 1px solid #4646BD;
  text-decoration: none;
}
.k-btn-main:hover, .k-btn-default:hover, .k-btn-white-outline:hover, .k-btn-main-outline:hover {
  color: #fff;
}

.k-link {
  color: #4646BD;
  text-decoration: none;
}

.k-btn-main-outline {
  background-color: #fff;
  color: #4646BD;
}
.k-btn-main-outline:hover {
  color: #4646BD;
}

.k-btn-white-outline {
  background-color: transparent;
  text-decoration: none;
  border: 1px solid #fff;
}
.k-btn-white-outline:hover {
  color: #fff;
}

.k-img-responsive {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.k-fs-14 {
  font-size: 14px !important;
}

header {
  background-color: #4646BD;
  height: 70px;
  display: flex;
  align-items: center;
}
header nav {
  width: 100%;
  padding: 0 !important;
}
header nav .nav-link {
  color: #fff;
  font-size: 14px;
}
header nav .nav-link:hover {
  color: #fff;
}

.k-toast {
  background: linear-gradient(90deg, #B8B8FF, #9393F6);
  align-items: center !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0;
  font-size: 13px;
}
.k-toast .k-btn-white-outline {
  padding: 0.2rem 0.5rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.navbar-toggler {
  font-size: 22px;
  color: #fff;
  padding: 0.25rem 0;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-brand img {
  height: 55px;
}

main {
  min-height: 400px;
}

label {
  display: grid;
  position: relative;
}
label span {
  display: inline-block;
  padding: 3px 10px;
  color: #6a6a6a;
  font-size: 14px;
}
label .k-select-btn,
label input,
label select,
label button:not(.k-btn-main):not(.k-btn-default):not(.k-btn-main-outline):not(.k-btn-white-outline) {
  height: 40px;
  background-color: #f5f5f5;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  font-size: 14px;
  padding: 0 10px;
  background-image: none !important;
  text-align: right;
}
label .k-select-btn:focus,
label input:focus,
label select:focus,
label button:not(.k-btn-main):not(.k-btn-default):not(.k-btn-main-outline):not(.k-btn-white-outline):focus {
  border-color: #4646BD;
  outline: none;
  box-shadow: none;
}
label select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
label i {
  position: absolute;
  left: 8px;
  bottom: 2px;
  font-size: 20px;
  pointer-events: none;
  color: #6a6a6a;
}

.k-form {
  box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.k-form h1 {
  font-size: 26px;
  text-align: center;
}
.k-form .k-form-div {
  padding-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 10px 30px;
}
@media screen and (max-width: 767px) {
  .k-form .k-form-div {
    grid-template-columns: 100%;
  }
}
.k-form .k-btn-main, .k-form .k-btn-default, .k-form .k-btn-main-outline, .k-form .k-btn-white-outline {
  width: 300px;
}
@media screen and (max-width: 400px) {
  .k-form .k-btn-main, .k-form .k-btn-default, .k-form .k-btn-main-outline, .k-form .k-btn-white-outline {
    width: 270px;
  }
}

.k-switch-page {
  text-align: center;
  font-size: 14px;
}

.k-select button {
  width: 100%;
  justify-content: space-between;
  color: #000;
}
.k-select button:hover {
  color: #000;
}
.k-select button::after {
  margin: 0;
  color: #6a6a6a;
}
.k-select ul {
  width: 100%;
  padding: 8px;
  text-align: right;
}
.k-select ul input {
  width: 100%;
}
.k-select ul li:not(:first-child) {
  padding: 5px 15px;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
footer p {
  text-align: center;
  font-size: 11px;
  margin: 0;
  padding-bottom: 5px;
}
footer p a {
  color: #fa6261;
  text-decoration: none;
}

.k-mh-100vh {
  min-height: 100vh;
}

.k-portal {
  display: grid;
  grid-template-columns: 270px auto;
}
@media screen and (max-width: 991px) {
  .k-portal {
    grid-template-columns: 230px auto;
  }
}
@media screen and (max-width: 767px) {
  .k-portal {
    grid-template-columns: 100%;
  }
}
.k-portal aside {
  width: 100%;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px 0 0 20px;
  padding: 30px;
  min-height: calc(100vh - 60px);
}
@media screen and (max-width: 767px) {
  .k-portal aside {
    display: none;
  }
}

.k-user-info {
  display: grid;
  justify-items: center;
  border-bottom: 1px solid #f5f5f5;
}
.k-user-info img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
  background-color: #f5f5f5;
}

.k-rightMenu {
  padding: 0;
  padding-top: 20px;
  list-style-type: none;
}
.k-rightMenu a {
  display: inline-block;
  padding: 5px 20px;
  color: #6a6a6a;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  transition: 0.3s;
}
.k-rightMenu a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background-color: #f5f5f5;
  transition: 0.3s;
}
.k-rightMenu a:hover {
  color: #4646BD;
}
.k-rightMenu a:hover::before {
  background-color: #4646BD;
}

.dropdown-toggle {
  color: #fff;
  background-image: none !important;
  display: flex;
  align-items: center;
}
.dropdown-toggle:hover {
  color: #fff;
}
.dropdown-toggle:focus {
  box-shadow: none;
}
.dropdown-toggle::after {
  content: "\e82e";
  font-family: jco-icon;
  border: 0;
  font-size: 20px;
}

.k-drop-menu a {
  text-align: right;
  font-size: 13px;
}

.k-wrapper {
  padding-bottom: 40px;
}
.k-wrapper .k-cap {
  padding: 10px 0;
  border-bottom: 1px solid rgba(106, 106, 106, 0.5);
  font-weight: bold;
}
.k-wrapper .k-wrapper-content {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  justify-content: center;
  padding: 20px 0;
  gap: 20px;
}
@media screen and (max-width: 450px) {
  .k-wrapper .k-wrapper-content {
    grid-template-columns: 100%;
  }
}
.k-wrapper .k-wrapper-content a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6a6a6a;
  background-color: #dadaf2;
  text-decoration: none;
  padding: 20px;
  border-radius: 20px;
  transition: 0.3s;
}
.k-wrapper .k-wrapper-content a:hover {
  background-color: #b5b5e5;
  color: #000;
}
.k-wrapper .nav-link {
  color: rgba(106, 106, 106, 0.8);
  font-size: 14px;
}
.k-wrapper .nav-link.active {
  background-color: transparent;
  color: #4646BD;
  font-weight: bold;
  background-color: #f5f5f5;
}
@media screen and (max-width: 575px) {
  .k-wrapper .nav-link {
    font-size: 12px;
  }
}

.k-project-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px 0;
}

.k-card {
  border: 1px solid rgba(106, 106, 106, 0.3);
  padding: 15px;
  border-radius: 15px;
  width: 100%;
}
.k-card h6 {
  margin-bottom: 15px;
}
.k-card p {
  margin: 0;
  font-size: 14px;
  color: #6a6a6a;
}
.k-card p span {
  color: #000;
}
.k-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.k-card .k-link {
  font-size: 14px;
  color: #b9b9b9;
}
.k-card .k-link:hover {
  color: #4646BD;
}

.k-project-details {
  padding: 30px 0;
}
.k-project-details h6 {
  margin-bottom: 15px;
}
.k-project-details span {
  color: #6a6a6a;
  font-size: 14px;
}
.k-project-details span span,
.k-project-details span time {
  color: #000;
}
.k-project-details div {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, auto);
}
@media screen and (max-width: 1150px) {
  .k-project-details div {
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (max-width: 600px) {
  .k-project-details div {
    grid-template-columns: auto;
  }
}

.k-text-error {
  color: #ff1a4a !important;
}

.k-text-success {
  color: #2d8d79 !important;
}

.k-text-unknown {
  color: #fbb845 !important;
}

.k-select {
  font-size: 14px;
}
.k-select li {
  font-size: 14px;
  padding: 5px 10px;
  background-color: #fff;
}
.k-select li:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}
.k-select li:first-child i {
  right: 10px;
  left: auto;
  top: 10px;
  display: flex;
}
.k-select li:first-child input {
  height: 35px;
  padding-right: 30px;
}
.k-select ul {
  max-height: 150px;
  overflow-y: scroll;
  padding: 0 !important;
}

.k-search-engineer {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-end;
}
.k-search-engineer label {
  width: 180px;
}
.k-search-engineer label:first-child {
  width: 240px;
}

.k-select-owner-type {
  display: flex;
  flex-wrap: wrap;
}
.k-select-owner-type p {
  width: 100%;
  margin-bottom: 5px;
  color: #6a6a6a;
}
.k-select-owner-type label {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 30px;
}

.k-real,
.k-legal {
  display: none;
}

.k-sign-label {
  width: 300px;
  margin: 0;
  font-size: 14px;
}

.k-number-box {
  position: relative;
  width: 330px;
}
.k-number-box .k-step-one {
  display: grid;
  gap: 10px;
  font-size: 14px;
}
.k-number-box > button {
  width: 60px;
  height: 40px;
  border: 0;
  border-right: 1px solid rgba(106, 106, 106, 0.3);
  background-color: transparent;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6a6a6a;
  position: absolute;
  top: 5px;
  left: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.k-number-box > input {
  flex: 1;
  padding: 0 10px;
  border: 1px solid rgba(106, 106, 106, 0.3);
  border-radius: 5px;
  height: 50px;
  width: 330px;
  transition: all 0.3s;
}
.k-number-box > input:not(:-moz-placeholder-shown) {
  border-color: #4646BD;
}
.k-number-box > input:not(:-ms-input-placeholder) {
  border-color: #4646BD;
}
.k-number-box > input:not(:placeholder-shown) {
  border-color: #4646BD;
}
.k-number-box > input:not(:-moz-placeholder-shown) ~ button {
  pointer-events: all;
  color: #4646BD;
  border-right-color: rgba(70, 70, 189, 0.5);
}
.k-number-box > input:not(:-ms-input-placeholder) ~ button {
  pointer-events: all;
  color: #4646BD;
  border-right-color: rgba(70, 70, 189, 0.5);
}
.k-number-box > input:not(:placeholder-shown) ~ button {
  pointer-events: all;
  color: #4646BD;
  border-right-color: rgba(70, 70, 189, 0.5);
}
.k-number-box > input::-moz-placeholder {
  font-size: 14px;
}
.k-number-box > input:-ms-input-placeholder {
  font-size: 14px;
}
.k-number-box > input::placeholder {
  font-size: 14px;
}
.k-number-box > input.k-deActive {
  border: 1px solid rgba(106, 106, 106, 0.3);
  pointer-events: none;
}
.k-number-box > input.k-deActive ~ button {
  pointer-events: none;
  color: #6a6a6a;
  border-right-color: rgba(106, 106, 106, 0.3);
}
@media screen and (max-width: 340px) {
  .k-number-box > input {
    width: 275px;
  }
}

.k-code-box {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  border-radius: 5px;
  transition: all 0.3s;
  padding: 10px 0;
  z-index: -99;
  display: none;
}
.k-code-box > div:first-child {
  padding: 10px 0;
  display: grid;
  align-items: center;
  justify-content: center;
  justify-items: center;
  border-radius: 5px;
  gap: 15px;
}
.k-code-box > div:first-child p {
  font-size: 14px;
  margin-bottom: 0;
}
.k-code-box.on {
  display: block;
}
.k-code-box button {
  width: 60px;
  height: 40px;
  background-color: transparent;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(106, 106, 106, 0.6);
  pointer-events: none;
  border: 1px solid rgba(106, 106, 106, 0.3);
  border-radius: 5px;
  position: static;
}
.k-code-box button.active {
  pointer-events: all;
  color: #fff;
  border-color: #4646BD;
  background-color: #4646BD;
}
.k-code-box > div:last-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.k-code-box > div:last-of-type a {
  font-size: 13px;
  color: #4646BD;
  text-decoration: none;
  pointer-events: all;
  border: 0;
}
.k-code-box span {
  font-size: 14px;
  color: #6a6a6a;
}
.k-code-box .k-reSend {
  display: none;
}

.k-sign-label {
  width: 300px;
  margin: 0;
  font-size: 14px;
}

.k-code-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  direction: ltr;
}

input[type=number] {
  -moz-appearance: none;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.k-code {
  border-radius: 5px;
  font-size: 25px;
  height: 60px;
  width: 60px;
  border: 1px solid #eee;
  text-align: center;
  font-weight: 300;
  -moz-appearance: textfield;
}
@media screen and (max-width: 340px) {
  .k-code {
    width: 45px;
    height: 45px;
  }
}

.k-code::-webkit-outer-spin-button,
.k-code::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.k-code:valid,
.k-code:focus {
  border-color: #4646BD;
  box-shadow: 0 7px 7px -5px rgba(0, 0, 0, 0.15);
}

.k-more-link {
  color: #6a6a6a;
  font-size: 14px;
  transition: 0.3s;
}
.k-more-link:hover {
  color: #4646BD;
}

.k-btn-default {
  background-color: transparent;
  color: #6a6a6a;
}

.k-btn-holder {
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
  margin-top: 30px;
  gap: 10px;
  border-top: 1px solid #f5f5f5;
}
.k-btn-holder button {
  width: 120px !important;
  padding: 0.5rem 1rem;
  font-size: 14px;
}

.k-slider-sec {
  height: 500px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.k-slider-sec::before {
  content: "";
  width: 150%;
  height: 1500px;
  position: absolute;
  bottom: 0;
  background-color: #EFEFFF;
  border-radius: 50%;
  z-index: -1;
}

.k-slider-item {
  background-color: #fff;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  height: 390px;
  border-radius: 20px;
}

.k-slider {
  border-radius: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.k-slider .swiper-slide {
  padding: 20px;
}
.k-slider .k-btn-main, .k-slider .k-btn-main-outline, .k-slider .k-btn-white-outline, .k-slider .k-btn-default {
  font-size: 14px;
}
.k-slider .k-btn-main-outline {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  font-size: 14px;
}
.k-slider .swiper-pagination {
  bottom: 0;
}
.k-slider .swiper-pagination span {
  width: 15px;
  height: 15px;
  margin: 0 5px !important;
}
.k-slider .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #4646BD;
}/*# sourceMappingURL=style.css.map */