﻿.black-b .c-addons-box {
  background: #000000 !important
}



.fa-xmark:before {
  color: white;
}


.slider__item-12 .container {
  margin-top: 60px
}

.rad-9 {
  border-radius: 9px;
}

.menux {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Arial', sans-serif;

  color: #ffffff;
  margin-top: 10px
}

.menux li {
  padding: 15px 20px;
  border-bottom: 1px solid #333;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.menux li i {
  margin-right: 10px;
  font-size: 18px;
  width: 20px;
}

.menux li.qr-section {
  flex-direction: column;
  align-items: flex-start;
  border-bottom: none;
}

.menux li.qr-section p {
  margin: 10px 0 5px;
  font-size: 14px;
  color: #ccc;
}

.qr-code {

  height: auto;
}


.services__area2 {
  border-radius: 20px;
  outline: 2px solid var(--tp-common-yellow);
  outline-offset: 2px;
  /* or more for more spacing */
  margin: 20px;

}

.award__title-8X {
  font-family: var(--tp-ff-manrope);
  font-weight: 300;
  font-size: 26px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin-bottom: 6px;
}

.PADD {
  margin-left: 60PX;
  margin-top: 40PX;
  position: absolute
}

.PADD p {
  color: white;
  font-size: 13px
}

.services__icon-8 img {
  width: 200px
}

body {
  background-color: #000000 !important;
}

.body-main {
  background-image: url('../img/background/1.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #231f20;
}

.body-main2 {
  background-image: url('../img/background/login.png');
  background-repeat: no-repeat;
  background-position: right -50px top -20px;
}


.services__area {
  background-color: #231f20;
  border-radius: 20px;
  border: solid 2px var(--tp-common-yellow);
  margin: 15px;

}

.white {
  color: white
}

.award__title-8XX {
  font-family: var(--tp-ff-manrope);
  font-weight: 300;
  font-size: 30px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin: 30PX 0PX 30PX 0PX;
}

.bann p {
  color: white;
  font-size: 13px
}

.bann {
  margin: 70px 0px
}


.bann2 p {
  color: white;
  font-size: 14px
}

.slider-pagination-12 {
  display: none
}



@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }

  .mainy {
    width: 900px
  }
}

@media (min-width: 1800px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1800px;
  }

  .mainy {
    width: 1200px
  }
}







/* Your CSS from before, with small tweaks */


/* Container with border and rounded corners */
.containerx {
  padding: 120px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* Left and Right images: fade in/out with opacity transition */
.left-imagex,
.right-imagex {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.4s ease;
  pointer-events: none;
  /* So images don’t block hover events */
  z-index: 1;
}

/* Left image on the left side */
.left-imagex {
  left: 0;
  background: url('../img/banner/1.png') no-repeat center left;
  BORDER-RADIUS: 11PX;
}

/* Right image on the right side */
.right-imagex {
  right: 0;
  background: url('../img/banner/2.png') no-repeat center right;

  BORDER-RADIUS: 11PX;
}

/* Content area with horizontal layout */
.contentx {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

/* ORIGINALS text styling */
.originalsx {
  color: #f3c500;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  ;
  /* No transition on visibility, instant hide/show */
  transition: none;
}

/* OR separator */
.orx {
  color: white;
  font-size: 20px;
}

/* Container for smart icon */
.cyber-smartx {
  cursor: pointer;
  /* no transform rotation if not needed, remove if required */
}

/* Smart icon container */
.cyberx {
  /* No transition to ensure instant hide/show */
  transition: none;
}

/* Responsive: Stack content vertically on small screens */
@media (max-width: 768px) {

  .accounts3 {
    margin-left: 0px !important
  }

  .contentx {
    flex-direction: column;
    gap: 30px;
  }


  .header__bottom-8 {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .left-imagex,
  .right-imagex {
    display: none;
  }
}












.originalsx,
.cyber-smartx {
  cursor: pointer;
  user-select: none;
}

.originalsx {
  color: #f3c500;
  font-size: 40px;
  font-weight: bold;
  transition: visibility 0.3s ease;
}

.orx {
  color: white;
  font-size: 20px;
  user-select: none;
}

.cyberx img {
  max-width: 200px;
  transition: visibility 0.3s ease;
  user-select: none;
}

/* Responsive */
@media (max-width: 768px) {
  .contentx {
    flex-direction: column;
    gap: 30px;
  }

  .left-imagex,
  .right-imagex {
    display: none;
  }
}








/* Shared Banner Styles */
.ban-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #FFD400;
  background-color: #000;
  cursor: pointer;
  transition: background-color 0.4s ease, transform 0.4s ease;
}

.ban-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .3s ease, transform 1s ease;
}

/* Hover Overlay Text */
.ban-card::after {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Hover Effects */
.ban-card:hover {
  background-color: #FFD400;

}

.ban-card:hover img {
  opacity: 0;
}

.ban-card:hover::after {
  opacity: 1;
}

/* Height Ratios */
.ban-one {
  height: 580px;
  /* 1/1 */
}

.ban-two,
.ban-three {
  height: 282px;
  /* 1/2 */
}

.ban-four {
  height: 372px;
  /* 2/3 */
}

.ban-five {
  height: 192px;
  /* 1/3 */
}

/* Responsive */
@media (max-width: 992px) {
  .body-main2 {
    background-image: url('../img/background/login-dim.png');

  }



  .ban-one {
    height: 350px;
  }

  .ban-two,
  .ban-three,
  .ban-four,
  .ban-five {
    height: 200px;
  }

  .ban-card::after {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .ban-card {
    border-radius: 16px;
  }

  .ban-card::after {
    font-size: 18px;
  }
}


.ban-cards {
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 50px;
  margin: 0px 20px
}


.back2 {

  background-image: url(../img/background/2.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #231f20;
}


.back3 {

  background-image: url(../img/background/3.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-color: #231f20;
}


.textx P {
  color: white
}


.containerxx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  background: #252525;
  color: #fff;
  border-radius: 20px;
  position: relative;
  min-height: 400px;

  /* strong, outer shadow */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.mainLogox {
  flex: 1 1 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainLogox img {

  max-width: 300px;
  margin: 0 100px
}

.rightGridx {
  flex: 1 1 60%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-items: center;
}

.logox img {
  width: 160px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.logox:hover img {
  transform: scale(1.05);
}

.detailx {
  display: none;
  width: 70%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.detailx.active {
  display: flex;
}

.detailx img {
  width: 250px;
  margin: 0px 100px
}

.textx {
  max-width: 600px;
}

.textx h2 {
  color: #f5c400;
}

.back-btnx {
  color: #f5c400;
  font-size: 22px;
  margin-top: 20px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .containerxx {
    flex-direction: column;
    text-align: center;
  }

  .rightGridx {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .detailx {
    flex-direction: column;
  }
}




.footer__shape-4 {
  opacity: 0.02;
}


.rightGridx {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 logos per row */
  gap: 20px;
  /* space between logos */
  justify-items: center;
  align-items: center;
  margin-top: 10px;
}

.shad1 {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}





/* cccc */

/* ---------- Variables ---------- */
:root {
  --bg: #231f20;
  /* dark page background (matches original) */
  --panel: #1b1717;
  --muted: #bdb7b6;
  --text: #efecec;
  --yellow: #FFD400;
  /* EXACT yellow you requested */
  --yellow-soft: rgba(255, 212, 0, 0.12);
  --glow: rgba(255, 212, 0, 0.12);
  --maxW: 1100px;
}

/* Prevent horizontal scroll */
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* ---------- Page ---------- */
.c-body {
  min-height: 100vh;
  background:
    radial-gradient(ellipse at center, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.7)),
    var(--bg);
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-container {
  max-width: var(--maxW);
}

/* ---------- Header ---------- */
.c-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.c-title-left {
  color: var(--yellow);
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 1px;
  border-bottom: 3px solid var(--yellow);
  padding-bottom: 6px;
  margin-top: 8px;
}

.c-or {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
}

.c-title-right {
  color: transparent;
  -webkit-text-stroke: 1px var(--yellow);
  font-weight: 700;
  font-size: 36px;
}


.c-title-center {
  color: var(--yellow);
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 1px;

  padding-bottom: 6px;
  margin-top: 8px;
}



/* Breadcrumb and tabs */
.c-breadcrumb {
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.c-accent {
  color: var(--yellow);
  font-weight: 700;
}

.c-tabs {
  gap: 12px;
  margin-top: 8px;
}

.c-tab {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.04);
  padding: 8px 18px;
  border-radius: 28px;
  font-weight: 600;
  transition: all .18s ease;
}

.c-tab:hover {
  transform: translateY(-3px);
  color: var(--yellow);
  background: linear-gradient(180deg, rgba(255, 212, 0, 0.09), rgba(255, 212, 0, 0.02));
  color: var(--yellow);
  border-color: rgba(255, 212, 0, 0.28);
}

.c-tab-active {
  background: linear-gradient(180deg, rgba(255, 212, 0, 0.09), rgba(255, 212, 0, 0.02));
  color: var(--yellow);
  border-color: rgba(255, 212, 0, 0.28);
}

/* Description */
.c-desc-title {
  color: var(--text);
  font-size: 15px;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 700
}

.c-desc-sub {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
  padding: 0px;
  margin-bottom: 40px
}

/* ---------- Plans header labels (above table) ---------- */
.c-plan-head-above {
  display: flex;
  gap: 0;
  margin-bottom: 28px;
  padding: 6px 12px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--tp-theme-1) 60%, transparent);
  background: linear-gradient(180deg, rgb(225 225 225 / 10%), rgb(153 150 150 / 32%));
  color: white;
  font-weight: 400;
  font-size: 16px;
  margin-top: 25px;
  color: white
}

.c-plan-head-above .c-label {
  font-weight: 400;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left
}

/* Small screens: wrap labels */
@media (max-width:767.98px) {
  .c-plan-head-above {
    flex-wrap: wrap;
  }

  .c-plan-head-above .c-label {
    width: 50%;
  }
}

/* ---------- Plan wrapper + table ---------- */
.c-plan-wrapper {
  border-radius: 14px;
  padding: 10px;

}

.c-section-title {
  color: white;
  font-size: 26px
}

.c-section-title2 {
  color: white;
  font-size: 23px
}


.c-plan-table {
  margin-top: 6px
}

/* plan row */
.c-plan-row {
  margin: 8px 12px;
  border-bottom: 1px solid var(--yellow);
  transition: transform 360ms cubic-bezier(.2, .9, .2, 1), box-shadow 360ms;
  position: relative;
  background: transparent;
  padding-bottom: 8px;
}

.c-plan-row:last-child {
  border-bottom: none;
}

/* cells */
.c-plan-cell {
  padding: 6px 12px;
  font-size: 14px;
  color: var(--text);
}

/* vertical separators on md+ */
@media (min-width:768px) {
  .c-plan-cell+.c-plan-cell {
    border-left: 1px dashed rgba(255, 255, 255, 0.03);
  }
}

/* plan name and hover yellow text */
.c-plan-name {
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-items: flex-start;
}

.c-plan-main {
  font-weight: 700;
  letter-spacing: 0.6px;
}

.c-plan-hover {
  color: var(--yellow);
  font-weight: 700;
  font-size: 13px;
  opacity: 0;
  transform: translateY(-6px);
  max-height: 0;
  transition: opacity 320ms ease, transform 320ms ease, max-height 420ms ease;
  display: block;
  white-space: normal;
  line-height: 1.2;
}

/* Hover effect: lift, reveal yellow text (two lines allowed) */
.c-plan-row:hover {
  transform: translateY(0px);
  box-shadow: 0 6px 0px var(--glow);
  z-index: 5;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.00));
}

.c-plan-row:hover .c-plan-hover {
  opacity: 1;
  transform: translateY(0);
  max-height: 64px;
}

.c-plan-row:hover .c-plan-cell {
  color: #ffffff;
}

/* ---------- Addons box (single border) ---------- */
.c-addons-box {
  border-radius: 16px;
  padding: 18px;
  border: 1px solid var(--yellow);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.03));
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55);
}


.c-addons-box2 {
  border-radius: 16px;
  padding: 18px;
  border: 1px solid #707070;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.03));
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55);
}






.c-addons-grid {
  margin: 0;
}

/* individual addon card inside the big box */
.c-addon {
  background: transparent;
  padding: 14px;
  min-height: 120px;
  border-radius: 10px;
}

.c-addon h6 {
  font-weight: 400;
  margin-bottom: 6px;
  font-size: 24px;
  color: white;
  text-align: center
}

.c-addon-price {
  color: var(--yellow);
  font-weight: 700;
  margin-bottom: -5px;
  font-size: 12px;
  text-align: center;
  margin-top: 20px
}

.c-addon-desc {
  color: white;
  font-size: 13px;
  text-align: center
}

.c-addon-desc2 {
  color: white;
  font-size: 15px;
  text-align: left
}

/* ---------- Form: bottom border only white style ---------- */
.c-form-area {
  background: transparent;
  border-radius: 12px;
  padding: 22px;
  margin-bottom: 40px;
}

.c-form-area H4 {
  font-size: 24PX;
  font-weight: 400
}

.form-control.c-field,
.form-select.c-field {
  background: transparent;
  color: var(--text);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  height: 44px;
  box-shadow: none;
  width: 100%;
}


.nice-select .option {
  color: #ffffff;
  background-color: black;
}

form div {
  padding: 0px
}









.form-control.c-field::placeholder {
  color: #707070
}

.form-select.c-field {
  padding-left: 0.5rem;
}

.form-control.c-field:focus,
.form-select.c-field:focus {
  outline: none;
  box-shadow: 0 4px 18px rgba(255, 212, 0, 0.06);
  border-bottom: 2px solid rgba(255, 212, 0, 0.5);
}

/* Apply button — small rounded yellow (bottom-right like screenshot) */

.text-right {
  text-align: right !important;
}


html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  /* remove horizontal scroll */
  overflow-y: auto;
  /* normal vertical scroll */
}

body.body-sub1 {
  background-image:
    url('../img/background/right.png'),
    url('../img/background/left.png');
  background-position:
    right 600px,
    left 1700px;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  /* makes them move with page */
  background-size: auto, auto;

}



.nice-select::after {
  color: #ffffff;
}




.c-apply {
  color: var(--yellow);

  border-radius: 8px;
  padding: 5px 26px;
  font-weight: 400;
  box-shadow: 0 8px 30px rgba(255, 212, 0, 0.12);
  border: 1px solid var(--yellow);
  transition: transform 200ms ease, box-shadow 200ms ease;
  background-color: transparent;
  font-size: 12px
}


.c-apply:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 60px rgba(255, 212, 0, 0.22);
  color: white;
  border: white 1px solid
}


.two-columns {
  columns: 2;
  /* 2 columns */
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 40px;
  /* space between columns */
}



/* ---------- Responsive tweaks ---------- */
@media (max-width:991.98px) {

  .c-title-left,
  .c-title-right,
  .c-title-center {
    font-size: 28px;
  }

  .c-plan-head-above .c-label {
    width: 50%;
  }

  .c-plan-cell.text-end {
    text-align: left !important;
  }
}

@media (max-width:575.98px) {
  .c-header {
    gap: 10px;
  }

  .c-title-left,
  .c-title-right,
  .c-title-center {
    font-size: 22px;
  }

  .c-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .c-plan-hover {
    font-size: 12px;
  }
}



.notice ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.notice ul li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  /* space between dash and text */
}

.notice ul li::before {
  content: "-";
  flex-shrink: 0;
  /* keeps dash fixed on left */
}

.notice ul li a {
  color: var(--yellow);
  ;
  text-decoration: underline;
}

.notice span {
  color: white
}

.ht50 {
  height: 100px
}

.faq__item .two-columns {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  text-align: left;
  color: white
}

.faq__item .two-columns li {
  break-inside: avoid;
  padding: 4px 0;
}

.logos img {
  margin-right: 25px;
  margin-bottom: 20px
}



.location-info {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  color: #fff;
}

.location-info li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 6px 0;
}

.location-info i {
  color: var(--yellow);
  font-size: 16px;
  min-width: 20px;
  margin-top: 3px;
}

.location-info a {
  color: var(--yellow);
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}

.location-info a:hover {
  opacity: 0.8;
}

.ui-dialog-titlebar {
  background: var(--yellow);
  color: #000;
  border: none;
  font-weight: bold;
}

.ui-dialog {
  box-shadow: 0 0 20px rgba(255, 212, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
}

.ui-dialog .ui-dialog-content {
  padding: 0;
  overflow: hidden;
}

#dialog {
  display: none;
}

#dvMap {
  width: 100%;
  height: 100%;
}

@media (max-width: 600px) {
  #dialog {
    width: 95% !important;
    height: 400px !important;
  }
}

.yellow {
  color: var(--yellow) !important;
}



.c-plan-head-above .c-label {
  flex: 1 1 20%;
  /* Each column takes 20% of row */
  padding: 10px;
  box-sizing: border-box;
}

/* Responsive: stack on small screens */
@media (max-width: 1400px) {
  #side-banner-wrapper {
    display: none
  }
}

@media (max-width: 991px) {
  .bann3 {
    width: 100%
  }


  .offcanvas__area offcanvas__area-1 {
    display: none
  }



}

/* Responsive: stack on small screens */
@media (max-width: 768px) {
  .c-plan-head-above .c-label {
    flex: 1 1 50%;
    /* 2 per row on small screens */
  }



}

@media (max-width: 580px) {
  .c-plan-head-above .c-label {
    flex: 1 1 100%;
    /* 1 per row on very small screens */
  }

  .header__hamburger {
    display: none !important
  }





}

.c-addons-box p {
  color: white;
  margin-top: 10px;
  font-size: 14px
}

.cit {
  font-weight: 500;
  font-size: 23px;
  letter-spacing: -0.02em;
  color: white;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 40px
}

.footer__logo img {
  width: 130px
}


.light-g {
  color: #adadad
}




.contact__agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #1e1e1e !important;

  background-color: #1e1e1e !important;
  ;
  outline: none;
  flex: 0 0 auto;
  -webkit-transform: translateY(-2.5px);
  -moz-transform: translateY(-2.5px);
  -ms-transform: translateY(-2.5px);
  -o-transform: translateY(-2.5px);
  transform: translateY(-2.5px);
  padding: 0;
}


.contact__input-2 input {
  width: 100%;
  height: 52px;
  border: 1px solid #1e1e1e !important;
  outline: 0;
  background-color: #1e1e1e !important;
  color: #7a7879 !important;
  padding: 0 25px;
  border-radius: 7px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: white !important;
  margin-top: 0px;
  font-weight: var(--tp-fw-bold);
  line-height: 1.2;
}

h3 {
  font-size: 28px !important;
  font-weight: 600 !important;
}

h3 span {
  color: #7a7879 !important;
  font-size: 16px;
  display: block;
  font-weight: 400;
  letter-spacing: normal;
  white-space: normal;
}

h5 {
  font-size: 26px;
  font-weight: 400;
}

h7 {
  font-size: 20px;
  font-weight: 400;
}


.tp-btn {

  padding: 6px 24px;
  border-radius: 30px;
}

.tp-btn:hover {
  background-color: #1e1e1e !important
}



.tp-btn-1 {

  background-color: #373737 !important
}


.tp-btn-2x {
  background-color: #000 !important;
  border: 1px solid #444 !important;
  color: #999 !important;
  padding: 5px 16px !important;
  border-radius: 22px;
  font-size: 13px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}



.tp-btn-3x {
  background-color: #000;
  border: 1px solid var(--tp-theme-1);
  color: #FFF;
  padding: 5px 16px;
  border-radius: 22px;
  font-size: 13px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

.tp-btn-3x:hover {
  background-color: var(--tp-theme-1);
  border: 1px solid var(--tp-theme-1);
  color: #FFF;
  padding: 5px 16px;
  border-radius: 22px;
  font-size: 13px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}



.tp-btn6 {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  text-align: center;
  font-family: var(--tp-ff-manrope);
  padding: 0px 10px !important;
  border-radius: 20px;

  position: relative;
  z-index: 1;
  overflow: hidden;
  letter-spacing: -0.02em;
}


.tp-btn6:hover {
  background: #1c1c1c;
  ;
}



.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  background-color: #55555a;
  border: 1px solid #77777d;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .4s;
}

.slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked+.slider {
  background-color: red;
}

input:checked+.slider::before {
  transform: translateX(24px);
}

.ad-ons .col-lg-6:nth-child(odd) {
  padding-right: 30px;
}

/* Even items: 2,4,6... */
.ad-ons .col-lg-6:nth-child(even) {
  padding-left: 30px;
}



.acc6 {
  float: left;
  margin-top: 4px;
  width: 90px;
}

.acc4 {
  float: left;
  margin-top: 4px;
  width: 48px;
}

.acc5 {
  margin-top: 4px;
  width: 42px;
  display: block
}

.fw-400 {
  font-weight: 400
}

.font26 {
  font-size: 24px
}

.font25 {
  font-size: 22px
}

.font20 {
  font-size: 18px;
  line-height: 1.5;
}

.hr:hover {
  color: var(--tp-theme-1);

}

.float-none {
  float: none
}

.accounts {
  background-color: #212121;
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--tp-theme-1) 60%, transparent);
  padding: 7px 20px 6px 20px;
  box-shadow: 0 0 4px 1px var(--tp-theme-1);
  ;
  margin-top: 20px
}

.accounts:hover {
  background-color: #1e1e1e;
  border: 1px solid color-mix(in srgb, var(--tp-theme-1) 100%, transparent);
  box-shadow: 0 0 8px 2px var(--tp-theme-1)
}



.accounts2:hover {
  background-color: #1e1e1e;
  border: 1px solid var(--tp-theme-1);
  ;
  box-shadow: 0 0 8px 2px var(--tp-theme-1);
}


.accounts2 .t1 {
  font-size: 16px;
  color: white;
  font-weight: 400
}



.accounts2 {
  background-color: #000;
  border-radius: 20px;
  border: 1px solid #707070;
  padding: 25px 20px 18px 20px;
  box-shadow: 0 0 4px 1px #707070;
  ;
  margin-top: 20px;
  text-align: left;




}

.accounts3 {
  background-color: var(--tp-theme-1);
  ;
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 25px 20px 18px 20px;
  box-shadow: 0 0 4px 1px #707070;
  ;
  margin-top: 20px;
  display: flex;
}


.accounts3:hover {
  background-color: #1e1e1e;
  border: 1px solid #ed1c24;
  box-shadow: 0 0 8px 2px #ed1c24
}


.accounts3 .t1 {
  font-size: 16px;
  color: white;
  font-weight: 400
}


.accounts4,
.accounts5 {
  min-width: 220px;
  height: 140px;
  /* perfect square box */

  display: flex;
  /* center icon */
  justify-content: center;
  /* horizontal center */
  align-items: center;
  border-radius: 20px;
  padding: 0 !important;
  /* remove padding */
  text-align: center;
}

/* Keep your original colors/borders */
.accounts4 {
  border: 1px solid #1e1e1e;
  background-color: #1e1e1e !important;
  box-shadow: 0 0 4px 1px #1e1e1e;
  margin-right: 10px;
}

.accounts4:hover {
  border: 1px solid #ed1c24;
  box-shadow: 0 0 4px 1px #ed1c24;
}

.accounts5 {
  background-color: #000;
  border: 1px solid #707070;
  box-shadow: 0 0 4px 1px #707070;
  margin-left: 20px;
}

/* Make sure icon (<img>) is centered naturally */
.acc4 {
  display: block;
  margin: 0 auto;
}

.accounts5:hover {
  background-color: #1e1e1e;
  border: 1px solid var(--tp-theme-1);
  ;
  box-shadow: 0 0 4px 1px var(--tp-theme-1);
}





.accounts .t1 {
  font-size: 13px;
  color: white;
  font-weight: 400
}

.accounts .t2 {
  font-size: 19px;
  color: white;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0px;
}

.accounts .t2 span {
  font-size: 12px;
  color: var(--tp-theme-1);
  font-weight: 400
}

.accounts .t3 {
  font-size: 12px;
  color: #7a7879;
  font-weight: 400;
  margin-bottom: 0px;
}

.accounts .t4 {
  font-size: 14px;
  color: #7a7879;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center
}

.accounts .t5 {
  background: var(--tp-theme-1);
  border: none;
  padding: 0px 20px;
  border-radius: 30px;
  color: #fff;
  display: inline-table;
  width: 150px;
  text-align: center;
}

.accounts .t5.status-in-progress {
  background: #ff0000;
}

.accounts .t5.status-closed {
  background: #6c757d;
}

.accounts .t5.status-open {
  background: #28a745;
}

.accounts .t6 {
  font-size: 14px;
  color: var(--tp-theme-1) !important;
  ;
  font-weight: 400
}

.accounts .t7 {
  font-size: 14px;
  color: (--tp-text-body);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0px;
}

.accounts .t8 {
  font-size: 12px;
  color: white;
  font-weight: 400
}



.text-right {
  text-align: right !important;
}

.plus {
  width: 35px
}

.plus:hover {
  width: 35px
}


/* CSS */
.code-boxes {
  display: flex;
  gap: 10px;
  /* space between boxes */
  justify-content: flex-start;
}

.code-sent {
  width: 50px !important;
  height: 50px !important;
  background-color: #1e1e1e !important;
  color: #fff !important;
  border: 1px solid #1e1e1e !important;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  transition: all 0.2s ease;
  padding: 0 !important
}

/* On focus */
.code-sent:focus {
  border-color: #7a7879;
  box-shadow: 0 0 5px rgba(122, 120, 121, 0.5);
}

/* Remove number spinners (for numeric type inputs) */
.code-sent::-webkit-inner-spin-button,
.code-sent::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}




/* === Banner Styling === */
.banner-box {
  width: 225px;
  height: 270px;
  border: 1px solid #1e1e1e !important;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255, 212, 0, 0.7);
  overflow: hidden;
  background: #000;
}

.banner-box:hover {
  box-shadow: 0 0 20px rgba(255, 212, 0, .3);
}

#side-banner-wrapper {
  position: relative;
  min-height: 270px;
  /* at least same as banner height */
}

#side-banner {
  position: fixed;
  left: 60px;
  top: 220px;
  /* below header */
  z-index: 1000;
  will-change: transform;
  /* smoother scroll performance */
  transition: top 0.2s ease-in-out;
}

#side-banner img {
  width: 100%;
  display: block;
}




.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
  color: white;
}

.mobile-menu-3 {
  margin-top: 50px
}







.form-select {
  background-color: #1e1e1e !important;
  color: #7a7879;
  border: 1px solid #1e1e1e !important;
  ;
  border-radius: 5px;
  height: 50px !important;
  width: 100% !important;
}

.form-select:focus {
  border-color: #7a7879;
  box-shadow: 0 0 5px rgba(122, 120, 121, 0.5);
  outline: none;
}

.nice-select:after {
  display: none
}


.nice-select.open .list {
  border-radius: 0px 0px 15px 15px;
  width: 100%;
}

.nice-select .option {

  background-color: #1c1c1c;
}






.custom-date input[type=date] {
  width: 100%;
  height: 50px;
  background-color: #1e1e1e;
  color: #7a7879;
  border: 1px solid #3a3a3a;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 16px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
}

/* Placeholder style for date input */
.custom-date input[type=date]::before {
  content: attr(placeholder);
  color: #7a7879;
  position: absolute;
  left: 15px;
}

.custom-date input[type=date]:valid::before {
  content: "";
}

/* Calendar icon */
.custom-date input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(70%);
  cursor: pointer;
}

/* On hover/focus */
.custom-date input[type=date]:hover,
.custom-date input[type=date]:focus {
  border-color: #555;
  color: #fff;
}

.acc9 {
  width: 75px !important;
}

.form-label {
  color: #7a7879;
  font-size: 15px;
  font-weight: 400;
}



.contact__input-2 input,
.contact__input-2 textarea {
  background-color: #1e1e1e !important;
  border-radius: 5px;
  width: 100%;
  resize: vertical;
  color: #7a7879 !important;
  border: 0px !important
}

/* Dashboard */

.acc {
  width: 20px;
  margin-right: 10px;
  display: inline-block;
}

.acc2 {
  width: 18px;
  margin-right: 5px;
  display: inline-block;
}


.main-content-separator {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;

}

#sidebar-wrapper {
  min-height: 100vh;
  width: var(--sidebar-width-full);
  transition: margin-left .25s ease-out, width .25s ease-out;
  background: black;
  z-index: 90;
}

#sidebar-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #333;
}

.border-end {
  border-right: 1px solid #3e3e3e !important;
  border-left: none !important;
}

.list-group-item {
  background-color: black;
  color: #939393;
  font-size: 16px;
  border: 1px solid #3e3e3e;
  padding: 13px 15px
}

.list-group-item.active {

  background-color: #1c1c1c;
  color: white !important;
  border: 0px
}

.list-group-item.active::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: var(--tp-theme-1);
  ;
}


:root {
  --sidebar-width-min: 60px;
  --sidebar-width-full: 290px
}

.acc3 {
  margin-right: 15px;
  width: 22px;
  height: 22px;
  float: left;
  margin-top: 4px;
}

.acc8 {
  width: 24px;
  float: left;
  margin-top: 4px;
  margin-right: 8px
}






.edicon {
  position: absolute;
  right: 15px;
  top: 53px;
  color: var(--tp-theme-1) !important;
}

.edicon:hover {
  cursor: pointer;
}




.upload-icon {
  position: absolute;
  right: 15px;
  top: 18px;
  cursor: pointer;
  color: #7a7879 !important;
}






/* --- Responsive Logic (Simplified) --- */
@media (min-width: 1000px) {
  #wrapper.toggled #sidebar-wrapper {
    width: var(--sidebar-width-min);
  }

  #wrapper.toggled #sidebar-wrapper span,
  #wrapper.toggled .sidebar-heading .btn,
  #wrapper.toggled .sidebar-heading p,
  #wrapper.toggled .sidebar-heading h4 {
    display: none;
  }

  #sidebarToggle {
    display: none;
  }

  .mar-40 {
    margin-left: 40px
  }
}





/* --- Gauge Animation & Styling --- */




.md {
  margin-left: 30px;
  width: 100%;
}

.ml7 {
  margin-left: 7px
}

@media (max-width: 999px) {

  .accounts4,
  .accounts5 {
    width: 100%
  }

  .row {
    --bs-gutter-x: .5rem
  }

  .accounts5 {
    margin-left: 0px
  }

  .accounts2 {
    margin-left: 0px
  }

  .md {
    margin-left: 0px
  }

  .ml-20 {
    margin-left: 10px;
  }

  .ad-ons .col-lg-6:nth-child(odd) {
    padding-right: 0px;
  }

  .ad-ons .col-lg-6:nth-child(even) {
    padding-left: 0px;
  }

  .bg-secondary {
    clear: both;
    margin-top: 44px;
  }

  #sidebar-wrapper {
    position: fixed;
    width: var(--sidebar-width-min);
  }

  #sidebar-wrapper span,
  .sidebar-heading .btn,
  .sidebar-heading p,
  .sidebar-heading h4 {
    display: none;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: var(--sidebar-width-full);
  }

  #wrapper.toggled span,
  #wrapper.toggled .btn,
  #wrapper.toggled p,
  #wrapper.toggled h4 {
    display: block;
  }

  .sidebar-heading {
    position: relative;
    min-width: 300px;
  }

  #wrapper.toggled #sidebar-wrapper span,
  #wrapper.toggled .sidebar-heading .btn,
  #wrapper.toggled .sidebar-heading p,

  #page-content-wrapper {
    margin-left: var(--sidebar-width-min);
  }

  .sidebar-heading {
    display: none
  }

  #wrapper.toggled .sidebar-heading {
    display: block
  }

  #sidebarToggle {
    display: block;
    display: block;
    left: 0px !important;
    position: relative;
    margin-top: 3px;
    background-color: #333333;
    border: 0px
  }

  .acc2 {
    float: left;
    margin-top: 4px;
  }




  .mar-40 {
    margin-left: -48px !important;
    width: calc(100% + 45px);
  }

  #sidebar-wrapper {
    position: relative !important;
  }

  .advanced-settings {
    margin-bottom: 10px
  }
}


.gauge-card {
  text-align: center;
  margin: 0 auto;
}

.gauge-container {
  position: relative;
  width: 200px;
  height: 250px;
  margin: 10px auto 0;
}

.gauge-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: white;
}

.gauge-top-label {
  font-size: 13px;
  color: #9a9aa5;
  margin-bottom: 2px;
}

.gauge-value {
  font-size: 32px;
  font-weight: 800;
  color: white;
  line-height: 1;
  margin-bottom: 0;
}

.gauge-unit {
  font-size: 15px;
  font-weight: 700;
  color: white;
  margin-left: 4px;
}

.gauge-percent {
  font-size: 19px;
  font-weight: 700;
  color: var(--tp-theme-1);
  margin: 6px 0 0;
}

.gauge-scale-label {
  position: absolute;
  bottom: 15%;
  transform: translateX(-50%);
  font-size: 15px;
  font-weight: 700;
  color: var(--tp-theme-1);
  white-space: nowrap;
}

.gauge-scale-min {
  left: 18%;
}

.gauge-scale-max {
  left: 82%;
}

.gauge-title {
  font-weight: 700;
  font-size: 16px;
  color: white;
}

.gauge-remaining {
  position: absolute;
  top: 76%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.gauge-remaining-label {
  font-size: 12px;
  color: #9a9aa5;
  margin-bottom: 1px;
}

.gauge-remaining-value {
  font-size: 15px;
  font-weight: 700;
  color: white;
  margin-bottom: 0;
  white-space: nowrap;
}

.gauge-expired {
  color: var(--tp-theme-1);
}

.view-details-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: white;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.view-details-link:hover {
  color: var(--tp-theme-1);
}

@media (max-width: 999px) {
  .gauge-container {
    width: 170px;
    height: 213px;
  }
}






.gauge-ring {
  overflow: visible;
}

.gauge-ring-track {
  fill: transparent;
  stroke: #320002;
  stroke-width: 14;
  stroke-linecap: round;
}

.gauge-ring-bar {
  fill: transparent;
  stroke: var(--tp-theme-1);
  stroke-width: 14;
  stroke-linecap: round;
  transition: stroke-dashoffset 1s ease-out;
  filter: drop-shadow(0 0 6px rgba(237, 28, 36, 0.55));
}



.addon-item .font20 {
  width: 90%;
  margin-bottom: 20px
}

.addon-item-new .font20 {
  width: 90%;
  margin-bottom: 20px
}

@media (max-width: 768px) {

  .text-rr {
    text-align: left
  }

  .data-card {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .addon-item .font20 {
    width: 100%;
  }

  .addon-item-new .font20 {
    width: 100%;
  }

  .date-text,
  .data-section>div,
  .yellow {
    width: 100%;
    justify-content: center !important;
    margin-bottom: 10px;
  }

  .acc3 {
    margin-right: 8px;
    margin-left: 8px;
  }

  .contact__btn-2 {
    margin-bottom: 8px
  }


}






.font12 {
  font-size: 13px !important;
}







/* --- Dropdown and Mode Buttons --- */
/* Ensures the button itself is red, matching the image */
.month-dropdown-button {
  background-color: var(--tp-theme-1) !important;
  border-color: var(--tp-theme-1) !important;
  color: white !important;
  font-weight: bold;
  border-radius: 14px;
}

.month-dropdown-button:focus{
  border: none !important;
  box-shadow: none !important;
}

.dropdown-menu.dropdown-menu-dark {
  background-color: #1a1a1a;
  border: 1px solid #333;
}

.dropdown-item.active {
  background-color: var(--tp-theme-1);
  ;
  color: #fff;
}

.mode-button {
  background-color: #222;
  border: 1px solid #444;
  color: #999;
  padding: 5px 15px;
  border-radius: 12px 0px 0px 12px;
  transition: all 0.3s ease-in-out;
}

.mode-buttonx2 {
  border-radius: 0px !important;
}


.mode-buttonx3 {
  border-radius: 0px 12px 12px 0px;
  ;
}

.mode-button:hover {

  color: white !important;
  background-color: var(--tp-theme-1);
  ;
}



.mode-button.active {
  background-color: var(--tp-theme-1);
  ;
  border-color: red;
  color: white;
}


.account-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  padding-bottom: 15px;
}

.account-list li {
  float: left;
  color: #fff;
  margin-right: 30px;
}

.account-list li:first-child {
  color: var(--tp-text-body);
}


.data-card {
  background-color: #212121;
  /* Card background */
  border-radius: 10px;
  max-width: 600px;
  padding: 10px 5px 10px 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 17px
}


.data-card-small {
  max-width: 500px;
}





.data-card-in {
  background-color: #2a2a2a;
  /* Card background */
  border-radius: 10px;
  max-width: 500px;
  padding: 15px 25px 15px 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  /* Drop shadow */
}

.date-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}


/* SVG and Data Item Styling */
.arrow-icon {
  color: var(--tp-theme-1);
  /* Reddish color for the arrow */
  width: 25px;
  /* Slightly smaller */
  height: 25px;
  margin-right: 5px;
  /* Space between arrow and data */
}

.data-value {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-left: 12px;
  text-align: left
}

.data-value span {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-top: 5px
}

/* Vertical divider */
.vr-custom {
  background-color: #333;
  width: 1px;
  height: 60px;
  /* Set height for the divider */
  margin: 0 30px;
}







ul.service-summary {
  list-style: none;
  padding: 0;
  margin: 0;

}

ul.service-summary li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0;
  flex-wrap: wrap;
}

.summary-label {
  color: #707070;
  font-weight: 500;
  flex: 1 1 40%;
}

.summary-value {
  color: #fff;
  flex: 1 1 60%;
  text-align: left;
}








.border-card {
  border-left: 1px solid var(--tp-theme-1);
  border-right: 1px solid var(--tp-theme-1);
  border-bottom: 1px solid var(--tp-theme-1);
  padding: 0px
}


.bck-r {
  color: white;
  font-size: 18px;
  font-weight: 600;
  background-color: var(--tp-theme-1);
  text-transform: uppercase;
  padding: 4px;
  text-align: center
}

.summary-box {
  width: 100%;
  max-width: 400px;
  color: white;
  font-family: Arial, sans-serif;
  margin: 0 auto;
  padding: 20px
}

.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 16px;
}

.summary-row.total {
  font-weight: 500;
  font-size: 16px;
}

.summary-box hr {
  border: 0;
  border-bottom: 1px solid #555;
  margin: 10px 0;
}

/* Responsive */
@media (max-width: 480px) {
  .summary-row {
    font-size: 16px;
  }

  .summary-row.total {
    font-size: 18px;
  }
}














.add-btn-new {
  background: var(--tp-theme-1);
  border: none;
  padding: 0px 20px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
}



.add-btn {
  background: var(--tp-theme-1);
  border: none;
  padding: 0px 20px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
}

.counter {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #d60000;
  padding: 0px 20px;
  border-radius: 30px;
  max-width: 96px
}

.counter-new {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #d60000;
  padding: 0px 20px;
  border-radius: 30px;
  max-width: 96px
}




.counter-new .trash-new,
.counter-new .plus-new {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}



.counter .trash,
.counter .plus {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.counter .qty {
  color: #fff;
  font-size: 16px;
  min-width: 10px;
  text-align: center;
}

.counter-new .qty {
  color: #fff;
  font-size: 16px;
  min-width: 10px;
  text-align: center;
}

.hidden {
  display: none;
}

.fa-add:before,
.fa-plus:before {
  color: white;
  font-size: 14px;
}

.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li span.mean-expand {
  margin-top: 8px;

  border: 0px solid #ebebeb !important;
  height: 24px;
  width: 24px;
  color: var(--tp-common-black);
  line-height: 22px;
  top: 0;
  font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover i {
  color: var(--tp-common-white);

}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
  background: transparent !important;

  border-color: transparent !important
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
  background: transparent !important;

  border-color: transparent !important
}

.add-btn:disabled {
  background: #777 !important;
  cursor: not-allowed;
  opacity: 0.6;
}


.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked {
  background: transparent !important;

  border-color: transparent !important
}

.offcanvas__close-btn:hover {
  background-color: transparent;
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.sidebar-view-acc {
  padding: 6px 24px !important;
}

.error {
  font-weight: bold;
  color: red;
 }