@media screen and (max-width: 580px) {
  .dashboardLinks_wrapper p {
    color: #7c2529;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 10px;
  }
  .select_column_2 {
    padding-right: 0;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .links {
    overflow: hidden;
    width: 100%;
    height: inherit;
    line-height: 3;
    height: 100%;
    background-color: #7c2529;
    transition: all 0.32s;
  }
  #myTable td {
    /* padding-right: 10px; */
    display: block;
  }

  .logo_wrapper img {
    width: 35%;
  }

  #view_data_table_wrapper {
    margin-top: 25px;
  }

  .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: auto;
  }

  .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: #7c2529;
    height: 35vh;
    padding: 0 0 0 0;
  }

  /* .text_wrapper {
        height: auto;
    } */

  .login_input {
    width: 75%;
    margin: 10px auto;
  }

  .login_section {
    height: auto;
  }

  #dropdownMenuButton1 {
    display: none !important;
  }

  .logo_wrapper {
    justify-content: start;
    text-align: left;
  }

  #mobile_logo {
    justify-content: center;
  }

  #mobile_logo img {
    width: 15%;
  }

  .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: 1.5rem;
    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: #7c2529;
    padding: 10px 22px;
    transition: all 0.5s ease-in;
  }

  .mobile_link a {
    text-decoration: none;
    color: #fff;
  }

  .mobile_link img {
    filter: brightness(0) invert(1);
    width: 15%;
    margin-right: 10px;
  }

  #logoutMobile_icon {
    filter: unset;
  }

  .mobile_link {
    padding: 10px 0;
    font-size: 0.7rem;
  }

  .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;
  }

  .table_wrapper {
    margin: 5px 0;
  }

  .dashboardLinks_wrapper {
    height: 130px;
    max-height: 130px;
    margin: 10px 0;
  }

  .detail_section p {
    width: 100%;
  }

  .detail_section hr {
    display: none;
  }

  .refrence_section hr {
    display: none;
  }

  .refrence_section p {
    width: 100%;
  }
  .adhaar_section hr {
    display: none;
  }
}

@media (min-width: 581px) and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info {
    display: none;
  }
  .adhaar_section p {
    width: 100%;
  }
  .refrence_section p {
    width: 100%;
  }

  .refrence_section hr {
    display: none;
  }

  .detail_section p {
    width: 100%;
  }

  .dashboardLinks_wrapper {
    height: 130px;
    max-height: 130px;
    margin: 10px 0;
  }

  .table_wrapper {
    margin: 5px 0;
  }

  #view_data_table_wrapper {
    margin-top: 25px;
  }

  .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) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.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;
  }

  .main_dashboard_area {
    overflow: scroll;
    width: 100% !important;
  }
}

@media (min-width: 766px) and (max-width: 990px) {
  .download_btn_excel {
    text-align: start;
  }

  .main_dashboard_area {
    overflow: scroll;
    width: 100% !important;
  }

  .login_input {
    width: 75%;
    margin: 10px auto;
  }

  .logo_wrapper {
    text-align: center;
    width: 35%;
    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: 20%;
    line-height: 4.3;
  }

  .logout_wrapper {
    text-align: center;
    line-height: 4.2;
    background-color: #7c2529;
  }

  .dashboardLinks_wrapper {
    height: 200px;
    max-height: 200px;
  }
}
