.row.club-growth-report-discription {
    display: none !important;
}

.mobile-btns button {
    flex: auto;
    justify-content: center;
    height: 40px;
    padding: 0;
    margin: 0 !important;
}

@media (min-width: 1024px) {
    .mobile-drop-wrap {
        display: none !important;
    }

    .mobile-btns {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .dash-image {
        display: none;
    }

    .mobile-btns {
        display: block;
        width: 100% !important;
    }

    .desktop-btns {
        display: none !important;
    }

    .report-header {
        display: none;
    }

    .info {
        display: block;
    }

    .updateReport {
        padding: 0 !important;
    }

    .rrdrop-down {
        height: auto !important;
    }

    .report {
        margin: 0 0 12px 0px !important;
        display: inline-block !important;
    }

    .title {
        color: #000 !important;
        font-size: 31px !important;
        font-weight: 700 !important;
        line-height: 37px !important;
        padding-left: 40px !important;
        margin: 24px 0 15px 0 !important;
    }

        .title:before {
            content: " " !important;
            position: absolute !important;
            left: 0 !important;
            top: 0 !important;
            width: 6px !important;
            height: 37px !important;
            background: #772432 !important;
        }

    .form div {
        width: 100% !important;
    }

    .drop-down-wrapper label, .form label {
        color: #333;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
    }

    .district-selection select {
        margin: 0 !important;
        height: 50px !important;
    }

    .updateReport .container {
        padding: 0 !important
    }

    .sort-select {
        width: 100% !important;
        height: auto !important;
    }

    .sort-by {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .drop-down-wrapper select {
        margin: 0px !important;
        height: 50px !important;
    }

    .district-select-box .district-selection {
        height: auto !important;
    }
    .list p {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
        font-size: 15px;
        font-family:"Lato" !important;
    }
    .list{
        padding-bottom:16px !important;
    }
    .mobiletabletitle{
        padding-top:24px !important;
        padding-bottom:16px !important;
        margin:0 !important;
        font-family:"Lato" !important;
        font-size: 18px !important;
        font-weight:700 !important;
        line-height:21px !important;
    }
    .mobile-table{
        padding:0 !important;
        margin:0 !important;
    }
    .list strong {
        font-weight: 700;
        margin-right: 4px;
    }
}

#presidents_20_reports,
#presidents_extension_reports {
    border-left: 0;
    border-right: 0;
}

    #presidents_20_reports .sticky,
    #presidents_extension_reports .sticky {
        padding: 0;
        display: inline-table;
        max-width: 1295px;
    }

    #presidents_20_reports tbody td,
    #presidents_extension_reports tbody td {
        height: 45px !important;
        background-color: #F6F7F8 !important;
        text-align: left !important;
        padding: 0 15px !important;
        border-bottom: 1px solid black !important;
    }

    #presidents_20_reports tbody tr:hover td,
    #presidents_extension_reports tbody tr:hover td {
        background-color: #E1E3E6 !important;
    }

    #presidents_20_reports thead th,
    #presidents_extension_reports thead th {
        font-family: Lato !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        text-align: left !important;
    }

    #presidents_20_reports .parent,
    #presidents_extension_reports .parent {
        height: 45px;
        position: relative !important;
    }

        #presidents_20_reports .parent td,
        #presidents_extension_reports .parent td {
            background-color: #ffffff !important;
            font-family: Lato !important;
            font-weight: 700 !important;
            font-size: 16px;
            position: absolute;
            width: 100% !important;
            padding: 12px 50px !important;
            box-sizing: border-box;
            line-height: 18.4px;
            color: #333333 !important;
            border-top: 0 solid black !important;
        }

    #presidents_20_reports thead tr th:nth-last-child(2) {
        width: 20% !important;
    }

    #presidents_20_reports .parent td.rightArrow:before,
    #presidents_20_reports .parent td.styleRegionTotalTitle:before,
    #presidents_extension_reports .parent td.rightArrow:before,
    #presidents_extension_reports .parent td.styleRegionTotalTitle:before {
        left: 24px;
        width: 8px;
        height: 8px;
    }

    #presidents_20_reports .parent td.rightArrow:before,
    #presidents_extension_reports .parent td.rightArrow:before {
        top: calc(50% - 5px) !important;
    }

    #presidents_20_reports .parent tr:hover td,
    #presidents_extension_reports .parent tr:hover td {
        background-color: #ffffff !important;
    }

    #presidents_20_reports tbody td:first-child,
    #presidents_extension_reports tbody td:first-child {
        color: transparent;
    }

    #presidents_20_reports thead > tr th.sorting:nth-child(1)::after, #presidents_20_reports thead > tr th.sorting:nth-child(2)::after, #presidents_extension_reports thead > tr th.sorting:nth-child(1)::after, #presidents_extension_reports thead > tr th.sorting:nth-child(2)::after {
        display: inline !important;
    }

    #presidents_20_reports thead > tr th.sorting_desc::after, #presidents_extension_reports thead > tr th.sorting_desc::after {
        content: "" !important;
    }

    #presidents_20_reports thead > tr th.sorting_asc::after, #presidents_extension_reports thead > tr th.sorting_asc::after {
        content: "" !important;
    }

    #presidents_20_reports .parent td.styleRegionTotalTitle:before,
    #presidents_extension_reports .parent td.styleRegionTotalTitle:before {
        transform: rotate(135deg);
        top: calc(50% - 6px);
    }

    #presidents_20_reports .parent td.rightArrow:before,
    #presidents_extension_reports .parent td.rightArrow:before {
        transform: rotate(45deg);
        top: calc(50% - 2px);
    }

.changebtn {
    height: 38px;
    font-size: 14px;
    border: none;
    background-color: #772432;
    border-radius: 3px;
    font-family: 'Gotham A', 'Gotham B', 'Lato';
    font-weight: 500;
    color: #ffffff;
    padding: 11px 15px;
    margin-top: 16px;
    margin-bottom: 30px;
}

.applybtn {
    width: 100% !important;
    margin: 0 !important;
    height: 40px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
}
