@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'Bebas';
    src: url('../fonts/Bold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Bebas';
    src: url('../fonts/Regular.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Bebas';
    src: url('../fonts/Book.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Bebas';
    src: url('../fonts/Light.ttf');
    font-weight: 300;
}

.btn-primary {
    color: #000;
}

/* Font Size Classes */
.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-46 {
    font-size: 46px !important;
}

/* Font Weight Classes */
.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

/* Normal */
.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

/* Bold */
.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

html {
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.bg-black {
    background: #000 !important;
}

.bg-blur {
    background-color: transparent;
    box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(90px);
    -webkit-backdrop-filter: blur(90px);
}

.text-darker {
    color: #22c3bf !important;
}

.text-ap {
    font-family: 'Bebas', sans-serif;
}

.text-cur {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.card-balance {
    font-family: 'Inter', sans-serif;
}

.text-lime {
    color: #d2fe67 !important;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.text-secondary {
    color: #6e6e6e !important;
}

.text-thin {
    font-weight: 300 !important;
}

.border-secondary {
    border-color: #6e6e6e !important;
}

.text-underline {
    text-decoration: underline !important;
    color: #fff !important;
}

.btn-forgot_password {
    /* color: #fff; */
    color: #9e9ea2;
    text-decoration: none !important;
    font-size: 0.9rem;
    font-weight: 400;
}

.btn-forgot_password:hover {
    color: #fff;
}

.btn-auth {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: none;
    padding: 15px 30px;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 60px !important;
    font-weight: 700;

    border: 3px solid transparent;
    background:
        linear-gradient(#000, #000) padding-box,
        linear-gradient(160deg, #ffffff 15%, #40e0d0 23%, #545454 60%, #8efffc 78%, #ffffff 96%) border-box;
}

.btn-login {
    border: 1px solid var(--primary);
    padding: 7px 15px !important;
    border-radius: 12px;
    font-size: 14px;
    color: #fff !important;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    box-shadow: none !important;
}

body {
    width: 100%;
    height: 100%;
    font-family: Inter, sans-serif;
    /* color: #FFF; */
}

a {
    text-decoration: none !important;
}

#clear-btn {
    background: none;
    border: none;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-40%);
    display: none;
    color: #fff;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.app-back {
    display: flex;
    align-items: center;
    justify-content: left;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.nav-menu {
    background-color: rgba(0, 0, 0, 0.7);
    /* Add opacity to the background */
    padding: 9px 2px 20px 2px;
    box-shadow: inset 0 0 80px rgba(0, 0, 0, 1);
    /* Make shadow darker */
    backdrop-filter: blur(90px);
    -webkit-backdrop-filter: blur(90px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mini-divider {
    height: 2px;
    width: 14px;
    border-radius: 100px;
    background: #3d424e;
}

.nav-menu .nav-link {
    padding: 5px;
}

.nav-menu i {
    color: #8d8d8d;
    font-size: 26px;
    margin-bottom: 4px;
}

.nav-menu .menu-active i {
    color: #fff !important;
}

.nav-menu .menu-active span {
    color: #fff !important;
}

.nav-menu .menu-active svg {
    /* color: var(--primary) !important; */
    color: #fff !important;
}

.nav-menu svg {
    color: #595a5c;
}

.nav-menu span {
    font-size: 12px;
    color: #595a5c;
    font-weight: 300;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* Adjust this value if needed */
}

.nav-tabs {
    border: none;
}

.nav-app .nav-item a {
    border: 1px solid #333333;
    padding: 8px 15px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 14px;
    color: #333333 !important;
}

.nav-app .nav-item a.active {
    border: 1px solid #1dfff9;
    color: #fff !important;
}

.app {
    background: #000;
}

[data-theme-style='light'].app {
    background: hsl(211, 100%, 99%);
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.my-apps {
    margin: 0;
    padding: 0;
}

.my-apps .card {
    margin: 8px 18px 8px 18px;
    background: none;
    border: 4px solid #fff;
    border-radius: 31px;
    cursor: pointer;
    transition: border-color 0.3s ease;
    position: relative;
    /* Ensure positioning context for absolute positioning of image */
}

.my-apps .card:hover {
    border-color: #1dfff9;
}

.my-apps .card-body {
    padding: 16px 24px;
}

.my-apps .card .card-title {
    text-transform: uppercase;
    color: #4bd5ca;
    font-size: 21.5px;
    margin-bottom: 14px;
    font-family: 'Bebas', sans-serif;
    font-weight: 600;
}

.my-apps .card .card-balance {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.my-apps .card .card-currency {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.my-apps .col-lg-4,
.my-apps .col-md-6,
.my-apps .col-12 {
    padding: 0;
}

.app-header {
    display: flex;
    align-items: center;
}

.app-header h1 {
    font-size: 20px;
    margin-bottom: -5px;
    font-family: 'Bebas', sans-serif;
    font-weight: 600;
}

/* @media (max-width: 768px) {
	.app-header h1 {
		font-size: 1.1rem;
	}
} */

.my-apps .card-body .app-badge {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: #2d2e2e;
    color: #fff;
    padding: 6px 16px;
    border-radius: 15px;
    font-size: 9px;
    border: 1px solid #131313;
    height: 36px !important;
    width: 112px;
    line-height: 1.25;
    font-weight: 300;
    justify-content: space-between;
    box-shadow: 1px -3px 7px 0 rgba(0, 0, 0, 0.3);
}

.card-modal {
    background-color: #fff;
    color: #000;
    border-radius: 14px !important;
}

.card-modal .card-body {
    padding: 18px;
}

/* PROFILE */

.profile-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.profile-stats {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.profile-social {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 100px;
    text-align: center;
}

.profile-social i {
    font-size: 40px;
    margin-bottom: 10px;
}

.profile-social span {
    font-size: 12px;
    color: #000;
    line-height: 1;
}

.profile-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

/* MENU */

.menu-top {
    background: none !important;
}

.menu-top .card-body {
    background: none !important;

    border-radius: 20px;
}

.profile-background-box {
    background-image:
        linear-gradient(to top, #0000002d 0%, #33353a8c 100%), url('/themes/ap/assets/images/profile-background.svg');
    /* background-size: cover; */
    background-size: 100% 200px;
    background-position: top;
    background-repeat: no-repeat;
}

.menu-avatar {
    position: relative;
    display: inline-block;
}
.menu-avatar .ph-fill.ph-seal-check {
    font-size: 22px;
    position: absolute;
    bottom: 10px;
    right: 0px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    padding: 1px;
}
.menu-top .avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 90px 5px rgba(255, 255, 255, 0.5);
    border: 3px solid #000;
}

.colored-avatar {
    position: relative;
    display: inline-block;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease;
}

/* Specific styles for different avatar sizes */
.navbar-avatar .colored-avatar {
    margin-right: 12px;
}

.profile-avatar .colored-avatar {
    margin-right: 16px;
}

.menu-gradient-text {
    background: linear-gradient(to right, #fff, #93959a);
    -webkit-background-clip: text;
    color: transparent;
}

/* Menu Tab */
.subscription-info-box {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff !important;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    padding: 8px;
    border-radius: 50px;
    background-clip: padding-box;
    top: -2px;
    right: -2px;
    bottom: -2px;
    width: calc(100% - 4px);
    background-color: #000;
}

.subscription-info-box::before {
    border-radius: 50px !important;
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    border-radius: 18px;
    /* background: linear-gradient(90deg,
			#1EFFFA 0%,
			#E14FCE 33%,
			#FF3360 66%,
			#F9270F 100%); */
}

.subscription-info-box.inactive div {
    background: linear-gradient(160deg, #1efffa 0%, #e14fce 50%, #ff3360 75%, #f9270f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subscription-info-box.inactive div.icon {
    background: linear-gradient(160deg, #ff3360 50%, #f9270f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subscription-info-box .icon {
    font-size: 24px;
    margin-left: 10px;
}

.subscription-info-box.active {
    padding: 10px 20px;
    justify-content: space-between;
    font-size: 12.5px;
    font-weight: 500;
    height: 52px;
    text-align: center;
}

.subscription-info-box.active .icon {
    font-size: 18px;
}

/* MY SUBSCRIPTION */
.my-subscription-info-box {
    position: relative;
    display: flex;
    color: #fff !important;
    /* justify-content: center; */
    font-size: 15px;
    font-weight: 600;
    padding: 20px 25px !important;
    border-radius: 24px;
    background-clip: padding-box;
    top: -2px;
    right: -2px;
    bottom: -2px;
    width: calc(100% - 4px);
    background-color: #000;
}

.my-subscription-info-box::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    border-radius: 25px;
    /* background: linear-gradient(90deg,
			#1EFFFA 0%,
			#E14FCE 33%,
			#FF3360 66%,
			#F9270F 100%); */
}

.my-subscription-info-box.inactive div {
    background: linear-gradient(160deg, #1efffa 0%, #e14fce 50%, #ff3360 75%, #f9270f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.my-subscription-info-box.inactive div.icon {
    background: linear-gradient(160deg, #ff3360 50%, #f9270f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.my-subscription-info-box .icon {
    font-size: 24px;
    margin-left: 10px;
}

.my-subscription-info-box.active {
    padding: 10px 20px;
    justify-content: space-between;
    font-size: 12.5px;
    font-weight: 500;
    text-align: center;
}

.my-subscription-info-box.active .icon {
    font-size: 18px;
}

/* TEAM */

.team-card {
    border-radius: 16px !important;
    padding: 12px;
}

/* .team-card .card-body {
	padding: 14px;

} */

.team-card .name {
    font-size: 18px;
    font-weight: 500;
}

.team-card .icon {
    font-size: 18px;
    line-height: 2;
}

.team-card .name a {
    color: inherit;
}

.badge.b-level {
    border: 1.25px solid #000;
    color: #000;
    font-size: 12px;
    background: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    height: 24px;
}

/* Team - Clients */
.contact-client {
    border-radius: 14px !important;
}

.client_no {
    background: #bec0c3 !important;
    border-color: #bec0c3 !important;
}

.client_Magic {
    background: #000e19 !important;
    border-color: #024172 !important;
}

.client_Special {
    background: #031a19 !important;
    border-color: #0b5f5c !important;
}

.client_Premium {
    background: #190402 !important;
    border-color: #5c0f06 !important;
}

.qualification {
    min-width: 50px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    /* text-transform: uppercase; */
}

.team-card .btn-contact {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-card .chevron-btn {
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.35);
    height: 39px;
    width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.team-volumes.inactive {
    opacity: 0.7;
}

.team-volumes.inactive h6 {
    color: #fff !important;
    opacity: 0.65;
}

.team-card .team-volumes {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    padding: 6px 14px;
    display: flex;
    align-items: center;
    border: 1px solid #000;
}

.team-card .team-volumes h6 {
    font-size: 16px;
}

.client-status {
    border: 1.5px solid #fff;
    padding: 3px 8px;
    font-size: 12px;
    margin-right: 8px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    background: #000;
}

.client-status i {
    font-size: 8px;
}

.btn-partner {
    background: #e9e9e9;
    color: #000;
    font-size: 12px;
    border-radius: 10px !important;
    padding: 11px 14px !important;
    line-height: 1;
    text-align: start;
}

.divider-v {
    background: #fff;
    border-radius: 100px;
    height: 12px;
    width: 2px;
    margin: 0 14px;
}

.divider-h {
    border-top: 1.5px solid #ababab;
    width: 100%;
}

hr.nav-divider {
    border: 0.5px solid #424244;
    width: 100%;
    padding: 0;
    margin: 0;
}

.app-header .qualification {
    display: flex;
    text-align: end;
    flex-direction: column;
    justify-content: end;
}

.app-header .qualification .sub-tag {
    font-size: 15px;
    font-weight: 900;
    /* text-transform: uppercase; */
    margin-bottom: -2px;
    /* font-family: 'Poppins', sans-serif; */
}

.app-header .qualification .status {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin: 0;
}

/* Transactions */
.app-transaction {
    border-radius: 16px;
    background: #141414;
}

.app-transaction .time {
    font-size: 13px;
    color: #a7a7a7;
    font-weight: 300;
}

.app-transaction p {
    margin: 0;
    font-weight: 300;
}

.app-transaction p a {
    text-decoration: underline !important;
    color: #fff;
    font-weight: 400;
}

.app-transaction .amount {
    font-size: 20px;
    font-weight: 500;
}

.btn-main-full {
    width: 100%;
    background: #1dfff9;
    border-radius: 14px !important;
    padding: 14px !important;
}

.btn-main-full:disabled {
    background: #8e8e8e;
}

/* Categories */

.category-chip {
    padding: 8px 16px 8px 16px !important;
    margin: 0 10px 10px 0;
    display: flex;
    align-items: center;
    border: 1px solid #000 !important;
    color: #000;
    /* height: 40px !important; */
    background: transparent !important;
}

.category-chip i {
    color: #bababa;
}

.category-chip.primary {
    background-color: #000 !important;
    font-weight: 500;
    color: #fff;
}

.category-chip.primary i {
    color: #fff;
}

.category-chip.live-ch {
    border-color: #d2fe67 !important;
    color: #000;
    background: #d2fe67 !important;
    font-weight: 300;
    font-weight: 500;
}

.category-chip.live-ch i {
    font-size: 16px;
    color: #000;
}

.course-card {
    background-size: cover !important;
    background-position: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 30px !important;
    /* border: 1px solid #CECECE !important; */
}

.course-card.live {
    border: 5px solid #d2fe67;
}

.course-card .card-body {
    padding: 18px;
}

.course-card h5 {
    color: #000;
    font-size: 20px;
    font-weight: 600 !important;
}

.course-card p {
    font-size: 15px;
    font-weight: 400;
    color: #000 !important;
}

.course-card .make-fav {
    padding: 0;
    background: none;
    border: none;
    font-size: 20px;
    color: #000;
}

.course-card .course-plan {
    margin-bottom: -8px;
}

.course-card .open-btn {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3px 18px;
    border-radius: 100px;
    font-weight: 400;
    border: 2.35px solid #fff;
}

.courses-title {
    font-size: 32px;
}

.courses-subtitle {
    background: #000;
    color: #1dfff9;
    padding: 8px 25px 8px 15px;
    margin-left: -15px;
    border-radius: 0 100px 100px 0;
}

.courses-plan-box {
    width: 100%;
    position: fixed;
    bottom: 82px;
    padding: 8px 22px;
    align-items: center;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-top: 3.2rem;
    z-index: 999;
}

.courses-plan-box .course-choose-plan {
    color: #000;
    background: #fff;
    border: 3px solid #1dfff9;
    padding: 4px 18px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    margin-left: 10px;
    flex-shrink: 0;
    white-space: nowrap;
}

.courses-plan-box .course-active-plan {
    border: 1.5px solid #1dfff9;
    padding: 4px 12px;
    border-radius: 100px;
}

.courses-plan-box .course-active-plan a {
    color: #000 !important;
}

.courses-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.courses-category a {
    color: #d2fe67;
    font-size: 17px;
    display: flex;
    align-items: center;
}

.courses-category h1 {
    font-size: 24px;
}

.courses-sub-cats {
}

.courses-sub-cats .filter-link {
    border: 1px solid #fff !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 18px !important;
}

.courses-sub-cats .filter-link.active {
    border: 1px solid #fff !important;
    background: #fff !important;
    color: #000 !important;
}

.courses-plans {
    display: flex;
    gap: 10px;
    background: #d9d9d9;
    border-top: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
    padding: 16px;
    display: flex;
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
}

.rounded-wrapper {
    border: none;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 46px;
    border-radius: 26px 26px 0 0;
    background: #fff;
}

.rounded-wrapper-heading {
    font-size: 12.6px;
    font-weight: 600;
    font-family: 'Raleway';
}

.rounded-wrapper-heading span {
    font-weight: 700;
    font-size: 22.6px;
}

.rounded-wrapper-heading span.num {
    font-weight: 300 !important;
    font-family: 'Inter' !important;
}

.courses-wrapper {
    background-color: #fafafa;
    border: none;
    margin-top: -24px;
    padding: 16px 16px 80px 16px;
    border-radius: 26px 26px 0 0;
    box-shadow: inset 0px 0px 11.8396px 0.994924px rgba(0, 0, 0, 0.1);
    /* margin-bottom: 70px;
	height: calc(100vh - 300px); */
}

.points-badge-course {
    background: #000;
    color: #fff;
    padding: 3px 8px;
    border-radius: 9px;
    font-size: 14px;
    display: flex;
    font-weight: 700;
    align-items: center;
    border: 1.5px solid #fff;
    line-height: 1;
}

.points-badge {
    background: #000;
    color: #fff;
    padding: 0px 10px;
    border-radius: 12px;
    font-size: 18px;
    display: flex;
    font-weight: 600;
    align-items: center;
}

.points-badge span {
    color: #fff !important;
    /* font-size: 12px; */
}

.points-badge i {
    font-size: 8px;
}

.course-plan-name {
    font-size: 19px;
    font-weight: bold;
}

.course-plan-icon {
    margin-top: 4px;
    margin-right: 6px;
}

.course-plan-icon i {
    color: #fff;
    font-size: 18px !important;
}

.course-card {
    height: 210px;
}

.dimm-gradient::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    border-radius: 0 0 30px 30px;
    /* Adjust this value as needed */
    background: linear-gradient(to bottom, rgba(114, 114, 114, 0) 4%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 1) 91%);
}

.dimmed {
    position: relative;
}

.dimmed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    border-radius: 29px !important;
    pointer-events: none;
    /* This ensures the overlay doesn't block clicks */
}

/* Ensure buttons and links are clickable */
.dimm-gradient .course-plan,
.dimm-gradient .ph-lock-simple,
.dimm-gradient .make-fav,
.dimm-gradient .open-btn {
    position: relative;
    z-index: 2;
    pointer-events: auto;
    /* Allow interaction with these elements */
}

/* NAV */

.nav-pills {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none !important;
    /* Firefox */
    padding: 0 15px;
    -ms-overflow-style: none !important;
    /* Internet Explorer/Edge */
}

.nav-pills::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none !important;
    /* Chrome, Safari, Edge */
}

.form-control:disabled {
    color: #c1c4c6;
}

.nav-pills .nav-link {
    border-radius: 100px;
    /* padding: .5rem 1rem; */
    font-size: 15px;
    background: #16181c;
    /* border: 1px solid #393939; */
    color: #fff;
}

.nav-pills .nav-link.active {
    background: #fff;
    color: #000;
}

/* NAV ADAMPROJECT */
.nav-item.nav-ap {
    width: 100%;
}

.nav-pills.nav-ap {
    gap: 10px;
    background: #141414;
    border-radius: 14px;
}

.nav-pills .nav-link.nav-ap {
    border-radius: 14px;
    padding: 0.65rem;
    font-size: 16px;
    border: none;
    background: none;
    color: #fff;
    width: 100%;
}

.nav-pills .nav-link.nav-ap.active {
    background: #1dfff9;
    color: #000;
}

.big-tiffany-button {
    background-color: #1dfff9;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    padding: 14px 20px;
    border-radius: 14px;
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.big-tiffany-button i {
    margin-left: 10px;
    font-size: 25px;
}

.big-white-button {
    padding: 13px 10px 10px 10px;
    width: 100%;
    background: #fff;
    font-family: 'Bebas', sans-serif;
    color: #000;
    border: none;
    border-radius: 14px;
}

.big-white-button div {
    font-weight: 600;
    font-size: 22px;
}

/* Card */
.card {
    border-radius: 20px;
    border: none;
    background: #16181c;
}

.card-body {
    padding: 26px;
}

.badge {
    border-radius: 10px;
    padding: 6px 8px !important;
}

.badge.badge_qualification {
    font-size: 12px;
    min-width: 42px;
    border: 1px solid #fff;
}

.badge.inactive.badge_qualification {
    border: 1px solid #2f2f31;
}

.team-card-text {
    font-size: 18px;
}

/* REF BUTTONS */

.app-refs .col-md-6 {
    padding: 0;
}

.app-refs {
    margin: 0;
    padding: 0;
}

.app-refs .card {
    margin: 14px 15px 0 15px;
    border: none;
}

.ref-btn {
    width: 100%;
    border-radius: 16px !important;
    padding: 11px !important;
    background: #fff;
    color: #000 !important;
    font-weight: 500;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #fff !important;
}
.client-ref-btn {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.ref-btn:focus,
.ref-btn:active,
.client-ref-btn:focus,
.client-ref-btn:active {
    outline: none !important;
    border: 1px solid #fff !important;
}

.ref-btn i {
    font-size: 20px;
    position: absolute;
    right: 22px;
}

.ref-btn i.copy-link {
    color: #1dfff9;
}

/* .ref-btn:focus {
	background: #1DFFF9;
	color: #FFF;
}

.ref-btn:focus i.copy-link {
	color: #FFF;
} */

/* INPUTS */

.form-group {
    margin-bottom: 0.9rem;
}

.input-container {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-group label {
    position: absolute;
    top: 40%;
    /* left: 12px; */
    transform: translateY(-50%);
    font-size: 0.9rem;
    font-weight: 300;
    color: #dae8f1;
    transition: all 0.3s ease;
    pointer-events: none;
}

.form-control {
    width: 100%;
    padding: 6px 12px 8px 12px;
    background: none;
    border: none;
    border-bottom: 1px solid #3e3f40 !important;
    border-radius: 0;
    height: auto;
    color: #fff;
    outline: none;
    font-size: 1rem;
}

.form-control-select {
    border-bottom: 1px solid #3e3f40 !important;
}

.form-control:focus {
    box-shadow: none;
    background: none;
    color: #fff;
}

.form-control:focus + label,
.form-control:not(:placeholder-shown) + label {
    top: -6px;
    /* left: 12px; */
    font-size: 12px;
    color: #10d8d2;
}

.form-control:disabled,
.form-control[readonly] {
    background: none;
}

.invalid-feedback {
    display: block;
    padding: 0 12px;
}

/* AVATAR */

.avatar-upload {
    display: flex;
    align-items: center;
}

.avatar-preview {
    min-width: 100px;
    min-height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
    /* border: 1px solid #ccc; */
}

.avatar-preview img {
    width: 100px;
    height: 100px;
    /* height: auto; */
    display: block;
    object-fit: cover;
}

/* MODAL */
.modal-logo {
    width: 160px !important;
}

.modal-content {
    padding: 0 1rem;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000;
    background: #fff;
    position: relative;
    /* Ensure modal content has a relative position for absolute positioning */
}

.modal-header {
    padding: 1rem;
    border-bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    /* Ensure header has a relative position for absolute positioning */
}

.modal-body {
    text-align: start;
    scrollbar-width: none !important;
}

.modal-body label {
    color: #000;
}

.modal-body .form-control:focus {
    background: none;
}

.modal-body .form-control {
    color: #000;
}

.btn-close {
    position: absolute;
    top: -10px;
    /* Adjust as needed */
    right: -8px;
    /* Adjust as needed */
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #000;
    /* Change color as needed */
}

.modal-footer {
    border: none;
    text-align: start;
}

.modal-footer small {
    color: #000 !important;
}

.modal-footer .btn {
    width: 100%;
    border-radius: 18px;
}

.modal-bottom {
}

.modal-bottom .modal-header {
    align-items: start;
    padding: 0;
}

.modal-bottom .modal-body {
    padding: 0;
}

.plan-select {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    /* justify-content: space-between; */
}

.plan-select a {
    width: 100%;
    /* justify-content: space-between; */
}

.plan-select .plan-item {
    border-radius: 16px;
    padding: 4px 18px;
    border: 1px solid #818181;
    color: #818181;
    font-size: 18px;
    width: 100%;
    margin: 1px !important;
}

.plan-select .plan-item .plan-points {
    background: #e4e4e4;
    padding: 0px 8px !important;
    font-size: 16px;
    color: #6a6a6a;
    margin-left: 10px;
    border-radius: 8px;
}

.plan-select .plan-item .checkmark {
    opacity: 0;
    font-size: 24px !important;
}

.plan-select .plan-item.active {
    border: 2px solid #000;
    color: #fff;
    background-color: #000;
    margin: 0px !important;
    padding: 5px 18px;
}

.plan-select .plan-item.active .checkmark {
    opacity: 1;
    font-size: 24px !important;
    margin-bottom: -4px;
}

.plan-select .plan-item.active .plan-points {
    color: #000;
    background: #fff;
}

.modal-bottom .modal-body .btn {
    width: 100%;
    color: #000;
    background-color: #d2fe67;
    border: 1px solid #dfdfdf;
    border-radius: 14px;
    margin-top: 30px;
    margin-bottom: 24px;
    padding: 12px;
}

/* Toast Notifications */
.toast-notification {
    position: fixed;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    padding: 16px 22px;
    opacity: 0;
    border-radius: 16px;
    border: 1.5px solid;
    transition:
        top 0.5s ease-in-out,
        opacity 0.5s ease-in-out;
}

.toast-notification.show {
    top: 150px;
    opacity: 1;
    z-index: 1090;
}

.toast-notification.success {
    background: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.toast-notification.error {
    background: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

/* Language */
.lang-select {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}

.lang-select:focus-visible {
    outline: none !important;
}

.lang-select:hover {
    background: none !important;
}

.lang-select span {
    color: #fff !important;
}

/* Language dropdown arrow fallback */
.lang-select .ph-caret-down:before {
    content: '▼';
    font-size: 12px;
    color: #aeaeae;
}

/* Ensure dropdown arrow is always visible */
.lang-select i[class*='ph-caret-down'] {
    display: inline-block !important;
    width: 14px;
    height: 14px;
    font-style: normal;
}

/* Filters button */
.filters-button {
    background: #141414;
    height: 46px;
    padding: 0 !important;
    width: 46px;
    font-size: 18px;
    border-radius: 14px !important;
    border: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chip-buttons {
    display: flex;
    gap: 10px;
}

.chip-input {
    display: none;
}

.chip {
    border-radius: 100px;
    padding: 0.4rem 1rem;
    font-size: 14px;
    border: 1px solid #333333;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
}

.chip-input:checked + .chip {
    background: #000;
    color: #fff;
}

.btn {
    border-radius: 100px;
    padding: 10px 30px;
}

.card-header:first-child {
    border-radius: 20px 24px 0 0;
}

.text-muted {
    color: #bcbcbc !important;
}

.card-footer:last-child {
    border-radius: 0 0 24px 24px;
}

.app-container {
}

.app-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: var(--gray-100);
    z-index: 100;
    opacity: 0.5;
}

.app-sidebar {
    display: flex;
    flex-direction: column;
    min-width: 310px;
    max-width: 310px;
    background: var(--blue-900);
    border-right: 2px solid transparent;
    margin-left: -310px;
    transition: margin 0.15s linear;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 101;
}

/* Custom scrollbar for sidebar */
[data-theme-style='light'] .app-sidebar * {
    scrollbar-color: var(--gray-800) var(--gray-700) !important;
    scrollbar-width: thin !important;
}

[data-theme-style='light'] .app-sidebar *::-webkit-scrollbar-thumb {
    background: var(--gray-700);
}

[data-theme-style='light'] .app-sidebar *::-webkit-scrollbar,
[data-theme-style='light'] .app-sidebar *::-webkit-scrollbar-track {
    background: var(--gray-800);
}

[data-theme-style='dark'] .app-sidebar {
    background: var(--gray-50);
    border-right: 1px solid var(--gray-100);
}

[dir='rtl'] [data-theme-style='dark'] .app-sidebar {
    background: var(--gray-50);
    border-right: 0;
    border-left: 1px solid var(--gray-100);
}

body.app-sidebar-opened .app-sidebar {
    margin-left: 0;
}

[dir='rtl'] body.app-sidebar-opened .app-sidebar {
    margin-right: 0;
}

@media only screen and (max-width: 992px) {
    .app-content {
        padding-bottom: 72px !important;
    }
}

@media (min-width: 992px) {
    .app-sidebar {
        margin-left: 0;
    }

    [dir='rtl'] .app-sidebar {
        margin-right: 0;
    }
}

.app-sidebar-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    height: 75px;
}

.app-sidebar-title a {
    font-size: 1.4rem;
    color: var(--white);
}

[data-theme-style='dark'] .app-sidebar-title a {
    color: var(--black);
}

.app-sidebar-title a:hover {
    text-decoration: none;
}

.app-sidebar-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.app-sidebar-links > li {
    width: 100%;
    padding: 0.25rem 0.75rem 0.75rem 0.75rem;
}

.app-sidebar-links > li > a {
    width: 100%;
    display: flex;
    align-items: center;
    background: var(--blue-800);
    color: var(--gray-300);
    border-radius: 7px;
    padding: 0.6rem 1rem;
    transition: background 0.3s;
    font-size: 14px;
}

[data-theme-style='dark'] .app-sidebar-links > li > a {
    background: transparent;
    color: #c2c2c2;
}

.app-sidebar-links > li > a:hover {
    text-decoration: none;
    background: var(--blue-700);
    color: var(--gray-300);
}

[data-theme-style='dark'] .app-sidebar-links > li > a:hover {
    background: var(--gray-200);
    color: var(--gray-800);
}

.app-sidebar-links > li.active > a:not(.default) {
    background: var(--blue-700);
    color: var(--gray-200);
    /* font-weight: 500; */
}

[data-theme-style='dark'] .app-sidebar-links > li.active > a:not(.default) {
    background: #111314;
    color: #fff;
}

.app-sidebar-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.app-sidebar-footer-block {
    max-width: 100%;
}

.app-sidebar-footer-text {
    color: var(--gray-200);
}

[data-theme-style='dark'] .app-sidebar-footer-text {
    color: var(--gray-800);
}

.app-content {
    margin-left: 0;
    flex-grow: 1;
}

[dir='rtl'] .app-content {
    margin-left: initial;
    margin-right: 0;
}

@media (min-width: 992px) {
    /* .app-content {
		margin-left: 310px;
	}

	[dir="rtl"] .app-content {
		margin-left: initial;
		margin-right: 250px;
	} */

    .app-sidebar {
        display: none;
    }

    .my-apps .card {
        margin-bottom: 16px;
    }

    .app-refs .card {
        margin-bottom: 14px;
    }
}

.btn-heading {
    font-size: 20px;
    color: #fff;
    padding: 0 10px;
}

.btn-heading:hover {
    color: #fff;
}

.app-heading {
    border-bottom: 0.33px solid #5b5b5b;
    padding: 14px 10px 8px 10px;
    text-align: center;
    margin-bottom: 20px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #000;
}

.heading-bar {
    position: relative !important;
}

.p-1-5 {
    padding: 0.35rem !important;
}

.app-heading h1 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Bebas', sans-serif;
    margin: 0 0 -5px 0;
}

.text-light-tiffany {
    color: #1dfff9 !important;
}

.app-heading a:has(i),
.app-heading button:has(i) {
    color: #fff;
    padding: 0;
    background: none;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

.app-heading a:has(i):hover,
.app-heading button:has(i):hover {
    background-color: #313131;
    /* or any desired hover background color */
    border-radius: 50%;
}

.app-heading a:has(i):focus,
.app-heading button:has(i):focus {
    background-color: #313131;
    /* or any desired hover background color */
    border-radius: 50%;
}

.app-heading a,
.app-heading button {
    color: #fff;
    padding: 0 10px;
    background: none;
    border: none;
}

.app-heading i {
    font-size: 20px;
    /* opacity: .7; */
    line-height: 1.5;
}

@media (max-width: 576px) {
    .app-pills {
        padding: 0;
    }

    /* .nav-item:first-child {
		margin-left: 16px
	}

	.nav-item:last-child {
		margin-right: 16px
	} */

    .modal.show .modal-dialog {
        margin: 0;
    }

    .modal-dialog-scrollable {
        min-height: 100% !important;
        max-height: 100% !important;
        height: 100% !important;
        transition: none !important;
    }

    .modal-content {
        border-radius: 0;
        height: 100% !important;
        min-height: 100% !important;
        max-height: 100% !important;
    }

    .modal-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
    }

    .modal-bottom .modal-content {
        border-radius: 25px 25px 0 0;
    }

    .modal-dialog-centered {
        min-height: unset;
    }

    .modal.fade .modal-dialog {
        transform: translateY(100%);
        transition: transform 0.2s ease-out;
    }

    .modal.show .modal-dialog {
        transform: translateY(0);
    }
}

.card-divider {
    background: #878787;
    height: 14px;
    width: 2px;
    border-radius: 100px;
    margin-top: 5px;
    /* margin-left: -7px; */
    margin-right: 12px;
}

.app-navbar {
    min-height: 70px;
    display: flex;
    align-items: center;
    background: #000;
    /* border-bottom: 1px solid var(--gray-100); */
}

.navbar-icon {
    font-size: 20px;
    padding: 0;
}

.notification-dot {
    position: absolute;
    top: 5px;
    right: 1px;
    width: 6px;
    height: 6px;
    background-color: #ff4d00;
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.app-notification {
    border-radius: 16px;
    border-width: 1.5px !important;
}

.app-notification .btn {
    background: #141414;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 12px;
}

.app-notification .form-control {
    min-height: 40px;
    max-height: 200px;
    overflow-y: auto;
    line-height: 1.5;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #333333;
    transition: all 0.2s ease-in-out;
}

.app-notification .send-btn {
    padding: 5px 10px;
    border-radius: 12px;
    background: #293242;
}

.btn-header {
    background: #141414;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.btn-header i {
    font-size: 18px;
}

/* AUTH */
.auth-close-button {
    position: absolute;
    top: 60px;

    right: 30px;
    font-size: 34px;
    text-decoration: none;
    color: #fff;
    z-index: 1000;
    height: 50px;
    width: 50px;
    border: 1px solid #4f4f51;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-close-button:hover {
    color: #fff;
    text-decoration: none;
}

.auth-logo {
    width: 200px;
}

/* Dropdown */

.dropdown-menu {
    border-radius: 12px;
}

.dropdown-menu {
    border-radius: 12px;
}

.dropdown-toggle i {
    margin-left: 10px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 8px 15px;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
    background: none;
}

.dropdown-item svg {
    color: var(--gray-600);
}

.dropdown-item:active svg,
.dropdown-item.active svg {
    color: var(--white);
}

/* Qr Code */
#qr {
    padding: 1rem;
}

#qr img {
    width: 100%;
    height: auto;
}

/* Footer */
.app-footer {
    padding: 1.25rem;
    border-radius: var(--border-radius);
    background: var(--white);
    border: 1px solid var(--gray-100);
}

.app-footer {
    color: var(--gray-700);
}

.app-footer a:not(.dropdown-item),
.app-footer a:hover:not(.dropdown-item) {
    color: var(--gray-700);
}

.app-footer a.icon {
    color: var(--gray-700);
}

.app-footer button,
.app-footer button:hover {
    color: var(--gray-700) !important;
}

.footer-logo {
    max-height: 2.5rem;
    height: 2.5rem;
}

.footer-heading {
    color: var(--black) !important;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/* Forms */
.input-group-text {
    font-size: 0.9rem;
}

.form-control-range {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;

    /*  slider progress trick  */
    overflow: hidden;

    /* creating a custom design */
    accent-color: var(--primary);
    background: var(--gray-200);
    border-radius: var(--border-radius);
    height: 0.5rem;
    margin: 0.75rem 0;
}

/* Track: webkit browsers */
.form-control-range::-webkit-slider-runnable-track,
.form-control-range::-moz-range-track {
    background: var(--gray-200);
}

/* Thumb: webkit */
.form-control-range::-webkit-slider-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;

    /* creating a custom design */
    height: 0.75rem;
    width: 0.75rem;
    background-color: var(--primary);
    border-radius: 50%;
    border: 2px solid var(--white);

    /*  slider progress trick  */
    box-shadow: -2007px 0 0 2000px var(--primary-300);
}

.form-control-range::-moz-range-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;

    /* creating a custom design */
    height: 0.75rem;
    width: 0.75rem;
    background-color: var(--primary);
    border-radius: 50%;
    border: 2px solid var(--white);

    /*  slider progress trick  */
    box-shadow: -2007px 0 0 2000px var(--primary-300);
}

/* Custom breadcrumbs */
.custom-breadcrumbs {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.custom-breadcrumbs > li {
    margin-right: 0.5rem;
}

.custom-breadcrumbs > li > a {
    color: var(--gray);
}

.custom-breadcrumbs > li > svg {
    color: var(--gray-400);
    margin-left: 0.5rem;
}

/* Custom PRE container */
.pre-custom {
    background: var(--gray-300);
    padding: 2rem;
    font-size: 0.75rem;
}

/* Helper classes */
.list-style-none {
    list-style: none;
    padding: 0;
}

.appearance-none {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

img {
    vertical-align: inherit !important;
}

.icon-favicon {
    width: 1rem;
    height: auto;
}

.icon-favicon-small {
    width: 0.75rem;
    height: auto;
}

/* Fix stupid border color from bootstrap on hover */
.btn:hover {
    border-color: transparent !important;
}

/* Navbar custom menu */
.navbar-main .navbar-nav > li {
    padding: 0.5rem 0 !important;
}

@media (min-width: 992px) {
    .navbar-main .navbar-nav > li {
        padding: 0.5rem !important;
    }
}

.navbar-active {
    color: #1dfff9 !important;
}

.navbar-logo {
    max-height: 3.25rem;
    height: 3.25rem;
}

@media (max-width: 768px) {
    /* Adjust the max-width as needed */
    .navbar-logo {
        max-height: 2.8rem;
        height: 2.8rem;
    }
}

.navbar-logo-mini {
    max-height: 1.25rem;
    height: 1.25rem;
}

.navbar-avatar {
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.navbar-custom-toggler {
    padding: 0;
    font-size: 1.5rem;
    line-height: 1;
    background-color: transparent;
    border-radius: var(--border-radius);

    color: #fff;
    border: none;
}

.chart-container {
    position: relative;
    margin: auto;
    height: 275px;
    width: 100%;
}

@media print {
    .chart-container canvas {
        min-height: 100%;
        max-width: 100%;
        max-height: 100%;
        height: auto !important;
        width: auto !important;
    }
}

/* Index */
.index-header {
    font-size: 3.1rem;
    font-weight: 600;
    color: var(--primary);
}

/* @media (min-width: 992px) {
	.index-header {
		font-size: 3.5rem;
	}
} */

.index-subheader {
    font-size: 1.4rem;
    color: var(--gray-600);
    font-weight: 500;
}

.index-button {
    padding: 0.6rem 4rem;
}

.index-custom-hero {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    z-index: -1;
    overflow: hidden;
    opacity: 15%;
}

.index-custom-hero-bar {
    width: 2.5rem;
    min-width: 2.5rem;
    background: var(--gray-300);
    margin: 0 0.5rem;
    z-index: -1;
    border-radius: var(--border-radius);
    height: 0;
    transition: height 1s ease-in-out;
}

.index-card-image {
    border: 2px solid var(--gray-100);
}

.index-highly-rounded {
    border-radius: 1rem;
}

.index-fade {
    position: absolute;
    background: linear-gradient(0deg, var(--white), hsla(0, 0%, 100%, 0)) !important;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

/* Index testimonial */
.index-testimonial-avatar {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    transform: translateY(-70%);
    border: 4px solid var(--white);
    position: absolute;
    left: 50%;
    margin-left: -52px;
}

/* Index FAQ */
.index-faq svg {
    transition: all 0.15s;
    color: var(--primary-800);
}

/* Index call to action */
.index-cta {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 700 700" width="700" height="700"><defs><linearGradient gradientTransform="rotate(58, 0.5, 0.5)" x1="50%" y1="0%" x2="50%" y2="100%" id="ffflux-gradient"><stop stop-color="rgb(38, 111, 238)" stop-opacity="1" offset="0%"></stop><stop stop-color="hsl(165, 70%, 59%)" stop-opacity="1" offset="100%"></stop></linearGradient><filter id="ffflux-filter" x="-20%" y="-20%" width="140%" height="140%" filterUnits="objectBoundingBox" primitiveUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feTurbulence type="fractalNoise" baseFrequency="0.005 0.003" numOctaves="1" seed="4" stitchTiles="stitch" x="0%" y="0%" width="100%" height="100%" result="turbulence"></feTurbulence><feGaussianBlur stdDeviation="20 0" x="0%" y="0%" width="100%" height="100%" in="turbulence" edgeMode="duplicate" result="blur"></feGaussianBlur><feBlend mode="color-burn" x="0%" y="0%" width="100%" height="100%" in="SourceGraphic" in2="blur" result="blend"></feBlend></filter></defs><rect width="700" height="700" fill="url(%23ffflux-gradient)" filter="url(%23ffflux-filter)"></rect></svg>');
    background-repeat: no-repeat;
    background-size: cover;
    color: white !important;
}

.index-cta a.btn {
    color: white;
    border-color: white;
    padding: 1.2rem 4.2rem;
    font-size: 1.25rem;
}

.index-cta a.btn:hover {
    border-color: var(--primary);
}

/* Header container */
.header {
    margin-bottom: 1.5rem;
}

.user-avatar {
    border-radius: 50%;
    max-width: 70px;
    max-height: 70px;
}

/* Others */
.container-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.container-disabled-simple {
    pointer-events: none;
}

/* Tables */
.table-custom-container {
    border-radius: 16px;
    border: none;
    background: #141414;
}

.table-custom {
    margin-bottom: 0;
    background: #141414;
}

.table-custom thead th {
    border-top: 0;
    border-bottom: 0;
    color: var(--gray);
}

.table-custom th {
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
}

[data-theme-style='dark'] .table-custom thead th {
    color: var(--gray-800);
}

.table-custom tr:nth-child(even) {
    background: var(--gray-50);
}

.table-custom td {
    padding: 1rem 1rem;
    vertical-align: middle;
}

.table-custom tbody tr td {
    border-color: var(--gray-100);
}

[data-theme-style='dark'] .table-custom tbody tr td {
    border-color: var(--gray-200);
}

.table-custom tbody tr {
    transition: all 0.3s ease-in-out;
}

/* Custom Radio Boxes */
.custom-radio-box {
    cursor: pointer;
}

.custom-radio-box .custom-radio-box-main-text {
    font-size: 1.15rem;
    font-weight: bold;
}

.custom-radio-box .custom-radio-box-main-icon {
    font-size: 1.25rem;
}

.custom-radio-box input[type='radio'] + div {
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--gray-100);
    background: var(--white);
}

.custom-radio-box input[type='radio']:checked + div {
    border: 1px solid var(--primary);
}

.custom-radio-box input[type='radio']:hover + div {
    border: 1px solid var(--primary);
}

#plans-container {
    overflow-x: scroll;
    /* Allow horizontal scroll */
    display: flex;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    /* Hide scrollbar on Internet Explorer */
    scrollbar-width: none !important;
    /* Hide scrollbar on Firefox */
}

#plans-container::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar on Chrome, Safari, Opera */
}

/* Plan Card */

#plans-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 10px;
    padding: 0 55px;
    scroll-padding: 0 55px;
}

.plan-card {
    scroll-snap-align: center !important;
    transition:
        transform 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
}

.plan-card.inactive {
    transform: scale(0.9);
}

.plan-card.active {
    transform: scale(1);
    /* Scale up the active card */
    opacity: 1;
    /* Full opacity for active card */
}

/* No-transition utility class */
.no-transition {
    transition: none !important;
    /* Kill ANY transition */
}

#plans-container::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for cleaner look */
}

.pricing-card {
    /* border: 2px solid inherit !important; */
    background: transparent;
}

.pricing-card .old-price {
    position: relative;
    /* color: #000; */
    /* Text color */
}

.pricing-card .old-price::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    height: 1px;
    /* Thickness of the line */
    background-color: #fff;
    /* Color of the line-through */
    left: -5%;
    /* Extend the line 10% beyond the left boundary */
    right: -5%;
    z-index: 1;
}

.pricing-card .badge-warning {
    background-color: #fffcbc !important;
    color: #000 !important;
}

.pricing-card .badge-slate {
    background-color: #cbcbcb !important;
    color: #000 !important;
}

.pricing-card .badge-purple {
    background-color: #cd8dff !important;
    color: #000 !important;
}

.bolt-warning {
    color: #fffcbc !important;
}

.bolt-purple {
    color: #cd8dff !important;
}

.bolt-slate {
    color: #cbcbcb !important;
}

.bolt-black {
    color: #000 !important;
}

.pricing-card .badge-black {
    display: inline-flex;
    align-items: center;
    background-color: #000 !important;
    color: #fff !important;
    width: auto;
}

.yellow-icon {
    color: #fffcbc !important;
}

.pricing-card .btn-choose {
    /* color: #fff !important; */
    border-radius: 12px;
    padding: 10px 18px;
    font-size: 14px !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-card .btn-choose i {
    font-size: 20px;
}

.pricing-card .plan-banner i {
    font-size: 20px;
}

.pricing-card .btn-choose.choose-1 {
    background: #1dfff9;
    border: 0.5px solid #000;
    color: #000;
}

.pricing-card .btn-choose.choose-2 {
    background-image: linear-gradient(135deg, #1efffa 0%, #2bff8e 100%);
    border: 0.5px solid #000;
    color: #000;
}

.pricing-card .btn-choose.choose-3 {
    background-image: linear-gradient(135deg, #ff4d00 0%, #fcee2a 100%);
    border: 0.5px solid #000;
    color: #fff;
}

.pricing-card .btn-choose.choose-3 i {
    color: #fff;
}

/* Black background for active subscription */
.pricing-card .btn-choose.disabled {
    background: #000 !important;
    color: #fff !important;
    opacity: 1 !important;
}

.pricing-card .btn-choose.disabled.choose-1 {
    border: 1px solid #0090ff !important;
}

.pricing-card .btn-choose.disabled.choose-2 {
    border: 1px solid #00fff9 !important;
}

.pricing-card .btn-choose.disabled.choose-3 {
    border: 1px solid #f9270f !important;
}

.pricing-card .btn-choose.disabled i {
    color: #fff !important;
}

.curved-line-container {
    display: inline-block;
    position: relative;
    text-align: center;
}

.curved-line {
    display: block;
    margin-top: -6px;
    font-size: 16px;
}

svg {
    display: block;
    margin: 0;
    margin-top: -4px;
}

.font-weight-semibold {
    font-weight: 500 !important;
}

.text-slate {
    color: #ababab;
}

.subscription-toggle {
    border-radius: 100px;
    overflow: hidden;
    background-color: #000;
    padding: 3px;
    border: 0.5px solid #222222 !important;
}

.subscription-toggle .btn {
    border-radius: 100px !important;
    /* font-weight: bold; */
    background-color: transparent;
    border: none;
    line-height: 1;
    font-size: 9px;
    padding: 0;
    height: 32px;
    display: flex;
    align-items: center;
}

.subscription-toggle .btn div {
    padding: 10px 14px !important;
    font-weight: 600;
}

.subscription-toggle .btn.active {
    background: #fff;
}

/* Round circles */
.round-circle-md {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.round-circle-lg {
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

a:hover {
    color: #d2d2d2 !important;
}

/* Badge colors */
.badge {
    padding: 0.45em 0.9em;
}

.badge-primary {
    color: var(--primary-700);
    background: var(--primary-100);
}

[data-theme-style='dark'] .badge-primary {
    background: var(--primary-800);
    color: var(--primary-100);
}

.badge-secondary {
    color: hsl(208, 7%, 35%);
    background-color: hsl(208, 7%, 85%);
}

[data-theme-style='dark'] .badge-secondary {
    background-color: hsl(208, 7%, 35%);
    color: hsl(208, 7%, 85%);
}

.badge-success {
    color: rgba(82, 230, 117, 0.781);
    background-color: hsla(134, 50%, 85%, 1);
}

[data-theme-style='dark'] .badge-success {
    background-color: rgba(91, 206, 117, 0.856);
    color: hsla(134, 50%, 85%, 1);
}

.badge-danger {
    color: hsla(354, 70%, 35%, 1);
    background-color: hsla(354, 70%, 85%, 1);
}

[data-theme-style='dark'] .badge-danger {
    background-color: hsla(354, 70%, 35%, 1);
    color: hsla(354, 70%, 85%, 1);
}

.badge-warning {
    background-color: hsla(45, 100%, 85%, 1);
    color: hsla(40, 80%, 30%, 1);
}

[data-theme-style='dark'] .badge-warning {
    background-color: hsla(50, 20%, 20%, 1);
    color: hsla(45, 100%, 85%, 1);
}

.badge-info {
    color: hsla(188, 60%, 30%, 1);
    background-color: hsla(188, 78%, 85%, 1);
}

[data-theme-style='dark'] .badge-info {
    background-color: hsla(188, 60%, 30%, 1);
    color: hsla(188, 78%, 85%, 1);
}

.badge-light {
    color: hsla(210, 15%, 35%, 1);
    background-color: hsl(210, 17%, 95%);
}

[data-theme-style='dark'] .badge-light {
    background-color: hsla(210, 15%, 35%, 1);
    color: hsl(210, 17%, 95%);
}

.badge-dark {
    color: hsla(210, 10%, 90%, 1);
    background-color: hsla(210, 10%, 20%, 1);
}

[data-theme-style='dark'] .badge-dark {
    background-color: hsla(210, 10%, 90%, 1);
    color: hsla(210, 10%, 20%, 1);
}

/* Invoice css */
.invoice-table th {
    border-top: 0 !important;
}

.invoice-table td {
    vertical-align: baseline !important;
}

@media print {
    .invoice-logo {
        filter: grayscale(100%);
    }
}

/* Base animation */
.ap-animate {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.ap-animate-fill-both {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ap-animate-fill-none {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.ap-animate-fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/* Custom button */

.btn-custom {
    padding: 0.5rem 1.5rem;
    color: var(--gray);
    border-radius: var(--border-radius);
    border: 1px solid var(--gray-100);
    font-size: 0.9rem;
    background: var(--white);
}

.btn-custom:hover {
    color: var(--gray-700);
    border: 1px solid var(--gray-700);
}

.btn-custom.active {
    color: var(--primary);
    border: 1px solid var(--primary);
}

/* Blog */
.blog-post-image {
    max-height: 20rem;
    object-fit: cover;
}

.blog-post-image-small {
    height: 13rem;
    max-height: 13rem;
    object-fit: cover;
}

/* File input */
.ap-file-input {
    padding: 1rem;
    background: var(--gray-100);
    border: 1px solid var(--gray-200);
    border-radius: var(--border-radius);
    cursor: pointer;
    font-size: 0.9rem;
}

.ap-file-input:hover {
    border-color: var(--gray-300);
}

.ap-file-input::file-selector-button {
    border: 0;
    padding: 0.4rem 0.75rem;
    border-radius: var(--border-radius);
    background-color: var(--white);
    cursor: pointer;
    font-size: 0.9rem;
    margin-right: 1rem;
}

/* File input preview */
.ap-file-input-preview {
    max-width: 100%;
    max-height: 68px;
    min-height: 68px;
    object-fit: cover;
}

.sticky {
    position: sticky !important;
    top: 1rem;
    height: min-content;
}

/* Icons on links animations */
a svg {
    transition: transform 0.15s;
}

a:hover svg {
    transform: scale(1.1);
}

a:active svg {
    transform: scale(0.9);
}

/* Helper zoom class for icons */
.icon-zoom-animation svg {
    transition: transform 0.15s;
}

.icon-zoom-animation:hover svg {
    transform: scale(1.1);
}

/* Self zoom */
.zoom-animation {
    transition: transform 0.15s;
}

.zoom-animation:hover {
    transform: scale(1.05);
}

.zoom-animation:active {
    transform: scale(0.95);
}

.zoom-animation-subtle {
    transition: transform 0.3s;
}

.zoom-animation-subtle:hover {
    transform: scale(1.025);
}

.zoom-animation-subtle:active {
    transform: scale(0.98);
}

/* Color picker */
@media print {
    .pcr-app {
        display: none;
    }
}

.pcr-button {
    border: 1px solid white !important;
    outline: 1px solid var(--gray-300) !important;
    height: calc(
        var(--input-padding-y) + var(--input-padding-x) + var(--input-font-size) + calc(var(--input-font-size) / 2.75)
    ) !important;
    border-radius: var(--border-radius) !important;
    width: 100% !important;
}

.pcr-button::before,
.pcr-button::after {
    border-radius: var(--border-radius) !important;
}

/* Width fit content */
.w-fit-content {
    width: fit-content !important;
}

/* Ajax loading overlay */
.loading-overlay {
    padding: 1.25rem;
    border-radius: var(--border-radius);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--white);
    z-index: 100;
    opacity: 0.8;
}

[data-theme-style='dark'] .loading-overlay {
    background: var(--gray-50);
}

/* Shiki code highlighter */
.shiki {
    overflow: auto;
    border-radius: var(--border-radius);
    padding: 1.5rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
}

.shiki code {
    background: initial !important;
}

/* Btn group */
.btn-group-custom {
    border: 1px solid var(--gray-100);
    padding: 0.5rem 0;
    border-radius: var(--border-radius);
}

.btn-group-custom .btn {
    margin: 0 0.5rem;
    border-radius: var(--border-radius) !important;
    background: var(--gray-100);
}

.btn-group-custom .btn.active {
    background: var(--dark);
    color: var(--white);
}

/* Custom scrollbar */
body * {
    scrollbar-color: var(--gray-200) var(--white) !important;
    scrollbar-width: thin !important;
}

body *::-webkit-scrollbar-thumb {
    background: var(--gray-200);
    border-radius: 10px;
    width: 6px;
    height: 6px;
}

body *::-webkit-scrollbar,
body *::-webkit-scrollbar-track {
    background: var(--white);
    border-radius: 10px;
    width: 6px;
    height: 6px;
}

/* Notification bell */
.notification-icon {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px var(--danger);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

/* Teams */
.team-delegate-access-wrapper {
    margin: 0.75rem;
    border-radius: 0.5rem;
}

@media (min-width: 992px) {
    .team-delegate-access-wrapper {
        border-radius: 5rem;
    }
}

/* Announcements */
.announcement-wrapper {
    margin: 0.75rem;
    border-radius: 0.5rem;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    animation: ac-fade-in-down 0.3s ease-in 0.6s forwards;
}

@media (min-width: 992px) {
    .announcement-wrapper {
        border-radius: 5rem;
    }
}

@keyframes ac-fade-in-down {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* PWA */
.pwa-wrapper {
    position: fixed;
    bottom: 0;
    width: calc(100% - 1.5rem);
    z-index: 1000;
}

/* Button hover stupid bootstrap fix */
.btn:hover {
    border-color: transparent !important;
}

.rounded-2x {
    border-radius: calc(2 * var(--border-radius));
}

.rounded-3x {
    border-radius: calc(3 * var(--border-radius));
}

/* Toolkit */
.tool-icon {
    min-width: 2.75rem;
    max-height: 2.75rem;
    width: 2.75rem;
    height: 2.75rem;
}

.tool-icon-wrapper {
    padding: 0 1.25rem;
}

/* Status pages */
.status-page-table-logo {
    width: 2.5rem;
    height: 2.5rem;
    max-width: 2.5rem;
    max-height: 2.5rem;
    object-fit: cover;
    background: var(--primary-100);
}

/* Status badge */
.status-badge {
    width: 0.75rem;
    height: 0.75rem;
    min-width: 0.75rem;
    min-height: 0.75rem;
    border-radius: var(--border-radius);
}

/* OPACITIES */
.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.text-end {
    text-align: end;
}

/* TABLE */

.table thead th {
    border-top: 0;
    border-bottom: 0;
    color: #fff;
    /* font-weight: 400; */
}

.btn:focus,
.btn.focus {
    box-shadow: none !important;
}

.rotate-icon {
    transition: transform 0.3s;
}

button.collapsed .rotate-icon {
    transform: rotate(0deg);
}

button:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

/* SEARCH */
.search-input {
    width: 100%;
    padding: 6px 16px;
}

.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.search-wrapper i {
    position: absolute;
    left: 15px;
    color: #999b9c;
    font-size: 18px;
}

.search-input input {
    border-radius: 12px;
    width: 100%;
    padding: 8px 15px 8px 40px;
    /* Left padding for the icon */
    background: #535556;
    border: none;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    outline: none;
}

.search-input input::placeholder {
    color: #999b9c;
}

/* LEGEND */

.legend {
    border-radius: 0;
    background: #1c1d20;
    font-size: 13px;
    padding: 8px 14px;
}

.legend .h6,
.legend i {
    color: #afb1b1 !important;
    font-weight: 300;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-weight: 300;
}

.legend-color {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 14px;
    flex-shrink: 0;
    /* Prevent shrinking */
    aspect-ratio: 1 / 1;
    /* Ensures perfect circle */
}

/* CLUB BADGE */

.club-badge {
    background-color: #fff !important;
    color: #000 !important;
    width: max-content;
    border-radius: 100px;
    display: flex;
    align-items: center;
    max-width: 152px;
    /* padding: 4px; */
}

.club-badge span {
    padding: 7px 8px 4px 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    font-family: 'Bebas', sans-serif;
}

.club-badge div {
    border-radius: 100px;
    background: #000;
    height: 100%;
    color: #fff;
    padding: 10px 20px 10px 20px;
    margin-right: -2px;
}

.club-badge div svg {
    height: 22px;
    width: 37px;
    width: max-content;
}

a:hover svg {
    transform: none;
}

.ap-icon {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ap-icon div {
    width: 18px;
    height: 5px;
    border: 0.9px solid black;
    border-radius: 1.8px;
}

.icon-1 div:first-child {
    background-color: #a3a3a3;
    border-color: #a3a3a3;
}

.icon-2 div:nth-child(2) {
    background-color: #1dfff9;
    border-color: #1dfff9;
}

.icon-3 div:last-child {
    background-color: #ff4d00;
    border-color: #ff4d00;
}

/* FONTS */
.raleway-ex {
    font-family: 'Raleway', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 900 !important;
    font-style: normal;
}

.raleway-black {
    font-family: 'Raleway', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700 !important;
    font-style: normal;
}

.raleway-b {
    font-family: 'Raleway', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 500 !important;
    font-style: normal;
}

.raleway-r {
    font-family: 'Raleway', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
}

.raleway-t {
    font-family: 'Raleway', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 200 !important;
    font-style: normal;
}

/* Animated Heart */
/* HEART */
.heart-container {
    --heart-color: #ff4d00;
    position: relative;
    width: 25px;
    height: 25px;
    transition: 0.3s;
    /* z-index: 1000; */
}

.heart-container .checkbox {
    background-color: #fff !important;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 20;
    cursor: pointer;
}

.heart-container .svg-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heart-container .svg-outline,
.heart-container .svg-filled {
    fill: var(--heart-color);
    position: absolute;
}

.heart-container .svg-outline {
    fill: #000;
}

.heart-container .svg-filled {
    animation: keyframes-svg-filled 1s;
    display: none;
}

.heart-container .svg-filled.no-animation {
    animation: none;
}

.heart-container .svg-celebrate {
    position: absolute;
    animation: keyframes-svg-celebrate 0.5s;
    animation-fill-mode: forwards;
    display: none;
    stroke: var(--heart-color);
    fill: var(--heart-color);
    stroke-width: 2px;
}

.heart-container .checkbox:checked ~ .svg-container .svg-filled {
    display: block;
}

.heart-container .checkbox:checked ~ .svg-container .svg-celebrate {
    display: block;
}

@keyframes keyframes-svg-filled {
    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1);
        filter: brightness(1.5);
    }
}

@keyframes keyframes-svg-celebrate {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        filter: brightness(1.5);
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
        display: none;
    }
}

/* Scrollables */
.scrollable-container {
    overflow-y: scroll;
    overflow: visible;
    z-index: 9999999;
}

.sticky-container {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.menu-stack .nav-link {
    background: #16181c;
    margin-bottom: 8px;
    border-radius: 50px;
    padding: 19px 18px !important;
    display: flex;
    align-items: center;
}

.plan-post-box {
    background-color: #000;
    border-radius: 16px;
    padding: 14px 10px;
}

.menu-stack .nav-link span {
    font-weight: 500 !important;
    font-size: 15px !important;
}

.business-btn-box {
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
    margin-top: 15px;
    border: 2px solid #d3d3d3;
    padding: 9px 20px;
    border-radius: 50px;
}

.ap-business-logo {
    width: 33px;
    height: 34px;
    margin-right: 10px;
}
.ap-business-text {
    display: flex;
    align-items: center;
    font-family: 'Raleway', serif;
    color: #fff !important;

    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

/* TICKER */
.ticker-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 5px 0 3px;
    font-size: 20px;
    font-weight: 600;
    color: #d1b3f0;
    background: linear-gradient(90deg, #6525ae 0%, #ba7df0 50%, #8a47d2 75%, #ac67ed 100%);
}

.ticker {
    display: inline-flex;
    white-space: nowrap;
    align-items: center;
    animation: scroll 15s linear infinite;
}

.ticker span {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 0 10px 0 0;
    /* Space around each item */
}

.ticker span:not(:last-child)::after {
    content: '';
    display: block;
    width: 1.6px;
    height: 17px;
    /* Height of the divider */
    background-color: #540b9e;
    /* Divider color */
    margin-left: 10px;
    /* Space between text and divider */
    margin-top: -4px;
}

.ticker i {
    font-size: 12px;
    margin-bottom: 4px;
    padding: 0 6px;
}

@keyframes scroll {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* SWITCH */
.switch {
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: 2.8em;
    height: 1.6em;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dddddd;
    border: 1px solid #cccccc;
    transition: 0.4s;
    border-radius: 15px;
}

.slider:before {
    position: absolute;
    content: '';
    height: 1.1em;
    width: 1.1em;
    border-radius: 50%;
    left: 0.2em;
    bottom: 0.2em;
    background-color: #fff;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #21c3bf;
    border: 1px solid #21c3bf;
}

input:focus + .slider {
    box-shadow: 0 0 1px #21c3bf;
}

input:checked + .slider:before {
    transform: translateX(1.2em);
    background-color: #fff;
}

.bonus-input {
    border: 1px solid #b3b3b3;
    border-radius: 13px;
    background: #fff;
    display: flex;

    align-items: center;
    padding-right: 10px;
    font-family: 'Inter', sans-serif;
}

.bonus-input input {
    border: none;
    background: transparent;
    color: #000;
    border-radius: 13px;
    padding: 7px 15px;
    font-weight: 600;
    font-size: 15px;
    outline: none;
}

.bordered-info {
    border: 1px solid #b3b3b3;
    color: #666;
    border-radius: 10px;
    font-size: 13px;
}

.profile-balances {
    background-color: #000;
    border-radius: 14px;
    padding: 10px 14px;
    color: #fff;
}

.btn-animated {
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* margin-top: 20px; */
    width: 100%;
    overflow: hidden;
    height: 3.5rem;
    background-size: 300% 300%;
    backdrop-filter: blur(1rem);
    border-radius: 5rem;
    transition: 0.5s;
    animation: gradient_301 5s ease infinite;
    border: double 4px transparent;
    background-image:
        linear-gradient(#212121, #212121),
        linear-gradient(137.48deg, #1efffa 10%, #e14fce 36%, #ff3360 75%, #f9270f 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    color: white !important;
}

.btn-animated div {
    z-index: 2;
}

.btn-animated-text {
    font-weight: 600;
}

.btn-animated .icon {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensure all menu icons display properly */
.menu-stack .nav-link i,
.menu-stack .nav-link img {
    display: inline-block;
    vertical-align: middle;
}

.menu-stack .nav-link i[class*='ph-'] {
    font-size: 1.25rem;
    line-height: 1;
}

#container-stars {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.5s;
    backdrop-filter: blur(1rem);
    border-radius: 5rem;
}
/*
strong {
    z-index: 2;
    font-family: 'Poppins' sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-shadow: 0 0 4px rgb(0, 0, 0);
} */

#glow {
    position: absolute;
    display: flex;
    width: 12rem;
}

.circle {
    width: 100%;
    height: 30px;
    filter: blur(2rem);
    animation: pulse_3011 4s infinite;
    z-index: -1;
}

.circle:nth-of-type(1) {
    background: rgba(0, 0, 1860 0.936);
}

.circle:nth-of-type(2) {
    background: rgba(0, 0, 1860 0.936);
}

.btn-animated:hover #container-stars {
    z-index: 1;
    background-color: #212121;
}

.btn-animated:hover {
    transform: scale(1.05);
    color: white !important;
}

.btn-animated:active {
    border: double 4px #fe53bb;
    background-origin: border-box;
    background-clip: content-box, border-box;
    animation: none;
    color: white !important;
}

.btn-animated:active .circle {
    background: #fe53bb;
}

#stars {
    position: relative;
    background: transparent;
    width: 200rem;
    height: 200rem;
}

#stars::after {
    content: '';
    position: absolute;
    top: -10rem;
    left: -100rem;
    width: 100%;
    height: 100%;
    animation: animStarRotate 90s linear infinite;
}

#stars::after {
    background-image: radial-gradient(#ffffff 1px, transparent 1%);
    background-size: 50px 50px;
}

#stars::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 170%;
    height: 500%;
    animation: animStar 60s linear infinite;
}

#stars::before {
    background-image: radial-gradient(#ffffff 1px, transparent 1%);
    background-size: 50px 50px;
    opacity: 0.5;
}

@keyframes animStar {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-135rem);
    }
}

@keyframes animStarRotate {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0);
    }
}

@keyframes gradient_301 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse_3011 {
    0% {
        transform: scale(0.75);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.75);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
