img{
  max-width: 100%;
}
.table.table-xl td, .table.table-xl th{
  padding: 0.8rem 2rem;
}
.bg_color1,.bg_color1 .card-header{
  background-color: #3adbbc;
}
.bg_color2,.bg_color2 .card-header{
  background-color: #ff728c;
}
.bg_color3,.bg_color3 .card-header{
  background-color: #6baeff;
}
.bg_color4, .bg_color4 .card-header{
  background-color: #ffc774;
}
.bg_color5,.bg_color5 .card-header{
  background-color: #b86bff;
}
.bg_color4 .table.table-padded tbody>tr,.bg_color2 .table.table-padded tbody>tr{
  background-color: transparent;
  border-bottom: transparent;
}
.bg_color4 .table td,.bg_color4 .table th,.bg_color2 .table td,.bg_color2 .table th,
.bg_color5 .table td,.bg_color5 .table th{
  border-bottom: 1px solid #e3ebf3;
  border-right: 1px solid #e3ebf3;
  color: white;
}
.bg_color4 .table td:last-child,.bg_color4 .table th:last-child,.bg_color2 .table td:last-child,.bg_color2 .table th:last-child,
.bg_color5 .table td:last-child,.bg_color5 .table th:last-child{
  border-right: 0;
}
.bg_color4 .table.table-padded,.bg_color2 .table.table-padded{
  border-spacing: 0;
  border-collapse: 0;
}

.bg_color1 .card-title,.bg_color2 .card-title,.bg_color3 .card-title,.bg_color4 .card-title,.bg_color5 .card-title{
  line-height: 1;
  color: white;
}
.card-title{
  text-transform: capitalize;
}
.color_white{
  color: white;
}

.color_white th,.color_white td{
  color: white;
}

.dropdown .dropdown-menu{
  min-width: 14rem;
}
.student,.transport{
  list-style: none;
}
.studentImg{
  border-radius: 50%;
  max-width: 100%;
  height: 100px;
  width: 100px;
  padding: 5px;
  overflow: hidden;
  border: 3px solid #ccc;
  display: inline-block;
}
.student li,.transport li{
  padding: 5px;
  border-bottom: 1px solid #eeeeee;
}
/*.student li:last-child{
  border-bottom: 0;
}*/
.student li span,.transport li span{
  float: right;
  color: #6baeff;
}
.transport li{
  color: white;
}
.transport li span{
  float: right;
  color: white;
}
.certificate strong,.certificate span{
  color: black;
}
.mobile-app-icon-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  /*background: #fefefe;*/
  height:40px;
}

.mobile-app-icon-bar button {
  padding: 1.0rem;
  cursor: pointer;
}

.mobile-app-icon-bar button svg,
.mobile-app-icon-bar button i,
.mobile-app-icon-bar button img {
  font-size: 2rem;
  max-height: 2rem;
  max-width: 2rem;
}

.fixed-bottom, .fixed-top{
  z-index: 100;
}



body, html, span, label, a{
  font-family: roboto;
  font-weight: 400;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: roboto;
  line-height: inherit;
}

.navigation li.nav-item.hover, li.nav-item.has-sub.open{
  background-color: #eeeeee;
}
.form-control{padding: 0.75rem 0.75rem;height: calc(2.5rem + 2px);}
.srarch{position: relative;}
.searchbtn{
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  border-radius: 3px;
  position: absolute;
  border: 1px solid #ddd;
}
.wdctrl{
  width: 130px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-inline, .list-unstyled{
  margin-bottom: 0;
}

.paddress,.caddress{
    border: 1px solid #ddd;
    padding: 20px 15px 0;
    position: relative;
    margin-bottom: 15px;
}
.paddress .title,.caddress .title{
    position: absolute;
    top: -10px;
    left: 6px;
    width: auto;
    font-size: 13px;
    margin: 0 auto;
    padding: 0 5px;
    background-color: white;
}

.card-header{
  font-size: 13px;
  font-weight: bold;
}

.login-box {
    border: 1px solid #eee;
    background: #fff;
    padding: 35px;
}

.vertical-align-middle {
    display: table-cell;
    vertical-align: middle;
}

.vertical-align-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}

.dsicon{
  color: #fff;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.18);
  padding: 7px;
  font-size: 25px;
  border-radius: 50%;
  text-align: center;
}

.title{
  color: #333333;
}

.cardtext{
  color: #ffffff;
}

.fs-18{
  font-size: 18px;
}

.dailing{
  text-align: right;
  font-size: 18px;
  color: #fff;
}

.gradient-45deg-red-pink.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgb(244 143 177 / 50%);
}

.gradient-45deg-light-blue-cyan.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgb(38 198 218 / 50%);
}

.gradient-45deg-amber-amber.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgb(255 111 0 / 30%);
}

.gradient-45deg-green-teal.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgb(77 182 172 / 50%);
}

.gradient-45deg-red-pink {
  border-radius: 8px;
  background: #FF5252;
  background: -webkit-linear-gradient(45deg, #FF5252 0%, #f48fb1 100%);
  background: linear-gradient(45deg, #FF5252 0%, #f48fb1 100%);
}

.gradient-45deg-light-blue-cyan {
  border-radius: 8px;
  background: #0288d1;
  background: -webkit-linear-gradient(45deg, #0288d1 0%, #26c6da 100%);
  background: linear-gradient(45deg, #0288d1 0%, #26c6da 100%);
}

.gradient-45deg-amber-amber {
  border-radius: 8px;
  background: #ff6f00;
  background: -webkit-linear-gradient(45deg, #ff6f00 0%, #ffca28 100%);
  background: linear-gradient(45deg, #ff6f00 0%, #ffca28 100%);
}

.gradient-45deg-green-teal {
  border-radius: 8px;
  background: #43A047;
  background: -webkit-linear-gradient(45deg, #43A047 0%, #1de9b6 100%);
  background: linear-gradient(45deg, #43A047 0%, #1de9b6 100%);
}
.approved{
  color: green;
}
.rejected{
  color: red;
}
.pending{
  color: #ff9b00;
}
.neutral{
  color: red;
}
.iconsu,
.iconre,
.iconpe{
  padding: 1px;
  border-radius: 30px;
  border: 2px solid green;
}
.iconpe{
  border: 2px solid #ff9b00;
}
.iconre{
  border: 2px solid red;
  font-style: unset;
  width: 21px;
  height: 21px;
  text-align: center;
  margin-right: 5px;
  margin-top: 1px;
  float: left;
  line-height: 12px;
  text-transform: lowercase;
}