/*Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
    .ic-employee-profile-card-aside-warp {
        display: block;
    }
    /*Dashboard Page***/
    .nk-header {
        padding-left: 50px;
    }
    .nk-apps-sidebar {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 999;
        width: 60px;
    }
    .nk-apps-sidebar .nk-sidebar-profile {
        width: 60px;
    }
    .has-sidebar .ic-sidebar-hide {
        padding-left: 50px !important;
    }
    .ic-nk-mobile-sidebar-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(16, 25, 36, 0.4);
        z-index: 600;
        animation: overlay-fade-in 0.4s ease 1;
    }
    .has-apps-sidebar .nk-sidebar {
        left: 60px;
    }
    .nk-sidebar-mobile {
        width: 260px !important;
    }
    .ic-widget-area .ic-card {
        margin-bottom: 20px;
    }
    .ic-task-by-team {
        margin-top: 10px;
    }
    .ic-widget-area .ic-card-header {
        padding: 0px 1rem;
    }
    .ic-widget-area .ic-card-header p {
        margin-bottom: 0px;
    }
    /*All Employee Page***/
    .nk-block-tools-toggle .toggle-expand-content {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    /**All Department**/
    .ic-department-media {
        display: block;
    }
    .ic-department-media .media-body {
        margin: 10px 0px 0px 0px !important;
    }
    .ic-pagination li a {
        margin-top: 5px;
    }
    .ic-breadcumb-toggle-m {
        padding: 0px !important;
    }
    .ic-breadcumb-toggle-m label {
        padding: 5px;
    }
    .ic-department-media h5 {
        font-size: 16px;
    }
    /**Team Details**/
    .ic-team-details-media-body h1 {
        font-size: 24px;
    }
    .ic-team-details-avtar .avtar {
        border-radius: 50%;
        font-size: 16px;
        width: 40px;
        height: 40px;
        margin-right: 5px !important;
        margin-bottom: 5px !important;
    }
    /**Employee Onboarding**/
    .ic-nk-kycfm {
        padding: 15px;
    }
    .nk-kycfm-footer {
        margin-top: 15px;
    }
    .nk-kycfm-title {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .nk-kycfm-note {
        margin-top: 10px;
    }
    .nk-kycfm-content {
        padding-bottom: 20px;
    }
    .nk-kycfm-upload {
        margin-top: 10px;
    }
    .ic-verify-form-group {
        padding-bottom: 20px !important;
        margin-bottom: 20px !important;
    }
    .chats-dropdown .dropdown-menu {
        min-width: 280px;
        max-width: 280px;
        top: 0px;
        left: 50px !important;
    }
    .notification-dropdown .dropdown-menu {
        min-width: 280px;
        max-width: 280px;
        top: 0px;
        left: 50px !important;
    }
    .user-dropdown .dropdown-menu {
        min-width: 280px;
        max-width: 280px;
        top: 0px;
    }
    /**Employee Profile Activity**/
    .ic-inbox-employee-profile-header {
        padding: 0px 20px 0px 20px;
    }
    .ic-inbox-employee-profile-header h5 {
        margin-bottom: 10px !important;
        font-size: 15px;
    }
    .ic-profile-header {
        margin-bottom: 15px;
    }
    .ic-inbox-employee-profile-header .media {
        margin-bottom: 20px !important;
    }
    .ic-employee-profile-nav-tabs .nav-item .nav-link {
        padding: 12px 20px;
    }
    .ic-employee-profile-nav-tabs .nav-link::before {
        right: -5px;
    }
    .ic-col-m-p-0 {
        padding: 0px 5px;
    }
    .ic-col-p-0 {
        padding: 0px 5px;
    }
    .ic-my-project-card {
        margin-bottom: 20px;
    }
    .ic-priority-based-project-item .priority-body .track ul li {
        margin-bottom: 5px;
    }
    .ic-recognition-item {
        margin-bottom: 10px;
    }
    .ic-card-p {
        padding: 15px;
    }
    .ic-user-post-content-text {
        margin-left: 35px;
        padding: 10px 10px 10px 10px;
    }
    .ic-comment-body {
        margin-left: 0px;
    }
    .ic-post-comment-reply-item {
        margin-left: 0px;
    }
    .ic-comment--header ul {
        display: block;
    }
    .ic-comment--header ul li {
        display: block;
        margin: 0px 0px 8px 0px;
        text-align: center;
    }
    .ic-comment--header ul .user-thumb {
        margin-left: 12px;
    }
    .ic-comment--header ul li a {
        display: block;
    }
    .ic-comment--header .user-thumb a {
        display: block;
    }
    .ic-right-sidebar {
        margin-top: 20px;
    }
    /**Employee Profile**/
    .nav-tabs-mb-icon .nav-item {
        padding-right: 5px;
    }
    .btn-group-toggle label {
        padding: 8px;
    }
    /**Employee Profile inbox**/
    .ic-overlow-hidden {
        overflow: auto;
    }
    /**Employee profile todo**/
    .ic-sidebar-left {
        position: absolute;
        width: 260px;
        height: 100%;
        max-height: 100%;
        background: #fff;
        flex-shrink: 0;
        z-index: 99;
        left: 0;
        transform: translateX(-100%);
        border-right: 1px solid #e5e9f2;
        top: 0px;
        transition: transform 0.4s linear;
    }
    .todo-new-task-sidebar {
        transform: translateX(-100%);
    }
    .todo-app-area {
        padding-left: 15px;
    }
    .drag-right-item {
        display: block !important;
    }
    .todo-title-wrapper .todo-title-area {
        margin-bottom: 5px;
        width: 100% !important;
    }
    .ic-todo-list-warper-mobile-overlay {
        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-list-warper-mobile-overlay.show {
        visibility: visible;
        transition: all 0.3s ease;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 0.25rem;
    }
    .todo-item-action {
        float: right;
    }
    .ic-modile-todo-sidebar-icon em {
        font-size: 1.25rem;
        color: #526484;
    }
    .todo-title-wrapper {
        align-items: unset !important;
    }
    .ic-todo-mobile-toggle {
        margin-right: 10px;
        margin-top: 5px;
    }
    .ic-todo-mobile-toggle {
        display: block;
    }
    .todo-new-task-sidebar {
        width: 300px;
    }
    .todo-new-task-sidebar.show {
        transform: translateX(25%);
    }
    .todo-sidebar-select .select-box {
        width: 100%;
    }
    .ic-w-100 {
        width: 100%;
    }
    .todo-sidebar-select {
        margin-bottom: 10px !important;
    }
    .ic-holidays-left-color {
        margin-bottom: 20px;
    }
    /**Leave Setting**/
    .ic-leave-row {
        display: block;
    }
    .ic-leave-right {
        margin-top: 10px;
    }
    .leave-inline-form {
        display: block;
        min-height: auto;
    }
    .ic-leave-header {
        display: block;
    }
    .ic-leave-header .title {
        margin-bottom: 5px;
    }
    .ic-card-title.with-switch {
        display: block;
    }
    .ic-onoffswitch {
        margin-left: unset;
        margin-top: 10px;
    }
    .ic-avater-m-width {
        width: 120px;
    }
    .leave-delete-btn {
        margin: 10px 0px 0px 0px;
    }
    .ic-leave-right-content {
        margin-top: 30px;
    }
    .ic-ot-table tbody td h4 {
        width: 180px;
    }
    .ic-employee-attendance-table {
        margin-top: 20px;
    }
    .ic-employee-attendance-table tr th {
        white-space: nowrap;
    }
    .ic-employee-attendance-table tr td {
        white-space: nowrap;
    }
    .ic-admin-attendance-checkin {
        margin-top: 20px;
    }
    .ic-add-overtime {
        text-align: left !important;
        margin-top: 10px;
    }
    .ic-timesheet-table .table td {
        white-space: nowrap;
    }
    .ic-termination-employee-assets .table tr th {
        white-space: nowrap;
    }
    .ic-termination-employee-assets .table tr td {
        white-space: nowrap;
    }
    .ic-resign-table .table tr th {
        white-space: nowrap;
    }
    .ic-resign-table .table tr td {
        white-space: nowrap;
    }
    .ic-resign-details .accordion-head {
        margin-bottom: 20px;
    }
    #tabTimesheet .ic-card-inner {
        padding: 0px 10px 0px 10px;
    }
    .ic-attendance-form {
        margin-bottom: 20px;
    }
    #employeeTimesheetTable_filter {
        text-align: center;
        margin-bottom: 20px;
    }
    #employeeTimesheetTable_length {
        text-align: center;
    }
    .ic-profile-left-side-scroll {
        height: auto;
        overflow: unset;
        margin-top: 20px;
    }
    .ic-employee-profile-activity-middle-scroll {
        height: auto;
        overflow: unset;
    }
    .ic-right-sidebar-scroll {
        height: auto;
        overflow: unset;
    }
    .ic-employee-activity-overlow-hidden {
        overflow: auto;
    }
    .ic-resident-radio-warper {
        display: block;
    }
    .ic-tax-footer-check {
        padding: 2pt 0pt;
    }
    .ic-tax-footer-check .custom-control-label::before {
        top: 15px;
        right: 3px;
    }
    .ic-tax-footer-check .custom-control-label::after {
        top: 15px;
        right: 3px;
    }
    .ic-pdf-review-next-prev {
        display: block !important;
    }
    .ic-pdf-review-next-prev button {
        width: 100%;
        justify-content: center;
    }
    .ic-pdf-review-next-prev .prev {
        margin-bottom: 10px;
    }
    .ic-onboarding-step-content input {
        height: 45px;
    }
    /**Chatbox**/
    .chat-main {
        right: 20px;
    }
    .ic-checkin-btn a {
        display: block;
        margin-bottom: 8px;
    }
    .employee-profile-tab-scrool {
        white-space: nowrap;
        overflow-y: hidden;
        overflow: auto;
    }
    .ic-employee-profile-nav-tabs {
        padding-left: 15px;
        width: 1050px;
        overflow-y: hidden;
    }
    .ic-employee-profile-nav-tabs .nav-item .nav-link {
        padding: 0px 0px;
        width: 80px;
    }
    /**Forum**/
    .ic-section-filters-bar {
        display: block;
        justify-content: unset;
        height: auto;
        padding: 0 10px;
    }
    .ic-filter-tab {
        width: 100%;
        padding: 3px 0px;
    }
    .ic-section-filters-bar .ic-filter-tabs {
        display: block;
        height: auto;
    }
    .ic-section-filters-bar .ic-section-filters-bar-actions {
        display: block;
        align-items: center;
        margin-bottom: 15px;
        text-align: center;
    }
    .ic-form-item.split {
        display: block;
    }
    .ic-section-filters-bar .ic-form-item.split .form-select {
        width: 100% !important;
    }
    .ic-section-filters-bar .ic-form-item .select2-container {
        width: 100% !important;
    }
    .ic-form-item button {
        margin-left: 0px;
        height: 45px;
        margin-top: 15px;
    }
    .ic-filter-tabs .ic-filter-tab:before,
    .ic-filter-tabs .ic-filter-tab:last-child:after {
        display: none;
    }
    .ic-filter-tab.active {
        border-bottom: none;
    }
    .ic-forum-table {
        width: 1200px;
    }
    /**Badges**/
    .badge-item-preview {
        display: block;
        padding: 20px 20px 20px 20px;
    }
    .badge-item-preview .badge-item-preview-image {
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }
    .badge-item-preview .badge-item-preview-info {
        padding-left: 0px;
    }
    .onboarding-m-body {
        overflow: auto !important;
    }
    .ic-onboarding-step-content {
        width: 100%;
    }
    .ic-employee-profile-nav-tabs {
        position: static;
    }
    .ic-tab-content-padding {
        padding-top: 20px;
    }
    .ic-employee-pt-50 {
        padding-top: 0px;
    }
    .add-note-card {
        padding-left: 15px;
    }
    #note-left-menu-all {
        padding-left: 12px;
    }
    .ic-todo-section-heading h4 {
        font-size: 1rem;
    }
    .ic-todo-list-right {
        padding-left: 30px;
    }
    .ic-todo-list-right .header {
        margin-bottom: 30px;
    }
    .ic-todo-section-content {
        margin: 22px 0px 0px 15px;
    }
    .ic-note-main-content {
        height: auto;
        min-height: unset;
        max-height: unset;
        overflow: hidden;
    }
    .ic-add-note-editor-right .CodeMirror {
        height: auto;
        min-height: unset;
        max-height: unset;
        overflow: hidden;
        padding: 0px 20px;
    }
    .ic-add-notes-right {
        margin-top: 20px;
    }
    .ic-add-note-editor-right .editor-toolbar {
        padding: 3.5px 20px;
    }
    .ic-notes-header {
        display: block !important;
    }
    .ic-note-left-content .ic-notes-header .left {
        justify-content: space-between;
        display: block !important;
    }
    .ic-notes-header .action {
        margin: 5px 0px 5px 0px;
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }
    .ic-note-left-content .ic-notes-header .right {
        text-align: left;
    }
    .contributor-dropdown-animation {
        top: 87px;
    }
    .ic-add-note-editor-right .CodeMirror {
        width: 100%;
    }
    .ic-add-note-editor-right .toolbar-right {
        margin-bottom: 10px;
    }
    .ic-add-notes-left {
        min-height: auto;
        max-height: unset;
    }
    .ic-add-notes-right {
        min-height: auto;
        max-height: unset;
    }
    .ic-add-note-editor-right {
        min-height: auto;
        max-height: unset;
    }
    .ic-todo-list-right .header::before {
        width: 118%;
    }
    .ic-todo-activity-aside {
        top: 0;
    }
    .ic-todo-toggle-overlay.active {
        z-index: 999;
    }
    .ic-todo-activity-aside {
        width: 280px;
    }
    .contibutor-count-num {
        top: 42px;
    }
    .note-editor-right-warp {
        padding-right: 0px;
    }
    .ic-form-details-description {
        display: block;
    }
    .ic-form-details-description .ic-user-avatar {
        margin: auto;
    }
    .ic-group-admintration {
        margin-top: 30px;
    }
    .ic-leave-request-details-item {
        margin-top: 20px;
    }
    .ic-termination-table .ic-page-title {
        display: block;
        text-align: center;
    }
    .ic-termination-table .ic-page-title .btn {
        margin-top: 15px;
        padding: 8px 10px;
    }
    .ic-employee-manage-tab .nav-item {
        padding-right: 15px;
    }
    .ic-employee-manage-tab .nav-link {
        padding: 8px 0px;
    }
    .ic-attendance-leave-balance .item {
        margin-bottom: 20px;
    }
    .ic-timesheet-header-card {
        padding: 20px;
    }
    .timesheet-prog-content .content {
        display: block;
    }
    .timesheet-prog-content .content h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .timesheet-prog-content .content h4 span {
        font-size: 16px;
        margin-right: 0px;
    }
    .ic-employee-timesheet-filter .ic-attendance-form .form-group {
        flex: 0 0 100%;
        margin-right: 0px;
    }
    .ic-hr-tracking-table #timesheetTable_filter {
        text-align: left;
        margin-right: 45px;
        margin-bottom: 20px;
    }
    .ic-progress-req-btn .content {
        display: block;
    }
    .ic-progress-req-btn .content h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .ic-shift-distribution-area .ic-page-title .ic-title {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .ic-card-title {
        font-size: 18px;
    }
    .ic-onboarding-btn a {
        padding: 10px 0px;
        font-size: 18px;
    }
    .ic-onboarding-step-content .nk-kycfm-head {
        padding: 0px;
    }
    .ic-onboarding-step-content .nk-kycfm-content {
        padding-top: 15px;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 15px;
    }
    .ic-complete-incomplete {
        margin-top: 40px;
    }
    .ic-department-card-body img {
        margin-bottom: 5px;
    }
    .ic-team-list-table tbody td em {
        font-size: 1.2rem
    }
    .ic-team-list-table .table .media-body h5 {
        font-size: 16px;
    }
    .ic-col-xmd-3 {
        padding-right: 15px!important;
    }
    .ic-holidays-menu {
        margin-top: 20px;
    }
    .ic-calender-upcoming-event .section-header-info h2 {
        font-size: 1.3rem;
    }
    .ic-employee-filemanager-aside {
        z-index: 99!important;
    }
    .ic-todo-rigth-content-warper .tasks-header-w .left h5 {
        font-size: 1rem;
    }
    .ic-todo-list-right .header h4 {
        font-size: 1.2rem;
    }
    .todo-title-wrapper .todo-item-list .todo-title-area p {
        font-size: 0.9rem;
    }
    .todo-title-wrapper .todo-item-list::before {
        top: 50%;
        transform: translateY(-50%);
    }
    .ic-todo-right-warp {
        padding-right: 0px;
    }
    .ic-todo-list-right {
        padding-right: 20px;
    }
    .ic-todo-arrow-icon.active {
        right: 265px;
    }
    .ic-todo-arrow-icon {
        top: 250px;
    }
    .ic-create-ticket-overflow {
        height: 380px;
    }
    .badge-item-preview .badge-item-preview-info .badge-item-preview-text {
        margin-top: 0px;
    }
    .badge-item-preview .badge-item-preview-info .badge-item-preview-timestamp {
        margin-top: 8px;
    }
    #tabLevaeRequest .dataTables_length {
        text-align: center;
    }
    #tabLevaeRequest .dataTables_filter {
        text-align: center;
    }
    .employee-profile-doc-block {
        padding: 20px 20px;
    }
    .ic-resign-details-btn a {
        padding: 6px 25px;
    }
    .hr-tracking-year .form-control {
        margin-bottom: 10px;
    }
    .hr-tracking-year .btn {
        margin-bottom: 10px;
    }
}

@media (min-width: 320px) and (max-width: 485.98px) {
    .ic-contibutor-content .count {
        right: 22px;
        top: 38px;
    }
    .ic-shift-distribution-area .ic-page-title {
        display: block;
    }
}

@media (min-width: 320px) and (max-width: 450.98px) {
    .ic-priority-based-project-item .priority-body .track ul {
        display: block;
    }
    .ic-body-menu li {
        display: block;
    }
    .ic-body-menu li a {
        display: inline-block;
        padding: 0.5rem 1rem !important;
    }
    .ic-body-menu .dropdown-menu li {
        text-align: left;
    }
    .ic-post-bottom ul li {
        display: block;
        margin-bottom: 8px;
    }
    .ic-priority-based-project-item .priority-footer {
        display: block;
    }
    .ic-priority-based-project-item .priority-footer .owner .thumbnil-content {
        display: flex;
        align-items: center;
    }
    .ic-todo-rigth-content-warper .tasks-header-w {
        display: block;
    }
    .ic-todo-rigth-content-warper .tasks-header-w .right {
        margin-top: 10px;
    }
}


/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {
    .ic-employee-profile-card-aside-warp {
        display: block;
    }
    /*Dashboard Page***/
    .nk-header {
        padding-left: 50px;
    }
    .nk-apps-sidebar {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 999;
        width: 60px;
    }
    .nk-apps-sidebar .nk-sidebar-profile {
        width: 60px;
    }
    .has-sidebar .ic-sidebar-hide {
        padding-left: 50px !important;
    }
    .ic-nk-mobile-sidebar-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(16, 25, 36, 0.4);
        z-index: 600;
        animation: overlay-fade-in 0.4s ease 1;
    }
    .has-apps-sidebar .nk-sidebar {
        left: 60px;
    }
    .ic-widget-area .ic-card {
        margin-bottom: 20px;
    }
    .ic-task-by-team {
        margin-top: 10px;
    }
    /**All Department**/
    .ic-department-media {
        display: block;
    }
    .ic-department-media .media-body {
        margin: 10px 0px 0px 0px !important;
    }
    /**Team Details**/
    .ic-team-details-media-body h1 {
        font-size: 28px;
    }
    .ic-team-details-media {
        display: block;
    }
    .ic-team-details-media-body {
        margin-left: 0px !important;
        margin-top: 10px;
    }
    .ic-verify-form-group {
        padding-bottom: 20px !important;
        margin-bottom: 20px !important;
    }
    .ic-col-p-0 {
        padding: 0px 15px;
    }
    /**Employee Profile Activity**/
    .ic-inbox-employee-profile-header {
        padding: 0px 20px 0px 20px;
    }
    .ic-inbox-employee-profile-header h5 {
        margin-bottom: 10px !important;
        font-size: 15px;
    }
    .ic-profile-header {
        margin-bottom: 15px;
    }
    .ic-inbox-employee-profile-header .media {
        margin-bottom: 20px !important;
    }
    .employee-profile-tab-scrool {
        white-space: nowrap;
        overflow: auto;
    }
    .ic-employee-profile-nav-tabs {
        padding-left: 15px;
        width: 1050px;
        overflow-y: hidden;
    }
    .ic-employee-profile-nav-tabs .nav-item .nav-link {
        padding: 0px 0px;
        width: 80px;
    }
    .ic-priority-badge-btn ul li .badge {
        padding: 2px 8px 0px 8px;
    }
    .ic-priority-badge-btn ul {
        justify-content: normal;
    }
    .ic-col-sm-pr-0 {
        padding-right: 0px;
    }
    .ic-col-sm-pl-5 {
        padding-left: 5px;
    }
    .ic-col-sm-pl-0 {
        padding-left: 0px;
    }
    .ic-priority-badge-btn ul li {
        padding-right: 5px;
    }
    .ic-priority-based-project-item .priority-footer {
        display: flex;
        justify-content: space-between;
    }
    .ic-priority-based-project-item .priority-footer .thumbnil-content {
        display: flex;
        align-items: center;
    }
    .ic-recognition-item {
        margin-bottom: 10px;
    }
    .ic-col-pr-5 {
        padding-right: 15px;
    }
    .ic-post-item-area .ic-card-p {
        padding: 10px;
    }
    .ic-user-post-content-text {
        margin-right: 35px;
        padding: 20px 20px 20px 20px;
    }
    .ic-comment--header ul .user-thumb span {
        display: none;
    }
    .ic-comment-body {
        margin-left: 10px;
    }
    .ic-post-comment-reply-item {
        margin-left: 15px;
    }
    .ic-right-sidebar {
        margin-top: 20px;
    }
    .ic-my-project-card {
        margin-bottom: 20px;
    }
    /**Employee Profile inbox**/
    .ic-overlow-hidden {
        overflow: auto;
    }
    /**Employee profile todo**/
    .ic-sidebar-left {
        position: absolute;
        width: 260px;
        height: 100%;
        max-height: 100%;
        background: #fff;
        flex-shrink: 0;
        z-index: 99;
        left: 0;
        transform: translateX(-100%);
        border-right: 1px solid #e5e9f2;
        top: 0px;
        transition: transform 0.4s linear;
    }
    .todo-new-task-sidebar {
        transform: translateX(-100%);
    }
    .todo-app-area {
        padding-left: 15px;
    }
    .todo-title-wrapper .todo-title-area {
        margin-bottom: 5px;
        width: 100% !important;
    }
    .todo-title-wrapper {
        align-items: center;
    }
    .ic-todo-list-warper-mobile-overlay {
        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-list-warper-mobile-overlay.show {
        visibility: visible;
        transition: all 0.3s ease;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 0.25rem;
    }
    .ic-modile-todo-sidebar-icon em {
        font-size: 1.25rem;
        color: #526484;
    }
    .ic-todo-mobile-toggle {
        margin-right: 10px;
        margin-top: 5px;
    }
    .ic-todo-mobile-toggle {
        display: block;
    }
    .todo-new-task-sidebar {
        width: 300px;
    }
    .todo-new-task-sidebar.show {
        transform: translateX(25%);
    }
    .todo-sidebar-select .select-box {
        width: 100%;
    }
    .ic-w-100 {
        width: 100%;
    }
    .todo-sidebar-select {
        margin-bottom: 10px !important;
    }
    .ic-holidays-left-color {
        margin-bottom: 20px;
    }
    .ic-leave-right {
        margin-left: 10px;
    }
    /**Leave Request**/
    .ic-leave-right-content {
        margin-top: 30px;
    }
    .ic-ot-table tbody td h4 {
        width: 180px;
    }
    .ic-add-overtime {
        text-align: left !important;
        margin-top: 10px;
    }
    .ic-timesheet-table .table td {
        white-space: nowrap;
    }
    .ic-termination-employee-assets .table tr th {
        white-space: nowrap;
    }
    .ic-termination-employee-assets .table tr td {
        white-space: nowrap;
    }
    .ic-resign-details .accordion-head {
        margin-bottom: 20px;
    }
    #employeeTimesheetTable_filter {
        text-align: center;
        margin-bottom: 20px;
    }
    #employeeTimesheetTable_length {
        text-align: center;
    }
    .ic-profile-left-side-scroll {
        height: auto;
        overflow: unset;
        margin-top: 20px;
    }
    .ic-employee-profile-activity-middle-scroll {
        height: auto;
        overflow: unset;
    }
    .ic-right-sidebar-scroll {
        height: auto;
        overflow: unset;
    }
    .ic-employee-activity-overlow-hidden {
        overflow: auto;
    }
    .ic-forum-table {
        width: 1200px;
    }
    .onboarding-m-body {
        overflow: auto !important;
    }
    .ic-onboarding-step-content {
        width: 100%;
    }
    .ic-employee-profile-nav-tabs {
        position: static;
    }
    .ic-tab-content-padding {
        padding-top: 20px;
    }
    .ic-employee-pt-50 {
        padding-top: 0px;
    }
    .add-note-card {
        padding-left: 15px;
    }
    #note-left-menu-all {
        padding-left: 12px;
    }
    .ic-todo-section-heading h4 {
        font-size: 1rem;
    }
    .ic-todo-list-right {
        padding-left: 30px;
    }
    .ic-todo-list-right .header {
        margin-bottom: 30px;
    }
    .ic-note-main-content {
        height: auto;
        min-height: unset;
        max-height: unset;
        overflow: hidden;
    }
    .ic-add-note-editor-right .CodeMirror {
        height: auto;
        min-height: unset;
        max-height: unset;
        overflow: hidden;
        padding: 0px 20px;
    }
    .ic-add-notes-right {
        margin-top: 20px;
    }
    .ic-add-note-editor-right .editor-toolbar {
        padding: 3.5px 20px;
    }
    .ic-add-note-editor-right .CodeMirror {
        width: 100%;
    }
    .ic-add-notes-left {
        min-height: auto;
        max-height: unset;
    }
    .ic-add-notes-right {
        min-height: auto;
        max-height: unset;
    }
    .ic-add-note-editor-right {
        min-height: auto;
        max-height: unset;
    }
    .ic-todo-list-right .header::before {
        width: 118%;
    }
    .ic-todo-activity-aside {
        top: 0;
    }
    .ic-todo-toggle-overlay.active {
        z-index: 999;
    }
    .note-editor-right-warp {
        padding-right: 0px;
    }
    .ic-leave-request-details-item {
        margin-top: 20px;
    }
    .ic-attendance-leave-balance .item {
        margin-bottom: 20px;
    }
    .timesheet-prog-content .content h4 {
        font-size: 17px;
    }
    .timesheet-prog-content .content h4 span {
        font-size: 20px;
        margin-right: 0px;
    }
    .ic-employee-timesheet-filter .ic-attendance-form .form-group {
        flex: 0 0 48%;
        margin-right: 8px;
    }
    .ic-employee-timesheet-filter .ic-attendance-form {
        justify-content: center;
    }
    .ic-employee-manage-tab .nav-item {
        padding-right: 15px;
    }
    .ic-employee-manage-tab .nav-link {
        padding: 10px 0px;
    }
    .ic-hr-tracking-table #timesheetTable_wrapper .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ic-progress-req-btn .content h4 {
        font-size: 18px;
    }
    .ic-complete-incomplete {
        margin-top: 50px;
    }
    .ic-department-card-body img {
        margin-bottom: 5px;
    }
    .ic-team-list-table .table .media-body h5 {
        font-size: 17px;
    }
    .team-list-block-between {
        display: block;
    }
    .ic-col-xmd-3 {
        padding-right: 15px!important;
    }
    .ic-holidays-menu {
        margin-top: 20px;
    }
    .event-preview-item .event-preview-info {
        padding: 30px 15px 30px;
    }
    .remove-calender-btn a {
        width: 90%;
    }
    .ic-employee-filemanager-aside {
        z-index: 99!important;
    }
    .ic-todo-rigth-content-warper .tasks-header-w .left h5 {
        font-size: 1rem;
    }
    .ic-todo-list-right .header h4 {
        font-size: 1.2rem;
    }
    .todo-title-wrapper .todo-item-list .todo-title-area p {
        font-size: 0.9rem;
    }
    .todo-title-wrapper .todo-item-list::before {
        top: 50%;
        transform: translateY(-50%);
    }
    .ic-todo-right-warp {
        padding-right: 0px;
    }
    .ic-todo-list-right {
        padding-right: 20px;
    }
    .ic-todo-arrow-icon.active {
        right: 285px;
    }
    .ic-todo-arrow-icon {
        top: 250px;
    }
    .ic-section-filters-bar {
        flex-wrap: wrap;
        height: auto;
        padding: 0 10px;
    }
    .ic-filter-tab {
        width: 150px;
    }
    .ic-section-filters-bar .ic-section-filters-bar-actions {
        margin-top: 25px;
    }
    .ic-create-ticket-overflow {
        height: 380px;
    }
    .badge-item-preview {
        display: block;
    }
    .badge-item-preview .badge-item-preview-info {
        padding-left: 0px;
    }
    .badge-item-preview .badge-item-preview-image {
        margin: auto;
        display: block;
        margin-bottom: 10px;
    }
    .badge-item-preview .badge-item-preview-info .badge-item-preview-text {
        margin-top: 0px;
    }
    .badge-item-preview .badge-item-preview-info .badge-item-preview-timestamp {
        margin-top: 8px;
    }
    #tabLevaeRequest .dataTables_length {
        text-align: center;
    }
    #tabLevaeRequest .dataTables_filter {
        text-align: center;
    }
}


/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991.98px) {
    .ic-col-m-pl0 {
        padding-left: 0px;
    }
    .ic-col-m-pr0 {
        padding-right: 0px;
    }
    /*Dashboard Page***/
    .nk-header {
        padding-left: 50px;
    }
    .nk-apps-sidebar {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1099;
        width: 60px;
    }
    .nk-apps-sidebar .nk-sidebar-profile {
        width: 60px;
    }
    .has-sidebar .ic-sidebar-hide {
        padding-left: 50px !important;
    }
    .ic-nk-mobile-sidebar-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(16, 25, 36, 0.4);
        z-index: 600;
        animation: overlay-fade-in 0.4s ease 1;
    }
    .has-apps-sidebar .nk-sidebar {
        left: 60px;
    }
    .ic-attendance-area {
        margin-top: 0px;
    }
    /**Team Details**/
    .ic-team-details-media-body h1 {
        font-size: 30px;
    }
    .ic-verify-form-group {
        padding-bottom: 20px;
    }
    /**Employee Profile Activity**/
    .ic-inbox-employee-profile-header h5 {
        margin-bottom: 10px !important;
        font-size: 15px;
    }
    .ic-employee-profile-nav-tabs .nav-item .nav-link {
        padding: 0px 0px;
        width: 80px;
    }
    .ic-employee-profile-nav-tabs {
        padding-left: 15px;
        width: 1050px;
        overflow-y: hidden;
    }
    .employee-profile-tab-scrool {
        white-space: nowrap;
        overflow: auto;
    }
    .ic-col-md-p-15 {
        padding: 0px 15px;
    }
    .ic-my-task-warper .ic-mytask-item {
        width: 48%;
        float: left;
        margin-left: 1%;
    }
    .ic-priority-based-project-item .priority-footer .thumbnil-content {
        display: flex;
        align-items: center;
    }
    .ic-col-md-pr-0 {
        padding-right: 0px;
    }
    /**Employee Profile inbox**/
    .ic-overlow-hidden {
        overflow: auto;
    }
    .ic-sidebar-left .sidebar .todo-sidebar {
        width: 220px;
    }
    /**Holidays**/
    .ic-holidays-left-color {
        margin-bottom: 20px;
    }
    /**Leave Request**/
    .ic-ot-table tbody td h4 {
        width: 180px;
    }
    .ic-timesheet-table .table td {
        white-space: nowrap;
    }
    .ic-profile-left-side-scroll {
        height: auto;
        overflow: unset;
        margin-top: 20px;
    }
    .ic-employee-profile-activity-middle-scroll {
        height: auto;
        overflow: unset;
    }
    .ic-right-sidebar-scroll {
        height: auto;
        overflow: unset;
    }
    .ic-employee-activity-overlow-hidden {
        overflow: auto;
    }
    .ic-my-project-card {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .ic-employee-profile-activity-middle-scroll {
        margin-top: 0px;
    }
    .ic-forum-table {
        width: 1200px;
    }
    .onboarding-m-body {
        overflow: auto !important;
    }
    .ic-employee-profile-nav-tabs {
        position: static;
    }
    .ic-tab-content-padding {
        padding-top: 20px;
    }
    .ic-employee-pt-50 {
        padding-top: 0px;
    }
    .add-note-card {
        padding-left: 15px;
    }
    #note-left-menu-all {
        padding-left: 12px;
    }
    .ic-todo-left-section {
        padding: 10px;
    }
    .ic-todo-section-content {
        margin: 22px 0px 0px 0px;
    }
    .ic-todo-section-heading h4 {
        font-size: 1rem;
    }
    .todo-sidebar-section-sub-section-content .items-list {
        padding-left: 15px;
    }
    .ic-todo-list-right .header {
        margin-bottom: 20px;
    }
    .ic-note-main-content {
        height: auto;
        min-height: unset;
        max-height: unset;
        overflow: hidden;
    }
    .ic-add-note-editor-right .CodeMirror {
        height: auto;
        min-height: unset;
        max-height: unset;
        overflow: hidden;
        padding: 0px 20px;
    }
    .ic-add-notes-right {
        margin-top: 20px;
    }
    .ic-add-note-editor-right .editor-toolbar {
        padding: 3.5px 20px;
    }
    .ic-m-b-right {
        border-right: 1px solid #ebedf3;
    }
    .ic-add-notes-left .ic-card {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .ic-note-left-content .ic-notes-header {
        display: block !important;
    }
    .ic-note-left-content .ic-notes-header .left {
        justify-content: space-between;
    }
    .ic-add-notes-left {
        min-height: auto;
        max-height: unset;
    }
    .ic-add-notes-right {
        min-height: auto;
        max-height: unset;
    }
    .ic-add-note-editor-right {
        min-height: auto;
        max-height: unset;
    }
    .ic-todo-list-right .header::before {
        width: 122%;
    }
    .ic-todo-activity-aside {
        top: 0;
    }
    .ic-todo-toggle-overlay.active {
        z-index: 999;
    }
    .ic-employee-manage-tab .nav-item {
        padding-right: 15px;
    }
    .ic-employee-manage-tab .nav-link {
        padding: 5px 0px;
    }
    .ic-attendance-leave-balance .header .icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .ic-attendance-leave-balance .header .text {
        margin-left: 10px;
    }
    .ic-attendance-leave-balance .header .icon em {
        font-size: 18px;
    }
    .ic-employee-timesheet-filter .ic-attendance-form .form-group {
        flex: 0 0 23%;
        margin-right: 12px;
    }
    .ic-employee-timesheet-filter .ic-attendance-form {
        justify-content: center;
    }
    .ic-derectory-card .btn-group button {
        padding: 8px 6px;
        margin-right: 10px!important;
    }
    .ic-derectory-card .btn-group button:last-child {
        margin-right: 0px!important;
    }
    .ic-derectory-card-body {
        padding: 0px;
    }
    .ic-col-xmd-3 {
        flex: 0 0 30%;
    }
    .ic-col-xmd-9 {
        flex: 0 0 70%;
    }
    .ic-employee-filemanager-aside {
        z-index: 99!important;
    }
    .ic-todo-right-warp {
        padding-right: 0px;
    }
    .ic-todo-list-right {
        padding-right: 20px;
    }
    .ic-section-filters-bar {
        flex-wrap: wrap;
        height: auto;
        padding: 0 10px;
    }
    .ic-filter-tab {
        width: 150px;
    }
    .ic-section-filters-bar .ic-section-filters-bar-actions {
        margin-top: 25px;
    }
    .ic-create-ticket-overflow {
        height: 380px;
    }
    .ic-emp-profile-profile-aside-warp {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /*Dashboard Page***/
    .has-sidebar .ic-sidebar-hide {
        padding-left: 0px !important;
    }
    .ic-nk-mobile-sidebar-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(16, 25, 36, 0.4);
        z-index: 600;
        animation: overlay-fade-in 0.4s ease 1;
    }
    /**Employee Profile activity**/
    .ic-col-xmd-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ic-col-xmd-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ic-col-xmd-p {
        padding: 0px 15px;
    }
    .ic-my-task-warper .ic-mytask-item {
        width: 100%;
        float: left;
        margin-left: 1%;
    }
    .ic-col-xmd-4 {
        flex: 0 0 33%;
        max-width: 33%;
    }
    .ic-priority-based-project-item .priority-footer {
        display: flex;
        justify-content: space-between;
    }
    .ic-priority-based-project-item .priority-footer .thumbnil-content {
        display: flex;
        align-items: center;
    }
    .ic-my-project-card {
        margin-bottom: 20px;
    }
    .ic-activity-profile-middle-warper {
        margin-bottom: 20px;
    }
    .ic-employee-profile-nav-tabs .nav-item .nav-link {
        padding: 0px 0px;
        width: 70px;
    }
    /**Holidays**/
    .ic-col-xmd-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .ic-col-xmd-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    #overtimeTable tr td h4 {
        width: 140px;
    }
    .ic-timesheet-table .table td {
        white-space: nowrap;
    }
    .ic-profile-left-side-scroll {
        height: auto;
        overflow: unset;
        margin-top: 20px;
    }
    .ic-employee-profile-activity-middle-scroll {
        height: auto;
        overflow: unset;
    }
    .ic-right-sidebar-scroll {
        height: auto;
        overflow: unset;
        margin-top: 20px;
    }
    .ic-employee-activity-overlow-hidden {
        overflow: auto;
    }
    .ic-order-1 {
        order: 1;
    }
    .ic-order-2 {
        order: 2;
    }
    .ic-order-3 {
        order: 3;
    }
    .ic-calender-card .ic-appointment-warper .ic-col-xmd-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ic-my-project-card .ic-priority-badge-btn .ic-col-xmd-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /**Badges**/
    .badge-item-preview {
        display: block;
        padding: 20px 20px 20px 20px;
    }
    .badge-item-preview .badge-item-preview-image {
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }
    .badge-item-preview .badge-item-preview-info {
        padding-left: 0px;
    }
    .onboarding-m-body {
        overflow: auto !important;
    }
    .ic-add-note-editor-right .CodeMirror {
        width: 100%;
    }
    .ic-note-left-content .ic-notes-header {
        display: block !important;
    }
    .ic-note-left-content .ic-notes-header .left {
        justify-content: space-between;
        display: block !important;
    }
    .ic-notes-header .action {
        margin-left: 0px;
        transition: 0.5s ease-in-out;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }
    .ic-add-note-search input {
        height: 56px;
    }
    .ic-add-note-editor-right .editor-toolbar a {
        width: 18px;
        height: 18px;
    }
    .ic-lg-p-0 {
        padding: 0px;
        padding-left: 5px;
    }
    .ic-note-left-title-content {
        margin-left: 0px;
    }
    .ic-add-note-btn button {
        padding: 0.4375rem 15px;
    }
    .ic-add-notes-right .ic-note-item .ic-card {
        padding-left: 5px;
    }
    .ic-todo-list-right .header::before {
        width: 122%;
    }
    .note-editor-right-warp {
        padding-right: 0px;
    }
    .ic-employee-manage-tab .nav-item {
        padding-right: 15px;
    }
    .ic-employee-manage-tab .nav-link {
        padding: 5px 0px;
    }
    .ic-employee-timesheet-filter .ic-attendance-form .form-group {
        flex: 0 0 18%;
        margin-right: 20px;
    }
    .ic-progress-req-btn .req-btn a {
        padding: 6px 8px;
    }
    .ic-derectory-card .btn-group {
        display: block;
    }
    .ic-derectory-card .btn-group button {
        margin-bottom: 10px;
    }
    .ic-todo-left-item {
        padding: 10px;
    }
    .ic-todo-left-item .todo-project-content {
        padding: 5px;
    }
    .ic-todo-left-item .nk-ibx-menu {
        padding: 5px;
    }
    .todo-sidebar-section-sub-section-content .items-list {
        padding-left: 15px;
    }
    .ic-section-filters-bar {
        padding: 0 15px;
    }
    .ic-section-filters-bar .ic-form-item .select2-container {
        width: 220px;
    }
    .ic-section-filters-bar .ic-form-item button {
        width: 150px;
    }
    .ic-section-filters-bar .ic-filter-tab {
        width: 130px;
    }
    .ic-create-ticket-overflow {
        height: 380px;
    }
    .ic-emp-profile-profile-aside-warp {
        display: block;
    }
    #tabLevaeRequest .ic-ot-table tbody td h4 {
        width: 150px;
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    /**Employee Profile activity**/
    .ic-col-xmd-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ic-col-xmd-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ic-col-xmd-p {
        padding: 0px 15px;
    }
    .ic-col-xmd-4 {
        flex: 0 0 33%;
        max-width: 33%;
    }
    .ic-priority-based-project-item .priority-footer {
        display: flex;
        justify-content: space-between;
    }
    .ic-priority-based-project-item .priority-footer .thumbnil-content {
        display: flex;
        align-items: center;
    }
    .ic-my-project-card {
        margin-bottom: 20px;
    }
    .ic-activity-profile-middle-warper {
        margin-bottom: 20px;
    }
    .ic-employee-profile-nav-tabs .nav-item .nav-link {
        padding: 0px 0px;
        width: 86px;
    }
    .ic-employee-activity-overlow-hidden {
        overflow: auto;
    }
    .ic-profile-left-side-scroll {
        height: 2065px;
        overflow: auto;
        margin-top: 20px;
    }
    .ic-employee-profile-activity-middle-scroll {
        height: auto;
        overflow: unset;
        margin-top: 20px;
    }
    .ic-right-sidebar-scroll {
        height: auto;
        overflow: unset;
        margin-top: 20px;
    }
    .ic-order-1 {
        order: 1;
    }
    .ic-order-2 {
        order: 2;
    }
    .ic-order-3 {
        order: 3;
    }
    .ic-forum-table {
        overflow: hidden;
    }
    .onboarding-m-body {
        overflow: auto !important;
    }
    .ic-add-note-editor-right .editor-toolbar a {
        width: 25px;
        height: 25px;
    }
    .ic-employee-manage-tab .nav-item {
        padding-right: 14px;
    }
    .ic-employee-timesheet-filter .ic-attendance-form .form-group {
        margin-right: 25px;
    }
    .ic-derectory-card-body {
        padding: 0px 0px 1rem 0px;
    }
    .ic-derectory-card-body button {
        padding: 6px 8px;
        margin-right: 10px;
    }
    .ic-derectory-card-body button:last-child {
        margin-right: 0px;
    }
    .ic-col-xmd-3 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .ic-col-xmd-9 {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .ic-create-ticket-overflow {
        height: 380px;
    }
    .ic-emp-profile-profile-aside-warp {
        display: block;
    }
}

@media (min-width: 1281px) and (max-width: 1366px) {
    .ic-employee-profile-nav-tabs .nav-item .nav-link {
        padding: 0px 0px;
    }
    .ic-forum-table {
        overflow: hidden;
    }
    .ic-emp-profile-profile-aside-warp {
        display: block;
    }
}

@media (min-width: 1367px) and (max-width: 1440px) {
    .ic-emp-profile-profile-aside-warp {
        display: block;
    }
}

@media (min-width: 1441px) and (max-width: 1600px) {
    .ic-emp-profile-profile-aside-warp {
        display: block;
    }
}

@media (min-width: 1601px) and (max-width: 1680px) {}

@media (min-width: 1681px) and (max-width: 1920px) {}


/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {}