body {
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    color: #707070;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.time-countdown {
    padding-right: 12px;
    font-size: 15px;
    font-weight: 600;
}

#hour:after,
#min:after {
    content: ":";
    padding-left: 4px;
}

.modal .close {
    box-shadow: none !important;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.custom-select,
.form-control {
    padding: 0.375rem 0.5rem !important;
    font-size: 13px !important;
    height: 45px;
    border-radius: 3px;
}

.custom-select:focus,
.form-control:focus {
    box-shadow: none;
    border: 1px solid #212121;
}

.custom-select {
    border: 1px solid #ced4da !important;
}

.hidden-text {
    min-height: 12px;
    color: #fff !important;
}

.desktop-view-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
}

.mobile-view-header {
    display: none;
}

.bg-blue {
    background-color: var(--main_header_color) !important;
}

.bg-lbrown {
    background-color: #a27e48 !important;
}

.custom-navbar {
    height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 100%;
    /* padding-right: 6.5%; */
    padding: 0 1% 0 6%;
}

.navbar-global {
    background-color: indigo;
}

.navbar-global .navbar-brand {
    color: white;
}

.navbar-global .navbar-user > li > a {
    color: white;
}

.bg-lgrey {
    background-color: #f7f7f7;
}

.navbar-primary {
    bottom: 0px;
    left: 0px;
    position: fixed;
    top: 0;
    width: 215px;
    z-index: 1000;
    overflow: hidden;
    overflow-y: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-primary:hover {
    overflow-y: auto;
}

.navbar-primary.collapsed {
    width: 75px;
}

.navbar-primary.collapsed .glyphicon {
    font-size: 22px;
}

.navbar-primary.collapsed .nav-label {
    display: none;
}

.menu-items-list {
    position: absolute;
    width: 100%;
    top: 65px;
}

.submenu-item-list .btn-group {
    width: 100%;
}

.submenu-item-list .btn-group .nav-label {
    color: grey;
}

.btn-expand-collapse {
    position: absolute;
    display: block;
    left: 0;
    top: 16px;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}

.btn-clockout {
    text-transform: capitalize;
    text-decoration-line: none;
    /*font-weight: 600;*/
}

.btn-clockout:hover,
.btn-clockout:focus {
    text-transform: capitalize;
    text-decoration-line: none;
    box-shadow: none !important;
}

.btn-clockin-white,
.btn-clockout-white,
.btn-logout {
    margin-left: 8px;
}

.btn-clockin-white,
.btn-clockout-white {
}

.btn-clockin-white:hover,
.btn-clockout-white:hover,
.btn-clockin-white:focus,
.btn-clockout-white:focus,
.btn-clockin-white:active,
.btn-clockout-white:active {
    background-color: #424242 !important;
    border-color: #424242 !important;
    outline: none;
    box-shadow: none;
    color: #ffffff;
}

.btn-clockout-white i,
.btn-clockin-white i,
.btn-logout i {
    font-size: 13px;
}

.btn-logout {
    background-color: #fa5d5d;
    border-color: #fa5d5d;
    color: #fff;
    text-transform: capitalize;
    text-decoration-line: none;
}

.btn-logout:hover,
.btn-logout:focus {
    background-color: #424242 !important;
    border-color: #424242 !important;
    outline: none !important;
    box-shadow: none !important;
}

.old-clockin {
    background-color: #96e005 !important;
    border-color: #96e005 !important;
    color: #ffffff !important;
}

.old-clockin:hover {
    background-color: #96e005 !important;
    border-color: #96e005 !important;
    color: #ffffff !important;
}

.no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.hamburger-menu {
    display: flex;
    flex-direction: row;
    text-decoration: none !important;
}

.hamburger-menu span {
    display: block;
    width: 24px;
    height: 3px;
    margin-left: 1.1rem;
    margin-bottom: 4px;
    position: relative;
    background: #0077b2;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.mobile-menu span {
    display: block;
    width: 30px;
    height: 2px;
    margin-left: 0;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.mobile-menu-btn {
    box-shadow: none !important;
}

.btn-expand-collapse:hover,
.btn-expand-collapse:focus {
    /*  background-color: #222;
color: white;*/
}

.navbar-primary-menu,
.navbar-primary-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.d-inline-block {
    display: inline-block;
}

.start-hidden {
    padding-left: 20px;
    text-decoration: none !important;
    color: #0077b2;
}

.navbar-primary .collapsed .start-hidden {
    display: none;
}

.navbar-primary-menu li a {
    display: block;
    border-radius: 0;
    border: 0;
    padding: 16px 25px;
    text-align: left;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px !important;
}

.navbar-primary-menu li svg {
    color: #ffffff;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.width-50 {
    width: 50%;
}

/* .navbar-primary-menu li a:hover {
    background-color: #d6d6d6;
    border-left: 5px solid #0077b2;
    text-decoration: none;
} */
.list-item i {
    color: #ffffff;
    padding-right: 10px;
}

/* .navbar-primary-menu li a:hover {
    border-left: 5px solid #0077b2 !important;
} */
.report-submenu li a {
    border-left: 0 !important;
}

.report-submenu li a:hover {
    border-left: 0 !important;
}

.report-submenu {
    padding-left: 10px;
}

.navbar-primary.collapsed .report-submenu {
    padding-left: 6px;
}

.list-item a {
    color: black;
}

/*MAIN CONTENT CSS*/
.main-content {
    margin-top: 50px;
    margin-left: 200px;
    padding: 30px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.collapsed + .main-content {
    margin-left: 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.user-img {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #0077b2;
    display: inline-block;
}

.user-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.user-img-big {
    width: 50px;
    height: 50px;
    margin: auto;
}

.user-img-big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#collapseUserDetails .card-design {
    background-color: #fff;
    padding: 0.5rem 1rem;
    text-align: center;
    border-radius: 0;
    margin-left: 5px;
    margin-right: 5px;
}

#collapseUserDetails .card-design button {
    margin-top: 5px;
    margin-bottom: 5px;
}

/*.btn-changepw i, .btn-changepin i, .view-profile i{
  color: #fff;
}*/
.card-collapsed {
    display: none;
}

.navbar-primary.collapsed .card-collapsed {
    display: block;
}

.card-collapsed {
    padding: 0 !important;
}

.card-collapsed button {
    font-size: 12px;
    padding: 0.15rem 0.35rem;
}

.card-collapsed .view-profile {
    padding: 0.15rem 0.35rem !important;
}

.card-collapsed .view-profile i {
    font-size: 12px !important;
}

.card-collapsed i {
    padding-right: 0;
    font-size: 11px;
}

.navbar-primary.collapsed .card-expanded {
    display: none;
}

.list-item a {
    text-transform: capitalize;
}

/*custom css*/
.to-do-title {
    border-radius: 0 !important;
}

.header-bg {
    background-color: var(--sec_header_color) !important;
    color: #fff;
}

.card {
    border: 0 !important;
}

.to-do-details form {
    width: 100%;
}

.custom-form-group input,
.custom-form-group textarea,
.custom-form-group select {
    border-radius: 0;
    border: 0;
    /* color: #CFCFCF!important; */
    font-size: 15px;
}

.custom-select-wrapper select {
    display: inline-block;
    background: url(../images/down-arrow.png) no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border-radius: 0;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.margin-top-1 {
    margin-top: 1rem;
}

.custom-form-group input::-webkit-input-placeholder,
.custom-form-group textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #cfcfcf !important;
}

.custom-form-group input::-moz-placeholder,
.custom-form-group textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #cfcfcf !important;
}

.custom-form-group input:-ms-input-placeholder,
.custom-form-group textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #cfcfcf !important;
}

.custom-form-group input:-moz-placeholder,
.custom-form-group textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #cfcfcf !important;
}

.report-deadline {
    margin-bottom: 2rem;
    border: 0;
    border-radius: 0 !important;
}

.margin-1 {
    margin-right: 4px;
    margin-left: 4px;
}

.clear-completed {
    background-color: #28a745;
    border-color: #28a745;
}

.clear-all {
    background-color: #d81f1f;
    border-color: #d81f1f;
}

.clear-completed,
.clear-all {
    color: #fff !important;
    border-radius: 0;
    font-size: 15px;
}

.clear-all:hover,
.clear-all:focus,
.clear-all:active {
    background-color: #c20909 !important;
    border-color: #d81f1f !important;
    outline: none !important;
    box-shadow: none !important;
}

.clear-completed:hover,
.clear-completed:active,
.clear-completed:focus {
    background-color: #08a72d !important;
    border-color: #08a72d !important;
    outline: none !important;
    box-shadow: none !important;
}

.clear-completed i,
.clear-all i {
    padding-right: 0.5rem;
    font-size: 14px;
}

.margin-bottom-2 {
    margin-bottom: 2rem;
}

.priority-list {
    position: relative;
    width: 100%;
    border: 0;
    border-radius: 0;
}

.custom-select {
    position: relative;
    width: 100%;
    border: 0;
    border-radius: 0;
}

.custom-select:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 11px;
    color: #aaa;
    right: 10px;
    top: 11px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}

.custom-select:before {
    content: "";
    right: 10px;
    top: 10px;
    width: 23px;
    height: 18px;
    background: #fff;
    position: absolute;
    pointer-events: none;
    display: block;
}

.priority-list select {
    border: 0;
    background-color: #fff;
    width: 100%;
}

.priority-check {
    background-color: #f1f1f1;
    margin-top: 3rem;
    padding: 1.5rem;
}

.priority-check .card-header,
.priority-check .card-body {
    padding: 0;
}

.card-header {
    border-radius: 0 !important;
}

.priority-check .card-header {
    background-color: transparent;
    border: 0;
    min-height: 120px;
}

.priority-check .card-header h4 {
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
}

.list-title {
    font-size: 16px;
    color: #000;
}

.fw-600 {
    font-weight: 600;
}

.priority-status {
    background-color: #dc3545;
    font-size: 14px;
}

.priority-status.normal {
    background-color: #0baf36;
}

.priority-status.high {
    background-color: #fa5d5d;
}

.priority-status.low {
    background-color: #a5abaa;
}

.low {
    /*background-color:#0BAF36;*/
}

.priority-check i {
    color: #797979 !important;
}

.priority-check span {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.35rem 0.5rem;
    color: #fff;
    border-radius: 5px;
    font-size: 12.5px;
}

.priority-check .card-header p {
    padding-left: 0.5rem;
}

.logout-btn {
    line-height: 60px;
}

/*BUTTONS*/
.btn:hover,
.btn:focus,
.btn:active {
    outline: none !important;
}

.clear-completed,
.clear-all {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16) !important;
}

.btn-log {
    background-color: #fff;
    border-color: #fff;
    color: #0077b2;
    text-transform: capitalize;
}

.btn-add-tasks {
    float: right;
    border-radius: 0;
    /*padding:.5rem 1.5rem;*/
    margin-top: 1rem;
    font-size: 14px;
}

.btn-add-tasks i {
    padding-right: 0.5rem;
    font-size: 12px;
}

.report-link {
    margin-bottom: 0;
}

.report-link a {
    background-color: transparent;
    border-color: transparent;
    border-left: 0 solid #f1f1f1 !important;
}

/* .report-link a:hover,
.report-link a:focus {
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    border: 0 !important;
    border-left: 5px solid #0077b2 !important;
    color: #707070 !important;
} */
.report-submenu a {
    border-radius: 0;
}

.report-submenu a:hover,
.report-submenu a:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    color: #707070;
}

.card-design ul li a > span > i {
    color: #d3894a;
    display: inline-block;
    margin-right: 5px;
}

.report-submenu li a:hover {
    background-color: transparent;
    border-left: 0;
    padding-left: 18px;
    color: #ffffff;
    opacity: 0.75;
}

/*.navbar-primary ul li p > a i,
.menu-items-list li p > a i{
  float: right !important;
  font-size: 12px;
  padding-right: 0!important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.navbar-primary ul li p > a.collapsed .arrow-up {
  display: inline-block;
}
.navbar-primary ul li p > a .arrow-up {
  display: none;
}
.navbar-primary ul li p > a.collapsed .arrow-down {
  display: none;
}
*/

.navbar-primary ul li p > a:before,
.menu-items-list li p > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f054";
    font-size: 12px;
    line-height: 1.5rem;
    font-weight: 500;
}

.navbar-primary ul li p > a.collapsed:before,
.menu-items-list li p > a.collapsed:before {
    float: right !important;
    content: "\f054";
    transform: rotate(90deg);
}

.navbar-primary ul li p > a:hover,
.navbar-primary ul li p > a:active,
.navbar-primary ul li p > a:focus {
    text-decoration: none;
}

.card-design {
    background-color: transparent;
    border: 0;
    padding: 0;
    padding-left: 12px;
}

.navbar-primary ul li p > a:not(:disabled):not(.disabled):active {
    color: #707070;
    background-color: transparent;
    border-color: transparent;
}

.collapsed ul li p > a:before,
.collapsed ul li p > a:after {
    content: none !important;
    display: none;
}

.card-design ul li a {
    display: block;
    padding: 10px 6px;
}

.card-design ul li a:hover {
    padding-left: 6px;
}

.card-title {
    font-size: 16px;
}

/*calendar css*/
.calendar-title {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.calendar-title h2 {
    font-size: 16px;
    color: #707070;
    text-transform: capitalize;
}

.event-list-wrapper .card,
.event-list-wrapper .card .card-header {
    border-radius: 0;
}

.event-list-wrapper .card {
    border: 0;
}

.event-list-wrapper .card .card-header p {
    font-size: 14px;
}

.event-list ul {
    margin-top: 15px;
    margin-bottom: 0 !important;
}

.event-list ul li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.event-list ul li:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 solid rgba(0, 0, 0, 0.1);
}

.event-list ul li span {
    display: block;
    color: #5c5c5c;
    font-size: 13px;
    font-weight: 400;
}

.event-list ul li span:first-child {
    font-size: 13px;
    color: #b4b4b4;
}

.event-list h6 {
    font-weight: 500;
    font-size: 14px;
    color: #212121;
    margin: 0;
}

.fc-view-container {
    background-color: #f7f7f7;
    text-align: center !important;
    font-size: 13px;
    color: #000;
    font-weight: 600;
}

.fc-row:first-child table > thead > tr > th {
    color: #212121 !important;
    padding: 1rem 0.5rem !important;
}

.fc-toolbar h2 {
    font-size: 14px !important;
    font-weight: 600;
}

.fc-button-primary {
    padding: 0 !important;
}

.fc-unthemed td.fc-today {
    /* background: #0077b2!important;
  color: #fff;*/
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: none !important;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
    border: 0 !important;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0 !important;
    background-color: #f1f1f1;
    color: var(--main_header_color);
    padding: 0.75rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.16);
}

.fc-button-primary {
    color: #212121;
    background-color: #fff !important;
    border-color: #fff !important;
}

.fc th,
.fc td {
    padding: 0.5rem !important;
}

.fc-prev-button,
.fc-next-button {
    box-shadow: none !important;
}

.btn-add-holiday,
.btn-today {
    font-size: 12px;
}

.btn-add-holiday i,
.btn-today i {
    font-size: 11px;
    padding-right: 4px;
}

.btn-today {
    background-color: #0baf36;
    border-color: #0baf36;
    border-radius: 5px;
}

.btn-today:hover,
.btn-today:focus,
.btn-today:active {
    background-color: #30ce59 !important;
    border-color: #30ce59 !important;
    outline: none !important;
}

.btn-today i {
    padding-right: 8px;
}

tr:first-child > td > .fc-day-grid-event {
    margin-top: 2px;
    /*background-color: #0077b2!important;
  border-color: #0077b2!important;*/
    color: white;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 0 !important;
}

.fc-ltr .fc-h-event.fc-end,
.fc-ltr .fc-h-event.fc-not-end {
    border-radius: 0 !important;
}

/*calendar end css*/

/*scrollbar css*/
.navbar-primary::-webkit-scrollbar-track,
.event-list-wrapper table::-webkit-scrollbar-track,
table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.navbar-primary::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5;
}

.event-list-wrapper table::-webkit-scrollbar,
table::-webkit-scrollbar {
    height: 4px;
    background-color: #f5f5f5;
}

.navbar-primary::-webkit-scrollbar-thumb,
.event-list-wrapper table::-webkit-scrollbar-thumb,
table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #707070;
}

/*department create*/
.shift input {
    padding-top: calc(0.375rem + 1px);
}

.shift button {
    float: right;
}

.shift i,
.shift i {
    font-size: 11px;
}

.width-60 {
    width: 60%;
}

.custom-form-wrapper {
    margin: auto;
}

.custom-form-wrapper label {
    font-weight: 600;
}

/*custom card css*/
.custom-card-wrapper {
    border: 0;
}

/*.custom-card-wrapper .card-header{
  border-bottom:0;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
}*/
/*.custom-card-wrapper .card-body{
  padding-top:0;
}*/
.custom-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.custom-wrapper .title-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 0.5rem;
}

.custom-wrapper .title-left {
    justify-content: flex-start;
    width: 100%;
}

.custom-wrapper .title-right {
    justify-content: flex-end;
    width: 100%;
}

.custom-wrapper .title-right a {
    margin-left: 8px;
}

.custom-wrapper .title {
    padding-bottom: 0.5rem;
}

.custom-wrapper .title p,
.custom-wrapper .title-2 p {
    font-size: 18px;
    text-transform: capitalize;
}

.custom-wrapper table .btn {
    /*margin-bottom: .5rem;*/
}

.custom-card-wrapper table {
    background-color: #f7f7f7;
}

.custom-card-wrapper table .btn {
    margin-bottom: 0.5rem;
}

.event-list-wrapper table {
    margin-bottom: 0;
}

.btn-create {
    background-color: #0077b2;
    border-color: #0077b2;
    border-radius: 5px;
}

.btn-create:hover,
.btn-create:focus,
.btn-create:active {
    background-color: #296f92;
    border-color: #296f92;
    outline: none !important;
}

.table-user tr th:last-child {
    /*min-width: 300px;*/
}

/*datatable css*/
button.dt-button,
div.dt-button,
a.dt-button {
    border: 1px solid var(--main_header_color) !important;
    color: #ffffff !important;
    background-color: var(--main_header_color) !important;
    background-image: none !important;
    border-radius: 3px !important;
}

div.dt-buttons {
    padding-bottom: 0.8rem;
}

.no-footer div.dt-buttons {
    padding-top: 0.8rem;
}

.staffname {
    padding-bottom: 1rem;
}

table.dataTable {
    margin-bottom: 1rem !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: var(--main_header_color) !important;
    border: 0px solid #0077b2 !important;
    background: transparent !important;
    background-color: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: white !important;
    border: 1px solid var(--main_header_color) !important;
    background: none !important;
    background-color: var(--main_header_color) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    border: 1px solid transparent !important;
    background: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none !important;
}

table.dataTable tbody td a {
    /*text-decoration: none;*/
    /* color: #707070; */
}

/* table.dataTable tbody td a.btn {
    color: #fff;
} */
table.dataTable tbody td a.btn:focus {
    box-shadow: none !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #707070 !important;
}

/*datatable css end*/

.custom-dropdown {
    display: inline-block;
    /*width: 180px;*/
}

.custom-dropdown > a {
    background-color: transparent !important;
    border: none !important;
    border-color: transparent !important;
}

.custom-dropdown > a:hover,
.custom-dropdown > a:focus,
.custom-dropdown > a:active {
    background-color: transparent !important;
    box-shadow: none !important;
}

.custom-dropdown a i {
    font-size: 11px;
    padding-left: 5px;
}

.custom-dropdown .dropdown-toggle::after {
    /*margin-left: 120px;*/
    content: none;
}

.custom-dropdown .dropdown-menu {
    background-color: #f1f1f1 !important;
    border-color: #f1f1f1;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
    font-size: 14px;
    border-radius: 0px;
}

.custom-dropdown .dropdown-menu .dropdown-item:hover {
    color: var(--main_header_color);
    text-decoration: none;
    background-color: #fbfbfb;
}

.huser-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #999;
    display: inline-block;
    position: relative;
}

.huser-img img {
    /* position: absolute;
    top: 3px;
    left: 0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.huser-name {
    font-size: 14px;
    padding-left: 4px;

    font-weight: 500;
    color: #212121;
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

/* back button css */
.top-link {
    transition: all 0.25s ease-in-out;
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 2em 2em 0;
    border-radius: 50%;
    padding: 0.25em;
    width: 50px;
    height: 50px;
    background-color: #f33f3f;
    color: #fff;
    z-index: 999;
    box-shadow: 2px 2px 4px rgba(101, 101, 101, 0.4);
}

.top-link:hover {
    color: #fff;
}

.back-btn {
    color: #fb0202;
    margin-left: 8px;
}

.back-btn i {
    font-size: 13px;
}

.back-link {
    text-decoration: none;
    cursor: pointer;
    color: #f33f3f;
    background-color: #fff;
    border-color: transparent;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16) !important;
}

.back-link:hover,
.back-link:focus,
.back-link:active {
    color: #fff;
    background-color: #424242 !important;
    border-color: transparent !important;
}

/*profile page css*/
.profile-pic-upload h2 {
    font-size: 20px;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
}

.profile-pic {
    width: 160px;
    height: 160px;
    margin: auto;
    position: relative;
}

.profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: cente;
}

.browse-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.bshadow {
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.16);
}

.hdetails-wrapper .hdetail-title span {
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 800;
    margin: 7px 0;
}

.hdetails-wrapper .hdetail-title span:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 60%;
    margin-right: -60%;
    margin-left: 10px;
    border-top: 1px solid #b1b1b1;
}

.mt-20 {
    margin: 20px 0 !important;
}

.table .thead-dark th {
    color: #fff;
    background-color: var(--sec_header_color) !important;
    border-color: #dee2e6 !important;
}

.leavePartial {
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 600;
}

.badge {
    font-weight: 400 !important;
    padding: 3px 5px;
    font-size: 10px;
    border-radius: 50px;
    margin-left: 5px;
    position: absolute;
    top: -5px;
    right: -5px;
}

li.list-group-item.staff_details {
    display: flex;
    border: 0px !important;
    padding: 5px !important;
}

.advReqLabel {
    background: var(--main_header_color);
    text-align: center;
    color: #fff;
}

.p-20 {
    padding: 20px;
}

.p-t-10 {
    padding-top: 10px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.margin-top-2 {
    margin-top: 2rem;
}

.salary-head {
    background-color: #384160 !important;
}

#notification-list {
    width: 300px;
    max-height: 400px;
    overflow-y: scroll;
}

.dropdown-menu > .panel {
    border: none;
    margin: -5px 0;
}

.panel-heading {
    background-color: #f1f1f1;
    border-bottom: 1px solid #dedede;
}

.activity-item i {
    float: left;
    margin-top: 3px;
    font-size: 16px;
}

div.activity {
    margin-left: 28px;
}

div.activity-item {
    padding: 7px 12px;
}

#notification-list div.activity-item {
    border-top: 1px solid #f5f5f5;
}

#notification-list div.activity-item a {
    font-weight: 600;
}

div.activity span {
    display: block;
    color: #999;
    font-size: 11px;
    line-height: 16px;
}

#notifications i.fa {
    font-size: 17px;
}

.noty_type_error * {
    font-weight: normal !important;
}

.noty_type_error a {
    font-weight: bold !important;
}

.noty_bar.noty_type_error a,
.noty_bar.noty_type_error i {
    color: #fff;
}

.noty_bar.noty_type_information a {
    color: #fff;
    font-weight: bold;
}

.noty_type_error div.activity span {
    color: #fff;
}

.noty_type_information div.activity span {
    color: #fefefe;
}

.no-notification {
    padding: 10px 5px;
    text-align: center;
}

.noty-manager-wrapper {
    position: relative;
    display: inline-block !important;
}

.noty-manager-bubble {
    position: absolute;
    top: -8px;
    background-color: #fb6b5b;
    color: #fff;
    padding: 2px 5px !important;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    cursor: pointer;
    height: 15px;
    font-weight: bold;

    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    opacity: 0;
}

.hrFavLogo {
    width: 45px;
    height: 45px;
    margin-top: 15px;
    margin-left: 15px;
}

.hrFavLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hrSidebarLogo {
    width: 90px;
    margin-left: 10px;
    height: 40px;
    margin-top: 15px;
}

.hrSidebarLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.backIconBg {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 10px;
}

.backIconBg svg {
    color: var(--main_header_color);
    width: 20px;
    height: 20px;
}

.backIcon {
    display: flex;
    align-items: center;
}

.backIcon span {
    color: #212121;
    font-weight: 600;
}

.navbar svg {
    color: #212121;
}

.btn-primary svg,
.btn-success svg,
.btn-danger svg {
    color: #ffffff;
    width: 17px;
    height: 17px;
    margin-right: 5px;
}

.custom-dropdown svg {
    width: 17px;
    height: 17px;
}

.btn-success,
.btn-danger {
    font-size: 13px;
    padding: 8px;
}

.bellIcon svg {
    width: 25px;
    height: 25px;
}

.dropdown-menu-right {
    right: 10px;
}

a:hover {
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

/* new dashboard css here */

.hrProFlexGrp {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.hrDashboardData {
    flex: 0.7;
}

.hrProRightSummary {
    flex: 0.3;
    background-color: #f1f1f1;
    /* height: 100vh; */
    border-radius: 5px;
}

.dashHrIcon {
    max-width: 70px;
    min-width: 70px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 16px;
    margin-right: 15px;
    background-color: #ffffff;
}

.dashHrIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dashHrInfo h6 {
    font-weight: 500;
    color: #212121;
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 0 2px 0;
    padding: 0;
}

.dashHrInfo h2 {
    font-weight: 800;
    color: #212121;
    font-size: 32px;
    margin: 0;
    padding: 0;
}

.newHrDashCard {
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 5px;
}

.newHrBreadCumb h5 {
    font-weight: 800;
    color: #212121;
    font-size: 24px;
    margin-bottom: 10px;
}

.newHrBreadCumb span {
    color: var(--main_header_color);
}

.createTaskGrp {
    padding: 20px;
}

.createTaskGrp h5,
.hrproTableHead h5 {
    font-weight: 700;
    color: #212121;
    font-size: 18px;
    margin-bottom: 10px;
}

label {
    font-weight: 500;
    color: #212121;
    font-size: 12px;
}

textarea.form-control {
    max-height: 100px;
}

thead {
    background-color: #f1f1f1;
    color: #212121;
}

.table td,
.table th {
    padding: 10px 15px;
}

.table th {
    font-weight: 600;
    color: #212121;
}

.table {
    font-size: 14px;
    margin-bottom: 0;
    border: 1px solid #dee2e6;
    border-radius: 0px;
}

.table thead th {
    border-top: 0px solid var(--main_header_color);
    border-bottom: 0px solid var(--main_header_color);
}

.table td,
.table th {
    vertical-align: middle;
}

.btn-secondary {
    background-color: #ffffff;
    color: var(--main_header_color);
    border: 1px solid var(--main_header_color);
    padding: 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 400;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
    background-color: var(--main_header_color);
    color: #fff;
    border-color: var(--main_header_color);
    transition: all 0.6s ease 0s;
}

.btn-primary {
    background-color: var(--main_header_color);
    color: #fff !important;
    border: 0px solid;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 400;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
    background-color: var(--main_header_color);
    opacity: 0.5;
    border: 0px solid;
    transition: all 0.6s ease 0s;
}

.btn-danger {
    border: 0px solid;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 400;
}

.btn-sm {
    font-size: 13px;
    padding: 7px 10px;
}

.w65 {
    width: 50%;
}

.taskListGrp {
    padding: 20px;
}

.taskListGrp h5 {
    font-weight: 700;
    color: #212121;
    font-size: 18px;
    margin-bottom: 10px;
}

.taskListCard {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    margin: 15px 0;
}

.taskListCard:hover {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}

.taskListCard h6 {
    font-size: 15px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 0;
    text-transform: capitalize;
}

.taskListCard p {
    font-size: 12px;
    color: #212121;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.calendarIcon svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    color: #212121;
}

.btn-complete {
    border: 1px solid #28a745;
    color: #28a745;
    background-color: #e7ffe3;
    padding: 5px;
    font-size: 12px;
    border-radius: 3px;
}

.btn-complete:hover {
    background-color: #28a745;
    color: #ffffff;
}

.btn-complete svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.btn-edit {
    border: 1px solid #17a2b8;
    color: #17a2b8;
    background-color: #e7ffe3;
    padding: 5px;
    font-size: 12px;
    border-radius: 3px;
}

.btn-edit:hover {
    background-color: #17a2b8;
    color: #ffffff;
}

.btn-edit svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.removeIcon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffd2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.removeIcon svg {
    color: #fa5d5d;
    width: 14px;
    height: 14px;
    margin-right: 0;
}

.removeIcon button {
    background-color: transparent;
    border: 0px solid;
}

.dropdown-item {
    text-transform: capitalize;
    padding: 10px 15px;
}

.dropdown-item svg {
    margin-right: 5px;
}

.copyrightFooter {
    margin: 15px 0 10px 0;
}

.copyrightFooter a {
    font-size: 12px;
    font-weight: 600;
    color: #212121;
}

.copyrightFooter a:hover {
    color: rgba(0, 0, 0, 0.5);
}

.btn {
    border-radius: 3px;
}

.badge-info {
    background-color: #ffb74a;
}

.navbar-primary-menu li,
.navbar-primary .active {
    /* background-color: #2e4496; */
    background-color: var(--sec_header_color) !important;
}

.menuIc a:hover {
    /* background-color: var(--main_header_color) !important; */
    background-color: var(--sec_header_color) !important;
}

.noNotifications {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.noNotifications svg {
    width: 32px;
    height: 32px;
    color: #212121;
    opacity: 0.5;
}

.noNotifications p {
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
}

a {
    color: var(--main_header_color);
}

.text-center a {
    color: var(--main_header_color);
    font-weight: 500;
    font-size: 12px;
}

.table .badge {
    margin-left: 0;
    padding: 5px 10px;
    position: unset;
}

.list-item .badge {
    position: unset;

}

/* data table css here */
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    height: 35px;
    border: 1px solid #ced4da !important;
}

button.dt-button,
div.dt-button,
a.dt-button {
    margin-bottom: 0 !important;
}

.dataTables_filter label {
    margin-bottom: 0;
    font-weight: 600;
    color: #212121;
    margin-top: 9px;
}

.no-footer div.dt-buttons {
    padding: 0;
}

.dt-buttons {
    margin: 10px 0 15px 0;
}

button.dt-button,
div.dt-button,
a.dt-button {
    border: 1px solid var(--main_header_color) !important;
    color: #212121 !important;
    font-weight: 400;
    font-size: 12px;
    background-color: #ffffff !important;
    background-image: none !important;
}

button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover {
    background-color: var(--main_header_color) !important;
    color: #ffffff !important;
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: 600 !important;
}

table.dataTable {
    margin-bottom: 0 !important;
}

/* new calendar css here */
.fc .fc-row .fc-content-skeleton td {
    background-color: #f7f7f7 !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

/* .fc-day-top {
    display: flex;
    align-items: center;
    height: 100px;
    width: 100px;
    justify-content: center;
} */
.fc-unthemed td.fc-today {
    background: transparent;
}

.fc-today span {
    background-color: var(--main_header_color);
    padding: 10px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.actionBtn svg {
    color: #fff;
    width: 20px;
    height: 20px;
}

.fc-unthemed td.fc-today {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hrprosubHead h5 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    font-weight: 700;
    color: #212121;
    font-size: 17px;
    margin-bottom: 15px;
}

.newHrFormGrp {
    padding: 20px;
    border-radius: 5px;
}

.custom-form-control {
    border-radius: 0 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--main_header_color);
    background-color: var(--main_header_color);
}

input[type="checkbox"]:focus {
    outline: 0;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important;
}

.alert strong {
    font-weight: 500 !important;
}

.form-control[type="file"] {
    padding: 14px 20px;
    line-height: 25px !important;
}

.eventIcon {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background-color: #212121;
}

.leaveIcon {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background-color: #ff0000;
}

.travelIcon {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background-color: #0b90d2;
}

.taskInfoIcon h6 {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    margin: 0 0 0 10px;
}

.taskInfoIcon {
    margin-right: 20px;
}

.newHrProModalhead {
    background-color: #fff;
    padding: 0;
}

.mheader {
    color: #212121 !important;
    padding: 15px !important;
    background-color: #fff !important;
}

.mheader h5 {
    font-weight: 700 !important;
    color: #212121 !important;
}

.mheader .close {
    color: #212121 !important;
}

.mbody {
    padding: 20px !important;
}

.mcontent,
.mheader {
    border-radius: 5px !important;
}

.select2-container--default.select2-container--focus
.select2-selection--multiple {
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--multiple {
    padding: 0.375rem 0.5rem !important;
    font-size: 13px !important;
    height: 80px !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    line-height: 14px;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
    background-color: #f1f1f1 !important;
    border: 1px solid var(--main_header_color) !important;
    border-radius: 4px;
    cursor: default;
    float: left !important;
    margin-right: 10px !important;
    margin-top: 5px !important;
    padding: 5px 10px !important;
    color: var(--main_header_color) !important;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
    margin-right: 5px !important;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
    color: #e20000 !important;
    font-size: 18px;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__rendered
li {
    border-radius: 50px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-radius: 50%;
}

.minusIcon {
    margin-right: -1px !important;
}
.table{
    background-color: #fff;
}
.hrProRightSummary .table,
.hrProRightSummary thead
{
    background-color: #fff;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    white-space: nowrap !important;
}

.fixNavTop {
    margin-top: -14px;
    position: absolute;
}

.overViewBgGrp {
    font-size: 14px;
    margin-bottom: 0;
    border: 1px solid #dee2e6;
    border-radius: 0px;
    padding: 20px;
}

.presentBg {
    background-color: #ceffd9;
}

.lateBg {
    background-color: #ffedb8;
}

.absentBg {
    background-color: #ffdbde;
}

.leaveBg {
    background-color: #d4eef2;
}

.absentBg h6,
.presentBg h6 {
    margin: 0;
}

.recButon i {
    font-size: 18px;
}

/* .recButon .btn {
    font-weight: 500;
} */

.shftListLoop ul {
    margin: 0 0 0 15px;
    padding: 0;
}

.shftListLoop li {
    list-style-type: disc;
    margin-bottom: 5px;
}

.shftListLoop li:last-child {
    margin-bottom: 0;
}

.shftListLoop strong {
    font-weight: 500;
}

.btn-secondary svg {
    color: var(--main_header_color);
    width: 17px;
    height: 17px;
    margin-right: 5px;
}

.btn-secondary:hover svg {
    color: #ffffff;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: var(--main_header_color);
    border-color: var(--main_header_color);
}

.modal-title {
    font-weight: 600;
    color: #212121;
}

.checkLabel {
    font-weight: 400;
    color: #212121;
}

/* log in css here */

.loginForm {
    height: 100vh;
    background-repeat: no-repeat;
    padding: 40px;
    flex: 0.25;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginInfo {
    background-color: #f0f0f0;
    height: auto;
    padding: 100px 30px;
}

/*.loginInner{*/
/*    margin-top: 80px;*/
/*}*/

/*.loginInner {*/
/*    height: 100vh;*/
/*    position: relative;*/
/*    padding: 25px;*/
/*    background-color: rgba(30, 48, 112, 0.15);*/
/*}*/

.loginInner h1 {
    font-weight: 900;
    font-size: 60px;
    margin-bottom: 10px;
    color: #fff;
}

.loginInner h6 {
    font-weight: 400;

    color: #fff;
}

.search-form {
    position: relative;
}

.search-btn {
    position: absolute;
    top: 6px;
    right: 8px;
    padding: 0;
    color: var(--main_header_color);
}

.loginFlex {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.loginForm h4 {
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #212121;
}

label {
    font-size: 13px;
    font-weight: 500;
    color: #212121;
}

.loginTableBg {
    background-color: #fff;
    padding: 20px;
    border-radius: 0px;
}

.loginTableBg h5 {
    font-weight: 600;
    color: #212121;
    font-size: 18px;
    margin: 0;
}

.searchBox .form-control {
    height: 35px;
}

.customBorder {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    white-space: nowrap;
}

.mobileMenuLinks {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100vh;
    width: 250px;
    /* background: var(--main_header_color); */
    background: var(--main_header_color) !important;
    transform: translateX(-250px);
    transition: transform 0.3s;
    overflow-y: auto;
    padding: 0 0 20px 0;
}

.mobileMenuOpen .mobileMenuLinks {
    transform: translateX(0);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.mobileMenu {
    display: flex;
    align-items: center;
    color: #666666;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    padding: 12px 15px;
    background: transform 0.2s;
}

.mobileMenu > i {
    margin-right: 15px;
}

.mobileMenu--active {
    color: #009578;
}

.mobileMenu--active,
.mobileMenu:hover {
    background: #eeeeee;
}

.nav__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}

.mobileMenuOpen .nav__overlay {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.logoImg {
    width: auto;
    height: 50px;
}

.logoImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navUserImg {
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    position: relative;
}

.navUserImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.userInfoNav small {
    font-size: 12px;
    color: var(--main_header_color) !important;
    font-weight: 500;
}

.userInfoNav p {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    margin: -3px 0 0 0;
}

.leftNavData button {
    background-color: transparent;
    color: #fff;
    border: 0px solid;
}

.mobileMenuLinks .logoImg {
    width: 200px;
    height: 80px;
}

.userinfoDrop p {
    font-size: 12px;
    color: var(--main_header_color);
    font-weight: 400;
    margin: 0;
}

.userinfoDrop h6 {
    font-weight: 500;
    font-size: 16px;
    color: #464646;
    text-transform: capitalize;
}

.userinfoDrop {
    margin-left: 14px;
}

.drop-action-hr {
    margin: 0.5rem 0 !important;
    border: 1px solid #d9d7d7 !important;
}

.nav-pills {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.nav-pills .nav-link.active {
    border-bottom: 4px solid var(--main_header_color);
    background-color: transparent;
    color: #212121;
    margin-bottom: -1px;
    border-radius: 0;
    font-weight: 500;
}

.nav-pills .nav-link:hover {
    color: #212121;
}

.largeScreen {
    display: block;
}

.smallScreen {
    display: none;
}

.loginLogo {
    width: 170px;
    margin: 0 auto 10px auto;
}

.loginLogo img {
    width: 100%;
    object-fit: contain;
}

.dataTables_paginate .current {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

.dataTable {
    margin-top: 20px !important;
}

.chart {
    overflow: hidden !important;
}

.hrprologo {
    width: 215px;
    margin-left: 0;
    height: 75px;
    margin-top: 10px;
    position: unset;
    margin-bottom: 10px;
}

.hrprologo img,
.hrprologoFavOnly img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navbar-primary .hrprologoFavOnly {
    width: 50px;
    height: 50px;
    margin-left: 13px;
    display: none;
    margin-top: 15px;
}

.navbar-primary.collapsed .hrprologoFavOnly {
    display: block !important;
}

.loginWrapper {
    background-image: url("../images/loginnew.jpg");
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.loginBg {
    background-color: #fff;
    padding: 40px 20px 20px 20px;
    border-radius: 5px;
    width: 28%;
    margin: 0 auto;
    box-shadow: rgb(0 0 0 / 6%) 0 5px 10px;
    position: relative;
}

.userIconLog {
    position: absolute;
    top: -35px;
    left: 40%;

    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.userIconLog img {
    width: 100%;
    height: 100%;
}

label {
    color: #080808;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}

.text-primary {
    color: var(--main_header_color) !important;
}

.form-control[type="file"] {
    padding: 14px 20px;
}

.poweredByLogo {
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.poweredByLogo {
    width: 210px;
    height: 80px;
}

.poweredByLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.loginBg .btn {
    height: 50px;
}

.btn svg {
    width: 18px;
    height: 18px;
}

.searchBox svg {
    color: var(--main_header_color);
}

.custom-control-label::after {
    border-radius: 0;
    width: 14px;

    height: 14px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    width: 14px;
    height: 14px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #2196f3;
}

.bgSuccess {
    background-color: rgb(226, 255, 238);
    text-align: center;
    color: rgb(8, 201, 84);
    font-weight: 400;
    font-size: 13px;
    padding: 4px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(8, 201, 84);
    border-image: initial;
    border-radius: 50px;
    width: 150px;
}

.bgDanger {
    background-color: rgb(255, 217, 217);
    text-align: center;
    color: rgb(255, 105, 105);
    font-weight: 400;
    font-size: 13px;
    padding: 4px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 105, 105);
    border-image: initial;
    border-radius: 50px;
    width: 150px;
}

a:hover {
    color: var(--main_header_color);
}

td .text-success {
    background-color: rgb(226, 255, 238);
    text-align: center;
    color: rgb(8, 201, 84);
    font-weight: 400;
    font-size: 13px;
    padding: 4px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(8, 201, 84);
    border-image: initial;
    border-radius: 50px;
}

td .text-danger {
    background-color: rgb(255, 217, 217);
    text-align: center;
    color: rgb(255, 105, 105);
    font-weight: 400;
    font-size: 13px;
    padding: 4px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 105, 105);
    border-image: initial;
    border-radius: 50px;
}

.img-thumbnail {
    background-color: #212121 !important;
}

.dataTables_filter {
    margin-bottom: 20px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #212121;
}

.applyBtn {
    color: #212121 !important;
}

.btn {
    border-radius: 3px;
}

.dataTables_wrapper .dataTables_length select {
    border: #dfe8f1 solid 1px;

}

#customHead select,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    font-size: 13px;
    background: #fff;
    padding: 6px 12px 6px 5px;
    height: 34px;
    color: #2b2f33;
    border: #dfe8f1 solid 1px;

    border-radius: 3px;

}

.dataTables_filter label {
    margin-top: 0;
}

.attendanceImg {
    width: 70px;
    height: 70px;
}

.attendanceImg img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.attendanceInfo h6 {
    color: #212121;

    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.attendanceInfo p{
    color: var(--main_header_color);
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.attendanceInfo {
    margin-left: 15px;
}

.notClocked p{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-style: italic;
}

.smallAttendanceList hr{
    margin:10px 0 ;
}

.smalllAttendList{
    margin-bottom: 20px;
}
.smallAttendanceList h5{
    font-weight: 700;
    color: #212121;
    font-size: 20px;
    margin: 0 0 15px 0;
}

.staffButtonGrp{
    background-color: #fff;
    padding-bottom: 15px;
}
.leave_user{
    text-transform: capitalize;
    font-weight: bold;
    font-size: initial;
    color: #0c1536;
}
