@media screen and (max-width: 580px) {
    .select_column_2 {
        padding-right: 0;
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .logo_wrapper img {
        width: 90%;
    }

    .download_btn_excel {
        text-align: start;
    }

    .filter_form_wrapper .form-control[type="submit"] {

        width: 50%;
        margin: 8px auto;
    }

    #pendingtablerowwrapper {
        margin-top: 2rem;
    }

    #partialtablerowwrapper {
        margin-top: 2rem;

    }

    .dataTables_wrapper .dataTables_info {
        display: none;
    }

    .dataTables_wrapper .dataTables_paginate {
        text-align: right;

    }

    .btn-info {
        margin: 10px 0;
    }

    .dataTables_wrapper .dataTables_filter {
        right: 0;
        top: -40px;
    }

    .btn_info {
        margin-bottom: 1px;
        margin-left: -10px;

    }

    .main_wrapper,
    .dashboard_wrapper {
        background-size: 0;
    }

    .view_data_input .form-control[type="submit" i] {
        border-radius: 5px;
        padding: 8px 15px;
        color: #fff;
        background-color: #1D2E40;
        width: 100%;
        margin: 10px auto;
    }

    .footer_text p a {
        font-size: 0.6rem;
    }

    .header_section {
        height: 10vh;
    }

    .logout_wrapper {
        height: 100%;
    }

    .logo_wrapper {
        width: 100%;
        margin: 0 auto;
    }

    /* .input_wrapper {
        height: auto;
    } */
    .input_wrapper {

        height: 50vh;
    }

    .text_wrapper h1 {
        font-size: 1.5rem;
        text-align: center;

        width: 100%;
        padding: 10px 0;
    }

    .text_wrapper p {
        font-size: 0.9rem;
        width: 90%;
        margin: 0 auto;
        color: #fff;
    }

    .login_img_wrapper {
        display: none;
    }

    .text_wrapper {
        background-color: #1D2E40;
        height: 35vh;
        padding: 0 0 0 0;
    }

    /* .text_wrapper {
        height: auto;
    } */

    .login_input {
        width: 75%;
        margin: 10px auto;
    }

    .login_section {
        height: 85vh;
    }

    
    #dropdownMenuButton1 {
        display: none !important;
    }

    .logo_wrapper {
        justify-content: center;
    }

    #mobile_logo {
        justify-content: center;
    }
    #mobile_logo img {
        width: 60%;
    }
    .add_data_wrapper,
    .view_data,
    .pending_data {
        margin-bottom: 15px;
    }

    .add_data_wrapper img,
    .view_data img,
    .pending_data img {
        width: 25%;
    }

    .add_data_wrapper a,
    .view_data a,
    .pending_data a {
        font-size: 0.7rem;
    }

    .add_data_wrapper a:hover,
    .view_data a:hover,
    .pending_data a:hover {
        padding: 0;
        font-size: 0.7rem;
    }

    .bar_mobileview {
        display: block;
    }

    .icons_bars {
        font-size: 2rem;
        color: #fff;
        padding: 4px 1px 0 0;
    }

    .main_dashboard_area {
        overflow: scroll;
        width: 100% !important;
    }

    .dashboard_main {
        position: relative;
    }

    .mobile_sidebar_section {
        display: block;
    }

    .mobile_sidebar_wrapper {
        position: absolute;
        left: -100%;
        height: 85vh;
        /* display: flex; */
        z-index: 99999;
        background-color: #1D2E40;
        padding: 10px 22px;
        transition: all 0.32s ease-in;
    }

    .mobile_link a {
        text-decoration: none;
        color: #fff;

    }

    .mobile_link img {
        filter: brightness(0) invert(1);
        width: 25%;
        margin-right: 10px;
    }

    #logoutMobile_icon {
        filter: unset;
    }

    .mobile_link {
        padding: 10px 0;
    }

    .mobile_link a:hover {
        text-decoration: none;
        color: #fff;

    }

    .dashboard_main .sidebar {
        display: none;
    }
    .user_section{
        position:absolute;
        bottom: 0;
    }
.dropdown-toggle{
    font-size: 0.6rem;
    color:white;
}
}


@media (min-width: 581px) and (max-width : 767px) {
    .dataTables_wrapper .dataTables_info {
        display: none;
    }
    .logo_wrapper {
        justify-content: start;
    }

    .dashboard_main {
        position: relative;
    }

    .dataTables_wrapper .dataTables_paginate {
        text-align: right;

    }

    .select_column_2 {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .download_btn_excel {
        text-align: start;
    }

    .btn-info {
        margin: 10px 0;
    }

    .filter_form_wrapper .form-control[type="submit"] {

        width: 50%;
        margin: 8px auto;
    }

    #pendingtablerowwrapper {
        margin-top: 2rem;
    }

    #partialtablerowwrapper {
        margin-top: 2rem;

    }

    .dataTables_wrapper .dataTables_filter {
        right: 12px;
        top: -46px;
    }

    .view_data_input .form-control[type="submit" i] {
        border-radius: 5px;
        padding: 8px 15px;
        color: #fff;
        background-color: #1D2E40;
        width: 100%;
        margin: 10px auto;
    }

    .header_section {
        height: auto;
    }

    .logo_wrapper {
        margin: 0 auto;
    }

    .input_wrapper {
        height: auto;
    }

    /* .text_wrapper {
        height: auto;
    } */

    .login_input {
        width: 75%;
        margin: 10px auto;
    }

    .input_wrapper {

        height: 50vh;
    }

    .text_wrapper h1 {
        font-size: 1.5rem;
        text-align: center;
        width: 100%;
        padding: 10px 0;
    }

    .text_wrapper p {
        font-size: 0.9rem;
        width: 90%;
        margin: 0 auto;
        color: #fff;
    }

    .dashboard_main {
        position: relative;
    }

    .mobile_sidebar_section {
        position: relative;
        display: block;
    }

    .mobile_sidebar_wrapper {
        position: absolute;
        left: -100%;
        height: 85vh;
        display: flex;
        z-index: 99999;
        background-color: #1D2E40;
        padding: 10px 22px;
        transition: all 0.32s ease-in;
    }
    .user_section{
        position:absolute;
        bottom: 0;
    }

    .mobile_link a {
        text-decoration: none;
        color: #fff;

    }

    .mobile_link img {
        filter: brightness(0) invert(1);
        width: 25%;
        margin-right: 10px;
    }

    #logoutMobile_icon {
        filter: unset;
    }

    .mobile_link {
        padding: 10px 0;
    }

    .mobile_link a:hover {
        text-decoration: none;
        color: #fff;

    }

    .dashboard_main .sidebar {
        display: none;
    }
}


@media (min-width: 766px) and (max-width : 990px) {
    .download_btn_excel {
        text-align: start;
    }

    .login_input {
        width: 75%;
        margin: 10px auto;
    }

    .logo_wrapper {
        text-align: center;
        width: 65%;
        line-height: 6;
    }

    .links a {
        font-size: 0.7rem;
    }

    .btn-info {
        margin: 10px 0;
    }

    .logout_wrapper {
        text-align: center;
        line-height: 3.7;
        background-color: #1D2E40;
        height: auto;
    }

    .header_section {
        height: auto;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-bottom: 5px;
        position: absolute;
        right: 12px;
        top: -38px;
    }

    .dashboard_main {
        position: relative;
    }

    .mobile_sidebar_section {
        display: block;
    }

    .mobile_sidebar_wrapper {
        position: absolute;
        left: -100%;
        height: 85vh;
        display: flex;
        z-index: 99999;
        background-color: #1D2E40;
        padding: 10px 22px;
        transition: all 0.32s;
    }

    .mobile_link a {
        text-decoration: none;
        color: #fff;

    }

    .mobile_link img {
        filter: brightness(0) invert(1);
        width: 25%;
        margin-right: 10px;
    }

    #logoutMobile_icon {
        filter: unset;
    }

    .mobile_link {
        padding: 10px 0;
    }

    .mobile_link a:hover {
        text-decoration: none;
        color: #fff;

    }

    .dashboard_main .sidebar {
        display: none;
    }

    .bar_mobileview {
        display: block;
    }

    .icons_bars {
        font-size: 1.5rem;
        color: #fff;
        padding: 4px 1px 0 0;
    }

    .main_dashboard_area {
        overflow: scroll;

        width: 100%;
    }

}

@media (min-width : 1440px) {

    .links>div {
        margin-top: 1px;
    }

    .logo_wrapper {
        text-align: center;
        width: 70%;
        line-height: 4.3;
    }

    .logout_wrapper {
        text-align: center;
        line-height: 4.2;
        background-color: #1D2E40;
    }
}