 body {
    padding-bottom: 50px;
}
body, p, td, th{
    font-size: 14px;
    font-weight: 400;
} 
p {
    margin-bottom: 8px;
}
 body, p, h1, h2, h3, h4, h5, h6, span, input, textarea, table{
    font-family: 'Poppins', sans-serif;
} 
/* #example td, th {
    padding: 5px 15px !important;
} */ 
 .btn {
    padding-left: 15px;
    padding-right: 15px;
}
.form-outline .form-control {
    background: #e8f0fe;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / 88%);
}
.toggle-password {
    float: right;
    margin-top: -30px;
    margin-right: 10px;
    cursor: pointer;
}
header#main_header nav.navbar {
    padding: 5px 40px;
}
.dropdown-toggle.show::after {
    border-bottom: .3em solid;
    border-top: 0;
}

.dropdown-menu{
    /*right: 0;
    left: unset !important; */ 
}
  
.fa-fw{
    margin-right: 10px;
}  

a.navbar-brand {
    padding: 0;
    margin: 0;
}
a.navbar-brand img {
    width: 130px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.main_banner h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}
.main_banner {
    padding: 40px 0;
    margin-bottom: 20px;
}
.dataTables_length {
    float: left;
}
.dataTables_info {
    float: left;
    padding-top: 0 !important;
}
form.logform {
    box-shadow: 0px 0px 8px #d0d0d0;
    padding: 20px 20px;
}
.main_menu{
    width: 100%;
    justify-content: center;
}
.describe_reason textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
	margin-top:2%;
} 
/* input:focus-visible, select:focus-visible, textarea:focus-visible{
    outline: none;
} */
a#navbarDropdown .fa-user {
    color: #0076be;
    font-size: 20px;
}
span.plus_sign {
    color: #f00;
}
table.dataTable {
    margin-top: 0px !important;
}
pre {
    margin-bottom: 0;

}
.dropdown.bootstrap-select {
    width: 100% !important;
    margin-bottom: 20px;
}

.alignTextButton{
    display: flex;
    justify-content: left;
    align-items: center;
}

a.roleShow {
    padding-left: 10px;
}

a.roleShow:hover{
    text-decoration: underline;
}

.passworderror, .red{
    color: #ff0000;
}
.green{
    color: #270;
}
li.search_list:hover {
    cursor: pointer;
    background: blue;
    color: #fff;
}
.details_box ul {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.details_box ul li {
    width: 50%;
    float: left;
    margin-bottom: 8px;
}
.single_comment {
    border-top: 1px solid #eee;
    padding: 6px 0;
}
.all_cmnts .single_comment:first-child {
    border-top: none;
}
.single_comment h6 {
    font-size: 15px;
    margin-bottom: 1px;
}
.single_comment h6 span {
    font-size: 11px;
    color: #ababab;
    margin-left: 15px;
}
.single_comment p {
    margin-bottom: 0;
    font-size: 13px;
}
.select_course button {
    background: #e9ecef !important;
    border: 1px solid #d2d2d2 !important;
}
@media only screen and (max-width:768px){
    .leads_btn a {
        font-size: 13px;
        padding: 10px 10px;
    }
}

.navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: bold;
}