body {
    width: 100%;
    overflow-x: hidden;
    background: #fff;
    margin-bottom: 36px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.card-detile-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 15px;
}

.credit-card-number label {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Lato';
    font-weight: 900;
}

.expiration-date-box label {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Lato';
    font-weight: 900;
}

.info {
    column-gap: 40px;
    display: flex;
    margin-top: 25px;
    align-items: center;
}

.dash-image {
    margin-top: 10px;
    display: inline-block;
}

.info-i {
    display: flex;
    column-gap: 25px;
}

.expiration-date-box {
    display: inline-block;
}

.credit-card-number {
    display: inline-block;
    margin-left: 640px;
}

.report {
    font-family: 'Lato';
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
}

.district-select-box .district-selection {
    width: 173px;
    height: 38px;
    position: relative;
}

.district-selection select {
    width: 100%;
    height: 100%;
    border: 1px solid #333333;
    height: 44px;
    width: 100%;
    border-radius: 2px;
    padding-left: 10px;
    appearance: none;
    margin-bottom: 20px;
    font-family: 'Lato';
    font-size: 16px;
    line-height: 24px;
    background-image: url('../png/down-dropdown-arrow-b6838b8589d04637004968b6b0e45b72cc215693.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
}

.district-selection ::before {
    content: "\f107";
}

.report-select-box .report-selection {
    width: 347px;
    height: 38px;
    position: relative;
}

.report-selection select {
    border: 1px solid #333333;
    height: 38px;
    width: 100%;
    border-radius: 2px;
    padding-left: 10px;
    appearance: none;
    margin-bottom: 20px;
    font-family: 'Lato';
    font-size: 16px;
    line-height: 24px;
    background-image: url('../png/down-dropdown-arrow-b6838b8589d04637004968b6b0e45b72cc215693.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
}

.report-selection i {
    position: absolute;
    top: 11px;
    right: 10px;
    z-index: 99;
}

.report a {
    color: #035FC2;
}

.renewal .btn {
    height: 38px;
    width: 183px;
    font-size: 14px;
    border: none;
    background-color: #E8E8E8;
    border-radius: 3px;
    font-family: 'Gotham A', 'Gotham B', 'Lato';
    font-weight: 500;
    color: black;
    margin-left: 20px;
}

.btn i {
    position: relative;
    right: 10px;
}

.renewal {
    font-size: 28px;
    margin-top: 109px;
    margin-bottom: 31px;
    font-family: 'Gotham A', 'Gotham B', 'Lato';
    font-weight: 500;
}

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    border-collapse: separate !important;
}

.table-bordered {
    font-size: 16px;
    border: 1px solid #ffffff;
}

    .table-bordered > thead > tr > th {
        font-family: 'Gotham A','Gotham B' , 'Lato' !important;
        font-weight: bold;
        color: black;
        text-transform: none;
        background-color: #ffffff;
        padding: 15px 15px;
        vertical-align: top;
        text-align: left;
        font-size: 16px;
        top: 0px;
    }


    .table-bordered > tbody > tr > td {
        font-family: 'Lato';
        color: #333333;
        text-transform: none;
        padding: 15px 16px;
        vertical-align: central;
        font-weight: 500;
        border-bottom: 0.5px solid gray;
        height: 42px;
    }

    .table-bordered > tfoot > tr > td {
        font-family: 'Lato';
        color: #333333;
        text-transform: none;
        padding: 15px 16px;
        vertical-align: central;
        font-weight: 500;
        border-bottom: 0.5px solid gray;
        height: 42px;
    }


.tableFixHead {
    overflow-y: scroll;
    height: auto;
}

    .tableFixHead::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

    .tableFixHead thead tr {
        position: sticky;
        z-index: 2;
    }

.bottom {
    height: 50px;
    width: 1145px;
}

    .bottom .dataTables_paginate {
        margin-top: 5px;
    }

div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

.dataTables_paginate {
    display: inline;
    float: right;
}

.bottom .dataTables_info {
    margin-right: 15px;
    margin-top: 8px;
    float: right;
}

div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
}

.dataTables_info {
    font: 400 16px "SourceSansPro-Regular",sans-serif;
}

.dataTables_info {
    display: inline;
}

.bottom .dataTables_length {
    float: right;
    padding-right: 50px;
    margin-top: 13px;
}

ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}

.pagination {
    border-radius: 0;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.pagination .paginate_button.previous.disabled {
    display: none;
}

.pagination > li {
    display: inline;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.pagination .paginate_button.previous a {
    margin-right: 10px;
    padding-top: 8px;
    padding-right: 15px;
}

.dataTables_wrapper .pagination .paginate_button a {
    background-color: #dcdcdc;
    color: #333;
    border-radius: 3px !important;
    width: 44px;
}

.dataTables_wrapper table.dataTable {
    border-bottom: 0;
    width: 100% !important;
}



.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination > li > a, .pagination > li > span {
    color: #0248C2;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

a {
    text-decoration: none;
}

a {
    background: transparent;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

.form-control {
    font-size: 16px;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select {
    font-family: "Gotham A", "Gotham B", "Lato", "Arial", sans-serif;
    font-weight: 400;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, select {
    text-transform: none;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

.dataTables_wrapper table.dataTable thead > tr th.sorting_asc::after {
    content: "";
}

table.dataTable thead .sorting_asc::after {
    content: "";
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: .5;
}



.dataTables_wrapper table.dataTable thead > tr th.sorting::after {
    content: "";
    color: rgb(0, 0, 0);
    font-size: 0.8em;
    padding-top: 0.12em;
}

.dataTables_wrapper table.dataTable thead > tr th.sorting:after, .dataTables_wrapper table.dataTable thead > tr th.sorting_asc:after, .dataTables_wrapper table.dataTable thead > tr th.sorting_desc:after {
    position: relative;
    top: 0px;
    display: inline-block;
    font-family: FontAwesome;
    padding-left: -7px;
    left: 6px;
    font-size: 11.2px;
}

table.dataTable thead .sorting::after {
    opacity: 0.2;
    content: "";
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    opacity: .5;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.updateReport .mainhead h1 {
    padding-left: 28px;
    border-left: 6px solid var(--csptabs);
    margin-bottom: 60px;
}

.updateReport {
    background-color: transparent;
    padding-top: 35px;
}

.district-selection svg {
    position: absolute;
    bottom: 12px;
    right: 8px;
}

.report-selection svg {
    position: absolute;
    bottom: 12px;
    right: 8px;
}

.buttons-excel {
    display: none !important;
}

.warning-section {
    margin-top: 60px;
    font-size: 28px;
    font-family: 'Gotham A', 'Gotham B', 'Lato';
    font-weight: 500;
}

.education-btn {
    height: 38px;
    width: 216px;
    font-size: 14px;
    border: none;
    background-color: #E8E8E8;
    border-radius: 3px;
    font-family: 'Gotham A', 'Gotham B', 'Lato';
    font-weight: 500;
    display: flex;
    padding-top: 10px;
    padding-left: 15px;
    column-gap: 10px;
}

    .education-btn :hover, .education-btn :visited {
        color: #333333 !important;
    }

    .education-btn img {
        height: 18px;
    }

.button {
    display: flex;
    float: right;
}

@media only screen and (max-width:480px) {
    .desktop-view {
        display: none;
    }
}

.mobile-view {
    background: #fff;
    margin-bottom: 36px;
    margin-left: 30px;
    margin-top: 50px;
    margin-right: 30px;
}

.mobile-table {
    margin-left: 18px;
}


@media only screen and (min-width:481px) {
    .mobile-view {
        display: none;
    }

    .mobile-table {
        display: none;
    }
}

.awrd-tooltip {
    position: sticky;
    display: inline-block;
    background-image: linear-gradient(to right, #035FC2 10%, rgba(255, 255, 255, 0) 40%);
    background-position: bottom;
    background-size: 8px 2px;
    background-repeat: repeat-x;
    padding-bottom: 3px;
}

    .awrd-tooltip .tooltiptext {
        visibility: hidden;
        width: 250px;
        background-color: #ffffff;
        color: #181717;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 100%;
        margin-left: -60px;
        box-shadow: 1px 1px #e4e0e0;
        left: -80px;
    }

    .awrd-tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .awrd-tooltip .tooltiptext::after {
        content: " ";
        position: absolute;
        bottom: 100%; /* At the top of the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #ffffff transparent;
    }

.education-award-file {
    color: black !important;
}

element.style {
    width: 60px;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.dataTables_wrapper table.dataTable thead > tr th {
    font: 500 12px "Gotham A","Gotham B" !important;
    font-weight: 500;
}

.buttons-csv {
    display: none !important;
}

.bold td {
    font-weight: 900 !important;
}

.custom-buttons {
    display: flex !important;
    justify-content: space-between;
    margin-top: 30px;
}

.export-collaps-div {
    display: flex !important;
    column-gap: 15px;
}

.custom-btn {
    background-color: #e8e8e8;
    color: #000000;
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 16px !important;
}

    .custom-btn img {
        height: 16px !important;
    }

td {
    text-align: center !important;
}

.dataTables_wrapper table.dataTable thead > tr th {
    font: 500 14px "Gotham A","Gotham B" !important;
    font-weight: 500;
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
}

.container {
    width: 1325px !important;
}

.table > thead:first-child > tr > th {
    text-align: center !important;
    padding-right: 17.5px !important;
    font-size: 16px !important;
}

.children td {
    background-color: #f5f5f5;
}

.parent td {
    border-bottom: 1px solid black !important;
    font-weight: bold !important;
}

.tableFixHead {
    margin-top: 15px !important;
}

.children td:last-child {
    background-color: #f1eee4 !important;
}

.parent td:first-child {
    font-size: 14px;
}

.clubgrowthreport.sticky {
    position: fixed;
    top: 98px;
    z-index: 2;
}

.district_parent {
    background-color: #f1eee4 !important;
}

.export-collaps-div-excel {
    display: flex !important;
    column-gap: 15px;
}

.styleRegionTotalTitle {
    width: 11% !important
}

.styleDistrictTotal {
    width: 10% !important
}

.styleJunTotal {
    width: 5.1% !important
}

.styleJulTotal {
    width: 6% !important
}

.styleAugTotal {
    width: 5.8% !important
}

.styleSepTotal {
    width: 5.5% !important
}

.styleOctTotal {
    width: 6% !important
}

.styleNovTotal {
    width: 6% !important
}

.styleDecTotal {
    width: 5.5% !important
}

.styleJanTotal {
    width: 5.6% !important
}

.styleFebTotal {
    width: 5.5% !important
}

.styleMarTotal {
    width: 5.5% !important
}

.styleAprTotal {
    width: 6.05% !important
}

.styleMayTotal {
    width: 6% !important
}

.styleRegionTotal {
    width: 12% !important
}

#club_growth_reports_DataTable {
    scrollbar-width: none !important;
}

#clubGrowthProgramYear option {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.dataTables_wrapper table.dataTable thead > tr th.sorting:nth-child(1)::after, .dataTables_wrapper table.dataTable thead > tr th.sorting:nth-child(2)::after {
    display: none !important;
}

tr:nth-child(2n+1) td{
    background-color: white;
}
tr:nth-child(2n) td {
    background-color: #f5f5f5;
}

tr.parent.dtrg-group.dtrg-end.dtrg-level-0.odd-row-class td {
    background-color: #f5f5f5;
}
tr.parent.dtrg-group.dtrg-end.dtrg-level-0.even-row-class td {
    background-color: white;
}

tr:hover td, tr:hover td:last-child {
    background-color: #E8E8E8 !important;
    cursor: pointer;
}

thead.clubgrowthreport.container :hover th {
    background-color: #E8E8E8 !important;
    cursor: pointer;
}
.odd-row-class :hover td {
    background-color: #E8E8E8 !important;
    cursor: pointer;
}

.even-row-class :hover td {
    background-color: #E8E8E8 !important;
    cursor: pointer;
}

tr.parent.dtrg-group.dtrg-end.dtrg-level-0.odd-row-class :hover td {
    background-color: #E8E8E8 !important;
    cursor: pointer;
}

tr.parent.dtrg-group.dtrg-end.dtrg-level-0.even-row-class :hover td {
    background-color: #E8E8E8 !important;
    cursor: pointer;
}