.rtl {
  direction: rtl;
  text-align: right;
}
.rtl body .ui-datatable thead th {
  text-align: right;
}

.ltr {
  direction: ltr;
  text-align: left;
}

.pages-body {
  height: 100vh;
}
.pages-body .topbar {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background-color: #1565C0;
  z-index: 100;
}
.pages-body .topbar .topbar-left img {
  height: 2rem;
}
.pages-body .topbar .ui-button.ui-button-flat.ui-button-plain {
  color: #ffffff;
}
.pages-body .pages-panel {
  text-align: center;
  z-index: 200;
}
.pages-body .pages-panel.card {
  border: 1.5px solid var(--divider-color);
  border-radius: 6px;
}
.pages-body .pages-panel.card img {
  width: 100%;
}
.pages-body .pages-panel.card > .card {
  background-color: var(--content-alt-bgcolor);
}
.pages-body .pages-panel .pages-header {
  margin-top: -3rem;
  color: var(--primary-color-text);
  border: 1.5px solid var(--divider-color);
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
}
.pages-body .pages-panel .pages-header h2 {
  margin: 0;
}
.pages-body .pages-panel .pages-detail {
  color: var(--text-secondary-color);
}

.order-badge {
  border-radius: 2px;
  padding: 0.25em 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3px;
}
.order-badge.order-delivered {
  background: #C8E6C9;
  color: #256029;
}
.order-badge.order-cancelled {
  background: #FFCDD2;
  color: #C63737;
}
.order-badge.order-pending {
  background: #FEEDAF;
  color: #8A5340;
}
.order-badge.order-returned {
  background: #ECCFFF;
  color: #694382;
}

.product-badge {
  border-radius: 2px;
  padding: 0.25em 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3px;
}
.product-badge.status-instock {
  background: #C8E6C9;
  color: #256029;
}
.product-badge.status-outofstock {
  background: #FFCDD2;
  color: #C63737;
}
.product-badge.status-lowstock {
  background: #FEEDAF;
  color: #8A5340;
}

.customer-badge {
  border-radius: 2px;
  padding: 0.25em 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3px;
}
.customer-badge.status-qualified {
  background: #C8E6C9;
  color: #256029;
}
.customer-badge.status-unqualified {
  background: #FFCDD2;
  color: #C63737;
}
.customer-badge.status-negotiation {
  background: #FEEDAF;
  color: #8A5340;
}
.customer-badge.status-new {
  background: #B3E5FC;
  color: #23547B;
}
.customer-badge.status-renewal {
  background: #ECCFFF;
  color: #694382;
}
.customer-badge.status-proposal {
  background: #FFD8B2;
  color: #805B36;
}

.filter-container .ui-inputtext {
  width: 400px;
}

.ui-selection-column {
  width: 2rem;
}

@media (max-width: 640px) {
  .ui-datatable-reflow .ui-datatable-data td[role=gridcell] .ui-column-title {
    margin: 0 0 5px;
  }
  .filter-container {
    width: 100%;
    margin-top: 0.5rem;
  }
  .filter-container .ui-inputtext {
    width: 100%;
  }
  .ui-selection-column {
    width: auto;
    text-align: center;
  }
  .ui-selection-column .ui-column-title {
    display: none !important;
  }
}
::-webkit-scrollbar {
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #fec32e #f0f0f0;
  width: 15px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  background: #f0f0f0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fec32e;
  scrollbar-color: #fec32e #f0f0f0;
  border-radius: 10px;
}

/* Handle on hover */
body {
  background: white;
}
body .iconFilter {
  padding: 5px;
  border-radius: 5px;
  height: fit-content;
  margin: auto 2.55px;
  color: #3b668e;
  box-shadow: inset 0 0 0 0;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
body .iconFilter.active, body .iconFilter:hover {
  color: #ffffff;
  box-shadow: inset 0 0 20px 4px #3b668e;
}
body .selectFilter {
  width: fit-content !important;
  min-width: 200px;
  padding: 7px !important;
  border-radius: 5px;
  border-color: #3b668e;
  margin: 0 5px;
  outline: none;
}
body .d-flex {
  display: flex !important;
}
body .m-auto {
  margin: auto !important;
}
body .text-center {
  text-align: center !important;
}
body .m-lf-5 {
  margin: 0 5px !important;
}
body .d-flex-dir-column {
  display: flex !important;
  flex-direction: column !important;
}
body .enterMarkicons .fa-circle {
  height: fit-content;
  width: auto;
  border-radius: 50%;
  margin: 9px 25px 0 5px;
}
body .d-flex-dir-row {
  display: flex !important;
  flex-direction: row !important;
}
body .d-flex-dir-row .fa.fa-fw {
  margin: 6px;
}
body .lableStyle {
  margin: 0 0 5px;
  padding: 5.6px;
  text-align: justify;
  width: fit-content;
}
body .flexWarp {
  flex-wrap: wrap;
}
body .flexGrow {
  flex-grow: 1;
}
body .widMax {
  width: max-content;
}
body .d-none {
  display: none !important;
}
body .m-0 {
  margin: 0 !important;
}
body .mt-0 {
  margin-top: 0 !important;
}
body .mb-0 {
  margin-bottom: 0 !important;
}
body .mt-5 {
  margin-top: 5px !important;
}
body .mt-4 {
  margin-top: 4px !important;
}
body .mt-20 {
  margin-top: 20px !important;
}
body .mt-10 {
  margin-top: 10px !important;
}
body .mt-15 {
  margin-top: 15px !important;
}
body .mr-10 {
  margin-right: 10px !important;
}
body .mr-15 {
  margin-right: 15px !important;
}
body .mr-5 {
  margin-right: 5px !important;
}
body .mr-20 {
  margin-right: 20px !important;
}
body .ml-5 {
  margin-left: 5px !important;
}
body .mLR-5 {
  margin: 0 5px !important;
}
body .widFit {
  width: fit-content !important;
}
body .padForm {
  padding: 15px 1.4rem !important;
}
body .b-dash {
  border: 1px dashed #a1a1a1 !important;
}
body .widfill {
  width: -webkit-fill-available !important;
  width: -moz-available !important;
}
body .wid100 {
  width: 100% !important;
}
body .wid90 {
  width: 90%;
}
body .wid80 {
  width: 80%;
}
body .wid70 {
  width: 70%;
}
body .wid60 {
  width: 60%;
}
body .wid50 {
  width: 50%;
}
body a.linkTopBar {
  font-size: 14px;
  color: #3b668e;
  margin: auto 5px;
  font-weight: bold;
  text-decoration: none;
  padding: 0.75rem 0;
}
body a.designTopBtn {
  background: #fec32e;
  width: 250px;
  margin: 10px auto;
  border-radius: 30px;
  padding: 10px;
  color: #3b668e !important;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #3b668e;
}
body a.designTopBtn:hover {
  text-decoration: none;
  box-shadow: 0 0 10px;
}
body .ui-menu.BtnTopBar {
  border: none;
  justify-content: center;
  display: flex;
}
body .ui-menu.BtnTopBar ul.ui-menu-list {
  height: fit-content;
  margin: auto;
  z-index: 9999 !important;
  padding: 0 !important;
}
body .ui-menu.BtnTopBar ul.ui-menu-list .navLink a {
  background: transparent !important;
  border-radius: 5px;
}
body .ui-menu.BtnTopBar ul.ui-menu-list .navLink ul li.ui-menuitem:hover a.ui-menuitem-link {
  background: rgba(59, 102, 142, 0.6901960784) !important;
}
body .ui-menu.BtnTopBar ul.ui-menu-list .navLink ul li.ui-menuitem:hover a.ui-menuitem-link .ui-menuitem-text {
  color: white !important;
}
body .ui-menu.BtnTopBar a .ui-menuitem-text, body .ui-menu.BtnTopBar a .ui-icon {
  font-size: 14px;
  font-weight: bold;
  color: #3b668e !important;
}
body .briefcaseBtn {
  color: #3b668e;
  font-size: 14px;
  font-weight: bold;
}
body .briefcaseBtn.pi-briefcase:before {
  font-size: 20px;
}
body .numBriefcaseBtn {
  position: absolute;
  background: #fec32e;
  border-radius: 50%;
  padding: 0 7px 1px;
  color: white;
  top: -12px;
  left: -15px;
}
body .contentTopBar {
  font-weight: bold;
  font-size: 14px;
  margin: 5px auto;
  width: 250px;
}
body .headerTopBar {
  color: #3b668e;
  font-weight: bold;
  font-size: 35px;
  margin: auto 5px;
}
body .d1 {
  animation: popup 10s ease alternate infinite;
}
@keyframes popup {
  0% {
    transform: translate(80vw, 150px);
  }
  100% {
    transform: translate(85vw, 50px);
  }
}
body .d2 {
  animation: popu2 10s ease alternate infinite;
}
@keyframes popu2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(50px);
  }
}
body .contentBookSec {
  font-size: 18px;
  width: 70%;
  text-align: center;
  color: #3b668e;
  margin: 20px auto;
}
body .secBook .linkBookSec {
  width: 80%;
  margin: auto;
}
body .secBook .linkBookSec div {
  position: relative;
  width: 33.33%;
}
body .secBook .linkBookSec div .designTopBtn {
  background: #FFFBF5;
  width: -webkit-fill-available;
  min-height: 70px;
  margin: 10px;
  border-radius: 30px;
  padding: 0;
  color: #3b668e !important;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #FECC4D;
}
body .secBook .linkBookSec div .designTopBtn:hover {
  box-shadow: 0 0 10px rgba(255, 208, 89, 0.5607843137);
}
body .secBook .linkBookSec div .IconLinkBook {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 3vw;
  transform: translate(0, -50%);
}
body .secBook .ui-button.plusBtn {
  background: transparent;
  color: #3b668e;
  border: 2px solid;
  margin: 10px auto !important;
  border-radius: 15px;
  padding: 0 25px;
}
body .secBook .ui-button.plusBtn .ui-button-text {
  font-size: 14px;
}
body .secBook .ui-button.plusBtn .ui-icon {
  font-size: 14px;
  font-weight: bold;
  top: 40%;
  left: 1.5vw;
}
body .secAboutUS {
  padding: 30px 0;
  background: #FFFBF5;
}
body .secAboutUS .secLocations {
  width: 80%;
  margin: auto;
}
body .secAboutUS .secLocations .Location {
  width: 40%;
  flex-grow: 1;
  color: #3b668e;
  margin: 10px;
}
body .secAboutUS .secLocations .Location .header {
  border: none;
  font-size: 14px;
  padding: 0;
  font-weight: bold;
}
body .secInputAbout .header {
  border: none;
  color: #3b668e;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 5px;
}
body .secInputAbout input, body .secInputAbout textarea {
  border: 2px solid #3b668e;
  margin: 0 0 15px 5px;
  border-radius: 15px;
  flex-grow: 1;
}
body .secInputAbout .email {
  direction: ltr;
  text-align: left;
}
body .secInputAbout .ui-inputphone {
  margin: 0 0 15px 5px;
  border-radius: 15px;
}
body .secInputAbout .ui-inputphone .iti, body .secInputAbout .ui-inputphone .ui-inputfield {
  width: 100%;
  width: -webkit-fill-available !important;
  position: relative;
}
body .footer {
  background: #3b668e;
}
body .footer .visaImg {
  height: 25px;
  padding: 0 7px;
  margin: 10px 0 0;
  border-left: 1px solid #fec32e;
}
body .footer .visaImg:last-child {
  border: none;
}
body .footer .visaImg:first-child {
  padding: 0 0 0 7px;
}
body .footer .secFooter {
  width: 30%;
  flex-grow: 1;
}
body .footer .secFooter .headerFooter {
  color: #fec32e;
  font-size: 14px;
  font-weight: bold;
  margin: 7px 0;
}
body .footer .secFooter .linkFooter {
  color: white;
}
body .footer .copyRight {
  color: white;
  padding: 10px;
}
body .footer .linkFooter {
  font-size: 14px;
  margin: 2.5px 5px;
  width: fit-content;
}
body .hero-section {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  direction: ltr;
}
body .hero-section .hero-section .ui-widget {
  direction: ltr;
}
body .hero-section .card-grid {
  display: flex;
  flex-direction: row;
  width: 75%;
  margin: auto;
  overflow: hidden;
  padding: 10px 0;
  flex-wrap: nowrap;
}
body .hero-section .card {
  direction: rtl;
  list-style: none !important;
  position: relative !important;
  margin: 5px 10px !important;
  width: 33.3% !important;
  min-width: 31%;
  transition: 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  border: 1px solid #3b668e;
  border-radius: 5px;
  padding: 20px;
  background: #3b668e;
}
body .hero-section .card:hover {
  box-shadow: 0 0 10px #3e3e3e;
}
body .hero-section .card__background {
  width: 100%;
  height: 210px;
  transform-origin: center;
  border-radius: 5px;
}
body .hero-section .card__content {
  bottom: 15px;
  right: 15px;
  padding: 5px 10px;
  text-align: end;
}
body .hero-section .card__heading {
  font-size: 1rem;
  color: #000000;
}
body .hero-section .card__heading span {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .hero-section .pi-chevron-left .arrowSlider {
  stroke: #3b668e;
}
body .hero-section .pi-chevron-left {
  position: absolute;
  top: 50%;
  left: 9%;
  transform: translate(-50%, -50%);
  color: #3b668e;
  padding: 15px;
  font-size: 2rem;
  box-shadow: inset 0 0 1px 1px #3b668e;
  border-radius: 50%;
  transition: 0.7s ease-in-out;
  cursor: pointer;
}
body .hero-section .pi-chevron-left:hover {
  box-shadow: inset 0 0 50px 1px #3b668e;
  color: white;
}
body .hero-section .pi-chevron-left:hover .arrowSlider {
  stroke: #ffffff;
}
body .hero-section .pi-chevron-left.empty {
  opacity: 0.5;
  cursor: inherit;
  transition: 0s;
}
body .hero-section .pi-chevron-left.empty:hover {
  box-shadow: inset 0 0 1px 1px #3b668e;
  color: #3b668e;
}
body .hero-section .pi-chevron-right {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(-50%, -50%);
  color: #3b668e;
  padding: 15px;
  font-size: 2rem;
  box-shadow: inset 0 0 1px 1px #3b668e;
  border-radius: 50%;
  transition: 0.7s ease-in-out;
  cursor: pointer;
}
body .hero-section .pi-chevron-right:hover {
  box-shadow: inset 0 0 50px 1px #3b668e;
  color: white;
}
body .hero-section .pi-chevron-right.empty {
  opacity: 0.5;
  cursor: inherit;
  transition: 0s;
}
body .hero-section .pi-chevron-right.empty:hover {
  box-shadow: inset 0 0 1px 1px #3b668e;
  color: #3b668e;
}
body .hero-section .pi-chevron-right .arrowSlider {
  stroke: #3b668e;
  transform: rotate(180deg);
}
body .hero-section .pi-chevron-right:hover .arrowSlider {
  stroke: #ffffff;
}
body .hero-section .userName {
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin: 2.5px 0;
}
body .hero-section .comment {
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin: 10px;
}
body .hero-section .posName {
  font-size: 18px;
  font-weight: bold;
  color: #d7d7d7;
  margin: 2.5px 0;
}
body .hero-section .pi.pi-star-fill, body .hero-section .pi.pi-star {
  margin: 2.5px;
  color: #fec32e;
}
@media (min-width: 540px) {
  body .hero-section .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  body .hero-section .card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
body .proDevStages {
  width: 90%;
  margin: 10px auto 40px;
  max-width: 1000px;
}
body .proDevStagesMob {
  display: none;
}
@media screen and (max-width: 992px) {
  body .proDevStagesMob {
    width: 90%;
    margin: 10px auto 40px;
    max-width: 450px;
    display: block;
  }
  body .proDevStages {
    display: none;
  }
}
body .ui-field .ui-selectonemenu, body .ui-field .ui-inputtext, body .ui-field .ui-inputtextarea, body .ui-field .ui-password, body .ui-field select {
  border-radius: 5px;
  border-color: #3b668e;
  margin: 10px 5px 15px;
  width: -webkit-fill-available;
  padding: 0.75rem 0.75rem;
  outline: none;
}
body .ui-field .ui-selectonemenu:hover, body .ui-field .ui-inputtext:hover, body .ui-field .ui-inputtextarea:hover, body .ui-field .ui-password:hover, body .ui-field select:hover {
  box-shadow: 0 0 5px rgba(72, 111, 148, 0.56), 0 0 5px rgba(72, 111, 148, 0.56), 0 0 5px rgba(72, 111, 148, 0.56), 0 0 5px rgba(72, 111, 148, 0.56);
}
body .ui-field .ui-selectonemenu.ui-state-focus, body .ui-field .ui-inputtext.ui-state-focus, body .ui-field .ui-inputtextarea.ui-state-focus, body .ui-field .ui-password.ui-state-focus, body .ui-field select.ui-state-focus {
  box-shadow: 0 0 5px rgba(72, 111, 148, 0.56), 0 0 5px rgba(72, 111, 148, 0.56), 0 0 5px rgba(72, 111, 148, 0.56), 0 0 5px rgba(72, 111, 148, 0.56);
}
body .ui-fieldset {
  border-radius: 10px;
  border: 1px solid #fec32e;
  padding: 15px;
  margin: 45px 15px;
}
body .ui-fieldset .ui-fieldset-legend .mainPnlProjectTitle {
  font-size: 18px;
  color: #fec32e;
}
body .ui-panel.boxShadow {
  box-shadow: 0 0 10px #e6e6e6;
  padding: 10px 15px;
}
body .ui-button {
  margin: 5px;
}
body .popChart {
  max-height: 350px;
  width: 330px;
  box-shadow: 0 0 7px rgba(206, 206, 206, 0.86);
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 25px;
  background: white;
  padding: 10px 15px;
  z-index: 999;
  display: none;
  overflow-y: auto;
  direction: ltr;
}
body .ui-datatable.styleDataTable thead th {
  background: #3b668e;
  color: rgba(255, 255, 255, 0.87);
  border: 1px solid #ffffff !important;
  text-align: center;
}
body .ui-datatable.styleDataTable .ui-datatable-data > tr > td {
  border: 1px solid #e4e4e4 !important;
}
body .grid {
  margin: 0;
}
body .select-wrapper {
  margin: auto 10px;
}
body .select-wrapper div {
  background: transparent;
}
body .select-wrapper div span, body .select-wrapper div .ui-icon {
  color: #3b668e !important;
}
body .select-wrapper .ui-selectonemenu .ui-inputfield {
  padding-right: 2rem !important;
}
body .select-wrapper .ui-selectonemenu .ui-inputfield span {
  font-size: 1rem;
}
body .select-wrapper .ui-selectonemenu .ui-inputfield span img {
  width: 23px !important;
  height: 15px !important;
  margin: 5px 5px 0 !important;
}
body .flag-icon {
  width: 35px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 25%;
  left: 60%;
  transform: translateX(-50%);
}
body #langSelect {
  border: 0;
  font-size: 14px;
  font-family: "MadaniArabic", Arial, sans-serif;
  color: #3b668e;
  font-weight: bold;
  cursor: pointer;
}
body #langSelect:focus-visible {
  border: 0;
  outline: 0;
}
body .flag-icon.flag-en {
  background: url("/jakarta.faces.resource/styles/flag/uk.png.xhtml?ln=demo&v=1752763161913");
  background-size: 100% 100%;
}
body .flag-icon.flag-ar {
  background: url("/jakarta.faces.resource/styles/flag/ar.png.xhtml?ln=demo&v=1752763161913");
  background-size: 100% 100%;
}
body .flag-icon.flag-trk {
  background: url("/jakarta.faces.resource/styles/flag/trk.png.xhtml?ln=demo&v=1752763161913");
  background-size: 100% 100%;
}
body .userLoginInfoSec {
  position: relative;
  display: flex;
}
body .userLoginInfoSec .ui-button.userLoginInfo.ui-state-focus {
  background: transparent;
}
body .userLoginInfoSec .secLinkInfoSec {
  display: none;
  min-width: 200px;
  position: absolute;
  z-index: 9999;
  background: white;
  border-radius: 5px;
  top: 20px;
  left: -50px;
  text-align: center;
  width: max-content;
  box-shadow: 0 4px 10px #9a9a9a;
}
body .userLoginInfoSec .secLinkInfoSec.show {
  display: block;
}
body .userLoginInfoSec .secLinkInfoSec .ui-menu.BtnTopBar, body .userLoginInfoSec .secLinkInfoSec a.linkTopBar {
  width: -webkit-fill-available;
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 0;
}
body .viewChart {
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 10px;
}
body .viewChart .product-description {
  overflow: auto;
  max-height: 175px;
}
body .viewChart .product-list-item img {
  margin: auto;
  width: 175px;
  height: 150px;
}
body .viewChart .product-list-action {
  margin: auto;
  min-width: auto !important;
}
body .viewChart .add-to-cart-btn {
  margin: auto;
}
body .popImgProductView {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 3px;
  box-shadow: 0 0 7px rgba(255, 183, 0, 0.3803921569);
  border-radius: 10px;
  max-width: 500px;
}
body .popImgProductView img {
  border-radius: 5px;
  width: 100%;
}
body .layoutProductView {
  display: none;
  background: rgba(0, 0, 0, 0.3019607843);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
body .close {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  left: 10px;
  top: 10px;
  cursor: pointer;
}
body .close:hover::before, body .close:hover::after {
  background: red;
}
body .close::before, body .close::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}
body .close::before {
  transform: rotate(45deg);
}
body .close::after {
  transform: rotate(-45deg);
}
body .close.blades::before, body .close.blades::after {
  border-radius: 5px 0;
}
body .sortSec {
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 10px;
}
body .colStyleSec {
  width: 300px;
  height: fit-content;
  min-height: 300px;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
body .colStyleSec.show {
  width: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}
body .colStyleSec.show .ui-panel-content {
  display: none;
}
body .couponDetails {
  margin-left: 10px;
  height: 100%;
}
body .secNavLink .navLink {
  position: relative;
  text-decoration: none;
}
body .secNavLink .navLink:hover {
  transform: scaleX(1);
}
body .secNavLink .navLink:hover::after {
  text-decoration: none;
  transform: scaleX(1);
}
body .secNavLink .navLink::after {
  height: 2px;
  width: 100%;
  background: #fec32e;
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  transform: scaleX(0);
  transition: 0.3s ease-in-out;
}
body[dir=ltr] .couponDetails {
  margin-right: 10px;
  margin-left: 0;
}

layout-rtl .ui-selectonemenu-panel .ui-selectonemenu-list-item {
  text-align: right !important;
}

.ui-outputlabel .ui-outputlabel-rfi {
  color: red;
}

.field {
  margin-bottom: 0.6rem;
}

.ui-selectoneradio {
  line-height: 38px;
}

.ui-outputlabel .ui-outputlabel-rfi {
  color: red;
}

.field {
  margin-bottom: 0.6rem;
}

@font-face {
  font-family: "MadaniArabic";
  font-style: normal;
  font-weight: 400;
  src: url("/jakarta.faces.resource/MadaniArabic-Regular.woff2.xhtml?ln=font&v=1752763161913") format("woff2"), url("/jakarta.faces.resource/MadaniArabic-Regular.woff.xhtml?ln=font&v=1752763161913") format("woff"), url("/jakarta.faces.resource/MadaniArabic-Regular.ttf.xhtml?ln=font&v=1752763161913") format("truetype"), url("/jakarta.faces.resource/MadaniArabic-Regular.eot.xhtml?ln=font&v=1752763161913") format("embedded-opentype"); /* IE 6-8 */
}
body {
  font-family: "MadaniArabic", Arial, sans-serif;
  font-size: 14px !important;
  /*user-select: none;*/
}

body .ui-button.rounded-button.ui-button-icon-only.ui-button-icon-only.buttonHeader {
  height: 42px;
  border-radius: 20px 0 0 20px;
  margin: 31px 0 0 17px;
  background: transparent;
  left: 30px;
  color: #3b668e;
}

.allBug {
  border-top: 2px solid #e7e7e7;
}
.allBug button:hover {
  box-shadow: 0 0 10px #a7a7a7;
}

.textTotal {
  color: #f7b100;
  font-weight: bold;
}

.priceText {
  margin: 0 10px;
}

.animationTopSec {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.animationTopSec .animationTopPanel {
  width: 50%;
}

body .ui-messages:empty {
  display: none;
}

.topbardesign {
  border-bottom: 5px solid #3b668e;
  padding: 0 15px 20px 0;
}
.topbardesign .menuLinkDes {
  width: 33.33%;
  justify-content: center;
}
.topbardesign .sec1 {
  width: 33.33%;
  justify-content: center;
}
.topbardesign .sec1 a {
  margin-top: 20px;
}
.topbardesign .sec1 a img {
  width: 200px;
}
.topbardesign .menuIconRes {
  width: 33.33%;
  justify-content: end;
}
.topbardesign .sec3 {
  width: 25%;
}

body .ui-button.rounded-button.ui-button-icon-only.ui-button-icon-only.loginBtnRes {
  min-width: 45px;
  min-height: 45px;
  width: auto;
  padding: 0;
  color: #3b668e;
  background: transparent;
  margin: auto 10px !important;
  display: none;
}
body .ui-button.rounded-button.ui-button-icon-only.ui-button-icon-only.loginBtnRes .ui-icon.pi-sign-in {
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  border: 2px solid;
  border-radius: 10px;
  position: initial;
  margin: 0 !important;
}
body .ui-button.rounded-button.ui-button-icon-only.ui-button-icon-only.loginBtnRes .ui-icon.pi-sign-in:hover {
  box-shadow: 0 0 10px rgba(59, 102, 142, 0.63);
}

.secContentUS {
  flex-direction: column !important;
}
.secContentUS .secInputAbout {
  width: 50%;
}
.secContentUS .sec1 {
  width: 50%;
}

body .menuIcon {
  margin: auto auto auto 20px;
  display: none !important;
  position: relative;
}
body .menuIcon .pi.pi-th-large {
  font-size: 30px;
  color: #3b668e;
  cursor: pointer;
}
body .menuIcon .secMenuIcon {
  flex-direction: column;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 7px #bbbbbb;
  text-align: center;
  position: absolute;
  top: 45px;
  right: 0;
  width: max-content;
  z-index: 999;
  display: none;
}
body .menuIcon .secMenuIcon a {
  margin: 0;
  border-radius: 10px;
  padding: 10px 0;
}
body .menuIcon .secMenuIcon a:hover, body .menuIcon .secMenuIcon a.ui-state-hover {
  background: #3B668E !important;
  color: white;
  text-decoration: none;
}
body .menuIcon .secMenuIcon a:hover span, body .menuIcon .secMenuIcon a.ui-state-hover span {
  color: white !important;
}
body .menuIcon .secMenuIcon div {
  padding: 0;
}
body .briefcaseSec .popSec {
  cursor: pointer;
  position: relative;
  margin: auto auto auto 10px;
  width: fit-content;
}
body .loginDialog .ui-dialog-content {
  padding: 0 30px 20px !important;
}
body .loginDialog .ui-tabs .ui-tabs-nav {
  width: fit-content;
  margin: 5px auto !important;
  border-bottom: 0 !important;
}
body .loginDialog .ui-tabs .ui-tabs-nav:before {
  display: none;
}
body .loginDialog .ui-tabs .ui-tabs-nav li.ui-tabs-header {
  border: 0 !important;
}
body .loginDialog .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active {
  border-bottom: 3px solid #fec32e !important;
}
body .loginDialog .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active a {
  font-weight: bold;
}
body .itemCart {
  border-radius: 5px;
  justify-content: center;
  width: 100%;
  direction: ltr;
  margin-bottom: 5px;
  padding: 10px;
  cursor: pointer;
}
body .itemCart:hover {
  box-shadow: 0 0 10px #fbe09c;
}
body .itemCart:last-child {
  border-bottom: 0;
}
body .itemCart .imgCartItem {
  margin: auto 10px auto 0;
  width: 75px;
  height: 75px;
  border-radius: 10px;
}
body .itemCart .contCart {
  width: 100%;
}
body .itemCart .subItem {
  font-size: 12px;
  text-align: inherit;
  margin-bottom: 5px;
  color: #3b668e;
  font-weight: bold;
}
body .itemCart .priceItem {
  font-weight: bold;
  text-align: inherit;
  margin-bottom: 5px;
  color: #f7b100;
}
body .itemCart .QtyItem {
  font-size: 12px;
  color: #3b668e;
}
body .itemCart .numQty {
  font-size: 12px;
  margin: auto 5px;
  color: #3b668e;
}
body .product-list-item {
  display: flex;
  justify-content: center;
  padding: 10px 20px;
}
body .product-list-item .imgCartItem {
  width: 125px;
  height: 125px;
  border-radius: 5px;
  box-shadow: 0 0 7px #c2c2c2;
}
body .product-list-item .product-list-detail {
  width: 100%;
  padding: 0 15px 0 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
body .product-list-item .product-list-detail .product-name {
  font-size: 18px;
  font-weight: bold;
  color: #486f94;
  margin-bottom: 7px;
}
body .product-list-item .product-list-action {
  width: fit-content;
  min-width: 150px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
body .product-list-item .product-list-action .add-to-cart-btn {
  background: #ffb700;
}
body .ui-paginator {
  display: flex;
  justify-content: center;
}
body .ui-paginator.ui-paginator-top {
  display: none;
}
body .ui-paginator .ui-paginator-pages {
  justify-content: center;
  display: flex;
  flex-direction: row;
}
body .ui-paginator .ui-paginator-pages .ui-paginator-page {
  margin: auto 2.5px;
  line-height: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  box-shadow: inset 0 0 0 0 #fdb601;
  transition: 0.3s ease-in-out;
}
body .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-active {
  background: rgb(255, 183, 0);
  color: #ffffff;
  font-weight: bold;
}
body .ui-paginator .ui-paginator-pages .ui-paginator-page:hover {
  box-shadow: inset 0 0 25px 1px #fdb601;
}
body .ui-chkbox.footer_CheckBox .ui-chkbox-box {
  margin: auto 5px;
  border-radius: 16px;
  border-color: white !important;
  background: #3b668e;
}
body .ui-chkbox.footer_CheckBox .ui-chkbox-box .ui-chkbox-icon:before {
  top: 5px;
  left: 2px;
}
body .filterBtnSec {
  margin: 10px;
  flex-direction: row-reverse !important;
}
body[dir=rtl] .ui-paginator .ui-paginator-first,
body[dir=rtl] .ui-paginator .ui-paginator-prev,
body[dir=rtl] .ui-paginator .ui-paginator-next,
body[dir=rtl] .ui-paginator .ui-paginator-last {
  transform: rotate(180deg);
}
body .infoChart {
  width: 40%;
  min-width: 415px;
}
body .ui-button.userLoginInfo {
  margin: auto 30px auto 0 !important;
}
body .copyRightDiv {
  border-top: 1px solid #d7d7d7;
  text-align: center;
  padding: 10px 0 18px;
  position: relative;
}
body .copyRightDiv .payPalDiv {
  position: absolute;
  left: 0;
  top: 0;
}

body[dir=ltr] .menuIcon {
  margin: auto 20px auto auto;
}
body[dir=ltr] .product-list-item .product-list-detail {
  padding: 0 0 0 15px;
}
body[dir=ltr] .ui-button.rounded-button.ui-button-icon-only.ui-button-icon-only.buttonHeader {
  left: auto;
  right: 30px;
  margin: 31px 17px 0 0;
}
body[dir=ltr] .ui-inputfield.search-input {
  padding: 7px 31px 7px 25px;
  border-radius: 0 7px 7px 0;
}
body[dir=ltr] .flag-icon {
  left: 50%;
}
body[dir=ltr] .numBriefcaseBtn {
  left: auto;
  right: -15px;
}
body[dir=ltr] .secBook .ui-button.plusBtn .ui-icon {
  top: 50%;
}
body[dir=ltr] .ui-button.loginBtn, body[dir=ltr] .ui-button.ui-linkbutton.loginBtn {
  margin: auto 0 auto auto !important;
}

@media screen and (max-width: 1024px) {
  body .menuIconRes {
    width: 70%;
  }
  body .secBook .linkBookSec div {
    width: 50%;
  }
  body .topbardesign {
    padding: 0 15px 20px;
  }
  body .topbardesign .sec1 {
    width: auto;
  }
  body .topbardesign .sec1 a img {
    height: 50px;
  }
  body .topbardesign .menuIconRes {
    width: auto;
    justify-content: end;
    flex-grow: 1;
  }
  body .infoChart {
    width: auto;
    min-width: auto;
  }
  body .select-wrapper {
    margin: 25px 10px 0;
  }
  body .menuIcon {
    display: inline-block !important;
    margin: 30px auto auto 15px !important;
  }
  body .menuIcon .secMenuIcon.show {
    display: flex;
  }
  body .briefcaseSec .popSec {
    margin: 34px auto auto 10px;
    width: fit-content;
  }
  body .menuLinkDes {
    display: none !important;
  }
  body .hero-section .card {
    min-width: 85%;
  }
  body .secContentUS {
    flex-direction: column !important;
  }
  body .secContentUS .secInputAbout {
    width: 100%;
  }
  body .secContentUS .sec1 {
    width: 100%;
  }
  body .ui-button.loginBtnRes {
    display: inline-block !important;
  }
  body .topbardesign .sec2 {
    width: 90%;
    position: absolute;
    top: 75px;
    height: 104px;
    justify-content: center;
  }
  body .topbardesign .sec3 {
    width: 74%;
    height: 100px;
  }
  body .headerTopBar {
    font-size: 30px;
  }
  body .secBook .linkBookSec div {
    width: 48%;
  }
  body .bgHeader {
    display: none;
  }
  body .d-flex-dir-row.animationTopSec {
    flex-direction: column !important;
    background: #fffbf5;
    padding-bottom: 20px;
    position: initial;
    transform: translate(0, 0);
  }
  body .d-flex-dir-row.animationTopSec .animationTopPanel {
    width: 100%;
  }
  body .footerPart {
    flex-wrap: wrap;
  }
  body .footerPart .secFooter {
    width: 50%;
  }
  body .ui-button.userLoginInfo {
    margin: auto 30px auto 0 !important;
  }
  body .infoChart .briefcaseSec {
    width: fit-content;
  }
  body[dir=ltr] .userLoginInfo {
    margin: 30px 0 30px 20px !important;
  }
  body[dir=ltr] .userLoginInfo .ui-icon {
    color: #3b668e;
    background: white !important;
    top: 7px;
    padding: 10px;
    border-radius: 28px;
    border: 2px solid #3b668e;
    box-shadow: 0 0 1px 4px white;
    left: 0;
    font-size: 1.3rem;
    right: auto;
  }
  body[dir=ltr] .userLoginInfo .ui-button-text {
    padding: 0.643rem 0.75rem 0.643rem 1.75rem;
  }
  .colStyleSec {
    position: absolute;
    left: 0;
    top: 52px;
    background: white;
  }
}
@media screen and (max-width: 850px) {
  body .select-wrapper {
    margin: auto 10px;
  }
  body .briefcaseSec .popSec {
    margin: auto auto auto 10px;
  }
  body .menuIcon {
    display: inline-block !important;
    margin: 30px 15px 25px auto !important;
  }
  body .topbardesign .sec1 {
    position: absolute;
    right: 60px;
  }
  body .topbardesign {
    padding: 0 0 20px;
  }
  body .topbardesign .menuIconRes {
    flex-direction: column !important;
    width: 100%;
  }
  body .topbardesign .menuIconRes .infoChart {
    justify-content: end;
  }
  body[dir=ltr] .topbardesign .menuIconRes .infoChart {
    flex-direction: row-reverse !important;
    justify-content: left;
  }
  body[dir=ltr] .topbardesign .menuIconRes .infoChart .ui-button.userLoginInfo {
    margin: auto auto auto 15px !important;
  }
  body[dir=ltr] .topbardesign .sec1 a {
    text-align: end;
  }
}
@media screen and (max-width: 767px) {
  body .copyRightDiv {
    padding: 50px 0 18px;
  }
  body .copyRightDiv .payPalDiv {
    left: 50%;
    transform: translateX(-50%);
  }
  body .footerPart {
    flex-wrap: wrap;
    text-align: center;
  }
  body .footerPart .secFooter {
    width: 100%;
  }
  body .footerPart .secFooter .linkFooter {
    margin: 2.5px auto;
  }
  body .headerTopBar {
    font-size: 25px;
  }
  body .secAboutUS .secLocations .Location {
    width: 100%;
  }
  body .secBook .linkBookSec div {
    width: 100%;
  }
  body .flexWarpMob {
    flex-wrap: wrap;
  }
  body .flexWarpMob .headerTopBar {
    margin: auto !important;
  }
  body .flexWarpMob img {
    margin: auto !important;
  }
  body .flexWarpMob .wid50 {
    width: 100%;
  }
  body .hero-section .pi-chevron-right {
    right: -25px;
  }
  body .hero-section .card-grid {
    width: 70%;
  }
  body .hero-section .card-grid .card {
    min-width: 91%;
  }
}
@media screen and (max-width: 520px) {
  .popImgProductView {
    max-width: 80%;
  }
  .product-list-item {
    flex-direction: column;
  }
  .product-list-item .imgInfo {
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 450px) {
  body .secBook .linkBookSec div {
    width: 100%;
  }
  body .colStyleSec {
    top: 92px;
  }
  body .filterBtnSec {
    margin: 50px 10px 10px;
  }
  body .animationTopPanel img {
    max-width: 350px;
  }
  body .infoChart .briefcaseSec {
    position: absolute;
    top: 175px;
    z-index: 999;
    left: 15px;
  }
  body .topbardesign .sec1 a img {
    height: 50px;
    width: 90%;
  }
}
body .ui-selectonemenu.ui-state-error {
  border-color: #B00020 !important;
  box-shadow: inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020, inset 0 0 0 1px #B00020 !important;
}

@keyframes add-to-cart {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.adding-to-cart {
  animation: add-to-cart 1s ease-in-out;
  transform-origin: center center;
}

.custom-dialog {
  background-color: #f7f9fc;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
  box-shadow: none;
}

body .ui-dialog.loading-dialog {
  box-shadow: none !important;
}

body .ui-dialog.loading-dialog .ui-dialog-content {
  background: transparent;
}

.custom-dialog-header {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}

.loading-logo {
  margin: auto;
  width: 150px;
  height: 150px;
  background: url("/jakarta.faces.resource/demo/images/mateenplan/logo.png.xhtml") no-repeat center center;
  background-size: contain;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}
.custom-dialog-content {
  font-size: 1.2em;
}

.sun-editor .se-controller {
  z-index: 90000 !important;
}

.pages-body.accessdenied-page {
  background: url("");
  background-size: cover;
}
.pages-body.accessdenied-page .pages-panel .pages-header {
  background: #FB8C00;
}

.pages-body.error-page {
  background: url("/jakarta.faces.resource/images/auth/error-bg.jpg.xhtml?ln=demo&v=1752763161913");
  background-size: cover;
}
.pages-body.error-page .pages-panel .pages-header {
  background: #D81B60;
}

.pages-body.login-page {
  background: url("/jakarta.faces.resource/images/auth/login-bg.jpg.xhtml?ln=demo&v=1752763161913");
  background-size: cover;
}
.pages-body.login-page .pages-panel .pages-header {
  background: #0097A7;
}
.pages-body.login-page .pages-panel .input-panel {
  width: 100%;
}
.pages-body.login-page .pages-panel .input-panel .ui-inputtext {
  width: 100%;
}
.pages-body.login-page .pages-panel .login-button > * {
  width: 100%;
}

body .overview-box .overview-status {
  font-weight: 500;
  border-radius: 2px;
  color: var(--body-bgcolor);
}
body .widget-list {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  list-style-type: none;
}
body .widget-list > li {
  border-bottom: 1px solid var(--divider-color);
}
body .widget-list > li:last-child {
  border-bottom: 0 none;
}
body .widget-list > li .person-item img {
  width: 2.5rem;
  height: 2.5rem;
}
body .widget-list > li .widget-list-item-radius,
body .widget-list > li .person-tag {
  border-radius: 2px;
  color: var(--body-bgcolor);
  font-weight: 500;
}
body .widget-list > li .ui-progressbar {
  height: 6px;
  border-radius: 10px;
  background: var(--content-alt-bgcolor);
}
body .widget-list > li .ui-progressbar-value {
  background: var(--orange);
}
body .widget-expenses .card-subheader {
  font-size: 0.9rem;
  color: var(---text-secondary-color);
  border-bottom: 1px solid var(--divider-color);
}
body .widget-expenses .item {
  padding: 0.5rem;
  border-bottom: 1px solid var(--divider-color);
}
body .widget-expenses .item:last-child {
  border: 0 none;
}
body .widget-expenses .item .type {
  color: #0097A7;
  font-size: 1.5rem;
}
body .widget-expenses .item .value {
  font-weight: 500;
}
body .widget-expenses .item .subtext {
  color: var(---text-secondary-color);
}
body .widget-expenses .item .item-button a {
  color: var(---text-secondary-color);
}
body .widget-traffic .left {
  padding: 1rem;
}
body .widget-traffic .left .total .title {
  color: var(---text-secondary-color);
}
body .widget-traffic .left .total .value {
  font-size: 2rem;
  font-weight: 500;
}
body .widget-traffic .left .info .title {
  color: var(---text-secondary-color);
}
body .widget-traffic .left .info .value {
  font-weight: 500;
}
body .widget-traffic .left .info .percent {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
}
body .widget-traffic .left .info .percent i.type-green {
  color: #0097A7;
}
body .widget-traffic .left .info .percent i.type-orange {
  color: #EF6C00;
}
body .widget-traffic .left .info .percent i.type-gray {
  color: #455A64;
}
body .widget-insights .card-subheader {
  font-size: 0.9rem;
  color: var(---text-secondary-color);
  border-bottom: 1px solid var(--divider-color);
}
body .widget-social .info {
  text-align: right;
}
body .widget-social .info .value {
  font-size: 2rem;
}
body .widget-social .info .subtext {
  color: var(---text-secondary-color);
}
body .widget-social .left, body .widget-social .right {
  width: 50%;
  text-align: center;
  padding: 1rem;
}
body .widget-social .left .title, body .widget-social .right .title {
  font-weight: 500;
}
body .widget-social .left .value, body .widget-social .right .value {
  color: var(---text-secondary-color);
}
body .widget-social .left {
  border-right: 1px solid var(--divider-color);
}
body .widget-social .ui-progressbar {
  height: 6px;
  border-radius: 10px;
  background: var(--content-alt-bgcolor);
}
body .widget-social .ui-progressbar-value {
  background: #FFB300;
}
body .widget-social .stats {
  border-top: 1px solid var(--divider-color);
}
body .widget-topsearchs .item {
  padding: 1rem;
  border-bottom: 1px solid var(--divider-color);
}
body .widget-topsearchs .item .value {
  font-weight: 500;
}
body .widget-topsearchs .item .value.type-green {
  color: var(--cyan);
}
body .widget-topsearchs .item .value.type-yellow {
  color: #EF6C00;
}
body .widget-topsearchs .item .value.type-pink {
  color: var(--pink);
}
body .widget-topsearchs .item:nth-child(even) {
  background-color: var(--content-alt-bgcolor);
}
body .widget-topsearchs .item:last-child {
  border-bottom: 0 none;
}
body .widget-timeline .ui-chronoline.ui-chronoline-vertical .ui-chronoline-event-opposite {
  flex: 0;
  padding: 0;
}
body .widget-timeline .ui-chronoline-event-separator .marker-icon {
  color: white;
}
body .widget-timeline .ui-chronoline-event-separator .custom-marker {
  border-radius: 4px;
}
body .widget-activity {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  list-style-type: none;
}
body .widget-activity > li {
  padding: 1rem 0;
  border-bottom: 1px solid var(--divider-color);
}
body .widget-activity > li:last-child {
  border-bottom: 0 none;
}
body .widget-activity > li:nth-child(1) .ui-progressbar-value {
  background: var(--yellow);
}
body .widget-activity > li:nth-child(2) .ui-progressbar-value {
  background: var(--pink);
}
body .widget-activity > li:nth-child(3) .ui-progressbar-value {
  background: var(--cyan);
}
body .widget-activity > li:nth-child(4) .ui-progressbar-value {
  background: var(--cyan);
}
body .widget-activity > li:nth-child(5) .ui-progressbar-value {
  background: var(--cyan);
}
body .widget-activity > li:nth-child(6) .ui-progressbar-value {
  background: var(--pink);
}
body .widget-activity > li .activity-item .activity-title {
  font-weight: 500;
}
body .widget-activity > li .activity-item .activity-subtext {
  font-size: 0.85rem;
  color: var(---text-secondary-color);
}
body .widget-activity > li .activity-item .ui-progressbar {
  height: 6px;
  border-radius: 10px;
  background: var(--content-alt-bgcolor);
}
body .widget-bestsellers {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  list-style-type: none;
}
body .widget-bestsellers > li {
  padding: 1rem 0;
}
body .widget-bestsellers > li:last-child {
  border-bottom: 0 none;
}
body .widget-bestsellers > li .bestseller-item {
  background-color: var(--content-alt-bgcolor);
  border-radius: 4px;
  height: 3.5rem;
  transition: box-shadow 0.2s;
}
body .widget-bestsellers > li .bestseller-item img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
body .widget-bestsellers > li .bestseller-item a {
  color: var(---text-secondary-color);
}
body .widget-bestsellers > li .bestseller-item .item-button {
  margin-left: auto;
}
body .widget-bestsellers > li .bestseller-item:hover {
  cursor: pointer;
  background-color: var(--hover-bgcolor);
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
body .widget-chat ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  list-style-type: none;
  padding: 1rem 1rem 0;
  height: 420px;
  overflow-y: auto;
}
body .widget-chat ul li img {
  width: 32px;
}
body .widget-chat ul li .message {
  color: var(--body-bgcolor);
}
body .widget-chat ul li.from .message {
  padding: 1rem;
  border-radius: 30px;
}
body .widget-chat ul li.own {
  text-align: right;
}
body .widget-chat ul li.own .message {
  padding: 1rem;
  border-radius: 30px;
}
body .widget-chat .write-message {
  border-radius: 30px;
}
body .widget-chat .write-message .ui-inputgroup-addon {
  padding: 0;
  overflow: hidden;
}
body .widget-chat .write-message .ui-inputgroup-addon:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
body .widget-chat .write-message .ui-inputgroup-addon:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
body .widget-chat .write-message .ui-inputgroup-addon > .ui-button {
  height: calc(2.5rem + 2px);
  border-radius: 0;
}
body .widget-chat .write-message .emoji {
  width: 90%;
}
body .widget-chat .write-message .emoji .emoji-button {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 0;
}
body .widget-chat .write-message .emoji .emoji-button .ui-button-label {
  color: yellow !important;
  font-size: 1.5rem;
}
@media (min-width: 990px) {
  body .widget-chat .write-message .emoji {
    width: 40%;
    margin-left: -38%;
  }
}

body.layout-rtl .ui-datatable thead th,
body .layout-rtl .ui-datatable thead th {
  text-align: right;
}

.docs li {
  line-height: 1.5;
}

.landing-container .landing-color-button {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 9999;
}
.landing-container h1, .landing-container h2, .landing-container h3, .landing-container h4, .landing-container h5, .landing-container h6 {
  font-weight: 400;
}
.landing-container ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  list-style-type: none;
}
.landing-container .section {
  padding: 2rem 15rem;
}
.landing-container #header {
  width: 100%;
  min-height: 400px;
  background: url("/jakarta.faces.resource/images/landing/landing-header.png.xhtml?ln=demo&v=1752763161913") top left no-repeat #f7f7f7;
  background-size: cover;
}
.landing-container #header .header-menu-container a {
  color: #ffffff;
  cursor: pointer;
}
.landing-container #header .header-menu-container #menu {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.landing-container #header .header-text {
  flex-grow: 1;
}
.landing-container #features .feature-button {
  width: 100px;
  height: 100px;
}
.landing-container #features .feature-button .ui-icon {
  font-size: 2rem;
  margin-top: -1rem;
  margin-left: -1rem;
}
.landing-container #promotion {
  background: url("/jakarta.faces.resource/images/landing/promotion.png.xhtml?ln=demo&v=1752763161913") top left no-repeat;
  background-size: 100% auto;
}
.landing-container #pricing .pricing-content {
  width: 100%;
}
.landing-container #pricing .pricing-content .card {
  height: 100%;
}
.landing-container #pricing .pricing-content .options {
  padding: 2rem 4rem;
}
.landing-container #pricing .pricing-content .options li {
  display: flex;
  align-items: center;
}
.landing-container #pricing .pricing-content .options i, .landing-container #pricing .pricing-content .options span {
  padding: 1rem;
}
.landing-container #pricing .pricing-content .options span {
  font-size: 1.2rem;
}
.landing-container #footer {
  border-top: 1px solid var(--divider-color);
}
.landing-container #footer li {
  padding: 0.25rem;
}

@media screen and (min-width: 990px) {
  .landing-container #header .header-menu-container {
    box-shadow: none;
  }
  .landing-container #header .header-menu-container #menu {
    box-shadow: none;
  }
}
@media screen and (max-width: 991px) {
  .landing-container .section {
    padding: 2rem;
  }
  .landing-container #header .header-menu-container {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #212121;
    padding: 2rem 5rem;
  }
  .landing-container #header .header-menu-container #menu {
    display: none;
    z-index: 100;
    position: fixed;
    top: 6rem;
    right: 5rem;
    width: 250px;
    background-color: var(--content-bgcolor);
    color: var(--text-color);
    animation-duration: var(--transition-duration);
  }
  .landing-container #header .header-menu-container #menu a {
    color: var(--text-color);
  }
  .landing-container #header .header-menu-container #menu > li {
    width: 100%;
  }
  .landing-container #header .header-menu-container #menu > li:hover {
    background-color: var(--hover-bgcolor);
    transition: background-color var(--transition-duration);
  }
  .landing-container #header .header-menu-container #menu.menu-active {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: stretch;
  }
}
.pages-body.notfound-page {
  background: url("/jakarta.faces.resource/images/notfound/404-bg.jpg.xhtml?ln=demo&v=1752763161913");
  background-size: cover;
}
.pages-body.notfound-page .pages-panel .pages-header {
  background: #455A64;
}

.custom-marker {
  display: flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  z-index: 1;
}

.ui-chronoline-event-content,
.ui-chronoline-event-opposite {
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .customized-chronoline .ui-chronoline-event:nth-child(even) {
    flex-direction: row !important;
  }
  .customized-chronoline .ui-chronoline-event:nth-child(even) .ui-chronoline-event-content {
    text-align: left !important;
  }
  .customized-chronoline .ui-chronoline-event-opposite {
    flex: 0;
  }
  .customized-chronoline .ui-card {
    margin-top: 1rem;
  }
}
.pages-body.contact-page .map iframe {
  border: 0;
  position: absolute;
  float: left;
  clear: both;
  width: 100%;
  height: 45vh;
  z-index: 0;
  opacity: 0.5;
}
.pages-body.contact-page .map span {
  position: absolute;
  float: left;
  clear: both;
  width: 100%;
  height: 45vh;
  z-index: -1;
  background: linear-gradient(180deg, #040B0F 0%, rgba(7, 14, 18, 0) 100%);
}
.pages-body.contact-page i {
  color: white;
}
.pages-body.contact-page .pages-panel {
  text-align: left;
  width: 75%;
  max-width: 1050px;
  margin: auto;
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
}
.pages-body.contact-page .pages-panel .title {
  font-weight: 500;
  margin-bottom: 0;
}
.pages-body.contact-page .pages-panel .card .contact-input {
  width: 100%;
}
.pages-body.contact-page .pages-panel .card .right-panel i {
  font-size: 2rem;
  padding: 0.5rem;
  border-radius: 4px;
}
.pages-body.contact-page .pages-panel .card .right-panel i.pi-home {
  color: #486f94;
  background: #BBDEFB;
  background-size: auto;
}
.pages-body.contact-page .pages-panel .card .right-panel i.pi-briefcase {
  color: #00838f;
  background: #B2DFDB;
  background-size: auto;
}

@media screen and (max-width: 768px) {
  .pages-body.contact-page .pages-panel {
    padding-bottom: 10em;
  }
  .pages-body.contact-page .pages-panel .ui-button {
    width: 100%;
  }
  .pages-body.contact-page .pages-panel .card .right-panel {
    text-align: center;
  }
}
.crud-demo .ui-datatable {
  margin-top: 1rem;
}
.crud-demo .product-image {
  width: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.crud-demo .ui-dialog .product-image {
  width: 250px;
  margin: 0 auto 2rem auto;
  display: block;
}
.crud-demo .ui-dialog-footer .ui-button {
  min-width: 6rem;
}
.crud-demo .ui-datatable .ui-column-filter {
  display: none;
}
.crud-demo .products-table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.crud-demo .edit-button.ui-button {
  margin-right: 0.5rem;
}
.crud-demo .orders-subtable {
  padding: 1rem;
}
.crud-demo .products-table .ui-rating {
  display: inline-block;
}

@media (max-width: 640px) {
  .products-table > .ui-datatable-tablewrapper > table > thead > tr > th:nth-child(2) .ui-column-title,
  .products-table > .ui-datatable-tablewrapper > table > tbody > tr > td:nth-child(2) .ui-column-title {
    display: none !important;
  }
  .products-buttonbar {
    flex-direction: column;
  }
  .products-buttonbar > div:last-child {
    margin-top: 0.5rem;
  }
}
.layout-help-page .layout-help-page-header {
  position: relative;
}
.layout-help-page .layout-help-page-header .layout-help-page-header-text {
  position: absolute;
  left: 2rem;
  top: 50%;
  margin-top: -1.75rem;
  color: #ffffff;
}
.layout-help-page .layout-help-page-header .layout-help-page-search {
  position: absolute;
  left: 2rem;
  bottom: -1rem;
  border-radius: 4px;
  width: calc(100% - 4rem);
}
.layout-help-page .layout-help-page-header .layout-help-page-search .ui-inputtext {
  border: 0 none;
}
.layout-help-page .ui-accordion .ui-accordion-header {
  display: flex;
  align-items: center;
}

@media print {
  body * {
    visibility: hidden;
  }
  .layout-invoice-content {
    position: absolute;
    left: 0;
    top: 0;
  }
  .layout-invoice-content * {
    visibility: visible;
    box-shadow: none;
    color: #212121 !important;
    border-color: #e4e4e4 !important;
    background-color: transparent;
  }
}
.wizard-body {
  height: 100vh;
  background: url("/jakarta.faces.resource/images/pages/background@2x.jpg.xhtml?ln=demo&v=1752763161913") center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.wizard-body .wizard-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wizard-body .wizard-wrapper .wizard-topbar {
  background-color: #486f94;
  z-index: 1000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  height: 75px;
  padding: 0 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: 75px;
  flex-grow: 0;
  flex-shrink: 0;
}
.wizard-body .wizard-wrapper .wizard-topbar .logo {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 30px;
  background: url("/jakarta.faces.resource/images/pages/logo.png.xhtml?ln=demo&v=1752763161913") top left no-repeat;
}
.wizard-body .wizard-wrapper .wizard-topbar .profile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.wizard-body .wizard-wrapper .wizard-topbar .profile .profile-text {
  margin-right: 15px;
  text-align: right;
}
.wizard-body .wizard-wrapper .wizard-topbar .profile .profile-text h1 {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
}
.wizard-body .wizard-wrapper .wizard-topbar .profile .profile-text p {
  font-size: 14px;
  opacity: 0.6;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
.wizard-body .wizard-wrapper .wizard-topbar .profile .profile-image {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
}
.wizard-body .wizard-wrapper .wizard-content {
  height: calc(100% - 75px);
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card {
  background-color: var(--content-bgcolor);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  height: 86vh;
  width: 98%;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header {
  width: 100%;
  background-color: #486f94;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab {
  background-color: #486f94;
  text-align: center;
  cursor: pointer;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab i {
  width: 20px;
  opacity: 0.38;
  color: #ffffff;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab .title {
  color: #ffffff;
  opacity: 0.38;
  font-size: 14px;
  line-height: 1.5em;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab .icon {
  line-height: 1.5em;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab.selected-tab {
  transition-duration: 0.6s;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab.selected-tab i {
  opacity: 1;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab.selected-tab .title {
  opacity: 1;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 33.3333%;
  transition: 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  background-color: #ffffff;
  visibility: visible;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab-bar.tab-bar-register {
  width: 33.3333%;
  left: 0;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab-bar.tab-bar-tier {
  width: 33.3333%;
  left: 33.3333%;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab-bar.tab-bar-payment {
  width: 33.3333%;
  left: 66.6667%;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content {
  padding: 30px;
  display: none;
  overflow: auto;
  height: 100%;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content > .grid {
  height: 100%;
  width: 100%;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content h1 {
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.active-content-tap {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .forms .ui-inputgroup {
  margin-top: 25px;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .forms .ui-inputgroup input {
  width: 100%;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .forms .ui-selectonemenu {
  margin-top: 25px;
  width: 100%;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .forms .calendar {
  margin-top: 14px;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .forms .calendar .ui-calendar {
  width: 100%;
  position: relative;
  padding: 1px;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .forms .calendar .ui-calendar input {
  width: 100%;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .continue-button.ui-button {
  width: 100%;
  margin-top: 25px;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card {
  min-height: 400px;
  padding: 0;
  position: relative;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card .card-header {
  color: #ffffff;
  font-size: 18px;
  padding: 15px 10px;
  background-color: #486f94;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card .card-header h1 {
  color: #ffffff;
  font-size: 24px;
  display: inline;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card .card-content {
  font-size: 14px;
  padding: 10px;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card .card-content i {
  color: #486f94;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card .card-content .card-row {
  height: 40px;
  width: 100%;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card .card-content .tier-button-wrapper {
  position: absolute;
  bottom: 15px;
  right: 10px;
  left: 0px;
  width: auto;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card .card-content .tier-button-wrapper .tier-button.ui-button {
  width: 100%;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card.pro .card-header {
  background-color: #e91e63;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card.pro .card-content i {
  color: #e91e63;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card.pro .card-content .tier-button.ui-button {
  background-color: #e91e63;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card.pro-plus .card-header {
  background-color: #607d8b;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card.pro-plus .card-content i {
  color: #607d8b;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card.pro-plus .card-content .tier-button.ui-button {
  background-color: #607d8b;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment {
  padding: 0;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .payment-info {
  padding: 70px 35px;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .payment-info .ui-float-label input {
  width: 100%;
  padding-bottom: 15px;
  background-color: transparent;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .payment-info .ui-checkbox-label {
  margin-left: 0.5em;
  font-size: 14px;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .payment-info #customPanel {
  width: 100%;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .payment-info .check-info {
  margin-top: 10px;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info {
  padding: 15px;
  background-color: #e0e0e0;
  border-left: solid 1px #bdbdbd;
  font-size: 14px;
  color: #757575;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .order-basic, .wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .order-pro, .wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .order-pro-plus, .wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .order-default {
  display: none;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .selected-order {
  display: block;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info h1 {
  margin-top: 15px;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .price {
  font-weight: 700;
  text-align: right;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .total {
  border-top: 1px solid #bdbdbd;
  padding: 15px 0px;
  margin-top: 30px;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .buy-button.ui-button {
  width: 100%;
  margin: 68px 0;
}
.wizard-body .wizard-wrapper.layout-rtl .wizard-card .tab-bar {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 2px;
  width: 33.3333%;
  transition: 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  background-color: #ffffff;
  visibility: visible;
}
.wizard-body .wizard-wrapper.layout-rtl .wizard-card .tab-bar-register {
  left: auto;
  right: 0;
}
.wizard-body .wizard-wrapper.layout-rtl .wizard-card .tab-bar-tier {
  left: auto;
  right: 33.3333%;
}
.wizard-body .wizard-wrapper.layout-rtl .wizard-card .tab-bar-payment {
  left: auto;
  right: 66.6667%;
}

@media (max-width: 1024px) {
  .wizard-body .wizard-wrapper .wizard-content .wizard-card {
    width: 90%;
  }
}
@media (max-width: 640px) {
  .wizard-body .wizard-wrapper .wizard-topbar {
    height: 150px;
    padding: 0 5%;
    flex-direction: column;
    justify-content: space-around;
    flex-basis: 150px;
  }
  .wizard-body .wizard-wrapper .wizard-topbar .logo {
    align-self: flex-start;
  }
  .wizard-body .wizard-wrapper .wizard-topbar .profile {
    align-self: flex-end;
  }
  .wizard-body .wizard-wrapper .wizard-content {
    height: calc(100% - 150px);
  }
}
.block-section {
  margin-bottom: 4rem;
}

.block-header {
  padding: 1rem 2rem;
  background-color: var(--surface-section);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid var(--surface-d);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-header .block-title {
  font-size: 1.25rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.block-header .block-title .badge-free {
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
  background-color: var(--orange-500);
  color: white;
  margin-left: 1rem;
  font-weight: 600;
  font-size: 0.875rem;
}
.block-header .block-title .badge-new {
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
  background-color: var(--green-500);
  color: white;
  margin-left: 1rem;
  font-weight: 600;
  font-size: 0.875rem;
}
.block-header .block-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
}
.block-header .block-actions a {
  display: flex;
  align-items: center;
  margin-right: 0.75rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: background-color 0.2s;
  cursor: pointer;
  color: var(--text-color);
}
.block-header .block-actions a:last-child {
  margin-right: 0;
}
.block-header .block-actions a:not(.block-action-disabled):hover {
  background-color: var(--surface-c);
}
.block-header .block-actions a.block-action-active {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.block-header .block-actions a.block-action-copy i {
  color: var(--primary-color);
  font-size: 1.25rem;
}
.block-header .block-actions a.block-action-disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: auto !important;
}
.block-header .block-actions a .pi-lock {
  margin-right: 0.5rem;
}

.block-content {
  padding: 0;
  border: 1px solid var(--surface-d);
  border-top: 0 none;
}
.block-content > div {
  display: none;
}
.block-content > div.block-content-active {
  display: block;
}

.block-section pre[class*=language-] {
  margin: 0 !important;
}
.block-section pre[class*=language-]:before, .block-section pre[class*=language-]:after {
  display: none !important;
}
.block-section pre[class*=language-] code {
  border-left: 0 none !important;
  box-shadow: none !important;
  background: var(--surface-e) !important;
  margin: 0;
  color: var(--text-color);
  font-size: 14px;
  padding: 1.5rem 2rem !important;
}

@media screen and (max-width: 575px) {
  .block-header {
    flex-direction: column;
    align-items: start;
  }
  .block-header .block-actions {
    margin-top: 1rem;
  }
}
.floatlabel-demo .field {
  margin-top: 2rem;
}

body.layout-rtl .floatlabel-demo .ui-float-label > label,
body .layout-rtl .floatlabel-demo .ui-float-label > label {
  left: auto;
  right: 0.75rem;
}
body.layout-rtl .floatlabel-demo .ui-input-icon-right > i:last-of-type,
body .layout-rtl .floatlabel-demo .ui-input-icon-right > i:last-of-type {
  left: 0.75rem;
  right: auto;
}
body.layout-rtl .floatlabel-demo .ui-selectonemenu .ui-selectonemenu-trigger,
body .layout-rtl .floatlabel-demo .ui-selectonemenu .ui-selectonemenu-trigger {
  right: auto;
  left: 0;
}

.list-demo .product-name {
  font-size: 1.5rem;
  font-weight: 700;
}
.list-demo .product-description {
  margin: 0 0 1rem 0;
}
.list-demo .product-category-icon {
  vertical-align: middle;
  margin-right: 0.5rem;
}
.list-demo .product-category {
  font-weight: 600;
  vertical-align: middle;
}
.list-demo .product-list-item {
  display: flex;
  align-items: center;
  padding: 1rem;
}
.list-demo .product-list-item img {
  width: 150px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin-right: 2rem;
}
.list-demo .product-list-item .product-list-detail {
  flex: 1 1 0;
  -ms-flex: 1 1 0px;
}
.list-demo .product-list-item .ui-rating {
  margin: 0 0 0.5rem 0;
}
.list-demo .product-list-item .product-price {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  align-self: flex-end;
}
.list-demo .product-list-item .product-list-action {
  display: flex;
  flex-direction: column;
}
.list-demo .product-list-item .ui-button {
  margin-bottom: 0.5rem;
}
.list-demo .product-grid-item {
  border: 1px solid var(--divider-color);
}
.list-demo .product-grid-item .product-grid-item-top,
.list-demo .product-grid-item .product-grid-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-demo .product-grid-item img {
  width: 75%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin: 2rem 0;
}
.list-demo .product-grid-item .product-grid-item-content {
  text-align: center;
}
.list-demo .product-grid-item .product-price {
  font-size: 1.5rem;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .list-demo .product-list-item {
    flex-direction: column;
    align-items: center;
  }
  .list-demo .product-list-item img {
    width: 75%;
    margin: 2rem 0;
  }
  .list-demo .product-list-item .product-list-detail {
    text-align: center;
  }
  .list-demo .product-list-item .product-price {
    align-self: center;
  }
  .list-demo .product-list-item .product-list-action {
    display: flex;
    flex-direction: column;
  }
  .list-demo .product-list-item .product-list-action {
    margin-top: 2rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.messages-demo .ui-button.ui-widget {
  min-width: 6rem;
}
.messages-demo .field > label {
  width: 125px;
}

.misc-demo .ui-button.ui-widget {
  min-width: 6rem;
}
.misc-demo .badges .ui-badge,
.misc-demo .badges .ui-tag {
  margin-right: 0.5rem;
}
.misc-demo .ui-chip.custom-chip {
  background: var(--primary-color);
  color: var(--primary-color-text);
}
.misc-demo .custom-scrolltop {
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  background-color: var(--primary-color);
}
.misc-demo .custom-scrolltop:hover {
  background-color: var(--primary-color);
}
.misc-demo .custom-scrolltop .ui-scrolltop-icon {
  font-size: 1rem;
  color: var(--primary-color-text);
}
.misc-demo .custom-skeleton {
  border: 1px solid var(--surface-d);
  border-radius: 4px;
}
.misc-demo .custom-skeleton ul {
  list-style: none;
}

.table-demo .ui-datatable .ui-column-filter {
  display: none;
}
.table-demo .customers-table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.table-demo .ui-progressbar-value.ui-widget-header {
  background: #607d8b;
}

@media (max-width: 640px) {
  .table-demo .ui-progressbar {
    margin-top: 0.5rem;
  }
}
.icons-demo .icons-list {
  text-align: center;
  color: var(--text-secondary-color);
}
.icons-demo .icons-list i {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.ui-confirmdialog-yes, .ui-confirmdialog-no {
  width: 45% !important;
}

.ltr * {
  direction: ltr;
  text-align: left;
}

/*# sourceMappingURL=demo.css.map */
