.row {
   margin-right: 0px !important; 
   margin-left:  0px !important; 
}
#table_data, #table_data table,#table_data1 table{
    width:100%;margin-top: 10px;
  }
  #table_data table,
  #table_data1 table,
  .req_table table{
    margin-bottom: 3%;
    table-layout: auto;
  }  

  .only_svr #table_data table{
    table-layout: unset;
  }

  #table_data table tr th,
  #table_data table tr td{
    width: auto;
  }

  #table_data tr th:first-child,
  #table_data tr td:first-child{
    width: auto;
  }
  
  #roleaccess #table_data table, #roleaccess .role-acc-btn{
    margin-bottom: 2%;
  }
  
  .pagination{
    width: 100%;
    margin: 0px 0px !important;
  }
#table_data thead tr{
    color: #a1a5b7;
}
  #table_data thead tr th,
  .req_table table thead tr th{
    padding: 15px 5px;
    font-family: var(--font-family-primary);
    font-size: 13px;
    letter-spacing: 1px;
    color: var(--primary);
    font-weight: 600 !important;
    text-transform: capitalize;
    background: var(--primary-shadow);
    white-space: nowrap;
  }
  #table_data tbody tr td,
  .req_table table tbody tr td{
    border-bottom: 1px dashed #eff2f5;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    color: #242934;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: var(--font-family-primary);
  }
  
    #table_data thead tr th:first-child, 
    #table_data1 thead tr th:first-child,
    .req_table table thead tr th:first-child{
        padding-left: 15px;
    }

    #table_data tbody tr td:first-child, 
    #table_data1 tbody tr td:first-child, 
    .req_table table tbody tr td:first-child{
        padding-left: 15px;
    }
    
    #table_data thead tr th:last-child,
    #table_data1 thead tr th:last-child, 
    .req_table table thead tr th:last-child{
        padding-right: 15px;
    }

    #table_data tbody tr td:last-child, 
    #table_data1 tbody tr td:last-child, 
    .req_table table tbody tr td:last-child{
        padding-right: 15px;
    }
    
  .student-listUI #table_data tbody tr td,
  .staff-listUI #table_data tbody tr td{
    white-space: nowrap;
  }
  #table_data thead tr th:first-child,
  .req_table table thead tr th:first-child{
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }
  #table_data thead tr th:last-child,
  .req_table table thead tr th:last-child{
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }

  .fa-submenu{
    display: none;
  }

  .fa-ellipsis-v{
    position: relative;
    color: #727272;
  }

  .fa-ellipsis-v:hover .fa-submenu{
    display: block;
    position: absolute;
    right: 2px;
    text-align: left;
    box-shadow: 0px 0px 30px 0px #aaa9ab;
    background-color: white;
    z-index: 1;
    padding: 2px 0px;
  }

  .fa-ellipsis-v .fa-submenu a{
    color: #525265;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 100;
    padding: 4px 35px 4px 6px;
    display: block;
    font-weight: 600;
  }

  .fa-ellipsis-v .fa-submenu a:hover{
    color: #bf4d07;
  }

  .col-lg-9, .col-xl-8, .col-md-4{
    padding-left: 0px !important;
  }

  #table_data .edit-icon.svg-icon-primary svg g [fill] {
  transition: fill 0.3s ease;
  fill: #47b021 ;
}
#table_data .delete-icon.svg-icon-primary svg g [fill] {
  transition: fill 0.3s ease;
  fill: red ;
}
#table_data tbody td .btn.btn-icon{
  display: contents;
}

form .has-danger{
  border-color: red;
}
.short-list {
  padding: 13px 9px !important;
}
#limit{
  height: calc(1.5em + 1.3rem + 2px) !important;
}
@media only screen and (max-width: 1200px){
.footer-align{
  padding-right: 20px !important;
}
#kt_footer{
  margin-left: -22px;
}
.aside-minimize #kt_footer{
  margin-left: 0px;
}
}
.instTypeTbl .sorting{
  position: relative;
  display: inline-flex;
  flex-direction: row;
  /* vertical-align: text-bottom; */
}
.instTypeTbl .sorting p{
  display: inline;
  color: #ccc;
  cursor: pointer;
  margin-bottom: 0;
  line-height: 0;
}
.instTypeTbl .sorting p i{
    line-height: 8px;
/*    color: #757a89;*/
    color: #626262;
}

.instTypeTbl .sorting p i:hover{
  color: var(--primary);
}

.fa-caret-up::before{
  content: "\2191";
}

.fa-caret-down::before{
  content: "\2193";
}
.instTypeUI .col-md-2,
.instTypeUI .col-md-3{
  width: 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 10px !important;
}

#table_data > p,
#table_data1 > p{
  color: #f25c81;
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
  letter-spacing: 0.2px;
  background-image: url(/assets/funnel.png);
  appearance: none;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 20px;
  margin-bottom: 5px;
}

#table_data > p.no-found-rec,
#table_data1 > p.no-found-rec{
  background-image: none;
  color: none;
  padding: 0;
  color: #000;
}
.al-exist-alert{
  color: #F64E60;  
  margin-bottom: 0;
}
@media(max-width:768px){
  .instTypeUI .col-md-2,
  .instTypeUI .col-md-3{
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .instTypeTbl .sorting p:first-child{
    border-right: none;  
    padding-right: 0;
}
}

.req_table table{
    width: 100%;
    margin-top: 10px;
}

.req_table > p {
    color: #f25c81;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    letter-spacing: 0.2px;
    background-image: url(/assets/funnel.png);
    appearance: none;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 20px;
    margin-bottom: 5px;
}

#student_data > p{
    color: #f25c81;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    letter-spacing: 0.2px;
    background-image: url(/assets/funnel.png);
    appearance: none;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 20px;
    margin-bottom: 5px; 
}

#staff_data > p{
    color: #f25c81;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    letter-spacing: 0.2px;
    background-image: url(/assets/funnel.png);
    appearance: none;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 20px;
    margin-bottom: 5px; 
}