.left-menu2 .slide-menu .pd-25 li>a{
    padding-left: 65px !important;
    border-bottom: 1px solid rgba(107, 122, 144, 0.1);
}

.left-menu2 .slide-menu .pd-25 li>a:before {
    content: '' !important;
}

/* .app-sidebar {
    width: 270px;
} */


/* Board of meeting tab heading */
.tab-menu-heading {
    background-color: #e8e8e8;
    font-weight: 800;
}

.tabs-menu1 ul li .active {
    /*border-bottom: 2px solid #564ec1;*/
    border-bottom: 2px solid #2B6D6C;
}

.wideget-user-tab .tab-menu-heading .nav li a {
    text-transform:capitalize;
    font-weight: 600;
}

.card-body label{
    font-weight: 600;
}

.panel-body {
    padding: 0px;
}

.select2 {
    width: 100% !important;
}

.cus-inp{
    width: 73%;
  }


  .table td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    vertical-align: top;
}

.side-menu__item {

	font-size: 13px !important;

}

  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

  @media (min-width: 481px) and (max-width: 767px) {
    .cus-inp{
        width: 100% !important;
      }
    
  }

  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

  @media (min-width: 320px) and (max-width: 480px) {
    .cus-inp{
        width: 100% !important;
      }
    /* CSS */
    
  }