* {
    margin: 0px;
    padding: 0px;
}

p {
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
.nk-footer-wrap svg {
    width: 50px;
}

.ic-overlow-hidden {
    overflow: hidden;
}

.ic-employee-profile-nk-msg {
    min-height: calc(100vh - (118px));
    max-height: calc(100vh - (118px));
}

.ic-employee-profile-nav-tabs {
    display: flex;
}


/* width */

.todo-app-list::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}


/* Track */

.todo-app-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}


/* Handle */

.todo-app-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}


/* Handle on hover */

.todo-app-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.ic-breadcumb {
    margin-bottom: 30px;
}

.ic-breadcumb h2 {
    font-size: 24px;
    margin-bottom: 5px;
}


/* .form-label-outlined {
            background: #F5F6FA;
        } */

.ic-page-separator {
    position: relative;
    color: #868e96;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: start;
    z-index: 0;
    margin-bottom: 1rem;
}

.ic-page-separator::before {
    content: "";
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    top: 50%;
    left: 0;
    position: absolute;
    z-index: -1;
}

.ic-page-separator-text {
    display: -webkit-inline-box;
    display: inline-flex;
    padding: 0 0.5rem;
    border-radius: 0.25rem;
    background-color: #f5f6fa;
    max-width: 90%;
    text-transform: uppercase;
    font-size: 0.9375rem;
    color: rgba(39, 44, 51, 0.5);
    font-weight: 600;
    letter-spacing: 2px;
}

.ic-card {
    background: #fff;
    box-shadow: 0 3px 3px -2px rgba(39, 44, 51, 0.1), 0 3px 4px 0 rgba(39, 44, 51, 0.04), 0 1px 8px 0 rgba(39, 44, 51, 0.02);
    border-radius: 0.25rem;
    padding: 1rem;
    border: 1px solid #dbdfea;
}

.ic-card-header h2 {
    color: #272c33;
    font-size: 31px;
    font-weight: 600;
}

.ic-card-header p {
    color: #272c33;
    margin-bottom: 20px;
}

.ic-progress {
    margin-bottom: 10px;
}

.ic-progress p {
    color: rgba(39, 44, 51, 0.5);
}

.ic-view-employee-btn {
    margin-top: 15px;
}

.ic-chart-legend {
    margin-top: 20px;
}

.ic-chart-legend li {
    display: flex;
    justify-content: space-between;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgba(39, 44, 51, 0.5);
    padding: 0.25rem 0.5rem;
    border: 1px solid #e9edf2;
    border-radius: 0.2rem;
    margin-bottom: 8px;
}

.ic-chart-legend .chart-legend-indicator {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.25rem;
    border-radius: 50%;
}

.ic-chart-legend .indicator-1 {
    background: #0b69ff;
}

.ic-chart-legend .indicator-2 {
    background: #2dca73;
}

.ic-chart-legend .indicator-3 {
    background: #ff0b37;
}

.ic-chart-legend .indicator-4 {
    background: #ffb800;
}

.ic-chart-legend .indicator-5 {
    background: #6b38fb;
}

.ic-chart-legend .indicator-6 {
    background: #ff0b37;
}

.ic-task-by-team {
    margin-top: 30px;
}

.ic-attendance-area {
    margin-top: 30px;
}

.ic-my-activity-area {
    margin-top: 30px;
}

.ic-my-activity-area hr {
    margin-top: 0px;
    margin-bottom: 5px;
}

.ic-activity-content img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.ic-activity-content p {
    margin-top: 0px !important;
}

.ic-activity-content .time {
    font-size: 14px;
    color: #7e858e;
    font-weight: 400;
}

.ic-activity-content h6 {
    color: #171f46;
}

.ic-attendance-area .ic-card-header {
    border-bottom: 1px solid #dfe2e6;
}

.ic-card-p0 {
    padding: 0px;
}

.ic-card-header {
    padding: 1rem;
}

.ic-card-body {
    padding: 1rem;
}

.ic-card-body .ic-attendance-time i {
    color: rgba(39, 44, 51, 0.5);
    font-size: 30px;
    margin-bottom: 10px;
}

.ic-card-body .ic-attendance-time strong {
    color: rgba(39, 44, 51, 0.5);
    margin-left: 0.5rem;
}

.ic-card-body .ic-attendance-time h2 {
    color: #272c33;
}

.ic-btn-duration button {
    background: #3b368c;
    color: #fff;
    margin-bottom: 15px;
}

.ic-btn-duration button:hover {
    color: #fff;
}

.ic-btn-duration {
    margin-top: 20px;
}

.ic-btn-duration .btn-checkout {
    background: #3a8dfe;
}

.ic-btn-duration strong {
    color: rgba(39, 44, 51, 0.7);
    font-size: 1rem;
}

.ic-shift-distribution-area {
    margin-top: 30px;
}

.ic-table-card {
    padding: 0px 0px 1rem 0px;
}

.ic-shift-distribution-area .table thead th {
    font-size: 0.707rem;
    padding: 0.5rem 0.75rem;
    text-transform: uppercase;
    color: rgba(39, 44, 51, 0.7);
    vertical-align: middle;
    line-height: 1.2;
    border-top: 0;
}

.ic-shift-distribution-area .table thead th a {
    color: rgba(39, 44, 51, 0.7);
}

.ic-shift-distribution-area .table td {
    line-height: 1.5;
    padding: 0.75rem;
    vertical-align: middle;
}

.ic-shift-distribution-area .table thead th div {
    color: rgba(39, 44, 51, 0.5);
    font-weight: 600;
}

.ic-shift-distribution-area .table thead th div small {
    font-size: 0.707rem;
    font-weight: 400;
    margin-top: 5px;
}

.ic-shift-distribution-area .avatar {
    width: 2rem;
    height: 2rem;
}

.ic-shift-distribution-area .avatar span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ic-shift-distribution-area .media-body {
    margin-left: 8px;
}

.ic-custom-check {
    min-height: unset;
}

.ic-custom-check::before {
    position: absolute;
    top: -0.02813rem;
    left: -2.25rem;
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #dbdfea solid 2px;
    color: #fff;
    background-color: #edf6fd;
    border-color: #edf6fd;
}

.ic-custom-check::after {
    position: absolute;
    width: 1rem;
    height: 1rem;
    content: "";
}

.border-right-0 {
    border-right: 0px !important;
}

.border-left-0 {
    padding-left: 0px !important;
}

.border-1 {
    border: 1px solid #e9edf2 !important;
}

.ic-calender td a {
    padding: 0.25rem 0.5rem;
    background-color: #f8f9fa !important;
    border: 1px solid #e9edf2 !important;
}

.ic-calender td a small {
    font-size: 0.707rem;
    font-weight: 400;
    color: rgba(6, 7, 8, 0.7);
}

.table-nowrap td {
    white-space: nowrap;
}

.ic-border-l-0 {
    border-left: 0px !important;
}

.ic-border-r-0 {
    border-right: 0px !important;
}

.ic-calender .ic-shift-dis-icon a {
    background-color: #fff !important;
    border: none !important;
}

.ic-calender .ic-shift-dis-icon em {
    color: rgba(39, 44, 51, 0.5);
    font-size: 20px;
    font-weight: 600;
}


/**Directory Page**/

.ic-card-derectory-header {
    position: relative;
}

.ic-card-derectory-header .card-header-right {
    right: 10px;
    top: 10px;
    display: inline-block;
    float: right;
    padding: 0;
    position: absolute;
}

.ic-card-derectory-header ul {
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.ic-card-derectory-header ul li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #7e858e;
}

.ic-card-derectory-header ul li i {
    margin-right: 5px;
    font-weight: 500;
}

.ic-derectory-card-body .avtar-big {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.ic-derectory-card-body .avtar-small {
    width: 32px;
    height: 32px;
    justify-content: center;
    border-radius: 50%;
    display: inline-flex;
}

.ic-derectory-card {
    padding-top: 0px;
    margin-bottom: 30px;
}

.ic-derectory-card-body .avtar-small img {
    max-width: 60%;
}

.dropdown-menu>.dropdown-item,
.dropdown-menu>li {
    padding: 8px 15px;
    width: auto;
    border-radius: 2px;
    margin: 0 8px;
}

.dropdown-menu {
    padding: 10px 0;
    font-size: 14px;
    box-shadow: 0 4px 16px rgba(23, 31, 70, 0.16);
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.ic-derectory-card-body h5 {
    color: #171f46;
}

.ic-derectory-card-body button {
    padding: 8px 12px;
}

.ic-derectory-card-body button:hover {
    background: #3b368c;
    border: 1px solid #3b368c;
}

.ic-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.ic-pagination li:last-child {
    margin-right: 0px;
}

.ic-pagination li a {
    text-transform: capitalize;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -2px;
    line-height: 1.25;
    color: #6c757d;
    background-color: #fff;
    border: 2px solid #d7dfe9;
}

.ic-pagination li a.active {
    color: #171f46;
    background-color: transparent;
    border-color: #171f46;
}

.ic-other-breadcumb {
    margin-top: 0px;
    margin-bottom: 20px;
}

.ic-other-breadcumb h2 {
    color: #171f46;
    font-weight: 600 !important;
}

.ic-other-breadcumb h6 {
    color: #171f46;
    font-weight: 500;
}

.ic-other-breadcumb i {
    color: #171f46;
    font-weight: 500;
}

.ic-other-breadcumb-right i {
    margin-right: 5px;
}

.ic-department-card-body img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.ic-department-card-header {
    padding: 0px;
    padding-top: 1rem;
}

.ic-department-card-header a {
    color: #7e858e;
}

.ic-department-card-header i {
    margin-right: 5px;
    font-weight: 500;
}

.ic-department-media {
    display: flex;
    align-items: center;
}

.ic-department-media h5 {
    font-size: 18px;
    color: #171f46;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.ic-department-media p {
    color: #7e858e;
}

.ic-department-media span {
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    font-weight: 500;
}

.media-1 span {
    border: 2px solid #00b2ca;
    color: #00b2ca;
}

.media-2 span {
    border: 2px solid #ca9f00;
    color: #ca9f00;
}

.media-3 span {
    border: 2px solid #4d00ca;
    color: #4d00ca;
}

.media-4 span {
    border: 2px solid #ca9f00;
    color: #ca9f00;
}

.media-5 span {
    border: 2px solid #0051ca;
    color: #0051ca;
}

.media-6 span {
    border: 2px solid #f13838;
    color: #f13838;
}

.ic-department-card-body {
    padding: 0px;
    padding-top: 20px;
}

.ic-department-card-body p {
    color: #7e858e;
    margin-bottom: 15px;
}

.ic-department-card-body h6 {
    color: #7e858e !important;
    font-size: 14px;
    margin-bottom: 8px;
}


/**Teams List Page**/

.ic-team-list-table .table thead th {
    border-bottom: 1px solid #d7dfe9;
    font-size: 13px;
    color: #7e858e;
    text-transform: uppercase;
    vertical-align: bottom;
    font-weight: 600;
    white-space: nowrap;
    padding: 0.9rem 0.75rem;
}

.ic-team-list-table .table td {
    padding: 0.7rem 0.75rem;
    white-space: nowrap;
    vertical-align: middle;
}

.ic-team-list-table .table td h5 {
    color: #171f46;
}

.ic-team-list-table .table td p {
    color: #7e858e;
}

.ic-user-avter .avtar {
    width: 32px;
    height: 32px;
    font-size: 12px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

.ic-team-list-table .table td .avtar-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    width: 48px;
    height: 48px;
    border: 2px solid #d7dfe9;
    border-radius: 4px;
}

.ic-team-list-table .table td .avtar-icon img {
    max-width: 60% !important;
}

.bg-blue-1 {
    background-color: #b0cdfa;
}

.text-blue-2 {
    color: #0051ca;
}

.bg-purple-1 {
    background-color: #d5bbff;
}

.text-purple-2 {
    color: #4d00ca;
}

.bg-red-1 {
    background-color: #ffbbd3;
}

.text-red-2 {
    color: #f13838;
}

.text-teal-2 {
    color: #00b2ca;
}

.bg-teal-1 {
    background-color: #b3f4e1;
}

.ic-team-list-table .btn.btn-icon {
    border-radius: 50%;
    padding: 0;
    width: 32px;
    height: 32px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #171f46;
    background: transparent;
    border: 2px solid #d7dfe9;
}

.ic-team-list-table .btn.btn-icon em {
    font-size: 14px;
}

.ic-team-list-table ul li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #7e858e;
}

.ic-team-list-table ul li a i {
    margin-right: 5px;
}

.pagination .page-item {
    margin-left: 8px;
}

.pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination .page-item .page-link {
    border-radius: 2px;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -2px;
    line-height: 1.25;
    color: #7e858e;
    background-color: #fff;
    border: 2px solid #d7dfe9;
}

.page-item.active .page-link {
    z-index: 3;
    color: #171f46;
    background-color: transparent;
    border-color: #171f46;
}

div.dataTables_wrapper div.dataTables_length label {
    margin-bottom: 10px;
}


/**Teams-details Page**/

.ic-breadcumb ul li {
    display: inline-block;
}

.ic-breadcumb ul li a {
    color: #7e858e;
}

.avtar-l {
    width: 64px;
    height: 64px;
    font-size: 20px;
    border: 2px solid #00b2ca;
}

.ic-team-details-media .avtar {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
}

.ic-team-details-media-body h1 {
    font-size: 32px;
    color: #171f46;
    font-weight: 500 !important;
}

.ic-team-details-avtar .avtar {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    width: 48px;
    height: 48px;
    margin-bottom: 10px !important;
}

.ic-team-details-avtar h6 {
    font-size: 14px;
    color: #7e858e !important;
}

.text-yellow-2 {
    color: #ca9f00;
}

.bg-yellow-1 {
    background-color: #fff1bb;
}

.text-orange-2 {
    color: #d98304;
}

.bg-orange-1 {
    background-color: #ffdcbb;
}

.ic-media-owner .avtar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.ic-owner-txt {
    font-size: 14px;
    color: #7e858e !important;
}

.ic-tems-project-header h2 {
    font-size: 24px;
    color: #171f46;
}

.ic-team-detais-t-media span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    width: 48px;
    height: 48px;
}

.bg-yellow-2 {
    background-color: #ca9f00;
}

.badge-danger {
    color: #fff;
    background-color: #ff0b37;
}

.ic-team-details-media-body ul li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #7e858e;
}

.ic-team-details-media-body ul li a i {
    margin-right: 5px;
}

.ic-page-breadcumb li a {
    color: #7e858e;
    text-transform: capitalize;
    font-size: 15px;
}

.ic-page-breadcumb li i {
    color: #7e858e;
    font-size: 14px;
    font-weight: 600;
}


/**Mytask Page css**/

.ic-mytask-tablist .nav-item {
    padding-right: 0px;
}

.ic-mytask-tablist .nav-link {
    color: rgba(126, 133, 142, 0.6) !important;
    padding: 0.5rem 1rem;
    padding-top: 0px;
}

.ic-mytask-tablist .nav-link.active {
    color: #171f46 !important;
}

.ic-filter-sort-content i {
    color: #171f46;
    font-weight: 500;
    margin-right: 5px;
}

.avtar {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    width: 32px;
    height: 32px;
}

.ic-team-list-table tbody td em {
    font-size: 1.5rem;
    color: #7e858e;
    font-weight: 400;
    color: #1ee0ac;
}

.badge-success {
    color: #fff;
    background-color: #2dca73;
}

.ic-mytask-card {
    margin-bottom: 30px;
}

.ic-mytask-card-header {
    position: relative;
    padding: 0px;
}

.ic-mytask-card-header h5 {
    margin-bottom: 3px !important;
    font-size: 18px;
    color: #171f46;
    font-weight: 600;
}

.ic-mytask-card-header .card-header-right {
    right: 10px;
    top: 0px;
    display: inline-block;
    float: right;
    padding: 0;
    position: absolute;
}

.ic-mytask-card-header .avtar {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    width: 48px;
    height: 48px;
    border: 2px solid #d7dfe9;
    border-radius: 4px;
}

.ic-mytask-card-header .avtar.avtar-icon>img {
    width: 60%;
}

.ic-mytask-card-body {
    padding: 0px;
    padding-top: 20px;
}

.ic-mytask-card-body p {
    margin-bottom: 15px;
}

.ic-mytask-card-body h6 {
    color: #7e858e !important;
    font-size: 14px;
    margin-bottom: 8px;
}

.ic-mytask-card-body .badge {
    font-size: 80%;
}

.ic-mytask-card-header ul li a {
    color: #7e858e;
}

.ic-mytask-card-header ul li a i {
    margin-right: 5px;
}

.bg-purple-2 {
    background-color: #4d00ca;
}

.avtar.avtar-square {
    border-radius: 4px;
}

.ic-mytask-card-body .badge-warper h6 {
    display: flex;
    align-items: center;
}

.ic-mytask-card-body .btn.btn-icon {
    border-radius: 50%;
    padding: 0;
    width: 32px;
    height: 32px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #171f46;
    background: transparent;
    border: 2px solid #d7dfe9;
}

.badge-success {
    color: #fff !important;
    background-color: #2dca73;
}

.off-track-txt {
    font-size: 13px !important;
    color: #7e858e !important;
}

#calendar .fa {
    font-family: "fcicons" !important;
}

#calendar2 .fa {
    font-family: "fcicons" !important;
}

.ic-external-events h4 {
    margin-bottom: 30px;
}

.ic-external-events .fc-event {
    background-color: #0b69ff;
    border-color: #0b69ff;
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    margin-bottom: 5px;
    cursor: move;
    font-size: 0.85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad;
}

.ic-taskproject-table td .avtar {
    width: 48px;
    height: 48px;
}

.ic-sort-icon i {
    margin-right: 5px;
}

.ic-mytask-project-label i {
    margin-right: 5px;
}


/**Attendance Page CSS**/

.ic-punch-status {
    margin-bottom: 40px;
}

.ic-punch-status .ic-card-title {
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ic-punch-status .ic-card-title small {
    font-weight: 600;
    margin-left: 8px;
    font-size: 80% !important;
    word-spacing: 3px;
}

.text-muted {
    color: #8e8e8e !important;
}

.ic-punch-status .punch-det {
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px 15px;
}

.ic-punch-status .punch-det h6 {
    line-height: 20px;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.85);
    font-size: 0.8rem;
}

.ic-punch-status .punch-det p {
    color: #727272;
    font-size: 14px;
    margin-bottom: 0;
    word-spacing: 5px;
}

.ic-punch-status .punch-info {
    margin-bottom: 20px;
}

.ic-punch-status .punch-hours {
    align-items: center;
    background-color: #f9f9f9;
    border: 5px solid #e3e3e3;
    border-radius: 50%;
    display: flex;
    font-size: 18px;
    height: 120px;
    justify-content: center;
    margin: 0 auto;
    width: 120px;
}

.ic-punch-status .punch-btn-section {
    margin-bottom: 20px;
    text-align: center;
}

.ic-punch-status .punch-btn {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
    padding: 8px 40px;
    background: #3d388d;
    border: 1px solid #3d388d;
}

.ic-punch-status .stats-box {
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    padding: 5px;
}

.ic-punch-status .stats-box p {
    margin: 0;
    font-size: 13px;
    color: #1f1f1f;
}

.ic-punch-status .stats-box>h6 {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.85);
    font-size: 0.78rem;
}

.ic-att-statistics {
    margin-bottom: 40px;
}

.ic-att-statistics .ic-card-title {
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ic-att-statistics .stats-info {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 5.8px;
    padding: 15px;
    text-align: center;
}

.ic-att-statistics .stats-info p {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    margin-bottom: 5px;
    color: #1f1f1f;
    font-weight: 500;
}

.ic-att-statistics .progress {
    height: 4px;
}

.ic-recent-activity {
    margin-bottom: 40px;
}

.ic-recent-activity .ic-card-title {
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ic-recent-activity .res-activity-list {
    height: 328px;
    list-style-type: none;
    margin-bottom: 0;
    overflow-y: auto;
    padding-left: 30px;
    position: relative;
}

.ic-recent-activity .res-activity-list::after {
    content: "";
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
}

.ic-recent-activity .res-activity-list li {
    margin-bottom: 15px;
    position: relative;
}

.ic-recent-activity .res-activity-list li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: -30px;
    top: 0px;
    border: 2px solid #ff9b44;
    margin-right: 15px;
    z-index: 2;
    background: #fff;
    border-radius: 100%;
}

.ic-recent-activity p {
    font-size: 13px;
    margin-bottom: 0;
    color: #1f1f1f;
    font-weight: 500;
}

.ic-recent-activity .res-activity-time {
    color: #bbb;
    font-size: 12px;
}

.ic-attendance-form .form-group {
    margin-bottom: 1.5rem !important;
}

.ic-attendance-form .btn {
    height: 50px;
    line-height: 50px;
}

.form-select.form-control-xl~.form-label-outlined {
    font-size: 14px;
}

.ic-sidebar-left {
    float: left;
    background: #fff;
    /* border-right: 1px solid #F2F4F4; */
}

.ic-sidebar-left em {
    margin-right: 5px;
    font-size: 15px;
}

.ic-sidebar-left .filter-label {
    letter-spacing: 1px;
    color: #bac0c7;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 500;
}

.ic-sidebar-left .sidebar .todo-sidebar {
    width: 260px;
    height: calc(100vh - 9rem);
    border-top-left-radius: 0.267rem;
    border-bottom-left-radius: 0.267rem;
}

.ic-sidebar-left .todo-sidebar .sidebar-close-icon {
    position: absolute;
    right: 0.25rem;
    top: 0.25rem;
    cursor: pointer;
    font-size: 1.25rem;
    visibility: hidden;
}

.ic-sidebar-left .sidebar .todo-sidebar .todo-app-menu {
    width: 100%;
    padding-top: 10px;
}

.ic-sidebar-left .sidebar .todo-sidebar .todo-app-menu .add-task {
    padding: 1px 1.5rem;
    margin-bottom: 0.25rem;
}

.ic-sidebar-left .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list {
    padding: 0 1.5rem;
    position: relative;
    height: calc(100% - 5.4rem);
    overflow: auto;
}

.ic-sidebar-left .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list .list-group .list-group-item.active {
    color: #5a8dee;
}

.ic-sidebar-left .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list .list-group .list-group-item {
    padding: 5px 0;
    color: #727e8c;
    font-weight: 500;
    background-color: transparent;
}

.ic-sidebar-left .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list .list-group .list-group-item.active:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background-color: #5a8dee;
    left: -23px;
}

.ic-sidebar-left .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list .list-group .list-group-item.active {
    color: #5a8dee;
}

.ic-sidebar-left .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list .list-group .list-group-item {
    padding: 5px 0;
    color: #727e8c;
    font-weight: 500;
    background-color: transparent;
    font-size: 14px;
}

.todo-new-task-sidebar {
    position: fixed;
    right: 0;
    height: calc(100vh - 8rem);
    width: 400px;
    border-radius: 0.267rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #f2f4f4;
    overflow-y: auto !important;
    overflow-anchor: none;
    touch-action: auto;
    right: 1.6rem;
    bottom: 4rem;
    transition: all 0.3s ease-in-out;
    transform: translateX(120%);
    z-index: 4;
}

.ic-todo-card {
    border: none;
}

.todo-new-task-sidebar.show {
    transform: translateX(9%);
}

.ic-todo-list-warper.show {
    visibility: visible;
    transition: all 0.3s ease;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
}

.ic-todo-list-warper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: block;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.ic-todo-mobile-toggle {
    display: none;
}

.bullet.bullet-sm {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.bullet.bullet-primary {
    background-color: #5a8dee;
}

.bullet.bullet-sm {
    width: 10px;
    height: 10px;
}

.bullet.bullet-success {
    background-color: #39da8a;
}

.bullet.bullet-sm {
    width: 10px;
    height: 10px;
}

.bullet.bullet-danger {
    background-color: #ff5b5c;
}

.bullet.bullet-sm {
    width: 10px;
    height: 10px;
}

.bullet.bullet-warning {
    background-color: #fdac41;
}

.bullet.bullet-sm {
    width: 10px;
    height: 10px;
}

.bullet.bullet-info {
    background-color: #00cfdd;
}

.sidebar-menu-list::-webkit-scrollbar {
    width: 5px;
    display: none;
}

.sidebar-menu-list:hover .sidebar-menu-list::-webkit-scrollbar {
    display: block;
}


/* Track */

.sidebar-menu-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}


/* Handle */

.sidebar-menu-list::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 20px;
}


/* Handle on hover */

.sidebar-menu-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.todo-new-task-sidebar .close-icon {
    position: absolute;
    top: 15px;
    right: 5px;
    outline: none;
}

.ic-todo-card .new-task-title {
    font-weight: 600;
    line-height: 1.2;
    color: #475f7b;
}

.ic-todo-card #todo-sidebar-dropdown em {
    font-size: 18px;
    color: #475f7b;
    font-weight: 500;
    margin-right: 15px;
}

.ic-todo-card .close-icon em {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.ic-compose-form textarea {
    font-size: 1rem;
    height: 60px;
    min-height: 60px;
    color: #475f7b;
    background-color: #fff;
    border: 1px solid #dfe3e7;
    border-radius: 0.267rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ic-compose-form textarea:focus {
    color: #475f7b;
    background-color: #fff;
    border-color: #5a8dee;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.ic-compose-form .avatar-content {
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c3c3c3;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
}

.ic-compose-form .avatar-content em {
    line-height: 38px;
    margin-right: 0px;
}

.ic-date-picker-warper {
    margin-bottom: 1.5rem !important;
}

.ic-date-picker-warper button {
    border-radius: 50% !important;
    height: 38px;
    width: 38px;
    text-align: center;
    margin-right: 8px;
}

.ic-date-picker-warper button em {
    margin-right: 0px;
}

.assigned {
    margin-top: 25px;
    margin-bottom: 5px;
}

.ic-add-description textarea {
    height: 115px;
    min-height: 115px;
}

.task-description {
    margin-top: 10px;
}

.ic-add-description textarea::placeholder {
    font-weight: 400 !important;
}

.ic-select-tag .form-control-wrap {
    width: 330px;
}

.ic-select-tag {
    padding: 30px 0px;
}

.ic-select-tag .form-group {
    position: relative;
}

.ic-select-tag-warper {
    display: none;
}

.ic-tag-toggle {
    position: absolute;
    right: 0;
}

.ic-task-dexcription {
    padding: 0px 1rem;
}

.ic-tag-toggle em {
    font-size: 1.2rem;
    color: #727e8c;
}

.ic-task-user .avatar-img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 10px;
}

.ic-task-user .avatar-img img {
    border-radius: 50%;
}

.ic-task-user .ic-avatar-content {
    margin-right: 10px;
}

.has-icon-left .form-control {
    padding-right: 1.6rem;
    padding-left: 2.5rem;
}

.todo-fixed-search input {
    border: 0;
}

.form-control-position {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
}

.ic-todo-list-warper-content .todo-item {
    cursor: pointer;
    -webkit-animation: fadeIn 0.5s linear;
    animation: fadeIn 0.5s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: relative;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    border-top: 1px solid #dfe3e7;
}

.todo-task-list-wrapper {
    border-left: 1px solid #dfe3e7;
}

.todo-task-list-wrapper li {
    list-style-type: none;
}

.ic-todo-list-warper-content .todo-item .handle {
    transition: all 0.3s ease-out;
    opacity: 0;
    margin-right: 0.2rem;
    cursor: move;
    font-size: 1.2rem;
}

.ic-todo-list-warper-content .todo-title {
    font-weight: 500;
    margin-left: 5px !important;
    color: #475f7b;
}

.ic-todo-list-warper-content .avatar {
    width: 30px;
    height: 30px;
}

.ic-todo-list-warper-content .avatar img {
    border-radius: 50%;
}

.todo-item .badge {
    text-transform: uppercase;
}

.ic-todo-list-warper-content .badge.badge-light-primary {
    background-color: #e2ecff;
    color: #5a8dee !important;
    border: none;
    padding: 4px 15px 1px 15px;
    margin-right: 8px;
}

.ic-todo-list-warper-content .badge.badge-light-danger {
    background-color: #ffdede;
    color: #ff5b5c !important;
    border: none;
    padding: 4px 15px 1px 15px;
    margin-right: 8px;
}

.ic-todo-list-warper-content .badge.badge-light-success {
    background-color: #d2ffe8;
    color: #39da8a !important;
    border: none;
    padding: 4px 15px 1px 15px;
    margin-right: 8px;
}

.ic-todo-list-warper-content .todo-item .todo-item-favorite {
    color: #c7cfd6;
    font-size: 1.2rem;
    margin: 0px 15px;
}

.ic-todo-list-warper-content .todo-item-delete {
    color: #c7cfd6;
    font-size: 1.2rem;
}

.todo-task-list .todo-task-list-wrapper .todo-item:hover {
    box-shadow: 0 0 10px 0 rgba(58, 70, 93, 0.25);
    border-color: transparent;
}


/* .todo-task-list .todo-task-list-wrapper .todo-item:first-child:hover {
    box-shadow: 0 0 5px 0 rgba(58, 70, 93, .25);
    border-color: transparent;
} */

.todo-app-list-wrapper .todo-fixed-search {
    padding: 0.51rem 0.1rem;
    border-bottom: 1px solid #dfe3e7;
    border-left: 1px solid #dfe3e7;
    background-color: #fff;
    border-top-right-radius: 0.267rem;
    padding-top: 0px;
}

.has-icon-left .form-control:focus {
    box-shadow: none;
}

.ic-kyc-verification {
    display: none;
}

.list-step li a {
    color: #526484;
    font-size: 14px;
    font-weight: 500;
    font-family: Roboto, sans-serif, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.ic-body-menu {
    /* border-bottom: 1px solid #e5e9f2;
margin-bottom: 15px; */
}

.ic-body-menu li {
    display: inline-block;
}

.ic-body-menu li a {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #6e82a5;
}

.ic-body-menu li:first-child a {
    padding-left: 0px;
}

.ic-dropdown {
    position: absolute;
    background: #f5f6fa;
    z-index: 99;
    min-width: 200px;
    padding: 8px 0px;
}

.ic-body-menu .nav-link.active {
    color: #0971fe;
}

.nk-header-fixed+.nk-content {
    margin-top: 50px;
    position: relative;
}

.ic-menu-dropdown li {
    display: block;
}

.ic-menu-dropdown li {
    padding: 3px 5px;
}

.ic-menu-dropdown a {
    padding: 5px 10px !important;
}

.ic-body-menu .dropdown-toggle {
    position: relative;
}

.ic-body-menu .dropdown-toggle::after {
    position: absolute;
    font-family: "Nioicon";
    content: "";
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-size: 1rem;
    color: #8094ae;
    transition: transform 0.3s, color 0.1s;
}

.ic-team-details-list li {
    display: inline-block;
}

.ic-team-details-list li a {
    color: #171f46;
    padding: 0px 5px;
    font-size: 14px;
    font-weight: 500;
}

.ic-dashboard-heading {
    padding-top: 15px !important;
}

.ic-list-grid a {
    color: #526484;
}

.ic-profile-header h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.ic-profile-header h5 {
    font-size: 16px;
}

.ic-verify-form-group input {
    height: 40px;
}

.ic-admin-attendance-checkin .avatar {
    width: 24px;
    height: 24px;
}

.ic-admin-attendance-checkin .avatar>img {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.ic-admin-attendance-checkin table.table td h2 a {
    color: #333;
    font-weight: 600;
}

.ic-admin-attendance-checkin table.table td h2 .avatar {
    margin-right: 8px;
}

.ic-admin-attendance-checkin h2.table-avatar {
    align-items: center;
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
}

.ic-admin-attendance-checkin .table.custom-table>thead>tr>th {
    padding: 14px 10px;
    vertical-align: middle;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #dee2e6;
    white-space: nowrap;
    color: #333;
}

.ic-admin-attendance-checkin .table.custom-table>tbody>tr>td {
    padding: 15px 10px;
    vertical-align: middle;
    white-space: nowrap;
    color: #333;
}

.ic-modal-recent-activity .res-activity-list {
    height: unset;
}


/**Overtime paidtime page css**/

.ic-stats-info {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 30px 20px;
    text-align: center;
}

.ic-stats-info h6 {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 8px;
}

.ic-stats-info span {
    text-transform: capitalize;
}

.ic-stats-info h4 {
    font-size: 32px;
    margin-bottom: 0;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
}

.ic-stats-info h4 span {
    color: #727272;
    font-size: 12px;
}

.ic-stats-info .color-primary {
    color: #6576ff;
}

.ic-ot-table tbody td h4 {
    font-size: 15px;
    color: #333;
    line-height: 18px;
}

.ic-ot-table tbody td h4 a {
    font-size: 15px;
    color: #333;
}

.ic-ot-table tbody td a {
    font-size: 15px;
    color: #333;
}

.ic-ot-table tbody td .avtar {
    margin-right: 10px;
}

.ic-ot-table tbody td h4 span {
    display: block;
    font-size: 12px;
    color: #888888;
}

.ic-ot-table .new-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 0.875rem;
    border-radius: 50px;
}

.ic-ot-table .new-btn i {
    font-size: 12px;
    margin-right: 5px;
}

.ic-ot-dropdown em {
    margin-right: 5px;
}

.ic-ot-dropdown-btn {
    padding: 0px;
}

.ic-add-overtime a {
    background: #3d388d;
    color: #fff;
}

.ic-add-overtime a:hover {
    color: #fff;
}

.ic-add-overtime i {
    margin-right: 8px;
}

.ic-overtime-modal .form-group {
    margin-bottom: 15px;
}

.ic-overtime-modal .form-group label {
    font-weight: 500;
    font-size: 14px;
}

.ic-overtime-modal .ic-overtime-submit-btn {
    background: #3d388d;
    color: #fff;
    padding: 8px 28px;
    border: 1px solid #3d388d;
    float: right;
}

.ic-timesheet-table .table td {
    white-space: unset;
}

#tabLevaeRequest .ic-timesheet-table .table td {
    white-space: nowrap;
}

.ic-timesheet-modal .form-group {
    margin-bottom: 25px;
}

.nk-content {
    padding: 50px 22px;
}


/**Leave Request Page CSS**/

.indicator-line {
    display: block;
    width: 18px;
    height: 4px;
}

.ic-recent-request-page-separator {
    margin-bottom: 1.5rem;
}

.ic-recent-request-page-separator .ic-page-separator-text {
    padding-left: 0px;
}

.flatpickr-calendar {
    box-shadow: none;
}

.flatpickr-calendar.inline {
    width: 100%;
    max-width: none;
}

.flatpickr-weekdays {
    width: 100%;
}

.flatpickr-rContainer {
    display: block;
    padding: 0;
    box-sizing: border-box;
    margin: auto;
}

.ic-leave-request .input-label {
    text-transform: uppercase;
}

.ic-leave-request .flatpickr-input {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #272c33;
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 0.75rem;
    border: none;
}

.ic-leave-request em {
    color: rgba(39, 44, 51, 0.5);
    font-size: 24px;
    margin-right: 5px;
}

.ic-leave-right-content p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #272c33;
    margin-bottom: 1rem;
}

.ic-leave-right-content small {
    font-size: 0.707rem;
    font-weight: 400;
    color: #272c33;
}

.ic-leave-right-content em {
    color: #3d388d;
    font-size: 24px;
    margin-right: 0.5rem;
}

.ic-leave-right-content .btn-accent {
    background: #3d388d;
    color: #fff;
    font-size: 1rem;
    padding: 12px 18px;
    margin: 15px 0px 20px 0px;
}


/**Leave Setting Page css**/

.ic-card-title {
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.ic-card-title.with-switch {
    display: flex;
    justify-content: space-between;
}

.ic-onoffswitch {
    margin-left: auto;
    position: relative;
    width: 73px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ic-onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 0;
}

.ic-onoffswitch-inner {
    display: block;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    width: 200%;
}

.ic-onoffswitch-checkbox:checked+.ic-onoffswitch-label .ic-onoffswitch-inner {
    margin-left: 0;
}

.ic-onoffswitch-inner:before,
.ic-onoffswitch-inner:after {
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 32px;
    padding: 0;
    width: 50%;
}

.ic-onoffswitch-inner:before {
    background-color: #55ce63;
    color: #fff;
    content: "ON";
    padding-left: 14px;
}

.ic-onoffswitch-inner:after {
    content: "OFF";
    padding-right: 14px;
    background-color: #ccc;
    color: #fff;
    text-align: right;
}

.ic-onoffswitch-switch {
    background: #fff;
    border-radius: 20px;
    bottom: 0;
    display: block;
    height: 20px;
    margin: 5px;
    position: absolute;
    right: 43px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 20px;
}

.ic-onoffswitch-checkbox:checked+.ic-onoffswitch-label .ic-onoffswitch-switch {
    right: 0px;
}

.ic-onoffswitch-checkbox {
    display: none;
}

.ic-leave-item {
    max-width: 653px;
}

.ic-leave-row {
    display: flex;
    margin-bottom: 15px;
}

.ic-leave-row .leave-left {
    flex: 1 1 auto;
}

.ic-leave-row .leave-left .input-box {
    max-width: 410px;
}

.ic-leave-right {
    align-items: center;
    display: flex;
    flex: 0 0 200px;
    justify-content: end;
    margin-top: 31px;
    min-height: 44px;
    text-align: right;
}

.leave-inline-form {
    align-items: center;
    display: flex;
    min-height: 44px;
}

.ic-leave-header {
    align-items: center;
    color: #212536;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ic-leave-box label {
    color: #1f1f1f;
    font-size: 0.9375rem;
    margin-bottom: 10px;
}

.ic-leave-box .title {
    color: #212536;
    font-size: 0.9375rem;
}

.leave-edit-btn {
    color: #216ef4;
    background-color: transparent;
    border: 0;
    padding: 0 6px;
    transition: unset;
    font-weight: 500;
}

.form-check-label {
    margin-bottom: 0px !important;
}

.add-custom-btn {
    background: #3d388d;
    border: 1px solid #3d388d;
    padding: 5px 10px;
}

.ic-leave-box .avatar>img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 5px;
}

.ic-custom-policy .avatar>img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 5px;
}

.ic-mb-30 {
    margin-bottom: 30px;
}

.ic-delete-btn {
    margin-left: 10px;
}

.ic-leave-h-btn {
    display: none;
    background: #3d388d;
    border: 1px solid #3d388d;
}

.ic-leave-h-btn.cancel {
    margin-left: 10px;
    background: transparent;
    color: #3d388d;
}


/**Employee Profile Page CSS**/

.ic-employee-profile-nav-tabs {
    border-top: 1px solid #dbdfea;
}

.ic-employee-profile-nav-tabs .nav-link::after {
    height: 2px;
    display: none;
}

.ic-employee-profile-nav-tabs li {
    position: relative;
}

.ic-employee-profile-nav-tabs li::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 20px;
    background: #dbdfea;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.ic-employee-profile-nav-tabs .nav-link.last-child::before {
    display: none;
}

.ic-employee-profile-nav-tabs .nav-item {
    padding: 0px;
}

.ic-employee-profile-nav-tabs .nav-item .nav-link {
    padding: 0px 0px;
    position: relative;
    width: 100px;
    height: 45px;
}

.ic-employee-profile-nav-tabs .nav-item .nav-link img {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 10px;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.ic-employee-profile-nav-tabs .nav-item .nav-link p {
    transform: translateY(20px);
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    color: #004a3f;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    text-align: center;
}

.ic-employee-profile-nav-tabs .nav-item .nav-link:hover p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.ic-employee-profile-nav-tabs .nav-item .nav-link:hover img {
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.ic-employee-profile-nav-tabs .nav-item .nav-link:hover .ic-employee-profile-nav-tabs .nav-item .nav-link em {
    font-size: 24px;
    font-weight: 400;
    color: #526484;
}

.ic-employee-profile-nav-tabs .nav-item .nav-link.active em {
    color: #3d388d;
    font-weight: 500;
}

.ic-card-p-0 {
    padding: 0;
}

#tabTodoList {
    position: relative;
    overflow: hidden;
}

.todo-new-task-sidebar {
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    right: 24px;
    height: auto !important;
    z-index: 3;
}

.todo-sidebar-select select {
    width: 100%;
}

.ic-col-pr-0 {
    padding-right: 0px;
}

.ic-card-b-n {
    border: none;
}

.ic-card-inner {
    padding-top: 1rem;
}

.ic-employee-profile-tab-salary .badge {
    background: none !important;
}

.ic-employee-profile-tab-salary .btn-trigger .badge-primary {
    border-color: #0971fe;
    background: #0971fe !important;
}

#froala-editor {
    min-height: 115px;
    border: 2px solid #e5e5e5;
    border-radius: 20px;
}

#froala-editor a {
    display: none !important;
}

.fr-toolbar {
    border-top: none !important;
}

.fr-toolbar.fr-top {
    box-shadow: none !important;
    border: none !important;
    border-radius: 20px !important;
    bottom: 0 !important;
    position: absolute;
    display: flex;
    top: unset !important;
    width: 100%;
}

.fr-box.fr-basic .fr-element {
    min-height: 115px !important;
}

.fr-box.fr-basic.fr-top .fr-wrapper {
    box-shadow: none !important;
    border: none !important;
    border-radius: 20px !important;
}

.fr-separator {
    background: none !important;
}

.ic-post-bottom {
    margin-top: 20px;
}

.ic-post-bottom ul {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0px;
}

.ic-post-bottom ul li {
    display: inline-block;
    margin-bottom: 8px;
}

.ic-post-bottom ul li .avater {
    width: 25px;
    height: 25px;
    background: #fdefd7;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
}

.ic-post-bottom ul li a {
    padding-right: 10px;
    padding-bottom: 15px;
}

.ic-post-bottom ul li span {
    color: #004a3f;
    font-size: 14px;
}

.ic-card-p {
    padding: 20px;
}

.ic-post-button {
    margin-top: 20px;
}

.ic-team-dropdown a {
    background: #f9f9f9;
    border-radius: 20px;
    padding: 4px 12px;
}

.ic-team-dropdown .user-status {
    color: #4f4f4f;
    font-size: 13px;
}

.ic-team-dropdown .user-icon em {
    font-size: 18px;
    color: #33e2a0;
    margin-right: 8px;
}

.ic-team-dropdown .arrow-icon em {
    font-size: 14px;
    color: #4f4f4f;
    margin-left: 8px;
}

.ic-task-dropdown-menu a {
    background: #fff;
}

.ic-post-button .ic-discard-btn {
    color: #ed7777;
    display: inline-block;
    margin-right: 12px;
}

.ic-post-button .ic-post-btn {
    background: #004a3f;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    padding: 4px 32px;
}

.ic-recognitions-area {
    margin-top: 20px;
}

.ic-recognitions-header {
    margin-bottom: 20px;
}

.ic-recognitions-header ul li span {
    font-size: 14px;
    color: #004a3f;
    font-weight: 700;
    margin-left: 8px;
}

.ic-recognitions-header ul li .view-more {
    color: #004a3f;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 12px;
}

.ic-recognitions-header ul li em {
    color: #004a3f;
    font-size: 18px;
}

.ic-recognitions-header ul li .pin {
    margin: 0px 10px;
    margin-left: 14px;
}

.ic-recognition-item {
    border: 1px solid #c6c6c659;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 30px 5px 25px 5px;
}

.ic-recognition-item .content h4 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    color: #004a3f;
    margin-bottom: 12px;
}

.ic-recognition-item .content {
    margin-top: 25px;
}

.ic-recognition-item .content p {
    color: #828282;
    line-height: 20px;
    font-weight: 400;
    width: 75%;
    margin: auto;
}

.ic-recognition-item .user-thumb {
    margin-top: 10px;
}

.ic-recognition-item .user-thumb img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: -12px;
    display: inline-block;
}

.ic-col-pr-5 {
    padding-right: 5px;
}

.ic-recognition-item .user-thumb span {
    color: #004a3f;
    font-size: 12px;
    font-weight: 500;
}

.ic-post-item-area {
    padding-top: 10px;
}

.ic-post-item-nav-tabs .nav-link {
    color: #004a3f;
    font-weight: 500;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
}

.ic-post-item-nav-tabs .nav-item {
    padding-right: 1rem;
}

.ic-post-item-nav-tabs .nav-link.active {
    color: #004a3f;
    font-weight: 700;
}

.ic-post-item-nav-tabs .nav-link:after {
    background: #004a3f;
}

.ic-user-post-content-text {
    border: 1px solid #dbdfea;
    padding: 20px 30px 20px 30px;
    border-radius: 5px;
    position: relative;
    margin-left: 45px;
    margin-top: 10px;
}

.arrow {
    width: 0;
    height: 0;
    border-radius: 0px;
    display: inline-block;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: -11px;
    top: -12px;
    transform: rotate(45deg);
}

.arrow:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
}

.arrow-left {
    border-bottom: 11px solid transparent;
    border-right: 21px solid #dbdfea;
    border-top: 11px solid transparent;
}

.arrow-left:after {
    border-bottom: 11px solid transparent;
    border-right: 20px solid #fff;
    border-top: 11px solid transparent;
    left: 3px;
    top: -11px;
}

.ic-user-post-header h4 {
    font-size: 14px;
}

.ic-user-post-header .title-left .title {
    margin-left: 10px;
}

.ic-user-post-header .title-left .title h4 {
    color: #004a3f;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}

.ic-user-post-header .title-left .title h4 span {
    color: #828282;
    font-weight: 400;
}

.ic-user-post-header .title-left .title h4 p {
    color: #828282;
    text-transform: capitalize;
}

.nk-content {
    padding: 20px 15px;
}

.ic-user-post-content-text .content p {
    color: #828282;
    margin-bottom: 15px;
    font-weight: 400;
}

.ic-user-post-content-text .content p span {
    color: #004a3f;
}

.ic-user-post-content-text .content p .read-more {
    color: #8326f2;
    text-transform: capitalize;
}

.ic-user-post-content-text .ic-post-tag ul li {
    display: inline-block;
}

.ic-user-post-content-text .ic-post-tag ul li a {
    color: #8326f2;
    font-weight: 400;
    padding-right: 8px;
    font-size: 13px;
}

.ic-comment--header ul li {
    display: inline-block;
    margin-right: 15px;
}

.ic-comment--header img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: -12px;
}

.ic-comment--header {
    margin-left: 5px;
    margin-top: 20px;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 10px;
}

.ic-comment--header ul {
    display: flex;
    align-items: center;
}

.ic-comment--header .user-thumb a {
    display: flex;
    align-items: center;
}

.ic-comment--header ul li a {
    color: #4f4f4f;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.ic-comment--header ul li em {
    font-size: 16px;
    margin-right: 5px;
}

.ic-comment--header ul li .thumb-icon em {
    color: #56ccf2;
}

.ic-comment--header ul li .star em {
    color: #fbb139;
}

.ic-post-comment-item {
    margin-top: 10px;
}

.ic-comment-body {
    margin-left: 0px;
    margin-top: 10px;
}

.ic-comment-body .ic-post-comment-item .thumb img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.ic-comment-body .title {
    padding: 8px;
}

.ic-comment-body .title a {
    color: #c27800;
    text-transform: capitalize;
}

.ic-comment-box {
    position: relative;
    border: 1px solid #dbdfea;
    border-radius: 5px;
    margin-left: 40px;
    padding: 8px 0px 8px 20px;
}

.ic-arrow2 {
    width: 0;
    height: 0;
    border-radius: 0px;
    display: inline-block;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: -11px;
    top: -12px;
    transform: rotate(45deg);
}

.ic-arrow2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
}

.ic-arrow-left2 {
    border-bottom: 11px solid transparent;
    border-right: 21px solid #dbdfea;
    border-top: 11px solid transparent;
}

.ic-arrow-left2:after {
    border-bottom: 11px solid transparent;
    border-right: 20px solid #fff;
    border-top: 11px solid transparent;
    left: 3px;
    top: -11px;
}

.ic-post-comment-item .thumb {
    display: flex;
}

.ic-post-comment-item .thumb a {
    color: #000000;
    margin-left: 10px;
}

.ic-post-comment-item .thumb span {
    color: #828282;
    margin-left: 5px;
}

.ic-post-comment-item .thumb span i {
    color: #828282;
    font-size: 12px;
}

.ic-comment-box p {
    color: #828282;
    font-size: 13px;
}

.ic-comment-box p span {
    color: #004a3f;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
}

.ic-comment-react {
    position: absolute;
    right: 15px;
    bottom: -10px;
}

.ic-comment-react a {
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 4px 6px 4px 6px;
    color: #c6c6c6;
    font-size: 12px;
}

.ic-comment-react a span {
    width: 16px;
    height: 16px;
    background: #56ccf2;
    border-radius: 50%;
    /* font-size: 10px; */
    display: inline-block;
    text-align: center;
    line-height: 16px;
}

.react-love a span {
    background: #ea233d;
}

.ic-comment-react a em {
    color: #fff;
    font-size: 10px;
}

.ic-comment-reply-delete {
    margin-left: 42px;
    margin-top: 10px;
}

.ic-comment-reply-delete ul li {
    display: inline-block;
    margin-right: 12px;
}

.ic-comment-reply-delete ul li em {
    color: #56ccf2;
    font-size: 16px;
}

.ic-comment-reply-delete ul li a {
    color: #000000;
    font-size: 13px;
}

.ic-post-comment-reply-item {
    margin-left: 40px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.ic-comment-box input {
    border: none;
}

.ic-comment-box input:focus {
    outline: none;
    box-shadow: none;
}

.ic-mt-20 {
    margin-top: 20px;
}

.thumb-bottom-content h4 {
    color: #004a3f;
    font-weight: 700;
    margin-top: 5px;
}

.thumb-bottom-content h4 span {
    color: #00c9ac;
    font-size: 12px;
}

.ic-progress-warper {
    border: 1px solid #c6c6c6;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px;
}

.ic-progress-warper .progress {
    margin-bottom: 10px;
    border-radius: 25px;
}

.ic-progress-warper .progress-bar {
    border-radius: 25px;
}

.ic-calender-card {
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.ic-activity-calender-right .title span {
    color: #004a3f;
    font-size: 15px;
    font-weight: 700;
    margin-left: 5px;
}

.ic-activity-calender-right .title em {
    color: #004a3f;
    font-size: 16px;
}

.ic-appoinment .today-date span {
    color: #828282;
    font-size: 12px;
}

.ic-appoinment {
    margin-top: 15px;
    margin-bottom: 15px;
    align-items: center;
}

.ic-appoinment .today-date p {
    color: #004a3f;
}

.ic-appoinment .add-apoinment-btn a {
    background: #004a3f;
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
}

.ic-date-calender {
    border-top: 1px solid #bff1ea;
    border-bottom: 1px solid #bff1ea;
}

.ic-date-calender ul {
    display: flex;
    justify-content: space-around;
}

.ic-date-calender ul li {
    text-align: center;
    padding: 4px 0px 8px 0px;
}

.ic-date-calender ul li a {
    color: #828282;
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
}

.ic-date-calender ul li a.active {
    color: #00c9ac;
}

.ic-date-calender ul li a.active .date {
    color: #00c9ac;
}

.ic-date-calender ul li a p {
    color: #000000;
}

.ic-filemanager-nk-fmg {
    padding-left: 0px;
}

.ic-employee-profile-warp {
    padding-left: 0px !important;
}

.ic-appointment-warper {
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    margin-top: 15px;
}

.appointment-phone {
    background: #e5faf7;
}

.ic-appointment-item {
    border-radius: 10px;
    padding: 15px 10px 15px 10px;
}

.ic-appointment-item .complete span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #27ae60;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.ic-appointment-item .complete em {
    color: #f2f2f2;
    font-size: 18px;
    line-height: 30px;
}

.ic-appointment-item .content {
    margin-left: 10px;
}

.ic-appointment-item .content .title {
    margin-bottom: 5px;
}

.ic-appointment-item .content .title h4 {
    font-size: 13px;
    color: #004a3f;
    font-weight: 600;
    margin-bottom: 2px;
}

.ic-appointment-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ic-appointment-item .content .title p {
    color: #828282;
    font-size: 13px;
    text-transform: capitalize;
}

.ic-appointment-item .content .time p {
    color: #27ae60;
    font-size: 13px;
    font-weight: 500;
}

.ic-appointment-item .icon em {
    font-size: 20px;
    color: #004a3f;
}

.appointment-metting {
    background: #d5f2fc;
}

.appointment-metting .complete span {
    background: #56ccf2;
}

.appointment-metting .content .time p {
    color: #2f80ed;
}

.appointment-metting .icon em {
    color: #56ccf2;
}

.appointment-cancle {
    background: #fad5d5;
}

.appointment-cancle .complete span {
    background: #eb5757;
}

.appointment-cancle .content .time p {
    color: #fd4181;
}

.appointment-cancle .icon em {
    color: #eb5757;
}

.appointment-discuss {
    background: #fcf1d2;
}

.appointment-discuss .complete span {
    background: #fb9b00;
}

.appointment-discuss .content .time p {
    color: #fb9b00;
}

.appointment-discuss .icon em {
    color: #fb9b00;
}

.ic-appointment-item {
    margin-bottom: 10px;
}

.ic-my-task-card {
    margin-top: 20px;
}

.ic-my-task-warper {}

.ic-mytask-item {
    border: 1px solid#C6C6C6;
    border-radius: 10px;
    padding: 15px 15px;
}

.ic-mytask-item .task-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #bfd2cf;
    padding-bottom: 6px;
}

.ic-mytask-item .task-header h4 {
    color: #828282;
    font-size: 14px;
    font-weight: 500;
}

.ic-mytask-item .task-header em {
    color: #004a3f;
    font-size: 16px;
}

.task-body-content {
    display: flex;
    justify-content: space-between;
    padding: 14px 0px;
    align-items: center;
}

.task-body-content .content {
    border-left: 2px solid #bfd2cf;
    padding-left: 10px;
    padding: 4px 0px 4px 10px;
}

.task-body-content .content h4 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    color: #004a3f;
    margin-bottom: 4px;
}

.task-body-content .content p {
    color: #828282;
    font-size: 12px;
}

.task-body-content .icon em {
    font-size: 16px;
    color: #828282;
}

.task-footer {
    border-top: 1px solid #bfd2cf;
    padding-top: 10px;
}

.task-footer ul {
    display: flex;
    justify-content: space-between;
}

.task-footer ul li {
    display: flex;
    align-items: center;
}

.task-footer ul li em {
    color: #00c9ac;
    margin-right: 3px;
}

.task-footer ul li span {
    color: #828282;
    font-size: 11px;
}

.ic-my-task-warper {
    margin-top: 15px;
}

.process-task .task-header h4 {
    color: #f2c94c;
}

.process-task .task-body-content .content {
    border-left: 2px solid #f2c94c;
}

.complete-task .task-header h4 {
    color: #00c9ac;
}

.complete-task .task-body-content .content {
    border-left: 2px solid #00c9ac;
}

.struggling-task .task-header h4 {
    color: #eb5757;
}

.struggling-task .task-body-content .content {
    border-left: 2px solid #eb5757;
}

.ic-my-task-warper .ic-mytask-item {
    margin-bottom: 10px;
}

.ic-my-task-warper .ic-mytask-item:last-child {
    margin-bottom: 0px;
}

.ic-my-task-card {
    padding: 15px;
}

.ic-priorty-add-filter ul {
    display: flex;
    justify-content: space-between;
}

.ic-priorty-add-filter span {
    border: none !important;
    color: #4f4f4f !important;
    font-size: 14px !important;
}

.ic-priorty-add-filter ul li a {
    color: #004a3f;
    font-size: 14px;
    font-weight: 500;
}

.ic-priority-badge-btn ul {
    display: flex;
    justify-content: space-between;
}

.ic-priority-badge-btn ul li .badge {
    color: #fff;
    text-transform: uppercase;
    padding: 2px 12px 0px 12px;
}

.badge-color1 {
    background: #ec80fc;
    border: 1px solid #ec80fc;
}

.badge-color2 {
    background: #fb9b00;
    border: 1px solid #fb9b00;
}

.badge-color3 {
    background: #4ad965;
    border: 1px solid #4ad965;
}

.badge-color4 {
    background: #ff7b50;
    border: 1px solid #ff7b50;
}

.badge-color5 {
    background: #fd4181;
    border: 1px solid #fd4181;
}

.badge-color6 {
    background: #2f80ed;
    border: 1px solid #2f80ed;
}

.badge-color7 {
    background: #eb5757;
    border: 1px solid #eb5757;
}

.badge-color8 {
    background: #c4b28e;
    border: 1px solid #c4b28e;
}

.badge-color9 {
    background: #00c9ac;
    border: 1px solid #00c9ac;
}

.badge-color10 {
    background: #bdbdbd;
    border: 1px solid #bdbdbd;
}

.badge-color11 {
    background: #004a3f;
    border: 1px solid #004a3f;
}

.badge-color12 {
    background: #bb6bd9;
    border: 1px solid #bb6bd9;
}

.ic-priority-badge-btn {
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 10px;
    padding-top: 20px;
}

.ic-priority-badge-btn ul {
    margin-bottom: 15px;
}

.ic-my-project-card {
    padding: 15px;
}

.ic-priority-based-project-item {
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    /* padding: 10px; */
    margin-top: 15px;
}

.ic-priority-based-project-item .priority-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c6c6c6;
    padding: 10px;
}

.ic-priority-based-project-item .priority-header .thumbnil {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    background: #e0e0e0;
    text-align: center;
}

.ic-priority-based-project-item .priority-header .left {
    display: flex;
}

.ic-priority-based-project-item .priority-header .left .text {
    margin-left: 10px;
}

.ic-priority-based-project-item .priority-header h4 {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
}

.ic-priority-based-project-item .priority-header span {
    font-size: 12px;
    color: #828282;
}

.ic-priority-based-project-item .priority-header em {
    font-size: 20px;
    color: #004a3f;
}

.ic-priority-based-project-item .priority-body .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.ic-priority-based-project-item .priority-body h4 {
    color: #004a3f;
    font-size: 12px;
    font-weight: 700;
}

.ic-priority-based-project-item .priority-body .title a {
    color: #828282;
    font-size: 12px;
    border: 1px solid #ec80fc;
    border-radius: 10px;
    padding: 1px 13px 0px 13px;
}

.ic-priority-based-project-item .priority-body .content p {
    color: #4f4f4f;
    line-height: 20px;
    margin-bottom: 10px;
}

.ic-priority-based-project-item .priority-body .content p span {
    color: #00c9ac;
    font-weight: 700;
}

.ic-priority-based-project-item .priority-body .ic-percentage-value {
    text-align: center;
}

.ic-priority-based-project-item .priority-body .ic-progress-bar .progress {
    border-radius: 20px;
}

.ic-priority-based-project-item .priority-body .ic-progress-bar .progress-bar {
    border-radius: 20px;
}

.ic-priority-based-project-item .priority-body .ic-percentage-value span {
    color: #969696;
    font-size: 12px;
}

.ic-priority-based-project-item .priority-body .ic-percentage-value p {
    color: #969696;
    font-size: 11px;
    line-height: 5px;
}

.ic-priority-based-project-item .priority-body .track {
    border: 1px solid #c6c6c6;
    padding: 5px 5px;
}

.ic-priority-based-project-item .priority-body .track ul {
    display: flex;
    justify-content: space-between;
}

.ic-priority-based-project-item .priority-body .track .badge {
    color: #fff;
    padding: 2px 15px;
}

.ic-priority-based-project-item .priority-body .track ul li {
    color: #4f4f4f;
    display: flex;
    align-items: center;
}

.ic-priority-based-project-item .priority-body .track ul li span {
    font-size: 11px;
    font-weight: 500;
    margin-left: 2px;
}

.ic-priority-based-project-item .priority-body .track ul li em {
    font-size: 16px;
}

.ic-priority-based-project-item .priority-footer {
    margin-top: 5px;
    padding: 0px 10px 10px 10px;
    display: flex;
    justify-content: space-between;
}

.ic-priority-based-project-item .priority-footer .title h6 {
    color: #828282;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
}

.ic-priority-based-project-item .priority-footer .team-member .thumbnill img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.ic-priority-based-project-item .owner {
    margin-bottom: 5px;
}

.ic-priority-based-project-item .priority-footer .team-member .thumbnill span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    border: 1px dotted #5e6978;
    display: inline-block;
}

.ic-priority-based-project-item .priority-footer .owner .content h5 {
    font-size: 12px;
    color: #828282;
    font-weight: 700;
    line-height: 5px;
}

.ic-priority-based-project-item .priority-footer .owner .content span {
    color: #828282;
    font-size: 12px;
}

.ic-priority-based-project-item .priority-footer .owner .thumbnil-content .content {
    margin-left: 2px;
}

.priority-body {
    padding: 10px;
}

.priority-body .ic-progress-bar {
    margin-bottom: 15px;
}

.ic-my-project-card {
    margin-top: 20px;
}

.ic-medium-priority .priority-body .title a {
    border: 1px solid #ff7b50;
}

.ic-medium-priority .priority-body h4 {
    color: #fbb139;
}

.ic-high-priority .priority-body .title a {
    border: 1px solid #fb9b00;
}

.ic-high-priority .priority-body h4 {
    color: #eb5757;
}

.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    display: none;
}

.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
    display: none;
}

.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
    display: none;
}

.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
    display: none;
}

.nk-header-fixed+.nk-content {
    margin-top: 0px;
}

.ic-activity-create-question {
    display: none;
}

.ic-activity-create-question label {
    font-size: 14px;
    color: #828282;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 11px;
}

.ic-activity-create-question .question-title label {
    margin-left: 8px;
}

.ic-activity-create-question input {
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    border: 1px solid #c6c6c6;
}

.ic-activity-create-question input:focus {
    box-shadow: none;
}

.ic-activity-create-question .question-details a {
    display: none !important;
}

#froala-editor-question {
    min-height: 86px;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
}

.ic-activity-create-question .select-category label {
    margin-right: 8px;
}

.ic-activity-create-question .select-category input {
    height: 32px;
    line-height: unset;
}

.ic-activity-create-question .select2-container--default .select2-selection--multiple {
    border-radius: 10px;
}

.ic-activity-create-question .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 4px 0.5rem;
}

.ic-activity-create-question .add-poll label {
    font-size: 13px;
    color: #828282;
    font-weight: 400;
}

.ic-activity-create-question .add-poll em {
    font-size: 25px;
    margin-right: 5px;
}

.ic-activity-create-question .add-poll .menu-icon {
    color: #fb9b00;
}

.ic-activity-create-question .add-poll .menu-icon em {
    font-size: 22px;
}

.ic-activity-create-question .add-poll .plus-icon {
    color: #00c9ac;
}

.ic-activity-create-question .add-poll .cross-icon {
    color: #eb5757;
}

.ic-activity-create-question .date em {
    color: #00c9ac;
    font-size: 20px;
}

.ic-activity-create-question .response-check label {
    color: #828282;
    font-size: 13px;
    font-weight: 600;
    margin-left: 5px;
}

.ic-activity-create-question .tagsinput {
    border-radius: 10px;
    border: 1px solid #c6c6c6;
}

.ic-activity-create-question #tags_tagsinput {
    padding: 10px 0px 0px 10px;
}

.ic-activity-create-question .tagsinput #tags_tag {
    width: 100% !important;
}

.ic-activity-create-question .tagsinput span.tag {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 4px 12px 4px 12px;
    text-transform: uppercase;
    border: 1px solid #f9f9f9;
    color: #4f4f4f;
}

.ic-activity-create-question .tagsinput span.tag a {
    color: #828282;
    font-size: 14px;
}

.ic-activity-create-question .question-title {
    margin-bottom: 20px;
}

.ic-activity-create-question .question-details {
    margin-bottom: 20px;
}

.ic-activity-create-question .select-category {
    margin-bottom: 20px;
}

.ic-activity-create-question .add-poll {
    margin-bottom: 20px;
}

.ic-activity-create-question .add-poll .custom-control {
    margin-bottom: 10px;
}

.ic-activity-create-question .date {
    margin-bottom: 20px;
}

.ic-activity-create-question .response-check {
    margin-bottom: 20px;
}

.ic-suggestion-post {
    display: none;
}

.ic-suggestion-post label {
    font-size: 14px;
    color: #828282;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 11px;
}

.ic-suggestion-post input {
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    border: 1px solid #c6c6c6;
}

.ic-suggestion-post .discribe-suggestion a {
    display: none !important;
}

.ic-textarea-editor {
    min-height: 86px;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
}

.ic-suggestion-post .tagsinput {
    border-radius: 10px;
    border: 1px solid #c6c6c6;
}

.ic-suggestion-post #suggestionTags_tagsinput {
    padding: 10px 0px 0px 10px;
}

.ic-suggestion-post .tagsinput #tags_tag {
    width: 100% !important;
}

.ic-suggestion-post .tagsinput span.tag {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 4px 12px 4px 12px;
    text-transform: uppercase;
    border: 1px solid #f9f9f9;
    color: #4f4f4f;
}

.ic-suggestion-post .tagsinput span.tag a {
    color: #828282;
    font-size: 14px;
}

.ic-suggestion-post .form-group {
    margin-bottom: 20px;
}

.nk-sidebar {
    display: none;
}

.has-sidebar .ic-sidebar-hide {
    padding-left: 0px;
}

.employee-profile-sidebar-block {
    padding-left: 0px !important;
}

.ic-add-overly {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.ic-inbox-employee-profile-header {
    display: none;
    padding-left: 20px;
}

.ic-employee-profile-show {
    padding-right: 30px;
}

.ic-employee-profile-show em {
    font-size: 20px;
    color: #526484;
}

.ic-employee-profile-inbox-tab {
    margin-top: 0px !important;
}

.ic-employee-filemanager-aside {
    top: 0px;
    left: 0px;
    position: absolute;
}

.ic-employee-profile-todo-card {
    position: relative;
}

.ic-employee-profile-directory-tab-content {
    padding: 0px 25px;
}

.ic-tab-content-padding {
    padding: 0px 25px;
}

.ic-col-p-0 {
    padding: 0px;
}

.ic-employee-side-card {
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    background: #fff;
    padding: 18px;
}

.ic-employe-right-sidebar-header ul li {
    display: flex;
    align-items: center;
}

.ic-employe-right-sidebar-header ul li em {
    margin-left: 5px;
    font-size: 16px;
}

.ic-employe-right-sidebar-header ul li span {
    font-size: 14px;
    color: #004a3f;
    font-weight: 700;
    margin-left: 5px;
}

.ic-today-pulse-react img {
    padding: 0px 5px;
}

.ic-today-pulse-delete-explanation .title-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ic-today-pulse-delete-explanation .title h5 {
    color: #004a3f;
    font-size: 12px;
    font-weight: 600;
}

.ic-today-pulse-delete-explanation .text textarea {
    height: 85px;
}

.ic-today-pulse-delete-explanation .ic-checkin-btn a {
    background: #fb9b00;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 6px 18px;
}

.ic-employe-right-sidebar-header {
    margin-bottom: 15px;
}

.ic-today-pulse-react {
    margin-bottom: 15px;
}

.ic-today-pulse-delete-explanation .title-header {
    margin-bottom: 8px;
}

.ic-today-pulse-delete-explanation .title-header .edit span {
    color: #004a3f;
}

.ic-today-pulse-delete-explanation .title-header .edit em {
    color: #004a3f;
}

.ic-today-pulse-delete-explanation .ic-checkin-btn {
    margin-top: 20px;
    margin-bottom: 10px;
}

.ic-mt-30 {
    margin-top: 20px;
}

.ic-employee-right-directory-tab ul li {
    padding-right: 0px !important;
}

.ic-employee-right-directory-tab ul li .nav-link {
    padding: 8px 22px !important;
    color: #004a3f;
    font-size: 13px;
    font-weight: 600;
}

.ic-employee-right-directory-tab ul li .nav-link.active {
    color: #004a3f;
}

.ic-employee-right-directory-tab .nav-tabs .nav-link:after {
    background: #004a3f;
}

.ic-employee-right-directory-tab .ic-my-teams-content .thumbnill img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.ic-employee-right-directory-tab .ic-my-teams-content .thumbnill {
    position: relative;
}

.ic-employee-right-directory-tab .ic-my-teams-content .content h5 {
    font-size: 12px;
    color: #000000;
}

.ic-employee-right-directory-tab .ic-my-teams-content .content p {
    color: #828282;
    font-size: 11px;
}

.ic-employee-right-directory-tab .ic-my-teams-content .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ic-employee-right-directory-tab .ic-my-teams-content .item .left {
    display: flex;
    align-items: center;
}

.ic-employee-right-directory-tab .ic-my-teams-content .item .left .content {
    margin-left: 10px;
}

.ic-employee-right-directory-tab .ic-my-teams-content .item .right a {
    color: #fff;
    padding: 2px 10px 0px 10px;
}

.ic-employee-right-directory-tab .ic-my-teams-content .item {
    border: 1px solid #c6c6c6;
    border-radius: 10px;
    padding: 15px 10px;
}

.ic-employee-right-directory-tab .active-inactive {
    width: 10px;
    height: 10px;
    background: #fb9b00;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    bottom: 3px;
    border: 1px solid #f2f2f2;
}

.badge-color-offline {
    background: #7a7a7a;
}

.ic-employee-right-directory-tab .active-inactive2 {
    background: #7a7a7a;
}

.badge-color-available {
    background: #00c9ac;
}

.ic-employee-right-directory-tab .active-inactive3 {
    background: #00c9ac;
}

.badge-color-away {
    background: #fb9b00;
}

.ic-employee-right-directory-tab .active-inactive4 {
    background: #fb9b00;
}

.badge-color-busy {
    background: #eb5757;
}

.ic-employee-right-directory-tab .active-inactive5 {
    background: #eb5757;
}

.ic-employee-right-directory-tab .item {
    margin-bottom: 20px;
}

.ic-all-teams-content .thumbnill .circle {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #828282;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
}

.ic-all-teams-content .thumbnill .circle p {
    font-weight: 500;
}

.ic-all-teams-content .thumbnill .circle .color-1 {
    color: #8326f2;
}

.ic-all-teams-content .thumbnill .circle .color-2 {
    color: #004a3f;
}

.ic-all-teams-content .thumbnill .circle .color-3 {
    color: #fd4181;
}

.ic-all-teams-content .thumbnill .circle .color-4 {
    color: #2f80ed;
}

.ic-all-teams-content .thumbnill .circle .color-5 {
    color: #c27800;
}

.ic-all-teams-content .content h5 {
    font-size: 13px !important;
    font-weight: 500;
    margin-bottom: 3px;
}

.ic-all-teams-content .right em {
    color: #eb5757;
    font-size: 20px;
    font-weight: 600;
}

.ic-clebration-item .thumbnil .clebration img {
    width: 180px;
    margin: auto;
}

.ic-clebration-item .thumbnil .user img {
    width: 60px;
}

.ic-clebration-item .thumbnil {
    position: relative;
}

.ic-clebration-item .thumbnil .user {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ic-clebration-item .clebration-btn a {
    background: #fb9b00;
    font-size: 12px;
    color: #f2f2f2;
    letter-spacing: 1px;
    font-weight: 400;
    border-radius: 20px;
    display: inline-block;
    padding: 6px 18px;
}

.ic-clebration-item-content {
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    border-radius: 5px;
    margin: 0px 0px;
    padding: 10px 0px 15px 0px;
}

.ic-clebration-item-content h4 {
    font-size: 16px;
    color: #004a3f;
    font-weight: 700;
    text-transform: capitalize;
}

#ic-clebration-slider {
    border-bottom: 1px solid #004a3f52;
    padding-bottom: 10px;
}

#ic-clebration-slider .owl-dots {
    text-align: center;
}

#ic-clebration-slider .owl-dot {
    width: 10px;
    height: 10px;
    background: #c4c4c4;
    border-radius: 50%;
    margin-right: 5px;
}

#ic-clebration-slider .owl-dot.active {
    background: #004a3f;
}

.ic-birthday-anniversary-tab {
    margin-top: 5px;
}

.ic-my-teams-content .right p {
    color: #828282;
    font-size: 12px;
    font-weight: 500;
}

.ic-termination-area .title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 25px;
}

.ic-termination-area .title em {
    font-size: 18px;
}

.ic-termination-area .title h4 {
    font-size: 18px;
    color: #004a3f;
    font-weight: 700;
    margin-left: 10px;
}

.ic-info-area ul li {
    margin-bottom: 8px;
}

.ic-info-area .ic-user-info-left li {
    font-weight: 600;
}

.employee-list-form-group {
    display: flex;
    align-items: center;
}

.employee-list-form-group .form-control-wrap {
    width: 50%;
    margin-left: 10px;
}

.ic-termination-employee-assets {
    margin-top: 40px;
}

.ic-termination-employee-assets .title h4 {
    margin-left: 0px;
}

.table .ic-thead-primary th {
    background: #798bff;
    color: #fff;
}

.ic-termination-employee-assets .ic-submit-btn a {
    background: #004a3f;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 32px;
    color: #fff;
}

.ic-employee-exit-checklist {
    margin-top: 40px;
}

.ic-employee-exit-checklist .ic-exit-checklist-btn a {
    background: #004a3f;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 32px;
    color: #fff;
    margin-left: 5px;
}

.ic-termination-employee-assets .table tbody tr td em {
    font-size: 18px;
}

.verified-checkbox {
    margin-top: 10px;
}


/**Resign Employee Page**/

.ic-resignation-header .title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 25px;
}

.ic-resignation-header .title h4 {
    font-size: 18px;
    color: #004a3f;
    font-weight: 700;
}

.ic-resignation-header .user {
    display: flex;
    align-items: center;
}

.ic-resignation-header .user {
    margin-bottom: 20px;
}

.ic-resignation-header .user .thumbnill img {
    width: 35px;
    border-radius: 5px;
    margin-right: 10px;
}

.ic-resignation-header .user .name h6 {
    font-size: 12px;
}

.ic-resign-card {
    padding: 0px;
}

.ic-card-inner-resign {
    padding: 5px;
}

.ic-resign-table .table tr th {
    border-top: 0px;
    padding-bottom: 12px;
}

.ic-resign-details {
    margin-top: 30px;
}

.ic-resign-details .title h4 {
    font-size: 16px;
    color: #004a3f;
    font-weight: 700;
}

.ic-resign-details .form-group {
    margin-bottom: 20px;
}

.ic-resign-details .row {
    align-items: center;
}

.ic-resign-details .accordion {
    border: 0px;
}

.ic-resign-details .accordion-head {
    padding: 0px;
}

.ic-resign-details .accordion-head {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 30px;
}

.ic-resign-details .accordion-inner {
    border-bottom: 0 !important;
    border-top: 0px !important;
}

.ic-resign-details-btn a {
    background: #004a3f;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 32px;
    color: #fff;
    margin-left: 5px;
}

.ic-resign-details textarea {
    height: 80px;
    min-height: 80px;
}

.ic-resign-details .accordion-head p {
    color: #333;
}

.ic-resign-details .custom-control-sm .custom-control-label {
    font-size: 13px;
}

.ic-create-task-post {
    display: none;
}

.ic-create-task-post label {
    font-size: 14px;
    color: #828282;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 11px;
    margin-right: 8px;
}

.ic-create-task-post .form-group {
    margin-bottom: 20px;
}

#froala-task-description {
    min-height: 86px;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
}

#froala-task-description a {
    display: none !important;
}

.ic-create-task-post .date em {
    color: #00c9ac;
    font-size: 20px;
}

.ic-create-task-post input {
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    border: 1px solid #c6c6c6;
}

.ic-create-task-post .thumbnil img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.ic-create-task-post .thumbnil span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px dotted #00c9ac;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    color: #00c9ac;
}

.ic-create-task-post .assign-teammember {
    margin-bottom: 20px;
}

.ic-create-task-post .select2-container--default .select2-selection--single {
    border-radius: 10px;
}

.ic-create-task-post .select2-container--default .select2-selection--multiple {
    border-radius: 10px;
}

.ic-create-task-post .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px;
}

.ic-create-task-post .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 4px 0.5rem;
}

.ic-create-task-post #taskTags_tagsinput {
    padding: 10px 0px 0px 10px;
}

.ic-create-task-post .tagsinput {
    border-radius: 10px;
    border: 1px solid #c6c6c6;
}

.ic-create-task-post .tagsinput #tags_tag {
    width: 100% !important;
}

.ic-create-task-post .tagsinput span.tag {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 4px 12px 4px 12px;
    text-transform: uppercase;
    border: 1px solid #f9f9f9;
    color: #4f4f4f;
}

.ic-create-task-post .tagsinput span.tag a {
    color: #828282;
    font-size: 14px;
}

.nk-kycfm-head:not(:last-child),
.nk-kycfm-content:not(:last-child),
.nk-kycfm-footer:not(:last-child) {
    border-bottom: 1px solid #e5e9f2;
}

.nk-kycfm-head {
    display: flex;
    align-items: center;
}

.nk-kycfm-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 44px;
    font-size: 16px;
    border-radius: 50%;
    color: #526484;
    border: 2px solid #dbdfea;
    margin-right: 1rem;
    flex-shrink: 0;
}

@media (min-width: 576px) {
    .nk-kycfm-head,
    .nk-kycfm-content,
    .nk-kycfm-footer {
        padding: 1.5rem 2.25rem;
    }
}

.nk-kycfm-title .title {
    margin: 0.25rem 0;
}

.nk-kycfm-note:not(:last-child) {
    margin-bottom: 1rem;
}

.nk-kycfm-note {
    color: #8094ae;
    display: flex;
}

.nk-kycfm-note .icon {
    margin-right: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.65;
}

.nk-kycfm-control-list {
    display: flex;
    flex-wrap: wrap;
}

.nk-kycfm-control-item {
    position: relative;
    flex-grow: 1;
}

.nk-kycfm-control {
    position: absolute;
    height: 1px;
    width: 1px;
    opacity: 0;
}

.nk-kycfm-control:checked~.nk-kycfm-label {
    border-color: #6576ff;
}

.nk-kycfm-label {
    display: flex;
    align-items: center;
    border: 2px solid #e5e9f2;
    border-radius: 4px;
    padding: 0.5rem 2.875rem 0.5rem 1rem;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: -0.01rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 0;
}

.nk-kycfm-label-icon {
    position: relative;
    width: 34px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 12px;
}

.nk-kycfm-label {
    display: flex;
    align-items: center;
    border: 2px solid #e5e9f2;
    border-radius: 4px;
    padding: 0.5rem 2.875rem 0.5rem 1rem;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: -0.01rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 0;
}

.nk-kycfm-control:checked~.nk-kycfm-label .label-icon {
    color: #6576ff;
}

.nk-kycfm-label-icon .label-icon {
    transition: all 0.3s;
    color: #8094ae;
    width: 100%;
    height: 28px;
}

.nk-kycfm-control:checked~.nk-kycfm-label .label-icon {
    color: #6576ff;
}

.nk-kycfm-label::after {
    position: absolute;
    right: 1.375rem;
    top: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 12px;
    transform: translateY(-50%);
    font-family: Nioicon;
    content: "";
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    border-radius: 50%;
    background: rgb(101, 118, 255);
    transition: opacity 0.3s ease 0s;
}

nk-kycfm-control:checked~.nk-kycfm-label:after {
    opacity: 1;
}

.nk-kycfm-content .title {
    margin-bottom: 0.75rem;
}

.nk-kycfm-control-list+* {
    margin-top: 1.25rem;
}

.ic-holidays-area .fa {
    width: 12px;
    height: 12px;
    margin-right: 2px;
}


/* .ic-nk-profile-activity {
                        min-height: calc(100vh - (128px));
                        max-height: calc(100vh - (128px));
                    } */


/* .ic-profile-left-side-scroll {
                            height: 100%;
                            max-height: 100vh;
                        }
                        
                        .ic-activity-profile-middle-warper {
                            height: 100%;
                            max-height: 100vh;
                        }
                        
                        .ic-right-sidebar-scroll {
                            height: 100%;
                            max-height: 100vh;
                        } */

.ic-holidays-left-color {
    background: #fff;
    padding: 0px 15px;
    border-radius: 5px;
    padding-bottom: 20px;
    height: 100%;
}

.ic-holidays-menu {
    background: #fff;
    border-radius: 5px;
    padding: 8px 0px;
}

.lnb-new-schedule-btn {
    background: #004a3f;
    color: #fff;
    margin: 20px 0px;
}

.lnb-new-schedule-btn:hover {
    color: #fff;
}

#froala-editor .fr-popup.fr-desktop {
    width: 250px;
}

#froala-editor .fr-popup .fr-file-upload-layer .fr-form input {
    width: 250px;
}

#froala-editor .fr-popup .fr-image-upload-layer {
    width: 230px;
}

#froala-editor .fr-popup .fr-file-upload-layer {
    width: 230px;
}

.ic-table-member {
    width: 350px;
}

.ic-filter-dropdown i {
    margin-right: 5px;
}

.ic-team-list-table tbody td .dropdown-item em {
    font-size: 15px;
}

#employeeTimesheetTable td,
#employeeTimesheetTable th {
    white-space: nowrap;
}

#employeeTimesheetTable_filter {
    text-align: right;
    margin-right: 45px;
}

#employeeTimesheetTable_wrapper .dataTables_paginate {
    float: right;
}

.ic-profile-left-side-scroll {
    height: calc(100vh - (150px));
    overflow: auto;
}

.ic-employee-profile-activity-middle-scroll {
    height: calc(100vh - (150px));
    overflow: auto;
}

.ic-right-sidebar-scroll {
    height: calc(100vh - (150px));
    overflow: auto;
}

.ic-employee-activity-overlow-hidden {
    overflow: hidden;
}

.ic-add-employee-select {
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    display: block;
    padding: 15px;
}

.ic-add-employee-select select {
    height: 150px !important;
}

.ic-add-employee-select select option {
    padding: 8px 8px;
}

.ic-employee-profile-image {
    width: 80%;
}

.ic-team-avater {
    width: 45px;
    height: 45px;
    border: 1px solid #828282;
    text-transform: uppercase;
    font-size: 20px;
    color: #8326F2;
    font-weight: 700;
}

.ic-nk-ibx-aside {
    min-height: calc(100vh - (118px));
    max-height: calc(100vh - (118px));
}

.ic-my-team-all-teams-tab {
    justify-content: space-around;
}

.ic-birthday-anniversary-tab ul {
    display: flex;
    justify-content: space-around;
}

.ic-recognition-warper .ic-recognition-item .thumbnil img {
    max-width: 100%;
    width: unset;
    margin: auto;
}

.ic-message-contact-favo-tab .overline-title-alt {
    font-family: Roboto, sans-serif, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-size: 11px;
    color: #8094ae;
    text-transform: uppercase;
}

.ic-chat-aside-panel {
    padding-left: 0px;
}

.ic-message-contact-favo-tab li {
    padding-right: 0px !important;
}

.ic-message-contact-favo-tab a {
    padding: 14px 1rem !important;
}

.ic-admin-attendance-tab {
    margin-bottom: 30px;
}

.ic-employee-manage-tab .nav-item .nav-link {
    text-transform: capitalize;
}

.ic-productivity-date-status ul {
    display: flex;
    justify-content: space-between;
}

.ic-productivity-date-status ul li {
    color: #828282;
    font-weight: 600;
    font-size: 13px;
}

.ic-productivity-date-status ul li span {
    width: 10px;
    height: 10px;
    background: #51B045;
    border-radius: 50%;
    display: inline-block;
}

.ic-checkin-btn a {
    background: #FB9B00;
    font-weight: 500;
    font-size: 13px;
    color: #F2F2F2;
    border-radius: 20px;
    padding: 6px 20px
}

.ic-checkin-btn .clockout-btn {
    background: #EB5757;
    margin-left: 5px;
}

.ic-checkin-btn a em {
    font-size: 14px;
    margin-right: 3px;
}

.total-time-hours {
    border-top: 1px solid #004a3f47;
    border-bottom: 1px solid #004a3f47;
    margin-top: 20px;
    padding: 10px 0px;
}

.total-time-hours h6 {
    font-weight: 500;
    font-size: 15px;
    color: #004A3F;
}

.timer-duration {
    margin-top: 15px;
}

.timer-duration ul {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.timer-duration ul::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 23px;
    background: #00000082;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.timer-duration ul li p {
    text-transform: uppercase;
    color: #828282;
    font-size: 12px;
    font-weight: 500;
}

.timer-duration ul li span {
    color: #27AE60;
    font-size: 12px;
    font-weight: 600;
}

.ic-timer-note {
    margin-top: 10px;
}

.ic-timer-note textarea {
    height: 55px;
    min-height: 55px;
}

.ic-productivity-body {
    border: 1px solid #C6C6C6;
    padding: 15px;
    border-radius: 8px;
}

.ic-productivity-timer .timer {
    margin: 15px 0px 20px 0px;
}

.ic-productivity-timer .timer p {
    color: #FF7B50;
    font-weight: 500;
    font-size: 16px;
}

.ic-onboardind-step-item {
    width: 100%;
    height: 50pt;
    border: none;
    border-bottom: 1px solid #dadada;
    background: #fff;
    font-weight: 500;
    font-size: 14pt;
    padding: 8pt 12pt;
    box-sizing: border-box;
    color: #59626e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: background .2s;
}

.ic-onboarding-step-warper .ic-onboardind-step-item:first-child {
    /* border-radius: 5px 5px 0px 0px; */
}

.ic-onboarding-step-warper .ic-onboardind-step-item:last-child {
    /* border-radius: 0px 0px 5px 5px; */
}

.ic-onboarding-left {
    padding: 0px 12px;
}

.ic-onboarding-left h1 {
    color: #fff;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.ic-onboarding-left p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 2.5rem;
    color: #fff;
}

.ic-onboarding-card-bg {
    background: #8326F2;
    border-radius: 0px;
}

.ic-onboarding-complete-title {
    margin-bottom: 20px;
}

.ic-onboarding-complete-title .content-icon {
    display: flex;
    justify-content: center;
}

.ic-onboarding-complete-title .content-icon p {
    font-size: 15px;
    font-weight: 500;
}

.ic-onboarding-complete-title .icon {
    display: inline-flex;
    background: #fff;
    box-sizing: border-box;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin-left: .5rem
}

.ic-onboarding-complete-title svg {
    fill: #41b0d8;
    width: 12pt;
    height: auto;
    z-index: 5;
    margin: auto;
}

.ic-onboarding-step-content .title {
    background: #798bff;
    height: 25pt;
    position: relative;
}

.ic-onboarding-step-content .title h4 {
    font-size: 16pt;
    color: #fff;
    font-weight: 500;
    line-height: 32px;
}

.ic-onboarding-step-content .title .back-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ic-onboarding-step-content .title .back-icon svg {
    fill: #fff;
    transform: rotate(180deg);
}

.ic-onboarding-step-content input {
    height: 50px;
}

.ic-complete-incomplete {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.ic-complete-incomplete .icon svg {
    fill: #fff;
    height: 18pt;
    width: 18pt;
    margin: auto;
}

.ic-complete-incomplete .title {
    background: transparent;
    margin-left: 8px;
}

.ic-complete-incomplete .title p {
    color: #96a7bb;
    font-size: 16px;
}

.ic-complete-incomplete .icon {
    width: 20pt;
    height: 20pt;
    border-radius: 50%;
    background: #96A7BB;
}

.ic-onboarding-btn a {
    width: 100%;
    background: #8326F2;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 14px 0px;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
}

.ic-onboarding-step-content .content-title {
    margin: 15px 0px;
}

.ic-onboarding-step-content .content-title p {
    font-size: 16pt;
    line-height: 1.5;
    font-weight: 300;
    color: #59636f;
    padding: 0;
    box-sizing: border-box;
    padding-top: .5rem;
}

.ic-onboarding-step-warper {
    overflow: hidden;
}

.ic-onboarding-step-content {
    transform: translateX(50%);
    transition: transform 650ms ease;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    right: 0px;
    border-radius: 0px;
    position: absolute;
    top: 0;
}

.code-conduct-step-content {
    position: static;
}

.ic-onboarding-step-content .nk-kycfm-head {
    padding: 31.5px 2.25rem;
}

.ic-onboarding-step-content .nk-kycfm-content {
    height: 400px;
    overflow: auto;
}


/* width */

.ic-onboarding-step-content .nk-kycfm-content::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}


/* Track */

.ic-onboarding-step-content .nk-kycfm-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}


/* Handle */

.ic-onboarding-step-content .nk-kycfm-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}


/* Handle on hover */

.ic-onboarding-step-content .nk-kycfm-content::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 10px;
}

.ic-onboarding-warper {
    transition: transform 650ms ease;
    background: #33E2A0;
    padding: 20px;
    height: 480px;
    overflow: auto;
}


/* width */

.ic-onboarding-warper::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}


/* Track */

.ic-onboarding-warper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}


/* Handle */

.ic-onboarding-warper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}


/* Handle on hover */

.ic-onboarding-warper::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 10px;
}

.ic-onboarding-warper-bg {
    border-radius: 10px 10px 10px 10px;
    background-color: #33E2A0;
    border-top: 20px solid #DAE0E8;
    border-bottom: 20px solid #DAE0E8;
    margin-top: 40px;
}

.ic-gender-warper label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    font-size: 13pt;
    padding: 4pt 6pt;
    font-weight: 500;
    border: 1px solid #41b0d8;
    color: #41b0d8;
    transition: background .2s, opacity .2s, box-shadow .2s, color .2s;
    opacity: .6;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 100%;
}

.ic-gender-warper {
    display: flex;
}

.ic-gender {
    width: 50%;
}

.ic-gender input[type="radio"]:checked+label {
    background: #333;
}

.ic-gender input {
    display: none;
}

.ic-onboarding-step-content .content {
    margin-top: 15px;
}

.ic-address-manually-btn {
    text-align: center;
}

.ic-address-manually-btn a {
    text-align: center;
    width: 100%;
    font-size: 12pt;
    color: #41b0d8;
    background: rgba(65, 176, 216, .05);
    padding: 8pt 0;
    display: inline-block;
}

.ic-address-manually-content {
    display: none;
}

.ic-address-manually {
    border: 1px solid #41b0d8;
    border-radius: 3pt;
    overflow: hidden;
    margin-bottom: 12pt;
    padding: 0px;
}

.ic-address-manually-content-form {
    padding: 20px;
}

.ic-not-started .title p {
    color: rgba(150, 167, 187, .4);
}

.ic-gender-warper input[type=radio],
input[type=checkbox] {
    display: none;
}

.ic-gender-warper input[type="radio"]:checked+label {
    background: #41b0d8;
    color: #fff;
}

.ic-tfn-checkbox {
    display: none;
}

.ic-tfn-warper {
    border: 1px solid #41b0d8;
    border-radius: 3pt;
    overflow: hidden;
    margin-bottom: 12pt;
    padding: 0px;
}

.ic-tfn-btn a {
    text-align: center;
    width: 100%;
    font-size: 12pt;
    color: #41b0d8;
    background: rgba(65, 176, 216, .05);
    padding: 8pt 0;
    display: inline-block;
}

.ic-tfn-checkbox-form {
    padding: 20px;
}

.ic-tfn-checkbox-form .custom-control {
    display: block;
    margin-bottom: 15px;
}

.ic-gender-warper input[type="radio"]:checked+#yesContent {
    display: block;
}

.ic-footer-check {
    border: 1px solid #41b0d8;
    background: #fff;
    margin: 10pt 0;
    border-radius: 3pt;
    transition: background .2s, box-shadow .2s;
    padding: 2pt 6pt;
    width: 100%;
}

.ic-footer-check .custom-control-label {
    width: 100%;
    padding: 10px 10px;
}

.ic-footer-check .custom-control-label::before {
    right: 0;
    left: unset;
    top: 8px;
}

.ic-footer-check .custom-control-label::after {
    right: 0;
    left: unset;
    top: 8px;
    opacity: 1;
}

.ic-footer-check input[type="radio"]:checked+.custom-control-label {
    background: #6576ff;
}

.ic-super-choice-check {
    border: none;
}

.ic-super-choice-check label {
    background: rgba(63, 175, 215, .05);
}

.ic-super-choice-check input[type="radio"]:checked+.custom-control-label {
    background: rgba(63, 175, 215, .15);
}

.ic-super-choice-check .custom-control-label::after {
    right: 10px;
}

.ic-super-choice-check .custom-control-label::before {
    right: 10px;
}

.ic-super-choice-check .custom-control-label:after {
    opacity: 1;
}

.ic-super-found-no-content {
    display: none;
}

.ic-super-choice-check {
    padding: 0px;
}

.ic-pdf-review-next-prev button {
    background: #99c639;
    color: #fff;
    border: none;
    padding: 2pt 0;
    font-size: 14pt;
    border-radius: 4px;
    padding: 8px 50px;
    display: flex;
    align-items: center;
}

.ic-pdf-review-next-prev button.prev em {
    margin-right: 10px;
}

.ic-pdf-review-next-prev button.next em {
    margin-left: 10px;
}

.ic-pdf-pages p {
    font-size: 16pt;
    line-height: 1.5;
    font-weight: 300;
    color: #59636f;
    padding: 0;
}

.pdf-agree-checkbox .custom-control {
    border: 1px solid #41b0d8;
    background: #fff;
    margin: 10pt 0;
    border-radius: 3pt;
    transition: background .2s, box-shadow .2s;
    padding: 0pt 0pt;
    width: 100%;
}

.pdf-agree-checkbox .custom-control-label::before {
    left: unset;
    right: 15px;
    top: 13px;
}

.pdf-agree-checkbox .custom-control-label::after {
    left: unset;
    right: 15px;
    top: 13px;
}

.pdf-agree-checkbox .custom-control-label {
    width: 100%;
    padding: 13px 15px;
}

.pdf-agree-checkbox input[type="checkbox"]:checked+.custom-control-label {
    background: #41b0d8;
    color: #fff;
}

.pdf-agree-checkbox input[type="checkbox"]:checked+.custom-control-label::before {
    background: #fff;
    border-color: #fff;
}

.pdf-agree-checkbox input[type="checkbox"]:checked+.custom-control-label::after {
    color: #41b0d8;
}

.drag-right-item {
    width: 100%;
}


/**Chatbox css**/

.chat-main {
    position: fixed;
    width: 310px;
    bottom: 0;
    right: 100px;
    z-index: 999;
    background: #fff;
    display: none;
}

.chat-main .chat-header a {
    color: #fff;
}

.chat-header {
    background: #798bff;
    padding-top: 3px;
    padding-bottom: 3px;
}

.username i {
    font-size: 9px;
}

.username h6 {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

.options i {
    font-size: 14px;
    font-weight: normal;
}

.options .live-video {
    font-size: 6px;
}

.chats {
    height: 260px;
    overflow-x: scroll;
    overflow-x: hidden;
}

.chats ul li {
    list-style: none;
    clear: both;
    font-size: 13px;
}

.chats .send-msg {
    float: right;
}

.receive-msg img {
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.receive-msg-img {
    display: inline;
}

.receive-msg .receive-msg-desc {
    display: inline-block;
}

.receive-msg .receive-msg-desc p {
    background: #c1c1c1;
}

.message-box input {
    border: none;
    font-size: 13px;
    opacity: 0.7;
    padding: 5px 0px;
}

.message-box input:focus {
    outline: none;
}

.tools i {
    color: #a1a1a1;
    cursor: pointer;
    font-size: 18px;
    margin-right: 6px;
}


/**Circle progress bar**/

.loader {
    position: relative;
    user-select: none;
    box-sizing: border-box;
    width: 150px !important;
    height: 150px !important;
    margin: auto;
}

.loader-bg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    border: 5px solid #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 10px !important;
}

.spinner-holder-one {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 50%;
    height: 50%;
    background: transparent;
    box-sizing: border-box;
}

.spinner-holder-two {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
    box-sizing: border-box;
}

.loader-spinner {
    width: 200%;
    height: 200%;
    border-radius: 50%;
    border: 5px solid #51B045;
    box-sizing: border-box;
    border-width: 10px !important;
}

.animate-0-25-a {
    transform: rotate(90deg);
    transform-origin: 100% 100%;
}

.animate-0-25-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.animate-25-50-a {
    transform: rotate(180deg);
    transform-origin: 100% 100%;
}

.animate-25-50-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.animate-50-75-a {
    transform: rotate(270deg);
    transform-origin: 100% 100%;
}

.animate-50-75-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.animate-75-100-a {
    transform: rotate(0deg);
    transform-origin: 100% 100%;
}

.animate-75-100-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.ic-timer-circlebar .text {
    text-align: center;
    font-size: 20px;
    color: #FF7B50 !important;
    font-weight: bold;
}

.ic-chat-pl-0 {
    padding-left: 0px !important;
}

.ic-onboarding-step-content {
    padding: 0px;
}

.ic-onboarding-step-content .content-title {
    padding: 0px 1rem;
}

.ic-onboarding-step-content .content {
    padding: 0px 1rem 1rem 1rem;
}

.ic-profile-left-side-scroll .simplebar-track.simplebar-vertical {
    width: 0px !important;
}

.ic-employee-profile-activity-middle-scroll .simplebar-track.simplebar-vertical {
    width: 0px !important;
}

.ic-right-sidebar-scroll .simplebar-track.simplebar-vertical {
    width: 0px !important;
}

.ic-right-sidebar-scroll .simplebar-track.simplebar-horizontal {
    width: 0px !important;
}

.ic-fav-list .user-avatar {
    width: 45px;
    height: 45px;
    border: 1px solid #828282;
    text-transform: uppercase;
    font-size: 20px;
    color: #8326F2;
    font-weight: 700;
    border-radius: 5px;
    background: transparent;
}

.ic-fav-list .user-avatar::after {
    border-radius: 5px;
}

.ic-today-activity-header .res-activity-list {
    height: unset;
}


/**Employee Profile Forum**/

.ic-form-warper {
    padding: 20px 25px;
}

.ic-forum-header-info {
    margin-bottom: 30px;
}

.ic-forum-header-info .section-pretitle {
    color: #8f91ac;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.ic-forum-header-info .section-title {
    margin-top: 8px;
    font-size: 1.625rem;
    font-weight: 700;
}

.ic-section-filters-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 96px;
    padding: 0 28px;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
    background-color: #fff;
}

.ic-section-filters-bar .ic-section-filters-bar-actions {
    display: flex;
    align-items: center;
}

.ic-section-filters-bar .ic-filter-tabs {
    height: 96px;
}

.ic-filter-tabs {
    display: -ms-flexbox;
    display: flex;
}

.ic-filter-tab {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 162px;
    height: 100%;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    position: relative;
    transition: border-color .2s ease-in-out;
}

.ic-filter-tab .filter-tab-text {
    padding: 4px 0;
    color: #adafca;
    font-size: .875rem;
    font-weight: 700;
    transition: color .2s ease-in-out;
}

.ic-filter-tab.active {
    border-bottom-color: #798bff;
}

.ic-filter-tab.active .filter-tab-text {
    color: #3e3f5e;
}

.ic-filter-tabs .ic-filter-tab:before,
.ic-filter-tabs .ic-filter-tab:last-child:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #eaeaf5;
    position: absolute;
    top: 38px;
    left: 0;
}

.ic-filter-tabs .ic-filter-tab:last-child:after {
    right: 0;
    left: unset;
}

.ic-form-item.split {
    display: -ms-flexbox;
    display: flex;
}

.ic-form-item {
    width: 100%;
}

.ic-section-filters-bar .ic-form-item.split .form-select {
    width: 254px !important;
}

.ic-section-filters-bar .ic-form-item .select2-container {
    width: 254px !important;
    border-radius: 10px;
}

.ic-section-filters-bar .ic-form-item .select2-selection {
    border-radius: 10px;
}

.ic-form-item button {
    width: 180px;
    border-radius: 10px;
    border: none;
    background: #004a3f;
    color: #fff;
    margin-left: 20px;
}

.ic-form-item .form-group {
    margin-bottom: 0px;
}

.ic-forum-table {
    margin-top: 30px;
}

.discussion-preview-title {
    color: #3e3f5e;
    font-size: 1rem;
    font-weight: 700;
}

.discussion-preview-meta-text {
    color: #3e3f5e;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}

.discussion-preview-meta-text a {
    font-weight: 700;
    color: #3e3f5e;
}

.discussion-preview-meta {
    margin-top: 3px;
}

.tb-tnx-desc,
.tb-tnx-date {
    width: 100%;
}

.ic-forum-table tr td {
    color: #3e3f5e;
    font-weight: 700;
}

.ic-forum-table-user {
    display: flex;
}

.ic-forum-table-user .user-status-title .bold {
    color: #3e3f5e;
    font-weight: 700;
    font-size: .875rem;
}

.ic-forum-table-user .user-status-text {
    margin-top: 4px;
    color: #3e3f5e;
    font-size: .75rem;
    font-weight: 500;
}

.ic-forum-table-user img {
    margin-right: 10px;
}

.ic-forum-table tr th {
    border: none;
}

.ic-voices-td {
    width: 100px;
}

.ic-repails-td {
    width: 100px;
}

.user-status-avatar {
    position: relative;
}

.forum-circle {
    position: absolute;
    top: -14px;
    left: -5px;
    z-index: 1;
}

.forum-circle-2 {
    position: absolute;
    left: -6px;
    top: -13px;
    z-index: 0;
}

.user-status-title-right {
    margin-left: 8px;
}

.user-forum-badge {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: #798bff;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: -6px;
    right: 2px;
    z-index: 3;
}


/**Employee Profile Badges**/

.ic-badges-main-warper {
    padding: 20px 25px;
}

.ic-badges-header-info {
    margin-bottom: 30px;
}

.ic-badges-header-info h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #26333b;
}

.ic-badges-header-info img {
    margin-right: 5px;
}

.ic-badges-header-info p {
    font-size: 14px;
}

.badge-item-preview {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 28px 20px 28px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
    min-height: 150px;
    margin-bottom: 15px;
    align-items: center;
}

.badge-item-preview .badge-item-preview-image {
    width: 82px;
    height: 90px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.badge-item-preview .badge-item-preview-info {
    padding-left: 24px;
}

.badge-item-preview .badge-item-preview-info .badge-item-preview-title {
    font-size: 1.125rem;
    font-weight: 700;
}

.badge-item-preview .badge-item-preview-info .badge-item-preview-text {
    margin-top: 8px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
}

.badge-item-preview .badge-item-preview-info .badge-item-preview-timestamp {
    margin-top: 14px;
    color: #adafca;
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase;
}

.ic-badges-system {
    margin-top: 30px;
}

.ic-hr-recent-req-spe {
    background-color: #fff;
}

.ic-recent-request-page-separator .ic-page-separator-text {
    background-color: #fff;
}

.ic-hr-leave-type-form-warper {
    margin-bottom: 1.25rem;
}

.ic-hr-manage-view .form-group {
    margin-bottom: 10px;
}

.ic-hr-manage-form .title label {
    margin-right: 8px;
}

.ic-hr-manage-view form {
    margin-left: 20px;
}

.ic-hr-manage-view-modal-title .modal-title {
    font-size: 17px;
}

.ic-create-post-box-editor {
    min-height: 86px;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
}

.ic-post-taginput-box {
    padding: 10px 0px 0px 10px;
}

.create-ticket-post .tagsinput span.tag {
    margin-top: 5px;
}

.create-forum .tagsinput span.tag {
    margin-top: 5px;
}

.nk-kycfm-title .ic-title {
    margin: 0.25rem 0;
}

.ic-first-step-item {
    border-radius: 5px 5px 0px 0px;
}

.ic-last-step-item {
    border-radius: 0px 0px 5px 5px;
}

.ic-profile-left-side-scroll {
    margin-top: 0px;
}

.ic-employee-profile-activity-middle-scroll {
    margin-top: 0px;
}

.ic-right-sidebar-scroll {
    margin-top: 0px;
}

.ic-tab-content-padding {
    padding-top: 20px;
}


/**Employee Profile todo**/

.ic-todo-list-left {
    background-color: #fff;
    border-right: 1px solid #e5e9f2;
}

.ic-todo-list-left .ic-add-new-project {
    padding-left: 1.5rem;
}

.ic-todo-left-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 20px;
}

.ic-todo-left-item .badge {
    border: none;
    color: #8094ae;
}

.ic-todo-left-item .title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #364a63;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.ic-todo-left-item .title span {
    display: flex;
    align-items: center;
}

.ic-todo-left-item .title span em {
    margin-left: 5px;
    color: #E7AD10;
    font-size: 18px;
}

.ic-todo-left-item .title em {
    color: #8094ae;
    font-size: 1.3em;
}

.ic-todo-left-section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.ic-todo-section-heading h4 em {
    font-size: 16px;
    color: #047bf8;
    margin-right: 15px;
}

.ic-todo-section-heading h4 {
    font-size: 1.5rem;
    color: #6576ff;
    display: flex;
    align-items: center;
}

.ic-todo-section-heading h4 a {
    display: flex;
    align-items: center;
}

.ic-todo-section-heading h4 .star-icon {
    color: #E7AD10;
    font-size: 22px;
    margin-right: 0px;
    margin-left: 10px;
}

.ic-todo-section-heading h4 .icon-sun {
    color: #E7AD10;
    font-size: 22px;
    margin-right: 0px;
    margin-left: 10px;
}

.ic-todo-section-content {
    margin: 22px 0px 0px 30px;
}

.ic-todo-section-content ul li {
    margin-bottom: 10px;
}

.ic-todo-section-content ul li em {
    font-size: 18px;
    color: #6576ff;
    margin-right: 10px;
}

.ic-todo-section-content ul li a {
    font-size: 15px;
    color: #364a63;
}

.ic-todo-section-content .todo-add-item {
    margin-top: 20px;
}

.ic-todo-section-content .todo-add-item a {
    color: #047bf8;
    border-bottom: 1px solid #047bf8;
}

.todo-sidebar-section-sub-section .title {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.todo-sidebar-section-sub-section .title::before {
    position: absolute;
    content: "";
    width: 89%;
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
    bottom: 0;
    right: 0;
}

.todo-sidebar-section-sub-header em {
    color: #6576ff;
    font-size: 18px;
    margin-right: 12px;
}

.todo-sidebar-section-sub-section {
    margin-bottom: 10px;
}

.todo-sidebar-section-sub-header {
    padding-bottom: 10px;
    padding-top: 10px;
}

.todo-sidebar-section-sub-header h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .72rem;
    color: #6576ff;
}

.todo-sidebar-section-sub-section-toggler em {
    color: #3E4B5B;
    font-size: 14px;
}

.todo-sidebar-section-sub-section-content .items-list {
    padding: 10px 0px;
    padding-left: 30px;
}

.todo-sidebar-section-sub-section-content ul li a {
    color: #364a63;
    display: inline-block;
    font-size: .9rem;
    line-height: 1.2;
}

.todo-sidebar-section-sub-section-content ul li a:hover {
    text-decoration: underline;
}

.todo-duesoon-content ul li strong {
    display: block;
}

.todo-duesoon-content ul li span {
    color: rgba(0, 0, 0, 0.4);
    font-size: .72rem;
}

.todo-duesoon-content ul li {
    position: relative;
}

.todo-duesoon-content ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -25px;
    top: 7px;
    border-radius: 50%;
}

.todo-duesoon-content ul .danger::before {
    background-color: #f59595;
}

.todo-duesoon-content ul .warning::before {
    background-color: #fbe4a0;
}

.todo-duesoon-content {
    margin-left: 55px;
}

.ic-todo-list-right {
    padding-right: 40px;
}

.ic-todo-right-warp {
    padding-right: 305px;
    transition: padding .5s ease-in-out;
}

.ic-todo-arrow-icon {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    transition: right 650ms ease-in-out, margin 650ms ease-in-out 650ms;
    border: 1px solid #e5e9f2;
    background-color: #fff;
    border-radius: 50%;
    font-size: 1.125rem;
    color: #8094ae;
    transform: rotate(180deg);
    position: fixed;
    z-index: 999;
    right: 200px;
    top: 350px;
    opacity: 0;
    visibility: hidden;
}

.ic-todo-arrow-icon.active {
    opacity: 1;
    visibility: visible;
    right: 285px;
}

.ic-todo-list-right .header {
    margin: 0px 0px 0px 0px;
    position: relative;
    padding-bottom: 16px
}

.ic-todo-list-right .header::before {
    position: absolute;
    content: "";
    width: 110%;
    height: 1px;
    background: #e5e9f2;
    bottom: -5px;
    right: -44px;
}

.ic-todo-list-right .header h4 {
    font-size: 1.3rem;
    color: #6576ff;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.ic-todo-list-right .header h4 em {
    margin-right: 10px;
}

.ic-todo-list-right {
    padding-top: 18px;
}

.ic-todo-rigth-content-warper .tasks-header-w {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}

.ic-todo-rigth-content-warper .tasks-header-w {
    display: flex;
    justify-content: space-between;
}

.ic-todo-rigth-content-warper .tasks-header-w .left {
    display: flex;
    align-items: center;
}

.ic-todo-rigth-content-warper .tasks-header-w .left a {
    display: flex;
    align-items: center;
}

.ic-todo-rigth-content-warper .tasks-header-w .left em {
    font-size: 18px;
    color: #047bf8;
    margin-right: 15px;
}

.ic-todo-rigth-content-warper .tasks-header-w .left h5 {
    font-size: 1.25rem;
    color: #364a63;
}

.ic-todo-rigth-content-warper .tasks-header-w .left span {
    margin-left: 10px;
    color: rgba(0, 0, 0, 0.3);
    font-size: .81rem;
}

.ic-todo-rigth-content-warper .tasks-header-w .right a {
    display: flex;
    align-items: center;
}

.ic-todo-rigth-content-warper .tasks-header-w .right em {
    margin-right: 5px;
    font-size: 20px;
    color: #047bf8;
}

.ic-todo-rigth-content-warper .tasks-header-w .right a {
    text-transform: capitalize;
    color: #047bf8;
}

.todo-title-wrapper .todo-item-list .todo-title-area {
    padding: 7px 0px;
    padding-left: 30px;
    width: 100%;
}

.todo-item-list {
    position: relative;
}

.todo-title-wrapper .todo-item-list .todo-title-area p {
    font-size: 1.08rem;
    line-height: 1.5;
    color: #3E4B5B;
}

.todo-item-action {
    margin-left: 10px;
    padding-top: 5px;
}

.todo-item-action a {
    background: #ddd;
    padding: 8px 6px 2px 6px;
    border-radius: 3px;
}

.todo-item-action em {
    font-size: 18px;
}

.todo-item-action .task-btn-done em {
    color: #4d9121;
}

.todo-item-action .task-btn-edit em {
    color: #047bf8;
}

.todo-item-action .task-btn-delete em {
    color: #e65252;
}

.todo-item-action .task-btn-favorite em {
    color: #c89302;
}

.todo-title-wrapper .todo-item-list::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e1e1e1;
    left: 12px;
}

.todo-title-wrapper .todo-item-list.danger::before {
    background-color: #e65252;
}

.todo-title-wrapper .todo-item-list.warning::before {
    background-color: #fbe4a0;
}

.todo-title-wrapper .todo-item-list.success::before {
    background-color: #24b314;
}

.todo-title-wrapper .handle {
    margin-right: 3px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.todo-item-action {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    position: absolute;
    right: 20px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}

.complete-task .todo-title {
    text-decoration: line-through;
    color: #999 !important;
}

.favorite-task .todo-title-area {
    background-color: #fffaea;
    border-radius: 5px;
}

.ic-task-todo-list .title {
    margin-bottom: 15px;
}

.ic-task-todo-list .title h4 {
    text-transform: uppercase;
    color: #6576ff;
    letter-spacing: 1px;
    font-size: .81rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.low-priority-title {
    margin-top: 30px;
}

.ic-todo-task-modal-content .modal-title img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.ic-todo-task-modal-content .modal-title span {
    color: #999;
    margin-right: 5px;
    font-size: .99rem;
}

.ic-todo-task-modal-content .modal-title strong {
    font-weight: 500;
    color: #364a63;
}

.ic-todo-task-modal-content .modal-title .avatar+span {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 15px;
    margin-left: 15px;
}

.thumbnil-add-btn {
    display: flex;
    align-items: center;
}

.thumbnil-add-btn .thumbnil img {
    width: 35px;
    border-radius: 5px;
    margin-right: 5px;
}

.thumbnil-add-btn .add-btn {
    display: inline-block;
    margin-left: 10px;
}

.thumbnil-add-btn .add-btn a {
    display: flex;
    align-items: center;
}

.thumbnil-add-btn .add-btn em {
    margin-right: 5px;
    font-size: 18px;
    color: #047bf8;
}

.thumbnil-add-btn .add-btn span {
    border-bottom: 1px solid #047bf8;
    color: #047bf8;
}

.ic-todo-task-modal-body .form-group {
    margin-bottom: 20px;
}

.ic-todo-task-modal-footer {
    display: block;
}

.ic-todo-task-modal-body textarea {
    min-height: 80px;
}

.ic-todo-task-modal-footer button {
    margin-right: 10px;
}


/**Add Notes **/

.ic-add-note-left {
    padding-left: 15px;
    padding-bottom: 9px;
    padding-top: 9px;
    min-height: 55px;
}

.icon-circle .icon-circle {
    width: 32px;
    height: 32px;
    font-size: 1.2rem;
}

.ic-add-note-btn button em {
    margin-right: 5px;
    font-size: 14px !important;
}

.ic-notes-title {
    margin-top: 25px;
    padding: 0px 15px;
}

.ic-notes-title li {
    padding: 4px 0px;
}

.ic-notes-title li a {
    padding: .5rem 1rem;
    display: inline-block;
    font-weight: 700;
    color: #364a63;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.ic-notes-title li.active {
    background: #eff1ff;
}

.ic-notes-title li a:hover {
    background: #eff1ff;
}

.ic-notes-title li a em {
    color: #364a63;
    font-size: 14px;
    margin-right: 5px;
}

.ic-add-notes-left .nk-ibx-label>li.active {
    background: none;
}

.ic-label-title {
    padding: 15px 0px 20px 15px;
    position: relative;
}

.ic-note-label {
    padding-bottom: 20px;
}

.label-title::before {
    position: absolute;
    content: "";
    background: #485e9029;
    width: 121%;
    height: 1px;
    bottom: 0;
    left: -17px;
}

.ic-label-title h6 {
    font-size: 15px;
    color: #364a63;
    font-weight: 500;
}

.label-item-warper {
    display: block;
    margin-top: 20px;
    padding: 0px 15px;
}

.label-item-warper li a {
    display: block !important;
    width: 100%;
}

.ic-note-item h6 {
    font-size: 15px;
    margin-bottom: 0.25rem;
    color: #364a63;
}

.ic-note-item .icon {
    font-size: 14px;
    color: #364a63;
}

.ic-note-item .note-date {
    font-size: 14px;
    color: #364a63;
}

.ic-note-item .note-content p {
    font-size: 13px;
    color: #8094ae;
    max-height: 42px;
    overflow: hidden;
}

.ic-note-item .note-content .edit-btn em {
    font-size: 25px;
    color: #1ee0ac;
    font-weight: 400;
}

.ic-note-item .ic-card-body {
    padding: 5px;
}

.ic-note-item .notes-tool em {
    font-size: 20px;
    color: #364a63;
    margin-right: 8px;
}

.ic-note-item .notes-tool .ni-star {
    color: #ffc107;
}

.ic-note-item .dot {
    width: 19px;
    height: 19px;
    border-radius: 50%;
}

.dot-business {
    background: #1e3d73;
}

.dot-personal {
    background: #1ee0ac;
}

.dot-social {
    background: #ffc107;
}

.dot-private {
    background: #f64e60;
}

.dot-work {
    background: #17a2b8;
}

.note-bg-light {
    background: #E9ECF1;
}

.note-bg-light2 {
    background: #E9FCF7;
}

.note-bg-light-danger {
    background: #FFF9E7;
}

.note-bg-light-danger2 {
    background: #FEEEEF;
}

.ic-add-notes-left {
    background: #fff;
    box-shadow: 0 3px 3px -2px rgb(39 44 51 / 10%), 0 3px 4px 0 rgb(39 44 51 / 4%), 0 1px 8px 0 rgb(39 44 51 / 2%);
    border-radius: 0px 0px 0.25rem 0.25rem;
    border: 1px solid #dbdfea;
    min-height: calc(100vh - (118px));
    max-height: calc(100vh - (118px));
    border-bottom: none;
}

.ic-add-notes-right {
    min-height: calc(100vh - (118px));
    max-height: calc(100vh - (118px));
}

.ic-add-note-editor-right {
    min-height: calc(100vh - (118px));
    max-height: calc(100vh - (118px));
    transition: padding .3s ease-in-out;
}

.ic-note-other-content {
    display: none;
}

.note-form-check .custom-control {
    display: block;
    margin-bottom: 15px;
}

.ic-add-checklist .checklist-item input[type=checkbox] {
    display: block;
    width: 18px;
    height: 18px;
}

.ic-add-checklist .checklist-item .content {
    display: flex;
    align-items: center;
}

.ic-add-checklist .checklist-item .content p {
    color: #333;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    margin-left: 15px;
}

.ic-add-checklist .checklist-item {
    position: relative;
    padding: 10px 15px;
    transition: all 0.5 ease-in-out;
}

.ic-add-checklist .checklist-item:hover {
    background: #F2F5FA;
}

.ic-add-checklist .checklist-item .action {
    position: absolute;
    right: 15px;
    top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.ic-add-checklist .checklist-item:hover .action {
    opacity: 1;
    visibility: visible;
}

.ic-add-checklist .checklist-item .action .handle {
    cursor: all-scroll;
}

.ic-add-checklist .checklist-item .action em {
    font-size: 16px;
    margin-right: 5px;
}

.ic-add-checklist ul {
    margin-top: 20px;
}

.ic-add-checklist .checklist-item .complete p {
    text-decoration: line-through;
}

.ic-add-checklist .checklist-item .complete label {
    text-decoration: line-through;
}

.checklist-item .custom-checkbox label:after {
    opacity: 1;
}

.checklist-item .custom-control-label::before {
    left: 0;
    width: 1.1rem;
    height: 1.1rem;
    top: 2px;
    border-radius: 0px;
}

.checklist-item .custom-control-label::after {
    left: -3px;
    font-size: 11px;
}

.checklist-item .custom-control-label {
    padding-left: 32px;
    margin-bottom: 0px;
}

.ic-add-checklist {
    margin-bottom: 25px;
}

.ic-add-checklist-item {
    margin: 10px 0px 0px 15px;
}

.ic-add-checklist-item a {
    color: #6576ff;
    font-size: 14px;
    font-weight: 500;
}

.ic-add-checklist-item em {
    font-size: 15px;
    margin-right: 5px;
    font-weight: 500;
}

.ic-add-checklist .title {
    color: #333;
    text-transform: uppercase;
    font-weight: 400px;
}

.ic-holidays-area {
    margin-top: 25px;
}

.ic-notification-card {
    padding: 20px;
}

.ic-login-activity-card {
    padding: 20px;
}

.nk-kyc-app-icon {
    margin-bottom: 2rem;
}

.nk-kyc-app-icon .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    font-size: 36px;
    border-radius: 50%;
    color: #8094ae;
    border: 2px solid #dbdfea;
}

.nk-kyc-app-text:not(:last-child) {
    margin-bottom: 2rem;
}

.ic-onboarding-start {
    margin-top: 50px !important;
    padding-bottom: 30px;
}

.ic-onboarding-left-warper .list-step li a {
    color: #8094ae;
    font-weight: 500;
}

.ic-onboarding-left-warper .list-step li.list-step-done a {
    color: #526484;
}

.ic-onboarding-left-warper .list-step li.list-step-current a {
    color: #364a63;
}

.employee-profile-doc-block {
    padding: 20px 40px;
}

.ic-resignation-area .title {
    margin-bottom: 20px;
}

.ic-resignation-area .form-group {
    margin-bottom: 20px;
}

.ic-resignation-area .form-group label span {
    color: #e85347;
}

.nk-body::-webkit-scrollbar {
    width: 5px;
    position: absolute;
}

.nk-body::-webkit-scrollbar-track {
    background: #ddd;
}

.nk-body::-webkit-scrollbar-thumb {
    background-color: #6576ff;
    border-radius: 20px;
}

html {
    overflow-y: scroll;
    overflow-y: overlay;
}

.ic-admin-attendance-checkin tr td a {
    text-transform: capitalize;
    color: #1ee0ac;
    font-weight: 600;
}

.ic-admin-attendance-checkin tr td {
    text-transform: uppercase;
    font-weight: 600;
    color: #e85347 !important;
}

.ic-admin-attendance-checkin tr td .first-off {
    margin-right: 5px;
}


/**Paid Time off**/

.ic-time-off-card {
    padding: 20px;
    margin-bottom: 20px;
}

.ic-progress-req-btn .content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ic-progress-req-btn .content h4 {
    font-size: 20px;
}

.ic-progress-req-btn .content p {
    font-weight: 500;
}

.ic-progress-req-btn .period-time {
    margin-top: 5px;
}

.ic-progress-req-btn .period-time span {
    text-transform: uppercase;
    color: #b9b1b1;
}

.ic-paid-time-off-modal label span {
    text-transform: uppercase;
    font-size: 10px;
    color: #9c9898;
}

.ic-paid-time-off-modal .break-time .title {
    display: block;
    margin-bottom: 5px;
}

.ic-paid-time-off-modal .break-time {
    margin-bottom: 20px;
}

.ic-paid-time-off-modal .event-during p {
    background: #E2F8FB;
    color: #77ACA3;
    font-weight: 600;
    padding: 5px 5px;
    border-radius: 5px;
}

.ic-paid-time-off-modal .total-amount .time {
    background: #E2F8FB;
    color: #63A093;
    font-weight: 400;
    padding: 5px 5px;
    border-radius: 5px;
}

.ic-paid-time-off-modal .total-amount .time p {
    display: flex;
    align-items: center;
}

.ic-paid-time-off-modal .total-amount .time em {
    font-size: 20px;
    margin-right: 5px;
}

.request-time-off-btn {
    margin-top: 10px;
}

.request-time-off-btn button {
    text-transform: uppercase;
    float: unset !important;
}

.request-time-off-btn a {
    margin-left: 10px;
}

.ic-timesheet-header-card {
    padding: 30px;
}

.timesheet-prog-content .content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.timesheet-prog-content .content h4 {
    font-size: 18px;
}

.timesheet-prog-content .content h4 span {
    font-size: 24px;
    margin-right: 8px;
}

.timesheet-prog-content .content p {
    font-weight: 600;
}

.timesheet-prog-content .progress {
    border-radius: 5px;
}

.timesheet-prog-content .progress .progress-bar:last-child {
    border-radius: 0px 5px 5px 0px;
}

.ic-timesheet-header {
    margin-bottom: 20px;
}

.ic-timesheet-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px;
    margin-bottom: 30px;
}

.ic-timesheet-filter .item {
    width: 100%;
    margin-right: 5px;
}

.ic-timesheet-filter .total {
    border: 1px solid #dbdfea;
    border-radius: 4px;
    padding: 0.625rem calc(3.25rem + 2px) 0.625rem 1.25rem;
    height: calc(3.25rem + 2px);
    display: flex;
    align-items: center;
}

.ic-timesheet-table tr .approved {
    color: #A0CB74;
}

.ic-timesheet-table #leaveRequestTable_filter label {
    white-space: nowrap!important;
}

.ic-timesheet-table #leaveRequestTable_filter {
    padding-right: 45px;
}

.ic-admin-attendance-checkin .table-avatar a {
    font-weight: 400 !important;
}

.submitted-timesheet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f9f9f9;
    padding: 20px 30px;
}

.submitted-timesheet-header h4 {
    font-size: 18px;
}

.submitted-timesheet-header h4 em {
    font-size: 15px;
}

.submitted-timesheet-body {
    display: flex;
    padding: 30px 20px;
}

.submitted-timesheet-body .item {
    margin-right: 20px;
}

.submitted-timesheet-body .item h6 {
    margin-bottom: 5px;
}

.ic-submitted-timesheet {
    margin-bottom: 40px;
}


/**Employee Attendance Leave**/

.ic-attendance-leave-balance .header {
    display: flex;
    padding: 15px;
    align-items: center;
    border-radius: 5px 5px 0px 0px;
}

.ic-attendance-leave-balance .header .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}

.ic-attendance-leave-balance .header .icon em {
    font-size: 20px;
}

.ic-attendance-leave-balance .header .text {
    margin-left: 20px;
}

.ic-attendance-leave-balance .paid-leave {
    background: #ffc3a0;
}

.ic-attendance-leave-balance .item {
    border-radius: 5px;
}

.ic-attendance-leave-balance .body {
    padding: 25px 15px;
}

.ic-attendance-leave-balance .body h5 {
    font-size: 28px;
    margin-bottom: 15px;
}

.ic-overtime-widget-card .body h5 {
    margin-bottom: 5px;
}

.ic-attendance-leave-balance .body h5 span {
    font-size: 20px;
    color: #A3A3A3;
}

.ic-attendance-leave-balance .vacation-leave {
    background: #ffdde1;
}

.ic-attendance-leave-balance .compoff-leave {
    background: #6dd5ed;
}

.ic-attendance-leave-balance .unpaid-leave {
    background: #ef629f;
}

.ic-attendance-log {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.ic-attendance-log .filter {
    display: flex;
}

.ic-attendance-log .form-control-wrap {
    width: 200px;
}

.ic-attendance-log .year-warp {
    margin-right: 10px;
}

.ic-attendance-logs-table .on-leave {
    color: #3F7EDC;
}

.ic-attendance-logs-table .holidays {
    color: #F9AB67;
}

.hr-chart-title h4 {
    text-transform: uppercase;
}

.canvas-bottom-title span {
    text-transform: uppercase;
    position: relative;
}

.canvas-bottom-title .checkin {
    margin-right: 40px;
}

.canvas-bottom-title span::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 49%;
    transform: translateY(-50%);
    left: -20px;
}

.canvas-bottom-title .checkin::before {
    background: red;
}

.canvas-bottom-title .checkout::before {
    background: blue;
}

.ic-hr-tracking-table {
    margin-top: 40px;
}

.ic-hr-tracking-table #timesheetTable_filter {
    text-align: right;
    margin-right: 45px;
}

.ic-hr-tracking-table .dataTables_paginate {
    float: right;
}

.hr-tracking-year {
    background: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.hr-tracking-year .form-control {
    width: unset;
}

.hr-tracking-year h5 {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.hr-tracking-year h5 em {
    margin-left: 10px;
}

.ic-calender-upcoming-event {
    margin-top: 60px;
}

.ic-calender-upcoming-event .section-header-info {
    margin-bottom: 30px;
}

.ic-calender-upcoming-event .section-header-info p {
    color: #8f91ac;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase
}

.ic-calender-upcoming-event .section-header-info h2 {
    margin-top: 8px;
    font-size: 1.625rem;
    font-weight: 700;
    color: #3e3f5e;
    line-height: 1em;
}

.event-preview-item {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
    margin-bottom: 20px;
}

.event-preview-item .event-preview-cover img {
    border-radius: 12px 12px 0px 0px;
}

.event-preview-item .event-preview-info .date-sticker {
    position: absolute;
    top: -60px;
    left: 28px;
    width: 44px;
}

.event-preview-item .date-sticker .date-sticker-day {
    padding: 5px 0 6px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #3e3f5e;
    font-size: 1.25rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.event-preview-item .event-preview-info {
    position: relative;
    padding: 40px 28px 32px;
}

.event-preview-item .date-sticker .date-sticker-month {
    padding: 4px 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #23d2e2;
    font-size: .75rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.event-preview-item .event-preview-title {
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    color: #3e3f5e;
    line-height: 1em;
}

.event-preview-item .event-preview-timestamp {
    margin-top: 10px;
    font-size: .875rem;
    font-weight: 500;
    color: #3e3f5e;
    line-height: 1em
}

.event-preview-item .event-preview-timestamp .bold {
    font-weight: 700;
}

.event-preview-item .event-preview-text {
    margin-top: 20px;
    color: #3e3f5e;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4285714286em;
}

.decorated-text .decorated-text-content {
    font-size: .875rem;
    font-weight: 400;
    color: #3e3f5e;
    line-height: 1em;
}

.event-preview-info-bottom {
    margin-top: 35px;
}

.event-preview-info-bottom .decorated-text {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.event-preview-info-bottom .decorated-text em {
    font-size: 22px;
    color: #23d2e2;
    margin-right: 10px;
}

.event-preview-item .meta-line {
    display: flex;
    align-items: center;
}

.event-preview-item .meta-line .meta-line-text {
    margin-left: 10px;
    font-size: .75rem;
    font-weight: 700;
    color: #3e3f5e;
}

.remove-calender-btn {
    margin-top: 30px;
}

.remove-calender-btn a {
    width: 80%;
    text-align: center;
    margin: auto;
    display: block;
    padding: 12px 10px;
    font-size: .875rem;
    background-color: transparent;
    border: 1px solid #dedeea;
    color: #adafca;
    border-radius: 10px;
}

.event-preview-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.calender-edit-btn {
    float: right;
}

.calender-edit-btn em {
    font-size: 15px;
    color: #00a9ff;
    transition: all 0.5s ease-in-out;
}

.ic-calender-left-add-new-btn {
    margin-top: 40px;
}

.ic-calender-left-warper .lnb-calendars-item {
    border-radius: 5px;
    padding: 6px 6px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
}

.ic-calender-left-warper .lnb-calendars-item label {
    margin-bottom: 0px;
}

.ic-employee-profile-nav-tabs {
    position: fixed;
    z-index: 99;
    background: #f5f6fa;
    width: 94%;
}

.ic-tab-content-padding {
    padding-top: 75px;
}

.ic-employee-pt-50 {
    padding-top: 52px;
}

.add-note-card {
    padding-right: 15px;
}

.ic-col-pl-0 {
    padding-left: 0px;
}

.ic-note-item .ic-card {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #e4eaec;
    border-right: 1px solid #e4eaec;
    background: #F5F6FA;
    border-bottom: 1px solid #e5e9f2;
}

.notes-tool p {
    display: flex;
}

.ic-note-main-content {
    min-height: calc(100vh - (170px));
    max-height: calc(100vh - (170px));
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-y: overlay;
    border-right: 1px solid #e4eaec;
}


/* width */

.ic-note-main-content::-webkit-scrollbar {
    width: 5px;
    position: absolute;
}


/* Track */

.ic-note-main-content::-webkit-scrollbar-track {
    background: #fff;
}


/* Handle */

.ic-note-main-content::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
}

.ic-note-main-content:hover::-webkit-scrollbar-thumb {
    opacity: 1;
    visibility: visible;
}


/* Handle on hover */

.ic-note-main-content::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}

.ic-add-note-search .input-search {
    position: relative;
}

.ic-add-note-search .input-search-btn {
    position: absolute;
    right: 25px;
    background: transparent;
    border: none;
    top: 50%;
    transform: translateY(-50%);
}

.ic-add-note-search .input-search-btn em {
    font-size: 18px;
}

.ic-add-note-search input {
    border-radius: 0;
    border-width: 0 0 1px 0;
    border: 1px solid rgba(0, 0, 0, .06);
    padding: 10px 60px 10px 30px;
    height: 56px;
    border-left: none;
}

.ic-add-note-search input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .06);
    border-left: none;
}

.ic-add-notes-left .ic-card {
    border-top: none;
    border-radius: 0px 0px 5px 5px;
    border-left: none;
}

.ic-add-note-editor-right .editor-toolbar {
    border-top: 0px;
    border-left: 0px;
    padding: 2.5px 10px;
}

.ic-add-note-editor-right .CodeMirror {
    border: 1px solid #e4eaec;
    border-left: 0px;
    height: 452px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-y: overlay;
    min-height: calc(100vh - (170px));
    max-height: calc(100vh - (170px));
}

.CodeMirror::-webkit-scrollbar {
    width: 0px;
    position: absolute;
}


/* Track */

.CodeMirror::-webkit-scrollbar-track {
    background: #fff;
}


/* Handle */

.CodeMirror::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 5px;
}


/* Handle on hover */

.CodeMirror::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}

.ic-add-note-editor-right .editor-statusbar {
    display: none;
}

.CodeMirror-vscrollbar::-webkit-scrollbar {
    width: 5px;
    position: absolute;
}


/* Track */

.CodeMirror-vscrollbar::-webkit-scrollbar-track {
    background: #fff;
}


/* Handle */

.CodeMirror-vscrollbar::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 5px;
}


/* Handle on hover */

.CodeMirror-vscrollbar::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}

.ic-add-note-editor-right .editor-toolbar a.fa-question-circle {
    display: none;
}

.ic-add-note-editor-right .editor-toolbar a.fa-columns {
    display: none;
}

.ic-add-note-editor-right .editor-toolbar a.fa-arrows-alt {
    display: none;
}

.site-action {
    position: absolute;
    bottom: 8px;
    z-index: 9;
    right: 30px;
}

.site-action button {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0px;
    justify-content: center;
    display: block;
    margin-bottom: 10px;
}

.site-action-toggle .ni-plus {
    display: none;
}

.site-action-toggle em {
    transition: all 0.5s ease-in-out;
}

.icon-hide .ni-plus {
    display: block;
}

.icon-hide .ni-cross {
    display: none;
}

.ic-note-item .ic-card {
    box-shadow: none;
}

.ic-note-item {
    cursor: pointer;
}

.ic-note-item.active .ic-card {
    background: #fff;
}

.ic-note-user {
    margin-top: 15px;
}

.ic-note-user .avtar {
    border-radius: 5px;
}

.ic-note-user button {
    border: 2px solid #d7dfe9;
    width: 32px;
    height: 32px;
    justify-content: center;
}

.employee-profile-nk-sidebar {
    top: 115px;
    min-height: calc(100vh - 115px);
    max-height: calc(100vh - 115px);
}

.nk-ibx-aside {
    z-index: 9;
}

.tabs-position-change {
    position: static;
    width: 100%;
}

.tabs-content-pad-add-re {
    padding-top: 20px;
}

.tabs-content-pad-add-re-0 {
    padding-top: 0px;
}

.fixed-tab-header {
    position: fixed;
    top: 65px;
    width: 94%;
}

.nk-fmg-aside {
    z-index: 9;
}

.ic-employee-data-list .data-item {
    padding: 12px 15px;
}

.ic-employee-profile-nav-tabs .nav-item:last-child {
    margin-left: unset !important;
    padding-left: 25px;
}

.ic-chat-channel li {
    margin-bottom: 3px;
}

.ic-chat-channel li a {
    display: block;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 400;
    color: #1b2e4b;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ic-chat-channel li a.active {
    background-color: #eef0f7;
}

.ic-chat-channel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.75rem;
    border-bottom: 1px solid #e5e9f2;
    background-color: #fff;
}

.ic-chat-member-header h6 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.ic-chat-channel-header .ic-channel-member {
    display: flex;
}

.ic-channel-member .invite-people {
    margin-right: 10px;
}

.ic-channel-member em {
    font-size: 24px;
    color: #8392a5;
}

.ic-channel-member span {
    color: #364a63;
}

.ic-channel-member em:hover {
    color: #364a63;
}

.ic-chat-member-list {
    background-color: #fff;
    width: 250px;
    position: absolute;
    top: 2px;
    bottom: 60px;
    right: 0;
    border: 1px solid rgba(72, 94, 144, 0.16);
    z-index: 99999;
    padding: 20px 10px 10px 20px;
    border-top: none;
    opacity: 0;
    visibility: hidden;
    transition: transform .3s ease-in-out;
    height: 100vh;
    overflow: hidden;
    transform: translateX(100%);
}

.ic-chat-member-list:hover {
    overflow: auto;
}

.ic-chat-member-list::-webkit-scrollbar {
    width: 5px;
}

.ic-chat-member-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.ic-chat-member-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.ic-chat-member-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.ic-member-list-animated {
    opacity: 1;
    visibility: visible;
}

.chat-member-list .media {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.chat-member-list .media .chat-media {
    width: 35px;
    height: 35px;
}

.chat-member-list .media h5 {
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
}

.ic-notes-header {
    width: 100%;
    margin: 0px 0px 5px 10px;
    padding-right: 10px;
}

.ic-notes-header .title h6 {
    font-weight: 400;
    font-size: 12px;
    color: #8094ae;
}

.ic-notes-header .right p {
    font-weight: 400;
    font-size: 12px;
    color: #8094ae;
}

.ic-note-item:hover .ic-notes-header .action {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.ic-notes-header .action {
    margin-left: 0px;
    transition: 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.ic-notes-header .action a {
    position: relative;
}

.ic-notes-header .action em {
    font-size: 18px;
    margin-right: 5px;
}

.ic-notes-header .ic-badge {
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    background: #ff0b37;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: -10px;
    left: 15px;
}

.ic-note-left-content {
    width: 100%;
}

.ic-note-left-title-content {
    margin-left: 10px;
}

.ic-notes-header .action .ni-star {
    color: #ffa353;
}

.ic-add-note-editor-right .toolbar-right {
    float: right;
    font-size: 20px;
    margin-left: 8px;
    position: relative;
}

.ic-add-note-editor-right .toolbar-right:hover {
    border-color: #fff;
}

.ic-contibutor-content .count {
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 9;
}

.ic-contibutor-content .count p {
    font-size: 12px;
    color: #ffa353;
}

.ic-contibutor-member-list {
    background-color: #fff;
    width: 250px;
    position: absolute;
    top: 1px;
    bottom: 60px;
    right: 0;
    border: 1px solid rgba(72, 94, 144, 0.16);
    z-index: 99;
    padding: 20px 10px 10px 20px;
    border-top: none;
    opacity: 0;
    visibility: hidden;
    transition: transform 650ms ease;
    height: 100vh;
    overflow: hidden;
    transform: translateX(100%);
}

.ic-contibutor-member-list:hover {
    overflow: auto;
}

.ic-contibutor-member-list::-webkit-scrollbar {
    width: 5px;
}

.ic-contibutor-member-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.ic-contibutor-member-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.ic-contibutor-member-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.contributor-dropdown-animation {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.ic-employe-holiday-area {
    padding: 0px 20px;
}

.ic-new-ticket-title-btn {
    margin-bottom: 20px;
}

.ic-new-ticket-title-btn a {
    border-radius: 2px;
}

.ic-toggle-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(31, 43, 58, 0.2);
    z-index: 9;
    animation: overlay-fade-in .4s ease 1;
}

.chat-body-side-warp {
    padding-right: 250px;
}

.ic-nk-chat-head {
    position: relative;
}

.ic-member-arrow {
    position: absolute;
    right: -18px;
    bottom: -16px;
    z-index: 999999;
}

.ic-member-arrow .ic-member-arrow-icon {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    transition: right .3s ease-in-out, margin .3s ease-in-out .2s;
    border: 1px solid #e5e9f2;
    background-color: #fff;
    border-radius: 50%;
    font-size: 1.125rem;
    color: #8094ae;
    right: -18px;
    bottom: -16px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transform: rotate(180deg);
}

.ic-compose-mail-body {
    display: none;
}

.ic-compose-mail-body .nk-ibx-head {
    justify-content: unset;
    padding-left: 1rem;
}

.ic-compose-mail-body .nk-ibx-head h5 {
    margin-left: 10px;
}

.ic-compose-mail-form-field {
    position: relative;
}

.ic-compose-mail-form-field .CodeMirror {
    min-height: 245px;
    height: 245px;
    border: none;
    padding: 0px;
}

.ic-compose-mail-form-field .CodeMirror-scroll {
    min-height: 245px;
}

.ic-compose-mail-form-field .editor-toolbar {
    position: absolute;
    background: #fff;
    z-index: 99;
    bottom: 0;
    width: 100%;
    left: 0;
    border-top: 1px solid #e5e9f2;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.ic-compose-mail-form-field .editor-toolbar .ic-add-icon {
    font-size: 16px;
    color: #2c3e50 !important;
    font-weight: 600;
}

.ic-compose-mail-form-field .editor-statusbar {
    display: none;
}

.ic-create-ticket-head {
    min-height: 57px;
}

.ic-todo-toggle-overlay.active {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(31, 43, 58, 0.2);
    z-index: 9;
    animation: overlay-fade-in .4s ease 1;
}

.ic-employee-profile-todo-card {
    position: relative;
}

.ic-todo-activity-aside {
    position: fixed;
    top: 118;
    right: 0;
    width: 300px;
    background-color: #fff;
    min-height: 100vh;
    z-index: 999;
    padding: 30px 20px 30px 20px;
    transition: transform 650ms ease;
    transform: translate(100%);
    border: 1px solid rgba(72, 94, 144, 0.16);
}

.ic-tody-activity-warp {
    height: calc(100vh - 140px);
    overflow-y: auto;
}

.ic-tody-activity-warp:hover {
    overflow-y: auto;
}

.ic-tody-activity-warp::-webkit-scrollbar {
    width: 4px;
    border-radius: 5px;
}

.ic-tody-activity-warp::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
}

.ic-tody-activity-warp::-webkit-scrollbar-thumb {
    background: #C0CAD7;
    border-radius: 5px;
}

.ic-tody-activity-warp::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.ic-todo-activity-aside.active {
    transform: translate(0);
}

.todo-title-toggle {
    cursor: pointer;
}

.nk-ibx-aside {
    z-index: 99;
}

.ic-compose-mail-field {
    min-height: calc(100vh - (175px));
    max-height: calc(100vh - (175px));
    overflow: auto;
}

.ic-compose-mail-field::-webkit-scrollbar {
    width: 4px;
    border-radius: 5px;
}

.ic-compose-mail-field::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
}

.ic-compose-mail-field::-webkit-scrollbar-thumb {
    background: #C0CAD7;
    border-radius: 5px;
}

.ic-compose-mail-field::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.ic-create-ticket-content {
    display: none;
    height: 100%;
}

.ic-create-ticket-overflow {
    height: 400px;
    overflow: auto;
}

.ic-create-ticket-overflow::-webkit-scrollbar {
    width: 4px;
    opacity: 0;
    visibility: hidden;
}

.ic-create-ticket-overflow::-webkit-scrollbar-track {
    background: #fff;
}

.ic-create-ticket-overflow::-webkit-scrollbar-thumb {
    background: #C0CAD7;
    border-radius: 5px;
}

.ic-create-ticket-overflow::-webkit-scrollbar-thumb:hover {
    background: #C0CAD7;
}

.ic-create-ticket-toggle .circle .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
}

.ic-create-ticket-toggle .circle .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
}

.ic-create-ticket-toggle.opened .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    opacity: 0;
}

.ic-create-ticket-toggle.opened .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
}

.ic-create-ticket-toggle .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    opacity: 0;
}

.ic-create-ticket-toggle .circle-plus {
    height: 4em;
    width: 4em;
    font-size: 1em;
    opacity: .7;
}

.ic-create-ticket-toggle .circle {
    position: relative;
    border-radius: 50%;
    background: #6576ff;
    color: #fff;
    font-size: 18px;
    height: 36px;
    width: 36px;
    margin-right: 10px;
}

.ic-create-ticket-toggle .circle .horizontal {
    position: absolute;
    background-color: #fff;
    width: 15px;
    height: 2px;
    left: 60%;
    margin-left: -11px;
    top: 52%;
    margin-top: -2.5px;
}

.ic-create-ticket-toggle .circle .vertical {
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 15px;
    left: 50%;
    margin-left: -0.5px;
    top: 70%;
    margin-top: -15px;
}

.ic-mb-30 {
    margin-bottom: 30px;
}

.ic-create-ticket-content::-webkit-scrollbar {
    width: 4px;
}

.ic-create-ticket-content::-webkit-scrollbar-track {
    background: #fff;
}

.ic-create-ticket-content::-webkit-scrollbar-thumb {
    background: #C0CAD7;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
}

.ic-create-ticket-content:hover::-webkit-scrollbar-thumb {
    visibility: visible;
    opacity: 1;
}


/* Handle on hover */

.ic-create-ticket-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.ic-ticket-nk-msg-head {
    border-top: 1px solid #e5e9f2;
}

.ic-note-edi-printer-ico {
    font-size: 16px;
}

.note-editor-right-warp .CodeMirror-wrap {
    padding-right: 250px;
    transition: padding .5s ease-in-out;
}

.ic-notes-member-arrow {
    bottom: unset;
    top: 30%;
    right: 0px;
    bottom: unset;
    top: 30%;
    position: absolute;
    z-index: 999;
    transition: 0.5s;
}

.ic-notes-member-arrow .ic-note-arrow-icon {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    transition: right 650ms ease-in-out, margin 650ms ease-in-out 650ms;
    border: 1px solid #e5e9f2;
    background-color: #fff;
    border-radius: 50%;
    font-size: 1.125rem;
    color: #8094ae;
    transform: rotate(180deg);
}

.ic-notes-member-arrow {
    opacity: 0;
    visibility: hidden;
}

.ic-add-contibutor {
    margin-top: 30px;
    padding: 0px 10px;
}

.ic-leave-right-content {
    margin-top: 20px;
}

.ic-contibutor-count {
    display: none;
}

.contibutor-count-num {
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 12px;
    color: #ffa353;
}

.flatpickr-calendar.inline {
    display: none;
}

.count-placemnet .contibutor-count-num {
    right: 14px;
    top: 36px;
}


/**Forum Details**/

.ic-forum-details-warper {
    margin: 20px 25px;
}

.ic-form-topic-head {
    padding: 20px;
    border-radius: 2px;
    margin-bottom: 35px;
    background-color: #fff;
    border-left: 5px solid #798bff;
}

.ic-form-topic-head .discussion-preview-meta-text a {
    font-weight: 500;
    color: #798bff;
}

.ic-form-topic-head .discussion-preview-meta-text.update {
    color: #888da8;
}

.ic-form-topic-head .discussion-preview-meta-text {
    color: #798bff;
}

.ic-form-topic-head .discussion-preview-meta-text span {
    color: #888da8;
    margin-left: 10px;
}

.ic-forum-detais-item .head {
    background: #798bff;
    padding: 15px;
}

.ic-forum-detais-item .head ul {
    display: flex;
    align-items: center;
}

.ic-forum-detais-item .head li {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 30px
}

.ic-forum-detais-item .date-number {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e6ecf5;
    border-bottom: 1px solid #e6ecf5;
    padding: 12px 10px;
    background: #fff;
}

.ic-forum-detais-item .date-number span {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.ic-forum-detais-item .date-number em {
    font-size: 16px;
    margin-right: 5px;
}

.ic-form-details-description {
    display: flex;
    padding: 12px 10px;
}

.ic-form-details-description .ic-user-avatar {
    width: 115px;
    text-align: center;
}

.ic-form-details-description .ic-user-avatar img {
    width: 80px;
    height: 80%;
    border-radius: 50%;
}

.ic-form-details-description .content {
    margin-left: 20px;
}

.ic-form-details-description .content p {
    font-size: 15px;
    color: #9DA1B7;
    font-weight: 400;
}

.ic-form-details-description h6 {
    font-size: 14px;
    margin-top: 12px;
    color: #515365;
}

.ic-form-details-description .author-role {
    padding: 2px 5px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    background: #798bff;
    border-radius: 3px;
    display: inline-block;
    line-height: 1;
    margin-top: 12px;
}

.ic-forum-details-item-warper .item:nth-child(even) {
    background-color: #fff;
}

.ic-forum-details-item-warper .item:nth-child(odd) {
    background-color: #fbfbfb;
}

.ic-group-admintration {
    margin-bottom: 35px;
    border-radius: 3px;
    background-color: #fff;
}

.ic-group-admintration .title h6 {
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #e6ecf5;
    line-height: 22px;
    letter-spacing: 0;
    padding: 15px 25px;
    color: #515365;
}

.ic-group-admintration .title h6 em {
    font-size: 20px;
    margin-right: 16px;
}

.ic-avatar-imgae-content {
    padding: 0 25px 25px;
    padding-top: 15px;
    display: flex;
    align-items: center;
}

.ic-avatar-imgae-content img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.ic-avatar-imgae-content .content {
    margin-left: 15px;
}

.ic-avatar-imgae-content h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.ic-avatar-imgae-content p {
    font-size: 10px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #888da8;
    font-weight: 700;
}

.ic-login-comment {
    margin-top: 30px;
}

.ic-login-comment p {
    font-size: 12px;
}

.ic-forum-details-replay .btn {
    margin-top: 20px;
    padding: 0.4375rem 2.125rem;
}

.ticket-ic-card-pb-0 {
    padding-bottom: 0px;
}

.ic-employee-attendance-table .holidays {
    color: #F9AB67;
}

.ic-employee-attendance-table .on-leave {
    color: #3F7EDC;
}

.ic-employee-attendance-table tr th {
    white-space: nowrap;
    text-align: center;
}

.ic-employee-attendance-table tr td {
    width: 240px;
    white-space: nowrap;
    text-align: center;
}

.ic-employee-attendance-table .note-td {
    display: flex;
    width: 280px;
    justify-content: center;
}

.ic-employee-attendance-table .note-content {
    display: none;
}

.ic-employee-attendance-table .note-td.first-note-td .note-content {
    display: inline;
}

.ic-employee-attendance-table .note-td em {
    font-size: 18px;
    margin-left: 12px;
    cursor: pointer;
}

.ic-employee-attendance-table .note-hide {
    display: none;
}

.ic-employee-attendance-table .note-td.first-note-td .note-hide {
    display: inline;
}

.ic-employee-attendance-table .note-td.first-note-td .note-show {
    display: none;
}

.documetupload-step-content h6 {
    margin-bottom: 25px;
}

.documetupload-step-content .nk-kycfm-upload {
    margin-bottom: 20px;
}

.profile-onbroading-doc-block {
    padding-left: 1.5rem;
}

.ic-mt-20 {
    margin-top: 20px;
}

.ic-leave-request-details-item .item {
    margin-bottom: 20px;
}

.ic-leave-request-details-item .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.ic-leave-request-details-item .item h6 {
    text-transform: uppercase;
    font-weight: 500;
    color: #798bff;
}

.ic-leave-request-details-item em {
    font-size: 25px;
    color: #798bff;
}

.ic-leave-request-details-item p {
    text-align: justify;
}

.ic-leave-request-details-item .paid-leave h6 {
    color: #0B69FF;
}

.ic-leave-request-details-item .paid-leave em {
    color: #0B69FF;
}

.ic-leave-request-details-item .vecation-leave h6 {
    color: #2DCA73;
}

.ic-leave-request-details-item .vecation-leave em {
    color: #2DCA73;
}

.ic-leave-request-details-item .comp-leave h6 {
    color: #FF0B37;
}

.ic-leave-request-details-item .comp-leave em {
    color: #FF0B37;
}

.ic-leave-request-details-item .unpaid-leave h6 {
    color: #FFB800;
}

.ic-leave-request-details-item .unpaid-leave em {
    color: #FFB800;
}

.ic-user-main-sidebar {
    max-height: 100vh;
    min-height: unset;
}

.ic-user-main-sidebar [data-simplebar] {
    position: unset;
}

.ic-termination-table .table thead th {
    color: #333;
}

.ic-termination-table .table td {
    color: #333;
}

.ic-termination-table .ic-page-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.ic-termination-table .ic-page-title .ic-title {
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    font-size: 0.9375rem;
    letter-spacing: 1px;
}

.ic-termination-table .ic-page-title .btn {
    padding: 10px 12px;
}

.ic-termination-table .ic-page-title em {
    margin-right: 5px;
}

.ic-add-termination-modal-body .form-group {
    margin-bottom: 20px;
}

.ic-add-termination-modal-body .form-label span {
    color: crimson;
}

.ic-termination-table .ic-promotion-to-form {
    display: flex;
    align-items: center;
}

.ic-termination-table .ic-promotion-to-form em {
    font-size: 20px;
    margin: 0px 2px;
    color: #333;
}

.ic-add-termination-modal-body .control-label-title {
    font-size: 0.875rem;
    color: #344357;
    margin-bottom: 0;
    font-weight: 700;
}

.ic-promotion-modal-from-to {
    margin-left: 25px;
}

#tabLevaeRequest .dataTables_filter {
    text-align: right;
}

#tabLevaeRequest .dataTables_filter label {
    white-space: inherit;
}

#tabLevaeRequest div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: flex-end;
}

.ic-employee-manage-tab .nav-item {
    padding-right: 20px;
}

.ic-employee-data-item {
    justify-content: space-between;
    display: block;
}

.ic-employee-data-item .data-label {
    width: unset;
    margin-bottom: 8px;
    display: inline-block;
}

.badge-holiday {
    background: #F9AB67;
    color: #fff;
}

.ic-user-avatars h2 {
    color: #333;
}

.ic-user-avatars .designation {
    margin-top: 3px;
    display: block;
    font-size: 12px;
    color: #888888;
    font-weight: 500;
    text-transform: capitalize;
}

.shift-designation {
    font-size: 12px;
}

.ic-termination-table td h4 {
    font-weight: 400;
}

.ic-todo-create-task {
    display: block;
}

.ic-leave-team-vacation {
    margin-bottom: 30px;
}

.ic-leave-team-vacation .tui-full-calendar-weekday-schedule-title {
    color: #fff;
}

.ic-shift-distribution-area .ic-page-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.ic-shift-distribution-area .ic-page-title .ic-title {
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    font-size: 0.9375rem;
    letter-spacing: 1px;
}

.ic-shift-distribution-area .ic-page-title .btn {
    padding: 10px 12px;
}

.ic-shift-distribution-area .ic-page-title em {
    margin-right: 5px;
}

.ic-add-schedule-modal-body .title {
    margin-bottom: 30px;
}

.ic-add-schedule-modal-body label {
    margin-bottom: 0px;
}

.ic-add-schedule-modal-body .ic-days .custom-checkbox {
    margin-right: 15px;
}

.ic-add-schedule-modal-body .days-form-group label {
    margin-bottom: 10px;
}

.ic-promotion-area .ic-user-avatars {
    font-size: 15px;
    color: #333;
    width: 180px;
}

.ic-promotion-area .ic-user-avatars a {
    color: #333;
}

.ic-promotion-area .ic-user-avatars .avtar {
    margin-right: 10px;
}

.ic-timesheet-table thead th {
    padding: 0.5rem 0.75rem!important;
    color: #333!important;
    white-space: nowrap;
}

.ic-timesheet-table thead th a {
    color: #333!important;
}

.ic-timesheet-table thead th div {
    color: #333!important;
}

.ic-timesheet-table tr td {
    padding: 0.5rem 0.75rem!important;
}

.ic-timesheet-table .working-duration .progress {
    background-color: #E6E6E6;
}

.ic-timesheet-table .working-duration .time {
    margin-top: 3px;
}

.no-working-days {
    background: #F0F0F0;
}

.ic-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}

.ball-scale-multiple {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ball-scale-multiple>div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.ball-scale-multiple>div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.ball-scale-multiple>div {
    background-color: #6576FF;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: -30px;
    top: 0px;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite;
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.ic-employee-timesheet-filter {
    padding: 20px 20px 0px 20px;
}

.ic-employee-timesheet-filter .ic-attendance-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ic-employee-timesheet-filter .ic-attendance-form .form-group {
    flex: 0 0 18%;
    margin-right: 28px;
}

.ic-employee-timesheet-filter .ic-attendance-form .form-group:last-child {
    margin-right: 0px;
}

.timesheet-table-thead {
    border-top: 1px solid #dbdfea;
}

.ic-mt-30 {
    margin-top: 30px;
}

.ic-employee-policy-table {
    margin-top: 30px;
}

.ic-employee-policy-table .ic-user-avatars {
    font-size: 15px;
    color: #526484;
    width: 180px;
    font-weight: 500;
}

.ic-employee-policy-table .ic-user-avatars img {
    margin-right: 8px;
}

.ic-employee-policy-table .ic-user-avatars a {
    color: #526484;
}

.ic-attendance-table-responsive tr td em {
    color: #1ee0ac;
}

.ic-attendance-table-responsive .dropdown-menu a {
    color: #333;
}

.ic-leave-user-approved {
    width: 150px;
}

.ic-timesheet-tbody tr td em {
    color: #1ee0ac;
}

.ic-timesheet-tbody tr td .dropdown-item a {
    color: #333;
}