/* Responsive CSS Here */
@media screen and (max-width: 950px) {
    .nav-img {
        height: 25px;
    }
    .nav-option {
        gap: 30px;
    }
    .nav-option h3 {
        font-size: 15px;
    }
    .report-topic-heading,
    .item1,
    .items {
        width: 800px;
    }
    }
    
    @media screen and (max-width: 850px) {
    .nav-img {
        height: 30px;
    }
    .nav-option {
        gap: 30px;
    }
    .nav-option h3 {
        font-size: 20px;
    }
    .report-topic-heading,
    .item1,
    .items {
        width: 700px;
    }
    .navcontainer {
        width: 100vw;
        position: absolute;
        transition: all 0.6s ease-in-out;
        top: 0;
        left: -100vw;
    }
    .nav {
        width: 100%;
        position: absolute;
    }
    .navclose {
        left: 00px;
    }
    .main {
        padding: 40px 30px 30px 30px;
    }
    .searchbar2 {
        width: 100%;
        display: flex;
        margin: 0 0 40px 0;
        justify-content: center;
    }
    .searchbar2 input {
        width: 250px;
        height: 42px;
        border-radius: 50px 0 0 50px;
        background-color: var(--background-color3);
        padding: 0 20px;
        font-size: 15px;
        border: 2px solid var(--secondary-color);
    }
    .admin-pos-header {
        height: 70px;
        padding: 15px;
        display: flex;
        justify-content:start;
    }

    
    }
    
    @media screen and (max-width: 490px) {
    .message {
        display: none;
    }
    .admin-pos-header{
        justify-content: flex-start;
        padding: 0 1rem;
    }
    .searchbar input {
    margin-left: .5rem;
    width: auto;
    padding: 0 .5rem;
    height: 35px;
}
.searchbtn {
    height: 35px;
}
    .logo {
        font-size: 20px;
    }
    .menuicn {
        height: 25px;
    }
    .nav-img {
        height: 25px;
    }
    .nav-option {
        gap: 25px;
    }
    .nav-option h3 {
        font-size: 12px;
    }
    .nav-upper-options {
        gap: 15px;
    }
    .recent-Articles {
        font-size: 20px;
    }
    .report-topic-heading,
    .item1,
    .items {
        width: 550px;
    }
    .admin-pos-listing h3{
        font-size: 18px;
    }
    .admin-pos-listing a button {
        padding: .2rem 1rem;
    }
    .admin-followup{
        display: block;
        padding: 0;
    }
    .admin-filter .col select{
        width: auto;
    }
    }
    
    @media screen and (max-width: 400px) {
    .recent-Articles {
        font-size: 17px;
    }
    .view {
        width: 60px;
        font-size: 10px;
        height: 27px;
    }
    .report-header {
        height: 60px;
        padding: 10px 10px 5px 10px;
    }
    .searchbtn img {
        height: 20px;
    }
    .admin-pos-listing {
        display: flex;
        justify-content: start;
        align-items: center;
        padding: 1rem 1.9rem 0rem 1rem;
    }
    .admin-pos-listing h3{
        font-size: 18px;
    }
    .admin-pos-listing a button {
        padding: .2rem 1rem;
        margin-left: 1rem;
    }
    .admin-followup{
        display: block;
        padding: 0;
    }
    .admin-filter .col select{
        width: 70%;
    }
    
    }
    
    @media screen and (max-width: 320px) {
    .recent-Articles {
        font-size: 12px;
    }
    .view {
        width: 50px;
        font-size: 8px;
        height: 27px;
    }
    .report-header {
        height: 60px;
        padding: 10px 5px 5px 5px;
    }
    .t-op {
        font-size: 12px;
    }
    .t-op-nextlvl {
        font-size: 10px;
    }
    .report-topic-heading,
    .item1,
    .items {
        width: 300px;
    }
    .report-body {
        padding: 10px;
    }
    .label-tag {
        width: 70px;
    }
    .searchbtn {
        width: 40px;
    }
    .searchbar2 input {
        width: 180px;
    }
    .admin-pos-listing {
        display: flex;
        justify-content: start;
        align-items: center;
        padding: 1rem 1.9rem 0rem 1rem;
    }
    .admin-pos-listing h3{
        font-size: 18px;
    }
    .admin-pos-listing a button {
        padding: .2rem 1rem;
        margin-left: 1rem;
    }
    .admin-followup{
        display: block;
        padding: 0;
    }
    .admin-filter .col select{
        width: 70%;
    }
    .searchbar input {
        margin-left: .5rem;
        width: 100px;
        padding: 0 .5rem;
        height: 35px;
    }
    .dataTables_wrapper {
        margin-top: 1rem;
    }
  
    }


    /* lead-view-page */
    @media screen and (max-width:480px) and (min-width:350px) {
        .tab {
          overflow: scroll;
      }
      .loan-payout-tabs{
        display: block;
      }
     
      }
    