@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
}
:root {
  --bs-blue: #426cff;
  --bs-indigo: #6610f2;
  --bs-purple: #8362ea;
  --bs-pink: #d63384;
  --bs-red: #e9132d;
  --bs-orange: #fcc02a;
  --bs-yellow: #fcc02a;
  --bs-green: #179a68;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #0f0f0f;
  --bs-white: #fff;
  --bs-gray: #656565;
}
html,
body {
  overflow-x: hidden !important;
}
.h1 {
  font-size: 56px;
}
.h2 {
  font-size: 40px;
}
.h3 {
  font-size: 32px;
}
.h4 {
  font-size: 28px;
}
.h5 {
  font-size: 24px;
}
.h6 {
  font-size: 20px;
}
.p {
  font-size: 16px;
}
.pl-5 {
  padding-left: 20px;
}

.auth {
  background-color: #1e1e1e;
  border: 1px solid #404040;
  border-radius: 10px;
  width: 600px;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.auth-form {
  padding-top: 35px;
  padding-left: 75px;
  padding-right: 75px;
}
.btn-transparent {
  border: transparent;
  padding: transparent;
  background-color: transparent;
}
.psw-tg {
  color: white;
  position: relative;
  top: -50%;
  left: 90%;
}
.head,
.features,
.reviews,
.footer {
  padding-left: 180px;
  padding-right: 180px;
}

.nav-div {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

.navbar {
  border-bottom: 1px solid #1e1e1e;
}
.justify-content-space {
  justify-content: space-between;
}
.bg-gray {
  background-color: #131313;
}
.mobile-dashboard {
  display: none;
}
::-webkit-scrollbar {
  width: 0px;
}
::selection {
  color: white !important;
  background-color: #179a68;
}
.border-dashed {
  padding: 1rem;
  border: 2px dashed #179a68;
  border-radius: 10px;
  margin-right: 50px;
}
.feature-card {
  background-color: #1e1e1e;

  padding-top: 2rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem !important;
  padding-right: 10rem !important;
  border-radius: 10px;
}
.feature-card:hover {
  background-color: #282828;
  transition: 0.2s ease-out;
}

.support-feature-desktop {
  margin-top: 14.9rem;
}
.support-feature-mobile {
  display: none;
}
.review-card {
  background-color: #1e1e1e;
  border-radius: 10px;
  padding: 1rem;
}
.contact-card {
  background-color: #1e1e1e;
  border-radius: 10px;
  padding-top: 1.5rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-right: 20rem !important;
}
.first-review-card {
  background-color: #282828;
  padding: 1rem;
  border-radius: 10px;
}
.get-started {
  background-image: url("/assets/images/get-started-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 480px;
}
.gradient-primary {
  background: linear-gradient(92.01deg, #179a68 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  
}
.footer {
  background-color: #181818;
  padding: 1rem;
}
.footer-link {
  color: white;
}
.footer-link:hover {
  color: #179a68;
  transition: 0.2s ease-in;
}
.copyright {
  display: flex;
  justify-content: start;
}
.footer-bottom-links {
  display: flex;
  justify-content: end;
}
.center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.dashboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.dashboard-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-top: 84px;
}

.dashboard-content {
  background-color: transparent;
  left: 300px;
}

.dashboard-nav {
  min-width: 285px;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  background-color: #181818;
}

.dashboard-compact .dashboard-nav {
  display: none;
}

.dashboard-nav header {
  min-height: 84px;
  padding: 8px 27px;
  padding-top: 20px;
  display: flex;
  justify-content: start;

  align-items: start;
}

.dashboard-nav header .menu-toggle {
  display: none;
  margin-right: auto;
}

.dashboard-nav a {
  color: #515151;
}

.dashboard-nav a:hover {
  text-decoration: none;
}

.dashboard-nav {
  background-color: #181818;
}

.dashboard-nav a {
  color: #fff;
}

.brand-logo {
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #515151;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-logo:focus,
.brand-logo:active,
.brand-logo:hover {
  color: #dbdbdb;
  text-decoration: none;
}

.brand-logo i {
  color: #d2d1d1;
  font-size: 27px;
  margin-right: 10px;
}

.dashboard-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dashboard-nav-item {
  color: #ababab;

  padding-top: 0.75rem;
  display: flex;
  padding-left: 2rem;
  align-items: center;
  letter-spacing: 0.02em;
  padding-bottom: 0.75rem;
  transition: ease-out 0.5s;
}

.dashboard-nav-item:hover {
  background: rgba(255, 255, 255, 0.04);
}
.active-nav {
  color: white;
}

.active {
  background: rgba(0, 0, 0, 0.1);
}

.dashboard-nav-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dashboard-nav-dropdown.show {
  background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle {
  font-weight: bold;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle:after {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dashboard-nav-dropdown-toggle:after {
  content: "";
  margin-left: auto;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(81, 81, 81, 0.8);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
  border-top-color: rgba(255, 255, 255, 0.72);
}

.dashboard-nav-dropdown-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dashboard-nav-dropdown-item {
  min-height: 40px;
  padding: 8px 20px 8px 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: ease-out 0.5s;
}

.dashboard-nav-dropdown-item:hover {
  background: rgba(255, 255, 255, 0.04);
}

.menu-toggle {
  position: relative;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #443ea2;
}

.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
  text-decoration: none;
  color: #875de5;
}

.menu-toggle i {
  font-size: 20px;
  color: white;
  background-color: #1e1e1e;
  padding: 0.75rem;
  border-radius: 10px;
}

.dashboard-toolbar {
  min-height: 85px;
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 8px 27px;
  position: fixed;
  top: 0;
  right: 0;
  justify-content: end;
  z-index: 1000;
}

.nav-item-divider {
  height: 1px;
  margin: 1rem 0;
  overflow: hidden;
  background-color: rgba(236, 238, 239, 0.3);
}

.menu-toggle {
  display: none;
}

.nav-section {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.balance-nav {
  background-color: #282828;

  border-radius: 10px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-top: 0%;
}
.admin-nav {
  background-color: #282828;

  border-radius: 10px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-top: 1rem;
}


.balance-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.create-new {
  background-color: #282828;
  padding: 2rem;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-top: 5%;
  border-radius: 10px;
}
.nav-icon {
  -webkit-filter: grayscale(100%);
}
.active-icon {
  -webkit-filter: grayscale(0%);
}
.stats {
  min-height: fit-content;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  border-radius: 10px;
  min-width: 340px;
  max-width: 300px !important;
  max-height: 100px;
}
.stats-green {
  background: linear-gradient(92.01deg, #179a68 0%, #00d684 100%);
}
.stats-blue {
  background: linear-gradient(92.01deg, #426cff 0%, #379dbd 100%);
}
.stats-purple {
  background: linear-gradient(92.01deg, #a140ba 0%, #b33e95 100%);
}
.stats-green-2 {
  background: linear-gradient(92.01deg, #42a04b 0%, #06ac70 100%);
}

thead th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

thead th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

tbody tr:last-child :first-child {
  border-bottom-left-radius: 10px;
}

tbody tr:last-child :last-child {
  border-bottom-right-radius: 10px;
}
thead th {
  border-bottom: none !important;
}
.light-gray {
  color: #ababab;
}
.dark-gray {
  color: #656565;
}
.icon-td {
  display: flex;
  gap: 8px;
  align-items: center;
}
.blue-link {
  color: #426cff;
}
.blue-link:hover {
  color: #426bffa9;
}
.pl-0 {
  padding-left: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}

.text {
  font-size: 14px;
}

.tab-pane {
  background-color: transparent;
}

.qr {
  background-color: #282828;
  border-radius: 10px;
  border: 1px dashed #179a68;
}

.cycle-tab-container a {
  color: #ababab;
  font-size: 18px;
}

.cycle-tab-item {
  width: 24%;
  margin-bottom: 1rem;
  background: transparent !important;
}

.cycle-tab-item.active:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
  transition: transform 5000ms ease-in;
}

a.nav-link {
  width: 100%;
  margin-bottom: 1rem;
  background: #181818 !important;
  border-radius: 10px !important;
  padding: 1rem !important;
}

.tab-pane {
  background-color: transparent;
}

.qr {
  background-color: #282828;
  border-radius: 10px;
  border: 1px dashed #179a68;
}

a.nav-link {
  width: 100%;
  margin-bottom: 1rem;
  background: #181818 !important;
  border-radius: 10px !important;
  padding: 1rem !important;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  flex-wrap: wrap;
}

ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  cursor: pointer;
}

.tab-content {
  display: none;
  background: transparent;
}

.tab-content.current {
  display: inherit;
}

.ticket-number {
  display: flex;
  gap: 10px;
  align-items: center;
}
.message-support {
  background-color: #404040;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 10px;
  margin-top: 1%;
}
.message-support-admin {
  background-color: #282828;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 10px;
  margin-top: 1%;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #ababab;
  font-size: 18px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: white;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: white;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .faq-icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 25px;
  height: 22px;
}

.accordion button[aria-expanded="true"] {
  color: white;
}

.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.price-label {
  background-color: #181818;
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.btn-label {
  background-color: #1e1e1e;
  color: #179a68;
  border: 1px dashed #179a68;
  padding: 1rem;
  border-radius: 10px;
}
.btn-label:hover {
  border: 1px solid #179a68;
  transition: ease-in 0.3s;
}
.bulk-btn {
  height: fit-content;
  margin-top: 2%;
}
.dashboard-nav-container {
  position: fixed;
  min-width: 285px;
  height: 100%;
  overflow: auto;
  padding-bottom: 10px;
}
.label-created {
  background-color: #181818;
  border-radius: 10px;
  padding: 1rem;
  border: 1px solid #3a3a3a;
}
.border-labels-created {
  border-right: 1px solid #3a3a3a;
}

.support-card {
  background-color: #282828;
  padding: 1rem;
  border-radius: 10px;
}

option {
  background-color: #181818;
  
}

.alert {
  background-color: #179a6886 !important;
  color: white !important;
  border: 1px dashed #179A68 !important;
}

.logout {
  background-color: #1e1e1e;
  color: #ffffff;
  border: 1px dashed #ffffff;
  padding: 1rem;
  border-radius: 10px;
  width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
.logout:hover {
  background-color: #1e1e1e;
  color: #ffffff;
  border: 1px solid #ffffff;
}