body ,p {
    font-family: 'Poppins' , sans-serif !important;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: 'Poppins' , sans-serif !important;
    font-weight: 500;
}

.heading_txt {
    font-weight: 500;
    margin: 30px 0;
    font-size: 36px;
    color: #fff;
    background: #2E658F;
    letter-spacing: 1px;
    padding: 10px 0;
    border-radius: 50px;
}

.nav_bar_custom {
    background:#2E658F;
}

.bugger_heading li a img {
    height: 32px;
    width: auto;
    object-fit: contain;
    margin-right: 5px;
}

.bugger_heading li.items {
    font-weight: 400;
}

.action-icons .header_icon {
    height: 30px;
    margin-right: 0;
}

.dropdown-toggle::after {
    top: 10px;
    position: relative;
}

.headers th {
    font-weight: 500 !important;
}

#project td {
    color: #000;
    font-weight: 500;
}

.table input.form-control {
    border: 1px solid #ddd;
    padding: 7px;
    border-radius: 5px;
    background-image: none;
    height: 45px;
}

.btn-success {
    border: 0;
    box-shadow: none;
    border-radius: 6px;
}

h4.card-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
}

.card-header-danger {
    background: #E97122 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.container-fluid .col-md-12 {
    padding: 0;
}

.comment_icon {
    background: #4CAF50;
    color: #fff;
    padding: 3px 9px;
    border-radius: 6px;
    display: inline-block;
}

.comment_icon:hover {
    background: #3d8b40;
    color: #fff;
}

button.btn-success .fa.fa-plus.p-1 {
	padding: 7px 5px !important;
}

.card {
    margin-top: 0 !important;
}

.form-row.align-items-center {
    padding: 0 20px 10px;
}

ul.pagination {
    margin-bottom: 20px;
    float: left;
}

.page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #2E658F !important;
    border-color: #2E658F !important;
}

.page-item .page-link {
    padding: 8px 17px;
    color: #2D638A;
    font-weight: 500;
}

.btn-group {
    display: inherit !important;
}

.card-footer.text-muted {
    font-weight: 500;
    color: #000 !important;
}

i.fa.fa-comment, i.fa.fa-info-circle {
    color: #fff;
}

button.btn-primary {
    border: none;
    border-radius: 6px;
    box-shadow: none;
}

label#switch {
    color: #fff;
}

td {
    color: #000;
    font-weight: 400;
}

input[type="date"] {
    font-size: 15px;
    padding: 6px 7px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.newone span {
    padding: 7px 16px;
    margin-right: 5px;
    border-radius: 50px;
    font-weight: 400;
    margin-top: 5px;
    float: left;
}

footer.footer {
    background: #fff;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    padding: 0;
}

body .footer ul li a {
    color: #2E658F;
    font-weight: 600;
    font-size: 14px;
}

body .footer ul li a::after {
    content: "";
    background: #2E658F;
    width: 2px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 16px;
}

body .footer ul li:last-child a::after {
    content: none;
}

body .footer .copyright {
    padding: 15px 0;
    color: #2E658F;
    font-weight: 500;
    text-transform: capitalize;
}

body .copyright a {
    font-weight: 600;
    font-size: 17px;
}

.modal h4.modal-title {
    font-weight: 500;
    color: #2E658F;
}

a.nav-link.head_navlink {
    padding: 0 !important;
    font-size: 20px !important;
    text-transform: capitalize !important;
}

.assignment_body label {
    color: #000 !important;
    font-weight: 500;
}

.assignment_body .invalid-feedback {
    font-weight: 500 !important;
}

body .btn.btn-fab{
    border-radius: 0;
    width: 40px;
    height: 38px;
    min-width: auto;
    border-radius: 5px;
}

.project_modal p span {
    color: #000;
    font-weight: 600;
    width: 25%;
    display: inline-block;
    margin-bottom: 5px;
}
  
.modal label.col-form-label {
    color: #000;
    font-weight: 600;
}

#reset-password input {
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 40px;
}

@media only screen and (max-width: 767px) {
    .heading_txt {
        margin: 15px 0;
        font-size: 22px;
        padding: 10px;
    }     

    .nav_bar_custom ul li.items {
        margin:0 !important;
    }

    nav.nav_bar_custom {
        padding: 0 20px !important;
    }

    .project_modal p span {
        width: 50% !important;
    }
    .notification-dropdown .dropdown-item {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    #list{
        width: 100% !important;
    }
    
    i.fas.fa-bars {
        font-size: 22px !important;
        line-height: 1;
        position: relative;
        top: 2px;
    }

   
}

@media only screen and (max-width: 479px) { 
    .notification-dropdown {
        max-width: 380px !important;
        width: inherit !important;
        right: -120px !important;
        left: -175px !important;
    }

    body .footer ul li a {
        padding: 14px 12px;
    }

    .report_headder {
        flex-direction: column !important;
    }

    .report_headder > div {
        margin-bottom: 10px;
    }

    .report_headder input[type="date"] {
            margin-bottom: 5px;
    }

    .showActiveEmployee {
        margin-top: 0 !important;
    }

    .table {
        width: 700px !important;
        max-width: 700px !important;
    }

    body .footer .copyright {
        text-align: center !important;
        width: 100%;
        padding-top: 0;
    }

   

}