@font-face {
  font-family: "anjomanM";
  src: url("./../fonts/Anjoman/AnjomanFaNum-Medium.ttf");
}
@font-face {
  font-family: "anjomanH";
  src: url("./../fonts/Anjoman/AnjomanFaNum-Heavy.ttf");
}
@font-face {
  font-family: "anjomanSB";
  src: url("./../fonts/Anjoman/AnjomanFaNum-SemiBold.ttf");
}
@font-face {
  font-family: "anjomanEB";
  src: url("./../fonts/Anjoman/AnjomanFaNum-ExtraBold.ttf");
}
@font-face {
  font-family: "anjomanUB";
  src: url("./../fonts/Anjoman/AnjomanFaNum-UltraBold.ttf");
}
@font-face {
  font-family: "anjomanBl";
  src: url("./../fonts/Anjoman/AnjomanFaNum-Black.ttf");
}
@font-face {
  font-family: "anjomanT";
  src: url("./../fonts/Anjoman/AnjomanFaNum-Thin.ttf");
}
@font-face {
  font-family: "anjomanEL";
  src: url("./../fonts/Anjoman/AnjomanFaNum-ExtraLight.ttf");
}
@font-face {
  font-family: "yekanBakhR";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/YekanBakhFaNum04Regular.ttf");
}
@font-face {
  font-family: "yekanBakhB";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/YekanBakhFaNum06Bold.ttf");
}
@font-face {
  font-family: "yekanBakhH";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/YekanBakhFaNum01Hairline.ttf");
}
@font-face {
  font-family: "yekanBakhL";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/YekanBakhFaNum03Light.ttf");
}
@font-face {
  font-family: "yekanBakhT";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/YekanBakhFaNum02Thin.ttf");
}
@font-face {
  font-family: "yekanBakhM";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/YekanBakhFaNum05Medium.ttf");
}
@font-face {
  font-family: "yekanBakhHe";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/YekanBakhFaNum07Heavy.ttf");
}
@font-face {
  font-family: "yekanBakhF";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/YekanBakhFaNum08Fat.ttf");
}
body {
  margin: 0;
  padding: 0;
  text-align: right;
  direction: rtl;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "yekanBakhM", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}

main {
  background-color: #f3f3f3;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  list-style-type: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:-webkit-autofill,
input:-internal-autofill-selected,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: #fff !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.k-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: none;
  box-sizing: border-box;
  box-shadow: none;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  width: max-content;
  gap: 5px;
  height: 40px;
  transition: 0.3s;
}

.k-btn-primary {
  background: linear-gradient(90deg, #3699ff, #0193fd);
  border: 0;
  color: #fff;
}
.k-btn-primary:hover, .k-btn-primary:focus {
  color: #fff;
}
.k-btn-primary.gr-2 {
  background: radial-gradient(123.87% 128.89% at 35.26% 95.41%, #13a5fa 0%, #035de2 100%);
}

.k-btn-darkcyan {
  background-color: #12b7b6;
  border: 1px solid #12b7b6;
  color: #fff;
}
.k-btn-darkcyan:hover, .k-btn-darkcyan:focus {
  color: #fff;
}

.k-btn-outline-default {
  background-color: #f3f3f3;
  border: 1px solid #484848;
  color: #484848;
}
.k-btn-outline-default:hover, .k-btn-outline-default:focus {
  color: #484848;
}

.k-btn-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.k-btn-outline-white:hover, .k-btn-outline-white:focus {
  color: #2d2d2d !important;
  background-color: #fff;
}

.hugeText {
  font-family: "yekanBakhF";
  font-size: 38px;
}

.k-btn-success {
  background-color: #23bd81;
  border: 1px solid #23bd81;
  color: #fff;
  padding: 0.5rem 1rem;
}
.k-btn-success:hover, .k-btn-success:focus {
  color: #fff;
}

.k-btn-danger {
  background-color: #e95f8b;
  border: 1px solid #e95f8b;
  color: #fff;
  padding: 0.5rem 1rem;
}
.k-btn-danger:hover, .k-btn-danger:focus {
  color: #fff;
}

input:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.login-page {
  width: 100%;
  font-size: 13px;
}
.login-page .k-btn {
  height: 42px;
}
@media screen and (max-width: 575px) {
  .login-page p {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .login-page {
    height: 100vh;
  }
}

.left-sec {
  background: url("./../img/login-bg.png") no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .left-sec {
    height: 200px !important;
    background-position: center;
  }
}
.left-sec svg {
  width: 350px;
  height: 224px;
}
@media screen and (max-width: 767px) {
  .left-sec svg {
    width: 200px;
    height: 128px;
  }
}

.form-input {
  position: relative;
}
.form-input.has-error input {
  border-color: #ffc8c8 !important;
}
.form-input.has-success input {
  border-color: #b9f3b9 !important;
}
.form-input label {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 14px;
  color: #cdcdcd;
  pointer-events: none;
  transition: 0.4s;
  padding: 0 5px;
  opacity: 0.9;
}
.form-input input:focus, .form-input input:not(:placeholder-shown) {
  border-color: #0193fd !important;
}
.form-input input:focus + label, .form-input input:not(:placeholder-shown) + label {
  top: -8px;
  font-size: 12px;
  background-color: #fff;
  opacity: 1;
}
.form-input svg {
  position: absolute;
  left: -30px;
  top: 12px;
}
@media screen and (max-width: 575px) {
  .form-input svg {
    left: -25px;
  }
}
.form-input span {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #484848;
  cursor: pointer;
}
.form-input:focus {
  border-color: #0193fd;
}

.select-input label {
  top: 3px;
  font-size: 10px;
}
.select-input.form-input2 label {
  font-size: 14px;
}

.form-control {
  background-color: #fff !important;
  border: 1px solid #f3f3f3 !important;
  border-radius: 10px !important;
  height: 42px;
  padding: 5px 15px !important;
  box-sizing: border-box !important;
  font-size: 14px;
}

.form-input2 .form-control {
  padding: 0 15px !important;
}
.form-input2 .form-control::placeholder {
  color: #cdcdcd;
}
.form-input2.has-error input {
  border-color: #ffc8c8 !important;
}
.form-input2.has-success input {
  border-color: #b9f3b9 !important;
}
.form-input2 label {
  font-size: 14px;
  margin-right: 5px;
  display: flex;
  gap: 5px;
}
.form-input2 label i:hover {
  color: #3699ff;
  cursor: pointer;
}

textarea.form-control {
  height: 100%;
}
textarea.form-control:focus {
  box-shadow: none;
  outline: none;
}

.k-form {
  display: grid;
  padding: 10px 0;
  position: relative;
}

.k-link {
  color: #3699ff;
  display: inline-flex;
  align-items: center;
}

.step-two {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.code-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-direction: row-reverse;
}
.code-container.code-container2 {
  gap: 10px;
}
.code-container input {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  font-size: 18px;
  background-color: #f3f3f3;
}
.code-container input:focus {
  border-color: #f3f3f3;
}
.code-container input.code2 {
  background-color: #fff;
  flex: 1;
  font-size: 13px;
  direction: ltr;
  box-shadow: 0px 5.40154px 5.40154px rgba(0, 0, 0, 0.05), 0px 4.05115px 13.5038px rgba(0, 0, 0, 0.1), inset 0px 6.11296px 6.75192px rgba(0, 0, 0, 0.01);
}

.addCard label {
  font-size: 12px;
}
.addCard .shaba {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  direction: ltr;
  padding: 10px;
  overflow: hidden;
  box-shadow: 0px 5.40154px 5.40154px rgba(0, 0, 0, 0.05), 0px 4.05115px 13.5038px rgba(0, 0, 0, 0.1), inset 0px 6.11296px 6.75192px rgba(0, 0, 0, 0.01);
}
.addCard .shaba input {
  flex: 1;
  border: 0;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 0 5px;
}

#submit {
  background-color: #d9d9d9;
  color: #839194;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  border: 0;
  font-size: 13px;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  pointer-events: none;
}
#submit.active {
  background: linear-gradient(90deg, #3699ff, #0193fd);
  color: #fff;
  pointer-events: all;
  box-shadow: 0px 7px 17px rgba(9, 87, 203, 0.32);
}

.resend {
  display: none;
}

.fs-12 {
  font-size: 12px !important;
}

.popover-text {
  font-size: 11px;
  color: #fff;
  font-family: "anjomanM";
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  border-left-color: #3699ff;
}

.popover {
  background: #3699ff;
  color: #fff;
  max-width: 170px;
  border-radius: 10px !important;
}

.popover-body {
  padding: 10px !important;
}

.k-flex-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.separator {
  position: relative;
  padding: 5px 0;
}
.separator::before {
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: #c2c2c2;
  content: "";
  right: 7%;
}

.content-header {
  background-color: #3699ff;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
.content-header img {
  height: 90px;
}

.content-body {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
  min-height: 80vh;
}
.content-body p {
  font-size: 14px;
}

.menu-toggler {
  display: inline-block;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 992px) {
  .menu-toggler {
    display: none;
  }
}
.menu-toggler path {
  stroke: #fff;
}

.counter {
  width: 210px;
}
.counter .countdown {
  width: 40px;
}

#showPass input {
  width: 11px;
}

.k-caption {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #484848;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.k-caption2 {
  position: relative;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #cdcdcd;
}
.k-caption2::after {
  content: "";
  width: 80px;
  height: 2px;
  background: #3699ff;
  position: absolute;
  bottom: 0;
  right: 0;
}

hr {
  margin: 0;
}

.tips {
  color: #484848;
}
.tips li {
  padding-right: 15px;
  position: relative;
}
.tips li::before {
  position: absolute;
  right: 0;
  top: 10px;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #484848;
  border-radius: 50%;
}

.counter-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.counter-sec .k-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  align-items: center;
  padding: 0;
}
.counter-sec svg {
  width: 20px;
  height: 20px;
}
.counter-sec input {
  border: 0;
  text-align: center;
  min-width: 50px;
  max-width: max-content;
}
.counter-sec span {
  color: #c2c2c2;
}
.counter-sec div {
  border: 1px solid #cdcdcd;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.k-select-btn {
  height: 42px;
  text-align: right;
  position: relative;
}
.k-select-btn:focus {
  border-color: #484848;
  outline: none;
  box-shadow: none;
}
.k-select-btn::after {
  border: 0;
  content: "\f282";
  font-family: bootstrap-icons !important;
  position: absolute;
  z-index: 1;
  left: 8px;
  top: 10px;
}

.select-input ul {
  width: 100%;
  padding: 8px;
  text-align: right;
  max-height: 150px;
  overflow-y: scroll;
  padding: 0 !important;
}
.select-input ul li {
  font-size: 14px;
  padding: 5px 10px;
  background-color: #fff;
}
.select-input ul li:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}
.select-input ul li:first-child input {
  height: 35px;
  padding-right: 30px;
  padding: 0 15px !important;
}
.select-input ul li:not(:first-child) {
  padding: 5px 15px;
}

.map {
  height: 200px;
  width: 100%;
}

.file-upload-label {
  display: flex;
  background-color: #0193fd;
  border-radius: 10px;
  color: #fff;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  width: max-content;
  gap: 10px;
  cursor: pointer;
}
.file-upload-label svg {
  width: 30px;
  height: 30px;
}

.file-item-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.file-preview {
  border: 0 !important;
  padding: 0 !important;
}
.file-preview .btn-close {
  display: none !important;
}
.file-preview .file-drop-zone {
  border: 0 !important;
  margin: 0;
}

.theme-explorer .file-details-cell {
  text-align: right !important;
  margin: 0 !important;
}

.theme-explorer .file-footer-buttons {
  text-align: left !important;
}

.file-upload-indicator {
  display: none !important;
}

.file-actions-cell {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.theme-explorer .explorer-frame .kv-file-content {
  width: auto !important;
  max-width: 160px !important;
}

.file-drop-zone-title {
  padding: 0 !important;
}

.file-drop-zone {
  min-height: 0 !important;
  padding-top: 30px;
}

.theme-explorer .file-preview-frame {
  border-radius: 10px;
  margin: 0;
  margin-bottom: 5px;
  padding: 5px;
  flex-direction: column;
}
.theme-explorer .file-preview-frame .btn-outline-secondary {
  border-color: #cdcdcd;
}

.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: none !important;
}

.search-filter {
  display: grid;
  align-items: center;
  border: 1px solid #f3f3f3;
  box-shadow: 1px 1px 7px 7px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 15px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}

.search-result-list {
  border: 1px solid #cdcdcd;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}
.search-result-list ul {
  margin: 0;
}
.search-result-list li:last-child .result-item {
  border: 0;
}
.search-result-list li:last-child .result-item::after {
  content: none;
}

.result-item {
  height: 52px;
  position: relative;
  overflow: hidden;
  transition: 300ms cubic-bezier(0.4, 0, 1, 1);
  padding: 0 10px;
}
.result-item::after {
  position: absolute;
  bottom: 0;
  right: 10px;
  left: 10px;
  content: "";
  height: 1px;
  background: #cdcdcd;
  z-index: 1;
}
.result-item:hover {
  background-color: #f3f3f3;
}
.result-item.on {
  min-height: 200px;
  height: max-content;
  opacity: 1;
  z-index: 1000;
}
.result-item.on .result-item-header {
  border-bottom: 1px solid #f3f3f3;
}
.result-item .result-item-body {
  padding: 10px;
  font-size: 13px;
}
.result-item span {
  font-size: 13px;
}

.alert {
  border-radius: 0;
}

.result-header {
  height: 52px;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cdcdcd;
  background: #f3f3f3;
}
.result-header > div {
  display: flex;
  align-items: center;
}
.result-header span {
  min-width: 50px;
  width: max-content;
  display: flex;
  align-items: center;
  font-size: 13px;
}

.bac-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.1);
  inset: 0;
  display: none;
}

.result-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  height: 50px;
}
.result-item-header h6 {
  font-size: 13px;
}
.result-item-header div {
  height: 100%;
  display: flex;
  align-items: center;
}

.img-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}
.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.from {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  flex: 1;
}
.from time {
  font-size: 12px;
}

.item-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.item-action button,
.item-action a {
  background: transparent;
  border: 0;
  border-radius: 3px;
  border: 1px solid transparent;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-action button.k-btn-outline-danger,
.item-action a.k-btn-outline-danger {
  color: #e95f8b;
}
.item-action button.k-btn-outline-danger:hover,
.item-action a.k-btn-outline-danger:hover {
  border: 1px solid #e95f8b;
  background-color: #ffebf1;
}
.item-action button.k-btn-outline-info,
.item-action a.k-btn-outline-info {
  color: #0193fd;
}
.item-action button.k-btn-outline-info:hover,
.item-action a.k-btn-outline-info:hover {
  background-color: #e5f5fc;
  border: 1px solid #0193fd;
}
.item-action time {
  font-size: 12px;
}

i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.PagingDiv ul {
  display: flex;
  align-items: center;
  gap: 5px;
}
.PagingDiv button {
  width: 25px;
  height: 25px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  transition: 0.3s;
}
.PagingDiv button:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #142d52;
  border-color: #142d52;
}

.list-footer {
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-top: 1px solid #cdcdcd;
  background: #f3f3f3;
  min-width: 900px;
}

.btn-close {
  padding: 0 !important;
  background-image: none !important;
  font-size: 25px;
  width: max-content;
  height: max-content;
}
.btn-close::before {
  content: "\f62a";
  font-family: bootstrap-icons !important;
}

.user-img .btn-file {
  width: 100%;
  display: none;
}
.user-img .btn-file input {
  display: none;
}
.user-img label {
  border: 1px dashed #cdcdcd;
  width: 100%;
  height: 200px;
  display: inline-block;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.user-img label i {
  font-size: 55px;
}
.user-img .file-preview-frame {
  border-radius: 10px;
  overflow: hidden;
}
.user-img .file-preview-frame img {
  width: 100%;
  max-height: 200px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .modal-lg {
    max-width: 700px;
  }
}

.file-preview .close {
  cursor: pointer;
}

.loader {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.cube-loader {
  width: 40px;
  height: 40px;
  margin: auto;
}

.cube-loader .cube {
  width: 33%;
  height: 33%;
  background-color: #000;
  float: left;
  -webkit-animation: cube-delay 2s infinite ease-in-out;
  animation: cube-delay 1.5s infinite ease-in-out;
}

.cube-loader .cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.cube-loader .cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.cube-loader .cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.cube-loader .cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.cube-loader .cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.cube-loader .cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.cube-loader .cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.cube-loader .cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.cube-loader .cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes cube-delay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes cube-delay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.lottie-loading {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1px);
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.lottie-loading.on {
  display: flex;
}
.lottie-loading lottie-player {
  width: 150px;
}

.loading {
  font-family: Montserrat, sans-serif;
  position: relative;
  font-weight: 900;
  font-size: 1em;
  margin: auto;
}

.loading .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.loading .letter {
  display: inline-block;
  line-height: 1em;
}

.selectType .btn-close {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  font-family: bootstrap-icons !important;
  width: 20px;
  height: 20px;
  border: 1px solid #181547;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: #181547;
}
.selectType .modal-title {
  width: 85%;
  margin: 0 auto;
  background-color: #3699ff;
  color: #fff;
  border-radius: 0 0 25px 25px;
  padding: 15px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 20px;
  text-align: center;
}
.selectType .modal-title h4 {
  width: max-content;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.selectType .b-type {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
}
.selectType .b-type input {
  display: none;
}
.selectType .b-type input:checked + .b-item {
  box-shadow: rgba(17, 17, 26, 0.4) 0px 4px 4px;
  opacity: 1;
}
.selectType .b-item {
  width: 300px;
  background-color: #f1f5f8;
  border-radius: 15px;
  opacity: 0.8;
  box-shadow: rgba(17, 17, 26, 0.2) 0px 3px 3px;
  transition: 0.3s;
  cursor: pointer;
}
.selectType .b-item:hover {
  box-shadow: rgba(17, 17, 26, 0.4) 0px 4px 4px;
  opacity: 1;
}
.selectType .b-item-header {
  border-bottom: 1px dashed #c2c2c2;
  padding: 15px;
  text-align: center;
  position: relative;
}
.selectType .b-item-header::before, .selectType .b-item-header::after {
  position: absolute;
  z-index: 1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  top: 40px;
}
.selectType .b-item-header::before {
  box-shadow: inset 1px 0px 0px rgba(17, 17, 26, 0.4);
  right: -15px;
}
.selectType .b-item-header::after {
  left: -15px;
  box-shadow: inset -1px 0px 0px rgba(17, 17, 26, 0.4);
}
.selectType .b-item-body {
  padding: 10px;
}
.selectType .b-item-body img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.selectType .b-item-body p {
  padding-top: 10px;
  font-size: 13px;
}
.selectType .modal-footer {
  background-color: #f1f5f8;
  justify-content: center;
}
.selectType .content-body p {
  color: #fff;
}

.card-loading {
  background: linear-gradient(90deg, #f6f6f6 0%, #f6f6f6 35%, #ededed 45%, #ededed 60%, #f6f6f6 70%, #f6f6f6 100%);
  background-size: 400%;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.hide-overflow {
  position: relative;
  line-height: 22px;
  overflow: hidden;
  height: 66px;
}
.hide-overflow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75%;
  height: 22px;
  background: linear-gradient(90deg, transparent, white);
}

@media screen and (min-width: 575px) {
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
}

.step {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 5px;
}
.step span:first-child {
  width: 20px;
  height: 20px;
  background-color: #3699ff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
}
.step span:last-child {
  position: relative;
  display: inline-block;
  color: #484848;
}
.step span:last-child::before {
  content: "";
  width: 40px;
  display: inline-block;
  height: 1px;
  background-color: #484848;
  bottom: 0;
  right: 0;
  z-index: 1;
  position: absolute;
}

.plan {
  border-radius: 20px;
  box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  font-size: 13px;
  transition: 0.3s;
  opacity: 0.9;
  cursor: pointer;
}
.plan ul {
  width: 65%;
  margin: 0 auto;
  margin-top: 30px;
}
.plan:hover {
  box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.select-plan {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.select-plan input {
  display: none;
}
.select-plan input:checked + .plan {
  box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.request-item p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  font-size: 13px;
}
.request-item p i {
  font-size: 22px;
}

.file-item {
  display: flex;
  gap: 20px;
}
.file-item > span {
  width: 110px;
  font-size: 14px;
}

.file-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.file-list-item {
  display: flex;
  gap: 5px;
}

.inventory {
  position: relative;
  border-bottom: 3px solid #fff;
  min-width: 180px;
  padding-right: 40px;
  margin-right: 20px;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.inventory span {
  font-size: 10px;
}
.inventory strong {
  font-size: 13px;
}
.inventory i {
  width: 35px;
  padding: 2px;
  position: absolute;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #23bd81;
  color: #fff;
  border-radius: 5px;
  right: -3px;
  bottom: -4px;
}
.inventory:is(:hover, :focus) {
  color: #fff;
}
@media screen and (max-width: 575px) {
  .inventory {
    display: none;
  }
}

header {
  height: 80px;
  position: sticky;
  top: 0;
  background: #2d2d2d;
  backdrop-filter: blur(10px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  width: 100%;
  z-index: 999;
  transition: 0.3s;
}
header .blue-logo {
  display: none;
}
header nav {
  height: 100%;
  padding: 0;
}
header .navbar::before {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  background-color: #2d2d2d;
  z-index: -1;
  content: "";
}
header .navbar-brand {
  width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
}
header .navbar-brand img {
  height: 65px;
}
@media (max-width: 991px) {
  header .navbar-brand img {
    height: 40px;
  }
}
header .navbar-nav {
  gap: 30px;
}
header .nav-link {
  color: #fff;
  padding: 0.5rem 1rem !important;
  display: flex;
  justify-content: center;
  transition: 0.3s;
  z-index: 1;
}
header .nav-link:is(:hover, :focus) {
  color: #f6c000;
}
header .k-btn {
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s;
}
header .k-btn:is(:hover, :focus) {
  background: #fff;
  color: #3699ff;
}
header .nav-item:hover .drp {
  top: 80px;
}
header .nav-item:hover .drp h5,
header .nav-item:hover .drp li {
  transform: none;
}
header a.login-btn {
  padding: 0.5rem 1rem;
  background: transparent;
  border: 1px solid #fff;
  font-size: 13px;
  border-radius: 10px;
  color: #f6c000;
  transition: 0.2s;
  display: inline-block;
}
header a.login-btn svg,
header a.login-btn path {
  transition: 0.2s;
}
header a.login-btn:hover {
  background-color: #fff;
  color: #2d2d2d;
}
header a.login-btn:hover svg path {
  stroke: #181c32;
}
@media (max-width: 991px) {
  header a.login-btn {
    border: 0;
    padding: 0;
  }
}

.login-sec,
.logo-sec {
  width: 120px;
}
@media (max-width: 991px) {
  .login-sec,
  .logo-sec {
    width: max-content;
  }
}

.drp {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -2;
  background-color: #2d2d2d;
  height: 65vh;
  top: -100vh;
  transition: 0.7s ease-in-out;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  color: #fff;
}
.drp h5 {
  line-height: 30px;
}
.drp ul {
  font-size: 1.25rem;
  list-style-type: disc;
  list-style-position: inside;
  font-size: 17px;
  padding-top: 30px;
  display: grid;
  gap: 7px;
}
.drp ul li {
  line-height: 30px;
}
.drp ul li:last-child {
  list-style-type: none;
}
.drp h6 {
  line-height: 27px;
}

.iconSec {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 40px;
}
.iconSec img {
  max-width: 250px;
  max-height: 200px;
}

.overlay {
  position: fixed;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  inset: 0;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.overlay.on {
  z-index: 99;
  opacity: 1;
}

.intro {
  height: 555px;
  box-shadow: 0px 4px 51px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  background: radial-gradient(61.73% 99.81% at 35.26% 95.41%, rgba(19, 165, 250, 0.78) 0%, #035de2 100%);
  display: grid;
  align-content: space-between;
  justify-items: center;
  color: #fff;
  padding-top: 90px;
}
.intro .text-center {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .intro .text-center {
    gap: 30px;
  }
}
@media (max-width: 500px) {
  .intro .text-center {
    gap: 40px;
  }
}
.intro .intro-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  backdrop-filter: blur(10px);
  z-index: 1;
}
.intro h1,
.intro h5 {
  text-align: center;
}
.intro h5 {
  font-family: "yekanBakhM";
  line-height: 30px;
}
@media (max-width: 767px) {
  .intro h5 {
    font-size: 1rem;
    width: 75%;
    order: 1;
  }
}
.intro h1 {
  font-size: 100px;
  font-family: "yekanBakhF";
  text-shadow: 0px 7.14655px 7.14655px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1100px) {
  .intro h1 {
    font-size: 70px;
    order: 0;
  }
}
@media (max-width: 767px) {
  .intro h1 {
    font-size: 50px;
    order: 0;
  }
}
@media (max-width: 767px) {
  .intro .k-btn {
    order: 2;
  }
}
.intro .over {
  position: absolute;
  inset: 0;
}
.intro .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
@media screen and (min-width: 1400px) {
  .intro {
    height: 750px;
  }
}
@media screen and (min-width: 1800px) {
  .intro {
    height: 800px;
  }
}

.z-top {
  position: relative;
  z-index: 99;
}

.scroll-btn {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  border: 0;
  color: #fff;
  right: 170px;
  bottom: 130px;
  width: 55px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  cursor: pointer;
}
.scroll-btn:hover {
  color: #fff;
}

@keyframes strech {
  from {
    height: 10px;
  }
  to {
    height: 15px;
  }
}
.project {
  background-color: #f3f3f3;
  height: 650px;
}
.project lottie-player {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .project {
    height: max-content;
  }
}

.why-us {
  background: url("./../img/rightup-pattern.png") no-repeat 100% 0%, url("./../img/leftdown-pattren.png") no-repeat 0% 100%, radial-gradient(61.73% 99.81% at 35.26% 95.41%, rgba(19, 165, 250, 0.78) 0%, #035de2 100%);
  height: max-content;
  overflow: hidden;
}

.c1 {
  width: 800px;
  height: 800px;
  border-radius: 50%;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  right: -10%;
  bottom: -45%;
  transform: rotate(-80deg);
}
.c1.on {
  animation: rotate 2s 1 alternate ease-in-out;
}

@keyframes rotate {
  from {
    transform: rotate(80deg);
  }
  to {
    transform: rotate(-80deg);
  }
}
.c2 {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transition: transform 3s;
  position: absolute;
  left: -20%;
  bottom: -45%;
}

.w-list {
  display: grid;
}
.w-list .w-item {
  border-radius: 10px;
  padding: 15px;
}
.w-list .w-item h6 {
  color: #fff;
  font-family: "yekanBakhF";
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}
.w-list .w-item h6 i {
  font-size: 28px;
}
.w-list p {
  font-size: 13px;
  color: #fff;
  font-size: 17px;
}

.w-text {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.w-text h2 {
  width: 280px;
}
.w-text svg {
  width: 200px;
  height: 155px;
}
@media (max-width: 767px) {
  .w-text svg {
    width: 150px;
    height: 117px;
  }
}

.w-content {
  position: relative;
  z-index: 1;
}

.cap {
  width: max-content;
  padding: 20px;
  border-bottom: 2px solid #484848;
  font-weight: bold;
}

.k-btn-outline-primary {
  background-color: #fff;
  border: 1px solid #3699ff;
  color: #3699ff;
}

.k-btn-rounded {
  border-radius: 20px 5px;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.service-list > span {
  position: absolute;
  width: 170%;
  content: "";
  height: 3px;
  background-color: rgba(144, 179, 183, 0.4235294118);
  top: 3rem;
}
.service-list .service-item {
  position: relative;
  border-right: 1px solid rgba(144, 179, 183, 0.2745098039);
  border-top: 3px solid rgba(144, 179, 183, 0.2745098039);
  padding: 20px;
  width: 33%;
  height: 150px;
  margin-bottom: 60px;
}
.service-list .service-item > span {
  position: absolute;
  top: -45px;
  right: -35px;
  display: grid;
  align-content: center;
  justify-items: center;
  font-size: 13px;
}
.service-list .service-item > span span {
  display: inline-block;
  padding: 10px 0;
  background-color: #fff;
  width: 70px;
  text-align: center;
}
.service-list .service-item > span small {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #53c658;
  border-radius: 50%;
  position: relative;
}
.service-list .service-item > span small::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 1;
  background-color: #53c658;
  border-radius: 50%;
  animation: shine 1s infinite;
}
.service-list .service-item p {
  font-size: 13px;
  max-width: 70%;
}

@keyframes shine {
  from {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  to {
    width: 25px;
    height: 25px;
    opacity: 0.1;
  }
}
.service-img {
  height: 450px;
  position: relative;
  z-index: 1;
  border: 10px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-radius: 10px;
}
.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.bg-blue {
  background-color: #3699ff;
  color: #fff;
}
.bg-blue.services {
  color: #fff;
}
.bg-blue .service-list .service-item > span span {
  background-color: #3699ff;
}
.bg-blue .cap {
  color: #fff;
  border-color: #fff;
}

.services {
  background-color: #f1f1f2;
}
.services .nav-link {
  background-color: #f3f3f3;
  box-shadow: -5px -5px 10px #fff, 5px 5px 10px #cdcdcd;
  color: #484848;
  padding: 0.5rem 1.5rem;
  font-size: 14px;
}
.services .nav-link.active {
  box-shadow: inset -5px -5px 10px #fff, inset 5px 5px 10px #cdcdcd;
  background-color: #f3f3f3;
  color: #3699ff;
}
.services .nav-pills {
  display: flex;
  gap: 20px;
  justify-content: center;
}

section {
  overflow: hidden;
}

.w-content {
  width: max-content !important;
}

.faq-img {
  width: 200px;
}

.faq-accordion {
  display: grid;
  gap: 15px;
}
.faq-accordion .accordion-item {
  border-radius: 10px;
  overflow: hidden;
  padding: 0 15px;
}
.faq-accordion .accordion-button {
  padding: 1rem 0;
  text-align: right;
}
.faq-accordion .accordion-button::after {
  background-image: none;
  content: "\f282";
  font-family: bootstrap-icons !important;
  margin-left: 0;
  margin-right: auto;
}
.faq-accordion .accordion-button:is(:hover, :focus) {
  box-shadow: none;
}
.faq-accordion .accordion-body {
  color: #484848;
  font-size: 14px;
}
.faq-accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
  color: #484848;
  border-bottom: 1px solid #484848;
}

.faq {
  background: radial-gradient(77.02% 123.21% at 6.43% 92.81%, #4eb6ff 0%, #0a66c2 63.64%, #0b5bab 100%);
  color: #fff;
}
.faq .cap {
  border-color: #fff;
}
@media (max-width: 767px) {
  .faq {
    font-size: 14px;
  }
}

footer {
  background-color: #2d2d2d;
  color: #fff;
}

.footer-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  line-height: 30px;
}
.footer-header p {
  text-align: justify;
}
.footer-header img {
  width: 200px;
}

.footer-body {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 250px;
  border-bottom: 1px solid #c2c2c2;
}

.contact {
  display: grid;
  gap: 15px;
}
.contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.contact li a {
  color: #fff;
}
.contact li span {
  font-size: 12px;
}
.contact li p {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 380px) {
  .contact li p {
    font-size: 11px;
  }
}

.cer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cer a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 130px;
  height: 130px;
  border-radius: 20px;
  padding: 15px;
}
@media (max-width: 767px) {
  .cer a {
    width: 90px;
    height: 90px;
  }
}
.cer a img {
  max-width: 100%;
  max-height: 100%;
}

.f-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .f-footer {
    justify-content: center;
  }
}
.f-footer .ul-link {
  font-size: 13px;
  display: flex;
  align-items: center;
  margin: 0;
}
.f-footer .ul-link li {
  padding: 0 20px;
}
.f-footer .ul-link li:not(:last-child) {
  border-left: 1px solid #c2c2c2;
}
@media (max-width: 380px) {
  .f-footer .ul-link li {
    padding: 0 15px;
  }
}
.f-footer .ul-link a {
  color: #fff;
}
@media (max-width: 380px) {
  .f-footer .ul-link a {
    font-size: 13px;
  }
}
.f-footer .ul-link a:hover {
  color: #e9b500;
}
.f-footer .social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 13px;
}
.f-footer .social ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.f-footer .social ul li {
  font-size: 18px;
  padding: 0 40px;
  height: 15px;
}
.f-footer .social ul li:not(:last-child) {
  border-left: 1px solid #c2c2c2;
}
.f-footer .social ul li a {
  color: #fff;
}

.condition .accordion-item {
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  position: relative;
}
.condition .accordion-item.accepted {
  border: 1px solid #23bd81 !important;
}
.condition .accordion-item.accepted::after {
  content: "\f26b";
  font-family: bootstrap-icons !important;
  position: absolute;
  left: 20px;
  top: 15px;
  color: #23bd81;
  font-size: 18px;
}
.condition h6 {
  width: max-content;
  margin: 0;
  font-size: 0.9rem;
  padding: 5px 15px;
  border-radius: 10px;
  background-color: #20b9fd;
  color: #fff;
}
.condition .accordion-header .accordion-button {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  color: #484848;
  font-size: 14px;
  background: transparent;
  cursor: pointer !important;
  width: max-content;
  border: 0;
  box-shadow: none;
}
.condition .accordion-header .accordion-button::after {
  content: none;
}
.condition .accordion-body {
  padding: 0;
  padding-top: 20px;
}
.condition .accordion-body p {
  margin-bottom: 20px;
}

.show-script {
  border: 1px solid #cdcdcd !important;
  border-radius: 5px;
  padding: 10px;
}
.show-script object {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.kv-file-upload {
  display: none;
}

.card {
  border: 0;
  border-radius: 10px;
  box-shadow: 0px 5.40154px 5.40154px rgba(0, 0, 0, 0.05), 0px 4.05115px 13.5038px rgba(0, 0, 0, 0.1), inset 0px 6.11296px 6.75192px rgba(0, 0, 0, 0.01);
  padding: 15px;
}
.card .card-title {
  display: grid;
  grid-template-columns: 130px auto;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .card .card-title {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1220px) {
  .card .card-title {
    grid-template-columns: 100%;
  }
}
.card .card-title h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .card .card-title h4 span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 822px) {
  .card .card-title .watch {
    display: none;
  }
  .card .card-title h4 span {
    font-size: 1rem;
  }
  .card .card-title p {
    font-size: 0.7rem;
  }
  .card .card-title span {
    font-size: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1220px) {
  .card .card-title .watch {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .card .card-title p {
    font-size: 0.8rem;
  }
  .card .card-title span {
    font-size: 9px;
  }
}
.card .card-body {
  padding: 0;
}
.card .card-body .watch {
  display: none;
}
@media screen and (max-width: 822px) {
  .card .card-body .watch {
    display: block;
  }
}
@media screen and (max-width: 822px) {
  .card .card-body > div {
    display: grid !important;
  }
  .card .card-body > div .k-btn {
    height: 40px;
    flex: 1;
    border-radius: 7px;
  }
  .card .card-body > div .watch {
    display: block;
  }
  .card .card-body > div .watch span {
    height: 40px;
    width: 40px;
    border-radius: 7px;
    background-color: #f1f5f8;
    color: #3699ff;
    border: 1px solid #c2c2c2;
    font-size: 20px;
  }
  .card .card-body > div span {
    border: 0 !important;
    padding: 0 !important;
    font-size: 11px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1220px) {
  .card .card-body > div {
    display: grid !important;
  }
  .card .card-body > div .k-btn {
    height: 40px;
    flex: 1;
    border-radius: 7px;
  }
  .card .card-body > div .watch {
    display: block;
  }
  .card .card-body > div .watch span {
    height: 40px;
    width: 40px;
    border-radius: 7px;
    background-color: #f1f5f8;
    color: #3699ff;
    border: 1px solid #c2c2c2;
    font-size: 20px;
  }
  .card .card-body > div span {
    border: 0 !important;
    padding: 0 !important;
    font-size: 11px;
  }
}
.card .card-img {
  border-radius: 10px;
  overflow: hidden;
  height: 130px;
  position: relative;
}
.card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card .card-img > span {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 11px;
  padding: 5px 20px;
  background-color: #23bd81;
  color: #fff;
  border-radius: 0 10px 0 50px;
}

.card-list {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 20px;
}
@media screen and (max-width: 575px) {
  .card-list {
    grid-template-columns: auto;
  }
}
@media screen and (min-width: 1500px) {
  .card-list {
    grid-template-columns: repeat(3, 31%);
  }
}
@media screen and (min-width: 1500px) and (max-width: 1655px) {
  .card-list .card-title .sp {
    font-size: 9px;
  }
  .card-list .card-title h4 {
    font-size: 1.3rem;
  }
  .card-list .card-body .dv {
    font-size: 12px;
  }
}

.watch span {
  width: 40px;
  height: 40px;
  background-color: #3699ff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
}
.watch input {
  display: none;
}
.watch input:checked + span {
  background-color: #23bd81;
}
.watch input:checked + span i::before {
  content: "\f19c";
  font-family: bootstrap-icons !important;
}

.preview span {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  color: #181547;
  cursor: pointer;
}
.preview input {
  display: none;
}
.preview input:checked + span {
  background-color: #e3e3e3;
}

.sp {
  display: flex;
  align-items: center;
  font-size: 13px;
  height: max-content;
  gap: 5px;
}
.sp i {
  font-size: 14px;
}
.sp span {
  padding-top: 2px;
}

.dv {
  border: 1px solid #c2c2c2;
  border-radius: 10px;
  font-size: 13px;
  padding: 7px;
}
.dv div > span {
  display: flex;
  justify-content: space-between;
}
.dv div > span:first-child {
  border-left: 1px dashed #c2c2c2;
}

.green-text {
  color: #23bd81;
}

.change-card-preview {
  display: flex;
  gap: 7px;
}
@media screen and (max-width: 822px) {
  .change-card-preview {
    display: none;
  }
}

.li-sp {
  font-size: 9px;
  display: none;
  padding: 3px 7px;
  border-radius: 10px;
}

.list-preview {
  grid-template-columns: 100%;
}
.list-preview .card {
  display: grid;
  grid-template-columns: 34% auto;
  justify-content: space-between;
}
@media screen and (max-width: 1315px) {
  .list-preview .card {
    grid-template-columns: 42% auto;
  }
}
.list-preview .card .card-body {
  display: flex;
  align-items: center;
}
.list-preview .card .card-body .watch {
  display: block;
}
.list-preview .card .card-body .watch span {
  height: 50px;
  width: 35px;
  border-radius: 7px;
  background-color: #f1f5f8;
  color: #3699ff;
  border: 1px solid #c2c2c2;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .list-preview .card .card-body .watch span {
    width: 30px;
  }
}
.list-preview .card .card-body .gap-3 {
  gap: 5px !important;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .list-preview .card .card-body .gap-3 {
    gap: 3px !important;
  }
}
.list-preview .card .card-body .dv {
  border: 0;
  display: flex !important;
  margin: 0 !important;
  padding: 0 !important;
}
.list-preview .card .card-body .dv div {
  padding: 0 !important;
  display: flex !important;
  align-items: center;
}
.list-preview .card .card-body .dv span {
  flex-direction: column;
  font-size: 10px;
  width: max-content !important;
  border: 0 !important;
  padding: 0 5px !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .list-preview .card .card-body .dv span {
    font-size: 9px;
  }
}
.list-preview .card .card-body > div {
  display: flex !important;
}
.list-preview .li-sp {
  display: inline-block;
}
.list-preview .card-title {
  grid-template-columns: 60px auto;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .list-preview .card-title {
    grid-template-columns: 50px auto;
  }
}
.list-preview .card-title h4 {
  font-size: 0.9rem;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .list-preview .card-title h4 {
    font-size: 0.7rem;
  }
}
.list-preview .card-title p {
  font-size: 0.7rem;
  display: flex;
  gap: 5px;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .list-preview .card-title p {
    font-size: 0.6rem;
  }
}
.list-preview .card-img {
  height: 60px;
  display: flex;
  justify-content: center;
}
.list-preview .card-img > span {
  bottom: 0;
  top: auto;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 9px;
}
.list-preview .card-img .watch span {
  width: 85px;
  height: 50px;
  justify-content: flex-start;
  padding-right: 10px;
  border-radius: 10px;
}
.list-preview .card-img img {
  width: 60px;
  position: absolute;
  left: 0;
  height: 50px;
  border-radius: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .list-preview .card-img {
    height: 50px;
  }
  .list-preview .card-img > span {
    right: 0;
    left: 0;
    font-size: 7px;
  }
  .list-preview .card-img img {
    width: 50px;
  }
}
.list-preview .cd-p {
  display: none;
}
.list-preview .card-title-sec2 {
  display: flex !important;
  gap: 10px;
}
.list-preview .card-title-sec2 div:first-child {
  display: grid;
  align-content: center;
  gap: 5px;
}
.list-preview .sp {
  font-size: 11px;
}
@media screen and (max-width: 1100px) {
  .list-preview .sp {
    font-size: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .list-preview .sp {
    font-size: 9px;
  }
}
.list-preview .k-btn {
  height: 50px !important;
  font-size: 11px;
  padding: 0.5rem 1rem;
  border-radius: 7px;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .list-preview .k-btn {
    font-size: 0.6rem;
    padding: 0.5rem;
  }
}
.list-preview .fl-column {
  flex-direction: column !important;
  justify-content: center !important;
  gap: 5px;
}
@media screen and (max-width: 1315px) {
  .list-preview .st {
    display: none !important;
  }
}

.bg-green {
  background-color: #23bd81;
  color: #fff;
}

.bg-pink {
  background-color: #e95f8b;
  color: #fff;
}

.total {
  border: 1px solid #c2c2c2;
  border-radius: 15px;
  overflow: hidden;
}
.total > div {
  display: grid;
  gap: 10px;
}
.total a {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  background-color: #3699ff;
  color: #fff !important;
  font-size: 13px;
  padding: 15px;
}

.w-item > div:first-child {
  border: 1px solid #c2c2c2;
  border-radius: 15px;
  display: grid;
  gap: 10px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .w-item .k-btn {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 640px) {
  .w-item.w-item-2 .k-btn {
    font-size: 11px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1310px) {
  .w-item.w-item-2 .k-btn {
    font-size: 11px;
  }
}

.cashModal .modal-content {
  background-color: #f3f3f3;
  border-radius: 15px;
}
.cashModal h5 {
  font-size: 1rem;
}
.cashModal .modal-body p {
  font-size: 12px;
}
.cashModal .modal-body .amount {
  display: grid;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0px 5.40154px 5.40154px rgba(0, 0, 0, 0.05), 0px 4.05115px 13.5038px rgba(0, 0, 0, 0.1), inset 0px 6.11296px 6.75192px rgba(0, 0, 0, 0.01);
}
.cashModal .modal-body .amount label {
  font-size: 13px;
}
.cashModal .modal-body .amount input {
  border: 0;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #f3f3f3;
}
.cashModal .modal-body .amount input::placeholder {
  font-size: 13px;
}
.cashModal .modal-body select {
  border: 1px solid #fff;
  border-radius: 10px;
  width: 100%;
  padding: 7px;
  box-shadow: 0px 5.40154px 5.40154px rgba(0, 0, 0, 0.05), 0px 4.05115px 13.5038px rgba(0, 0, 0, 0.1), inset 0px 6.11296px 6.75192px rgba(0, 0, 0, 0.01);
  font-size: 13px;
}

.ex-amount div {
  background-color: #fff;
  display: flex;
  box-shadow: 0px 5.40154px 5.40154px rgba(0, 0, 0, 0.05), 0px 4.05115px 13.5038px rgba(0, 0, 0, 0.1), inset 0px 6.11296px 6.75192px rgba(0, 0, 0, 0.01);
  font-size: 13px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.ex-amount div input {
  flex: 1;
  border: 0;
  padding: 5px 10px;
  text-align: left;
}
.ex-amount div input:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
.ex-amount div input::placeholder {
  color: #c2c2c2;
  font-size: 13px;
}
.ex-amount div span {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
  font-size: 12px;
}
.ex-amount p {
  font-size: 11px !important;
  text-align: left;
}

.ex-btn {
  width: 30px;
  height: 30px;
  background-color: #3699ff !important;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 5px auto;
  margin-bottom: 20px;
}
.ex-btn:hover {
  color: #fff;
}

.pay-list .search-result-list {
  min-width: 500px;
}
@media screen and (max-width: 600px) {
  .pay-list {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}

.breadcrumb {
  margin: 0;
  font-size: 13px;
}
.breadcrumb a {
  color: #0193fd;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-right: 3px;
  padding-left: 3px;
}

.project-detail .swiper {
  width: 100%;
}
.project-detail .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.project-detail .swiper .swiper-button-next,
.project-detail .swiper .swiper-button-prev {
  width: 20px;
  height: 35px;
  background: #f1f5f8;
  border-radius: 5px;
}
.project-detail .swiper .swiper-button-next::after,
.project-detail .swiper .swiper-button-prev::after {
  font-size: 14px;
  color: #3699ff;
}
.project-detail .swiper.mySwiper2 {
  height: 250px;
}
@media screen and (max-width: 767px) {
  .project-detail .swiper.mySwiper2 {
    height: 300px;
  }
}
.project-detail .swiper.mySwiper2 .swiper-button-next {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.project-detail .swiper.mySwiper2 .swiper-button-prev {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.project-detail .swiper.mySwiper {
  height: 80px;
}
.project-detail .swiper.mySwiper .swiper-button-next {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.project-detail .swiper.mySwiper .swiper-button-prev {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.project-detail .swiper.mySwiper .swiper-button-next,
.project-detail .swiper.mySwiper .swiper-button-prev {
  width: 20px;
  height: 30px;
  background: #f1f5f8;
  top: 60%;
}
.project-detail .swiper.mySwiper .swiper-button-next::after,
.project-detail .swiper.mySwiper .swiper-button-prev::after {
  font-size: 14px;
  color: #3699ff;
}

.pd-sec1 {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  background-color: #f1f5f8;
  padding: 10px;
  border-radius: 3px;
}
.pd-sec1 span {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .pd-sec1 {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .pd-sec1 {
    font-size: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .pd-sec1 {
    font-size: 10px;
    flex-direction: column;
    gap: 10px;
  }
}

.progress {
  position: relative;
  width: 100%;
  height: 15px;
  border-radius: 10px;
}
.progress div {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 10px;
}
.progress div.progress-1 {
  background: #3699ff;
  max-width: 98.5%;
  z-index: 4;
}
.progress div.progress-2 {
  background: #90bdff;
  max-width: 99%;
  z-index: 3;
}
.progress div.progress-3 {
  background: #d9d9d9;
  max-width: 99.5%;
  z-index: 2;
}

.progress-info {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}
.progress-info div {
  display: grid;
  font-size: 9px;
  justify-content: center;
  justify-items: center;
}
.progress-info div span {
  display: flex;
}
.progress-info div i {
  font-size: 14px;
}
.progress-info div.progress-1-info i {
  color: #3699ff;
}
.progress-info div.progress-2-info i {
  color: #90bdff;
}
.progress-info div.progress-3-info i {
  color: #d9d9d9;
}
.progress-info div.progress-4-info i {
  color: #f1f5f8;
}

.cap2 span {
  font-size: 13px;
  border-bottom: 2px solid #3699ff;
}

.pay-sec1 {
  background-color: #f1f5f8;
  border-radius: 5px;
  font-size: 11px;
  padding: 5px;
}
.pay-sec1 div {
  display: flex;
  justify-content: space-between;
  padding: 7px 10px;
}

.pay-sec2 {
  border-radius: 5px;
  font-size: 11px;
  padding: 5px;
  border: 1px solid #f1f5f8;
  height: 100%;
}
.pay-sec2 > div {
  display: grid;
  grid-template-columns: 40% auto;
}

.item-count {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.item-count input {
  height: 28px;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  text-align: center;
  width: 80px;
  font-size: 14px;
}
.item-count button {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  font-size: 18px;
}
.item-count button.plus {
  background-color: #23bd81;
  border: 1px solid #23bd81;
}
.item-count button.minus {
  background-color: #e95f8b;
  border: 1px solid #e95f8b;
}

.meter-price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  color: #3699ff;
}
.meter-price small {
  font-size: 11px;
}

.pay-sec3 .k-btn {
  border-radius: 5px;
  height: 35px;
}

.project-info {
  display: grid;
  align-content: center;
  justify-items: center;
  font-size: 13px;
  background-color: #f1f5f8;
  border-radius: 5px;
  padding: 25px;
  gap: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .project-info {
    padding: 15px;
    font-size: 12px;
  }
}

.s-item {
  background-color: #f1f5f8;
  padding: 0.5rem 1rem;
  border-radius: 15px;
  font-size: 11px;
}

.text p,
.text span {
  font-size: 13px;
  line-height: 22px;
}

.d-item {
  display: flex;
  font-size: 12px;
  align-items: center;
  gap: 5px;
}

.d-btn {
  border: 1px solid #3699ff;
  padding: 0.2rem 0.3rem;
  display: flex;
  align-items: center;
  border-radius: 10px;
  font-size: 12px;
  justify-content: center;
  gap: 5px;
}

.arrow-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(260.28deg, #0193fd 0%, #3f51f4 96.58%);
  box-shadow: -5px -5px 10px #ffffff, 5px 5px 10px rgba(0, 0, 0, 0.08);
  min-width: 300px;
  height: 45px;
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.arrow-link i {
  background-color: #fff;
  border-radius: 50%;
  color: #484848;
  width: 45px;
  height: 45px;
  position: absolute;
  right: -1px;
  box-shadow: inset 5px 5px 10px #cdcdcd, inset -5px -5px 10px #fff;
}
.arrow-link:is(:hover, :focus) {
  color: #fff;
}
.arrow-link.bg-white {
  background: #fff;
  color: #484848;
}
.arrow-link.green-linear {
  background: linear-gradient(235.66deg, #23bd81 9.25%, #068d58 91.06%);
}
.arrow-link.warning-linear {
  background: linear-gradient(235.66deg, #ffb800 9.25%, #ff6b00 91.06%);
}
@media (max-width: 767px) {
  .arrow-link {
    font-size: 14px;
  }
}

.not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 450px;
}
.not-found > svg {
  width: 400px;
}
@media screen and (max-width: 575px) {
  .not-found > svg {
    width: 280px;
  }
}

.counter2 {
  display: grid;
  justify-items: center;
  align-content: center;
  width: 100%;
  gap: 80px;
}
@media (max-width: 767px) {
  .counter2 {
    gap: 50px;
  }
}
.counter2 h5,
.counter2 p {
  text-align: center;
  font-size: 35px;
  color: #484848;
}
@media (max-width: 767px) {
  .counter2 h5,
  .counter2 p {
    font-size: 28px;
  }
}
.counter2 h5 {
  font-size: 30px;
  font-family: "yekanBakhF";
}
@media (max-width: 767px) {
  .counter2 h5 {
    font-size: 25px;
  }
}
.counter2 .counter-text {
  border-left: 2px solid #c2c2c2;
  width: 100%;
}
@media (max-width: 767px) {
  .counter2 .counter-text {
    border: 0;
  }
}
.counter2 .counter-icon {
  padding: 30px;
  border-radius: 50%;
  box-shadow: inset -15px -15px 20px #ffffff, inset 10px 10px 20px #cdcdcd;
  background-color: #fff;
}
.counter2 .counter-icon div {
  background-color: #ededed;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.4), inset 20px 20px 50px rgba(255, 255, 255, 0.35), inset -15px -15px 20px #cdcdcd, inset 10px 10px 10px #ffffff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .counter2 .counter-icon div {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .counter2 .counter-icon svg,
  .counter2 .counter-icon path {
    stroke: #2884ef;
    fill: #2884ef;
  }
}

.slider-sec {
  height: 250px;
  position: relative;
}
.slider-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-sec .slider-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 100px;
}
@media (max-width: 767px) {
  .slider-sec .slider-overlay {
    padding: 0 20px;
  }
}

.how-work {
  background-color: #f3f3f3;
}
.how-work .card {
  box-shadow: -10px -10px 15px #fff, 10px 10px 15px #cdcdcd;
  background-color: #f3f3f3;
  display: grid;
  grid-template-columns: 100px auto 250px;
  padding: 35px;
  gap: 30px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .how-work .card {
    grid-template-columns: auto;
    justify-items: center;
    gap: 20px;
  }
}
.how-work .card-count {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  box-shadow: inset 5px 5px 10px #cdcdcd, inset -5px -5px 10px #fff;
  border-radius: 50%;
  font-family: "yekanBakhB";
}
@media (max-width: 767px) {
  .how-work .card-count {
    order: 1;
    justify-self: baseline;
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .how-work .card-count {
    order: 1;
    justify-self: baseline;
    margin-top: -40px;
  }
}
.how-work .card-text h6 {
  font-family: "yekanBakhB";
  font-size: 1.1rem;
}
.how-work .card-text p {
  font-size: 14px;
  width: 80%;
  line-height: 30px;
}
@media (max-width: 767px) {
  .how-work .card-text p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .how-work .card-text {
    order: 2;
  }
}
.how-work .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 40%;
  box-shadow: inset 10px 10px 25px #cdcdcd, inset -10px -10px 20px #fff;
  background-color: #ededed;
}
.how-work .card-img img {
  width: 100px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .how-work .card-img {
    order: 0;
  }
}

.receipt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: max-content;
}
.receipt a {
  display: grid;
  gap: 5px;
  justify-items: center;
  color: #2d2d2d;
  font-size: 12px;
}
.receipt a div {
  padding: 10px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.filter-section {
  background: linear-gradient(12deg, #0193fd 0%, #3f51f4 100%);
}
.filter-section .k-link {
  color: #fff;
}

.h-form-input {
  display: flex;
  align-items: center;
  gap: 10px;
}
.h-form-input label {
  font-size: 14px;
}
.h-form-input select {
  background-color: transparent !important;
  border: 1px solid #f3f3f3 !important;
  border-radius: 10px !important;
  height: 42px;
  padding: 5px 15px !important;
  box-sizing: border-box !important;
  font-size: 14px;
  color: #fff;
  appearance: auto;
}
.h-form-input select:is(:focus, :active, :visited) {
  color: #fff !important;
  border-color: #fff !important;
}
.h-form-input select option {
  color: #181c32 !important;
}
@media (max-width: 850px) {
  .h-form-input {
    flex-direction: column;
    align-items: flex-start;
  }
}

.filter-section__div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  color: #fff;
}
.filter-section__div .filter-section__item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.filter-section__div .filter-section__item p {
  display: grid;
  text-align: center;
}
.filter-section__div .h-form-input select {
  width: 120px;
}
@media (max-width: 767px) {
  .filter-section__div {
    width: 100%;
  }
}

.card-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 320px));
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .card-list {
    grid-template-columns: auto;
  }
}
@media screen and (min-width: 1500px) {
  .card-list {
    grid-template-columns: repeat(3, 31%);
  }
}
@media screen and (min-width: 1500px) and (max-width: 1655px) {
  .card-list .card-title .sp {
    font-size: 9px;
  }
  .card-list .card-title h4 {
    font-size: 1.3rem;
  }
  .card-list .card-body .dv {
    font-size: 12px;
  }
}
.card-list .card-body {
  padding: 0;
}

.card-item {
  border: 0;
  width: 320px;
  height: max-content;
  border-radius: 15px;
  margin: auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: grid;
  gap: 10px;
  padding: 15px;
  transition: 0.3s;
  background-color: #fff;
}
.card-item:hover {
  transform: translateY(-5px);
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}
.card-item .card-header {
  border-radius: 7px;
  height: 100px;
  position: relative;
  padding: 0;
  border: 0;
  overflow: hidden;
}
.card-item .card-header .card-img img {
  object-fit: cover;
  height: 100px;
  width: 100%;
}
.card-item .card-header .card-img img,
.card-item .card-header .card-img .mask {
  width: 100%;
}
.card-item .card-header .card-img .mask {
  background-color: rgba(0, 15, 94, 0.8);
  backdrop-filter: blur(1px);
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
}
.card-item .card-header .card-title {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: end;
  gap: 9px;
}
.card-item .card-header .card-title .card-title-info {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 20px;
  padding: 0px 15px;
}
.card-item .card-header .card-title .card-title-info .card-name {
  font-size: 20px;
  font-weight: 900;
}
.card-item .card-header .card-title .card-title-info p {
  display: flex;
  gap: 5px;
  font-size: 13px;
}
.card-item .card-header .card-title .badge-container {
  font-size: 12px;
  color: #fff;
  width: 100%;
  display: grid;
  grid-template-columns: 60% 40%;
  text-align: center;
  height: 30px;
  line-height: 20px;
}
.card-item .card-header .card-title .badge-container .badge-right {
  background-color: #23bd81;
  text-align: right;
  text-indent: 8px;
  padding: 5px;
  position: relative;
}
.card-item .card-header .card-title .badge-container .badge-right::after {
  content: "";
  height: 100%;
  border-right: 15px solid #23bd81;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  position: absolute;
  left: -30px;
  top: 0;
  z-index: 1;
  -webkit-box-shadow: inset 3px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 3px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 3px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.card-item .card-header .card-title .badge-container .badge-left {
  padding: 5px;
  background-color: #ffa14a;
  text-align: center;
}
.card-item .card-body p {
  gap: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #181c32;
}
.card-item .card-body p strong {
  color: #181c32;
  margin-left: 4px;
}
.card-item .card-body p.card-item-value {
  color: #a1a5b7;
}
.card-item .card-body p.card-item-value strong {
  color: #181c32;
}
.card-item .card-body p.card-item-key i {
  font-size: 8px;
}
.card-item .card-body .progress-content {
  border: 0.5px solid #f4f4f4;
  padding: 8px;
  display: block;
  border-radius: 7px;
  margin-bottom: 5px;
}
.card-item .card-body .progress-content .progressbar-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}
.card-item li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid #e1e3ea;
}
.card-item li:last-child {
  border: 0;
}
.card-item .progress {
  height: 5px;
  background-color: #f1f1f2;
}
.card-item .progress .progress-bar {
  background-color: #f6c000;
}
.card-item .progress .progress-bar.progress-info {
  background-color: #7d97f4;
}
.card-item .k-btn {
  width: 100% !important;
}
.card-item.on {
  position: sticky;
  top: 100px;
}

.carousel {
  height: 500px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.carousel .carousel-item {
  height: 500px;
}
.carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  width: 8%;
}
.carousel .carousel-control-next-icon,
.carousel .carousel-control-prev-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.slider-badge {
  width: 120px;
  position: absolute;
  bottom: -65px;
  left: 50%;
  margin-left: -60px;
}

.k-bg-white, .dashed-border, .d-box {
  background-color: #fff;
}

.dashed-border, .d-box {
  border: 1px dashed #d8d8e5;
}

.br-10 {
  border-radius: 10px;
}

.g-box, .normal-hints li, .bold-hints li, .project-summery div {
  border: 1px solid #e1e3ea;
  flex: 1;
  border-radius: 10px;
  padding: 15px;
  display: grid;
  gap: 10px;
  background-color: #fff;
}
.g-box span, .normal-hints li span, .bold-hints li span, .project-summery div span {
  font-size: 13px;
  color: #a1a5b7;
}

.d-box p {
  color: #5e6278;
  font-size: 14px;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.project-summery {
  display: flex;
  gap: 40px;
}
.project-summery div {
  justify-items: center;
}

.bold-hints {
  display: grid;
  gap: 15px;
}
.bold-hints li {
  position: relative;
}
.bold-hints li > i {
  position: absolute;
  right: -11px;
  z-index: 1;
  top: 40%;
  background-color: #fff;
  color: #d8d8e5;
  font-size: 22px;
}
.bold-hints li p {
  color: #181c32;
  display: flex;
  align-items: center;
  gap: 5px;
}
.bold-hints li p i {
  font-size: 5px;
}

.normal-hints {
  display: grid;
  gap: 15px;
}
.normal-hints li {
  position: relative;
  border: 0;
  padding: 0 !important;
}
.normal-hints li > i {
  position: absolute;
  right: -11px;
  z-index: 1;
  top: 40%;
  background-color: #fff;
  color: #d8d8e5;
  font-size: 22px;
}
.normal-hints li p {
  color: #181c32;
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 5px;
}
.normal-hints li p i {
  font-size: 5px;
}
.normal-hints li span {
  color: #3f4254;
}

.project-price li {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-radius: 5px;
  color: #5e6278;
}
.project-price li:nth-child(odd) {
  background-color: #f1f1f2;
}
.project-price li small {
  color: #a1a5b7;
  margin-right: 5px;
}
.project-price li:last-child {
  background-color: #fff;
  border-top: 1px dashed #d8d8e5;
  margin-top: 10px;
  padding-top: 15px;
}
.project-price li:last-child span {
  font-weight: bold;
  font-size: 14px;
}
.project-price li:last-child small {
  font-weight: 500;
}

.download-list a {
  color: #5e6278;
  padding: 5px 0;
  display: inline-block;
}
.download-list a i {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-left: 5px;
}

.location-banner {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.grade-sec {
  display: flex;
  justify-content: center;
}

.grade {
  width: 70%;
  border-radius: 10px;
  height: 15px;
  display: flex;
}
.grade div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grade div.grade-a {
  background-color: #2196f3;
  border-radius: 0 10px 10px 0;
}
.grade div.grade-a span {
  background-color: #2196f3;
}
.grade div.grade-b {
  background-color: #4caf50;
}
.grade div.grade-b span {
  background-color: #4caf50;
}
.grade div.grade-c {
  background-color: #92c125;
}
.grade div.grade-c span {
  background-color: #92c125;
}
.grade div.grade-d {
  background-color: #cddc39;
}
.grade div.grade-d span {
  background-color: #cddc39;
}
.grade div.grade-e {
  background-color: #ff7043;
  border-radius: 10px 0 0 10px;
}
.grade div.grade-e span {
  background-color: #ff7043;
}
.grade div.active span {
  display: flex;
}
.grade span {
  width: 30px;
  height: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: "yekanBakhM", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding-top: 5px;
  color: #fff;
  display: none;
}

.grade-table-header {
  border-bottom: 1px solid #d8d8e5;
  padding: 5px;
}
.grade-table-header div {
  text-align: center;
}

.grade-table-body .grade {
  direction: ltr;
}
.grade-table-body .grade div {
  background-color: #50cd89;
}
.grade-table-body .grade div:not(:last-child) {
  border-right: 2px solid #fff;
}
.grade-table-body .grade div:first-child {
  border-radius: 10px 0 0 10px;
}
.grade-table-body .grade div:last-child {
  border-radius: 0 10px 10px 0;
}
.grade-table-body .grade div.active {
  background-color: #50cd89;
}
.grade-table-body .grade div.active ~ div {
  background-color: #e1e3ea;
}
.grade-table-body .grade span {
  background-color: #fff;
  color: #3f4254;
}

.table-total-garde {
  display: flex;
  gap: 10px;
  align-items: center;
}
.table-total-garde .table-total-garde-text {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-top: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-family: "yekanBakhM", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue";
  font-weight: bold;
}
.table-total-garde .table-total-garde-text.grade-a {
  background-color: #2196f3;
}
.table-total-garde .table-total-garde-text.grade-b {
  background-color: #4caf50;
}
.table-total-garde .table-total-garde-text.grade-c {
  background-color: #92c125;
}
.table-total-garde .table-total-garde-text.grade-d {
  background-color: #cddc39;
}
.table-total-garde .table-total-garde-text.grade-e {
  background-color: #ff7043;
}
.table-total-garde strong {
  font-size: 18px;
}

.notice {
  font-size: 13px;
  color: #5e6278;
}
.notice span {
  color: #3699ff;
}

.resume p {
  font-size: 14px;
  text-align: justify;
  color: #5e6278;
}
.resume .card {
  border-radius: 10px;
  overflow: hidden;
}
.resume .card img {
  height: 80px;
  width: 100%;
  object-fit: cover;
}
.resume .card .card-body {
  text-align: center;
}
.resume .card .card-body h6,
.resume .card .card-body address {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.resume .card .card-body h6 {
  color: #181c32;
  font-size: 0.85rem;
  font-weight: bold;
}
.resume .card .card-body address {
  font-size: 13px;
  color: #7e8299;
  margin-top: 10px;
  margin-bottom: 0;
}

.buy-sec {
  background-color: #f1f1f2;
  border-radius: 5px;
  width: 68%;
  position: fixed;
  z-index: 10;
  bottom: 30px;
  left: 8%;
  padding: 10px 5px;
  padding-top: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border: 3px solid #fff;
  font-size: 13px;
}
.buy-sec .k-btn {
  height: 35px;
}
.buy-sec p {
  display: flex;
  justify-content: space-between;
  color: #5e6278;
}
.buy-sec p span {
  color: #181c32;
  font-weight: bold;
}

.fs-13 {
  font-size: 13px !important;
}

.stock-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  background-color: #fff;
  border: 1px solid #e1e3ea;
  border-radius: 5px;
  width: max-content;
  overflow: hidden;
}
.stock-counter span {
  width: 20px;
  text-align: center;
  display: inline-block;
}
.stock-counter button {
  background-color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border: 0;
}
.stock-counter button.plus {
  color: #50cd89;
}
.stock-counter button.minus {
  color: #f1416c;
}
.stock-counter input {
  width: 25px;
  border: 0;
  text-align: center;
}

.k-bg-gray {
  background-color: #f1f1f2;
}

.other-project .card {
  border: 1px solid #e1e3ea;
  box-shadow: none;
}

.c-input {
  display: flex;
  border: 1px solid #3699ff;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  font-size: 13px;
  padding: 8px 5px;
  gap: 10px;
  color: #5e6278;
}
.c-input small {
  font-size: 11px;
}
.c-input input {
  flex: 1;
  text-align: left;
  border: 0;
  color: #181c32;
  font-size: 14px;
}
.c-input input:focus {
  box-shadow: none;
  border: 0;
}
.c-input span {
  display: inline-block;
  padding: 0 10px;
}

.calculator {
  padding: 30px 20px;
  display: grid;
  gap: 10px;
}
.calculator .range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 7px;
  outline: none;
  direction: ltr;
  border-radius: 5px;
  background: linear-gradient(to right, #3699ff 0%, #3699ff 39%, #d8d8e5 39%, #d8d8e5 100%);
  transition: background 300ms ease-in;
  overflow: visible;
}
.calculator .range::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  border: 1px solid #3699ff;
  z-index: 1;
}

.c-price li {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #5e6278;
  padding: 5px 0;
}
.c-price li:not(:last-child) {
  border-bottom: 1px solid #d8d8e5;
}
.c-price li span:last-child {
  color: #181c32;
}
.c-price li small {
  color: #5e6278;
  font-size: 12px;
  padding-right: 10px;
}

.c-total {
  background-color: #f1f1f2;
  border-radius: 5px;
  border: 1px solid #d8d8e5;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  color: #5e6278;
}
.c-total strong {
  color: #181c32;
  font-size: 15px;
}

.highcharts-data-labels,
.highcharts-credits {
  display: none;
}

.navbar-toggler {
  color: #fff;
  font-size: 35px;
}
.navbar-toggler:focus {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.shortcut {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.shortcut a {
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px;
  color: #181c32;
  border-radius: 7px;
  width: 100%;
  height: 75px;
}
@media (min-width: 500px) {
  .shortcut a {
    width: 47%;
  }
}

.menu-offcanvas {
  background-color: #2d2d2d;
}
.menu-offcanvas .btn-close {
  color: #fff !important;
  padding: 8px !important;
}
.menu-offcanvas a:not(.navbar-brand) {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  color: #fff;
  border-radius: 7px;
  width: 100%;
  height: 75px;
}
.menu-offcanvas .logo {
  height: 30px;
}

.chart-helper {
  display: grid;
  gap: 7px;
}
.chart-helper li {
  font-size: 14px;
}
.chart-helper li span {
  display: inline-block;
  width: 6px;
  height: 12px;
  border-radius: 10px;
  margin-left: 10px;
}
.chart-helper li span.cash {
  background-color: #50cd89;
}
.chart-helper li span.blocked {
  background-color: #3699ff;
}
.chart-helper li span.hami {
  background-color: #7239ea;
}

.overview-chart {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: grid;
  justify-items: center;
  gap: 15px;
}
.overview-chart .pai-chart {
  padding: 10px;
}
.overview-chart .chart-info {
  display: flex;
  font-size: 13px;
  gap: 20px;
}
.overview-chart span {
  display: inline-block;
  width: 11px;
  height: 6px;
  border-radius: 10px;
  margin-left: 5px;
}
.k-bg-success {
  background-color: #47be7d;
}

.k-bg-warning {
  background-color: #f6c000;
}

.k-bg-primary {
  background-color: #3699ff;
}

.general-transactions {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}
.general-transactions .general-transactions__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.general-transactions .general-transactions__header p {
  font-size: 13px;
}

.time-filter {
  display: flex;
  gap: 15px;
}
.time-filter input {
  display: none;
}
.time-filter input:checked + label {
  background-color: #3f4254;
  color: #fff;
}
.time-filter label {
  display: inline-block;
  padding: 0.3rem 1rem;
  border: 1px solid #3f4254;
  border-radius: 10px;
  font-size: 12px;
  cursor: pointer;
}

.instant-statistics {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.instant-statistics .instant-statistics__item {
  padding: 20px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  flex-grow: 1;
  display: grid;
  justify-items: center;
  border-radius: 10px;
}
.instant-statistics .instant-statistics__item strong {
  font-size: 1.5rem;
  margin: 0;
}
.instant-statistics .instant-statistics__item span {
  font-size: 13px;
}
.instant-statistics .instant-statistics__item p {
  font-size: 14px;
  color: #3f4254;
  margin-top: 20px;
}

.market-overview {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  padding: 20px;
}

.market-overview__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 5px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e1e3ea;
}

.market-overview__serach-box {
  display: flex;
  align-items: center;
  border: 1px solid #e1e3ea;
  border-radius: 10px;
  overflow: hidden;
  padding: 3px;
  position: relative;
  bottom: 10px;
}
.market-overview__serach-box input {
  border: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 200px;
  font-size: 13px;
}
.market-overview__serach-box input::placeholder {
  color: #5e6278;
}
.market-overview__serach-box input:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}
.market-overview__serach-box button {
  font-size: 14px;
  padding: 2px 5px;
  background-color: #fff;
  border: 0;
  color: #a1a5b7;
  padding-top: 8px;
}
.market-overview__serach-box button:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}
.market-overview__serach-box button:hover {
  color: #181c32;
}

.market-overview__type {
  display: flex;
  gap: 15px;
  height: 100%;
}
.market-overview__type input {
  display: none;
}
.market-overview__type input:checked + label::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: 15px 15px 0 0;
  background-color: #3699ff;
}
.market-overview__type label {
  display: inline-block;
  padding: 0.3rem;
  font-size: 12px;
  cursor: pointer;
  position: relative;
}

.usage-type {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 13px;
}
.usage-type div {
  display: flex;
  gap: 10px;
}
.usage-type input {
  display: none;
}
.usage-type input:checked + label {
  padding: 5px;
}
.usage-type input:checked + label i {
  display: flex;
}
.usage-type input:checked + label[for=ut1] {
  background: rgba(54, 153, 255, 0.1);
  color: #3699ff;
  border-color: #3699ff;
}
.usage-type input:checked + label[for=ut1] i {
  background-color: rgba(54, 153, 255, 0.2);
  color: #3699ff;
}
.usage-type input:checked + label[for=ut2] {
  background: rgba(241, 65, 108, 0.1);
  color: #f1416c;
  border-color: #f1416c;
}
.usage-type input:checked + label[for=ut2] i {
  background-color: rgba(241, 65, 108, 0.2);
  color: #f1416c;
}
.usage-type input:checked + label[for=ut3] {
  background: rgba(24, 21, 71, 0.1);
  color: #181547;
  border-color: #181547;
}
.usage-type input:checked + label[for=ut3] i {
  background-color: rgba(24, 21, 71, 0.2);
  color: #181547;
}
.usage-type input:checked + label[for=ut4] {
  background: rgba(246, 192, 0, 0.1);
  color: #f6c000;
  border-color: #f6c000;
}
.usage-type input:checked + label[for=ut4] i {
  background-color: rgba(246, 192, 0, 0.2);
  color: #f6c000;
}
.usage-type input:checked + label[for=ut5] {
  background: rgba(80, 205, 137, 0.1);
  color: #50cd89;
  border-color: #50cd89;
}
.usage-type input:checked + label[for=ut5] i {
  background-color: rgba(80, 205, 137, 0.2);
  color: #50cd89;
}
.usage-type label {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #e1e3ea;
  padding: 5px 10px;
  border-radius: 10px;
  color: #a1a5b7;
  cursor: pointer;
}
.usage-type label i {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.state-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.state-list a {
  color: #181c32;
  border: 1px solid #e1e3ea;
  display: inline-block;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}
.state-list a h6 {
  font-size: 0.9rem;
}
.state-list a p {
  color: #7e8299;
  font-size: 12px;
}

.city-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.city-list input {
  display: none;
}
.city-list input:checked + label {
  border-color: #3699ff;
  color: #3699ff;
  background-color: rgba(54, 153, 255, 0.1);
}
.city-list input:checked + label small {
  color: rgba(54, 153, 255, 0.7);
}
.city-list label {
  color: #181c32;
  border: 1px solid #e1e3ea;
  display: inline-block;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  cursor: pointer;
}
.city-list label h6 {
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
}
.city-list label h6 small {
  font-size: 12px;
  color: #7e8299;
}

.select-all {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.select-all input {
  margin-bottom: 5px;
}

#selected-cities {
  display: none;
  gap: 10px;
  align-items: center;
  font-size: 13px;
}
#selected-cities.on {
  display: flex;
  border-top: 1px solid #e1e3ea;
  padding: 10px 0;
}
#selected-cities div {
  display: flex;
  gap: 15px;
}
#selected-cities span {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #e1e3ea;
  padding: 5px 7px;
  border-radius: 10px;
  color: #a1a5b7;
  cursor: pointer;
}
#selected-cities span i {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(54, 153, 255, 0.2);
  color: #3699ff;
}
#selected-cities span:hover {
  background: rgba(54, 153, 255, 0.2);
  color: #3699ff;
  border-color: #3699ff;
}

.remove-city {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}

.c-table {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.c-table span {
  display: inline-block;
  text-align: center;
  padding: 0.6rem 1rem;
}

.c-table-header {
  background-color: #f1f1f2;
}

.c-table-body {
  display: grid;
  gap: 5px;
}

.disable {
  color: #a1a5b7 !important;
  pointer-events: none;
}

.c-table-header,
.c-table-body div {
  display: grid;
  grid-template-columns: 50px repeat(8, 1fr);
  font-size: 12px;
  border-radius: 10px;
  border: 1px solid #e1e3ea;
}

.k-text-success {
  color: #50cd89 !important;
}

.k-text-primary {
  color: #3699ff !important;
}

.k-text-danger {
  color: #f1416c !important;
}

.k-text-purple {
  color: #181547 !important;
}

.k-text-warning {
  color: #f6c000 !important;
}

.user-btn {
  font-size: 13px;
  color: #fff;
  align-items: center;
}
.user-btn:hover {
  color: #e9b500;
}
.user-btn:hover path {
  stroke: #e9b500;
}
.user-btn span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 103px;
}

.k-btn-primary:disabled {
  background: #dfdfdf !important;
}

.show-collapse-wrapper.collapsed .arrow-collapse-wrapper {
  background: #eef6ff;
  padding: 5px 10px;
  border-radius: 70px;
  border: 1px solid #3699ff;
}
.show-collapse-wrapper.collapsed .arrow-collapse-wrapper .show-collpase {
  display: inline;
}
.show-collapse-wrapper.collapsed .arrow-collapse-wrapper .hide-collpase {
  display: none;
}
.show-collapse-wrapper.collapsed .arrow-collapse-wrapper svg {
  transform: rotate(0deg);
  transition: 0.3s;
}
.show-collapse-wrapper.collapsed .arrow-collapse-wrapper svg path {
  stroke: #3699ff;
  stroke-width: 2px;
}

.show-collapse-wrapper .arrow-collapse-wrapper {
  padding: 5px 10px;
  border-radius: 70px;
  /* color: #fff; */
  border: 1px solid #d9214d;
}
.show-collapse-wrapper .arrow-collapse-wrapper .show-collpase {
  display: none;
}
.show-collapse-wrapper .arrow-collapse-wrapper .hide-collpase {
  display: inline;
}
.show-collapse-wrapper .arrow-collapse-wrapper svg {
  transition: 0.3s;
  transform: rotate(180deg);
}
.show-collapse-wrapper .arrow-collapse-wrapper svg path {
  stroke: #d9214d;
  stroke-width: 2px;
}

.rule-container {
  background-color: #fff !important;
  padding: 30px 40px !important;
  border-radius: 25px;
  border: 1px solid #e8e8e8;
}

.rule-wrapper * {
  font-family: "yekanBakhM" !important;
  line-height: 35px !important;
  font-size: 15px !important;
}

.rule-wrapper span strong {
  font-size: 18px !important;
}

.sa-button-container {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}/*# sourceMappingURL=style.css.map */