@font-face {
  font-family: 'Poppins Arabic';
  src: url('../fonts/poppins-arabic-light.woff2') format('woff2'), url('../fonts/poppins-arabic-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins Arabic';
  src: url('../fonts/poppins-arabic-regular.woff2') format('woff2'), url('../fonts/poppins-arabic-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins Arabic';
  src: url('../fonts/poppins-arabic-medium.woff2') format('woff2'), url('../fonts/poppins-arabic-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins Arabic';
  src: url('../fonts/poppins-arabic-semibold.woff2') format('woff2'), url('../fonts/poppins-arabic-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins Arabic';
  src: url('../fonts/poppins-arabic-bold.woff2') format('woff2'), url('../fonts/poppins-arabic-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: inherit;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: auto;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a {
  text-decoration: none;
}
a:hover,
a:active {
  outline: 0;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@keyframes dropdown-animation {
  0% {
    margin-top: -2rem;
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes favorite-animation {
  0% {
    outline: 0;
  }
  50% {
    outline: 3px solid rgba(255, 70, 82, 0.7);
    transform: scale(1.1);
  }
  100% {
    outline: 0;
  }
}
@keyframes favorite-animation2 {
  0% {
    outline: 0;
  }
  50% {
    background: rgba(255, 70, 82, 0.3);
    outline: 3px solid rgba(255, 70, 82, 0.2);
    transform: scale(1.1);
  }
  100% {
    outline: 0;
  }
}
.hidden {
  display: none;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}
.clearfix:after {
  clear: both;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.clear {
  clear: both;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: 1.2;
  color: #13171b;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h1 {
  font-size: 2.4rem;
}
h2 {
  font-size: 2.1rem;
}
h3 {
  font-size: 1.8rem;
}
h4 {
  font-size: 1.5rem;
}
html {
  height: 100%;
  font-size: 62.5%;
  overflow: initial;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #13171b;
  height: 100%;
  direction: ltr;
}
body > iframe {
  display: none;
}
#react-app,
.manzili {
  height: 100%;
}
.container-fluid {
  width: 100%;
  padding: 0 2rem;
  transition: all 0.2s ease-in-out;
}
.container {
  width: 100%;
  max-width: 1600px;
  padding: 0 2rem;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
}
.page-view {
  height: 100%;
  padding-top: 7.1rem;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 991.98px) {
  .page-view {
    padding-top: 8.1rem;
  }
}
.page {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.page-container.container-fluid {
  padding-top: 0;
  padding-bottom: 0;
}
.page-title {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  min-height: 40px;
  flex-shrink: 0;
}
.page-title h1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  padding-right: 2rem;
}
.page-title .page-actions {
  margin-left: auto;
  flex-shrink: 0;
}
.page-subtitle {
  font-size: 1.5rem;
  margin-top: -1.5rem;
  margin-bottom: 2rem;
}
a {
  color: #009cdd;
  cursor: pointer;
}
.page-infinite-scroll {
  height: calc(100vh - 71px - 50px);
  display: flex;
  flex-direction: column;
}
.page-infinite-scroll .section-scroll {
  flex-grow: 1;
  overflow-y: auto;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.page-infinite-scroll .section-scroll::-webkit-scrollbar-track {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 6px/3 #fff;
}
.page-infinite-scroll .section-scroll::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.page-infinite-scroll .section-scroll::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
}
.page-infinite-scroll .section-scroll:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 991.98px) {
  .page-infinite-scroll {
    height: calc(100vh - 81px - 50px);
  }
}
.header {
  position: fixed;
  width: 100%;
  height: 71px;
  padding: 1rem 0;
  top: 0;
  left: 0;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  transition: all 0.2s ease-in-out;
  z-index: 9999;
}
.header > .container-fluid {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .nav-mobile {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 16px;
  padding: 1.2rem 0.8rem;
  box-sizing: content-box;
  margin-left: -0.8rem;
  margin-right: 1rem;
}
.header .nav-mobile span,
.header .nav-mobile:before,
.header .nav-mobile:after {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  transition: all 0.2s ease-in-out;
}
.header .nav-mobile:before,
.header .nav-mobile:after {
  content: "";
  transform-origin: 0;
}
.header .nav-mobile span {
  margin: 0.5rem 0;
}
.header .nav-mobile.close span {
  opacity: 0;
}
.header .nav-mobile.close:before,
.header .nav-mobile.close:after {
  transform-origin: 7%;
}
.header .nav-mobile.close:before {
  transform: rotate(45deg);
}
.header .nav-mobile.close:after {
  transform: rotate(-45deg);
}
.header .logo {
  display: block;
  width: 140px;
  height: 70px;
  margin-right: 1rem;
  background: url(../images/logo-manzili.svg) center center no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
.manzili-rtl .header .logo {
  width: 125px;
  background: url(../images/logo-manzili-rtl.svg) center center no-repeat;
  background-size: contain;
}
.header .user-box {
  position: relative;
}
.header .user-box .user {
  text-decoration: none;
  cursor: pointer;
}
.header .user-box .user-avatar {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0.5rem 0;
}
.header .user-box .user-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #969ca2;
  object-fit: cover;
}
.header .user-box .user-name,
.header .user-box .user-role {
  display: none;
  padding-left: 1.7rem;
}
.header .user-box .user-name {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 20px;
  color: #13171b;
  align-self: end;
}
.header .user-box .user-role {
  font-size: 1.2rem;
  font-weight: 600;
  color: #6a737b;
  text-transform: uppercase;
}
.header .user-box.opened .user-dropdown {
  right: 0;
  opacity: 1;
}
.header .user-dropdown {
  opacity: 0;
  position: fixed;
  width: 270px;
  right: -270px;
  top: 71px;
  height: calc(100% - 71px);
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.2s ease-in-out;
  z-index: 9998;
}
.header .user-dropdown-info {
  display: grid;
  grid-template-columns: 50px fit-content(250px);
  grid-template-rows: 1fr 1fr;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #ebebeb;
}
.header .user-dropdown-info .user-avatar {
  width: 50px;
  height: 50px;
  margin: 0;
  grid-column: 1/2;
  grid-row: 1/3;
}
.header .user-dropdown-info .user-name,
.header .user-dropdown-info .user-role {
  padding-left: 1.2rem;
}
.header .user-dropdown-info .user-name {
  display: block;
  grid-column: 2/3;
  grid-row: 1/2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .user-dropdown-info .user-role {
  display: block;
  grid-column: 2/3;
  grid-row: 2/3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .user-dropdown-options {
  padding: 1rem 0;
}
.header .user-dropdown-options a {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #13171b;
  text-decoration: none;
  padding: 1rem 2rem;
}
.header .user-dropdown-options a:hover {
  background: #F6F8F7;
  color: #000;
}
.header .btn-lang {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 1rem;
  color: #000;
  transition: all 0.2s ease-in-out;
}
.header .btn-lang .material-icons-outlined {
  flex-shrink: 0;
}
.header .btn-lang .btn-lang-text,
.header .btn-lang .mobile-btn-lang-text {
  font-weight: 600;
  padding-left: 0.2rem;
}
.header .btn-lang .btn-lang-text {
  display: none;
}
.header .btn-lang .mobile-btn-lang-text {
  text-transform: uppercase;
}
.header .btn-lang:hover {
  color: #009cdd;
}
body:not(.manzili-rtl) .header .btn-lang .btn-lang-text {
  display: block;
}
body:not(.manzili-rtl) .header .btn-lang .btn-lang-text.btn-lang-ar {
  font-family: 'Almarai', sans-serif;
  font-size: 1.6rem;
  direction: rtl;
}
body:not(.manzili-rtl) .header .btn-lang .mobile-btn-lang-text {
  display: none;
}
@media (min-width: 575.98px) {
  .header .logo {
    width: 160px;
    margin-right: 2rem;
    flex-shrink: 0;
  }
  .header .btn-lang {
    margin-right: 2rem;
  }
  .header .btn-lang .btn-lang-text {
    display: block;
  }
  .header .btn-lang .btn-lang-text.btn-lang-ar {
    font-family: 'Almarai', sans-serif;
    font-size: 1.6rem;
    direction: rtl;
  }
  .header .btn-lang .mobile-btn-lang-text {
    display: none;
  }
}
@media (min-width: 991.98px) {
  .header {
    height: 81px;
    padding: 1.5rem 0;
  }
  .header .nav-mobile {
    display: none;
  }
  .header .user-box.opened .user-dropdown {
    display: block;
  }
  .header .user-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    min-width: 100%;
    height: auto;
    border-radius: 8px;
    animation: dropdown-animation 0.2s ease-in 1;
  }
  .header .btn-lang {
    order: 2;
    margin-left: 2rem;
    margin-right: 0;
  }
  .header .user-dropdown-info {
    display: none;
  }
}
@media (min-width: 1199.98px) {
  .header .user-box .user {
    display: grid;
    grid-template-columns: 50px fit-content(200px);
    grid-template-rows: 1fr 1fr;
    padding-right: 2rem;
    background: url(../images/dropdown-arrow.svg) center right no-repeat;
  }
  .header .user-box .user-avatar {
    margin: 0;
    width: 50px;
    height: 50px;
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .header .user-box .user-name {
    display: block;
    grid-column: 2/3;
    grid-row: 1/2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .header .user-box .user-role {
    display: block;
    grid-column: 2/3;
    grid-row: 2/3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .header .user-dropdown-info {
    display: none;
  }
}
@media (min-width: 1399.98px) {
  .header .user-box .user {
    grid-template-columns: 50px fit-content(250px);
  }
  .header .logo {
    width: 174px;
  }
}
.nav {
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 270px;
  left: -270px;
  top: 71px;
  height: calc(100% - 71px);
  padding: 1rem 0;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  opacity: 0;
  transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out;
  z-index: 9998;
}
.nav-open .nav {
  left: 0;
  opacity: 1;
}
.nav .nav-other-btn {
  display: flex;
  flex-direction: column;
  margin: 1rem 1rem 0;
  gap: 0.5rem;
}
.nav .nav-other-btn .btn {
  font-size: 1.5rem;
  margin: 0;
}
.nav > div {
  max-height: calc(100% - 50px);
  overflow: auto;
}
.nav li {
  position: relative;
}
.nav li.has-level > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav li.has-level > a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-left: 0.5rem;
  background: url(../images/dropdown-arrow.svg) center center no-repeat;
  transition: background 0.2s ease-in-out;
}
.nav li.has-level > a.opened {
  background: #e8edea;
  color: #000;
}
.nav li.has-level > a.opened:after {
  transform: rotate(180deg);
}
.nav li.has-level > a.opened + ul {
  display: block;
}
.nav li.has-level > a.active:after {
  background-image: url(../images/dropdown-arrow-active.svg);
}
.nav li.has-level > ul {
  display: none;
}
.nav li a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #13171b;
  text-decoration: none;
  padding: 1.3rem 2rem;
}
.nav li a:hover {
  background: #F6F8F7;
  color: #000;
}
.nav li a.active {
  background: rgba(0, 156, 221, 0.07);
  color: #009cdd;
  border-left: 3px solid #009cdd;
  padding-left: 1.7rem;
}
.nav li a .notifications-count {
  position: relative;
  display: inline-block;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
  background: #ff4652;
  color: #fff;
  border-radius: 9px;
  top: -2px;
  margin-left: 3px;
}
.nav .level2 a {
  padding: 1rem 2rem 1rem 2.5rem;
}
.nav .level3 a {
  padding-left: 3rem;
}
@media (min-width: 991.98px) {
  .nav {
    position: static;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: auto;
    padding: 0;
    box-shadow: none;
    opacity: 1;
    margin-right: 2rem;
    transition: margin 0.2s ease-in-out;
  }
  .nav > div {
    max-height: none;
    overflow: visible;
  }
  .nav .nav-other-btn {
    flex-direction: row;
    margin: 0 0 0 1rem;
    gap: 0.5rem;
  }
  .nav .nav-other-btn .btn {
    font-size: 1.3rem;
    padding-right: 0.9rem;
  }
  .nav .nav-other-btn .btn .btn-text {
    display: none;
  }
  .nav ul {
    display: flex;
  }
  .nav li.has-level > a:hover:after {
    background-image: url(../images/dropdown-arrow-active.svg);
  }
  .nav li.has-level > a.opened {
    background: transparent;
    color: #009cdd;
  }
  .nav li.has-level > a.opened:after {
    background-image: url(../images/dropdown-arrow-active.svg);
  }
  .nav li.has-level > a.opened + ul {
    display: block;
    opacity: 1;
  }
  .nav li.has-level > ul {
    position: absolute;
    opacity: 0;
    top: 100%;
    left: 0;
    min-width: 100%;
    padding: 1rem 0;
    background: #fff;
    border-radius: 8px;
    animation: dropdown-animation 0.2s ease-in 1;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    transition: all 0.2s ease-in-out;
  }
  .nav li.has-level > ul a {
    padding: 1rem 2rem;
    white-space: nowrap;
  }
  .nav li.has-level > ul a:hover {
    background: #F6F8F7;
    color: #000;
  }
  .nav li.has-level > ul a.active:hover {
    color: #009cdd;
  }
  .nav li a {
    font-size: 1.4rem;
    transition: color 0.2s ease-in-out;
    padding: 1rem 0.7rem;
  }
  .nav li a:hover {
    background: transparent;
    color: #009cdd;
  }
  .nav li a.active {
    padding: 1rem 0.7rem;
    background: transparent;
    border-left: none;
  }
  .nav li a.active:before {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #009cdd;
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -1.25rem;
  }
  .nav li a .notifications-count {
    top: -10px;
  }
  .nav li > ul a.active:before {
    content: none;
  }
}
@media (min-width: 1399.98px) {
  .nav li a {
    font-size: 1.5rem;
    padding: 1rem 1.5rem;
    transition: padding 0.2s ease-in-out, color 0.2s ease-in-out;
  }
  .nav li a.active {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 1599.98px) {
  .nav {
    margin-left: 6rem;
  }
  .nav li a {
    padding: 1rem 1.5rem;
  }
  .nav li a.active {
    padding: 1rem 1.5rem;
  }
  .nav .nav-other-btn .btn {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 0.9rem;
    padding-right: 1.8rem;
  }
  .nav .nav-other-btn .btn .btn-text {
    display: block;
  }
}
.footer {
  background: #000;
  color: #fff;
}
.footer .footer-top {
  background: #141d21;
  padding: 3rem 0;
  text-align: center;
}
.footer .logo-manzili {
  display: block;
  width: 160px;
  height: 55px;
  background: url(../images/logo-manzili-white.svg) center center no-repeat;
  background-size: contain;
  opacity: 0.5;
  margin: 0 auto;
}
.manzili-rtl .footer .logo-manzili {
  width: 125px;
  background: url(../images/logo-manzili-rtl-white.svg) center center no-repeat;
}
.footer .slogan-manzili {
  font-size: 1.5rem;
  font-weight: 600;
  opacity: 0.5;
  margin-top: 1.8rem;
}
.footer h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #fff;
}
.footer .footer-list a {
  font-size: 1.3rem;
  color: #cccccc;
  line-height: 2.5rem;
}
.footer .footer-list a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .footer-payments {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.footer .footer-payments .payments-item {
  padding: 1rem;
  width: 80px;
  height: 55px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}
.footer .footer-payments .payments-item img {
  display: block;
  max-height: 100%;
  margin: auto;
}
.footer .footer-bottom {
  padding: 1.5rem 0;
  font-size: 1.3rem;
  line-height: 2.5rem;
}
.footer .footer-bottom > .container {
  display: flex;
  flex-direction: column;
}
.footer .footer-bottom .footer-left {
  font-weight: 600;
}
.footer .footer-bottom .footer-right {
  display: flex;
}
.footer .footer-bottom .footer-right a {
  color: #fff;
}
.footer .footer-bottom .footer-right a:hover {
  text-decoration: underline;
}
.footer .footer-bottom .footer-right a + a {
  margin-left: 7rem;
}
@media (min-width: 575.98px) {
  .footer .footer-top {
    text-align: inherit;
  }
  .footer .logo-manzili {
    margin: 0;
    width: 174px;
  }
}
@media (min-width: 767.98px) {
  .footer h3 {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .footer .slogan-manzili {
    margin-bottom: 1.5rem;
  }
  .footer .footer-bottom > .container {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer .footer-payments {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 991.98px) {
  .footer .footer-payments {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  color: #13171b;
  text-align: center;
  user-select: none;
  border: 1px solid #d2d2d7;
  padding: 0.9rem 1.8rem;
  background: #fff;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  vertical-align: top;
}
.btn:hover {
  color: #009cdd;
  border-color: #009cdd;
  outline: none;
}
.btn.btn-sm {
  font-size: 1.3rem;
  padding: 0.5rem 1.5rem;
}
.btn.disabled {
  opacity: 0.7;
  user-select: none;
  cursor: not-allowed;
  background: #6a737b;
  border-color: #6a737b;
  color: #fff;
}
.btn + .btn {
  margin-left: 0.7rem;
}
.btn .svg-icon svg {
  fill: currentColor;
  max-width: 100%;
  max-height: 100%;
}
.btn-primary {
  background: #009cdd;
  border-color: #009cdd;
  color: #fff;
}
.btn-primary:hover {
  background: #0078aa;
  border-color: transparent;
  color: #fff;
}
.disabled.btn-primary:hover {
  background: #009cdd;
  border-color: #009cdd;
  color: #fff;
}
.btn-secondary {
  background: #f38e1a;
  border-color: #f38e1a;
  color: #fff;
}
.btn-secondary:hover {
  background: #cf740b;
  border-color: transparent;
  color: #fff;
}
.disabled.btn-secondary:hover {
  background: #f38e1a;
  border-color: #f38e1a;
  color: #fff;
}
.btn-dark {
  background: #0f172a;
  border-color: #0f172a;
  color: #fff;
}
.btn-dark:hover {
  background: #020204;
  border-color: transparent;
  color: #fff;
}
.disabled.btn-dark:hover {
  background: #0f172a;
  border-color: #0f172a;
  color: #fff;
}
.btn-leading-icon {
  display: inline-flex;
  align-items: center;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 0.9rem;
  padding-right: 1.8rem;
}
.btn-leading-icon .btn-text {
  padding-left: 0.7rem;
}
.btn-leading-icon .svg-icon {
  width: 24px;
  height: 24px;
  display: block;
}
.btn-trailing-icon {
  display: inline-flex;
  align-items: center;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 1.8rem;
  padding-right: 0.9rem;
}
.btn-trailing-icon .btn-text {
  padding-right: 0.7rem;
  order: 1;
}
.btn-trailing-icon .material-icons,
.btn-trailing-icon .material-icons-outlined {
  order: 2;
}
.btn-trailing-icon .svg-icon {
  width: 24px;
  height: 24px;
  display: block;
}
.btn-icon {
  padding: 0.7rem;
}
.btn-icon .svg-icon {
  width: 24px;
  height: 24px;
  display: block;
}
.btn-icon-only {
  padding: 0.3rem;
  border: none;
  background: transparent;
  color: #13171b;
}
.btn-icon-only:hover {
  background: transparent;
  color: #009cdd;
}
.btn-icon-only + .btn-icon-only {
  margin-left: 0.2rem;
}
.btn-icon-only .svg-icon {
  width: 24px;
  height: 24px;
  display: block;
}
.btn-shadow {
  border: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.btn-favorite:hover {
  color: #ff4652;
}
.btn-favorite.active .material-icons-outlined {
  color: #ff4652;
}
.btn-sm {
  padding: 0.3rem 1.5rem;
}
.btn-sm.btn-leading-icon {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.8rem;
  padding-right: 1.5rem;
}
.btn-sm.btn-leading-icon .material-icons,
.btn-sm.btn-leading-icon .material-icons-outlined {
  font-size: 2.2rem;
}
.btn-sm.btn-leading-icon .btn-text {
  padding-left: 0.5rem;
}
.btn-sm.btn-leading-icon .svg-icon {
  width: 22px;
  height: 22px;
  display: block;
}
.btn-sm.btn-trailing-icon {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 1.5rem;
  padding-right: 0.8rem;
}
.btn-sm.btn-trailing-icon .material-icons,
.btn-sm.btn-trailing-icon .material-icons-outlined {
  font-size: 2.2rem;
}
.btn-sm.btn-trailing-icon .btn-text {
  padding-right: 0.5rem;
}
.btn-sm.btn-trailing-icon .svg-icon {
  width: 22px;
  height: 22px;
  display: block;
}
.btn-sm.btn-icon {
  padding: 0.4rem;
}
.btn-sm.btn-icon .material-icons,
.btn-sm.btn-icon .material-icons-outlined {
  font-size: 2.2rem;
}
.btn-sm.btn-icon .svg-icon {
  width: 22px;
  height: 22px;
  display: block;
}
.btn-group {
  display: inline-flex;
}
.btn-group > :not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -0.1rem;
}
.btn-group > :not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > *:hover,
.btn-group > *:focus {
  position: relative;
  z-index: 2;
}
.btn-group > .btn-primary {
  position: relative;
  z-index: 3;
}
.btn-group.btn-group-shadow {
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.btn-group.btn-group-shadow > * {
  border-top: none;
  border-bottom: none;
  box-shadow: none;
}
.btn-group.btn-group-shadow > *:not(.btn-primary):not(.btn-secondary):hover {
  border-color: #d2d2d7;
}
.btn-group.btn-group-shadow > :first-child {
  border-left: none;
}
.btn-group.btn-group-shadow > :last-child {
  border-right: none;
}
.listing-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
.listing-buttons .btn-leading-icon {
  padding-right: 0.9rem;
}
.listing-buttons .btn-leading-icon .btn-text {
  display: none;
}
@media (min-width: 1199.98px) {
  .listing-buttons .btn-leading-icon {
    padding-right: 1.8rem;
  }
  .listing-buttons .btn-leading-icon .btn-text {
    display: block;
  }
}
.btn-control {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1.5rem;
}
.btn-control.l-control {
  justify-content: flex-start;
}
.btn-control .btn-l-side {
  display: flex;
  gap: 1rem;
  margin-right: auto;
}
.btn-control .btn-r-side {
  display: flex;
  gap: 1rem;
  margin-left: auto;
}
.listing-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #ebebeb;
  outline: 1px solid transparent;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease-in-out;
}
.listing-card:hover {
  border-color: #009cdd;
}
.listing-card .l-card-top {
  position: relative;
}
.listing-card .l-card-top .image-placeholder {
  border-radius: 0.6rem 0.6rem 0 0;
  cursor: pointer;
}
.listing-card .l-image {
  position: relative;
  border-radius: 0.6rem 0.6rem 0 0;
  padding-top: 56.25%;
  background: #adadb0;
  background-size: cover;
  overflow: hidden;
}
.listing-card .l-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  cursor: pointer;
}
.listing-card .l-type {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2rem;
  color: #13171b;
  background: #fff;
  padding: 0.6rem 1.5rem;
  border-radius: 16px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.listing-card .l-add-favorite {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.listing-card .l-add-favorite > span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.1rem;
  margin-left: -1.2rem;
  transition: all 0.2s ease-in-out;
}
.listing-card .l-add-favorite .icon-border {
  opacity: 1;
}
.listing-card .l-add-favorite .icon-solid {
  opacity: 0;
}
.listing-card .l-add-favorite.active {
  background-color: rgba(255, 70, 82, 0.85);
  color: #fff;
  animation: favorite-animation 0.2s ease-in-out 1;
}
.listing-card .l-add-favorite.active .icon-border {
  opacity: 0;
}
.listing-card .l-add-favorite.active .icon-solid {
  opacity: 1;
}
.listing-card .l-add-favorite:hover {
  background-color: rgba(255, 70, 82, 0.85);
}
.listing-card .l-add-favorite:hover .icon-border {
  opacity: 0;
}
.listing-card .l-add-favorite:hover .icon-solid {
  opacity: 1;
}
.listing-card .l-check-listing {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.listing-card .l-check-listing > span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.1rem;
  margin-left: -1.2rem;
  transition: all 0.2s ease-in-out;
}
.listing-card .l-check-listing.active {
  background-color: rgba(0, 156, 221, 0.85);
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 0;
  top: 0;
  right: 0;
  border-radius: 0.6rem 0.6rem 0 0;
}
.listing-card .l-check-listing.active > span {
  font-size: 5.4rem;
  border-radius: 50%;
  padding: 1rem;
  border: 3px solid #fff;
  margin-top: -4rem;
  margin-left: -4rem;
}
.listing-card .l-check-listing:hover {
  background-color: rgba(0, 156, 221, 0.85);
}
.listing-card:hover .l-check-listing {
  background-color: rgba(0, 156, 221, 0.85);
}
.listing-card .l-hot-label {
  display: flex;
  align-items: center;
  background: #f38e1a;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  padding: 0.4rem 1.4rem 0.4rem 1rem;
  border-radius: 0 8px 8px 0;
  position: absolute;
  left: -8px;
  bottom: 8px;
}
.manzili-rtl .listing-card .l-hot-label {
  border-radius: 8px 0 0 8px;
}
.listing-card .l-hot-label:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #de7c0c transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
}
.manzili-rtl .listing-card .l-hot-label:after {
  border-width: 8px 8px 0 0;
  border-color: #de7c0c transparent transparent transparent;
}
.listing-card .l-hot-label .material-icons-outlined {
  margin-right: 0.4rem;
}
.listing-card .l-card-details {
  padding: 1.5rem 2rem;
  background: #fff;
  border-radius: 0 0 8px 8px;
}
.listing-card .l-price-map {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.listing-card .l-price-map .btn {
  flex-shrink: 0;
}
.listing-card .l-price {
  font-size: 2.2rem;
  font-weight: 700;
  color: #009cdd;
}
.listing-card .l-price span {
  font-size: 1.4rem;
}
.listing-card .l-address {
  margin-bottom: 1.5rem;
  color: #000;
}
.listing-card .l-address-main {
  font-size: 1.6rem;
  font-weight: 600;
}
.listing-card .l-address-info {
  font-size: 1.4rem;
  opacity: 0.5;
}
.listing-card .l-reference {
  font-size: 1.3rem;
  opacity: 0.4;
  margin-bottom: 1.5rem;
}
.listing-card .l-specs {
  display: flex;
  flex-wrap: wrap;
}
.listing-card .l-specs .l-spec-item {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.listing-card .l-specs .l-spec-icon {
  color: #009cdd;
  margin-right: 0.7rem;
  flex-shrink: 0;
}
.listing-card .l-specs .l-spec-value {
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;
}
.listing-card .l-status {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2rem;
  color: #13171b;
  background: #fff;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.9rem;
  padding-right: 1.8rem;
  border-radius: 16px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.listing-card .l-status.l-published {
  color: #009cdd;
}
.listing-card .l-status.l-draft {
  color: #6a737b;
}
.listing-card .l-status.l-sale-pending {
  color: #f1a300;
}
.listing-card .l-status.l-sold {
  color: #45a45b;
}
.listing-card .l-status.l-deleted {
  color: #ff4652;
}
.listing-card .l-more-actions {
  position: absolute;
  top: 7px;
  right: 7px;
}
.listing-card .l-more-actions .l-more-btn {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5rem;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.listing-card .l-more-actions .l-more-btn > span {
  font-size: 2.6rem;
}
.listing-card .l-more-actions .l-more-dropdown {
  display: none;
  padding-top: 0.7rem;
  position: absolute;
  top: 100%;
  right: 0;
  animation: dropdown-animation 0.2s ease-in 1;
  transition: all 0.2s ease-in-out;
}
.listing-card .l-more-actions .l-more-dropdown ul {
  padding: 1rem 0;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.listing-card .l-more-actions .l-dropdown-item {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #13171b;
  text-decoration: none;
  padding: 0.7rem 2rem;
  white-space: nowrap;
}
.listing-card .l-more-actions .l-dropdown-item:hover {
  background: #F6F8F7;
}
.listing-card .l-more-actions .l-dropdown-item:not(.l-item-delete):hover {
  color: #000;
}
.listing-card .l-more-actions .l-dropdown-item.l-item-delete {
  color: #ff4652;
}
.listing-card .l-more-actions:hover .l-more-btn,
.listing-card .l-more-actions.active .l-more-btn {
  background: rgba(0, 0, 0, 0.7);
}
.listing-card .l-more-actions:hover .l-more-dropdown,
.listing-card .l-more-actions.active .l-more-dropdown {
  display: block;
}
.listing-card.card-popup {
  position: relative;
  width: 360px;
  max-width: calc(100% - 20px);
  border: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.listing-card.card-popup:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
}
.listing-card.card-popup .l-type {
  font-size: 1.2rem;
  padding: 0.3rem 1.5rem;
}
.listing-card.card-popup .l-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0.3rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.listing-card.card-popup .l-close > span {
  font-size: 2rem;
}
.listing-card.card-popup .l-close:hover {
  background: rgba(0, 0, 0, 0.85);
}
.listing-card.card-popup .l-card-details {
  padding: 1rem 1.5rem;
}
.listing-card.card-popup .l-price-map {
  margin-bottom: 0.5rem;
}
.listing-card.card-popup .l-price-map .l-add-favorite {
  position: relative;
  top: 0;
  left: 5px;
  width: 3.2rem;
  height: 3.2rem;
  background: transparent;
  color: #13171b;
  opacity: 0.5;
}
.listing-card.card-popup .l-price-map .l-add-favorite > span {
  font-size: 2.6rem;
  margin-top: -1.2rem;
  margin-left: -1.3rem;
}
.listing-card.card-popup .l-price-map .l-add-favorite:hover,
.listing-card.card-popup .l-price-map .l-add-favorite.active {
  color: #ff4652;
  opacity: 1;
}
.listing-card.card-popup .l-price-map .l-add-favorite:hover > span,
.listing-card.card-popup .l-price-map .l-add-favorite.active > span {
  color: #ff4652;
}
.listing-card.card-popup .l-price-map .l-add-favorite.active {
  animation: favorite-animation2 0.5s ease-in-out 1;
}
.listing-card.card-popup .l-price {
  font-size: 2rem;
}
.listing-card.card-popup .l-price span {
  font-size: 1.3rem;
}
.listing-card.card-popup .l-address {
  margin-bottom: 1rem;
}
.listing-card.card-popup .l-address-main {
  font-size: 1.5rem;
}
.listing-card.card-popup .l-address-info {
  font-size: 1.3rem;
}
.listing-card.card-popup .l-specs {
  justify-content: space-between;
}
.listing-card.card-popup .l-specs .l-spec-item {
  flex-basis: auto;
}
.listing-card.card-popup .l-specs .l-spec-icon {
  margin-right: 0.4rem;
  padding: 3px;
  border-radius: 50%;
  background: rgba(0, 156, 221, 0.2);
}
.listing-card.listing-card-cma {
  outline: 1px solid transparent;
  margin-top: 1px;
}
.listing-card.listing-card-cma:hover {
  outline: 1px solid #009cdd;
}
.listing-card.listing-card-cma .l-specs .l-spec-item {
  flex-basis: 100%;
}
.listing-card.listing-card-cma .l-similarity {
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: #fff;
  border: 2px solid #009cdd;
  font-size: 1.6rem;
  font-weight: 600;
  color: #009cdd;
  line-height: 4.4rem;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  cursor: help;
}
.listing-card.listing-card-cma .l-card-status {
  display: flex;
  gap: 1rem;
  align-items: center;
  background: rgba(106, 115, 123, 0.075);
  padding: 0.8rem 2rem;
  border-radius: 0 0 8px 8px;
}
.listing-card.listing-card-cma .l-card-status .l-card-status-label {
  font-size: 1.3rem;
  font-weight: 600;
}
.listing-card.listing-card-cma .l-card-status .l-status {
  position: static;
  background: transparent;
  padding: 0;
}
.listing-card.listing-card-cma .l-difference {
  font-size: 1.3rem;
  font-weight: 600;
  color: #13171b;
  padding-left: 1rem;
}
.listing-card.listing-card-cma .l-difference span {
  font-size: 1.3rem;
}
@media (min-width: 767.98px) {
  .listing-card.listing-card-cma .l-specs .l-spec-item {
    flex-basis: 50%;
  }
}
.listing-card.listing-card-selected {
  border-color: #009cdd;
  outline: 1px solid #009cdd;
}
@media (min-width: 575.98px) {
  .listing-card .l-specs .l-spec-item {
    flex-basis: 25%;
  }
}
@media (min-width: 991.98px) {
  .listing-card {
    margin-bottom: 3rem;
  }
}
.listing-card .l-set-order-index {
  width: 3.6rem;
  height: 3.6rem;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listing-card .l-set-order-index.active {
  background-color: rgba(255, 70, 82, 0.85);
  color: #fff;
  animation: favorite-animation 0.2s ease-in-out 1;
}
.listing-card .l-set-order-index.inactive span {
  min-width: 30px;
  min-height: 30px;
}
.no-results {
  font-size: 1.3rem;
  font-weight: 600;
}
.review-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease-in-out;
}
.review-card:hover {
  border-color: #009cdd;
}
.review-card .l-card-top {
  position: relative;
}
.review-card .l-type {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2rem;
  color: #13171b;
  background: #fff;
  padding: 0.6rem 1.5rem;
  border-radius: 16px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.review-card .l-add-favorite {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 7px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.review-card .l-add-favorite > span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.1rem;
  margin-left: -1.2rem;
  transition: all 0.2s ease-in-out;
}
.review-card .l-add-favorite .icon-border {
  opacity: 1;
}
.review-card .l-add-favorite .icon-solid {
  opacity: 0;
}
.review-card .l-add-favorite.active {
  background-color: rgba(0, 156, 221, 0.85);
  color: #fff;
  animation: favorite-animation 0.2s ease-in-out 1;
}
.review-card .l-add-favorite.active .icon-border {
  opacity: 0;
}
.review-card .l-add-favorite.active .icon-solid {
  opacity: 1;
}
.review-card .l-add-favorite:hover {
  background-color: rgba(0, 156, 221, 0.85);
}
.review-card .l-add-favorite:hover .icon-border {
  opacity: 0;
}
.review-card .l-add-favorite:hover .icon-solid {
  opacity: 1;
}
.b-card .b-card-information {
  font-size: 1.4rem;
  font-weight: 500;
  color: #009cdd;
  transition: all 0.2s ease-in-out;
}
.b-card:hover .b-card-information {
  color: #f38e1a;
}
.b-card:hover .b-monetized-items-card-title {
  color: #fff;
}
.b-card .b-monetized-items-card-title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #0f172a;
  transition: all 0.2s ease-in-out;
}
.b-card .b-monetized-items-card-title .b-card-no-information {
  color: #930505;
}
.b-card .b-monetized-items-card-title span {
  color: #009cdd;
}
.b-monetized-items-popup-button {
  margin-left: 15px;
}
.blue-table-header {
  color: #009cdd;
}
.cmi-card {
  padding: 1.5rem 2rem;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
  display: flex;
  position: relative;
}
.cmi-card .cmi-card-radio-button {
  position: absolute;
  top: 0;
  right: 15px;
  margin-top: 2.5%;
}
.cmi-card .cmi-card-label {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: inline;
}
.cmi-card .cmi-card-value {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  color: #009cdd;
  display: inline;
}
.review-order-index-container {
  border-radius: 8px;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease-in-out;
}
.review-order-index-container .review-order-index-selector {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-order-index-container .review-order-index-selector.active {
  background-color: rgba(0, 156, 221, 0.85);
  color: #fff;
  animation: favorite-animation 0.2s ease-in-out 1;
}
.filter-bar {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  padding: 2rem 3rem;
  background: #F6F8F7;
  border: 1px solid #dedede;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}
.filter-bar .filter-item.filter-item-full {
  width: 100%;
}
.filter-bar .filter-item .form-group {
  margin-bottom: 0;
}
.filter-bar .filter-actions {
  display: flex;
  justify-content: right;
}
@media (min-width: 767.98px) {
  .filter-bar {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem 3rem;
  }
  .filter-bar .filter-item:not(.filter-item-full) {
    flex-basis: calc((100% - 3rem) / 2);
    align-self: flex-end;
  }
  .filter-bar .filter-actions {
    flex-basis: auto;
    flex-grow: 1;
  }
}
@media (min-width: 991.98px) {
  .filter-bar {
    margin-bottom: 2rem;
  }
  .filter-bar .filter-item:not(.filter-item-full) {
    flex-basis: calc((100% - 3rem * 2) / 3);
  }
}
@media (min-width: 1399.98px) {
  .filter-bar {
    margin-bottom: 3rem;
  }
}
.form-group {
  margin-bottom: 1.5rem;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
}
label.label-leading-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
label.label-leading-icon .material-icons-outlined {
  width: 24px;
  flex-shrink: 0;
  color: #6a737b;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 2rem;
  padding: 0.9rem 1.5rem;
  background: #fff;
  font-family: inherit;
  font-size: 1.4rem;
  color: #13171b;
  border: 1px solid #b6b2bb;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}
.form-control:focus {
  border-color: #009cdd;
  outline: none;
  box-shadow: none;
}
.form-control:disabled {
  background-color: #F6F8F7;
}
.form-control[readonly] {
  background-color: #fff;
  border-color: #fff;
}
.form-control[readonly]:hover {
  background-color: #fff;
  border-color: #fff;
}
.form-control.input-validation-error {
  border-color: #ff4652;
}
.form-control::-webkit-input-placeholder {
  font-size: 1.2rem;
  color: #13171b;
  opacity: 0.6;
}
.form-control:-moz-placeholder {
  font-size: 1.2rem;
  color: #13171b;
  opacity: 0.6;
}
.form-control:-ms-input-placeholder {
  font-size: 1.2rem;
  color: #13171b;
  opacity: 0.6;
}
select.form-control {
  background: #fff url(../images/dropdown-arrow-select.svg) right center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding-right: 4rem;
}
select.form-control:focus {
  background-image: url(../images/dropdown-arrow-select-active.svg);
}
textarea.form-control {
  height: auto;
  resize: none;
  min-height: 120px;
}
.field-validation-error {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
  color: #ff4652;
  margin-top: 0.5rem;
}
.radio-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.radio-group.radio-inline {
  flex-direction: row;
}
.radio-group.radio-inline .form-radio + .form-radio {
  margin-top: 0;
  margin-left: 2rem;
}
.form-radio {
  margin-bottom: 0;
  font-weight: 400;
}
.form-radio + .form-radio {
  margin-top: 0.7rem;
}
.form-radio input[type="radio"] {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #b6b2bb;
  border-radius: 50%;
  vertical-align: top;
  top: 0.1rem;
  margin-right: 0.7rem;
  appearance: none;
  transition: all 0.2s ease-in-out;
}
.form-radio input[type="radio"]:checked {
  background: #009cdd;
  border-color: #009cdd;
}
.form-radio input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.4rem;
  margin-left: -0.4rem;
}
.form-radio input[type="radio"]:disabled {
  pointer-events: none;
  opacity: 0.6;
}
.form-radio input[type="radio"]:disabled + .form-radio-label {
  cursor: default;
  opacity: 0.6;
}
.check-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.check-group.check-inline {
  flex-direction: row;
}
.check-group.check-inline .form-check + .form-check {
  margin-top: 0;
  margin-left: 2rem;
}
.form-check {
  margin-bottom: 0;
  font-weight: 400;
}
.form-check + .form-check {
  margin-top: 0.7rem;
}
.form-check input[type="checkbox"] {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #b6b2bb;
  border-radius: 5px;
  vertical-align: top;
  top: 0.1rem;
  margin-right: 0.7rem;
  appearance: none;
  transition: all 0.2s ease-in-out;
}
.form-check input[type="checkbox"]:checked {
  background: #009cdd;
  border-color: #009cdd;
}
.form-check input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
}
.form-check input[type="checkbox"]:disabled {
  pointer-events: none;
  opacity: 0.6;
}
.form-check input[type="checkbox"]:disabled + .form-check-label {
  cursor: default;
  opacity: 0.6;
}
.form-check.form-switch input[type="checkbox"] {
  width: 32px;
  height: 20px;
  border-radius: 10px;
  top: 0;
}
.form-check.form-switch input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #b6b2bb;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: all 0.2s ease-in-out;
  border: none;
  transform: none;
}
.form-check.form-switch input[type="checkbox"]:checked:after {
  background: #fff;
  left: calc(100% - 16px);
}
.input-group {
  display: flex;
}
.input-group .input-group-text {
  display: block;
  flex-shrink: 0;
  min-width: 4rem;
  padding: 0.9rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2rem;
  border: 1px solid #b6b2bb;
  border-radius: 6px;
  text-align: center;
}
.input-group > :not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -0.1rem;
}
.input-group > :not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > *:focus {
  position: relative;
  z-index: 2;
}
.input-group > .btn:hover {
  position: relative;
  z-index: 3;
}
.form-group.form-multiple {
  position: relative;
}
.form-group.form-multiple .form-multiple-wrap {
  position: relative;
}
.form-group.form-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.form-group.form-multiple select:focus + .form-multiple-options {
  border-color: #009cdd;
}
.form-group.form-multiple.form-multiple-selected select {
  background: transparent;
  border: none;
  z-index: 4;
  text-indent: -999px;
}
.form-group.form-multiple .form-multiple-options {
  background: #fff;
  color: #13171b;
  border: 1px solid #b6b2bb;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  min-height: 38px;
  position: relative;
}
.form-group.form-multiple .form-multiple-options span {
  position: relative;
  display: inline-block;
  padding: 0.3rem 0.5rem 0.3rem 0.9rem;
  margin: 0.1rem 0.2rem;
  font-size: 1.3rem;
  line-height: 1.4rem;
  border-radius: 6px;
  border: 1px solid #b6b2bb;
  cursor: pointer;
  z-index: 10;
}
.form-group.form-multiple .form-multiple-options span:after {
  content: "×";
  position: relative;
  display: block;
  float: right;
  font-size: 2rem;
  line-height: 1.4rem;
  color: #000;
  margin-left: 0.3rem;
  opacity: 0.5;
}
.form-group.form-multiple .form-multiple-options span:hover {
  border-color: #009cdd;
  color: #009cdd;
}
.form-group.form-multiple .form-multiple-options span:hover:after {
  color: #009cdd;
  opacity: 1;
}
.form-group.form-multiple.form-multiple {
  position: relative;
}
.form-group.form-multiple.form-multiple .form-multiple-wrap {
  position: relative;
}
.form-group.form-multiple.form-multiple select {
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.form-group.form-multiple.form-multiple select:focus + .form-multiple-options {
  border-color: #009cdd;
}
.form-group.form-multiple.form-multiple.form-multiple-selected select {
  background: transparent;
  border: none;
  z-index: 4;
  text-indent: -999px;
}
.form-group.form-multiple.form-multiple .form-multiple-options {
  background: #fff;
  color: #464457;
  border: 1px solid #b6b2bb;
  padding: 6px 12px;
  border-radius: 6px;
  min-height: 38px;
  position: relative;
}
.form-group.form-multiple.form-multiple .form-multiple-options span {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 14px;
  border-radius: 3px;
  border: 1px solid #b6b2bb;
  padding: 3px 7px;
  display: inline-block;
  cursor: pointer;
  margin: 1px 2px;
  position: relative;
  z-index: 10;
}
.form-group.form-multiple.form-multiple .form-multiple-options span:after {
  content: "×";
  font-size: 2.1rem;
  font-weight: 500;
  color: #000;
  opacity: 0.3;
  display: block;
  float: right;
  margin-left: 0.5rem;
  position: relative;
  line-height: 14px;
  top: 1px;
}
.manzili-rtl .form-group.form-multiple.form-multiple .form-multiple-options span:after {
  top: -2px;
  font-weight: 600;
}
.form-group.form-multiple.form-multiple .form-multiple-options span:hover {
  border-color: #009cdd;
  color: #009cdd;
}
.form-group.form-multiple.form-multiple .form-multiple-options span:hover:after {
  color: #009cdd;
  opacity: 1;
}
.form-group.form-multiple .form-multiple-select {
  background: #fff;
  color: #13171b;
  border: 1px solid #b6b2bb;
  border-radius: 6px;
  padding: 6px 12px;
  position: relative;
}
.form-group.form-multiple .form-multiple-select:before,
.form-group.form-multiple .form-multiple-select:after {
  content: "";
  display: block;
  clear: both;
}
.form-group.form-multiple .form-multiple-select .search-dropdown-options-container {
  padding: 3px 0;
  position: absolute;
  top: 100%;
  left: -1px;
  margin-top: -1px;
  width: calc(100% + 2px);
  background: #fff;
  border: 1px solid #b6b2bb;
  z-index: 20;
  border-radius: 0 0 3px 3px;
}
.form-group.form-multiple .form-multiple-select .search-dropdown-options-container span {
  display: block;
  padding: 6px 12px;
  line-height: 18px;
  cursor: pointer;
}
.form-group.form-multiple .form-multiple-select .search-dropdown-options-container span:hover {
  color: #009cdd;
}
.form-group.form-multiple .form-multiple-select .option-selected {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  border-radius: 3px;
  border: 1px solid #b6b2bb;
  padding: 3px 7px;
  float: left;
  cursor: pointer;
  margin: 1px 2px;
  position: relative;
  z-index: 10;
}
.form-group.form-multiple .form-multiple-select .option-selected:after {
  content: "×";
  font-size: 21px;
  font-weight: 500;
  color: #000;
  opacity: 0.3;
  display: block;
  float: right;
  margin-left: 5px;
  position: relative;
  line-height: 14px;
}
.form-group.form-multiple .form-multiple-select .option-selected:hover {
  border-color: #009cdd;
  color: #009cdd;
}
.form-group.form-multiple .form-multiple-select .option-selected:hover:after {
  color: #009cdd;
  opacity: 1;
}
.form-group.form-multiple .form-multiple-select .input-search {
  max-width: 100%;
}
.form-group.form-multiple .form-multiple-select .input-search input {
  line-height: 22px;
  margin: 1px 2px;
  padding: 0;
  border: none;
  background: #fff;
  font-family: inherit;
  font-size: 1.4rem;
  color: #464457;
  max-width: 100%;
}
.form-group.form-multiple .form-multiple-select .input-search input:focus {
  outline: none;
  box-shadow: none;
}
.filter-leaf-content .form-group.form-multiple .form-multiple-select {
  padding: 3px 12px;
}
.select-dropdown {
  position: relative;
}
.select-dropdown .select-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}
.select-dropdown .select-list {
  position: absolute;
  opacity: 0;
  display: none;
  min-width: 100%;
  right: 0;
  top: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  animation: dropdown-animation 0.2s ease-in 1;
  z-index: 2;
}
.select-dropdown .select-list a {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #13171b;
  text-decoration: none;
  padding: 1rem 2rem;
  white-space: nowrap;
}
.select-dropdown .select-list a:hover {
  background: #F6F8F7;
  color: #000;
}
.select-dropdown .select-list a.active {
  background: #009cdd;
  color: #fff;
}
.select-dropdown.active .select-list {
  display: block;
  opacity: 1;
}
.form-upload {
  position: relative;
}
.form-upload .form-upload-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  line-height: 2rem;
  padding: 0.9rem 1.5rem;
  background: #fff;
  font-family: inherit;
  font-size: 1.4rem;
  color: #13171b;
  border: 1px solid #b6b2bb;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}
.form-upload .form-upload-wrapper label {
  margin-bottom: 0;
}
.form-upload .form-upload-wrapper span {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  background: #009cdd;
  color: #fff;
  padding: 1rem 1.8rem;
  border-radius: 0 6px 6px 0;
  margin: -1rem -1.6rem -1rem 0;
  transition: all 0.2s ease-in-out;
}
.form-upload input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.form-upload input[type="file"]:hover + .form-upload-wrapper span {
  background: #0078aa;
}
.input-group-multiple {
  display: flex;
  gap: 1rem;
}
.input-group-multiple > * {
  flex-basis: 100%;
}
.input-group-multiple .form-group {
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  flex-grow: 1;
}
.col-1,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xlg-1,
.col-2,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xlg-2,
.col-3,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xlg-3,
.col-4,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xlg-4,
.col-5,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xlg-5,
.col-6,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xlg-6,
.col-7,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xlg-7,
.col-8,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xlg-8,
.col-9,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xlg-9,
.col-10,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xlg-10,
.col-11,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xlg-11,
.col-12,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xlg-12 {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.col-12 {
  width: 100%;
  flex: 0 0 auto;
}
.col-11 {
  width: 91.66666667%;
  flex: 0 0 auto;
}
.col-10 {
  width: 83.33333333%;
  flex: 0 0 auto;
}
.col-9 {
  width: 75%;
  flex: 0 0 auto;
}
.col-8 {
  width: 66.66666667%;
  flex: 0 0 auto;
}
.col-7 {
  width: 58.33333333%;
  flex: 0 0 auto;
}
.col-6 {
  width: 50%;
  flex: 0 0 auto;
}
.col-5 {
  width: 41.66666667%;
  flex: 0 0 auto;
}
.col-4 {
  width: 33.33333333%;
  flex: 0 0 auto;
}
.col-3 {
  width: 25%;
  flex: 0 0 auto;
}
.col-2 {
  width: 16.66666667%;
  flex: 0 0 auto;
}
.col-1 {
  width: 8.33333333%;
  flex: 0 0 auto;
}
@media (min-width: 575.98px) {
  .col-xs-12 {
    width: 100%;
    flex: 0 0 auto;
  }
  .col-xs-11 {
    width: 91.66666667%;
    flex: 0 0 auto;
  }
  .col-xs-10 {
    width: 83.33333333%;
    flex: 0 0 auto;
  }
  .col-xs-9 {
    width: 75%;
    flex: 0 0 auto;
  }
  .col-xs-8 {
    width: 66.66666667%;
    flex: 0 0 auto;
  }
  .col-xs-7 {
    width: 58.33333333%;
    flex: 0 0 auto;
  }
  .col-xs-6 {
    width: 50%;
    flex: 0 0 auto;
  }
  .col-xs-5 {
    width: 41.66666667%;
    flex: 0 0 auto;
  }
  .col-xs-4 {
    width: 33.33333333%;
    flex: 0 0 auto;
  }
  .col-xs-3 {
    width: 25%;
    flex: 0 0 auto;
  }
  .col-xs-2 {
    width: 16.66666667%;
    flex: 0 0 auto;
  }
  .col-xs-1 {
    width: 8.33333333%;
    flex: 0 0 auto;
  }
}
@media (min-width: 767.98px) {
  .col-sm-12 {
    width: 100%;
    flex: 0 0 auto;
  }
  .col-sm-11 {
    width: 91.66666667%;
    flex: 0 0 auto;
  }
  .col-sm-10 {
    width: 83.33333333%;
    flex: 0 0 auto;
  }
  .col-sm-9 {
    width: 75%;
    flex: 0 0 auto;
  }
  .col-sm-8 {
    width: 66.66666667%;
    flex: 0 0 auto;
  }
  .col-sm-7 {
    width: 58.33333333%;
    flex: 0 0 auto;
  }
  .col-sm-6 {
    width: 50%;
    flex: 0 0 auto;
  }
  .col-sm-5 {
    width: 41.66666667%;
    flex: 0 0 auto;
  }
  .col-sm-4 {
    width: 33.33333333%;
    flex: 0 0 auto;
  }
  .col-sm-3 {
    width: 25%;
    flex: 0 0 auto;
  }
  .col-sm-2 {
    width: 16.66666667%;
    flex: 0 0 auto;
  }
  .col-sm-1 {
    width: 8.33333333%;
    flex: 0 0 auto;
  }
}
@media (min-width: 991.98px) {
  .col-md-12 {
    width: 100%;
    flex: 0 0 auto;
  }
  .col-md-11 {
    width: 91.66666667%;
    flex: 0 0 auto;
  }
  .col-md-10 {
    width: 83.33333333%;
    flex: 0 0 auto;
  }
  .col-md-9 {
    width: 75%;
    flex: 0 0 auto;
  }
  .col-md-8 {
    width: 66.66666667%;
    flex: 0 0 auto;
  }
  .col-md-7 {
    width: 58.33333333%;
    flex: 0 0 auto;
  }
  .col-md-6 {
    width: 50%;
    flex: 0 0 auto;
  }
  .col-md-5 {
    width: 41.66666667%;
    flex: 0 0 auto;
  }
  .col-md-4 {
    width: 33.33333333%;
    flex: 0 0 auto;
  }
  .col-md-3 {
    width: 25%;
    flex: 0 0 auto;
  }
  .col-md-2 {
    width: 16.66666667%;
    flex: 0 0 auto;
  }
  .col-md-1 {
    width: 8.33333333%;
    flex: 0 0 auto;
  }
}
@media (min-width: 1199.98px) {
  .col-lg-12 {
    width: 100%;
    flex: 0 0 auto;
  }
  .col-lg-11 {
    width: 91.66666667%;
    flex: 0 0 auto;
  }
  .col-lg-10 {
    width: 83.33333333%;
    flex: 0 0 auto;
  }
  .col-lg-9 {
    width: 75%;
    flex: 0 0 auto;
  }
  .col-lg-8 {
    width: 66.66666667%;
    flex: 0 0 auto;
  }
  .col-lg-7 {
    width: 58.33333333%;
    flex: 0 0 auto;
  }
  .col-lg-6 {
    width: 50%;
    flex: 0 0 auto;
  }
  .col-lg-5 {
    width: 41.66666667%;
    flex: 0 0 auto;
  }
  .col-lg-4 {
    width: 33.33333333%;
    flex: 0 0 auto;
  }
  .col-lg-3 {
    width: 25%;
    flex: 0 0 auto;
  }
  .col-lg-2 {
    width: 16.66666667%;
    flex: 0 0 auto;
  }
  .col-lg-1 {
    width: 8.33333333%;
    flex: 0 0 auto;
  }
}
@media (min-width: 1399.98px) {
  .col-xlg-12 {
    width: 100%;
    flex: 0 0 auto;
  }
  .col-xlg-11 {
    width: 91.66666667%;
    flex: 0 0 auto;
  }
  .col-xlg-10 {
    width: 83.33333333%;
    flex: 0 0 auto;
  }
  .col-xlg-9 {
    width: 75%;
    flex: 0 0 auto;
  }
  .col-xlg-8 {
    width: 66.66666667%;
    flex: 0 0 auto;
  }
  .col-xlg-7 {
    width: 58.33333333%;
    flex: 0 0 auto;
  }
  .col-xlg-6 {
    width: 50%;
    flex: 0 0 auto;
  }
  .col-xlg-5 {
    width: 41.66666667%;
    flex: 0 0 auto;
  }
  .col-xlg-4 {
    width: 33.33333333%;
    flex: 0 0 auto;
  }
  .col-xlg-3 {
    width: 25%;
    flex: 0 0 auto;
  }
  .col-xlg-2 {
    width: 16.66666667%;
    flex: 0 0 auto;
  }
  .col-xlg-1 {
    width: 8.33333333%;
    flex: 0 0 auto;
  }
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
.manzili-rtl .material-icons:not(.no-rtl) {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
.manzili-rtl .material-icons-outlined:not(.no-rtl) {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.property-details-icons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0;
}
.property-details-icons .p-detail-item {
  display: flex;
}
.property-details-icons .p-detail-icon {
  width: 40px;
  height: 40px;
  padding: 0.7rem;
  border: 2px solid #009cdd;
  color: #009cdd;
  opacity: 0.7;
  border-radius: 50%;
  flex-shrink: 0;
}
.property-details-icons .p-detail-icon > span {
  font-size: 2.2rem;
}
.property-details-icons .p-detail-info {
  padding-left: 1.8rem;
  flex-grow: 1;
  font-weight: 600;
}
.property-details-icons .p-detail-label {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.property-details-icons .p-detail-value {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #009cdd;
}
@media (min-width: 575.98px) {
  .property-details-icons {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .property-details-icons .p-detail-item {
    flex-basis: calc((100% - 2rem) / 2);
  }
}
@media (min-width: 991.98px) {
  .property-details-icons {
    gap: 2rem 3rem;
    margin: 4.5rem 0;
  }
  .property-details-icons .p-detail-item {
    flex-basis: calc((100% - 3rem * 2) / 3);
  }
  .property-details-icons .p-detail-icon {
    width: 48px;
    height: 48px;
    padding: 0.9rem;
  }
  .property-details-icons .p-detail-icon > span {
    font-size: 2.6rem;
  }
  .property-details-icons .p-detail-label {
    font-size: 1.4rem;
    padding-top: 0.5rem;
  }
  .property-details-icons .p-detail-value {
    font-size: 1.8rem;
  }
}
.property-details-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.property-details-list .p-list-col + .p-list-col {
  border-top: 1px solid #ebebeb;
}
.property-details-list .p-list-item {
  display: flex;
  flex-wrap: wrap;
  padding: 1.1rem 0;
  font-size: 1.4rem;
  line-height: 2rem;
}
.property-details-list .p-list-item + .p-list-item {
  border-top: 1px solid #ebebeb;
}
.property-details-list .p-list-label {
  flex-basis: 100%;
  font-size: 1.3rem;
}
.property-details-list .p-list-value {
  flex-basis: 100%;
  font-weight: 600;
}
.property-details-list .p-list-value.check,
.property-details-list .p-list-value.not-check {
  margin-top: 0.5rem;
}
.property-details-list .p-list-value.check:before {
  content: '\e86c';
  display: block;
  font-family: 'Material Icons Outlined';
  font-size: 2.4rem;
  font-weight: 400;
  margin-right: 0.7rem;
  color: #009cdd;
}
.property-details-list .p-list-value.not-check:before {
  content: '\e888';
  display: block;
  font-family: 'Material Icons Outlined';
  font-size: 2.4rem;
  font-weight: 400;
  margin-right: 0.7rem;
}
.property-details-list .form-group {
  flex-basis: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
@media (min-width: 767.98px) {
  .property-details-list {
    flex-direction: row;
    gap: 2rem;
  }
  .property-details-list .p-list-col {
    flex-basis: calc((100% - 2rem) / 2);
  }
  .property-details-list .p-list-col + .p-list-col {
    border-top: none;
  }
  .property-details-list .p-list-label {
    font-size: 1.4rem;
    flex-basis: 40%;
    padding-right: 1rem;
  }
  .property-details-list .p-list-value {
    flex-basis: 60%;
  }
  .property-details-list .p-list-value.check,
  .property-details-list .p-list-value.not-check {
    margin-top: 0;
  }
  .property-details-list .form-group {
    flex-basis: 60%;
    margin-top: 0;
  }
}
.showcase-photos-wrapper {
  position: relative;
}
.showcase-photos-wrapper .showcase-tabs {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
}
.showcase-photos-wrapper .showcase-tabs .btn {
  position: relative;
  padding: 1.1rem 2rem;
  text-indent: -9999px;
}
.showcase-photos-wrapper .showcase-tabs .btn:after {
  display: block;
  font-family: 'Material Icons Outlined';
  font-size: 2.4rem;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  margin-top: -10px;
  margin-left: -12px;
}
.showcase-photos-wrapper .showcase-tabs .tab-photos:after {
  content: '\e3f4';
}
.showcase-photos-wrapper .showcase-tabs .tab-video:after {
  content: '\e04b';
}
.showcase-photos-wrapper .showcase-tabs .tab-3dtour:after {
  content: '\e84d';
}
.showcase-photos-wrapper .showcase-all-photos {
  display: none;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 3;
}
.showcase-photos-wrapper .image-gallery-slide-wrapper {
  width: 100% !important;
  border-radius: 6px;
  overflow: hidden;
}
.showcase-photos-wrapper #showcase-iframe {
  border-radius: 6px;
  overflow: hidden;
}
@media (min-width: 767.98px) {
  .showcase-photos-wrapper .showcase-all-photos {
    display: inline-flex;
  }
}
@media (min-width: 991.98px) {
  .showcase-photos-wrapper .showcase-tabs .btn {
    padding: 0.9rem 1.8rem;
    text-indent: 0;
  }
  .showcase-photos-wrapper .showcase-tabs .btn:after {
    content: none !important;
  }
}
.showcase-photos {
  display: grid;
  gap: 0.5rem;
}
.showcase-photos .s-photo-main {
  display: block;
  position: relative;
}
.showcase-photos .s-photo {
  display: block;
  position: relative;
}
.showcase-photos img {
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
}
.showcase-photos .showcase-photos-number {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 3;
  padding: 0.3rem 1rem;
  font-size: 1.2rem;
  background: rgba(15, 23, 42, 0.85);
  color: #fff;
  border-radius: 6px;
}
.showcase-photos .showcase-photos-number span {
  font-weight: 600;
}
.showcase-photos.showcase-5 {
  grid-template-columns: 1fr 1fr 1fr;
}
.showcase-photos.showcase-5 .s-photo-main {
  grid-column: 1 / 3;
  grid-row: 1 / 4;
}
.showcase-photos.showcase-5 .s-photo {
  padding-top: 75%;
}
.showcase-photos.showcase-5 .s-photo:last-of-type {
  display: none;
}
.showcase-photos.showcase-5 img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.showcase-photos.showcase-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.showcase-photos.showcase-3 .s-photo-main {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.showcase-photos.showcase-3 .s-photo {
  padding-top: calc(112.5% + 0.5rem / 2);
}
.showcase-photos.showcase-3 img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.showcase-photos.showcase-1 {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.showcase-photos.showcase-1 .s-photo-main {
  padding-top: 75%;
}
.showcase-photos.showcase-1 img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media (min-width: 767.98px) {
  .showcase-photos {
    gap: 1rem;
  }
  .showcase-photos.showcase-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .showcase-photos.showcase-5 .s-photo-main {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }
  .showcase-photos.showcase-5 .s-photo {
    padding-top: calc( 5 / 6 * 100%);
  }
  .showcase-photos.showcase-5 .s-photo:last-of-type {
    display: block;
  }
  .showcase-photos.showcase-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .showcase-photos.showcase-3 .s-photo-main {
    grid-column: 1 / 4;
    grid-row: 1 / 3;
  }
  .showcase-photos.showcase-3 .s-photo {
    padding-top: calc( 5 / 6 * 100%);
  }
  .showcase-photos.showcase-1 .s-photo-main {
    padding-top: calc( 10 / 24 * 100%);
  }
}
@media (min-width: 991.98px) {
  .showcase-photos.showcase-5 {
    grid-template-columns: 70% 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .showcase-photos.showcase-5 .s-photo-main {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
  }
  .showcase-photos.showcase-5 .s-photo {
    padding-top: calc( 2 / 3 * 100%);
  }
  .showcase-photos.showcase-5 .s-photo:last-of-type {
    display: none;
  }
  .showcase-photos.showcase-3 {
    grid-template-columns: 70% 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .showcase-photos.showcase-3 .s-photo-main {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
  .showcase-photos.showcase-3 .s-photo {
    padding-top: 100%;
  }
  .showcase-photos.showcase-1 .s-photo-main {
    padding-top: 60%;
  }
}
@media (min-width: 1199.98px) {
  .showcase-photos.showcase-5 {
    grid-template-columns: 60% 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .showcase-photos.showcase-5 .s-photo-main {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
  .showcase-photos.showcase-5 .s-photo {
    padding-top: 100%;
  }
  .showcase-photos.showcase-5 .s-photo:last-of-type {
    display: block;
  }
  .showcase-photos.showcase-3 {
    grid-template-columns: 60% 1fr 1fr;
  }
  .showcase-photos.showcase-3 .s-photo-main {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }
  .showcase-photos.showcase-3 .s-photo {
    padding-top: 100%;
  }
  .showcase-photos.showcase-1 .s-photo-main {
    padding-top: 40%;
  }
}
.manzili-web #viewerBackdrop {
  padding: 1.5rem;
  background: #1f2937;
  z-index: 10001;
}
.manzili-web #viewerBackdrop div[class^="content"] {
  margin-bottom: 5rem !important;
  margin-top: 4rem;
}
.manzili-web #viewerBackdrop div[class^="header"] {
  position: fixed;
  top: 0.5rem;
  width: 100%;
  left: 0;
  padding: 0 0.5rem;
}
.manzili-web #viewerBackdrop div[class^="header"] button[class^="close"] {
  margin-right: 0;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.manzili-web #viewerBackdrop div[class^="header"] button[class^="close"]:hover {
  background: rgba(255, 255, 255, 0.1);
}
.manzili-web #viewerBackdrop div[class^="header"] button[class^="close"] svg {
  width: 18px;
  height: 18px;
  margin: 0.1rem;
}
.manzili-web #viewerBackdrop div[class^="footer_"] {
  align-items: center;
}
.manzili-web #viewerBackdrop div[class^="footerCount"] {
  padding-left: 1rem;
  padding-right: 0;
}
.manzili-web #viewerBackdrop img[class^="img"] {
  border-radius: 16px;
  max-height: calc(100vh - 160px) !important;
}
.manzili-web #viewerBackdrop div[class^="thumbnail"] {
  border-radius: 8px;
}
.manzili-web #viewerBackdrop div[class*="thumbnail__active"] {
  border-radius: 8px;
  box-shadow: inset 0px 0px 0px 2px #009cdd;
}
.manzili-web #viewerBackdrop div[class*="paginatedThumbnails"] {
  bottom: 1.5rem;
}
.manzili-web #viewerBackdrop div[class*="paginatedThumbnails"] button[class^="arrow"] {
  padding: 1.2rem;
}
.manzili-rtl.manzili-web #viewerBackdrop div[class*="paginatedThumbnails"] button[class^="arrow"] svg {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.manzili-web #viewerBackdrop div[class*="paginatedThumbnails"] button[class*="arrow__direction__left"] {
  left: 1rem !important;
  right: auto !important;
}
.manzili-web #viewerBackdrop div[class*="paginatedThumbnails"] button[class*="arrow__direction__right"] {
  left: auto !important;
  right: 1rem !important;
}
.manzili-web #viewerBackdrop > button[class*="arrow__direction__right"] {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  height: 4rem;
  margin-top: -4.5rem;
  left: auto;
  right: 2rem;
  transition: all 0.2s ease-in-out;
}
.manzili-web #viewerBackdrop > button[class*="arrow__direction__right"]:hover {
  background: rgba(0, 0, 0, 0.7);
}
.manzili-rtl.manzili-web #viewerBackdrop > button[class*="arrow__direction__right"] svg {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.manzili-web #viewerBackdrop > button[class*="arrow__direction__left"] {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  height: 4rem;
  margin-top: -4.5rem;
  left: 2rem;
  right: auto;
  transition: all 0.2s ease-in-out;
}
.manzili-web #viewerBackdrop > button[class*="arrow__direction__left"]:hover {
  background: rgba(0, 0, 0, 0.7);
}
.manzili-rtl.manzili-web #viewerBackdrop > button[class*="arrow__direction__left"] svg {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.manzili-web #viewerBackdrop div[class^="spinner"] div[class^="child"] {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.5rem;
}
@media (min-width: 767.98px) {
  .manzili-web #viewerBackdrop div[class^="header"] {
    top: 1.5rem;
    padding: 0 1.5rem;
  }
  .manzili-web #viewerBackdrop > button[class*="arrow__direction__right"] {
    width: 5rem;
    height: 5rem;
    padding: 1.5rem;
    margin-top: -5rem;
  }
  .manzili-web #viewerBackdrop > button[class*="arrow__direction__left"] {
    width: 5rem;
    height: 5rem;
    padding: 1.5rem;
    margin-top: -5rem;
  }
}
.status-bar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.status-bar .slots-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: #f38e1a;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.status-bar .slots-value {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 3rem;
}
.status-bar .slots-value span {
  font-size: 1.8rem;
  color: #fbd6ab;
}
.status-bar .slots-label {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
.status-bar .slots-card-action {
  flex-shrink: 0;
}
.status-bar .slots-card-action .btn {
  background: transparent;
  border: 2px solid #fff;
  padding: 0.8rem 1.7rem;
  color: #fff;
}
.status-bar .slots-card-action .btn:hover {
  background: #fff;
  color: #f38e1a;
}
.status-bar .status-cards {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.status-bar .status-card-item {
  padding: 1.5rem 2rem;
}
.status-bar .status-card-item + .status-card-item:not(.status-total) {
  padding-top: 0.5rem;
}
.status-bar .status-card-item.status-published {
  color: #009cdd;
}
.status-bar .status-card-item.status-total {
  border-top: 1px solid #ebebeb;
}
.status-bar .status-value {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 3.5rem;
}
.status-bar .status-label {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 575.98px) {
  .status-bar .slots-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2.1rem 3rem;
  }
  .status-bar .status-cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .status-bar .status-card-item {
    padding: 2.1rem 3rem;
  }
  .status-bar .status-card-item + .status-card-item:not(.status-total) {
    padding-top: 2.1rem;
  }
  .status-bar .status-card-item:not(.status-total) {
    flex-basis: 50%;
  }
  .status-bar .status-card-item.status-total {
    flex-basis: 100%;
  }
  .status-bar.status-bar-leads .status-card-item.status-total {
    flex-basis: 50%;
    border-top: none;
  }
}
@media (min-width: 767.98px) {
  .status-bar .status-cards {
    justify-content: space-between;
  }
  .status-bar .status-card-item:not(.status-total) {
    flex-basis: auto;
  }
  .status-bar .status-card-item.status-total {
    flex-basis: auto;
    border-top: none;
    border-left: 1px solid #ebebeb;
  }
  .status-bar.status-bar-leads .status-card-item:not(.status-total) {
    flex-basis: 25%;
  }
  .status-bar.status-bar-leads .status-card-item.status-total {
    flex-basis: 25%;
  }
}
@media (min-width: 991.98px) {
  .status-bar {
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .status-bar .status-cards {
    justify-content: initial;
  }
  .status-bar .status-card-item:not(.status-total) {
    flex-basis: 16.66%;
  }
  .status-bar .status-card-item.status-total {
    flex-basis: 16.66%;
  }
  .status-bar.status-bar-leads .status-card-item:not(.status-total) {
    flex-basis: 25%;
  }
  .status-bar.status-bar-leads .status-card-item.status-total {
    flex-basis: 25%;
  }
}
@media (min-width: 1399.98px) {
  .status-bar {
    flex-direction: row;
    gap: 3rem;
    margin-bottom: 3rem;
  }
  .status-bar .slots-card {
    flex-basis: 40rem;
    flex-shrink: 0;
  }
  .status-bar .status-cards {
    flex-grow: 1;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
}
.table thead {
  display: none;
}
.table tbody {
  display: block;
}
.table tr {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 1rem 0;
}
.table td {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 0.7rem 1.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  word-break: break-word;
}
.table td:before {
  content: attr(data-label);
  display: block;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table td[data-label=" "] {
  display: none;
}
@media (min-width: 767.98px) {
  .table td[data-label=" "] {
    display: table-cell;
  }
}
.table td.actions {
  padding: 0 1.5rem;
}
.table td.actions:before {
  content: none;
}
.table td:not(.actions) {
  padding-right: 4.8rem;
}
.table td a {
  font-weight: 600;
}
.table td .overlay-table-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.table td .mobile-table-one-action {
  text-align: center;
}
.table td .mobile-table-actions {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}
.table td .mobile-table-actions .t-more-btn {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.5rem;
  color: #13171b;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.table td .mobile-table-actions .t-more-btn > span {
  font-size: 2.6rem;
}
.table td .mobile-table-actions .t-more-dropdown {
  display: none;
  padding-top: 0.7rem;
  position: absolute;
  top: 100%;
  right: 0;
  animation: dropdown-animation 0.2s ease-in 1;
  transition: all 0.2s ease-in-out;
  z-index: 4;
}
.table td .mobile-table-actions .t-more-dropdown ul {
  padding: 1rem 0;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.table td .mobile-table-actions .t-more-dropdown li {
  position: relative;
}
.table td .mobile-table-actions .t-dropdown-item {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  color: #13171b;
  text-decoration: none;
  padding: 0.7rem 2rem;
  white-space: nowrap;
}
.table td .mobile-table-actions .t-dropdown-item:hover {
  background: #F6F8F7;
  color: #000;
}
.table td .mobile-table-actions .t-dropdown-item.t-dropdown-item-l-icon {
  display: flex;
  align-items: center;
}
.table td .mobile-table-actions .t-dropdown-item.t-dropdown-item-upload input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
}
.table td .mobile-table-actions:hover .t-more-btn,
.table td .mobile-table-actions.active .t-more-btn {
  background: rgba(0, 0, 0, 0.1);
}
.table td .mobile-table-actions:hover .t-more-dropdown,
.table td .mobile-table-actions.active .t-more-dropdown {
  display: block;
}
.table td .table-actions {
  display: none;
}
.table td .table-actions .more-actions {
  position: relative;
  display: inline-block;
  margin-left: -1rem;
}
.table td .table-actions .more-actions .t-more-btn {
  display: block;
  padding: 0.5rem;
  color: #13171b;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.table td .table-actions .more-actions .t-more-dropdown {
  display: none;
  padding-top: 0.2rem;
  position: absolute;
  top: 100%;
  right: 0;
  animation: dropdown-animation 0.2s ease-in 1;
  transition: all 0.2s ease-in-out;
  z-index: 4;
}
.table td .table-actions .more-actions .t-more-dropdown.t-dropdown-top {
  top: auto;
  bottom: 100%;
  padding-top: 0;
  padding-bottom: 0.2rem;
}
.table td .table-actions .more-actions .t-more-dropdown ul {
  padding: 1rem 0;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.table td .table-actions .more-actions .t-more-dropdown li {
  position: relative;
}
.table td .table-actions .more-actions .t-dropdown-item {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  color: #13171b;
  text-decoration: none;
  padding: 0.7rem 2rem;
  white-space: nowrap;
}
.table td .table-actions .more-actions .t-dropdown-item:hover {
  background: #F6F8F7;
  color: #000;
}
.table td .table-actions .more-actions .t-dropdown-item.t-dropdown-item-l-icon {
  display: flex;
  align-items: center;
}
.table td .table-actions .more-actions .t-dropdown-item.t-dropdown-item-upload input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
}
.table td .table-actions .more-actions:hover .t-more-btn,
.table td .table-actions .more-actions.active .t-more-btn {
  background: rgba(0, 0, 0, 0.1);
}
.table td .table-actions .more-actions:hover .t-more-dropdown,
.table td .table-actions .more-actions.active .t-more-dropdown {
  display: block;
}
.table td .table-rating-star {
  display: inline-flex;
}
.table td .table-rating-star > div {
  gap: 0.5rem;
}
@media (min-width: 767.98px) {
  .table td .table-rating-star > div {
    flex-direction: column;
  }
}
@media (min-width: 991.98px) {
  .table td .table-rating-star > div {
    flex-direction: row;
  }
}
.table td .table-rating-star .review-rating-score {
  padding-left: 0;
}
.table th {
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 2px solid #13171b;
  white-space: nowrap;
}
.table th.asc,
.table th.desc {
  cursor: pointer;
}
.table th.asc:after,
.table th.desc:after {
  content: "";
  background: url(../images/dropdown-arrow.svg) left center no-repeat;
  background-size: contain;
  width: 11px;
  height: 7px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.table th.asc:after {
  transform: rotate(180deg);
}
@media (min-width: 575.98px) {
  .table td {
    flex-direction: row;
  }
  .table td:before {
    flex-basis: 40%;
    padding-left: 0.5rem;
    flex-shrink: 0;
  }
}
@media (min-width: 767.98px) {
  .table thead {
    display: table-header-group;
  }
  .table tbody {
    display: table-row-group;
  }
  .table tr {
    display: table-row;
    border: none;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
  }
  .table td {
    display: table-cell;
    width: revert;
    border-top: 1px solid #ebebeb;
    height: 4.7rem;
    font-weight: 400;
  }
  .table td:not(.actions) {
    padding-right: 0.7rem;
  }
  .table td > * {
    vertical-align: middle;
  }
  .table td:before {
    content: none;
  }
  .table td .mobile-table-one-action {
    display: none;
  }
  .table td .mobile-table-actions {
    display: none;
  }
  .table td .table-actions {
    display: block;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
  }
  .table th,
  .table td {
    padding: 0.7rem;
    text-align: left;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
  }
  .table tbody tr:hover th,
  .table tbody tr:hover td {
    background: #F6F8F7;
  }
  .table tbody tr:hover .table-actions {
    opacity: 1;
  }
}
.table td.phone-number-column span {
  direction: ltr;
  display: block;
}
.table-h-scroll {
  width: 100%;
  overflow-x: auto;
}
.table-h-scroll table {
  max-width: none;
}
.table-h-scroll table th {
  white-space: nowrap;
}
.notification {
  display: block;
  padding: 10px 15px;
  max-width: 400px;
  position: fixed;
  right: 0;
  bottom: 5px;
  background: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: justify;
  line-height: 19px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  cursor: default;
  z-index: 100000;
}
.notification.notification-success {
  background: #45a45b;
  color: #fff;
  box-shadow: none;
  border: 1px solid #3d9251;
}
.notification.notification-error {
  background: #ff4652;
  color: #fff;
  box-shadow: none;
  border: 1px solid #f80010;
}
.notification.notification-info {
  background: #F6F8F7;
  color: #000;
  box-shadow: none;
  border: 1px solid #000000;
}
.notification.hidden {
  display: none;
}
.notification:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  animation: notification-animation 5s linear;
  background: #000;
  opacity: 0.2;
}
@keyframes notification-animation {
  0% {
    width: 100%;
  }
  0% {
    width: 0%;
  }
}
.modal {
  display: none!important;
  pointer-events: auto!important;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  display: none;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0);
}
.modal.fade .modal-dialog {
  transition: all 0.3s ease-out;
  transform: translate(0, -25%);
  opacity: 0;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
  opacity: 1;
}
.modal.fade.in {
  display: flex !important;
  background: rgba(0, 0, 0, 0.5);
}
.modal .loader-bg {
  background: transparent !important;
}
.modal-open {
  overflow: hidden;
  height: auto !important;
}
.modal-open .page {
  min-height: calc(100vh - 71px);
}
@media (min-width: 991.98px) {
  .modal-open .page {
    min-height: calc(100vh - 81px);
  }
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: calc(100% - 2 * 1.5rem);
  margin: auto 1.5rem;
  transition: all 0.2s ease-in-out !important;
}
@media (min-width: 767.98px) {
  .modal-dialog {
    margin: 3rem auto;
  }
}
@media (min-width: 575.98px) {
  .modal-dialog.modal-small {
    width: 350px;
    max-height: 500px;
    margin: auto;
  }
}
@media (min-width: 767.98px) {
  .modal-dialog.modal-medium {
    width: 500px;
    max-height: 700px;
    margin: auto;
  }
}
@media (min-width: 767.98px) {
  .modal-dialog.modal-mobile-preview {
    width: 500px;
    max-height: 700px;
    margin: auto;
  }
}
@media (min-width: 991.98px) {
  .modal-dialog.modal-wide {
    width: 900px;
    margin: auto;
  }
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 0 15px 0 rgba(41, 50, 66, 0.75);
  min-height: 150px;
}
@media (min-width: 767.98px) {
  .modal-content {
    box-shadow: 0 0 15px 0 rgba(41, 50, 66, 0.5);
  }
}
.modal-content .panel {
  box-shadow: none !important;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000;
  display: none;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #ebebeb;
}
.modal-header .close {
  float: right;
  font-size: 2.7rem;
  line-height: 1;
  color: #000;
  background: transparent;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  margin-top: -2px;
}
.modal-header .close:hover,
.modal-header .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  outline: none;
}
button.modal-header .close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
  min-height: 150px;
  overflow: auto;
}
.modal-body .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #ebebeb;
  display: none;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-sm {
  width: 300px;
}
@media (min-width: 767.98px) {
  .modal-sm {
    width: auto;
  }
}
.modal-lg {
  width: 900px;
}
@media (min-width: 991.98px) {
  .modal-lg {
    width: auto;
  }
}
.manzili .react-datepicker {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  border-color: #dedede;
  color: #13171b;
  display: flex !important;
}
.manzili .react-datepicker-wrapper {
  display: block !important;
}
.manzili .react-datepicker__input-container {
  display: block !important;
}
.manzili .react-datepicker-popper {
  z-index: 10 !important;
}
.manzili .react-datepicker__header {
  border-color: #dedede;
  background: #f5f5f5;
}
.manzili .react-datepicker__time-container {
  border-color: #dedede;
}
.manzili .react-datepicker__header {
  border-color: #dedede;
}
.manzili .react-datepicker__day {
  color: #13171b;
  transition: all 0.2s ease-in-out;
}
.manzili .react-datepicker__day:hover {
  background: #0f172a;
  color: #fff;
}
.manzili .react-datepicker__day--today {
  color: #009cdd;
  background: #fff;
  border-radius: 0.3rem;
  font-weight: 400;
  border: 1px solid #009cdd;
  line-height: 2.6rem !important;
}
.manzili .react-datepicker__day--today:hover {
  background: #0f172a;
  border-color: #0f172a;
  color: #fff;
}
.manzili .react-datepicker__day--selected {
  background: #009cdd;
  color: #fff;
  font-weight: 600;
}
.manzili .react-datepicker__day--outside-month {
  color: #8496a9;
}
.manzili .react-datepicker__day--disabled {
  opacity: 0.2;
  color: #13171b;
  background: transparent;
}
.manzili .react-datepicker__day--disabled:hover {
  color: #13171b;
  background: transparent;
}
.manzili .react-datepicker__day-name {
  color: #000;
  font-weight: 600;
}
.manzili .react-datepicker__current-month,
.manzili .react-datepicker-time__header,
.manzili .react-datepicker-year-header {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
}
.manzili .react-datepicker-popper[data-placement^="bottom"] .manzili .react-datepicker__triangle {
  border-bottom-color: #f5f5f5 !important;
}
.manzili .react-datepicker-popper[data-placement^="bottom"] .manzili .react-datepicker__triangle:before {
  border-bottom-color: #dedede !important;
}
.manzili .react-datepicker__time-container {
  display: flex;
  flex-direction: column;
  width: 86px;
}
.manzili-rtl .manzili .react-datepicker__time-container {
  border-left-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
}
.manzili .react-datepicker__time {
  flex: 1;
}
.manzili .react-datepicker__time-box {
  position: relative;
  width: 85px;
  height: 100%;
  overflow: visible;
}
.manzili .react-datepicker__time-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box !important;
  display: block;
}
.manzili .react-datepicker__time-list-item {
  height: auto;
  padding: 0.7rem 1rem !important;
  text-align: left;
  height: auto !important;
}
.manzili .react-datepicker__time-list-item:hover {
  background: #0f172a !important;
  color: #fff !important;
}
.manzili .react-datepicker__time-list-item--selected {
  background: #009cdd !important;
  color: #fff !important;
  font-weight: 600 !important;
}
.manzili .react-datepicker__time-list-item--selected:hover {
  background: #0f172a !important;
  color: #fff !important;
}
.manzili .react-datepicker__input-container .form-control {
  position: relative;
  padding-right: 4.5rem;
  background: transparent;
  z-index: 9;
}
.datepicker-filter .manzili .react-datepicker__input-container .form-control {
  padding-right: 4rem;
}
.manzili .react-datepicker__input-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  width: 39px;
  height: 36px;
  border-left: 1px solid #ebebeb;
  transition: all 0.2s ease-in-out;
}
.datepicker-filter .manzili .react-datepicker__input-container:before {
  width: 33px;
  height: 30px;
}
.manzili .react-datepicker__input-container:after {
  content: '\ebcc';
  display: block;
  font-family: 'Material Icons Outlined';
  font-size: 2.2rem;
  font-weight: 400;
  color: #13171b;
  position: absolute;
  right: 8px;
  top: 3px;
  transition: all 0.2s ease-in-out;
}
.datepicker-filter .manzili .react-datepicker__input-container:after {
  right: 7px;
  top: 7px;
}
.manzili .react-datepicker__input-container:hover:after {
  color: #009cdd;
}
.manzili .react-datepicker__input-container:focus:before {
  border-color: #009cdd;
}
.manzili .react-datepicker__input-container:focus:after {
  background-position: -20px 0;
}
.manzili .react-datepicker .react-datepicker__day-name,
.manzili .react-datepicker .react-datepicker__day,
.manzili .react-datepicker .react-datepicker__time-name {
  width: 2.8rem;
  line-height: 2.8rem;
  margin: 0.2rem;
}
.manzili .react-datepicker .react-datepicker__navigation-icon {
  top: 5px;
}
.manzili .react-datepicker .react-datepicker__navigation-icon--next {
  left: 0;
}
.manzili .react-datepicker .react-datepicker__navigation-icon--previous {
  right: 0;
}
.manzili-rtl .manzili .react-datepicker .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: auto;
  left: 85px;
  transform: rotate(180deg);
}
.manzili-rtl .manzili .react-datepicker .react-datepicker__navigation--previous {
  left: auto;
  right: 2px;
  transform: rotate(180deg);
}
.tooltip {
  display: inline-flex;
  position: relative;
  text-align: left;
}
.tooltip .bottom {
  min-width: 20px;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0.7rem 1.5rem;
  color: #FFFFFF;
  background-color: #13171b;
  font-weight: normal;
  font-size: 13px;
  border-radius: 6px;
  position: absolute;
  z-index: 10002;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}
.manzili-rtl .tooltip .bottom {
  transform: translate(50%, 0);
}
.tooltip .bottom i {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}
.tooltip .bottom i:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #13171b;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.manzili-rtl .tooltip .bottom i:after {
  transform: translate(50%, 50%) rotate(45deg);
}
.tooltip:hover .bottom {
  visibility: visible;
  opacity: 1;
}
.pagination {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  padding: 1.5rem 0 0;
  border-top: 1px solid #ebedf2;
}
.pagination .items {
  text-align: center;
}
.pagination .items .items-info {
  font-size: 1.3rem;
  color: #b8bac3;
  line-height: 3rem;
}
.pagination .pager {
  margin-bottom: 0.5rem;
  text-align: center;
}
.pagination .pager li {
  display: inline-block;
}
.pagination .pager li + li {
  margin-left: 0.7rem;
}
.pagination .pager li.active a,
.pagination .pager li.active span {
  background: #009cdd;
  color: #fff;
}
.pagination .pager li.prev a,
.pagination .pager li.next a,
.pagination .pager li.prev span,
.pagination .pager li.next span {
  background: rgba(19, 23, 27, 0.15);
  text-indent: -9999px;
  border-color: transparent;
  position: relative;
}
.pagination .pager li.prev a:after,
.pagination .pager li.next a:after,
.pagination .pager li.prev span:after,
.pagination .pager li.next span:after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -3px;
  background-image: url(../images/sprite-pagination.png);
  background-repeat: no-repeat;
}
.pagination .pager li.prev:hover a,
.pagination .pager li.next:hover a,
.pagination .pager li.prev:hover span,
.pagination .pager li.next:hover span {
  background: #13171b;
  border-color: #13171b;
}
.pagination .pager li.prev.disabled,
.pagination .pager li.next.disabled {
  opacity: 0.25;
}
.pagination .pager li.prev.disabled a,
.pagination .pager li.next.disabled a,
.pagination .pager li.prev.disabled span,
.pagination .pager li.next.disabled span {
  user-select: none;
  cursor: default;
}
.pagination .pager li.prev.disabled a:hover,
.pagination .pager li.next.disabled a:hover,
.pagination .pager li.prev.disabled span:hover,
.pagination .pager li.next.disabled span:hover {
  background: rgba(19, 23, 27, 0.15);
  border-color: transparent;
}
.pagination .pager li.prev a:after,
.pagination .pager li.prev span:after {
  background-position: 0 0;
}
.manzili-rtl .pagination .pager li.prev a:after,
.manzili-rtl .pagination .pager li.prev span:after {
  transform: rotate(180deg);
}
.pagination .pager li.prev a:hover:after,
.pagination .pager li.prev span:hover:after {
  background-position: 0 -15px;
}
.pagination .pager li.prev.disabled a:hover:after,
.pagination .pager li.prev.disabled span:hover:after {
  background-position: 0 0;
}
.pagination .pager li.next a:after,
.pagination .pager li.next span:after {
  background-position: -15px 0;
}
.manzili-rtl .pagination .pager li.next a:after,
.manzili-rtl .pagination .pager li.next span:after {
  transform: rotate(180deg);
}
.pagination .pager li.next a:hover:after,
.pagination .pager li.next span:hover:after {
  background-position: -15px -15px;
}
.pagination .pager li.next.disabled a:hover:after,
.pagination .pager li.next.disabled span:hover:after {
  background-position: -15px 0;
}
.pagination .pager a,
.pagination .pager span {
  padding: 1rem 5px;
  display: inline-block;
  min-width: 4rem;
  height: 4rem;
  line-height: 2rem;
  border: 1px solid transparent;
  color: #13171b;
  font-weight: 600;
  text-align: center;
  border-radius: 2rem;
  transition: all 0.2s ease-in-out;
  vertical-align: top;
  cursor: pointer;
}
.pagination .pager a:hover,
.pagination .pager span:hover {
  background: rgba(0, 156, 221, 0.15);
  color: #009cdd;
}
@media (min-width: 767.98px) {
  .pagination {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .pagination .pager {
    margin-bottom: 0;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert-danger {
  color: #ff4652;
  background-color: rgba(255, 70, 82, 0.1);
  border-color: rgba(255, 70, 82, 0.1);
}
.alert-success {
  color: #45a45b;
  background-color: rgba(69, 164, 91, 0.1);
  border-color: rgba(69, 164, 91, 0.1);
}
.ql-editor strong {
  font-weight: bold;
}
.ql-editor strong {
  font-weight: bold;
}
.ql-editor em {
  font-style: italic;
}
.ql-editor strong em {
  font-style: italic;
  font-weight: bold;
}
.ql-editor u {
  text-decoration: underline;
}
.ql-font-arial {
  font-family: Arial, sans-serif;
}
.ql-font-courier-new {
  font-family: 'Courier New', Courier, monospace;
}
.ql-font-georgia {
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.ql-font-helvetica {
  font-family: Helvetica, sans-serif;
}
.ql-font-lucida {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.ql-font-poppins-arabic {
  font-family: 'Poppins', sans-serif;
}
.ql-editor .ql-size-extra-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-small {
  font-size: 1em;
}
.ql-editor .ql-size-medium {
  font-size: 1.25em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.chart-tooltip {
  position: fixed;
  display: none;
  width: auto;
  height: auto;
  background: #fff;
  border: none;
  border-radius: 6px;
  box-shadow: -3px 3px 15px #888888;
  color: #13171b;
  font-size: 1.3rem;
  padding: 0.7rem;
  text-align: left;
  word-break: break-word;
  z-index: 1000;
  cursor: pointer;
}
.chart-tooltip .property {
  display: inline-block;
}
.chart-tooltip .value {
  display: inline-block;
  font-weight: bold;
}
#svg-line_chart .axis-x-label tspan,
#svg-line_chart .axis-y-label tspan {
  font-size: 1.4rem;
  font-weight: 600;
}
.i-gallery .i-gallery-upload {
  position: relative;
  padding: 3.5rem;
  text-align: center;
  border: 2px dashed #acccd5;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
.i-gallery .i-gallery-upload img {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
}
.i-gallery .i-gallery-upload .i-upload-label {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  margin: 1rem 0 0;
}
.manzili-rtl .i-gallery .i-gallery-upload .i-upload-label {
  direction: ltr;
  display: block;
}
.i-gallery .i-gallery-upload .i-upload-btn {
  display: inline-block;
  color: #009cdd;
  margin-left: 0.5rem;
}
.i-gallery .i-gallery-upload .i-upload-btn input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}
.i-gallery .i-gallery-upload .i-upload-info {
  font-size: 1.2rem;
  color: #6a737b;
}
.i-gallery .i-gallery-upload:hover {
  border-color: #009cdd;
  background-color: rgba(0, 156, 221, 0.05);
}
.i-gallery .i-gallery-limit {
  display: inline-block;
  padding: 0.3rem 1rem;
  margin: 1.5rem 0;
  font-size: 1.2rem;
  background: rgba(15, 23, 42, 0.85);
  color: #fff;
  border-radius: 6px;
}
.i-gallery .i-gallery-limit span {
  font-weight: 600;
}
.i-gallery .i-gallery-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1rem;
}
.i-gallery .i-gallery-detail {
  font-size: 1.3rem;
  margin: -0.5rem 0 1.5rem;
}
.i-gallery-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
.i-gallery-list .i-gallery-item {
  position: relative;
}
.i-gallery-list .i-gallery-photo {
  position: relative;
  padding-top: 100%;
  cursor: pointer;
}
.i-gallery-list .i-gallery-photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 8px;
}
.i-gallery-list .i-photo-order {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  background: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  color: #13171b;
  text-align: center;
  display: inline-block;
  padding: 0.3rem 1rem;
  font-size: 1.2rem;
  border-radius: 6px;
}
.i-gallery-list .i-gallery-delete-btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.8rem;
  background: rgba(19, 23, 27, 0.85);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.i-gallery-list .i-gallery-delete-btn .material-icons {
  font-size: 20px;
}
.i-gallery-list .i-gallery-delete-btn:hover {
  background: #ff4652;
}
.i-gallery-list .i-gallery-chech-main {
  bottom: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 0.7rem 1.2rem;
  color: #fff;
  border-radius: 0 0 8px 8px;
}
.i-gallery-list .i-gallery-chech-main .form-check {
  font-size: 1.3rem;
  font-weight: 600;
  cursor: pointer;
}
.i-gallery-list .i-gallery-chech-main .form-check input[type="checkbox"] {
  top: 0;
}
.i-gallery-list .i-gallery-chech-main .form-check input[type="checkbox"]:checked:after {
  top: 0.4rem;
}
@media (min-width: 575.98px) {
  .i-gallery-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 767.98px) {
  .i-gallery-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.message {
  display: inline-block;
  padding: 0.8rem 1.8em;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 6px;
}
.message.message-success {
  background: #45a45b;
  color: #fff;
}
.message.message-error {
  background: #ff4652;
  color: #fff;
}
.b-card {
  padding: 2rem 3rem;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease-in-out;
}
.b-card .b-card-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0f172a;
  transition: all 0.2s ease-in-out;
}
.b-card .b-card-price {
  font-size: 3.6rem;
  font-weight: 700;
  color: #009cdd;
  transition: all 0.2s ease-in-out;
}
.b-card .b-card-price span {
  font-size: 2rem;
}
.b-card .b-card-list {
  margin: 1.5rem 0 2.5rem;
  transition: all 0.2s ease-in-out;
}
.b-card .b-card-list li {
  display: flex;
  align-items: center;
  margin: 1rem 0;
  font-weight: 600;
}
.b-card .b-card-list li:before {
  display: block;
  content: '\e876';
  font-family: 'Material Icons Outlined';
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 400;
  margin-right: 0.7rem;
  color: #fff;
  padding: 0.2rem;
  background: #0f172a;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.b-card .b-card-vat {
  font-size: 1.3rem;
  font-weight: 600;
  color: #6a737b;
  transition: all 0.2s ease-in-out;
}
.b-card .b-card-action {
  padding: 2rem 0 0;
  text-align: center;
}
.b-card .b-card-action .btn {
  width: 100%;
  font-size: 1.5rem;
  padding: 1.2rem 2.4rem;
}
@media (min-width: 767.98px) {
  .b-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    height: calc(100% - 2rem);
  }
  .b-card .b-card-action {
    margin-top: auto;
  }
}
@media (min-width: 991.98px) {
  .b-card {
    margin-bottom: 3rem;
    height: calc(100% - 3rem);
  }
}
@media (min-width: 1199.98px) {
  .b-card:hover {
    background: #0f172a;
    border-color: #0f172a;
  }
  .b-card:hover .b-card-title {
    color: #fff;
  }
  .b-card:hover .b-card-price {
    color: #f38e1a;
  }
  .b-card:hover .b-card-list {
    color: #fff;
  }
  .b-card:hover .b-card-list li:before {
    color: #fff;
    background: #f38e1a;
  }
  .b-card:hover .b-card-vat {
    font-size: 1.3rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
  }
  .b-card:hover .btn {
    background: #fff;
    border-color: #fff;
    color: #0f172a;
  }
  .b-card:hover .btn:hover {
    background: #f38e1a;
    border-color: #f38e1a;
    color: #fff;
  }
}
.check-out-list .check-out-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.7rem 0;
}
.check-out-list .check-out-quantity {
  width: 24px;
  padding: 0.2rem;
  line-height: 2rem;
  font-weight: 600;
  text-align: center;
  background: rgba(0, 156, 221, 0.15);
  color: #009cdd;
  border-radius: 50%;
}
.check-out-list .check-out-name {
  font-size: 1.5rem;
  font-weight: 600;
}
.check-out-total {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
}
.check-out-total .check-out-total-label {
  font-size: 1.8rem;
  font-weight: 700;
}
.check-out-total .check-out-total-price {
  font-size: 2.3rem;
  font-weight: 700;
  color: #009cdd;
  margin-top: -0.5rem;
}
.check-out-total .check-out-total-price span {
  font-size: 1.8rem;
}
.check-out-buttons {
  display: flex;
  margin-top: 3rem;
  gap: 2rem;
}
.check-out-buttons .check-out-btn {
  width: 50%;
}
.check-out-buttons .check-out-btn > * {
  width: 100% !important;
}
.check-out-iframe {
  margin-top: 2rem;
}
.check-out-iframe iframe {
  min-width: auto !important;
  width: 100%;
  max-width: 500px;
}
.check-out-payments {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.check-out-payments .payments-item {
  padding: 1rem;
  width: 82px;
  height: 56px;
  display: flex;
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 6px;
}
.check-out-payments .payments-item img {
  display: block;
  max-height: 100%;
  margin: auto;
}
@media (min-width: 991.98px) {
  .check-out-buttons .check-out-btn {
    width: 25%;
  }
}
.cma-page {
  padding: 1.5rem 0;
}
.cma-page-title {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 1.5rem;
}
.cma-page-title .page-subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: -1rem;
  margin-bottom: 0;
}
.cma-page-title .page-actions {
  align-self: center;
}
.cma-page-title .cma-actions {
  grid-column: 1 / 3;
}
@media (min-width: 1399.98px) {
  .cma-page-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.cma-actions-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 410px;
  padding: 1.5rem 2rem;
  border: 1px solid #ebebeb;
  border-radius: 8px;
}
.cma-actions-box .cma-actions-value {
  font-size: 1.4rem;
  font-weight: 600;
}
.cma-actions-box .cma-actions-value span {
  font-size: 3.2rem;
  color: #009cdd;
  line-height: 2.5rem;
}
.cma-actions-box .cma-actions-value span.no-listings {
  color: #13171b;
}
.cma-actions-box .cma-actions-view {
  font-size: 1.3rem;
}
.cma-actions-box .cma-actions-view .cma-actions-no-listing {
  opacity: 0.5;
  font-weight: 600;
  line-height: 2.4rem;
}
.cma-view-listings {
  position: relative;
  z-index: 10000;
}
.cma-view-listings .cma-view-label {
  display: flex;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}
.cma-view-listings .cma-view-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 340px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(41, 50, 66, 0.5);
  border-radius: 8px;
  margin-top: 0.5rem;
}
.cma-view-listings .cma-view-item {
  display: flex;
  padding: 0.7rem;
  gap: 1rem;
}
.cma-view-listings .cma-view-item + .cma-view-item {
  border-top: 1px solid #ebebeb;
}
.cma-view-listings .cma-view-item img {
  width: 90px;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
}
.cma-view-listings .cma-view-item .cma-view-address {
  flex-grow: 1;
}
.cma-view-listings .cma-view-item .cma-address-main {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
}
.cma-view-listings .cma-view-item .cma-address-info {
  font-size: 1.1rem;
  color: #6a737b;
}
.cma-view-listings .cma-view-item .cma-view-delete {
  align-self: center;
  cursor: pointer;
}
.cma-view-listings .cma-view-item .cma-view-delete:hover {
  color: #ff4652;
}
.cma-view-listings .cma-view-item .cma-view-delete .material-icons-outlined {
  font-size: 20px;
}
.cma-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.cma-cards .cma-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem 2.5rem;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.cma-cards .cma-card.card-highlighted {
  background: #f38e1a;
  color: #fff;
}
.cma-cards .cma-card.card-highlighted .btn.btn-icon-only {
  color: #fff;
}
.cma-cards .cma-card-item {
  flex-grow: 1;
}
.cma-cards .cma-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.cma-cards .cma-subtitle {
  font-size: 14px;
  opacity: 0.7;
}
.cma-cards .cma-card-check {
  margin-left: -0.5rem;
  margin-right: 0.5rem;
  color: #45a45b;
}
.cma-cards .cma-card-check .material-icons {
  font-size: 45px;
}
.cma-cards .cma-actions .btn-add {
  color: #009cdd;
}
.cma-cards .cma-actions .btn-add .material-icons {
  font-size: 36px;
}
.cma-cards .cma-actions .btn-add:hover {
  color: #f38e1a;
}
@media (min-width: 767.98px) {
  .cma-cards {
    gap: 2rem;
  }
}
@media (min-width: 991.98px) {
  .cma-cards {
    flex-direction: row;
    gap: 3rem;
  }
  .cma-cards .cma-card {
    padding: 3rem 2.5rem;
    flex-basis: calc((100% - 2 * 3rem) / 3);
  }
}
@media (min-width: 1199.98px) {
  .cma-cards .cma-card {
    padding: 4.5rem 3rem;
  }
}
.cma-table {
  display: grid;
  grid-template-columns: 22rem repeat(7, 1fr);
  margin: 5rem 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  overflow: auto;
}
.cma-table .cma-row {
  display: contents;
}
.cma-table .cma-row.cma-header-row {
  position: sticky;
  top: 0;
}
.cma-table .cma-row.cma-header-row .cma-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.3rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.cma-table .cma-row.cma-header-row .cma-cell.cma-header-sold {
  grid-column: 3 / 6;
  background: #45a45b;
  color: #fff;
}
.cma-table .cma-row.cma-header-row .cma-cell.cma-header-published {
  grid-column: 6 / 9;
  background: #009cdd;
  color: #fff;
}
.cma-table .cma-row.cma-header-row .cma-header-info {
  border-top: 1px solid #fff;
  padding: 1rem 1.5rem 0;
  margin: 1.5rem -1.5rem -0.5rem;
  font-size: 1.2rem;
  font-weight: 400;
}
.cma-table .cma-row:nth-child(odd):not(.cma-header-row) .cma-cell {
  background: #f8f8f9;
}
.cma-table .cma-row:nth-child(odd):not(.cma-header-row) .cma-cell:first-of-type {
  background: #eff0f2;
}
.cma-table .cma-cell {
  padding: 0.8rem 1.5rem;
  font-size: 1.3rem;
  line-height: 2rem;
  border-right: 1px solid #ebebeb;
  min-width: 22rem;
  background: #fff;
}
.cma-table .cma-cell:first-of-type {
  background: #f8f8f9;
}
.cma-table .cma-cell.cma-cell-frozen {
  position: sticky;
  z-index: 2;
}
.cma-table .cma-cell.cma-cell-frozen:nth-of-type(1) {
  inset-inline-start: 0;
}
@media (min-width: 767.98px) {
  .cma-table .cma-cell.cma-cell-frozen:nth-of-type(2) {
    inset-inline-start: 22rem;
  }
}
.cma-table .cma-cell.cma-cell-label {
  z-index: 3;
}
.cma-table .cma-cell.cma-cell-sold-empty {
  grid-column: 3 / 6;
  grid-row-start: 2;
}
.cma-table .cma-cell.cma-cell-published-empty {
  grid-column: 6 / 9;
  grid-row-start: 2;
}
.cma-table .cma-cell-image {
  position: relative;
  margin: 0 -0.6rem;
  padding-top: 56.25%;
}
.cma-table .cma-cell-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  object-fit: cover;
}
.cma-table .cma-similarity {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  background: #fff;
  border: 2px solid #009cdd;
  font-size: 1.5rem;
  font-weight: 600;
  color: #009cdd;
  line-height: 3.6rem;
  border-radius: 50%;
  text-align: center;
}
.cma-table .cma-cell-status {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2rem;
  color: #13171b;
  background: #fff;
  border-radius: 16px;
  margin: -0.2rem 0;
}
.cma-table .cma-cell-status.published {
  color: #009cdd;
}
.cma-table .cma-cell-status.draft {
  color: #6a737b;
}
.cma-table .cma-cell-status.sale-pending {
  color: #f1a300;
}
.cma-table .cma-cell-status.sold {
  color: #45a45b;
}
.cma-table .cma-cell-status.deleted {
  color: #ff4652;
}
.cma-table .cma-cell-add-listings {
  text-align: center;
  margin-top: 8rem;
}
.cma-table .cma-cell-add-listings img {
  display: block;
  margin: 0 auto;
}
.cma-table .cma-cell-add-listings .cma-cell-add-listings-label {
  font-size: 1.3rem;
  font-weight: 600;
  color: #293242;
  margin: 3rem 0 2rem;
}
.cma-page-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem;
  margin-bottom: -2rem;
  gap: 0.7rem;
}
.cma-map {
  margin: 2rem 0 5rem;
}
.rea-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #ebebeb;
  padding: 1.5rem 2rem;
  border-radius: 8px;
  margin-bottom: 3rem;
  transition: all 0.2s ease-in-out;
  min-height: calc(100% - 3rem);
}
.rea-card:hover {
  border-color: #009cdd;
}
.rea-card .rea-main {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
.rea-card .rea-avatar {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}
.rea-card .rea-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #969ca2;
  object-fit: cover;
}
.rea-card .rea-name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #000;
}
.rea-card .rea-info {
  font-weight: 600;
  color: #6a737b;
  text-transform: uppercase;
  line-height: 1.8rem;
}
.rea-card .rea-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0;
  direction: ltr;
}
.rea-card .rea-rating .material-icons {
  font-size: 1.9rem;
  color: #f1a300;
  line-height: 2.4rem;
}
.rea-card .rea-average-rating {
  font-size: 1.6rem;
  color: #6a737b;
}
.rea-card .rea-average-rating span {
  font-weight: 600;
  color: #13171b;
}
.rea-card .rea-no-rated {
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #6a737b;
  opacity: 0.8;
}
.rea-card .rea-dektop-actions {
  display: none;
}
.rea-card .rea-dektop-actions > * {
  width: calc((100% - .7rem) / 2);
}
.rea-card .rea-mobile-actions {
  display: flex;
  justify-content: center;
}
.rea-card .rea-mobile-actions > * {
  width: calc((100% - .7rem) / 2);
}
.rea-card .rea-phone {
  display: none;
  text-align: center;
  padding: 0 0 2rem;
}
.rea-card .rea-phone-value {
  font-size: 1.8rem;
  font-weight: 700;
  color: #009cdd;
}
.manzili-rtl .rea-card .rea-phone-value {
  direction: ltr;
  display: block;
}
@media (min-width: 767.98px) {
  .rea-card .rea-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .rea-card .rea-avatar {
    width: 100px;
    height: 100px;
  }
  .rea-card .rea-avatar .avatar-initials {
    font-size: 3.8rem;
    line-height: 9.8rem;
  }
  .rea-card .rea-rating {
    justify-content: center;
  }
  .rea-card .rea-mobile-actions {
    display: none;
  }
  .rea-card .rea-dektop-actions {
    display: flex;
    margin-top: auto;
  }
  .rea-card .rea-phone {
    display: block;
  }
}
.page-homepage {
  margin: 0 -2rem;
}
.homepage-hero {
  position: relative;
}
.homepage-hero .homepage-hero-bg {
  position: relative;
  height: 250px;
}
.homepage-hero .homepage-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage-hero .homepage-hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage-hero .homepage-hero-bg:before {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.homepage-hero .homepage-hero-content {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.homepage-hero .homepage-hero-text {
  margin-bottom: 4rem;
  color: #000;
  text-align: center;
}
.homepage-hero .homepage-hero-title {
  font-size: 2.75rem;
}
.homepage-hero .homepage-hero-title span {
  font-weight: 700;
}
.homepage-hero .homepage-hero-subtitle {
  font-size: 1.85rem;
  font-weight: 400;
}
.homepage-hero .homepage-hero-search {
  display: none;
  max-width: 100%;
  height: 71px;
  background: #fff;
  border-radius: 36px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.homepage-hero .homepage-hero-search .homepage-search-item {
  flex-basis: 100%;
}
.homepage-hero .homepage-hero-search .homepage-search-item .form-group {
  margin-bottom: 0;
}
.homepage-hero .homepage-hero-search .homepage-search-item .form-group select {
  margin-bottom: 0;
}
.homepage-hero .homepage-hero-search .homepage-search-btn {
  flex-shrink: 0;
  padding: 0.3rem 0.3rem 0.3rem 0.5rem;
}
.homepage-hero .homepage-hero-search .homepage-search-btn .btn {
  border: none;
  background: #000;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #fff;
  padding: 2rem 3rem;
  border-radius: 33px;
}
.homepage-hero .homepage-hero-search .homepage-search-btn .btn:hover,
.homepage-hero .homepage-hero-search .homepage-search-btn .btn:focus {
  background: #009cdd;
}
.homepage-hero .homepage-hero-search label {
  padding: 1.4rem 2.5rem;
  width: 100%;
  margin: 0;
  border-radius: 36px;
  transition: all 0.2s ease-in-out;
}
.homepage-hero .homepage-hero-search label:focus-within {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.homepage-hero .homepage-hero-search .form-control {
  height: auto;
  padding: 0.1rem 0;
  font-size: 1.5rem;
  border: none;
  border-radius: 0;
}
.homepage-hero .homepage-hero-search select:required:invalid {
  color: #13171b;
  opacity: 0.6;
}
.homepage-hero .homepage-search-mobile {
  position: relative;
  margin: -4.5rem 0 1rem;
}
.homepage-hero .homepage-search-mobile .homepage-hero-search {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 1rem;
  border-radius: 8px;
  gap: 1rem;
}
.homepage-hero .homepage-search-mobile .homepage-hero-search label {
  padding: 1.4rem 1.5rem;
  border: 1px solid #ebebeb;
  border-radius: 8px;
}
.homepage-hero .homepage-search-mobile .homepage-hero-search label:focus-within {
  box-shadow: none;
  border-color: #009cdd;
}
.homepage-hero .homepage-search-mobile .homepage-hero-search .homepage-search-btn {
  padding: 0;
  text-align: center;
}
.homepage-hero .homepage-search-mobile .homepage-hero-search .homepage-search-btn .btn {
  padding: 1.5rem 3rem;
  font-size: 1.5rem;
  line-height: 2rem;
  border-radius: 25px;
}
@media (min-width: 575.98px) {
  .homepage-hero .homepage-hero-bg {
    height: 300px;
  }
  .homepage-hero .homepage-hero-content {
    height: 300px;
  }
  .homepage-hero .homepage-hero-title {
    font-size: 3.5rem;
  }
  .homepage-hero .homepage-hero-subtitle {
    font-size: 2.35rem;
    font-weight: 300;
  }
}
@media (min-width: 767.98px) {
  .homepage-hero .homepage-hero-bg {
    height: 400px;
  }
  .homepage-hero .homepage-hero-content {
    height: 400px;
  }
  .homepage-hero .homepage-hero-title {
    font-size: 4.5rem;
    font-weight: 300;
  }
  .homepage-hero .homepage-hero-subtitle {
    font-size: 3rem;
  }
  .homepage-hero .homepage-search-mobile .homepage-hero-search {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .homepage-hero .homepage-search-mobile .homepage-hero-search .homepage-search-item {
    flex-basis: calc((100% - 1rem) / 2);
  }
  .homepage-hero .homepage-search-mobile .homepage-hero-search .homepage-search-item.homepage-launch {
    flex-basis: 100%;
  }
  .homepage-hero .homepage-search-mobile .homepage-hero-search .homepage-search-btn {
    flex-basis: 100%;
  }
}
@media (min-width: 991.98px) {
  .homepage-hero .homepage-hero-bg {
    height: 700px;
  }
  .homepage-hero .homepage-hero-content {
    height: 100%;
  }
  .homepage-hero .homepage-hero-text {
    text-align: left;
    margin-bottom: 2rem;
  }
  .homepage-hero .homepage-hero-title {
    font-size: 5.2rem;
  }
  .homepage-hero .homepage-hero-subtitle {
    font-size: 3.45rem;
  }
  .homepage-hero .homepage-hero-search {
    display: flex;
    margin-bottom: 2rem;
  }
  .homepage-hero .homepage-search-mobile {
    display: none;
  }
}
@media (min-width: 1199.98px) {
  .homepage-hero .homepage-hero-bg:before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.55) 65%, rgba(255, 255, 255, 0) 100%);
    width: 70%;
  }
  .manzili-rtl .homepage-hero .homepage-hero-bg:before {
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.55) 65%, rgba(255, 255, 255, 0) 100%);
  }
  .homepage-hero .homepage-hero-text {
    max-width: 60%;
    min-width: 80rem;
  }
  .homepage-hero .homepage-hero-search {
    max-width: 60%;
    min-width: 80rem;
  }
}
@media (min-width: 1399.98px) {
  .homepage-hero .homepage-hero-bg:before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.55) 65%, rgba(255, 255, 255, 0) 100%);
    width: 56%;
  }
  .manzili-rtl .homepage-hero .homepage-hero-bg:before {
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.55) 65%, rgba(255, 255, 255, 0) 100%);
  }
  .homepage-hero .homepage-hero-text {
    max-width: 58%;
  }
  .homepage-hero .homepage-hero-search {
    max-width: 58%;
  }
}
.homepage-section {
  padding: 3rem 0 2rem;
}
.homepage-section.homepage-popular-properties {
  background: #F6F8F7;
}
.homepage-section .homepage-section-title {
  font-size: 2.3rem;
  font-weight: 600;
}
.homepage-section .homepage-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.homepage-section .homepage-section-actions {
  flex-shrink: 0;
}
@media (min-width: 575.98px) {
  .homepage-section .homepage-section-title {
    font-size: 2.5rem;
    font-weight: 600;
  }
}
@media (min-width: 767.98px) {
  .homepage-section .homepage-section-title {
    font-size: 3rem;
    font-weight: 600;
  }
}
@media (min-width: 991.98px) {
  .homepage-section {
    padding: 6rem 0 4rem;
  }
  .homepage-section .homepage-section-title {
    font-size: 3.4rem;
    font-weight: 600;
  }
}
.homepage-focus-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.homepage-focus-list .homepage-focus-item {
  text-align: center;
  padding: 1rem;
  border-radius: 8px;
}
.homepage-focus-list .homepage-focus-icon {
  text-align: center;
  margin: 0 auto 1rem;
  opacity: 0.5;
}
.homepage-focus-list .homepage-focus-title {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.homepage-focus-list .homepage-focus-description {
  font-size: 1.5rem;
}
@media (min-width: 767.98px) {
  .homepage-focus-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .homepage-focus-list .homepage-focus-item {
    flex-basis: calc((100% - 3rem) / 2);
    padding: 1.5rem;
  }
  .homepage-focus-list .homepage-focus-icon {
    margin: 0 auto 1.5rem;
  }
  .homepage-focus-list .homepage-focus-title {
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
  }
  .homepage-focus-list .homepage-focus-description {
    font-size: 1.6rem;
  }
}
@media (min-width: 991.98px) {
  .homepage-focus-list .homepage-focus-item {
    flex-basis: calc((100% - 2 * 3rem) / 3);
    padding: 2rem;
  }
  .homepage-focus-list .homepage-focus-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .homepage-focus-list .homepage-focus-description {
    font-size: 1.7rem;
  }
}
.homepage-popular-properties .listing-card {
  border: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.social-media-icon {
  max-height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.video-controls {
  display: flex;
  bottom: 20px;
  position: absolute;
  right: 20px;
  gap: 10px;
}
.video-start {
  color: #fff;
  font-size: 25px;
  cursor: pointer;
}
.video-start .material-icons-outlined {
  font-weight: 400 !important;
}
.video-ranger {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  width: 90px;
}
.video-ranger::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
}
.video-ranger::-moz-range-track {
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
}
.video-ranger::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #000;
}
.video-ranger::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #000;
}
.page-listings {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-listings .page-title {
  min-height: 4rem;
  margin-bottom: 0;
}
.page-listings.show-map .map-listings {
  left: 0;
}
.page-listings.show-map .btn-mobile-filter {
  border-color: transparent;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.page-listings.expanded-map .content-listings {
  display: none;
}
.page-listings.expanded-map .map-listings {
  flex-basis: calc(100% - 351px);
}
.page-listings.show-filters .filter-listings {
  left: 0;
}
.page-listings .listings-mobile-actions {
  position: fixed;
  width: 100%;
  text-align: center;
  bottom: 2.5rem;
  z-index: 1000;
}
.page-listings .listings-mobile-actions .btn-leading-icon {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  padding-left: 1.2rem;
  padding-right: 2.1rem;
  border-radius: 2.4rem;
}
.page-listings .btn-desktop-map {
  display: none;
}
.page-listings .btn-mobile-filter {
  position: relative;
  z-index: 1000;
}
.page-info-listings {
  display: flex;
  flex-direction: column;
  margin: 1.5rem 0;
  gap: 1rem;
}
.page-info-listings .info-listings-sort {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.page-info-listings .info-listings-sort .material-icons-outlined {
  flex-shrink: 0;
}
.page-info-listings .info-listings-sort .form-group {
  display: flex;
  align-items: center;
  margin: 0;
}
.page-info-listings .info-listings-sort .form-group label {
  flex-shrink: 0;
  margin: 0;
  padding: 0 0.5rem;
  font-weight: 400;
}
.page-info-listings .info-listings-sort .form-group .form-control {
  border: none;
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 1.7rem;
  background: url(../images/nav-arrow-active.png) right center no-repeat;
  font-weight: 600;
  color: #009cdd;
}
.filter-listings {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  flex-shrink: 0;
  border-right: 1px solid #ebebeb;
  padding: 2rem;
  position: absolute;
  left: -100%;
  transition: all 0.2s ease-in-out;
  z-index: 1001;
}
.filter-listings .l-filter-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.filter-listings .l-filter-head h3 {
  margin: 0;
}
.filter-listings .l-filter-list {
  flex-grow: 1;
  overflow: auto;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.filter-listings .l-filter-list::-webkit-scrollbar-track {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 6px/3 #fff;
}
.filter-listings .l-filter-list::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.filter-listings .l-filter-list::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
}
.filter-listings .l-filter-list:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}
.filter-listings .l-filter-actions {
  margin-top: 1.5rem;
  text-align: right;
}
.content-listings {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
}
.map-listings {
  position: relative;
  flex-shrink: 0;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  border-left: 1px solid #ebebeb;
  transition: all 0.2s ease-in-out;
  z-index: 999;
}
.map-listings .map-listings-actions {
  display: none;
  position: absolute;
  width: 100%;
  justify-content: space-between;
  padding: 1.5rem;
  top: 0;
  left: 0;
}
.map-listings .map-listings-actions > * {
  position: relative;
  z-index: 1;
}
.map-listings .gmnoprint[role="menubar"] {
  margin-top: 1.5rem !important;
  margin-left: 20px !important;
  left: 0;
  right: auto;
}
@media (min-width: 991.98px) {
  .map-listings .gmnoprint[role="menubar"] {
    margin-left: 58px !important;
  }
}
.map-listings .gmnoprint[role="menubar"] > .gm-style-mtc {
  float: left !important;
}
.map-listings .gmnoprint[role="menubar"] > .gm-style-mtc button {
  font-family: inherit !important;
  font-size: 1.4rem !important;
  height: 38px !important;
  padding: 0 1.8rem !important;
  font-weight: 600 !important;
  color: #13171b !important;
}
.map-listings .gmnoprint[role="menubar"] > .gm-style-mtc button[aria-checked="true"] {
  background-color: #009cdd !important;
  color: #fff !important;
}
.map-listings .gmnoprint[role="menubar"] > .gm-style-mtc button[aria-checked="false"]:hover {
  background-color: #fff !important;
  color: #009cdd !important;
}
.map-listings .gmnoprint[role="menubar"] > .gm-style-mtc:first-of-type button {
  border-bottom-left-radius: 6px !important;
  border-top-left-radius: 6px !important;
}
.manzili-rtl .map-listings .gmnoprint[role="menubar"] > .gm-style-mtc:first-of-type button {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
.map-listings .gmnoprint[role="menubar"] > .gm-style-mtc:last-of-type button {
  border-bottom-right-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
.manzili-rtl .map-listings .gmnoprint[role="menubar"] > .gm-style-mtc:last-of-type button {
  border-bottom-left-radius: 6px !important;
  border-top-left-radius: 6px !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.map-listings .gmnoprint[role="menubar"] > .gm-style-mtc ul[role="menu"] {
  border-radius: 6px !important;
}
.map-listings .gmnoprint[role="menubar"] > .gm-style-mtc ul[role="menu"] li {
  font-family: inherit !important;
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  padding: 0.3rem 0.7rem !important;
  direction: ltr !important;
}
.map-listings .gmnoprint[role="menubar"] > .gm-style-mtc ul[role="menu"] li label {
  font-size: 1.4rem !important;
  margin-bottom: 0;
}
.map-listings .gm-fullscreen-control {
  display: none !important;
}
.map-listings .gm-svpc {
  border-radius: 6px !important;
}
.map-listings .gmnoprint > div {
  border-radius: 6px !important;
}
.map-listings .gm-style {
  font-family: 'Poppins', sans-serif;
}
.map-listings .gm-style-iw-t {
  margin-bottom: -1rem;
}
.map-listings .gm-svpc {
  display: none;
}
.map-listings .gm-style .gm-style-iw-c[role="dialog"] {
  padding: 0;
  max-height: none !important;
}
.map-listings .gm-style .gm-style-iw-c[role="dialog"] .gm-style-iw-d {
  overflow: visible !important;
  max-height: none !important;
}
.map-listings .gm-style .gm-style-iw-c[role="dialog"] > .gm-ui-hover-effect {
  display: block;
  width: auto !important;
  height: auto !important;
  top: 10px !important;
  left: auto !important;
  right: 10px !important;
  padding: 0.3rem !important;
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff;
  border-radius: 50%;
  opacity: 1;
  outline: none !important;
}
.map-listings .gm-style .gm-style-iw-c[role="dialog"] > .gm-ui-hover-effect:hover {
  background: rgba(0, 0, 0, 0.85) !important;
}
.map-listings .gm-style .gm-style-iw-c[role="dialog"] > .gm-ui-hover-effect span {
  -webkit-mask-image: none !important;
  mask-image: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  background: transparent !important;
}
.map-listings .gm-style .gm-style-iw-c[role="dialog"] > .gm-ui-hover-effect span:before {
  display: block;
  font-family: 'Material Icons';
  font-size: 2rem;
  content: "\e5cd";
}
.map-listings .gm-style .gm-style-iw-c[role="dialog"] .listing-card.card-popup {
  max-width: 100%;
  box-shadow: none;
  margin: 0;
}
.map-listings .gm-style .gm-style-iw-c[role="dialog"] .listing-card.card-popup .l-close {
  display: none;
}
.map-listings .gm-style .gm-style-iw-c[role="dialog"] + .gm-style-iw-tc {
  width: 18px;
  height: 9px;
}
.map-listings .gm-style .gm-style-iw-c[role="dialog"] + .gm-style-iw-tc:after {
  width: 18px;
  height: 9px;
}
.pin-label {
  text-indent: 10px;
}
.pin-label-rtl {
  text-indent: -10px;
}
.page-items {
  margin: 1.5rem 0;
}
.listings-wrapper {
  flex-grow: 1;
  overflow-y: auto;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.listings-wrapper::-webkit-scrollbar-track {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 6px/3 #fff;
}
.listings-wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.listings-wrapper::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
}
.listings-wrapper:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 767.98px) {
  .page-info-listings {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .content-listings {
    padding: 1.5rem 3rem;
  }
}
@media (min-width: 991.98px) {
  .page-listings .listings-mobile-actions {
    display: none;
  }
  .page-listings .btn-desktop-map {
    display: inline-flex;
  }
  .page-listings.show-map .listings-wrapper .row > * {
    width: 100% !important;
  }
  .page-listings.show-map .btn-mobile-filter {
    border-color: #d2d2d7;
    box-shadow: none;
  }
  .page-listings.show-map .btn-mobile-filter:hover {
    border-color: #009cdd;
  }
  .filter-listings {
    width: 351px;
    left: -351px;
  }
  .map-listings {
    position: relative;
    flex-basis: calc(100% - 535px);
    left: auto;
    right: 0;
  }
  .map-listings .map-listings-actions {
    display: flex;
  }
}
@media (min-width: 1399.98px) {
  .page-listings .btn-mobile-filter {
    display: none;
  }
  .filter-listings {
    position: static;
  }
  .map-listings {
    flex-basis: calc(100% - 351px - 535px);
  }
}
.listing-page {
  display: flex;
  flex-direction: column;
}
.listing-page .listing-hero {
  order: -1;
}
.listing-page .listing-hero .image-placeholder {
  min-height: 350px;
  border-radius: 8px;
}
.listing-page .listing-map #map {
  height: 220px !important;
}
.listing-page .listing-map #map .gm-svpc {
  display: none;
}
.listing-page .page-title {
  margin-top: 1.5rem;
}
.listing-page .page-title h1 {
  font-size: 2.2rem;
}
.listing-page .page-title .btn-leading-icon {
  padding: 0.7rem;
  border-radius: 19px;
  margin-left: 0.7rem;
}
.listing-page .page-title .btn-leading-icon .btn-text {
  display: none;
}
.listing-page h2 {
  margin-top: 3rem;
  font-size: 1.6rem;
}
.listing-page #map {
  border-radius: 8px;
}
.listing-page .listing-details .btn-group {
  margin-bottom: 2rem;
}
.l-card .l-card-price {
  display: none;
  font-size: 3.2rem;
  font-weight: 700;
  color: #009cdd;
}
.l-card .l-card-price span {
  font-size: 2rem;
}
@media print {
  .l-card .l-card-price {
    display: block;
  }
}
.l-card .l-card-price-details {
  display: none;
  color: #6a737b;
  margin-top: -0.7rem;
}
@media print {
  .l-card .l-card-price-details {
    display: block;
    padding: 10px;
  }
}
.l-card .l-seller-wrapper .btn {
  font-size: 1.5rem;
}
.l-card .l-seller-wrapper .btn-contact-desktop {
  display: none;
}
.l-card .l-seller-mobile-actions {
  display: flex;
}
.l-card .l-seller-mobile-actions > * {
  width: calc((100% - 0.7rem) / 2);
}
.l-card .l-seller {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
.l-card .l-seller.l-seller-owner {
  align-items: unset;
}
.l-card .l-seller .l-seller-avatar {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 1.5rem;
}
.l-card .l-seller .l-seller-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #969ca2;
  object-fit: cover;
}
.l-card .l-seller .l-seller-name {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #000;
}
.l-card .l-seller .l-seller-info {
  font-weight: 600;
  color: #6a737b;
  text-transform: uppercase;
  line-height: 1.8rem;
}
.l-card .l-seller .l-card-reference {
  font-size: 1.3rem;
  color: #6a737b;
}
.l-card .l-seller .l-seller-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  direction: ltr;
}
.l-card .l-seller .l-seller-rating .material-icons {
  font-size: 1.9rem;
  color: #f1a300;
  line-height: 2.4rem;
}
.l-card .l-seller .l-seller-rating .l-seller-score {
  color: #6a737b;
}
.l-card .l-seller .l-seller-rating .l-seller-score span {
  font-weight: 600;
  color: #13171b;
}
.l-card .l-seller-phone {
  display: none;
  margin-top: 1.5rem;
}
.l-card .l-seller-phone .l-seller-phone-label {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}
.l-card .l-seller-phone .l-seller-phone-value {
  font-size: 1.8rem;
  font-weight: 700;
  color: #009cdd;
}
.manzili-rtl .l-card .l-seller-phone .l-seller-phone-value {
  direction: ltr;
  display: block;
  text-align: right;
}
.l-card .l-card-footer {
  display: none;
  font-size: 1.3rem;
  color: #6a737b;
}
.l-card .l-card-footer > * {
  opacity: 0.7;
}
.l-views {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 1.5rem;
}
.l-views .l-views-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: url(../images/listing-view-icon.svg) center center no-repeat;
}
.l-views .l-views-text {
  width: calc(100% - 32px);
  padding-left: 1.5rem;
  font-size: 1.4rem;
}
.l-views .l-views-text span {
  font-weight: 700;
}
.l-views .l-views-action {
  flex-shrink: 0;
  flex-grow: 1;
  margin-top: 0.5rem;
  text-align: center;
}
.l-views.disabled {
  opacity: 0.7;
  user-select: none;
  cursor: not-allowed;
  background: #6a737b;
  border-color: #6a737b;
  color: #fff;
}
.m-listing-card {
  position: sticky;
  bottom: 0;
  margin: 0 -2rem -2.5rem;
  background: #fff;
  box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 24px 24px 0 0;
  padding: 2.5rem 2rem;
  display: flex;
  align-items: center;
  z-index: 3;
}
.m-listing-card .m-listing-card-price {
  flex-grow: 1;
}
.m-listing-card .m-listing-action {
  flex-shrink: 0;
  margin-left: 1rem;
}
.m-listing-card .m-listing-action .btn {
  font-size: 1.5rem;
  padding: 1.1rem 2.2rem;
}
.m-listing-card .m-card-price {
  font-size: 2rem;
  font-weight: 700;
}
.m-listing-card .m-card-price span {
  font-size: 1.4rem;
}
.m-listing-card .m-card-price-details {
  font-size: 1.2rem;
  color: #6a737b;
}
.listing-other-info {
  margin-top: 1.5rem;
  padding: 1.5rem;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  font-size: 1.3rem;
  color: #6a737b;
}
.listing-other-info > * {
  opacity: 0.85;
}
.image-placeholder {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #f0f3f5;
}
.image-placeholder .placeholder-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.image-placeholder .placeholder-content {
  width: 360px;
  padding: 0 4rem;
}
.image-placeholder img {
  display: block;
  max-width: 100%;
}
.image-placeholder .placeholder-text {
  font-size: 1.8rem;
  font-weight: 600;
  color: #acccd5;
  text-align: center;
  margin-top: 1rem;
}
.avatar-initials {
  width: 100%;
  height: 100%;
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 5.8rem;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: #0f172a;
  border: 1px solid #ebebeb;
}
@media (min-width: 767.98px) {
  .listing-page .listing-map {
    grid-column: 1 / 3;
    grid-row: 4 / 5;
  }
  .listing-page .listing-map #map {
    height: 320px !important;
  }
}
@media (min-width: 991.98px) {
  .listing-page {
    display: grid;
    grid-template-columns: 1fr 400px;
  }
  .listing-page h2 {
    font-size: 1.9rem;
  }
  .listing-page .page-title {
    margin-top: 0;
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
  .listing-page .page-title h1 {
    font-size: 2.4rem;
  }
  .listing-page .page-title .page-actions {
    display: inline-flex;
    gap: 0.7rem;
  }
  .listing-page .page-title .page-actions .btn {
    margin: 0;
  }
  .listing-page .page-title .btn-leading-icon {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 0.9rem;
    padding-right: 1.8rem;
    border-radius: 6px;
  }
  .listing-page .page-title .btn-leading-icon .btn-text {
    display: block;
  }
  .listing-page .listing-hero {
    order: unset;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  .listing-page .listing-user {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
    padding-left: 3rem;
  }
  .listing-page .listing-details {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  .listing-page .listing-map {
    grid-column: 1 / 3;
    grid-row: 4 / 5;
  }
  .listing-page .listing-map #map {
    height: 400px !important;
  }
  .listing-page .listing-similar {
    grid-column: 1 / 3;
    grid-row: 5 / 6;
  }
  .listing-page h2 {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  .l-card {
    position: sticky;
    top: 96px;
    padding: 2rem 2.5rem 1.5rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 8px;
  }
  .l-card .l-card-price {
    display: block;
  }
  .l-card .l-card-price-details {
    display: block;
  }
  .l-card .l-card-footer {
    display: block;
  }
  .l-card .l-seller-mobile-actions {
    display: none;
  }
  .l-card .l-seller-wrapper {
    margin: 2rem -2.5rem 1.5rem;
    padding: 2rem 2.5rem;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
  .l-card .l-seller-wrapper .btn {
    width: 100%;
  }
  .l-card .l-seller-wrapper .btn-contact-desktop {
    display: inline-block;
  }
  .l-card .l-seller-phone {
    display: block;
  }
  .l-views {
    padding: 1.5rem 2rem;
    border: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    flex-wrap: nowrap;
  }
  .l-views .l-views-text {
    flex-grow: 1;
    width: auto;
    padding: 0 1.5rem;
  }
  .l-views .l-views-text span {
    font-size: 2rem;
    font-weight: 600;
  }
  .l-views .l-views-action {
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 0;
  }
  .m-listing-card {
    display: none;
  }
  .listing-other-info {
    display: none;
  }
}
@media (min-width: 1199.98px) {
  .listing-page h2 {
    font-size: 2.1rem;
  }
  .image-placeholder .placeholder-content {
    width: auto;
  }
}
.section-edit,
.section-preview {
  position: relative;
  display: block;
  padding: 1rem !important;
  border: 1px dashed #6a737b;
  margin: 1rem 0;
}
.section-edit:hover,
.section-preview:hover {
  border-color: #009cdd;
}
.section-edit:hover .section-edit-actions .btn,
.section-preview:hover .section-edit-actions .btn {
  background: #009cdd;
}
.listing-page .section-edit h2,
.listing-page .section-preview h2 {
  margin-top: 0;
}
.section-edit .section-edit-actions,
.section-preview .section-edit-actions {
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
}
.section-edit .section-edit-actions .btn,
.section-preview .section-edit-actions .btn {
  border: none;
  background: #000;
  color: #fff;
  border-radius: 0;
  padding: 0.7rem 1rem;
}
.section-edit .section-edit-actions .btn:hover,
.section-preview .section-edit-actions .btn:hover {
  background: #009cdd;
}
@media (min-width: 991.98px) {
  .section-edit,
  .section-preview {
    padding: 2.5rem 2rem !important;
    margin: 1.5rem 0;
  }
  .l-card .section-edit,
  .l-card .section-preview {
    margin: -2rem -2.5rem -1.5rem;
  }
}
.section-edit {
  border: 2px dashed #f38e1a;
}
.section-edit:hover {
  border-color: #f38e1a;
}
.listing-edit-page {
  display: flex;
  flex-direction: column;
  padding-top: 6rem;
}
@media (min-width: 991.98px) {
  .listing-edit-page {
    display: grid;
    grid-template-columns: 1fr 400px;
  }
}
.listing-edit-page .listing-edit-title .page-title {
  margin: 0;
  padding-right: 4.5rem;
}
@media (min-width: 991.98px) {
  .listing-edit-page .listing-edit-title {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
}
@media (min-width: 991.98px) {
  .listing-edit-page .listing-edit-user {
    margin-top: 1.5rem;
  }
  .listing-edit-page .listing-edit-user .l-card {
    box-shadow: none;
    border-radius: 0;
    top: 156px;
  }
}
.listing-edit-page .listing-edit-hero .section-edit-actions {
  position: absolute;
  top: -1.1rem;
  right: -1.1rem;
}
@media (min-width: 991.98px) {
  .listing-edit-page .listing-edit-hero .section-edit-actions {
    top: -2.6rem;
    right: -2.1rem;
  }
}
.listing-edit-page .listing-edit-details .property-details-icons {
  margin: 2rem 0;
}
.page-sticky-title {
  position: fixed;
  width: 100%;
  top: 71px;
  left: 0;
  padding: 1rem 0;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  z-index: 11;
}
.page-sticky-title .page-title {
  margin-bottom: 0;
}
@media (min-width: 991.98px) {
  .page-sticky-title {
    top: 81px;
  }
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
  .print-content {
    padding-top: 50px;
  }
  .pagebreak {
    padding-top: 50px;
    page-break-before: always;
  }
  .listing-map {
    page-break-before: always;
  }
  .header {
    display: none;
  }
  .footer {
    display: none;
  }
  .l-card .l-card-price {
    font-size: 1.8rem;
    margin-top: -2rem;
  }
  .l-card .l-card-price span {
    font-size: 1.8rem;
  }
  .showcase-tabs {
    display: none;
  }
  .property-details-icons {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .property-details-icons .p-detail-item {
    flex-basis: calc((100% - 1rem) / 2);
  }
  .l-views .l-views-icon {
    display: none;
  }
  .l-views .l-views-text {
    padding-left: 0;
  }
  .listing-details .btn-group {
    display: none;
  }
  .property-details-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .property-details-list .p-list-col {
    flex-basis: calc((100% - 1rem) / 2);
  }
  .property-details-list .p-list-col + .p-list-col {
    border-top: none;
  }
  .property-details-list .p-list-item {
    padding: 0.5rem 0;
  }
  .property-details-list .p-list-value.check,
  .property-details-list .p-list-value.not-check {
    margin-top: 0;
  }
  .listing-similar .col-sm-6 {
    width: 50%;
    flex: 0 0 auto;
  }
  .l-card,
  .property-details-icons,
  .l-views,
  .property-details-list,
  #line_chart,
  .listing-other-info,
  .listing-map,
  .listing-card {
    page-break-inside: avoid;
  }
}
.conversation-timeline {
  position: relative;
  padding-left: 2rem;
}
.conversation-timeline:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 1px;
  background: #ebebeb;
  border-radius: 2px;
}
.conversation-timeline .c-timeline-item {
  position: relative;
}
.conversation-timeline .c-timeline-item:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  top: 0;
  position: absolute;
  left: -25px;
  top: 1px;
  background: #fff;
  border: 3px solid #0f172a;
  border-radius: 50%;
}
.conversation-timeline .c-timeline-item + .c-timeline-item {
  margin-top: 2rem;
}
.conversation-timeline .c-timeline-item:first-of-type:before {
  border-color: #009cdd;
}
.conversation-timeline .c-timeline-date {
  font-size: 1.3rem;
  font-weight: 700;
}
.conversation-timeline .c-time-bubble {
  padding: 1.5rem;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  margin-top: 0.3rem;
}
.conversation-timeline .c-timeline-type {
  font-size: 1.5rem;
  font-weight: 600;
  color: #009cdd;
}
.conversation-timeline .c-timeline-details {
  font-size: 1.3rem;
}
.lead-files-list .lead-file-item {
  padding: 0.5rem;
  display: flex;
  align-items: center;
}
.lead-files-list .lead-file-item:before {
  content: '\e873';
  display: block;
  font-family: 'Material Icons Outlined';
  font-size: 2.4rem;
  font-weight: 400;
  margin-right: 0.7rem;
  color: #b8bac3;
}
.lead-files-list .lead-file-item + .lead-file-item {
  border-top: 1px solid #ebedf2;
}
.lead-files-list .lead-file-item .lead-file-name {
  flex-grow: 1;
}
.lead-reminders-list {
  display: grid;
  gap: 1rem;
}
.lead-reminders-list .lead-reminders-item {
  position: relative;
  padding: 1.5rem;
  border: 1px solid #ebedf2;
  border-radius: 8px;
}
.lead-reminders-list .lead-reminders-item:hover .btn-delete {
  display: block;
}
.lead-reminders-list .lead-reminders-item:hover .btn-delete:hover {
  color: #ff4652;
}
.lead-reminders-list .lead-reminder-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0.5rem 0 0;
}
.lead-reminders-list .lead-reminder-title {
  font-size: 1.4rem;
  font-weight: 600;
  flex-grow: 1;
}
.lead-reminders-list .lead-reminder-date {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 600;
  color: #5799b5;
}
.lead-reminders-list .lead-reminders-details {
  font-size: 1.3rem;
  opacity: 0.75;
  margin: 1rem -1.5rem -1rem;
  padding: 1rem 1.5rem;
  border-top: 1px solid #ebedf2;
}
.lead-reminders-list .btn-delete {
  position: absolute;
  top: 7px;
  right: 9px;
  display: none;
}
.lead-reminders-list .lead-reminder-expander {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
}
.lead-reminders-list .lead-reminder-expander .material-icons-outlined {
  font-size: 20px;
}
.lead-reminders-list .lead-reminder-expander:hover {
  color: #009cdd;
}
.user-activity-timeline {
  position: relative;
  overflow: auto;
  max-height: 600px;
}
.user-activity-timeline .ua-timeline-item {
  position: relative;
}
.user-activity-timeline .ua-timeline-item + .ua-timeline-item {
  margin-top: 1.5rem;
}
.user-activity-timeline .ua-timeline-item .ua-timeline-card {
  display: inline-flex;
  gap: 1rem;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 1rem;
}
.user-activity-timeline .ua-timeline-item .ua-timeline-card .btn {
  flex-shrink: 0;
}
.user-activity-timeline .ua-timeline-item .ua-timeline-date {
  font-size: 1.3rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.user-activity-timeline .ua-time-bubble {
  padding: 1.5rem;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  margin-top: 0.3rem;
}
.user-activity-timeline .ua-timeline-list {
  font-size: 1.3rem;
}
.user-activity-timeline .ua-timeline-list .ua-timeline-l-item {
  padding: 0.3rem 0;
}
.user-activity-timeline .ua-timeline-list .ua-timeline-value {
  font-weight: 600;
}
.lead-activity-list {
  display: grid;
  gap: 1rem;
  max-height: 600px;
  overflow: auto;
  padding: 0 2rem;
  margin: 1rem -1.5rem 0;
}
.user-activity-day-card {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 1rem;
}
.user-activity-day-card .user-activity-datetime {
  font-weight: 600;
}
.user-activity-day-card .user-activity-author {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0.5rem;
}
.lead-icon-new,
.lead-icon-active,
.lead-icon-cold {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.lead-icon-new {
  background-color: #009cdd;
}
.lead-icon-active {
  background-color: #45a45b;
}
.lead-icon-cold {
  background-color: #6a737b;
}
.lead-status-new,
.lead-status-active,
.lead-status-cold {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  color: #fff;
  border-radius: 3px;
  align-self: self-start;
}
.lead-status-new {
  background-color: #009cdd;
}
.lead-status-active {
  background-color: #45a45b;
}
.lead-status-cold {
  background-color: #6a737b;
}
.notifications-list {
  display: grid;
  gap: 1rem;
  padding: 0.5rem 0;
}
.notifications-list .notification-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr max-content;
  padding: 1.5rem 2.5rem;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  color: #13171b;
  transition: all 0.2s ease-in-out;
}
.notifications-list .notification-item:hover {
  border-color: #009cdd;
}
.notifications-list .notification-item:before {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% - 2 * 1.5rem);
  position: absolute;
  top: 1.5rem;
  left: 1.2rem;
  background: #0f172a;
}
.notifications-list .notification-item.notification-unseen {
  background: #F6F8F7;
}
.notifications-list .notification-item.notification-unseen:hover {
  background: #fff;
}
.notifications-list .notification-item.notification-unseen:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #009cdd;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
}
.notifications-list .notification-item.notification-type-5:before {
  background: #ff4652;
}
.notifications-list .notification-item.notification-type-6:before,
.notifications-list .notification-item.notification-type-7:before {
  background: #f38e1a;
}
.notifications-list .notification-item.notification-type-8:before,
.notifications-list .notification-item.notification-type-9:before {
  background: #45a45b;
}
.notifications-list .notification-item.notification-type-10:before {
  background: #009cdd;
}
.notifications-list .notification-item.notification-type-11:before {
  background: #6846bb;
}
.notifications-list .notification-date {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #7e96a1;
  align-self: start;
  margin-top: -0.8rem;
}
.notifications-list .notification-date:before {
  content: '\e8b5';
  display: block;
  font-family: 'Material Icons Outlined';
  font-size: 2.2rem;
  font-weight: 400;
}
.notifications-list .notification-content h2 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
}
.notifications-list .notification-content p {
  font-size: 1.3rem;
}
.notifications-list .notification-content a {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  color: #13171b;
  text-align: center;
  user-select: none;
  border: 1px solid #d2d2d7;
  padding: 0.5rem 1.5rem;
  background: #fff;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  vertical-align: top;
  margin: 3px 0;
}
.rea-profile-page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.rea-profile-user {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.rea-profile-card {
  padding: 2rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.rea-profile-card .p-card-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  padding: 0 2rem 1.5rem;
  border-bottom: 1px solid #ebebeb;
  margin: -0.5rem -2rem 2rem;
}
.rea-profile-card .p-card-main {
  display: flex;
}
.rea-profile-card .p-card-main .p-card-info {
  width: calc(100% + 4rem);
  padding-bottom: 0.5rem;
}
.rea-profile-card .p-card-avatar {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}
.rea-profile-card .p-card-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #969ca2;
  object-fit: cover;
}
.rea-profile-card .p-card-main-details {
  flex-grow: 1;
  padding-left: 1.5rem;
}
.rea-profile-card .p-card-name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  margin-top: 0.5rem;
}
.rea-profile-card .p-card-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  direction: ltr;
}
.rea-profile-card .p-card-rating .material-icons {
  font-size: 1.9rem;
  color: #f1a300;
  line-height: 2.4rem;
}
.rea-profile-card .p-card-rating.p-card-rating-with-listings {
  gap: 1.5rem;
  direction: ltr;
}
.rea-profile-card .p-card-rating.p-card-rating-with-listings .p-card-rating-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.rea-profile-card .p-card-rating.p-card-rating-with-listings .p-card-rating-item-stars {
  direction: ltr;
}
.rea-profile-card .p-card-rating.p-card-rating-with-listings .p-card-rating-item-listings .p-card-listings {
  font-size: 1.5rem;
  font-weight: 600;
  color: #13171b;
}
.rea-profile-card .p-card-rating.p-card-rating-with-listings .p-card-rating-item-listings .material-icons {
  color: #13171b;
}
.rea-profile-card .p-card-rating.p-card-rating-with-listings .p-card-rating-item-listings .material-icons:first-of-type {
  font-size: 2.2rem;
}
.rea-profile-card .p-card-rating.p-card-rating-with-listings a.p-card-rating-item-listings .p-card-listings {
  color: #009cdd;
  margin-right: -0.5rem;
}
.rea-profile-card .p-card-rating.p-card-rating-with-listings a.p-card-rating-item-listings .material-icons {
  color: #009cdd;
}
.rea-profile-card .p-card-score {
  font-size: 1.6rem;
  color: #6a737b;
}
.rea-profile-card .p-card-score span {
  font-weight: 600;
  color: #13171b;
}
.rea-profile-card .p-card-no-rated {
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #6a737b;
  opacity: 0.8;
}
.rea-profile-card .p-card-info {
  margin: 1.5rem -2rem 0;
  padding: 2rem 2rem;
  border-top: 1px solid #ebebeb;
}
.rea-profile-card .p-card-info .form-group {
  text-align: left;
}
.rea-profile-card .p-card-info .form-group .form-group {
  margin-bottom: 0;
}
.rea-profile-card .p-card-info .form-group:last-of-type {
  margin-bottom: 0;
}
.rea-profile-card .p-info-item + .p-info-item {
  margin-top: 1.2rem;
}
.rea-profile-card .p-info-label {
  display: flex;
}
.rea-profile-card .p-info-label span:first-child {
  flex-shrink: 0;
  color: #6a737b;
}
.rea-profile-card .p-info-label .p-info-label-text {
  flex-grow: 1;
  padding-left: 1rem;
  padding-top: 0.2rem;
}
.rea-profile-card .p-info-value {
  padding-left: 32px;
  font-weight: 600;
}
.rea-profile-card .p-phone-info-value {
  padding-left: 32px;
  font-weight: 600;
}
.manzili-rtl .rea-profile-card .p-phone-info-value {
  direction: ltr;
  display: block;
  text-align: end;
}
.rea-profile-card .p-card-actions {
  display: flex;
}
.rea-profile-card .p-card-actions .btn {
  width: calc((100% - .7rem) / 2);
}
.rea-profile-card .l-card-footer {
  font-size: 1.3rem;
  color: #6a737b;
  margin: 1.5rem -2rem 0;
  padding: 2rem 2rem 0;
  border-top: 1px solid #ebebeb;
}
.rea-profile-panel {
  padding: 1.5rem 2rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.rea-profile-panel + .rea-profile-panel {
  margin-top: 1.5rem;
}
.rea-profile-panel h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.rea-profile-panel .page-title h2 {
  margin-bottom: 0;
}
.html-content {
  position: relative;
}
.html-content > * {
  all: revert;
}
.html-content > :first-child {
  margin-top: 0;
}
.html-content > :last-child {
  margin-bottom: 0;
}
.html-content img {
  max-width: 100%;
}
.review-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.review-item {
  padding: 2rem;
  border: 1px solid #ebebeb;
  border-radius: 8px;
}
.review-item .review-header {
  display: grid;
  grid-template-columns: 68px 1fr;
}
.review-item .review-avatar {
  grid-column: 1/2;
  grid-row: 1/3;
  padding-right: 20px;
}
.review-item .review-avatar img {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #969ca2;
  object-fit: cover;
}
.review-item .review-user-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review-item .review-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}
.review-item .review-date {
  font-size: 1.3rem;
  color: #6a737b;
}
.review-item .review-comment {
  padding: 1rem 0 0;
}
.review-rating {
  display: inline-flex;
  gap: 0.1rem;
}
.review-rating .material-icons-outlined {
  position: relative;
  font-size: 1.9rem;
  color: #969ca2;
}
.review-rating.stars-1 :first-child,
.review-rating.stars-1-5 :first-child {
  color: #f1a300;
}
.review-rating.stars-2 :nth-child(-n+2),
.review-rating.stars-2-5 :nth-child(-n+2) {
  color: #f1a300;
}
.review-rating.stars-3 :nth-child(-n+3),
.review-rating.stars-3-5 :nth-child(-n+3) {
  color: #f1a300;
}
.review-rating.stars-4 :nth-child(-n+4),
.review-rating.stars-4-5 :nth-child(-n+4) {
  color: #f1a300;
}
.review-rating.stars-5 :nth-child(-n+5) {
  color: #f1a300;
}
.review-rating.stars-1-5 :nth-child(2):after {
  content: '\e838';
  display: block;
  width: 50%;
  font-family: 'Material Icons Outlined';
  font-size: 1.9rem;
  font-weight: 400;
  color: #f1a300;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.review-rating.stars-2-5 :nth-child(3):after {
  content: '\e838';
  display: block;
  width: 50%;
  font-family: 'Material Icons Outlined';
  font-size: 1.9rem;
  font-weight: 400;
  color: #f1a300;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.review-rating.stars-3-5 :nth-child(4):after {
  content: '\e838';
  display: block;
  width: 50%;
  font-family: 'Material Icons Outlined';
  font-size: 1.9rem;
  font-weight: 400;
  color: #f1a300;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.review-rating.stars-4-5 :nth-child(5):after {
  content: '\e838';
  display: block;
  width: 50%;
  font-family: 'Material Icons Outlined';
  font-size: 1.9rem;
  font-weight: 400;
  color: #f1a300;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.review-rating-score {
  padding-left: 0.5rem;
  font-weight: 600;
  color: #000;
}
@media (min-width: 575.98px) {
  .rea-profile-card .p-card-avatar {
    width: 80px;
    height: 80px;
  }
  .rea-profile-card .p-card-name {
    font-size: 2.1rem;
    line-height: 3rem;
    margin-top: 1.3rem;
  }
  .rea-profile-card .avatar-initials {
    font-size: 3.2rem;
    line-height: 7.8rem;
  }
  .rea-profile-card .p-info-item {
    display: grid;
    gap: 1rem;
    grid-template-columns: 50% 50%;
  }
  .rea-profile-card .p-info-value {
    padding-top: 0.2rem;
    padding-left: 0;
  }
  .rea-profile-card .p-phone-info-value {
    padding-top: 0.2rem;
    padding-left: 0;
  }
  .manzili-rtl .rea-profile-card .p-phone-info-value {
    direction: ltr;
    display: block;
    text-align: end;
  }
}
@media (min-width: 1199.98px) {
  .rea-profile-page {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 0;
  }
  .rea-profile-user {
    padding-right: 3rem;
    grid-row: 1 / 7;
    gap: 3rem;
  }
  .rea-profile-card .p-card-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .rea-profile-card .p-card-avatar {
    width: 110px;
    height: 110px;
  }
  .rea-profile-card .avatar-initials {
    font-size: 4.2rem;
    line-height: 10.8rem;
  }
  .rea-profile-card .p-card-main-details {
    padding-left: 0;
  }
  .rea-profile-card .p-card-name {
    margin-top: 1.5rem;
  }
  .rea-profile-card .p-card-rating {
    margin: 0.5rem 0;
  }
  .rea-profile-panel {
    padding: 2rem 3rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 8px;
  }
  .rea-profile-panel + .rea-profile-panel {
    margin-top: 3rem;
  }
}
@media (min-width: 1399.98px) {
  .rea-profile-panel .listing-card {
    margin-bottom: 0;
  }
  .rea-profile-panel .listing-card .l-specs .l-spec-item {
    flex-basis: 50%;
  }
}
.edit-rea-profile-page,
.edit-user-profile-page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 13rem;
}
.edit-rea-profile-page .rea-profile-card .form-upload > div,
.edit-user-profile-page .rea-profile-card .form-upload > div {
  position: relative;
  width: 110px;
  height: 110px;
}
.edit-rea-profile-page .rea-profile-card .form-upload > div span,
.edit-user-profile-page .rea-profile-card .form-upload > div span {
  position: absolute;
  background: #ff4652;
  color: #fff;
  font-weight: 600;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  top: 3px;
  right: 3px;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
}
.edit-rea-profile-page .rea-profile-card .form-upload > div span:after,
.edit-user-profile-page .rea-profile-card .form-upload > div span:after {
  content: '\e5cd';
  width: 24px;
  display: block;
  font-family: 'Material Icons Outlined';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 24px;
  text-align: center;
}
.edit-rea-profile-page .rea-profile-card .form-upload > div input[type="file"],
.edit-user-profile-page .rea-profile-card .form-upload > div input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
}
.edit-rea-profile-page .rea-profile-card .form-upload > div .form-upload-wrapper,
.edit-user-profile-page .rea-profile-card .form-upload > div .form-upload-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #969ca2;
  text-align: center;
  border-radius: 50%;
  padding: 1rem;
}
.edit-rea-profile-page .rea-profile-card .form-upload > div .form-upload-wrapper label,
.edit-user-profile-page .rea-profile-card .form-upload > div .form-upload-wrapper label {
  margin-bottom: 0;
  line-height: 15px;
}
@media (min-width: 991.98px) {
  .edit-rea-profile-page {
    display: grid;
    grid-template-columns: 525px 1fr;
    gap: 0;
  }
}
.edit-user-profile-page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 13rem;
}
@media (min-width: 991.98px) {
  .edit-user-profile-page {
    display: grid;
    grid-template-columns: 800px 1fr;
    margin: auto;
  }
}
.modal-mobile-preview .rea-profile-user {
  padding-right: 0;
  gap: 0;
}
.modal-mobile-preview .rea-profile-user .p-card-main {
  flex-direction: row;
  text-align: left;
}
.modal-mobile-preview .rea-profile-user .p-card-avatar {
  width: 60px;
  height: 60px;
}
.modal-mobile-preview .rea-profile-user .p-card-main-details {
  padding-left: 1.5rem;
}
.modal-mobile-preview .rea-profile-user .p-card-name {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}
.modal-mobile-preview .rea-profile-card .p-info-item {
  grid-template-columns: 1fr;
  gap: 0;
}
.modal-mobile-preview .rea-profile-card .p-info-value {
  padding-left: 32px;
  padding-top: 0;
}
.modal-mobile-preview .rea-profile-card .p-phone-info-value {
  padding-left: 32px;
  padding-top: 0;
}
.manzili-rtl .modal-mobile-preview .rea-profile-card .p-phone-info-value {
  direction: ltr;
  display: block;
  text-align: end;
}
.modal-mobile-preview .section-preview {
  margin: 0 0 1.5rem;
}
.modal-mobile-preview .rea-latest-sales .row .col-sm-6 {
  width: 100%;
}
.modal-mobile-preview .listing-card .l-specs .l-spec-item {
  flex-basis: 50%;
}
.modal-mobile-preview .page-title {
  flex-direction: column;
  align-items: flex-start;
}
.modal-mobile-preview .page-actions {
  margin-left: 0;
}
.modal-mobile-preview .page-actions .btn {
  margin-bottom: 0.2rem;
}
.additional-email-list {
  margin: 1.5rem -1.5rem -0.5rem;
}
.additional-email-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  border-top: 1px solid #ebebeb;
}
.additional-email-item:hover {
  background: #F6F8F7;
  color: #000;
}
.additional-email-item:before {
  content: '\ec0a';
  display: block;
  font-family: 'Material Icons Outlined';
  font-size: 2.4rem;
  font-weight: 400;
  margin-right: 1rem;
  color: #b8bac3;
}
.additional-email-text {
  flex-grow: 1;
}
.review-bar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.review-bar .stars-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.review-bar .stars-card .review-rating-score {
  display: none;
}
.review-bar .stars-card .review-rating .material-icons-outlined {
  font-size: 2.8rem;
  color: rgba(0, 0, 0, 0.2);
}
.review-bar .stars-card .review-rating .material-icons-outlined:after {
  font-size: 2.8rem;
}
.review-bar .stars-card .review-rating.stars-1 :first-child,
.review-bar .stars-card .review-rating.stars-1-5 :first-child {
  color: #f1a300;
}
.review-bar .stars-card .review-rating.stars-2 :nth-child(-n+2),
.review-bar .stars-card .review-rating.stars-2-5 :nth-child(-n+2) {
  color: #f1a300;
}
.review-bar .stars-card .review-rating.stars-3 :nth-child(-n+3),
.review-bar .stars-card .review-rating.stars-3-5 :nth-child(-n+3) {
  color: #f1a300;
}
.review-bar .stars-card .review-rating.stars-4 :nth-child(-n+4),
.review-bar .stars-card .review-rating.stars-4-5 :nth-child(-n+4) {
  color: #f1a300;
}
.review-bar .stars-card .review-rating.stars-5 :nth-child(-n+5) {
  color: #f1a300;
}
.review-bar .stars-card .review-rating.stars-1-5 :nth-child(2):after {
  color: #f1a300;
}
.review-bar .stars-card .review-rating.stars-2-5 :nth-child(3):after {
  color: #f1a300;
}
.review-bar .stars-card .review-rating.stars-3-5 :nth-child(4):after {
  color: #f1a300;
}
.review-bar .stars-card .review-rating.stars-4-5 :nth-child(5):after {
  color: #f1a300;
}
.review-bar .review-cards {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.review-bar .review-card-item {
  padding: 1.5rem 2rem;
}
.review-bar .review-card-value {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 3.5rem;
}
.review-bar .review-card-label {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 575.98px) {
  .review-bar .review-cards {
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: center;
  }
  .review-bar .review-card-item {
    padding: 2.1rem 3rem;
    flex-basis: 50%;
  }
  .review-bar .review-card-item.reviw-card-chart {
    flex-basis: 100%;
    padding-top: 0;
  }
}
@media (min-width: 767.98px) {
  .review-bar {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .review-bar .stars-card {
    padding: 1.5rem 3rem;
  }
}
@media (min-width: 1199.98px) {
  .review-bar .review-card-item {
    flex-basis: 25%;
  }
  .review-bar .review-card-item.reviw-card-chart {
    flex-basis: 50%;
    padding: 1.5rem 3rem 1rem;
  }
}
@media (min-width: 1399.98px) {
  .review-bar .review-card-item {
    flex-basis: 20%;
  }
  .review-bar .review-card-item.reviw-card-chart {
    flex-basis: 60%;
    padding: 1.5rem 3rem 1rem;
  }
}
.review-chart {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.review-chart .r-chart-lines {
  display: table-row;
}
.review-chart .r-chart-line {
  display: table-cell;
  height: 15px;
  width: calc(100% * var(--barsize, 1) / 100);
}
.review-chart .r-chart-line.r-chart-5 {
  background: #58a71d;
}
.review-chart .r-chart-line.r-chart-4 {
  background: #8ac44c;
}
.review-chart .r-chart-line.r-chart-3 {
  background: #fece2f;
}
.review-chart .r-chart-line.r-chart-2 {
  background: #f69679;
}
.review-chart .r-chart-line.r-chart-1 {
  background: #fb5e5e;
}
.review-chart .r-chart-values {
  display: table-row;
}
.review-chart .r-chart-value {
  display: table-cell;
  font-size: 1.2rem;
  font-weight: 600;
  padding-top: 0.5rem;
}
.review-chart-legend {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.review-chart-legend .review-legend-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.review-chart-legend .review-legend-item.review-legend-5 .review-legend-icon {
  background: #58a71d;
}
.review-chart-legend .review-legend-item.review-legend-4 .review-legend-icon {
  background: #8ac44c;
}
.review-chart-legend .review-legend-item.review-legend-3 .review-legend-icon {
  background: #fece2f;
}
.review-chart-legend .review-legend-item.review-legend-2 .review-legend-icon {
  background: #f69679;
}
.review-chart-legend .review-legend-item.review-legend-1 .review-legend-icon {
  background: #fb5e5e;
}
.review-chart-legend .review-legend-icon {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
}
.review-chart-legend .review-legend-value {
  font-size: 1.3rem;
}
@media (min-width: 575.98px) {
  .review-chart-legend .review-legend-item {
    flex-direction: row;
    align-items: center;
  }
}
.senp-calculator {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 1199.98px) {
  .senp-calculator {
    grid-template-columns: 1fr 500px;
    gap: 5rem;
  }
}
.senp-sidebar label {
  font-size: 1.5rem;
  color: #141d21;
  margin-bottom: 0;
}
.senp-sidebar label + .material-icons {
  position: relative;
  top: 5px;
  margin-left: 0.5rem;
}
.senp-sidebar label + .material-icons:hover {
  color: #009cdd;
}
.senp-sidebar .input-filled {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 2px solid #b6b2bb;
}
@media (min-width: 767.98px) {
  .senp-sidebar .input-filled {
    gap: 1.5rem;
  }
}
.senp-sidebar .input-filled.input-filled-editable {
  flex-wrap: wrap;
  margin-top: 1rem;
}
.senp-sidebar .input-filled.input-filled-editable .form-control-filled {
  flex-basis: calc(100% - 40px);
  order: 1;
}
.senp-sidebar .input-filled.input-filled-editable .btn.btn-icon-only {
  order: 2;
}
@media (min-width: 767.98px) {
  .senp-sidebar .input-filled.input-filled-editable {
    flex-wrap: nowrap;
    margin-top: 0;
  }
  .senp-sidebar .input-filled.input-filled-editable .form-control-filled {
    flex-basis: 100%;
    order: unset;
  }
  .senp-sidebar .input-filled.input-filled-editable .btn.btn-icon-only {
    order: unset;
  }
}
.senp-sidebar .input-filled:focus-within {
  border-color: #009cdd;
}
.senp-sidebar .input-filled .input-addon {
  font-size: 1.5rem;
  font-weight: 700;
}
.senp-sidebar .input-filled .form-control-filled {
  display: block;
  width: 100%;
  line-height: 2rem;
  padding: 0.3rem 0;
  background: #fff;
  font-family: inherit;
  font-size: 2.8rem;
  font-weight: 700;
  color: #13171b;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-appearance: textfield;
}
.senp-sidebar .input-filled .form-control-filled:focus {
  outline: none;
  box-shadow: none;
}
.senp-sidebar .input-filled .form-control-filled:disabled {
  background-color: #F6F8F7;
}
.senp-sidebar .input-filled .form-control-filled[readonly] {
  background-color: #fff;
  border-color: #fff;
}
.senp-sidebar .input-filled .form-control-filled[readonly]:hover {
  background-color: #fff;
  border-color: #fff;
}
.senp-sidebar .input-filled .form-control-filled.input-validation-error {
  border-color: #ff4652;
}
.senp-sidebar .input-filled .form-control-filled::-webkit-outer-spin-button,
.senp-sidebar .input-filled .form-control-filled::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.senp-sidebar .label-editable {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.senp-sidebar .label-editable .label-editable-actions {
  flex-shrink: 0;
  display: flex;
  gap: 0.5rem;
}
.senp-sidebar .label-editable .label-editable-actions .material-icons {
  cursor: pointer;
}
.senp-sidebar .label-editable .label-editable-actions .material-icons:hover {
  color: #009cdd;
}
.senp-sidebar .btn-group {
  flex-shrink: 0;
}
.senp-sidebar .btn-group > :not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -0.1rem;
}
.senp-sidebar .btn-group > :not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.senp-sidebar .btn-group > :not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.senp-sidebar .btn-group > :not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.senp-sidebar .btn-group > * {
  flex-shrink: 0;
}
.senp-sidebar .senp-info-editable {
  margin-top: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2rem;
}
.senp-sidebar .senp-info-editable > .label-editable-value {
  opacity: 0.6;
  display: inline;
}
.senp-sidebar .senp-info-editable > .material-icons {
  position: relative;
  margin-left: 0.5rem;
  margin-top: -1rem;
  top: 6px;
  cursor: pointer;
}
.senp-sidebar .senp-info-editable > .material-icons:hover {
  color: #009cdd;
}
.senp-results {
  padding: 2rem 3rem;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1199.98px) {
  .senp-results {
    align-self: start;
    position: sticky;
    top: 100px;
  }
}
.senp-results .senp-results-profit {
  text-align: center;
  margin: 1rem -3rem 2rem;
  padding: 0 3rem 3rem;
  border-bottom: 1px solid #ebebeb;
}
.senp-results .senp-results-label {
  font-size: 1.8rem;
  font-weight: 700;
}
.senp-results .senp-results-value {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4rem;
  color: #009cdd;
}
.senp-results .senp-results-list {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 575.98px) {
  .senp-results .senp-results-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.senp-results .senp-item {
  text-align: center;
}
.senp-results .senp-i-label {
  font-size: 1.3rem;
  font-weight: 600;
  color: #6a737b;
}
.senp-results .senp-i-value {
  font-size: 1.6rem;
  font-weight: 700;
  color: #13171b;
  line-height: 1.8rem;
}
.terms-and-conditions-container td {
  padding: 10px;
}
.terms-and-conditions-grid-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(40px, auto);
  padding: 10px;
}
.terms-and-conditions-grid-second-column {
  grid-column: 2/7;
}
.portfolio-hero {
  position: relative;
}
.portfolio-hero .portfolio-hero-bg {
  position: relative;
  height: 250px;
}
.portfolio-hero .portfolio-hero-bg img {
  width: -webkit-fill-available;
  height: 100%;
  object-fit: cover;
}
.portfolio-hero .portfolio-hero-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 575.98px) {
  .portfolio-hero .portfolio-hero-bg {
    height: 300px;
  }
}
@media (min-width: 767.98px) {
  .portfolio-hero .portfolio-hero-bg {
    height: 400px;
  }
}
@media (min-width: 991.98px) {
  .portfolio-hero .portfolio-hero-bg {
    height: 700px;
  }
}
@media (min-width: 1199.98px) {
  .portfolio-hero .portfolio-hero-bg:before {
    width: 70%;
  }
}
@media (min-width: 1399.98px) {
  .portfolio-hero .portfolio-hero-bg:before {
    width: 56%;
  }
}
.portfolio-section {
  padding: 2rem 0 2rem;
}
.portfolio-section .portfolio-section-title {
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
  margin-top: -2rem;
}
@media (min-width: 575.98px) {
  .portfolio-section .portfolio-section-title {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
  }
}
@media (min-width: 767.98px) {
  .portfolio-section .portfolio-section-title {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
  }
}
@media (min-width: 991.98px) {
  .portfolio-section {
    padding: 2rem 0 2rem;
  }
  .portfolio-section .portfolio-section-title {
    font-size: 3.4rem;
    font-weight: 600;
    text-align: center;
  }
}
.portfolio-page-title {
  align-items: center;
  min-height: 40px;
  flex-shrink: 0;
  text-align: center;
}
.portfolio-page-title h1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
}
.portfolio-page-subtitle {
  font-size: 1.5rem;
  text-align: center;
}
.portfolio-page-subtitle > :not(:first-child) {
  text-align: initial !important;
}
.portfolio-page-subtitle > :not(:nth-child(2)) {
  text-align: initial !important;
}
.portfolio-page-subtitle > :nth-child(2) {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
.portfolio-section-subtitle {
  font-size: 1.7rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.portfolio-section-subtitle > :not(:first-child) {
  text-align: initial !important;
}
.portfolio-categories-container {
  justify-content: center;
}
.portofolio-link {
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */