@media screen and (min-width: 320px) and (max-width:767px) {

    /* header nav */
    .header_mar {
        font-size: 17px !important;
    }

    /* common stylings */
    .pg_heading {
        font-size: 14px;
    }

    .heading_text {
        font-size: 16px;
    }

    .subheading_text {
        font-size: 14px;
    }

    .text_style {
        font-size: 12px !important;
    }

    .icon_style {
        font-size: 11px !important;
    }

    .form_style .form-label {
        font-size: 14px !important;
    }

    .form_style .form-control,
    .form_style .form-select {
        /* font-size: 12px !important; */
        font-size: 14px !important;
    }

    .table_style .table th,
    .table_style .table td {
        font-size: 12px !important;
    }

    .table_style .dt-length,
    .table_style .dt-search,
    .table_style .dt-info,
    .table_style .page-link {
        font-size: 12px !important;
    }

    /* login */
    .login_form input::placeholder {
        font-size: 12px !important;
    }

    /* Navbar */
    .site_logo img {
        width: 270px;
    }

    /* .navbar_content_div .navbar-top-links{
        display: flex;
        flex-direction: column;
    } */

    /* dashboard */
    .amt_header {
        font-size: 12px !important;
    }

    .amt_num {
        font-size: 23px !important;
    }

    .dept_img {
        height: 150px !important;
    }

    /* subdept pgs */
    .num_count {
        font-size: 25px;
    }

    /* administrative approval index */
    .download_icon_padding {
        padding: .545rem .75rem;
    }

}

@media screen and (min-width: 768px) and (max-width:1023px) {

    /* common stylings */
    .pg_heading {
        font-size: 15px;
    }

    .heading_text {
        font-size: 16px;
    }

    .subheading_text {
        font-size: 15px;
    }

    .text_style {
        font-size: 13px !important;
    }

    .icon_style {
        font-size: 12px !important;
    }

    .form_style .form-label {
        font-size: 15px !important;
    }

    .form_style .form-control,
    .form_style .form-select {
        font-size: 13px !important;
    }

    .table_style .table th,
    .table_style .table td {
        font-size: 13px !important;
    }

    .table_style .dt-length,
    .table_style .dt-search,
    .table_style .dt-info,
    .table_style .page-link {
        font-size: 13px !important;
    }

    /* login */
    .login_form input::placeholder {
        font-size: 13px !important;
    }

    /* Navbar */
    .site_logo img {
        width: 350px;
    }

    /* dashboard */
    .amt_header {
        font-size: 14px !important;
    }

    .amt_num {
        font-size: 25px;
    }

    /* subdept pgs */
    .num_count {
        font-size: 28px;
    }

    /* administrative approval index */
    .download_icon_padding {
        padding: .560rem .75rem;
    }

}

@media screen and (min-width:1024px) and (max-width:1440px) {

    /* common stylings */
    .pg_heading {
        font-size: 14px;
    }

    .heading_text {
        font-size: 16px !important;
    }

    .subheading_text {
        font-size: 14px;
    }

    .text_style {
        font-size: 14px !important;
    }

    .icon_style {
        font-size: 12px !important;
    }

    .modal_style .modal-title {
        font-size: 18px;
    }

    .modal_style .btn_submit {
        font-size: 16px;
    }

    .form_style .form-label {
        font-size: 16px !important;
        /* label size stays default */
    }

    .form_style .form-control,
    .form_style .form-select {
        font-size: 14px !important;
        /* smaller than label */
    }

    .table_style .table th,
    .table_style .table td {
        font-size: 14px !important;
    }

    .table_style .dt-length,
    .table_style .dt-search,
    .table_style .dt-info,
    .table_style .page-link {
        font-size: 14px !important;
    }

    /* login */
    .login_form input::placeholder {
        font-size: 14px !important;
    }

    /* Navbar */
    .site_logo img {
        width: 360px;
    }

    /* dashboard */
    .amt_header {
        font-size: 14px !important;
    }

    .amt_num {
        font-size: 25px !important;
    }

    /* subdept pgs */
    .num_count {
        font-size: 30px;
    }

    /* administrative approval index */
    .download_icon_padding {
        padding: .510rem .75rem;
    }

}


@media screen and (min-width:1441px) and (max-width:1600px) {
    .pg_heading {
        font-size: 15px;
    }

    .heading_text {
        font-size: 16px !important;
    }

    .subheading_text {
        font-size: 14px;
    }

    .text_style {
        font-size: 14px !important;
    }

    .icon_style {
        font-size: 12px !important;
    }

    .modal_style .modal-title {
        font-size: 18px;
    }

    .modal_style .btn_submit {
        font-size: 16px;
    }

    .form_style .form-label {
        font-size: 16px !important;
        /* label size stays default */
    }

    .form_style .form-control,
    .form_style .form-select {
        font-size: 14px !important;
        /* smaller than label */
    }

    .table_style .table th,
    .table_style .table td {
        font-size: 14px !important;
    }

    .table_style .dt-length,
    .table_style .dt-search,
    .table_style .dt-info,
    .table_style .page-link {
        font-size: 14px !important;
    }

    /* login */
    .login_form input::placeholder {
        font-size: 14px !important;
    }

    /* Navbar */
    .site_logo img {
        width: 380px;
    }

    /* dashboard */
    .amt_header {
        font-size: 14px !important;
    }

    .amt_num {
        font-size: 25px !important;
    }

    /* subdept pgs */
    .num_count {
        font-size: 30px;
    }

    /* administrative approval index */
    .download_icon_padding {
        padding: 0.565rem .75rem;
    }

    .btn-sm.btn-block.btn-labeled:not(.form-icon):before {
        /* margin-top: 2px;  (affecting button)  */
        margin-bottom: -5px;
        margin-left: -14px;
    }

    .btn-block.btn-labeled:not(.form-icon) {
        font-family: inherit;
        font-size: 12px;
        /* line-height: 2px; */
    }

}

@media screen and (min-width:1601px) and (max-width:1919px) {
    .pg_heading {
        font-size: 16px;
    }

    .heading_text {
        font-size: 18px !important;
    }

    .subheading_text {
        font-size: 16px;
    }

    .text_style {
        font-size: 16px !important;
    }

    .icon_style {
        font-size: 14px !important;
    }

    .modal_style .modal-title {
        font-size: 20px;
    }

    .modal_style .btn_submit {
        font-size: 18px;
    }

    .form_style .form-label {
        font-size: 18px !important;
        /* label size stays default */
    }

    .form_style .form-control,
    .form_style .form-select {
        font-size: 16px !important;
        /* smaller than label */
    }

    .table_style .table th,
    .table_style .table td {
        font-size: 16px !important;
    }

    .table_style .dt-length,
    .table_style .dt-search,
    .table_style .dt-info,
    .table_style .page-link {
        font-size: 16px !important;
    }

    /* login */
    .login_form input::placeholder {
        font-size: 16px !important;
    }

    /* Navbar */
    .site_logo img {
        width: 400px;
    }

    /* dashboard */
    .amt_header {
        font-size: 20px !important;
    }

    .amt_num {
        font-size: 31px !important;
    }

    /* subdept pgs */
    .num_count {
        font-size: 32px;
    }

    /* administrative approval index */
    .download_icon_padding {
        padding: 0.600rem .75rem;
    }

    .btn-sm.btn-block.btn-labeled:not(.form-icon):before {
        margin-top: -6px;
        margin-bottom: -5px;
        margin-right: 1px;
    }

    .btn-block.btn-labeled:not(.form-icon) {
        font-family: inherit;
        font-size: 12px;
        line-height: 19px;
    }
}

@media screen and (min-width:1920px) and (max-width:2300px) {
    .pg_heading {
        font-size: 18px;
    }

    .heading_text {
        font-size: 20px !important;
    }

    .subheading_text {
        font-size: 18px;
    }

    .text_style {
        font-size: 18px !important;
    }

    .icon_style {
        font-size: 16px !important;
    }

    .modal_style .modal-title {
        font-size: 22px;
    }

    .modal_style .btn_submit {
        font-size: 20px;
    }

    .form_style .form-label {
        font-size: 20px !important;
        /* label size stays default */
    }

    .form_style .form-control,
    .form_style .form-select {
        font-size: 18px !important;
        /* smaller than label */
    }

    .table_style .table th,
    .table_style .table td {
        font-size: 18px !important;
    }

    .table_style .dt-length,
    .table_style .dt-search,
    .table_style .dt-info,
    .table_style .page-link {
        font-size: 18px !important;
    }

    /* login */
    .login_form input::placeholder {
        font-size: 18px !important;
    }

    .login_form .ico {
        position: absolute;
        top: 32px;
        right: 17px;
    }

    /* Navbar */
    .site_logo img {
        width: 430px;
    }

    /* dashboard */
    .amt_header {
        font-size: 22px !important;
    }

    .amt_num {
        font-size: 33px !important;
    }

    /* subdept pgs */
    .num_count {
        font-size: 34px;
    }

    /* administrative approval index */
    .download_icon_padding {
        padding: 0.680rem .75rem;
    }
}

@media screen and (min-width:2301px) and (max-width:2560px) {

    /* header nav */
    .header_mar {
        font-size: 28px !important;
    }

    .pg_heading {
        font-size: 24px;
    }

    .heading_text {
        font-size: 26px !important;
    }

    .subheading_text {
        font-size: 24px;
    }

    .text_style {
        font-size: 22px !important;
    }

    .icon_style {
        font-size: 20px !important;
    }

    .modal_style .modal-title {
        font-size: 26px;
    }

    .modal_style .btn_submit {
        font-size: 24px;
    }

    .form_style .form-label {
        font-size: 24px !important;
        /* label size stays default */
    }

    .form_style .form-control,
    .form_style .form-select {
        font-size: 22px !important;
        /* smaller than label */
    }

    .table_style .table th,
    .table_style .table td {
        font-size: 22px !important;
    }

    .table_style .dt-length,
    .table_style .dt-search,
    .table_style .dt-info,
    .table_style .page-link {
        font-size: 22px !important;
    }

    /* login */
    .login_form input::placeholder {
        font-size: 22px !important;
    }

    .login_form .ico {
        position: absolute;
        top: 38px;
        right: 17px;
    }

    /* Navbar */
    .site_logo img {
        width: 600px;
    }

    /* dashboard */
    .amt_header {
        font-size: 22px !important;
    }

    .amt_num {
        font-size: 33px !important;
    }

    /* subdept pgs */
    .num_count {
        font-size: 36px;
    }

    /* administrative approval index */
    .download_icon_padding {
        padding: 0.680rem .75rem;
    }
}

@media screen and (min-width:2561px) {

    /* header nav */
    .header_mar {
        font-size: 28px !important;
    }

    .pg_heading {
        font-size: 24px;
    }

    .heading_text {
        font-size: 26px !important;
    }

    .subheading_text {
        font-size: 24px;
    }

    .text_style {
        font-size: 22px !important;
    }

    .icon_style {
        font-size: 20px !important;
    }

    .modal_style .modal-title {
        font-size: 26px;
    }

    .modal_style .btn_submit {
        font-size: 24px;
    }

    .form_style .form-label {
        font-size: 24px !important;
    }

    .form_style .form-control,
    .form_style .form-select {
        font-size: 22px !important;
    }

    .table_style .table th,
    .table_style .table td {
        font-size: 22px !important;
    }

    .table_style .dt-length,
    .table_style .dt-search,
    .table_style .dt-info,
    .table_style .page-link {
        font-size: 22px !important;
    }

    /* login */
    .login_form input::placeholder {
        font-size: 22px !important;
    }

    .login_form .ico {
        position: absolute;
        top: 38px;
        right: 17px;
    }


    /* Navbar */
    .site_logo img {
        width: 650px;
    }

    /* dashboard */
    .amt_header {
        font-size: 22px !important;
    }

    .amt_num {
        font-size: 33px !important;
    }

    /* subdept pgs */
    .num_count {
        font-size: 40px;
    }

    /* administrative approval index */
    .download_icon_padding {
        padding: 0.680rem .75rem;
    }
}






/* login pg */
@media screen and (max-width:390px) {
    .login_form .logo {
        padding: 0px;
        margin-bottom: 10px;
    }
}

/* Subdept pg */
@media screen and (min-width:992px) {
    .subdept_container .taluka-card {
        padding-top: 33px !important;
        padding-bottom: 33px !important;
    }
}


/* Dashboard */
@media screen and (min-width:992px) and (max-width:1200px) {
    .barchart_dashboard {
        height: 270px !important;
    }
}

@media screen and (min-width:1201px) and (max-width:1440px) {
    .barchart_dashboard {
        height: 350px !important;
    }

    .btn-sm.btn-block.btn-labeled:not(.form-icon):before {
        margin-top: 2px;
        margin-bottom: -5px;
        margin-left: -19px;
    }

    .btn-block.btn-labeled:not(.form-icon) {
        font-family: inherit;
        font-size: 12px;
        /* line-height: 2px; */
    }

}

@media screen and (min-width:1024px) and (max-width:1199px) {
    .btn-sm.btn-block.btn-labeled:not(.form-icon):before {
        margin-top: 2px;
        margin-bottom: -5px;
        margin-left: -20px;
    }

    .btn-block.btn-labeled:not(.form-icon) {
        font-family: inherit;
        font-size: 12px;
        /* line-height: 2px; */
    }

    .act-btn {
        padding: .25rem 10px !important;
    }
}

@media screen and (min-width:1441px) and (max-width:1600px) {
    .barchart_dashboard {
        height: 400px !important;
    }
}

/* Budget dept listing pg */
@media screen and (min-width: 2300px) {
    .budgetdept_btn {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
}

/* common table changes */
@media screen and (min-width: 768px) {

    .table_aligned .dt-length,
    .table_aligned .dt-info {
        margin-left: 20px !important;
    }

    .table_aligned .dt-search,
    .table_aligned .dt-paging {
        margin-right: 20px !important;
    }

    /* footer */
    #footer .padding_left {
        padding-left: 50px;
    }
}

#activeContractorsTable td {
    white-space: nowrap;
    /* prevent line breaking if you want ellipsis */
    overflow: hidden;
    text-overflow: ellipsis;
    /* show ... for long text */
    max-width: 200px;
    /* adjust as needed */
}

#activeContractorsTable th {
    white-space: nowrap;
}
#content-container{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}