.bonusListingSection {
    background: url('/images/project/TPV.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.bonusListing-title {
    color: #000;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.bonusListing-container {
    padding-left: 40px;
    padding-right: 40px;
}

.bonusListing-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.bonusListing-warning-content {
    color: #000;
    font-weight: 500;
    padding: 0;
    margin: 0;
    margin-right: 20px;
}

.bonusListing-warning-icon {
    height: 20px;
    margin: 0 10px;
    margin-left: 20px;
}

.bonusListing-header-innerContainer--right {
    display: flex;
    background-color: #fef6e4;
    border: 2px solid #f6bc41;
    border-radius: 5px;
    align-items: center;
    padding: 5px;
}

.bonusListing-sidebar {
    background-color: #fff;
    width: 200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}

.bonusListing-sidebar p {
    font-size: 15px;
    color: #000 !important;
    margin: 0;
    /*padding: 10px 0;
    text-align: center;*/
    padding: 10px 40px;
    text-align: left;
    cursor: pointer;
    font-weight: 500;
}

.bonusListing-sidebar p:hover {
    background-color: #e2fcfe;
}

.bonusListing-header-innerContainer--left {
    display: flex;
    align-items: center;
}

.sidebar-selected {
    border-left: 5px solid #00f5ff;
    background: #e2fcfe;
    padding-left: 35px !important;
}

#bonusListing-no-result div{
    background-color: var(--whiteText);
}

#bonusListing-no-result thead,
#monthlyLevelBonusDiv thead
{
    background: transparent; !important;
}

.bonusListing-whiteBg {
    color: #000;
    background: #fff;
    border-radius: 5px;
    padding: 12px;
}

.bonusListing-whiteBg.bonusListing-transparentBg {
    background: var(--whiteText);
}

.bottom-table-content table {
    border-radius: 5px;
}

#bonusListing-no-result table {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

/* Start Sales Incentive Bonus Report */
.salesIncentiveBonusListingSection {
    background: url('/images/project/bonus2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.bonusTableWrap .tableWidthMax > div {
    padding: 0 !important;
}

.bonusTableWrap #listingTable {
    margin: 0 !important;
}
#portfolioTable,
.bonusTableWrap #portfolioTable,
.bonusTableWrap #listingTable {
    margin: 0 !important;
}
.bonusListing-sidebar i,
.bonusListing-sidebar a {
    color: #000;
}
.sidebar-selected i,
.sidebar-selected a {
    color: #000;
    font-weight: 600;
}

.text-bold {
    font-weight: 600;
}

.bonus-border-radius {
    border-radius: 5px;
}

.user-info-whiteBg {
    color: #000;
    background: #fff;
    border-radius: 5px;
    padding: 12px;
}

.blue-border {
    border: 1px solid #00f5ff;
}

.bonusUserInfoWrap {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.bonusUserInfo {
    padding: 0 12px;
    font-size: 15px;
}

.bonusUserInfo:not(:last-child) {
    border-right: 1px solid #000;
    font-size: 15px;
}

.bonusUserRank {
    position: relative;
    min-width: 60px;
    flex: 0;
}

.rankBadgeImg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
}

.table thead {
    background: transparent !important;
}

.dataTables_wrapper .dataTable th {
    color: #000;
}

.btn-back.border-radius-5:hover, 
.border-radius-5 {
    border-radius: 5px !important;
}


.bonusTableWrap .table td {
    border: none;
}

.bonusTableWrap .table-striped tbody tr:nth-of-type(odd) {
    background: rgba(255, 255, 255, 0.9)
}

.bonusTableWrap .table td, 
.bonusTableWrap  .table th {
    padding-left: 22px;
    padding-right: 22px;
}

.bonusTableWrap .table td {
    color: #FFF;
    background-color: #1C1C1C;
}

.bonusListing-header-innerContainer--right.red-alert {
    background-color: #ffe2e2;
    border: 2px solid #fe0202;
}
/* End Sales Incentive Bonus Report */

.bonusListing-rank-container {
    border: 2px solid #00f5ff;
    background: #e2fcfe;
    margin-bottom: 30px;
    border-radius: 5px;
    display: flex;

}

.bonusListing-rank-container p {
    margin: 0;
    padding: 15px 0;
    margin-left: 100px;
    color: #000;
    font-size: 15px;
}

.bonusListing-rank-container img {
    height: 80px;
    margin-left: 30px;
    position: absolute;
}

.levelBonusListingSection {
    background: url('/images/project/report-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.levelBonusListing-summary {
    padding: 0 !important;
    display: flex;
    border-radius: 5px;
}

.levelBonusListing-summary img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 80px;
}

.levelBonusListing-summary--amount {
    font-size: 28px;
    font-weight: 500;
    word-break: keep-all;
}

.levelBonusListing-summary--innerContainer p {
    margin: 0;
}

.levelBonusListing-summary--innerContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.levelBonusListing-summary--innerContainer-content {
    border-right: 1px solid #e6e6e6;
    padding: 0 30px;
}

.toDetails {
    color: #FE7115;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
}

.monthlyLevelBonus-backBtn {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 30px;
}

#monthlyLevelBonusDiv thead th {
    color: #000;
}

#firstTable {
    margin-top: 30px;
}

.bonusListing-sidebar p:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.bonusListing-sidebar p:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bonusListing-sidebar-submenu {
    padding-bottom: 10px;
}

.bonusListing-sidebar-submenu p {
    font-size: 14px;
    color: #000;
    margin: 0;
    /*padding: 3px 0;
    text-align: center;*/
    padding: 3px 43px;
    text-align: left;
    cursor: pointer;
}

.bonusListing-sidebar-submenu p:hover {
/*    background-color: transparent;*/
    background: #e2fcfe;
}

.bonusListing-sidebar-submenu a:hover {
    /*color: #00f5ff;
    font-weight: 600;*/
}

.bonusListing-sidebar-submenu .sidebar-selected {
    background-color: transparent;
    border-left: none;
    padding-left: 3.2rem !important;
}

.bonusListing-sidebar-submenu .sidebar-selected a {
/*    color: #00f5ff;*/
    color: #000;
    font-weight: 600;
}

.bonusListing-sidebar-submenu p.sidebar-selected {
    background: #e2fcfe;
}

.bonusListing-rank-container .agentReward-title {
    color: #000;
    padding: 15px 30px;
}
.agentReward-agent,
.bonusListing-rank-container .agentReward-agent {
    color: orange;
    font-weight: 600;
}

.bonusListing-rank-container .agentReward-reward {
    font-weight: 600;
}

.agentReward-qualifiedMonth {
    border: 2px solid #00f5ff;
    background: #e2fcfe;
    padding: 3px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
}

/* .agentReward-qualifiedMonth:not(:last-child) {
    margin-right: 10px;
} */

.mt-30 {
    margin-top: 30px;
}

.noResult-body,
.table {
    border-bottom-left-radius:5px;
    border-bottom-right-radius: 5px;
}

.daterange-to {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background-color: #1C1C1C;
    border: none;
    border-top: 1px solid #4F4F4F;
    border-bottom: 1px solid #4F4F4F;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.daterange-to.focus {
    border-top: 1.5px solid #33d0ff;
    border-bottom: 1.5px solid #33d0ff;
}

.input-daterange .form-control:first-child {
    border-right: none;
}

.input-daterange .form-control:last-child {
    border-left: none;
    background-color: #FFF;
}

.input-daterange .form-control {
    padding-left: 35px;
}

.input-daterange-group .calendar-icon1 {
    z-index: 3;
    position: absolute;
    bottom: 17px;
    left: 25px;
}

.input-daterange-group .calendar-icon2 {
    z-index: 3;
    position: absolute;
    bottom: 17px;
    left: 54%;
}

#searchFilter {
    display: none;
}

/* Start Goldmine Reward Report */
.goldmineRewardListingSection {
    background: url('/images/project/bonus4.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.bonusDetailLink:hover, 
.bonusDetailLink {
    color: #FE7115;
    border-bottom: 1px solid #FE7115;
}

#bannerStatImg {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.inline-btn {
    display: flex;
    gap: 10px;
}

.inline-btn button:hover, 
.inline-btn button {
    min-width: unset !important;
    flex: 1;
}
/* End Goldmine Reward Report */

.bonusListingSection.community-reward {
    background-image: url('../images/project/bonus-bg5.jpg');
    /* padding-top: 10px;
    margin-top: 90px; */
}

.community-reward .levelBonusListing-summary--amount {
    font-size: 24px;
}

.community-reward .levelBonusListing-summary .summary-img,
.community-reward .levelBonusListing-summary .levelBonusListing-summary--innerContainer {
    width: 20%;
}

.community-reward .levelBonusListing-summary--innerContainer-content {
    width: 100%;
}

.table td#subtotal {
    text-align: right;
}

.bordered-table.table-responsive thead tr:nth-child(2) {
    background: #dffdfe;
}

/* .table-responsive::-webkit-scrollbar {
    display: none;
}

.table-responsive {
    -ms-overflow-style: none;
    scrollbar-width: none;
} */

.bordered-table.table-responsive thead tr {
    border-bottom: 1px solid #4F4F4F;
}

.bordered-table.table-responsive thead tr th:not(:last-child) {
    border-right: 1px solid #4F4F4F;
}

.bordered-table.table-responsive tbody tr td:not(:last-child) {
    border-right: 1px solid #4F4F4F;
}

.table-responsive tbody tr td:last-child {
    border-left: 0px solid rgb(235, 237, 242);
}

.report-rank-notif-banner {
    color: #000;
    background: #e2fcfe;
    border-radius: 5px;
    padding: 12px;
    font-size: 15px;
    border-radius: 5px;
}

/* For Responsive View */

.bonusListing-content-div {
    width: 100%;
}

.community-bridge .bonusListing-header-innerContainer--right {
    display: flex;
    background-color: #fef6e4;
    border: 2px solid #f6bc41;
    border-radius: 5px;
    align-items: center;
    height: 100%;
    width: 80%;
}

/* Bonus Report Sidebar Mobile View css */
.bonusListing-sidebar-mobile {
    display: none;
}
.listing-no-result{
    background-color: rgba(255, 255, 255, 0) !important;;   
}

.custom-mobile-report-sidebar .menuBtn.active {
    color: #000 !important; 
    border-left: unset !important;
}

#bonusReportSidebarMobileSelect.headerMenuDropdownBox {
    background-color: #FFF;
}

.custom-mobile-report-sidebar .menuDropdownBtn:hover {
    background-color: #FE7115;
    color: #FFF;
    /* border-radius: 5px; */
}

/* START Agent Reward Report */
.agentRewardListing img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 80px;
    /* width: 100%; */
    object-fit: cover;
}
/* END Agent Reward Report */

/* START Golden Eagle Reward Report - change color every 3 rows alternatively */
.bonusListingSection .bonusTableWrap .table-striped tbody tr {
    /* background-color: #737e85; */
    background-color: #e3e3e3;
}

/* .bonusListingSection .bonusTableWrap .table-striped tbody tr td {
    color: #fff;
} */

.bonusListingSection .bonusTableWrap .table-striped tbody tr:nth-last-of-type(6n+1), 
.bonusListingSection .bonusTableWrap .table-striped tbody tr:nth-last-of-type(6n+2), 
.bonusListingSection .bonusTableWrap .table-striped tbody tr:nth-last-of-type(6n+3) {
    background: #fff !important;
}

.bonusListingSection .bonusTableWrap .table-striped tbody tr:nth-last-of-type(6n+1) td, 
.bonusListingSection .bonusTableWrap .table-striped tbody tr:nth-last-of-type(6n+2) td, 
.bonusListingSection .bonusTableWrap .table-striped tbody tr:nth-last-of-type(6n+3) td {
    color: #000;
}
/* END Golden Eagle Reward Report */

@media (min-width: 320px) and (max-width: 767px) {
    .bonusListing-sidebar {
        display: none;
    }

    .bonusListing-sidebar-mobile {
        display: inline;
    }

    .bonusListing-content-div {
        width: 100%;
    }

    .community-bridge .bonusListing-header-innerContainer--left {
        justify-content: center;
    }

    .community-bridge .bonusListing-header-innerContainer--right {
        width: 100%;
    }

    .community-bridge .bottom-table-content,
    .monthly-level-bonus .bottom-table-content {
        transform: unset !important;
    }

    .monthly-level-bonus .levelBonusListing-summary {
        padding: 0 0 12px !important;
        display: block;
    }

    .monthly-level-bonus .levelBonusListing-summary--innerContainer {
        margin: 15px 0px;
    }

    .monthly-level-bonus .levelBonusListing-summary--innerContainer-content {
        border-right: unset;
        text-align: center;

    }

    /* .community-bridge .rankBadgeImg,
    .monthly-level-bonus .rankBadgeImg {
        transform: translate(-80%, 59%) !important;
    }

    .community-bridge .bonusUserRank,
    .monthly-level-bonus .bonusUserRank {
        min-width: unset;
    }

    .community-bridge .bonusUserInfo:not(:last-child),
    .monthly-level-bonus .bonusUserInfo:not(:last-child) {
        border-right: unset;
    } */

    /*#firstTable.bottom-table-content {
        margin-top: unset;
    }*/
    .mobile-reporticon{
        display:none;
    }

    .agentRewardListing .levelBonusListing-summary--innerContainer:not(:last-child) {
        padding: 0 30px;
    }

    .agentRewardListing .levelBonusListing-summary--innerContainer:not(:last-child) .levelBonusListing-summary--innerContainer-content {
        width: 100%;
        border-right: unset;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 3rem;
        padding-left: 0;
        padding-right: 0;
    }

    .bonusListingSection .bonusListing-header {
        flex-direction: column;
    }
    
    .bonusListing-header-innerContainer--left {
        justify-content: center;
    }

    #statusMsgContainer {
        margin-top: 10px;
    }
    
    .bonusListing-header {
        margin-bottom: 10px;
    }

    #bannerStatImg {
        height: 100px;
        object-fit: cover;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0;
    }

    .mobile-stat-padding {
        padding: 20px;
        justify-content: start !important;
    }

    .mobile-summary-padding {
        flex-direction: column;
    }

    .community-reward .levelBonusListing-summary .summary-img,
    .community-reward .levelBonusListing-summary .levelBonusListing-summary--innerContainer {
        width: 100%;
    }

    .mobile-summary-padding .levelBonusListing-summary--innerContainer {
        padding: 10px 30px;
    }

    .mobile-summary-padding p.community-reward br,
    .mobile-summary-padding p br {
        display: none;
    }

    .bonusListing-warning-content {
        font-size: 15px;
    }

    .bonusListing-warning-icon {
        margin-left: 10px;
    }

    .bonusListing-header-innerContainer--right {
        padding: 12px 0;
    }

    .mobile-bonusListDetail-padding {
        padding: 0;
    }
}