@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) {
  .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);
}
textarea.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) {
  .table {
    width: max-content !important;
  }
  .upload {
    padding: 11px !important;
  }
  .mt-3 {
    margin-top: 17% !important;
  }
  .sizemulti {
    width: 100% !important;
  }
  .container {
    overflow-x: hidden !important;
  }
  .w-5 {
    width: 20% !important;
  }
  .img-fluid {
    display: none;
  }
  .video-fluid {
    display: block;
  }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    flex: 0 0 58.333333% !important;
    max-width: 58.333333% !important;
  }
  .col-8 {
    flex: 0 0 66.666667% !important;
    max-width: 66.666667% !important;
  }
  .col-9 {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
}

.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: 2%;
  border-radius: 20px 20px 20px 0;
  background: cadetblue;
  margin-top: 4%;
  margin-bottom: 4%;
  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;
}
.btnadd {
  padding-right: 5%;
  font-weight: bold;
  font-size: large;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 5%;
}
.table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
  text-align: justify;
  margin: 2% 0 2% 0;
}

.table thead {
  background-color: lightslategrey;
  color: #fff;
}

.table thead th {
  padding: 12px 15px;
  font-weight: 600;
  font-size: 14px;
}

.table tbody tr {
  border-bottom: 1px solid #ddd;
  transition: background-color 0.3s;
}

.table tbody tr:hover {
  background-color: #f1f7ff;
}

.table tbody td,
.table tbody th {
  padding: 12px 15px;
  font-size: 14px;
  color: #333;
}

.table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table tbody tr:last-child {
  border-bottom: none;
}

.table tbody th {
  font-weight: bold;
  color: #007bff;
}
.multi-select-container {
  border: 1px solid #ccc;
  padding: 5px;
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  border-radius: 5px;
  position: relative;
}

.multi-select-container input {
  border: none;
  flex: 1;
  min-width: 100px;
  outline: none;
  padding: 5px;
}

.tag {
  display: flex;
  align-items: center;
  background-color: #80c7ff;
  color: #fff;
  padding: 3px 8px;
  border-radius: 15px;
  font-size: 14px;
}

.tag span {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  max-height: 150px;
  overflow-y: auto;
  z-index: 10;
  display: none;
}

.dropdown div {
  padding: 5px 10px;
  cursor: pointer;
}

.dropdown div:hover {
  background-color: #eee;
}
.multi-select-container {
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
  height: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  border-radius: 5px;
  position: relative;
}
.multi-select-container input {
  border: none;
  flex: 1;
  min-width: 100px;
  outline: none;
  padding: 5px;
}
.tag {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 3px 8px;
  border-radius: 15px;
  font-size: 14px;
}
.tag span {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
}
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  max-height: 150px;
  overflow-y: auto;
  z-index: 10;
  display: none;
}
.dropdown div {
  padding: 5px 10px;
  cursor: pointer;
}
.dropdown div:hover {
  background-color: #eee;
}
.sizemulti {
  width: 25%;
}
.mt-3 {
  margin-top: 3%;
}
