body {
    font-family: 'Ubuntu', sans-serif;
}

.main-wrap {
    display: flex;
    height: 100%;
    align-items: center;
}

.section2 {
    background-color: #fff;
    border: 1px solid #ddd;
    height: 90%;
}

.sectionform {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.formstyle {
    width: 70%;
    /* display: list-item; */
    /* display: block; */
    margin: 0 auto;
}

.buttontyle {
    width: 70%;
    /* display: list-item; */
    /* display: block; */
    margin: 25px auto;
}

.imgpadding {
    padding: 0px;
    height: 100%;
}

.imgsec {
    width: 100%;
    height: 100%;
}

.h2margin {
    margin: 19px 95px;
}


/*sign up css*/

#message {
    text-align: center;
    color: red;
    margin: 5px 0px;
}


/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
    right: 0;
    */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 48px 0 0;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
}

.sidebar .nav-link.active {
    color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar .nav-link img {
    width: 22px;
    margin: auto;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

.navbar-toggler {
    color: #fff;
    padding: 20px 0px 0px 0px!important;
}

.navbar-toggler:focus {
    box-shadow: unset;
}


/*
   * Navbar
   */

#sidebarMenu li.nav-item {
    height: 85px;
}

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
    font-size: 20px;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

#pms .navbar {
    background-color: #3F51B5;
    border: 0px;
    border-radius: 0px;
    position: fixed;
    width: 100%;
    height: 65px;
}

#pms main {
    margin-top: 5em;
}

#pms .navbar .Logo-main {
    background-color: #F9FAFB;
    box-shadow: unset !important;
    text-align: center;
    padding: 8px;
    width: 120px;
    height: 65px;
}

#pms .navbar .Logo-main img {
    width: 34px;
    margin: 0 auto;
    padding: 0px;
}

#pms #sidebarMenu {
    width: 120px;
    background-color: #fff;
    overflow: auto;
}

#pms .main-header-wrap {
    display: flex;
    width: calc(100% - 120px);
    justify-content: space-between;
    padding: 0px 40px;
    align-items: center;
}

#pms .main-header-wrap h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
}

#pms .main-header-wrap .right-icons {
    display: flex;
}

#pms .main-header-wrap .right-icons .nav-item .nav-link {
    font-size: 22px;
    color: #fff;
    padding-top: 20px!important;
}

#pms #sidebarMenu .nav {
    padding: 10px 8px;
    margin-top: 22px;
}

.submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 113px;
    top: 21rem;
    height: 180px;
    transition: 0.6s ease;
    padding: 10px;
    border-radius: 6px;
}

.toggle-submenu:hover .submenu {
    display: block!important;
}

.common-submenu {
    height: 60px!important;
}

.common-submenu .nav-link {
    padding: 10px 15px!important;
}

#pms #sidebarMenu .nav .nav-item .nav-link i {
    margin-bottom: 6px;
}

#pms #sidebarMenu .nav .nav-item .nav-link {
    display: flex;
    padding: 16px 8px;
    font-size: 16px;
    text-align: center;
    flex-direction: column;
    color: #66788A;
    transition: all 0.3s;
    border-radius: 5px;
    margin-bottom: 15px;
    font-weight: 400;
}

#pms #sidebarMenu .nav .nav-item .nav-link.active,
#pms #sidebarMenu .nav .nav-item .nav-link:hover {
    background-color: #3F51B5;
    color: #fff;
}

a {
    text-decoration: none;
    z-index: 0!important;
}

.main-button-group .btn-outline-secondary:hover {
    color: #fff;
    background-color: #3F51B5;
}

.main-dropdown-group .btn-secondary {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
    margin-left: 24px;
}

.main-dropdown-group .btn-secondary:hover {
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5;
}

.custom-screenshot-padding .main-dropdown-group .emp_dropdown {
    font-size: 15px;
}

.custom-screenshot-padding .main-dropdown-group .pro_dropdown {
    font-size: 15px;
}

.custom-screenshot-padding .main-dropdown-group .task_dropdown {
    font-size: 15px;
}

.card-title {
    display: flex;
    justify-content: space-between;
}

.emp-task-details {
    width: 115px;
    line-break: anywhere;
}

.emp-profile {
    height: 45;
    width: 45;
    border-radius: 50%;
    object-fit: cover;
    /* margin-right: 10 px; */
}

.right-section {
    display: flex;
}

.emp-name-time-section {
    margin-left: 10px;
    width: 68px;
}

.emp-name-time-section p {
    margin-bottom: 1px;
}

.emp-name-time-section h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
}


/* .p-mb {
    margin-bottom: 1px;
} */


/* .screenshot-column {
    display: flex;
    padding: 16px 8px;
    font-size: 16px;
    text-align: center;
    flex-direction: column;
    color: #66788A;
    transition: all 0.3s;
    border-radius: 5 px;
    margin-bottom: 14 px;
    font-weight: 400;
} */

.card-footer-wrap {
    display: flex;
    align-items: center;
}

.card-footer-wrap .keyboard-wrap {
    display: flex;
    align-items: center;
}

.card-footer-wrap .mouse-wrap {
    display: flex;
    align-items: center;
    margin: auto;
}

.card-footer-wrap .keyboard-wrap i {
    font-size: 16px;
    color: #777;
    margin-right: 5px;
}

.card-footer-wrap .keyboard-wrap p {
    margin-bottom: 0px;
    color: #777;
    font-size: 12px;
}

.card-footer-wrap .mouse-wrap img {
    width: 17px;
    margin-right: 5px;
}

.card-footer-wrap .mouse-wrap p {
    margin-bottom: 0px;
    color: #777;
    font-size: 12px;
}


/*notification css */

.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    padding-bottom: 20px!important;
    padding-top: 20px!important;
}

.dropdown {
    position: relative;
    display: inline-block;
    transition: 0.6s ease;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    left: -265px;
    min-width: 390px;
}

.dropdown-content {
    overflow-y: scroll;
    height: 295px;
    border-radius: 5px;
}

.main-content {
    padding: 12px 16px;
}

.dropdown-content .notification-heading h3 {
    color: #222!important;
    padding: 12px 16px;
    box-shadow: 0px 0px 12px 0px #ccccccad;
}

.dropdown-content .notification-wrap p {
    color: #707070;
    margin-top: 0px;
    font-size: 16px;
    font-weight: 500;
}

.dropdown-content .notification-content .content-wrap-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.dropdown-content .notification-content .content-wrap-main h4 {
    font-size: 18px;
    background-color: #3f51b5;
    color: #fff;
    padding: 9px;
    border-radius: 50%;
    margin-bottom: 0px;
}

.dropdown-content .notification-content .content-wrap-main h3 {
    color: #000!important;
    font-size: 15px!important;
    width: 260px;
}

.dropdown-content .notification-content .content-wrap-main p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #707070;
    width: 38px;
}

.dropdown:hover .dropdown-content {
    display: block;
}


/*add project and add task common css starts*/

.custom-form-select {
    background-color: #EEEEEE;
    color: #000;
    border: 0;
    padding: 11px 15px;
}

.custom-form-select:focus {
    border: 0px;
    box-shadow: unset;
    outline: 0;
}

.custom-form-select::placeholder {
    color: #000;
}

textarea.form-control {
    min-height: calc(10em + (0.75rem + 2px));
}

.btn-wrap {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.btn-wrap .cancel-btn {
    background-color: #ccccccba;
    color: #000;
    width: 48%;
    border: 0px;
    padding: 9px 8px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
}

.btn-wrap .add-btn {
    background-color: #3f51b5;
    color: #fff;
    text-align: center;
    border: 0px;
    padding: 9px 8px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 3px;
    width: 48%;
    cursor: pointer;
}

.add-task-wrap .nav-tabs .nav-link {
    width: 50%;
    color: #3f51b5;
    font-weight: 500;
    font-size: 20px;
}

.add-task-wrap .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #3f51b5;
    border: 0;
    border-radius: 0px;
}

.add-task-wrap .nav-tabs {
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
    width: 100%;
}

.team-members-wrap h4 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
}

.team-members-wrap ul {
    list-style-type: none;
    text-decoration: none;
    padding-left: 0px;
}

.team-members-wrap ul li {
    text-decoration: none;
    display: inline-flex;
}

.team-members-wrap .member-main {
    float: left;
    margin: 3px;
    background-color: #d8d8d9;
    border-radius: 50px;
    width: 147px;
    height: 48px;
    display: flex;
    flex-direction: row;
    padding: 5px;
    align-items: center;
}

.team-members-wrap .member-mains {
    float: left;
    margin: 3px;
    background-color: #d8d8d9;
    border-radius: 50px;
    width: 147px;
    height: 48px;
    display: flex;
    flex-direction: row;
    padding: 5px;
    align-items: center;
}

.team-members-wrap .up_member {
    float: left;
    margin: 3px;
    background-color: #d8d8d9;
    border-radius: 50px;
    width: 147px;
    height: 48px;
    display: flex;
    flex-direction: row;
    padding: 5px;
    align-items: center;
}

.team-members-wrap .up_t_member {
    float: left;
    margin: 3px;
    background-color: #d8d8d9;
    border-radius: 50px;
    width: 147px;
    height: 48px;
    display: flex;
    flex-direction: row;
    padding: 5px;
    align-items: center;
}

.team-members-wrap .custom-bg {
    background-color: #3f51b5;
}

.team-members-wrap .custom-bg span {
    color: #fff!important;
}

.team-members-wrap .custom-bg p {
    color: #fff!important;
}

.team-members-wrap .member-main p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
    display: flex;
}

.team-members-wrap .member-main p img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    align-items: center;
    border-radius: 50%;
}

.team-members-wrap .member-main span {
    font-size: 14px;
    line-break: anywhere;
}

.team-members-wrap .member-mains p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
    display: flex;
}

.team-members-wrap .member-mains p img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    align-items: center;
    border-radius: 50%;
}

.team-members-wrap .member-mains span {
    font-size: 14px;
    line-break: anywhere;
}

.team-members-wrap .up_member p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
    display: flex;
}

.team-members-wrap .up_member p img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    align-items: center;
    border-radius: 50%;
}

.team-members-wrap .up_t_member p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
    display: flex;
}

.team-members-wrap .up_t_member p img {
    width: 28px;
    height: auto;
    margin-right: 8px;
    align-items: center;
    border-radius: 50%;
}

.team-members-wrap .member-mains span {
    font-size: 14px;
    line-break: anywhere;
}

.table a.btn {
    background-color: transparent;
    border: unset;
    padding: 0;
    margin: 0px 3px;
}

.table a.btn:first-child {
    margin-right: 6px;
}

.table a.btn:focus {
    box-shadow: unset;
}

#project_listing_wrapper .table {
    border: 1px solid #E4E7EB;
    background-color: #fff;
}

#project_listing_wrapper .table tbody tr td {
    vertical-align: middle;
}

#project_listing_wrapper .table thead tr th {
    border-bottom-color: #E4E7EB;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

#project_listing_wrapper .table tbody .btn-info i {
    font-size: 18px!important;
}

#project_listing_wrapper .table tbody .btn-info img {
    width: 25px;
}

#task_listing_wrapper .table {
    border: 1px solid #E4E7EB;
    background-color: #fff;
}

#task_listing_wrapper .table tbody tr td {
    vertical-align: middle;
}

#task_listing_wrapper .table thead tr th {
    border-bottom-color: #E4E7EB;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

#task_listing_wrapper .table tbody .btn-info i {
    font-size: 18px!important;
}


/*edit project and task modal css */

.common-modal .modal-dialog {
    max-width: 980px;
}

.common-modal .modal-header {
    background-color: #3f51b5;
}

.common-modal-delete .modal-header {
    background-color: #3f51b5;
}

.common-modal-delete .modal-header .close {
    line-height: 1;
}

.common-modal-delete .modal-title {
    font-size: 22px;
}

.delete-icon-center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.delete-icon-center i {
    color: red;
    font-size: 75px;
}

.delete-modal h3 {
    text-align: center;
}

.delete-modal p {
    text-align: center;
}

.delete-btn {
    background-color: red;
    color: #fff;
}

.delete-btn:hover {
    color: #fff;
}

.update_task {
    background-color: #3f51b5;
}

.update_task:hover {
    background-color: #3f51b5;
}

.update_project {
    background-color: #3f51b5;
}

.update_project:hover {
    background-color: #3f51b5;
}


/*delete task css*/


/*report css */

.heading-wrap {
    font-size: 19px;
    font-weight: 700;
    color: #707070;
}

.heading-wrap span {
    font-weight: 100;
    color: #707070;
    margin-left: 8px;
}

.report-wrap {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 12px;
    box-shadow: 0px 0px 15px 0px #ccc;
    height: 100%;
}

.report-wrap .top-main-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    height: 65px;
}

.report-wrap .top-main-wrap .left-side-wrap {
    display: flex;
    align-items: center;
}

.report-wrap .top-main-wrap .left-side-wrap img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 6px;
}

.report-wrap .top-main-wrap .left-side-wrap h3 {
    font-size: 14px;
    font-weight: 600;
}

.report-wrap .top-main-wrap .left-side-wrap h3 span {
    color: #3F51B5;
    font-weight: 400;
}

.report-wrap .top-main-wrap .right-side-wrap p {
    font-size: 14px;
    color: #707070;
    margin-bottom: 0px;
    text-align: right;
}

.report-wrap .top-main-wrap .right-side-wrap p i {
    font-size: 22px;
    margin-right: 5px;
}

.report-wrap .top-main-wrap .right-side-wrap h6 {
    font-size: 14px;
    text-align: right;
    color: #3F51B5;
    margin-top: 6px;
}

.report-wrap .top-main-wrap .right-side-wrap h6 span {
    color: #707070;
    margin-left: 8px;
}

.report-wrap .time-wrap {
    display: flex;
    justify-content: space-between;
    height: 90px;
}

.report-wrap .time-wrap .break-wrap {
    width: 180px;
}

.report-wrap .custom-time-wrap {
    height: 90px;
}

.time-heading h6 {
    font-size: 15px;
    color: #000;
    margin-top: 10px;
}

.report-wrap .time-wrap .common-wrap-col h4 {
    color: #3F51B5;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.report-wrap .time-wrap .common-wrap-col h3 {
    color: #3F51B5;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    line-break: anywhere;
}

.report-wrap .time-wrap .common-wrap-col h6 {
    font-size: 14px;
    font-weight: 500;
    color: #504e4e;
}

.report-wrap .time-wrap .custom-wrap-main {
    width: 45%;
}

.report-wrap .time-wrap .common-wrap-col p {
    color: #707070;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.report-wrap .footer-wrap-col {
    display: flex;
    justify-content: space-between;
}

.report-wrap .footer-wrap-col a {
    color: #707070;
    font-size: 18px;
}

.report-wrap .footer-wrap-col a i {
    margin-left: 10px;
}


/* detail report css */

.custom-bg-wrap {
    background-color: #fff;
    box-shadow: 0px 0px 15px 1px #ccc6;
    border-radius: 8px;
    margin-bottom: 15PX;
    height: 100%;
}

.first-col-wrap .top-right-tag p {
    float: right;
    color: #fff;
    font-size: 11px;
    background-color: #3F51B5;
    margin-bottom: 0px;
    padding: 8px 10px 8px 15px;
    margin-top: 11px;
    border-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-weight: 600;
}

.first-col-wrap .detail-main {
    padding: 15px;
}

.first-col-wrap .detail-main .detail-img-wrap {
    width: 100%;
    margin-top: 35px;
}

.first-col-wrap .detail-main .detail-img-wrap img {
    display: block;
    margin: auto;
    width: 95px;
    height: 95px;
    border-radius: 50%;
}

.first-col-wrap .detail-main .middle-content-wrap h4 {
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
}

.first-col-wrap .detail-main .middle-content-wrap p {
    text-align: center;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #707070;
}

.first-col-wrap .detail-main .skills-detail-wrap h4 {
    font-size: 15px;
    margin-top: 10px;
    color: #707070;
}

.first-col-wrap .detail-main .skills-detail-wrap p {
    font-size: 13px;
    line-break: anywhere;
    color: #707070;
    font-weight: 500;
    margin-bottom: 0px;
}

.first-col-wrap .detail-main .contact-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.first-col-wrap .detail-main .contact-wrap .email-wrap h4 {
    font-size: 15px;
    margin-top: 10px;
    color: #707070;
}

.first-col-wrap .detail-main .contact-wrap .email-wrap p {
    font-size: 13px;
    line-break: anywhere;
    color: #707070;
    font-weight: 500;
}

.first-col-wrap .detail-main .contact-wrap .phone-wrap h4 {
    font-size: 15px;
    margin-top: 10px;
    color: #707070;
    text-align: right;
}

.first-col-wrap .detail-main .contact-wrap .phone-wrap p {
    font-size: 13px;
    line-break: anywhere;
    color: #707070;
    font-weight: 500;
    text-align: right;
}

.middle-col-main {
    padding: 15px;
    height: 100%;
}

.middle-col-main .round-bg-wrap {
    float: left;
    margin: 20px 11px;
    background-color: #fff;
    border-radius: 50%;
    width: 115px;
    height: 115px;
    box-shadow: 0px 0px 15px 1px #ccc6;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: 0.6s ease;
}

.middle-col-main .round-bg-wrap:hover {
    background-color: #3f51b5;
    color: #fff;
    opacity: 0.9;
}

.middle-col-main .round-bg-wrap:hover p {
    color: #fff;
}

.middle-col-main .round-bg-wrap:hover h4 {
    color: #fff;
}

.middle-col-main .round-bg-wrap h4 {
    font-size: 24px;
    text-align: center;
}

.middle-col-main .round-bg-wrap p {
    font-size: 11px;
    margin-bottom: 0px;
    color: #707070;
    text-align: center;
    font-weight: 600;
}

.middle-col-main .custom-color-green h4 {
    color: green;
}

.middle-col-main .custom-color-green p {
    color: green;
}

.middle-col-main .custom-color-red h4 {
    color: red;
}

.middle-col-main .custom-color-red p {
    color: red;
}

.third-col-wrap {
    padding: 15px;
    height: 100%;
}

.third-col-wrap .top-head-text p {
    font-size: 20px;
    margin-bottom: 0px;
    color: #707070;
    font-weight: 500;
}

.third-col-wrap .chart-img img {
    margin: auto;
    display: block;
    width: 175px;
    height: auto;
}

.third-col-wrap .chart-detail-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.third-col-wrap .chart-detail-wrap .complete-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.third-col-wrap .chart-detail-wrap .complete-wrap .detail h6 {
    font-size: 17px;
    color: #4D4F5C;
    font-weight: 400;
    margin-bottom: 0px;
}

.third-col-wrap .chart-detail-wrap .complete-wrap .detail p {
    font-size: 17px;
    color: #707070;
    margin-bottom: 0px;
}

.third-col-wrap .chart-detail-wrap .complete-wrap .blue {
    background-color: #13CE66;
    padding: 10px;
    border-radius: 50%;
    margin-right: 11px;
}

.third-col-wrap .chart-detail-wrap .complete-wrap .orange {
    background-color: #FF8373;
    padding: 10px;
    border-radius: 50%;
    margin-right: 11px;
}

.third-col-wrap .chart-detail-wrap .complete-wrap .yellow {
    background-color: #FFDA83;
    padding: 10px;
    border-radius: 50%;
    margin-right: 11px;
}

.third-col-wrap .chart-detail-wrap .complete-wrap .purple {
    background-color: #A3A0FB;
    padding: 10px;
    border-radius: 50%;
    margin-right: 11px;
}


/* time sheet wrap*/

.task-sheet-head p {
    font-weight: 600;
    font-size: 20px;
    color: #707070;
    margin: 20px 0px 10px;
}

.time-sheet-wrap {
    padding: 30px;
    overflow-x: auto;
    display: grid;
}

.time-sheet-wrap .top-heading-sheet .table thead {
    background-color: #7070703d;
    line-height: 3;
    font-size: 13px;
    font-family: sans-serif;
}

.time-sheet-wrap .top-heading-sheet .table thead tr th {
    border-bottom: 0px;
}

.time-sheet-wrap .top-heading-sheet .table thead tr th:nth-child(2) {
    width: 225px;
}

.time-sheet-wrap .table tbody tr td:nth-child(2) {
    width: 235px;
}

.time-sheet-wrap .top-heading-sheet .table .title-bold-text td {
    font-weight: 500;
    color: #000;
    padding-top: 20px;
    font-size: 18px;
    border-bottom: 0px;
}

.time-sheet-wrap .top-heading-sheet .table .image-td {
    color: #3F51B5;
    font-weight: 600;
}

.time-sheet-wrap .top-heading-sheet .table .image-td .user-name-text {
    display: flex;
    align-items: center;
    height: 35px;
}

.time-sheet-wrap .top-heading-sheet .table .image-td img {
    width: 40px;
    height: 40px;
    margin-right: 7px;
    border-radius: 50%;
    float: left;
}

.time-sheet-wrap .top-heading-sheet .table tbody tr:nth-child(even) {
    background-color: #dfe0e187;
    line-height: 2;
}

.time-sheet-wrap .top-heading-sheet .table tbody tr td {
    border-bottom: 0px;
    color: #000;
}

.time-sheet-wrap .top-heading-sheet td:first-child,
.time-sheet-wrap .top-heading-sheet th:first-child {
    border-radius: 8px 0 0 8px;
}

.time-sheet-wrap .top-heading-sheet td:last-child,
.time-sheet-wrap .top-heading-sheet th:last-child {
    border-radius: 0 8px 8px 0;
}

.green {
    color: green!important;
}

.red {
    color: red!important;
}


/* project report css */

.back-wrap {
    color: #3f51b5;
    font-size: 24px;
}

.back-wrap:hover {
    color: #3f51b5;
}

.back-wrap::before {
    font-size: 20px;
}

.pms-detail-heading-main .left-project-report {
    float: left;
}

.pms-detail-heading-main .left-project-report h3 {
    font-size: 32px;
    margin-bottom: 5;
}

.pms-detail-heading-main .left-project-report p {
    font-size: 17px;
    color: #707070;
    margin-bottom: 6px;
}

.pms-detail-heading-main .left-project-report p span {
    color: #727272;
    font-weight: 600;
}

.pms-detail-heading-main .project-progress-wrap {
    float: right;
    display: grid;
}

.pms-detail-heading-main .project-progress-wrap a {
    padding: 8px 40px;
    background-color: #FF8C00;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
}

.pms-detail-heading-main .project-progress-wrap p {
    font-size: 14px;
    color: #707070;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 5px;
}

.pms-detail-heading-main .project-progress-wrap span {
    color: #727272;
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px;
}

.detail-col-wrap {
    padding: 15px;
    background-color: #DBDBDC;
    box-shadow: 0px 0px 15px 1px #ccc6;
    border-radius: 8px;
    margin-bottom: 15px;
}

.detail-col-wrap h4 {
    font-size: 22px;
    color: #000;
}

.detail-col-wrap p {
    color: #707070;
    font-size: 17px;
    margin-bottom: 0px;
}

.heading-title h3 {
    color: #3F51B5;
    font-size: 24px;
    margin-top: 12px;
}

.time-wrap-main {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 1px #ccc6;
    border-radius: 8px;
}

.time-wrap-main h4 {
    font-size: 22px;
    color: #707070;
    font-weight: 700;
}

.common-main-sec {
    background-color: #EFEFF0;
    padding: 15px 35px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}

.common-wrap-img {
    background-color: #13CE66;
    float: left;
    padding: 14px;
    border-radius: 50%;
    margin-right: 15px;
    outline: 8px solid #C1F0D6;
    box-shadow: 0px 0px 16px 0px #ccc;
}

.custom-img {
    background-color: #F6416C;
    outline: 8px solid #FACBD7;
}

.custom-img1 {
    background-color: #FFCC3D;
    outline: 8px solid #FCEFCA;
}

.custom-orange {
    background-color: #FF723A;
    outline: 8px solid #ff723a4d;
}

.custom-red {
    background-color: #D7373F;
    outline: 8px solid #d7373f24;
}

.custom-blue {
    background-color: #A3A0FB;
    outline: 8px solid #a3a0fb3d;
}

.common-wrap-img img {
    width: 18px;
    height: 19px;
    margin-left: 2px;
}

.common-details {
    margin-left: 15px;
}

.common-details h4 {
    color: #000;
    font-size: 24px;
    margin-bottom: 5px;
}

.common-details p {
    font-size: 18px;
    color: #707070;
    margin-bottom: 0px;
}

.progress-wrap {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 1px #ccc6;
    border-radius: 8px;
}

.progress-wrap h3 {
    font-size: 22px;
    color: #707070;
    font-weight: 700;
}

.common-main-sec .right-side-text-wrap h4 {
    color: #000;
    font-size: 24px;
    margin-bottom: 5px;
    text-align: center;
}

.progress-wrap .common-main-sec .right-side-text-wrap p {
    font-size: 18px;
    color: #707070;
    margin-bottom: 0px;
    text-align: center;
}


/*progress bar css*/

.progress-bar-main {
    background-color: transparent;
    margin-right: 15px;
}

.round-progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}

.round-progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 9px solid #B1DDC5;
    position: absolute;
    top: 0;
    left: 0;
}

.round-progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.round-progress .progress-left {
    left: 0;
}

.round-progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 9px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #13CE66;
}

.round-progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.round-progress .progress-right {
    right: 0;
}

.round-progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.round-progress .progress-value {
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    line-height: 2;
    height: 50%;
    width: 50%;
    background-color: #13CE66;
    color: #fff;
}

.round-progress .progress-value div {
    margin-top: 10px;
}

.round-progress .progress-value span {
    font-size: 12px;
    text-transform: uppercase;
}


/* This for loop creates the necessary css animation names Due to the split circle of progress-left and progress right, we must use the animations on each side. */

.round-progress[data-percentage="10"] .progress-right .progress-bar {
    animation: loading-1 1.5s linear forwards;
}

.round-progress[data-percentage="10"] .progress-left .progress-bar {
    animation: 0;
}

.round-progress[data-percentage="20"] .progress-right .progress-bar {
    animation: loading-2 1.5s linear forwards;
}

.round-progress[data-percentage="20"] .progress-left .progress-bar {
    animation: 0;
}

.round-progress[data-percentage="30"] .progress-right .progress-bar {
    animation: loading-3 1.5s linear forwards;
}

.round-progress[data-percentage="30"] .progress-left .progress-bar {
    animation: 0;
}

.round-progress[data-percentage="40"] .progress-right .progress-bar {
    animation: loading-4 1.5s linear forwards;
}

.round-progress[data-percentage="40"] .progress-left .progress-bar {
    animation: 0;
}

.round-progress[data-percentage="50"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.round-progress[data-percentage="50"] .progress-left .progress-bar {
    animation: 0;
}

.round-progress[data-percentage="60"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.round-progress[data-percentage="60"] .progress-left .progress-bar {
    animation: loading-1 1.5s linear forwards 1.5s;
}

.round-progress[data-percentage="70"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.round-progress[data-percentage="70"] .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.5s;
}

.round-progress[data-percentage="80"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.round-progress[data-percentage="80"] .progress-left .progress-bar {
    animation: loading-3 1.5s linear forwards 1.5s;
}

.round-progress[data-percentage="90"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.round-progress[data-percentage="90"] .progress-left .progress-bar {
    animation: loading-4 1.5s linear forwards 1.5s;
}

.round-progress[data-percentage="100"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.round-progress[data-percentage="100"] .progress-left .progress-bar {
    animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

.round-progress {
    margin-bottom: 1em;
}


/* progress bar ends */

.task-detail-wrap thead tr th {
    width: 100px;
    border-bottom-color: #ccc!important;
}

.task-detail-wrap {
    border: 1px solid #ccc;
    background-color: #fff;
}

.task-detail-wrap thead tr th:nth-child(2) {
    width: 215px;
}

.task-detail-wrap thead {
    background-color: #fff;
    line-height: 3;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 400;
}

.task-detail-wrap .assign-wrap {
    background-color: #1070CA;
    padding: 12px;
    border-radius: 50%;
    color: #fff;
    margin-left: 40px;
}

.task-detail-wrap tbody {
    line-height: 3;
}

.task-detail-wrap i {
    margin-left: 15px;
}

.task-detail-wrap .red {
    color: #FE0000;
    font-weight: 700;
    font-size: 18px;
}

.task-detail-wrap .orange {
    color: #FF8C00;
    font-weight: 700;
    font-size: 18px;
}

.task-detail-wrap .green {
    color: #10CA97;
    font-weight: 700;
    font-size: 18px;
}

.task-detail-wrap .pink {
    color: #CB10C5;
    font-weight: 700;
    font-size: 18px;
}


/* dashboard css starts */

.dashboard-main {
    margin-bottom: 15px;
}

.dashboard-main .top-left-detail .common-col-top {
    padding: 10px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.dashboard-main .top-left-detail .common-col-top .image-bg-wrap {
    background-color: #3F51B5;
    float: left;
    padding: 14px 16px;
    border-radius: 10px;
    margin-right: 13px;
    box-shadow: 0px 2px 14px 0px #3f51b5;
}

.dashboard-main .top-left-detail .common-col-top .custom-orange-bg {
    background-color: #FF723A;
    box-shadow: 0px 2px 14px 0px #FF723A;
}

.dashboard-main .top-left-detail .common-col-top .custom-purple-bg {
    background-color: #6347FF;
    box-shadow: 0px 2px 14px 0px #6347FF;
}

.dashboard-main .top-left-detail .common-col-top .custom-green-bg {
    background-color: #02D052;
    box-shadow: 0px 2px 14px 0px #02D052;
}

.dashboard-main .top-left-detail .common-col-top .image-bg-wrap img {
    width: 18px;
}

.dashboard-main .top-left-detail .common-col-top .project-details-wrap {
    float: right;
}

.dashboard-main .top-left-detail .common-col-top .project-details-wrap h4 {
    color: #000;
    font-size: 24px;
    margin-bottom: 0px;
}

.dashboard-main .top-left-detail .common-col-top .project-details-wrap p {
    font-size: 14px;
    color: #707070;
    margin-bottom: 0px;
}


/*dashboard common-css*/

.common-heading-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 15px;
}

.common-heading-title h3 {
    font-size: 22px;
    color: #3F51B5;
    margin-bottom: 0px;
}

.common-heading-title p a {
    margin-bottom: 0px;
    font-size: 15px;
    color: #6347ff;
    background-color: #d2d5ed;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
}

.common-heading-title p i {
    margin-left: 10px;
}


/*dashboard common css ends */

.team-member-wrap .members-wrap {
    float: left;
    background-color: #fff;
    border-radius: 16px;
    width: 120px;
    box-shadow: 0px 0px 15px 1px #ccc6;
    padding: 8px;
    padding-bottom: 4px;
}


/* .members-wrap .member-detail{
    display: flow-root;
} */

.custom-wrap .member-footer i {
    display: block!important;
}

.team-member-wrap .team-main {
    float: left;
    width: 120px;
    margin: 11px 11px 0px 0px;
}

.team-member-wrap .members-wrap .member-detail h3 {
    font-size: 14px;
    color: #222;
    float: left;
    width: 86px;
    display: contents;
}

.team-member-wrap .members-wrap .member-detail span {
    background-color: #02d052;
    border-radius: 50%;
    padding: 9px;
    float: right;
}

.team-member-wrap .members-wrap .custom-color span {
    background-color: #D7373F;
}

.team-member-wrap .members-wrap img {
    /* width: 65%;
    height: 65px; */
    width: 71%;
    height: 71px;
    border-radius: 50%;
    margin-top: 7px;
}

.team-member-wrap .members-wrap .member-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: -5px;
}

.team-member-wrap .members-wrap .member-footer p {
    margin-bottom: 0px;
    background-color: #02d052;
    border-radius: 19px;
    padding: 0px 17px;
    font-size: 13px;
    color: #fff;
}

.team-member-wrap .members-wrap .member-footer .custom-color {
    background-color: #D7373F;
}

.team-member-wrap .members-wrap .member-footer i {
    color: #fff;
    background-color: #3f51b5;
    opacity: unset;
    border-radius: 50%;
    font-size: 8px;
    padding: 3px;
    display: none;
}

.dashboard-main .make-call-btn button {
    background-color: #3f51b5;
    color: #fff;
    border: 0px;
    padding: 7px 13px;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 20px;
    float: right;
}

.notification-wrap ul {
    list-style-type: none;
    padding-left: 0px;
}

.notification-wrap ul li {
    background-color: #d2d5ed;
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.notification-wrap ul li:nth-child(1) {
    background-color: #D7373F;
    color: #fff;
}

.notification-wrap ul li:nth-child(2) {
    background-color: #D7373F;
    color: #fff;
}

.notification-wrap ul li:nth-child(3) {
    background-color: #02d052;
    color: #fff;
}

.notification-wrap ul li:nth-child(4) {
    background-color: #02d052;
    color: #fff;
}

.line-progress-bar .progress-bar {
    border-radius: 6px;
    background-color: #00A806;
}

.line-progress-bar {
    height: 13px;
    border-radius: 6px;
}

.project-footer-main {
    background-color: #EDEDF9;
    padding: 8px 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.project-footer-main p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #707070;
}

.project-footer-main img {
    width: 16px;
    margin-right: 8px;
}

.dashboard-project-detail {
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    margin-bottom: 0px!important;
}

.dashboard-project-detail .project-title-wrap img {
    color: #777;
}

.dashboard-project-detail .project-title-wrap .edit-btn {
    float: right;
    border: 0px;
    padding: 0px;
}

.dashboard-project-detail .project-title-wrap .edit-btn:focus {
    box-shadow: unset;
}

.dashboard-project-detail .member-img {
    align-items: center;
    width: 134px;
    display: flow-root;
}

.dashboard-project-detail .member-img i {
    color: #707070;
    margin-top: 5px;
}

.dashboard-project-detail .member-img .add-member-btn {
    border: 0px;
    padding: 0px;
}

.dashboard-project-detail .member-img .add-member-btn:focus {
    box-shadow: unset;
}

.edit-project-modal .modal-dialog {
    max-width: 980px;
}

.add-team-member-wrap .modal-dialog {
    max-width: 980px;
}

.edit-project-modal .modal-header {
    background-color: #3f51b5;
}

.add-team-member-wrap .modal-header {
    background-color: #3f51b5;
}

.assign-to-wrap .modal-header {
    background-color: #3f51b5;
}

.dashboard-task-detail .member-img {
    display: flex;
    align-items: center;
    width: 119px;
    display: flow-root;
}

.dashboard-task-detail .member-img .assign-to-btn {
    border: 0px;
    padding: 0px;
}

.dashboard-task-detail .member-img .assign-to-btn:focus {
    box-shadow: unset;
}

.assign-to-wrap .modal-dialog {
    max-width: 980px;
}

.dashboard-task-detail .member-img i {
    color: #707070;
    margin-top: 5px;
}


/*dashboard css ends*/


/* / task detail report css / */

.task-detail-report-main {
    background-color: #fff;
    box-shadow: 0px 0px 15px 8px #cccccc38;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 25px 20px;
    height: 100%;
}

.task-detail-report-main:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.task-detail-report-main .detail-report-wrap p {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.task-detail-report-main .detail-report-wrap p span {
    float: left;
    font-weight: 600;
    width: 150px;
}

.task-detail-report-main .top-custom-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.task-detail-report-main .top-custom-wrap .custom-span span {
    width: 85px;
}

.task-detail-report-main .detail-hours-wrap {
    float: left;
    margin: 10px 5px;
    background-color: #fff;
    border-radius: 50%;
    width: 105px;
    height: 105px;
    box-shadow: 0px 0px 15px 1px #ccc6;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: 0.6s ease;
}

.task-detail-report-main .detail-hours-wrap:hover {
    background-color: #10CA97;
    color: #fff;
    opacity: 0.9;
}

.task-detail-report-main .detail-hours-wrap:hover p {
    color: #fff;
}

.task-detail-report-main .detail-hours-wrap:hover h4 {
    color: #fff;
}

.task-detail-report-main .detail-hours-wrap h4 {
    font-size: 24px;
    text-align: center;
}

.task-detail-report-main .detail-hours-wrap p {
    font-size: 11px;
    margin-bottom: 0px;
    color: #707070;
    text-align: center;
    font-weight: 600;
}

.task-detail-footer {
    display: flex;
    align-items: center;
}

.task-detail-footer p {
    font-size: 20px;
    color: #707070;
    margin-bottom: 0px;
    margin-right: 5px;
}

.task-detail-footer .main-bg {
    display: flex;
    align-items: center;
    width: 90%;
}

.task-detail-footer .main-bg:after {
    content: '';
    border: 1px solid #777;
    width: 50px;
    height: auto;
}

.task-detail-footer .main-bg:before {
    content: '';
    border: 1px solid #777;
    width: 50px;
    height: auto;
}

.task-detail-footer .main-bg .check-wrap {
    display: flex;
    background-color: #10CA97;
    align-items: center;
    padding: 13px 20px 13px 15px;
    border-radius: 6px;
    color: #fff;
    width: 50%;
    box-shadow: 0px 0px 19px 2px #ccc;
}

.task-detail-footer .main-bg .timer-detail-wrap {
    display: flex;
    align-items: center;
    background-color: #B5EDDE;
    padding: 5px 14px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.task-detail-footer .main-bg .timer-detail-wrap .common-wrap-timer {
    display: flex;
    background-color: #B5EDDE;
    padding: 0px 18px;
    align-items: center;
}

.task-detail-footer .main-bg .timer-detail-wrap .common-wrap-timer img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.task-detail-footer .main-bg .timer-detail-wrap .common-wrap-timer p {
    font-size: 18px;
    color: #10CA97;
    margin-bottom: 0px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.task-detail-footer .main-bg .timer-detail-wrap .common-wrap-timer p img {
    width: 20px;
    height: auto;
    margin-right: 7px;
}


/* project main page*/

.project-main {
    background-color: #fff;
    box-shadow: 0px 0px 15px 8px #cccccc38;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px;
    height: auto;
}

.project-main .project-title-wrap h3 {
    font-size: 17px;
    color: #222;
}

.project-main .project-title-wrap p {
    color: #707070;
    font-size: 16px;
}

.project-main .project-detail-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-main .project-detail-middle .project-info {
    display: flex;
    align-items: center;
}

.project-main .project-detail-middle .project-info img {
    width: 18px;
    height: auto;
}

.project-main .project-detail-middle .project-info p {
    color: #707070;
    margin-bottom: 0px;
    margin-left: 7px;
    font-size: 15px;
}

.project-main .project-progress-info {
    display: flex;
    justify-content: space-between;
    height: 120px;
}

.project-main .project-progress-info .info-wrap h3 {
    font-size: 17px;
    color: #222;
}

.project-main .project-progress-info .info-wrap p {
    font-size: 22px;
    color: #707070;
    margin-bottom: 0px;
    text-align: center;
    line-break: anywhere;
}

.project-main .project-progress-info .info-wrap .member-img img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-top: 6px;
    border-radius: 50%;
}

.project-main .project-footer-col p {
    text-align: right;
    margin-bottom: 0px;
    margin-top: 25px;
}

.project-main .project-footer-col p a {
    color: #707070;
    font-size: 18px;
}

.project-main .project-footer-col p a i {
    margin-left: 5px;
    font-size: 16px;
    color: #707070;
}


/*multidropdown*/

.bootstrap-select {
    width: 100%!important;
}

.bootstrap-select>.dropdown-toggle {
    padding: 8px 10px!important;
    line-height: 1!important;
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: unset!important;
    padding: 0!important;
}


/*task page css */

.task-main {
    background-color: #fff;
    box-shadow: 0px 0px 15px 8px #cccccc38;
    border-radius: 8px;
    padding: 15px;
    height: 100%;
}

.task-main .task-title-wrap {
    height: 80px;
}

.task-main .task-title-wrap h3 {
    font-size: 17px;
    margin-bottom: 0px;
    color: #222;
    line-break: anywhere;
}

.task-main .task-title-wrap p {
    color: #707070;
    font-size: 16px;
}

.task-main .task-progress-info {
    display: flex;
    justify-content: space-between;
}

.task-main .task-progress-info .info-wrap-main h3 {
    font-size: 17px;
    color: #222;
}

.task-main .task-progress-info .info-wrap-main p {
    font-size: 14px;
    color: #707070;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 500;
}

.task-main .task-progress-info .info-wrap-main .member-img img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-top: 6px;
    border-radius: 50%;
}

.task-main .task-footer-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.task-main .task-footer-col h6 {
    margin-bottom: 0px;
    color: #707070;
    margin-left: 15px;
    font-size: 17px;
}

.task-main .task-footer {
    display: flex;
    justify-content: flex-end;
    float: left;
    margin-bottom: 15px;
}

.task-main .project-footer-col {
    float: right;
    margin: 22px 0px;
}

.task-main .project-footer-col p {
    margin-bottom: 0px;
}

.task-main .project-footer-col p a {
    color: #3f51b5;
    font-weight: 500;
}

.task-main .task-footer p {
    margin-bottom: 0px;
    margin-top: 15px;
    background-color: #70707021;
    color: #707070;
    padding: 8px 9px;
}

.task-main .task-footer-col .progress {
    height: 10px;
}

.task-main .task-footer-col .custom-progress-bg {
    background-color: #39CF61;
}


/*user listing css*/

.user-listing-main {
    border: 1px solid #E4E7EB;
    background-color: #fff;
}

.user-listing-main tbody tr td .thumbnail {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.user-listing-main tbody tr td:nth-child(2) {
    display: flex;
}

.user-listing-main tbody tr td {
    position: relative;
}

.user-listing-main thead tr th:first-child {
    width: 130px;
    text-align: center;
}

.user-listing-main thead tr th:nth-child(2) {
    width: 265px;
}

.user-listing-main thead tr th:nth-child(4) {
    width: 335px;
}

.user-listing-main tbody tr td:first-child {
    text-align: center;
}

.status-main-wrap {
    position: absolute;
    top: 6px;
    left: 36px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
}

.user-listing-main thead tr th {
    padding: 15px 10px;
    font-weight: 400;
    color: #000;
    border-bottom-color: #E4E7EB!important;
}

.user-listing-main tbody tr td {
    vertical-align: middle;
}

.action-btn:focus {
    box-shadow: unset;
}


/*user listing modal design css*/

.modal-backdrop {
    opacity: 0!important;
    z-index: 9999999;
    position: unset!important;
    width: 100%;
    height: 100%;
}

.action-modal {
    background-color: rgb(0 0 0 / 56%);
}

.action-modal .close-btn {
    border: 0px;
    background-color: transparent;
}

.action-modal .close-btn i {
    font-size: 20px;
    color: #fff;
}

.action-modal .modal-dialog {
    max-width: 980px;
}

.action-modal .modal-dialog .modal-content {
    border: 0px;
}

.action-modal .modal-header {
    background-color: #3f51b5;
}

.action-modal .modal-body {
    padding: 25px;
}

.action-modal .modal-body ul {
    text-decoration: none;
    list-style: none;
    padding-left: 0px;
}

.action-modal .modal-body ul li {
    text-decoration: none;
    display: inline-flex;
    width: 24%;
}

.action-modal .modal-body ul li h3 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.action-modal .modal-body ul li p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}


/*user listing - drawer css */

.add-user-btn {
    border: 1px solid #3F51B5;
    color: #fff;
    background-color: #3f51b5;
    padding: 5px 10px;
}

.add-user-btn:hover {
    color: #3f51b5;
    background-color: #fff;
    border: 1px solid #3f51b5;
}

.custom-close-btn {
    position: absolute;
    top: 50%;
    left: -23px;
    color: #000;
    transition: 0.3s;
    border: 0px;
    border-radius: 50%;
    background-color: #f9fafb;
    z-index: 1;
    width: 42px;
    height: 45px;
}

.custom-close-btn:hover {
    color: #3f51b5;
}

.custom-close-btn i {
    line-height: 0px;
    font-size: 17px;
    padding: 22px 9px 22px 15px;
}

.profile-btn:focus {
    box-shadow: unset;
}


/*From modal drawer*/

.modal.drawer {
    display: flex !important;
    pointer-events: none;
    padding-top: 80px;
    padding-bottom: 15px;
}

.modal.drawer * {
    pointer-events: none;
}

.modal.drawer .modal-dialog {
    margin: 0px;
    display: flex;
    flex: auto;
    transform: translate(25%, 0);
    margin-right: 10px;
    max-width: 570px;
}

.modal.drawer .modal-header {
    background-color: #3f51b5;
}

.modal.drawer .modal-dialog .modal-content {
    border: none;
    width: 100%;
    max-width: 100%;
    margin: 0px;
    display: flex;
}

.modal.drawer .modal-dialog .modal-content .modal-body {
    overflow: auto;
    background-color: #F9FAFB;
}

.modal.drawer.show {
    pointer-events: auto;
}

.modal.drawer.show * {
    pointer-events: auto;
}

.modal.drawer.show .modal-dialog {
    transform: translate(0, 0);
}

.modal.drawer.right-align {
    flex-direction: row-reverse;
}

.modal.drawer.left-align:not(.show) .modal-dialog {
    transform: translate(-25%, 0);
}


/*chart css*/

.mychart-wrap {
    width: 310px!important;
    height: auto!important;
    position: relative!important;
    right: 11%!important;
}


/*user profile css */

.user-profile-wrap {
    background-color: #fff;
    border-radius: 4px;
    padding: 50px;
}

.user-profile-wrap .profile-img img {
    width: 90px;
    height: 90px;
    margin-bottom: 7px;
    margin-left: 4px;
    border-radius: 50%;
}

.user-profile-wrap .profile-img h3 {
    color: #3F51B5;
    font-size: 19px;
}

.user-profile-wrap .user-detail-main {
    margin-top: 25px;
}

.user-profile-wrap .user-detail-main ul {
    text-decoration: none;
    list-style: none;
    padding-left: 0px;
}

.user-profile-wrap .user-detail-main ul li {
    text-decoration: none;
    display: inline-flex;
    width: 24%;
    line-break: anywhere;
}

.user-profile-wrap .user-detail-main ul li h3 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.user-profile-wrap .user-detail-main ul li p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.edit-profile-drawer .profile-main-top {
    margin-bottom: 10px;
}

.edit-profile-drawer .profile-main-top img {
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    border-radius: 50%;
}

.edit-profile-drawer .profile-main-top .edit-profile-btn {
    border: 0px;
    background-color: #3F51B5;
    color: #fff;
    border-radius: 50%;
    padding: 6px;
    font-size: 13px;
    position: relative;
    top: -24px;
    right: -35px;
    display: block;
    margin: auto;
    width: 25px;
}

.edit-profile-drawer .eye-btn {
    position: absolute;
    right: 10px;
    top: 15px;
}

.edit-profile-drawer .eye-btn a {
    color: #000;
}


/*upload css*/

#csv-input {
    display: none;
}

.upload-btn {
    background-color: #3F51B5;
    font-size: 16px;
    padding: 9px 8px;
    color: #fff!important;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.upload-btn:hover {
    color: #fff;
}


/*attendence css */

.header-select-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 45%;
}

.date-range-wrap {
    background-color: #3f51b5;
    color: #fff;
}

.date-range-wrap::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.date-range-wrap:focus::-webkit-calendar-picker-indicator {
    filter: none;
}

.attendence-team-main {
    width: 100%;
}

.attendence-team-main .att-team-member-wrap {
    float: left;
    background-color: #fff;
    border-radius: 16px;
    width: 160px;
    height: 160px;
    box-shadow: 0px 0px 15px 1px #ccc6;
    padding: 8px;
    padding-bottom: 4px;
    margin: 11px 11px 0px 0px;
}

.attendence-team-main .att-team-member-wrap img {
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
    border-radius: 50%;
}

.attendence-team-main .att-team-member-wrap h4 {
    text-align: center;
    color: #222;
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0px;
}

.attendence-team-main .att-team-member-wrap .detail-footer-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 6px;
}

.attendence-team-main .att-team-member-wrap .detail-footer-main .leave-wrap {
    background-color: #D7373F;
    color: #fff;
    border-radius: 50px;
    padding: 5px;
    font-size: 9px;
    width: 60px;
    height: 28px;
    text-align: center;
    margin-bottom: 0px;
    line-height: 1;
}

.attendence-team-main .att-team-member-wrap .detail-footer-main .leave-wrap span {
    font-size: 14px;
}

.attendence-team-main .att-team-member-wrap .detail-footer-main .total-hrs {
    background-color: #02D052;
    color: #fff;
    border-radius: 50px;
    padding: 5px;
    font-size: 9px;
    width: 73px;
    height: 28px;
    text-align: center;
    margin-bottom: 0px;
    line-height: 1;
}

.attendence-team-main .att-team-member-wrap .detail-footer-main .total-hrs span {
    font-size: 14px;
}

.attendence-table tbody tr td:nth-child(4) {
    width: 235px;
}

.attendence-table {
    overflow-x: scroll;
}


/*common date range css */

.datarange {
    position: relative;
}

.datapicker-main .daterange {
    border-left: 0px!important;
}

.datepicker {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
    border: 1px solid #3F51B5;
    background-color: #fff;
}

.datapicker-main {
    position: relative;
    display: flex;
    align-items: center;
}


/* .daterangepicker{
    top: 8rem!important;
    right: 58px!important;
    left: auto!important;
    z-index: 1000!important;
} */

.input-group-append {
    cursor: pointer;
}


/*crop image modal css */

.jcrop-holder {
    margin: auto;
}

.ct-image-upload-popup .modal-header .hidemodal {
    font-size: 17px;
    background-color: #1070CA;
}

.ct-image-upload-popup .modal-header .hidemodal:hover {
    background-color: #1070CA;
}


/*screenshot page modal css */

.custom-header {
    padding: 10px 5px;
    width: 45px;
    position: absolute;
    top: 14px;
    height: 45px;
    right: 10px;
    border-bottom: 0px!important;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.custom-header .close {
    position: relative;
    right: 0px;
    top: 0px;
}

.zoom-screenshot-modal .modal-content {
    max-width: 80%;
}

.footer-zoom-screenshot {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    justify-content: space-between;
}

.footer-zoom-screenshot .custom-left-profile {
    margin-bottom: 0px;
    align-items: center;
    width: 60%;
    justify-content: space-between;
}

.footer-zoom-screenshot .card-title .right-section {
    align-items: center;
}

.footer-zoom-screenshot .emp-task-details {
    width: 60%;
}

.footer-zoom-screenshot .emp-task-details h3 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 7px;
    font-weight: 500;
}

.footer-zoom-screenshot .emp-task-details span {
    font-weight: 600;
    font-size: 15px;
    margin-right: 5px;
    width: 105px;
    text-align: left;
}

.footer-zoom-screenshot .card-footer-wrap .mouse-wrap {
    margin: 0px 75px;
}

.footer-zoom-screenshot .emp-task-details .card-title {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 0px;
    font-size: 14px;
    justify-content: start;
}

.footer-zoom-screenshot .card-footer-wrap {
    justify-content: flex-start;
    width: 33%;
}

.footer-zoom-screenshot .card-footer-wrap i {
    font-size: 20px;
    margin-right: 10px;
}

.footer-zoom-screenshot .card-footer-wrap img {
    width: 20px;
}

.zoom-screenshot-modal .custom-carousel {
    width: 100%;
}

.zoom-screenshot-modal .right-section .emp-name-time-section {
    width: 130px;
}

.zoom-screenshot-modal .modal-body {
    display: flex;
    flex-direction: column-reverse;
}


/*left and right carousel css */

.carousel-control.right {
    background-image: unset;
}

.carousel-control.left {
    background-image: unset;
}


/*manage leave and attendence css starts*/

.manage-leave-main nav {
    width: 50%;
}

.manage-leave-main .nav-tabs .nav-link {
    width: 33.3%;
    color: #3f51b5;
    font-weight: 500;
    font-size: 20px;
    font-weight: 400;
}

.manage-leave-main .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #3f51b5;
    border: 0;
    border-radius: 0px;
    font-weight: 400;
}

.manage-leave-main .nav-tabs {
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
}

.leave-main-sec .top-filter-wrap {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
}

.leave-main-sec .top-heading-filter {
    display: flex;
    align-items: center;
}

.leave-main-sec .top-heading-filter h3 {
    font-size: 22px;
    color: #707070;
    margin-bottom: 0px;
}

.leave-main-sec .top-heading-filter img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.leave-main-sec .top-filter-wrap .select-filter {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.leave-main-sec .top-filter-wrap .select-filter .common-select-sec {
    width: 24%;
    margin-right: 15px;
    position: relative;
}

.leave-main-sec .top-filter-wrap .select-filter .common-select-sec .datepicker {
    border: 1px solid #707070!important;
    border-radius: 3px;
    padding: 6px 15px;
    color: #222;
    font-size: 16px;
    width: 50%;
    text-align: left;
}

.leave-main-sec .top-filter-wrap .select-filter .common-select-sec img {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 112px;
    top: 37px;
}

.leave-main-sec .top-filter-wrap .select-filter .common-select-sec .datepicker:hover {
    background-color: unset;
}

.leave-main-sec .top-filter-wrap .select-filter .common-select-sec .custom-form-select {
    background-color: #fff;
    border: 1px solid #707070;
    padding: 6px 15px;
}

.leave-main-sec .top-filter-wrap .common-select-sec p {
    color: #707070;
    font-size: 14px;
    margin-bottom: 5px;
}

.leave-main-sec .table-heading-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.leave-main-sec .table-heading-wrap .table-heading {
    display: flex;
    align-items: center;
}

.leave-main-sec .table-heading-wrap .table-heading h3 {
    font-size: 22px;
    color: #3F51B5;
    font-weight: 500;
    margin-bottom: 0px;
    float: left;
    margin-right: 20px;
}

.leave-main-sec .table-heading-wrap .table-heading .symbol-view {
    display: flex;
    align-items: center;
}

.leave-main-sec .table-heading-wrap .table-heading .symbol-view h4 {
    color: #707070;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-left: 15px;
}

.leave-main-sec .table-heading-wrap .table-heading .symbol-view p {
    margin-bottom: 0px;
    margin: 0px 10px;
    color: #707070;
    display: flex;
    align-items: center;
}

.leave-main-sec .table-heading-wrap .table-heading .symbol-view p img {
    margin: 0px 5px;
    width: 15px;
    height: 15px;
}

.leave-main-sec .table-heading-wrap .common-btns {
    display: inline-block;
}

.leave-main-sec .table-heading-wrap .common-btns .btn {
    background-color: #fff;
    margin-right: 10px;
    padding: 8px 28px;
    color: #707070;
    border-radius: 5px;
    transition: 0.6s ease;
}

.leave-main-sec .table-heading-wrap .common-btns .btn:hover {
    background-color: #3F51B5;
    color: #fff;
}

.leave-main-sec .table-heading-wrap .common-btns .add-leave-btn {
    background-color: #3F51B5;
    padding: 8px 28px;
    color: #fff;
    border-radius: 5px;
    border: 0px;
}

.leave-main-sec .top-filter-wrap .common-select-sec .leavebalance-btn {
    background-color: #3F51B5;
    padding: 8px 28px;
    color: #fff;
    border-radius: 5px;
    border: 0px;
}

.leave-main-sec .leave-table-wrap {
    border: 1px solid #E4E7EB;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.leave-main-sec .leave-table-wrap thead tr th {
    padding: 20px 15px;
    font-weight: 400;
    color: #222;
    border-bottom-color: #E4E7EB!important;
    font-size: 15px;
}

.leave-main-sec .leave-table-wrap tbody tr td:nth-child(1) {
    padding-left: 25px;
}

.leave-main-sec .leave-table-wrap tbody tr td {
    vertical-align: middle;
    padding: 17px 10px;
    color: #000;
}

.leave-main-sec .leave-table-wrap .pending-leave {
    padding: 7px 15px;
    background-color: #FFDA83;
    border-radius: 50px;
}

.leave-main-sec .leave-table-wrap .pending-leave p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
    text-align: center;
}

.leave-main-sec .leave-table-wrap .approved-leave {
    padding: 7px 15px;
    background-color: #25cd32;
    border-radius: 50px;
}

.leave-main-sec .leave-table-wrap .approved-leave p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
    text-align: center;
}

.leave-main-sec .leave-table-wrap .rejected-leave {
    padding: 7px 15px;
    background-color: red;
    border-radius: 50px;
}

.leave-main-sec .leave-table-wrap .rejected-leave p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
    text-align: center;
}

.leave-main-sec .action-btn {
    display: flex;
    align-items: center;
}

.leave-main-sec .action-btn .common-action-btn {
    border: 0px;
    padding: 5px;
    background-color: unset;
}

.leave-main-sec .action-btn .common-action-btn img {
    width: auto;
    height: 20px;
}

.leave-main-sec .attendence-table thead tr th {
    text-align: center;
}

.leave-main-sec .attendence-table thead tr th:nth-child(2) {
    min-width: 170px;
    text-align: left;
}

.leave-main-sec .attendence-table thead tr th:nth-child(1) {
    min-width: 70px;
}

.leave-main-sec .attendence-table thead tr th:last-child {
    font-weight: 500;
}

.leave-main-sec .attendence-table tbody tr td img {
    margin: auto;
    display: block;
    width: 16px;
    height: 16px;
}


/*tbody*/


/* .leave-main-sec .attendence-table tbody tr td:nth-child(8){
    background-color: #FFD572;
}
.leave-main-sec .attendence-table tbody tr td:nth-child(9){
    background-color: #FFD572;
}
.leave-main-sec .attendence-table tbody tr td:nth-child(15){
    background-color: #FFD572;
}
.leave-main-sec .attendence-table tbody tr td:nth-child(16){
    background-color: #FFD572;
}
.leave-main-sec .attendence-table tbody tr td:nth-child(22){
    background-color: #FFD572;
}
.leave-main-sec .attendence-table tbody tr td:nth-child(23){
    background-color: #FFD572;
}
.leave-main-sec .attendence-table tbody tr td:nth-child(29){
    background-color: #FFD572;
}
.leave-main-sec .attendence-table tbody tr td:nth-child(30){
    background-color: #FFD572;
} */


/*thead*/


/* .leave-main-sec .attendence-table thead tr th:nth-child(8){
    color: #FFD572;
}
.leave-main-sec .attendence-table thead tr th:nth-child(9){
    color: #FFD572;
}
.leave-main-sec .attendence-table thead tr th:nth-child(15){
    color: #FFD572;
}
.leave-main-sec .attendence-table thead tr th:nth-child(16){
    color: #FFD572;
}
.leave-main-sec .attendence-table thead tr th:nth-child(22){
    color: #FFD572;
}
.leave-main-sec .attendence-table thead tr th:nth-child(23){
    color: #FFD572;
}
.leave-main-sec .attendence-table thead tr th:nth-child(29){
    color: #FFD572;
}
.leave-main-sec .attendence-table thead tr th:nth-child(30){
    color: #FFD572;
}*/

.leave-main-sec .attendence-table tbody tr td:nth-child(2) img {
    margin-right: 9px;
    float: left;
}


/*add leave modal css*/

.add-leave .custom-date-icon {
    position: relative;
}

.add-leave .custom-date-icon img {
    position: absolute;
    right: 15px;
    top: 12px;
}

.add-leave .leave-count-wrap p {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.common-btns {
    display: inline-block;
}

.common-btns .btn:hover {
    background-color: #3F51B5;
    color: #fff;
}

.common-btns .add-pro-btn {
    background-color: #3F51B5;
    padding: 8px 28px;
    color: #fff;
    border-radius: 5px;
    border: 0px;
}