@import "vendor/_flexslider";
@import "vendor/_lightbox";
@import "utilities/_animate";
@import "utilities/_colors";
@import "utilities/_fonts";
@import "utilities/_hamburgers";
@import "utilities/_mixins";


$color_1: #FFFFFF;
$color_2: #1d1e22;
$color_3: #969696;
$color_4: #747577;
$color_5: #3063f6;
$color_6: #cf6767;
$color_7: #d4d4d4;
$color_8: #e1e1e1;
$color_9: #565656;
$color_10: #adb5bd;
$color_11: #6389f7;
$color_12: #292a2e;
$color_13: #3063F6;
$color_14: #292A2E;
$font-family_1: "Manrope", sans-serif;
$font-family_2: "Family", serif;
$font-family_3: flaticon_socialfair;
$background-color_1: #292a2e;
$background-color_2: #E7EBAC;
$background-color_3: #e9ecef;
$background-color_4: rgba(255, 255, 255, 0.8);
$background-color_5: rgba(255, 255, 255, 0.9);
$background-color_6: #3063f6;
$background-color_7: black;
$background-color_8: #55a05d;
$background-color_9: white;
$background-color_10: #fefde5;
$background-color_11: rgba(255, 255, 255, 0.1);
$background-color_12: #FFFFFF;
$background-color_13: #b0dbca;
$background-color_14: #cf6767;
$background-color_15: #f8f9fa;
$border-color_1: #E7EBAC;
$border-color_2: #383A40;
$border-color_3: transparent;
$border-color_4: #e1e1e1;
$border-color_5: #cf6767;
$border-color_6: #3063f6;
$border-color_7: #adb5bd;
$border-color_8: #e9eaee;
$border-color_9: #d4d4d4;
$border-top-color_1: #292a2e;
$border-bottom-color_1: #565656;
$border-bottom-color_2: #3063f6;



body:has(#sidebar.show),
body.overflow-hide {
    overflow-y: hidden !important;
    max-height: 100vh;
}

.weight-600 {
    font-weight: 600 !important;
}

.weight-500 {
    font-weight: 500 !important;
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.gy-40px,
.g-40px {
    --bs-gutter-y: 2.5rem;
}

.gx-40px,
.g-40px {
    --bs-gutter-x: 2.5rem;
}

.gy-35px,
.g-35px {
    --bs-gutter-y: 35px;
}

.gx-35px,
.g-35px {
    --bs-gutter-x: 35px;
}

.gy-30px,
.g-30px {
    --bs-gutter-y: 30px;
}

.gx-30px,
.g-30px {
    --bs-gutter-x: 30px;
}

.gy-20px,
.g-20px {
    --bs-gutter-y: 20px;
}

.gx-20px,
.g-20px {
    --bs-gutter-x: 20px;
}

.gy-15px,
.g-15px {
    --bs-gutter-y: 15px;
}

.gx-15px,
.g-15px {
    --bs-gutter-x: 15px;
}

.gy-10px,
.g-10px {
    --bs-gutter-y: 10px;
}

.gx-10px,
.g-10px {
    --bs-gutter-x: 10px;
}

.gap-20px {
    gap: 20px !important;
}

.gap-10px {
    gap: 10px !important;
}

.mb-40px {
    margin-bottom: 40px !important;
}

.mb-30px {
    margin-bottom: 30px !important;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.fs-12px {
    font-size: 12px !important;
}

.fs-10px {
    font-size: 10px !important;
}

.cursor-pointer {
    cursor: pointer;
}

a {
    color: $sf-bright-blue;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-size: 14px;
}

.group-three-header {

    .header-top,
    .header-bottom {
        display: none;
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: $background-color_1;

    .spinner {
        content: '';
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        margin-top: -10px;
        margin-left: -10px;
        border-radius: 50%;
        border: 3px solid #FFFFFF;
        border-top-color: $border-top-color_1;
        -webkit-animation: spinner .6s linear infinite;
        animation: spinner .6s linear infinite;
    }
}

body.products,
body.my-collections,
body.collection,
body.my-settings,
body.help-center,
body.my-inbox {
    .modal-content {
        padding: 20px 20px 40px 20px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border-bottom-left-radius: unset;
        border-bottom-right-radius: unset;
        width: 100vw !important;
        position: fixed;
        bottom: 0;
        left: 0;

        &:has(.collection-select-listing-table) {
            height: 68vh !important;
            overflow-y: auto;

            .modal-data,
            .collection-select-listing-table,
            .collection-select-listing-table table {
                width: 100%;
            }

            tr {
                border-bottom: 1px solid#e1e1e1;
            }

            td {
                padding: 18px 0 20px 0;
            }

            td.images-and-info {
                >div:last-child {

                    display: flex;
                    width: 100%;
                    flex-wrap: wrap;
                }
            }

            td.collection-checkbox-wrapper {

                input[type='checkbox'] {
                    height: 20px !important;
                    width: 20px !important;
                    margin: 0 8px 0 6px;
                }
            }

            .collection-and-product-count {
                margin-bottom: 24px;

                p {
                    white-space: nowrap;
                    font-weight: 600;
                    text-align: left;

                    &.collection-name {
                        font-size: 13px;
                        line-height: 100%;
                        color: #292A2E;
                        margin-bottom: 5px !important;
                    }

                    &.product-count {
                        color: #969696;
                        font-size: 12px;
                        line-height: 114%;

                    }
                }
            }

            button#add-product-to-collection {
                margin-top: 21px !important;
            }
        }

        .modal-data {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 20px;
        }

        button.btn-close {
            position: absolute;
            top: 20px;
            right: 20px;
        }

        p {
            margin: 0 !important;
            font-size: 14px;
            font-weight: 500;
            line-height: 140%;
            max-width: 430px;
            text-align: center;
        }

        h5 {
            font-size: 24px;
            line-height: 90%;
            color: #292A2E;
            font-weight: 600;
            margin-top: 40px;
        }

        input {
            border-radius: 8px;
            background: #fff;
            border: none;
            height: 45px;
            width: 100%;
            padding: .2rem .8rem;

            &:focus-within {
                outline: 1px solid grey;
            }
        }

        button#add-product-to-collection {
            margin-top: -12px;
        }

    }
}

div.notification-bar {
    background: #292A2E;

    p {
        margin: 0;
        padding: 10px 0;
        color: $color_1;
        text-align: center;
        font-size: 12px;
    }

    span.tag {
        border-radius: 4px;
        background: #e6eca4;
        color: $color_2;
        padding: 5px 10px;
        text-align: center;
        font-size: 10px;
        line-height: 1;
        font-weight: 700;
        display: inline-block;
    }
}

body.index {
    background: url("../images/glow-2.png") no-repeat bottom center #292A2E;
    background-size: 1250px;
    padding-top: 65px;
    font-family: $font-family_1;
    font-weight: 400;
    font-style: normal;

    .btn-call-to-action {
        background: #E7EBAC;
        border-radius: 15px;
        border-color: $border-color_1;
        padding: 10px 20px;
        font-size: 12px;
        z-index: 120;
        position: relative;
        font-family: $font-family_1;
        font-weight: 700;
        font-style: normal;

        &:hover {
            background: #FFFFFF;
        }

        &:active {
            background: #FFFFFF;
        }

        &:focus {
            background: #FFFFFF;
        }
    }

    h2 {
        font-family: $font-family_2;
        font-weight: bold;
        font-style: normal;
        font-display: swap;
        font-size: 36px;
        line-height: 36px;
        margin: 0 0 15px 0;
        letter-spacing: -1px;
    }

    h3 {
        font-family: $font-family_2;
        font-weight: bold;
        font-style: normal;
        font-display: swap;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    p {
        font-family: $font-family_1;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        margin: 0 0 40px 0;
        line-height: 20px;
    }

    header.main.home {
        background: url("../images/glow.png") no-repeat center 300px;
        margin-top: -65px;
        padding-top: calc(65px * 2);
        position: relative;

        nav.navbar {
            padding-top: 25px;
            padding-bottom: 25px;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
            transition: opacity 0.1s, -webkit-transform 0.1s;
            -o-transition: opacity 0.1s, transform 0.1s;
            transition: opacity 0.1s, transform 0.1s;
            transition: opacity 0.1s, transform 0.1s, -webkit-transform 0.1s;

            div.container-fluid {
                a.navbar-brand {
                    img {
                        min-width: 100px;
                    }
                }
            }
        }

        nav.navbar.scrolled {
            opacity: 0;
            -webkit-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
            transform: translateY(-50px);
        }

        section.intro {
            margin: 0 0 80px 0;

            h1 {
                font-family: $font-family_2;
                font-weight: bold;
                font-style: normal;
                font-display: swap;
                color: $color_1;
                font-size: 40px;
                line-height: 38px;
                margin: 15px auto 40px;
                max-width: 350px;
                letter-spacing: -1px;

                span {
                    background: -webkit-linear-gradient(#6389F7, #B0DBCA);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    display: inline-block;
                    position: relative;

                    video {
                        width: 35px;
                        border-radius: 50%;
                        margin: 0 5px -5px 5px;
                        position: relative;
                    }

                    img {
                        max-width: 100px;
                    }

                    &:nth-of-type(2) {
                        &:after {
                            content: "";
                            background: url("../images/icon-verified.png") center center;
                            background-size: 11px 11px;
                            width: 11px;
                            height: 11px;
                            position: absolute;
                            right: 4px;
                            bottom: 0px;
                        }
                    }
                }
            }
        }

        section.intro-2 {
            margin: 0;
            color: $color_1;

            video {
                margin: 0 0 150px 0;
                max-width: 340px;
                border-radius: 15px;
            }

            p {
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
            }
        }
    }

    section.columns {
        margin: 0 0 80px 0;

        div.column {
            border-radius: 15px;
            padding: 30px;
            color: $color_1;
            margin: 0 0 25px 0;
            max-width: 335px;
            margin-left: auto;
            margin-right: auto;

            p {
                max-width: 260px;
            }

            img {
                max-width: 100%;
            }
        }

        div.column.column-1 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 74, 82, 0.5)), to(rgba(185, 134, 103, 0.5)));
            background: -moz-linear-gradient(top, rgba(81, 74, 82, 0.5), rgba(185, 134, 103, 0.5));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(81, 74, 82, 0.5)', endColorstr='rgba(185, 134, 103, 0.5)');

            p {
                max-width: 240px;
            }
        }

        div.column.column-2 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 116, 187, 0.5)), to(rgba(184, 155, 232, 0.5)));
            background: -moz-linear-gradient(top, rgba(91, 116, 187, 0.5), rgba(184, 155, 232, 0.5));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(91, 116, 187, 0.5)', endColorstr='rgba(184, 155, 232, 0.5)');

            img {
                margin-bottom: -30px;
            }
        }

        div.column.column-3 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(176, 219, 202, 0.15)), to(rgba(230, 236, 164, 0.2)));
            background: -moz-linear-gradient(top, rgba(176, 219, 202, 0.15), rgba(230, 236, 164, 0.2));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(176, 219, 202, 0.15)', endColorstr='rgba(230, 236, 164, 0.2)');

            img {
                max-width: 70%;
                margin: auto;
                display: block;
            }
        }
    }

    section.carousel-wrapper {
        color: $color_1;
        margin: 0 0 80px 0;

        h2 {
            margin-left: auto;
            margin-right: auto;
        }

        p {
            max-width: 330px;
            margin-left: auto;
            margin-right: auto;
        }

        div#carousel {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 137, 247, 0.2)), to(rgba(176, 219, 202, 0.2)));
            background: -moz-linear-gradient(top, rgba(99, 137, 247, 0.2), rgba(176, 219, 202, 0.2));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(99, 137, 247, 0.2)', endColorstr='rgba(176, 219, 202, 0.2)');
            border-radius: 15px;

            div.carousel-indicators {
                button {
                    position: relative;
                    width: 18px;
                    height: 18px;
                    padding: 0;
                    border: none;
                    background: transparent;
                    cursor: pointer;
                    border-radius: 50%;
                    background: none;
                    margin-bottom: 10px;

                    &:before {
                        content: '';
                        display: block;
                        position: absolute;
                        width: 8px;
                        height: 8px;
                        left: 4px;
                        top: 4px;
                        border-radius: 50%;
                        background-color: $background-color_3;
                    }

                    svg {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 16px;
                        height: 16px;
                        -webkit-transform: rotate(-90deg);
                        -ms-transform: rotate(-90deg);
                        transform: rotate(-90deg);
                        -webkit-transition: -webkit-transform 0.3s ease-out;
                        transition: -webkit-transform 0.3s ease-out;
                        -o-transition: transform 0.3s ease-out;
                        transition: transform 0.3s ease-out;
                        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
                    }

                    circle {
                        fill: none;
                        stroke: #e9ecef;
                        stroke-width: 2;
                        stroke-dasharray: 94;
                        stroke-dashoffset: 0;
                        -webkit-transition: stroke-dashoffset 5s linear;
                        -o-transition: stroke-dashoffset 5s linear;
                        transition: stroke-dashoffset 5s linear;
                        display: none;
                    }

                    [data-bs-target] {
                        -webkit-box-sizing: content-box;
                        box-sizing: content-box;
                        -webkit-box-flex: 0;
                        -ms-flex: 0 1 auto;
                        flex: 0 1 auto;
                        margin-right: 3px;
                        margin-left: 3px;
                        opacity: 0.5;
                        -webkit-transition: opacity 0.6s ease;
                        -o-transition: opacity 0.6s ease;
                        transition: opacity 0.6s ease;
                    }
                }

                button.active {
                    opacity: 1;

                    &:before {
                        background-color: $background-color_2;
                    }

                    circle {
                        stroke: #E7EBAC;
                        display: block;
                    }
                }
            }

            div.carousel-inner {
                background: url("../images/gradient-flare.png") no-repeat 0 100px;

                div.carousel-item {
                    padding: 40px;
                    text-align: center;

                    div.carousel-item-inner {
                        margin-bottom: 50px;

                        .content {
                            margin-bottom: 40px;
                        }

                        header {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                            flex-direction: column;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            font-size: 36px;
                            line-height: 36px;
                            font-family: $font-family_2;
                            font-weight: bold;
                            font-style: normal;
                            font-display: swap;
                            color: $color_3;
                            margin: 0 0 15px 0;

                            span {
                                background: -webkit-linear-gradient(#6389F7, #B0DBCA);
                                -webkit-background-clip: text;
                                -webkit-text-fill-color: transparent;
                            }
                        }

                        p {
                            margin-bottom: 0;
                            width: 255px;
                            margin-left: auto;
                            margin-right: auto;
                        }

                        img {
                            max-width: 100%;
                        }
                    }

                    &:nth-child(2) {
                        div.carousel-item-inner {
                            p {
                                width: 268px;
                            }
                        }
                    }

                    &:nth-child(3) {
                        div.carousel-item-inner {
                            p {
                                width: 259px;
                            }
                        }
                    }
                }
            }
        }
    }

    section.comparison {
        color: $color_1;
        margin: 0 0 100px 0;

        h2 {
            max-width: 310px;
            margin-left: auto;
            margin-right: auto;
        }

        p {
            max-width: 280px;
            margin-left: auto;
            margin-right: auto;
        }

        div.table-wrapper {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 137, 247, 0.1)), to(rgba(176, 219, 202, 0.1)));
            background: -moz-linear-gradient(top, rgba(99, 137, 247, 0.1), rgba(176, 219, 202, 0.1));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(99, 137, 247, 0.1)', endColorstr='rgba(176, 219, 202, 0.1)');
            border-radius: 15px;
            padding: 20px;

            table.table {
                color: $color_1;
                margin: 0;

                tr {
                    th {
                        font-size: 14px;
                        font-family: $font-family_1;
                        font-weight: 700;
                        font-style: normal;
                        padding-top: 20px;
                        padding-bottom: 20px;
                        text-align: center;
                    }

                    th.brand {
                        font-family: $font-family_2;
                        font-weight: bold;
                        font-style: normal;
                        font-display: swap;
                        font-size: 16px;
                        background: rgba(150, 150, 150, 0.2);
                        border-top-left-radius: 15px;
                        border-top-right-radius: 15px;
                    }

                    td {
                        font-size: 12px;
                        text-align: center;

                        i {
                            &:before {
                                color: $color_4;
                                font-size: 26px;
                            }
                        }

                        i.bi-check-circle-fill {
                            &:before {
                                background: -webkit-linear-gradient(#6389F7, #B0DBCA);
                                -webkit-background-clip: text;
                                -webkit-text-fill-color: transparent;
                            }
                        }

                        &:nth-child(2) {
                            background: rgba(150, 150, 150, 0.2);
                        }
                    }

                    td.description {
                        padding: 20px 0;
                        text-align: left;
                        width: 115px;

                        span {
                            max-width: 115px;
                            display: block;
                        }
                    }

                    &:last-of-type {
                        td {
                            &:nth-child(2) {
                                border-bottom-left-radius: 15px;
                                border-bottom-right-radius: 15px;
                            }
                        }
                    }
                }

                > :not(caption) {
                    >* {
                        >* {
                            border-bottom-color: $border-bottom-color_1;
                        }
                    }
                }

            }
        }
    }

    section.call-to-action {
        text-align: center;
        color: $color_1;
        margin: 0 0 80px 0;
        overflow: hidden;
        position: relative;

        p {
            max-width: 280px;
            margin-left: auto;
            margin-right: auto;
        }

        div.carousel-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 110;
        }
    }

    section.video-carousel {
        margin-top: 25px;
        margin-bottom: 0;

        video {
            border-radius: 15px;
            opacity: 0.35;
            margin: 0 25px;
        }

        div.slick-track {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
    }

    div.modal.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    .signup-form.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    .login-form.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px !important;
                display: flex !important;
                align-items: unset !important;
                position: unset !important;
                transform: unset !important;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    .modal-static.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    div.modal#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }

    .signup-form#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }

    .login-form#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }

    .modal-static#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }
}

body.beta {
    background: url("../images/glow-2.png") no-repeat bottom center #292A2E;
    background-size: 1250px;
    padding-top: 65px;
    font-family: $font-family_1;
    font-weight: 400;
    font-style: normal;

    .btn-call-to-action {
        background: #E7EBAC;
        border-radius: 15px;
        border-color: $border-color_1;
        padding: 10px 20px;
        font-size: 12px;
        z-index: 120;
        position: relative;
        font-family: $font-family_1;
        font-weight: 700;
        font-style: normal;

        &:hover {
            background: #FFFFFF;
        }

        &:active {
            background: #FFFFFF;
        }

        &:focus {
            background: #FFFFFF;
        }
    }

    h2 {
        font-family: $font-family_2;
        font-weight: bold;
        font-style: normal;
        font-display: swap;
        font-size: 36px;
        line-height: 36px;
        margin: 0 0 15px 0;
        letter-spacing: -1px;
    }

    h3 {
        font-family: $font-family_2;
        font-weight: bold;
        font-style: normal;
        font-display: swap;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    p {
        font-family: $font-family_1;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        margin: 0 0 40px 0;
        line-height: 20px;
    }

    header.main.home {
        background: url("../images/glow.png") no-repeat center 300px;
        margin-top: -65px;
        padding-top: calc(65px * 2);
        position: relative;

        nav.navbar {
            padding-top: 25px;
            padding-bottom: 25px;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
            transition: opacity 0.1s, -webkit-transform 0.1s;
            -o-transition: opacity 0.1s, transform 0.1s;
            transition: opacity 0.1s, transform 0.1s;
            transition: opacity 0.1s, transform 0.1s, -webkit-transform 0.1s;

            div.container-fluid {
                a.navbar-brand {
                    img {
                        min-width: 100px;
                    }
                }
            }
        }

        nav.navbar.scrolled {
            opacity: 0;
            -webkit-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
            transform: translateY(-50px);
        }

        section.intro {
            margin: 0 0 80px 0;

            h1 {
                font-family: $font-family_2;
                font-weight: bold;
                font-style: normal;
                font-display: swap;
                color: $color_1;
                font-size: 40px;
                line-height: 38px;
                margin: 15px auto 40px;
                max-width: 350px;
                letter-spacing: -1px;

                span {
                    background: -webkit-linear-gradient(#6389F7, #B0DBCA);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    display: inline-block;
                    position: relative;

                    video {
                        width: 35px;
                        border-radius: 50%;
                        margin: 0 5px -5px 5px;
                        position: relative;
                    }

                    img {
                        max-width: 100px;
                    }

                    &:nth-of-type(2) {
                        &:after {
                            content: "";
                            background: url("../images/icon-verified.png") center center;
                            background-size: 11px 11px;
                            width: 11px;
                            height: 11px;
                            position: absolute;
                            right: 4px;
                            bottom: 0px;
                        }
                    }
                }
            }
        }

        section.intro-2 {
            margin: 0;
            color: $color_1;

            video {
                margin: 0 0 150px 0;
                max-width: 340px;
                border-radius: 15px;
            }

            p {
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
            }
        }
    }

    section.columns {
        margin: 0 0 80px 0;

        div.column {
            border-radius: 15px;
            padding: 30px;
            color: $color_1;
            margin: 0 0 25px 0;
            max-width: 335px;
            margin-left: auto;
            margin-right: auto;

            p {
                max-width: 260px;
            }

            img {
                max-width: 100%;
            }
        }

        div.column.column-1 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 74, 82, 0.5)), to(rgba(185, 134, 103, 0.5)));
            background: -moz-linear-gradient(top, rgba(81, 74, 82, 0.5), rgba(185, 134, 103, 0.5));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(81, 74, 82, 0.5)', endColorstr='rgba(185, 134, 103, 0.5)');

            p {
                max-width: 240px;
            }
        }

        div.column.column-2 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 116, 187, 0.5)), to(rgba(184, 155, 232, 0.5)));
            background: -moz-linear-gradient(top, rgba(91, 116, 187, 0.5), rgba(184, 155, 232, 0.5));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(91, 116, 187, 0.5)', endColorstr='rgba(184, 155, 232, 0.5)');

            img {
                margin-bottom: -30px;
            }
        }

        div.column.column-3 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(176, 219, 202, 0.15)), to(rgba(230, 236, 164, 0.2)));
            background: -moz-linear-gradient(top, rgba(176, 219, 202, 0.15), rgba(230, 236, 164, 0.2));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(176, 219, 202, 0.15)', endColorstr='rgba(230, 236, 164, 0.2)');

            img {
                max-width: 70%;
                margin: auto;
                display: block;
            }
        }
    }

    section.carousel-wrapper {
        color: $color_1;
        margin: 0 0 80px 0;

        h2 {
            margin-left: auto;
            margin-right: auto;
        }

        p {
            max-width: 330px;
            margin-left: auto;
            margin-right: auto;
        }

        div#carousel {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 137, 247, 0.2)), to(rgba(176, 219, 202, 0.2)));
            background: -moz-linear-gradient(top, rgba(99, 137, 247, 0.2), rgba(176, 219, 202, 0.2));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(99, 137, 247, 0.2)', endColorstr='rgba(176, 219, 202, 0.2)');
            border-radius: 15px;

            div.carousel-indicators {
                button {
                    position: relative;
                    width: 18px;
                    height: 18px;
                    padding: 0;
                    border: none;
                    background: transparent;
                    cursor: pointer;
                    border-radius: 50%;
                    background: none;
                    margin-bottom: 10px;

                    &:before {
                        content: '';
                        display: block;
                        position: absolute;
                        width: 8px;
                        height: 8px;
                        left: 4px;
                        top: 4px;
                        border-radius: 50%;
                        background-color: $background-color_3;
                    }

                    svg {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 16px;
                        height: 16px;
                        -webkit-transform: rotate(-90deg);
                        -ms-transform: rotate(-90deg);
                        transform: rotate(-90deg);
                        -webkit-transition: -webkit-transform 0.3s ease-out;
                        transition: -webkit-transform 0.3s ease-out;
                        -o-transition: transform 0.3s ease-out;
                        transition: transform 0.3s ease-out;
                        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
                    }

                    circle {
                        fill: none;
                        stroke: #e9ecef;
                        stroke-width: 2;
                        stroke-dasharray: 94;
                        stroke-dashoffset: 0;
                        -webkit-transition: stroke-dashoffset 5s linear;
                        -o-transition: stroke-dashoffset 5s linear;
                        transition: stroke-dashoffset 5s linear;
                        display: none;
                    }

                    [data-bs-target] {
                        -webkit-box-sizing: content-box;
                        box-sizing: content-box;
                        -webkit-box-flex: 0;
                        -ms-flex: 0 1 auto;
                        flex: 0 1 auto;
                        margin-right: 3px;
                        margin-left: 3px;
                        opacity: 0.5;
                        -webkit-transition: opacity 0.6s ease;
                        -o-transition: opacity 0.6s ease;
                        transition: opacity 0.6s ease;
                    }
                }

                button.active {
                    opacity: 1;

                    &:before {
                        background-color: $background-color_2;
                    }

                    circle {
                        stroke: #E7EBAC;
                        display: block;
                    }
                }
            }

            div.carousel-inner {
                background: url("../images/gradient-flare.png") no-repeat 0 100px;

                div.carousel-item {
                    padding: 40px;
                    text-align: center;

                    div.carousel-item-inner {
                        margin-bottom: 50px;

                        .content {
                            margin-bottom: 40px;
                        }

                        header {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                            flex-direction: column;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            font-size: 36px;
                            line-height: 36px;
                            font-family: $font-family_2;
                            font-weight: bold;
                            font-style: normal;
                            font-display: swap;
                            color: $color_3;
                            margin: 0 0 15px 0;

                            span {
                                background: -webkit-linear-gradient(#6389F7, #B0DBCA);
                                -webkit-background-clip: text;
                                -webkit-text-fill-color: transparent;
                            }
                        }

                        p {
                            margin-bottom: 0;
                            width: 255px;
                            margin-left: auto;
                            margin-right: auto;
                        }

                        img {
                            max-width: 100%;
                        }
                    }

                    &:nth-child(2) {
                        div.carousel-item-inner {
                            p {
                                width: 268px;
                            }
                        }
                    }

                    &:nth-child(3) {
                        div.carousel-item-inner {
                            p {
                                width: 259px;
                            }
                        }
                    }
                }
            }
        }
    }

    section.comparison {
        color: $color_1;
        margin: 0 0 100px 0;

        h2 {
            max-width: 310px;
            margin-left: auto;
            margin-right: auto;
        }

        p {
            max-width: 280px;
            margin-left: auto;
            margin-right: auto;
        }

        div.table-wrapper {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 137, 247, 0.1)), to(rgba(176, 219, 202, 0.1)));
            background: -moz-linear-gradient(top, rgba(99, 137, 247, 0.1), rgba(176, 219, 202, 0.1));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(99, 137, 247, 0.1)', endColorstr='rgba(176, 219, 202, 0.1)');
            border-radius: 15px;
            padding: 20px;

            table.table {
                color: $color_1;
                margin: 0;

                tr {
                    th {
                        font-size: 14px;
                        font-family: $font-family_1;
                        font-weight: 700;
                        font-style: normal;
                        padding-top: 20px;
                        padding-bottom: 20px;
                        text-align: center;
                    }

                    th.brand {
                        font-family: $font-family_2;
                        font-weight: bold;
                        font-style: normal;
                        font-display: swap;
                        font-size: 16px;
                        background: rgba(150, 150, 150, 0.2);
                        border-top-left-radius: 15px;
                        border-top-right-radius: 15px;
                    }

                    td {
                        font-size: 12px;
                        text-align: center;

                        i {
                            &:before {
                                color: $color_4;
                                font-size: 26px;
                            }
                        }

                        i.bi-check-circle-fill {
                            &:before {
                                background: -webkit-linear-gradient(#6389F7, #B0DBCA);
                                -webkit-background-clip: text;
                                -webkit-text-fill-color: transparent;
                            }
                        }

                        &:nth-child(2) {
                            background: rgba(150, 150, 150, 0.2);
                        }
                    }

                    td.description {
                        padding: 20px 0;
                        text-align: left;
                        width: 115px;

                        span {
                            max-width: 115px;
                            display: block;
                        }
                    }

                    &:last-of-type {
                        td {
                            &:nth-child(2) {
                                border-bottom-left-radius: 15px;
                                border-bottom-right-radius: 15px;
                            }
                        }
                    }
                }

                > :not(caption) {
                    >* {
                        >* {
                            border-bottom-color: $border-bottom-color_1;
                        }
                    }
                }

            }
        }
    }

    section.call-to-action {
        text-align: center;
        color: $color_1;
        margin: 0 0 80px 0;
        overflow: hidden;
        position: relative;

        p {
            max-width: 280px;
            margin-left: auto;
            margin-right: auto;
        }

        div.carousel-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 110;
        }
    }

    section.video-carousel {
        margin-top: 25px;
        margin-bottom: 0;

        video {
            border-radius: 15px;
            opacity: 0.35;
            margin: 0 25px;
        }

        div.slick-track {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
    }

    div.modal.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    .signup-form.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    .login-form.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    .modal-static.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    div.modal#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }

    .signup-form#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }

    .login-form#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }

    .modal-static#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }
}

body.beta2 {
    background: url("../images/glow-2.png") no-repeat bottom center #292A2E;
    background-size: 1250px;
    padding-top: 65px;
    font-family: $font-family_1;
    font-weight: 400;
    font-style: normal;

    .btn-call-to-action {
        background: #E7EBAC;
        border-radius: 15px;
        border-color: $border-color_1;
        padding: 10px 20px;
        font-size: 12px;
        z-index: 120;
        position: relative;
        font-family: $font-family_1;
        font-weight: 700;
        font-style: normal;

        &:hover {
            background: #FFFFFF;
        }

        &:active {
            background: #FFFFFF;
        }

        &:focus {
            background: #FFFFFF;
        }
    }

    h2 {
        font-family: $font-family_2;
        font-weight: bold;
        font-style: normal;
        font-display: swap;
        font-size: 36px;
        line-height: 36px;
        margin: 0 0 15px 0;
        letter-spacing: -1px;
    }

    h3 {
        font-family: $font-family_2;
        font-weight: bold;
        font-style: normal;
        font-display: swap;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    p {
        font-family: $font-family_1;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        margin: 0 0 40px 0;
        line-height: 20px;
    }

    header.main.home {
        background: url("../images/glow.png") no-repeat center 300px;
        margin-top: -65px;
        padding-top: calc(65px * 2);
        position: relative;

        nav.navbar {
            padding-top: 25px;
            padding-bottom: 25px;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
            transition: opacity 0.1s, -webkit-transform 0.1s;
            -o-transition: opacity 0.1s, transform 0.1s;
            transition: opacity 0.1s, transform 0.1s;
            transition: opacity 0.1s, transform 0.1s, -webkit-transform 0.1s;

            div.container-fluid {
                a.navbar-brand {
                    img {
                        min-width: 100px;
                    }
                }
            }
        }

        nav.navbar.scrolled {
            opacity: 0;
            -webkit-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
            transform: translateY(-50px);
        }

        section.intro {
            margin: 0 0 80px 0;

            h1 {
                font-family: $font-family_2;
                font-weight: bold;
                font-style: normal;
                font-display: swap;
                color: $color_1;
                font-size: 40px;
                line-height: 38px;
                margin: 15px auto 40px;
                max-width: 350px;
                letter-spacing: -1px;

                span {
                    background: -webkit-linear-gradient(#6389F7, #B0DBCA);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    display: inline-block;
                    position: relative;

                    video {
                        width: 35px;
                        border-radius: 50%;
                        margin: 0 5px -5px 5px;
                        position: relative;
                    }

                    img {
                        max-width: 100px;
                    }

                    &:nth-of-type(2) {
                        &:after {
                            content: "";
                            background: url("../images/icon-verified.png") center center;
                            background-size: 11px 11px;
                            width: 11px;
                            height: 11px;
                            position: absolute;
                            right: 4px;
                            bottom: 0px;
                        }
                    }
                }
            }
        }

        section.intro-2 {
            margin: 0;
            color: $color_1;

            video {
                margin: 0 0 150px 0;
                max-width: 340px;
                border-radius: 15px;
            }

            p {
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
            }
        }
    }

    section.columns {
        margin: 0 0 80px 0;

        div.column {
            border-radius: 15px;
            padding: 30px;
            color: $color_1;
            margin: 0 0 25px 0;
            max-width: 335px;
            margin-left: auto;
            margin-right: auto;

            p {
                max-width: 260px;
            }

            img {
                max-width: 100%;
            }
        }

        div.column.column-1 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 74, 82, 0.5)), to(rgba(185, 134, 103, 0.5)));
            background: -moz-linear-gradient(top, rgba(81, 74, 82, 0.5), rgba(185, 134, 103, 0.5));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(81, 74, 82, 0.5)', endColorstr='rgba(185, 134, 103, 0.5)');

            p {
                max-width: 240px;
            }
        }

        div.column.column-2 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 116, 187, 0.5)), to(rgba(184, 155, 232, 0.5)));
            background: -moz-linear-gradient(top, rgba(91, 116, 187, 0.5), rgba(184, 155, 232, 0.5));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(91, 116, 187, 0.5)', endColorstr='rgba(184, 155, 232, 0.5)');

            img {
                margin-bottom: -30px;
            }
        }

        div.column.column-3 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(176, 219, 202, 0.15)), to(rgba(230, 236, 164, 0.2)));
            background: -moz-linear-gradient(top, rgba(176, 219, 202, 0.15), rgba(230, 236, 164, 0.2));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(176, 219, 202, 0.15)', endColorstr='rgba(230, 236, 164, 0.2)');

            img {
                max-width: 70%;
                margin: auto;
                display: block;
            }
        }
    }

    section.carousel-wrapper {
        color: $color_1;
        margin: 0 0 80px 0;

        h2 {
            margin-left: auto;
            margin-right: auto;
        }

        p {
            max-width: 330px;
            margin-left: auto;
            margin-right: auto;
        }

        div#carousel {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 137, 247, 0.2)), to(rgba(176, 219, 202, 0.2)));
            background: -moz-linear-gradient(top, rgba(99, 137, 247, 0.2), rgba(176, 219, 202, 0.2));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(99, 137, 247, 0.2)', endColorstr='rgba(176, 219, 202, 0.2)');
            border-radius: 15px;

            div.carousel-indicators {
                button {
                    position: relative;
                    width: 18px;
                    height: 18px;
                    padding: 0;
                    border: none;
                    background: transparent;
                    cursor: pointer;
                    border-radius: 50%;
                    background: none;
                    margin-bottom: 10px;

                    &:before {
                        content: '';
                        display: block;
                        position: absolute;
                        width: 8px;
                        height: 8px;
                        left: 4px;
                        top: 4px;
                        border-radius: 50%;
                        background-color: $background-color_3;
                    }

                    svg {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 16px;
                        height: 16px;
                        -webkit-transform: rotate(-90deg);
                        -ms-transform: rotate(-90deg);
                        transform: rotate(-90deg);
                        -webkit-transition: -webkit-transform 0.3s ease-out;
                        transition: -webkit-transform 0.3s ease-out;
                        -o-transition: transform 0.3s ease-out;
                        transition: transform 0.3s ease-out;
                        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
                    }

                    circle {
                        fill: none;
                        stroke: #e9ecef;
                        stroke-width: 2;
                        stroke-dasharray: 94;
                        stroke-dashoffset: 0;
                        -webkit-transition: stroke-dashoffset 5s linear;
                        -o-transition: stroke-dashoffset 5s linear;
                        transition: stroke-dashoffset 5s linear;
                        display: none;
                    }

                    [data-bs-target] {
                        -webkit-box-sizing: content-box;
                        box-sizing: content-box;
                        -webkit-box-flex: 0;
                        -ms-flex: 0 1 auto;
                        flex: 0 1 auto;
                        margin-right: 3px;
                        margin-left: 3px;
                        opacity: 0.5;
                        -webkit-transition: opacity 0.6s ease;
                        -o-transition: opacity 0.6s ease;
                        transition: opacity 0.6s ease;
                    }
                }

                button.active {
                    opacity: 1;

                    &:before {
                        background-color: $background-color_2;
                    }

                    circle {
                        stroke: #E7EBAC;
                        display: block;
                    }
                }
            }

            div.carousel-inner {
                background: url("../images/gradient-flare.png") no-repeat 0 100px;

                div.carousel-item {
                    padding: 40px;
                    text-align: center;

                    div.carousel-item-inner {
                        margin-bottom: 50px;

                        .content {
                            margin-bottom: 40px;
                        }

                        header {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                            flex-direction: column;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            font-size: 36px;
                            line-height: 36px;
                            font-family: $font-family_2;
                            font-weight: bold;
                            font-style: normal;
                            font-display: swap;
                            color: $color_3;
                            margin: 0 0 15px 0;

                            span {
                                background: -webkit-linear-gradient(#6389F7, #B0DBCA);
                                -webkit-background-clip: text;
                                -webkit-text-fill-color: transparent;
                            }
                        }

                        p {
                            margin-bottom: 0;
                            width: 255px;
                            margin-left: auto;
                            margin-right: auto;
                        }

                        img {
                            max-width: 100%;
                        }
                    }

                    &:nth-child(2) {
                        div.carousel-item-inner {
                            p {
                                width: 268px;
                            }
                        }
                    }

                    &:nth-child(3) {
                        div.carousel-item-inner {
                            p {
                                width: 259px;
                            }
                        }
                    }
                }
            }
        }
    }

    section.comparison {
        color: $color_1;
        margin: 0 0 100px 0;

        h2 {
            max-width: 310px;
            margin-left: auto;
            margin-right: auto;
        }

        p {
            max-width: 280px;
            margin-left: auto;
            margin-right: auto;
        }

        div.table-wrapper {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 137, 247, 0.1)), to(rgba(176, 219, 202, 0.1)));
            background: -moz-linear-gradient(top, rgba(99, 137, 247, 0.1), rgba(176, 219, 202, 0.1));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(99, 137, 247, 0.1)', endColorstr='rgba(176, 219, 202, 0.1)');
            border-radius: 15px;
            padding: 20px;

            table.table {
                color: $color_1;
                margin: 0;

                tr {
                    th {
                        font-size: 14px;
                        font-family: $font-family_1;
                        font-weight: 700;
                        font-style: normal;
                        padding-top: 20px;
                        padding-bottom: 20px;
                        text-align: center;
                    }

                    th.brand {
                        font-family: $font-family_2;
                        font-weight: bold;
                        font-style: normal;
                        font-display: swap;
                        font-size: 16px;
                        background: rgba(150, 150, 150, 0.2);
                        border-top-left-radius: 15px;
                        border-top-right-radius: 15px;
                    }

                    td {
                        font-size: 12px;
                        text-align: center;

                        i {
                            &:before {
                                color: $color_4;
                                font-size: 26px;
                            }
                        }

                        i.bi-check-circle-fill {
                            &:before {
                                background: -webkit-linear-gradient(#6389F7, #B0DBCA);
                                -webkit-background-clip: text;
                                -webkit-text-fill-color: transparent;
                            }
                        }

                        &:nth-child(2) {
                            background: rgba(150, 150, 150, 0.2);
                        }
                    }

                    td.description {
                        padding: 20px 0;
                        text-align: left;
                        width: 115px;

                        span {
                            max-width: 115px;
                            display: block;
                        }
                    }

                    &:last-of-type {
                        td {
                            &:nth-child(2) {
                                border-bottom-left-radius: 15px;
                                border-bottom-right-radius: 15px;
                            }
                        }
                    }
                }

                > :not(caption) {
                    >* {
                        >* {
                            border-bottom-color: $border-bottom-color_1;
                        }
                    }
                }

            }
        }
    }

    section.call-to-action {
        text-align: center;
        color: $color_1;
        margin: 0 0 80px 0;
        overflow: hidden;
        position: relative;

        p {
            max-width: 280px;
            margin-left: auto;
            margin-right: auto;
        }

        div.carousel-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 110;
        }
    }

    section.video-carousel {
        margin-top: 25px;
        margin-bottom: 0;

        video {
            border-radius: 15px;
            opacity: 0.35;
            margin: 0 25px;
        }

        div.slick-track {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
    }

    div.modal.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    .signup-form.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    .login-form.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    .modal-static.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    div.modal#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }

    .signup-form#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }

    .login-form#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }

    .modal-static#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }
}

body.signup {
    background: url("../images/glow-2.png") no-repeat bottom center #292A2E;
    background-size: 1250px;
    padding-top: 65px;
    font-family: $font-family_1;
    font-weight: 400;
    font-style: normal;

    .btn-call-to-action {
        background: #E7EBAC;
        border-radius: 15px;
        border-color: $border-color_1;
        padding: 10px 20px;
        font-size: 12px;
        z-index: 120;
        position: relative;
        font-family: $font-family_1;
        font-weight: 700;
        font-style: normal;

        &:hover {
            background: #FFFFFF;
        }

        &:active {
            background: #FFFFFF;
        }

        &:focus {
            background: #FFFFFF;
        }
    }

    h2 {
        font-family: $font-family_2;
        font-weight: bold;
        font-style: normal;
        font-display: swap;
        font-size: 36px;
        line-height: 36px;
        margin: 0 0 15px 0;
        letter-spacing: -1px;
    }

    h3 {
        font-family: $font-family_2;
        font-weight: bold;
        font-style: normal;
        font-display: swap;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    p {
        font-family: $font-family_1;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        margin: 0 0 40px 0;
        line-height: 20px;
    }

    header.main.home {
        background: url("../images/glow.png") no-repeat center 300px;
        margin-top: -65px;
        padding-top: calc(65px * 2);
        position: relative;

        nav.navbar {
            padding-top: 25px;
            padding-bottom: 25px;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
            transition: opacity 0.1s, -webkit-transform 0.1s;
            -o-transition: opacity 0.1s, transform 0.1s;
            transition: opacity 0.1s, transform 0.1s;
            transition: opacity 0.1s, transform 0.1s, -webkit-transform 0.1s;

            div.container-fluid {
                a.navbar-brand {
                    img {
                        min-width: 100px;
                    }
                }
            }
        }

        nav.navbar.scrolled {
            opacity: 0;
            -webkit-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
            transform: translateY(-50px);
        }

        section.intro {
            margin: 0 0 80px 0;

            h1 {
                font-family: $font-family_2;
                font-weight: bold;
                font-style: normal;
                font-display: swap;
                color: $color_1;
                font-size: 40px;
                line-height: 38px;
                margin: 15px auto 40px;
                max-width: 350px;
                letter-spacing: -1px;

                span {
                    background: -webkit-linear-gradient(#6389F7, #B0DBCA);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    display: inline-block;
                    position: relative;

                    video {
                        width: 35px;
                        border-radius: 50%;
                        margin: 0 5px -5px 5px;
                        position: relative;
                    }

                    img {
                        max-width: 100px;
                    }

                    &:nth-of-type(2) {
                        &:after {
                            content: "";
                            background: url("../images/icon-verified.png") center center;
                            background-size: 11px 11px;
                            width: 11px;
                            height: 11px;
                            position: absolute;
                            right: 4px;
                            bottom: 0px;
                        }
                    }
                }
            }
        }

        section.intro-2 {
            margin: 0;
            color: $color_1;

            video {
                margin: 0 0 150px 0;
                max-width: 340px;
                border-radius: 15px;
            }

            p {
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
            }
        }
    }

    section.columns {
        margin: 0 0 80px 0;

        div.column {
            border-radius: 15px;
            padding: 30px;
            color: $color_1;
            margin: 0 0 25px 0;
            max-width: 335px;
            margin-left: auto;
            margin-right: auto;

            p {
                max-width: 260px;
            }

            img {
                max-width: 100%;
            }
        }

        div.column.column-1 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 74, 82, 0.5)), to(rgba(185, 134, 103, 0.5)));
            background: -moz-linear-gradient(top, rgba(81, 74, 82, 0.5), rgba(185, 134, 103, 0.5));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(81, 74, 82, 0.5)', endColorstr='rgba(185, 134, 103, 0.5)');

            p {
                max-width: 240px;
            }
        }

        div.column.column-2 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 116, 187, 0.5)), to(rgba(184, 155, 232, 0.5)));
            background: -moz-linear-gradient(top, rgba(91, 116, 187, 0.5), rgba(184, 155, 232, 0.5));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(91, 116, 187, 0.5)', endColorstr='rgba(184, 155, 232, 0.5)');

            img {
                margin-bottom: -30px;
            }
        }

        div.column.column-3 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(176, 219, 202, 0.15)), to(rgba(230, 236, 164, 0.2)));
            background: -moz-linear-gradient(top, rgba(176, 219, 202, 0.15), rgba(230, 236, 164, 0.2));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(176, 219, 202, 0.15)', endColorstr='rgba(230, 236, 164, 0.2)');

            img {
                max-width: 70%;
                margin: auto;
                display: block;
            }
        }
    }

    section.carousel-wrapper {
        color: $color_1;
        margin: 0 0 80px 0;

        h2 {
            margin-left: auto;
            margin-right: auto;
        }

        p {
            max-width: 330px;
            margin-left: auto;
            margin-right: auto;
        }

        div#carousel {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 137, 247, 0.2)), to(rgba(176, 219, 202, 0.2)));
            background: -moz-linear-gradient(top, rgba(99, 137, 247, 0.2), rgba(176, 219, 202, 0.2));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(99, 137, 247, 0.2)', endColorstr='rgba(176, 219, 202, 0.2)');
            border-radius: 15px;

            div.carousel-indicators {
                button {
                    position: relative;
                    width: 18px;
                    height: 18px;
                    padding: 0;
                    border: none;
                    background: transparent;
                    cursor: pointer;
                    border-radius: 50%;
                    background: none;
                    margin-bottom: 10px;

                    &:before {
                        content: '';
                        display: block;
                        position: absolute;
                        width: 8px;
                        height: 8px;
                        left: 4px;
                        top: 4px;
                        border-radius: 50%;
                        background-color: $background-color_3;
                    }

                    svg {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 16px;
                        height: 16px;
                        -webkit-transform: rotate(-90deg);
                        -ms-transform: rotate(-90deg);
                        transform: rotate(-90deg);
                        -webkit-transition: -webkit-transform 0.3s ease-out;
                        transition: -webkit-transform 0.3s ease-out;
                        -o-transition: transform 0.3s ease-out;
                        transition: transform 0.3s ease-out;
                        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
                    }

                    circle {
                        fill: none;
                        stroke: #e9ecef;
                        stroke-width: 2;
                        stroke-dasharray: 94;
                        stroke-dashoffset: 0;
                        -webkit-transition: stroke-dashoffset 5s linear;
                        -o-transition: stroke-dashoffset 5s linear;
                        transition: stroke-dashoffset 5s linear;
                        display: none;
                    }

                    [data-bs-target] {
                        -webkit-box-sizing: content-box;
                        box-sizing: content-box;
                        -webkit-box-flex: 0;
                        -ms-flex: 0 1 auto;
                        flex: 0 1 auto;
                        margin-right: 3px;
                        margin-left: 3px;
                        opacity: 0.5;
                        -webkit-transition: opacity 0.6s ease;
                        -o-transition: opacity 0.6s ease;
                        transition: opacity 0.6s ease;
                    }
                }

                button.active {
                    opacity: 1;

                    &:before {
                        background-color: $background-color_2;
                    }

                    circle {
                        stroke: #E7EBAC;
                        display: block;
                    }
                }
            }

            div.carousel-inner {
                background: url("../images/gradient-flare.png") no-repeat 0 100px;

                div.carousel-item {
                    padding: 40px;
                    text-align: center;

                    div.carousel-item-inner {
                        margin-bottom: 50px;

                        .content {
                            margin-bottom: 40px;
                        }

                        header {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                            flex-direction: column;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            font-size: 36px;
                            line-height: 36px;
                            font-family: $font-family_2;
                            font-weight: bold;
                            font-style: normal;
                            font-display: swap;
                            color: $color_3;
                            margin: 0 0 15px 0;

                            span {
                                background: -webkit-linear-gradient(#6389F7, #B0DBCA);
                                -webkit-background-clip: text;
                                -webkit-text-fill-color: transparent;
                            }
                        }

                        p {
                            margin-bottom: 0;
                            width: 255px;
                            margin-left: auto;
                            margin-right: auto;
                        }

                        img {
                            max-width: 100%;
                        }
                    }

                    &:nth-child(2) {
                        div.carousel-item-inner {
                            p {
                                width: 268px;
                            }
                        }
                    }

                    &:nth-child(3) {
                        div.carousel-item-inner {
                            p {
                                width: 259px;
                            }
                        }
                    }
                }
            }
        }
    }

    section.comparison {
        color: $color_1;
        margin: 0 0 100px 0;

        h2 {
            max-width: 310px;
            margin-left: auto;
            margin-right: auto;
        }

        p {
            max-width: 280px;
            margin-left: auto;
            margin-right: auto;
        }

        div.table-wrapper {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 137, 247, 0.1)), to(rgba(176, 219, 202, 0.1)));
            background: -moz-linear-gradient(top, rgba(99, 137, 247, 0.1), rgba(176, 219, 202, 0.1));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(99, 137, 247, 0.1)', endColorstr='rgba(176, 219, 202, 0.1)');
            border-radius: 15px;
            padding: 20px;

            table.table {
                color: $color_1;
                margin: 0;

                tr {
                    th {
                        font-size: 14px;
                        font-family: $font-family_1;
                        font-weight: 700;
                        font-style: normal;
                        padding-top: 20px;
                        padding-bottom: 20px;
                        text-align: center;
                    }

                    th.brand {
                        font-family: $font-family_2;
                        font-weight: bold;
                        font-style: normal;
                        font-display: swap;
                        font-size: 16px;
                        background: rgba(150, 150, 150, 0.2);
                        border-top-left-radius: 15px;
                        border-top-right-radius: 15px;
                    }

                    td {
                        font-size: 12px;
                        text-align: center;

                        i {
                            &:before {
                                color: $color_4;
                                font-size: 26px;
                            }
                        }

                        i.bi-check-circle-fill {
                            &:before {
                                background: -webkit-linear-gradient(#6389F7, #B0DBCA);
                                -webkit-background-clip: text;
                                -webkit-text-fill-color: transparent;
                            }
                        }

                        &:nth-child(2) {
                            background: rgba(150, 150, 150, 0.2);
                        }
                    }

                    td.description {
                        padding: 20px 0;
                        text-align: left;
                        width: 115px;

                        span {
                            max-width: 115px;
                            display: block;
                        }
                    }

                    &:last-of-type {
                        td {
                            &:nth-child(2) {
                                border-bottom-left-radius: 15px;
                                border-bottom-right-radius: 15px;
                            }
                        }
                    }
                }

                > :not(caption) {
                    >* {
                        >* {
                            border-bottom-color: $border-bottom-color_1;
                        }
                    }
                }

            }
        }
    }

    section.call-to-action {
        text-align: center;
        color: $color_1;
        margin: 0 0 80px 0;
        overflow: hidden;
        position: relative;

        p {
            max-width: 280px;
            margin-left: auto;
            margin-right: auto;
        }

        div.carousel-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 110;
        }
    }

    section.video-carousel {
        margin-top: 25px;
        margin-bottom: 0;

        video {
            border-radius: 15px;
            opacity: 0.35;
            margin: 0 25px;
        }

        div.slick-track {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
    }

    div.modal.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    .signup-form.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    .login-form.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    .modal-static.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    div.modal#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }

    .signup-form#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }

    .login-form#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }

    .modal-static#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }
}

body.request-password-reset {
    background: url("../images/glow-2.png") no-repeat bottom center #292A2E;
    background-size: 1250px;
    padding-top: 65px;
    font-family: $font-family_1;
    font-weight: 400;
    font-style: normal;
    padding-top: 0 !important;

    .page-footer {
        border: none !important;
        background: transparent !important;

        hr.separator {
            border-top: 1px solid #e7ebac38;
        }

        .footer-top-menu {
            a {
                color: #adb5bd !important;

                &:hover {
                    color: #fff !important;
                }
            }
        }

        .footer-logo {
            img {
                filter: invert(100%) brightness(200%);
            }
        }
    }

    .btn-call-to-action {
        background: #E7EBAC;
        border-radius: 15px;
        border-color: $border-color_1;
        padding: 10px 20px;
        font-size: 12px;
        z-index: 120;
        position: relative;
        font-family: $font-family_1;
        font-weight: 700;
        font-style: normal;

        &:hover {
            background: #FFFFFF;
        }

        &:active {
            background: #FFFFFF;
        }

        &:focus {
            background: #FFFFFF;
        }
    }

    .site-request-password-reset.dark {

        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                h2 {
                    font-family: $font-family_2;
                    font-weight: bold;
                    font-style: normal;
                    font-display: swap;
                    font-size: 36px;
                    line-height: 36px;
                    margin: 0 0 15px 0;
                    letter-spacing: -1px;
                    text-align: center;
                    color: #fff;
                }

                p {
                    font-family: $font-family_1;
                    font-weight: 400;
                    font-style: normal;
                    font-size: 16px;
                    margin: 0 0 40px 0;
                    line-height: 20px;
                    text-align: center;
                    color: #fff;
                }

            }
        }
    }
}

body.login {
    background: url("../images/glow-2.png") no-repeat bottom center #292A2E;
    background-size: 1250px;
    padding-top: 65px;
    font-family: $font-family_1;
    font-weight: 400;
    font-style: normal;

    .btn-call-to-action {
        background: #E7EBAC;
        border-radius: 15px;
        border-color: $border-color_1;
        padding: 10px 20px;
        font-size: 12px;
        z-index: 120;
        position: relative;
        font-family: $font-family_1;
        font-weight: 700;
        font-style: normal;

        &:hover {
            background: #FFFFFF;
        }

        &:active {
            background: #FFFFFF;
        }

        &:focus {
            background: #FFFFFF;
        }
    }

    h2 {
        font-family: $font-family_2;
        font-weight: bold;
        font-style: normal;
        font-display: swap;
        font-size: 36px;
        line-height: 36px;
        margin: 0 0 15px 0;
        letter-spacing: -1px;
    }

    h3 {
        font-family: $font-family_2;
        font-weight: bold;
        font-style: normal;
        font-display: swap;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    p {
        font-family: $font-family_1;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        margin: 0 0 40px 0;
        line-height: 20px;
    }

    header.main.home {
        background: url("../images/glow.png") no-repeat center 300px;
        margin-top: -65px;
        padding-top: calc(65px * 2);
        position: relative;

        nav.navbar {
            padding-top: 25px;
            padding-bottom: 25px;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
            transition: opacity 0.1s, -webkit-transform 0.1s;
            -o-transition: opacity 0.1s, transform 0.1s;
            transition: opacity 0.1s, transform 0.1s;
            transition: opacity 0.1s, transform 0.1s, -webkit-transform 0.1s;

            div.container-fluid {
                a.navbar-brand {
                    img {
                        min-width: 100px;
                    }
                }
            }
        }

        nav.navbar.scrolled {
            opacity: 0;
            -webkit-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
            transform: translateY(-50px);
        }

        section.intro {
            margin: 0 0 80px 0;

            h1 {
                font-family: $font-family_2;
                font-weight: bold;
                font-style: normal;
                font-display: swap;
                color: $color_1;
                font-size: 40px;
                line-height: 38px;
                margin: 15px auto 40px;
                max-width: 350px;
                letter-spacing: -1px;

                span {
                    background: -webkit-linear-gradient(#6389F7, #B0DBCA);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    display: inline-block;
                    position: relative;

                    video {
                        width: 35px;
                        border-radius: 50%;
                        margin: 0 5px -5px 5px;
                        position: relative;
                    }

                    img {
                        max-width: 100px;
                    }

                    &:nth-of-type(2) {
                        &:after {
                            content: "";
                            background: url("../images/icon-verified.png") center center;
                            background-size: 11px 11px;
                            width: 11px;
                            height: 11px;
                            position: absolute;
                            right: 4px;
                            bottom: 0px;
                        }
                    }
                }
            }
        }

        section.intro-2 {
            margin: 0;
            color: $color_1;

            video {
                margin: 0 0 150px 0;
                max-width: 340px;
                border-radius: 15px;
            }

            p {
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
            }
        }
    }

    section.columns {
        margin: 0 0 80px 0;

        div.column {
            border-radius: 15px;
            padding: 30px;
            color: $color_1;
            margin: 0 0 25px 0;
            max-width: 335px;
            margin-left: auto;
            margin-right: auto;

            p {
                max-width: 260px;
            }

            img {
                max-width: 100%;
            }
        }

        div.column.column-1 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 74, 82, 0.5)), to(rgba(185, 134, 103, 0.5)));
            background: -moz-linear-gradient(top, rgba(81, 74, 82, 0.5), rgba(185, 134, 103, 0.5));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(81, 74, 82, 0.5)', endColorstr='rgba(185, 134, 103, 0.5)');

            p {
                max-width: 240px;
            }
        }

        div.column.column-2 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 116, 187, 0.5)), to(rgba(184, 155, 232, 0.5)));
            background: -moz-linear-gradient(top, rgba(91, 116, 187, 0.5), rgba(184, 155, 232, 0.5));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(91, 116, 187, 0.5)', endColorstr='rgba(184, 155, 232, 0.5)');

            img {
                margin-bottom: -30px;
            }
        }

        div.column.column-3 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(176, 219, 202, 0.15)), to(rgba(230, 236, 164, 0.2)));
            background: -moz-linear-gradient(top, rgba(176, 219, 202, 0.15), rgba(230, 236, 164, 0.2));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(176, 219, 202, 0.15)', endColorstr='rgba(230, 236, 164, 0.2)');

            img {
                max-width: 70%;
                margin: auto;
                display: block;
            }
        }
    }

    section.carousel-wrapper {
        color: $color_1;
        margin: 0 0 80px 0;

        h2 {
            margin-left: auto;
            margin-right: auto;
        }

        p {
            max-width: 330px;
            margin-left: auto;
            margin-right: auto;
        }

        div#carousel {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 137, 247, 0.2)), to(rgba(176, 219, 202, 0.2)));
            background: -moz-linear-gradient(top, rgba(99, 137, 247, 0.2), rgba(176, 219, 202, 0.2));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(99, 137, 247, 0.2)', endColorstr='rgba(176, 219, 202, 0.2)');
            border-radius: 15px;

            div.carousel-indicators {
                button {
                    position: relative;
                    width: 18px;
                    height: 18px;
                    padding: 0;
                    border: none;
                    background: transparent;
                    cursor: pointer;
                    border-radius: 50%;
                    background: none;
                    margin-bottom: 10px;

                    &:before {
                        content: '';
                        display: block;
                        position: absolute;
                        width: 8px;
                        height: 8px;
                        left: 4px;
                        top: 4px;
                        border-radius: 50%;
                        background-color: $background-color_3;
                    }

                    svg {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 16px;
                        height: 16px;
                        -webkit-transform: rotate(-90deg);
                        -ms-transform: rotate(-90deg);
                        transform: rotate(-90deg);
                        -webkit-transition: -webkit-transform 0.3s ease-out;
                        transition: -webkit-transform 0.3s ease-out;
                        -o-transition: transform 0.3s ease-out;
                        transition: transform 0.3s ease-out;
                        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
                    }

                    circle {
                        fill: none;
                        stroke: #e9ecef;
                        stroke-width: 2;
                        stroke-dasharray: 94;
                        stroke-dashoffset: 0;
                        -webkit-transition: stroke-dashoffset 5s linear;
                        -o-transition: stroke-dashoffset 5s linear;
                        transition: stroke-dashoffset 5s linear;
                        display: none;
                    }

                    [data-bs-target] {
                        -webkit-box-sizing: content-box;
                        box-sizing: content-box;
                        -webkit-box-flex: 0;
                        -ms-flex: 0 1 auto;
                        flex: 0 1 auto;
                        margin-right: 3px;
                        margin-left: 3px;
                        opacity: 0.5;
                        -webkit-transition: opacity 0.6s ease;
                        -o-transition: opacity 0.6s ease;
                        transition: opacity 0.6s ease;
                    }
                }

                button.active {
                    opacity: 1;

                    &:before {
                        background-color: $background-color_2;
                    }

                    circle {
                        stroke: #E7EBAC;
                        display: block;
                    }
                }
            }

            div.carousel-inner {
                background: url("../images/gradient-flare.png") no-repeat 0 100px;

                div.carousel-item {
                    padding: 40px;
                    text-align: center;

                    div.carousel-item-inner {
                        margin-bottom: 50px;

                        .content {
                            margin-bottom: 40px;
                        }

                        header {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                            flex-direction: column;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            font-size: 36px;
                            line-height: 36px;
                            font-family: $font-family_2;
                            font-weight: bold;
                            font-style: normal;
                            font-display: swap;
                            color: $color_3;
                            margin: 0 0 15px 0;

                            span {
                                background: -webkit-linear-gradient(#6389F7, #B0DBCA);
                                -webkit-background-clip: text;
                                -webkit-text-fill-color: transparent;
                            }
                        }

                        p {
                            margin-bottom: 0;
                            width: 255px;
                            margin-left: auto;
                            margin-right: auto;
                        }

                        img {
                            max-width: 100%;
                        }
                    }

                    &:nth-child(2) {
                        div.carousel-item-inner {
                            p {
                                width: 268px;
                            }
                        }
                    }

                    &:nth-child(3) {
                        div.carousel-item-inner {
                            p {
                                width: 259px;
                            }
                        }
                    }
                }
            }
        }
    }

    section.comparison {
        color: $color_1;
        margin: 0 0 100px 0;

        h2 {
            max-width: 310px;
            margin-left: auto;
            margin-right: auto;
        }

        p {
            max-width: 280px;
            margin-left: auto;
            margin-right: auto;
        }

        div.table-wrapper {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 137, 247, 0.1)), to(rgba(176, 219, 202, 0.1)));
            background: -moz-linear-gradient(top, rgba(99, 137, 247, 0.1), rgba(176, 219, 202, 0.1));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(99, 137, 247, 0.1)', endColorstr='rgba(176, 219, 202, 0.1)');
            border-radius: 15px;
            padding: 20px;

            table.table {
                color: $color_1;
                margin: 0;

                tr {
                    th {
                        font-size: 14px;
                        font-family: $font-family_1;
                        font-weight: 700;
                        font-style: normal;
                        padding-top: 20px;
                        padding-bottom: 20px;
                        text-align: center;
                    }

                    th.brand {
                        font-family: $font-family_2;
                        font-weight: bold;
                        font-style: normal;
                        font-display: swap;
                        font-size: 16px;
                        background: rgba(150, 150, 150, 0.2);
                        border-top-left-radius: 15px;
                        border-top-right-radius: 15px;
                    }

                    td {
                        font-size: 12px;
                        text-align: center;

                        i {
                            &:before {
                                color: $color_4;
                                font-size: 26px;
                            }
                        }

                        i.bi-check-circle-fill {
                            &:before {
                                background: -webkit-linear-gradient(#6389F7, #B0DBCA);
                                -webkit-background-clip: text;
                                -webkit-text-fill-color: transparent;
                            }
                        }

                        &:nth-child(2) {
                            background: rgba(150, 150, 150, 0.2);
                        }
                    }

                    td.description {
                        padding: 20px 0;
                        text-align: left;
                        width: 115px;

                        span {
                            max-width: 115px;
                            display: block;
                        }
                    }

                    &:last-of-type {
                        td {
                            &:nth-child(2) {
                                border-bottom-left-radius: 15px;
                                border-bottom-right-radius: 15px;
                            }
                        }
                    }
                }

                >&:not(caption) {
                    >* {
                        >* {
                            border-bottom-color: $border-bottom-color_1;
                        }
                    }
                }

            }
        }
    }

    section.call-to-action {
        text-align: center;
        color: $color_1;
        margin: 0 0 80px 0;
        overflow: hidden;
        position: relative;

        p {
            max-width: 280px;
            margin-left: auto;
            margin-right: auto;
        }

        div.carousel-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 110;
        }
    }

    section.video-carousel {
        margin-top: 25px;
        margin-bottom: 0;

        video {
            border-radius: 15px;
            opacity: 0.35;
            margin: 0 25px;
        }

        div.slick-track {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
    }

    div.modal.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    .signup-form.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    .login-form.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    .modal-static.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    div.modal#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }

    .signup-form#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }

    .login-form#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }

    .modal-static#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }
}

body.showcase {
    background: url("../images/glow-2.png") no-repeat bottom center #292A2E;
    background-size: 1250px;
    padding-top: 65px;
    font-family: $font-family_1;
    font-weight: 400;
    font-style: normal;

    .btn-call-to-action {
        background: #E7EBAC;
        border-radius: 15px;
        border-color: $border-color_1;
        padding: 10px 20px;
        font-size: 12px;
        z-index: 120;
        position: relative;
        font-family: $font-family_1;
        font-weight: 700;
        font-style: normal;
    }

    h2 {
        font-family: $font-family_2;
        font-weight: bold;
        font-style: normal;
        font-display: swap;
        font-size: 36px;
        line-height: 36px;
        margin: 0 0 15px 0;
        letter-spacing: -1px;
    }

    h3 {
        font-family: $font-family_2;
        font-weight: bold;
        font-style: normal;
        font-display: swap;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    p {
        font-family: $font-family_1;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        margin: 0 0 40px 0;
        line-height: 20px;
    }

    header.main.home {
        background: url("../images/glow.png") no-repeat center 300px;
        margin-top: -65px;
        padding-top: calc(65px * 2);
        position: relative;

        nav.navbar {
            padding-top: 25px;
            padding-bottom: 25px;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
            transition: opacity 0.1s, -webkit-transform 0.1s;
            -o-transition: opacity 0.1s, transform 0.1s;
            transition: opacity 0.1s, transform 0.1s;
            transition: opacity 0.1s, transform 0.1s, -webkit-transform 0.1s;

            div.container-fluid {
                a.navbar-brand {
                    img {
                        min-width: 100px;
                    }
                }
            }
        }

        nav.navbar.scrolled {
            opacity: 0;
            -webkit-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
            transform: translateY(-50px);
        }

        section.intro {
            margin: 0 0 80px 0;

            h1 {
                font-family: $font-family_2;
                font-weight: bold;
                font-style: normal;
                font-display: swap;
                color: $color_1;
                font-size: 40px;
                line-height: 38px;
                margin: 15px auto 40px;
                max-width: 350px;
                letter-spacing: -1px;

                span {
                    background: -webkit-linear-gradient(#6389F7, #B0DBCA);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    display: inline-block;
                    position: relative;

                    video {
                        width: 35px;
                        border-radius: 50%;
                        margin: 0 5px -5px 5px;
                        position: relative;
                    }

                    img {
                        max-width: 100px;
                    }

                    &:nth-of-type(2) {
                        &:after {
                            content: "";
                            background: url("../images/icon-verified.png") center center;
                            background-size: 11px 11px;
                            width: 11px;
                            height: 11px;
                            position: absolute;
                            right: 4px;
                            bottom: 0px;
                        }
                    }
                }
            }
        }

        section.intro-2 {
            margin: 0;
            color: $color_1;

            video {
                margin: 0 0 150px 0;
                max-width: 340px;
                border-radius: 15px;
            }

            p {
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
            }
        }
    }

    section.columns {
        margin: 0 0 80px 0;

        div.column {
            border-radius: 15px;
            padding: 30px;
            color: $color_1;
            margin: 0 0 25px 0;
            max-width: 335px;
            margin-left: auto;
            margin-right: auto;

            p {
                max-width: 260px;
            }

            img {
                max-width: 100%;
            }
        }

        div.column.column-1 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 74, 82, 0.5)), to(rgba(185, 134, 103, 0.5)));
            background: -moz-linear-gradient(top, rgba(81, 74, 82, 0.5), rgba(185, 134, 103, 0.5));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(81, 74, 82, 0.5)', endColorstr='rgba(185, 134, 103, 0.5)');

            p {
                max-width: 240px;
            }
        }

        div.column.column-2 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 116, 187, 0.5)), to(rgba(184, 155, 232, 0.5)));
            background: -moz-linear-gradient(top, rgba(91, 116, 187, 0.5), rgba(184, 155, 232, 0.5));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(91, 116, 187, 0.5)', endColorstr='rgba(184, 155, 232, 0.5)');

            img {
                margin-bottom: -30px;
            }
        }

        div.column.column-3 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(176, 219, 202, 0.15)), to(rgba(230, 236, 164, 0.2)));
            background: -moz-linear-gradient(top, rgba(176, 219, 202, 0.15), rgba(230, 236, 164, 0.2));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(176, 219, 202, 0.15)', endColorstr='rgba(230, 236, 164, 0.2)');

            img {
                max-width: 70%;
                margin: auto;
                display: block;
            }
        }
    }

    section.carousel-wrapper {
        h2 {
            margin-left: auto;
            margin-right: auto;
        }

        p {
            max-width: 330px;
            margin-left: auto;
            margin-right: auto;
        }

        div#carousel {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 137, 247, 0.2)), to(rgba(176, 219, 202, 0.2)));
            background: -moz-linear-gradient(top, rgba(99, 137, 247, 0.2), rgba(176, 219, 202, 0.2));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(99, 137, 247, 0.2)', endColorstr='rgba(176, 219, 202, 0.2)');
            border-radius: 15px;

            div.carousel-indicators {
                button {
                    position: relative;
                    width: 18px;
                    height: 18px;
                    padding: 0;
                    border: none;
                    background: transparent;
                    cursor: pointer;
                    border-radius: 50%;
                    background: none;
                    margin-bottom: 10px;

                    &:before {
                        content: '';
                        display: block;
                        position: absolute;
                        width: 8px;
                        height: 8px;
                        left: 4px;
                        top: 4px;
                        border-radius: 50%;
                        background-color: $background-color_3;
                    }

                    svg {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 16px;
                        height: 16px;
                        -webkit-transform: rotate(-90deg);
                        -ms-transform: rotate(-90deg);
                        transform: rotate(-90deg);
                        -webkit-transition: -webkit-transform 0.3s ease-out;
                        transition: -webkit-transform 0.3s ease-out;
                        -o-transition: transform 0.3s ease-out;
                        transition: transform 0.3s ease-out;
                        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
                    }

                    circle {
                        fill: none;
                        stroke: #e9ecef;
                        stroke-width: 2;
                        stroke-dasharray: 94;
                        stroke-dashoffset: 0;
                        -webkit-transition: stroke-dashoffset 5s linear;
                        -o-transition: stroke-dashoffset 5s linear;
                        transition: stroke-dashoffset 5s linear;
                        display: none;
                    }

                    [data-bs-target] {
                        -webkit-box-sizing: content-box;
                        box-sizing: content-box;
                        -webkit-box-flex: 0;
                        -ms-flex: 0 1 auto;
                        flex: 0 1 auto;
                        margin-right: 3px;
                        margin-left: 3px;
                        opacity: 0.5;
                        -webkit-transition: opacity 0.6s ease;
                        -o-transition: opacity 0.6s ease;
                        transition: opacity 0.6s ease;
                    }
                }

                button.active {
                    opacity: 1;

                    &:before {
                        background-color: $background-color_2;
                    }

                    circle {
                        stroke: #E7EBAC;
                        display: block;
                    }
                }
            }

            div.carousel-inner {
                background: url("../images/gradient-flare.png") no-repeat 0 100px;

                div.carousel-item {
                    padding: 40px;
                    text-align: center;

                    div.carousel-item-inner {
                        margin-bottom: 50px;

                        .content {
                            margin-bottom: 40px;
                        }

                        header {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                            flex-direction: column;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            font-size: 36px;
                            line-height: 36px;
                            font-family: $font-family_2;
                            font-weight: bold;
                            font-style: normal;
                            font-display: swap;
                            color: $color_3;
                            margin: 0 0 15px 0;

                            span {
                                background: -webkit-linear-gradient(#6389F7, #B0DBCA);
                                -webkit-background-clip: text;
                                -webkit-text-fill-color: transparent;
                            }
                        }

                        p {
                            margin-bottom: 0;
                            width: 255px;
                            margin-left: auto;
                            margin-right: auto;
                        }

                        img {
                            max-width: 100%;
                        }
                    }

                    &:nth-child(2) {
                        div.carousel-item-inner {
                            p {
                                width: 268px;
                            }
                        }
                    }

                    &:nth-child(3) {
                        div.carousel-item-inner {
                            p {
                                width: 259px;
                            }
                        }
                    }
                }
            }
        }
    }

    section.comparison {
        h2 {
            max-width: 310px;
            margin-left: auto;
            margin-right: auto;
        }

        p {
            max-width: 280px;
            margin-left: auto;
            margin-right: auto;
        }

        div.table-wrapper {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 137, 247, 0.1)), to(rgba(176, 219, 202, 0.1)));
            background: -moz-linear-gradient(top, rgba(99, 137, 247, 0.1), rgba(176, 219, 202, 0.1));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(99, 137, 247, 0.1)', endColorstr='rgba(176, 219, 202, 0.1)');
            border-radius: 15px;
            padding: 20px;

            table.table {
                tr {
                    th {
                        font-size: 14px;
                        font-family: $font-family_1;
                        font-weight: 700;
                        font-style: normal;
                        padding-top: 20px;
                        padding-bottom: 20px;
                        text-align: center;
                    }

                    th.brand {
                        font-family: $font-family_2;
                        font-weight: bold;
                        font-style: normal;
                        font-display: swap;
                        font-size: 16px;
                        background: rgba(150, 150, 150, 0.2);
                        border-top-left-radius: 15px;
                        border-top-right-radius: 15px;
                    }

                    td {
                        font-size: 12px;
                        text-align: center;

                        i {
                            &:before {
                                color: $color_4;
                                font-size: 26px;
                            }
                        }

                        i.bi-check-circle-fill {
                            &:before {
                                background: -webkit-linear-gradient(#6389F7, #B0DBCA);
                                -webkit-background-clip: text;
                                -webkit-text-fill-color: transparent;
                            }
                        }

                        &:nth-child(2) {
                            background: rgba(150, 150, 150, 0.2);
                        }
                    }

                    td.description {
                        padding: 20px 0;
                        text-align: left;
                        width: 115px;

                        span {
                            max-width: 115px;
                            display: block;
                        }
                    }

                    &:last-of-type {
                        td {
                            &:nth-child(2) {
                                border-bottom-left-radius: 15px;
                                border-bottom-right-radius: 15px;
                            }
                        }
                    }
                }

                > :not(caption) {
                    >* {
                        >* {
                            border-bottom-color: $border-bottom-color_1;
                        }
                    }
                }

            }
        }
    }

    section.call-to-action {
        text-align: center;
        color: $color_1;
        margin: 0 0 80px 0;
        overflow: hidden;
        position: relative;

        p {
            max-width: 280px;
            margin-left: auto;
            margin-right: auto;
        }

        div.carousel-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 110;
        }
    }

    section.video-carousel {
        margin-top: 25px;
        margin-bottom: 0;

        video {
            border-radius: 15px;
            opacity: 0.35;
            margin: 0 25px;
        }

        div.slick-track {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
    }

    div.modal.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    .signup-form.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    .login-form.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    .modal-static.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    div.modal#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }

    .signup-form#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }

    .login-form#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }

    .modal-static#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }
}

body.investors {
    background: url("../images/glow-2.png") no-repeat bottom center #292A2E;
    background-size: 1250px;
    padding-top: 65px;
    font-family: $font-family_1;
    font-weight: 400;
    font-style: normal;

    .btn-call-to-action {
        background: #E7EBAC;
        border-radius: 15px;
        border-color: $border-color_1;
        padding: 10px 20px;
        font-size: 12px;
        z-index: 120;
        position: relative;
        font-family: $font-family_1;
        font-weight: 700;
        font-style: normal;
    }

    h2 {
        font-family: $font-family_2;
        font-weight: bold;
        font-style: normal;
        font-display: swap;
        font-size: 36px;
        line-height: 36px;
        margin: 0 0 15px 0;
        letter-spacing: -1px;
    }

    h3 {
        font-family: $font-family_2;
        font-weight: bold;
        font-style: normal;
        font-display: swap;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    p {
        font-family: $font-family_1;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        margin: 0 0 40px 0;
        line-height: 20px;
    }

    header.main.home {
        background: url("../images/glow.png") no-repeat center 300px;
        margin-top: -65px;
        padding-top: calc(65px * 2);
        position: relative;

        nav.navbar {
            padding-top: 25px;
            padding-bottom: 25px;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
            transition: opacity 0.1s, -webkit-transform 0.1s;
            -o-transition: opacity 0.1s, transform 0.1s;
            transition: opacity 0.1s, transform 0.1s;
            transition: opacity 0.1s, transform 0.1s, -webkit-transform 0.1s;

            div.container-fluid {
                a.navbar-brand {
                    img {
                        min-width: 100px;
                    }
                }
            }
        }

        nav.navbar.scrolled {
            opacity: 0;
            -webkit-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
            transform: translateY(-50px);
        }

        section.intro {
            margin: 0 0 80px 0;

            h1 {
                font-family: $font-family_2;
                font-weight: bold;
                font-style: normal;
                font-display: swap;
                color: $color_1;
                font-size: 40px;
                line-height: 38px;
                margin: 15px auto 40px;
                max-width: 350px;
                letter-spacing: -1px;

                span {
                    background: -webkit-linear-gradient(#6389F7, #B0DBCA);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    display: inline-block;
                    position: relative;

                    video {
                        width: 35px;
                        border-radius: 50%;
                        margin: 0 5px -5px 5px;
                        position: relative;
                    }

                    img {
                        max-width: 100px;
                    }

                    &:nth-of-type(2) {
                        &:after {
                            content: "";
                            background: url("../images/icon-verified.png") center center;
                            background-size: 11px 11px;
                            width: 11px;
                            height: 11px;
                            position: absolute;
                            right: 4px;
                            bottom: 0px;
                        }
                    }
                }
            }
        }

        section.intro-2 {
            margin: 0;
            color: $color_1;

            video {
                margin: 0 0 150px 0;
                max-width: 340px;
                border-radius: 15px;
            }

            p {
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
            }
        }
    }

    section.columns {
        margin: 0 0 80px 0;

        div.column {
            border-radius: 15px;
            padding: 30px;
            color: $color_1;
            margin: 0 0 25px 0;
            max-width: 335px;
            margin-left: auto;
            margin-right: auto;

            p {
                max-width: 260px;
            }

            img {
                max-width: 100%;
            }
        }

        div.column.column-1 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 74, 82, 0.5)), to(rgba(185, 134, 103, 0.5)));
            background: -moz-linear-gradient(top, rgba(81, 74, 82, 0.5), rgba(185, 134, 103, 0.5));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(81, 74, 82, 0.5)', endColorstr='rgba(185, 134, 103, 0.5)');

            p {
                max-width: 240px;
            }
        }

        div.column.column-2 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 116, 187, 0.5)), to(rgba(184, 155, 232, 0.5)));
            background: -moz-linear-gradient(top, rgba(91, 116, 187, 0.5), rgba(184, 155, 232, 0.5));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(91, 116, 187, 0.5)', endColorstr='rgba(184, 155, 232, 0.5)');

            img {
                margin-bottom: -30px;
            }
        }

        div.column.column-3 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(176, 219, 202, 0.15)), to(rgba(230, 236, 164, 0.2)));
            background: -moz-linear-gradient(top, rgba(176, 219, 202, 0.15), rgba(230, 236, 164, 0.2));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(176, 219, 202, 0.15)', endColorstr='rgba(230, 236, 164, 0.2)');

            img {
                max-width: 70%;
                margin: auto;
                display: block;
            }
        }
    }

    section.carousel-wrapper {
        h2 {
            margin-left: auto;
            margin-right: auto;
        }

        p {
            max-width: 330px;
            margin-left: auto;
            margin-right: auto;
        }

        div#carousel {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 137, 247, 0.2)), to(rgba(176, 219, 202, 0.2)));
            background: -moz-linear-gradient(top, rgba(99, 137, 247, 0.2), rgba(176, 219, 202, 0.2));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(99, 137, 247, 0.2)', endColorstr='rgba(176, 219, 202, 0.2)');
            border-radius: 15px;

            div.carousel-indicators {
                button {
                    position: relative;
                    width: 18px;
                    height: 18px;
                    padding: 0;
                    border: none;
                    background: transparent;
                    cursor: pointer;
                    border-radius: 50%;
                    background: none;
                    margin-bottom: 10px;

                    &:before {
                        content: '';
                        display: block;
                        position: absolute;
                        width: 8px;
                        height: 8px;
                        left: 4px;
                        top: 4px;
                        border-radius: 50%;
                        background-color: $background-color_3;
                    }

                    svg {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 16px;
                        height: 16px;
                        -webkit-transform: rotate(-90deg);
                        -ms-transform: rotate(-90deg);
                        transform: rotate(-90deg);
                        -webkit-transition: -webkit-transform 0.3s ease-out;
                        transition: -webkit-transform 0.3s ease-out;
                        -o-transition: transform 0.3s ease-out;
                        transition: transform 0.3s ease-out;
                        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
                    }

                    circle {
                        fill: none;
                        stroke: #e9ecef;
                        stroke-width: 2;
                        stroke-dasharray: 94;
                        stroke-dashoffset: 0;
                        -webkit-transition: stroke-dashoffset 5s linear;
                        -o-transition: stroke-dashoffset 5s linear;
                        transition: stroke-dashoffset 5s linear;
                        display: none;
                    }

                    [data-bs-target] {
                        -webkit-box-sizing: content-box;
                        box-sizing: content-box;
                        -webkit-box-flex: 0;
                        -ms-flex: 0 1 auto;
                        flex: 0 1 auto;
                        margin-right: 3px;
                        margin-left: 3px;
                        opacity: 0.5;
                        -webkit-transition: opacity 0.6s ease;
                        -o-transition: opacity 0.6s ease;
                        transition: opacity 0.6s ease;
                    }
                }

                button.active {
                    opacity: 1;

                    &:before {
                        background-color: $background-color_2;
                    }

                    circle {
                        stroke: #E7EBAC;
                        display: block;
                    }
                }
            }

            div.carousel-inner {
                background: url("../images/gradient-flare.png") no-repeat 0 100px;

                div.carousel-item {
                    padding: 40px;
                    text-align: center;

                    div.carousel-item-inner {
                        margin-bottom: 50px;

                        .content {
                            margin-bottom: 40px;
                        }

                        header {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                            flex-direction: column;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            font-size: 36px;
                            line-height: 36px;
                            font-family: $font-family_2;
                            font-weight: bold;
                            font-style: normal;
                            font-display: swap;
                            color: $color_3;
                            margin: 0 0 15px 0;

                            span {
                                background: -webkit-linear-gradient(#6389F7, #B0DBCA);
                                -webkit-background-clip: text;
                                -webkit-text-fill-color: transparent;
                            }
                        }

                        p {
                            margin-bottom: 0;
                            width: 255px;
                            margin-left: auto;
                            margin-right: auto;
                        }

                        img {
                            max-width: 100%;
                        }
                    }

                    &:nth-child(2) {
                        div.carousel-item-inner {
                            p {
                                width: 268px;
                            }
                        }
                    }

                    &:nth-child(3) {
                        div.carousel-item-inner {
                            p {
                                width: 259px;
                            }
                        }
                    }
                }
            }
        }
    }

    section.comparison {
        h2 {
            max-width: 310px;
            margin-left: auto;
            margin-right: auto;
        }

        p {
            max-width: 280px;
            margin-left: auto;
            margin-right: auto;
        }

        div.table-wrapper {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 137, 247, 0.1)), to(rgba(176, 219, 202, 0.1)));
            background: -moz-linear-gradient(top, rgba(99, 137, 247, 0.1), rgba(176, 219, 202, 0.1));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(99, 137, 247, 0.1)', endColorstr='rgba(176, 219, 202, 0.1)');
            border-radius: 15px;
            padding: 20px;

            table.table {
                tr {
                    th {
                        font-size: 14px;
                        font-family: $font-family_1;
                        font-weight: 700;
                        font-style: normal;
                        padding-top: 20px;
                        padding-bottom: 20px;
                        text-align: center;
                    }

                    th.brand {
                        font-family: $font-family_2;
                        font-weight: bold;
                        font-style: normal;
                        font-display: swap;
                        font-size: 16px;
                        background: rgba(150, 150, 150, 0.2);
                        border-top-left-radius: 15px;
                        border-top-right-radius: 15px;
                    }

                    td {
                        font-size: 12px;
                        text-align: center;

                        i {
                            &:before {
                                color: $color_4;
                                font-size: 26px;
                            }
                        }

                        i.bi-check-circle-fill {
                            &:before {
                                background: -webkit-linear-gradient(#6389F7, #B0DBCA);
                                -webkit-background-clip: text;
                                -webkit-text-fill-color: transparent;
                            }
                        }

                        &:nth-child(2) {
                            background: rgba(150, 150, 150, 0.2);
                        }
                    }

                    td.description {
                        padding: 20px 0;
                        text-align: left;
                        width: 115px;

                        span {
                            max-width: 115px;
                            display: block;
                        }
                    }

                    &:last-of-type {
                        td {
                            &:nth-child(2) {
                                border-bottom-left-radius: 15px;
                                border-bottom-right-radius: 15px;
                            }
                        }
                    }
                }

                > :not(caption) {
                    >* {
                        >* {
                            border-bottom-color: $border-bottom-color_1;
                        }
                    }
                }

            }
        }
    }

    section.call-to-action {
        text-align: center;
        color: $color_1;
        margin: 0 0 80px 0;
        overflow: hidden;
        position: relative;

        p {
            max-width: 280px;
            margin-left: auto;
            margin-right: auto;
        }

        div.carousel-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 110;
        }
    }

    section.video-carousel {
        margin-top: 25px;
        margin-bottom: 0;

        video {
            border-radius: 15px;
            opacity: 0.35;
            margin: 0 25px;
        }

        div.slick-track {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
    }

    div.modal.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    .signup-form.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    .login-form.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    .modal-static.dark {
        div.modal-dialog {
            div.modal-content {
                background: #1D1E22;
                border-color: $border-color_2;
                max-width: 335px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 100px;
                border-radius: 15px;

                div.modal-header {
                    border-bottom: none;

                    .btn-close {
                        color: $color_3;
                    }
                }

                div.modal-body {
                    padding: 20px;
                }

                label {
                    color: $color_3;
                }

                input[type="email"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="text"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;

                    &:not(.form-control:invalid) {
                        border: 1px solid rgba(255, 255, 255, 0.25);
                    }
                }

                input[type="password"] {
                    background: #3F4043;
                    border: 1px solid rgba(255, 255, 255, 0.1);
                    padding: 20px;
                    color: $color_1;
                }
            }
        }
    }

    div.modal#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }

    .signup-form#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }

    .login-form#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }

    .modal-static#applyNowModal {
        h2 {
            font-size: 32px;
            line-height: 32px;
            background: -webkit-linear-gradient(#6389F7, #B0DBCA);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        p {
            font-size: 16px;
            text-align: center;
            color: $color_1;
            line-height: 20px;
            margin: 0 auto 50px;
            max-width: 264px;
        }
    }
}

a {
    text-decoration: none;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

i[class^="flaticon-"] {
    vertical-align: middle;
}

.btn-primary {
    color: $color_1;

    &:hover {
        color: $color_1;
    }

    &:active {
        color: $color_1;
    }

    &:focus {
        color: $color_1;
    }
}

.btn-secondary {
    color: $color_1;

    &:hover {
        color: $color_1;
    }

    &:active {
        color: $color_1;
    }

    &:focus {
        color: $color_1;
    }
}

.btn {
    padding: 8px 20px;
    height: min-content;
}

.btn-light {
    border: 1px solid #e1e1e1;
}

.btn-xs {
    font-size: 11px;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-info {
    background: rgba(141, 170, 251, 0.3);
    color: $color_5;
    border-color: $border-color_3;

    &:hover {
        background: rgba(141, 170, 251, 0.5);
        border-color: $border-color_3;
    }

    &:active {
        background: rgba(141, 170, 251, 0.5);
        border-color: $border-color_3;
    }

    &:focus {
        background: rgba(141, 170, 251, 0.5);
        border-color: $border-color_3;
    }
}

.btn.btn-styled {
    padding: 14.5px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-base,
.btn-base-sm {
    padding: 8px 20px;
    border: 1px solid #E1E1E1;
    border-radius: 8px;
    background: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    color: $sf-black;
    line-height: 1;

    &:hover,
    &:active,
    &:focus {
        background-color: #fdfdfd;
        border-color: #E1E1E1;
    }
}

.btn-base-sm {
    padding: 5px 10px;
}

.lightbox {
    z-index: 99999;
}

.lightboxOverlay {
    z-index: 99999;
}

a.close {
    font-size: 28px;
}

.modal {
    z-index: 99999;
}

.fs-7 {
    font-size: 12px;
}

hr {
    border-color: $border-color_4;
}

.loading-spinner {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: $background-color_4;
    z-index: 2;
}

.loading-spinner-2 {
    width: 48px;
    height: 48px;
    border: 5px solid #FFFFFF;
    border-bottom-color: $border-bottom-color_2;
    border-radius: 50%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: 50%;
    right: 50%;
}

.page-loading-spinner {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background-color: $background-color_5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    &:before {
        content: '';
        width: 48px;
        height: 48px;
        border: 5px solid #FFFFFF;
        border-bottom-color: $border-bottom-color_2;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-animation: rotation 1s linear infinite;
        animation: rotation 1s linear infinite;
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: 50%;
        right: 50%;
    }
}

.button-spinner {
    &:before {
        -webkit-animation: rotation 1s linear infinite;
        animation: rotation 1s linear infinite;
        display: inline-block;
    }
}

i[class*="flaticon-reorder"] {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
    cursor: -webkit-grab;
    cursor: grab;
}

div.text-container {
    .two-line-truncate {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 36px;
    }

    .text-expanded {
        display: block;
        overflow: visible;
        max-height: none;
    }

    a {
        display: none;
    }
}

.widget {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;

    >div {
        font-weight: 500;
        font-size: 14px;
    }

    table {
        font-weight: 500;
        font-size: 14px;
    }

    span {
        font-weight: 400;
    }
}

.button-nav {
    a.btn-light {
        font-size: 12px;

        &:hover {
            background-color: $background-color_6;
            color: $color_1;
        }

        &:active {
            background-color: $background-color_6;
            color: $color_1;
        }

        &:focus {
            background-color: $background-color_6;
            color: $color_1;
        }

        i[class*="flaticon-"] {
            font-size: 45px;
        }
    }
}

.btn-icon {
    i {
        margin-left: 15px;
    }
}


table {
    th {
        font-weight: 500;

        div.filter-control {
            .form-control {
                padding: 0.375rem 0.75rem;
            }

            .form-select {
                padding: 0.375rem 0.75rem;
            }
        }
    }
}

.form-control {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    border-radius: 5px;
    font-size: 12px;
}

.form-select {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    border-radius: 5px;
    font-size: 12px;
}

section.range-slider {
    position: relative;
    width: 100%;
    height: 35px;
    text-align: center;

    input {
        pointer-events: none;
        position: absolute;
        overflow: hidden;
        left: 0;
        top: 15px;
        width: 100%;
        outline: none;
        height: 18px;
        margin: 0;
        padding: 0;

        &::-webkit-slider-thumb {
            pointer-events: all;
            position: relative;
            z-index: 1;
            outline: 0;
        }

        &::-moz-range-thumb {
            pointer-events: all;
            position: relative;
            z-index: 10;
            -moz-appearance: none;
            width: 9px;
        }

        &::-moz-range-track {
            position: relative;
            z-index: -1;
            background-color: $background-color_7;
            border: 0;
        }

        &:last-of-type {
            &::-moz-range-track {
                -moz-appearance: none;
                background: none transparent;
                border: 0;
            }
        }
    }

    input[type="range"] {
        &::-moz-focus-outer {
            border: 0;
        }
    }
}

.alert.alert-success {
    background-color: $background-color_8;
    color: $color_1;
}

.influencer {
    margin-bottom: 10px;

    .thumbnail {
        position: relative;
        font-size: inherit;
        color: $color_2;
        display: block;
        margin-bottom: 15px;
        position: relative;
        height: 75px;
        background: rgba(236, 236, 236, 0.95) center center no-repeat;
        background-size: cover;

        &:before {
            position: absolute;
            content: "\f112";
            z-index: -1;
            top: calc(50% - 10px);
            left: calc(50% - 10px);
            font-family: $font-family_3 !important;
            font-style: normal;
            font-weight: normal !important;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 25px;
        }
    }

    span.bookmark {
        color: $color_2;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 25px;
        height: 25px;
        cursor: pointer;
        z-index: 100;
        font-family: $font-family_3 !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;

        i {
            line-height: 1;
            position: absolute;
            right: 0;
            top: 0;
            font-size: 20px;
            margin: 0;
        }

        &:hover {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            color: $color_6;
        }

        &:active {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            color: $color_6;
        }

        &:focus {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            color: $color_6;
        }
    }

    span.bookmark.favorited {
        &:before {
            content: "\f105";
            color: $color_6;
        }
    }

    span.bookmark.not-favorited {
        &:before {
            content: "\f116";
            color: $color_2;
        }
    }

    div.name {
        font-size: 100%;
        margin-bottom: 5px;
    }

    div.followers {
        font-size: 80%;
        line-height: 1;
        color: $color_3;
    }
}

div.file-input {
    div.file-preview {
        button.close.fileinput-remove {
            background: #FFFFFF;
            border-radius: 50%;
            border: 1px solid #d4d4d4;
            height: 30px;
            width: 30px;
            position: absolute;
            top: 5px;
            right: 5px;
            z-index: 110;
        }

        div.file-drop-zone {
            div.file-preview-thumbnails {
                div.file-preview-frame {
                    div.kv-file-content {
                        overflow: hidden;
                    }
                }
            }
        }
    }

    div.file-caption {
        div.input-group {
            input.file-caption-name {
                display: none;
            }

            div.input-group-btn {
                button.fileinput-remove {
                    display: none;
                }

                button.fileinput-cancel {
                    display: none;
                }

                button.fileinput-upload {
                    display: none;
                }
            }
        }
    }
}

.StripeElement {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: $background-color_9;
    -webkit-box-shadow: 0 1px 3px 0 #e6ebf1;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    -webkit-transition: -webkit-box-shadow 150ms ease;
    transition: -webkit-box-shadow 150ms ease;
    -o-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease;
}

.StripeElement--focus {
    -webkit-box-shadow: 0 1px 3px 0 #cfd7df;
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: $border-color_5;
}

.StripeElement--webkit-autofill {
    background-color: $background-color_10 !important;
}

#payment-form {
    div.form-group.field-shippingperson-phone {
        label.control-label {
            width: 100%;
        }

        div.iti.iti--allow-dropdown {
            width: 100%;
        }
    }
}

.form-group-store-name {
    position: relative;

    input {
        padding-left: 120px;
    }

    span.mask {
        color: $color_7;
        position: absolute;
        bottom: 28px;
        left: 25px;
    }
}

div.campaign-form {
    form {
        div.form-group {
            margin-bottom: 20px;
        }

        div.form-group.field-campaign-campaign_page_url {
            div.file-input {
                div.file-preview {
                    border: none;
                    border-radius: 0;
                    padding: 0;
                    margin: 0;

                    button.close.fileinput-remove {
                        background: #FFFFFF;
                        border-radius: 50%;
                        border: 1px solid #d4d4d4;
                        height: 30px;
                        width: 30px;
                        position: absolute;
                        top: 5px;
                        right: 5px;
                        z-index: 110;
                    }

                    div.file-drop-zone {
                        margin: 0;
                        min-height: inherit;

                        div.file-preview-thumbnails {
                            div.file-preview-frame {
                                div.kv-file-content {
                                    width: inherit;
                                    height: inherit;
                                    max-width: 200px;
                                    max-height: 200px;

                                    img {
                                        max-width: 100%;
                                        max-height: 100%;
                                        display: block;
                                    }
                                }

                                div.file-thumbnail-footer {
                                    display: none;
                                }
                            }
                        }
                    }
                }

                div.file-caption {
                    margin-top: 10px;

                    input.file-caption-name {
                        display: none;
                    }

                    button.fileinput-cancel {
                        display: none;
                    }

                    button.fileinput-remove {
                        display: none;
                    }

                    button.fileinput-upload {
                        display: none;
                    }
                }
            }
        }
    }
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

section.page-with-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    div#sidebar-wrapper {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        z-index: 99998;

        &:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #1d1e22;
            opacity: 0.75;
        }

        aside#sidebar {
            width: 297px;
            max-width: 297px;
            min-width: 297px;
            padding: 45px 20px 20px 20px;
            background: #e9eef4;
            border-right: 1px solid #e1e1e1;
            border-top-right-radius: 24px;
            border-bottom-right-radius: 24px;
            height: 100%;
            position: absolute;
            top: 0;
            left: -320px;
            -webkit-transition: -webkit-transform 0.3s ease;
            transition: -webkit-transform 0.3s ease;
            -o-transition: transform 0.3s ease;
            transition: transform 0.3s ease;
            transition: transform 0.3s ease, -webkit-transform 0.3s ease;

            a.logo {
                margin-bottom: 40px !important;

                img {
                    width: 120px;
                    height: 25px;
                }
            }

            ul.nav {
                li.nav-item {
                    a.nav-link {
                        color: $color_3;
                        font-weight: 600;
                        padding: 5px 0;

                        svg {
                            path {
                                transition: fill 0.15s ease-in-out;
                            }
                        }

                        &:hover,
                        &:focus,
                        &:active {
                            color: $color_5;

                            svg {
                                path {
                                    fill: $color_5;
                                }
                            }
                        }
                    }

                    a.nav-link.active {
                        background: none;
                        color: $color_5;

                        svg {
                            path {
                                fill: $color_5;
                            }
                        }
                    }
                }
            }
        }

        aside#sidebar.show {
            -webkit-transform: translateX(320px);
            -ms-transform: translateX(320px);
            transform: translateX(320px);
        }
    }

    div#sidebar-wrapper.active {
        visibility: visible;
        opacity: 1;
    }

    div#filters-wrapper {

        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        z-index: 99998;

        &:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #1d1e22;
            opacity: 0.75;
        }

        aside#filters {
            width: 320px;
            max-width: 320px;
            min-width: 320px;
            padding: 30px 20px 20px 20px;
            background: #e9eef4;
            border-right: 1px solid #e1e1e1;
            border-top-right-radius: 40px;
            border-bottom-right-radius: 40px;
            height: 100%;
            position: absolute;
            top: 0;
            left: -320px;
            -webkit-transition: -webkit-transform 0.3s ease;
            transition: -webkit-transform 0.3s ease;
            -o-transition: transform 0.3s ease;
            transition: transform 0.3s ease;
            transition: transform 0.3s ease, -webkit-transform 0.3s ease;

            a.logo {
                img {
                    max-width: 120px;
                }
            }

            h3 {
                font-size: 14px;
            }

            ul.nav {
                li.nav-item {
                    a.nav-link {
                        color: $color_3;
                        padding: 5px 0;

                        &:hover {
                            color: $color_5;
                        }

                        &:active {
                            color: $color_5;
                        }

                        &:focus {
                            color: $color_5;
                        }
                    }

                    a.nav-link.active {
                        background: none;
                        color: $color_5;
                    }
                }
            }

            div#filterCategory {
                max-height: 320px;
                overflow-y: scroll;
                -webkit-box-sizing: content-box;
                box-sizing: content-box;
            }

            div#filterBrand {
                max-height: 320px;
                overflow-y: scroll;
                -webkit-box-sizing: content-box;
                box-sizing: content-box;

                #brandSearch {
                    position: relative;

                    input {
                        background-image: url('data:image/svg+xml;charset=UTF8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23e1e1e1" class="bi bi-search" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>');
                        background-repeat: no-repeat;
                        background-position: left 10px center;
                        padding: 15px 10px 15px 40px;
                        font-size: 14px;
                        border: 1px solid #e1e1e1;
                        margin: 0 0 20px 0;

                        &:focus {
                            -webkit-box-shadow: none;
                            box-shadow: none;
                        }

                        &::-webkit-input-placeholder {
                            color: $color_8;
                        }

                        &:-ms-input-placeholder {
                            color: $color_8;
                        }

                        &::-ms-input-placeholder {
                            color: $color_8;
                        }

                        &::placeholder {
                            color: $color_8;
                        }
                    }

                    button#clearSearch {
                        position: absolute;
                        right: 0;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        transform: translateY(-50%);
                        background: none;
                        border: none;
                        opacity: 0.5;
                    }
                }
            }
        }

        aside#filters.show {
            -webkit-transform: translateX(320px);
            -ms-transform: translateX(320px);
            transform: translateX(320px);
        }

        &.hidden {
            visibility: hidden;
            opacity: 0;
        }
    }

    div#filters-wrapper.active {
        visibility: visible;
        opacity: 1;
    }
}

section {
    div.main-content {
        width: 100%;

        .section-creator-showcase {
            .gallery {
                display: grid;
                grid-template-columns: 1FR;
                gap: 20px;
            }

            .grid-item {
                height: min-content;
            }

            .grid-item header {
                margin-bottom: 10px !important;

                a.creator {
                    color: $sf-black;
                    font-weight: 500;
                    font-size: 12px;
                    line-height: 130%;
                    letter-spacing: -0.01em;

                    img {
                        height: 32px;
                        width: 32px;
                        aspect-ratio: 1/1;
                        border-radius: 50%;
                        object-fit: cover;
                        margin-right: 0.5rem;
                    }
                }
            }

            .grid-item header+img,
            .grid-item header+a img {
                width: 100% !important;
                object-fit: cover;
                height: 334px !important;
                display: block;
                border-radius: 8px;
            }

            .grid-item:nth-child(even) header+img,
            .grid-item:nth-child(even) header+a img {
                height: 419px !important;
            }
        }

        header.page-header {
            background: linear-gradient(180deg, #6389F780 5.67%, #B0DBCA80 88.2%), #3063F6;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(5.67%, #6389F780), color-stop(88.2%, #B0DBCA80)), #3063f6;
            background: -moz-linear-gradient(top, #6389F780 5.67%, #B0DBCA80 88.2%), #3063f6;
            color: $color_1;
            padding: 25px 20px 60px 20px;

            section.user-bar {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                width: 100%;
                margin-bottom: 30px;

                a.logo {
                    -webkit-box-ordinal-group: 3;
                    -ms-flex-order: 2;
                    order: 2;

                    img {
                        display: block;
                        width: 90px;
                        height: 18px;
                    }
                }

                div.hamburger {
                    -webkit-box-ordinal-group: 2;
                    -ms-flex-order: 1;
                    order: 1;

                    div.hamburger-box {
                        width: 18px;
                        height: 12px;

                        .hamburger-inner {
                            width: 18px;
                            height: 2px;

                            &::before {
                                width: 18px;
                                height: 2px;
                                top: 5px;
                            }

                            &::after {
                                width: 18px;
                                height: 2px;
                                top: 10px;
                            }
                        }
                    }
                }

                div.profile-dropdown-wrapper {
                    -webkit-box-ordinal-group: 4;
                    -ms-flex-order: 3;
                    order: 3;

                    >a {
                        width: 40px;
                        height: 40px;
                        margin: 0 15px 0 0;
                        background: center center no-repeat #FFFFFF;
                        -webkit-background-size: cover;
                        background-size: cover;
                        border: 1px solid #FFFFFF;
                        position: relative;
                        z-index: 99997;
                        font-weight: bold;

                        &:after {
                            top: 50%;
                            right: -17px;
                            position: absolute;
                            color: $color_1;
                            border-top-width: 0.4em;
                            border-right-width: 0.4em;
                            border-left-width: 0.4em;
                        }
                    }

                    >a.show {
                        &:after {
                            color: $color_5;
                            -webkit-transform: rotate(180deg);
                            -ms-transform: rotate(180deg);
                            transform: rotate(180deg);
                        }
                    }

                    ul.dropdown-menu {
                        overflow: hidden;
                        padding: 70px 20px 20px 20px;
                        top: -60px !important;
                        right: -30px !important;
                        border-radius: 8px;

                        li {
                            a.dropdown-item {
                                padding: 5px 0;

                                &:hover {
                                    background: none;
                                    color: $color_5;
                                }

                                &:active {
                                    background: none;
                                    color: $color_5;
                                }

                                &:focus {
                                    background: none;
                                    color: $color_5;
                                }
                            }
                        }
                    }
                }

                section.search {
                    width: 100%;
                    margin: 20px auto 0;
                    position: relative;
                    -webkit-box-ordinal-group: 5;
                    -ms-flex-order: 4;
                    order: 4;

                    input {
                        background-image: url('data:image/svg+xml;charset=UTF8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ffffff" class="bi bi-search" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>');
                        background-repeat: no-repeat;
                        background-position: left 20px center;
                        background-color: $background-color_11;
                        padding: 8px 40px 8px 50px;
                        font-size: 14px;
                        border: 1px solid rgba(255, 255, 255, 0.5);
                        border-radius: 50px;
                        color: $color_1;
                        height: 40px;

                        &::-webkit-input-placeholder {
                            color: $color_1;
                        }

                        &:-ms-input-placeholder {
                            color: $color_1;
                        }

                        &::-ms-input-placeholder {
                            color: $color_1;
                        }

                        &::placeholder {
                            color: $color_1;
                        }
                    }

                    i.clear-icon {
                        position: absolute;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        transform: translateY(-50%);
                        right: 10px;
                        font-size: 2em;
                        cursor: pointer;
                    }
                }
            }

            h1 {
                margin: 0 0 35px 0;
            }

            h3.subtitle {
                margin-bottom: 30px;
            }

            div.widgets {
                div.widget-slider {
                    position: relative;
                    width: calc(100% + 20px);

                    ul.slides {
                        li {
                            width: 163px !important;
                            height: 163px !important;
                            margin-right: 10px !important;

                            header {
                                &+div {
                                    font-size: 32px !important;
                                }
                            }

                            .next-payment-info {
                                p {
                                    margin: 0;
                                    font-size: 18px;
                                    line-height: 90%;
                                    font-weight: 600;

                                    &:first-child {
                                        font-size: 32px !important;
                                        margin-bottom: 15px;
                                    }

                                }
                            }

                            >div {
                                background: #3063f6a6;
                                padding: 20px;
                                color: $color_1;
                                border-radius: 8px;
                                height: 163px;
                                width: 163px;
                                position: relative;
                                overflow: hidden;
                                border: 1px solid #FFFFFF33;

                                &:before {
                                    content: '';
                                    position: absolute;
                                    background: #3063f6;
                                    width: 100%;
                                    height: 100%;
                                    top: 0;
                                    left: 0;
                                    z-index: 1;
                                    opacity: 0.6;
                                }

                                header {
                                    display: -webkit-box;
                                    display: -ms-flexbox;
                                    display: flex;
                                    -webkit-box-pack: justify;
                                    -ms-flex-pack: justify;
                                    justify-content: space-between;
                                    -webkit-box-align: start;
                                    -ms-flex-align: start;
                                    align-items: flex-start;
                                    z-index: 110;
                                    position: relative;

                                    a {
                                        color: $color_1;

                                        &:hover {
                                            opacity: 0.75;
                                        }

                                        &:active {
                                            opacity: 0.75;
                                        }

                                        &:focus {
                                            opacity: 0.75;
                                        }
                                    }

                                    i {
                                        color: $color_1;
                                    }
                                }

                                div {
                                    font-size: 18px;
                                    line-height: 1;
                                    position: absolute;
                                    bottom: 20px;
                                    left: 20px;
                                    z-index: 110;
                                }
                            }
                        }
                    }

                    ol.flex-control-nav {
                        bottom: -50px;

                        li {
                            a {
                                background: rgba(255, 255, 255, 0.5);
                                -webkit-box-shadow: none;
                                box-shadow: none;
                            }

                            a.flex-active {
                                background: #FFFFFF;
                            }
                        }
                    }
                }
            }

            ul.nav-discover.horizontal-scroll {
                width: calc(100% + 20px);
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
                overflow-x: auto;
                white-space: nowrap;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;

                .nav-item {
                    display: inline-block;
                }
            }

            ul.nav-discover {
                a {
                    color: $color_1;
                    opacity: 0.5;
                    border-radius: 0;
                    padding-left: 0;
                    padding-right: 0;
                    margin-left: 0px;
                    margin-right: 30px;
                    font-size: 14px;
                    padding: 0 0 3px 0;
                }

                a.active {
                    color: $color_1;
                    border-bottom: 1px solid #FFFFFF;
                    background: none;
                    opacity: 1;
                }
            }
        }

        header.page-header.type-light {
            padding: 20px 20px 40px 20px;

            section.user-bar {
                margin-bottom: 0;
            }
        }

        header.page-header.type-white {
            padding: 20px 18px 34px 18px;
            background: $blue-grey-background;

            .hamburger-inner,
            .hamburger-inner::before,
            .hamburger-inner::after {
                background-color: $sf-black;
            }

            section.user-bar div.profile-dropdown-wrapper>a:after {
                color: $sf-black;
            }
        }

        div.page-content {
            background: #f4f6f9;
            border-radius: 24px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            padding: 30px 20px;
            padding-bottom: 50px;
            margin-top: -20px;

            .tag {
                border-radius: 4px;
                background: #e6eca4;
                color: $color_2;
                padding: 5px 10px;
                text-align: center;
                font-size: 10px;
                display: inline-block;
                font-weight: 600;
                margin: 0 !important;

                &+a {
                    margin: 0 !important;
                }
            }

            div.section-title {
                h1 {
                    font-size: 24px;
                }

                h2 {
                    font-size: 16px;
                    margin-bottom: 15px;
                    font-weight: 600;

                    ul#pills-tab {
                        li.nav-item {
                            a {
                                color: $color_7;
                            }

                            a.active {
                                color: $color_5;
                            }
                        }
                    }

                    ul.nav {
                        li.nav-item {
                            a.nav-link {
                                color: $color_9;
                                margin-left: calc(-1 * var(--bs-nav-link-padding-x));
                            }

                            a.nav-link.active {
                                color: $color_5;
                            }
                        }
                    }

                    small {
                        color: $color_3;

                        a {
                            color: $color_3;
                        }
                    }
                }
            }

            div.section-title-small {
                h2 {
                    font-size: 16px;
                    color: $color_9;
                    margin-bottom: 20px;
                }
            }

            div.section-title-large {
                h2 {
                    font-size: 24px;
                    margin-bottom: 30px;
                }
            }

            div.product-grid {
                div.product-wrapper {
                    position: relative;

                    div.product {
                        aspect-ratio: 1 / 1;
                        border-radius: 0px;
                        color: $color_2;
                        position: relative;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                        justify-content: space-between;
                        overflow: hidden;
                        background: #FFFFFF;
                        margin: 0;
                        -webkit-transition: all 250ms ease;
                        -moz-transition: all 250ms ease;
                        -ms-transition: all 250ms ease;
                        -o-transition: all 250ms ease;
                        transition: all 250ms ease;

                        &:hover {
                            -webkit-box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
                            box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
                        }

                        &:active {
                            -webkit-box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
                            box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
                        }

                        &:focus {
                            -webkit-box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
                            box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
                        }

                        a.image {
                            background: no-repeat center center;
                            background-size: cover;
                            height: 100%;
                        }

                        header {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-pack: justify;
                            -ms-flex-pack: justify;
                            justify-content: space-between;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            position: absolute;
                            left: 0;
                            width: 100%;
                            padding: 10px;

                            span.favorite {
                                color: $color_2;
                                background: #FFFFFF;
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                                -webkit-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                -webkit-box-pack: center;
                                -ms-flex-pack: center;
                                justify-content: center;
                                padding: 5px;
                                border-radius: 4px;
                                border: 1px solid #e9ecef;

                                i {
                                    line-height: 1;
                                    color: $color_9;
                                }

                                .spinner-border {
                                    width: 1rem;
                                    height: 1rem;
                                    vertical-align: -0.125em;
                                }
                            }
                        }
                    }

                    footer {
                        width: 100%;
                        text-align: left;
                        padding-top: 10px;
                        display: grid;
                        gap: 6px;

                        span {
                            font-size: 12px;
                            font-weight: 500;
                            line-height: 1;
                            margin: 0 !important;
                        }

                        span.brand-name {
                            width: 100%;
                            display: block;
                            color: $sf-light-grey;
                        }

                        span.product-name {
                            width: 100%;
                            display: block;
                        }

                        span.price {
                            width: 100%;
                            display: block;
                            font-weight: 700;
                            line-height: 16px;
                        }
                    }

                    a.btn {
                        font-size: 11px;
                        font-weight: 700;
                        line-height: 130%;
                        letter-spacing: 0;
                        padding: 7px 16px !important;
                        height: 30px;
                        display: inline-flex;
                        justify-content: center;
                        align-items: center;
                        border-radius: 4px;
                        margin-top: 15px;
                    }

                    a.btn.btn-outline-primary {
                        border-color: $border-color_4;
                        background-color: $background-color_12;
                        width: 100%;
                        margin-top: 15px !important;

                        &:hover {
                            background-color: $background-color_6;
                            border-color: $border-color_6;
                        }

                        &:active {
                            background-color: $background-color_6;
                            border-color: $border-color_6;
                        }

                        &:focus {
                            background-color: $background-color_6;
                            border-color: $border-color_6;
                        }
                    }

                    a.btn.btn-outline-danger {
                        border-color: $div-lines;
                        background-color: $white;

                        &:hover {
                            border-color: $error_state;
                            background-color: $error_state;
                        }

                        &:active {
                            border-color: $error_state;
                            background-color: $error_state;
                        }

                        &:focus {
                            border-color: $error_state;
                            background-color: $error_state;
                        }

                    }


                }
            }

            nav#productPagination {
                display: block;
                margin: 0;
                margin-top: 60px;

                ul.pagination {
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;

                    li.page-item {
                        display: block;

                        a.page-link {
                            background: none;
                            border: none;
                            border-radius: 50%;
                            width: 28px;
                            height: 28px;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            padding: 10px;
                            margin: 0 5px;
                            font-size: 14px;
                            font-weight: 600;
                            color: $color_11;
                            color: $color_12;
                            white-space: nowrap;
                        }
                    }

                    li.page-item.active {
                        a.page-link {
                            background: #CFD8F7;
                            color: $color_13;
                        }
                    }
                }
            }

            hr.divider {
                margin-top: 30px !important;
                margin-bottom: 30px !important;
                border-top: 1px solid #d0d0d0;

                &.m-0 {
                    margin-top: 0 !important;
                    margin-bottom: 0 !important;
                }
            }

            div.campaign-grid {
                div.campaign {
                    background: #e9eef4;
                    border-radius: 8px;
                    overflow: hidden;

                    a.manage-compaign-btn {
                        border: 1px solid #3063F6;
                        border-radius: 8px;
                        padding: 15px 20px;
                        width: max-content;
                        margin: auto;
                        font-size: 14px;
                        font-weight: 600;
                        line-height: 90%;
                    }

                    header {
                        width: 100%;
                        aspect-ratio: 16/9;
                        position: relative;
                        background: no-repeat center center;
                        background-size: cover;
                        height: 188px;

                        span.tag {
                            position: absolute;
                            top: 10px;
                            left: 10px;
                            z-index: 110;
                            font-weight: bold;

                            i {
                                margin-right: 5px;
                            }
                        }

                        span.upcoming-tag {
                            position: absolute;
                            top: 10px;
                            left: 10px;
                            background: #CF6767;
                            padding: 6px 5px;
                            z-index: 100;
                            border-radius: 4px;
                        }


                        span.tag.bg-success {
                            background-color: $background-color_13 !important;
                        }

                        span.tag.bg-danger {
                            background-color: $background-color_14 !important;
                            color: $color_1;
                        }

                        a {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            font-size: 20px;
                            color: $color_1;
                            z-index: 110;
                            position: relative;
                            height: 100%;
                        }

                        &:before {
                            content: "";
                            width: 100%;
                            height: 100%;
                            background: rgba(0, 0, 0, 0.5);
                            position: absolute;
                            top: 0;
                            left: 0;
                            z-index: 100;
                        }
                    }

                    footer {
                        padding: 24px;
                        height: 147px;

                        &:has(.manage-compaign-btn) {
                            display: grid;
                            gap: 15px;

                            .campaign-dates,
                            .campaign-status {
                                margin: 0 !important;
                            }
                        }

                        div.campaign-dates {
                            font-size: 12px;
                            font-weight: 600;
                            line-height: 10.8px;
                            margin-bottom: 15px;
                            color: $color_9;
                        }

                        .campaign-description {
                            font-size: 13px;
                            font-weight: 500;
                            line-height: 19.6px;
                            margin-bottom: 15px;
                        }
                    }
                }
            }

            div.creator-grid {
                div.creator {
                    >a {
                        margin-bottom: 20px;

                        img {
                            border-radius: 15px;
                            max-width: 100%;
                        }
                    }

                    a.creator-element {
                        padding: 5px;
                        background: #FFFFFF;
                        color: $color_2;
                        -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
                        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
                        -webkit-transition: all 250ms ease;
                        -moz-transition: all 250ms ease;
                        -ms-transition: all 250ms ease;
                        -o-transition: all 250ms ease;
                        transition: all 250ms ease;

                        img {
                            width: 55px;
                            height: 55px;
                            border-radius: 50%;
                            margin: 0 15px 0 0;
                        }

                        span {
                            &:last-of-type {
                                color: $color_5;
                            }
                        }

                        &:hover {
                            -webkit-box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
                            box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
                        }

                        &:active {
                            -webkit-box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
                            box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
                        }

                        &:focus {
                            -webkit-box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
                            box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
                        }
                    }
                }
            }

            table#table-my-products {
                tbody {
                    tr {
                        td {
                            div.product-image.product-image-50 {
                                width: 50px;
                                height: 50px;
                                background: no-repeat center center;
                                background-size: cover;
                            }
                        }
                    }
                }
            }

            .nav-tabs-light.horizontal-scroll {
                width: calc(100% + 20px);
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
                overflow-x: scroll;
                white-space: nowrap;
                scrollbar-width: none;
                margin-bottom: 30px !important;

                li.nav-item {
                    a.nav-link {
                        padding: 0;
                        margin-right: 20px;
                        color: $color_3;
                    }

                    a.nav-link.active {
                        color: $color_5;
                        border-bottom: 1px solid #3063f6;
                    }
                }
            }

            div.brand-grid-wrapper {
                div.brand-wrapper {
                    position: relative;

                    span.favorite {
                        position: absolute;
                        top: 10px;
                        right: 20px;
                        color: $color_2;
                        background: #FFFFFF;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        padding: 5px;
                        border-radius: 4px;
                        border: 1px solid #e9ecef;
                        z-index: 110;
                        cursor: pointer;

                        i {
                            line-height: 1;
                            color: $color_9;
                        }

                        .spinner-border {
                            width: 1rem;
                            height: 1rem;
                            vertical-align: -0.125em;
                        }
                    }

                    a.brand {
                        background: no-repeat center center;
                        -webkit-background-size: cover;
                        background-size: cover;
                        aspect-ratio: 3 / 4;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        border-radius: 8px;
                        position: relative;
                        overflow: hidden;
                        font-family: $font-family_1;
                        font-weight: 500;
                        font-style: normal;
                        font-size: 20px;
                        color: $color_1;

                        span {
                            position: relative;
                            z-index: 110;
                            text-align: center;
                        }

                        &:after {
                            content: "";
                            width: 100%;
                            height: 100%;
                            position: absolute;
                            top: 0;
                            left: 0;
                            background: rgba(0, 0, 0, 0.5);
                            z-index: 100;
                        }
                    }
                }
            }

            h3.brand-group-title {
                margin-top: 30px;
                margin-bottom: 30px;

                &:first-child {
                    margin-top: 0px;
                }
            }

            &:has(.alphabet-nav) {
                position: relative;
            }

            div.alphabet-nav {
                position: absolute;
                right: 0;
                top: 30px;
                padding: 0 5px 0 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                width: max-content;

                a {
                    font-size: 11px;
                    color: $color_2;
                }
            }

            div.alphabet-nav.sticky {
                position: fixed;
                top: 50%;
                transform: translateY(-50%);
                z-index: 9999;
            }

            div.explore-categories-grid-wrapper {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                width: calc(100% + 20px);
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
                overflow-x: auto;
                white-space: nowrap;
                scrollbar-width: none;
                scroll-behavior: smooth;

                a.explore-category {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    margin-right: 30px;
                    color: $color_2;
                    max-width: 75px;

                    img {
                        margin-bottom: 15px;
                        width: 75px;
                    }

                    span {
                        font-size: 14px;
                    }
                }
            }

            div.explore-categories-grid-wrapper.explore-categories-discover {
                a.explore-category {
                    margin-right: 30px;
                }
            }

            .masonry-grid {
                .grid-item {
                    header {
                        margin: 20px 0 10px 0;

                        a.creator {
                            color: $color_2;
                        }
                    }

                    >img {
                        width: 100%;
                    }

                    >a {
                        >img {
                            min-width: 100%;
                        }
                    }
                }
            }

            .btn-filters-toggle {
                font-size: 12px;
                padding: 8px 20px;
                line-height: 11px;
                height: 30px;
                font-weight: 600;
                border: 1px solid #E1E1E1;
                border-radius: 8px !important;
                gap: 8px;
            }

            .btn-filters-toggle-xl {
                font-size: 12px;
                padding: 8px 20px;
                line-height: 11px;
                height: 30px;
                font-weight: 600;
                border: 1px solid #E1E1E1;
                border-radius: 8px !important;
                gap: 8px;
            }

            .dropdown-sort {
                .dropdown-toggle {
                    font-size: 12px;
                    padding: 8px 20px;
                    line-height: 11px;
                    height: 30px;
                    font-weight: 600;
                    border: 1px solid #E1E1E1;
                    border-radius: 8px !important;
                    gap: 8px;
                }
            }

            div.filter-column {
                div#filters-wrapper {
                    // visibility: hidden;
                    opacity: 1;
                    -webkit-transition: opacity 0.3s ease;
                    -o-transition: opacity 0.3s ease;
                    transition: opacity 0.3s ease;
                    z-index: 99998;

                    &:before {
                        display: none;
                    }

                    aside#filters {
                        max-width: inherit;
                        min-width: inherit;
                        padding: 0;
                        background: none;
                        border-right: none;
                        border-top-right-radius: 0px;
                        border-bottom-right-radius: 0px;
                        height: 100%;
                        position: relative;
                        top: inherit;
                        left: inherit;
                        -webkit-transition: -webkit-transform 0.3s ease;
                        transition: -webkit-transform 0.3s ease;
                        -o-transition: transform 0.3s ease;
                        transition: transform 0.3s ease;
                        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
                        width: inherit;

                        header {
                            a.btn-filters-toggle-close {
                                display: none;
                            }
                        }

                        h3 {
                            font-size: 14px;
                        }

                        ul.nav {
                            li.nav-item {
                                a.nav-link {
                                    color: $color_3;
                                    padding: 5px 0;

                                    &:hover {
                                        color: $color_5;
                                    }

                                    &:active {
                                        color: $color_5;
                                    }

                                    &:focus {
                                        color: $color_5;
                                    }
                                }

                                a.nav-link.active {
                                    background: none;
                                    color: $color_5;
                                }
                            }
                        }

                        div#filterCategory {
                            max-height: 320px;
                            overflow-y: scroll;
                            -webkit-box-sizing: content-box;
                            box-sizing: content-box;
                        }

                        div#filterBrand {
                            max-height: 320px;
                            overflow-y: scroll;
                            -webkit-box-sizing: content-box;
                            box-sizing: content-box;

                            #brandSearch {
                                position: relative;

                                input {
                                    background-image: url('data:image/svg+xml;charset=UTF8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23e1e1e1" class="bi bi-search" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>');
                                    background-repeat: no-repeat;
                                    background-position: left 10px center;
                                    padding: 15px 10px 15px 40px;
                                    font-size: 14px;
                                    border: 1px solid #e1e1e1;
                                    margin: 0 0 20px 0;

                                    &:focus {
                                        -webkit-box-shadow: none;
                                        box-shadow: none;
                                    }

                                    &::-webkit-input-placeholder {
                                        color: $color_8;
                                    }

                                    &:-ms-input-placeholder {
                                        color: $color_8;
                                    }

                                    &::-ms-input-placeholder {
                                        color: $color_8;
                                    }

                                    &::placeholder {
                                        color: $color_8;
                                    }
                                }

                                button#clearSearch {
                                    position: absolute;
                                    right: 0;
                                    top: 50%;
                                    -webkit-transform: translateY(-50%);
                                    -ms-transform: translateY(-50%);
                                    transform: translateY(-50%);
                                    background: none;
                                    border: none;
                                    opacity: 0.5;
                                }
                            }
                        }
                    }


                    aside#filters.show {
                        -webkit-transform: inherit;
                        -ms-transform: inherit;
                        transform: inherit;
                        visibility: visible;
                    }
                }

                div#filters-wrapper.active {
                    visibility: visible;
                    opacity: 1;
                }
            }

            .filter-column:has(#filters-wrapper.show) {
                display: block !important;
            }

            div#filters-wrapper.show {
                visibility: unset !important;
            }

            header.brand-header {
                border-bottom: 1px solid #e1e1e1;
                padding-bottom: 25px;
                position: relative;

                div.favorite-wrapper {
                    position: absolute;
                    top: 0;
                    right: 0;
                    font-size: 12px;

                    span.favorite {
                        color: $color_2;
                        background: #FFFFFF;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        padding: 5px;
                        border-radius: 4px;
                        border: 1px solid #e9ecef;

                        i {
                            line-height: 1;
                            color: $color_9;
                        }

                        .spinner-border {
                            width: 1rem;
                            height: 1rem;
                            vertical-align: -0.125em;
                        }
                    }
                }

                span {
                    &:not(.favorite) {
                        display: block;
                        width: 100px;
                        height: 100px;
                        min-width: 100px;
                        border-radius: 50%;
                        margin: 0 20px;
                    }
                }
            }

            .campaign-status-container {
                background: #e9eef4;
                padding: 35px;

                .section-title {
                    max-width: 574px;
                    margin: 0 auto;

                    h2 {
                        margin-bottom: 20px;
                        font-weight: 600;
                        line-height: 18px;
                        letter-spacing: -0.01em;
                        max-width: 80%;
                        margin: 0 auto 15px;
                    }

                    p {
                        font-weight: 500;
                        font-size: 13px;
                    }
                }
            }

            .header-content {
                display: grid;
                row-gap: 30px;

                &+hr {
                    margin: 30px 0;
                }
            }

            div.section-title.heading-title {
                h2 {
                    font-size: 24px;
                    text-transform: capitalize;
                }

                h5 {
                    font-size: 14px;
                    margin-bottom: 0px;
                    color: $sf-mid-grey;
                    margin-top: 15px;
                    font-weight: 600;
                }

                hr.divider {
                    margin-top: 20px !important;
                    margin-bottom: 30px !important;
                }
            }
        }
    }
}

div.filter-tags-wrapper {
    div.tags {
        div.btn.btn-outline-dark.btn-sm {
            cursor: inherit;
            border-color: $border-color_7;

            span.close-tag {
                padding: 5px 10px;
                background-color: $background-color_3;
                margin: 1px -8px 1px 8px;
                color: $color_9;
                border-radius: 4px;
                border-top-left-radius: 0;
                cursor: pointer;
            }
        }
    }
}

.scrollable-bar {
    -webkit-overflow-scrolling: touch;

    &::-webkit-scrollbar {
        display: none;
    }
}

div.campaign {
    a {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;

        &:hover {
            color: $color_9;
            opacity: 0.9;
        }

        &:active {
            color: $color_9;
            opacity: 0.9;
        }

        &:focus {
            color: $color_9;
            opacity: 0.9;
        }
    }

    a.thumbnail {
        background: center center no-repeat #f8f9fa;
        background-size: cover;
        width: 100%;
        height: 150px;
        border-radius: 5px;
    }

    div.actions {
        position: absolute;
        bottom: 30px;
        right: 10px;
        opacity: 0;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;

        a {
            display: inline-block;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            position: relative;

            i {
                &:before {
                    font-size: 12px;
                    position: absolute;
                    top: calc(50% - 6px);
                    left: calc(50% - 6px);
                }
            }
        }
    }

    a.campaign-name {
        color: $color_2;
    }

    &:hover {
        div.actions {
            opacity: 1;
        }
    }

    &:active {
        div.actions {
            opacity: 1;
        }
    }

    &:focus {
        div.actions {
            opacity: 1;
        }
    }
}

div.campaign.add {
    a.thumbnail {
        color: $color_2;
        background: #f8f9fa;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;

        &:hover {
            background: #e9eaee;

            i.flaticon-add {
                color: $color_10;
            }
        }

        &:active {
            background: #e9eaee;

            i.flaticon-add {
                color: $color_10;
            }
        }

        &:focus {
            background: #e9eaee;

            i.flaticon-add {
                color: $color_10;
            }
        }

        i.flaticon-add {
            color: $color_7;

            &:before {
                font-size: 34px;
            }
        }
    }
}

section.campaigns {
    div#campaignCarousel {
        .campaign-hero {
            background: center center no-repeat #1d1e22;
            background-size: cover;
            color: $color_1;
            position: relative;

            &:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                z-index: 0;
                background: rgba(0, 0, 0, 0.75);
                width: 100%;
                height: 100%;
            }

            >div {
                position: relative;
                z-index: 110;
            }
        }
    }
}

#campaignCarousel {
    section.campaign-hero {
        background-size: cover;
    }
}

.card-campaign {
    .campaign-image {
        background: center center no-repeat;
        background-size: cover;
        min-height: 400px;
    }
}

section.page-profile {
    div.row.image {
        div.field-user-profile_image {
            div.file-input {
                div.file-preview {
                    border: none;
                    border-radius: 0;
                    padding: 0;
                    margin: 20px 0 20px 0;
                    width: 120px;
                    height: 120px;
                    border: 1px dashed #e9ecef;
                    border-radius: 50%;

                    button.close.fileinput-remove {
                        background: #FFFFFF;
                        border-radius: 50%;
                        border: 1px solid #d4d4d4;
                        height: 30px;
                        width: 30px;
                        position: absolute;
                        top: 5px;
                        right: 5px;
                        z-index: 110;
                    }

                    div.file-drop-zone {
                        margin: 10px 0 0 10px;
                        padding: 0;
                        border-radius: 50%;
                        min-height: inherit;
                        width: 100px;
                        height: 100px;
                        overflow: hidden;
                        border: 1px solid #d4d4d4;

                        div.file-preview-thumbnails {
                            div.krajee-default.file-preview-frame {
                                border: none;
                                -webkit-box-shadow: none;
                                box-shadow: none;
                                padding: 0;
                                margin: 0;
                                width: 100%;
                                height: 100%;

                                div.kv-file-content {
                                    width: 100px;
                                    height: 100px;
                                    position: absolute;
                                    left: 0;
                                    top: 0;

                                    img {
                                        min-height: 100%;
                                        min-width: 100%;

                                    }
                                }

                                div.file-thumbnail-footer {
                                    display: none;
                                }
                            }
                        }
                    }
                }
            }

            div.file-caption {
                div.input-group {
                    input.file-caption-name {
                        display: none;
                    }

                    div.input-group-btn {
                        button.fileinput-cancel {
                            display: none;
                        }

                        button.fileinput-remove {
                            display: none;
                        }

                        button.fileinput-upload {
                            display: none;
                        }
                    }
                }
            }
        }
    }

    div.field-user-access_token {
        display: none;
    }
}

section#app {
    .inbox-feed-message {
        display: block;
        color: $color_2;
        padding: 20px 20px 20px 30px;
        margin: 0 0 5px 0;
        background: #f8f9fa;
        border-bottom: 1px solid #e9ecef;
        position: relative;
        border-radius: 5px;

        div.room-name {
            font-weight: 600;

            span {
                font-weight: 400;
            }
        }

        span.timestamp {
            color: $color_7;
        }

        &:hover {
            background: #e9ecef;
            color: $color_2;
            border-color: $border-color_8;

            span.timestamp {
                color: $color_3;
            }
        }

        &:active {
            background: #e9ecef;
            color: $color_2;
            border-color: $border-color_8;

            span.timestamp {
                color: $color_3;
            }
        }

        &:focus {
            background: #e9ecef;
            color: $color_2;
            border-color: $border-color_8;

            span.timestamp {
                color: $color_3;
            }
        }
    }

    .inbox-feed-message.unread {
        &:before {
            content: "";
            position: absolute;
            left: 10px;
            top: 28px;
            width: 8px;
            height: 8px;
            background: #3063f6;
            border-radius: 50%;
        }
    }

    div.inbox-message {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
        border-bottom: 1px solid #f8f9fa;

        div.sender {
            div.thumbnail {
                width: 35px;
                height: 35px;
                overflow: hidden;
                display: block;

                img {
                    max-width: 35px;
                    display: block;
                }
            }

            div.sender-information {
                span.email {
                    color: $color_10;
                }
            }
        }
    }

    div.inbox-message-content {
        label {
            text-transform: uppercase;
            color: $color_10;
            font-weight: 400;
        }
    }
}

section#product {
    div.product-images {
        position: relative;

        span.favorite {
            color: $color_2;
            position: absolute;
            top: 5px;
            right: 15px;
            width: 40px;
            height: 40px;
            z-index: 110;
            cursor: pointer;
            z-index: 9998;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;

            i.bi-heart {
                font-size: 2em;
            }

            i.bi-heart-fill {
                font-size: 2em;
            }
        }

        div.flexslider-product-images {
            border-radius: 5px;
            overflow: hidden;
            z-index: 100;
            position: relative;

            img {
                max-width: 100%;

            }

            ol.flex-control-nav {
                li {
                    border-right: 4px solid #FFFFFF;
                    margin-bottom: 4px;

                    &:nth-child(4n) {
                        margin-right: -4px;
                    }

                    img {
                        border-radius: 5px;
                    }

                    img.flex-active {
                        border: 1px solid #e9ecef;
                    }
                }
            }

            div.lSSlideOuter {
                div.lSSlideWrapper {
                    ul {
                        li {
                            img {
                                width: 100%;
                                aspect-ratio: 1 / 1;
                                object-fit: cover;
                            }
                        }
                    }

                    div.lSAction {
                        a.lSPrev {
                            background: url("../images/icon-left.svg") no-repeat center center;
                        }

                        a.lSNext {
                            background: url("../images/icon-right.svg") no-repeat center center;
                        }
                    }
                }

                ul.lSPager {
                    display: flex;
                    justify-content: center;
                    min-width: 100% !important;
                    max-width: max-content;

                    li {
                        height: 68px !important;
                        width: 45px !important;
                        margin-right: 10px !important;
                        padding-bottom: 6px !important;
                        border-bottom: 2px solid transparent;
                        border-radius: 0px;

                        &.active {
                            border-color: $sf-black;
                        }

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }
                    }
                }
            }
        }
    }

    div.product-content {
        header.page-title {
            position: relative;

            h1 {
                font-size: 18px;

                small {
                    font-size: 14px;

                    a {
                        color: $color_3;
                    }
                }
            }

            span.favorite {
                position: absolute;
                top: 0;
                right: 0;
                background: #FFFFFF;
                border-radius: 4px;
                border: 1px solid #e9ecef;
                padding: 2px 7px;
            }

            span.price {
                font-size: 12px;
            }
        }

        hr {
            border-color: $border-color_9;
        }

        span.profit {
            font-size: 16px;
            font-weight: 600;
            color: $color_9;

            a {
                color: $color_9;
            }

            small {
                font-size: 12px;
                font-weight: 400;
                width: 100%;
                display: block;
            }
        }

        form#product-form {
            div.form-group-add-to-store {
                width: 100%;
                // position: relative;
                // bottom: 110px;
                // right: 0;
                // z-index: 99998;
                display: flex;
                flex-direction: column;
                align-items: center;
                // -webkit-box-pack: center;
                // -ms-flex-pack: center;
                justify-content: center;

                .btn {
                    margin: 0 5px;
                    font-size: 14px;
                    padding-top: 15px;
                    padding-bottom: 15px;
                    width: 100%;
                    max-width: 335px;

                    &.add {
                        margin-bottom: 10px !important;
                    }
                }
            }
        }
    }

    div.widget {
        margin-bottom: 20px;
    }

    div.widget.widget-reviews {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e9ecef;

        a {
            color: $color_2;

            strong {
                font-weight: 600;
            }
        }
    }
}

hr.heading-separator {
    margin: 40px 0 15px 0;
    border-top: 1px solid #D0D0D0;
    opacity: 1;
}

section.page-campaign-view {

    div.main-content {
        div.page-content {
            a.back-btn {
                display: inline-block;
                font-weight: 500;
                font-size: 12px;
                color: #969696;
                margin-bottom: 20px;
            }

            .campaign-image {
                img {
                    border-radius: 16px;
                    margin-bottom: 20px;
                    width: 100%;
                    max-width: 520px;
                    max-height: 693px;
                    object-fit: cover;
                }
            }

            .campaign-info {
                hr {
                    margin: 20px 0;
                }

                h3.subtitle {
                    color: #969696;
                    line-height: 90%;
                    margin-bottom: 15px;
                }

                .decription {
                    h4 {
                        font-size: 13px;
                    }

                    p,
                    ul {
                        color: #565656;
                        margin-bottom: 20px;
                        font-size: 13px;
                    }
                }

                .status {
                    p {
                        font-size: 13px;

                        b {
                            color: #000;
                        }
                    }

                    .progress-wrapper:has(.submit_content > .indicator.active) .request_product::after {
                        background: #868686;
                    }

                    .progress-wrapper:has(.complete > .indicator.active) :is(.request_product::after, .submit_content::after) {
                        background: #868686;
                    }

                    .progress-wrapper {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        padding: 17.32px 17.69px 18.66px 17px;
                        margin-bottom: 20px;
                        background: #E9EEF4;
                        border-radius: 8px;

                        &:has(.submit_content > .indicator.active) {
                            .request_product {
                                &::after {
                                    background: #3063F6 !important;
                                }
                            }
                        }

                        &:has(.complete > .indicator.active) {
                            .request_product {
                                &::after {
                                    background: #3063F6 !important;
                                }
                            }

                            .submit_content {
                                &::after {
                                    background: #3063F6 !important;
                                }
                            }
                        }

                        >div {
                            display: flex;
                            flex-direction: column;
                            justify-content: space-between;
                            align-items: center;
                            position: relative;
                            width: 100%;
                            // padding-right: 3rem;
                            min-height: 3.3rem;

                            &:has(.indicator.active) {
                                label {
                                    color: #868686 !important;
                                }
                            }

                            label {
                                color: #969696;
                                white-space: nowrap;
                                font-size: 11px;
                                font-weight: 500;
                            }

                            &:last-child {

                                &::after {
                                    content: unset !important;
                                }
                            }

                            &::after {
                                content: " ";
                                height: 1px;
                                width: 99%;
                                display: block;
                                background: #D4D4D4;
                                position: absolute;
                                top: 23%;
                                left: 52%;
                            }

                            .indicator {
                                position: relative;
                                background: #D4D4D4;
                                height: 10px;
                                width: 10px;
                                border-radius: 50%;
                                box-sizing: content-box;
                                margin-bottom: 6px;
                                top: 8px;
                                z-index: 2;

                                &.active {
                                    background: #3063F6 !important;
                                    border: 8px solid #BBCCF7;
                                    top: unset !important;
                                }
                            }
                        }
                    }
                }

                .unenroll-btn {
                    a {
                        color: #3063F6;
                        font-weight: 600;
                        font-size: 14px;
                        text-decoration: underline;
                        text-underline-offset: 3px;
                    }
                }

                a.btn-primary.py-3 {
                    font-weight: 600;
                    font-size: 13px;
                    line-height: 90%;
                    height: 45px;
                    position: fixed;
                    bottom: 10px;
                    left: 50%;
                    transform: translateX(-50%);
                    max-width: 90%;
                    z-index: 99;
                }
            }
        }
    }
}

.page-my-orders {
    hr.heading-separator {
        margin: 40px 0 20px 0;
    }

    div.section-title {
        padding-top: 10px;
        ;
    }

    .product-info {
        width: 100%;

        .brand,
        .brand+h4,
        div h5 {
            font-size: 14px;
        }
    }

    .product-image {
        width: min-content !important;
    }

    .status {
        span {
            font-size: 13px !important;
        }
    }
}

div.main-content {
    div.page-content {
        .list-header {
            margin-bottom: 30px;

            .collection-count {
                font-size: 13px;
                font-weight: 600;
                color: #565656;

            }
        }

        .requested-products {
            .alert {
                background: #E9EEF4;
                color: #292A2E;
                text-align: center;
                display: flex;
                justify-content: center;
                gap: 20px;
                margin-top: 25px;
                align-items: center;
                flex-direction: column;
                padding: 30px 25px;

                p {
                    margin: 0 !important;

                    &:first-child {
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 100%;
                    }

                    &:nth-child(2) {
                        font-size: 13px;
                        font-weight: 500;
                        max-width: 574px;
                        line-height: 140%;
                    }
                }

                a {
                    font-size: 14px;
                    font-weight: 600;
                    width: max-content;
                }
            }

            .product-item {
                display: flex;
                column-gap: 13px;
                color: $sf-black;

                .brand {
                    font-weight: 600;
                    line-height: 100%;
                }

                .collection-name {
                    max-width: 26ch;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

                .brand+div {
                    font-size: 12px;
                    font-weight: 600;
                    color: #969696;
                }

                .product-image {
                    display: flex;
                    flex-wrap: wrap;
                    row-gap: 20px;
                }

                .operational-links {
                    display: flex;
                    align-items: start;
                    justify-content: end;
                    padding: 0 !important;
                }

                .operational-links>div {
                    display: flex;
                    gap: 27px;
                }

                button.delete-btn {
                    border: none;
                    background: none;
                    color: #969696;
                    font-weight: 600 !important;
                    font-size: 13px;
                    position: relative;
                    display: flex;
                    align-items: center;

                    &::before {
                        content: " ";
                        display: inline-block;
                        width: 9.6px;
                        /* Adjust width as needed */
                        height: 11.2px;
                        /* Adjust height as needed */
                        object-fit: contain;
                        background: url('/images/delete.png') no-repeat center center;
                        background-size: contain;
                        margin-right: 5px;
                    }
                }

                button.edit-btn {
                    border: none;
                    background: none;
                    color: #3063F6;
                    font-weight: 600 !important;
                    font-size: 13px;
                    position: relative;
                    display: flex;
                    align-items: center;

                    &::before {
                        content: " ";
                        display: inline-block;
                        width: 11.2px;
                        /* Adjust width as needed */
                        height: 11.2px;
                        /* Adjust height as needed */
                        background: url('/images/edit.png') no-repeat center center;
                        background-size: contain;
                        margin-right: 5px;
                    }
                }

                .brand-info-and-images {
                    >div {
                        &:first-child {
                            margin-bottom: 20px;
                        }
                    }
                }

                .status {
                    font-weight: 600;
                    font-size: 12px;
                    color: #292A2E;
                }

                >.product-image {
                    img {
                        height: 100px;
                        max-width: 100px;
                        aspect-ratio: 1/1;
                        object-fit: cover;
                    }
                }

                >.product-info {
                    h4 {
                        margin-bottom: 6px;
                        font-weight: 600;
                    }

                    h4.brand {
                        color: #969696;
                    }

                    >div:not(:last-child) {
                        margin-bottom: 6px;
                        color: #292A2E;
                        font-weight: 500;
                    }

                    .status {
                        display: flex;
                        justify-content: space-between;
                        gap: 12px;
                        text-transform: capitalize;

                        a {
                            font-size: 11px;
                            font-weight: 700;
                            text-align: left;
                            text-wrap-mode: nowrap;
                        }
                    }
                }
            }

            hr {
                margin: 20px 0 !important;
                opacity: 1;
            }
        }

    }
}

section.page-customer-orders {
    div.main-content {
        div.page-content {
            div.section-title.heading-title h5 {
                margin-bottom: 20px;
            }

            .customer-orders {
                .order-items {
                    .order-info {
                        margin-bottom: 20px;
                    }

                    .order-id {
                        font-size: 13px;
                        margin-bottom: 5px;
                        font-weight: 600;
                    }

                    .order-date {
                        font-size: 12px;
                        font-weight: 600;
                    }

                    .status {
                        font-size: 12px;
                        font-weight: 600;
                        text-transform: capitalize;
                    }

                    .product-images {
                        width: 100%;

                        img {
                            width: 50px;
                            height: 50px;
                            object-fit: cover;
                            margin-right: 10px;
                        }
                    }
                }

                hr {
                    margin: 20px 0 !important;
                    opacity: 1;
                }
            }
        }

        hr.heading-separator {
            margin-bottom: 40px;
        }

        a.btn-outline-primary {
            font-weight: 600;
            font-size: 14px;
        }
    }
}

#pageCustomerOrders {
    hr.heading-separator {
        margin: 40px 0 20px 0;
    }

    .requested-products {
        .product-item {

            .brand,
            .brand+div {
                color: #292A2E !important;
            }
        }
    }
}

section.page-order-details {
    div.main-content {
        div.page-content {
            a.back-btn {
                display: inline-block;
                font-weight: 500;
                font-size: 12px;
                color: #969696;
                margin-bottom: 30px;
            }

            .requested-products.order-products {
                .product-item {
                    .product-info {
                        .quantity {
                            font-size: 13px;
                        }

                        .price {
                            font-size: 13px;
                            font-weight: 600;
                            padding: 12px 0 18px;
                        }

                        .status {

                            a,
                            span {
                                font-weight: 600;
                                font-size: 13px;
                            }
                        }
                    }
                }
            }

            .additional-details {
                font-size: 13px;

                .column-title {
                    font-weight: 600;
                    font-size: 13px;
                    line-height: 90%;
                    margin-bottom: 10px;
                    color: #969696;
                }
            }

            .payment-summary {
                .payment-item {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    font-weight: 600;
                    line-height: 90%;
                    margin-bottom: 12px;
                }

                hr {
                    border-top: 1px solid #565656;
                    opacity: 1;
                }

                .payment-item.payment-total {
                    font-size: 14px;
                    margin-bottom: 20px;
                }

                .payment-item.saving {
                    padding: 12px 10px;
                    background: #8DAAFB33;
                    color: #3063F6;
                    border-radius: 8px;
                    font-size: 14px;
                }
            }
        }
    }
}

section.page-products {
    div.main-content {
        div.page-content {
            .product-btns-wrapper {
                align-items: start !important;
                width: 100%;
                flex-wrap: wrap;
                row-gap: 20px;
                margin-bottom: 10px;

                .product-btns {
                    display: grid;
                    grid-template-columns: 1fr 1fr;
                    column-gap: 15px;
                    row-gap: 20px;

                    .btn,
                    .total-selected-count {
                        border-radius: 8px !important;
                        font-weight: 600;
                        align-items: center;
                        white-space: nowrap;
                        margin: 0 !important;

                    }

                    .total-selected-count {
                        display: flex !important;
                        align-items: center;
                        font-size: 13px;
                        color: #565656;
                    }

                    .add-to-collection,
                    .delete-selected {
                        position: relative;
                        padding: 12px 15px;

                        &::before {
                            content: " ";
                            display: inline-block;
                            width: 16px;
                            height: 16px;
                            margin-right: 8px;
                        }
                    }

                    .add-to-collection {
                        &::before {
                            background: url("/images/Atom.png") no-repeat center center;
                            background-size: contain;
                        }
                    }

                    .delete-selected {
                        &::before {
                            background: url("/images/delete-selected.png") no-repeat center center;
                            background-size: contain;
                        }
                    }

                }
            }

            .product-listing-table {
                table {
                    thead {
                        display: none !important;
                    }

                    tbody {
                        td:not(:first-child, :nth-child(2)) {
                            display: none;
                        }

                        td {
                            padding: 20px 10px;
                            border-color: #D0D0D0;
                            font-size: 12px;

                            input {
                                height: 20px;
                                width: 20px;
                                margin-top: 12px;
                                border: 1px solid #E1E1E1;
                                margin-right: 10px;
                            }

                            .table-product-item {
                                display: flex;
                                font-size: 12px;
                                font-weight: 600;

                                .img {
                                    margin-right: 20px;

                                    img {
                                        height: 50px;
                                        width: 50px;
                                        object-fit: cover;
                                    }
                                }

                                .brand {
                                    line-height: 90%;
                                    color: #969696;
                                    margin-bottom: 4px;
                                }
                            }
                        }

                        td:first-child {
                            vertical-align: baseline;
                        }

                        tr:has(td:first-child input[type="checkbox"]:checked) {
                            td {
                                background: #E9EEF4;
                            }
                        }
                    }
                }
            }
        }
    }
}

nav.nav-footer {
    background-color: $background-color_15;

    div.container-fluid {
        div.navbar-collapse {
            ul.navbar-nav {
                li.nav-item {
                    a.nav-link {
                        color: $color_3;

                        i {
                            font-size: 30px;
                        }

                        span {
                            font-size: 12px;
                            white-space: nowrap;
                        }

                        &:hover {
                            color: $color_5;
                        }

                        &:active {
                            color: $color_5;
                        }

                        &:focus {
                            color: $color_5;
                        }
                    }

                    a.nav-link.active {
                        color: $color_5;
                    }
                }
            }
        }
    }
}

footer.page-footer {
    background: #f4f6f9;
    border: 1px solid #D0D0D0;
    padding: 32px 8px;
    position: relative;

    .logo {
        img {
            width: 105px;
            height: 21px;
        }
    }

    h4 {
        margin-bottom: 20px;

        a {
            color: $color_2;
        }
    }

    p {
        color: $color_10;
        margin-bottom: 0;

        a {
            color: $color_10;
        }
    }

    .footer-top {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 40px;

        .footer-top-menu {
            width: 100%;

            a {
                color: $sf-black;
                font-size: 14px;
                font-weight: 600;
            }

            a {
                color: $sf-black;
                font-size: 14px;
                font-weight: 600;
            }

            hr.separator {
                margin: 0 !important;
                margin-bottom: 20px !important;
                border-top: 1px solid #D0D0D0;
                opacity: 1;
            }
        }

        .footer-social-icons {
            gap: 20px;

            a {
                font-size: 20px;
                color: $color_14;
            }
        }
    }

    .footer-bottom {
        font-size: 12px;
        gap: 10px;

        a {
            font-size: 12px;
            color: #969696;
            font-weight: 500;
        }
    }
}

footer.main {
    font-size: 12px;
    color: $color_1;
    margin: 0 0 20px 0;

    a {
        color: $color_1;
    }

    a.logo {
        font-family: $font-family_2;
        font-weight: bold;
        font-style: normal;
        font-display: swap;
        font-size: 18px;
    }

    p {
        color: $color_3;
        font-size: 10px;
        margin: 0;
    }

    div.social-links {
        a {
            i {
                font-size: 30px;
                display: inline-block; // Ensure proper box model

                // Fix rendering at high zoom levels
                &::before {
                    display: block;
                }
            }

            &:hover {
                color: $color_7;
            }

            &:active {
                color: $color_7;
            }

            &:focus {
                color: $color_7;
            }
        }
    }
}

section.page-dashboard {
    div.main-content {
        header.page-header {
            padding-bottom: 70px;

            &:has(.widget-slider .flex-control-nav li) {
                padding-bottom: 90px;
            }


        }

        div.page-content {
            padding: 40px 20px;

            div.section-title.creator-spotlight {
                h2 {
                    font-size: 24px;
                }
            }
        }
    }
}

section.page {
    div.main-content {
        div.page-content {
            a.btn.view-store {
                font-size: 11px;
                font-weight: 700;
                padding: 5px 13px;
                line-height: 15.6px;
                height: 25px;
                width: 94px;
            }
        }
    }
}

section.page-discover {
    div.main-content {
        div.page-content {
            a.btn.btn-outline-primary {
                margin-top: 30px;
                font-size: 14px;
                font-weight: 600;
                letter-spacing: -0.01em;
                line-height: 1;
                height: 40px;
                padding: 12px 20px;
                border-radius: 8px;
            }
        }
    }
}

section.page-discover-brands {
    div.main-content {
        div.page-content {
            .section-title {
                h2 {
                    margin-bottom: 30px;
                }
            }
        }
    }
}

div.main-content {
    .trending-beauty-section {
        .creator-quote {
            text-align: center;

            p {
                font-size: 13px;
                font-weight: 500;
                margin-bottom: 20px;
            }

            .creator-info {
                display: inline-flex;
                padding: 8px 20px 8px 10px;
                background: #FFFFFF;
                box-shadow: 0px 4px 20px 0px #0000001A;
                border-radius: 100px;

                img.creator-avatar {
                    max-width: 45px;
                    border-radius: 50%;
                    margin-right: 10px;
                }

                .creator-handle {
                    display: block;
                    font-weight: 600;
                }

                a.view-store {
                    font-weight: 700;
                    text-decoration: underline;
                    text-decoration-thickness: 0px;
                }
            }
        }

        hr.spacer {
            border: 1px solid #FFFFFF;
            margin: 30px auto 0 auto;
            max-width: 60%;
        }
    }
}

section#pag-brand.page-discover {
    div.main-content {
        div.page-content {
            div.row.my-4 {
                margin-top: 30px !important;
                margin-bottom: 30px !important;
            }
        }
    }
}

// section {
//     div.main-content {
//         div.page-content {
//             :is(.product-grid, .brand-grid-wrapper, .campaign-grid) {
//                 .row:has(.product-wrapper, .brand-wrapper, .campaign) {
//                     margin-right: -5px !important;
//                     margin-left: -5px !important;

//                     >* {
//                         padding-left: 5px !important;
//                         padding-right: 5px !important;
//                     }
//                 }
//             }

//             .brand-grid-wrapper {
//                 .row:has(.brand-wrapper) {
//                     margin-bottom: -10px !important;

//                     >* {
//                         padding-bottom: 10px !important;
//                     }
//                 }
//             }

//             :is(.product-grid, .campaign-grid) {
//                 .row:has(.product-wrapper, .campaign) {
//                     margin-bottom: -30px !important;

//                     >* {
//                         padding-bottom: 30px !important;
//                     }
//                 }
//             }
//         }
//     }
// }

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.bootstrap-table {
    .fixed-table-container {
        .table {
            thead {
                th {
                    .sortable {
                        background-image: url(/images/sorting-icon.svg) !important;
                        background-position: left !important;
                        padding-left: 30px !important;
                    }
                }
            }
        }
    }
}


// Privacy policy page

#page-affiliate-disclosures {
    .page-title {
        h1 {
            font-size: 24px;
            font-weight: 600;
            line-height: 90%;
            letter-spacing: -1%;
            margin-bottom: 10px;
        }
    }

    .products {
        .last-updated-date {
            font-size: 14px;
            font-weight: 600;
            color: #565656;
            line-height: 120%;
            letter-spacing: -1%;

        }

        hr.divider {
            border-color: #D0D0D0;

            &~p {
                margin-bottom: 14px;
            }

            &~p,
            &~ul li,
            &~ol li {
                font-size: 13px;
                font-weight: 500;
                line-height: 140%;
                color: #565656;

            }
        }

        hr.divider+p:has(strong) {
            color: #292A2E;
            font-size: 16px;
            font-weight: 600;
            line-height: 100%;
            margin-bottom: 14px;

            &~p {
                margin-bottom: 14px;
            }

            &~p,
            &~ul li,
            &~ol li {
                font-size: 13px;
                font-weight: 500;
                line-height: 140%;
                color: #565656;

            }

        }

        p:has(u),
        li:has(u) {

            u {
                text-decoration: none !important;
                color: #292A2E;
                font-size: 13px;
                font-weight: 600;
                line-height: 120%;
            }

            strong {
                color: #292A2E;
                font-size: 13px;
                font-weight: 600;

            }
        }

        p.parent-guardian-text {
            font-size: 14px;
            font-weight: 600;
            line-height: 140%;
        }

        .writing-to-us {
            color: #292A2E !important;
            margin-bottom: 0 !important;
        }

        .correction-of-info {
            margin-top: 30px;

            strong {
                color: #292A2E;
                font-size: 14px;
                font-weight: 600;
                margin-bottom: 14px;
            }

        }

        ul.affliate-list {
            li {
                a {
                    text-decoration: underline !important;
                }
            }
        }

        .potential-shopper-text {
            display: grid;
            grid-gap: 14px;
            margin-bottom: 25px;

            &+table {
                margin-bottom: 30px;

                .table-heading {
                    td {
                        color: #292A2E;
                        font-size: 14px;
                        font-weight: 600;
                        line-height: 120%;
                    }
                }

                tr {
                    border-color: #292A2E !important;

                    td {
                        padding: 12px 0;
                        color: #565656;
                        font-size: 13px;
                        font-weight: 500;
                        line-height: 140%;

                        &:nth-child(2) {
                            padding-right: 2rem;
                        }
                    }
                }
            }

            p {
                margin: 0 !important;

                strong {
                    font-size: 16px;
                    color: #292A2E;
                    font-weight: 600;
                }
            }
        }

        ul+p:has(strong) {
            margin-bottom: 12px !important;

            strong {
                color: #292A2E;
                font-size: 13px;
                font-weight: 600;
            }
        }
    }
}

.return-policy {
    hr.divider {
        &~p {
            >strong {
                font-weight: 600;
                color: #292A2E;
                font-size: 14px;
            }
        }
    }
}

.third-party-disclosures {
    li a {
        text-decoration: underline;
    }

    p:has(+ ul) {
        margin-bottom: 0 !important;
    }
}

.terms-of-use {
    .products {
        .orders {
            strong {
                font-size: 16px !important;
            }
        }

        em {
            font-style: normal;
        }

        li {
            list-style-type: disc;
        }

        p {
            a {
                text-decoration: underline;
            }
        }

        :is(li, p) {
            strong:first-child {
                font-weight: 600;
                font-size: 14px;
                color: #292A2E;
            }
        }
    }
}

.copyright-policy {
    ol {
        padding-left: 1rem;
    }

    hr.divider {
        &+ol {

            >li,
            ol {
                margin-bottom: 14px;
            }

        }
    }

}

.help-center {
    background: #F4F6F9;

    .col-12 {
        padding-left: 10px;
        padding-right: 10px;
    }

    #videoModal2 {

        .modal-title {
            margin-bottom: 14px;
        }
    }

    #videoModal,
    #videoModal2 {
        .modal-content {
            .modal-title {
                font-size: 20px;
                font-weight: 600;
                line-height: 90%;
                margin-bottom: 30px;
            }

            form {
                .form-name {
                    display: flex;
                    gap: 22px;
                }

                .form-item {
                    margin-bottom: 20px;
                }

                textarea {
                    display: block !important;
                    width: 100% !important
                }

                label {
                    font-size: 12px;
                    font-weight: 600;
                    color: #969696;
                    margin-bottom: 7px;
                }

                input,
                textarea {
                    border: 1px solid #E1E1E1;
                    background: transparent !important;
                    border-radius: 8px;
                    padding: .5rem;
                }
            }
        }
    }

    ul.menu {
        list-style: none;
        display: flex;
        justify-content: start;
        align-items: center;
        overflow-x: auto;
        gap: 48px;
        border-top: 1px solid #D0D0D0;
        border-bottom: 1px solid #D0D0D0;
        margin-bottom: 30px;

        li {
            padding: 19px 0 22px 0;
            white-space: nowrap;

            &:hover {
                a {
                    color: #000;
                }
            }

            a {
                font-size: 14px;
                font-weight: 600;
                line-height: 140%;
                color: #292A2E;
            }
        }
    }

    .service-data {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-bottom: 50px;

        .service {
            h3 {
                color: #292A2E;
                font-size: 16px;
                font-weight: 600;
                margin-bottom: 19px;
            }

            .accordion-item,
            .accordion-body {
                outline: none !important;
                border-left: unset !important;
                border-right: unset !important;
                background: transparent !important;
            }

            .accordion-button {
                background: transparent !important;
                color: #3F4043;
                font-size: 13px !important;
                font-weight: 500;
                padding: 0 !important;
                padding-top: 12px !important;
                padding-bottom: 12px !important;
                border-top: unset !important;
                border-bottom: unset !important;
                border-left: unset !important;
                border-right: unset !important;
                box-shadow: unset !important;

                &:focus,
                &:focus-within {
                    outline: none !important;
                    box-shadow: none !important;
                }
            }

            .accordion-body {
                padding: 0 !important;
                padding-bottom: 12px !important;
                color: $sf-mid-grey;
                font-weight: 500;
            }

        }
    }

    .help-section-banner-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px 38px;
        background: #E9EEF4;
        border-radius: 16px;
        margin-bottom: 25px;

        h1 {
            font-size: 24px;
            margin-bottom: 20px;
        }

        p {
            margin-bottom: 20px;
            font-size: 13px;
            max-width: 570px;
            text-align: center;
        }
    }

    .accordion-button {
        &::after {
            content: "-" !important;
            font-weight: 600;
            background: unset !important;
            -webkit-transform: unset !important;
            transform: unset !important;
        }

        &:not(.collapsed) {
            &::after {
                content: "+" !important;

            }
        }
    }
}



section.group-three-header {
    .back-btn {
        cursor: pointer;
        font-size: 12px;
        font-weight: 600;
        display: flex;
        align-items: center;
        color: $sf-light-grey;

        span {
            font-weight: 800;
            margin-right: 12px;
            font-size: 1rem;
            position: relative;
            bottom: 1.8px;
        }
    }

    margin-bottom: 20px;

    .header-mobile {
        .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 12px 14px 12px;
        }

        .back-btn {
            max-width: 898px;
            margin: auto;
            padding-left: 1rem;
        }
    }

    a.logo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;

        img {
            display: block;
            width: 90px;
            height: 18px;
        }
    }

    div.hamburger {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;

        div.hamburger-box {
            width: 18px;
            height: 12px;

            .hamburger-inner {
                width: 18px;
                height: 2px;
                background-color: #000;

                &::before {
                    width: 18px;
                    height: 2px;
                    top: 5px;
                    background-color: #000;
                }

                &::after {
                    width: 18px;
                    height: 2px;
                    top: 10px;
                    background-color: #000;
                }
            }
        }
    }

    div.profile-dropdown-wrapper {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;

        >a {
            width: 40px;
            height: 40px;
            margin: 0 15px 0 0;
            background: center center no-repeat #FFFFFF;
            -webkit-background-size: cover;
            background-size: cover;
            border: 1px solid #FFFFFF;
            position: relative;
            z-index: 99997;
            font-weight: bold;

            &:after {
                top: 50%;
                right: -17px;
                position: absolute;
                color: $color_1;
                border-top-width: 0.4em;
                border-right-width: 0.4em;
                border-left-width: 0.4em;
            }
        }

        >a.show {
            &:after {
                color: $color_5;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }
        }

        ul.dropdown-menu {
            overflow: hidden;
            padding: 70px 20px 20px 20px;
            top: -60px !important;
            right: -23px !important;
            border-radius: 8px;

            li {
                a.dropdown-item {
                    padding: 5px 0;

                    &:hover {
                        background: none;
                        color: $color_5;
                    }

                    &:active {
                        background: none;
                        color: $color_5;
                    }

                    &:focus {
                        background: none;
                        color: $color_5;
                    }
                }
            }
        }
    }
}



// My Settings page
section#pageMySettings {

    .section-title.heading-title {
        text-align: left !important;
    }

    hr.heading-separator {
        margin: 30px 0 !important;
    }

    a.logo {
        display: none;
    }

    .header-top {
        .container {
            margin: 0 !important;
            max-width: 100% !important;
        }
    }

    .back-btn {
        position: unset !important;
    }

    .page-content {
        padding-top: 0 !important;
        border-radius: 0 !important;
        margin-top: unset !important;
    }

    .main-content {
        background: #f4f6f9 !important;
    }

    h4 {
        font-size: 16px;
        font-weight: 600;
        line-height: 90%;
        color: #292A2E;
        margin-bottom: 30px;
    }

    form {
        max-width: 800px;

        .form-name {
            display: flex;
            gap: 22px;
        }

        .form-item {
            margin-bottom: 20px;
        }

        textarea {
            display: block !important;
            width: 100% !important
        }

        input,
        textarea {
            border: 1px solid #E1E1E1;
            background: transparent !important;
            border-radius: 8px;
            padding: .5rem;
            width: 100%;
            background: #fff !important;
        }

        .password {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .password a {
            color: #3063F6 !important;
            font-size: 14px;
            font-weight: 700;
            padding-bottom: 10px;
        }

        label {
            font-size: 14px;
            font-weight: 600;
            line-height: 90%;
            color: #565656;
            margin-bottom: 10px;
        }

        .form-item.form-image-upload {
            margin-bottom: 30px;
        }

        .upload-label {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 16px;
            border: 1px solid #2563eb;
            color: #2563eb;
            border-radius: 8px;
            background-color: transparent;
            cursor: pointer;
            font-size: 16px;
            transition: background-color 0.2s;
        }

        .upload-label:hover {
            background-color: #e0f0ff;
        }

        .upload-label svg {
            width: 20px;
            height: 20px;
        }

        .upload-input {
            display: none;
        }

        .profile-image-upload {
            display: flex;
            align-items: center;
            gap: 6px;

            >div {
                &:first-child {
                    position: relative;

                    >img:last-child {
                        position: absolute;
                        bottom: 1rem;
                        right: 0;
                    }
                }
            }
        }

        .image-upload-mobile {

            border-radius: 17.49px;
            background: #fff;
            box-shadow: 1px 1px 4px #d0d0d0;
            height: min-content;
            padding: 1rem 0;
            min-width: 205px;
            position: absolute;
            left: 134px;
            z-index: 1000;

            >div {
                display: flex;
                align-items: center;
                width: 100%;
                justify-content: space-between;
                border-bottom: 1px solid #d0d0d0;
                color: #292A2E;
                padding: 1rem;

                &.take-photo {
                    padding-top: 0 !important;
                }

                &.choose-from-library {
                    padding-bottom: 0 !important;
                }

                p {
                    margin: 0;
                    font-weight: 600;
                }

                &:last-child {
                    border-bottom: none !important;
                }
            }

            label.choose-from-library.upload-label {
                border: none !important;
                color: unset !important;
                padding-bottom: 0 !important;
                margin: 0 !important;
                display: flex !important;
                align-items: center;
                padding-top: 1rem !important;

                p {
                    margin: 0;
                }
            }
        }

        .image-upload-desktop {
            display: none;
            margin-left: 18px;

            >p {
                font-size: 12px;
                font-weight: 500;
                color: #565656;
            }
        }

        p.description {
            font-size: 13px;
            font-weight: 500;
            color: #969696;
            line-height: 140%;
            margin-top: 12px;
        }

        .delete {
            margin: 12px 0 30px 0;

            a {
                color: #CF6767;
            }
        }

        // toggle button
        .notification-toggle {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .toggle-container {
            position: relative;
            width: 50px;
            height: 25px;
        }

        .toggle-input {
            opacity: 0;
            width: 0;
            height: 0;
        }

        .toggle-slider {
            position: absolute;
            cursor: pointer;
            background-color: #d9d9d9;
            border-radius: 34px;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            transition: background-color 0.2s;
        }

        .toggle-slider::before {
            content: "";
            position: absolute;
            height: 18px;
            width: 18px;
            left: 4px;
            bottom: 3.5px;
            background-color: #3063F6;
            transition: transform 0.2s;
            border-radius: 50%;
        }

        .toggle-input:checked+.toggle-slider {
            background-color: #d9d9d9;
        }

        .toggle-input:checked+.toggle-slider::before {
            transform: translateX(24px);
        }



        .social-media-handles {
            .social-media-input {
                display: flex;
                gap: 3rem;
                margin: 30px 0;

                &:first-child {
                    margin-top: 20px;
                }

                >div {
                    &.icon-with-label {
                        display: flex;
                        align-items: center;
                        color: #969696;

                        label {
                            margin: 0 !important;
                        }
                    }

                    &:last-child {
                        width: 100%;
                    }
                }
            }
        }

        button[type='submit'] {
            width: 100%;
            padding: 16px 0;
        }
    }


    // My favorite page

    .favorite-brands,
    .favorite-products {
        .product {
            position: relative;
            padding: 0;

            p {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 20px;
                line-height: 90%;
                font-weight: 600;
                color: #fff;
                text-align: center;
            }

            header {
                width: max-content;
                position: absolute;
                top: 15px;
                right: 35px;

                span.favorite {
                    background: #fff;
                    padding: 5px;
                    border-radius: 4px;
                    height: 24px;
                    width: 24px;
                    display: inline-grid;

                    img {
                        border-radius: unset !important;
                    }
                }
            }

            img {
                width: 100%;
                height: 100%;
                border-radius: 8px;
            }

            .product-detail {
                p {
                    position: unset;
                    transform: unset;
                    color: unset;
                }
            }
        }
    }

    .favorite-products {
        .product {
            padding-bottom: 31px !important;

            .product-detail {
                p {
                    text-align: left !important;
                }
            }
        }

        .add-to-store {
            background: #ffff;
            border: none !important;
            font-size: 11px !important;
            font-weight: 700 !important;
            line-height: 130%;
            padding: 11px 5px !important;
        }

        .product-name {
            color: #292A2E !important;
            font-size: 12px !important;
            line-height: 120% !important;
            font-weight: 600 !important;
            margin: 6px 0;

            &+p {
                font-size: 12px !important;
                font-weight: 600;
                line-height: 114%;
            }
        }

        p.brand-name {
            font-size: 12px !important;
            font-weight: 500 !important;
            line-height: 130% !important;
            color: #969696 !important;
            margin-top: 15px;
            margin-bottom: 0 !important;

        }

        .image-wrapper {
            img {
                height: 163px;
            }
        }

        img {
            border-radius: unset !important;
        }

        .tag {
            top: 17px !important;
            left: 28px !important;
            font-size: 10px !important;
            font-weight: 700;
            line-height: 90%;
            color: #292A2E !important;
        }
    }

    .view-more-btn {
        width: 100%;
        text-align: center;
        margin-top: 25px;

        button {
            padding: 15px 20px;
            border: 1px solid #3063F6;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            color: #3063F6;
        }
    }



}

// My Inbox styling

.page-my-inbox {
    // My inbox modal

    .header-content {
        display: unset !important;
    }

    .heading-title+div {
        text-align: left;
    }

    .message-list {
        display: grid;
        gap: 1rem;
    }

    .inbox-category-toggle {
        max-width: max-content;
        padding: 2px;
        margin-bottom: 22px;
        background: #d4d4d4;
        border-radius: 8px;

        button {
            font-size: 12px;
            line-height: 90%;
            font-weight: 600;
            color: #292A2E;
            border: none !important;
            padding: 8px 12.5px;
            background: none !important;
            border-radius: 8px;

            &.active {
                background: #fff !important;
            }
        }
    }

    .message-box {
        background: #fff;
        padding: 1rem 2rem;
        border-radius: 8px;
        display: flex;
        justify-content: space-between;
        position: relative;

        >div {
            display: flex;
            align-items: start;
            gap: 1rem;

            p.sender-name {
                font-size: 14px;
                font-weight: 600;
                line-height: 120%;
                color: #292A2E;
                margin-bottom: 10px;
            }

            .sender-message {
                font-size: 12px;
                font-weight: 600;
                line-height: 114%;
                color: #565656;
                margin-bottom: 0;
            }

            &::before {
                content: " ";
                height: 12px;
                width: 12px;
                background: #3063F6;
                border-radius: 50%;
                position: absolute;
                left: .6rem;
                top: 24px;
            }
        }

        .date,
        .date span {
            font-size: 12px;
            font-weight: 600;
            line-height: 114%;
            color: #292A2E;
            margin-bottom: 0;
            white-space: nowrap;
        }

        img {
            object-fit: contain;
            object-fit: contain;
            height: 30px;
            width: 30px;
        }
    }


}


@media screen and (max-width:990px) {



    section#pageMySettings {
        .image-upload-mobile {
            display: block !important;
        }

        .product:nth-child(even) {
            padding-right: 0 !important;

            header {
                right: 8px !important;
            }
        }

        .product:nth-child(odd) {
            header {
                width: max-content;
                position: absolute;
                top: 10px;
                right: 26px;
            }
        }
    }

    td.collection-checkbox-wrapper {
        vertical-align: baseline;
    }

    .trademarks-section-heading,
    .Reliance-heading {
        strong {
            font-size: 16px !important;
        }
    }

    // .col-12{
    //     padding-left: 20px;
    //     padding-right: 20px;
    // }
    section#page-affiliate-disclosures {
        padding-bottom: 50px !important;
    }

    .help-center {
        .help-section-banner-container {
            margin-bottom: 55px !important;
        }

        ul.menu {
            padding-left: 0;
            padding-right: 0;
            justify-content: start !important;
            overflow-x: auto;

        }

        #videoModal2 {
            .modal-data {
                width: unset !important;
            }
        }

        #videoModal,
        #videoModal2 {
            .modal-content {
                display: unset !important;
                max-height: 100vh !important;
                // max-height: 68vh !important;
                height: min-content !important;
                overflow-y: auto !important;
            }
        }

    }
}

@media screen and (max-width:1586px) {
    .group-three-header {
        .header-bottom {

            // display: block !important;
            .back-btn {
                padding-left: 2rem;
                position: unset !important;
            }
        }
    }
}


//Password reset form
.password-reset-modal {

    .password-wrapper {
        position: relative;
        display: flex;
        align-items: center;

        .eye-icon {
            position: absolute;
            right: 10px;
            cursor: pointer;
            user-select: none;
        }
    }


    .modal-content {
        height: min-content;
        max-width: 726px !important;

        .modal-data {
            width: 100%;
        }

        .modal-title {
            text-align: left !important;
        }

        form {
            width: 100%;

            .form-item {
                margin-bottom: 20px;
            }

            label {
                font-size: 12px;
                font-weight: 600;
                color: #969696;
                margin-bottom: 7px !important;
            }

            input {
                height: 40px;
            }

            input,
            textarea {
                border: 1px solid #E1E1E1;
            }

            button[type='submit'] {
                margin-top: 10px;
            }
        }
    }



    .password-changed-modal {
        .modal-content {
            max-width: 726px !important;
        }

        .modal-data {
            >div {
                i {
                    &::before {
                        font-size: 36.67px !important;
                        color: #269A31;
                    }
                }
            }

            p {
                font-size: 20px !important;
                font-weight: 600 !important;
                line-height: 90% !important;
                color: #292A2E;
                white-space: unset !important;
                max-width: unset !important;
            }
        }
    }
}

.password-wrapper {
    margin-bottom: 10px;
}

.error-message {
    text-align: left !important;
    font-weight: 600;
    font-size: 14px;
    color: red;
    margin-top: 10px !important;
}


// Fix for terms and conditions checkbox alignment
.form-group.my-4 {
    .form-check {
        display: flex;
        align-items: flex-start;

        .form-check-input {
            margin-top: 0.25rem;
            margin-right: 0.75rem; // Default for mobile
            flex-shrink: 0;
        }

        .form-check-label {
            margin-left: 0;
        }
    }
}

// Desktop-specific adjustments
@media (min-width: 992px) {
    .form-group.my-4 {
        .form-check {
            .form-check-input {
                margin-right: 1rem !important; // Force override for desktop
            }

            // Force space between checkbox and label with a specific pseudo-element
            .form-check-input+label:before {
                content: "";
                display: inline-block;
                width: 0.5rem;
            }
        }
    }
}

// Specific Chrome desktop fix
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 992px) {
    .form-group.my-4 .form-check-input {
        margin-right: 1.25rem !important;
    }
}


.my-inbox-modal {

    .modal-data,
    .modal-content {
        display: unset !important;
        height: max-content !important;
        max-height: 100% !important;
        overflow: auto !important;
        background: #f4F6F9 !important;
    }

    .create-message-form {
        >div.d-flex {
            gap: 9px;
            align-items: center;

            &+hr.heading-separator {
                margin: 16px 0 !important;
            }

            p {
                font-size: 20px;
                font-weight: 600;
                line-height: 90%;
                color: #292A2E;
            }
        }
    }

    form {
        .form-message-box {
            min-height: 135px;
            position: relative;
            border-radius: 8px;
            background: #fff;
            border: none;
            min-height: 115px;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            margin-top: 15px;
            border: 1px solid #E1E1E1;

            >div {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 15px;

                input {

                    &:focus-within,
                    &:focus {
                        border: 0 !important;
                        outline: 0 !important;
                    }
                }

                button {
                    border: none !important;
                    background: none !important;

                    img {
                        height: 20px;
                        width: 20px;
                        object-fit: contain;
                    }
                }
            }
        }

        >div {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
    }

    .message-wrapper:has(.own) {
        display: flex;
        justify-content: end;
    }

    .inbox {
        display: grid;
        gap: 20px;
        max-height: 40vh;
        overflow: auto;

        .attached-file {
            width: max-content;
            display: flex;
            padding: 1rem 1.5rem;
            background: #fff;
            align-items: start;
            border-radius: 16px;

            >div {
                margin-right: 1rem;
            }

            button {
                background: none !important;
                border: none !important;
            }
        }
    }

    .message-box {
        display: flex;
        max-width: 95%;
        align-items: end;
        gap: 1rem;

        .message-wrapper:has(.own) {
            display: flex;
            justify-content: end;
        }

        img {
            object-fit: contain;
        }

        &.own {
            flex-direction: row-reverse;

            >div {
                background: #3063F6 !important;
                color: #fff;
            }
        }

        >div {
            padding: 12px;
            border-radius: 12px;
            background: #d4d4d4;
        }

    }

    &.my-message-create-modal {
        form {
            min-height: 60vh;
            display: grid;
            align-items: self-end;

            .form-message-box {
                position: relative;
                border-radius: 8px;
                background: #fff;
                border: none;
                min-height: 115px;
                width: 100%;
                display: flex;
                flex-direction: column;
                justify-content: space-between;

                input {

                    &:focus-within,
                    &:focus {
                        border: 0 !important;
                        outline: 0 !important;
                    }
                }

                >div {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    padding: 15px;

                    button {
                        border: none !important;
                        background: none !important;

                        img {
                            height: 20px;
                            width: 20px;
                            object-fit: contain;
                        }
                    }
                }
            }
        }

    }
}


// Discover-category-page
body.discover-category {


    aside#filters {
        max-height: 100lvh;
        overflow: auto;
    }

    .explore-categories-grid-wrapper {
        justify-content: start !important;
        gap: 1.8rem;

        .category {
            row-gap: 13.5px;

            img {
                border-radius: 50%;
                height: 72px;
                width: 72px;
                object-fit: cover;
            }

            p {
                color: #292A2E;
                font-size: 14px;
                font-weight: 600;
                line-height: 120%;
            }
        }
    }

    .filter-button {
        span {
            font-size: 14px;
            color: #292A2E;
            font-weight: 600;
            line-height: 90%;
        }

        i {
            &::before {
                color: #292A2E;
                font-weight: 800 !important;
                font-size: 10px;
            }
        }
    }

    #brandSearch {
        input {
            height: 35px !important;
        }
    }

    form.category-filter-form {
        .form-checkboxes {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 14px;

            label {
                color: #292A2E;
                font-size: 12px;
                font-weight: 600;
                line-height: 90%;
            }

            input {
                width: 1em;
                height: 1em;
                background-color: #fff;
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
                border: 1px solid rgba(29, 30, 34, 0.25);
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                print-color-adjust: exact;
                border-radius: 50% !important;
            }
        }
    }
}

// Brand-dashboard creator list
.creator-list {
    header {
        margin-bottom: 10px;

        &+a {
            >img {
                max-height: 335px;
                width: 100%;
            }
        }

        .view-store {
            font-size: 12px;
            font-weight: 700;
        }
    }

    .creator-handle {
        font-size: 12px;
        font-weight: 600;
        color: #292A2E;
    }

    .item {
        position: relative;

        .favorite-button-wrapper {
            position: absolute;
            right: 20px;
            top: 52px;
            background: #fff;
            display: inline-block;
            border-radius: 5px;
            height: 24px;
            width: 24px;
            display: inline-grid;
            place-content: center;
        }
    }
}

// Campign-new view page

:is(.page-campaign-new-view, #page-campaign-view) {
    hr.heading-separator {
        display: none;
    }

    .campaign-info {

        p,
        li {
            color: #565656;
        }

        .short-description {
            color: #565656;
            margin-bottom: 20px;
            font-size: 13px;
            font-weight: 500;
            line-height: 140%;
        }

        .description {
            font-size: 13px;
            font-weight: 500;

            h4 {
                font-size: 13px;
                font-weight: 600;
            }
        }
    }

    hr.section-divider {
        border-color: #D0D0D0 !important;
    }

    div.heading-title {
        h2 {
            margin-bottom: unset !important;
        }
    }

    div.section-title {
        h2 {
            margin-bottom: 12px !important;
        }
    }

    .info {
        padding: 15px 20px;
        border-radius: 16px;
        background: #E6ECA4;
        margin-top: 15px;

        &+.separator {
            margin: 30px 0;
        }

        p {
            margin: 0 !important;
            color: #1D1E22;
            font-size: 13px;
            font-weight: 600;
            line-height: 112%;

            b {
                font-weight: 700 !important;
            }
        }

        img {
            margin-right: 12px;
        }
    }

    .campaign-top-section {
        &+hr+.row {
            .section-title {
                h2 {
                    font-size: 20px;
                    font-weight: 600;
                    line-height: 90%;
                    margin-bottom: 30px !important;
                }
            }
        }

        .campaign-info {

            p,
            li {
                color: #565656;
            }

            .short-description {
                color: #565656;
                margin-bottom: 20px;
                font-size: 13px;
                font-weight: 500;
                line-height: 140%;
            }

            .description {
                font-size: 13px;
                font-weight: 600;

                h4 {
                    color: #292A2E;
                    margin-bottom: 20px !important;
                    font-size: 13px;
                    font-weight: 600;
                    line-height: 90%;
                }

                ul {
                    margin-bottom: 20px !important;
                }
            }
        }
    }

    hr+.section-title {
        h2 {
            font-size: 20px !important;
            font-weight: 600 !important;
            line-height: 90% !important;
            margin-bottom: 30px !important;
        }
    }
}


// Campign-new view page

.page-campaign-new-edit,
.page-campaign-add-edit {
    .heading-title+div {
        .btn {
            i {
                &::before {
                    font-size: 18px;
                }
            }
        }
    }

    .cancel-button {
        padding: 13px 20px !important;
        font-weight: 700;
        font-size: 14px;
        text-decoration: underline;
        color: $sf-bright-blue;
    }

    .info {
        padding: 20px;
        border-radius: 16px;
        background: #E6ECA4;
        margin-bottom: 40px;

        &+.separator {
            margin: 30px 0;
        }

        p {
            margin: 0 !important;
            color: #1D1E22;
            font-size: 13px;
            font-weight: 600;
            line-height: 112%;

            b {
                font-weight: 700 !important;
            }
        }

        img {
            margin-right: 12px;
        }
    }

    .status-container {
        padding: 40px;
        background: $blue-grey-cards;
        text-align: center;

        h4 {
            font-weight: 600;
            font-size: 20px;
            line-height: 90%;
            margin-bottom: 20px;
            max-width: 500px;
            margin: 0 auto 20px;
        }

        p {
            font-weight: 500;
            font-size: 14px;
            line-height: 140%;
            letter-spacing: 0em;
            margin-bottom: 20px;
            max-width: 574px;
            margin: 0 auto 20px;
        }
    }

    .collection-select-listing-table table {
        margin-bottom: 40px;
        width: 100%;

        tr {
            border-bottom: 1px solid#e1e1e1;
        }

        tr:has(input.collection-checkbox:checked) {
            td {
                background-color: $blue-grey-cards;
            }
        }

        td {
            padding: 18px 0 20px 0;
        }

        td.images-and-info {
            >div:last-child {

                display: flex;
                width: 100%;
                flex-wrap: wrap;
            }
        }

        td.collection-checkbox-wrapper {
            width: 56px;

            input.collection-checkbox {
                appearance: none;
                height: 20px !important;
                width: 20px !important;
                margin: 0 8px 0 6px;
                background-color: white;
                border: 2px solid #e0e0e0;
                border-radius: 4px;
                box-shadow: 0 0 0px rgba(0, 0, 0, 0.05);
                cursor: pointer;
                transition: all 0.2s ease;
                position: relative;

                &:checked {
                    background-color: #007bff;
                    /* blue check background if needed */
                    border-color: #007bff;

                    &::after {
                        content: '';
                        position: absolute;
                        left: 5px;
                        top: 1px;
                        width: 6px;
                        height: 12px;
                        border: solid white;
                        border-width: 0 3px 3px 0;
                        transform: rotate(45deg);
                    }
                }
            }
        }

        .collection-and-product-count {

            min-width: 151px;

            p {
                white-space: nowrap;
                font-weight: 600;
                text-align: left;

                &.collection-name {
                    font-size: 13px;
                    line-height: 100%;
                    color: #292A2E;
                    margin-bottom: 5px !important;
                }

                &.product-count {
                    color: #969696;
                    font-size: 12px;
                    line-height: 114%;

                }
            }
        }
    }

    .edit-toggle-bts {
        margin-bottom: 40px;

        ul.nav.nav-tabs {
            width: 100%;
            border-bottom: 1px solid #D0D0D0;
            gap: 20px;

            .nav-link {
                border: none;
                color: $sf-light-grey;
                padding: 15px 5px;
                font-weight: 600;
                font-size: 14px;
            }

            .nav-link.active {
                color: $sf-bright-blue;
                border-bottom: 3px solid $sf-bright-blue;
                background: transparent;
            }
        }
    }

    .campaign-info {
        .form-control {
            padding: 16px 12px;
            height: 45px;
            font-weight: 600;
            font-size: 14px;
            line-height: 90%;
            letter-spacing: -0.01em;
            color: $sf-black;
        }

        textarea.form-control {
            line-height: 1.2;
            min-height: 152px;
            padding: 16px 12px;
        }

        .form-label,
        fieldset legend {
            font-weight: 600;
            font-size: 14px;
            line-height: 90%;
            letter-spacing: -0.01em;
            color: $sf-mid-grey;
            margin-bottom: 10px;
        }

        fieldset {
            .form-label {
                font-size: 12px;
            }
        }

        .form-text {
            font-weight: 600;
            font-size: 14px;
            line-height: 90%;
            letter-spacing: -0.01em;
            color: $sf-light-grey;
            margin: 10px 0;
        }
    }

    .action-buttons {
        margin-top: 30px;

        .btn {
            padding: 16px 20px;
            height: 45px;
            font-weight: 600;
            font-size: 14px;
            line-height: 90%;
            letter-spacing: -0.01em;
            width: 335px;
        }
    }

    .upload-container {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 520px;
        border-radius: 8px;
        background: $blue-grey-cards;
        position: relative;
        overflow: hidden;

        .upload-label,
        .replace-label {
            padding: 15px 20px;
            border: 1px solid $sf-bright-blue;
            color: $sf-bright-blue;
            font-weight: 600;
            font-size: 14px;
            line-height: 90%;
            letter-spacing: -0.01em;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.2s ease;
            margin-bottom: 14px;

            &:hover {
                background-color: $sf-bright-blue;
                color: $white;

                svg path {
                    fill: $white;
                }
            }
        }

        .upload-text {
            font-weight: 500;
            font-size: 14px;
            color: $sf-mid-grey;

        }

        .preview-placeholder {
            display: none;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;

            img {
                object-fit: cover;
                width: 100%;
                height: 100%;
            }
        }

        .replace-placeholder {
            display: none;
            position: relative;
            z-index: 2;

            .replace-label {
                color: $sf-extra-light-grey;
                border-color: $sf-extra-light-grey;

                &:hover {
                    background-color: $sf-extra-light-grey;
                    border-color: $sf-extra-light-grey;
                    color: $sf-black;

                    svg path {
                        fill: $sf-black;
                    }
                }
            }

            .upload-text {
                color: $sf-extra-light-grey;
            }
        }

        // --------- Preview --------------
        &.show-preview {
            .upload-placeholder {
                display: none;
            }

            .preview-placeholder {
                display: block;
            }

            &:hover {
                .preview-placeholder::after {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background-color: $sf-black;
                    opacity: 0.8;
                }

                .replace-placeholder {
                    display: block;
                }
            }
        }
    }
}

.page-campaign-new-edit {
    .campaign-image {
        img {
            max-width: 408px !important;
            max-height: 520px !important;
        }
    }
}

.page-campaign-details {
    hr.heading-separator {
        margin-top: 50px !important;
        margin-bottom: 30px !important;
    }

    .section-divider {
        border-color: #D0D0D0 !important;
    }

    .chart-container {
        padding: 12px;
        border-radius: 16px;
        background: linear-gradient(0deg, #3063F64d, #3063F6ad), linear-gradient(180deg, rgba(99, 137, 247, 0.5) 0%, rgba(176, 219, 202, 0.5) 100%);
        min-height: 258px;

        canvas {
            height: 100% !important;
        }
    }

    .progress-container {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 12px;
        font-weight: 600;
        line-height: 11px;
        color: $sf-light-grey;
        margin-bottom: 30px;

        .progress-label {
            flex: 0 0 30px;
        }

        .progress {
            background-color: transparent;
            display: flex;
            align-items: center;
            width: 100%;
            height: 9px;

            .progress-bar {
                height: 9px;
            }

            .progress-count {
                margin-left: 10px;
            }
        }
    }

    ul.nav-tabs {
        gap: 40px;
        margin-bottom: 30px;
        border-bottom: none;
        flex-wrap: nowrap;
        overflow-x: auto;

        li.nav-item {
            .nav-link {
                padding: 0px;
                padding-bottom: 6px;
                background-color: transparent;
                font-weight: 600;
                font-size: 16px;
                line-height: 90%;
                letter-spacing: -0.01em;
                color: $sf-light-grey;
                border: none;
                border-bottom: 2px solid transparent;
                text-wrap-mode: nowrap;

                &.active {
                    color: $sf-bright-blue;
                    border-bottom: 2px solid $sf-bright-blue;
                }
            }
        }
    }

    .product-btns {
        margin-bottom: 30px;
    }

    .creator-card {
        padding: 24px 16px;
        background-color: $blue-grey-cards;
        border-radius: 8px;
        position: relative;

        >input[type="checkbox"] {
            position: absolute;
            left: 10px;
            top: 10px;
            appearance: none;
            height: 20px !important;
            width: 20px !important;
            margin: 0 8px 0 6px;
            background-color: white;
            border: 2px solid #e0e0e0;
            border-radius: 4px;
            box-shadow: 0 0 0px rgba(0, 0, 0, 0.05);
            cursor: pointer;
            transition: all 0.2s ease;
            /* position: relative; */

            &:checked {
                &::before {
                    content: '';
                    position: absolute;
                    left: 5px;
                    top: 1px;
                    width: 6px;
                    height: 12px;
                    border: solid white;
                    border-width: 0 3px 3px 0;
                    transform: rotate(45deg);
                }
            }
        }

        .creator {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 5px;
            margin-bottom: 20px;

            .creator-name {
                font-weight: 600;
                font-size: 12px;
                line-height: 1;
                letter-spacing: -0.01em;
                text-align: center;
                color: $sf-black;
            }

            .message {
                font-weight: 700;
                font-size: 12px;
                line-height: 130%;
                letter-spacing: 0.01em;
                text-decoration: underline;
                color: $sf-bright-blue;
            }
        }

        .actions {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
            flex-direction: column-reverse;

            .btn {
                padding: 11px 15px;
                height: 35px;
                font-size: 13px;
                line-height: 1;
                border-radius: 8px;
                width: 104px;
                text-wrap-mode: nowrap;
            }
        }
    }

    .component {
        &.total-revenue {
            .filters {
                display: flex;
                align-items: center;
                gap: 40px;

                .filter-button {
                    border: none;
                    outline: none;
                    font-weight: 600;
                    font-size: 14px;
                    line-height: 1;
                    letter-spacing: -0.01em;
                    padding: 3px 2px;
                    border-radius: 4px;
                    color: $sf-black;
                    background-color: transparent;
                }

                .filter-button.active {
                    background-color: $sf-bright-blue;
                    color: $white;
                }
            }
        }

        &.best-selling-products {
            .product-card {
                display: flex;
                gap: 20px;
                padding: 20px 12px;
                border: 1px solid #E1E1E1;
                border-radius: 8px;
                background-color: $white;
                margin-bottom: 10px;

                img {
                    height: 50px;
                    width: 50px;
                    object-fit: cover;
                }

                h5 {
                    font-weight: 600;
                    font-size: 14px;
                    margin-bottom: 10px;
                }

                h6 {
                    font-weight: 600;
                    font-size: 13px;
                    color: $sf-mid-grey;
                    margin-bottom: 0px;
                }
            }
        }

        &.manage-creators {
            .component-heading {
                margin-bottom: 30px !important;
            }
        }

    }

    .component-content {

        .progress-container:last-child,
        .product-card:last-child {
            margin-bottom: 0px;
        }
    }
}

section.page-collections-new {
    hr.heading-separator {
        margin-top: 20px !important;
        margin-bottom: 30px !important;
    }

    .section-title {
        gap: 30px;

        .edit-link,
        .delete-link {
            font-weight: 600;
            font-size: 12px;
            line-height: 90%;
            letter-spacing: -0.01em;
            display: inline-flex;
            align-items: center;
        }

        .edit-link {
            color: $sf-bright-blue;
        }

        .delete-link {
            color: $sf-light-grey;
        }

    }
}

section.page-brand-requested-products {
    .requested-products-wrapper {
        margin-bottom: 30px;

        .product-item {
            padding-bottom: 30px;
            border-bottom: 1px solid #D0D0D0;
            margin-bottom: 30px;

            &:last-child {
                margin-bottom: 0px;
            }

            .product-image {
                img {
                    height: 163px;
                    width: 163px;
                    object-fit: cover;
                    border-radius: 8px;
                }
            }

            .product-info {
                line-height: 100%;
                padding: 0;

                .brand {
                    font-weight: 600;
                    font-size: 14px;
                    margin-bottom: 4px;
                    color: $sf-light-grey;
                }

                .name {
                    font-weight: 600;
                    font-size: 16px;
                    margin-bottom: 10px;
                }

                .requested {
                    font-weight: 500;
                    font-size: 11px;
                    line-height: 120%;
                }

                .creator {
                    img {
                        height: 20px;
                        width: 20px;
                        object-fit: cover;
                        border-radius: 50%;
                    }

                    .creator-name {
                        font-weight: 600;
                        font-size: 14px;
                        line-height: 120%;

                    }

                    a.link {
                        font-weight: 700;
                        font-size: 12px;
                        line-height: 90%;
                        text-decoration: underline;
                        color: $sf-bright-blue;
                    }
                }

            }

            .actions {
                .btn {
                    padding: 10px 15px !important;
                    border-radius: 8px;
                    font-weight: 600;
                    font-size: 13px;
                    line-height: 100%;
                    letter-spacing: -0.01em;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                }
            }
        }
    }
}

section.page.page-creator-profile {
    div.main-content {
        header.page-header {
            .profile-wrapper {
                .profile-content {
                    .social-links {
                        a {
                            font-size: 15px;
                            color: $sf-bright-blue;
                            display: inline-block;
                            height: 24px;
                            width: 24px;
                            background-color: #FFFFFF;
                            padding: 4px;
                            border-radius: 4px;
                        }
                    }
                }
            }
        }
    }
}

section.page {
    form.profile-setting-form {
        >hr {
            border: 1px solid #D0D0D0;
            margin-top: 40px;
            margin-bottom: 40px;
        }

        .profile-image,
        .brand-logo {
            height: 100px;
            width: 100px;
            flex-shrink: 0;
            position: relative;

            img {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }

            span {
                display: none;
                line-height: 90%;
                text-align: center;
                font-weight: 600;
                color: $white;
            }

            &::after {
                position: absolute;
                content: '';
                height: 18px;
                width: 20px;
                background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 14.5C11.25 14.5 12.3125 14.0625 13.1875 13.1875C14.0625 12.3125 14.5 11.25 14.5 10C14.5 8.75 14.0625 7.6875 13.1875 6.8125C12.3125 5.9375 11.25 5.5 10 5.5C8.75 5.5 7.6875 5.9375 6.8125 6.8125C5.9375 7.6875 5.5 8.75 5.5 10C5.5 11.25 5.9375 12.3125 6.8125 13.1875C7.6875 14.0625 8.75 14.5 10 14.5ZM10 12.5C9.3 12.5 8.70833 12.2583 8.225 11.775C7.74167 11.2917 7.5 10.7 7.5 10C7.5 9.3 7.74167 8.70833 8.225 8.225C8.70833 7.74167 9.3 7.5 10 7.5C10.7 7.5 11.2917 7.74167 11.775 8.225C12.2583 8.70833 12.5 9.3 12.5 10C12.5 10.7 12.2583 11.2917 11.775 11.775C11.2917 12.2583 10.7 12.5 10 12.5ZM2 18C1.45 18 0.979167 17.8042 0.5875 17.4125C0.195833 17.0208 0 16.55 0 16V4C0 3.45 0.195833 2.97917 0.5875 2.5875C0.979167 2.19583 1.45 2 2 2H5.15L7 0H13L14.85 2H18C18.55 2 19.0208 2.19583 19.4125 2.5875C19.8042 2.97917 20 3.45 20 4V16C20 16.55 19.8042 17.0208 19.4125 17.4125C19.0208 17.8042 18.55 18 18 18H2Z' fill='%23969696'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-size: 20px 18px;
            }

            &.no-image {
                background: linear-gradient(180deg, #6389F7 -20%, #B0DBCA 130%);
                display: flex;
                align-items: center;
                justify-content: center;

                span {
                    display: inline-block;
                }

                img {
                    display: none;
                }
            }
        }

        .profile-image {
            border-radius: 50%;

            &::after {
                bottom: 4px;
                right: 8px;
            }

            span {
                font-size: 50px;
            }
        }

        .brand-logo {
            border-radius: 8px;

            &::after {
                bottom: -2px;
                right: -2px;
            }

            span {
                font-size: 26px;
            }
        }

        label.form-label {
            font-family: Manrope;
            font-weight: 600;
            font-size: 14px;
            line-height: 90%;
            letter-spacing: -0.01em;
            color: $sf-mid-grey;
            margin-bottom: 10px;

        }

        .form-text {
            font-weight: 500;
            font-size: 12px;
            line-height: 120%;
            letter-spacing: 0;
            color: $sf-mid-grey;
            margin-bottom: 6px;
        }

        .form-control {
            font-weight: 600;
            border: 1px solid #E1E1E1;
        }

        .commission {
            input[type="radio"] {
                &:checked {
                    &+label {
                        background-color: $sf-bright-blue;
                        color: $white;
                    }
                }
            }
        }

    }

}

section.page {
    div.main-content {
        header.page-header {
            a.page-back-btn {
                font-weight: 600;
                font-size: 12px;
                line-height: 90%;
                letter-spacing: -0.01em;
                color: $white;
                display: inline-flex;
                align-items: center;
                margin-bottom: 30px;
            }

            .profile-wrapper {
                display: flex;
                gap: 20px;
                color: $white;

                .profile-image {
                    img {
                        height: 160px;
                        width: 160px;
                        object-fit: cover;
                        border-radius: 50%;
                    }
                }

                .profile-content {
                    flex-grow: 1;

                    .profile-info {
                        a {
                            color: $white;
                        }

                        .profile-name {
                            font-weight: 600;
                            font-size: 24px;
                            letter-spacing: -0.01em;
                            margin-bottom: 1rem;
                            display: inline-flex;
                            align-items: center;
                            gap: 15px;

                            span.favorite {
                                display: inline-block;
                                height: 24px;
                                width: 24px;
                                border-radius: 4px;
                                border: 1px solid #FFFFFF;
                                padding: 4px;
                                font-size: 14px;
                                cursor: pointer;
                            }
                        }

                        .profile-location,
                        .profile-link {
                            font-weight: 600;
                            font-size: 13px;
                            line-height: 90%;
                            letter-spacing: -0.01em;
                            margin-bottom: 8px;
                        }
                    }

                    .social-links {
                        display: flex;
                        align-items: center;
                        gap: 30px;
                        margin-top: 12px;
                        margin-bottom: 20px;

                        a {
                            font-size: 24px;
                            line-height: 1;
                            color: $white;
                        }
                    }

                    .actions {
                        >div {
                            width: 100%;
                            display: flex;
                            gap: 10px;
                        }

                        .btn {
                            padding: 12px 20px;
                            font-weight: 600;
                            font-size: 14px;
                            line-height: 90%;
                            letter-spacing: -0.01em;
                            text-align: center;
                            display: inline-flex;
                            align-items: center;
                            justify-content: center;
                            border-radius: 8px;
                            height: 45px;
                            flex-grow: 1;
                        }
                    }
                }
            }
        }

        .btn.btn-heading {
            padding: 12px 20px !important;
            font-weight: 600;
            font-size: 14px;
            line-height: 90%;
            letter-spacing: -0.01em;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 45px;
            border-radius: 8px;
        }

        .btn svg path {
            transition: fill 0.15 ease-in-out;
        }

        .btn-primary:hover,
        .btn-outline-primary:hover {
            svg {
                path {
                    fill: $white;
                }
            }
        }

        .btn-outline-light:hover {
            color: $sf-bright-blue;

            svg path {
                fill: $sf-bright-blue;
            }

        }

        .widget-slider {
            &:has(.overview-card) {
                ul.slides {
                    li {
                        margin-right: 10px !important;
                        height: 163px !important;
                        width: 163px !important;

                        .overview-card {
                            height: 163px;
                            width: 163px;
                            background-color: $white;
                            padding: 18px 15px;
                            border: 1px solid transparent;
                            border-radius: 8px;
                            background: linear-gradient(white, white) padding-box, linear-gradient(180deg, #6389F7 -28.58%, #B0DBCA 89.82%) border-box;
                            display: flex;
                            flex-direction: column;
                            justify-content: space-between;

                            .title {
                                font-size: 14px;
                                letter-spacing: -0.01em;
                                font-weight: 600;
                                line-height: 1;
                                color: $sf-mid-grey;
                            }

                            .value {
                                font-size: 32px;
                                letter-spacing: -0.04em;
                                font-weight: 600;
                                line-height: 1;
                                color: $sf-black;
                            }
                        }
                    }
                }

                ol.flex-control-nav {
                    position: static;

                    &:has(li) {
                        margin-top: 30px;
                    }

                    li {
                        a {
                            height: 8px;
                            width: 8px;
                            background: $sf-bright-blue;
                            opacity: 30%;

                            &.flex-active {
                                opacity: 100%;
                            }
                        }
                    }
                }
            }
        }

        section.component {
            .component-heading {
                flex-wrap: wrap;
                gap: 20px;
                margin-bottom: 20px;

                h3 {
                    font-weight: 600;
                    font-size: 20px;
                    line-height: 90%;
                    letter-spacing: -0.01em;
                    margin-bottom: 0;
                }
            }

            .component-content.bg-white {
                padding: 30px;
                border-radius: 16px;
                background-color: $white;
            }
        }

        .product-listing-tables {
            table.table {
                margin-bottom: 0px;

                thead {
                    display: none;

                    th {
                        font-weight: 600;
                        font-size: 12px;
                        line-height: 90%;
                        color: #969696;
                        border-bottom: 1px solid #E1E1E1;
                        padding: 12px 4px;

                        &.sortable {
                            cursor: pointer;
                            background-image: url(/images/sorting-icon.svg) !important;
                        }
                    }
                }

                tbody {
                    tr {
                        td {
                            padding: 20px 4px;
                            font-weight: 500;
                            font-size: 12px;
                            line-height: 100%;
                            letter-spacing: -0.01em;
                            border: none;

                            .table-product-item {
                                font-weight: 600;

                                .brand {
                                    line-height: 90%;
                                    color: #969696;
                                    margin-bottom: 4px;
                                }
                            }

                            &:has(input[type="checkbox"]) {
                                width: 50px;

                                input[type="checkbox"] {
                                    height: 20px;
                                    width: 20px;
                                    margin-top: 12px;
                                    border: 1px solid #E1E1E1;
                                    margin-right: 10px;
                                }
                            }

                            &:not(:first-child, :nth-child(2)) {
                                display: none;
                            }
                        }
                    }
                }
            }
        }

        .status-container {
            padding: 30px 25px;
            background: $blue-grey-cards;
            text-align: center;

            h4 {
                font-weight: 600;
                font-size: 16px;
                line-height: 90%;
                margin-bottom: 20px;
                max-width: 500px;
                margin: 0 auto 20px;
            }

            p {
                font-weight: 500;
                font-size: 13px;
                line-height: 140%;
                letter-spacing: 0em;
                margin-bottom: 20px;
                max-width: 574px;
                margin: 0 auto 20px;
            }
        }

        .collection-grid {
            .collection-wrapper {
                border-radius: 8px;
                overflow: hidden;

                .image {
                    width: 100%;
                    aspect-ratio: 16 / 9;
                    position: relative;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }

                    &::after {
                        position: absolute;
                        content: '';
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background-color: #0000001A;
                    }
                }



                a {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    padding: 26px 28px 26px 38px;
                    background-color: $blue-grey-cards;
                    color: $sf-black;
                    font-weight: 500;
                    font-size: 13px;
                    line-height: 140%;
                    letter-spacing: 0em;

                }
            }
        }

        .page-content {
            &:has(.page-back-btn) {
                padding-top: 20px;

                .page-back-btn {
                    display: inline-flex;
                    margin-bottom: 30px;
                    color: $sf-light-grey;
                    font-weight: 600;
                    font-size: 12px;
                    line-height: 90%;
                    letter-spacing: -0.01em;
                }
            }

            label.img-upload-label {
                padding: 15px 20px;
                border: 1px solid $sf-bright-blue;
                color: $sf-bright-blue !important;
                font-weight: 600;
                font-size: 14px;
                line-height: 90%;
                letter-spacing: -0.01em;
                border-radius: 8px;
                cursor: pointer;
                transition: all 0.2s ease;
                margin-bottom: 14px;

                &:hover {
                    background-color: $sf-bright-blue;
                    color: $white !important;

                    svg {
                        path {
                            fill: $white;
                        }
                    }
                }
            }

            #productDetail.product-detail-wrapper {

                .product-image {

                    .flex-slider-images {
                        .lSSlideWrapper {
                            li {
                                img {
                                    width: 100%;
                                    aspect-ratio: 1/1;
                                    object-fit: cover;
                                }
                            }
                        }

                        .lSPager {
                            display: flex;
                            justify-content: center;
                            min-width: 100% !important;
                            max-width: max-content;

                            li {
                                flex-shrink: 0;
                                height: 68px !important;
                                width: 45px !important;
                                margin-right: 10px !important;
                                padding-bottom: 6px !important;
                                border-bottom: 2px solid transparent;
                                border-radius: 0px;

                                &.active {
                                    border-bottom: 2px solid $sf-black;
                                }

                                img {
                                    height: 100%;
                                    width: 100%;
                                    object-fit: cover;
                                    border-radius: 8px;
                                }
                            }
                        }
                    }
                }

                .product-content {

                    .brand {
                        font-family: Manrope;
                        font-weight: 600;
                        font-size: 14px;
                        line-height: 90%;
                        letter-spacing: -0.01em;
                        color: $sf-light-grey;
                    }

                    span.favourite {
                        background-color: $white;
                        border: 1px solid #E1E1E1;
                        border-radius: 4px;
                        padding: 5px 4px 4px 4px;
                        font-size: 14px;
                        line-height: 1;
                        color: $sf-light-grey;
                        margin-bottom: 2px;
                    }

                    .product-title {
                        font-weight: 600;
                        font-size: 20px;
                        line-height: 90%;
                        letter-spacing: -0.01em;
                        color: $sf-black;
                        margin-bottom: 10px;
                    }

                    .product-price {
                        font-weight: 600;
                        font-size: 16px;
                        line-height: 90%;
                        letter-spacing: -0.01em;
                        color: $sf-black;
                        margin-bottom: 0px;
                    }

                    hr {
                        margin-top: 12px;
                        margin-bottom: 12px;
                        border-bottom: 1px solid #E1E1E1;
                    }

                    .profit {
                        color: $sf-mid-grey;
                        margin-bottom: 30px;

                        small {
                            font-weight: 500;
                            font-size: 12px;
                            line-height: 120%;
                            letter-spacing: 0;
                            margin-bottom: 6px;
                            display: block;

                            a {
                                color: $sf-mid-grey;
                                margin-left: 4px;
                            }
                        }

                        h4 {
                            color: $sf-mid-grey;
                            font-weight: 600;
                            font-size: 16px;
                            line-height: 90%;
                            letter-spacing: -0.01em;
                            margin-bottom: 0px;
                        }
                    }

                    .description {
                        color: $sf-mid-grey;
                        font-weight: 500;
                        font-size: 14px;
                        line-height: 140%;
                        letter-spacing: 0em;
                    }

                    .fulfillment-status {
                        font-weight: 500;
                        font-size: 12px;
                        color: $sf-light-grey;
                    }
                }
            }
        }
    }
}

// Dashboard: - trending-beauty-section

.trending-beauty-section {
    .product-grid {
        .row {
            .col-lg-9 {
                width: 100% !important;
            }

        }
    }

}

.swiper {
    .swiper-pagination {
        all: unset;
        display: block;
        width: 100% !important;
        text-align: center;
        margin-top: 1.5rem;
    }
}

section#page-affiliate-disclosures {
    background: #F4F6F9;

    .container {
        max-width: 898px !important;
    }

    section.group-three-header {
        div.profile-dropdown-wrapper {
            >a {
                &::after {
                    color: $sf-black;
                }
            }
        }
    }
}


section.page-my-inbox {

    .page-back-btn {
        margin-bottom: 30px !important;
    }

    hr.heading-separator {
        margin-bottom: 30px !important;
    }

    ul#messageTab.nav {
        width: max-content;
        padding: 2px;
        background: $sf-extra-light-grey;
        border-radius: 8px;
        border: 1px solid #E1E1E1;
        margin-bottom: 30px;

        li {
            a.nav-link {
                color: $sf-black;
                font-weight: 600;
                font-size: 12px;
                line-height: 1;
                letter-spacing: -0.01em;
                border-radius: 8px;
                padding: 8px 12px;
                border: 1px solid transparent;
                margin: 0px;

                &.active {
                    background: $white;
                    border-color: #E1E1E1;
                }
            }
        }
    }

    a.message-box-wrapper {
        background: $white;
        color: $sf-black;
        padding: 24px 16px;
        border-radius: 8px;
        border: 1px solid #FFFFFF33;
        display: flex;
        align-items: center;
        column-gap: 12px;
        row-gap: 10px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: -0.01;

        &:hover {
            background: #fdfdfd;
        }

        &::before {
            content: '';
            display: inline-block;
            height: 11px;
            width: 11px;
            border-radius: 50%;
            background: $sf-bright-blue;
            flex-shrink: 0;
        }

        .room-avatar {
            margin-right: 8px;

            .room-avatar-icon {
                height: 30px;
                width: 30px;
                border-radius: 50%;
                background: linear-gradient(180deg, rgba(122, 161, 235, 0.9) 0%, rgba(177, 220, 203, 0.9) 100%), #292A2E;
                color: $white;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                font-size: 20px;
                font-weight: 700;
                line-height: 1;
            }
        }

        .room-name {
            font-size: 16px;
            margin-bottom: 10px;
            line-height: 90%;
        }

        .message {
            color: $sf-mid-grey;
        }

        .timestamp {
            margin-left: auto;
        }

    }
}

.modal.inbox-modal {
    .modal-content {
        padding: 0 77px !important;
        background-color: #F4F6F9;
        border-radius: 16px;

        .modal-header {
            padding: 30px 0 20px 0 !important;
            border-bottom: 1px solid #E1E1E1;
        }

        .modal-body {
            padding: 30px 0px !important;
        }

        .modal-footer {
            padding: 30px 0 40px 0 !important;
            border-top: 1px solid #E1E1E1;
        }
    }

    .room-name {
        font-weight: 600;
        font-size: 20px;
        line-height: 1;
        letter-spacing: -0.01em;
        color: $sf-black;
        margin-bottom: 0;
    }

    .room-avatar {
        margin-right: 8px;

        .room-avatar-icon {
            height: 30px;
            width: 30px;
            border-radius: 50%;
            background: linear-gradient(180deg, rgba(122, 161, 235, 0.9) 0%, rgba(177, 220, 203, 0.9) 100%), #292A2E;
            color: $white;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            font-weight: 700;
            line-height: 1;
        }
    }

    .messages-container {
        .message-wrapper {
            display: flex;
            align-items: end;
            flex-wrap: nowrap;
            gap: 12px;
            max-width: 558px;

            .room-avatar {
                margin: 0px;
                flex-shrink: 0;
            }

            .message {
                padding: 18px;
                border-radius: 16px;
                font-weight: 500;
                font-size: 14px;
                line-height: 140%;
                letter-spacing: -0.01em;

                span.timestamp {
                    font-size: 12px;
                    opacity: 0.6;
                    float: inline-end;
                }
            }

            &.sent {
                flex-direction: row-reverse;
                margin-left: auto;

                .message {
                    background: $sf-bright-blue;
                    color: $white;
                }
            }

            &.received {
                .message {
                    background: $sf-extra-light-grey;
                    color: $sf-black;
                }
            }
        }

        .attachments-wrapper {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;

            .attachment {
                display: inline-flex;
                padding: 10px 13px;
                background: #fff;
                border: 1px solid #e1e1e1;
                border-radius: 16px;

                .attachment-name {
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 140%;
                    letter-spacing: 0;
                    margin-bottom: 0;
                }

                .attachment-size {
                    font-weight: 500;
                    font-size: 12px;
                    line-height: 120%;
                    letter-spacing: 0;
                    margin-bottom: 0;
                    color: $sf-mid-grey;
                }
            }
        }

        .message-item:not(:last-child) {
            margin-bottom: 30px;
        }
    }
}

.new-message-form {
    width: 100%;
    margin: 0px;

    textarea {
        padding: 15px 16px;
        min-height: 135px;
        border: 1px solid #E1E1E1;
        border-radius: 16px;
    }

    .actions {
        padding: 0 16px;
        margin-top: -40px;
    }
}