﻿:root {
  --purple: #5f3a9f;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: IRANSans;
  direction: rtl;
}

html,
body {
  height: 100%;
}

body {
  background-color: #e7e7e7;
}

.container {
  width: 100%;
  max-width: 400px;
  margin: 25px auto;
  border-radius: 32px;
}
.container-map {
  width: 100%;
  max-width: 400px;
  margin: 25px auto;
}
.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.column {
  flex-direction: column;
}

.bg-burple {
  background-color: #5f3a9f;
}

.space-between {
  justify-content: space-between;
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

.pb54 {
  padding-bottom: 54px;
}

.p26 {
  padding: 26px;
}

.m26 {
  margin: 26px;
}

.mt54 {
  margin-top: 54px;
}

.p26 {
  padding: 26px;
}

.pt54 {
  padding-top: 54px;
}

.pt0{
  padding-top: 0;
}

.w100 {
  width: 100%;
}

.ml10{
  margin-left: 10px;
}

.ml20{
  margin-left: 20px;
}

.flex1{
  flex:1;
}
.bold{
  font-weight: bold;
}

.transparent {
  background-color: transparent;
}

.h1c {
  color: #fefefe;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.spc {
    color: #fefefe;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    direction: ltr;
}
.spc a {
  color: #fefefe;
  text-decoration: none;
}

.relative {
  position: relative;
}

.icon-box {
  display: flex;
  height: fit-content;
}

.smile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mr5 {
  margin-right: 5px;
}

.custom-mt {
  margin-top: -25px;
}

.bg-white {
  background-color: white;
}

.white-box {
  background-color: white;
  padding: 26px;
  border-radius: 32px 32px 0 0;
  height: 100%;
  position: relative;
}
.sp-white-box {
  padding-top: 220px;
}

.form-lablel {
  color: #484848;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}

.px1 {
  padding: 0 10px;
}

.side-px {
  padding: 0 26px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.input {
  border-radius: 10px;
  border: 1px solid rgba(181, 181, 181, 0.2);
  background: #fafafa;
  padding: 14px;
  outline: 0;
  width: 100%;
}

.text-area {
  height: 120px;
  resize: none;
}
/* width */
.text-area::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.text-area::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.text-area::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */
.text-area::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.purple-box {
  background: #e3ddff;
  border-radius: 10px 10px 0 0;
  padding: 20px;
}

.mr5 {
  margin-right: 5px;
}

.p20 {
  padding: 20px;
}

.spc2 {
  color: #484848;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  outline: none;
  background-color: #fafafa;
  flex: 1;
}

.dl-box {
  background: #fafafa;
  border: 1px solid rgba(181, 181, 181, 0.2);
  border-radius: 0 0 10px 10px;
}

.default-btn {
  background: #5f3a9f;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px;
  border: none;
  color: white;
}

.type2-icon {
  position: absolute;
  bottom: 12px;
  left: 13px;
}

.pr30 {
  padding-right: 30px;
}

.row2 {
  display: flex;
  /* flex-direction: column; */
}

.row2 > div {
  width: 50%;
   margin-left: 4%; 
}

.row2 > div:nth-child(2n) {
  margin-left: 0;
}

.inpu-icon svg {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}

.inpu-icon {
  position: relative;
}

.small-map {
  position: relative;
  width: 100%;
  height: 180px;
  border: 1px solid rgba(181, 181, 181, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.located-animation {
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #2a93ee;
  animation: border-pulse 2s infinite;
}

/* #map{
    height: 180px;
    width: 100%;
} */
.leaflet-control-attribution a {
  display: none;
}
.leaflet-right .leaflet-control {
  display: none;
}
.up-label {
  border-radius: 10px;
  border: 1px dashed rgba(95, 58, 159, 0.5);
  background: #fafafa;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(95, 58, 159, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#upl {
  opacity: 0;
  visibility: hidden;
}
.big-map {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  background-color: white;
  margin-bottom: -35px;
  border-radius: 34px;
}
.loc-con {
  background: #5f3a9f;
  color: white;
  top: 0;
  position: absolute;
  width: 100%;
  right: 0;
  height: 190px;
  border-radius: 32px;
  padding: 20px;
  z-index: 555;
}
.mb20 {
  margin-bottom: 20px;
}
.map-span {
  color: #fefefe;
  text-align: right;
  /* font-family: IRANYekanX; */
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.loc-con img {
  width: 54px;
  height: 54px;
}
.cp1 {
  color: #484848;
  text-align: center;
  /* font-family: IRANYekanX; */
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.justift-t {
  text-align: justify;
}
.k-content .k-datepicker {
  background-color: #fafafa;
  width: 100%;
  padding: 0;
}

.k-content .k-datepicker .k-input {
  font-size: 10pt;
  padding: 14px;
  background-color: #fafafa;
}

.k-content .k-datepicker .k-select {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.k-content .k-picker-wrap {
  border-radius: 10px;
  border-color: rgba(181, 181, 181, 0.2) !important;
  overflow: hidden;
}

.k-content .k-datepicker .k-i-calendar:before {
  color: gray;
}
.k-state-selected {
  background-color: var(--purple) !important;
}

.captcha-done {
  height: 80px;
  width: 100%;
  margin: 50px 0;
}

.description {
  display: none;
  position: absolute;
  z-index: 99999;
  left: 0;
  bottom: 0;
  background: #808080b8;
  padding: 3px;
  border-radius: 5px;
}

.big-map .marker-position {
  display: none;
}

.auto-results-wrapper.auto-is-active {
  border: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 10pt;
  /* padding: 10px; */
  /* background-color: #e6e6e6; */
  cursor: pointer;
}

.auto-results-wrapper.auto-is-active ul li {
  padding: 10px;
}

.error-alerts {
  color: red;
  font-size: 9pt;
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    font-size: 2rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.backend-alert{
  color: red;
  font-size: 10pt;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.title-desc{
  color: white;
  font-size: 10pt;
  max-height: 65px;
  overflow: hidden;
  transition: .3s;
}

.black-mask{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgb(95,58,159);
  background: linear-gradient(0deg, rgba(95,58,159,1) 0%, rgba(174,36,183,0) 70%);
  transition: .3s;
}

.h0{
  height: 0;
}

.open-desc{
  max-height: 100%;
}

.more-arrow{
  margin: 5px auto 0;
  cursor: pointer;
  transition: .3s;
}

.spin{
  transform: rotate(180deg);
}

.preview-box{
  display: none;
}

#file-preview{
  border-radius: 10px;
  max-width: 100%;
  border: 1px solid lightgray;
}

#file-name{
  padding: 10px;
  font-size: 10pt;
}

.optional-input{
  display: none;
}
.visible{
  display: block;
}

.done-text{
  font-size: 11pt;
  text-align: center;
  margin-bottom: 20px;
}

.done-height{
  height: 85vh;
}

.done-top{
margin-bottom: 50px;
}
    .done-top span {
        text-align: center;
    }

    @media only screen and (max-width: 600px) {
        .container {
    margin: 0 auto;
    max-width: 100%;
  }
}

.error{
justify-content:space-around;
}
.error .title-h {
    justify-content:center;
}


.center-page-success {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

    .center-page-success img {
        max-width: 350px;
        width: 100%;
    }
    .center-page-success h3 {
        color:green;
        }
.center-page-error {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.center-page-error img {
    max-width: 350px;
    width: 100%;
}
    .center-page-error h3 {
        color: red;
    }


.required {
  color: inherit;
  transition: color .15s ease, transform .15s ease;
}

.required.required-missing {
  color: #e53935;
  font-weight: 800;
  transform: scale(1.25);
  display: inline-block;
}