@media only screen and (max-width:480px) {
    .update {
        font-family: 'Gotham A', 'Gotham B', 'Lato';
        font-size: 28px;
        font-weight: bold;
    }

    .mobile-info {
        font-size: 12px;
        font-family: 'Lato';
        margin-right: 15px;
    }

    #warning-info{
        font-size: 20px;
        font-weight: 700;
    }

    .pageHead .mobile-title:before, .page-header .mobile-title:before {
        content: " ";
        position: absolute;
        left: 55px;
        top: 153px;
        width: 4px;
        height: 49px;
        background: #772432;
        transform: rotate(-90deg);
    }

    .action-button {
        display: flex;
        column-gap: 30px;
        font-size: 28px;
        margin-top: 16px;
        margin-bottom: 28px;
        font-family: 'Gotham A', 'Gotham B', 'Lato';
        font-weight: 500;
    }

    .export {
        height: auto;
        width: 183px;
        font-size: 14px;
        border: none;
        background-color: #E8E8E8;
        border-radius: 3px;
        font-family: 'Gotham A', 'Gotham B', 'Lato';
        font-weight: 500;
    }

    .change {
        height: auto;
        max-width: 138px;
        font-size: 14px;
        border: none;
        background-color: #5C1F29;
        border-radius: 3px;
        font-family: 'Gotham A', 'Gotham B', 'Lato';
        font-weight: 500;
        color: #ffffff;
        padding: 11px 15px;
    }

    .district, .report {
        display: inline-block;
        width: 100%;
        max-width: 420px;
        margin-top: 25px;
    }

    .sort-by {
        display: inline-block;
        width: 100%;
        max-width: 420px;
        margin-top: 0px;
    }

        .district, .report, .sort-by label {
            display: block;
            font-size: 16px;
            margin-bottom: 10px;
            font-family: 'Lato';
            font-weight: bold;
        }


    .district-box .district-select {
        width: 347px;
        height: 40px;
        position: relative;
        margin-right: 0px;
    }

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

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


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

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

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


    .applybtn {
        width: 347px;
        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;
    }

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

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

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

    .mobile-report h2 {
        font-size: 24px;
        font-family: 'Gotham A', 'Gotham B', 'Lato';
        font-weight: 500;
        margin-top: 50px;
        margin-bottom: 15px;
    }


    .export i {
        color: #333333;
        width: 18px !important;
        height: 18px !important;
    }



    .download {
        font-weight: bold !important;
        font-size: 18px !important;
        color: #333333;
        margin-right: 10px;
    }



    .list {
        font-family: 'Lato';
        font-size: 14px;
        border-top: 1px solid #999;
        color: #333333;
        padding-bottom: 22px;
    }

        .list p {
            margin-top: 21.5px;
            margin-bottom: 0px;
        }

    .mobile-renewalstatus {
        display: flex;
        column-gap: 30px;
        font-size: 20px;
        max-width: 283px;
        margin-bottom: 15px;
        font-family: 'Gotham A', 'Gotham B', 'Lato';
        font-weight: bold;
    }

    .mobile-table {
        padding-right: 25px;
    }

    .education-btn {
        height: 38px;
        width: 100%;
        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;
    }

    .awrd-tooltip {
        position: relative;
        display: inline-block;
        background: none !important;
    }

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

    #programYearSectionMbl {
        margin-bottom: 20px;
    }

    .container{
        width : 100% !important;
    }
    .export-collaps-div{
        display : none !important;
    }
    .custom-buttons button{
        margin-bottom : 15px !important;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}
