/*for lemoni*/
input,
textarea,
select {
  border: none;
}

input.-d-l::placeholder {
  text-align: right;
  direction: rtl;
}

:focus {
  outline: none;
}

.-wrd-brk {
  word-break: break-all;
}

textarea {
  resize: vertical;
}

.-top-50.-left-50 {
  transform: translate(-50%, -50%);
}

.-p-50px {
  padding: 50px;
}

.-pt-200px {
  padding-top: 200px;
}

.-mt-200px {
  margin-top: 200px;
}

.-pb-200px {
  padding-bottom: 200px;
}

.-mb-200px {
  margin-bottom: 200px;
}

.-pt-70px {
  padding-top: 70px;
}

.-mt-70px {
  margin-top: 70px;
}

.-f-sh-0 {
  flex-shrink: 0;
}

.-vertical-upside {
  transform: scaleX(-1);
}

.-mx-w-600px {
  max-width: 600px;
}

.-mx-w-inherit {
  max-width: inherit;
}

.-brd-w-5 {
  border-width: 5px;
}

.-brd-r-50 {
  border-radius: 50px;
}

.-li-h-30 {
  line-height: 30px;
}

.-li-h-40 {
  line-height: 40px;
}

.-h-50px {
  height: 50px;
}

.-h-40px {
  height: 40px;
}

.-h-200px {
  height: 200px;
}

.-h-300px {
  height: 300px;
}

.-li-h-70 {
  line-height: 70px;
}

.-w-40px {
  width: 40px;
}

.-h-70px {
  height: 70px;
}

.-w-200px {
  width: 200px !important;
}

.-w-150px {
  width: 150px !important;
}

.-w-250px {
  width: 250px !important;
}

.-w-100px {
  width: 100px !important;
}

.-w-80px {
  width: 80px !important;
}

.-mx-h-400 {
  max-height: 400px;
}

.-mn-w-30px {
  min-width: 30px;
}

.-z-2 {
  z-index: 2;
}

.-z-1 {
  z-index: 1;
}

.-z-0 {
  z-index: 0;
}

.-pr-40 {
  padding-right: 40px;
}

.-mt-n100px {
  margin-top: -100px;
}

.-mt-n60px {
  margin-top: -60px;
}

.-has-dropdown .-dropdown {
  width: auto;
}

.-has-hover:hover .-opa-hover {
  opacity: 1;
}

@media all and (max-width: 649px) {
  .-has-hover .-opa-hover {
    opacity: 1;
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.cta i,
.cta-swing {
  transform-origin: bottom center;
}

.cta:hover i,
.cta-swing:hover i,
.swing {
  animation: swing 1 0.7s;
}

.-odd-bg>div:nth-child(2n) {
  background-color: var(--gray-1);
  min-width: max-content;
  min-width: -moz-max-content;
}

.-light-bg.to-right:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 1));
  pointer-events: none;
  z-index: -1;
}

.-vertical-txt {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@keyframes -anim-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.-anim-show {
  animation: -anim-show 0.3s;
}

.-filter-gray {
  filter: grayscale(10);
}

.-mn-w-100p {
  min-width: 100%;
}

/*for elements*/

select {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100px;
}

.-el-profile>div>div:nth-child(2)>div {
  margin-top: -50px;
}

.-el-profile .edit {
  background: rgba(255, 255, 255, 0.5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.-el-profile .avatar {
  background: rgba(0, 0, 0, 0.5);
}

.-el-profile .avatar img {
  border: 3px solid rgba(255, 255, 255, 0.5);
}

@media all and (max-width: 970px) {
  .-el-profile-menu {
    position: fixed;
    top: 70px;
    right: -280px;
    width: 280px;
    height: calc(100% - 70px);
    overflow-y: auto;
    background: white;
  }

  .close {
    position: fixed;
    top: 70px;
    left: -200%;
  }

  .-el-profile-menu .-el-profile,
  .-el-profile-menu .menu {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .-el-profile-menu .-el-profile .avatar img {
    width: 70px;
    height: 70px;
  }

  .-el-profile>div>div:nth-child(2)>div {
    margin-top: -40px;
  }

  .-el-profile-menu.open {
    right: 0;
  }

  .close.open {
    left: 0;
  }
}

.-el-notification {
  max-width: 400px;
}

.-el-field.force:after {
  position: absolute;
  content: "*";
  color: var(--red-3);
  top: 10px;
  right: 0;
  pointer-events: none;
}

.-el-field textarea.field {
  border: none;
  resize: vertical;
  height: 120px;
}

.-el-field input.field,
.-el-field select.field {
  border: none;
  outline: none;
  height: 40px;
  line-height: 40px;
  background: transparent;
}

.-el-field .field:disabled {
  color: #aaa;
  background: #efefef;
}

.-el-field input.field[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.-el-field .avatar,
.-el-field .icon {
  line-height: 40px;
}

.-el-field .border {
  pointer-events: none;
}

.-el-field.has-avatar .field {
  padding-right: 30px;
}

.-el-field.has-icon textarea.field {
  padding-left: 40px;
}

.-el-field.has-icon input.field {
  padding-left: 30px;
}

.-el-field.has-icon select.field {
  padding-left: 20px;
}

.-el-field .border::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 2px;
  transition: all 0.4s;
  background: var(--blue-2);
  box-sizing: border-box;
}

.-el-field .border::after {
  font-size: 15px;
  color: #999999;
  line-height: 1.2;
  content: attr(data-placeholder);
  position: absolute;
  top: 13px;
  right: 0;
  padding-left: 5px;
  transition: all 0.4s;
  box-sizing: border-box;
}

.-el-field.has-avatar .border::after {
  right: 30px;
}

.-el-field .border.focused::after,
.-el-field .border.fix::after {
  top: -7px;
  font-size: 12px;
  right: 0;
}

.-el-field .border.focused::before {
  width: 100%;
}

.-el-check .check {
  width: 15px;
  height: 15px;
}

.-el-check .check::after {
  position: absolute;
  content: "";
  right: 50%;
  top: 50%;
  width: 3px;
  height: 8px;
  border: solid #fff;
  transition: all 0.3s;
  border-width: 0 3px 3px 0;
  transform: translate(calc(-50% - -6px), -50%) rotate(45deg);
  transform-origin: center;
  opacity: 0;
}

.-el-check .check.checked:before {
  border-color: var(--blue-2);
  background: var(--blue-2);
}

.-el-check .check.checked:after {
  opacity: 1;
}

.-el-message {
  width: 300px;
}

.-el-list .items {
  background: var(--gray-1);
}

.-el-list .items .item {
  flex-shrink: 0;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  align-items: center;
}

.-el-list .items .item>div {
  width: 100%;
  line-height: 1.5;
}

.-el-list .items .item {
  min-width: 100%;
  min-height: 50px;
  line-height: 50px;
}

.-el-list .items .item:not(.header) {
  background: var(--white);
}

.-el-list .items .item:nth-of-type(2n-1):not(.header) {
  background: var(--gray-1);
}

.-el-tooltip {
  position: relative;
}

.-el-tooltip .tooltip {
  /*pointer-events: none;*/
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.32, 2, 0.64, 0.67), opacity 0.1s;
  z-index: 10;
}

.-el-tooltip .tooltip.top {
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0) scale(0);
}

.-el-tooltip .tooltip.right {
  top: 50%;
  left: 100%;
  transform: translateY(-50%) scale(0);
}

.-el-tooltip .tooltip.bottom {
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0) scale(0);
}

.-el-tooltip .tooltip.left {
  top: 50%;
  right: 100%;
  transform: translate(0, -50%) scale(0);
}

.-el-tooltip:hover .tooltip {
  opacity: 1;
}

.-el-tooltip:hover .tooltip.top {
  transform: translate(-50%, 0) scale(1);
}

.-el-tooltip:hover .tooltip.right {
  transform: translate(0, -50%) scale(1);
}

.-el-tooltip:hover .tooltip.bottom {
  transform: translate(-50%, 0) scale(1);
}

.-el-tooltip:hover .tooltip.left {
  transform: translate(0, -50%) scale(1);
}

.-el-date .years_months,
.-el-date .years_months .years>div,
.-el-date .years_months .months>div,
.-el-date .years .content,
.-el-date .months .content {
  height: calc(100% - 35px);
}

.-el-popup {
  z-index: 1000;
}

.-el-popup .content {
  max-height: 100vh;
  /*max-width: -moz-max-content;*/
  /*max-width: max-content;*/
}

.-el-datalist .result {
  max-height: 200px;
  overflow-y: auto;
}

.-el-main-links {
  display: grid;
  grid-gap: 30px;
  grid-template: repeat(4, 130px) / repeat(3, 1fr);
}

.-el-main-links>div:nth-of-type(1) {
  grid-area: 1/1/2/4;
}

.-el-main-links>div:nth-of-type(2) {
  grid-area: 2/1/3/3;
}

.-el-main-links>div:nth-of-type(3) {
  grid-area: 2/3/4/4;
}

.-el-main-links>div:nth-of-type(4) {
  grid-area: 3/1/5/2;
}

.-el-main-links>div:nth-of-type(5) {
  grid-area: 3/2/4/3;
}

.-el-main-links>div:nth-of-type(6) {
  grid-area: 4/2/5/4;
}

@media all and (max-width: 490px) {
  .-el-main-links {
    grid-template: repeat(6, 60px) / repeat(1, 1fr) !important;
    grid-gap: 10px;
  }

  .-el-main-links>div {
    grid-area: auto !important;
  }

  .-el-main-links>div>a {
    border-radius: 5px;
  }
}

.-el-step-nav .item>span {
  height: 2px;
}

.-el-step-nav .item:first-of-type {
  width: inherit;
}

.-el-step-nav .item:first-of-type>span {
  display: none;
}

.-el-editor textarea {
  padding-left: 70px;
}

.-el-range input::-moz-range-thumb {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: transparent;
}

.-el-range input::-ms-thumb {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: transparent;
}

.-el-range input {
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

@media screen and (max-width: 768px) {

  .-el-range input:hover+.range-thumb,
  .-el-range input:active+.range-thumb {
    transform: translateY(-50px);
  }
}

.-el-range input:hover+.range-thumb::before,
.-el-range input:active+.range-thumb::before {
  opacity: 1;
}

.-el-range .lbl {
  bottom: calc(100% + 3px);
}

.-el-range .range-thumb {
  height: 38px;
  width: 38px;
  top: 10px;
  transition: transform 0.3s;
}

.-el-range .range-thumb::before {
  opacity: 0;
  content: "\0e872";
  font-family: "fontello";
  position: absolute;
  z-index: 1;
  top: 40px;
  font-size: 110%;
  color: var(--white);
  right: 50%;
  transform: translateX(50%);
  height: 28px;
  transition: all 0.3s;
}

.-el-period-range:before {
  position: absolute;
  content: "";
  height: 5px;
  border-radius: 50px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--gray-4);
}

.-el-period-range .lbl-left,
.-el-period-range .lbl-right {
  bottom: 100%;
}

.-el-period-range input[type="range"] {
  -webkit-appearance: none;
  background: none;
}

.-el-period-range input[type="range"]:focus,
.-el-period-range input[type="range"]:active {
  outline: none;
}

.-el-period-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: content-box;
  width: 25px;
  height: 25px;
  border: none;
  pointer-events: auto;
  border-radius: 50%;
  background-color: var(--thumb-color);
  cursor: pointer;
  z-index: 1;
}

.-el-period-range input[type="range"]::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: none;
  pointer-events: auto;
  border-radius: 50%;
  background-color: var(--thumb-color);
  cursor: pointer;
  z-index: 1;
}

.-el-period-range input[type="range"]::-ms-thumb {
  width: 25px;
  height: 25px;
  border: none;
  pointer-events: auto;
  border-radius: 50%;
  background-color: var(--thumb-color);
  cursor: pointer;
  z-index: 1;
}

.-el-crop {}

.-el-crop .img {}

.-el-crop .selector {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.5);
}

.-el-crop .selector .line {
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.55);
}

.-el-crop .selector .top-horizontal {
  width: 100%;
  height: 1px;
  top: 33.33333%;
}

.-el-crop .selector .bottom-horizontal {
  width: 100%;
  height: 1px;
  top: 66.66666%;
}

.-el-crop .selector .left-vertical {
  height: 100%;
  width: 1px;
  left: 33.33333%;
}

.-el-crop .selector .right-vertical {
  height: 100%;
  width: 1px;
  left: 66.66666%;
}

.-el-crop-container .top-range {
  text-orientation: mixed;
  writing-mode: sideways-lr;
  margin-left: 5px;
}

.-el-crop-container .scale-range {
  text-orientation: mixed;
  writing-mode: sideways-lr;
  right: 100%;
}

@keyframes rotate90 {
  100% {
    transform: rotate(90deg);
  }
}

@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin2 {
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}

.-el-rotate90 {
  animation: 0.4s linear 0s normal forwards 1 running rotate90;
}

.-el-rotate360 {
  animation: 0.4s linear 0s normal forwards 1 running rotate360;
}

.-el-spin {
  animation: 1s linear 0s normal none infinite running spin;
}

.-el-spin.-top-50 {
  animation: 1s linear 0s normal none infinite running spin2;
}

@keyframes shine {
  0% {
    opacity: 1;
    right: -210%;
    transition-property: right, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }

  100% {
    opacity: 0;
    right: 210%;
    transition-property: right, top, opacity;
  }
}

.-el-shine {
  position: relative;
  overflow: hidden;
}

.-el-shine:after {
  animation: shine 1s ease-in-out infinite;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: 0;
  right: -210%;
  width: 200%;
  height: 200%;
  opacity: 1;
  /* transform: rotate(30deg); */
  /* background:red; */
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 25%,
      rgba(255, 255, 255, 0.75) 50%,
      rgba(255, 255, 255, 0.5) 75%,
      rgba(255, 255, 255, 0) 100%);
}

/* ================= */

.-el-chat .single_chat .user-input input.has-button {
  padding-left: 40px;
}

.-el-chat .list_chat {
  height: 500px;
  overflow-y: auto;
}

.-el-chat .single_chat .messages {
  height: calc(500px - 120px);
  overflow-y: auto;
}

.-el-chat .single_chat .messages .message:last-of-type {
  padding-bottom: 10px;
}

.-el-chat .single_chat .messages .me>div {
  border-bottom-right-radius: 0;
}

.-el-chat .single_chat .messages .you>div {
  border-bottom-left-radius: 0;
}

.-el-chat .single_chat.big-user-input .messages {
  height: calc(500px - 260px);
  overflow-y: auto;
}

.-el-chat .single_chat .messages .me {
  justify-content: flex-start;
}

.-el-chat .single_chat .messages .me>div {
  background-color: var(--blue-1);
}

.-el-chat .single_chat .messages .me .time {
  text-align: left;
}

.-el-chat .single_chat .messages .you {
  justify-content: flex-end;
}

.-el-chat .single_chat .messages .you>div {
  background-color: var(--gray-2);
}

.-el-chat .single_chat .messages .you .time {
  text-align: right;
}

@keyframes loading_logo {
  0% {
    height: 0%;
  }

  1% {
    height: 25%;
  }

  2% {
    height: 50%;
  }

  4% {
    height: 70%;
  }

  6% {
    height: 80%;
  }

  100% {
    height: 99%;
  }
}

.-el-wait .logo img {
  filter: grayscale(10);
}

.-el-wait .logo:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  animation: loading_logo 1 30s ease;
}

.-el-admin-menu {
  min-height: 60px;
  top: -100%;
}

.-el-admin-menu.open {
  top: 0;
}

:focus {
  outline: none;
}

.-el-star-rate>i:hover,
.-el-star-rate>i:hover~i {
  color: var(--yellow-4);
}

.-el-300\*400 {
  height: 400px;
  width: 300px;
}

.-el-200\*150 {
  height: 150px;
  width: 200px;
}

@keyframes init_loading {
  0% {
    left: 0%;
  }

  50% {
    left: -200%;
  }

  100% {
    left: 0%;
  }
}

.-el-init-loading {
  position: fixed;
  height: 4px;
  left: 0;
  right: 0;
  top: 70px;
  overflow: hidden;
}

.-el-init-loading:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 300%;
  left: 0%;
  z-index: 2;
  background: linear-gradient(to Left,
      var(--red-1),
      var(--orange-1),
      var(--green-1),
      var(--blue-1),
      var(--purple-1));
  animation: init_loading infinite 2s;
}

/* aspect ratio */
[style*="--aspect-ratio"]> :first-child {
  width: 100%;
}

[style*="--aspect-ratio"]>img {
  height: auto;
}

@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }

  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }

  [style*="--aspect-ratio"]> :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

/* preview box */
.-el-preview .preview_box {
  /* transform: scale(0.3); */
  /* height: max-content; */
  /* width: max-content; */
  /* transform-origin: center; */
  /* background: red; */
  min-width: 100%;
  min-height: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.-el-preview main {
  width: 100% !important;
}

.-el-preview * {
  font-size: 93%;
}

.-el-preview .-fnt-s-h1 {
  font-size: 200%;
}

.-el-preview img {
  max-width: 100% !important;
}

.-el-preview a,
.-el-preview button {
  pointer-events: none;
}

.-el-preview .-h-fit {
  min-height: 100%;
}

.-el-preview .-pt-200px {
  padding-top: 0;
}

.-el-preview .-pb-200px {
  padding-bottom: 0;
}

.-el-preview .-mt-200px {
  margin-top: 0;
}

.-el-preview .-mb-200px {
  margin-bottom: 0;
}

.-el-preview .admin-edit-btn {
  display: none;
}

.-el-blog {
  line-height: 1.7;
  direction: ltr;
}

.-el-blog a {
  color: var(--primary);
}

.-el-blog blockquote p {
  border-left: 3px solid var(--gray-3);
  padding: 5px 10px;
  box-sizing: border-box;
}

.-el-blog blockquote p[dir="rtl"] {
  border-left: none;
  border-right: 3px solid var(--gray-3);
}

.-el-blog h1 {
  font-size: 2rem;
}

.-el-blog h2 {
  font-size: 1.5rem;
}

.-el-blog h3 {
  font-size: 1.17rem;
}

.-el-blog h4 {
  font-size: 1rem;
}

.-el-blog h5 {
  font-size: 0.83rem;
}

.-el-blog h6 {
  font-size: 0.67rem;
}

.-el-blog :is(ul, li){
  list-style-position: inside;
}

.-el-blog ul{
  list-style: disc;
}

.-el-blog pre{
  direction: ltr;
  text-align: left;
  background-color: #f6f6f6;
  padding: 5px 10px;
}