body{
    margin: 0;
    overflow-x: hidden !important;
    font-family: "Noto Sans Tamil", sans-serif;
    background-color: #016213 !important;
}

 
.bread-crump{
    width: 100%;
}
.member-ban {
    position: relative;
    display: block;
 
}

.member-ban .desktop-b{
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: -91 !important;

}

.side-bar{
    width: 54%;
    position: fixed;
    background-color: #95ffaf;
    top: 0px;
    right: 0px;
    z-index: 999 !important;
    height: 100% !important;
    border-top-left-radius: 180px;
	overflow-y:scroll !important;

}

.side-bar-admin{
    width: 100%;
    position: fixed;
    background-color: #95ffaf;
    top: 0px;
    right: 0px;
    z-index: 999 !important;
    height: 100% !important;
	overflow-y:scroll !important;
}


.head-text{
    padding: 80px 50px 20px 50px;
}
.head-text p{
    font-size: 10px;
    color: #016213;
    text-align: center;
}
.head-text h2{
    text-align: center;
    font-weight: 800;
    font-size: 25px;
    color: #016213;
    font-family: "Noto Sans Tamil", sans-serif !important;

}
.head-text h5{
    text-align: center;
    font-weight: 600;
    font-family: "Noto Sans Tamil", sans-serif !important;

}
.mobile-b{
    display: none;
}

.side-bar .mobile-top{
    display: none;

}


@media only screen and (max-width: 900px) {
    .member-ban .desktop-b{
        display: none;
    }
 
    .member-ban .mobile-b{
        display: block;
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
    }

    .side-bar{
        width: 100%;
        position: fixed;
        background-color: #95ffaf;
        top:0;
        right: 0px;
        z-index: 999 !important;
        border-top-left-radius: 0px;
        height: 100% !important;
        overflow-y: scroll !important;
        overflow-x:hidden !important;
    }

    .side-bar-admin{
        width: 100%;
        position: fixed;
        background-color: #95ffaf;
        top: 0px;
        right: 0px;
        z-index: 999 !important;
        height: 100% !important;
        overflow-y:scroll !important;
    }

    .side-bar .mobile-top{
        display: block;
        width: 100%;

    }

}


@media only screen and (max-width: 600px) {
    .member-ban .desktop-b{
        display: none;
    }
    .d-flex{
        display: block;
    }
 
    .member-ban .mobile-b{
        display: block;
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
    }

    .side-bar .mobile-top{
        display: block;
        width: 100%;

    }
    .side-bar{
        width: 100%;
        position: fixed;
        background-color: #95ffaf;
        top:0;
        right: 0px;
        z-index: 999 !important;
        height: 100% !important;
        border-top-left-radius: 0px;
        overflow-y: scroll !important;
    }

    .side-bar-admin{
        width: 100%;
        position: fixed;
        background-color: #95ffaf;
        top: 0px;
        right: 0px;
        z-index: 999 !important;
        height: auto !important;
        overflow-y:scroll !important;
    }
    .head-text h2{
        font-size: 18px;
    }

}

.card{
     
    background-color: #fff !important;
    border: none !important;
  border-radius:30px !important;
  box-shadow: 0 5px 20px #0000001a !important;
  font-family: "Poppins", sans-serif !important;
 
}
.card-header{
    background-color:#016213 !important;
    border-top-right-radius: 30px !important;
    border-top-left-radius: 30px !important;
    padding: 15px !important;
    font-family: "Poppins", sans-serif !important;
}
.btn-success{
    background-color:#016213 !important;
    height: 3.5rem !important;
    border-radius:
    2rem !important;
}

.card-header h4{
    text-align: center;
    font-family: "Poppins", sans-serif !important;

}

.form-control{
    background-color: #fff !important;
  border:
2px solid #eaeaea !important;
  border-radius:
2rem !important;
  box-shadow: 0 5px 20px #0000001a !important;
  height: 3.5rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  width: 100% !important;
}

a{
    color: #016213 !important;  
    font-family: "Poppins", sans-serif !important;
    text-decoration: none !important;
    font-size: 14px !important;
}
label{
    font-family: "Poppins", sans-serif !important;
}
.text-success{
        font-family: "Poppins", sans-serif !important;
        font-weight: 800;
        font-size: 25px;
        color: #016213 !important;
}


.btn-green{
    background-color:#016213 !important; 
}
 
.table-dark  tr th,td{
    font-family: "Poppins", sans-serif !important;
}








