/* style.css PURGADO (2026-07-23): solo las reglas que el admin usa.
   Original completo respaldado como style.css.bak */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/**********
 ** Uses
@include themify($themes) {
    propnname: themed('variable');  
}
**/
/**
 * For max-width media query,
device width are sets as::after
 * xl = 1440
 * medium = 1199
 * tabland = 991
 * tabport = 767
 * phone
 * phone-sm
 * phone-mid
 * phone-xm
 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  background: transparent;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.7rem;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: 0px;
}
button:hover,
button:focus {
  outline: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
  list-style: inherit;
}
figure {
  margin: 0;
}
section {
  display: block;
  position: relative;
  padding: 60px 0;
  width: 100%;
}
@media screen and (max-width: 479px) {
section {
    padding: 50px 0;
  }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield !important;
}
input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  -webkit-filter: invert(1);
  filter: invert(1);
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #eb5e28;
          box-shadow: inset 0 0 4px #eb5e28;
  border-radius: 30px;
}
::-webkit-scrollbar-thumb {
  background-color: #eb5e28;
  border-radius: 10px;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.scroll-top.open {
  bottom: 30px;
  opacity: 1;
  right: 30px;
}
button:hover,
button:focus {
  outline: 0px;
}
::-moz-selection {
  background: #eb5e28;
  color: #fff;
}
::selection {
  background: #eb5e28;
  color: #fff;
}
.row > * {
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
  margin-top: var(--bs-gutter-y);
}
h1 {
  font-family: "Inter", sans-serif;
  font-size: 110px;
  font-weight: 500;
  line-height: 110px;
  letter-spacing: -0.02em;
  color: #252522;
}
@media screen and (max-width: 1440px) {
h1 {
    font-size: 100px;
  }
}
@media screen and (max-width: 1199px) {
h1 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media screen and (max-width: 991px) {
h1 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media screen and (max-width: 575px) {
h1 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media screen and (max-width: 479px) {
h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
h2 {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #252522;
}
@media screen and (max-width: 767px) {
h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
h2 {
    line-height: 34px;
  }
}
h4 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #403c39;
}
.header__left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header__menu .main__menu li.active a {
  color: #eb5e28;
}
.header__menu .main__menu li.active a::after {
  color: #eb5e28 !important;
}
.header__menu .main__menu li .sub__menu li a.active {
  color: #eb5e28;
  padding-left: 35px;
}
.header__menu .main__menu li .sub__menu li a.active::before {
  opacity: 1;
  visibility: visible;
  left: 15px;
}
.avatar__dropdown .list li.active {
  background: rgba(235, 94, 40, 0.1);
}
.avatar__dropdown .list li.active a {
  color: #eb5e28;
}
.avatar__dropdown .list.active {
  opacity: 1;
  visibility: visible;
  top: 120%;
}
.custom__dropdown.language__select .list.active {
  opacity: 1;
  visibility: visible;
  top: 120%;
}
.custom__dropdown .list.active {
  opacity: 1;
  visibility: visible;
  top: 120%;
}
.header__toggle .toggler__btn {
  cursor: pointer;
  border: 0;
  padding: 0;
  outline: none;
  font-size: 24px;
  border: none;
  padding: 0;
  color: #252522;
  height: 40px;
  width: 40px;
  background: transparent;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 375px) {
.header__toggle .toggler__btn {
    height: 35px;
    width: 35px;
  }
}
.header__toggle .toggler__btn svg {
  width: auto;
  height: 18px;
}
@media screen and (max-width: 375px) {
.header__toggle .toggler__btn svg {
    height: 15px;
  }
}
.header__toggle .toggler__btn i {
  pointer-events: none;
}
.category__filter .category__dropdown.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.flyoutCart.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.flyoutCart.active .flyout__flip {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.flyoutMenu.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.flyoutMenu.active .flyout__flip {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.flyoutMenu .flyout-main__menu li a.active {
  color: #eb5e28;
}
.flyoutMenu .flyout-main__menu li a.active::after {
  color: #eb5e28 !important;
}
.flyoutMenu .flyout-main__menu li .sub__menu li a.active {
  color: #eb5e28;
}
.tabs__wrapper .tabs__filter .nav-link.active {
  border: none;
  color: #eb5e28;
}
.tabs__wrapper__v2 .tabs__filter .nav-link.active {
  border: none;
  color: #252522;
}
.tabs__wrapper--v3 .tabs__filter .nav-link.active {
  color: #252522;
}
.tabs__wrapper--v3 .tabs__filter .nav-link.active::after {
  width: 100%;
}
.category-sidebar__inner .accordion-body li a.active {
  color: #eb5e28;
}
.checkout__form .delivery-input + label .icon {
  margin-right: 12px;
}
.checkout__form .delivery-input + label .icon img {
  height: 30px;
}
.checkout__form .delivery-input + label .content .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  color: #344054;
  margin-bottom: 2px;
  display: block;
}
.checkout__form .delivery-input + label .content .desc {
  font-size: 12px;
  font-weight: regular;
  line-height: 18px;
  letter-spacing: 0em;
  color: #667085;
  margin-bottom: 0;
  display: block;
}
.confirm__details__item .information li .icon {
  height: 24px;
  width: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 6px;
}
.confirm__details__item .information li .icon img {
  width: auto;
  height: auto;
  display: inline-block;
}
@-webkit-keyframes beat {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes beat {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.returm__message .content {
  font-size: 18px;
  line-height: 28px;
  color: #7f7f7f;
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
.returm__message .content {
    font-size: 16px;
  }
}
.step__wrapper .steps__item button.active {
  background: #eb5e28;
}
.step__wrapper .steps__item button.active img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.step__wrapper .steps .line-bar.active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.step__wrapper .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.step__wrapper .content.active {
  opacity: 1;
  z-index: 10;
}
.pagination__item.active .page-link {
  background: #FCF1F1;
  color: #7F56D9;
}
.form__wrapper .form-icon .icon {
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}
.form__wrapper .form-icon .icon img {
  width: 20px;
  height: auto;
  display: block;
}
.form__wrapper .custom-checkbox > input[type=checkbox] + label .active {
  display: none;
}
.form__wrapper .custom-checkbox > input[type=checkbox]:checked + label .active {
  display: inline-block;
}
.contact__info .content {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}
.contact__meta__list li .icon {
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
.contact__meta__list li .icon img,
.contact__meta__list li .icon svg {
  width: 13px;
  height: auto;
}
.contact__meta__list li .icon img path,
.contact__meta__list li .icon svg path {
  fill: #fff;
}
.footer__widget ul li a .danger {
  background: rgba(217, 45, 32, 0.2);
  color: #d92d20;
}
.footer__bottom .footer__content {
  border-top: 1px solid #eaecf0;
  padding: 32px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
.footer__bottom .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer__bottom .content p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #98a2b3;
  margin-bottom: 0;
}
.footer__bottom .content p a {
  color: #eb5e28;
}
.sideBar {
  border: 1px solid #eaecf0;
  border-radius: 16px;
  padding: 32px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 580px;
  max-height: 800px;
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 1440px) {
.sideBar {
    padding: 15px;
  }
}
.sideBar .nav__item {
  padding: 0;
}
.sideBar .nav__item li {
  list-style: none;
}
.sideBar .nav__item .nav__list {
  position: relative;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 48px;
  margin-bottom: 4px;
  border-radius: 6px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.sideBar .nav__item .nav__list:last-of-type {
  margin-bottom: 0;
}
.sideBar .nav__item .nav__list a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  color: #667085;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding: 0px 20px;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1199px) {
.sideBar .nav__item .nav__list a {
    font-size: 15px;
  }
}
.sideBar .nav__item .nav__list a .icon {
  margin-right: 12px;
  height: 24px;
  width: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1199px) {
.sideBar .nav__item .nav__list a .icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}
.sideBar .nav__item .nav__list a .link__name {
  white-space: nowrap;
  pointer-events: none;
}
.sideBar .nav__item .nav__list.active,
.sideBar .nav__item .nav__list:hover {
  background: rgba(235, 94, 40, 0.08);
}
.sideBar .nav__item .nav__list.active a,
.sideBar .nav__item .nav__list:hover a {
  color: #eb5e28;
}
.tracking__message .content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #98a2b3;
  margin-bottom: 0;
}
.profile__card.v2 .profile__card__content .info .name {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0em;
  color: #252522;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
.profile__card.v2 .profile__card__content .info .name {
    font-size: 25px;
    line-height: 32px;
  }
}
@media screen and (max-width: 575px) {
.profile__card.v2 .profile__card__content .info .name {
    font-size: 22px;
    line-height: 26px;
  }
}
.profile__card.v2 .profile__card__content .info .email {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #403c39;
}
.flyOut-sidebar {
  position: fixed;
  height: 100%;
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 991px) {
.flyOut-sidebar {
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
  }
}
.flyOut-sidebar.open {
  opacity: 1;
  visibility: visible;
}
.flyOut-sidebar.open #sideBar {
  left: 0;
}
#sideBar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 280px;
  background: #fff;
  padding: 32px 16px;
  border-right: 1px solid #eaecf0;
  z-index: 99;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  overflow: auto;
}
@media screen and (max-width: 991px) {
#sideBar {
    left: -200px;
  }
}
@media screen and (max-width: 1199px) {
#sideBar.open {
    width: 96px;
  }
#sideBar.open .nav__list .link__name {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: auto;
  }
#sideBar.open .main__logo .brand__logo {
    opacity: 0;
    visibility: hidden;
  }
#sideBar.open .main__logo #toggle__btn {
    right: 15px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
#sideBar.open ~ .main__container {
    left: 96px;
    width: calc(100% - 96px);
  }
}
#sideBar .main__logo {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
#sideBar .main__logo #toggle__btn {
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  pointer-events: auto;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 991px) {
#sideBar .main__logo #toggle__btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
#sideBar .main__logo .brand__logo {
  max-width: 150px;
}
#sideBar .main__logo .brand__logo img {
  max-width: 150px;
  width: auto;
  height: 100%;
  display: inline-block;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#sideBar .nav__item {
  padding: 0;
}
#sideBar .nav__item li {
  list-style: none;
}
#sideBar .nav__item .nav__heading {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #98a2b3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 40px;
  margin-bottom: 6px;
}
#sideBar .nav__item .nav__list {
  position: relative;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 44px;
  margin-bottom: 6px;
  border-radius: 6px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#sideBar .nav__item .nav__list:last-of-type {
  margin-bottom: 0;
}
#sideBar .nav__item .nav__list a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  color: #667085;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding: 0px 20px;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1199px) {
#sideBar .nav__item .nav__list a {
    font-size: 15px;
  }
}
#sideBar .nav__item .nav__list a .icon {
  margin-right: 12px;
  height: 24px;
  width: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sideBar .nav__item .nav__list a .icon svg path {
  stroke: #667085;
}
@media screen and (max-width: 1199px) {
#sideBar .nav__item .nav__list a .icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}
#sideBar .nav__item .nav__list a .link__name {
  opacity: 1;
  visibility: visible;
  white-space: nowrap;
  pointer-events: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#sideBar .nav__item .nav__list.nav__dropdown {
  position: relative;
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #eaecf0;
  display: block;
}
#sideBar .nav__item .nav__list.nav__dropdown::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  color: #667085;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sideBar .nav__item .nav__list .sub__menu {
  position: relative;
  background: #fff;
  z-index: 99;
  padding-left: 16px;
  top: 70%;
  display: none;
}
#sideBar .nav__item .nav__list .sub__menu li {
  height: 34px;
  margin-top: 4px;
}
#sideBar .nav__item .nav__list .sub__menu li a {
  font-size: 14px;
  line-height: 20px;
  color: #667085;
  font-weight: 400;
  padding-left: 40px;
}
#sideBar .nav__item .nav__list.active,
#sideBar .nav__item .nav__list:hover {
  background: rgba(235, 94, 40, 0.08);
}
#sideBar .nav__item .nav__list.active a,
#sideBar .nav__item .nav__list:hover a {
  color: #eb5e28;
}
#sideBar .nav__item .nav__list.active .sub__menu .active a,
#sideBar .nav__item .nav__list:hover .sub__menu .active a {
  color: #eb5e28;
}
#sideBar .nav__item .nav__list.active .icon svg path,
#sideBar .nav__item .nav__list:hover .icon svg path {
  stroke: #eb5e28;
}
.dashboard__mainWrapper {
  height: 100%;
}
.main__container {
  position: relative;
  min-height: calc(100vh - 130px);
  top: 0;
  left: 280px;
  width: calc(100% - 280px);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 1;
  padding: 0px 30px;
}
@media screen and (max-width: 991px) {
.main__container {
    left: 0;
    width: 100%;
    padding: 0px 15px;
  }
}
@media screen and (max-width: 400px) {
.main__container {
    min-height: calc(100vh - 176px);
  }
}
.main__inner--wrapper {
  padding: 40px 0 140px;
}
.header__dashboard {
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 13px 30px;
  position: sticky;
  top: 0;
  left: 280px;
  width: calc(100% - 280px);
  z-index: 3;
}
@media screen and (max-width: 991px) {
.header__dashboard {
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
.header__dashboard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 12px 16px;
  }
}
@media screen and (max-width: 767px) {
.header__dashboard .header__left {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
.header__dashboard .header__left {
    display: block;
  }
}
@media screen and (max-width: 991px) {
.header__dashboard .header__search {
    max-width: 360px;
  }
}
.header__dashboard #toggler__btn {
  height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  pointer-events: auto;
  z-index: 99;
  display: none;
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
.header__dashboard #toggler__btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    left: 16px;
    top: 12px;
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
.header__dashboard .search__form {
    max-width: 360px;
    margin-left: 36px;
  }
}
@media screen and (max-width: 575px) {
.header__dashboard .search__form {
    max-width: inherit;
    width: inherit;
  }
}
@media screen and (max-width: 400px) {
.header__dashboard .search__form {
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }
}
.product__add .product__item .icon {
  font-size: 34px;
  color: #667085;
  height: 44px;
  width: 44px;
  margin-right: 10px;
  background: #fef7f5;
  border-radius: 8px;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.product__add .product__item:hover .icon {
  background: #eb5e28;
  color: #fff;
}
.header__right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header__right .dropdown__btn {
  position: relative;
  margin-right: 14px;
}
.header__right .dropdown__btn:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
.header__right .dropdown__btn {
    margin-right: 5px;
  }
}
.header__right .drop__action--btn {
  list-style: none;
  height: 40px;
  width: 40px;
  font-size: 20px !important;
  color: rgba(41, 45, 50, 0.8) !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-right: 0 !important;
}
.header__right .drop__action--btn::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e31b54;
}
.header__right .drop__action--btn::before {
  display: none;
}
.header__right .drop__action--btn.full-screen-link::after {
  display: none;
}
.header__right .notification__button::after {
  top: 12px;
  right: 11px;
}
.header__right .avatar__button {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.header__right .avatar__button img {
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 50%;
}
.header__right .avatar__button::after {
  display: none;
}
.dropdown__list {
  position: absolute;
  list-style: none;
  position: absolute;
  top: 150%;
  left: auto;
  right: 0;
  padding: 0px;
  min-width: 180px;
  max-height: 290px;
  background: #fff;
  border-radius: 8px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  overflow: auto;
  -webkit-box-shadow: -24px 24px 72px 17px rgba(145, 158, 171, 0.24);
          box-shadow: -24px 24px 72px 17px rgba(145, 158, 171, 0.24);
}
@media screen and (max-width: 575px) {
.dropdown__list {
    right: 20px;
  }
}
@media screen and (max-width: 400px) {
.dropdown__list {
    right: 10px;
    top: 100%;
  }
}
.dropdown__list--v2 li a.active {
  background: transparent !important;
}
@media screen and (max-width: 479px) {
.dropdown__list.v2 {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.dropdown__list li {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #667085;
  line-height: 24px;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  margin-right: 0;
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 767px) {
.dropdown__list li {
    font-size: 15px;
    padding: 8px 16px;
  }
}
.dropdown__list li a {
  color: #667085;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.dropdown__list li a i {
  font-size: 16px;
  margin-right: 8px;
  display: inline-block;
}
.dropdown__list li .header__title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1000000015px;
  color: #000000;
  margin-bottom: 0;
}
.dropdown__list li.show__btn {
  border-top: 1px solid #eaecf0;
  position: sticky;
  bottom: 0;
  top: 100%;
  background: #fff;
  z-index: 9;
}
.dropdown__list li.show__btn .solid__btn {
  color: #eb5e28;
  display: block;
}
.dropdown__list li.active,
.dropdown__list li:hover {
  background: rgba(235, 94, 40, 0.1);
}
.dropdown__list li.active a,
.dropdown__list li:hover a {
  color: #eb5e28;
}
.dropdown__list li.active::after {
  display: block;
}
.dropdown__list.active {
  opacity: 1;
  visibility: visible;
  top: 120%;
}
@media screen and (max-width: 575px) {
.dropdown__list.active {
    top: 100%;
  }
}
@media screen and (max-width: 400px) {
.dropdown__list.active {
    top: 50%;
  }
}
.dropdown__list .notification__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dropdown__list .notification__wrap .icon {
  height: 40px;
  width: 40px;
  background: #f2f4f7;
  border-radius: 50%;
  margin-right: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dropdown__list .notification__wrap .icon img {
  height: auto;
  width: auto;
  display: block;
}
.dropdown__list .notification__wrap .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dropdown__list .notification__wrap .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #646464;
  margin-bottom: 4px;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
.dropdown__list .notification__wrap .content .title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    white-space: inherit;
  }
}
.dropdown__list .notification__wrap .content .title .text-black,
.dropdown__list .notification__wrap .content .title .text-gray {
  font-weight: 600;
  margin: 0 3px;
}
.dropdown__list .notification__wrap .content .title .span {
  color: #eb5e28;
  font-weight: 600;
  margin: 0 3px;
}
.dropdown__list .notification__wrap .content span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #939393;
}
.state__summary .stateBox__content .content {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #637381;
  white-space: nowrap;
}
.state__summary .stateBox__content .content span {
  color: #212b36;
  font-weight: 700;
}
.visitors .apexcharts-legend-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-left: 10px;
}
.dashboard__table thead tr th .heading .icon {
  margin-left: 4px;
  color: #848484;
}
.user__profile .user__status .icon {
  height: 20px;
  width: 20px;
  margin-right: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 18px;
}
.user__profile .user__status .icon svg path {
  fill: currentColor;
}
.user-group.active {
  background: rgba(235, 94, 40, 0.03);
}
.user-group.active .title {
  color: #eb5e28;
}
.user-group.active::after {
  opacity: 1;
  visibility: visible;
}
@media print {
* {
    color: #000000 !important;
  }
.header__dashboard,
#sideBar {
    display: none;
  }
.main__container {
    left: 0;
    width: 100%;
  }
table {
    border-collapse: collapse;
  }
table th {
    border-top: 1px solid #eaecf0;
    border-bottom: 2px solid #eaecf0;
  }
table td {
    border-bottom: 1px solid #eaecf0;
  }
}
.dashboard__footer {
  position: fixed;
  background: #fff;
  bottom: 0;
  left: 280px;
  width: calc(100% - 280px);
  border-top: 1px solid #eaecf0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
.dashboard__footer {
    left: 0;
    width: 100%;
  }
}
.dashboard__footer .footer__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 30px;
}
@media screen and (max-width: 375px) {
.dashboard__footer .footer__content {
    padding: 14px;
  }
}
.dashboard__footer .footer__content p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #98a2b3;
  margin-bottom: 0;
}
@media screen and (max-width: 375px) {
.dashboard__footer .footer__content p {
    margin: 5px 0;
    font-size: 14px;
  }
}
.chat__dropdown__title.up .chat__dropdown__toggler {
  -webkit-transform: translateY(0px) rotate(0deg);
          transform: translateY(0px) rotate(0deg);
}
.chat__file__thumb.icon {
  padding: 8px;
  height: auto;
}
.chat__file__thumb.icon img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}