@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

a:focus, button:focus, input:focus, textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@font-face {
  font-family: "yekanbakh";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-04-Regular.ttf") format("eot"), url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-04-Regular.eot") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "yekanbakhFat";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-08-Fat.eot") format("eot"), url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-08-Fat.ttf") format("woff"), url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-08-Fat.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "yekanbakhBold";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-06-Bold.eot") format("eot"), url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-06-Bold.ttf") format("woff"), url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-06-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "yekanbakhHeavy";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-07-Heavy.eot") format("eot"), url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-07-Heavy.ttf") format("woff"), url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-07-Heavy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "yekanbakhMedium";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-05-Medium.eot") format("eot"), url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-05-Medium.ttf") format("woff"), url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-05-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url("./../fonts/Poppins-Font/poppins-medium-webfont.eot") format("eot"), url("./../fonts/Poppins-Font/poppins-medium-webfont.ttf") format("ttf"), url("./../fonts/Poppins-Font/poppins-medium-webfont.woff") format("woff"), url("./../fonts/Poppins-Font/poppins-medium-webfont.woff2") format("woff2");
  font-weight: normal;
}
.font-bold {
  font-family: yekanBakhBold;
}

.gray-300 {
  color: #e1e3ea;
}

.gray-700 {
  color: #5e6278;
}

.gray-800 {
  color: #3f4254;
}

.primary-light {
  color: #eef6ff;
}

.primary {
  color: #3699ff;
}

button {
  box-shadow: none;
  outline: none;
}
button:is(:focus, :hover) {
  box-shadow: none;
  outline: none;
}

i {
  display: flex;
  align-items: center;
  justify-content: center;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
* {
  box-sizing: border-box !important;
}

ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

.k-btn, .pattern-item .pattern-badge {
  outline: none;
  border: 1px solid #dadada;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 1.5rem;
  gap: 5px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 14px;
  transition: 0.3s;
  font-family: yekanBakh, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.k-btn:hover, .pattern-item .pattern-badge:hover, .k-btn:focus, .pattern-item .pattern-badge:focus {
  outline: none;
  cursor: pointer;
}

.k-btn-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  color: #3699ff !important;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 3px;
}
.k-btn-icon:hover {
  background-color: rgba(54, 153, 255, 0.1);
  border-color: #0aa8ff;
}

.k-btn-icon-danger {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  color: #e11d48 !important;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 3px;
}
.k-btn-icon-danger:hover {
  background-color: rgba(225, 29, 72, 0.1);
  border-color: #fb7185;
}

.swal2-styled {
  outline: none !important;
  border: 1px solid #dadada !important;
  display: inline-flex;
  text-align: center;
  justify-content: center !important;
  align-items: center !important;
  padding: 0.3rem 1.5rem !important;
  gap: 5px !important;
  height: 40px !important;
  box-sizing: border-box !important;
  border-radius: 5px !important;
  font-size: 14px !important;
}
.swal2-styled:hover, .swal2-styled:focus {
  outline: none !important;
  cursor: pointer !important;
}
.swal2-styled.grid-btn {
  display: grid !important;
  height: max-content !important;
  gap: 0 !important;
}

.swal2-styled {
  width: max-content;
}

.k-btn-primary {
  background-color: #3699ff;
  border: 1px solid #3699ff;
  color: #fff;
}
.k-btn-primary:hover {
  color: #fff;
}

.k-btn-success {
  background-color: #50cd89;
  border: 1px solid #50cd89;
  color: #fff;
}
.k-btn-success:hover {
  color: #fff;
  background-color: #46b378;
  border-color: #46b378;
}

.swal2-confirm {
  background-color: #50cd89 !important;
  border: 1px solid #50cd89 !important;
  color: #fff !important;
}
.swal2-confirm:hover {
  color: #fff !important;
  background-color: #46b378 !important;
  border-color: #46b378 !important;
}

.k-btn-outline-default {
  background-color: transparent;
  border-color: #e1e3ea;
  color: #5e6278;
}
.k-btn-outline-default:hover {
  background-color: #e1e3ea;
  color: #181c32;
}

.swal2-styled.swal2-cancel {
  background-color: transparent !important;
  border-color: #e1e3ea !important;
  color: #5e6278 !important;
}

.swal2-icon {
  margin-top: 25px !important;
  margin-bottom: 35px !important;
  font-size: 18px !important;
}

.k-btn-danger {
  background-color: #d44848;
  border: 1px solid #d44848;
  color: #fff;
}
.k-btn-danger:hover {
  color: #fff;
}

.k-link {
  font-size: 14px !important;
  display: flex !important;
  gap: 5px;
  align-items: center;
  justify-content: center !important;
  cursor: pointer;
}

.k-btn-outline-main {
  background-color: #fff;
  border: 1px solid #1f024e;
  color: #1f024e;
}
.k-btn-outline-main:hover {
  color: #1f024e;
}

.k-btn-white {
  background-color: #fff;
  color: #1f024e;
  height: 40px;
}
.k-btn-white:hover {
  background-color: #f1f1f1;
  color: #333;
}

body {
  display: flex;
  flex-direction: column;
  background-color: white;
  text-align: right;
  direction: rtl;
  color: #3f4254;
  font-family: yekanBakh, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
}

.login-sec {
  position: relative;
}

.login-sec img {
  width: 100%;
  opacity: 1;
  border-radius: 0 0 15px 15px;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .login-sec img {
    height: 570px;
    object-fit: cover;
  }
}
@media screen and (max-width: 575px) {
  .login-sec img {
    object-fit: fill;
  }
}

.swiper {
  width: 100%;
}

.k-link {
  color: #474747;
  font-size: 14px;
}

select {
  border: 1px solid #dadada;
  border-radius: 5px;
  background: #fcfcfc;
  height: 40px;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 1rem;
  width: 100%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='gray' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 0.1rem 0.5rem;
  background-size: 17px;
}
select.form-check-input2 {
  padding-left: 1.5rem;
}

.select-label {
  position: relative;
}
.select-label::after {
  content: "\f282";
  position: absolute;
  z-index: 1;
  font-family: bootstrap-icons !important;
  top: 12px;
  left: 8px;
}
.select-label .addressBox {
  width: 100% !important;
}
.select-label .addressBox .searchAddress-input {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
.select-label .addressBox .searchAddress-input::placeholder {
  font-size: 13px;
}
.select-label .addressBox .searchAddress-input:focus {
  border-color: #1f024e;
}
.select-label .addressBox a {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  color: #1b1b1b;
}

.form-input {
  position: relative;
}
.form-input label {
  position: absolute;
  top: 8px;
  z-index: 1;
  right: 15px;
  background-color: transparent;
  padding: 0 5px;
  transition: 0.3s;
  font-size: 14px;
}
.form-input input,
.form-input select,
.form-input textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #dadada;
  border-radius: 5px;
  text-indent: 10px;
}
.form-input input:not(:placeholder-shown) + label, .form-input input:focus + label,
.form-input select:not(:placeholder-shown) + label,
.form-input select:focus + label,
.form-input textarea:not(:placeholder-shown) + label,
.form-input textarea:focus + label {
  top: -12px;
  font-size: 9px;
  background-color: #fff;
}
.form-input input:-internal-autofill-selected,
.form-input select:-internal-autofill-selected,
.form-input textarea:-internal-autofill-selected {
  background-color: #fff !important;
}
.form-input i {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 10px;
}

.form-select {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  background-position: left 0.75rem center;
}

.form-input2 {
  position: relative;
  display: grid;
  gap: 5px;
  width: 100%;
}
.form-input2 label {
  padding: 0 5px;
  font-size: 13px;
  text-align: right;
}
.form-input2 input,
.form-input2 select,
.form-input2 textarea,
.form-input2 .form-select {
  width: 100%;
  height: 40px;
  border: 1px solid #dadada;
  border-radius: 10px;
  text-indent: 10px;
  font-size: 14px;
}
.form-input2 input:focus,
.form-input2 select:focus,
.form-input2 textarea:focus,
.form-input2 .form-select:focus {
  border: 1px solid #50cd89 !important;
  box-shadow: none;
}
.form-input2 input::placeholder,
.form-input2 select::placeholder,
.form-input2 textarea::placeholder,
.form-input2 .form-select::placeholder {
  font-size: 13px;
  color: #a1a5b7;
}
.form-input2 textarea {
  height: 100px;
  resize: none;
}
.form-input2 > i {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 10px;
}
.form-input2.has-success label {
  color: #3f4254;
}
.form-input2.has-success select,
.form-input2.has-success input,
.form-input2.has-success textarea {
  border-color: #dadada;
}
.form-input2.has-success select:focus,
.form-input2.has-success input:focus,
.form-input2.has-success textarea:focus {
  border-color: #50cd89;
  box-shadow: none;
}
.form-input2.has-error label {
  color: #3f4254;
}

#submit,
#submit2 {
  background-color: #d9d9d9;
  color: #839194;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 0;
  font-size: 13px;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  cursor: pointer;
  width: max-content;
  pointer-events: none;
}
#submit.active,
#submit2.active {
  background: #50cd89;
  color: #fff;
  pointer-events: all;
}

.code-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-direction: row-reverse;
}
.code-container input {
  width: 45px;
  height: 40px;
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 5px;
  font-size: 18px;
}
.code-container input:focus {
  border-color: #3b0b89;
}

.resend {
  display: none;
}

.changeNumber,
.resend {
  font-size: 12px;
  color: #1f024e;
  text-decoration: none;
  border: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.dashboard {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 15px;
  height: max-content;
  padding: 20px;
  padding-top: 0 !important;
}
@media screen and (min-width: 1400px) {
  .dashboard {
    max-width: 1500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .dashboard {
    grid-template-columns: 100%;
    padding: 0;
    gap: 5px;
  }
}
.dashboard > div {
  height: 100%;
}

aside {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 8px;
  border-radius: 10px;
  padding: 15px 10px;
  background-color: #fff;
  height: calc(100vh - 60px);
  position: sticky;
  top: 20px;
}
@media screen and (max-width: 991px) {
  aside {
    display: none;
    box-shadow: none;
    border-radius: 15px 0 0 15px;
    height: 100%;
    position: static;
  }
}
aside ul {
  overflow-y: auto;
  height: 70%;
}
aside ul li {
  padding: 3px 0;
}
aside ul li .card-body {
  background-color: #f5f5f5;
  margin-top: 5px;
}
aside ul > li > a:not(.collapsed) > i:not(.arr) {
  transform: rotate(-90deg);
}
aside ul > li > a > i:not(.arr) {
  font-size: 13px;
  transition: 0.3s;
}
aside ul::-webkit-scrollbar {
  width: 0px;
}
aside ul::-webkit-scrollbar-thumb {
  background-color: #f9f9f9;
  border-radius: 5px;
}
aside ul a {
  display: inline-flex;
  padding: 15px 10px;
  font-size: 13px;
  color: #1b1b1b;
  width: 100%;
  position: relative;
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  align-items: center;
  transition: 0.3s;
  justify-content: space-between;
}
aside ul a span {
  display: flex;
  align-items: center;
  gap: 8px;
}
aside ul a .arr {
  display: none;
}
aside ul a i {
  font-size: 16px;
}
aside ul a.active, aside ul a:hover {
  color: #3699ff;
}
aside ul a.active .arr, aside ul a:hover .arr {
  display: flex;
}
aside ul li:last-child a {
  border: 0;
}

.offcanvas aside {
  display: block;
  padding: 0 30px;
}
.offcanvas .btn-close {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
}

i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

header {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 2px;
  position: sticky;
  z-index: 99;
  top: 0;
  margin-left: 8px;
}
@media screen and (max-width: 575px) {
  header {
    margin-right: 0;
    margin-left: 0;
  }
}
header nav {
  border-radius: 0 0 20px 20px;
  height: 100%;
  position: relative;
  background-color: #fff;
  border-bottom: 4px solid #3699ff;
}
@media screen and (max-width: 575px) {
  header nav {
    border-radius: 0;
  }
}
header nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
header nav a.active {
  font-family: "yekanbakhBold";
  color: #3699ff;
}
header nav a.active::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3699ff;
  z-index: 1;
  position: absolute;
  bottom: 13px;
}
@media (max-width: 991px) {
  header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
header button {
  border: 0;
  outline: none;
  box-shadow: none;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
header button:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
header a {
  font-size: 17px;
  color: #222;
}
header a img {
  height: 35px;
  width: auto !important;
}
header nav {
  width: 100%;
  display: flex;
}
header nav ul {
  display: flex;
  justify-content: space-around;
  flex: 1;
}
@media (max-width: 991px) {
  header .header-menu {
    display: none;
  }
}

.profile-info {
  padding: 20px 0;
  border-bottom: 1px solid #d8d8e5;
}
.profile-info > div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.profile-info > div div {
  display: grid;
  place-content: center;
  gap: 10px;
}
.profile-info .user-icon {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  border: 1px solid #f1f1d2;
  background-color: #f1f1f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.right-sec {
  display: grid;
  place-items: center;
  align-content: center;
  height: 100%;
}
.right-sec form {
  width: 100%;
}
@media (max-width: 767px) {
  .right-sec {
    height: max-content;
  }
}

.h100vh {
  height: 100vh !important;
}

.left-sec {
  background: url("./../img/banner.jpg") no-repeat;
  background-size: cover;
  height: 100%;
}

.login-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.login-logo img {
  width: 170px;
  height: auto;
}
.login-logo h1 {
  font-size: 24px;
}

.wrapper {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    padding: 20px;
  }
}

.fs-18 {
  font-size: 18px;
}

.panel-wrapper,
.container-swipper,
.panel-wrapper-package {
  display: grid;
  grid-template-columns: repeat(5, 19%);
  padding-top: 80px;
  place-items: center;
  gap: 10px;
}
.panel-wrapper.pakage-box,
.container-swipper.pakage-box,
.panel-wrapper-package.pakage-box {
  gap: 20px;
  justify-content: center;
}
.panel-wrapper input,
.container-swipper input,
.panel-wrapper-package input {
  display: none;
}
.panel-wrapper .panel,
.container-swipper .panel,
.panel-wrapper-package .panel {
  width: 100%;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0px 0px 11.961730957px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  height: 270px;
}
.panel-wrapper .panel ul,
.container-swipper .panel ul,
.panel-wrapper-package .panel ul {
  display: grid;
  gap: 5px;
}
.panel-wrapper .panel li,
.container-swipper .panel li,
.panel-wrapper-package .panel li {
  color: #000;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  justify-content: center;
  color: #000;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  justify-content: center;
  text-align: center;
  line-height: 30px;
}
@media screen and (max-width: 1100px) {
  .panel-wrapper .panel li,
  .container-swipper .panel li,
  .panel-wrapper-package .panel li {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .panel-wrapper .panel li,
  .container-swipper .panel li,
  .panel-wrapper-package .panel li {
    font-size: 18px;
  }
}
.panel-wrapper .panel.diamond,
.container-swipper .panel.diamond,
.panel-wrapper-package .panel.diamond {
  background: url("./../../img/diamond.png") no-repeat;
  background-size: 100px;
  border: 4px solid #c3bde2;
}
.panel-wrapper .panel.diamond .panel-price,
.container-swipper .panel.diamond .panel-price,
.panel-wrapper-package .panel.diamond .panel-price {
  border-color: #c3bde2;
}
@media screen and (max-width: 991px) {
  .panel-wrapper .panel.diamond,
  .container-swipper .panel.diamond,
  .panel-wrapper-package .panel.diamond {
    background-size: 130px !important;
  }
}
.panel-wrapper .panel.gold,
.container-swipper .panel.gold,
.panel-wrapper-package .panel.gold {
  background: url("./../../img/gold.png") no-repeat;
  background-size: 90px;
  border: 4px solid #ebb226;
}
.panel-wrapper .panel.gold .panel-price,
.container-swipper .panel.gold .panel-price,
.panel-wrapper-package .panel.gold .panel-price {
  border-color: #ebb226;
}
@media screen and (max-width: 991px) {
  .panel-wrapper .panel.gold,
  .container-swipper .panel.gold,
  .panel-wrapper-package .panel.gold {
    background-size: 120px !important;
  }
}
.panel-wrapper .panel.silver,
.container-swipper .panel.silver,
.panel-wrapper-package .panel.silver {
  background: url("./../../img/silver.png") no-repeat;
  background-size: 100px;
  border: 4px solid #7b7c87;
}
.panel-wrapper .panel.silver .panel-price,
.container-swipper .panel.silver .panel-price,
.panel-wrapper-package .panel.silver .panel-price {
  border-color: #7b7c87;
}
@media screen and (max-width: 991px) {
  .panel-wrapper .panel.silver,
  .container-swipper .panel.silver,
  .panel-wrapper-package .panel.silver {
    background-size: 130px !important;
  }
}
.panel-wrapper .panel.bronze,
.container-swipper .panel.bronze,
.panel-wrapper-package .panel.bronze {
  background: url("./../../img/bronze.png") no-repeat;
  background-size: 90px !important;
  border: 4px solid #8e7a5c;
}
.panel-wrapper .panel.bronze .panel-price,
.container-swipper .panel.bronze .panel-price,
.panel-wrapper-package .panel.bronze .panel-price {
  border-color: #8e7a5c;
}
@media screen and (max-width: 991px) {
  .panel-wrapper .panel.bronze,
  .container-swipper .panel.bronze,
  .panel-wrapper-package .panel.bronze {
    background-size: 120px !important;
  }
}
.panel-wrapper .panel.base,
.container-swipper .panel.base,
.panel-wrapper-package .panel.base {
  background: url("./../../img/paye.png") no-repeat;
  background-size: 90px !important;
  border: 4px solid rgb(195, 189, 226);
}
.panel-wrapper .panel.base .panel-price,
.container-swipper .panel.base .panel-price,
.panel-wrapper-package .panel.base .panel-price {
  border-color: rgb(195, 189, 226);
}
@media screen and (max-width: 991px) {
  .panel-wrapper .panel.base,
  .container-swipper .panel.base,
  .panel-wrapper-package .panel.base {
    background-size: 120px !important;
  }
}
.panel-wrapper .panel.active,
.container-swipper .panel.active,
.panel-wrapper-package .panel.active {
  transform: scale(1.03);
  box-shadow: 0px 0px 11.961730957px 0px rgba(0, 0, 0, 0.3);
  opacity: 1;
  position: relative;
  z-index: 9;
}
.panel-wrapper .panel .card-description,
.container-swipper .panel .card-description,
.panel-wrapper-package .panel .card-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.panel-wrapper .panel-price,
.container-swipper .panel-price,
.panel-wrapper-package .panel-price {
  display: flex;
  height: 40px;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0 0.5rem;
  border: 4px solid transparent;
  border-bottom: 0;
  font-weight: bold;
}
@media screen and (max-width: 1300px) {
  .panel-wrapper,
  .container-swipper,
  .panel-wrapper-package {
    grid-template-columns: repeat(5, 20%);
    justify-content: center;
    gap: 10px;
  }
  .panel-wrapper .panel,
  .container-swipper .panel,
  .panel-wrapper-package .panel {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .panel-wrapper,
  .container-swipper,
  .panel-wrapper-package {
    grid-template-columns: repeat(3, 31%);
    justify-content: center;
    gap: 30px;
  }
  .panel-wrapper .panel,
  .container-swipper .panel,
  .panel-wrapper-package .panel {
    height: 310px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .panel-wrapper,
  .container-swipper,
  .panel-wrapper-package {
    grid-template-columns: repeat(2, 240px);
  }
  .panel-wrapper .panel,
  .container-swipper .panel,
  .panel-wrapper-package .panel {
    width: 240px;
  }
}
@media screen and (max-width: 575px) {
  .panel-wrapper,
  .container-swipper,
  .panel-wrapper-package {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 680px) {
  .panel-wrapper .panel,
  .container-swipper .panel,
  .panel-wrapper-package .panel {
    transform: scale(0.9);
  }
  .panel-wrapper .panel.active,
  .container-swipper .panel.active,
  .panel-wrapper-package .panel.active {
    transform: scale(0.97);
  }
}
@media screen and (max-width: 615px) {
  .panel-wrapper .panel,
  .container-swipper .panel,
  .panel-wrapper-package .panel {
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .panel-wrapper,
  .container-swipper,
  .panel-wrapper-package {
    gap: 20px;
  }
  .panel-wrapper .panel,
  .container-swipper .panel,
  .panel-wrapper-package .panel {
    width: 240px;
    gap: 20px;
    transform: none;
  }
}

@media screen and (min-width: 1360px) {
  .panel-wrapper-package {
    grid-template-columns: repeat(5, 19%) !important;
  }
}
.text-link {
  text-decoration: underline;
}

.intro {
  font-size: 14px;
  text-align: justify;
  line-height: 25px;
}

.img-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 15px;
  gap: 20px;
}
.img-holder img {
  height: 130px;
}
.img-holder img:last-child {
  height: 55px;
}
@media screen and (max-width: 767px) {
  .img-holder img {
    height: 100px;
  }
  .img-holder img:last-child {
    height: 45px;
  }
}
@media screen and (max-width: 615px) {
  .img-holder img {
    height: 70px;
  }
  .img-holder img:last-child {
    height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .img-holder img {
    height: 130px;
  }
  .img-holder img:last-child {
    height: 55px;
  }
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

fieldset {
  border: 1px dashed #d9d9d9 !important;
  border-radius: 10px;
  padding: 20px !important;
}
fieldset legend {
  float: right;
  margin-top: -33px;
  margin-right: 0px;
  background-color: #fff;
  width: max-content;
  padding: 5px 10px;
  font-size: 1rem !important;
  font-weight: bold;
}

@keyframes slide-up {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
fieldset.pack {
  animation: slide-up 0.5s ease-out;
}

.fs-13 {
  font-size: 13px !important;
  line-height: 20px;
}

.fs-20 {
  font-size: 20px;
}

.cap {
  border-bottom: 1px solid #dadada;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cap .k-btn, .cap .pattern-item .pattern-badge, .pattern-item .cap .pattern-badge {
  height: 33px;
  padding: 0 1rem;
}

.action-btn {
  gap: 15px;
  display: flex;
}

.k-block,
.k-content,
.k-dropzone-active,
.k-filter-row > th,
.k-footer-template td,
.k-grid td,
.k-grid td.k-selected,
.k-grid td.k-state-selected,
.k-grid-content-locked,
.k-grid-footer,
.k-grid-footer-locked,
.k-grid-footer-wrap,
.k-grid-header,
.k-grid-header-locked,
.k-grid-header-wrap,
.k-group,
.k-group-footer td,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-header,
.k-panel > .k-item > .k-link,
.k-popup,
.k-separator,
.k-splitbar,
.k-state-default,
.k-state-disabled,
.k-toolbar,
.k-treemap-tile,
.k-upload .k-action-buttons,
.k-upload-files,
.k-widget {
  border-color: #e1e3ea !important;
}

.k-drag-clue,
.k-grid-header,
.k-grouping-header,
.k-header,
.k-menu,
.k-panelbar > .k-panelbar-header > .k-link,
.k-progressbar,
.k-state-highlight,
.k-tabstrip,
.k-tabstrip-items .k-item,
.k-toolbar {
  background-color: #f4f4f4 !important;
}

.k-grid-add {
  border: 0 !important;
  background: transparent !important;
  color: #3699ff !important;
}

.k-button {
  border-radius: 5px !important;
  transition: 0.3s !important;
  font-size: 14px !important;
  padding: 0.2rem 0.5rem !important;
  height: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  min-width: 74px !important;
}
.k-button span {
  font-size: 14px !important;
  margin: 0 !important;
}

.k-picker span.k-button {
  min-width: 10px !important;
}

.k-picker .k-input-inner {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.k-picker .k-input-value-text {
  text-align: center;
}

.k-button-solid-base {
  border-color: #e1e3ea !important;
  color: #5e6278 !important;
}
.k-button-solid-base:hover {
  border-color: #b5b5c3 !important;
  color: #3f4254 !important;
}

.k-i-filter,
.k-i-arrow-end-left,
.k-i-arrow-60-left,
.k-i-arrow-60-right,
.k-i-arrow-end-right {
  font-family: bootstrap-icons !important;
}

.k-i-filter::before {
  content: "\f3e1" !important;
}

.k-i-arrow-end-right::before {
  font-size: 13px;
  content: "\f280" !important;
}

.k-i-arrow-60-right::before {
  font-size: 13px;
  content: "\f285" !important;
}

.k-i-arrow-end-left::before {
  font-size: 13px;
  content: "\f27f" !important;
}

.k-i-arrow-60-left::before {
  font-size: 13px;
  content: "\f284" !important;
}

.k-grid-top {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.k-grid-top .k-grid-add {
  font-size: 14px !important;
}

.k-grid-header th:last-child {
  width: 160px !important;
}

.k-header .k-grid-filter,
.k-header .k-header-column-menu {
  right: auto !important;
  left: 0 !important;
}

.k-alt,
.k-pivot-layout > tbody > tr:first-child > td:first-child,
.k-resource.k-alt,
.k-separator {
  background-color: #f9f9f9 !important;
}

.k-pager-info {
  font-size: 13px !important;
  word-spacing: 2px !important;
}

.k-pager-sizes {
  font-size: 13px !important;
}

.k-pager-wrap .k-link {
  margin: 0 1px !important;
  border-radius: 5px !important;
  cursor: pointer;
}

.k-pager-nav,
.k-pager-numbers .k-link {
  min-width: 2rem !important;
  height: 2rem !important;
  cursor: pointer;
}

.k-button-solid-primary {
  background-color: #3699ff !important;
  border-color: #3699ff !important;
  color: #fff;
}
.k-button-solid-primary:hover {
  background-color: #0aa8ff !important;
}

.k-grid .text-box {
  border: 1px solid #e1e3ea;
  border-radius: 5px;
  background: transparent;
  height: 35px;
  padding: 0 10px;
}
.k-grid .text-box::placeholder {
  color: #b5b5c3;
  font-size: 13px;
}

.k-rtl .k-grid .k-command-cell > .k-button + .k-button,
[dir=rtl] .k-grid .k-command-cell > .k-button + .k-button {
  margin-right: 5px !important;
}

.k-filter-row th,
.k-grid-header th.k-header {
  padding: 8px !important;
}

.k-grid .k-header.k-filterable {
  padding-left: calc(16px + 0.6em) !important;
  padding-right: 8px !important;
}

.k-grid tr td {
  font-size: 14px;
}

.k-filter-menu-container {
  display: grid;
  gap: 5px;
  place-items: center;
}

.k-filter-menu .k-action-buttons {
  width: 100% !important;
}

.k-grid-header th.k-header > .k-link {
  font-size: 13px !important;
  cursor: pointer;
}

.k-grid tr:hover {
  background-color: #fff !important;
}

.k-pager-wrap .k-label {
  display: none !important;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers,
.k-pager-wrap.k-pager-md .k-pager-numbers,
.k-pager-wrap.k-pager-sm .k-pager-numbers {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
}

.k-pager-wrap .k-pager-refresh {
  display: none !important;
}

.k-pager-wrap.k-pager-lg,
.k-pager-wrap.k-pager-md,
.k-pager-wrap.k-pager-sm {
  direction: ltr;
  justify-content: end;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers .k-link,
.k-pager-wrap.k-pager-lg .k-pager-numbers .k-state-selected,
.k-pager-wrap.k-pager-md .k-pager-numbers .k-link,
.k-pager-wrap.k-pager-md .k-pager-numbers .k-state-selected,
.k-pager-wrap.k-pager-sm .k-pager-numbers .k-link,
.k-pager-wrap.k-pager-sm .k-pager-numbers .k-state-selected {
  width: 35px !important;
  border: 1px solid #e4e7eb !important;
  cursor: pointer;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers,
.k-pager-wrap.k-pager-md .k-pager-numbers,
.k-pager-wrap.k-pager-sm .k-pager-numbers {
  border: 0 !important;
}

.help-block {
  color: #842029;
  font-size: 11px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.pack {
  background-color: #f4f4f4;
}
.pack legend {
  background-color: #fff !important;
  border-radius: 7px !important;
}
.pack p {
  color: #7e8299;
}
.pack p span {
  color: #181c32;
}

button.swal2-styled {
  outline: none !important;
  box-shadow: none !important;
}
button.swal2-styled.swal2-deny {
  display: none !important;
}

div:where(.swal2-container) h2:where(.swal2-title),
.swal2-popup .swal2-title {
  font-size: 1.1em !important;
}

div:where(.swal2-container) .swal2-html-container {
  font-size: 1em !important;
}

div:where(.swal2-icon) .swal2-icon-content {
  padding-top: 20px !important;
}

.quick-access {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 400px) {
  .quick-access {
    grid-template-columns: 100%;
  }
}
.quick-access .card {
  border-radius: 10px;
  padding: 20px;
  color: #3f4254;
  background-color: #f9f9f9;
  border: 1px solid #e1e3ea;
  transition: 0.3s;
  flex-wrap: wrap;
}
.quick-access .card i {
  font-size: 38px;
  margin-bottom: 20px;
  color: #fb7185;
}
.quick-access .card h6 {
  font-size: 14px;
  text-align: center;
  color: #7e8299;
}
.quick-access .card:is(:focus, :hover) {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  background-color: #f9f9f9;
}
.quick-access .card span {
  display: inline-block;
}

.quick-access2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .quick-access2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .quick-access2 {
    gap: 15px;
  }
}
@media screen and (max-width: 375px) {
  .quick-access2 {
    grid-template-columns: 100%;
  }
}
.quick-access2 .card {
  border-radius: 10px;
  padding: 20px;
  color: #3f4254;
  background-color: #f9f9f9;
  border: 1px solid #e1e3ea;
  transition: 0.3s;
}
.quick-access2 .card i {
  font-size: 38px;
  margin-bottom: 20px;
  color: #fb7185;
}
.quick-access2 .card h6 {
  font-size: 14px;
  text-align: center;
  color: #7e8299;
}
.quick-access2 .card:is(:focus, :hover) {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  background-color: #f9f9f9;
}
.quick-access2 .card span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .ill {
    width: 60%;
  }
}
@media screen and (max-width: 575px) {
  .ill {
    width: 80%;
  }
}
@media screen and (max-width: 420px) {
  .ill {
    width: 90%;
  }
}
hr {
  background-color: #b5b5c3;
}

.cap2 h6 {
  width: max-content;
  border-bottom: 3px solid #3699ff;
  padding-bottom: 5px;
  font-size: 0.9rem;
}

.add-sell-info {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #5e6278;
  gap: 5px;
}
.add-sell-info button {
  color: #3699ff;
  display: flex;
  align-items: center;
  font-size: 13px;
  background-color: transparent;
  border: 0;
}
.add-sell-info button:is(:focus, :hover) {
  color: #0aa8ff;
}

.Invoice-item {
  border: 1px solid #7e8299;
  border-radius: 10px;
  padding: 0px;
  position: relative;
  background-color: #f9f9f9;
}

.remove-sell-info {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 5px;
  display: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 50px;
  font-size: 16px;
  background-color: #fee2e2;
  border: 1px solid #fda4af;
  color: #e11d48;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.remove-sell-info:hover {
  color: #991b1b;
}

.search-sell-info {
  z-index: 1;
  top: 5px;
  margin-top: 5px;
  right: 1px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 40px;
  font-size: 16px;
  color: #16a34a;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
}
.search-sell-info:hover {
  color: #16a34a;
}

.factor-header {
  border-bottom: 1px solid #7e8299;
  padding: 20px 30px;
}
.factor-header > div {
  display: grid;
  grid-template-columns: 40% 20% 40%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .factor-header > div {
    grid-template-columns: 100%;
  }
  .factor-header > div > div:first-child {
    order: 2;
  }
  .factor-header > div > div:last-child {
    order: 3;
  }
}
.factor-header p {
  font-size: 13px;
  color: #5e6278;
}
.factor-header p span,
.factor-header p time {
  font-weight: bold;
  color: #3f4254;
  padding-right: 7px;
}
.factor-header div:last-child {
  justify-items: end;
}
@media (max-width: 767px) {
  .factor-header div:last-child {
    justify-items: flex-start;
  }
}
.factor-header div:last-child p {
  width: 50%;
}
@media (max-width: 767px) {
  .factor-header div:last-child p {
    width: auto;
  }
}
.factor-header p,
.factor-header span {
  word-break: break-all;
}

.lh-25 {
  line-height: 25px;
}

.factor-body {
  padding: 15px;
  display: grid;
  align-content: center;
  justify-items: center;
}
.factor-body .factor-table {
  width: 100%;
}
.factor-body .factor-amount {
  width: 100%;
  display: flex;
  justify-content: end;
}
.factor-body .card {
  border: 1px solid #b5b5c3;
  width: 400px !important;
}
@media screen and (max-width: 450px) {
  .factor-body .card {
    width: 100% !important;
  }
  .factor-body .card span {
    font-size: 13px;
  }
}
.factor-body .card div {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  border-bottom: 1px solid #b5b5c3;
}
.factor-body .card div:last-child {
  border: 0;
}
.factor-body .card div span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 14px;
}
.factor-body .card div span:first-child {
  justify-content: start;
  border-left: 1px solid #b5b5c3;
  line-height: 23px;
}

.img-fluid {
  max-width: 100%;
  height: fit-content;
}

.table-bordered > :not(caption) > * > * {
  border-width: 1px;
  border-style: solid;
  border-color: #b5b5c3;
}

.table > :not(:first-child) {
  border-top: 1px solid #b5b5c3;
}

.table {
  margin: 0;
}
.table tr:hover {
  background-color: #f4f4f4;
}
.table tr:hover .remove-sell-info {
  display: flex;
}
.table tr {
  position: relative;
}
.table thead {
  font-size: 13px;
}
.table thead th {
  text-align: center;
  padding: 15px 0px;
  line-height: 20px;
  box-sizing: border-box;
}
.table tbody {
  font-size: 13px;
}
.table tbody th,
.table tbody td {
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}
.table .form-input2 input {
  padding: 5px !important;
  text-indent: 0 !important;
  height: 35px !important;
  text-align: center;
}
.table .form-input2 input::placeholder {
  font-size: 11px;
  text-align: center;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}

.justify-self-start {
  justify-self: flex-start !important;
}

.SearchForm {
  display: flex;
  align-items: end;
  gap: 10px;
}

.btn-close {
  font-size: 13px;
}

td {
  text-align: center !important;
}
td .k-btn, td .pattern-item .pattern-badge, .pattern-item td .pattern-badge {
  padding: 0.1rem 1rem;
  height: 30px;
  font-size: 13px;
  min-width: 100px;
}

.disable {
  pointer-events: none;
  color: #a1a5b7 !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.upload-sec p {
  font-size: 13px;
  color: #181c32;
}

.download-link {
  width: auto;
  height: 80px;
  padding: 20px 30px;
  border: 1px solid #e1e3ea;
  border-radius: 20px;
  font-size: 13px;
  color: #181c32;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.download-link i {
  font-size: 25px;
}

.download-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px dashed #e1e3ea;
  padding: 15px;
  border-radius: 15px;
  position: relative;
}
.download-box small {
  font-size: 13px;
}
.download-box .box-label {
  font-size: 10px;
  position: absolute;
  top: -10px;
  right: 20px;
  background: #fff;
  display: inline-block;
  padding: 5px;
  color: #7e8299;
}
.download-box a,
.download-box label {
  color: #3699ff;
  font-size: 13px;
  display: flex;
  gap: 5px;
  cursor: pointer;
}

.upload-file input {
  display: none;
}
.upload-file small {
  display: none;
  color: #e11d48;
}

.jco {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #5e6278;
}
.jco img {
  width: 25px;
}
.jco a {
  color: #e11d48;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px;
  position: sticky;
  border-bottom: 1px solid #e1e3ea;
  top: 0px;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px !important;
}
.brand img {
  height: 35px;
}
.brand h1 {
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .brand {
    display: none;
  }
}

.login-type {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .login-type {
    overflow: unset !important;
    margin-top: 20px;
    width: 100%;
  }
}
.login-type .login-header {
  background-color: #fff;
  height: 110px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .login-type .login-header {
    padding: 0 !important;
  }
}
.login-type .login-header img {
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}
@media screen and (max-width: 389px) {
  .login-type .login-header img {
    object-fit: fill;
  }
}
.login-type .login-body {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .login-type .login-body {
    border: 1px solid #3699ff;
    border-radius: 0 0 20px 20px;
  }
}
@media screen and (max-width: 575px) {
  .login-type .login-body {
    border: 1px solid #3699ff;
    border-radius: 0 0 20px 20px;
  }
}
.login-type .nav-pills {
  border-bottom: 1px solid #f4f4f4;
}
.login-type .nav-item button {
  background: transparent;
  border: 0;
  font-size: 13px;
  border-bottom: 3px solid transparent;
  padding: 0.3rem 0.8rem;
}
.login-type .nav-item button.active {
  border-color: #3699ff;
}
@media screen and (max-width: 393px) {
  .login-type .nav-item button {
    font-size: 12px;
  }
}
@media screen and (max-width: 376px) {
  .login-type .nav-item button {
    font-size: 11px;
  }
}
@media screen and (max-width: 360px) {
  .login-type .nav-item button {
    font-size: 10px;
  }
}
@media screen and (min-width: 320px) {
  .login-type {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media (min-width: 575px) {
  .login-type {
    width: 350px;
  }
}
@media (min-width: 768px) {
  .login-type {
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 60px;
    height: 485px;
  }
}

.Description {
  font-size: 16px;
  line-height: normal;
  text-align: justify;
}

.k-btn-black {
  background-color: #000;
  color: #fff;
  border-radius: 30px;
}
.k-btn-black:hover {
  color: #fff;
}

.k-btn-outline-primary {
  border-color: #3699ff !important;
  color: #3699ff !important;
}

.k-btn-outline-light-primary, .pattern-item .pattern-badge {
  border-color: #3699ff;
  background-color: #eef6ff;
}

.k-link {
  font-size: 14px !important;
  display: flex;
  gap: 5px;
  align-items: center;
}

.link {
  font-size: 14px !important;
  display: flex;
  gap: 5px;
  align-items: center;
}
.offcanvas-end {
  width: 300px !important;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.logo img {
  height: 50px;
}

.intro picture {
  width: 100%;
  display: block;
}
.intro picture img {
  width: 100%;
  border-radius: 20px;
}

.caption {
  font-family: yekanBakhBold;
  font-size: 1.3rem;
}
.caption::after {
  content: "";
  width: 45px;
  height: 2px;
  background: #3699ff;
  display: block;
  border-radius: 2px;
}

.card {
  border-color: #e1e3ea;
  border-radius: 15px;
  align-items: center;
}

.card-body {
  text-align: center;
}

.card-parent-image {
  height: 172px;
  margin-bottom: 67px;
}

.card-title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 1rem;
}

.parent-cards {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.card-text {
  font-size: 14px;
}

.card-user-number {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eef6ff;
  border-radius: 6px;
}

.card-user-title {
  font-weight: 700;
  font-size: 18px;
}

.card-user-content {
  font-size: 16px;
}

@media (max-width: 768px) {
  .card-user-title {
    font-size: 16px;
  }
  .card-user-content {
    font-size: 14px;
  }
  .card-user-number {
    width: 21px;
    height: 21px;
  }
}
.card-notification {
  background-color: #f9f9f9;
  border-radius: 15px;
  padding: 16px 27px;
  border: 1px solid #e1e3ea;
}
.card-notification:not(:last-child) {
  margin-bottom: 15px;
}
.card-notification .k-btn, .card-notification .pattern-item .pattern-badge, .pattern-item .card-notification .pattern-badge {
  font-size: 11px;
  height: 30px !important;
  padding: 0 0.5rem;
  border-radius: 7px;
}

.card-notification-header {
  border-bottom: 1px solid #e1e3ea;
  font-weight: bold;
}

.fs-14 {
  font-size: 14px;
}

.text-jutify {
  text-align: justify;
}

.feature .card .card-img-wrapper {
  height: 120px;
  display: flex;
  align-items: center;
  box-sizing: content-box !important;
}
.feature .card .card-img-wrapper img {
  vertical-align: middle;
  width: auto;
  height: 100%;
}
.feature .feature-text {
  height: 135px !important;
  text-align: justify;
}
.feature .feature-text li {
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .feature .feature-text {
    height: max-content !important;
  }
}
@media screen and (max-width: 992px) {
  .feature .feature-text {
    height: 135px !important;
  }
}

.date {
  display: flex;
  font-size: 10px;
  gap: 5px;
  align-items: center;
  color: #a1a5b7;
}

.notification-wrapper {
  padding: 30px 15px;
  border: 1px solid #e1e3ea;
  border-radius: 20px;
}
.notification-wrapper > div {
  max-height: 430px;
  overflow: auto;
  padding: 0 15px;
}
.notification-wrapper > div::-webkit-scrollbar {
  width: 5px;
  background-color: #f4f4f4;
  border-radius: 10px;
}
.notification-wrapper > div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e1e3ea;
}

.mobileApp {
  height: 450px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.mobileApp img {
  height: 100%;
}

footer {
  background-color: #181c32;
  color: #fff;
}

.footer {
  display: grid;
  gap: 40px;
}
.footer img {
  height: 160px;
}
@media (min-width: 575px) {
  .footer {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media (min-width: 992px) {
  .footer {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1100px) {
  .footer {
    gap: 60px;
  }
}

.contact-info {
  display: grid;
  grid-template-columns: 14px auto;
  align-items: flex-start;
  font-size: 14px;
  gap: 20px;
}
.contact-info a {
  color: #fff;
  letter-spacing: 2px;
}

.fs-20 {
  font-size: 20px;
}

.certificate {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.certificate > div {
  display: flex;
  gap: 20px;
}
.certificate a {
  flex: 1;
}
.certificate a img {
  width: 140px;
  height: auto;
  background: #fffefe;
  border-radius: 8px;
}

.img-fluid {
  object-fit: contain;
}

.option-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 5px 10px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #7e8299;
}
.option-box button {
  background: transparent;
  border: 0;
  font-weight: bold;
  display: flex;
  gap: 10px !important;
  align-items: center;
  color: #5e6278;
  padding: 0;
}
.option-box button.show {
  display: flex !important;
}
.option-box a,
.option-box div {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  height: 70px;
  color: #000;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  color: #5e6278;
}
.option-box a:after,
.option-box div:after {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #e1e3ea;
  position: absolute;
  left: 0;
}
@media (max-width: 419px) {
  .option-box a,
  .option-box div {
    width: 100%;
    justify-content: flex-start;
    padding: 10px 15px;
  }
  .option-box a::after,
  .option-box div::after {
    content: none;
  }
}
@media (min-width: 420px) and (max-width: 1280px) {
  .option-box a,
  .option-box div {
    width: 50%;
    justify-content: flex-start;
    padding: 10px 15px;
  }
  .option-box a:not(:nth-child(odd)):after,
  .option-box div:not(:nth-child(odd)):after {
    content: none;
  }
}
@media (min-width: 1281px) {
  .option-box a,
  .option-box div {
    flex: 1;
  }
}
.option-box a:last-of-type:after {
  content: none;
}
@media (max-width: 767px) {
  .option-box {
    margin-top: 30px;
  }
}
@media (min-width: 1281px) {
  .option-box {
    bottom: 40px;
    width: 63%;
    position: absolute;
    right: 35%;
  }
}
@media (min-width: 900px) and (max-width: 1280px) {
  .option-box {
    width: 50%;
    position: absolute;
    bottom: 40px;
    right: 48%;
  }
}

.download-menu {
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 0;
}
.download-menu a {
  height: 55px;
}

.dropup .dropdown-toggle::after {
  content: none;
}

.question-heading {
  color: #000;
  font-size: 17px;
}

.accordion-item {
  margin-top: 20px;
  border-radius: 15px;
  overflow: hidden;
}

.accordion-button::after {
  content: none;
}

.accordion-collapse {
  line-height: 30px;
  color: #333;
}

.accordion-button {
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: right;
}
.accordion-button span {
  padding: 5px;
  border: 1px solid #3699ff;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3699ff;
}
.accordion-button span i {
  transition: 0.3s;
}
.accordion-button:not(.collapsed) span i {
  transform: rotate(180deg);
}

.accordion-button:not(.collapsed) {
  background-color: #f2f2f2;
  color: #640095;
  font-weight: 500;
}

.condition-heading {
  color: #000;
  font-size: 17px;
}

.condition-paragraph {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #666666;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 30px;
  text-align: justify;
  border-radius: 15px;
}

.accordion-item:first-of-type {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.form-input-details {
  display: none;
}

.form-input2 > .form-detail:focus + .form-input-details {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: auto;
  z-index: 4;
  top: 58px;
  justify-content: space-evenly;
  width: 100%;
  border-radius: 10px;
  border: 3px solid #fff;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(3px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #f1f1f1;
}

.form-input-detail-image {
  width: 80%;
  border: 3px solid #fff;
  border-radius: 10px;
  height: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-bottom: 0;
}

.form-input-detail-image > img {
  width: 100%;
  height: auto;
}

.form-input-details-pharagraph {
  width: 80%;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  display: flex;
  justify-content: center;
  font-weight: bold;
  padding: 20px 0;
}

.price-table {
  display: block;
}

.appBar {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80px;
  z-index: 99;
  background-color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0 20px;
  border-top: 1px solid #e1e3ea;
}
@media (min-width: 575px) {
  .appBar {
    padding: 0 100px;
  }
}
@media (min-width: 992px) {
  .appBar {
    display: none;
  }
}
.appBar a {
  font-size: 12px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #7e8299;
  gap: 10px;
}
.appBar a i {
  font-size: 24px;
}
.appBar a.active {
  color: #d44848;
}
@media (max-width: 340px) {
  .appBar a {
    font-size: 11px;
  }
}

.profile-info-dwn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding: 15px;
  border: 1px solid rgba(10, 168, 255, 0.5);
  border-radius: 10px;
  background: rgba(10, 168, 255, 0.1);
}
.profile-info-dwn a {
  color: #5e6278;
}
.profile-info-dwn p {
  line-height: 24px;
  margin: 0;
}
@media (max-width: 575px) {
  .profile-info-dwn {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .profile-info-dwn {
    padding: 10px;
  }
}

.profile-info-dwn-anim {
  animation: shine 0.5s ease-in-out infinite alternate;
}

@keyframes shine {
  from {
    background: #fbfdff;
  }
  to {
    background: #d8ebff;
  }
}
.table-responsive {
  max-width: 1000px;
}
.table-responsive > div {
  overflow-x: auto;
}

.k-grid-content {
  height: max-content !important;
  min-height: 100px !important;
}

.k-grid-footer,
.k-grid-header {
  padding-right: 0 !important;
}

.address-box {
  text-align: right;
  padding: 10px;
  border: 1px solid #eee;
}

.k-detail-row .k-hierarchy-cell {
  display: none;
}
.k-detail-row .k-detail-cell {
  padding: 0;
}

.notification-icon {
  height: 100px;
}
.notification-icon img {
  height: 100%;
}

.mySwiper2 {
  display: none;
}

.video-swiper {
  height: 350px;
}
.video-swiper video {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  height: 100%;
}
.video-swiper .swiper-wrapper {
  align-items: end;
}
.video-swiper .swiper-slide {
  height: 90%;
  opacity: 0.4;
  transition: 0.3s;
  cursor: pointer;
}
@media (min-width: 992px) {
  .video-swiper .swiper-slide {
    transform: scale(0.9);
  }
}
.video-swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
@media (min-width: 992px) {
  .video-swiper .swiper-slide.swiper-slide-thumb-active {
    transform: scale(1.1) translateY(-15px);
  }
  .video-swiper .swiper-slide.swiper-slide-thumb-active video {
    border: 3px solid #3699ff;
  }
}

.headpiece {
  display: flex;
  gap: 5px;
}
.headpiece i {
  font-size: 5px;
}

.pattern-sec {
  background: url("./../img/up.png") no-repeat, url("./../img/down.png") no-repeat bottom;
  background-size: 100%;
  padding: 44px 0 !important;
}
.pattern-sec > div {
  background: url("./../img/"), #f9fcff;
}
@media (max-width: 575px) {
  .pattern-sec {
    padding: 27px 0 !important;
  }
}

.pattern-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}
@media (max-width: 767px) {
  .pattern-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .pattern-wrapper {
    grid-template-columns: auto;
  }
}

.pattern-item {
  border: 1px solid #e1e3ea;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  padding-top: 0;
}
.pattern-item h3 {
  color: #3f4254;
  font-size: 1.1rem;
  font-weight: 700;
}
.pattern-item p {
  color: #7e8299;
}
.pattern-item .pattern-badge {
  padding: 0.4rem 0.5rem !important;
  border-radius: 30px !important;
  margin-top: -20px;
  color: #3699ff;
  gap: 10px;
}
.pattern-item a {
  font-size: 12px;
  color: #3699ff;
}

.faq .accordion-item {
  border: 0;
  overflow: visible;
}
.faq .accordion-button {
  border: 1px solid #e1e3ea;
  border-radius: 10px !important;
}
.faq .accordion-collapse {
  padding: 0 20px;
}
.faq .accordion-collapse .accordion-body {
  border: 1px solid #e1e3ea;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.menuOffcanvas {
  border-radius: 0 20px 20px 0;
}
.menuOffcanvas .btn-close {
  left: auto;
  right: 30px;
  top: 30px;
}
.menuOffcanvas .header-menu {
  padding: 0;
}
.menuOffcanvas .header-menu a {
  color: #3f4254;
  display: inline-block;
  padding: 10px;
  position: relative;
}
.menuOffcanvas .header-menu a.active {
  color: #3699ff;
}
.menuOffcanvas .header-menu a.active::before {
  right: -5px;
  top: 18px;
  content: "";
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
  border-radius: 1px !important;
  background-color: #3699ff;
  z-index: 1;
  position: absolute;
}

.wave {
  height: 80px;
  background: url("./../img/wave.png") no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
}
@media (min-width: 1400px) {
  .wave {
    height: 100px;
  }
}
@media (min-width: 1600px) {
  .wave {
    height: 120px;
  }
}
@media (min-width: 1800px) {
  .wave {
    height: 140px;
  }
}
@media (max-width: 575px) {
  .wave {
    background: none;
    background-color: black;
    height: 60px;
  }
}
.wave a {
  color: #fff;
}
.wave .r-link {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  .wave .r-link {
    font-size: 12px !important;
  }
}
.wave .r-link img {
  height: 25px;
}
.wave .l-link {
  direction: ltr;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
}

.poppins-font {
  font-family: poppins;
}

.layout-paragraph {
  font-size: 16px;
  line-height: 27px;
}
.layout-paragraph span {
  font-size: 16px;
  line-height: 27px;
  font-family: yekanbakh !important;
}

.karma-footer-logo {
  align-items: end;
}

.jadoosoft-site-link {
  font-family: poppins !important;
}

.chat-icon {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  z-index: 9;
  bottom: 10px;
  left: 10px;
  cursor: pointer;
}

.chat-icon svg {
  width: 40px;
  position: relative;
  z-index: 1;
  fill: #4dc18c;
}

.chat-icon img {
  width: 100%;
  height: 100%;
}

.chatModal {
  padding: 0 !important;
  z-index: 10000;
  transition: 0.5s;
  /*        position:relative;*/
}

.chatModal .modal-dialog {
  margin: 0;
  padding: 0;
  width: 350px;
  height: max-content !important;
  position: absolute;
  bottom: -84%;
  left: 96px;
}

.chatModal.fade .modal-dialog {
  position: absolute;
  bottom: -84%;
  left: 96px;
  transform: none !important;
  transition: 0.3s;
}

.chatModal.show .modal-dialog {
  position: absolute;
  bottom: 12px;
  left: 96px;
  transition: 0.3s;
  transform: none !important;
}

.chatModal .modal-content {
  border-radius: 0;
  margin: 0;
  border: 1px solid #fff;
  width: 100%;
  height: max-content !important;
  overflow: hidden;
  border-radius: 14px;
}

.modal-header-image {
  width: 170px;
}

.chatModal h6 {
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #000 !important;
}

.contact-box {
  margin-top: 20px;
}

.contact-box a {
  border: 1px solid #4dc18c;
  border-radius: 6px;
  background: #4dc18c;
  color: #fff !important;
  height: 45px;
  margin: 0 10px;
  font-size: 14px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: fit-content;
  padding: 7px 20px;
}

.contact-box a:hover {
  transform: scale(1.01);
}

.contact-box a i {
  font-size: 1rem;
  margin-left: 5px;
}

.chatModal .modal-footer {
  padding: 0 !important;
}

.chatModal .modal-footer img {
  width: 100%;
}

.chatModal .modal-header h6 {
  font-weight: bold;
}

.chatModal .modal-header h6 b {
  font-size: 26px;
  margin-bottom: 10px;
  display: block;
}

.chatModal .modal-header {
  /*border-bottom: 1px solid #eee !important*/
  background-color: #f3f2ea;
}

.chatModal h6 {
  color: #162a51 !important;
  font-size: 14px;
}

.chatModal p {
  font-size: 12px;
}

@media screen and (max-width: 450px) {
  .chatModal .modal-dialog {
    width: 320px;
  }
  .contact-box a,
  .chatModal h6 {
    font-size: 13px;
  }
}
.chat-icon::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  animation: big 1.5s infinite;
  border-radius: 15px;
}

.cancel-modal-chat-btn {
  color: #ee3960;
  border: none;
  color: #ee3960;
  font-size: 2rem;
}

.chat-box-title {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.chat-box-detail {
  font-size: 16px;
  color: #47474d;
}

.chat-box-input {
  padding: 10px;
  border-radius: 10px;
  outline: none;
  border: 1px solid #f1f1f2;
  width: 100%;
  display: block;
}

.chat-box-operator-wrapper {
  position: relative;
  justify-content: flex-start;
  height: 40px;
}

.chat-box-operator-image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.chat-box-operator:nth-child(1) {
  z-index: 3;
}

.chat-box-operator:nth-child(2) {
  position: absolute;
  right: 20px;
  z-index: 2;
}

.chat-box-operator:nth-child(3) {
  position: absolute;
  right: 40px;
  z-index: 1;
}

.chat-box-operator {
  border: 3px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.chat-box-btn-wrapper {
  padding: 10px;
  background-color: #ee3960;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  /* justify-content: space-between; */
  justify-content: space-between;
  align-items: center;
  /* display: flex; */
  width: 100%;
  border: none;
  color: #fff;
  font-size: 17px;
}

.chat-box-btn {
  color: #fff;
  font-size: 18px;
  background-color: transparent;
  border: none;
  outline: none;
}

.chat-box-icon {
  width: 50px;
  height: 50px;
  margin-left: 4px;
}

@media screen and (max-width: 575px) {
  .chatModal.show .modal-dialog {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
  }
  .chatModal .modal-content {
    border-radius: 0;
  }
  .modal-header-image {
    width: 200px;
  }
  .chat-box-title {
    font-size: 23px;
    margin-top: 20px;
  }
  .chat-box-detail {
    font-size: 16px !important;
    margin-top: 8px;
  }
  .chat-box-operator {
    width: 50px;
    height: 50px;
  }
  /*.chat-box-operator:nth-child(2) {
          top: 121px;
      }

      .chat-box-operator:nth-child(3) {
          top: 121px;
      }*/
  .chat-box-input {
    padding: 13px 10px;
  }
  .chat-box-input:nth-child(1) {
    margin-top: 33px !important;
  }
  .chat-box-btn-wrapper {
    margin-top: 36px !important;
  }
  .modal-body-wrapper {
    justify-content: center;
  }
}
.switch-button {
  background: #eeeeee;
  border-radius: 30px;
  overflow: hidden;
  width: 180px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: #47474d;
  position: relative;
  padding-right: 90px;
  position: relative;
}

.switch-button-label::after {
  content: "پشتیبانی";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}

.switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.switch-button-checkbox:checked + .switch-button-label::before {
  transform: translateX(90px);
  transition: transform 100ms linear;
}

.switch-button-checkbox + .switch-button-label {
  position: relative;
  padding: 14px 0;
  display: block;
  user-select: none;
  pointer-events: none;
}

.switch-button-label::before {
  content: "";
  color: white;
  background: #f1416c;
  height: 100%;
  border: 3px solid #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  transform: translateX(0);
  transition: transform 100ms;
}

.switch-button-label-span {
  position: relative;
  color: #fff;
}

.switch-button-checkbox:checked + .switch-button-label > .switch-button-label-span {
  color: #47474d;
}

.switch-button-checkbox:checked + .switch-button-label::after {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .chat-icon {
    bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .chat-icon {
    bottom: 100px;
  }
}
@media screen and (max-width: 575px) {
  .switch-button {
    margin-top: 20px !important;
  }
  .chat-icon {
    bottom: 100px;
  }
}
.main-karma-logo-img {
  height: 45px;
  padding-left: 10px;
}

.main-karma-logo-title {
  font-size: 10px;
  color: #3f4254;
  text-align: center;
  font-weight: bold;
  padding-right: 10px;
  position: relative;
}
.main-karma-logo-title::after {
  content: "";
  background-color: #e1e3ea;
  width: 1px;
  height: 26px;
  position: absolute;
  top: 3px;
  right: 0;
}
.main-karma-logo-title p {
  font-size: 16px;
}

.packages-type {
  font-size: 1.5rem;
  font-weight: bold;
}

.application-download {
  background-color: #3f4254;
  position: fixed;
  top: 51px;
  z-index: 73;
  height: 77px;
  transition: top 0.5s ease;
}
.application-download span {
  color: #fff;
  margin-top: 12px;
}
.application-download a {
  border: none;
  background-color: #fff;
  color: #3f4254;
  padding: 3px 24px !important;
  border-radius: 8px !important;
  margin-top: 11px;
  font-weight: bold;
}
.application-download button {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.application-download button span {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 24px;
  padding: 0px 7px;
  border-radius: 5px;
  display: flex;
  padding-top: 2px;
  justify-content: center;
  align-items: center;
}

.contact-us-btn-dashboard {
  color: #3699ff;
  border: 0;
}
.contact-us-btn-dashboard:active {
  color: #3699ff !important;
}
.contact-us-btn-dashboard i {
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-info-dashboard-modal {
  color: #5c5e6d !important;
}
.contact-info-dashboard-modal i {
  color: #5c5e6d !important;
}
.contact-info-dashboard-modal a {
  color: #5c5e6d !important;
}

.modal-apple {
  transition: 0.3s;
  width: 100%;
}
.modal-apple .modal-dialog .modal-content {
  height: 100vh;
}
.modal-apple img {
  width: 100px;
  object-fit: cover;
}
.modal-apple b {
  color: #ff1c6e;
}
.modal-apple .btn-modal-ok {
  width: 75%;
}
.modal-apple li {
  font-size: 14px;
}
.modal-apple li b {
  color: #3699ff;
}
.modal-apple .btn-modal-ok {
  background-color: #3699ff;
  color: #fff;
}

@media screen and (max-width: 567px) {
  .modal-apple .modal-dialog {
    margin: 0 !important;
  }
}
@media screen and (max-width: 1266px) {
  .table-responsive-factor-list {
    max-width: 880px !important;
  }
}
@media screen and (max-width: 1200px) {
  .table-responsive-factor-list {
    max-width: 725px !important;
  }
}
.otp {
  text-align: center;
  letter-spacing: 10px;
}

.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
  width: 100%;
}

.web-app {
  fill: #7ad915;
}

.learning-video-wrapper * {
  font-family: yekanbakh !important;
  font-size: 16px !important;
  line-height: 27px !important;
}

.btn-submit {
  border-radius: 7px !important;
  font-size: 15px !important;
}

.k-grid {
  border-radius: 10px !important;
}

.timer-container {
  text-indent: -152px !important;
}

.factor-body .table thead th {
  padding: 5px !important;
}

@media screen and (max-width: 575px) {
  .login-active {
    margin-top: 80px !important;
  }
}
.dwn-icon path {
  stroke: #2884ef;
}

.swiper-slide img {
  width: 250px;
  height: auto;
}

.wrapper-package {
  padding-bottom: 52px !important;
}

.swiper-pagination-bullet {
  width: 30px !important;
  border-radius: 0px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: 5px;
  background: #e1e3ea !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet:first-child {
  border-radius: 0 50px 50px 0 !important;
}
.swiper-pagination-bullet:last-child {
  border-radius: 50px 0 0 50px !important;
}

.swiper-pagination-bullet-active {
  background-color: #3699ff !important;
}

.packageSwiper {
  padding: 0 50px !important;
  padding-left: 30px;
  position: relative;
}
.packageSwiper::after {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  filter: blur(10px);
  width: 300px;
  height: 106%;
  top: -69px;
  right: -252px;
  z-index: 4;
}
.packageSwiper::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  filter: blur(10px);
  width: 300px;
  height: 106%;
  top: -69px;
  left: -162px;
  z-index: 4;
}

.packageSwiper2 {
  padding: 0 50px !important;
  padding-left: 30px;
  position: relative;
}
.packageSwiper2::after {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  filter: blur(10px);
  width: 300px;
  height: 106%;
  top: -69px;
  right: -252px;
  z-index: 4;
}
.packageSwiper2::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  filter: blur(10px);
  width: 300px;
  height: 106%;
  top: -69px;
  left: -162px;
  z-index: 4;
}
.packageSwiper2 img {
  width: 210px;
}
.packageSwiper2 .swiper-pagination-bullet {
  width: 30px !important;
  border-radius: 0px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: 5px;
  background: #e1e3ea !important;
  opacity: 1 !important;
}
.packageSwiper2 .swiper-pagination-bullet:first-child {
  border-radius: 0 50px 50px 0 !important;
}
.packageSwiper2 .swiper-pagination-bullet:last-child {
  border-radius: 50px 0 0 50px !important;
}
.packageSwiper2 .swiper-pagination-bullet-active {
  background-color: #3699ff !important;
}

@media screen and (min-width: 1400px) {
  .container-swiper {
    max-width: 1100px !important;
  }
}
@media screen and (min-width: 1200px) {
  .container-swiper {
    max-width: 900px !important;
  }
}
@media screen and (min-width: 991px) {
  .container-swiper {
    max-width: 900px !important;
  }
}
@media screen and (min-width: 768px) {
  .container-swiper {
    max-width: 800px;
  }
}
@media screen and (min-width: 576px) {
  .container-swiper {
    max-width: 580px;
  }
}/*# sourceMappingURL=style.css.map */