﻿/*@import './mixins/clearfix.scss';*/
/*@import '../images/icons/icons.sprite.scss';

@import './config/reset.scss';*/
/*@import '../images/icons/icons.sprite.scss';*/
.base-tab {
  margin-top: 20px;
}
.base-tab .nav-pills .nav-link.active, .base-tab .nav-pills .show > .nav-link {
  background: gray;
}
.base-tab .nav-link {
  color: gray;
}
.base-tab .nav {
  background: #e1e1e1;
  margin-bottom: 15px;
  border-radius: 7px;
}
.base-tab .tab-content {
  background: #fff;
  border-radius: 7px;
  padding: 30px 20px;
  font-size: 0.9rem;
  overflow: auto;
}
.base-tab #pills-comment {
  background: #f7f7f7;
  margin: -30px -20px;
}
.base-tab .comments {
  padding: 20px;
}

.breadcrumb-w {
  font-size: 1.4rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: auto;
  background: #f1f1f1;
  padding: 10px;
}
.breadcrumb-w ul {
  list-style: none;
}
.breadcrumb-w ul li {
  display: inline-block;
}
.breadcrumb-w ul li a {
  padding: 0 5px;
}
.breadcrumb-w ul li:after {
  content: "/";
  display: inline-block;
}
.breadcrumb-w ul li:last-child {
  color: var(--bs-primary);
  font-weight: bold;
}
.breadcrumb-w ul li:last-child:after {
  display: none;
}

.page-banner-container img {
  width: 100%;
}

/*latest-items */
.latest-items {
  padding: 15px 0px 0 0px;
  position: sticky;
  top: 0;
  background: white;
}
.latest-items .latest-title {
  border: 1px solid #ebebeb;
  font-size: 17px;
  color: #000;
  padding: 4px 15px;
  margin-bottom: 15px;
}
.latest-items .latest-item {
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.latest-items .latest-item:last-child {
  border-bottom: none;
}
.latest-items .latest-item h3 {
  font-size: 13px;
  color: #000;
  margin-bottom: 5px;
  vertical-align: top;
  line-height: 23px;
}
.latest-items .latest-item h3 a {
  display: block;
}
.latest-items .latest-item .latest-info {
  font-size: 11px;
  color: #688383;
}
.latest-items .latest-item .latest-info span {
  margin-left: 20px;
}
.latest-items .latest-item .latest-img {
  float: right;
  margin-left: 10px;
}

body.ltr .latest-items {
  padding: 15px 0px 0 0px;
  position: sticky;
  top: 0;
  background: white;
}
body.ltr .latest-items .latest-title {
  border: 1px solid #ebebeb;
  font-size: 17px;
  color: #000;
  padding: 4px 15px;
  margin-bottom: 15px;
}
body.ltr .latest-items .latest-item {
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
body.ltr .latest-items .latest-item:last-child {
  border-bottom: none;
}
body.ltr .latest-items .latest-item h3 {
  font-size: 13px;
  color: #000;
  margin-bottom: 5px;
  vertical-align: top;
  line-height: 23px;
}
body.ltr .latest-items .latest-item h3 a {
  display: block;
}
body.ltr .latest-items .latest-item .latest-info {
  font-size: 11px;
  color: #688383;
}
body.ltr .latest-items .latest-item .latest-info span {
  margin-right: 20px;
  margin-left: 0;
}
body.ltr .latest-items .latest-item .latest-img {
  float: left;
  margin-right: 10px;
}

#gallery-thumbnails .gallery-item {
  width: 65px;
  margin: 10px 5px;
  display: inline-block;
  position: relative;
}
#gallery-thumbnails .gallery-item.main-photo {
  width: auto;
}
#gallery-thumbnails .gallery-item:hover .play {
  opacity: 1;
}
#gallery-thumbnails .gallery-item .play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s all;
  z-index: 3;
  right: 0;
  left: 0;
}
#gallery-thumbnails .gallery-item .play i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  color: white;
}

/*img-zoom-container */
.img-zoom-container {
  position: relative;
  border-radius: 7px;
  cursor: crosshair;
}
.img-zoom-container > img {
  border-radius: 7px;
}

.img-zoom-lens {
  position: absolute;
  background: rgba(255, 188, 188, 0.68);
  width: 100px;
  height: 100px;
}

.img-zoom-result {
  width: 300px;
  height: 300px;
  position: absolute;
  left: -305px;
  top: 0;
  pointer-events: none;
  border: 1px solid #e1e1e1;
  z-index: 5;
}

textarea.form-control {
  min-height: 110px;
}

.form-title {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

.form-title .sec-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-top: 0;
  font-weight: 500;
}

.form-title .sec-des {
  text-align: center;
  font-size: 0.8rem;
}

.disabled {
  background: inherit !important;
  border-color: inherit !important;
  color: inherit !important;
}

@media (max-width: 550px) {
  .detail-page .detail-header .rate {
    float: none;
    margin-top: -5px;
  }
  .detail-page .detail-gallery {
    position: inherit;
    background: none;
  }
}
.bg-background-black {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 15;
}

header {
  background: #fff;
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  max-width: 1920px;
  margin: 0 auto;
}
header .container {
  position: relative;
}
header.fixed-header .bottom-header, header .all-stuff-link {
  display: none;
}
header .top-header {
  position: absolute;
  right: 15px;
  top: 8px;
  z-index: 2;
}
header .top-header .social-media {
  display: flex;
  justify-content: start;
  gap: 5px;
  color: var(--bs-secondary);
}
header .top-header .social-media .item {
  width: 30px;
  height: 30px;
  border: 1px solid #a3b4c7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
}
header .top-header .social-media .item em {
  transition: all 0.3s ease;
}
header .top-header .social-media .item:hover em {
  transform: rotate(360deg);
}
header .bottom-header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 0;
  align-items: end;
  transition: 0.3s all;
}
header .bottom-header .menu-nav {
  position: relative;
  text-align: center;
  flex: 1;
}
header .bottom-header .menu-nav nav {
  display: block;
}
header .bottom-header .menu-nav ul {
  list-style: none;
}
header .bottom-header .menu-nav ul li {
  display: inline-block;
}
header .bottom-header .menu-nav .level-4 {
  margin-top: 1rem;
}
header .bottom-header .menu-nav .level-1 .caret {
  position: absolute;
  display: flex;
  right: -15px;
  top: 0;
  transform: rotate(0);
  transition: all 0.3s;
}
header .bottom-header .menu-nav .level-1 .caret:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--bs-secondary);
  transition: all 0.3s ease;
}
header .bottom-header .menu-nav .level-1 img {
  width: 20px;
  margin-left: 10px;
  filter: invert(1);
}
header .bottom-header .menu-nav .level-1 .menu-img {
  display: none;
}
header .bottom-header .menu-nav .level-1 .item {
  padding: 15px;
  color: var(--bs-primary);
}
header .bottom-header .menu-nav .level-1 .item a {
  position: relative;
  font-size: 2.2rem;
  font-family: yekanBakhEn;
  font-weight: 600;
}
header .bottom-header .menu-nav .level-1 .item:hover a {
  color: var(--bs-secondary);
}
header .bottom-header .menu-nav .level-1 .item:hover a > .caret {
  transform: rotate(0);
}
header .bottom-header .menu-nav .level-1 .item:hover .level-2 {
  transform: scaleY(1);
}
header .bottom-header .menu-nav .level-1 .level-2 {
  transform: scaleY(0);
  transform-origin: top;
  text-align: left;
  transition: 0.3s all;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: white;
  border-radius: 5px;
  min-height: 400px;
  z-index: 35;
  overflow-y: auto;
  box-shadow: 1px 3px 5px #646464;
}
header .bottom-header .menu-nav .level-1 .level-2 .caret {
  transform: rotate(0);
  display: none;
}
header .bottom-header .menu-nav .level-1 .level-2 > .item {
  display: block;
  max-width: 200px;
  padding: 15px;
}
header .bottom-header .menu-nav .level-1 .level-2 > .item a {
  color: var(--bs-primary);
  display: inline-block;
  font-size: 1.6rem;
}
header .bottom-header .menu-nav .level-1 .level-2 > .item .level-3 {
  display: none;
  padding: 1.5rem;
  position: absolute;
  left: 200px;
  top: 0;
  min-width: 500px;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  border-left: 1px solid #e4e4e4;
}
header .bottom-header .menu-nav .level-1 .level-2 > .item .level-3 > .item {
  border: none;
  display: block;
  padding: 0 15px;
  margin-bottom: 10px;
}
header .bottom-header .menu-nav .level-1 .level-2 > .item .level-3 > .item > a:before {
  content: "|";
  color: var(--bs-secondary);
}
header .bottom-header .menu-nav .level-1 .level-2 > .item .level-3 > .item > a > .caret {
  transform: rotate(-90deg);
  display: block;
  top: -3px;
}
header .bottom-header .menu-nav .level-1 .level-2 > .item .level-3 > .item:hover > a {
  color: var(--bs-secondary);
}
header .bottom-header .menu-nav .level-1 .level-2 > .item .level-3 > .item:hover > a > .caret {
  transform: rotate(-90deg);
}
header .bottom-header .menu-nav .level-1 .level-2 > .item .level-3 .level-4 .item {
  border: none;
  display: block;
  padding: 0 5px;
}
header .bottom-header .menu-nav .level-1 .level-2 > .item .level-3 .level-4 .item > a {
  font-family: yekanBakhEn;
  font-size: 1.4rem;
  color: gray;
}
header .bottom-header .menu-nav .level-1 .level-2 > .item .level-3 .level-4 .item > .caret {
  transform: rotate(0);
}
header .bottom-header .menu-nav .level-1 .level-2 > .item .level-3 .level-4 .item:hover > a {
  color: var(--bs-secondary);
}
header .bottom-header .menu-nav .level-1 .level-2 > .item .level-3 .level-4 .item:hover > a > .caret {
  transform: rotate(180deg);
}
header .bottom-header .menu-nav .level-1 .level-2 > .item img {
  filter: grayscale(1) !important;
}
header .bottom-header .menu-nav .level-1 .level-2 > .item:hover {
  background: var(--bs-secondary);
}
header .bottom-header .menu-nav .level-1 .level-2 > .item:hover > a {
  color: white;
}
header .bottom-header .menu-nav .level-1 .level-2 > .item:hover > a > .caret {
  transform: rotate(180deg);
}
header .bottom-header .menu-nav .level-1 .level-2 > .item.open {
  background: var(--bs-secondary);
}
header .bottom-header .menu-nav .level-1 .level-2 > .item.open > a {
  color: white;
}
header .bottom-header .menu-nav .level-1 .level-2 > .item.open > a > .caret {
  transform: rotate(180deg);
}
header .bottom-header .menu-nav .level-1 .level-2 > .item.open img {
  filter: grayscale(0) !important;
}
header .bottom-header .menu-nav .level-1 .level-2 > .item.open .level-3 {
  display: flex;
}
header .bottom-header .logo-container {
  flex: 0 0 auto;
}
header .bottom-header .logo-container .header-logo img {
  width: 107px;
  transition: 0.3s all;
}
header .bottom-header .toggle-btn-container {
  display: none;
}
header .bottom-header .toggle-btn-container .toggle-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 20;
}
header .bottom-header .toggle-btn-container .toggle-btn .bar {
  width: 30px;
  height: 2px;
  background-color: var(--bs-primary);
  margin-bottom: 5px;
  transition: 0.5s all;
}
header .bottom-header .toggle-btn-container .toggle-btn .bar:last-child {
  margin-bottom: 0;
}
header .bottom-header .toggle-btn-container .toggle-btn.open .bar-1 {
  position: absolute;
  transform: rotate(45deg);
  margin: 0;
}
header .bottom-header .toggle-btn-container .toggle-btn.open .bar-2 {
  display: none;
}
header .bottom-header .toggle-btn-container .toggle-btn.open .bar-3 {
  position: absolute;
  transform: rotate(-45deg);
}
header .bottom-header .search-icon {
  color: var(--bs-primary);
  cursor: pointer;
  position: absolute;
  right: 0;
  direction: rtl;
}
header .bottom-header .search-icon > * {
  display: inline-block;
  vertical-align: top;
}
header .bottom-header .search-icon .Lang {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
header .bottom-header .search-icon .Lang:before {
  content: "|";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
header.mini-header {
  position: fixed !important;
  top: 0 !important;
  padding: 0 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
header.mini-header .top-header {
  display: none;
}
header.mini-header .bottom-header {
  align-items: center;
}
header.mini-header .bottom-header .logo-container .header-logo {
  height: 62px;
  overflow: hidden;
}
#search-section {
  position: absolute;
  right: 0;
  width: 400px;
  top: 100%;
  background: white;
  z-index: 30;
  display: none;
  padding: 15px;
  box-shadow: 1px 3px 5px #646464;
}
#search-section .search-wrap {
  display: flex;
  gap: 15px;
}
#search-section .search-box {
  position: relative;
  flex: 1;
}
#search-section .search-box .form-control {
  padding-right: 50px;
  border: 1px solid var(--bs-primary);
}
#search-section .search-box .fa-search {
  position: absolute;
  top: 8px;
  right: 15px;
}
#search-section .search-box .search-item-container {
  margin-top: 10px;
  max-height: 400px;
  overflow: auto;
}
#search-section .search-box .search-item-container .search-item {
  padding: 10px 15px;
  color: black;
  background: #f5f5f5;
  font-size: 1.4rem;
}
#search-section .search-box .search-item-container .search-item:hover {
  color: white;
  background: var(--bs-secondary);
}
#search-section .search-close {
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: inline-block;
}
#search-section .search-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #333;
  transform: rotate(-45deg);
}
#search-section .search-close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #333;
  transform: rotate(45deg);
}
#search-section .search-close:hover:after {
  background-color: var(--bs-primary);
}
#search-section .search-close:hover:before {
  background-color: var(--bs-primary);
}

@media (max-width: 991px) {
  header {
    box-shadow: none;
  }
  header .bottom-header {
    gap: 30px;
    align-items: center;
  }
  header .bottom-header .menu-nav {
    position: fixed;
    overflow: auto;
    left: -100%;
    transition: 0.5s all;
    background-color: white;
    top: 0;
    bottom: 0;
    width: 330px;
    z-index: 100;
    text-align: start;
  }
  header .bottom-header .menu-nav .level-1 .caret {
    right: 15px !important;
    display: block;
    left: auto;
    top: 15px;
    width: 25px;
    height: 25px;
    text-align: center;
    transform: rotate(0) !important;
  }
  header .bottom-header .menu-nav .level-1 .item {
    display: block;
    position: relative;
    padding: 0;
    /*&:last-child { width: max-content; margin-right: 15px;
        a { padding: 0; }
    }*/
  }
  header .bottom-header .menu-nav .level-1 .item a {
    position: static;
    padding: 15px;
    display: block;
  }
  header .bottom-header .menu-nav .level-1 .level-2 {
    display: none;
    transform: unset;
    position: static;
    transform-origin: unset;
    box-shadow: none;
    min-height: unset;
  }
  header .bottom-header .menu-nav .level-1 .level-2 .caret {
    display: block;
  }
  header .bottom-header .menu-nav .level-1 .level-2 .item {
    max-width: unset;
    padding: 0;
    border-radius: 0;
  }
  header .bottom-header .menu-nav .level-1 .level-2 .item a {
    padding-right: 25px;
  }
  header .bottom-header .menu-nav .level-1 .level-2 .item:hover {
    background: unset;
  }
  header .bottom-header .menu-nav .level-1 .level-2 .item:hover a {
    color: var(--bs-primary);
  }
  header .bottom-header .menu-nav .level-1 .level-2 .item:hover a > .menu-content {
    display: flex;
  }
  header .bottom-header .menu-nav .level-1 .level-2 .item:hover .caret:after {
    color: var(--bs-primary);
  }
  header .bottom-header .menu-nav .level-1 .level-2 .item .level-3 {
    position: static;
    min-width: unset;
    padding: 0;
    border-left: none;
  }
  header .bottom-header .menu-nav .level-1 .level-2 .item .level-3 .item {
    padding: 0;
    margin-bottom: 0;
  }
  header .bottom-header .menu-nav .level-1 .level-2 .item .level-3 .item a {
    font-weight: normal;
    padding-left: 35px;
  }
  header .bottom-header .menu-nav .level-1 .level-2 .item .level-3 .level-4 {
    display: none;
    margin-top: 0;
  }
  header .bottom-header .menu-nav .level-1 .level-2 .item .level-3 .level-4 .item {
    padding: 0;
  }
  header .bottom-header .menu-nav .level-1 .level-2 .item .level-3 .level-4 .item a {
    font-size: 1.6rem;
    padding-left: 45px;
  }
  header .bottom-header .menu-nav.open {
    left: 0;
  }
  header .bottom-header .toggle-btn-container {
    display: block;
    flex: 0 0 auto;
    text-align: start;
  }
  header .bottom-header .logo-container {
    flex: 1;
  }
  header .bottom-header .search-icon {
    position: relative;
  }
}
@media (max-width: 767px) {
  header .top-header .search-wrap {
    width: 250px;
  }
}
@media (max-width: 575px) {
  header .container {
    padding: 0 24px;
  }
}
footer {
  color: white;
  background-color: var(--bs-primary);
  overflow: hidden;
}
footer .footer-top {
  display: flex;
  gap: 3rem;
  padding: 7rem 0 3rem;
}
footer .footer-top .logo-container {
  flex: 0 1 auto;
}
footer .footer-top .logo-container .social-media {
  text-align: center;
}
footer .footer-top .logo-container .social-media .item-container {
  display: flex;
  gap: 5px;
  margin-top: 2rem;
  justify-content: center;
}
footer .footer-top .logo-container .social-media .item-container .item {
  width: 30px;
  height: 30px;
  border: 1px solid #244b78;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
footer .footer-top .logo-container .social-media .item-container .item:hover {
  background-color: var(--bs-secondary);
}
footer .footer-top .logo-container .social-media p {
  margin-top: 1rem;
  color: #c0ccd8;
}
footer .footer-top .contact-us {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
footer .footer-top .contact-us .item {
  max-width: 310px;
  margin: 0 auto;
}
footer .footer-top .contact-us .item .content .content-title {
  position: relative;
  font-size: 2.1rem;
  font-family: yekanBakhEn-Bold;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
footer .footer-top .contact-us .item .content .content-title:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: var(--bs-secondary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}
footer .footer-top .contact-us .item .content .content-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-weight: 300;
}
footer .footer-top .contact-us .item .content .content-container > * {
  position: relative;
  padding-left: 1.5rem;
}
footer .footer-top .contact-us .item .content .content-container > *:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: var(--bs-secondary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}
footer .footer-top .contact-us .item .map {
  margin-bottom: 2.5rem;
}
footer .footer-top .contact-us .item .map iframe {
  display: block;
  width: 100%;
  height: 80px;
  border-radius: 50px;
}
footer .footer-bottom .copy-right {
  display: flex;
  position: relative;
}
footer .footer-bottom .copy-right .footerIcon {
  position: absolute;
  bottom: -116px;
  left: 0;
  right: 0;
  margin: auto;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
  animation: footerRiseIcon 7s ease infinite;
}
footer .footer-bottom .copy-right .footerIcon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/UserFiles/LandingPage/Footer-Icon-Center.png);
  background-repeat: no-repeat;
  background-color: #002d62;
  animation: footerIcon 7s linear -1s infinite;
}
footer .footer-bottom .copy-right p {
  flex: 1;
  color: #c0ccd8;
  position: relative;
  padding: 2.2rem 0 2.1rem;
}
footer .footer-bottom .copy-right p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #44658c, transparent);
  z-index: 2;
}
footer .footer-bottom .copy-right p:last-child {
  text-align: end;
  font-size: 1.5rem;
  color: #a7a7a7;
}
footer .footer-bottom .copy-right p:last-child:before {
  transform: rotate(-180deg);
}

@keyframes footerIcon {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes footerRiseIcon {
  0%, 10%, 50%, 100% {
    transform: translate3d(0, 0, 0);
  }
  20%, 40% {
    transform: translate3d(0, -40px, 0);
  }
}
@media (max-width: 1199px) {
  footer .footer-top {
    flex-wrap: wrap;
    padding: 5rem 0;
  }
  footer .footer-top .logo-container {
    flex: 0 0 100%;
    text-align: center;
  }
  footer .footer-top .contact-us {
    flex: 0 0 100%;
  }
  footer .footer-bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  footer .footer-bottom {
    flex-wrap: wrap;
  }
  footer .footer-bottom .copy-right:before {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .footer-top .contact-us {
    grid-template-columns: repeat(1, 1fr);
  }
  footer .footer-top .contact-us .item {
    max-width: unset;
    margin: 0;
  }
  footer .footer-bottom .copy-right {
    flex-wrap: wrap;
    text-align: center !important;
    border-top: 1px solid #44658c;
    padding: 1rem 0;
  }
  footer .footer-bottom .copy-right .footerIcon {
    display: none;
  }
  footer .footer-bottom .copy-right p {
    flex: 0 0 100%;
    padding: 0;
  }
  footer .footer-bottom .copy-right p:before {
    display: none;
  }
  footer .footer-bottom .copy-right p:last-child {
    text-align: center;
  }
}
html {
  font-size: 10px;
}

.v-toast-container {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 99999;
}
.v-toast-container .v-toast {
  z-index: 100;
  overflow: hidden;
  transition: 0.5s all;
  cursor: pointer;
  min-width: 350px;
  text-align: center;
  color: black;
  background-color: #effcf9 !important;
  font-size: 16px;
  opacity: 0.5;
  box-shadow: 0 2px 9px #cbcbcb;
  border-radius: 2px;
  margin-bottom: 10px;
}
.v-toast-container .v-toast .toast-header {
  height: 5px;
  width: 100%;
  background: #ddd;
  position: relative;
}
.v-toast-container .v-toast .toast-header .timing {
  position: absolute;
  left: 0;
  right: 0;
  background: #88e4cf;
  height: 5px;
  top: 0;
  width: 100%;
}
.v-toast-container .v-toast .toast-header .timing.toast-header-error {
  background: #e4888c;
}
.v-toast-container .v-toast.toast-erorr {
  background: #fcefef !important;
}
.v-toast-container .v-toast p {
  margin: 0;
  vertical-align: middle;
  padding: 5px 30px;
}
.v-toast-container .v-toast.show-toast {
  opacity: 1;
}

.inner-page h1 {
  font-family: yekanBakhEn-Bold;
  font-size: 2.4rem;
  color: var(--bs-primary);
  margin-bottom: 2rem;
}

.inner-page header {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.14), 0 2px 0 rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
}

[type=tel], [type=url], [type=email], [type=number] {
  direction: ltr;
}

.custom-input p.text-danger {
  margin: 0;
  padding-right: 10px;
}
.custom-input .form-group {
  margin-bottom: 5px;
}

.custom-input[disabled] input, .custom-input[disabled] textarea, .custom-remote-search[disabled] input, .custom-remote-search[disabled] textarea, .price-input[disabled] input, .price-input[disabled] textarea {
  background-color: var(--bs-secondary-bg);
  pointer-events: none;
}

.status-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em 0.6em 0.3em;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0 0.25rem 0.25rem 0;
}

.like {
  cursor: pointer;
}
.like:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.like.liked:after {
  font-weight: bold;
  color: red;
}

.custom-remote-search {
  position: relative;
}
.custom-remote-search .search-results {
  position: absolute;
  left: 0;
  right: 0;
  background: white;
  z-index: 2;
  border: 1px solid #eee;
  box-shadow: 0px 10px 10px #f5f5f5;
}
.custom-remote-search .search-results .search-item {
  padding: 5px;
  cursor: pointer;
}
.custom-remote-search .search-results .search-item:nth-child(2n) {
  background: #f5f5f5;
}
.custom-remote-search .search-results .search-item:hover {
  background: yellow;
}

.owl-carousel {
  display: block;
}

/***MultiSelect****/
.multiselect {
  direction: rtl !important;
  text-align: right !important;
}
.multiselect .multiselect__select {
  left: 1px;
  right: auto;
}
.multiselect .multiselect__select:before {
  top: 80%;
}
.multiselect .multiselect__tags {
  padding: 8px 8px 8px 28px;
  height: 38px;
}
.multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  white-space: normal;
}

.multiselect__option--highlight {
  background: var(--bs-primary);
  color: white;
}

.size-100 {
  font-size: 1rem;
}

.size-80 {
  font-size: 0.8rem;
}

.line-bar-container {
  background: #efefef;
  height: 8px;
  overflow: hidden;
  border-radius: 5px;
  margin: 15px 0 0;
}
.line-bar-container .line-bar {
  background: var(--bs-primary);
  width: 0;
  height: 100%;
  display: block;
  transition: 1s width;
}

.share-btn:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.custom-grid-container .search-container {
  max-width: 350px;
  margin: 10px 0;
}
.custom-grid-container .custom-grid-footer {
  margin-top: 10px;
}
.custom-grid-container .functions {
  font-size: 2rem;
}
.custom-grid-container .functions span {
  margin-left: 5px;
  cursor: pointer;
}

/*.main-title { font-size: 2.2rem; margin-bottom: 30px;
    &:before { content: ""; width: 40px; height: 2px; background: var(--bs-primary); display: inline-block; vertical-align: middle; margin-left: 10px; }
}*/
.btn-primary {
  color: white !important;
  background-color: var(--bs-primary) !important;
  border: none;
}
.btn-primary:hover {
  background-color: var(--bs-primary) !important;
}

.btn-secondary {
  color: white !important;
  background-color: var(--bs-secondary) !important;
  border: none;
}
.btn-secondary a {
  color: white !important;
}
.btn-secondary:hover {
  background-color: var(--bs-secondary) !important;
}

.btn-rta {
  background: url("/Images/rta-btn-bg.webp") no-repeat center;
  background-size: 100% 100%;
}

[v-cloak] {
  display: none;
}

.modal-backdrop.show {
  z-index: 100 !important;
}

.form-group {
  margin-bottom: 15px;
}

.btn-block {
  display: block;
  width: 100%;
}

.float-button {
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 4;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

body {
  direction: ltr;
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: black;
  font-size: 1.8rem;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

.container-fluid {
  padding: 0;
}

.container {
  max-width: 1290px;
  padding: 0 15px;
}

.more-btn {
  color: #fff;
  border-radius: 25px;
  padding: 8px 30px;
}

.error, .field-validation-error {
  color: red;
  display: block;
}

/*.wide { width: 100%; max-width: 1290px; padding: 0 15px; margin: 0 auto; }*/
.inner-page .content-wrapper, .html-page .content-wrapper {
  padding: 30px 0;
}

.no-scroll-bar {
  overflow: hidden;
}

p {
  margin: 0;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-weight: normal;
  line-height: inherit;
  font-family: yekanBakhEn-Bold;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1rem;
}

.w-20 {
  width: 20% !important;
}

.col-b-15 {
  flex: 0 0 15%;
}

.col-b-20 {
  flex: 0 0 20%;
}

.col-b-25 {
  flex: 0 0 25%;
}

.col-b-50 {
  flex: 0 0 50%;
}

.col-b-75 {
  flex: 0 0 75%;
}

.pb-6 {
  padding-bottom: 4.5rem;
}

.loading-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.loading-container .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  background: white;
  padding: 40px 10px;
  border-radius: 10px;
}
.loading-container .loading img {
  margin: 0 auto;
  width: 70%;
}
.loading-container .loading img:last-child {
  width: 80px;
}

.custom-modal-container .bg-gray {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}
.custom-modal-container .custom-modal {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: white;
  z-index: 4;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.custom-modal-container .custom-modal .custom-modal-header {
  padding: 5px 15px;
  background: #c8d1e0;
}
.custom-modal-container .custom-modal .custom-modal-header .close {
  position: relative;
  right: 0;
  top: 5px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: inline-block;
}
.custom-modal-container .custom-modal .custom-modal-header .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #333;
  transform: rotate(-45deg);
}
.custom-modal-container .custom-modal .custom-modal-header .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #333;
  transform: rotate(45deg);
}
.custom-modal-container .custom-modal .custom-modal-body {
  overflow: auto;
  padding: 15px;
  flex: 1;
  scroll-behavior: smooth;
}
.custom-modal-container .custom-modal .custom-modal-footer {
  text-align: left;
  padding: 5px 15px;
  background: #c8d1e0;
}
.custom-modal-container .slide-enter-active,
.custom-modal-container .slide-leave-active {
  transition: left 0.6s ease;
}
.custom-modal-container .slide-enter,
.custom-modal-container .slide-leave-to {
  left: -100%;
}

.flex-full {
  flex: 0 0 100%;
}

.profile .dropdown-menu {
  font-size: 1.4rem;
}
.profile .dropdown-toggle:after {
  vertical-align: middle;
  margin: 0;
}

.vue-uploader .progres-bar-container {
  color: #000 !important;
  background-color: #f1f1f1 !important;
  margin: 10px 0;
}
.vue-uploader .progres-bar-container .progres-bar {
  color: #fff !important;
  background-color: var(--bs-primary) !important;
  padding: 0.01em 16px;
  text-align: center !important;
}

.text-ellipsis--2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-ellipsis--10 {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.flex-grow-2 {
  flex-grow: 2 !important;
}

.flex-grow-3 {
  flex-grow: 3 !important;
}

.flex-grow-4 {
  flex-grow: 4 !important;
}

.ltr {
  direction: ltr;
}

.lg-container.lg-show {
  direction: ltr;
}

.form-check-input:disabled {
  background: #dddddd;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.no-padding {
  padding-right: 0;
  padding-left: 0;
}

* a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

*:focus, *:visited, *:active {
  outline: none;
  text-decoration: none;
}

a {
  color: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}

.mw-90 {
  min-width: 90%;
}

ul, ol {
  list-style-position: inside;
  padding: 0;
  margin: 0;
}

.custom-radio-gp {
  margin: 10px 0;
}
.custom-radio-gp .title {
  font-weight: bold !important;
}
.custom-radio-gp .custom-radio, .custom-radio-gp .custom-checkbox {
  padding-right: 20px;
  margin: 10px 0;
}

.label-success {
  background-color: var(--bs-sucess);
  color: black;
}

.label-danger {
  background-color: var(--bs-danger);
}

.back-top {
  position: fixed;
  width: 50px;
  bottom: -30px;
  right: 30px;
  z-index: 1000;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.5s ease 0s, bottom 0.5s ease 0s;
  height: 50px;
  background-color: var(--bs-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.back-top.show {
  bottom: 30px;
  opacity: 1;
}

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

.rate .br-widget {
  height: 23px;
  white-space: nowrap;
}
.rate .br-widget a {
  text-decoration: none;
  height: 19px;
  width: 19px;
  float: left;
  font-size: 23px;
  margin-right: 5px;
  background: url("../images/star.png") no-repeat;
}
.rate .br-widget a.br-active, .rate .br-widget a.br-selected {
  background: url("../images/star-hover.png") no-repeat;
  background-position: center;
}
.rate .br-widget .br-current-rating {
  display: none;
}
.rate .br-readonly a {
  cursor: default;
}

.alert-modal-container {
  position: fixed;
  left: 30px;
  bottom: 80px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 10px 0px #c3c3c3;
  background: white;
  z-index: 100;
  border-radius: 2px;
  font-size: 0.9rem;
}
.alert-modal-container .modal-content {
  line-height: 2;
}
.alert-modal-container .modal-content .modal-header {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  padding: 10px;
  background: var(--bs-primary);
  color: white;
}
.alert-modal-container .modal-content .modal-header .alert-close-btn {
  font-size: 1.2rem;
}
.alert-modal-container .modal-content .modal-body {
  padding: 10px;
}

.br-theme-poll .br-widget {
  white-space: nowrap;
  display: inline-block;
}
.br-theme-poll .br-widget a {
  display: inline-block;
  width: 55px;
  height: 12px;
  background-color: rgb(179.1692307692, 234.0153846154, 237.8307692308);
  margin: 1px;
}
.br-theme-poll .br-widget a.br-active, .br-theme-poll .br-widget a.br-selected {
  background-color: #60d3db;
}
.br-theme-poll .br-widget .br-current-rating {
  text-align: center;
  font-weight: 600;
  display: block;
  color: rgb(39.3230769231, 164.9384615385, 173.6769230769);
  font-weight: 400;
  min-height: 34px;
}
.br-theme-poll .br-readonly a {
  cursor: default;
}
.br-theme-poll .br-readonly a.br-active, .br-theme-poll .br-readonly a.br-selected {
  background-color: rgb(129.2676923077, 220.2061538462, 226.5323076923);
}
.br-theme-poll .br-readonly .br-current-rating {
  color: rgb(54.4153846154, 199.4923076923, 209.5846153846);
}

.more-content-btn {
  color: var(--bs-primary);
  cursor: pointer;
  margin: 10px 0;
}
.more-content-btn:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: sub;
  margin-right: 2px;
}

.tooltip-left {
  position: relative;
}
.tooltip-left .tooltiptext {
  visibility: hidden;
  width: 170px;
  background-color: #8f8f8f;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 150%;
  font-size: 0.9rem;
}
.tooltip-left .tooltiptext:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #8f8f8f;
}
.tooltip-left:hover .tooltiptext {
  visibility: visible;
}

.share-box-modal {
  cursor: pointer;
}
.share-box-modal:after {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

#shareModal .links .btn {
  margin: 5px;
}
#shareModal .links .btn i {
  vertical-align: middle;
}
#shareModal .links .facebook {
  background: #4267B2;
  color: white;
}
#shareModal .links .twitter {
  background: #1DA1F2;
  color: white;
}
#shareModal .links .linkedin {
  background: #0077b5;
  color: white;
}
#shareModal .links .telegram {
  background: #229ED9;
  color: white;
}
#shareModal .links .whatsapp {
  background: #128C7E;
  color: white;
}

.modal-dialog .close {
  background: white;
  border: none;
  font-size: 1.4rem;
}

@media (max-width: 991px) {
  .wow {
    animation: none !important;
    visibility: visible !important;
  }
  html {
    font-size: 9px;
  }
  .breadcrumb-w {
    margin: 0;
  }
  .btn-rta {
    background-image: unset;
    background-color: var(--bs-secondary);
    border-radius: 10px;
  }
  .btn-rta a {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .tooltip-left .tooltiptext {
    display: none;
  }
}
@media print {
  .br-theme-poll .br-widget a {
    border: 1px solid #b3b3b3;
    background: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .br-theme-poll .br-widget a.br-active, .br-theme-poll .br-widget a.br-selected {
    border: 1px solid black;
    background: white;
  }
  .br-theme-poll .br-widget .br-current-rating {
    color: black;
  }
}
@media print {
  .br-theme-css-stars .br-widget a {
    background: url("/images/star.png") no-repeat;
    color: black;
  }
  .br-theme-css-stars .br-widget a.br-active,
  .br-theme-css-stars .br-widget a.br-selected {
    background: url("/images/star-hover.png") no-repeat;
    color: black;
  }
}
