p.insurance-message {
    padding: 21px 21px;
    font-size: 25px;
    margin-bottom: 0;
}
ul.family-content {
    padding-left: 0;
    margin-top: 12px;
    list-style: none;
}
ul.family-content li {
    margin-bottom: 17px;
}
.insurance-create input {
    color: #8a8a8a;
}
.insurance-create small {
    font-size: 13px;
}

.announcement-modal  .modal-body{
    padding: 37px 30px !important;
    text-align: left !important;
}
.announcement-modal  .modal-body span{
    display:block;
}
.sidebar .nav .nav-item .nav-link {
    color: #fff;
}
.readonly {
      pointer-events: none;
      opacity: 0.5;
    }
    select#employee-ids{
        width: 100% !IMPORTANT;
    }
    .select2-container {
        width: 100% !IMPORTANT;
    }
    .select2-container--default .select2-selection--multiple {
        border: 1px solid #f0f2f5 !IMPORTANT;
            height: auto;
    }
    .custom-table tr.absent.holiday {
        background-color: #16a0855c !important;
    }
    .holiday td.datatable-td.Behavior {
        text-align: left;
    }
.table-header th span {
    padding: 7px 8px;
    display: block;
    font-weight: 500;
}
.card {
    margin-bottom: 30px;
    border: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 5px;
}
.content-wrapper {
    background-color: #f6f8fc !important;
}
.welcome-avatar img {
    width: 39%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.welcome-content h3 {
    color: rgba(76, 78, 100, 0.87);
    font-weight: 400;
}
.welcome-content h3 span {
    font-weight: 800;
    font-size: inherit;
}
.welcome-content p {
    font-size: 0.875rem;
    line-height: 1.429;
    letter-spacing: 0.15px;
    color: rgba(76, 78, 100, 0.6);
}
.activity-dot-primary {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 100%;
    border:3px solid #0255cd;
    box-shadow: -3px 0px 15px 0px rgb(92 97 242 / 8%);
    position: relative;
    z-index: 1;
    min-width: 16px;
    min-height: 16px;
    top: 4px;
}
.activity-timeline .activity-line {
    position: absolute;
    top: 4px;
    height: 100%;
    width: 4px;
    background-color: #f8f8f8;
    margin: 0 auto;
    left: 6px;
    z-index: 1;
}
.activity-timeline .d-flex .flex-grow-1 {
    margin-left: 12px;
}
.activity-timeline {
    height: 502px;
    overflow-y: scroll;
}
.activity-timeline::-webkit-scrollbar-track
{
    border-radius: 3px;
    position: relative;
    right: 50px;
    background-color: #F5F5F5;
}
.activity-timeline::-webkit-scrollbar
{
    width: 12px;
    position: relative;
    right: 50px;
    background-color: #F5F5F5;
}

.activity-timeline::-webkit-scrollbar-thumb
{
    border-radius: 3px;
    position: relative;
    right: 50px;
    background-color: #e5e5e5;
}
.activity-dot-primary {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 100%;
    border:3px solid #0255cd;
    box-shadow: -3px 0px 15px 0px rgb(92 97 242 / 8%);
    position: relative;
    z-index: 9;
    min-width: 16px;
    min-height: 16px;
    top: 4px;
}
.activity-timeline .d-flex .flex-grow-1 {
    margin-left: 12px;
}
.activity-timeline .d-flex .flex-grow-1 p {
    color: rgba(43,43,43,0.7);
    font-size: 11px;
    margin-top: 2px;
}
.activity-timeline .d-flex+.d-flex {
    margin-top: 19px;
}

.card-header {
    background-color: transparent;
    padding: 1.9rem 2rem;
}
.card-header p {
    font-size: 12px;
    color: #5c61f2;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin-bottom: 18px;
}
.card-header p i {
    font-size: 3px;
    margin-top: -2px;
    margin-left: 8px;
    vertical-align: middle;
}
.card-header .d-flex .flex-grow-1 .square-after:after {
    position: absolute;
    content: "";
    width: 76px;
    height: 25px;
    background-color: rgba(92,97,242,0.1);
    top: -2px;
    right: -12px;
    border-radius: 4px;
    transition: all 0.5s ease-in;
}
.punchtime-ui svg {
    width: 42px;
    height: 42px;
}
.punchtime-ui .icon-box {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 5px solid #46c35f;
}
.punchtime-ui .punchout-svg{
    border:5px solid #fc6510;
}
.punch-content{
    background-color: #efefef7a;
    border: none;
    padding: 9px 0px 5px;
    border-radius: 3px;
}
.reporting-section {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.reporting-section .profile-image{
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.reporting-section .profile-image img {
    margin: 18px;
    width: 162px;
    max-height: 162px;
}
.reporting-section .badge{
    background: rgba(92,97,242,0.1);
    color: #0255cd;
    padding: 6px 13px;
    display: block;
    font-size: 15px;
    font-weight: 500;
}
.recent-activity .res-activity-list {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 30px;
    position: relative;
}
.recent-activity .res-activity-list li {
    margin-bottom: 15px;
    position: relative;
}
.recent-activity .res-activity-list li:last-child {
    margin-bottom: 0;
}
.recent-activity .res-activity-list li:before {
    width: 10px;
    height: 10px;
    left: -30px;
    top: 0px;
    border: 2px solid #0255cd;
    margin-right: 15px;
    z-index: 2;
    background: #fff;
}
.recent-activity .res-activity-list li:before {
    content: "";
    position: absolute;
    border-radius: 100%;
}
.recent-activity .res-activity-list:after {
    content: "";
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    height: 100vh;
}
.recent-activity .res-activity-time {
    color: #bbb;
    font-size: 12px;
}
.recent-activity h6 {
    line-height: 14px;
    margin-bottom: 0;
}
.recent-activity p {
    font-size: 13px;
    margin-bottom: 0;
}
.res-activity-date span {
    font-size: 12px;
}
.res-activity-list {
    height: 178px;
    overflow-y: scroll;
}
.res-activity-list::-webkit-scrollbar-track
{
    border-radius: 3px;
    position: relative;
    right: 50px;
    background-color: #F5F5F5;
}
.res-activity-list::-webkit-scrollbar
{
    width: 12px;
    position: relative;
    right: 50px;
    background-color: #F5F5F5;
}

.res-activity-list::-webkit-scrollbar-thumb
{
    border-radius: 3px;
    position: relative;
    right: 50px;
    background-color: #e5e5e5;
}
.text-ellipsis {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cta-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: rgb(255, 255, 255);
    min-width: 64px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #2c82c9;
    font-weight: 500;
    border-radius: 8px;
    line-height: 1.715;
    box-shadow: rgb(20 21 33 / 42%) 0px 4px 8px -4px;
    padding: 0.4375rem 1.375rem;
    border:0;
}
.cta-btn:hover {
    color:#fff;
    text-decoration: none;
    background-color: #1e8bc3;
    box-shadow: rgb(20 21 33 / 56%) 0px 6px 18px -8px;
    border: none;
}
.navbar .navbar-menu-wrapper{
        background: linear-gradient(to right, #00c5fb 0%, #0253cc 100%);
}
.navbar .navbar-menu-wrapper .navbar-toggler svg {
    color: #fff;
}
.navbar-nav-right .feather.feather-moon,.navbar-nav-right #languageDropdown{
    display:none !important;
}
.navbar-nav-right svg{
    color:#fff;
}
.navbar .navbar-menu-wrapper .navbar-nav .topbar-divider {
    width: 0;
    height: 2.375rem;
    margin: auto 0.2rem;
    border-right: 2px solid #ffffff54;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link .nav-profile-text{
    color:#fff;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link .nav-profile-text span{
    color:#fff !important;
}
.sidebar-icon-only .main-panel {
    min-height: auto;
}
.custom-table tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}
.custom-table {
    color: #333;
}
.custom-table td{
    border:none !Important;
    color: #626262;
}
.custom-table tr{
    transition: all .25s ease;
    border:none;
}
.custom-table tr:hover {
    transform: translateY(-4px);
}
.table-transition tr:hover{
    transform: none;
}
.remove-datatable-x-padding .datatable table tbody tr td:first-child {
    padding-left: 14px;
}
.custom-badge {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    width: auto !important;
    padding: 8px 8px;
}
.custom-badge i{
    font-size: 11px !important;
}
.tab-filter-menu .nav-item .nav-link.active, .tab-filter-menu .nav-item .nav-link:hover, a{
    color:#019aff;
}
.custom-dropdown .filters-wrapper .single-filter .dropdown .btn-filter.applied {
    background: #019aff;
    border: 2px solid #019aff !important;
    margin-top: 25px;
    margin-left: 17px;
    color: #fff;
}
.custom-box {
    height: 77px;
    border-radius: 3px !important;
}
.custom-box p {
    color: #6c757d !important;
}
.custom-datatable table thead th.datatable-th{
    padding-bottom: 15px;
    padding-left: 0;
    text-align: center;
}
.custom-datatable table thead th.datatable-th span span {
    color: #212529 !important;
    font-weight: bolder !important;
    font-size: 16px;
}
.custom-datatable table tbody tr td.datatable-td {
    padding: 11px 0px;
    text-align: center;
}
.discrepency button, .absent button {
    background-color: #019aff !important;
    color: #fff !important;
    margin-top: 7px !important;
}.selectUsers .filters-wrapper.d-flex.justify-content-start.flex-wrap{
    display:block !important;
}
.primarycolor{
    color:#019aff;
}
.custom-dropdown .single-filter.search-filter-dropdown {
    width: 100% !important;
}
.nav-profile svg {
    color: #333 !important;
}
.filters-wrapper.d-flex.justify-content-start.flex-wrap , .employee-preview-card .dropdown-menu a:nth-child(3), .employee-preview-card .dropdown-menu a:nth-child(4), .employee-preview-card .dropdown-menu a:nth-child(6){
    display:none !important;
}
a#v-pills-Leave\ allowance-tab, a#v-pills-Attendance-tab, a#v-pills-Leave-tab, a#v-pills-Salary\ Overview-tab, a#v-pills-Payrun\ and\ Badge-tab, a#v-pills-Payslip-tab{
      display:none !important;  
}
.content-wrapper > .row.align-items-center > .col-md-12.col-lg-6 .d-flex.justify-content-lg-end.mb-primary{
    display:none !Important;
}
.activity-timeline p, .activity-timeline span {
    padding-right: 17px !important;
    display: inline-block;
}


div.custom-pagination a[aria-label="pagination.previous"] svg, div.custom-pagination span[aria-label="pagination.previous"] svg {
    width: 40px;
    height: 25px;
}
div.custom-pagination a[aria-label="pagination.next"] svg, div.custom-pagination span[aria-label="pagination.next"] svg {
    width: 40px;
    height: 25px;
}
div.custom-pagination span[aria-current="page"] span {
    background-color: #65c0fd !important;
    color: #fff;
}
div.custom-pagination {
    padding-top: 20px;
}
div.custom-pagination nav div.flex.justify-between:first-child {
    display: none;
}
div#attendances_next_prev {
    width: 100%;
}

div#attendances_next_prev a {
    display: inline-block;
    color: #313131;
    font-size: 14px;
}

div#attendances_next_prev a i {
    margin-right: 5px;
}

div#attendances_next_prev a.next i {
    margin-right: 0px;
    margin-left: 5px;
}

#all_employees_search .single-filter.search-filter-dropdown {
    width: 150px;
}

#all_employees_search .single-filter.search-filter-dropdown a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#all_employees_search .dropdown-menu.py-0.show {
    border: 1px solid #eaeaea;
}

#all_employees_search .dropdown-menu .dropdown-search-result-wrapper.custom-scrollbar {
    padding: 0px;
}

#all_employees_search .dropdown-menu .dropdown-search-result-wrapper a.dropdown-item {
    border-bottom: 1px solid #eaeaea6e;
    display: flex;
    justify-content: space-between;
}

#all_employees_search .dropdown-menu .dropdown-search-result-wrapper a.dropdown-item:last-child {
    border-bottom: unset;
}

#all_employees_search .dropdown-menu  .form-group.form-group-with-search {
    padding: 1rem 1rem!important;
}
.avatars-w-50.imageAttendance {
    background: #eaeaea;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.btn.discrepencyBtn,button.btn.discrepencyBtnView,button.btn.discrepencyBtn,button.btn.LeaveBtnView {
    color: #313131;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.05) !important;
    padding: 4px 12px;
    border-radius: 20px;
    background: lightgray;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    margin-top: 2px;
}

div.notification_message_top {
    right: -280px;
    top: 78px;
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    width: 280px!important;
    border-left: 6px solid!important;
    border-color: #46c35f!important;
    padding: 15px!important;
    background: rgba(0,0,0,0.8);
    color: #fff;
    font-weight: 400;
    font-size: .9rem;
    transition: all 0.3s linear;
}

div.notification_message_top.show {
    right: 0px;
}

div.attendancesRequestUser {
    margin-bottom: 50px;
}

td.datatable-td.Behavior span.badge {
    width: 90px;
    text-align: center;
}

td.datatable-td.Behavior span.badge i {
    color: green;
    font-size: 14px;
}

div#LeaveType {
    padding-bottom: 20px;
}

.descripenciesDetail ul {
    margin: 0px;
    padding: 0px;
}

.descripenciesDetail ul li {
    list-style-type: none;
    border-bottom: 1px solid rgb(234 234 234 / 50%);
    padding: 12px 10px;
}

.descripenciesDetail ul li b {font-size: 14px;font-weight: 600;width: 25%;display: inline-block;vertical-align: middle;}

.descripenciesDetail ul li span {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    width: 75%;
    vertical-align: middle;
}

.descripenciesDetail ul li span.status.pending,.descripenciesDetail ul li span.status.rejected {
    color: #fc2c10;
}

.descripenciesDetail ul li span.status.approved {
    color: #46c35f;
}

.descripenciesDetail ul li:last-child {
    border-bottom: unset;
}

.card-body.dashboard.dailylogs {
    padding: 0.2rem 1rem!important;
}

.card-body.dashboard.dailylogs table th {
    font-weight: 600;
    font-size: 12px;
    padding: 6px 10px;
}

.card-body.dashboard.dailylogs table td span {
    font-size: 12px;
    font-weight: 400;
    padding: 6px 10px;
    display: block;
}

.card-body.dashboard.dailylogs table tr {
    border-bottom: 1px solid #dee2e6;
}

.card-body.dashboard.dailylogs table tbody tr:last-child {
    border-bottom: unset;
}

.card-body.dashboard.dailylogs table {
    width: 100%;
}

.card-header.dailylogs.heading {
    padding: 16px 15px !important;
}

.card-header.dailylogs.heading h4.card-title {
    font-size: 18px;
}

div.welcomeuser.dashboard div.card.card-with-shadow {
    margin-bottom: 0px !important;
    padding-bottom: 45px !important;
    padding-top: 45px !important;
}

div.table_buttons_set button.buttonMultipleAction {
    border: unset;
    margin-left: 5px;
    border-radius: 4px !important;
    outline: unset;
}

div.row.table_buttons_set {
    justify-content: right;
    padding-right: 20px;
    padding-bottom: 30px;
}
.salarydetailpage table th,.salarydetailpage table td {
    border: unset;
}

.salarydetailpage table tr {
    transform: unset !important;
}

.salarydetailpage table th strong {
    font-size: 14px;
}

.salarydetailpage table td span.float-end {
    font-size: 14px;
    text-align: right;
    display: block;
}

.salarydetailpage table th strong span.float-end {
    text-align: right;
    display: block;
}

.salarydetailpage .row.mt-5 {
    margin-top: 60px !important;
}

.salarydetailpage h4.mt-4.mb-4 {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0px 50px !important;
}

.salarydetailpage .filter-section input {
    outline: unset !important;
    box-shadow: unset !important;
    border: 1px solid #eaeaea !important;
    border-radius: 4px !important;
    width: auto;
    display: inline-block;
    vertical-align: top;
    height: 45px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.salarydetailpage table th, .salarydetailpage table td {
    padding: 20px 20px;
}
.salarydetailpage .filter-section button {
    height: 44px;
    border: unset;
    margin: 0px -5px;
    background: #019aff;
    width: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: unset;
}
.salarydetailpage .filter-section button i.fa-magnifying-glass:before {
    content: "\f002";
    color: #fff;
    font-size: 14px;
}

form.attendance_filter {
    display: flex;
    box-shadow: 0 4px 30px rgb(0 0 0 / 2%);
    border: 1px solid #eaeaea47;
    margin: 20px auto 40px;
    width: 100%;
    padding: 0px;
    align-items: center;
    border-radius: 12px;
}

form.attendance_filter div.single-filter {
    width: 29%;
    border-right: 1px solid rgb(0 0 0 / 10%);
    margin: 0px 0px;
    position: relative;
    padding-right: 0px;
    height: 60px;
}

form.attendance_filter button {
    width: 13%;
    border: unset;
    outline: unset;
    background: #019aff;
    color: #fff;
    height: 100%;
    font-size: 14px;
    height: 60px;
    cursor: pointer;
}


form.attendance_filter div.single-filter input {
    border: unset;
    height: 100% !important;
    padding: 0px 0px 0px 35px !important;
    width: 100%;
    font-size: 14px !important;
    font-weight: 400;
    outline: unset;
}

form.attendance_filter div.single-filter i {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 10px;
    color: #0254ccad;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}

div.row.attendanceFilter div.detail {
    /*padding-top: 40px;*/
}

div.row.attendanceFilter div.detail p.filter {
    text-align: center;
    font-size: 14px;
    color: rgb(255 0 0 / 90%);
}
form.attendance_filter div.single-filter i.fa-chevron-down {
    right: 10px;
    left: unset;
    color: #313131;
    font-size: 14px;
}
form.attendance_filter div.single-filter .dropdown {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px;
    position: relative;
}

form.attendance_filter div.single-filter .dropdown p.select_user {
    margin: 0px;
}
form.attendance_filter div.single-filter .dropdown p{
    margin: 0px;
    width: 100%;
    padding: 0px 40px;
    height: 100%;
    display: flex;
    align-items: center;    
}
form.attendance_filter div.single-filter .dropdown  ul {position: absolute;top: 60px;left: 0px;padding: 0px 0px 0px;margin: 0px;background: #fff;box-shadow: 0px 0px 30px 3px #0000000a;border-radius: 4px;width: 98%;max-height: 190px;overflow-y: scroll; z-index:999; display: none;}

form.attendance_filter div.single-filter .dropdown ul li {
    list-style-type: none;
    position: relative;
    font-size: 13px;
    border-bottom: 1px solid #eaeaea;
    padding: 8px 10px;
    transition: all 0.3s linear;
}

form.attendance_filter div.single-filter .dropdown ul li input[type="checkbox"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

form.attendance_filter div.single-filter .dropdown ul li svg {
    width: 20px;
    color: #019aff;
    position: absolute;
    top: 8px;
    right: 20px;
    opacity: 0;
    transition: all 0.3s linear;
}

form.attendance_filter div.single-filter .dropdown ul li:has(input:checked) svg {
    opacity: 1;
}

form.attendance_filter div.single-filter .dropdown ul li:hover {
background: #f5f6f7;
    color: #000;
}

form.attendance_filter div.single-filter .dropdown ul li:hover svg {
    color: #009aff;
}

form.attendance_filter div.single-filter .dropdown i.fas.fa-times {
    color: red;
    bottom: unset;
    top: 15px;
    cursor: pointer;
    left: unset;
    right: 20px;
}

form.attendance_filter div.single-filter .dropdown ul::-webkit-scrollbar {
  width: 5px;
}
form.attendance_filter div.single-filter .dropdown ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
form.attendance_filter div.single-filter .dropdown ul::-webkit-scrollbar-thumb {
  background: #888;
}

form.attendance_filter div.single-filter .dropdown ul li:last-child {
    border-bottom: unset;
}

tr.user_profile_seperator {
    transform: unset !important;
    background-color: #f5f6f7 !important;
    border-bottom: 1px solid #fff !important;
}

tr.user_profile_seperator a {
    color: #000;
    font-size: 14px;
}

tr.user_profile_seperator p {
    font-size: 12px !important;
}

form.attendance_filter div.single-filter .dropdown ul li input[type="text"] {
    padding: 10px 10px !important;
    width: 100%;
    height: 100% !important;
    border-radius: 0px !important;
}

form.attendance_filter div.single-filter .dropdown ul li:first-child {
    padding: 0px 0px;
}
tr.user_profile_seperator:has(+ tr.no_record_found_user) {
    display: none;
}

tr.no_record_found_user {
    display: none;
}
.select2-container .select2-search--inline .select2-search__field{
    width: 100% !important;    
}


@media (max-width:1540px){
    .custom-box p {
        font-size: 11px;
    }

}
@media (max-width:1400px){
    .activity-timeline {
        height: 499px;
    }
    .res-activity-list {
        height: 182px;
    }
    .reporting-section .profile-image img {
        width: 160px;
    }
    .custom-box p {
        font-size: 8px;
    }
}
@media (max-width:1200px){
    .reporting-section .profile-image img {
        width: 100px;
        max-height: 100px;
    }
    .reporting-section .badge span {
        font-size: 10px;
    }
    .user-name {
        font-size: 14px;
    }
    .social-icon svg {
        width: 21px;
    }
    .social-icon span {
        font-size: 9px;
    }
    .social-icon .d-flex {
        padding-left: 10px;
    }
    .punchtime-ui .card-header h4 {
        font-size: 18px;
    }
    .punch-content p {
        font-size: 11px;
    }
    .activity-timeline {
        height: 478px;
    }
    .res-activity-list {
        height: 232px;
    }
    .welcome-content{
        width: 87%;
    }
}
@media (max-width:992px){
    .activity-timeline {
        height: auto;
        overflow: auto;
    }
    .res-activity-list {
        height: auto;
        overflow: auto;
    }
    .recent-activity .res-activity-list:after {
        height: 100%;
    }
}
@media (max-width:768px){
    .welcome-content h3 {
        font-size: 14px;
    }
    .reporting-section .profile-image img {
        width: 107px;
    }
    .user-name {
        font-size: 19px;
    }
    .social-icon span {
        font-size: 14px;
    }
    .social-icon svg {
        width: 33px;
    }
        .custom-responsive-table  thead{
            display: revert !important;
    }
    .custom-responsive-table  tr td:before {
        display:none;
    }
}
@media (max-width: 575px){
    .selectUsers {
        width: 65%;
    }
    .selectUsers .filters-wrapper .mobile-filters-wrapper{
        position:unset;
    background: transparent;
        display: unset;
    }
    .selectUsers  .filters-wrapper .btn-close-filter-wrapper{
        display:none !important;
        
    }
    .selectUsers .filters-wrapper .mobile-filters-wrapper .single-filter .dropdown .btn-filter .clear-icon {
        top: 16px;
        right: 37px;
    }
    .selectUsers .filters-wrapper .single-filter .dropdown .btn-filter.applied {
        margin-left: 0;
    }
    .custom-table  tr span{
        display: block;
        margin-top: 13px;
    }
    .table-view-responsive .leaves-table th{
        display:inline-block !important;
    }
    .table-view-responsive .leaves-table td{
        display: inline-block;
        float: right;
        margin-top: 11px;
    }

}
.custom-table tr.absent.WFM {
    background-color: #d6d8d9fa !important;
}
form.bank_detail_form {
    margin-top: 45px;
}

form.bank_detail_form .input-field {
    margin-bottom: 30px;
}

form.bank_detail_form .input-field label {
    font-size: 16px;
    font-weight: bold;
    display: block;
    background-color: #f7f7f7;
    padding: 14px 20px;
    margin-bottom: 0px;
}

form.bank_detail_form .input-field span {}

form.bank_detail_form .input-field input,form.bank_detail_form .input-field select {
    width: 100%;
    height: unset !important;
    font-size: 14px !important;
    padding: 0px !important;
    border-radius: 0px !important;
    outline: unset;
    border: unset;
    pointer-events: none;
    caret-color: transparent;
    appearance: none;
}

form.bank_detail_form .input-field span.text-danger {
    font-size: 12px;
    margin-top: 6px;
    display: none;
}

form.bank_detail_form button {
    display: inline-flex;
    text-decoration: none;
    border: 0;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    background-image: -webkit-linear-gradient(14deg, rgb(227 40 52) 0%, rgb(219, 83, 92) 100%);
    color: rgb(255, 255, 255);
    padding: 10px 45px;
    margin-top: 20px;
    outline: unset;
}

form.bank_detail_form button[name="edit"] {
    background: linear-gradient(to right, #00c5fb 0%, #0253cc 100%);
}
form.bank_detail_form button[name="submit"] {
    display: none;
}

form.bank_detail_form.edit button[name="submit"] {
    display: inline-block;
}

form.bank_detail_form.edit button[name="edit"] {
    display: none;
}

form.bank_detail_form .input-field label span {
    display: none;
}

form.bank_detail_form.edit .input-field label span {
    display: inline-block;
}

form.bank_detail_form.edit .input-field input,form.bank_detail_form.edit .input-field select {
    padding: 0px 10px !important;
    border-radius: 4px !important;
    border: 1px solid #eaeaea !important;
    pointer-events: unset;
    height: 45px !important;
    caret-color: unset;
    opacity: 1;
    outline: unset;
    box-shadow: unset;
}
form.bank_detail_form .input-field small {
    padding: 14px 20px;
    display: block;
}

form.bank_detail_form.edit .input-field small {
    padding: 0px;
}

form.bank_detail_form.edit .input-field label {
    background: transparent;
    padding: 0px;
    margin-bottom: 8px;
}
form.bank_detail_form .input-field select {
    opacity: 0.5;
    font-weight: 500;
}