@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/IranSans_PersianNum/fonts/eot/IRANSansWebFaNum_Light.eot");
  src: url("fonts/IranSans_PersianNum/fonts/eot/IRANSansWebFaNum_Light.eot?#iefix") format("embedded-opentype"),
    /* IE6-8 */ url("fonts/IranSans_PersianNum/fonts/woff2/IRANSansWebFaNum_Light.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("fonts/IranSans_PersianNum/fonts/woff/IRANSansWebFaNum_Light.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("fonts/IranSans_PersianNum/fonts/ttf/IRANSansWebFaNum_Light.ttf") format("truetype");
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: IRANSans;
  font-size: inherit;
  line-height: inherit;
}
.cursor {
  cursor: pointer !important;
}
a {
  text-decoration: none !important;
}
body {
  line-height: 1.5;
  font-family: IRANSans;
  direction: rtl !important;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
  .img-fluid {
    display: block;
  }
  .video-fluid {
    display: none;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.form-style .form-control,
.form-style .form-select,
.form-style textarea {
  border-radius: 0.75rem;
  border: 1px solid #ced4da;
  transition: all 0.3s ease-in-out;
}

.form-style .form-control:hover,
.form-style .form-select:hover,
.form-style textarea:hover {
  border-color: #0d6efd;
  box-shadow: 0 0 6px rgba(13, 110, 253, 0.25);
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 95%;
    margin: auto;
  }
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(#fff, var(--bs-bg-opacity));
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.rounded-4 {
  border-radius: 1rem;
}
.p-4 {
  padding: 1.5rem;
}
.form-label {
  margin-bottom: 0.5rem;
}
label {
  display: inline-block;
}
.form-control {
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.form-control:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select {
  margin-bottom: 1rem;

  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: left 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding-right: 2rem;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
input.form-control {
  min-height: calc(1.5em + 0.75rem + calc(1px * 2));
}
textarea {
  resize: vertical;
}
.img-fluid {
  max-width: 100%;
  height: 100%;
}

.rounded-3 {
  border-radius: 0.5rem !important;
}

.w-5 {
  width: 5%;
}
.d-flex {
  display: flex;
  align-items: center;
}
.title {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .stylebtn {
    padding-bottom: 6% !important;
    margin-top: 18% !important;
  }
  .shadow-lg {
    box-shadow: none !important;
  }
  .choosefile {
    padding: 5% !important;
  }
  .right {
    height: auto !important;
    max-width: none !important;
    padding-left: inherit !important;
    padding-right: inherit !important;
  }
  .d-none {
    display: none;
  }
  .container {
    overflow-x: hidden !important;
  }
  .w-5 {
    width: 20% !important;
  }
  .img-fluid {
    display: none;
  }
  .video-fluid {
    display: block;
  }
}

.selected {
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  background: #fff;
}
.card {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  border: 1px solid #ced4da;
  border-radius: 5px;
  background: #fff;
  max-height: 200px;
  overflow-y: auto;
}
.card-body {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.search-input {
  padding: 0.375rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}
.option {
  padding: 0.375rem;
  border-radius: 3px;
  cursor: pointer;
}
.option:hover {
  background: #f0f0f0;
}
#customSelectCity .card {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  border: 1px solid #ced4da;
  border-radius: 5px;
  background: #fff;
  max-height: 200px;
  overflow-y: auto;
}
#customSelectCity .card-body {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.search-input-city {
  padding: 0.375rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}
.option-city {
  padding: 0.375rem;
  border-radius: 3px;
  cursor: pointer;
}
.option-city:hover {
  background: #f0f0f0;
}
.btn {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  border-radius: 15px;
  display: inline-block;
  color: #1f1f1f;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.875rem 1.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
.btn-success {
  color: #fff;
  background-color: cadetblue;
  border-color: cadetblue;
}
.float-left {
  float: left !important;
}

/* SelectList */

.card {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  border-radius: 0.75rem;
  border: 1px solid #ced4da;
  background: #fff;
  max-height: 200px;
  overflow-y: auto;
}

#customSelectCity .card {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  border-radius: 0.75rem;
  border: 1px solid #ced4da;
  background: #fff;
  max-height: 200px;
  overflow-y: auto;
}

.custom-select-wrapper {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.custom-select-wrapper .selected {
  padding: 8px 12px;
  border-radius: 0.75rem;
  border: 1px solid #ced4da;
  background: #fff;
}

.custom-select-wrapper .card {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  z-index: 100;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.custom-select-wrapper .card.show {
  display: block;
}

.custom-select-wrapper .card-body {
  padding: 5px;
}

.custom-select-wrapper .card-body input {
  width: 100%;
  padding: 5px 8px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.custom-select-wrapper .option {
  padding: 6px 10px;
  cursor: pointer;
}

.custom-select-wrapper .option:hover {
  background-color: #f0f0f0;
}
/* SelectList */

input.error,
textarea.error,
select.error,
.selected.error,
div.error {
  box-shadow: 0 0 5px 2px rgba(255, 0, 0, 0.5);
  border: 1px solid rgba(255, 0, 0, 0.5);
}

.my-toast {
  font-size: 18px !important;
  padding: 20px 30px !important;
  min-width: 400px !important;
  min-height: 100px !important;
}
.text-center {
  text-align: center;
}
.justify-content-center {
  justify-content: center;
}
.header {
  width: 14%;
  text-align: center;
  padding: 0.3%;
  border-radius: 20px 20px 20px 0;
  background: cadetblue;
  margin-top: 1%;
  margin-bottom: 1%;
  color: #fff;
}
.py-1 {
  padding-top: 1%;
  padding-bottom: 1%;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input[type="radio"] {
  border-radius: 0.25em;
}

.form-check-input {
  border: 1px solid rgba(128, 128, 128, 0.363);
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.1em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input:focus {
  border-color: #0d6efd;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.stylebtn {
  padding-top: 2%;
  float: left;
  text-align: end;
  margin-top: 25%;
}
.btnadd {
  padding-right: 5%;
  font-weight: bold;
  font-size: large;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 5%;
}
.form-control {
  width: 100%;
  padding: 0;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
  height: 46px;
}

.form-control::placeholder {
  color: transparent;
}

.form-label {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 16px;
  color: #aaa;
  pointer-events: none;
  transition: all 0.3s ease;
}

.form-control:focus + .form-label,
.form-control:not(:placeholder-shown) + .form-label {
  top: -25px;
  right: 12px;
  font-size: 12px;
  color: #01060c;
  z-index: 999;
  font-weight: bold;
}
.form-group {
  position: relative;
  margin-top: 30px;
}
input[type="file"]:focus + .form-label,
input[type="file"].has-file + .form-label {
  top: -25px;
  right: 12px;
  font-size: 12px;
  color: #01060c;
  font-weight: bold;
}
.choosefile {
  padding: 2.5%;
  margin-bottom: 1px;
  color: #fff;
  font-size: 80%;
  border-radius: 0 10px 10px 0;
  background: #5f9ea0;
  border: 1px solid #5f9ea0 !important;
}
.fileWrapper {
  cursor: pointer;
  padding: 0;
  height: 46px;
  gap: 7px;
}
canvas {
  border: 1px solid #ccc;
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}
input[type="text"] {
  font-size: 16px;
}
.changecaptcha {
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
}
.message {
  margin-top: 10px;
  font-weight: bold;
}
#captchaCanvas {
  height: 50px;
  border-radius: 10px;
  cursor: text;
  margin: 0;
}
.userInput {
  padding: 12px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 0.75rem;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.userInput:hover {
  border-color: #0d6efd;
  box-shadow: 0 0 6px rgba(13, 110, 253, 0.25);
}
.userInput:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.left img {
  width: 100%;
  height: 85vh;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}

.right {
  max-width: 70%;
  padding-left: 30rem;
  padding-right: 8rem;
  height: 85vh;
  flex: 1;
  padding-top: 5%;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  /* clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%); */
}

#saveBtn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
