/* Login Panel */
.lp-left button.btn.btn-primary {
    transform: translate(0px, 15px);
}

.lp-left button.btn.btn-primary:hover,
.lp-left button.btn.btn-primary:focus {
    text-shadow: none !important;
}

.lp-wrapper h3 {
    text-transform: uppercase !important;
    font-size: 22px !important;
    margin-top: 0;
    font-family: 'Roboto';
    color: #024bb0;
}

.lp-wrapper {
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    top: 30% !important;
    border-radius: 20px;
}


/*scrollbar*/
::-webkit-scrollbar-track {
    background: #ffffff;
    /* color of the tracking area */
}

::-webkit-scrollbar-thumb {
    background-color: rgb(2 75 176 / 5%);
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb*/
    transition: 0.5s !important;
}

/*end of scrollbar*/


/* Dashboard Slideshow */
.dashboard-slideshow .sppb-carousel-extended-item {
    aspect-ratio: 3 / 2 !important;

}

.dashboard-slideshow .sppb-carousel-extended-item img {
    aspect-ratio: 3 / 2 !important;
    object-fit: cover !important;
}

.dashboard-slideshow .sppb-carousel-extended-outer-stage {
    height: 100% !important;
}

.dashboard-slideshow .sppb-carousel-extended-dots {
    bottom: -30px !important;
}

.dashboard-slideshow.leader-progress-slideshow .sppb-carousel-extended-item img {
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    border-radius: 10px;
}



/* Dashboard */
.dashbprd-panel-body #sp-main-body:before {
    display: none;
}

body.dashboard-panel-body #sp-component {
    width: calc(100% - 250px);
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

body.dashboard-panel-body #sp-main-body>.row {
    min-height: 100vh;
}

@media (max-width: 991px) {
    body.dashboard-panel-body #sp-component {
        width: 100%;
    }
}


body.dashboard-panel-body #sp-left {
    padding-right: 0;
    width: 250px;
    z-index: 100;
}

body.dashboard-panel-body #sp-left .sp-module {
    border: 0;
    border-radius: 0;
    position: fixed;
    width: 250px;
    top: 0;
    left: 0;
    z-index: 3;
    background: #fff;
}

body.dashboard-panel-body #sp-top-bar {
    display: none;

}

body.dashboard-panel-body #sp-header {
    display: none;
}

body.dashboard-panel-body #sp-bottom {
    display: none;
}

body.dashboard-panel-body #sp-footer {
    display: none;
}


body.dashboard-panel-body #sp-main-body .container {
    max-width: 100%;
    padding: 0;
    margin: 0 !important;
}

body.dashboard-panel-body #sp-main-body {
    padding: 0;
    min-height: 100vh;
    background-image: url(/images/001-sam/dashboard/bg-01.jpg);
    background-size: cover;
}

section#sp-main-body {}

body.dashboard-panel-body #sp-component .sp-column {
    margin: auto;
    padding: 50px 50px 125px 50px;
}

body.view-leaderprogresses #sp-component .sp-column,
body.view-awardrecords #sp-component .sp-column,
body.view-topranks #sp-component .sp-column {
    margin: auto;
    max-width: 100%;
    padding: 50px 0px 150px 0px;
}


@media (max-width: 991px) {

    body.view-leaderprogresses #sp-component .sp-column,
    body.view-awardrecords #sp-component .sp-column,
    body.view-topranks #sp-component .sp-column,
    body.view-commissions #sp-component .sp-column,
    body.view-commission #sp-component .sp-column,
    body.view-commissionform #sp-component .sp-column,
    body.view-profile #sp-component .sp-column {
        padding: 120px 15px 50px 15px !important;
    }

    body.dashboard-panel-body #sp-component .sp-column {
        margin: auto;
        padding: 75px 15px 50px 15px;
    }
}

@media (min-width: 576px) {

    body.view-leaderprogresses #sp-component .sp-column,
    body.view-awardrecords #sp-component .sp-column,
    body.view-topranks #sp-component .sp-column {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    body.view-leaderprogresses #sp-component .sp-column,
    body.view-awardrecords #sp-component .sp-column,
    body.view-topranks #sp-component .sp-column {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    body.view-leaderprogresses #sp-component .sp-column,
    body.view-awardrecords #sp-component .sp-column,
    body.view-topranks #sp-component .sp-column {
        max-width: calc(960px - 265px);
    }
}

@media (min-width: 1200px) {

    body.view-leaderprogresses #sp-component .sp-column,
    body.view-awardrecords #sp-component .sp-column,
    body.view-topranks #sp-component .sp-column {
        max-width: calc(1140px - 265px);
    }
}

@media (min-width: 1400px) {

    body.view-leaderprogresses #sp-component .sp-column,
    body.view-awardrecords #sp-component .sp-column,
    body.view-topranks #sp-component .sp-column {
        max-width: calc(1320px - 265px);
    }
}



body.sam-dashboard {
    background: linear-gradient(-135deg, #024bb0, #050c30);
}

body.sam-dashboard #sp-component:before {
    content: '';
    height: 100%;
    width: 200px;
    background: url(/images/001-sam/dashboard/dashboard-element-006.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    position: fixed;
}

@media (max-width: 767px) {
    body.sam-dashboard #sp-component:before {
        display: none;
    }

    body.dashboard-panel-body #sp-component .sp-column {
        margin: auto;
        padding: 75px 15px 50px 15px;
    }
}


/* Sidebar */
aside.sidebar {
    left: -250px;
    position: fixed;
    width: 250px;
    height: 100%;
    overflow-y: scroll;
    background: #fff;
    padding: 150px 15px 20px 0;
    top: 0;
    z-index: 100;
    transition: 0.5s;
}

.sidebar-box .uk-nav li.uk-nav-header {
    color: #888 !important;
    display: none !important;
}

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

aside.sidebar.is-show {
    left: 0;
}

.logo-panel {
    height: 125px;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    background: #fff;
}

.logo-panel img {
    margin: auto;
    height: auto;
    width: 100px !important;
}

.sidebar-box ul.uk-nav li.uk-nav-header {
    margin-top: 20px !important;
    font-family: 'Montserrat';
    padding-left: 15px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

aside.sidebar .sidebar-box ul li {
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: transparent;
    border-left: 5px solid transparent;
    border-radius: 6px;
    margin: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: all 0.5s;
}

aside.sidebar .sidebar-box ul li a {
    display: flex !important;
    align-items: center;
    padding: 0 !important;
    line-height: 1.5 !important;
    font-size: 12px !important;
    color: #888888;
    font-family: 'Inter', sans-serif;
    text-transform: none;
    font-weight: 700;
}

aside.sidebar .sidebar-box ul li:hover 7a {
    color: #666666;
}

aside.sidebar .sidebar-box ul li:hover,
aside.sidebar .sidebar-box .uk-nav li.uk-active {
    background: #ededed;
}

aside.sidebar .sidebar-box .uk-nav li.uk-active a {
    color: #666 !important;
    background: transparent !important;
}

aside.sidebar .sidebar-box ul li:not(.uk-nav-header):hover a,
aside.sidebar .sidebar-box ul li:not(.uk-nav-header):focus a {
    background: none !important;
    color: #888 !important;
}

.zh-cn aside.sidebar .sidebar-box ul li a {
    font-size: 14px !important;
}

.sidebar-box .uk-nav li a:before {
    display: none !important;
}

aside.sidebar .sidebar-box ul li img {
    width: 25px;
    height: 100%;
    margin-right: 10px;
    transition: 0.5s;
    filter: brightness(0);
    opacity: 0.4;
}

aside.sidebar .sidebar-box ul li.uk-active img {
    opacity: 0.6;
}

.sidebar-box .uk-nav li.uk-active a {
    color: #666 !important;
    background: transparent !important;
}

.dashboard-panel-body .language-switch ul li a {
    color: #888 !important;
    font-size: 12px;
    line-height: 12px !important;
}

.dashboard-panel-body .language-switch ul li {
    padding: 10px !important;
    border: none !important;
    border-radius: 5px !important;
    transition: 0.5s;
    background: transparent;
}

.dashboard-panel-body .language-switch ul li:hover {
    background: #d9d9d9;
}

.dashboard-panel-body .language-switch ul {
    display: flex;
    padding: 10px 5px 10px 20px !important;

}

.dashboard-panel-body .language-switch ul li.lang-active {
    background: #ebebeb !important;
}

.dashboard-panel-body .language-switch {
    position: absolute;
    background: rgb(0 0 0 / 0%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 0 15px 15px 0 !important;
}

@media (max-width: 1200px) {
    .dashboard-panel-body .language-switch {
        position: relative;
        bottom: 20px;
        margin-top: 25px;
        background: rgb(0 0 0 / 0%);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border-radius: 0 15px 15px 0 !important;
    }
}


@media (max-width: 991px) {
    body.dashboard-panel-body #sp-left .sp-module {
        width: 100%;
        padding: 0 15px;
        height: 75px;
        box-shadow: 0 0 10px rgb(4 7 23 / 50%);
    }

    aside.sidebar {
        padding-top: 10px;
    }

    .logo-panel {
        height: 75px;
        width: fit-content;
        float: right;
        padding: 0 !important;
        z-index: 1;
        background: #fff;
    }

    .logo-panel img {
        margin-right: unset;
        width: 75px !important;
        height: auto !important;
    }

    .page-header__sidebar {
        position: absolute;
        z-index: 2;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .page-header__sidebar button.menu-btn {
        border: 0;
        background: transparent;
    }

    .page-header__sidebar button.menu-btn img {
        width: 20px;
        margin-left: 10px;
        filter: brightness(0);
        opacity: 0.6;
    }

    .page-header__menu-btn {
        margin-bottom: 0 !important;
    }

    .logo-panel {
        box-shadow: 0 0px 10px rgb(0 0 0 / 5%);
    }

}



/* User Information */
.avatar-box {
    background: rgb(255 255 255 / 40%);
    padding: 30px;
    border-radius: 16px;
    height: 450px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
}

.user-avatar {
    position: relative;
    border-radius: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-avatar img {
    border-radius: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    width: 200px;
    margin-bottom: 30px;
}

.avatar-box .col-xs-6.col-sm-6.col-md-6 {
    text-align: center;
    padding: 10px;
}

.user-information {
    border-radius: 10px;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.user-information .greeting {
    font-family: 'Inter', sans-serif;
    font-size: 13px !important;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    color: rgb(16 18 66 / 70%) !important;
}

.user-information .user-name {
    font-family: 'Inter', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 28px !important;
    color: #3F3F3F !important;
    margin: 20px 0 30px 0;
}

.user-details {
    height: 100%;
    background: rgb(255 255 255 / 40%);
    border-radius: 10px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
    padding: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-family: 'Inter', sans-serif;
    backdrop-filter: blur(10px)
}

.user-details .user-detail {
    /* width:50%; */
    font-family: 'Montserrat';
    /* color:#fff; */
}

.user-details span {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #888;
}

.user-details p {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #333;
}

.user-details>.row,
.cash-award-dashboard>.row,
.car-award-dashboard>.row,
.accpeted-commission-dashboard>.row {
    position: absolute;
    right: 60px;
    top: 7px;
    bottom: auto;
    left: auto;
}

@media (max-width:1250px) {

    .user-details>.row,
    .cash-award-dashboard>.row,
    .car-award-dashboard>.row,
    .accpeted-commission-dashboard>.row {
        position: absolute;
        right: 20px;
        top: 7px;
        bottom: auto;
        left: auto;
    }

    .user-information .user-name {
        font-size: 20px !important;
    }

    .user-avatar img {
        width: 150px;
    }

    .avatar-box .col-xs-6.col-sm-6.col-md-6 {
        padding: 5px;
    }
}

@media (max-width:1200px) {
    .avatar-box {
        height: 100%;
        margin-bottom: 30px;
    }

    .user-avatar img {
        width: 180px;
        margin-bottom: 20px;
    }

    .user-information .user-name {
        font-size: 24px !important;
        margin: 10px 0 20px 0;
    }
}

@media (max-width:767px) {
    .avatar-box {
        margin-bottom: 15px;
    }

    .user-avatar img {
        width: 150px;
    }
}

.user-details .user-detail .user-detail-header {
    margin-bottom: 0;
}

.user-details .user-detail .user-details-value {
    margin-bottom: 15px;
}

.user-details .row .col-md-6:nth-last-of-type(2) .user-detail .user-details-value {
    margin-bottom: 0px;
}

.user-details .user-detail p {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 0;
}

.user-details .user-detail p span {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
}

span.user-detail-header {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
}

p.user-details-value {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

.view-more-btn2,
.view-more-btn1 {
    text-align: right;
    padding: 0;
}



@media (min-width:1251px) {
    .view-more-btn1 {
        position: absolute;
        /* bottom: 20px; */
        /* right: 5px; */
    }

    .view-more-btn2 {
        position: absolute;
        bottom: 20px;
        right: 5px;
    }
}

@media (max-width:991px) {
    .com-dt-referral-commission .filter-search-actions.btn-group .view-more-btn1 {
        position: absolute !important;
        bottom: 0px;
        right: -50px;
    }

    .view-more-btn2 {
        position: absolute;
        bottom: 20px;
        right: 5px;
    }

    p.user-details-value {
        font-size: 18px;
    }
}

.view-more-btn2 button {
    background: linear-gradient(325deg, #bf9153, #f4cf7b, #fdf8cc);
    padding: 5px 15px;
    box-shadow: none;
    background-clip: unset;
    border: none;
    color: rgb(25 25 70);
    font-size: 13px;
    font-weight: 400 !important;
    border-radius: 8px;
    transition: 0.5s;
    opacity: 1;
}

.view-more-btn2 button:hover {
    opacity: 0.6;
}

.view-more-btn1 button {
    background: #e4e4e4;
    border: 0;
    border-radius: 30px;
    transition: 0.5s;
    opacity: 1;
    width: 40px;
    height: 40px;
    padding: 11px;
}

.view-more-btn1 button img {
    opacity: 0.4;
}

.user-details .row .col-md-6 {
    margin-bottom: 0px;
}


@media (max-width:767px) {
    .greeting {
        font-size: 14px !important;
        margin-top: 30px;
    }

    .user-details .user-detail span {
        font-size: 12px;
        letter-spacing: 0.5px;
    }
}


.user-details-2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width:991px) and (max-width:1250px) {
    .user-details .row .col-md-6:first-child {
        order: 1;
    }

    .user-details .row .col-md-6:nth-child(3) {
        order: 2;
    }

    .user-details .row .col-md-6:nth-child(2) {
        order: 3;
    }

    .user-details .row .col-md-6:nth-child(4) {
        order: 4;
    }

    .user-details .row .col-md-6:nth-child(5) {
        order: 5;
    }

    .user-details .row .col-md-6:nth-child(7) {
        order: 6;
    }

    .user-details .row .col-md-6:nth-child(6) {
        order: 7;
    }

    .user-details .row .col-md-6:last-child {
        order: 8;
    }
}


.accpeted-commission-dashboard {
    background: rgb(255 255 255 / 40%);
    border-radius: 10px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
    height: 100%;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Inter', sans-serif;
}

.accpeted-commission-dashboard span {
    font-family: 'Inter', sans-serif;
    color: #888;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.accpeted-commission-dashboard p {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0;
}


.accpeted-commission-dashboard .leader-commission-board p {
    font-size: 12px !important;
    font-weight: 700;
}

.accpeted-commission-dashboard .leader-commission-board span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 0 5px 0 0;
    line-height: 1.2;
    border-right: 1px solid #a4680b;
    margin-right: 5px;
}

.accpeted-commission-dashboard .leader-commission-board {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .accpeted-commission-dashboard:before {
        width: 60px;
        height: 60px;
    }

    .accpeted-commission-dashboard span {
        font-size: 12px;
        letter-spacing: 0.5px;
        padding-bottom: 5px;
    }
}


.trip-award-dashboard,
.car-award-dashboard,
.cash-award-dashboard {
    padding: 20px;
    background-color: rgb(255 255 255 / 40%);
    backdrop-filter: blur(10px);
    height: 100%;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
}

.trip-award-dashboard p,
.car-award-dashboard p,
.cash-award-dashboard p {
    text-transform: capitalize;
    font-size: 14px;
    color: #888;
    font-weight: 700;
    text-align: left;
}

.trip-award-dashboard .w3-small,
.car-award-dashboard .w3-small,
.cash-award-dashboard .w3-small {
    background: rgb(0 0 0 / 10%) !important;
    height: 20px !important;
    border-radius: 30px;
    font-size: 14px !important;
    font-family: 'Montserrat';
    font-weight: 500;
}

.trip-award-dashboard .w3-container {
    height: 20px !important;
    border-radius: 30px;
    background: linear-gradient(135deg, #bf9153, #fdf8cc);
    color: #030718 !important;
    font-weight: 600 !important;
}

.car-award-dashboard .w3-container {
    height: 20px !important;
    border-radius: 30px;
    background: linear-gradient(135deg, #bf9153, #fdf8cc);
    color: #030718 !important;
    font-weight: 600 !important;
}

.cash-award-dashboard .w3-container {
    height: 20px !important;
    border-radius: 30px;
    background: linear-gradient(135deg, #bf9153, #fdf8cc);
    color: #030718 !important;
    font-weight: 600 !important;
}

.com-top-ranking {
    table-layout: auto;
    width: 100%;
}


/* Dashboard Tablet View */
@media (max-width:1400px) {
    .user-details-1 .col-md-3 {
        width: 40%;
    }

    .user-details-1 .col-md-9 {
        width: 60%;
    }

    .user-details-2 .col-md-2 {
        margin-top: 30px;
        width: 33.3333%;
    }

    .accpeted-commission-dashboard p,
    .user-details p {
        font-size: 28px;
    }
}

@media (max-width:1250px) {
    .user-details-2 .col-md-6 {
        width: 100%;
    }

    .user-details-2 .view-more-btn1.col-md-6,
    .user-details-2 .leader-commission-board.col-md-6 {
        width: 50%;
    }

    .accpeted-commission-dashboard p,
    .user-details p {
        font-size: 24px;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .user-details-3 .col-xs-12.col-sm-4.col-md-4 {
        width: 100%;
        margin-bottom: 16px;
    }

    .user-details-3 .col-xs-6.col-sm-4.col-md-4 {
        width: 50%;
    }

    .user-details-3 .row div:nth-child(2) {
        padding: 0 7.5px 0 15px;
    }

    .user-details-3 .row div:nth-child(3) {
        padding: 0 15px 0 7.5px;
    }
}




/* Dashboard Mobile View */
@media (max-width:991px) {
    .user-details-1 .col-md-3 {
        width: 100%;
    }

    .user-details-1 .col-md-9 {
        width: 100%;
    }

    .user-details-2 .col-md-6 {
        width: 50%;
    }

    .user-details-2 .col-md-2 {
        width: 100%;
    }

    .user-details-2 .col-md-8 {
        width: 100%;
        margin-bottom: 15px;
    }

    .user-details-2 .col-md-4 {
        width: 100%;
        margin-bottom: 30px;
    }

    .sam-dashboard .sp-column .sppb-section {
        padding-top: 30px !important;
        padding-bottom: 0px !important;
    }

    .show-downline-body.sam-dashboard .sp-column .sppb-section {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .user-avatar {
        /* padding: 15px; */
        max-height: 300px;
        max-width: 300px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .user-information {
        padding: 0;
        text-align: center;
        letter-spacing: 0;
        align-items: center;
    }

    .user-details-2 {
        margin-top: 0px !important;
        margin-bottom: 0px;
    }

    .user-details .user-detail p span {
        font-size: 14px;
    }

    .sam-dashboard .col-md-2 {
        margin-top: 30px;
    }

    .user-details {
        flex-direction: column;
    }

    .accpeted-commission-dashboard p,
    .user-details p {
        font-size: 24px;
    }
}

@media (max-width:767px) {
    .sam-dashboard .sp-column .sppb-section {
        padding-top: 15px !important;
        padding-bottom: 0px !important;
    }

    .user-details-2 .col-md-4 {
        margin-bottom: 15px;
    }

    .trip-award-dashboard,
    .car-award-dashboard,
    .cash-award-dashboard {
        margin-bottom: 15px;
        height: auto;
        padding: 20px;
    }

    .user-details-3 .col-xs-12.col-sm-4.col-md-4 {
        width: 100%;
        margin-bottom: 0px;
    }

    .user-details-3 .col-xs-6.col-sm-4.col-md-4 {
        width: 100%;
        margin-bottom: 0px;
    }
}

@media (max-width: 575px) {}



.subform-wrapper .control-group:last-child {
    display: none;
}

.subform-wrapper .control-group:not(:first-child) input {
    display: none;
}



/*Dashboard Slideshow*/
.dashboard-slide {
    background: rgb(255 255 255 / 40%);
    padding: 15px;
    border-radius: 16px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
    backdrop-filter: blur(10px);
}

.dashboard-slide .sppb-carousel-extended-item img {
    height: auto;
    aspect-ratio: 5 / 3;
    object-fit: cover;
    border-radius: 8px
}

.dashboard-slide .sppb-carousel-extended-outer-stage {
    height: 420px !important;
}

.dashboard-slide .sppb-carousel-extended-item {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:1200px) {
    .dashboard-slide .sppb-carousel-extended-outer-stage {
        height: 100% !important;
        padding-bottom: 20px;
    }
}


body.sam-dashboard.dashboard-panel-body {
    background-image: url(/images/001-sam/dashboard/bg-01.jpg);
    background-size: cover;
}

body.show-downline-body.sam-dashboard #sp-component {
    width: 100%;
}

body.show-downline-body.sam-dashboard section.agent-downline {
    padding: 0 !important;
}

body.show-downline-body.sam-dashboard #sp-component .sp-column {
    padding: 30px 0 30px 0 !important;
}

body.sam-dashboard.dashboard-panel-body #sp-main-body {
    height: 100%;
    min-height: 100%;
    max-width: 100%;
    background-image: none;
}

body.sam-dashboard.dashboard-panel-body #sp-main-body>.row {
    min-height: 100%;
}

body.sam-dashboard.dashboard-panel-body #sp-component .sp-column {
    padding: 50px 0px 20px 15px;
}

p.no-top-ranking {
    font-weight: 600;
    color: #333;
    font-size: 13px;
}

table.subcom-top-ranking {
    width: 100%;
}

table.subcom-top-ranking tr {
    width: 100%;
}

table.subcom-top-ranking td {
    font-weight: 600;
    color: #333;
    font-size: 13px;
    width: 50%;
}

table.subcom-top-ranking td:first-child {
    width: 5%;
}

table.subcom-top-ranking td:last-child {
    width: 45%;
    text-align: right;
}

.agent-downline {
    padding: 30px 0px 50px 0px !important;
    background: transparent;
}

.agent-downline .sppb-addon-module .container {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.agent-downline h1 {
    background: transparent;
    box-shadow: none;
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 24px;
    font-weight: 700;
}

.agent-downline .tabs {
    background: rgb(255 255 255 / 40%);
    padding: 0;
    border-radius: 50px;
    margin-bottom: 20px;
    gap: 0;
    backdrop-filter: blur(10px);
}

.agent-downline .tabs .tab {
    font-family: 'Inter', sans-serif;
    border-radius: 50px;
    width: 120px;
    background: transparent;
    color: #888;
    font-weight: 700;
    font-size: 14px;
}

.agent-downline .tabs .tab.active {
    background: #fff;
    color: #333;
}

.agent-downline .cards-grid {
    transform: translateX(10px);
}

.agent-downline .cards-grid .card-col {
    padding: 0;
    flex: 0 0 calc(20% - 20px);
    max-width: calc(20% - 20px);
}

.agent-downline .cards-grid .card-col .card {
    height: 100%;
    padding: 15px;
    background: rgb(255 255 255 / 40%);
    backdrop-filter: blur(10px);
    border: 0;
}

.agent-downline .card .avatar {
    margin-bottom: 15px;
}

.agent-downline .card .name {
    font-family: 'Inter', sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 5px;
}

.agent-downline .card .position-badge {
    font-family: 'Inter', sans-serif;
    width: 100px;
    margin: 0 auto 15px auto;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

.agent-downline .card .position-agent {
    background: #b5b5b5;
}

.agent-downline .card .position-rm {
    background: #539fe5;
}

.agent-downline .card .position-avp {
    background: #83c86a;
}

.agent-downline .card .position-svp {
    background: #ff9340;
}

.agent-downline .card .position-evp {
    background: #FD9797;
}

.agent-downline .commission-label {
    font-family: 'Inter', sans-serif;
    margin-bottom: 0;
}

.agent-downline .commission-amount {
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
    font-size: 14px;
}

.agent-downline div#downlineModal {
    margin-left: 265px;
}

.downline-modal-overlay.active {
    backdrop-filter: blur(4px)
}

p.leader-progress_message-2 {
    padding: 0 0 10px 0 !important;
    font-weight: 600;
    color: #333;
    font-size: 13px;
}

p.leader-progress_message-2:last-child {
    font-style: italic;
    font-size: 12px;
}

.agent-downline .downline-modal {
    max-width: calc(100% - 100px);
}

.agent-downline .downline-modal-body {
    height: 85vh;
}

@media (max-width:1400px) {
    .agent-downline .cards-grid .card-col {
        flex: 0 0 calc(25% - 20px);
        max-width: calc(25% - 20px);
    }

    .agent-downline .downline-modal {
        max-width: calc(100% - 15px);
    }

    .agent-downline .downline-modal-body {
        height: 80vh;
    }
}

@media (max-width:1200px) {
    .agent-downline .cards-grid .card-col {
        flex: 0 0 calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
    }

    .agent-downline .tabs .tab {
        width: 100px;
    }

    body.sam-dashboard.dashboard-panel-body #sp-component .sp-column {
        padding: 50px 0px 10px 15px;
    }
}

@media (max-width:991px) {
    .agent-downline {
        padding-left: 0px !important;
    }

    body.sam-dashboard.dashboard-panel-body #sp-component .sp-column {
        padding: 100px 0px 0px 0px;
    }

    .agent-downline div#downlineModal {
        margin-left: 0px;
    }

    .agent-downline .downline-modal {
        transform: translateY(30px);
    }
}

@media (max-width:767px) {
    .agent-downline .cards-grid .card-col {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .agent-downline .tabs {
        padding: 10px;
        border-radius: 16px;
    }

    .agent-downline .tabs .tab {
        font-size: 12px;
        width: fit-content;
        padding: 10px 18px;
        border-radius: 10px;
        width: 33.33%
    }

}

@media (max-width:525px) {
    .agent-downline .cards-grid .card-col {
        flex: 0 0 calc(100%);
        max-width: calc(100%);
    }

    .agent-downline .cards-grid {
        transform: translateX(0px);
        margin: 0px;
    }
}