/* @import "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.0/font/bootstrap-icons.css"; */
@import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.7.0/font/bootstrap-icons.css");

:root {
  --color-primary: #0f262b;
  --color-secound: #6c6c70;
  --color-third: #9fb9bf;
  --color-fourth: #0c0c0c;
  --color-fifth: #5a6774;
  --background: #ffffff;
  --color-six: #193e46;
}

@font-face {
  font-family: "light";
  src: url("../fonts/Almarai-Light.ttf");
}

@font-face {
  font-family: "regular";
  src: url("../fonts/Almarai-Regular.ttf");
}

@font-face {
  font-family: "bold";
  src: url("../fonts/Almarai-Bold.ttf");
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
  direction: rtl;
  direction: ltr;
  background-color: #f7f7f7;
}

.not-found {
  text-align: center;
}

.not-found img {
  width: 30% !important;
}

input::placeholder {
  overflow: visible;
}

img {
  pointer-events: none !important;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: var(--color-primary);
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 0;
}

.accordion-button:not(.collapsed) {
  color: var(--color-third);
}

.accordion-body {
  color: var(--color-secound);
  font-family: "regular";
}

.pagination {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.form-label {
  width: 100%;
  font-size: 1.15rem;
  font-family: "bold";
  color: var(--color-six);
  text-align: center;
  cursor: pointer;
  text-align: start;
}

.form-label:hover {
  color: #0b1e23;
}

.tab-content .nav-old-new .nav-item :checked ~ label {
  background-color: var(--color-six) !important;
  color: #fff;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}

.filter-tabel .bootstrap-select .dropdown-menu {
  transform: translate3d(0px, 41px, 0px) !important;
}

.filter-tabel .bootstrap-select .dropdown-menu .inner.show .dropdown-menu {
  transform: unset !important;
}

.filter-tabel
  .bootstrap-select
  .dropdown-menu
  .inner.show
  .dropdown-menu
  li
  .dropdown-item {
  text-align: start;
}

.form-control,
.selectpicker {
  padding-left: 2%;
  background-color: var(--background);
  font-family: "regular";
  width: 92%;
  /* border: 1px solid transparent; */
}

.form-select {
  padding: 0.54rem 1.4rem;
  font-family: "regular";
  font-size: 0.8rem;
  background-color: var(--background);
  color: var(--color-primary);
  background-position: right;
  width: 92%;
  position: relative;
}

.form-control:focus {
  color: var(--color-fifth);
}

.form-control:focus,
.btn:focus,
.form-check-input:focus,
.form-check :focus,
.btn-check:focus + .btn,
.btn-close:focus,
.accordion-button:focus {
  box-shadow: none;
}

.form-control::placeholder {
  color: var(--color-primary) !important;
  font-family: "regular" !important;
  font-size: 0.8rem;
}

input[type="data"] {
  color: var(--color-secound);
  font-family: "regular";
}

input[type="data"]::placeholder {
  content: "";
}

::-webkit-calendar-picker-indicator {
  background-color: var(--color-fourth);
  opacity: 0;
  padding: 5px;
  cursor: pointer;
  width: 50%;
  border-radius: 3px;
}

select:focus {
  box-shadow: unset !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  color: var(--color-primary) !important;
}
*::-webkit-scrollbar {
  width: 3px !important;
}

*::-webkit-scrollbar-track {
  background: #fff !important;
}

*::-webkit-scrollbar-thumb {
  background: var(--color-fifth);
}

*::-webkit-scrollbar-thumb:hover {
  background: var(--color-six);
}
/* Style for vertical scrollbar */
::-webkit-scrollbar-vertical {
  width: 3px !important;
  background-color: #ffff;
}

/* Style for vertical scrollbar thumb */
::-webkit-scrollbar-thumb:vertical {
  background-color: var(--color-fifth);
  border-radius: 10px;
}
.bootstrap-select .dropdown-toggle .filter-option {
  text-align: left !important;
}

.bootstrap-select > .dropdown-toggle {
  padding-left: 2%;
  background-color: var(--background);
  font-family: "regular";
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  /* width: 25% !important; */
  border: 1px solid transparent !important;
  padding: 0.1rem 0.5rem;
  background-image: unset !important;
}

.adver-detials
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ),
.location-detials
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100% !important;
}

.bootstrap-select .dropdown-menu {
  width: 93% !important;
  min-width: 99%;
}

.bootstrap-select .dropdown-menu.inner {
  font-family: "regular";
  font-size: 1rem;
  color: var(--color-primary);
}


.trans {
  transition: 0.3s all ease;
}
.contact-us .button .btn:hover {
  background-color: transparent !important;
  color: var(--color-six) !important;
  border: 1px solid var(--color-six) !important;
}
.first {
  font-size: 0.8rem;
  background-color: var(--color-six);
  font-family: "regular";
  color: var(--background);
  border-color: var(--color-six);
  border-radius: 0px;
  padding: 0.75rem;
  width: 30%;
  transition: 0.7s ease-in-out;
}
.login-logo .content .first {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border-color: #fff;
}
.login-logo .content .first img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-inline-start: 0.5rem;
}
.dropdown-item {
  text-align: start;
}
.bootstrap-select .dropdown-menu li a {
  text-align: start;
}
.first:hover {
  background-color: transparent;
  color: var(--color-six);
  border-color: var(--color-six);
  transition: 0.7s ease-in-out;
}

.second {
  font-size: 0.8rem;
  color: var(--color-six);
  font-family: "regular";
  background-color: transparent;
  border: 1px solid var(--color-six);
  border-radius: 0px;
  width: unset !important;
  transition: 0.7s ease-in-out;
}

.second:hover {
  color: var(--background);
  background-color: var(--color-six);
  border-color: var(--background);
  transition: 0.7s ease-in-out;
}

.main-tabs .notficatin-advers .content .advertssss .dropdown {
  padding: 0 !important;
  transition: 0.7s ease-in-out;
  border-radius: 5px !important;
}
.main-tabs .notficatin-advers .content .advertssss .dropdown a:hover {
  transition: 0.7s ease-in-out;
  color: #fff;
}

.btn-outline-primary {
  font-size: 0.8rem;
  color: var(--color-six);
  font-family: "regular";
  background-color: var(--background);
  border: 1px solid var(--color-six);
  border-radius: 0px;
  padding: 1% 10px;
  width: 30%;
}

.btn-outline-primary:hover {
  color: var(--background);
  background-color: var(--color-six);
  border-color: var(--color-six);
}

.btn-check:checked + .btn-outline-primary,
.btn-outline-primary:active {
  background-color: var(--color-six);
  color: var(--background);
}

.head-primary {
  font-size: 1rem;
  font-family: "regular";
  color: var(--color-primary);
}

.success {
  color: #26a565;
  background-color: rgba(38, 165, 101, 0.1);
}

.reject {
  color: #f24a4a;
  background-color: rgba(242, 74, 74, 0.1);
}

#preloader {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--color-primary);
  background-size: 15%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 1100;
}

#button {
  display: inline-block;
  background-color: var(--color-six);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  bottom: 40px;
  right: 30px;
  transition: background-color 0.5s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  border: 1px solid var(--color-six);
  animation: move-toggs 3s linear infinite;
}

@keyframes move-toggs {
  0% {
    bottom: 40px;
  }
  25% {
    bottom: 20px;
  }
  50% {
    bottom: 10px;
  }
  75% {
    bottom: 20px;
  }
  100% {
    bottom: 40px;
  }
}

#button::after {
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button i {
  color: #fff;
  margin: auto;
  font-size: 22px;
  transition: 0.3s all;
}

#button:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

#button:hover i {
  color: var(--color-fourth);
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.main-tabs {
  position: relative;
  background-color: #f7f7f7;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #f7f7f7;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-tabs .nav-main {
  height: 70px;
  flex: 1;
  padding: 0;
  margin: 0;
  flex-direction: row;
  flex-wrap: nowrap;
}

.main-tabs .nav-main .nav-item {
  width: 100%;
  height: 100%;
}
.main-tabs .nav-main .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-tabs .nav-main .nav-item .nav-link.active {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0px;
}

.main-tabs .nav-main .nav-item .nav-link.active .content-list h6 {
  font-family: "bold";
}

.main-tabs .nav-main .nav-item .nav-link {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.main-tabs .nav-main .nav-item .nav-link .content-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.main-tabs .nav-main .nav-item .nav-link .content-list img {
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  margin-inline-end: 0.5rem;
}

.main-tabs .nav-main .nav-item .nav-link .content-list h6 {
  font-family: "regular";
  color: var(--color-primary);
  font-size: 0.8rem;
  padding-top: 0;
  margin-top: 0 !important;
  margin-bottom: 0;
}

.main-tabs .login-logo {
  position: relative;
  background-color: var(--color-six);
  border-bottom: 1px solid var(--background);
}

.main-tabs .login-logo .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 1% 0;
}

.main-tabs .login-logo .content .logo img {
  width: 150px;
  height: 40px;
}

.main-tabs .login-logo .content .login {
  width: 50%;
}


.main-tabs .login-logo .content .login .dropdown-menu {
  text-align: left;
}

.main-tabs .login-logo .content .login .dropdown-menu .dropdown-item {
  font-size: 0.9rem;
  font-family: "regular";
}

.main-tabs .notficatin-advers {
  position: relative;
  background-color: var(--color-six);
}

.main-tabs .notficatin-advers .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 1% 0;
}

.main-tabs .notficatin-advers .content .notfication {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin: 0;
  padding: 0;
  width: 20%;
}

.main-tabs .notficatin-advers .content .notfication li {
  margin-right: 13%;
}

.main-tabs .notficatin-advers .content .notfication li a img {
  width: 24px;
  height: 21px;
  object-fit: contain;
}


.main-tabs .notficatin-advers .content .advertssss a {
  margin-inline-end: 4%;
  margin-inline-end: 1%;
  width: fit-content !important;
  border-radius: 5px;
}
.main-tabs .notficatin-advers .content .advertssss .dropdown .dropdown-item {
  width: 100% !important;
  text-align: start;
}

.tab-content {
  padding: 2% 0;
}

.tab-content .filter-search {
  background-color: var(--background);
  padding: 0% 1%;
}

.tab-content .filter-search .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 4% 1%;
}

.tab-content .filter-search .header h5 {
  font-family: "bold";
  cursor: pointer;
  color: var(--color-six);
}

.tab-content .filter-search .accordion {
  padding-bottom: 1%;
}

.tab-content .filter-search .accordion .accordion-button {
  padding: 1rem 0.25rem;
  font-size: 1rem;
  color: var(--color-primary);
  font-family: "bold";
}

.tab-content .filter-search .accordion .accordion-button::after {
  margin-right: 1px;
  margin-left: auto;
  width: 0.8rem;
  height: 1rem;
  background-size: 0.8rem;
}

.tab-content .filter-search .accordion .accordion-button:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: unset;
}

.tab-content .filter-search .accordion .accordion-body {
  padding: 0;
}

.tab-content .filter-search .accordion .accordion-body .content {
  display: flex;
  justify-content: start;
  flex-direction: column;
  min-height: fit-content;
  max-height: 140px;
  overflow-y: scroll;
  padding: 0 1.5rem;
}

.tab-content .filter-search .accordion .accordion-body .content .form-check {
  margin-bottom: 8%;
  padding-right: 1%;
}

.tab-content
  .filter-search
  .accordion
  .accordion-body
  .content
  .form-check
  .form-check-label {
  margin-left: 10%;
  font-size: 0.8rem;
}

.tab-content
  .filter-search
  .accordion
  .accordion-body
  .content
  .form-check
  .form-check-input {
  float: left;
}

.tab-content
  .filter-search
  .accordion
  .accordion-body
  .content
  .form-check
  .form-check-input:checked {
  background-color: var(--color-six);
  border-color: var(--color-six);
}

.tab-content .filter-search .accordion .year-design .content,
.tab-content .filter-search .accordion .price-range .content {
  height: 50px;
  overflow-y: hidden;
}

.tab-content .filter-search .accordion .year-design .content .input-group,
.tab-content .filter-search .accordion .price-range .content .input-group {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: row;
}

.tab-content
  .filter-search
  .accordion
  .year-design
  .content
  .input-group
  .form-select,
.tab-content
  .filter-search
  .accordion
  .year-design
  .content
  .input-group
  .form-control,
.tab-content
  .filter-search
  .accordion
  .price-range
  .content
  .input-group
  .form-select,
.tab-content
  .filter-search
  .accordion
  .price-range
  .content
  .input-group
  .form-control {
  width: 11%;
  margin-right: 4%;
  border-radius: 0px !important;
}

.tab-content .search-box {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
}


.tab-content .search-box .first {
  width: 25%;
  padding: 1% 0;
}

.tab-content .nav-old-new {
  margin-top: 2%;
  margin-bottom: 0;
}

.tab-content .nav-old-new .nav-item {
  width: 45%;
}

.tab-content .nav-old-new .nav-item :checked ~ label {
  background-color: var(--color-primary);
  color: #fff;
  transition: 0.25s all ease-in-out;
}

.tab-content .nav-old-new .nav-item input[type="radio"] {
  opacity: 0;
  width: 100%;
  margin-right: 0.5em;
  display: none;
}

.tab-content .nav-old-new .nav-item .form-check-label {
  font-size: 1rem;
  color: var(--color-secound);
  font-family: "regular";
  width: 100%;
  border: 1px solid #8d8d8d;
  border-radius: 0px;
  margin-right: 1%;
  padding: 2%;
  transition: 0.25s all ease-in-out;
  display: inline-block;
  cursor: pointer;
}

.tab-content .nav-old-new .nav-item .nav-link.active {
  background-color: var(--color-six);
  color: var(--background);
  border: 1px solid var(--color-six);
}

.tab-content .filter-tabel {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1% 0 0%;
}

.tab-content .filter-tabel .bootstrap-select > .dropdown-toggle {
  font-size: 0.8rem;
  padding: 0.15rem;
}

.tab-content .filter-tabel .form-select {
  width: 20%;
  margin-right: 1%;
  border-radius: 0;
}

.tab-content .filter-tabel .btn-outline-primary {
  padding: 5px 0;
  width: 10%;
  margin-right: 1%;
  font-size: 0.8rem;
  border-radius: 0;
}

.tab-content .filter-brand {
  background-color: var(--background);
  margin-top: 1rem;
  padding: 0 1rem;
}

.tab-content .filter-brand .swiper {
  width: 100%;
  height: 100%;
}

.tab-content .filter-brand .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.tab-content
  .filter-brand
  .swiper
  .swiper-slide
  .form-check
  input[type="radio"] {
  opacity: 0;
  width: 100%;
  margin-right: 0.5em;
}

.tab-content
  .filter-brand
  .swiper
  .swiper-slide
  .form-check
  .form-check-label
  .img {
  padding: 1rem 0;
}

.tab-content
  .filter-brand
  .swiper
  .swiper-slide
  .form-check
  .form-check-label
  .img
  img {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 79px;
  border-radius: 8px;
  object-fit: cover;
}

.tab-content
  .filter-brand
  .swiper
  .swiper-slide
  .form-check
  :checked
  ~ label
  img {
  opacity: 0.5;
  transition: 0.25s all ease-in-out;
}

.tab-content .filter-brand .swiper .swiper-button-next::after,
.tab-content .filter-brand .swiper .swiper-button-prev::after {
  opacity: 0;
}

.tab-content .filter-brand .swiper .swiper-button-next i,
.tab-content .filter-brand .swiper .swiper-button-prev i {
  color: var(--color-primary);
  background-color: #fff;
  opacity: 0;
}

.tab-content .filter-brand-type {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1% 0;
  width: 100%;
}

.tab-content .filter-brand-type input[type="radio"] {
  opacity: 0;
  width: 100%;
  margin-right: 0.5em;
}

.tab-content .filter-brand-type .form-check-label {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  width: 98%;
  padding: 5px 0;
  font-size: 0.8rem !important;
  transition: 0.25s all ease-in-out;
}

.tab-content .filter-brand-type .form-check-label:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.tab-content .filter-brand-type div {
  margin-inline-end: 3%;
  width: 20%;
  text-align: center;
}

.tab-content .filter-brand-type div .btn-outline-primary {
  width: 100%;
  border: none;
  padding: 11% 0%;
  border-radius: 0;
}

.tab-product .box-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 7px;
  padding: 1%;
  border-radius: 5px;
}
.tab-product .box-content:nth-child(odd) {
  background-color: #fff;
}
.tab-product .box-content:nth-child(even) {
  background-color: #eeeeee;
}

.tab-product .box-content .first-col {
  width: 40%;
}

.tab-product .box-content .first-col .info {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: column;
}

.tab-product .box-content .first-col .info h4 {
  font-size: 1rem;
  color: var(--color-primary);
  font-family: "bold";
  padding-bottom: 3%;
}

.tab-product .box-content .first-col .info span {
  font-size: 0.75rem;
  color: var(--color-fourth);
  font-family: "light";
}

.tab-product .box-content .first-col .info p {
  font-size: 0.8rem;
  color: var(--color-primary);
  font-family: "regular";
  padding-top: 9%;
}

.tab-product .box-content .sec-col {
  width: 20%;
}

.tab-product .box-content .sec-col p {
  font-size: 0.8rem;
  color: var(--color-primary);
  font-family: "regular";
  padding-top: 9%;
}

.tab-product .box-content .third-col .image {
  position: relative;
}

.tab-product .box-content .third-col .image img {
  width: 190px;
  height: 125px;
}

.tab-product .box-content-adv {
  margin-bottom: 7px;
  padding: 1%;
}

.tab-product .box-content-adv .third-col {
  position: relative;
  width: 100%;
}

.tab-product .box-content-adv .third-col .image {
  width: 100%;
  position: relative;
}

.tab-product .box-content-adv .third-col .image img {
  width: 100%;
  height: 177px;
}

.tab-product .pagination .page-item .page-link {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  margin: 0 6px;
  color: var(--color-primary);
  font-family: "bold";
  border-radius: 5px;
}

.tab-product .pagination .page-item .page-link:focus {
  box-shadow: unset !important;
}

.tab-product .pagination .page-item .page-link:hover {
  background: var(--color-six);
  border-radius: 5px;
  border-color: var(--color-six);
  color: var(--background);
  padding: 0.275rem 0.75rem;
}

.tab-product .pagination .page-item.active .page-link {
  border-radius: 5px;
  border-color: var(--color-six);
  background-color: var(--color-six);
  color: var(--background);
  padding: 0.275rem 0.75rem;
  cursor: pointer;
}

.tab-product .pagination .btn {
  margin-left: 230%;
  width: 145%;
  padding: 8% 5%;
}

.main-product {
  background-color: var(--background);
}

.main-product .layout {
  padding: 40px 0;
}

.main-product .layout .head {
  font-size: 0.8rem;
  font-family: "light";
  color: #141414;
}

.main-product .layout .content h2 {
  font-size: 2.4rem;
  font-family: "bold";
  color: var(--color-six);
  display: flex;
  align-items: center;
}
.main-product .layout .content h2 img {
  width: 25px;
  height: 25px;
  margin-inline-end: 0.5rem;
}

.main-product .layout .content .notes {
  display: inline-block;
  color: var(--color-primary);
  font-size: 0.8rem;
  font-size: 1.2rem;
  font-family: "regular";
  width: 100%;
}

.main-product .layout .content .notes p {
  display: inline-block;
  margin-right: 5%;
}
.main-product .layout .content .notes p img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-inline-start: 0.5rem;
}

.main-product .layout .content .cr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 1% 0;
}

.main-product .layout .content .cr .rates {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  padding: 2% 0;
  width: 50%;
}

.main-product .layout .content .cr .rates .bi-star-fill {
  color: #f69504;
}

.main-product .layout .content .cr .rates .bi-star-fill.r {
  color: #7a797a;
}

.main-product .layout .content .cr .rates i {
  margin-right: 1%;
}

.main-product .layout .content .cr .rates span {
  font-size: 0.7rem;
  color: var(--color-primary);
  font-family: "regular";
}

.main-product .layout .content .cr .follow_button {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.main-product .layout .content .img {
  position: relative;
  width: 100%;
  height: 350px;
}

.main-product .layout .content .img .main-image {
  width: 100%;
  height: 100%;
  filter: brightness(0.7);
  display: block;
}

.main-product .layout .content .img .download_image {
  position: absolute;
  top: 5%;
  left: 2%;
  width: fit-content;
  height: fit-content;
}
.main-product .layout .content .img .download_image svg {
  font-size: 1.5rem;
  width: 1.5rem !important;
  height: 1.5rem !important;
  color: #fff !important;
}

.main-product .layout .content .img .over-lay {
  position: absolute;
  position: absolute;
  top: 5%;
  right: 5%;
  width: fit-content;
  height: fit-content;
  background-color: rgba(0, 0, 0, 0.3);
}

.main-product .layout .content .img .over-lay img {
  position: absolute;
  right: 5%;
  top: 5%;
  width: 110px;
  height: 42px;
  opacity: 1;
}

.main-product .layout .content .detials-button {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: row;
  flex: 1;
}

.main-product .layout .content .detials-button .btn {
  border-radius: 0px;
}

.main-product .layout .content .detials-button .btn i {
  margin-right: 2%;
}

.main-product .layout .content .detials-text {
  padding: 30px 0 10px;
}

.main-product .layout .content .detials-text h6 {
  font-size: 1rem;
  color: var(--color-primary);
  font-family: "bold";
  padding-bottom: 4%;
}

.main-product .layout .content .detials-text p {
  font-size: 0.9rem;
  color: var(--color-primary);
  font-family: "regular";
}

.main-product .layout .content .detials-info ul {
  display: flex;
  justify-content: start;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.main-product .layout .content .detials-info ul li {
  border: 1px solid #a9a9a9;
  width: 45%;
  padding: 2%;
  font-family: "bold";
  font-size: 1rem;
  color: var(--color-six);
}

.main-product .layout .content .image-product {
  padding: 3% 0;
  display: flex;
  justify-content: start;
  flex-direction: column;
}

.main-product .layout .content .image-product h6 {
  font-size: 1rem;
  color: var(--color-primary);
  font-family: "bold";
  padding-bottom: 4%;
}

.main-product .layout .content .image-product .img {
  position: relative;
  width: 100%;
  height: 350px;
  margin-bottom: 3%;
}

.main-product .layout .content .image-product .img img {
  width: 100%;
  height: 100%;
  filter: brightness(0.7);
  display: block;
}

.main-product .layout .content .image-product .download_image {
  position: absolute;
  top: 5%;
  left: 2%;
  width: fit-content;
  height: fit-content;
}
.main-product .layout .content .image-product .download_image svg {
  font-size: 1.5rem;
  width: 1.5rem !important;
  height: 1.5rem !important;
  color: #fff !important;
}

.main-product .layout .content .image-product .img .over-lay {
  position: absolute;
  top: 5%;
  right: 5%;
  width: fit-content;
  height: fit-content;
  background-color: rgba(0, 0, 0, 0.3);
}

.main-product .layout .content .image-product .img .over-lay img {
  position: absolute;
  right: 5%;
  top: 5%;
  width: 130px;
  height: 42px;
  opacity: 1;
}

.main-product .layout .content .price {
  padding: 0% 0% 2%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
}

.main-product .layout .content .price .btn {
  border-radius: 0;
}
.main-product .layout .content .price .btn:hover span {
  color: var(--color-primary);
}
.main-product .layout .content .price .btn span {
  color: #fff;
}

.main-product .layout .content .price .btn:first-child {
  width: 38%;
  font-family: "regular";
  margin-right: 2%;
}

.main-product .layout .content .price .btn:last-child {
  width: 60%;
}

.main-product .layout .content .rate-user {
  padding: 3% 0;
  position: relative;
}

.main-product .layout .content .rate-user h4 {
  font-size: 1.2rem;
  color: var(--color-primary);
  font-family: "bold";
}

.main-product .layout .content .rate-user form .rates {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 2% 0 5%;
}

.main-product .layout .content .rate-user form .rates .bi-star-fill {
  color: #f69504;
  font-size: 2rem;
}

.main-product .layout .content .rate-user form .rates .bi-star-fill.r {
  color: #d1d1d1;
}

.main-product .layout .content .rate-user form .rates i {
  margin-right: 1%;
}

.main-product .layout .content .comment-user {
  padding: 3% 0 3%;
}

.main-product .layout .content .comment-user h4 {
  font-size: 1.2rem;
  color: var(--color-primary);
  font-family: "bold";
}

.main-product .layout .content .comment-user .card {
  border-color: #8d8d8d;
  padding: 1% 2%;
  border-radius: 0px;
}

.main-product .layout .content .comment-user .card .head_rep {
  padding: 2% 8%;
}

.main-product .layout .content .comment-user .card .head,
.main-product .layout .content .comment-user .card .head_rep {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  padding-top: 5%;
}

.main-product .layout .content .comment-user .card .head .lsdf,
.main-product .layout .content .comment-user .card .head_rep .lsdf {
  width: 44%;
}

.main-product .layout .content .comment-user .card .head .first-h,
.main-product .layout .content .comment-user .card .head_rep .first-h {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: row;
  width: 50%;
}

.main-product .layout .content .comment-user .card .head .first-h img,
.main-product .layout .content .comment-user .card .head_rep .first-h img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.main-product .layout .content .comment-user .card .head .first-h .text,
.main-product .layout .content .comment-user .card .head_rep .first-h .text {
  margin-left: 2%;
}

.main-product .layout .content .comment-user .card .head .first-h .text h6,
.main-product .layout .content .comment-user .card .head_rep .first-h .text h6 {
  font-size: 0.9rem;
  font-family: "bold";
  color: var(--color-primary);
  width: 100%;
}

.main-product .layout .content .comment-user .card .head .first-h .text span,
.main-product
  .layout
  .content
  .comment-user
  .card
  .head_rep
  .first-h
  .text
  span {
  color: #6c6c70;
  font-size: 0.7rem;
  font-family: "light";
}

.main-product .layout .content .comment-user .card .head .second-h,
.main-product .layout .content .comment-user .card .head_rep .second-h {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: row;
}

.main-product .layout .content .comment-user .card .head .second-h img,
.main-product .layout .content .comment-user .card .head_rep .second-h img {
  margin: 0 7%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.main-product .layout .content .comment-user .card .content {
  padding: 2% 0;
  width: 50%;
  text-align: start;
}

.main-product .layout .content .comment-user .card .content p {
  font-size: 0.9rem;
  color: var(--color-primary);
  font-family: "regular";
}

.main-product .layout .content .comment-user .card .footer {
  position: relative;
  padding: 1% 0 2%;
}

.main-product .layout .content .comment-user .card .footer .form-control {
  background-color: #f7f7f7;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0px;
}

.main-product .layout .content .comment-user .card .footer .share {
  position: absolute;
  top: -48%;
  right: 2%;
}

.main-product .layout .content .comment-user .card .footer .share i {
  color: #c4c4c4;
}

.main-product .layout .content .comment-user .btn {
  margin-top: 5%;
}

.main-product .layout .content .send-comment textarea {
  background-color: #f7f7f7;
  height: 150px;
  width: 100%;
}

.main-product .layout .content .send-comment div {
  text-align: end;
  width: 100%;
  padding: 2% 0 1%;
}

.main-product .layout .content .send-comment div .btn i {
  margin-left: 1%;
}

.main-product .anather-advers {
  padding: 82px 0 40px;
}

.main-product .anather-advers h4 {
  font-size: 1.2rem;
  color: var(--color-primary);
  font-family: "bold";
  padding-bottom: 4%;
}

.main-product .anather-advers .card {
  border: 1px solid #707070;
  padding: 2% 1%;
  margin-bottom: 4%;
  cursor: pointer;
}

.main-product .anather-advers .card .content {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: row;
}

.main-product .anather-advers .card .content img {
  width: 129px;
  height: 107px;
  display: block !important;
}

.main-product .anather-advers .card .content .text {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 2%;
  width: 65%;
}

.main-product .anather-advers .card .content .text h6 {
  font-size: 0.8rem;
  color: var(--color-primary);
  font-family: "bold";
}

.main-product .anather-advers .card .content .text span {
  font-size: 0.6rem;
  color: var(--color-six);
  font-family: "light";
  margin-bottom: 4%;
}

.main-product .anather-advers .card .content .info {
  font-size: 0.8rem;
  color: var(--color-secound);
  font-family: "light";
  display: flex;
  justify-content: start;
  flex-direction: row;
  padding: 2% 0;
  width: 100%;
}

.main-product .anather-advers .card .content .info p {
  padding-left: 2%;
}

.main-product .anather-advers .more {
  text-align: center;
  width: 100%;
  padding-top: 2%;
  margin-bottom: 8%;
}

.main-product .anather-advers .more .btn {
  border-radius: 0px;
}

.new-adver {
  background-color: var(--background);
}

.new-adver .form-step {
  display: none;
  transform-origin: top;
  animation: animate 0.5s;
}

.new-adver .form-step-active {
  padding: 40px 0px 10px;
  display: flex;
  flex-direction: column;
}

.new-adver .form-step-active .head {
  text-align: start;
}

.new-adver .form-step-active .head h2 {
  font-size: 2.2rem;
  color: var(--color-primary);
  font-family: "bold";
}

.new-adver .form-step-active .head span {
  font-size: 0.9rem;
  color: var(--color-secound);
  font-family: "light";
}

.new-adver .form-step-active .nav {
  padding-top: 2%;
}

.new-adver .form-step-active .nav .form-check {
  width: 45%;
  margin: 1%;
  padding: 0;
}

.new-adver .form-step-active .nav .form-check :checked ~ label {
  background-color: var(--color-primary);
  color: #fff;
  transition: 0.25s all ease-in-out;
}

.new-adver .form-step-active .nav .form-check input[type="radio"] {
  opacity: 0;
  display: none;
  width: 100%;
  margin-right: 0.5em;
}

.new-adver .form-step-active .nav .form-check .form-check-label {
  font-size: 1rem;
  color: var(--color-secound);
  font-family: "regular";
  width: 100%;
  border: 1px solid #8d8d8d;
  border-radius: 0px;
  margin-right: 1%;
  padding: 2%;
  transition: 0.25s all ease-in-out;
  display: inline-block;
  cursor: pointer;
}

.new-adver .form-step-active .nav .form-check .nav-link.active {
  background-color: var(--color-six);
  color: var(--background);
  border: 1px solid var(--color-six);
}

.new-adver .form-step-active .tab-content .collection .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.new-adver .form-step-active .tab-content .collection .content label.box {
  width: 45%;
  margin: 1%;
  background: #fff;
  color: var(--color-secound);
  margin-top: 12px;
  padding: 10px 5px;
  display: flex;
  border-radius: 5px;
  border: 1px solid var(--color-secound);
  cursor: pointer;
  transition: all 0.25s ease;
}

.new-adver .form-step-active .tab-content .collection .content label.box .plan {
  display: flex;
  width: 100%;
  padding: 1%;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  label.box
  .plan
  .text {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  width: 80%;
}

.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  label.box
  .plan
  .text
  img {
  width: 30px;
  height: 30px;
  filter: invert(61%) sepia(5%) saturate(231%) hue-rotate(202deg) bleftness(92%)
    contrast(83%);
}

.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  label.box
  .plan
  .text
  p {
  margin-top: 1%;
  margin-left: 2%;
  color: #8e8e93;
  font-size: 1rem;
  font-family: "bold";
}

.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  label.box
  .plan
  .circle {
  height: 22px;
  width: 22px;
  background: #fff;
  margin-left: 3px;
  margin-right: 9px;
  transition: all 0.25s ease;
}

.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  label.box
  .plan
  .circle
  i {
  color: #8e8e93;
  font-size: 1.2rem;
}

.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-1:checked
  ~ label.box-1,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-2:checked
  ~ label.box-2,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-3:checked
  ~ label.box-3,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-4:checked
  ~ label.box-4,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-5:checked
  ~ label.box-5,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-6:checked
  ~ label.box-6,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-7:checked
  ~ label.box-7,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-8:checked
  ~ label.box-8,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-9:checked
  ~ label.box-9,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-10:checked
  ~ label.box-10,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-11:checked
  ~ label.box-11,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-12:checked
  ~ label.box-12,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-13:checked
  ~ label.box-13,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-14:checked
  ~ label.box-14,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-15:checked
  ~ label.box-15 {
  border-color: var(--color-primary);
  color: #fff;
}

.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-1:checked
  ~ label.box-1
  .text
  img,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-2:checked
  ~ label.box-2
  .text
  img,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-3:checked
  ~ label.box-3
  .text
  img,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-4:checked
  ~ label.box-4
  .text
  img,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-5:checked
  ~ label.box-5
  .text
  img,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-6:checked
  ~ label.box-6
  .text
  img,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-7:checked
  ~ label.box-7
  .text
  img,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-8:checked
  ~ label.box-8
  .text
  img,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-9:checked
  ~ label.box-9
  .text
  img,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-10:checked
  ~ label.box-10
  .text
  img,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-11:checked
  ~ label.box-11
  .text
  img,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-12:checked
  ~ label.box-12
  .text
  img,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-13:checked
  ~ label.box-13
  .text
  img,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-14:checked
  ~ label.box-14
  .text
  img,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-15:checked
  ~ label.box-15
  .text
  img {
  filter: invert(61%) sepia(4%) saturate(2595%) hue-rotate(144deg)
    bleftness(93%) contrast(92%);
}

.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-1:checked
  ~ label.box-1
  .text
  p,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-2:checked
  ~ label.box-2
  .text
  p,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-3:checked
  ~ label.box-3
  .text
  p,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-4:checked
  ~ label.box-4
  .text
  p,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-5:checked
  ~ label.box-5
  .text
  p,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-6:checked
  ~ label.box-6
  .text
  p,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-7:checked
  ~ label.box-7
  .text
  p,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-8:checked
  ~ label.box-8
  .text
  p,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-9:checked
  ~ label.box-9
  .text
  p,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-10:checked
  ~ label.box-10
  .text
  p,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-11:checked
  ~ label.box-11
  .text
  p,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-12:checked
  ~ label.box-12
  .text
  p,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-13:checked
  ~ label.box-13
  .text
  p,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-14:checked
  ~ label.box-14
  .text
  p,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-15:checked
  ~ label.box-15
  .text
  p {
  color: var(--color-six);
}

.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-1:checked
  ~ label.box-1
  .circle
  i,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-2:checked
  ~ label.box-2
  .circle
  i,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-3:checked
  ~ label.box-3
  .circle
  i,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-4:checked
  ~ label.box-4
  .circle
  i,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-5:checked
  ~ label.box-5
  .circle
  i,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-6:checked
  ~ label.box-6
  .circle
  i,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-7:checked
  ~ label.box-7
  .circle
  i,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-8:checked
  ~ label.box-8
  .circle
  i,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-9:checked
  ~ label.box-9
  .circle
  i,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-10:checked
  ~ label.box-10
  .circle
  i,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-11:checked
  ~ label.box-11
  .circle
  i,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-12:checked
  ~ label.box-12
  .circle
  i,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-13:checked
  ~ label.box-13
  .circle
  i,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-14:checked
  ~ label.box-14
  .circle
  i,
.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  #vd-15:checked
  ~ label.box-15
  .circle
  i {
  color: var(--color-six);
}

.new-adver
  .form-step-active
  .tab-content
  .collection
  .content
  input[type="radio"] {
  display: none;
}

.new-adver .form-step-active .commision .head h2 {
  font-size: 2.2rem;
  color: var(--color-primary);
  font-family: "bold";
}

.new-adver .form-step-active .commision .head sapn {
  font-size: 1.4rem;
  color: var(--color-secound);
  font-family: "light";
}

.new-adver .form-step-active .commision .quraan {
  padding: 2% 1%;
  margin: 1% 0;
  border: 1px solid var(--color-secound);
}

.new-adver .form-step-active .commision .quraan span {
  font-size: 1rem;
  color: var(--color-secound);
  font-family: "light";
}

.new-adver .form-step-active .commision .quraan h5 {
  font-size: 1.2rem;
  color: var(--color-primary);
  font-family: "bold";
  padding-top: 2%;
}

.new-adver .form-step-active .commision .swer {
  padding-top: 2%;
}

.new-adver .form-step-active .commision .swer .form-check {
  margin-bottom: 1%;
}

.new-adver .form-step-active .commision .swer .form-check .form-check-input {
  float: left;
  margin-left: 0.5em;
  margin-right: 0;
}

.new-adver
  .form-step-active
  .commision
  .swer
  .form-check
  .form-check-input:checked {
  background-color: var(--color-six);
  border-color: var(--color-six);
}

.new-adver .form-step-active .commision .swer .form-check .form-check-label {
  font-size: 1.2rem;
  color: var(--color-primary);
  font-family: "regular";
  padding-left: 1%;
}

.new-adver .form-step-active .commision .swer span {
  color: #d56464;
  font-size: 0.8rem;
  font-family: "light";
}

.new-adver .form-step-active .commision .notice {
  display: flex;
  padding: 1% 12px;
  background-color: #f7f7f7;
  color: var(--color-six);
  margin: 2% 0;
}

.new-adver .form-step-active .commision .notice p {
  font-size: 1rem;
  font-family: "regular";
}

.new-adver .form-step-active .button {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 4%;
}

.new-adver .form-step-active .button .btn {
  padding: 1%;
  width: 46%;
  margin-right: 1%;
}

.user-detials {
  border-bottom: none !important;
}

.location-detials,
.user-detials {
  margin-bottom: 1%;
  position: relative;
  border-bottom: 1px solid var(--color-fourth);
  padding-bottom: 3%;
}

.location-detials h2,
.user-detials h2 {
  font-size: 1.9rem;
  color: var(--color-primary);
  font-family: "bold";
  padding-bottom: 2%;
}

.location-detials .input-group,
.user-detials .input-group {
  margin-bottom: 2%;
}

.location-detials .input-group textarea,
.user-detials .input-group textarea {
  height: 109px;
  background-color: #f7f7f7;
}

.location-detials .upl,
.user-detials .upl {
  position: relative;
}

.location-detials .upl .profile-pic-div,
.user-detials .upl .profile-pic-div {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 7%;
  right: -24%;
  transform: translate(0, 6%);
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid gray;
}

.location-detials .upl #photo,
.user-detials .upl #photo {
  height: 100%;
  width: 100%;
}

.location-detials .upl #file,
.user-detials .upl #file {
  display: none;
}

.location-detials .upl #uploadBtn,
.user-detials .upl #uploadBtn {
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: -220px;
  font-family: "regular";
  right: 40%;
  transform: translateX(-50%);
  text-align: center;
  background: rgba(0, 0, 0, 0);
  color: var(--color-fourth);
  font-size: 14px;
  border: 1px solid var(--color-fourth);
  cursor: pointer;
  border-radius: 5px;
  transition: 0.25s all ease;
  display: none;
}

.location-detials .upl #uploadBtn:hover,
.user-detials .upl #uploadBtn:hover {
  opacity: 0.5;
}

.location-detials .upl #uploadBtn h6,
.user-detials .upl #uploadBtn h6 {
  font-size: 13px;
  margin: auto;
  padding-top: 11%;
}

.location-detials .upload-sec,
.user-detials .upload-sec {
  background-color: #f7f7f7;
  padding: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 18%;
  margin: 1%;
}

.location-detials .upload-sec h6,
.user-detials .upload-sec h6 {
  color: var(--color-six);
  font-size: 0.8rem;
  font-family: "bold";
}

.location-detials .upload-sec p,
.user-detials .upload-sec p {
  color: var(--color-secound);
  font-size: 0.6rem;
  font-family: "light";
}

.location-detials .form-check-input,
.user-detials .form-check-input {
  float: left;
  margin-left: 0.5em;
  margin-right: 0;
}

.location-detials .form-check-input:checked,
.user-detials .form-check-input:checked {
  background-color: var(--color-six);
  border-color: var(--color-six);
}

.location-detials .form-check-label,
.user-detials .form-check-label {
  font-size: 0.9rem;
  color: var(--color-primary);
  font-family: "regular";
  padding-left: 1%;
}

.adver-detials {
  margin-bottom: 1%;
  position: relative;
  border-bottom: 1px solid var(--color-fourth);
  padding-bottom: 3%;
}

.adver-detials .input_file_upload {
  border: 1px solid #707070;
  text-align: center;
  padding: 2rem;
  height: 100%;
  margin-top: 1.5rem;
}

.adver-detials h2 {
  font-size: 1.9rem;
  color: var(--color-primary);
  font-family: "bold";
  padding-bottom: 2%;
}

.adver-detials .input-group {
  margin-bottom: 2%;
}

.adver-detials .input-group .form-label {
  width: 40%;
  display: block;
  text-align: start;
}

.adver-detials .input-group textarea {
  height: 109px;
  background-color: #ffffff;
}

.adver-detials .upl {
  position: relative;
}

.adver-detials .upl .profile-pic-div {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 7%;
  right: -24%;
  transform: translate(0, 6%);
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid gray;
}

.adver-detials .upl #photo {
  height: 100%;
  width: 100%;
}

.adver-detials .upl #file {
  display: none;
}

.adver-detials .upl #uploadBtn {
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: -220px;
  font-family: "regular";
  right: 40%;
  transform: translateX(-50%);
  text-align: center;
  background: rgba(0, 0, 0, 0);
  color: var(--color-fourth);
  font-size: 14px;
  border: 1px solid var(--color-fourth);
  cursor: pointer;
  border-radius: 5px;
  transition: 0.25s all ease;
  display: none;
}

.adver-detials .upl #uploadBtn:hover {
  opacity: 0.5;
}

.adver-detials .upl #uploadBtn h6 {
  font-size: 13px;
  margin: auto;
  padding-top: 11%;
}

.adver-detials .upload-sec {
  background-color: #f7f7f7;
  padding: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 18%;
  margin: 1%;
}

.adver-detials .upload-sec h6 {
  color: var(--color-six);
  font-size: 0.8rem;
  font-family: "bold";
}

.adver-detials .upload-sec p {
  color: var(--color-secound);
  font-size: 0.6rem;
  font-family: "light";
}

.adver-detials .form-check-input {
  float: left;
  margin-left: 0.5em;
  margin-right: 0;
}

.adver-detials .form-check-input:checked {
  background-color: var(--color-six);
  border-color: var(--color-six);
}

.adver-detials .form-check-label {
  font-size: 0.9rem;
  color: var(--color-primary);
  font-family: "regular";
  padding-left: 1%;
}

.modal-advertis .modal-body .content {
  padding: 4% 1%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.modal-advertis .modal-body .content h4 {
  font-size: 1.5rem;
  color: var(--color-primary);
  font-family: "bold";
}

.modal-advertis .modal-body .content p {
  font-size: 1rem;
  color: var(--color-secound);
  font-family: "regular";
}

.modal-advertis .modal-body .content .btn {
  width: 100%;
  margin-top: 2%;
}

.login {
  background-color: var(--color-light);
}

.login form {
  margin: 5rem auto;
  padding: 3rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--background);
  width: 70%;
}

.login form h2 {
  font-family: "bold";
  color: var(--color-primary);
  margin: 1rem 0;
}

.login form p {
  font-family: "light";
  color: var(--color-secound);
  margin-bottom: 4%;
}

.login form .input-group {
  margin-bottom: 4%;
}

.login form .input-group input {
  border: 1px solid #ced4da;
  padding: 0.5rem;
}

.login form .input-group input::placeholder {
  overflow: visible;
}

.login form .input-group .eye-login {
  position: absolute;
  top: 22%;
  right: 3%;
  z-index: 900;
}

.login form .input-group .eye-login i {
  color: var(--color-primary);
}

.login form .d-flex {
  width: 100%;
  margin: 2%;
}

.login form .d-flex .form-check {
  margin: 0;
  width: 49%;
}

.login form .d-flex .form-check .form-check-label {
  display: flex;
  align-items: center;
  font-family: "regular";
  color: var(--color-primary);
}

.login form .d-flex .form-check .form-check-label .form-check-input {
  float: left;
  margin-right: 0.5em;
  margin-top: 0;
}

.login form .d-flex .form-check .form-check-label .form-check-input:checked {
  background-color: var(--color-six);
  border-color: var(--color-six);
}

.login form .d-flex .forget_btn {
  width: 49%;
  text-align: end;
  display: inline-block;
  text-decoration: none;
  font-family: "regular";
  color: var(--color-primary);
}

.login form .btn {
  width: 100%;
  margin: 1% 0 3%;
  background-color: var(--color-six);
  color: #fff;
  border: 1px solid var(--color-six);
  padding: 0.5rem;
  transition: 0.7s ease-in-out;
}

.login form .btn:hover {
  background-color: #fff;
  color: var(--color-six);
  border: 1px solid var(--color-six);
  transition: 0.7s ease-in-out;
}

.reset_password {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reset_password .password_container {
  background-color: #fff;
  border-radius: 12px;
  margin: 5%;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem 6rem;
  width: 50%;
}

.reset_password .password_container h3 {
  text-align: center;
  font-family: "bold";
  color: var(--color-primary);
}

.reset_password .password_container p {
  text-align: center;
  width: 70%;
  font-size: 1.1rem;
  margin: 3% auto 5%;
  font-family: "light";
  color: var(--color-secound);
}

.reset_password .password_container p span {
  color: var(--color-primary);
  font-family: "regular";
}

.reset_password .password_container .input-group {
  margin-bottom: 4%;
}

.reset_password .password_container .input-group .eye-login {
  position: absolute;
  top: 22%;
  right: 3%;
  z-index: 900;
}

.reset_password .password_container .input-group .eye-login i {
  color: var(--color-primary);
}

.reset_password .password_container .form-group.number_code {
  margin: 0 0.5%;
  width: 100%;
}

.reset_password .password_container .form-group.number_code input {
  width: 15%;
  display: inline-block;
  height: 60px;
  text-align: center;
  font-size: 2rem;
}

.reset_password .password_container .btn {
  width: 100%;
  margin-top: 4%;
  padding: 0.65rem;
  transition: 0.7s ease-in-out;
}
.reset_password .password_container .btn:hover {
  transition: 0.7s ease-in-out;
}
.reset_password .password_container #codeToVerify {
  width: 100%;
}

.list-collection {
  background-color: var(--background);
  padding: 3% 1%;
  text-align: start;
}

.list-collection h2 {
  color: var(--color-primary);
  font-size: 1.8rem;
  font-family: "bold";
  margin-bottom: 2%;
}

.list-collection h4 {
  color: var(--color-primary);
  font-size: 1.6rem;
  font-family: "bold";
}

.list-collection p {
  color: var(--color-secound);
  font-size: 1.2rem;
  font-family: "regular";
  margin-bottom: 4%;
}

.list-collection .accordion .accordion-item .accordion-button {
  background-color: var(--background);
}

.list-collection .accordion .accordion-item .accordion-button::after {
  margin-right: 1px;
  margin-left: auto;
}

.list-collection .accordion .accordion-item .accordion-header {
  color: var(--color-primary);
}

.list-collection .anather-qustion {
  padding-top: 5%;
}

.list-collection .anather-qustion h4 {
  font-size: 1.2rem;
  color: var(--color-primary);
}

.list-collection .anather-qustion p {
  font-size: 0.8rem;
  color: var(--color-secound);
  font-family: "regular";
  padding: 0 27%;
}

.contact-us {
  margin: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.contact-us .content {
  padding: 2rem;
  width: 75%;
  margin: auto;
  background-color: var(--background);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact-us .content h2 {
  font-size: 1.4rem;
  font-family: "bold";
  color: var(--color-primary);
}

.contact-us .content .search {
  position: relative;
  width: 77%;
  margin: 2% auto;
}

.contact-us .content .search .form-control {
  background-color: #f7f7f7;
  color: #c4c4c4;
  border: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
}

.contact-us .content .search .form-control::placeholder {
  color: #c4c4c4;
}

.contact-us .content .search span {
  position: absolute;
  top: 28%;
  right: 2%;
  cursor: pointer;
}

.contact-us .content .search span i {
  color: #c4c4c4;
}

.contact-us .content form {
  text-align: start;
  width: 100%;
}

.contact-us .content form h2 {
  margin-bottom: 3%;
  font-size: 1.1rem;
}

.contact-us .content form .input-group {
  margin-bottom: 3%;
}

.contact-us .content form .input-group .bootstrap-select > .dropdown-toggle {
  border: 1px solid #ced4da;
  padding: 0.75rem;
}

.contact-us
  .content
  form
  .input-group
  .bootstrap-select
  .dropdown-toggle
  .filter-option-inner-inner {
  font-size: 0.8rem;
  font-family: "regular";
}

.contact-us .content form .input-group .bootstrap-select {
  padding: 0 !important;
}

.contact-us .content form .input-group .form-label {
  font-size: 1rem;
}

.contact-us .content form .input-group textarea {
  height: 150px;
}
.contact-us .content form .form-control,
.contact-us .content form .selectpicker {
  font-family: "regular";
  font-size: 0.8rem;
  padding: 0.75rem;
  resize: none;
}

.contact-us .content form .file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
  border: 1px dashed #f7f7f7;
  border-radius: 0px;
  font-family: "regular";
}

.contact-us .content form .file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #f7f7f7;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 100%;
  width: 100%;
  line-height: 40px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
}

.contact-us .content form .file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.contact-us .content form .button {
  width: 100%;
  text-align: center;
  margin: 7% auto 2%;
}

.contact-us .content form .button .btn {
  width: 100%;
}

.account-person {
  background-color: var(--background);
  position: relative;
  padding: 3% 0;
}

.account-person .x {
  border: 1px solid #8d8d8d;
}

.account-person .x .profile-pic-div {
  height: 350px;
  width: 100%;
}

.account-person .x #photo {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.account-person .x #file {
  display: none;
}

.account-person .x #uploadBtn {
  position: absolute;
  bottom: 40px;
  right: 4%;
  text-align: center;
  cursor: pointer;
  transition: 0.25s all ease;
}

.account-person .x #uploadBtn span {
  width: 47px;
  height: 47px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--background);
}

.account-person .x #uploadBtn span i {
  font-size: 25px;
  color: var(--color-six);
}

.account-person .x #uploadBtn:hover {
  opacity: 0.9;
}

.account-person .x .upload-img {
  position: absolute;
  bottom: 19%;
  left: 11%;
}

.account-person .x .upload-img .profile-pic-divs {
  height: 150px;
  width: 150px;
}

.account-person .x .upload-img #photo1 {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.account-person .x .upload-img #file1 {
  display: none;
}

.account-person .x .upload-img #uploadBtn1 {
  display: none;
  position: absolute;
  bottom: -6px;
  right: -2%;
  border: 4px solid var(--background);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: 0.25s all ease;
}

.account-person .x .upload-img #uploadBtn1 span {
  width: 35px;
  height: 35px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--color-six);
  transition: 0.25s all ease;
}

.account-person .x .upload-img #uploadBtn1 span i {
  font-size: 15px;
  color: var(--background);
}

.account-person .x .upload-img #uploadBtn1:hover span {
  background-color: var(--background);
}

.account-person .x .upload-img #uploadBtn1:hover span i {
  color: var(--color-six);
}

.account-person .x .head {
  background-image: url(../image/cover.png);
  background-position: center;
  background-size: cover;
  height: 300px;
  position: relative;
}

.account-person .x .head span {
  position: absolute;
  right: 3%;
  top: 5%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  filter: bleftness(0.14);
  -webkit-filter: bleftness(0.14);
}

.account-person .x .head span i {
  color: var(--background);
}

.account-person .x .head .pp {
  position: absolute;
  bottom: -20%;
  left: 1%;
}

.account-person .x .head .pp img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.account-person .x .content {
  padding: 1% 1% 3%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: row;
}

.account-person .x .content .info {
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: center;
  padding-left: 17%;
}

.account-person .x .content .info h6 {
  font-family: "bold";
  font-size: 1.2rem;
  margin-bottom: 0;
}

.account-person .x .content .info .rates {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  padding: 1% 0;
}

.account-person .x .content .info .rates .bi-star-fill {
  color: #f69504;
  font-size: 1.1rem;
}

.account-person .x .content .info .rates .bi-star-fill.r {
  color: #7a797a;
}

.account-person .x .content .info .rates i {
  margin-right: 1%;
}

.account-person .x .content .info .rates span {
  font-size: 0.7rem;
  color: var(--color-primary);
  font-family: "regular";
}

.account-person .x .content .info .notes {
  width: 100%;
  text-align: start;
}

.account-person .x .content .info .notes p {
  font-size: 0.9rem;
  color: var(--color-primary);
  font-family: "light";
}

.account-person .x .content .info .notes p i {
  color: #707070;
  margin-right: 1%;
}

.account-person .x .content .info .notes p span {
  font-size: 1rem;
  font-family: "regular";
}

.account-person .x .content .button {
  width: 40%;
  text-align: end;
}

.account-person .y {
  padding-top: 3%;
}

.account-person .y .nav-pills {
  border-bottom: 1px solid #707070;
}

.account-person .y .nav-pills li .nav-link {
  font-family: "regular";
  font-size: 1rem;
  color: var(--color-secound);
  border-radius: 0px;
}

.account-person .y .nav-pills li .nav-link.active {
  background-color: var(--background);
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}

.account-person .y .tab-pane .box-content {
  background-color: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 7px;
  padding: 1%;
}

.account-person .y .tab-pane .box-content .first-col {
  width: 30%;
  text-align: start;
}

.account-person .y .tab-pane .box-content .first-col .info {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: column;
}

.account-person .y .tab-pane .box-content .first-col .info h4 {
  font-size: 1rem;
  color: var(--color-primary);
  font-family: "bold";
  padding-bottom: 3%;
}

.account-person .y .tab-pane .box-content .first-col .info span {
  font-size: 0.75rem;
  color: var(--color-secound);
  font-family: "light";
}

.account-person .y .tab-pane .box-content .first-col .info p {
  font-size: 0.8rem;
  color: var(--color-primary);
  font-family: "regular";
  padding-top: 9%;
}

.account-person .y .tab-pane .box-content .first-col .info p:last-child {
  font-size: 1.1rem;
  font-family: "bold";
}

.account-person .y .tab-pane .box-content .sec-col {
  width: 20%;
  text-align: start;
}

.account-person .y .tab-pane .box-content .sec-col p {
  font-size: 0.8rem;
  color: var(--color-primary);
  font-family: "regular";
  padding-top: 9%;
}

.account-person .y .tab-pane .box-content .third-col .image {
  position: relative;
}

.account-person .y .tab-pane .box-content .third-col .image img {
  width: 230px;
  height: 125px;
}

.account-person .y .tab-pane .box-content .third-col .image .heart {
  position: absolute;
  top: 5%;
  right: 5%;
}

.account-person .y .tab-pane .box-content .third-col .image .heart img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.account-person
  .y
  .tab-pane
  .box-content
  .third-col
  .image
  .heart
  img.active-heart {
  opacity: 0.5;
}

.account-person .y .tab-pane .box-content-adv {
  margin-bottom: 7px;
  padding: 1%;
}

.account-person .y .tab-pane .box-content-adv .third-col {
  position: relative;
  width: 100%;
}

.account-person .y .tab-pane .box-content-adv .third-col .image {
  width: 100%;
  position: relative;
}

.account-person .y .tab-pane .box-content-adv .third-col .image img {
  width: 100%;
  height: 177px;
}

.account-person .y .tab-pane .review {
  padding-top: 1%;
}

.account-person .y .tab-pane .review .empty-review {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.account-person .y .tab-pane .review .empty-review img {
  width: 8.313rem;
  height: 6.688rem;
}

.account-person .y .tab-pane .review .empty-review h4 {
  font-size: 1.5rem;
  color: var(--color-primary);
  font-family: "bold";
  margin-top: 5%;
}

.account-person .y .tab-pane .review .exist-review .user-review h4 {
  font-size: 1rem;
  color: var(--color-primary);
  font-family: "bold";
}

.account-person .y .tab-pane .review .exist-review .user-review .rates {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: row;
  padding: 2% 0 7%;
}

.account-person
  .y
  .tab-pane
  .review
  .exist-review
  .user-review
  .rates
  .bi-star-fill {
  color: #f69504;
  font-size: 1.3rem;
}

.account-person
  .y
  .tab-pane
  .review
  .exist-review
  .user-review
  .rates
  .bi-star-fill.r {
  color: #7a797a;
}

.account-person .y .tab-pane .review .exist-review .user-review .rates i {
  margin-right: 1%;
}

.account-person .y .tab-pane .review .exist-review .user-review .rates span {
  font-size: 0.7rem;
  color: var(--color-secound);
  font-family: "regular";
  margin-left: 2%;
}

.account-person .y .tab-pane .review .exist-review .user-review .row h6 {
  color: var(--color-six);
  font-size: 0.8rem;
  font-family: "bold";
}

.account-person .y .tab-pane .review .exist-review .user-review .row .progress {
  border-radius: 0px;
}

.account-person
  .y
  .tab-pane
  .review
  .exist-review
  .user-review
  .row
  .progress
  .progress-bar {
  background-color: #f69504;
}

.account-person .y .tab-pane .review .exist-review .all-rates {
  padding: 0 9%;
}

.account-person .y .tab-pane .review .exist-review .all-rates h4 {
  font-size: 1rem;
  color: var(--color-primary);
  font-family: "bold";
}

.account-person .y .tab-pane .review .exist-review .all-rates .box {
  padding: 3% 0;
}

.account-person .y .tab-pane .review .exist-review .all-rates .box .head {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: row;
}

.account-person .y .tab-pane .review .exist-review .all-rates .box .head img {
  margin-right: 2%;
  width: 70px;
  height: 70px;
}

.account-person .y .tab-pane .review .exist-review .all-rates .box .head .text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.account-person
  .y
  .tab-pane
  .review
  .exist-review
  .all-rates
  .box
  .head
  .text
  p {
  color: #11100f;
  font-size: 1rem;
  font-family: "regular";
}

.account-person
  .y
  .tab-pane
  .review
  .exist-review
  .all-rates
  .box
  .head
  .text
  .rates {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: row;
  padding: 2% 0 7%;
}

.account-person
  .y
  .tab-pane
  .review
  .exist-review
  .all-rates
  .box
  .head
  .text
  .rates
  .bi-star-fill {
  color: #f69504;
  font-size: 0.5rem;
}

.account-person
  .y
  .tab-pane
  .review
  .exist-review
  .all-rates
  .box
  .head
  .text
  .rates
  .bi-star-fill.r {
  color: #7a797a;
}

.account-person
  .y
  .tab-pane
  .review
  .exist-review
  .all-rates
  .box
  .head
  .text
  span {
  color: #11100f;
  font-size: 0.8rem;
  font-family: "light";
}

.account-person .y .tab-pane .review .exist-review .all-rates .box .content {
  padding-top: 4%;
}

.account-person .y .tab-pane .review .exist-review .all-rates .box .content p {
  color: #11100f;
  font-size: 0.9rem;
  font-family: "light";
}

.account-person .y .tab-pane .review .exist-review .all-rates .button {
  margin-top: 5%;
}

.account-person .y .tab-pane .review .exist-review .all-rates .button .btn {
  padding: 1%;
  width: 22%;
}

.account-person .y .exist-review .user-review h4 {
  font-size: 1rem;
  color: var(--color-primary);
  font-family: "bold";
}

.account-person .y .exist-review .user-review .rates {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: row;
  padding: 2% 0 7%;
}

.account-person .y .exist-review .user-review .rates .bi-star-fill {
  color: #f69504;
  font-size: 1.3rem;
}

.account-person .y .exist-review .user-review .rates .bi-star-fill.r {
  color: #7a797a;
}

.account-person .y .exist-review .user-review .rates i {
  margin-right: 1%;
}

.account-person .y .exist-review .user-review .rates span {
  font-size: 0.7rem;
  color: var(--color-secound);
  font-family: "regular";
  margin-left: 2%;
}

.account-person .y .exist-review .user-review .row h6 {
  color: var(--color-six);
  font-size: 0.8rem;
  font-family: "bold";
}

.account-person .y .exist-review .user-review .row .progress {
  border-radius: 0px;
}

.account-person .y .exist-review .user-review .row .progress .progress-bar {
  background-color: #f69504;
}

.account-person .y .exist-review form {
  padding: 0 9%;
}

.account-person .y .exist-review form h4,
.account-person .y .exist-review form .form-label {
  color: var(--color-primary);
  font-size: 1rem;
  font-family: "bold";
}

.account-person .y .exist-review form .add-rate {
  padding: 2% 0;
}

.account-person .y .exist-review form .add-rate .rates {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 2% 0 5%;
}

.account-person .y .exist-review form .add-rate .rates .bi-star-fill {
  color: #f69504;
  font-size: 2rem;
}

.account-person .y .exist-review form .add-rate .rates .bi-star-fill.r {
  color: #d1d1d1;
}

.account-person .y .exist-review form .add-rate .rates i {
  margin-right: 1%;
}

.account-person .y .exist-review form .ewxprince {
  padding: 2% 0;
}

.account-person .y .exist-review form .ewxprince textarea {
  height: 150px;
}

.account-person .y .exist-review form .advice {
  padding: 2% 0;
}

.account-person .y .exist-review form .advice .content {
  display: flex;
  flex-direction: row;
}

.account-person .y .exist-review form .advice .content label.box {
  width: 45%;
  margin: 1%;
  background: #fff;
  color: var(--color-secound);
  margin-top: 12px;
  padding: 10px 5px;
  display: flex;
  border-radius: 5px;
  border: 1px solid var(--color-secound);
  cursor: pointer;
  transition: all 0.25s ease;
}

.account-person .y .exist-review form .advice .content label.box .circle {
  height: 22px;
  width: 22px;
  background: #fff;
  border: 5px solid var(--color-primary);
  display: none;
  margin-left: 3px;
  margin-right: 9px;
  border-radius: 50%;
  transition: all 0.25s ease;
}

.account-person .y .exist-review form .advice .content label.box .plan {
  display: flex;
  width: 100%;
  padding: 10% 1%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.account-person .y .exist-review form .advice .content label.box .plan .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.account-person .y .exist-review form .advice .content label.box .plan .text i {
  color: #8e8e93;
  font-size: 30px;
}

.account-person .y .exist-review form .advice .content label.box .plan .text p {
  margin-top: 3%;
  color: #8e8e93;
  font-size: 1rem;
  font-family: "bold";
}

.account-person
  .y
  .exist-review
  form
  .advice
  .content
  #one:checked
  ~ label.first,
.account-person
  .y
  .exist-review
  form
  .advice
  .content
  #two:checked
  ~ label.second {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}

.account-person
  .y
  .exist-review
  form
  .advice
  .content
  #one:checked
  ~ label.first
  p,
.account-person
  .y
  .exist-review
  form
  .advice
  .content
  #two:checked
  ~ label.second
  p {
  color: #fff;
}

.account-person
  .y
  .exist-review
  form
  .advice
  .content
  #one:checked
  ~ label.first
  .circle,
.account-person
  .y
  .exist-review
  form
  .advice
  .content
  #two:checked
  ~ label.second
  .circle {
  border-color: #fff;
  background: var(--color-secound);
}

.account-person .y .exist-review form .advice .content input[type="radio"] {
  display: none;
}

.account-person .y .exist-review form .buy {
  padding: 2% 0;
}

.account-person .y .exist-review form .buy .content {
  display: flex;
  flex-direction: row;
}

.account-person .y .exist-review form .buy .content label.box {
  width: 45%;
  margin: 1%;
  background: #fff;
  color: var(--color-secound);
  margin-top: 12px;
  padding: 10px 5px;
  display: flex;
  border-radius: 5px;
  border: 1px solid var(--color-secound);
  cursor: pointer;
  transition: all 0.25s ease;
}

.account-person .y .exist-review form .buy .content label.box .circle {
  height: 22px;
  width: 22px;
  background: #fff;
  border: 1px solid var(--color-primary);
  display: inline-block;
  margin-left: 3px;
  margin-right: 9px;
  border-radius: 50%;
  transition: all 0.25s ease;
}

.account-person .y .exist-review form .buy .content label.box .plan {
  display: flex;
  width: 100%;
  padding: 3% 1%;
  align-items: center;
  justify-content: start;
  flex-direction: row;
}

.account-person .y .exist-review form .buy .content label.box .plan .text p {
  color: #8e8e93;
  font-size: 1rem;
  font-family: "bold";
}

.account-person
  .y
  .exist-review
  form
  .buy
  .content
  #one-f:checked
  ~ label.first,
.account-person
  .y
  .exist-review
  form
  .buy
  .content
  #two-f:checked
  ~ label.second {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}

.account-person
  .y
  .exist-review
  form
  .buy
  .content
  #one-f:checked
  ~ label.first
  p,
.account-person
  .y
  .exist-review
  form
  .buy
  .content
  #two-f:checked
  ~ label.second
  p {
  color: #fff;
}

.account-person
  .y
  .exist-review
  form
  .buy
  .content
  #one-f:checked
  ~ label.first
  .circle,
.account-person
  .y
  .exist-review
  form
  .buy
  .content
  #two-f:checked
  ~ label.second
  .circle {
  border-color: #fff;
  background: var(--color-six);
}

.account-person .y .exist-review form .buy .content input[type="radio"] {
  display: none;
}

.account-person .y .exist-review form .button {
  margin-top: 3%;
}

.account-person .y .exist-review form .button .btn {
  width: 35%;
}

.account-personal {
  background-color: var(--background);
}

.account-personal .tab-contents {
  padding: 2% 0;
}

.account-personal .tab-contents .nav-pills {
  width: 100%;
  background-color: #fafafa;
  padding: 0 2rem;
}

.account-personal .tab-contents .nav-pills .nav-item {
  width: 16.65%;
  padding: 7px 0;
}

.account-personal .tab-contents .nav-pills .nav-item .nav-link {
  color: #6c6c70;
  font-family: "regular";
  text-align: center;
}

.account-personal .tab-contents .nav-pills .nav-item .nav-link.active {
  background-color: #fff;
  color: var(--color-primary);
  font-size: 1.1rem;
  font-family: "bold";
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0px 3px 6px rgba(180, 180, 180, 0.16);
  border-radius: 5px;
}

.account-personal .tab-contents .tab-content {
  padding: 3% 0;
}

.account-personal .tab-contents .tab-content .nav-pills {
  background: var(--background);
  border-bottom: 1px solid #707070;
  width: 100%;
}

.account-personal .tab-contents .tab-content .nav-pills .nav-item {
  padding-bottom: 0;
}

.account-personal .tab-contents .tab-content .nav-pills .nav-item .nav-link {
  font-size: 1rem;
}

.account-personal
  .tab-contents
  .tab-content
  .nav-pills
  .nav-item
  .nav-link.active {
  color: var(--color-six);
  font-size: 1rem;
  box-shadow: unset;
  border: unset;
  border-bottom: 2px solid var(--color-six);
  border-radius: 0;
}

.account-personal .tab-contents .tab-content .tab-content-adv .not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5% 0;
}

.account-personal .tab-contents .tab-content .tab-content-adv .not-found img {
  width: 195px;
  height: 177px;
}

.account-personal .tab-contents .tab-content .tab-content-adv .not-found h4 {
  font-size: 1.5rem;
  color: var(--color-primary);
  font-family: "bold";
}

.account-personal .tab-contents .tab-content .tab-content-adv .not-found p {
  font-size: 1.2rem;
  color: var(--color-secound);
  font-family: "regular";
  text-align: center;
  width: 50%;
}

.account-personal .tab-contents .tab-content .tab-content-adv .not-found .btn {
  padding: 1%;
  width: 25%;
  margin-top: 5%;
}

.account-personal .tab-contents .tab-content .tab-content-adv .table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  background-color: var(--background2);
  position: relative;
  border: 1px solid #8d8d8d;
  border-radius: 10px;
}

.account-personal .tab-contents .tab-content .tab-content-adv .table thead {
  border-bottom: 1px solid #8d8d8d;
  border-radius: 10px;
}

.account-personal .tab-contents .tab-content .tab-content-adv .table thead th {
  color: #2e2c34;
  font-size: 0.9rem;
  font-family: "bold";
  text-align: center;
  padding: 2% 0;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-adv
  .table
  thead
  th:first-child {
  width: 200px;
}

.account-personal .tab-contents .tab-content .tab-content-adv .table tbody {
  border-radius: 10px;
}

.account-personal .tab-contents .tab-content .tab-content-adv .table td {
  border-bottom: 1px solid #8d8d8d;
  border-radius: 10px;
}

.account-personal .tab-contents .tab-content .tab-content-adv .table td .name {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-direction: row;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-adv
  .table
  td
  .name
  img {
  width: 30px;
  height: 30px;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-adv
  .table
  td
  .name
  .text {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-direction: column;
  margin-left: 2%;
  width: 72%;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-adv
  .table
  td
  .name
  .text
  h6 {
  font-size: 0.9rem;
  font-family: "bold";
  color: var(--color-primary);
}

.account-personal .tab-contents .tab-content .tab-content-adv .table td span {
  font-size: 10px;
  padding: 7% 9%;
  border-radius: 13px;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-adv
  .table
  td
  .show-detials {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 200px;
  height: fit-content;
  right: -1%;
  background-color: var(--background);
  padding: 1%;
  box-shadow: 0px 3px 6px rgba(180, 180, 180, 0.16);
  z-index: 100;
  border-radius: 8px;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-adv
  .table
  td
  .show-detials::before {
  position: absolute;
  top: -7px;
  right: 16%;
  content: "";
  border-bottom: 0.5em solid;
  border-left: 0.5em solid rgba(0, 0, 0, 0);
  border-top: 0;
  border-right: 0.5em solid rgba(0, 0, 0, 0);
  color: var(--color-primary);
  z-index: 110;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-adv
  .table
  td
  .show-detials
  li {
  font-size: 0.8rem;
  font-family: "regular";
  color: var(--color-primary);
  cursor: pointer;
  transition: 0.25s color ease;
  width: 100%;
  padding: 0.75rem;
  overflow: hidden;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-adv
  .table
  td
  .show-detials
  li:hover {
  color: #fff !important;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-adv
  .table
  td
  .show-detials
  li
  a {
  color: var(--color-primary);
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-adv
  .table
  td
  .show-detials
  li
  a:hover {
  color: #fff !important;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-adv
  .table
  td
  .show-detials
  li:hover {
  background-color: var(--color-six);
  color: var(--background);
  border-radius: 5px;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-adv
  .table
  td
  .show-detials
  li:hover
  a {
  color: #fff;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-adv
  .table
  td
  .bi-three-dots {
  cursor: pointer;
}

.account-personal .tab-contents .tab-content .tab-content-adv .table td {
  border-bottom: 1px solid #8d8d8d;
  text-align: center;
  font-family: "bold";
  font-size: 12px;
  padding: 20px 4px;
  color: var(--color-sixth);
}

.account-personal .tab-contents .tab-content .tab-content-message {
  padding: 0;
}

.account-personal .tab-contents .tab-content .tab-content-message .all-message {
  padding: 7% 0;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .all-message
  .search {
  position: relative;
  padding-bottom: 3%;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .all-message
  .search
  .form-control {
  background-color: #f7f7f7;
  color: #c4c4c4;
  padding-left: 7%;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .all-message
  .search
  .form-control::placeholder {
  color: #c4c4c4 !important;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .all-message
  .search
  span {
  position: absolute;
  left: 8px;
  top: 12px;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .all-message
  .search
  span
  i {
  color: #c4c4c4;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .all-message
  .content {
  height: 500px;
  overflow-y: scroll;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .all-message
  .content
  h4 {
  color: #11100f;
  font-family: "bold";
  font-size: 1rem;
  padding-bottom: 3%;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .all-message
  .content
  .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  transition: 0.25s all ease-in-out;
  cursor: pointer;
  border: 1px solid #c2c2c2;
  margin-bottom: 1rem;
  box-shadow: 0 4px 7px rgb(151 151 151 / 40%);
  margin-inline-end: 1rem;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .all-message
  .content
  .box:hover {
  background-color: #fafafa;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .all-message
  .content
  .box
  div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .all-message
  .content
  .box
  img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 3%;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .all-message
  .content
  .box
  .text {
  display: flex;
  flex-direction: column;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .all-message
  .content
  .box
  .text
  h6 {
  color: #11100f;
  font-family: "regular";
  font-size: 1.1rem;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .all-message
  .content
  .box
  .text
  p {
  color: var(--color-secound);
  font-family: "light";
  font-size: 0.9rem;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .all-message
  .content
  .box.active {
  background-color: #fafafa;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .chat-container {
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .chat-container
  .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3% 1%;
  flex-direction: row;
  border-top: 1px solid #707070;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .chat-container
  .header
  .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 50%;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .chat-container
  .header
  .box
  img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 2%;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .chat-container
  .header
  .box
  .text {
  display: flex;
  flex-direction: column;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .chat-container
  .header
  .box
  .text
  h6 {
  color: #11100f;
  font-size: 0.9rem;
  font-family: "regular";
  margin-bottom: 0;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .chat-container
  .header
  .box
  .text
  p {
  color: var(--color-secound);
  font-size: 0.8rem;
  font-family: "light";
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .chat-container
  .header
  span {
  cursor: pointer;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .chat-container
  .header
  span
  i {
  color: var(--color-secound);
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .chat-container
  .content_loda {
  border: 1px solid #707070;
  border-right: none;
  border-left: none;
  padding: 4% 1%;
  overflow-y: scroll;
  height: 500px;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .chat-container
  .content_loda
  .send-mesage {
  position: relative;
  background-color: var(--color-six);
  display: flex;
  justify-content: flex-start;
  padding: 2% 1%;
  width: 60%;
  margin: 3% 0;
  margin-bottom: 2%;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .chat-container
  .content_loda
  .send-mesage
  p {
  color: var(--background);
  font-size: 1.2rem;
  font-family: "regular";
  width: 90%;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .chat-container
  .content_loda
  .send-mesage
  .time {
  position: absolute;
  bottom: -40%;
  font-size: 1rem;
  font-family: "light";
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .chat-container
  .content_loda
  .reseved-mesage {
  position: relative;
  background-color: rgba(38, 165, 101, 0.3);
  display: flex;
  justify-content: flex-end;
  padding: 2% 1%;
  width: 60%;
  margin-left: 40%;
  margin-bottom: 3%;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .chat-container
  .content_loda
  .reseved-mesage
  p {
  color: var(--color-secound);
  font-size: 1.2rem;
  font-family: "regular";
  width: 90%;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .chat-container
  .content_loda
  .reseved-mesage
  .time {
  position: absolute;
  bottom: -40%;
  font-size: 1rem;
  font-family: "light";
  right: 0;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .chat-container
  .footer {
  padding: 3% 2%;
  position: relative;
  border-bottom: 1px solid #707070;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .chat-container
  .footer
  form {
  position: relative;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .chat-container
  .footer
  .form-control {
  width: 97%;
  border: none;
  background-color: rgba(11, 30, 35, 0.6);
  padding-right: 12%;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .chat-container
  .footer
  .btn_message {
  background-color: var(--color-six);
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  cursor: pointer;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-content-message
  .chat-container
  .footer
  .btn_message
  i {
  color: #fff;
  margin: auto;
}

.account-personal .tab-contents .tab-content .tap-favourite .box-content {
  background-color: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 7px;
  padding: 1%;
}

.account-personal
  .tab-contents
  .tab-content
  .tap-favourite
  .box-content
  .first-col {
  width: 30%;
}

.account-personal
  .tab-contents
  .tab-content
  .tap-favourite
  .box-content
  .first-col
  .info {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: column;
}

.account-personal
  .tab-contents
  .tab-content
  .tap-favourite
  .box-content
  .first-col
  .info
  h4 {
  font-size: 1rem;
  color: var(--color-primary);
  font-family: "bold";
  padding-bottom: 3%;
}

.account-personal
  .tab-contents
  .tab-content
  .tap-favourite
  .box-content
  .first-col
  .info
  span {
  font-size: 0.75rem;
  color: var(--color-six);
  font-family: "light";
}

.account-personal
  .tab-contents
  .tab-content
  .tap-favourite
  .box-content
  .first-col
  .info
  p {
  font-size: 0.8rem;
  color: var(--color-primary);
  font-family: "regular";
  padding-top: 9%;
}

.account-personal
  .tab-contents
  .tab-content
  .tap-favourite
  .box-content
  .sec-col {
  width: 20%;
}

.account-personal
  .tab-contents
  .tab-content
  .tap-favourite
  .box-content
  .sec-col
  p {
  font-size: 0.8rem;
  color: var(--color-primary);
  font-family: "regular";
  padding-top: 9%;
}

.account-personal
  .tab-contents
  .tab-content
  .tap-favourite
  .box-content
  .third-col
  .image {
  position: relative;
}

.account-personal
  .tab-contents
  .tab-content
  .tap-favourite
  .box-content
  .third-col
  .image
  img {
  width: 230px;
  height: 125px;
}

.account-personal
  .tab-contents
  .tab-content
  .tap-favourite
  .box-content
  .third-col
  .image
  .heart {
  position: absolute;
  top: 5%;
  right: 5%;
}

.account-personal
  .tab-contents
  .tab-content
  .tap-favourite
  .box-content
  .third-col
  .image
  .heart
  img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.account-personal
  .tab-contents
  .tab-content
  .tap-favourite
  .box-content
  .third-col
  .image
  .heart
  img.active-heart {
  opacity: 0.5;
}

.account-personal .tab-contents .tab-content .tap-favourite .box-content-adv {
  margin-bottom: 7px;
  padding: 1%;
}

.account-personal
  .tab-contents
  .tab-content
  .tap-favourite
  .box-content-adv
  .third-col {
  position: relative;
  width: 100%;
}

.account-personal
  .tab-contents
  .tab-content
  .tap-favourite
  .box-content-adv
  .third-col
  .image {
  width: 100%;
  position: relative;
}

.account-personal
  .tab-contents
  .tab-content
  .tap-favourite
  .box-content-adv
  .third-col
  .image
  img {
  width: 100%;
  height: 177px;
}

.account-personal .tab-contents .tab-content .tab-settings .settings h2 {
  color: var(--color-primary);
  font-family: "bold";
  font-size: 1.1rem;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .nav-settings {
  align-items: flex-start;
  border-bottom: none;
  background-color: #fafafa;
  padding: 1rem;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .nav-settings
  .nav-link {
  color: var(--color-secound);
  font-family: "regular";
  font-size: 1rem;
  padding: 0.7em;
  width: 100%;
  text-align: start;
  display: flex;
  align-items: center;
}
.account-person .x .upload-img .profile-pic-divs .package_icon {
  right: 0;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .nav-settings
  .nav-link
  img {
  width: 1rem;
  height: 1rem;
  margin-inline-end: 0.5rem;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .nav-settings
  .nav-link.active {
  background-color: #fff;
  color: var(--color-primary);
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting {
  padding: 1% 0 5%;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  h2 {
  color: var(--color-primary);
  font-family: "bold";
  font-size: 1.1rem;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .account_number {
  background-color: var(--color-six);
  color: white;
  font-size: 0.8rem;
  font-family: "regular";
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0.5rem !important;
  width: 100%;
  margin-inline-start: 3%;
}
.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .account_number
  .title_number {
  text-align: start;
  width: 30%;
  display: inline-block;
}
.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .account_number
  .text_number {
  text-align: start;
  width: 70%;
  display: inline-block;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .setting-general,
.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .change-password,
.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .enter-mobile {
  border: 1px solid #8d8d8d;
  padding: 1% 2% 0%;
  margin: 1% 0;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .setting-general
  h4,
.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .change-password
  h4,
.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .enter-mobile
  h4 {
  font-size: 1rem;
  color: var(--color-primary);
  font-family: "bold";
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .setting-general
  form
  .input-group,
.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .change-password
  form
  .input-group,
.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .enter-mobile
  form
  .input-group {
  width: 100%;
  margin-bottom: 1.5rem;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .setting-general
  form
  .form-label,
.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .change-password
  form
  .form-label,
.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .enter-mobile
  form
  .form-label {
  font-size: 0.9rem;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .setting-general
  form
  .button,
.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .change-password
  form
  .button,
.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .enter-mobile
  form
  .button {
  text-align: end;
  padding: 3% 0 1%;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .setting-general
  form
  .button
  .btn,
.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .change-password
  form
  .button
  .btn,
.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .enter-mobile
  form
  .button
  .btn {
  padding: 0.5rem 2rem;
  border-radius: 0;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .member-docum
  div {
  padding: 2%;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .member-docum
  .special_package {
  background-color: rgba(25, 62, 70, 0.07);
}
.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .member-docum
  .special_package
  .packages
  .package
  h3 {
  height: 50px;
  padding: 0;
  margin: 0 0 1rem;
}
.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .member-docum
  .special_package
  .packages
  .package:hover
  * {
  color: #fff;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .member-docum
  .modal-dialog {
  max-width: 50%;
  margin: 0 auto;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .member-docum
  .modal-dialog
  .contact-us
  form {
  width: 100%;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .member-docum
  .title_main {
  padding: 0;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .member-docum
  .title_main
  .main_title {
  width: 100%;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .member-docum
  .title_main
  h2 {
  margin-bottom: 0.5rem;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .member-docum
  .title_main
  .main_title
  * {
  font-size: 1.2rem;
  text-align: start;
  padding: 0;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .member-docum
  .accordion {
  padding: 0;
}
.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .member-docum
  .faq {
  padding: 0;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .member-docum
  .accordion-item {
  border: 1px solid var(--color-primary);
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .member-docum
  div
  h4 {
  font-size: 1rem;
  color: var(--color-primary);
  font-family: "bold";
  margin: 0 0 0.5rem;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .member-docum
  div
  p {
  font-size: 0.9rem;
  color: var(--color-primary);
  font-family: "regular";
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .common-anaser
  .accordion-button:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0);
  color: var(--color-primary);
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .common-anaser
  .accordion-button:not(.collapsed)::after {
  margin-left: auto;
  margin-right: 0;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .common-anaser
  .accordion-button::after {
  margin-left: auto;
  margin-right: 0;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .common-anaser
  .accordion-body {
  font-family: "light";
  font-size: 1rem;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .enter-mobile
  .button {
  padding: 3% 0 1%;
}

.account-personal
  .tab-contents
  .tab-content
  .tab-settings
  .settings
  .tab-setting
  .enter-mobile
  .button
  .btn {
  padding: 1% 0px;
  width: 100%;
  border-radius: 0;
}

footer {
  background-color: #f3f4f6;
  padding: 4% 0 2%;
}

footer .logo {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

footer .logo img {
  width: 250px;
  height: 90px;
  margin-bottom: 5%;
}

footer .logo p {
  color: var(--color-six);
  font-family: "light";
  size: 1rem;
  padding: 5% 0;
  display: none;
}

footer .logo .social-icon {
  display: flex;
  justify-content: start;
  flex-direction: row;
  align-items: flex-start;
  display: none;
}

footer .logo .social-icon li {
  margin-right: 8%;
}

footer .logo .social-icon li a {
  color: var(--color-primary);
  transition: 0.25s all ease;
  text-align: end;
}

footer .logo .social-icon li a:hover {
  color: var(--color-six);
}

footer .list {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

footer .list li {
  margin-bottom: 9%;
}

footer .list li a {
  color: var(--color-primary);
  font-size: 0.8rem;
  font-family: "regular";
}

footer .app-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

footer .app-button a {
  margin-bottom: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .app-button a img {
  width: 134px;
  height: 42px;
}

footer .lower-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid var(--color-fourth);
  padding-top: 2%;
}

footer .lower-footer p {
  font-size: 1rem;
  font-family: "regular";
  color: #8e8e93;
}

#exampleModal .modal-header,
#exampleModal1 .modal-header,
#exampleModal2 .modal-header,
#exampleModal3 .modal-header {
  background-color: #9fb9bf;
}

#exampleModal .modal-header h5,
#exampleModal1 .modal-header h5,
#exampleModal2 .modal-header h5,
#exampleModal3 .modal-header h5 {
  font-size: 1rem;
  color: var(--background);
  font-family: "bold";
}

#exampleModal .modal-header h5 span,
#exampleModal1 .modal-header h5 span,
#exampleModal2 .modal-header h5 span,
#exampleModal3 .modal-header h5 span {
  font-size: 0.8rem;
  font-family: "regular";
}

#exampleModal .modal-header .btn-close,
#exampleModal1 .modal-header .btn-close,
#exampleModal2 .modal-header .btn-close,
#exampleModal3 .modal-header .btn-close {
  margin: unset;
  filter: bleftness(0) invert(1);
  opacity: 1;
}

#exampleModal .modal-body ul,
#exampleModal .modal-body .loda_icon,
#exampleModal1 .modal-body ul,
#exampleModal1 .modal-body .loda_icon,
#exampleModal2 .modal-body ul,
#exampleModal2 .modal-body .loda_icon,
#exampleModal3 .modal-body ul,
#exampleModal3 .modal-body .loda_icon {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 2% 1%;
}

#exampleModal .modal-body ul li,
#exampleModal .modal-body .loda_icon li,
#exampleModal1 .modal-body ul li,
#exampleModal1 .modal-body .loda_icon li,
#exampleModal2 .modal-body ul li,
#exampleModal2 .modal-body .loda_icon li,
#exampleModal3 .modal-body ul li,
#exampleModal3 .modal-body .loda_icon li {
  width: 14%;
  margin-right: 1%;
  margin-bottom: 6%;
  text-align: center;
}

#exampleModal .modal-body .copy,
#exampleModal1 .modal-body .copy,
#exampleModal2 .modal-body .copy,
#exampleModal3 .modal-body .copy {
  position: relative;
}

#exampleModal .modal-body .copy p,
#exampleModal1 .modal-body .copy p,
#exampleModal2 .modal-body .copy p,
#exampleModal3 .modal-body .copy p {
  font-size: 0.6rem;
  color: var(--color-six);
  font-family: "light";
  padding-bottom: 3%;
}

#exampleModal .modal-body .copy .form-control,
#exampleModal1 .modal-body .copy .form-control,
#exampleModal2 .modal-body .copy .form-control,
#exampleModal3 .modal-body .copy .form-control {
  background-color: #f7f7f7;
}

#exampleModal .modal-body .copy .form-control::placeholder,
#exampleModal1 .modal-body .copy .form-control::placeholder,
#exampleModal2 .modal-body .copy .form-control::placeholder,
#exampleModal3 .modal-body .copy .form-control::placeholder {
  color: #818082 !important;
}

#exampleModal .modal-body .copy span,
#exampleModal1 .modal-body .copy span,
#exampleModal2 .modal-body .copy span,
#exampleModal3 .modal-body .copy span {
  position: absolute;
  top: 52%;
  right: 3%;
}

#exampleModal .modal-body .copy span img,
#exampleModal1 .modal-body .copy span img,
#exampleModal2 .modal-body .copy span img,
#exampleModal3 .modal-body .copy span img {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

#exampleModal .modal-body h6,
#exampleModal1 .modal-body h6,
#exampleModal2 .modal-body h6,
#exampleModal3 .modal-body h6 {
  font-size: 0.9rem;
  color: var(--color-six);
  font-family: "regular";
}

#exampleModal .modal-body .detials,
#exampleModal1 .modal-body .detials,
#exampleModal2 .modal-body .detials,
#exampleModal3 .modal-body .detials {
  padding: 2% 1%;
  width: 100%;
}

#exampleModal .modal-body .detials li,
#exampleModal1 .modal-body .detials li,
#exampleModal2 .modal-body .detials li,
#exampleModal3 .modal-body .detials li {
  border: 1px solid #f7f7f7;
  width: 45%;
  margin: 0;
  padding: 2% 1%;
  font-size: 0.7rem;
  color: var(--color-secound);
  font-family: "light";
}

#exampleModal .modal-body .detials li span,
#exampleModal1 .modal-body .detials li span,
#exampleModal2 .modal-body .detials li span,
#exampleModal3 .modal-body .detials li span {
  font-size: 0.8rem;
  color: var(--color-primary);
  font-family: "regular";
  padding-left: 2%;
}

#exampleModal .modal-body form textarea,
#exampleModal1 .modal-body form textarea,
#exampleModal2 .modal-body form textarea,
#exampleModal3 .modal-body form textarea {
  height: 200px;
  background-color: #f5f5f5;
  width: 100%;
}

#exampleModal .modal-body form .message,
#exampleModal1 .modal-body form .message,
#exampleModal2 .modal-body form .message,
#exampleModal3 .modal-body form .message {
  margin: 2% 1%;
  display: flex;
  justify-content: start;
  align-items: center;
  border: 1px solid var(--color-six);
}

#exampleModal .modal-body form .message .btn,
#exampleModal1 .modal-body form .message .btn,
#exampleModal2 .modal-body form .message .btn,
#exampleModal3 .modal-body form .message .btn {
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

#exampleModal .modal-body form .message .btn i,
#exampleModal1 .modal-body form .message .btn i,
#exampleModal2 .modal-body form .message .btn i,
#exampleModal3 .modal-body form .message .btn i {
  font-size: 20px;
}

#exampleModal .modal-body .report,
#exampleModal1 .modal-body .report,
#exampleModal2 .modal-body .report,
#exampleModal3 .modal-body .report {
  width: 100%;
  text-align: end;
  padding: 2% 0;
}

#exampleModal .modal-body .report .btn,
#exampleModal1 .modal-body .report .btn,
#exampleModal2 .modal-body .report .btn,
#exampleModal3 .modal-body .report .btn {
  border-radius: 0px;
}

#exampleModal .modal-body .report .btn i,
#exampleModal1 .modal-body .report .btn i,
#exampleModal2 .modal-body .report .btn i,
#exampleModal3 .modal-body .report .btn i {
  margin-right: 2%;
}

#exampleModal .modal-body .content,
#exampleModal1 .modal-body .content,
#exampleModal2 .modal-body .content,
#exampleModal3 .modal-body .content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2% 1%;
  flex-direction: column;
}

#exampleModal .modal-body .content p,
#exampleModal1 .modal-body .content p,
#exampleModal2 .modal-body .content p,
#exampleModal3 .modal-body .content p {
  font-family: "regular";
  margin-bottom: 5%;
}

#exampleModal-1 .modal-dialog .modal-header,
#exampleModal-2 .modal-dialog .modal-header {
  border-bottom: unset;
}

#exampleModal-1 .modal-dialog .modal-body h4,
#exampleModal-2 .modal-dialog .modal-body h4 {
  font-size: 1.1rem;
  color: var(--color-six);
  font-family: "bold";
}

#exampleModal-1 .modal-dialog .modal-body p,
#exampleModal-2 .modal-dialog .modal-body p {
  font-size: 0.9rem;
  color: var(--color-secound);
  font-family: "light";
  padding-bottom: 3%;
}

#exampleModal-1 .modal-dialog .modal-body form .input-group,
#exampleModal-2 .modal-dialog .modal-body form .input-group {
  margin-bottom: 3%;
  position: relative;
}

#exampleModal-1 .modal-dialog .modal-body form .input-group .eye-login,
#exampleModal-2 .modal-dialog .modal-body form .input-group .eye-login {
  position: absolute;
  top: 22%;
  right: 3%;
  z-index: 900;
}

#exampleModal-1 .modal-dialog .modal-body form .input-group .eye-login i,
#exampleModal-2 .modal-dialog .modal-body form .input-group .eye-login i {
  color: var(--color-primary);
}

#exampleModal-1 .modal-dialog .modal-body form .form-check,
#exampleModal-2 .modal-dialog .modal-body form .form-check {
  margin-bottom: 8%;
  padding-right: 1%;
}

#exampleModal-1 .modal-dialog .modal-body form .form-check .form-check-label,
#exampleModal-2 .modal-dialog .modal-body form .form-check .form-check-label {
  margin-left: 10%;
  font-size: 0.8rem;
  font-family: "regular";
}

#exampleModal-1 .modal-dialog .modal-body form .form-check .form-check-input,
#exampleModal-2 .modal-dialog .modal-body form .form-check .form-check-input {
  float: left;
}

#exampleModal-1
  .modal-dialog
  .modal-body
  form
  .form-check
  .form-check-input:checked,
#exampleModal-2
  .modal-dialog
  .modal-body
  form
  .form-check
  .form-check-input:checked {
  background-color: var(--color-six);
  border-color: var(--color-six);
}

.rating {
  border: none;
  float: right;
}

.rating > input {
  display: none;
}

.rating > label:before {
  content: "";
  font-family: bootstrap-icons;
  margin: 5px;
  font-size: 2rem;
  display: inline-block;
  cursor: pointer;
}

.rating > label {
  color: #7a797a;
  float: left;
  cursor: pointer;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #f69504;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #f69504;
}

.svg-inline--fa {
  color: var(--color-primary) !important;
  width: 2rem !important;
  height: 2rem !important;
}

.loda_rate_button {
  margin-inline-start: 2%;
  width: 36% !important;
}

#exampleModal2 .modal-body .notes .dropdown-menu.show {
  flex-direction: column;
  justify-content: flex-start;
}

#exampleModal2 .modal-body .notes .dropdown-menu.show li {
  width: 60%;
  border-radius: 8px;
}

#exampleModal2 .modal-body .notes .dropdown-menu.show li.active {
  background-color: var(--color-primary) !important;
}

.followers_loda {
  padding: 5% 0;
}

.followers_loda h2 {
  font-size: 1.5rem;
  color: var(--color-primary);
  font-family: "bold";
}

.followers_loda .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 3%;
}

.followers_loda .list .info {
  display: flex;
  flex-direction: row;
  width: 40%;
}

.followers_loda .list .info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.followers_loda .list .info .text {
  padding-inline-start: 3%;
}

.followers_loda .list .info .text p {
  color: var(--color-fourth);
  font-family: "regular";
  font-size: 0.8rem;
}

.followers_loda .list .buuton {
  width: 40%;
  display: flex;
  justify-content: end;
}

.alert {
  margin-top: 10%;
}

.alert h4 {
  font-size: 1.2rem;
  color: var(--color-primary);
  font-family: "bold";
}

.btn_lang {
  width: 100%;
  padding: 6% 16px;
  width: 100% !important;
  padding: 6% 15px;
}

.title_main {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin: 5% 0;
}
.title_main .main_title {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
  width: 45%;
}
.title_main .main_title h2 {
  font-size: 3rem;
  color: var(--color-fourth);
  font-family: "bold";
  margin-bottom: 1.5rem;
}
.title_main .main_title p {
  font-size: 1.2rem;
  color: var(--color-fifth);
  font-family: "bold";
  text-align: center;
}
.title_main .button {
  width: 45%;
  display: flex;
  justify-content: flex-end;
}
.title_main .button button {
  width: 100%;
}
.subscripe {
  background-color: white;
  padding: 3rem 0;
}
.subscripe .list {
  padding: 2rem 0;
  border: 1px solid var(--color-six);
  border-radius: 8px;
  margin-top: 2rem;
}
.subscripe .list h2 {
  font-size: 2rem;
  color: var(--color-primary);
  font-family: "bold";
  margin-top: 0;
  padding-inline-start: 2%;
}
.subscripe .list .condition {
  margin-bottom: 0;
  display: flex;
  justify-self: start;
  flex-direction: row;
  flex-wrap: wrap;
  padding-inline-start: 2%;
}
.subscripe .list .condition li {
  font-size: 1.25rem;
  color: var(--color-secound);
  width: 100%;
  font-family: "light";
  margin: 0.8rem 0;
}
.subscripe .list .condition li * {
  font-size: 1.25rem !important;
}
.special_package .packages {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 5px;
}
.special_package .packages .package {
  width: 30%;
  background-color: white;
  padding: 0 1.25rem;
  transition: 0.7s ease-in-out;
}
.special_package .packages .package:hover {
  background-color: var(--color-six);
  transition: 0.7s ease-in-out;
}
.special_package .packages .package:hover h3,
.special_package .packages .package:hover p {
  color: white;
}
.special_package .packages .package:hover .price h4 {
  color: white;
}
.special_package .packages .package h3 {
  color: var(--color-primary);
  font-size: 1.2rem;
  font-family: "bold";
  padding: 1.5rem 0;
  transition: 0.25s all ease-in-out;
  margin: 0;
}
.special_package .packages .package .icon_package {
  width: 50px;
  height: 50px;
  display: block;
}
.special_package .packages .package p {
  border: 1px solid var(--color-fifth);
  border-left: none;
  border-right: none;
  padding: 1rem 0;
  font-size: 1rem;
  font-family: "regular";
  transition: 0.25s all ease-in-out;
}
.special_package .packages .package .price {
  margin: 1rem 0 1rem;
  width: 100%;
  display: inline-block;
}
.special_package .packages .package .price span {
  font-size: 0.9rem;
  color: var(--color-fifth);
  font-family: "regular";
  transition: 0.25s all ease-in-out;
}
.special_package .packages .package .price h4 {
  font-size: 1.2rem;
  color: var(--color-six);
  font-family: "bold";
  margin: 1rem 0;
  transition: 0.25s all ease-in-out;
}
.special_package .packages .package .price h6 {
  font-size: 0.8rem;
  color: var(--color-fifth);
  font-family: "regular";
  transition: 0.25s all ease-in-out;
}
.bank_detials {
  padding: 2% 10%;
}
.bank_detials p {
  color: var(--color-fifth);
  font-size: 1.25rem;
  font-family: "regular";
  text-align: center;
  margin-bottom: 2%;
}
.bank_detials ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.bank_detials .di {
  display: flex;
  flex-direction: row;
  margin-bottom: 2%;
  width: 45%;
}
.bank_detials .di img {
  width: 25%;
  height: 65px;
}
.bank_detials .di .account_number {
  background-color: var(--color-six);
  color: white;
  font-size: 0.8rem;
  font-family: "regular";
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0.5rem !important;
  width: 100%;
  margin-inline-start: 3%;
}
.bank_detials .di .account_number .title_number {
  text-align: start;
  width: 40%;
  display: inline-block;
}
.bank_detials .di .account_number .text_number {
  text-align: start;
  width: 60%;
  display: inline-block;
}
.faq {
  background-color: white;
  padding: 5% 0;
}
.faq h2 {
  font-size: 1.25rem;
  color: var(--color-six);
  font-family: "bold";
}
.faq .have_problem {
  padding: 2% 10%;
  text-align: center;
}
.faq .have_problem h4 {
  font-size: 1.25rem;
  color: var(--color-six);
  font-family: "bold";
}
.faq .have_problem p {
  font-size: 0.9rem;
  color: var(--color-fifth);
  font-family: "light";
}
.faq .accordion .accordion-item {
  margin-bottom: 1rem;
  border: 1px solid var(--color-pargraph);
}
.faq .accordion .accordion-item .accordion-header {
  font-size: 2.2rem;
  margin-top: 0;
  font-family: "bold";
  color: var(--color-text);
}
.faq .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--color-text);
  background-color: var(--color-white);
}
.faq .accordion .accordion-item .accordion-header .accordion-button::after {
  margin-right: unset;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E");
}
.faq .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: var(--color-text);
  background-color: var(--color-white);
}
.faq
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed::after {
  margin-right: unset;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E");
}
.faq .accordion .accordion-item .accordion-collapse .accordion-body {
  font-size: 1.2rem;
  font-family: "regular";
  color: var(--color-pargraph);
  padding: 2% 1%;
}
.steps_percentage {
  background-color: white;
  margin: 3% 0;
  padding: 2rem 0;
}
.steps_percentage h2 {
  font-size: 1.25rem;
  color: var(--color-six);
  font-family: "bold";
}
.steps_percentage .percentages {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.steps_percentage .percentages .percentage {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 30%;
}
.steps_percentage .percentages .percentage span {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  font-family: "regular";
  color: var(--color-fifth);
  border-radius: 50%;
  border: 1px solid var(--color-secound);
}
.steps_percentage .percentages .percentage h5 {
  font-size: 1rem;
  color: var(--color-six);
  font-family: "bold";
  margin-top: 2%;
}
.calc_percentage {
  margin: 2% 0;
}
.calc_percentage .percentage {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 3% 13%;
}
.calc_percentage .percentage .form-control {
  width: 40%;
}
.calc_percentage .percentage span {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  font-family: "regular";
  color: var(--color-fifth);
  border-radius: 50%;
  border: 1px solid var(--color-secound);
}
.calc_percentage.modal .modal-body h2 {
  font-size: 1.3rem;
  color: var(--color-fourth);
  font-family: "bold";
  text-align: center;
}
.calc_percentage.modal .modal-body p {
  font-size: 1rem;
  color: var(--color-fifth);
  font-family: "regular";
  text-align: center;
}
.calc_percentage.modal form .file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 105px;
  border: 1px dashed var(--color-primary);
  border-radius: 5px;
  font-family: "regular";
}
.calc_percentage.modal form .file-upload-wrapper::after {
  content: attr(data-text);
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(203, 163, 51, 0.06);
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 100%;
  width: 100%;
  line-height: 40px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
}
.calc_percentage.modal form .file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.calc_percentage.modal form .input-group textarea {
  height: 105px;
  border: 1px dashed var(--color-primary);
  border-radius: 5px;
}
.history.modal .modal-body h2 {
  font-size: 1.3rem;
  color: var(--color-fourth);
  font-family: "bold";
  text-align: center;
}
.history.modal .modal-body p {
  font-size: 1rem;
  color: var(--color-fifth);
  font-family: "regular";
  text-align: center;
}
.history.modal .modal-body .colls {
  margin: 4% 0;
  padding: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.history.modal .modal-body .colls .contents {
  display: flex;
  align-items: flex-start;
  width: 61%;
}
.history.modal .modal-body .colls .contents img {
  width: 50px;
  height: 50px;
}
.history.modal .modal-body .colls .contents .text {
  padding-inline-start: 3%;
}
.history.modal .modal-body .colls .contents .text h4 {
  font-size: 1rem;
  color: var(--color-six);
  font-family: "regular";
  margin: 0 0 0.5rem;
}
.history.modal .modal-body .colls .contents .text span {
  font-size: 0.9rem;
  color: var(--color-fifth);
  font-family: "light";
  text-align: start;
  padding-top: 5px;
}
.history.modal .modal-body .colls .price h6 {
  color: var(--color-secound) !important;
  font-family: "bold" !important;
  font-size: 1rem !important;
}
.main_title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.main_title h2 {
  font-size: 3rem;
  color: var(--color-fourth);
  font-family: "bold";
  margin-bottom: 1.5rem;
  margin-bottom: 3%;
}
.main_title p {
  font-size: 1.2rem;
  color: var(--color-fifth);
  font-family: "bold";
  text-align: center;
  padding: 0 10%;
}
#allowRadio,
#allowRadioDe {
  opacity: 0.5;
  pointer-events: none;
}

h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-family: "bold";
  color: var(--color-fourth);
}
h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-family: "bold";
  color: var(--color-fourth);
}
h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-family: "bold";
  color: var(--color-fourth);
}
h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-family: "bold";
  color: var(--color-fourth);
}
h5 {
  display: block;
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-family: "bold";
  color: var(--color-fourth);
}
h6 {
  display: block;
  font-size: 0.8em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0;
  font-family: "bold";
  color: var(--color-fourth);
}
p,
span {
  margin-bottom: 0;
  font-size: 0.875em;
  font-family: "regular";
  color: var(--color-fifth);
}
a {
  text-decoration: none;
  color: var(--color-primary);
  font-family: "regular";
}
img {
  height: auto;
  width: 100%;
}
.popup_notification {
  display: none;
  position: fixed;
  top: 35%;
  right: 70%;
  transform: translate(-10%, -50%);
  width: 450px;
  height: fit-content;
  padding: 20px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
  z-index: 9999;
  overflow-y: scroll;
  height: 30vh;
}

.popup_notification p {
  cursor: pointer;
  font-family: "regular";
  font-size: 1.1rem;
}

.popup_notification p i {
  color: red;
  font-size: 1rem;
}

.popup_notification h3 {
  margin-top: 0;
  color: #0f262b;
  font-size: 1.3rem;
  font-family: "bold";
}

.popup_notification ul {
  margin-top: 4%;
}

.popup_notification ul .comment {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #0f262b;
  color: white;
  margin-bottom: 3%;
  cursor: pointer;

  padding: 10px;
  border-radius: 10px;
}

.popup_notification ul .comment .content {
  font-size: 1rem;

  font-family: "regular";

  text-align: start;
}

.popup_notification ul .comment.unread {
  background-color: #e4f0f21a;
  color: #0f262b;
}

.popup_notification ul .comment.unread .date span {
  color: #0f262b;
}

.popup_notification ul .comment .date {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.popup_notification ul .comment .date span {
  font-size: 0.6rem;
  color: white;
  font-family: "light";
}

.popup_notification ul .comment .date .close i {
  font-size: 0.8rem;
  color: red;
  font-family: "red";
}

.popup_notification p {
  margin-bottom: 0;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #0f262b;
  cursor: pointer;
}

.close-button i {
  font-size: 1rem;
}

.budget_notfication {
  width: 15px;
  height: 15px;
  background-color: red;
  color: white;
  font-size: 0.8rem;
  font-family: "light";
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: -4px;
  z-index: 100;
}
.notification-icon {
  position: relative;
}

/*# sourceMappingURL=main.min.css.map */

.img-white {
  filter: brightness(0) saturate(100%) invert(100%) sepia(26%) saturate(2%)
    hue-rotate(218deg) brightness(108%) contrast(101%);
}

.tab-content .search-box .search-holder {
  position: relative;
}
.tab-content .search-box .search-holder .history-menu {
  display: none;
  top: calc(0px + 45px);
  position: absolute;
  z-index: 11;
  background-color: #fff;
  width: 98.5%;
  right: 0;
  border-radius: 10px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border: 1px solid rgb(212 218 222);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.tab-content .search-box .search-holder .history-menu .list-item {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  display: flex;
}
.tab-content .search-box .search-holder .history-menu .list-item img {
  width: 15px !important;
  height: 15px !important;
}
.tab-content .search-box .search-holder .history-menu .list-item:hover {
  background-color: #eee;
}
.tab-content .search-box .search-holder .history-menu .btn-holder {
  padding: 0.625rem !important;
}
.tab-content .search-box .search-holder .history-menu .btn-holder .btn {
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 0.438rem;
  padding: 0.25rem 10px;
}
.tab-content .search-box .search-holder .history-menu .btn-holder .btn img {
  width: 15px !important;
  height: 15px !important;
}
.tab-content
  .search-box
  .search-holder
  .history-menu
  .btn-holder
  .btn:hover
  img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(26%) saturate(2%)
    hue-rotate(218deg) brightness(108%) contrast(101%);
}

.card-side {
  box-shadow: -13px 20px 20px 0 rgba(0, 0, 0, 0.0392156863);
  background: #ffffff;
  border-radius: 5px;
  border: 0;
  margin-bottom: 1rem;
}
.card-side .user-avatar img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.card-side .user-name {
  margin: 0 0 0.5rem 0;
}
.card-side .user-email {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 400;
  color: #9fa8b9;
}
.card-side .card-slide {
  box-shadow: 0px 8px 10px 0 rgba(0, 0, 0, 0.0392156863) !important;
  padding: 1.5rem 1rem;
  text-align: center;
}
.card-side .card-slide .btn-icon {
  color: #666;
}
.card-side .card-slide .btn-icon:hover {
  color: #000;
}
.card-side .card-slide .btn-icon .icon {
  border: none !important;
}
.card-side .card-slide .btn-icon .icon svg,
.card-side .card-slide .btn-icon .icon i {
  color: #666 !important;
  height: 15px !important;
  width: 0.5em !important;
}

.loader_layout {
  opacity: 1;
  visibility: visible;
  width: 100%;
  min-height: 100vh;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  /* background-color: #f6fafe; */
  background-color: #f7f7f7;
  transition: 0.4s;
  z-index: 5555;
  left: 0;
  right: 0;
  bottom: 0;
}
.loader_layout.hidden-loader {
  opacity: 0;
  visibility: hidden;
}
.loader_layout h2.brand {
  font-size: 40px;
}
.loader_layout h2.brand .img-user {
  width: 360px;
  margin: 12px;
  max-width: 90%;
}
.loader_layout .loading-bar {
  width: 100px;
  height: 2px;
  background-color: #d6cec2;
  border-radius: 10px;
  margin-top: 25px;
  overflow: hidden;
  position: relative;
}
.loader_layout .loading-bar::after {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  /* background-color: #2e5789; */
  background-color: #193e46;
  transform: translateX(-20px);
  animation: loop 2s ease infinite;
}
@keyframes loop {
  0%,
  100% {
    transform: translateX(-28px);
  }
  50% {
    transform: translateX(78px);
  }
}

.chat-section .info {
  margin-bottom: 5rem;
}
.chat-section .info .img {
  width: 100px;
  height: 100px;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.21);
}
.chat-section .info .name {
  font-size: 18px;
}
.chat-section .box-chat {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 2.3rem;
}
.chat-section .box-chat:not(:last-child) {
  margin-bottom: 2.8rem;
}
.chat-section .box-chat .msg {
  position: relative;
  padding: 0.6rem 1.2rem;
  background-color: white;
  color: black;
  border: 1px solid #e9e9e9;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.21);
  border-radius: 20px 20px 20px 0;
}
.chat-section .box-chat .msg .name {
  position: absolute;
  top: -22px;
  right: 10px;
  color: #193e46;
  margin: 0;
}
.chat-section .box-chat .msg .text {
  margin-bottom: 5px;
  color: #193e46;
}
.chat-section .box-chat .msg .date {
  display: block;
  text-align: end;
  color: #193e46;
  min-width: 100px;
}
.chat-section .box-chat .img-small {
  width: 15px;
  height: 15px;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.21);
  border-radius: 50%;
}
.chat-section .box-chat.box-chat-from {
  align-items: flex-start;
}
.chat-section .box-chat.box-chat-from .msg {
  background-color: #193e46;
  color: white;
}
.chat-section .box-chat.box-chat-from .msg .name {
  position: absolute;
  top: -22px;
  right: 10px;
  color: #193e46;
  margin: 0;
}
.chat-section .box-chat.box-chat-from .msg .text {
  margin-bottom: 5px;
  color: white;
}
.chat-section .box-chat.box-chat-from .msg .date {
  display: block;
  text-align: end;
  color: white;
  min-width: 100px;
}
.chat-section .typing {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.chat-section .typing .img {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.21);
  border-radius: 50%;
}
.chat-section .box-send {
  margin-top: 40px;
  padding: 0 12px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 48.19px;
}

.chat-section .box-send .inp-msg {
  padding: 0 1rem;
  flex: 1;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.21);
  border: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.chat-section .box-send .inp-msg .btn-icon {
  font-size: 18px;
  color: #989898;
  background: transparent;
  border: 0 !important;
  outline: 0 !important;
}
.chat-section .box-send .inp-msg .inp {
  flex: 1;
  height: 100%;
  border: 0 !important;
  outline: 0 !important;
  resize: none;
  padding-top: 14px;
}
.chat-section .box-send .btn-send {
  background-color: #193e46;
  color: white;
  height: 48.19px;
  width: 48.19px;
  border-radius: 50%;
  border: 0 !important;
  outline: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.chat-section .box-send .btn-send svg,
.chat-section .box-send .btn-send i {
  color: white !important;
  width: 1.5rem !important;
  height: auto !important;
}
