:root {
    /* Font Variables */
    --font-primary: 'Neue Plak', Arial, sans-serif;
    --font-secondary: 'juana-black', serif;
    --font-size-base: 16px;
    --font-size-sm: 14px;
    /* Colors */
    --color-primary: #0f00ff;
    --color-primary-hover: #1305d8;
    --color-secondary: #818181; /* not yet set */
    --color-secondary-hover: #0f00ff; /* not yet set */
    --color-light: #fff;
    --color-dark: #000;
    --color-dark50: #666;
    --color-red: #ff0000;
    --color-green: #23ff00;
    --color-approve: #137603;
    --color-yellow: #FFCC00;
    --color-outline-btn: #1600ff;
    --color-outline-hoverbtn: #6eff00;
    --color-transparent: transparent;
    --color-border-input: #ebebeb;
    --color-placeholder: #9b9b9b;
    --color-shadow: #ccc;
    /* Sizing */
    --input-padding: 10px;
    --input-icon-padding: 30px;
    --input-radius: 5px;
    --button-radius: 4px;
    /* Misc */
    --logincontainer-max-width: 415px;
}

@font-face {
    font-family: 'Neue Plak';
    src: url('../fonts/NeuePlak-Bold.eot');
    src: url('../fonts/NeuePlak-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NeuePlak-Bold.woff2') format('woff2'), url('../fonts/NeuePlak-Bold.woff') format('woff'), url('../fonts/NeuePlak-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Plak';
    src: url('../fonts/NeuePlak-Regular.eot');
    src: url('../fonts/NeuePlak-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/NeuePlak-Regular.woff2') format('woff2'), url('../fonts/NeuePlak-Regular.woff') format('woff'), url('../fonts/NeuePlak-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'juana-black';
    src: url('../fonts/juana-black.woff2') format('woff2'), url('../fonts/juana-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
    font-family: var(--font-primary);
    font-size: var(--font-size-base);
    color: var(--color-light);
    background: var(--color-dark);
}

main {
    display: flex;
    height: 100vh;
}

input.invalid,
textarea.invalid,
select.invalid {
    border-color: #ff0000;
}

.bold {
    font-weight: bold;
}

.f-14 {
    font-size: var(--font-size-sm);
}

.form-control option {
    background: var(--color-dark);
}
textarea {
    font-family: var(--font-primary) !important;
}
.left-section {
    /*display: flex;
    align-items: center;*/
    justify-content: center;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    flex: 1;
    position: relative;
    overflow: hidden;
}

.signup-leftbg {
    background-image: url('../images/signup-left-bg.png');
    margin: 20px 10px;
    border-radius: 10px;
    padding: 20px;

}
.before-faq-bg {
    background-image: url('../images/before-faq-bg.png');
    margin: 20px 10px;
    border-radius: 10px;
    padding: 20px;
    flex: 0.5;
    text-align: center;
}
    .before-faq-bg h1 {
        font-family: var(--font-secondary);
        font-size: 30px;
        margin-bottom: 30px;
    }
    .before-faq-bg p {
        font-size: 20px;
        margin-bottom: 10px;
    }
.before-faq-content{
    width:90%;
}
.forgotpassword-bg {
    background-image: url('../images/forgotpassword-bg.png');
    padding: 20px;
    background-size: contain;
}

.faqsupport-bg {
    background-image: url('../images/faqsupport-bg.png');
    padding: 20px;
}
    .faqsupport-bg h1 {
        font-family: var(--font-secondary);
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

.faqsupport-bg p {
    font-size: 20px;
    margin-bottom: 10px;
}
.supportpage-form {
    margin: 80px 0 10px 0;
}
/*.signup-leftcontent{
    position:relative;
}*/
.typing-animation-block {
    position: relative;
    width: 100%;
    color: var(--color-light);
}

    .typing-animation-block h1 {
        position: relative;
        z-index: 10;
        font-family: var(--font-secondary);
        font-size: 34px;
    }

    .typing-animation-block .title {
        font-size: 30px;
        font-family: var(--font-secondary);
        background: #fff;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }

    .typing-animation-block .titleshadow {
        position: absolute;
        top: 0px;
        width: 100%;
        left: 0;
        height: 28px;
        background: linear-gradient(90deg, #000000, #000000 41%, #000000 100%);
        z-index: -1;
        filter: blur(25px);
        -webkit-filter: blur(25px);
    }

.typing-animation {
    width: 100%;
    color: #fff;
    background: #fff;
    font-weight: normal;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.login-bg-img {
    position: absolute;
    bottom: -10px;
}

    .login-bg-img img {
        width: 300px;
        bottom: -10px;
    }

.copyright-content {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    color: #ccc;
}

.logo-inner {
    text-align: center;
    margin-bottom: 20px;
}
.logo-inner img{
    height:55px;
}
.right-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 0 20px;
    color: var(--color-light);
    height: 100vh;
    overflow-y: scroll;
}

.login-container {
    width: 100%;
    max-width: var(--logincontainer-max-width);
    position: relative;
    z-index: 10;
}

.login-inner {
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}

    .login-inner::before {
        content: "";
        background: var(--color-dark);
        border-radius: 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .login-inner::after {
        content: "";
        background: linear-gradient(270deg, #f32170, #ff6b08, #a705a7, #eedd44);
        background-size: 800% 800%;
        -webkit-animation: gradientanimation 5s ease infinite;
        -moz-animation: gradientanimation 5s ease infinite;
        animation: gradientanimation 5s ease infinite;
        position: absolute;
        width: 101%;
        height: 101%;
        left: -.5%;
        top: -.5%;
        border-radius: 10px;
        z-index: -2;
        filter: blur(10px);
        -webkit-filter: blur(10px);
    }

.success, .alert-success {
    color: var(--color-green);
}

input::placeholder {
    color: var(--color-placeholder);
}

input:: -webkit-input-placeholder {
    color: var(--color-placeholder);
}

input::-ms-input-placeholder {
    color: var(--color-placeholder);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--color-transparent);
    transition: background-color 1s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
}
@-webkit-keyframes gradientanimation {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes gradientanimation {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes gradientanimation {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.shakeanimation {
    animation: shake 15s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #666;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--color-primary-hover);
    }

.login-inner h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: var(--font-primary);
}

.info1, .info2 {
    margin-bottom: 10px;
    color: var(--color-secondary);
}

.info2 {
    color: var(--color-primary);
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}
.cursor-pointer{
    cursor:pointer;
}
.input-icon {
    position: relative;
}

input:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.login-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    display: none;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.login-loader img {
    position: absolute;
    left: calc(50% - 100px);
    right: 0;
    top: calc(50% - 100px);
    bottom: 0;
}

.login-icon {
    position: absolute;
    left: 8px;
    top: 37px;
    fill: var(--color-light);
    width: 15px;
}

.password-icon {
    position: absolute;
    right: 8px;
    top: 37px;
    fill: var(--color-dark50);
    width: 15px;
    cursor: pointer;
}

    .password-icon:hover, .password-icon.active {
        fill: var(--color-primary);
    }

.form-fill:hover .login-icon {
    fill: var(--color-primary);
}

.form-label {
    margin-bottom: 5px;
    display: block;
}

.form-control {
    color: var(--color-light);
    width: 100%;
    padding: var(--input-padding) 10px var(--input-padding) var(--input-icon-padding);
    border: 1px solid var(--color-border-input);
    border-radius: var(--input-radius);
    outline: inherit;
    background: var(--color-dark);
}
.form-control[readonly] {
    cursor: not-allowed;
}
.form-control.normal {
    padding: var(--input-padding);
}

    .form-control:active, .form-control:focus, .form-control:focus-visible {
        border: 1px solid var(--color-primary);
    }
    .form-control.error {
        border: 1px solid var(--color-red);
    }
    .form-fill {
        margin-bottom: 15px;
    }

.mar-top20 {
    margin-top: 20px;
}
.mar-top15 {
    margin-top: 15px
}
.mar-top10 {
    margin-top: 10px
}
.mar-right5 {
    margin-right: 5px
}
.mar-bottom15 {
    margin-bottom: 15px
}

a, a:focus, a:visited, a:focus-visible {
    color: var(--color-light);
}

.primary-btn {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: linear-gradient(45deg, #0f00ff, #5a00ff);
    color: var(--color-light);
    border-radius: var(--button-radius);
    text-decoration: none;
    transition: background 2s ease-out;
    border: none;
    cursor: pointer;
}

    .primary-btn:hover {
        background: linear-gradient(135deg, #0761e0 10%, #9708CC 100%);
    }

    .primary-btn:focus {
        outline: none;
    }

.secondary-btn {
    display: block;
    width: 100%;
    padding: 7px 10px;
    text-align: center;
    color: var(--color-light);
    border: 1px solid var(--color-outline-btn);
    border-radius: var(--button-radius);
    text-decoration: none;
    transition: border 1s ease-out;
    cursor: pointer;
    font-size: 14px;
    background: transparent;
}

    .secondary-btn:hover {
        border: 1px solid var(--color-outline-hoverbtn);
    }

.login-inner ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 14px;
}

    .login-inner ul a {
        color: var(--color-light);
    }

        .login-inner ul a:hover {
            color: var(--color-outline-hoverbtn);
        }

.divider-line {
    width: 100%;
    background: linear-gradient(90deg, #000000, #555, #000000);
    height: 1px;
}
.authentication-setup {
    display: flex;
    justify-content: space-between;
}

    .authentication-setup .primary-btn {
        width: auto;
    }

.country-pincode {
    line-height: 36px;
    position: absolute;
    background: rgba(126, 126, 126, 0.5);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0 5px;
}

.phonenumber {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.phone-icon {
    position: absolute;
    left: 8px;
    top: 11px;
    fill: var(--color-light);
    width: 15px;
}

.phonenumber .primary-btn {
    width: 100px;
    margin-left: 20px;
}

.text-error, .red, .alert-danger {
    color: var(--color-red);
}

.formcontrol-2column {
    display: grid;
    column-gap: 15px;
    grid-template-columns: auto auto;
}
.prev-next-step {
    grid-template-columns: 1fr 1fr;
}

.prev-next-step .primary-btn {
    grid-column: 2 / 3;
}
.text-primary {
    color: var(--color-primary);
}

.alert-danger {
    font-size: 14px;
}
.text-decoration-underline {
    text-decoration: underline;
}
.text-decoration-none {
    text-decoration: none;
}

.captcha-block {
    display: flex;
}

.captcha {
    display: flex;
    border: 1px solid #fff;
    border-radius: 3px;
}

.captcha a {
    padding: 8px 5px 0 5px;
}

.captcha img {
    height: 40px;
}

.captcha-block .form-control {
    margin-left: 20px;
    height: auto;
}
.support-reason {
    background: #222;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.timeline {
    counter-reset: test 0;
    position: relative;
    margin-top: 30px;
}

    .timeline li {
        list-style: none;
        float: left;
        width: 20%;
        position: relative;
        text-align: center;
    }
        .timeline li span {
            display: inline-block;
            width: 75px;
        }
        .timeline li:nth-child(4) span {
            display: inline-block;
            width: 110px;
        }
        .timeline li::before {
            counter-increment: test;
            content: counter(test);
            width: 30px;
            height: 30px;
            border: 3px solid #4f4f4f;
            border-radius: 50%;
            display: block;
            text-align: center;
            line-height: 30px;
            margin: 0 auto;
            background: #000;
            color: #fff;
            transition: all ease-in-out .3s;
            z-index: 10;
            position: relative;
        }

        .timeline li.finish::before {
            background: linear-gradient(140deg, #3bff00 20%, #000000 100%);
            border: 3px solid #00c709;
        }

        .timeline li::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            background-color: #4f4f4f;
            top: 17px;
            left: -50%;
            z-index: 0;
            transition: all ease-in-out .3s;
        }

        .timeline li.finish::after,
        .timeline li.active::after {
            background-color: #00c709 !important;
        }

        .timeline li:first-child::after {
            content: none;
        }

        .timeline li.active::before {
            border-color: #00ff0a;
        }

        .timeline li.active + li::after {
            background: #00ff0a;
        }

aside {
    width: 205px;
    background: var(--color-primary);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}

.header-bottombg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

    .header-bottombg img {
        display: block;
        width: 100%;
    }

.main-right-section {
    width: calc(100% - 40px);
    padding: 0 20px;
    overflow-y: scroll;
}

.page-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

    .page-title span {
        font-size: 20px;
        /*font-family: juana;
        background: linear-gradient(to right, #E6AD42, #E82746);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;*/
        font-weight: bold;
        color: var(--color-light);
    }

    .page-title img {
        width: 35px;
    }

.alert-notification img {
    width: 40px;
}

.alert-notification {
    display: flex;
    background: linear-gradient(to right, #EB4188, #1859EF);
    padding: 5px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
}

.newuser-terms-block {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
}

.newuser-terms-select {
    display: flex;
}

    .newuser-terms-select a {
        color: var(--color-primary) !important
    }
/* The custom checkbox start */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #000;
    border: 1px solid #0f00ff;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #0f00ff;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #0f00ff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* The custom checkbox end */


.portal-product h2 {
    font-size: 22px;
    font-family: juana;
    color:var(--color-light);
    /*background: linear-gradient(to right, #E9428A, #2258EB);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;*/
    font-weight: bold;
    margin: 15px 0;
    display: inline-block;
}

/*.portal-product.level2 h2 {
    background: linear-gradient(to right, #7C7409, #06F11B);
    -webkit-background-clip: text;
    background-clip: text;
}

.portal-product.level3 h2 {
    background: linear-gradient(to right, #BA00FD, #FB011E);
    -webkit-background-clip: text;
    background-clip: text;
}*/

.portal-product ul {
    list-style: none;
    display: grid;
    grid-gap: 36px;
    background: #000;
    padding: 30px;
    grid-template-columns: repeat(auto-fill, minmax(277px, 1fr));
    position: relative;
}

.portal-product ul::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, #6F2971, #329CE8, #B83266);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: 0;
}
.portal-product.level1 ul::before {
    background: linear-gradient(to bottom, #912E94, #768116, #084D99);
}
.portal-product.level2 ul::before {
    background: linear-gradient(to bottom, #7C7409, #E83232, #004A02);
}

.portal-product.level3 ul::before {
    background: linear-gradient(to bottom, #600381, #329CE8, #5E000C);
}
.portal-product.level4 ul::before {
    background: linear-gradient(to bottom, #912E94, #768116, #084D99);
}
.portal-product ul::after {
    content: "";
    position: absolute;
    background: #000;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    border-radius: 10px;
    z-index: 1;
}

.portal-product ul li {   
/*    display: flex;
    width: calc(33.33% - 20px);*/
    position: relative;
    cursor: pointer;
}

    .portal-product ul li .product-bg {
        border-radius: 5px;
        box-shadow: 3px -3px 0px #4e0082;
        background: #262626;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 10;
        padding: 0px 10px;
        width: 100%;
    }
    .portal-product ul li.no-product .product-bg {
        background: transparent !important;
        box-shadow: none;
    }
    .portal-product ul li.no-product::after {
        background: transparent;
    }
    .portal-product ul li::after {
        content: "";
        position: absolute;
        background: #272727;
        left: 10px;
        right: -6px;
        top: -6px;
        bottom: 8px;
        border-radius: 5px;
        z-index: 2;
        transition: 0.3s;
    }

    .portal-product ul li.active::after {
        background: #FFEB3B;
    }
/*.portal-product ul li:hover::after{
    background: linear-gradient(to right, #911f4e, #05256f);
}*/
.portal-product h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.portal-product ul li p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.portal-product ul li img {
    height: 120px;
    margin-right: 10px;
}
.portal-product ul li .selected {
    position: absolute;
    background: #FFC118;
    padding: 0px 4px;
    font-size: 11px;
    right: 5px;
    color: #000;
    letter-spacing: 0.5px;
    top: 5px;
    border-radius: 3px;
    text-transform: uppercase;
    box-shadow: 0 0 5px #000;
    opacity:0;
}
.portal-product ul li.active .selected {
    opacity: 1;
}
.portal-product ul li:nth-child(1) .product-bg {
    background: linear-gradient(to bottom, #075BF5, #DA3EC6);
}

.portal-product ul li:nth-child(2) .product-bg {
    background: linear-gradient(to bottom, #F52183, #F55862);
}

.portal-product ul li:nth-child(3) .product-bg {
    background: linear-gradient(to bottom, #8322D4, #D35279);
}

.portal-product ul li:nth-child(4) .product-bg {
    background: linear-gradient(to bottom, #4A75F5, #0FD5D6);
}

.portal-product ul li:nth-child(5) .product-bg {
    background: linear-gradient(to bottom, #4F418C, #26B1CE);
}

.portal-product ul li:nth-child(6) .product-bg {
    background: linear-gradient(to bottom, #3CBBB2, #006534);
}

.portal-product ul li:nth-child(7) .product-bg {
    background: linear-gradient(to bottom, #7E0C9C, #2C35A7);
}

.portal-product ul li:nth-child(8) .product-bg {
    background: linear-gradient(to bottom, #FE737A, #F7529E);
}

.portal-product ul li:nth-child(9) .product-bg {
    background: linear-gradient(to bottom, #4A75F5, #0FD5D6);
}
.portal-product ul li:nth-child(10) .product-bg {
    background: linear-gradient(to bottom, #02b955, #bbb631);
}
.portal-product ul li:nth-child(11) .product-bg {
    background: linear-gradient(to bottom, #6a11cb, #2575fc);
}

/*Level 1 start*/
.portal-product.level1 ul li:nth-child(1) .product-bg {
    background: linear-gradient(to bottom, #F52183, #F55862);
}

.portal-product.level1 ul li:nth-child(2) .product-bg {
    background: linear-gradient(to bottom, #4A75F5, #0FD5D6);
}

.portal-product.level1 ul li:nth-child(3) .product-bg {
    background: linear-gradient(to bottom, #E1B757, #98211A);
}

.portal-product.level1 ul li:nth-child(4) .product-bg {
    background: linear-gradient(to bottom, #8322D4, #D35279);
}

.portal-product.level1 ul li:nth-child(5) .product-bg {
    background: linear-gradient(to bottom, #4F418C, #26B1CE);
}

.portal-product.level1 ul li:nth-child(6) .product-bg {
    background: linear-gradient(to bottom, #3CBBB2, #006534);
}

.portal-product.level1 ul li:nth-child(7) .product-bg {
    background: linear-gradient(to bottom, #4A75F5, #0FD5D6);
}

.portal-product.level1 ul li:nth-child(8) .product-bg {
    background: linear-gradient(to bottom, #FE737A, #F7529E);
}

.portal-product.level1 ul li:nth-child(9) .product-bg {
    background: linear-gradient(to bottom, #7E0C9C, #2C35A7);
}
/*Level 2 start*/
.portal-product.level2 ul li:nth-child(1) .product-bg {
    background: linear-gradient(to bottom, #E1B757, #98211A);
}

.portal-product.level2 ul li:nth-child(2) .product-bg {
    background: linear-gradient(to bottom, #7E0C9C, #2C35A7);
}

.portal-product.level2 ul li:nth-child(3) .product-bg {
    background: linear-gradient(to bottom, #FE737A, #F7529E);
}

.portal-product.level2 ul li:nth-child(4) .product-bg {
    background: linear-gradient(to bottom, #6F2971, #BE3265);
}

.portal-product.level2 ul li:nth-child(5) .product-bg {
    background: linear-gradient(to bottom, #075BF5, #DA3EC6);
}

.portal-product.level2 ul li:nth-child(6) .product-bg {
    background: linear-gradient(to bottom, #7E0C9C, #2C35A7);
}

.portal-product.level2 ul li:nth-child(8) .product-bg {
    background: linear-gradient(to bottom, #E1B757, #98211A);
}
.portal-product.level2 ul li:nth-child(9) .product-bg {
    background: linear-gradient(to bottom, #FE737A, #F7529E);
}
/*Level 2 end*/
/*Level 3 start*/
.portal-product.level3 ul li:nth-child(1) .product-bg {
    background: linear-gradient(to bottom, #B21E62, #FE737A);
}

.portal-product.level3 ul li:nth-child(2) .product-bg {
    background: linear-gradient(to bottom, #4A75F5, #0FD5D6);
}

.portal-product.level3 ul li:nth-child(3) .product-bg {
    background: linear-gradient(to bottom, #6F2971, #BE3265);
}

.portal-product.level3 ul li:nth-child(4) .product-bg {
    background: linear-gradient(to bottom, #3CBBB2, #006534);
}
/*Level 3 end*/

.product-selected {
    padding: 0 2px;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 5px;
    background: #FFC118;
    font-size: 11px;
    color: #000;
    box-shadow: 0 0 5px #000;
    text-transform: uppercase;
}

.popup {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, -50%);
    width: 700px;
    background: #0c0c0c;
    box-shadow: 0 0 10px #3F51B5;
    padding: 20px;
    height: calc(100vh - 40px);
    border-radius: 8px;
    z-index: 1000;
    overflow-y: scroll;
}
.modal-header .close-icon {
    position: absolute;
    right: 10px;
    top: 20px;
}
.popup p, .popup ul {
    margin-bottom: 20px;
}
/* Overlay background */
.overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* Close button styling */
.close-btn {
    background: red;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}
/* .rightside-popup Box */
.rightside-popup {
    position: fixed;
    right: -700px;
    top: 0;
    width: 700px;
    height: 100vh;
    background: #000000;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 5px solid #B82564;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    transition: right 0.4s ease-in-out;
}

/* Fixed Header */
.rightside-popup-header {
    padding: 15px;
    background: linear-gradient(to right, #000 0%, #360117 30%, #000 100%);
    border-top-left-radius: 50px;
    display: flex;
    justify-content: space-between;
}

    .rightside-popup-header img {
        vertical-align: bottom;
        width:30px;
    }

    .rightside-popup-header span {
        font-size: 22px;
        font-family: juana;
        color: var(--color-light);
       /* background: linear-gradient(to right, #E9428A, #2258EB);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;*/
        font-weight: bold;
        margin-left: 15px;
        display: inline-block;
    }

/* Scrollable Middle Content */
.rightside-popup-content {
    flex: 1; /* Takes up remaining space */
    overflow-y: auto; /* Scrollable */
    padding: 15px;
}

.rightside-popup-maincontent {
    display: flex;
    gap: 30px;
    padding: 20px 0;
    line-height:2;
    /*align-items: center;*/
}

.rightside-popup-banner {
    width: 100%;
}
/* Fixed Footer */
.rightside-popup-footer {
    padding: 20px;
    background: #161616;
    border-bottom-left-radius: 43px;
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
}
.comments{
    position:relative;
}
.rightside-popup-footer .form-control {
    padding: var(--input-padding);
    background:#161616;
}
.rightside-popup-footer li:first-child {
    align-items: center;
    flex: 1 1 calc(65% - 20px);
    position: relative;
}
.rightside-popup-footer li label {
    position: absolute;
    top: -12px;
    left: 15px;
    background: #161616;
}
    .rightside-popup-footer li textarea {
        resize: none;
        padding-left: 15px;
    }
.passwordtip{
    display:block!important;
    width:100%;
}
.passwordtip > li {
    display: flex;
    gap: 10px;
    margin-bottom:5px;
}
.access-request-btn {
    padding:15px 10px;
    background: linear-gradient(45deg, #A8064C, #0048ED);
    transition: background 2s ease-out;
}
/* Show Popup Class */
.rightside-popup.show {
    right: 0; /* Moves popup into view */
}
header {
    width: 215px;
    background: var(--color-primary);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}

header .profile {
    text-align: center;
    margin-bottom: 20px;
}
header .profile h3 {
    margin: 10px 0 0;
}
header .menu {
    list-style: none;
    padding: 0;
}
header .menu li > ul li a {
    padding-left: 20px;
}
header .menu a {
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    padding: 14px 0px 14px 5px;
    transition: .5s;
}
    header .menu li.active>a,
    header .menu li:hover>a,
    header .menu li>a:focus,
    header .menu li>a:focus-visible {
        background: linear-gradient(to right, #ff0065, var(--color-primary) 90%);
    }
header .menu a img {
    margin-right: 10px;
}
header .submenu-items {
    list-style: none;
    display: none;
}
header .submenu.open .submenu-items {
    display: block;
}
.mobile-menu-icon{
    display:none
}
.before-faq h2{
    margin-bottom:20px;
}
.before-faq ul {
    list-style: none;
}
    .before-faq ul li a {
        display: flex;
        justify-content: space-between;
        background: #141414;
        padding: 10px 15px;
        margin-bottom: 20px;
        border-radius: 5px;
        text-decoration: none;
        transition: box-shadow 0.3s;
        font-size: var(--font-size-sm);
    }
.before-faq ul li a:hover {
    box-shadow: 0 0 5px var(--color-primary);
}
header .header-bottombg {
    display: none;
}
.approval-status {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 30px 0;
}
    .approval-status li {
        display: flex;
        gap: 25px;
        border-radius: 5px;
        padding: 10px;  
        position: relative;
        z-index: 2;
    }
        .approval-status li::before {
            content: "";
            position: absolute;
            background: linear-gradient(to bottom, #6F2971, #329CE8, #B83266);
            left: -2px;
            right: -2px;
            top: -2px;
            bottom: -2px;
            border-radius: 10px;
            z-index: -2;
        }
        .approval-status li::after {
            content: "";
            position: absolute;
            background: #000;
            left: 0px;
            right: 0px;
            top: 0px;
            bottom: 0px;
            border-radius: 10px;
            z-index: -1;
        }
    .approval-status li.pending p{
            color:var(--color-yellow);
        }
        .approval-status li.approved p {
            color: var(--color-green);
        }
    .approval-status h3 {
        font-size: 70px;
        margin-bottom: 10px;
        line-height: 0.8em;
    }
    .approval-status li img {
        width: 90px;
        height: 90px;
    }
    .approval-status li .status {
        text-align: center;
        text-transform: uppercase;
    }
table {
    width: 100%;
    border-spacing: 0px;
    box-shadow: 0 0 4px #4c4c4c;
    border-radius: 5px;
}
table thead {
    background: linear-gradient(45deg, #A8064C, #0048ED);   
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
table thead th:first-child {
    border-top-left-radius: 5px;
}
table thead th:last-child {
    border-top-right-radius: 5px;
}
    table th, table td {
        padding: 10px 15px;
        text-align: left;
    }
        table td{
            font-size:14px;
        }
        table tr:nth-child(even) {
            background-color: #1C1B1B;
        }
.status-pending,
.status-approved,
.status-rejected {
    padding: 0 0px 3px 0px;
    text-decoration: none;
    border-radius: 3px;
    width: 90px;
    display: block;
    text-align: center;
}
.status-pending {
    background: var(--color-yellow);
}
.status-approved {
    background: var(--color-approve);
}
.status-rejected {
    background: var(--color-red);
}
.home-faq{
    display:flex;
    gap:30px;
}
.home-faq .before-faq {
    width: 100%;
}
.password-expire-details {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.password-expire-details a{
    text-decoration:none;
}
.password-expire-details strong {
    display: block;
    text-align: center;
}
.faq-logo{
    display:none;
}
@media only screen and (min-width: 1600px) {
    .portal-product ul {
                grid-template-columns: repeat(auto-fill, minmax(362px, 1fr));
            }

            .signup-leftbg {
                flex: 0.7;
            }

            header .header-bottombg {
                display: block;
            }
        }

        @media only screen and (max-width: 767px) {
            .left-section {
                display: none;
            }

            .login-container {
                width: 100%;
                max-width: 100%;
            }

            .newuser-terms-block, .newuser-terms-select {
                flex-direction: column;
            }

            .mobileview100 {
                width: 100%;
            }

            .checkbox-container {
                padding-top: 25px;
            }

            .popup {
                width: 90%;
            }

            .rightside-popup {
                width: 95%;
            }
            .md-none{
                display:none;
            }
            .faq-logo {
                display: block;
            }
            
        }

        @media only screen and (max-width: 570px) {
            .right-section {
                overflow-y: inherit;
               /* padding: 0;*/
            }
            aside {
                display: none!important;
            }
            .main-right-section {
                width: 100%;
                padding: 10px;
            }
           
            .rightside-popup-maincontent {
                flex-direction: column;
            }
            .portal-product ul {
                padding: 20px;
            }
            main {
                flex-direction: column;
            }

            header {
                width: 100%;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

            .mobile-menu {
                display: flex;
                justify-content: space-between;
                margin: 10px;
            }

            .mobile-menu-icon {
                margin-right: 20px;
                cursor: pointer;
                display: block;
            }

            .mobile-menu-view {
                display: none;
            }

            .mobile-menu-view.active {
                display: block;
            }
            .captcha-block {
                display: flex;
                flex-direction:column;
            }
            .captcha-block .form-control {
                margin-left: 0;
                margin-top: 20px;
                height: auto;
            }
        }
