@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&family=Passion+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

:root {
    --primary: #e10019;
    --white: #fff;
    --black: #000;
    --half-white: #cde6d0;
    --dark-blue: #36156a;
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--primary) var(--dark-blue);
}

    *::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    *::-webkit-scrollbar-track {
        background: var(--dark-blue);
    }

    *::-webkit-scrollbar-thumb {
        background-color: var(--primary);
        border: 2px solid transparent;
        border-radius: 9px;
        background-clip: content-box;
    }

        *::-webkit-scrollbar-thumb:hover {
            border: 0px solid transparent;
        }

body {
    min-height: 100vh;
    height: auto;
    background-image: url("../images/siteimages/body-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: "Open Sans", sans-serif;
}

.body-bg {
    background-image: url("../images/siteimages/body-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    overflow: hidden;
}

.test-bg {
    background-image: url(../images/siteimages/body-bg-test.jpg) !important;
}

.hpanel .panel-body {
    padding: 10px;
}

.justify-content-center {
    justify-content: center !important;
}

.input-group {
    text-align: left;
    width: 100%;
}

.form-group {
    margin: 0;
}

.login-box-main .form-control {
    border-radius: 5px !important;
    border: 1px solid #4a3c84 !important;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    /*backdrop-filter: blur(50px);*/
    height: 60px;
    width: 100%;
    margin-bottom: 20px !important;
    color: var(--white);
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.form-control {
    border-radius: 5px !important;
    border: 1px solid #4a3c84 !important;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    /*backdrop-filter: blur(50px);*/
    height: 45px;
    width: 100%;
    margin-bottom: 10px !important;
    color: var(--white);
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

    .form-control::placeholder {
        color: var(--white);
        opacity: 0.5;
    }

    .form-control:-webkit-autofill,
    .form-control:-webkit-autofill:hover,
    .form-control:-webkit-autofill:focus,
    .form-control:-webkit-autofill:active {
        background-color: rgba(255, 255, 255, 0.03) !important;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #ffffff;
        transition: background-color 5000s ease-in-out 0s;
    }

    .form-control:-moz-autofill {
        background-color: rgba(255, 255, 255, 0.03) !important;
        color: var(--white) !important;
    }

    .form-control option {
        color: var(--black);
    }

.select2-container.form-control {
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}

.select2-container .select2-choice {
    height: 45px;
    box-shadow: unset;
    border: 0;
    background-color: transparent;
}

    .select2-container .select2-choice > .select2-chosen {
        height: 45px;
        display: flex;
        align-items: center;
        color: #fff;
    }

    .select2-container .select2-choice .select2-arrow {
        right: 8px;
        top: 5px;
    }

.select2-drop {
    border-radius: 5px;
    border: 1px solid #36156a !important;
    background: #4c2d86;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(50px);
    padding-top: 6px;
}

.select2-results .select2-result-label {
    color: var(--white);
}

.select2-results .select2-highlighted {
    background-color: #341c57;
}

.select2-search input {
    border-radius: 5px !important;
    border: 1px solid #4a3c84 !important;
    background: rgba(255, 255, 255, 0.03) url(/Vendor/select2-3.5.2/select2.png) no-repeat 100% -22px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background-color: transparent;
    color: #fff;
}

label {
    color: var(--half-white);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

    label span.error {
        margin-left: 0px;
        font-size: 11px;
    }

.login-box-main label {
    font-weight: 800;
    font-size: 22px;
}

.btn-primary {
    border-radius: 6px;
    border: 2.657px solid var(--white);
    opacity: 0.8;
    background: linear-gradient( 180deg, #f06449 0%, #f06449 0.02%, #ed1b24 48.39%, #ea1c27 189.06%, rgba(236, 27, 39, 0) 242%, #ed1b24 242% );
    backdrop-filter: blur(2px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: var(--white);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    text-overflow: ellipsis;
    text-shadow: 0px 2px 0px var(--black);
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 20px;
}

.affiliate-login-btn {
    background: #46c4e5;
    color: var(--black);
    text-shadow: none;
}

.btn-primary:hover {
    border-color: var(--white);
}

.btn-green,
.btn-green:hover {
    color: #fff !important;
    background: green !important;
    border: 1px solid #fff !important;
}

.tab-pane .panel-body {
    border-top: none;
    border-radius: 5px;
    border: 1px solid #36156a;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #302752;
    opacity: 0.5;
}

.hpanel > .panel-heading {
    padding: 0px 4px 10px;
}

.panel-body h5,
.panel-body h4 {
    font-weight: 700;
    color: var(--white);
    margin-top: 0;
}

.table-responsive {
    overflow-x: unset !important;
    min-height: unset !important;
}

.dataTables_processing {
    display: none !important;
}

textarea {
    resize: vertical;
}

.btn-info {
    color: #d096ff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #d096ff;
    background: rgba(208, 150, 255, 0.1);
    padding: 8px 21px 8px 35px;
    background-image: url("/Images/save-icon.svg");
    background-repeat: no-repeat;
    background-position: 17px center;
    background-size: 21px;
    width: 126px;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info:active:hover,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        background-color: rgba(208, 150, 255, 0.18) !important;
        border-color: #d096ff !important;
        color: #d096ff !important;
        background-image: url("/Images/save-icon.svg") !important;
    }

.btn-info-round {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    background-image: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-info-round:hover,
    .btn-info-round:focus,
    .btn-info-round:active,
    .btn-info-round:active:hover {
        background-image: none;
    }

.btn-cancel {
    color: #d096ff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #d096ff;
    background: rgb(31, 9, 60);
    padding: 8px 21px 8px 44px;
    background-image: url("/Images/cancel-icon.png");
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 19px;
    width: 126px;
}

    .btn-cancel:hover,
    .btn-cancel:focus,
    .btn-cancel:active {
        background-color: rgb(24, 6, 49);
        border-color: #d096ff;
        color: #d096ff;
        background-image: url("/Images/cancel-icon.png") !important;
    }

.btn-changepassword {
    color: #d096ff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #d096ff;
    background: rgba(208, 150, 255, 0.1);
    padding: 8px 21px 8px 35px;
    background-image: url(/Images/save-icon.svg);
    background-repeat: no-repeat;
    background-position: 17px center;
    background-size: 21px;
    width: 126px;
}

.new-link-btn {
    background-image: url("/Images/add.svg") !important;
    padding: 10px 21px 10px 47px;
    background-size: 18px;
}

    .new-link-btn:hover,
    .new-link-btn:focus,
    .new-link-btn:active,
    .new-link-btn:active:hover {
        background-image: url("/Images/add.svg") !important;
    }

.btn-danger {
    background-color: #242424;
    border-color: #2b2b2b;
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    padding: 12px 22px;
    border-radius: 5px;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background-color: #060606;
        border-color: #060606;
        color: var(--white);
    }

.btn-payout {
    padding: 8px 21px 8px 47px;
    width: 141px;
    background-image: url("/Images/generate.svg") !important;
}

    .btn-payout:hover,
    .btn-payout:focus,
    .btn-payout:active,
    .btn-payout:active:hover,
    .btn-payout.active {
        background-image: url("/Images/generate.svg") !important;
    }

.full-width {
    width: 100%;
}

.page-heading {
    text-align: center;
    color: #d096ff;
    width: 100%;
    position: absolute;
    top: 9px;
    max-width: fit-content;
    margin: auto;
    left: 0;
    right: 0;
}

    .page-heading h2 {
        font-weight: 600;
        font-size: 24px;
    }

.daterangepicker {
    border: 1px solid #36156a !important;
    background: #4c2d86 !important;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(50px) !important;
}

.ui-widget.ui-widget-content {
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #36156a;
    background: #4c2d86;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(50px);
    padding: 0;
    color: #fff;
}

.ui-datepicker .ui-datepicker-header {
    background-color: transparent;
    border: 0;
}

.ui-datepicker .ui-datepicker-next-hover {
    background-color: transparent;
    border: 0;
}

.ui-datepicker .ui-datepicker-prev-hover {
    background-color: transparent;
    border: 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    background-color: #341c57;
    color: #fff;
    border: 0;
    font-size: 12px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #36156a;
    background: #4c2d86;
    color: #fff;
    text-align: center;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover {
    background-color: #341c57 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background-color: #341c57 !important;
}

.custom-check-box {
    position: relative;
}

    .custom-check-box input {
        position: absolute;
        opacity: 0;
        visibility: hidden;
    }

    .custom-check-box label {
        cursor: pointer;
        margin: 0;
        width: 25px;
        height: 25px;
        font-size: 16px;
        border: solid 1px #d096ff;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #d096ff;
    }

    .custom-check-box .icon {
        display: none;
        font-size: 16px !important;
    }

    .custom-check-box input:checked ~ label .icon {
        display: block;
    }

    .custom-check-box .icon-minus {
        display: none;
        font-size: 16px !important;
    }

    .custom-check-box input:checked ~ label .icon-minus {
        display: none !important;
    }

.sweet-alert {
    border-radius: 5px px;
    border: 1px solid #36156a;
    background: #341c57;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
}

.daterangepicker .calendar-table {
    border: 0 !important;
    background: #4c2d86 !important;
    backdrop-filter: blur(50px) !important;
    color: #fff !important;
}

    .daterangepicker .calendar-table .next span,
    .daterangepicker .calendar-table .prev span {
        color: #fff;
        border-color: white !important;
    }

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #341c57 !important;
    border-color: transparent;
    color: inherit;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: transparent !important;
}

.daterangepicker td.in-range {
    background-color: #341c57 !important;
    color: #fff !important;
}

.daterangepicker .drp-buttons {
    border-top: 1px solid #7555b1 !important;
}

.daterangepicker .drp-selected {
    color: #bbb !important;
}

.daterangepicker.show-calendar .drp-buttons {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
}

.daterangepicker .drp-buttons .cancelBtn {
    border-radius: 5px;
    border: 1px solid #d096ff;
    background: rgb(31, 9, 60);
    color: #d096ff;
}

.daterangepicker .drp-buttons .applyBtn {
    border-radius: 5px;
    background: rgba(208, 150, 255, 0.18) !important;
    border-color: #d096ff !important;
    color: #d096ff !important;
    text-shadow: none;
}

.sweet-alert {
    border-radius: 5px;
    border: 1px solid #36156a;
    background: #341c57;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
}

    .sweet-alert h2 {
        color: white;
    }

    .sweet-alert p {
        color: #c5c5c5;
    }

    .sweet-alert button {
        color: #d096ff !important;
        font-size: 18px;
        font-weight: 700;
        border-radius: 5px;
        border: 1px solid #d096ff !important;
        background-color: rgba(208, 150, 255, 0.1) !important;
    }

        .sweet-alert button:hover {
            background-color: rgba(208, 150, 255, 0.18) !important;
            border-color: #d096ff !important;
            color: #d096ff !important;
        }

    .sweet-alert .cancel {
        color: #d096ff !important;
        font-size: 18px;
        font-weight: 700;
        border-radius: 5px;
        border: 1px solid #d096ff !important;
        background: rgb(31, 9, 60) !important;
    }

        .sweet-alert .cancel:hover {
            background-color: rgb(24, 6, 49) !important;
            border-color: #d096ff !important;
            color: #d096ff !important;
        }

/*.filter-container {
    height: 35px;
    margin-bottom: 0 !important;
}*/

.filter-input {
    width: 74%;
    height: 35px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#dtAffiliatePayoutsList_filter {
    float: right;
}

.input-group-addon {
    background-color: #eee;
}

div.dt-buttons {
    float: right !important;
    margin-right: 10px;
}

div#dtSalesList_filter {
    float: right !important;
}

.btn-csv {
    background-image: url(/Images/csv.svg);
    background-repeat: no-repeat;
    background-position: 17px center;
    background-size: 21px;
    padding: 8px 0px 8px 45px !important;
    width: auto;
    background-color: transparent;
    border: 0;
    font-size: 14px;
}

    .btn-csv:hover,
    .btn-csv:focus,
    .btn-csv:active,
    .btn-csv:hover:active {
        background-image: url(/Images/csv.svg) !important;
        background-color: transparent !important;
    }

.intl-tel-input .country-list {
    border-radius: 5px;
    border: 1px solid #36156a !important;
    background: #4c2d86;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(50px);
    padding-top: 6px;
}

    .intl-tel-input .country-list .country {
        color: var(--white);
    }

        .intl-tel-input .country-list .country.highlight {
            background-color: #341c57;
        }

/*------------------ Login Page Start ------------------*/
.login-page-main {
    padding: 14vh 160px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-left-area {
    text-align: center;
}

    .login-left-area h3 {
        color: var(--white);
        font-family: "PhoenixScriptFLF";
        font-size: 60px;
    }

    .login-left-area h1 {
        color: var(--primary);
        font-family: "Passion One", sans-serif;
        font-size: 100px;
        margin: 0;
    }

        .login-left-area h1 span {
            color: var(--half-white);
        }

.login-character-image {
    position: absolute;
    left: 17%;
    bottom: 0;
}

    .login-character-image img {
        height: 54vh;
    }

.affiliate-login-character-image {
    position: relative;
    right: unset;
    bottom: 0;
    text-align: center;
}

    .affiliate-login-character-image img {
        height: 35vh;
    }

.login-right-area {
    text-align: center;
}

    .login-right-area p {
        color: var(--white);
        font-family: "Open Sans", sans-serif;
        font-size: 17px;
        font-weight: 700;
        margin-top: 20px;
    }

        .login-right-area p a {
            color: #f6ba53;
        }

.login-box-main {
    background-image: url("../images/siteimages/login-form-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 700px;
    padding: 105px;
    margin: 0 auto;
    text-align: center;
}

    .login-box-main h1 {
        color: var(--white);
        font-family: "Passion One", sans-serif;
        font-size: 45px;
    }

.login-form {
    padding: 5px 45px;
    position: relative;
}

    .login-form form {
        margin-bottom: 20px;
    }

    .login-form .btn-primary {
        width: 180px;
        height: 55px;
        margin: 0 auto;
    }

    .login-form a {
        color: var(--white);
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 14px;
    }

        .login-form a:hover {
            color: var(--primary);
        }

.validation-summary-errors {
    position: absolute;
    left: 0;
    right: 0 !important;
    top: -6px !important;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

    .validation-summary-errors ul {
        list-style: none;
        padding: 0;
        margin: 0;
        color: #ff4e4e;
        font-size: 12px;
    }
/*------------------ Login Page End ------------------*/




header {
    padding: 16px 30px;
}

.header-left-area p {
    margin: 0;
    color: #c8c1ff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.header-right-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 5px;
    padding-right: 20px;
}

    .header-right-area a {
        margin-left: 20px;
    }

.affillHeader .header-right-area a {
    margin-left: 10px;
}

.affillHeader .header-right-area {
    padding-right: 0px;
}

.pioneer-plan {
    color: #df853c;
}

.affillHeader .header-right-area {
    padding-right: 0px;
}

.link-copy {
    color: #fff;
}

    .link-copy:hover {
        text-decoration: none;
        color: #fff;
    }

.pioneer-plan {
    color: #df853c;
}

.mogul-plan {
    color: #5bbef4;
}

.tycon-plan {
    color: #f4bd4f;
}

.header-left-area p a {
    color: #c8c1ff;
    font-weight: 700;
    text-decoration: underline;
}

.header-logo {
    text-align: center;
    max-width: 240px;
    width: 100%;
    margin: -7px 0 0;
    opacity: 0.7;
}

    .header-logo img {
        width: 100%;
    }

.tooltip > .tooltip-inner {
    background-color: #591fae !important;
}

.tooltip > .tooltip-arrow {
    border-bottom-color: #591fae !important;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #591fae !important;
    border-bottom-color: transparent !important;
}

#paymentDetailsModal .tooltip-inner {
    max-width: 780px !important;
    font-size: 13px;
}

#paymentDetails .tooltip-inner {
    max-width: 780px !important;
    font-size: 13px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
    opacity: [1];
    filter: invert(1);
}

    input[type="date"]::-webkit-calendar-picker-indicator:hover {
        opacity: 1;
    }

/*------------------ Dashboard Page Start ------------------*/
.dashboard-page-area {
    padding: 0px 30px 20px;
}

.dashboard-logo {
    text-align: center;
}

    .dashboard-logo img {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }

    .dashboard-logo a {
        text-decoration: none;
    }

    .dashboard-logo p {
        color: #f1b980;
        font-family: "PhoenixScriptFLF";
        font-size: 43.041px;
    }

.dashboard-right {
    display: flex;
    justify-content: flex-end;
}

.dashboard-left {
    display: flex;
    justify-content: flex-start;
}

.icon-box-main {
    width: 280px;
    height: 75px;
    border-radius: 5px;
    border: 1px solid #36156a;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
}

.dashboard-right .icon-box-main {
    margin-left: 20px;
}

.dashboard-left .icon-box-main {
    margin-right: 20px;
}

.icon-box-main img:first-child {
    margin-right: 20px;
}

.icon-box-main img:last-child {
    margin-left: 20px;
}

.icon-box-main p {
    color: #c8c1ff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.icon-box-main:hover,
.icon-box-main:focus {
    text-decoration: none;
    outline: none;
}

.dashboard-main {
    padding-top: 30px;
}

.dashboard-pro-box-main {
    border-radius: 5px;
    border: 1px solid #36156a;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
    padding: 15px;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px;
}

.sqribROw {
    margin-bottom: 30px;
}

    .sqribROw .sqriBbox:nth-of-type(1) {
        padding-right: 0;
    }

    .sqribROw .sqriBbox:nth-of-type(2) {
        padding-left: 0;
    }

.sqriBbox {
}

.sqribROw .dashboard-pro-box-main {
    margin-bottom: 0;
    border: 3px solid transparent; /* Keep border transparent */
    border-image: linear-gradient(#3f8cb6, #995565, #477d6c, #8c765a);
    border-image-slice: 1;
    border-radius: 6px; /* Ensure rounded corners */
    background-clip: padding-box, border-box; /* Helps preserve border-radius */
    -webkit-mask-image: radial-gradient(circle, white 100%, transparent 100%);
}

.sqribROw .sqriBbox:nth-of-type(1) .dashboard-pro-box-main {
    border-radius: 4px 0 0 4px;
    position: relative;
    overflow: hidden;
    border-right: none;
}

.sqribROw .sqriBbox:nth-of-type(2) .dashboard-pro-box-main {
    border-radius: 0 4px 4px 0;
    position: relative;
    overflow: hidden;
}

.comming-soon-badge {
    background: var(--primary);
    height: 30px;
    width: 100%;
    position: absolute;
    /*  top: 55%;*/
    left: 0;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    backdrop-filter: blur(54px);
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
}

.sqribble-reseller-main {
    background: rgba(255, 107, 12, 0.13);
}

.dashboard-pro-box-content {
    text-align: center;
}

.dashboard-pro-box-logo {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
}

.genie-box-main .dashboard-pro-box-logo {
    max-width: 135px;
}

.dashboard-pro-box-logo img {
    width: 100%;
}

.dashboard-pro-box-content p {
    color: var(--white);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 13px 0 30px;
}

.dashboard-pro-box-plus {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.genie-box-main {
    height: 235px;
}

    .genie-box-main .dashboard-pro-box-content p {
        margin: 10px 0 15px;
    }

.pez-box-main {
    height: 230px;
}

    .pez-box-main .dashboard-pro-box-content p {
        margin: 8px 0 18px;
    }

.sqrindle-box-main {
    height: 200px;
}

.ecoverly-box-main {
    height: 276px;
}

.talki-box-main {
    height: 260px;
}

    .talki-box-main .dashboard-pro-box-logo {
        max-width: 90px;
    }

    .talki-box-main .dashboard-pro-box-content p {
        margin: 0 0 10px;
    }

.landing-box-main {
    height: 260px;
    justify-content: flex-start;
}

    .landing-box-main .dashboard-pro-box-logo {
        max-width: 140px;
    }

.e-landingly-footer {
    border: 1px solid #36156a;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
    color: #9181fb;
    font-weight: 600;
}

    .e-landingly-footer img {
        margin-right: 7px;
    }

.submittar-box-main {
    height: 125px;
    padding: 15px 20px 15px 20px;
}

.height-125 {
    height: 125px !important;
    padding: 15px 30px 15px 30px !important;
}

.colorly-box .dashboard-pro-box-logo {
    max-width: 150px;
    margin: 0;
}

.logomojo-box-main .dashboard-pro-box-content {
    justify-content: center !important;
}

.logomojo-box-main .dashboard-pro-box-logo {
    max-width: 150px;
    margin: 0;
}

.reseller-locked-main {
    border: solid 1px #fcfe02;
}

    .reseller-locked-main .dashboard-pro-box-content {
        opacity: 0.2;
    }

.reseller-locked {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .reseller-locked svg {
        font-size: 50px;
    }

    .reseller-locked p {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        font-family: "Poppins", sans-serif;
        margin-bottom: 0;
        margin-top: 11px;
    }

.money-falling-box::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    pointer-events: none;
    background: transparent repeat;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    background: url("../images/giphy.gif") center center/120% repeat no-repeat, url("../images/giphy-1.gif") center center/50% repeat no-repeat;
    opacity: 0.4;
}

.submittar-box-main .dashboard-pro-box-content,
.app-box-main .dashboard-pro-box-content {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .submittar-box-main .dashboard-pro-box-content p,
    .app-box-main .dashboard-pro-box-content p {
        margin: 8px 0 0px;
    }

.click-box-main {
    padding: 15px 30px 15px 30px;
}

.taskly-box-main .dashboard-pro-box-content {
    justify-content: center !important;
    column-gap: 15px;
}

    .taskly-box-main .dashboard-pro-box-content > div {
        text-align: center;
    }

.click-box-main .comming-soon-badge,
.taskly-box-main .comming-soon-badge {
    top: unset;
    font-weight: 700;
    font-size: 14px;
    bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 30px;
}

.coming-box-main {
    padding: 15px 30px 15px 30px;
}

.comming-soon-placeholder .dashboard-pro-box-content {
    justify-content: center;
}

    .comming-soon-placeholder .dashboard-pro-box-content p {
        font-size: 20px;
        color: #c8c1ff;
        text-align: center;
    }

.comming-soon-placeholder-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 20px;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #36156a;
    background: #2c1858;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.comming-soon-placeholder:hover .comming-soon-placeholder-hover {
    opacity: 1;
}

.tycoon-exclusive {
    position: absolute;
    top: 8px;
    right: -4px;
}

.e-signly-box-main {
    padding: 15px 30px 15px 30px;
}

.qr-codely-box-main {
    padding: 15px 30px 15px 30px;
}

.card-expiring {
    text-align: center;
}

    .card-expiring p {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 20px;
        background-color: #422e73;
        padding: 7px 20px;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 600;
    }

        .card-expiring p a {
            color: #fff;
            text-decoration: underline;
        }
/*------------------ Dashboard Page End ------------------*/
.login_error {
    position: absolute;
    left: 0;
    right: 0;
    top: 140px;
}

/*.member-login-box {
    max-width: 613px;
}*/
.member-login-box .login-form {
    padding: 5px 45px 20px;
}

.register-container h3 {
    font-weight: 600;
    margin-bottom: 2px;
}

.checklist-main {
    border-radius: 5px !important;
    border: 1px solid #4a3c84 !important;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
    padding: 10px;
}

    .checklist-main ul {
        margin-bottom: 7px;
    }

        .checklist-main ul li {
            color: #fff;
            font-size: 12px;
        }

        .checklist-main ul.checkList li {
            color: #82d982;
        }

            .checklist-main ul.checkList li:before {
                color: #82d982;
            }

.register-container .hpanel .alert {
    border-radius: 5px;
    border: 1px solid #36156a;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
    color: white;
}

.register-container .checkbox {
    color: white;
}

    .register-container .checkbox a {
        color: white;
        text-decoration: none;
        font-weight: 700;
    }

.hpanel .panel-body {
    border-radius: 5px;
    border: 1px solid #36156a;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
}

.dataTables_wrapper {
    color: var(--half-white);
}

    .dataTables_wrapper .form-control {
        height: 35px;
        margin-bottom: 0 !important;
    }

.table-bordered {
    border: 1px solid #4a3c84;
    border-radius: 5px;
}

    .table-bordered > tbody > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > thead > tr > th {
        border: 1px solid #4a3c84;
    }

.table-striped > tbody > tr:nth-of-type(2n + 1) {
    background-color: #341c57;
}

.table-hover > tbody > tr:hover {
    background-color: #4c2d86;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: var(--half-white);
    background-color: #2f1c62;
    border-color: #5d4476;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: linear-gradient( 180deg, #f06449 0%, #f06449 0.02%, #ed1b24 48.39%, #ea1c27 189.06%, rgba(236, 27, 39, 0) 242%, #ed1b24 242% );
    border-color: #5d4476;
    color: var(--half-white);
}

.pagination > li > a,
.pagination > li > span {
    color: var(--half-white);
    background-color: #2f1c62;
    border: 1px solid #4a3c84;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: #e3643f;
    border-color: #e3643f;
    color: var(--half-white);
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: var(--half-white);
    background: #4c2d86;
    border-color: #4c2d86;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: var(--half-white);
    background: #4c2d86;
    border-color: #4c2d86;
}

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        color: var(--half-white);
        background: #4c2d86;
        border-color: #4c2d86;
    }

.profile-main {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.image-upload-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    margin: 0;
    background-color: rgb(0, 0, 0, 0.5);
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 0;
}

    .fileUpload i {
        font-size: 20px;
        margin-bottom: 3px;
        cursor: pointer;
    }

.keep-trial-body h2 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 17px;
    margin-top: 10px;
}

.keep-trial-body p {
    color: #ebe9ef;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
}

.keep-trial-body ul {
    color: #ebe9ef;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
}

    .keep-trial-body ul li {
        margin-bottom: 6px;
    }

.carousel-indicators {
    bottom: 0px;
}

.review-box {
    text-align: center;
    background-color: #1f093c;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

    .review-box .review-user {
        width: 200px;
    }

        .review-box .review-user img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
        }

        .review-box .review-user .img-star {
            width: 100px !important;
            height: 20px !important;
            border-radius: unset !important;
        }

        .review-box .review-user h4 {
            color: #fff;
        }

    .review-box .review-content p,
    .review-box .review-content h5 {
        color: #fff;
        max-width: 700px;
        width: 100%;
        margin: 0 auto 15px;
        text-align: justify;
    }

    .review-box .review-content h5 {
        font-size: 18px;
        font-weight: 600;
    }

.trialCancelled {
    width: 100%;
    max-width: 805px;
    height: 50px;
    border-radius: 35px;
    border: 1px;
    margin: 0 auto;
    background: rgba(255, 107, 12, 0.23);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px;
    margin-top: 20px;
}

    .trialCancelled p {
        color: #fff;
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 700;
    }

    .trialCancelled .progress {
        width: 192px;
        border-radius: 25px;
        margin-bottom: 0;
        background-color: rgb(255, 255, 255, 0.2);
    }

        .trialCancelled .progress .progress-bar {
            width: 80%;
            background-color: #e10019;
            border-radius: 25px;
        }

.undoTrialCancellation,
.undoCancellation {
    background: linear-gradient( to right, #05cc3a, #008dd3, #de7600, #ff96a0, #2ccb04 );
    width: 154px;
    height: 34px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}

    .undoTrialCancellation span,
    .undoCancellation span {
        background-color: #ff653d;
        display: flex;
        width: 151px;
        height: 30px;
        border-radius: 25px;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
    }

.btnRevokeCancellation {
    margin-top: 15px;
    width: 100%;
    border-radius: 5px;
    height: 45px;
}

    .btnRevokeCancellation span {
        width: 99%;
        border-radius: 5px;
        height: 97%;
    }

.header-cancel-btn {
    display: flex;
    align-items: center;
    margin-left: 7px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

    .header-cancel-btn > span {
        display: block;
        margin-right: 10px;
    }

    .header-cancel-btn a span,
    .btn-trial-profile span {
        background-color: #432728 !important;
    }

.dataTables_wrapper .dropdown-toggle {
    background-color: transparent;
    border: solid 1px #a6a6a6;
    font-size: 14px;
}

#DateOfBirth {
    padding-left: 15px;
}

.dataTables_wrapper .dropdown-toggle:hover,
.dataTables_wrapper .dropdown-toggle:focus {
    background-color: #341c57;
    color: #fff;
    border-color: #341c57;
}

.dataTables_wrapper label {
    font-size: 13px;
}

.dropdown-menu {
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #4c2d86;
    background: #4c2d86;
    color: white;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(50px);
    padding: 0;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 6px 12px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #fff;
        white-space: nowrap;
        border-bottom: solid 1px #2f2a68;
    }

        .dropdown-menu > li > a i {
            margin-right: 6px;
            width: 13px;
        }

        .dropdown-menu > li > a:focus,
        .dropdown-menu > li > a:hover {
            color: #fff;
            text-decoration: none;
            background-color: #341c57;
            border-left: solid 4px #fff;
            padding: 6px 8px;
        }

.dropdown-menu {
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #36156a;
    background: #4c2d86;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(50px);
    padding: 0;
    color: #fff;
}

.datepicker-dropdown::after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #4c2d86;
    border-top: 0;
    position: absolute;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #341c57;
    cursor: pointer;
    color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #341c57;
    border-radius: 0;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #341c57;
}

.modal-content {
    border-radius: 5px;
    border: 1px solid #36156a;
    background: #341c57;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
}

.modal-header {
    padding: 10px;
    background-color: transparent;
    border-bottom-color: #4a3c84;
}

.modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.modal-footer {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-color: #4a3c84;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 10px;
    }
/*.modal-footer button.btn.btn-default {
        background-color: #1b0c32;
        border-color: #1b0c32;
        color: #fff;
        padding: 8px 20px;
    }
    .modal-footer .btn-info {
        padding: 5px 25px 5px 51px !important;
    }*/
/*.modal-footer .inf-wo-bg {
        padding: 5px 25px 5px 25px !important;
    }*/
.login-container h3 {
    font-weight: 600;
}

.login-container h3,
small {
    color: #fff;
}

.login-container {
    max-width: 420px;
}

.inf-wo-bg {
    background-image: none !important;
    padding: 8px 21px;
}

    .inf-wo-bg:hover,
    .inf-wo-bg:focus,
    .inf-wo-bg:active,
    .inf-wo-bg:hover:active {
        background-image: none !important;
    }

.login-container .validation-summary-errors {
    position: absolute;
    top: 29px !important;
    left: 70px;
}

.memberaiusagemonthpicker {
    margin: 0 !important;
    height: 40px !important;
    background-image: url(../images/siteimages/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: 11px center;
    padding-left: 38px;
}
/*------------------ Affiliate Dashboard Page Start ------------------*/
.affiliate-dashboard .panel-heading h4 {
    font-size: 26px;
}

.affiliate-dashboard .panel-heading h6 {
    color: #919191;
    font-size: 14px;
}

.affiliate-link-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .affiliate-link-main p {
        color: #c7c7c7;
        margin-bottom: 0;
    }

    .affiliate-link-main a {
        color: #c7c7c7;
        display: inline-block;
        margin-left: 10px;
        font-size: 14px;
    }

.input-daterange {
    max-width: 290px;
    width: 100%;
    margin: 0 0 0 auto;
}

    .input-daterange input {
        height: 40px;
        margin-bottom: 0 !important;
    }

    .input-daterange .input-group-addon {
        background-color: #4a3c84;
        border: 0;
        color: #fff;
        text-shadow: none;
    }

    .input-daterange .StartDateRange {
        border-radius: 5px 0px 0px 5px !important;
    }

    .input-daterange .EndDateRange {
        border-radius: 0px 5px 5px 0px !important;
    }

.earning-card-main {
    padding: 0 !important;
    border-top: 2px solid var(--success) !important;
}

    .earning-card-main .panel-heading {
        padding: 9px 15px 15px;
        border-bottom: solid 1px #190c4a;
    }

        .earning-card-main .panel-heading h4 {
            margin-bottom: 0 !important;
        }

.earning-card {
    padding: 10px 15px 15px;
}

    .earning-card ul li {
        margin: 0;
        color: #fff;
        font-size: 18px;
        padding: 15px 0;
        border-bottom: solid 1px #513f97;
    }

        .earning-card ul li:last-child {
            border-bottom: 0;
        }

.paymentlistStyle .dvRight {
    font-weight: 700;
}
/*.chart-s {
    width: 100% !important;
    height: 500px !important;
}*/
/*------------------ Affiliate Dashboard Page End ------------------*/

.affiliatefilters {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-filter {
    background-image: url(/Images/search.svg);
    background-repeat: no-repeat;
    background-position: 17px center;
    background-size: 21px;
    padding: 8px 21px 8px 45px !important;
}

    .btn-filter:hover,
    .btn-filter:focus,
    .btn-filter:active,
    .btn-filter:hover:active {
        background-image: url(/Images/search.svg) !important;
    }

.btn-Report {
    background-image: url(/Images/report.svg);
    background-repeat: no-repeat;
    background-position: 17px center;
    background-size: 21px;
    padding: 8px 21px 8px 45px !important;
}

    .btn-Report:hover,
    .btn-Report:focus,
    .btn-Report:active,
    .btn-Report:hover:active {
        background-image: url(/Images/report.svg) !important;
    }

.daterangefield {
    width: 25%;
    padding-right: 10px;
}

    .daterangefield input {
        background-image: url(../images/siteimages/calendar-icon.png);
        background-repeat: no-repeat;
        background-position: 11px center;
        padding-left: 38px;
        font-size: 13px;
    }

.recieptfield {
    padding-right: 10px;
}

.affiliatefield {
    padding-right: 10px;
}

.affiliatefilters input.form-control,
affiliatefilters .select2-container.form-control {
    margin-bottom: 0 !important;
    height: 45px;
    font-size: 13px;
}

.productfield {
    width: 25%;
    padding-right: 10px;
}

.SqribbleUserfield {
    width: 10%;
}

/*.emailfield {
    width: 20%;
    padding-right: 10px;
}*/
.nameField {
    width: 15%;
}

.planfield {
    width: 15%;
}

.emailfield {
    width: 25%;
}

.isActivefield {
    width: 10%;
}

.isApprovedfield {
    width: 13%;
}

.paymentStatusfield {
    width: 10%;
}

.affiliatefilters .select2-container .select2-choice {
    height: 45px;
}

    .affiliatefilters .select2-container .select2-choice > .select2-chosen {
        height: 45px;
    }

    .affiliatefilters .select2-container .select2-choice .select2-arrow {
        top: 5px;
    }

.login-box-main.admin-login-box {
    padding: 85px;
}

#BillingUpdateModal .modal-content {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
}

#BillingUpdateModal .modal-dialog {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 800px;
}

#BillingUpdateModal .modal-body {
    padding: 20px 20px;
}

#BillingUpdateModal .modal-backdrop.in {
    opacity: 0.95;
}

#BillingUpdateModal .modal-body > .activate-box {
    text-align: center;
}

#BillingUpdateModal .pay-header-h1 {
    font-size: 20px;
    font-weight: 600;
    padding: 17px 20px;
    color: #fff;
    border-bottom: solid 1px #4f487d;
    margin: 0;
}

#BillingUpdateModal .modal-backdrop {
    background-color: #1d1446;
}

#BillingUpdateModal .modal-body h1 {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}

#BillingUpdateModal .modal-body p {
    color: #c5c5c5;
    font-size: 15px;
    margin: 25px 0;
}

#BillingUpdateModal .modal-body a {
    display: inline-block !important;
    width: auto;
    margin-top: 0;
}

/*#update-form-box {
            display: none;
        }*/

#BillingUpdateModal .modal-body #update-form-box h1 {
    color: #c8c1ff;
    font-weight: 600;
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 12px;
}

    #BillingUpdateModal .modal-body #update-form-box h1.heading {
        text-align: center;
        font-size: 30px;
        margin: 0;
        font-weight: 600;
        color: #fff;
        margin-bottom: 30px;
    }

#BillingUpdateModal .modal-body #update-form-box #updateCard {
    border-radius: 5px !important;
    border: 1px solid #4a3c84 !important;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
    height: 45px;
    margin-bottom: 10px !important;
}

button#btnUpdateCard {
    width: 95px;
    margin: 10px auto 0;
    height: 36px;
}

#BillingUpdateModal .recurly-element {
    height: 45px;
}

#BillingUpdateModal .modal-body #update-form-box #updateCard iframe {
    height: 45px;
}

#BillingUpdateModal .modal-body #update-form-box .btn-info {
    width: 250px;
    margin-top: 20px;
}

#BillingUpdateModal .recurly-element-invalid,
#BillingUpdateModal .recurly-hosted-field-invalid {
    border: 1px solid #e35256;
}

.card-container {
    max-width: 600px;
    margin: 0 auto;
}

    .card-container .card-info p {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        color: #ebe9ef;
    }

    .card-container .card-info {
        border-radius: 5px;
        border: 1px solid #36156a;
        background: rgba(255, 255, 255, 0.03);
        box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(50px);
        padding: 7px 7px;
        margin-top: 20px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.strike-price {
    display: flex;
    align-items: flex-start;
}

span.price-span {
    font-size: 15px;
    margin-left: 5px;
    font-weight: 700;
}

.bell-icon-main {
    position: absolute;
    top: 8px;
    right: 10px;
    line-height: 0;
}

    .bell-icon-main img {
        margin-right: 0 !important;
    }

.bell-counter {
    width: 14px;
    height: 14px;
    background-color: #ef4639;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: -2px;
    right: -5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
}

#popupCarousel .carousel-control {
    background-image: none;
    opacity: 1;
    width: 50px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}

.prom-popup-main .modal-body {
    position: relative;
}

    .prom-popup-main .modal-body .close {
        color: white;
        position: absolute;
        top: 9px;
        right: 7px;
        z-index: 9;
        opacity: 1;
        font-size: 20px;
        font-weight: 300;
        width: 25px;
        height: 25px;
        background-color: #6708b5;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .prom-popup-main .modal-body h4 {
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        font-family: "Outfit", sans-serif;
        font-weight: 700;
        font-size: 48px;
        color: #faeaff;
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
        line-height: 64px;
    }

    .prom-popup-main .modal-body .button-section {
        position: absolute;
        top: 41%;
        right: 157px;
    }

        .prom-popup-main .modal-body .button-section .btn-primary {
            height: 66px;
            width: 275px;
            border-radius: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 1;
            background-image: linear-gradient(138deg, #e2021d, #fe3d8d);
            border-color: rgb(255, 255, 255, 0.6);
            font-family: "Outfit", sans-serif;
            font-weight: 700;
            font-size: 28px;
            text-shadow: none;
        }

        .prom-popup-main .modal-body .button-section .prom-link {
            font-family: "Outfit", sans-serif;
            font-weight: 400;
            font-size: 16px;
            color: #fff;
        }

    .prom-popup-main .modal-body .custom-check-box,
    .welcome-modal .modal-body .custom-check-box {
        position: absolute;
        bottom: 13px;
        left: 13px;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

.select2-container .select2-choices {
    background-color: transparent;
    border: 0 !important;
    height: 45px !important;
    padding: 6px;
}

.comming-soon-box-main {
    height: 125px;
    padding: 15px 20px 15px 20px;
}

    .comming-soon-box-main .dashboard-pro-box-content p {
        font-size: 18px;
        line-height: 33px;
        font-weight: 600;
    }

.chicken-running-main {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: block;
}

    .chicken-running-main img {
        transform: translateY(-50%);
        animation: slideAcross 15s linear infinite;
        /* animation: slideRight 1s ease-in-out; */
        max-width: 300px;
    }

        .chicken-running-main img:nth-child(4) {
            max-width: 220px;
        }

@keyframes slideAcross {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100vw);
    }
}

@keyframes slideRight {
    from {
        transform: translateX(-100%);
        opacity: 1;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.bookmarkly-pro-box-main {
    height: 125px;
    padding: 15px 25px;
}

    .bookmarkly-pro-box-main .dashboard-pro-box-content {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
    }

        .bookmarkly-pro-box-main .dashboard-pro-box-content p {
            margin: 10px 0 0;
        }

    .bookmarkly-pro-box-main .dashboard-pro-box-logo {
        max-width: 230px;
    }

.landing-box-main {
    height: 115px;
    padding: 15px 40px;
}

    .landing-box-main .dashboard-pro-box-logo {
        max-width: 140px;
    }

    .landing-box-main .dashboard-pro-box-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        text-align: left;
    }

        .landing-box-main .dashboard-pro-box-content p {
            margin: 0;
        }

body {
    /* font-family: "Poppins", sans-serif !important; */
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Poppins", sans-serif !important; */
}

.payout-credit-col {
    background-color: #dff1be;
    color: #000;
}

.payout-debit-col {
    background-color: #ffe7bc;
    color: #000;
}

.payout-debit-col {
    background-color: #ffe7bc;
    color: #000;
}

.dashboard-pro-box-content .aff-tagline {
    font-size: 14px;
}

.feedback-content {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    .feedback-textarea

{
    position: relative;
    margin-bottom: -17px;
    img

{
    width: 100%;
}

textarea {
    width: 90%;
    border-radius: 10px;
    height: 73px;
    margin-bottom: 15px;
    padding: 3px 8px;
    resize: none;
    outline: none;
    font-weight: 900;
    border: 0;
    position: absolute;
    top: 21px;
    left: 29px;
    right: 0 max-width: 500px;
    margin: 0 auto;
}
    &::placeholder

{
    font-weight: 900;
}

}
}


button {
    padding: 0;
    img

{
    max-width: 130px;
}

}
}

@media (max-width: 1450px) {
    .card-container .card-info p {
        font-size: 11px;
    }

        .card-container .card-info p img {
            width: 21px;
        }

        .card-container .card-info p #billingUpdatebtn {
            width: 24px;
        }

    .submittar-box-main .dashboard-pro-box-content p,
    .app-box-main .dashboard-pro-box-content p {
        font-size: 12px;
    }
}

@media (min-width: 1700px) {
    .login-box-main.admin-login-box {
        padding: 105px;
    }
}

@media (max-width: 1700px) {
    .login-page-main {
        padding: 4vh 40px 0;
    }

    .login-box-main {
        max-width: 670px;
        padding: 83px;
    }

    .login-left-area h1 {
        font-size: 80px;
    }

    .login-left-area h3 {
        font-size: 50px;
    }

    .login-left-area .logo {
        max-width: 350px;
        width: 100%;
        margin: 0 auto;
    }

        .login-left-area .logo img {
            width: 100%;
        }

    .login-character-image {
        left: 12%;
    }

        .login-character-image img {
            height: 61vh;
        }

    .member-login-box {
        max-width: 654px;
    }

    .click-box-main {
        padding: 15px 20px 15px 20px;
    }

        .click-box-main .dashboard-pro-box-logo img {
            width: 100%;
            max-width: 125px;
        }

        .click-box-main .dashboard-pro-box-content > img {
            width: 25px;
        }
}

@media (max-width: 1500px) {
    .icon-box-main p {
        font-size: 11px;
    }

    .bell-icon-main {
        top: 5px;
        right: 8px;
    }
}

@media (max-width: 1400px) {
    .login-character-image {
        left: 12%;
    }

    .login-form form {
        margin-bottom: 10px;
    }

    .login-box-main {
        max-width: 640px;
        padding: 70px;
    }

    .login-right-area p {
        margin-top: 4px;
    }

    .member-login-box {
        max-width: 610px;
        padding: 70px;
    }

    .logo-tagline {
        font-size: 14px !Important;
    }
}

@media (max-width: 1199px) {
    .login-page-main {
        height: auto;
    }

    .login-character-image {
        display: none;
    }

    .content {
        padding: 20px 30px 30px 30px;
    }
}

@media (max-width: 767px) {
    .login-left-area h1 {
        font-size: 60px;
    }

    .login-left-area h3 {
        font-size: 30px;
    }

    .login-left-area .logo {
        max-width: 300px;
    }

    .login-left-area h3 {
        margin: 10px 0 0;
    }

    .login-page-main {
        padding: 4vh 0px 0;
    }

    .login-box-main {
        max-width: 380px;
        padding: 0;
    }

        .login-box-main h1 {
            font-size: 24px;
            padding-top: 80px;
            margin-bottom: 0;
        }

    .login-form {
        padding: 5px 20px !important;
    }

        .login-form form {
            margin-bottom: 14px;
        }

        .login-form > .row {
            padding-bottom: 80px;
        }

            .login-form > .row > .col-md-6 {
                text-align: center !important;
            }

    label {
        font-size: 14px;
    }

    #header {
        height: auto;
    }

    header {
        padding: 16px 15px;
    }

    .header-right-area {
        justify-content: center;
        margin-top: 12px;
    }

    .form-control {
        height: 40px;
        margin-bottom: 8px !important;
        font-size: 14px;
    }

    .login-form .btn-primary {
        width: 120px;
        height: 41px;
        margin: 0 auto;
        font-size: 17px;
    }

    .login-box-main {
        background-position: center;
    }

    .dashboard-right {
        display: flex;
        justify-content: space-between;
    }

        .dashboard-right .icon-box-main {
            margin-left: 0px !important;
            margin-right: 5px;
        }

    .dashboard-left > .icon-box-main img:first-child {
        margin-right: 3px;
    }

    .dashboard-right > .icon-box-main img:first-child {
        margin-right: 3px !important;
        max-width: 25px !important;
    }

    .icon-box-main img:last-child {
        margin-left: 3px !important;
        max-width: 15px !important;
    }

    .main-dashboard-logo {
        width: 100% !important;
        padding: 20px 32px;
    }

    .dashboard-header > .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

    .dashboard-main > .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

    .dashboard-page-area {
        padding: 0px 15px 20px;
    }

    .dashboard-left .icon-box-main {
        margin-right: 5px !important;
    }

    .play-icon {
        max-width: 13px !important;
    }

    .coaching-icon {
        max-width: 25px !important;
    }

    .library-icon {
        max-width: 25px !important;
    }

    .dashboard-header .col-md-4 {
        width: 100% !important;
    }

    .header-left-area {
        justify-content: center;
    }

    /*adding for affiliate loing page*/
    .login-page-main {
        display: unset;
    }

    .affiliate-login-character-image {
        position: unset;
        text-align: center;
        padding: 20px 0;
    }

    .login-box-main label {
        font-weight: 800;
        font-size: 14px;
    }

    .validation-summary-errors li {
        font-size: 8px;
        font-weight: 700;
    }

    .validation-summary-errors {
        position: absolute !important;
        left: 0;
        right: 0 !important;
        top: -5px !important;
        max-width: 203px !important;
        margin: 0 auto;
        width: 100%;
    }

    .sqribROw {
        margin-bottom: 20px;
    }

        .sqribROw .sqriBbox:nth-of-type(1) {
            padding-right: 15px;
            margin-bottom: 30px;
        }

        .sqribROw .sqriBbox:nth-of-type(2) {
            padding-left: 15px;
            margin-bottom: 15px;
        }

    .sqriBbox {
    }

    .sqribROw .dashboard-pro-box-main {
        margin-bottom: 0;
    }

    .sqribROw .sqriBbox:nth-of-type(1) .dashboard-pro-box-main {
        border-radius: 4px;
        border-right: 3px solid;
    }

    .sqribROw .sqriBbox:nth-of-type(2) .dashboard-pro-box-main {
        border-radius: 4px;
    }

    .logo-tagline {
        margin-top: 0px !important;
    }
}
/*------------------ Affiliate Dashboard Start ------------------*/
.affiliate-dashboard-main {
    padding: 10px 15px 30px;
}

.card {
    border-radius: 5px;
    border: 1px solid #35265e;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
}

.card-header {
    padding: 15px;
    font-size: 20px;
    color: #d096ff;
    font-weight: 600;
    border-bottom: 1px solid #35265e;
}

    .card-header img {
        margin-right: 6px;
    }

.card-body {
    padding: 20px;
}

.promote-card .card-header {
    padding: 10px 30px;
}

.card-header.earnings-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.earnings-header .earnings-header-icons a {
    margin-left: 20px;
}

    .earnings-header .earnings-header-icons a:hover {
        text-decoration: none;
    }

.earnings-header .earnings-header-icons img {
    margin-right: 0;
}

.promote-card .card-body {
    padding: 30px 30px;
}

.promote-card h1 {
    color: #d096ff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0px;
}

.promote-card .card-header h1 {
    color: #F8D042;
}

.promote-card label {
    color: #e1ddff;
    font-size: 12px;
    font-weight: 500;
}

.affiliate-link-main {
    border-radius: 5px;
    border: 1px solid #35265e;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
    padding: 16px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

    .affiliate-link-main p {
        margin: 0;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        opacity: 0.7;
        max-width: 180px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .affiliate-link-main .link-icon {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .affiliate-link-main .link-icon a {
            padding-left: 9px;
            margin-left: 2px;
            border-left: 1px solid #3e2e68;
        }

.earnings-card-body .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.earnings-card-body {
    position: relative;
}

    .earnings-card-body::after {
        content: "";
        position: absolute;
        top: 18px;
        left: 36%;
        height: 80%;
        width: 1px;
        background-color: #3e2e68;
        bottom: 0;
    }

    .earnings-card-body::before {
        content: "";
        position: absolute;
        top: 27px;
        right: 30%;
        height: 65%;
        width: 1px;
        background-color: #3e2e68;
        bottom: 0;
    }

    .earnings-card-body ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .earnings-card-body ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 0;
            border-bottom: solid 1px #3e2e68;
        }

            .earnings-card-body ul li:last-child {
                border-bottom: 0;
                padding-bottom: 0;
            }

            .earnings-card-body ul li:first-child {
                padding-top: 0;
            }

            .earnings-card-body ul li p {
                color: #e1ddff;
                font-size: 14px;
                font-weight: 500;
                margin: 0;
            }

    .earnings-card-body .total-data {
        text-align: center;
        color: #e1ddff;
    }

        .earnings-card-body .total-data h5 {
            margin: 10px 0;
            font-size: 16px;
            font-weight: 600;
        }

        .earnings-card-body .total-data h2 {
            margin: 0;
            font-size: 30px;
            font-weight: 600;
        }

.card.commission-card {
    /* margin-top: 25px; */
    /* height: 320px; */
}

.commission-card .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .commission-card .card-header input {
        margin: 0 !important;
        height: 40px !important;
        background-image: url("../images/siteimages/calendar-icon.png");
        background-repeat: no-repeat;
        background-position: 11px center;
        padding-left: 38px;
        width: 254px;
    }

.total-data-box-one {
    padding-left: 50px;
}

@media (max-width: 1460px) {
    /*.promote-card h1 {
        font-size: 20px;
        margin-bottom: 19px;
    }

    .affiliate-link-main p {
        font-size: 10px;
    }*/
}

.clsNew {
    right: 50px !important;
}

/*------------------ Affiliate Dashboard End ------------------*/

/*------------------ Admin Dashboard Start ------------------*/

.monthrange {
    display: flex;
    width: auto;
}

    .monthrange span {
        color: var(--white);
        font-size: medium;
        padding: 10px;
    }

/*------------------ Admin Dashboard End ------------------*/

.clsActions .btn {
    background-image: none;
}

    .clsActions .btn:hover,
    .btn:focus,
    .btn:active {
        background-image: none;
    }

.clsActions a {
    color: #cc93fb;
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}

.sweet-alert .icon.success .fix {
    background-color: transparent;
}

.sweet-alert .icon.success::before,
.sweet-alert .icon.success::after {
    background: transparent;
}

.daterangepicker::after {
    border-bottom: 6px solid #4c2d86 !important;
}

.daterangepicker::before {
    border-bottom: 7px solid #4c2d86 !important;
}

/*------------------ Popup Start ------------------*/
.popup-main {
    border-radius: 5px;
    border: 1px solid #413368;
    background: rgb(46 26 92);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
    width: 783px;
    display: none;
    position: absolute;
    top: 55px;
    z-index: 9;
}

    .popup-main::before {
        content: "";
        position: absolute;
        top: -8px;
        width: 0;
        height: 0;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-top-width: 0;
        border-bottom: 7px solid rgba(255, 255, 255, 0.03);
        box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    }

.popup-left {
    left: 92%;
}

.popup-main.popup-left::before {
    left: 10px;
}

.popup-right {
    right: 0%;
}

.popup-main.popup-right::before {
    right: 17px;
}

.popup-main.popup-top {
    top: unset;
    bottom: -50px;
    right: 10%;
}

    .popup-main.popup-top::before {
        display: none;
    }

.popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;
    border-bottom: 1px solid #413368;
}

    .popup-header h4 {
        color: #d096ff;
        font-size: 20px;
        font-weight: 600;
        margin: 0;
    }

    .popup-header button {
        background-color: transparent;
        border: 0;
    }

.open-popup img:last-child {
    display: none;
}

.open-popup.active img:last-child {
    display: block;
}

.open-popup.active img:first-child {
    display: none;
}

.disable-popup img:last-child {
    display: none;
}

.disable-popup.active img:last-child {
    display: block;
}

.disable-popup.active img:first-child {
    display: none;
}

.popup-body {
    padding: 14px 20px 20px;
}

.popup-body-main {
    border-radius: 5px;
    border: 1px solid #4f487d;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
    display: flex;
    flex-wrap: wrap;
}

.product-list {
    flex: 0 0 50%;
    width: 50%;
}

.link-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.product-list ul {
    margin: 0;
    padding: 0;
}

    .product-list ul li {
        padding: 13px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #413368;
    }

        .product-list ul li:last-child {
            border-bottom: 0;
        }

        .product-list ul li h5 {
            margin: 0;
            color: var(--white);
            font-size: 16px;
            font-weight: 600;
        }

            .product-list ul li h5 img {
                margin-right: 20px;
                width: 20px;
            }

        .product-list ul li p {
            margin: 0;
            color: var(--white);
            font-size: 14px;
            font-weight: 500;
        }

        .product-list ul li a {
            color: #f87c58;
            font-size: 14px;
            font-weight: 600;
        }

.popup-main.popup-active {
    display: block;
}

.popup-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.98;
    background: #33266a;
    z-index: 9;
    display: none;
}

.video-section {
    width: 50%;
    flex: 0 0 50%;
    padding: 15px 21px 11px;
    border-left: solid 1px #4f487d;
    text-align: center;
}

.video-box {
    border-radius: 5px;
    overflow: hidden;
}

    .video-box img {
        width: 100%;
    }

.plan-switch {
    border-radius: 3px;
    border: 0.5px solid rgba(208, 150, 255, 0.8);
    background: rgba(208, 150, 255, 0.1);
    padding: 7px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0 0px;
}

.switch-button {
    position: relative;
}

    .switch-button input {
        position: absolute;
        top: 0;
        opacity: 0;
        visibility: hidden;
    }

    .switch-button label {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        cursor: pointer;
    }

        .switch-button label p {
            font-size: 12px;
            font-weight: 500;
            color: #c8c1ff;
            margin-bottom: 0;
        }

        .switch-button label .icon {
            margin-right: 7px;
            line-height: 0;
        }

            .switch-button label .icon svg {
                font-size: 16px;
                color: #c8c1ff;
            }

            .switch-button label .icon .not-active {
                display: none;
            }

    .switch-button input:checked ~ label .icon .not-active {
        display: block;
        color: #d096ff;
    }

    .switch-button input:checked ~ label p {
        color: #d096ff;
    }

    .switch-button input:checked ~ label .icon .active {
        display: none;
    }

.btn-upgrade-plan {
    order-radius: 5px;
    background: #e55f3c;
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

    .btn-upgrade-plan:hover,
    .btn-upgrade-plan:hover:active,
    .btn-upgrade-plan:focus,
    .btn-upgrade-plan:active {
        color: #000;
    }

.video-section .link {
    color: #d096ff;
    font-size: 10px;
    font-weight: 500;
    margin-top: 5px;
    display: inline-block;
}

.plan-left {
    padding: 5px 15px 5px;
    border-top: solid 1px #413368;
    text-align: center;
}

    .plan-left .link {
        color: #d096ff;
        font-size: 10px;
        font-weight: 500;
        margin-top: 0;
        display: inline-block;
    }

@media (max-width: 1650px) {
    .popup-main {
        width: 550px;
    }

    .popup-left {
        left: 89%;
    }

    .popup-main {
        width: 650px;
    }

    .plan-switch {
        padding: 7px 5px;
    }

    .switch-button label p {
        font-size: 11px;
    }

    .switch-button label .icon {
        margin-right: 2px;
    }

        .switch-button label .icon svg {
            font-size: 14px;
        }

    .icon-box-main {
        height: 65px;
    }

    .dashboard-left .icon-box-main {
        margin-right: 10px;
    }

    .dashboard-right .icon-box-main {
        margin-left: 10px;
    }

    .icon-box-main img:first-child {
        margin-right: 10px;
        max-width: 30px;
    }

    .icon-box-main img:last-child {
        margin-left: 10px;
        max-width: 30px;
    }

    .icon-box-main p {
        font-size: 12px;
    }

    .icon-box-main .play-icon {
        max-width: 15px;
    }
}
/*------------------ Popup End ------------------*/

/*--------------- Upgrade Page Css Start ---------------*/
.upgrade-page-main {
    padding: 20px;
}

    .upgrade-page-main h2 {
        text-align: center;
        color: #d096ff;
        margin: 0;
        font-weight: 600;
        font-size: 24px;
    }

.plan-main-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.plan-box {
    margin: 20px;
}

.plan-feature-list {
    border-radius: 5px;
    border: 1px solid #413368;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
    padding: 20px;
    width: 330px;
    text-align: center;
}

    .plan-feature-list h3 {
        color: #d096ff;
        margin: 0;
        font-weight: 600;
        font-size: 24px;
        text-align: left;
    }

    .plan-feature-list ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin: 30px 0;
        text-align: left;
    }

        .plan-feature-list ul li {
            padding: 10px 0;
        }

            .plan-feature-list ul li h5 {
                color: #cde6d0;
                margin: 0;
                font-size: 16px;
            }

                .plan-feature-list ul li h5 img {
                    margin-right: 10px;
                    width: 17px;
                }

.btn-upgrade {
    color: #d096ff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #d096ff;
    background: rgba(208, 150, 255, 0.1);
    padding: 10px 21px 10px 21px;
    text-decoration: none;
    display: inline-block;
}

    .btn-upgrade:hover {
        color: #d096ff;
        background: rgba(208, 150, 255, 0.15);
    }
/*--------------- Upgrade Page Css End ---------------*/
#welcome-modal .modal-body {
    padding: 8px !important;
    line-height: 0;
}

#WelcomeVidoeModal .close {
    position: absolute;
    top: 7px;
    right: 9px;
    z-index: 99;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #301f61;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.chartContainer {
    margin-top: 30px;
    margin-left: 100px;
}

.chart_container {
    /*width: 500px;*/
    /*height: 500px;*/
    /*border: 2px solid #b14b88;*/
    padding: 1px;
    /*margin-left: 100px;*/
    border-radius: 4px;
    position: relative;
}

.history-table-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.table-heading {
    margin-bottom: 15px;
    margin-top: -17px;
    text-align: left;
    font-weight: 700;
    color: #d096ff;
    font-size: 20px;
}

.subscriptions-card-body {
    padding: 7px 30px 15px !important;
}

    .subscriptions-card-body h2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 50px !important;
        margin: 0 !important;
    }

        .subscriptions-card-body h2 span {
            margin-bottom: -35px;
        }

        .subscriptions-card-body h2:last-child {
            margin: 0 !important;
            font-size: 27px !important;
            display: block;
            text-align: left;
        }

.affiliates-card-body {
    border-top: solid 1px #3e0c66;
    padding: 15px 30px 15px !important;
}

    .affiliates-card-body h2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 50px !important;
        margin: 0 !important;
    }

        .affiliates-card-body h2 span {
            margin-bottom: -45px;
        }

        .affiliates-card-body h2:last-child {
            margin: 0 !important;
            font-size: 27px !important;
            display: block;
            text-align: left;
            margin-top: 15px !important;
        }

.payment-card-main {
    padding: 20px;
}

    .payment-card-main h2 {
        font-size: 50px !important;
        margin-bottom: 0 !important;
    }

.this-month-box-min {
    display: inline-block;
    text-align: left;
}

.payment-card-main h3 {
    color: #d096ff;
    font-size: 12px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0px;
    text-align: right;
}

.last-month-box-min {
    text-align: left;
    display: block;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

.payment-card-main h1 {
    font-size: 35px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    color: #d096ff;
}

    .payment-card-main h1 img {
        width: 35px;
        margin-right: 15px;
    }

.popup-center {
    position: fixed;
    left: 50%;
    right: 0;
    width: 1400px;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 999;
}

.two-plan-box-main {
    width: 1240px;
}

.single-plan-box-main {
    width: 1000px;
}

/*.two-plan-box-main.popup-center {
        left: 50%;
    }*/

.video-section {
    width: 44%;
    flex: 1 0 44%;
    padding: 15px 21px 11px;
    text-align: center;
}

.video-box {
    border-radius: 5px;
    overflow: hidden;
    line-height: 0;
}

    .video-box iframe {
        height: 290px;
    }

.community-img-wrapper .community-link {
    display: inline-block;
    width: 100%;
}

    .community-img-wrapper .community-link .community-img {
        width: 100%;
        max-height: 270px;
        margin-top: 10px;
    }

        .community-img-wrapper .community-link .community-img.small {
            display: none;
        }

.pricing-table-main {
    display: flex;
}

.pricing-plan-box {
    border-right: solid 1px #4f487d;
    width: 188px;
}

.pricing-plan-header {
    padding: 10px;
    min-height: 167px;
    background: linear-gradient(180deg, #fff, #e2e5ff);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .pricing-plan-header img {
        width: 135px;
        height: 135px;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
    }

    .pricing-plan-header h2 {
        margin: 0;
        color: #0c2b49;
        font-weight: 700;
        font-size: 15px;
    }

    .pricing-plan-header p {
        color: #0c2b49;
        text-transform: uppercase;
        font-size: 12px;
        margin: 4px 0 8px;
    }

    .pricing-plan-header h1 {
        margin: 0;
        color: #0c2b49;
        font-weight: 700;
        font-size: 35px;
    }

    .pricing-plan-header span {
        color: #0c2b49;
    }

    .pricing-plan-header a {
        display: block;
        padding: 6px 5px;
        background-color: #0c0d3d;
        text-align: center;
        color: #fff;
        border-radius: 25px;
        font-weight: 600;
        margin-top: 10px;
    }

.pricing-plan-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #13161f;
}

    .pricing-plan-box ul li {
        display: flex;
        align-items: center;
        color: #c8c1ff;
        padding: 2px 6px;
        border-top: solid 1px #4f487d;
        height: 35px;
        justify-content: center;
    }

        .pricing-plan-box ul li h4 {
            margin: 0;
            color: #fff;
            font-weight: 600;
            font-size: 15px;
        }

        .pricing-plan-box ul li img {
            width: 20px;
            height: 20px;
        }

        .pricing-plan-box ul li p {
            margin: 0;
            margin-left: 10px;
            font-size: 12px;
        }

.circleelips {
    width: 274px;
    height: 187px;
    opacity: 0.4;
    background: linear-gradient( 117.5deg, rgba(255, 182, 41, 0) -40.34%, rgba(206, 61, 234, 0.901402) 55.36%, #2730ff 69.09% );
    filter: blur(24px);
    position: absolute;
    right: -44px;
    top: 63px;
    z-index: -1;
}

.tycoon-plan-box .pricing-plan-header {
    background: linear-gradient(360deg, #4244a8 0%, #19133f 100%);
}

    .tycoon-plan-box .pricing-plan-header h2 {
        color: #fff;
    }

    .tycoon-plan-box .pricing-plan-header p {
        color: #fff;
    }

    .tycoon-plan-box .pricing-plan-header h1 {
        color: #fff;
    }

    .tycoon-plan-box .pricing-plan-header span {
        color: #fff;
    }

.pricing-plan-first-box .pricing-plan-header {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #4f5078;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .pricing-plan-first-box .pricing-plan-header h3 {
        font-weight: 700;
        font-size: 22px;
        margin: 0;
        color: #fff;
    }

    .pricing-plan-first-box .pricing-plan-header button {
        background: linear-gradient(269.87deg, #c930ff 2.08%, #ffb629);
        width: 102px;
        font-weight: 700;
        border: 0;
        color: #fff;
        padding: 5px 10px;
        border-radius: 20px;
        font-size: 17px;
        margin-top: 20px;
    }

.pricing-plan-first-box ul {
    background-color: #2f324c;
    text-align: left;
}

    .pricing-plan-first-box ul li {
        justify-content: flex-start;
    }

.video-section p {
    color: #c8c1ff;
    margin-top: 10px;
    text-align: justify;
}

.radio-buttons-main {
    display: flex;
    align-items: center;
    position: relative;
    background-color: #13161f;
    margin-top: 17px;
    border-radius: 25px;
}

.radio-buttons-label_ {
    position: relative;
}

.radio-buttons-label input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.radio-buttons-label label {
    display: block;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 8px 12px 11px;
    width: 85px;
    text-align: center;
}

.radio-buttons-label input:checked ~ label {
    background: linear-gradient(269.87deg, #c930ff 2.08%, #ffb629);
    border-radius: 25px;
}

@media (max-width: 1700px) {
    .popup-main {
        width: 1100px;
    }

        .popup-main.two-plan-box-main {
            width: 940px;
        }

    .single-plan-box-main {
        width: 800px;
    }

    .video-section {
        width: 38%;
        flex: 1 0 38%;
    }

    .video-box iframe {
        height: 209px;
    }

    .video-section p {
        font-size: 13px;
    }

    /*.popup-center {
        position: fixed;
        left: 25%;
        top: -38%;
    }*/

    .pricing-plan-box {
        border-right: solid 1px #4f487d;
        width: 160px;
    }

    /*.two-plan-box-main.popup-center {
        left: 40%;
    }*/
    .pricing-plan-header h2 {
        font-size: 13px;
    }

    .radio-buttons-label label {
        width: 69px;
        font-size: 12px;
    }

    .community-img-wrapper .community-link .community-img.large {
        display: none;
    }

    .community-img-wrapper .community-link .community-img.small {
        display: block;
    }

    .community-img-wrapper .community-link .community-img {
        max-height: 270px;
    }
}

@keyframes rotate {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

.pricing-plan-header .upgrade-button {
    display: block;
    padding: 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-top: 5px;
    position: relative;
    height: 40px;
    border-radius: 50px;
    background: #292c43;
    border: 1px solid #8e7b60;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    background: linear-gradient(#2c134d, #c930ff, #ff4e30);
    animation: rotate 1.5s linear infinite;
}

    .pricing-plan-header .upgrade-button:hover,
    .pricing-plan-header .upgrade-button:focus,
    .pricing-plan-header .upgrade-button:active {
        text-decoration: none;
    }

    .pricing-plan-header .upgrade-button::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: 100%;
        background: inherit;
        border-radius: 50px;
        z-index: 1;
        filter: blur(8px);
    }

    .pricing-plan-header .upgrade-button::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: 100%;
        background: inherit;
        border-radius: 50px;
        z-index: 1;
        filter: blur(3px);
    }

    .pricing-plan-header .upgrade-button span {
        background: #292c43;
        min-width: 98%;
        height: 35px;
        border-radius: 115px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        color: #fff;
    }

.applications-main-area ul {
    padding: 0;
    margin: 0;
}

    .applications-main-area ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
        border-bottom: solid 1px #4a3c84;
    }

        .applications-main-area ul li p {
            margin: 0;
            color: #fff;
            font-weight: 700;
            font-size: 18px;
        }

        .applications-main-area ul li:last-child {
            border: 0;
        }

        .applications-main-area ul li .btn-info {
            background-image: none !important;
            padding: 6px 12px;
            width: 100px;
            font-size: 15px;
        }

.applications-main-area.applications-main-area-left {
    padding-right: 20px;
    position: relative;
}

    .applications-main-area.applications-main-area-left::after {
        content: "";
        position: absolute;
        top: 0;
        right: -18px;
        width: 1px;
        height: 100%;
        background-color: #4a3c84;
    }

.applications-main-area.applications-main-area-right {
    padding-left: 20px;
}

.modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 1;
    font-size: 30px;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    border: 1px solid #36156a;
    background: rgba(255, 255, 255, 0.07);
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 3px;
        background-color: #6b3e8e;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

input:checked + .slider {
    background-color: #9f6fc6;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
    background-color: #e3e0ff;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.memberfilters .emailfield,
.memberfilters .daterangefield,
.memberfilters .daterangefield {
    padding-right: 0;
}

@media (max-width: 1500px) {
    .memberfilters .emailfield {
        width: 15%;
    }

    .memberfilters .daterangefield {
        width: 18%;
    }

    .click-box-main .dashboard-pro-box-logo img {
        width: 100%;
        max-width: 100px;
    }

    .height-100 {
        height: 100px !important;
    }

    .e-landingly-footer {
        font-size: 13px;
    }

    .comming-soon-badge {
        font-size: 13px !important;
    }

    .royal-lab-logo {
        max-width: 180px !important;
    }

    .card-expiring p {
        font-size: 14px !important;
    }
}

.daterangepicker .ranges li {
    color: white !important;
}

    .daterangepicker .ranges li:hover {
        background-color: #301a50 !important;
    }

.video-area-mian h1 {
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-family: "Passion One", sans-serif;
    margin-top: 30px;
    margin-bottom: 20px;
}

.video-box-main {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #36156a;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
    text-align: center;
    padding: 15px 70px 25px;
}

.training-video-box {
    width: 100%;
    margin: 12px 0;
}

    .training-video-box iframe {
        width: 100%;
        height: 395px;
    }

.video-box-main h4 {
    color: #c8c1ff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
}

.video-box-main p {
    color: #c8c1ff;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-top: 0;
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.video-box-main a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-tabs.nav-tabs-decline-orders li a {
    border: 0;
    color: #fff;
}

.nav-tabs-decline-orders {
    padding: 25px 40px 0px 40px;
    border-bottom: 0;
    margin-bottom: -24px;
}

    .nav-tabs-decline-orders li.active a,
    .nav-tabs-decline-orders li.active a:hover,
    .nav-tabs-decline-orders li a:focus,
    .nav-tabs-decline-orders li a:hover {
        color: #fff !important;
        background-color: #4c2d86 !important;
        border: 0 !important;
    }

#WelcomeVidoeModal .modal-dialog {
    width: 100% !important;
    max-width: 1195px;
    margin-top: 0;
}

    #WelcomeVidoeModal .modal-dialog iframe {
        width: 100%;
        height: 673px;
    }

@media (max-width: 1450px) {
    #WelcomeVidoeModal .modal-dialog {
        max-width: 1000px;
    }

        #WelcomeVidoeModal .modal-dialog iframe {
            width: 100%;
            height: 555px;
        }
}

/* fk css  */

/* TABS */

.tabsMain .nav-tabs {
    max-width: 303px;
    border: 1px solid rgba(135, 135, 160, 0.3) !important; /* Approximate average color */
    border-radius: 4px !important;
    display: flex; /* Makes sure tabs align properly */
    justify-content: center;
    padding: 0 !important;
    text-align: center; /* Aligns tabs properly */
}

    .tabsMain .nav-tabs > li {
        z-index: 2;
        float: none;
        display: inline-block;
        margin: 0 !important;
        border-left: 0.75px solid rgba(135, 135, 160, 0.3) !important;
    }

        /* Remove left border from first li */
        .tabsMain .nav-tabs > li:first-child {
            border-left: none !important;
        }

        /* Tab Links */
        .tabsMain .nav-tabs > li > a {
            padding: 7.5px 10px;
            font-size: 12px;
            font-weight: 500;
            border: none !important;
            color: #d096ff;
            margin: 0 !important;
            display: block;
            text-decoration: none;
            border-radius: 4px 0px 0px 4px;
        }

            /* Hover Effect - Removes whitespace */
            .tabsMain .nav-tabs > li > a:hover,
            .tabsMain .nav-tabs > li > a:focus {
                background: #3a2353 !important; /* Light purple shade for hover */
                outline: none;
            }

        /* Active Tab */
        .tabsMain .nav-tabs > li.active > a,
        .tabsMain .nav-tabs > li.active > a:hover,
        .tabsMain .nav-tabs > li.active > a:focus {
            background: #3a2353;
            color: #d096ff !important;
        }

.tabsMain .tab-content {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.tabsMain .tab-pane {
    margin: 14px 0 0px;
    /* border-bottom: 1px solid #ecf0f1; */
}

    .tabsMain .tab-pane .row {
        margin: 0 !important;
    }

/* Fix for Bootstrap 3 overriding */
.card-header.earnings-header {
    display: block;
}

.afUpdateLeft .col-md-12 {
    margin: 0px 0px 17px !important;
}

.ltTabCont {
    display: flex;
    gap: 13.87px;
    width: 100%;
}

.ltTabContBox {
    width: 24.1%;
    padding: 23px 20px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    gap: 12px;
    border: 1px solid rgba(135, 135, 160, 0.3); /* Approximate average color */
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
}

    .ltTabContBox img {
        /* margin: 0px 5px; */
    }

    .ltTabContBox h4 {
        font-size: 20px;
        color: #d096ff;
        font-weight: 600;
        margin: 0;
        line-height: 150%;
    }

    .ltTabContBox h1 {
        font-size: 38px;
        color: #e1ddff;
        margin: 0;
        font-weight: 300;
    }

.ltTabContBoxHead {
    display: flex;
    gap: 5px;
    align-items: center;
}

.promoteSqCard .card-header {
    border: none;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    width: 44%;
    padding: 0 !important;
    margin-bottom: 10px;
}

.promoteSqCard {
    display: block;
    /* align-items: center;
  justify-content: space-between; */
    padding: 12px 16px;
}

.promSubRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    gap: 20px;
}

    .promSubRow .promeSqTextBox {
        min-width: 450px;
        font-size: 18px;
        display: flex;
        align-items: center;
        gap: 4px;
        width: 55%;
    }

    .promSubRow .card-body {
        display: flex;
    }

.prom-sub-box {
    font-size: 18px;
    display: flex;
    gap: 2px;
    min-width: 103px;
}

    .prom-sub-box h3 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        color: #d096ff;
    }

.affi-commission {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-left: 3px;
}

select#ProductsDrop {
    min-width: 145px;
    flex: 1;
}

div#s2id_ProductsDrop {
    max-width: 50% !important;
}


tbody#productDetailsBody a:active, tbody#productDetailsBody a:focus, tbody#productDetailsBody a:hover {
    color: white !important;
    opacity: 0.8;
}

tbody#productDetailsBody a {
    color: white !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 282px;
}

p#affiliateCommission {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #d096ff;
}

.promoteSqCard .card-body {
    padding: 0 !important;
    /*flex: 1;*/
    display: flex;
    align-items: center;
    gap: 6px;
}

    .promoteSqCard .card-body h1 {
        width: 120px;
        min-width: 120px;
    }

.promeSqTextBox {
    font-size: 20px;
}

.dateFilterRow {
    position: relative;
}

    .dateFilterRow img {
        position: absolute;
        top: 12px;
        left: 16px;
    }

.afDashBox {
    border: 1.44px solid rgba(135, 135, 160, 0.3); /* Approximate average color */
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(50px);
    border-radius: 7.22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 10px 28.41px;
    /* gap: 6.97px; */
    gap: 10px;
    color: #e1ddff;
    margin-bottom: 15px;
    min-height: 250px;
}

    .afDashBox h2 {
        font-size: 21.84px;
        color: #d096ff;
        margin: 0 !important;
        font-weight: 600;
        line-height: 100%;
    }

    .afDashBox h1 {
        font-size: 42.55spx;
        margin: 0 !important;
        font-weight: 600;
    }

.afDashRightSec {
    padding: 0;
}

.tabsListRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
}

.analytText {
    color: #d096ff;
    font-size: 16px;
    border: 1px solid rgba(135, 135, 160, 0.3) !important;
    border-radius: 4px !important;
    padding: 4px 6px;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    box-shadow: 0 0 4px #d096ff;
}

    .analytText:hover {
        background: #3a2353;
        color: #d096ff !important;
        text-decoration: none;
    }

analytText:focus {
    text-decoration: none !important;
    color: inherit !important;
}

.analytText:hover {
    color: #fff;
}

.restrictedText {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 0;
}



.headerLink {
    color: #fff;
    background: #4c2d86;
    font-size: 15px;
    border-radius: 4px;
    padding: 3px 8px;
    display: inline-block;
    min-width: 62px;
    text-align: center;
    font-weight: 600;
}

    .headerLink:hover, .headerLink:focus {
        color: #fff;
        text-decoration: none !important;
        opacity: 0.7;
    }

header {
    padding: 16px 20px;
}

    header .container-fluid {
        padding-right: 0;
    }

.header-right-area a {
    margin-left: 8px;
}
/* fk css end  */
/* media query  */
@media (min-width: 1499px) {
    .affiliate-link-main p {
        max-width: 200px;
        font-size: 13px;
    }

    .header-right-area a {
        margin-left: 15px;
        min-width: auto;
    }

    div#s2id_ProductsDrop {
        max-width: 50% !important;
    }
}

@media (min-width: 1351px) {
    div#s2id_ProductsDrop {
        max-width: 50% !important;
    }

    .page-heading {
        text-align: center;
        color: #d096ff;
        width: 100%;
        position: absolute;
        top: 9px;
        max-width: fit-content;
        margin: auto;
        left: 0;
        right: 0;
        padding-right: 15px;
    }
}

@media (min-width: 1799px) {
    .affiliate-link-main p {
        max-width: 380px;
        font-size: 13px;
    }
}

@media (max-width: 1350px) {
    .promSubRow {
        gap: 10px;
        flex-direction: column;
        align-items: baseline;
    }

    .promoteSqCard .card-body {
        width: 100%;
    }

    .promoteSqCard .card-header {
        gap: 20px;
        margin-bottom: 10px;
    }

    .promSubRow .promeSqTextBox {
        width: 100%;
    }

    .affiliate-link-main p {
        max-width: 510px;
    }

    .promoteSqCard .card-body h1 {
    }

    .prom-sub-box {
        min-width: 122px;
    }

    .affillHeader .header-right-area a {
        margin-left: 3px;
        min-width: 50px;
        font-size: 14px;
    }

    .page-heading h2 {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .card-header {
        padding: 8px;
        font-size: 17px;
    }

    .ltTabCont {
        gap: 8px;
    }

    .ltTabContBox {
        width: 24.3%;
        padding: 18px 10px 10px;
        gap: 10px;
    }

        .ltTabContBox h1 {
            font-size: 30px;
        }

    .afDashBox h1 {
        font-size: 32px;
    }

    .afDashBox h2 {
        font-size: 18px;
    }

    .afDashBox {
        min-height: 225px;
        margin-bottom: 27px;
    }

    .ltTabContBox img {
        margin: 0px 2px;
    }

    .ltTabContBox h4 {
        font-size: 18px;
    }

    .promote-card h1 {
        font-size: 17px;
    }



    .affiliate-link-main {
        padding: 10px 4px;
        width: inherit;
        flex: 1;
    }

    .promoteSqCard .card-body h1 {
    }

    .affiliate-link-main .link-icon a {
        padding-left: 8px;
        margin-left: 5px;
    }

    .promoteSqCard .card-header {
        gap: 20px;
    }

    .promSubRow .promeSqTextBox {
        font-size: 17px;
    }

    .promSubRow {
        gap: 10px;
    }

    .affiliate-link-main p {
        max-width: 400px;
    }

    .Sub-Title {
        padding-bottom: 10px;
    }

    .right-row {
        margin-top: 5px;
        padding: 10px 0;
    }

    .page-heading {
        margin: 0;
        left: 300px;
    }

    .affillHeader .header-right-area a {
        margin-left: 5px;
        min-width: 55px;
        font-size: 13px;
        padding: 2px 3px;
    }

    .page-heading.regPageHeading {
        position: relative;
        left: 0;
        text-align: center;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .afUpdateLeft {
        margin-top: 0px;
        padding: 0;
    }

    .affPortalMain {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 20px;
        gap: 10px;
        padding: 0 15px;
    }

    .page-heading {
        right: 0;
        right: 35px;
        left: unset;
    }

    .afDashRightSec {
        display: flex;
        gap: 10px;
    }

    .afUpdateLeft .col-md-12 {
        padding: 0;
    }

    .ltTabContBox h4 {
        font-size: 16px;
    }

    .ltTabContBox h1 {
        font-size: 26px;
    }

    .afDashBox {
        min-height: 160px;
        padding: 26px 10px 22px;
        margin-bottom: 5px;
        width: 33.33%;
    }

        .afDashBox h2 {
            font-size: 16px;
        }

        .afDashBox h1 {
            font-size: 28px;
        }

    .restrictedText {
        padding: 0 15px;
        margin-top: 30px;
    }

    .panel-body h4 {
        font-size: 17px;
    }

    .Sub-Title {
        font-size: 14px;
    }

    .tab-links.panel-body {
        padding: 25px 70px;
    }

    .page-heading {
        margin: auto;
        left: unset;
    }

    .row.buildRowSec {
        padding-top: 50px;
        margin-bottom: -20px;
    }

    .page-heading {
        margin: 0;
        left: 50%;
        top: 95px;
        transform: translate(-50%, -50%);
    }

    .affillHeader .header-right-area a {
        margin-left: 5px;
        min-width: auto;
        font-size: 14px;
        padding: 2px 4px;
    }

    .page-heading.regPageHeading {
        transform: none;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .page-heading {
        right: 10px;
    }

    .afDashBox {
        padding: 20px 10px 18px;
    }

    .affPortalMain {
        margin-top: 5px;
    }

    .ltTabCont {
        gap: 6px;
        flex-wrap: wrap;
    }

    .ltTabContBox {
        width: 49.3%;
    }

    .promoteSqCard {
        padding: 10px 12px;
        flex-direction: column;
    }

        .promoteSqCard .card-header {
            gap: 5px;
            width: 100%;
            margin-bottom: 10px;
        }

        .promoteSqCard .card-body {
            width: 100%;
        }

    .promeSqTextBox {
        font-size: 18px;
        text-align: center;
    }

    .header-logo img {
        width: 85%;
    }

    .promoteSqCard .card-body {
        gap: 5px;
    }

    .affiliate-link-main p {
        max-width: 270px;
    }

    .tab-links.panel-body {
        padding: 20px 60px;
    }

    .content {
        padding: 15px;
    }

    .modal-body {
        padding: 15px 20px;
    }

    .panel-heading {
        padding: 7px;
    }

    div#s2id_ProductsDrop {
        max-width: 50% !important;
    }

    .page-heading {
        margin: 0;
        left: 50%;
        top: 130px;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 575px) {
    .affiliate-dashboard-main {
        padding: 5px 0px 15px;
    }

    header {
        padding: 16px 0px 5px;
    }

    .header-logo img {
        width: 75%;
    }

    .page-heading h2 {
        font-size: 18px;
    }

    .afDashRightSec {
        gap: 0px;
        flex-direction: column;
    }

    .afDashBox {
        padding: 10px;
        margin-bottom: 7px;
        min-height: 145px;
        width: 100%;
    }

    .tabsListRow {
        flex-direction: column;
        gap: 5px;
    }

    .commission-card .card-header {
        flex-direction: column;
        align-items: baseline;
        gap: 10px;
    }

        .commission-card .card-header input {
            width: 100%;
        }

    .dateFilterRow {
        width: 100%;
    }

    .restrictedText .popup_body {
        font-size: 14px;
        padding: 6px;
    }

    .restrictedText {
        margin-bottom: 10px;
    }

    .promote-card h1 {
        font-size: 15px;
    }

    .promSubRow .promeSqTextBox {
        font-size: 15px;
        text-align: left;
    }

    .promoteSqCard .card-body {
        flex-direction: column;
        align-items: baseline;
    }

    .ltTabContBox {
        width: 49%;
    }

    .tab-links.panel-body {
        padding: 20px;
    }

    .tab-pane .panel-body {
        padding: 15px 5px 10px;
    }

    .panel-body h4 {
        font-size: 16px;
    }

    .Sub-Title {
        font-size: 13px;
    }

    .hpanel.hgreen .col-lg-10, .hpanel.hgreen .col-lg-8 {
        padding: 0;
    }

    .tab-links ul li a {
        column-gap: 6px;
        padding: 8px 3px;
    }

    .tab-links .nav > li > a > img {
        width: 18px;
    }

    .nav nav-tabs li a .active b {
        font-size: 13px;
    }

    .content {
        padding: 2px;
        min-width: auto;
    }

    .modal-body {
        padding: 7px;
    }

    div#s2id_ProductsDrop {
        max-width: 50% !important;
    }

    .prom-sub-box h3 {
        font-size: 15px;
    }

    .prom-sub-box {
        min-width: 90px;
    }

    p#affiliateCommission {
        font-size: 15px;
    }

    .affillHeader .header-right-area {
        flex-wrap: wrap;
        gap: 5px;
    }

    .page-heading {
        top: 150px;
    }

    .row.buildRowSec {
        padding-top: 60px;
    }
}

@media (max-width: 430px) {
    p#affiliateCommission {
        font-size: 14px;
    }

    .prom-sub-box h3 {
        font-size: 14px;
    }

    div#s2id_ProductsDrop {
        max-width: 45% !important;
    }

    button.toggle-child.btn.btn-sm.btn-green {
        padding: 2px;
        width: 25px;
    }
}

#foundingTitle.founding-bag {
    background-color: #2E1843;
    border: 1px solid rgba(200, 193, 255, 0.5);
    color: #ffffff;
    padding: 4px 8px; /* Very tight padding */
    border-radius: 4px; /* Minimal rounded corners */
    display: inline-flex;
    align-items: center;
    gap: 4px; /* Minimal gap between icon and text */
    font-size: 14px; /* Smaller font for compact size */
    font-weight: 600; /* Slightly bolder text */
    box-shadow: none; /* Flat design (no shadow) */
    line-height: 1.2; /* Reduce vertical spacing */
}

.dashboard-same-height-small-box {
    height: 235px !important;
}

    .dashboard-same-height-small-box .dashboard-pro-box-content {
        flex-direction: column;
        text-align: center;
        row-gap: 25px;
    }

.dashboard-same-height-middle-small-box {
    height: 235px;
}

    .dashboard-same-height-middle-small-box .dashboard-pro-box-content {
        flex-direction: column;
        text-align: center;
        row-gap: 25px;
    }

.pro-logo-align {
    .dashboard-pro-box-content

{
    margin: 0 !important;
}

.pro-arrow-icon {
    position: absolute;
    bottom: 27px;
    width: 30px;
    height: 30px;
}

}

#lockProductPreviewImage {
    display: none;
    position: absolute;
    top: 50px;
    left: 50px;
    width: 750px;
    height: auto;
    border: 2px solid #333;
    background: #fff;
    z-index: 1000;
    border-radius: 20px;
}

.logo-tagline {
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    margin-top: -47px;
    margin-bottom: 21px;
}
