.bg-home{
    background: linear-gradient(90deg, #00FFFF 0%, #00FFA1 100%);
}
.content{
    background: #FFFFFF;
opacity: 0.8;
}
.card-alt{
    background: none!important;
    border: none;
    width: 50%;
}
.fonts-ctrl{
font-family: Arial, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 39px;
color: #000000;
}
.tt{
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
}
.form-inputs{
    width: 100%;
    border: 1px solid #CACACA;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-left: 10px solid #B9D062;
    border-radius: 8px 0px 0px 8px;
    padding: 14px 18px;
}
.card-img-top {
    width: 100%;
    margin-top: 12px;
}
.card-img-top1 {
    width: 81px;
    margin-top: 12px;
}
.dashcard{
    height :160px;
    background: #00FFFB;
    border-radius: 10px;
}

.card-text-alt{
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #257411;
}
.dash-tt{
    background: #00FFBB;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    color: #FFFFFF;
    width: 100%;
    padding-left: 10px;
    top: -16px;
}
.dash-t{
    background: #00FFFF;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    color: #000;
    width: 100%;
    padding-left: 10px;
    top: -16px;
}
.btn-home{
font-family: Arial, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 42px;
color: #CCFFF4;
background: #007DC7;
border-radius: 9px;
}
.pad{
    padding-top: 2rem!important;
    padding-left: 10rem!important;
    padding-right: 10rem!important;

    text-align: -webkit-center;
}
.header-nav{
    background-image: url(../img/header.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 110px;
}
.cl-green{
    color: #257411!important;
}
.btn{
    border: none;
}
.logout{
    width: 32px;
}
.sub-tt{
    color:#000000;font-size:19px;
}
.profile-pic {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: cover;
}


@media only screen and (max-width: 900px) {
    .pad {
        padding-top: 0rem!important;
        padding-left: 0rem!important;
        padding-right: 0rem!important;
    }
    .card-alt{
        width: 100%!important;
    }
    .navbar-dark .navbar-brand {
        width: 68px;
    }
    .logout2 {
        width: 29px;
        right: -16px;
        position: relative;
    }
    .sub-tt{
        font-size:16px;
    }
    .dashcard{
        margin-bottom: 27px;
        width: 100%;
    }
  }


  /* table css */

    
table th , table td{
    text-align: center;
}

table tr:nth-child(even){
    background-color: #e4e3e3
}

th {
  background: #34AA94;;
  color: #fff;
}

.pagination {
  margin: 0;
}

.pagination li:hover{
    cursor: pointer;
}

.header_wrap {
  padding:30px 0;
}
.num_rows {
  width: 20%;
  float:left;
}
.tb_search{
  width: 20%;
  float:right;
}
.pagination-container {
  width: 70%;
  float:left;
}

.rows_count {
  width: 20%;
  float:right;
  text-align:right;
  color: #999;
}
.view{
    width: 18px;
}
.pagination li {
    padding: 2px 9px;
    margin-left: 3px;
    background: #3f51b5;
    color: #ffff;
    border-radius: 4px;
}
/* table css end */