* {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
body  {
    overflow: hidden;
}
.page-item.active .page-link:focus{
    box-shadow: none !important;
}
*,
::after,
::before {
    box-sizing: border-box
}

a,
button {
    border: none;
    cursor: pointer;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
input:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
[disabled]{
    pointer-events: none  !important;
    color: rgba(0,0,0,.3) !important;
    opacity: 0.8 !important;
}
header {
    width: 100%;
    padding: 5px 0;
    box-shadow: 0 0 15px 0 #dfe3dfdd;
    background-color: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99
}

header .nav-cont-main {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    padding: 0 18px;
    justify-content: space-between
}

header .logo-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block
}

header .logo-brand img.logo {
    display: block;
    max-width: 100%;
    height: 40px
}
header .navbar-collapse{    
    display:flex;
    justify-content: flex-end;
}
header .navbar-collapse ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header .navbar-collapse ul li a {
    display: inline-block
}

header .navbar-collapse ul li {
    margin-right: 24px;
    display: flex;
    align-items: center
}

header .navbar-collapse ul li:last-child {
    margin-right: 0
}
/* 8910885841 */
header .navbar-collapse ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .02em;
    color: #343232;
    padding: 0;
    text-decoration: none;
    border-radius: 4px
}

header .navbar-collapse ul li a.a-n-emp {
    padding: 10px 15px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #ff785f;
    transition: all .3s ease-in-out;
    font-size: 12px;
}

header .navbar-collapse ul li a.a-n-emp:hover {
    transform: scale(.98)
}
header .navbar-collapse ul li .brn-notfy {
    background: 0 0;
    border: none;
    position: relative;
    cursor: pointer
}
header .navbar-collapse ul li .brn-notfy .notfy-count {
    display: inline-block;
    position: absolute;
    box-shadow: none;
    border-radius: 50%;
    padding: .25em .4em;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    top: -10px;
    right: -20px;
    color: #ffffff;
    background-color: #ff7d5a;
    text-align: center;
    white-space: nowrap;
    width: 28px;
    vertical-align: baseline;
    height: 28px;
}
header .navbar-collapse ul li .brn-notfy img {
    width: 22px;
    height: 22px;
    object-fit: cover;
    /* filter: brightness(0) invert(1); */
}
header .navbar-collapse .navbar-link {
    display: flex;
    justify-content: flex-end;
}
header .navbar-collapse ul li .dropdown-toggle::after{
    content: unset;
}
header .navbar-collapse .user-set,
header .navbar-collapse .user-set img {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none
}
.dropdown-menu {
    padding-top: 24px;
    position: absolute;
    min-width: 200px;
    max-width: 400px;
    text-align: left;
    list-style: none;
    background-color: #00000000;
    z-index: 99;
    top: 32px;
    border: none;
    box-shadow: none;
    right: 0;
}

.w-bg.admin-log-box h6 {
    padding-left: 15px;
  }

  .w-bg.admin-log-box ul li {
    padding-left: 15px;
  }
.dropdown-menu .w-bg {
    /* box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%); */
    border-radius: 5px;
    padding: 16px 0;
    background-color: #ffffff;
    -webkit-animation-name: dropdown-animate;
    animation-name: dropdown-animate;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
    border-radius: 4px;
}

.dropdown-menu h6 {
    color: #343a40;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e3e3e3;
}

header .dropdown-menu ul {
    padding-top: 5px
}
header .dropdown-menu ul li {
    padding: 7px 0
}
header .dropdown-menu ul li a {
    display: flex;
    align-items: center
}
header .dropdown-menu ul li a img {
    flex-shrink: 0;
    margin-right: 8px;
    width: 20px;
    height: 20px
}
header .dropdown-menu ul li a p,
header .dropdown-menu ul li a span {
    font-size: 14px;
    font-weight: 400;
    color: #606060
}
header .dropdown-menu a {
    text-decoration: none;
    color: #484b4e;
    font-weight: 500;
    font-size: 14px
}

.dropdown-menu:not(.show) {
    display: none
}

.dropdown {
    position: relative
}

.simplebar-content {
    padding: 6px 2px 0 0;
    max-height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #cacaca #f4f7fc
}

.simplebar-content::-webkit-scrollbar {
    width: 5px;
}

.simplebar-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 0
}
.simplebar-content::-webkit-scrollbar-thumb {
    background: #cacaca;
    border-radius: 0
}

.simplebar-content .noty-list {
    display: flex;
    text-decoration: none;
    text-align: inherit;
    background-color: transparent;
    border: 0 ;
    border-radius: 0 !important;
    direction: inherit;
    align-items: center;
    padding: 10px 15px;
    border-bottom: solid 1px rgb(204, 204, 204);
}

.simplebar-content .noty-list:hover {
    background-color: #f1f5f7
}

.simplebar-content .noty-list .notify-icon,
.simplebar-content .noty-list .notify-icon img {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: block
}
.simplebar-content .noty-list .ttx,
.simplebar-content .noty-list .ttx button{
    width: 100%;
}
.simplebar-content .noty-list .ttx button[style^="position"]::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 18px;
    width: 5px;
    height: 5px;
    background-color: #7bd71fba;
    border-radius: 50%;
}
.simplebar-content .noty-list .ttx{
    display: flex;
    width: 348px;
    align-items: baseline;
}
.simplebar-content.dropdown-emp .noty-list .ttx img{
    width: 20px;
    position: relative;
    top: 5px;
}
.simplebar-content .noty-list .ttx button {
    color: #666666;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    display: block;
    text-align: left;
    border-radius: 0;
    padding: 0px 5px;
    display: flex;
    background: none !important;
    border: none;
}

.simplebar-content .noty-list .ttx h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #484b4e;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 5px
}

.simplebar-content .noty-list .ttx p {
    color: #6a6969;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 2px;
}

.notification-cont .noty-all {
    background-color: #ffffff;
    text-align: center;
    padding-top: 10px
}

.notification-cont .noty-all button {
    background: 0 0;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #0c4ffb
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background: transparent;
    border-color: none;
    border: none;
}
.nav-tabs .nav-link{
    margin-bottom: 0;
    border: none;
}
.nav-tabs .nav-item .nav-link {
    color: #2e2e2e;
    font-size: 18px;
    padding: 7px 10px;
    font-weight: 500;
    border-bottom: 1px solid transparent;
}
.nav-tabs .nav-item .nav-link.active{
    color: #05397a;
    border-bottom-color: #05397a;
}
.main-left {
    overflow-y: auto;
    overflow-x: hidden;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 400px;
    width: 180px;
    padding:14px 0px 14px 14px;
    z-index: 900;
    background-color: #ffffff;
    max-height: 100vh;
    position: fixed;
    top: 60px;
    bottom: 0;
    border-top: 1px solid #dfdfdf;
    box-shadow: 10px 10px 10px #edededa1;
}

.main-left::-webkit-scrollbar {
    width: 5px
}

.main-left::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 0
}

.main-left::-webkit-scrollbar-thumb {
    background: #cacaca;
    border-radius: 0
}

.main-right {
    background-color: #f6f6f6;
    padding: 70px 40px 0;
    width: calc(100% - 180px);
    margin-left: auto;
    height: 100vh;
    overflow-y: auto;
}
.main-right .main_data_clrs {
    display: flex;
    align-items: center;
    color: #3b3e40;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    margin-left: auto;
    /* width: fit-content; */
}
.main-right .main_data_clrs::before{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('assets/images/icon/calendar-plus.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.main-right .main_data_clrs >*{
    margin-left: 10px;
}
.main-right .main-title {
    margin: 20px 0
}
.main-right .main_data_clrs input {
    border: none;
    background-color: #ffffff;
    padding: 8px 13px;
    display: block;
    width: 100%;
    font-size: 13px;
    color: #7c7a79;
    font-weight: 500;
    border-radius: 7px;
}
.main-right .main-title h1 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #444648;
    font-weight: 700
}

.main-right .main-title h1 span {
    font-size: 15px;
    color: #54a0ff;
    text-transform: capitalize;
    font-weight: 500
}

.main-right .main-title h2 {
    font-size: 17px;
    color: #212529;
    margin: 0;
    line-height: normal;
    font-weight: 700
}

.main-left .title-nav {
    margin-bottom: 14px;
    padding-left: 6px;
}
.main-left .title-nav h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    letter-spacing: .02em;
    color: #505050;
    text-transform: uppercase;
}

.main-left .nav_row_list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-left .nav_row_list ul li {
    display: block;
    margin-bottom: 6px;
    background-color: #00000000;
    
}

.main-left .nav_row_list ul li a.active, .main-left .nav_row_list ul li a:hover {
    background-color: #dfdfdf;
    color: #000;
}
.main-left .nav_row_list ul li a {
    color: #100f0f;
    padding: 7px 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    border-radius: 0;
    font-size: 12px;
}
.head__btnGp{
    padding-top: 14px;
}
.head__btnGp a {
    text-decoration: none;
    background: #ffffff;
    color: #262626;
    padding: 6px 10px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    /* box-shadow: 0 0 10px 0 #d3d3d3; */
}
.head__btnGp a::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('assets/images/icon/exchange.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 10px;
}
.main-left .nav_row_list ul li a.active .nav-ttx,
.main-left .nav_row_list ul li a:hover .nav-ttx {
    color: #000000;
    /* text-shadow: 0px 3px 7px #2a2a2a; */
}

.main-left .nav_row_list ul li .nav-ttx {
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: .02em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000000;
    text-transform: capitalize;
}

.main-left .nav_row_list ul li a img {
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}

.main-left .nav_row_list ul li .icon-nv {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: inline-flex;
    padding: 3px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 7px;
}
.main-left .nav_row_list .tggl_li_active .openNav-unlist img{
    transform: rotate(180deg);
}
.main-left .nav_row_list .side-dropdown .toggle-li{
    display: none;
}
.main-left .nav_row_list .side-dropdown.tggl_li_active .toggle-li{
    display: block;
    animation: scale-display 0.3s;
}

@keyframes scale-display {
    0% {
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    100% {
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
    }
}
.bdy-sect .month-picker__container .month-picker__year{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bdy-sect .month-picker__container .month-picker__month{
    border: none;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.bdy-sect .month-picker__container .month-picker__month:hover::after{
    content: unset !important;
}
.bdy-sect .month-picker__container .month-picker {
    box-shadow: none;
    border-radius: 0;
    border-left: 1px solid #e2e2e2;
    /* border-right: 1px solid #e2e2e2; */
}
.bdy-sect .month-picker__container .month-picker__year button {
    position: static !important;
    flex: initial;
    padding: 4px 10px 9px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 10px;
    border: none;
    color: #ffffff;
    background-color: #529dfa;
}
.bdy-sect .month-picker__container {
    width: 100%;
}

.bdy-sect .month-picker__month.selected,
.bdy-sect .month-picker__month.selected-range-first,
.bdy-sect .month-picker__month.selected-range-second {
    background-color: #529dfa;
    color: #ffffff;
    border-radius: 0;
    box-shadow:none;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.bdy-sect .month-picker__container .month-picker__year p{
    width: auto;
    font-weight: 700;
    letter-spacing: normal;
    font-size: 14px;
    margin: 0;
}
.list-card {
    padding: 20px 0
}

.list-card .list-content ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.list-card .list-content ul li {
    padding: 5px;
    flex: 0 0 16%;
    max-width: 16%
}

.list-card .list-content ul>:nth-child(1) .card {
    background-color: #6ab04c
}

.list-card .list-content ul>:nth-child(2) .card {
    background-color: #ebc23b
}

.list-card .list-content ul>:nth-child(3) .card {
    background-color: #f55f5f
}

.list-card .list-content ul>:nth-child(4) .card {
    background-color: #8b8bdf
}

.list-card .list-content ul>:nth-child(5) .card {
    background-color: #544343
}

.list-card .list-content ul>:nth-child(6) .card {
    background-color: #54a0ff
}

.list-card .list-content ul>:nth-child(7) .card {
    background-color: #ff6b6b
}

.list-card .list-content ul>:nth-child(8) .card {
    background-color: #4cd137
}

.list-card .list-content ul li .card {
    height: 100%;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    border-radius: 7px;
    transition: all .4s ease-in-out;
    border: none;
}

.list-card .list-content ul li .card:hover {
    box-shadow: 0 0 20px 0 #bababa
}

.list-card .list-content ul li .card .value {
    font-size: 34px;
    font-weight: 700;
    line-height: normal
}

.list-card .list-content ul li .card .ttx {
    font-size: 13px;
    font-weight: 400
}

.table-section {
    padding: 12px 0
}

.table-section .table-wapper {
    display: flex;
    flex-wrap: wrap
}
.table-section.full-table .table-wapper .table-data{
    width: 100%;
}
.table-section .table-title {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.table-section .table-title .dwnlod-btn {
    background-color: #54a0ff;
    color: #f7f7f7;
    padding: 6px 16px;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 400;
    letter-spacing: .6px;
    display: flex;
    box-shadow: 0 0 14px 0 #d9d9d9;
    align-items: center;
    transition: all .3s ease-in-out
}

.table-section .table-title .dwnlod-btn:hover {
    transform: scale(.98)
}

.table-section .table-title .dwnlod-btn img {
    margin-left: 5px;
    filter: brightness(0) invert(1)
}

.table-section .table-title h3 {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    color: #686868
}

.table-section .table-wapper .table-md {
    flex: 0 0 40%;
    max-width: 40%
}

.table-section .table-wapper .table-lg {
    flex: 0 0 60%;
    max-width: 60%
}

.table-section .table-wapper .table-data table {
    border: 1px solid #e0e1e380;
    width: 100%;
    background-color: #ffffff;
}

.table-section .table-wapper .table-data.p-0 {
    padding: 0 !important
}

.date-sect {
    margin: 20px 0 0;
    text-align: right;
    padding: 0 10px
}

.date-sect input[type=date] {
    max-width: 400px;
    width: 100%;
    border: none;
    background-color: #ffffff;
    padding: 6px;
    font-size: 14px;
    color: #212529;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #e5e5e5
}

.table-section .table-wapper .table-data {
    overflow: auto;
    max-height: 400px;
}
.table-section .table-wapper .table-data::-webkit-scrollbar{
    height: 4px; 
    width: 4px;
    background: gray;
}
.table-section .table-wapper .table-data::-webkit-scrollbar-track {
    background: #ffffff; 
}
.table-section .table-wapper .table-data::-webkit-scrollbar-thumb {
    background: #888;
}
.table-section .table-wapper .table-data::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.table-section .table-wapper .table-data table thead tr th {
    border-right: 1px solid rgba(224, 225, 227, .5);
    border-bottom: 1px solid rgba(224, 225, 227, .5);
    font-size: 14px;
    font-weight: 500;
    color: #ededed;
    text-align: center;
    padding: 7px 8px;
    text-transform: capitalize;
    background-color: #54a0ff;
    white-space: nowrap;
    position: sticky;
    top: 0;
    z-index: 1;
}

.active .accord-title {
    background-color: #54a0ff
}
.accordion-button::after{
    border: 1px solid #000000;
    background: none !important;
    border-right: none !important;
    border-bottom: none !important;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
}
.accordion-button:not(.collapsed)::after {
    border: 1px solid #ffffff;
    transform: rotate(-136deg);
}
.table-section .table-wapper .table-data [class^=accordion] table thead tr th {
    color: #424242;
    background-color: #ffffff
}
.table-section .table-wapper .table-data table tbody tr td {
    font-weight: 450;
    font-size: 13px;
    line-height: normal;
    color: #404a5a;
    text-align: center;
    padding: 10px 8px;
    text-transform: capitalize
}
table img{
    max-width: 100%;
}
.table-section .table-wapper .table-data table tbody tr td .pdf-download {
    max-width: 34px;
    display: block;
    border: none;
    background: transparent;
}
.table-section .table-wapper .table-data .payroll-table tbody tr td input {
    border: none;
    background-color: #f5f5f5;
    padding: 8px 3px;
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    border-radius: 6px;
    letter-spacing: 0.1px;
    text-align: center;
    max-width: 100px;
    margin: auto;
    display: block;
}
.table-section .table-wapper .table-data.mail_info_table table tbody tr td {
    text-transform: inherit
}

.table-section .table-wapper .table-data table tbody tr td .status {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    text-transform: capitalize;
    margin-right: 2px;
}
.table-data table tbody tr td .btn-lps {
    display: flex;
    align-items: baseline;
}

.table-data table tbody tr td .btn-lps a,
.table-data table tbody tr td .btn-lps .edtl{
    display: inline-block;
    text-decoration: none;
    border: none;
    padding: 3px 5px;
    line-height: normal;
    font-size: 12px;
    border-radius: 4px;
    color: #ffffff;
    margin: 4px;
    letter-spacing: .14px;
    text-transform: capitalize;
    text-align: center;
    white-space: nowrap;
}
.table-data table tbody tr td .btn-lps .edtl{
    background-color: #54a0ff;
}
.table-section .table-wapper .table-data table tbody tr td:first-child,
.table-section .table-wapper .table-data table thead tr th:first-child {
    text-align: left
}
.table-data table tbody tr td .aprvd,
.table-data table tbody tr td .btn-lps a.gren{
    background-color: #21cb4a;
}
.table-data table tbody tr td .pendin,
.table-data table tbody tr td .btn-lps a.rept{
    background-color: #c2cb21;
}
.table-data table tbody tr td .rejected,
.table-data table tbody tr td .btn-lps a.rept{
    background-color: #cb2121;
}
/* .table-data table tbody tr td .aprvd,
.table-data table tbody tr td .btn-lps a.gren {
    background-color: #21cb4a
}
.table-data table tbody tr td .btn-lps a.rept,
.table-data table tbody tr td .pendin {
    background-color: #f55f5f
} */
.table-data table tbody tr td .btn-lps a.edtl {
    background-color: #2d75af
}

.table-section .table-wapper .table-data table tbody tr td,
.table-section .table-wapper .table-data table tbody tr th {
    border-bottom: 1px solid #e0e1e380;
    border-right: 1px solid #e0e1e380
}

.table-section .table-wapper .table-data table tbody tr td:last-child,
.table-section .table-wapper .table-data table thead tr th:last-child {
    border-right: none
}


/* Custom Calander Start */
.calendar-wrapper .cutom-table-tab .cal-head{
    display: flex;
    align-items: center;
    background-color: #54a0ff;
    justify-content: space-between;
    padding: 8px 10px;
}
.calendar-wrapper .cutom-table-tab .cal-head button {
    background: #0000;
    padding: 4px;
    border: none;
    font-size: 16px;
    line-height: normal;
    color: #ffffff;
    border-radius: 4px;
}
.calendar-wrapper .cutom-table-tab .cal-head button:hover{
    background-color: #ffffff;
}
.calendar-wrapper .cutom-table-tab .cal-head button:hover img{
    filter: brightness(0);
}
.calendar-wrapper .cutom-table-tab .cal-head button img{
    width: 17px;
    height: 20px;
    object-fit: cover;
}
.calendar-wrapper .cutom-table-tab .cal-head h2{
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.5px;
}
.calendar-wrapper .cutom-table-tab .cutom-table-dates,
.calendar-wrapper .cutom-table-tab .cutom-table-days{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-left: 1px solid #d7d7d7;
}
.calendar-wrapper .cutom-table-tab .cutom-table-dates p,
.calendar-wrapper .cutom-table-tab .cutom-table-days p {
    margin: 0;
    padding: 8px 10px;
    line-height: normal;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
.calendar-wrapper .cutom-table-tab .cutom-table-days p {
    font-size: 15px;
    font-weight: 700;
    color: #212629;
}
.calendar-wrapper .cutom-table-tab .cutom-table-dates p {
    font-size: 15px;
    font-weight: 500;
}
.calendar-wrapper .cutom-table-tab .cutom-table-days p:last-child,
.calendar-wrapper .cutom-table-tab .cutom-table-days p:first-child{
    color: #54A0FF;
}
/* Custom Calender End */
ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;
    background-color: #00000000
}
ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #ebebeb;
    margin: 0 auto 15px auto
}
.accord-title {
    background-color: #ffffff;
    padding: 12px 10px;
    margin: auto;
    width: calc(100% - 2px);
    position: relative
}

.accord-title::after {
    content: '';
    position: absolute;
    width: 10px;
    opacity: .6;
    height: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    right: 10px;
    transition: all .3s ease-in-out;
    transform: translateY(-50%) rotate(-45deg)
}
.accordion-item .accord-title::after{
    content: unset;
}
.table-section .accordion-button{
    box-shadow: none;
}
.active .accord-title::after {
    transform: translateY(-50%) rotate(134deg);
    border-color: #ffffff
}
.table-section .accordion-item .accordion-button{
    padding: 12px 10px;
    background: none;
    background-color: #54a0ff;
}
.table-section .accordion-item .accordion-button:not(.collapsed) h3{
    color: #ffffff;
}
.table-section .accordion-item .accordion-button.collapsed{
    background-color: #ffffff;
}
.table-section .accordion-item .accordion-button:focus{
    border: none;
    box-shadow: none;
}
.table-section .accordion .accordion-body {
    padding: 0;
    overflow-x: auto;
    scrollbar-color: #888888 #ffffff;
    scrollbar-width: thin;
    -ms-overflow-style: none;
}
.table-section .accordion .accordion-body::-webkit-scrollbar{
    height: 4px; 
    width: 4px;
    background: gray;
}
.table-section .accordion .accordion-body::-webkit-scrollbar-track {
    background: #ffffff; 
}
.table-section .accordion .accordion-body::-webkit-scrollbar-thumb {
    background: #888;
}
.table-section .accordion .accordion-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.table-section .accordion-item{
    background-color:#00000000;
    border: none;
    margin-bottom: 15px;
}
.table-section .accordion-item:last-child{
    margin-bottom: 0;
}
.table-section .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.table-section .accordion-item:last-of-type  {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accord-title h3 {
    font-weight: 500;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 15px;
    letter-spacing: .01em;
    cursor: pointer;
    color: #5d646a;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.table-section .accordion .accordion-header{
    padding: 0;
}
ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    max-height: 260px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #cacaca #f4f7fc
}
ul.accordion-list li div.answer::-webkit-scrollbar{
    width: 5px
}
ul.accordion-list li div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 0
}
ul.accordion-list li div::-webkit-scrollbar-thumb {
    background: #cacaca;
    border-radius: 0
}
.use-id-frm {
    /* padding: 10px; */
    border-radius: 5px;
    background-color: #ffffff;
    /* border: 1px solid #e7e7e7; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0px;
    justify-content: space-between;
}
.use-id-frm ul li button,
.use-id-frm .btn-gpt button {
    font-size: 12px;
    text-transform: capitalize;
    padding: 7px 12px;
    background-color: #2f7eed;
    border-radius: 3px;
    color: #ffffff;
    margin-left: 10px;
    font-weight: 500;
    letter-spacing: 0.4px;
    transition: all .3s ease-in-out
}
.use-id-frm .btn-gpt button:first-child{
    margin-left: 0;
}
.use-id-frm ul li button{
    margin-left: 0;
}
.use-id-frm ul li button.btn-danger{
    background-color: #bb2d3b;
border-color: #b02a37;
}
.use-id-frm ul li button:focus{
    box-shadow: none !important;
}
.use-id-frm .btn-gpt button:hover {
    transform: scale(.98)
}
.use-id-frm ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}
.use-id-frm ul li {
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    padding-right: 13px;
    color: #242424dd;
    border-right: 1px solid #bfbfbf
}
.use-id-frm ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0
}
.use-id-frm ul li .value-id {
    background-color: #efefefcf;
    padding: 4px 12px;
    border-radius: 5px;
    margin-left: 7px;
    color: #4c4c4c;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.use-id-frm ul li .task-timer{
    min-width: 64px;
    font-weight: 500;
    color: #2e2d2b;
}
.leave-st-main {
    margin: 0px auto
}
.leave-st-main .head-list {
    display: flex;
    justify-content: flex-end;
    padding: 6px 10px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    margin-bottom: 0px
}
.leave-st-main .head-list ul {
    margin: 0;
    display: flex;
    list-style: none;
    align-items: center
}
.leave-st-main .head-list ul li {
    margin-right: 18px;
    font-size: 13px;
    border-right: 1px solid #c6c6c6;
    padding-right: 10px;
    color: #464646;
    font-weight: 400
}
.leave-st-main .head-list ul li:last-child {
    padding-right: 0;
    border-right: none
}
.leave-st-main .user-leave-st{display:flex;margin-bottom:10px}

.leave-st-main .head-list ul li button {
    font-size: 13px;
    padding: 5px 10px;
    background-color: #54a0ff;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    transition: all .3s ease-in-out
}
.leave-st-main .head-list ul li button:focus{
    box-shadow: none;
}
.leave-st-main .head-list ul li button:hover {
    transform: scale(.98)
}
.leave-st-main .user-leave-st .item-card .cr-title {
    text-align: center
}
.leave-st-main .user-leave-st .item-card .cr-title h5 {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin: 0
}
.leave-st-main .user-leave-st .item-card .count-nb {
    text-align: center;
    font-size: 40px;
    line-height: normal;
    font-weight: 500;
    color: #ffffff;
    padding: 15px 0px 10px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.leave-st-main .user-leave-st .item-card .count-nb img{
    width: 30px;
    filter: brightness(0) invert(1);
}
.leave-st-main .user-leave-st .item-card {
    flex: 1 0 0;
    padding: 20px;
    max-width: 340px;
    margin-right: 18px;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
}

.leave-st-main .user-leave-st > :nth-child(1){
    background-color: #2FA8FB;
}
.leave-st-main .user-leave-st > :nth-child(2){
    background-color: #35C0AF;
}
.leave-st-main .user-leave-st > :nth-child(3){
    background-color: #9EA74A;
}
.leave-st-main .user-leave-st > :nth-child(4){
    background-color: #F9AA49;
}
.leave-st-main .user-leave-st > :nth-child(5){
    background-color: #F45774;
}
.leave-st-main .user-leave-st .item-card:last-child {
    margin-right: 0
}

.leave-st-main .user-leave-st .item-card .dtl {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: auto;
}
.leave-st-main .user-leave-st .item-card .dtl li {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 28px;
}
.table-section .table-wapper .table-w-50 {
    flex: 0 0 50%;
    max-width: 50%
}

.table-section .table-wapper .table-w-100 {
    flex: 0 0 100%;
    max-width: 100%
}

.popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: rgb(0 0 0 / 80%);
}
.mp-content {
    max-width: 600px;
    margin: 1.75rem auto;
    position: relative;
    width: auto;
    padding: 15px;
    background-color: #F6F6F6;
    border-radius: 6px;
}
.mp-content .bdy-sect h3 {
    font-size: 16px;
    color: #212529;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    margin-bottom: 14px
}
.mp-content .bdy-sect form{
    padding: 10px 15px 20px;
}
.mp-content .bdy-sect .srp-fild .fild-gp {
    display: flex;
    margin-top: 6px;
    justify-content: space-between;
}
.mp-content .bdy-sect .srp-fild label {
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    color: #404a5a;
    text-align: left;
    flex-shrink: 0;
    text-transform: capitalize;
    margin: 0 10px 5px 0;
    max-width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mp-content .bdy-sect .srp-fild input:not([type="submit"]) {
    border: none;
    background: #f5f5f5;
    padding: 5px 10px;
    border-radius: 0;
    display: block;
    width: 100%;
    font-size: 13px;
    color: #3a3a3a;
    resize: none;
    font-weight: 500;
    max-width: 220px;
}
.paial-modal .mp-content{
    max-width: 800px;
}
.paial-modal .mp-content .btn-group{
    padding-top: 20px;
    width: 100%;
    justify-content: space-between;
}
.paial-modal .mp-content .btn-group button{
    background-color: #54a0ff;
    color: #f7f7f7;
    padding: 6px 16px;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 400;
    letter-spacing: .6px;
    display: flex;
    height: 100%;
    box-shadow: 0 0 14px 0 #d9d9d9;
    align-items: center;
    transition: all .3s ease-in-out;
}

.mp-content .bdy-sect .dp__input_wrap,
.mp-content .bdy-sect .fr-grp {
    position: relative
}
.mp-content .bdy-sect .fr-grp label{
    font-size: 14px;
    line-height: 32px;
}
.mp-content .bdy-sect .dp__input_wrap svg{
    display: none;
}
.mp-content .bdy-sect .fr-grp,
.mp-content .bdy-sect .fr-grp .date{
    margin-bottom: 10px;
}
.mp-content .bdy-sect .fr-grp select,
.mp-content .bdy-sect .fr-grp input,
.mp-content .bdy-sect .fr-grp textarea {
    border: 1px solid #cccccc;
    padding: 10px 12px;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #282828;
    resize: none;
    font-weight: 500;
    border-radius: 4px;
    background-color: #ffffff;
}
.mp-content .bdy-sect .fr-grp input.dp__pointer{
    position: relative;
}
.mp-content .bdy-sect .fr-grp .dp__input_wrap::after{
    content: "";
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url('@/assets/images/icon/calendar-plus.png');
}
.mp-content .bdy-sect .fr-grp .ipm {
    content: '';
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    opacity: .4
}
.mp-content .bdy-sect .fr-grp .ipm img{
    max-width: 100%;
    display: block;
    height: auto;
}
.mp-content .bdy-sect .fr-grp input::placeholder,
.mp-content .bdy-sect .fr-grp textarea::placeholder {
    font-size: 13px;
    color: #494848;
    font-weight: 400
}
.mp-content .bdy-sect .frm-ilne {
    margin-bottom: 12px
}
.mp-content .bdy-sect .fr-grp .min_fild{
    margin-bottom: 20px;
}
.mp-content .bdy-sect .fr-grp .min_fild .full {
    display: flex;
    align-items: center;
}
.mp-content .bdy-sect .fr-grp .min_fild .full input {
    width: 41px;
    padding: 4px 4px;
    text-align: center;
    margin-left: 10px;
}
.mp-content .bdy-sect .fr-grp .min_fild label{
    width: 282px;
}
.mp-content .bdy-sect .frm-ilne label {
    font-size: 15px;
    font-weight: 400;
    color: #525252;
    margin-bottom: 4px;
    display: block
}
.mp-content .bdy-sect .frm-ilne input,
.mp-content .bdy-sect .frm-ilne select {
    border: 1px solid #ccc;
    width: 100%;
    height: 34px;
    padding: 4px
}
.containerFile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 6px 15px;
    color: #3a3a3a;
    border-radius: 4px;
    border: 1px solid #cccccc;
}
.containerFile .input {
    display: block;
    letter-spacing: 0;
    cursor: pointer;
    background: #cbcbcb;
    outline: 0;
    transition: .3s ease-in-out;
    border: none;
    background-color: #ffffff;
    font-size: 13px;
    text-transform: capitalize;
    border-radius: 4px;
    color: #585858;
    box-shadow: 0 0 5px 0 #cbcbcb;
    text-decoration: none;
    margin-left: auto;
}
.containerFile  .input a{
text-decoration: none;
padding: 6px 11px;
display: block;
}
.containerFile label{
    display: block;
    margin: 0;
    font-size: 14px;
    color: #212529;
    text-align: center;
    font-weight: 400;
}
#uploadImg:not(.hidden)+label,
.containerFile .hidden {
    display: none
}
.containerFile #file {
    display: none;
    margin: 0 auto
}
.containerFile #upload {
    display: block;
    padding: 6px 10px;
    margin: 0 auto;
    font-size: 13px;
    letter-spacing: 0;
    cursor: pointer;
    background: #ffffff;
    color: #4c4c4c;
    border: 1px solid #cbcbcb;
    outline: 0;
    text-transform: capitalize;
    transition: .3s ease-in-out
}
.containerFile img {
    display: block;
    margin: 0;
    order: 1;
    width: 100px
}
.addNewBox .addNewSub {
    /* margin-bottom: 15px; */
    display: flex;
    flex-wrap: wrap;
}
.addNewBox .addNewSub .adnright,
.addNewBox .addNewSub .adnleft {
    flex: 1 0 50%;
    padding: 10px 10px;
}
.addNewBox .addNewSub .addNewFirst{
    position: relative;
}
.addNewBox .addNewSub .addNewFirst .error-span {
    position:absolute;
    font-size:12px;
    color: red;
    font-weight: 400;
    left: 25px;
    top: auto;
    bottom: -10px;
}
.addNewBox {
    max-width: 800px;
    padding: 26px 20px;
    background-color: #ffffff;
    margin: auto auto 30px;
    border-radius: 8px;
    box-shadow: 0 0 15px 0 #d3d3d399;
}
.addNewBox .addNewSub label{
    font-size: 15px;
    font-weight: 500;
    color: #3c3c3c;
    margin-bottom: 2px;
}
.addNewBox .addNewSub textarea,
.addNewBox .addNewSub select,
.addNewBox .addNewSub input{
    border: none;
    background-color: #f5f5f5;
    padding: 12px 15px;
    display: block;
    width: 100%;
    font-size: 13px;
    color: #666;
    resize: none;
    font-weight: 500;
    border-radius: 4px;
}
.title_tbtn_alin{
    display: flex;
    align-items: center;
}
.title_tbtn_alin .modal_caldn_btn {
    margin-left: auto;
    background-color: #2d75af;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
    line-height: normal;
    text-transform: capitalize;
}
.title_tbtn_alin .modal_caldn_btn img{
    width: 20px;
}
.frg__addNewSub{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.frg__addNewSub .sty-bbt{
    display: block;
    padding: 7px 15px;
    font-size: 14px;
    letter-spacing: 0;
    cursor: pointer;
    background: #ffffff;
    color: #4c4c4c;
    border: 1px solid #cbcbcb;
    outline: 0;
    text-align: center;
    text-transform: capitalize;
    transition: .3s ease-in-out;
    border-radius: 5px;
    flex-grow: 1;
    font-weight: 500;
    margin-right: 12px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.frg__addNewSub .sty-bbt:hover{
    transform: scale(.98);
}
.frg__addNewSub .sty-bbt:last-child{
    margin-right: 0;
    color: #ffffff;
    background-color: #54a0ff;
    border-color: #54a0ff;
}
.mp-content .bdy-sect .frg-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}
.mp-content .bdy-sect .frg-inline input {
    display: block;
    padding: 7px 15px;
    font-size: 14px;
    letter-spacing: 0;
    cursor: pointer;
    background: #ffffff;
    color: #4c4c4c;
    border: 1px solid #cbcbcb;
    outline: 0;
    text-transform: capitalize;
    transition: .3s ease-in-out;
    border-radius: 5px;
    flex-grow: 1;
    font-weight: 500;
    margin-right: 12px;
    transition: all .3s ease-in-out
}
.mp-content .bdy-sect .frg-inline input:last-child {
    margin-right: 0
}
.mp-content .bdy-sect .frg-inline [type=submit] {
    color: #ffffff;
    background-color: #54a0ff
}
.mp-content .bdy-sect .frg-inline input:hover {
    transform: scale(.98)
}
.mp-content .bdy-sect .frg-inline button {
    display: block;
    padding: 7px 15px;
    font-size: 14px;
    letter-spacing: 0;
    cursor: pointer;
    background: #ffffff;
    color: #4c4c4c;
    border: 1px solid #26a2fb;
    outline: 0;
    text-transform: capitalize;
    transition: .3s ease-in-out;
    border-radius: 5px;
    flex-grow: 1;
    font-weight: 500;
    margin: 0 4px;
    transition: all .3s ease-in-out;
}
.dp__menu .dp__action_buttons {
    width: auto;
    text-align: right;
    display: flex;
}
.dp__menu .dp__action_buttons .dp__action {
    cursor: pointer;
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #cbcbcb;
    margin-left: 4px;
    font-size: 13px;
    font-weight: 700;
    color: #6c0808;
}
.dp__menu .dp__action_buttons .dp__action .dp__select{
    color: #ffffff;
    background-color: #26a2fb;
}
.mp-content .bdy-sect .frg-inline button[type=submit] {
    color: #ffffff;
    background-color: #54a0ff;
}
.popup-modal .mp-content .modalOut {
    border-radius: 50%;
    padding: 5px;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -6px;
    top: -7px;
    display: flex;
    line-height: normal;
    background: #249ff6;
    border: 1px solid #ffffff;
}
.mp-content .modalOut img {
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);
}
.datepicker .datepicker-days {
    background-color: #ffffff;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 16%);
    padding: 8px
}
.datepicker .datepicker-days table {
    text-align: center
}
.datepicker .datepicker-days table th {
    padding: 5px;
    font-size: 12px;
    font-weight: 400
}
.datepicker .datepicker-days table td {
    padding: 5px;
    font-size: 12px;
    font-weight: 400
}
.datepicker .datepicker-days table td.active {
    background-color: #54a0ff;
    color: #ffffff
}
.mp-content .bdy-sect .total__list {
    margin-bottom: 10px
}
.mp-content .bdy-sect .total__list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 162px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #cacaca #f4f7fc
}
.mp-content .bdy-sect .total__list ul::-webkit-scrollbar {
    width: 5px
}
.mp-content .bdy-sect .total__list ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 0
}
.mp-content .bdy-sect .total__list ul::-webkit-scrollbar-thumb {
    background: #cacaca;
    border-radius: 0
}
.mp-content .bdy-sect .total__list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f3f3f3;
    border-bottom: none;
    padding: 6px 8px
}
.mp-content .bdy-sect .total__list ul li:last-child {
    border-bottom: 1px solid #f3f3f3
}
.mp-content .bdy-sect .total__list .ttx {
    font-size: 13px;
    color: #3a3a3a;
    font-weight: 400;
    line-height: normal
}
.mp-content .bdy-sect .total__list ul li select {
    border: none;
    background-color: #ffffff;
    padding: 4px 20px 4px 10px;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 4px;
    color: #585858;
    box-shadow: 0 0 10px 0 #efefef
}
.mp-content .bdy-sect .total__list .total_of_value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    padding: 6px 22px 8px 10px;
    color: #4a4a4a
}
.mp-content .bdy-sect .total__list .total_of_value p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize
}
.mp-content .bdy-sect .total__list .total_of_value span {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize
}

.bdy-sect .item-cr .list-sr .ttx {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 100%
}
.bdy-sect .item-cr {
    border: 1px solid #f3f3f3;
    position: relative;
    border-radius: 4px;
    padding: 10px;
}
.bdy-sect .item-cr .list-sr .ttx img {
    width: 22px;
    height: 22px;
    object-fit: cover;
    border-radius: 50%;
    display: flex;
    margin-right: 8px;
    flex-shrink: 0;
}
.bdy-sect .item-cr .list-sr {
    display: flex;
    font-size: 13px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 20px;
    margin-bottom: 9px
}
.bdy-sect .item-cr .list-sr .vl {
    font-size: 14px;
    padding: 1px 5px;
    border-radius: 4px;
    color: #6a6a6a;
    font-weight: 500;
    position: relative;
    top: 1px;
}
.bdy-sect .item-cr .list-sr .idc {
    border-radius: 2px;
    color: #5a5a5a;
    font-weight: 400;
    padding: 2px 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    border: 1px solid #cfcfcf;
    min-width: 26px;
    text-align: center;
    justify-content: center;
}
.bdy-sect .item-cr .list-sr .vl ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    max-height: 100px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #cacaca #f4f7fc
}
.bdy-sect .item-cr .list-sr .vl ul::-webkit-scrollbar {
    width: 5px
}
.bdy-sect .item-cr .list-sr .vl ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 0
}
.bdy-sect .item-cr .list-sr .vl ul::-webkit-scrollbar-thumb {
    background: #cacaca;
    border-radius: 0
}
.bdy-sect .item-cr .list-sr .vl ul li {
    border-radius: 2px;
    margin: 0 4px 4px 0;
    color: #5a5a5a;
    font-weight: 400;
    padding: 2px 7px;
    font-size: 13px;
    border: 1px solid #cfcfcf
}
.bdy-sect .item-cr-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #f3f3f3
}
.bdy-sect .item-cr-inline button {
    display: block;
    padding: 7px 15px;
    font-size: 14px;
    letter-spacing: 0;
    cursor: pointer;
    background-color: #54a0ff;
    color: #ffffff;
    border: 1px solid #cbcbcb;
    outline: 0;
    text-transform: capitalize;
    border-radius: 5px;
    flex-grow: 1;
    font-weight: 500;
    transition: all .3s ease-in-out
}
.bdy-sect .item-cr-inline p {
    width: 100%;
    font-size: 12px;
    margin-bottom: 9px;
    font-weight: 700;
    display: flex;
    color: #1d1d1e;
    align-items: center;
}
.bdy-sect .item-cr-inline p::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    margin-left: 2px;
    background-size: cover;
    /* background-image: url(../images/icon/pf-pdf-94.png); */
}
.head-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #e7e7e7
}
.head-bar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
}
.head-bar ul li {
    margin-right: 18px;
    font-size: 13px;
    border-right: 1px solid #c6c6c6;
    padding-right: 10px;
    color: #464646;
    font-weight: 400
}
.head-bar ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}
.head-bar .fild-info {
    display: flex;
    align-items: center
}
.head-bar .fild-info {
    margin-left: auto
}
.head-bar .fild-info .fr-gp {
    position: relative
}
.head-bar .fild-info .dwnlod-btn,
.head-bar .fild-info .stl-btn {
    background-color: #54a0ff;
    color: #f7f7f7;
    padding: 6px 16px;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 400;
    letter-spacing: .6px;
    display: flex;
    height: 100%;
    box-shadow: 0 0 14px 0 #d9d9d9;
    align-items: center;
    margin-left: 10px;
    transition: all .3s ease-in-out
}
.head-bar .fild-info .dwnlod-btn:hover,
.head-bar .fild-info .stl-btn:hover {
    transform: scale(.98)
}
.head-bar .fild-info .dwnlod-btn img,
.head-bar .fild-info .stl-btn img {
    margin-left: 5px;
    filter: brightness(0) invert(1)
}
.head-bar .fild-info .fr-gp input {
    border: none;
    background-color: #f5f5f5;
    padding: 10px 36px 10px 15px;
    display: block;
    width: 100%;
    font-size: 13px;
    color: #3a3a3a;
    resize: none;
    font-weight: 500;
    border-radius: 50px;
    min-width: 310px
}
.head-bar .fild-info .fr-gp [type=search]::-webkit-search-cancel-button {
    display: none
}
.head-bar .fild-info .fr-gp [type=submit] {
    position: absolute;
    right: 4px;
    background-color: #54a0ff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    top: 50%;
    padding: 8px;
    display: flex;
    border: none;
    transform: translateY(-50%)
}
.head-bar .fild-info .fr-gp [type=submit] img {
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1)
}
.divider-wap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px
}
.divider-wap .left-set {
    height: 100%;
    max-width: calc(50% - 10px)
}
.card-attendance {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 50%;
    justify-content: space-between;
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #cacaca #f4f7fc
}
.card-attendance::-webkit-scrollbar {
    width: 5px
}

.card-attendance::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 0
}

.card-attendance::-webkit-scrollbar-thumb {
    background: #cacaca;
    border-radius: 0
}

.card-attendance .item {
    background-color: #ffffff;
    padding: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    margin-bottom: 10px
}

.card-attendance .item p {
    font-size: 14px;
    font-weight: 400;
    color: #212529;
    margin: 0;
    line-height: normal;
    letter-spacing: inherit
}

.group:after {
    content: "";
    display: table;
    clear: both
}

.calendar-wrapper {
    border-radius: 5px;
    background: #ffffff;
    flex: 0 0 50%;
    height: 100%;
    max-width: calc(50% - 10px)
}

.calendar-wrapper table {
    clear: both;
    width: 100%;
    border: 1px solid #e0e1e380;
    border-radius: 3px;
    border-collapse: collapse;
    color: #444
}

.calendar-wrapper td {
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    color: #404a5a;
    text-align: center;
    padding: 10px;
    text-transform: capitalize;
    border-bottom: 1px solid #e0e1e380;
    border-right: 1px solid #e0e1e380
}

.calendar-wrapper td.not-current {
    color: silver
}

.calendar-wrapper td.today {
    font-weight: 700;
    font-size: 16px;
    background: #54a0ff;
    color: #ffffff
}

.calendar-wrapper thead td {
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #424242;
    text-align: center;
    padding: 12px 8px;
    text-transform: capitalize;
    border-bottom: 1px solid #e0e1e380
}

.calendar-wrapper .table-panav {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0
}

.calendar-wrapper .table-panav [type=button] {
    font-size: 13px;
    background-color: #54a0ff;
    color: #ffffff;
    padding: 5px 17px;
    margin-right: 10px;
    font-weight: 400;
    border-radius: 4px
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
button.sty-bbt{
    background-color: #54a0ff;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 6px 24px;
    border-radius: 3px;
}


/* Pritam 23-03-2023 */
.bdy-sect h3 {
    background: #529dfa;
    color: #ffffff !important;
    padding: 10px 0;
    margin: -15px -15px 0;
      margin-bottom: 0px;
    border-radius: 5px 5px 0 0;
    padding: 18px;
  }

  .no-rcrd{ padding: 10px 15px;}
  .dropdown-menu.notification-cont {
    display: none;
  }
  .dropdown.btn-drp:hover .dropdown-menu.notification-cont {
    display: block;
  }
  .dropdown.wlcm-box:hover .dropdown-menu.notification-cont {
    display: block;
  }

  .swal2-popup .swal2-html-container{ font-size: 16px; line-height: 120%;}
  .swal2-popup .swal2-title{ font-size: 25px; line-height: 150%;}
  .swal2-popup .swal2-styled{ font-size: 1.3em !important;}

  .uploadimg-box{ width: 200px; height: 200px; object-fit: cover; overflow: hidden;}



@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}
@media (min-width:768px) {
    .container{
        max-width: 720px
    }
}
@media (min-width:992px) {
    .container{
        max-width: 960px
    }
}
@media (min-width:1200px){
    .container {
        max-width: 1140px
    }
}
@media (min-width:1400px){
    .container {
        max-width: 1280px
    }
}
.btn-text a{
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    color: #404a5a;
    text-align: center;
    padding: 8px;
    text-transform: capitalize;
    display: inline-block;
}
.v3dp__popout{
    right: 0;
}

.dp__instance_calendar .dp__calendar_header_item {
    text-align: center;
    flex-grow: 1;
    height: 35px;
    padding: 5px;
    width: 35px;
    font-weight: 500;
    font-size: 14px;
    box-sizing: border-box;
}
.dp__instance_calendar .dp__cell_inner {
    height: 30px;
}
.header_count_log{
    margin-right:30px;
}
.header_count_log ul li {
    display: flex;
    align-items: center;
    margin-right: 10px !important;
    font-size: 14px;
    font-weight: 400;
    padding-right: 13px;
    color: #242424dd;
    border-right: 1px solid #bfbfbf;
}
.header_count_log ul li .task-timer{
    min-width: 90px;
    text-align: center;
}
.header_count_log ul li:last-child{
    border:none;
}

.header_count_log ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.header_count_log ul li button{
    font-size: 12px;
    text-transform: capitalize;
    padding: 7px 12px;
    background-color: #54a0ff;
    border-radius: 3px;
    color: #ffffff;
    margin-left: 10px;
    font-weight: 500;
    transition: all .3s ease-in-out;
}

.cancel-btn{
    background: #54a0ff;
    padding: 0 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #fff;
}
.top_select {
    display: flex;
    align-items: center;
}
.top_select label{
    color: #464646;
    font-weight: 400;
    font-size: 13px;
    flex-shrink: 0;
    margin-bottom: 0;
}
.top_select{
    margin-right: 10px;
}
.top_select select {
    border: 1px solid #e7e7e7;
    height: 30px;
    padding: 0 8px;
    font-size: 14px;
    margin-left: 6px;
    width: 198px;
    border-radius: 3px;
}
.head_bar_two .btn-lps button {
    background-color: #54a0ff;
    color: #f7f7f7;
    padding: 5px 10px;
    text-transform: capitalize;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 400;
    display: flex;
    height: 100%;
}
.head-bar.head_bar_two {
    padding: 12px 10px;
}
.field-error{
    
    display: block;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}

/****************** sumit ******************/

.user_border  {
    padding: 10px;
    border: 1px solid #e7e7e7;
}

.user_borders  {
    padding: 10px;
    border: 1px solid #e7e7e7;
    margin: 30px 0;
}

.full-table .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: rotate(-136deg);
}

.full-table .accordion-button::after {
    width: 12px;
    height: 12px;
}

.main_right_width {
    width: 100%;
    height: calc(100% - 79px);
    padding: 10px 30px;
    margin: unset;
}

.vuejs3-datepicker__calendar header{
    display: none !important;
}

.date_picker_div::before  {
    content: unset !important;
}

.date_picker_div  {
    position: relative;
    justify-content: flex-end;
    width: 100 !important;
}

.vuejs3-datepicker__value {
    border: 1px solid #ddd !important;
    display: flex !important;
    min-width: 180px !important;
    padding: 8px 10px !important;
    align-items: center;
}

.date_picker_div .vuejs3-datepicker__calendar {
    right: 0px;
}

.addNewBox .addNewSub label  {
    margin-bottom: 0;
    margin-right: 6px;
}

.dropdown-menu.notification-cont {
    padding: 0;
}

.dropdown-menu.notification-cont .dropdown-header  {
    padding: 0;
}

.dropdown-menu.notification-cont .dropdown-header h6  {
    padding: 0 15px 15px 15px;
    margin: 0;
}

.dropdown-menu.notification-cont button  {
    display: none;
}

#holidaylistdownload.table-section .table-wapper .table-data  {
    width: 100%;
}

#holidaylistdownload.table-section .table-wapper .table-data tbody tr td input {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #54a0ff;
    border: none;
    outline: none;
    border-radius: 3px;
    padding: 6px 20px;
}

.fr-grp .vuejs3-datepicker  {
    width: 100% !important;
}

.no_data_div  {
    text-align: center;
    background: #fff;
    padding: 30px 0;
}

.no_data_div p  {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    margin: 0;
}

.VuePagination {
    width: 100%;
}

.table-data table tbody tr td .btn-lps {
    column-gap: 6px;
}

.table-data table tbody tr td .btn-lps a, .table-data table tbody tr td .btn-lps .edtl {
    margin: 4px 0;
}

.nav-tabs .nav-item .nav-link {
    border: none;
    border-bottom: 1px solid #dee2e6;
}

.details_modal .modal-header .btn-close  {
    background-color: #0000 !important;
}

.new_emp .vuejs3-datepicker__value {
    padding: 5px 8px !important;
}

.new_emp .addNewBox .addNewSub label {
    display: block;
}

.new_emp .vuejs3-datepicker {
    width: 100%;
}

.new_emp .vuejs3-datepicker__calendar header {
    display: block !important;
}

.new_emp header  {
    position: unset !important;
    padding: 0 !important;
}

.flex_nowrap  {
    white-space: nowrap;
}

.top_select label {
    padding-right: 13px;
}

.use-id-frm ul li {
    font-size: 15px;
    font-weight: 500;
}

.use-id-frm ul li .value-id {
    font-weight: 500;
}

.table-section .table-wapper .table-data {
    height: 400px;
    /* background: #fff; */
}

.month-picker-input {
    cursor: pointer;
}

/* .table-section .table-wapper .table-data table tbody tr td {
    white-space: nowrap;
} */

.wfhDetailsModal .bdy-sect .item-cr .list-sr {
    border-bottom: 1px dashed #e7e7e7;
    padding-bottom: 10px;
    font-weight: 600;
    text-align: left;
}

.wfhDetailsModal .bdy-sect .item-cr-inline {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}

.wfhDetailsModal .bdy-sect .item-cr-inline p {
    font-size: 13px;
    font-weight: 600;
}

.wfhDetailsModal .bdy-sect .item-cr-inline button {
    padding: 11px 15px;
    font-weight: 600;
}

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

.leave_carry_count label  {
    line-height: 21px !important;
  }

.leave_carry_count span  {
    border: 1px solid #cccccc;
    padding: 4px;
    width: 41px;
    font-size: 14px;
    color: #282828;
    font-weight: 500;
    border-radius: 4px;
    background-color: #ffffff;
    margin-left: 10px;
    text-align: center;
}

.table-section .table-wapper .table-data table thead tr th:last-child,
.table-section .table-wapper .table-data table tbody tr td:last-child  {
    position: sticky;
    max-width: 350px;
    right: 0px;
}

.table-section .table-wapper .table-data table thead tr th:last-child  {
    z-index: 1;
}

.table-section .table-wapper .table-data table thead tr th  {
    max-width: 150px;
}
.table-section .table-wapper .table-data table tbody tr td  {
    position: static;
    right: 0px;
    background: #fff;
    position: relative;
}

.table-section .table-wapper .table-data table tbody tr td:last-child::after  {
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    border-left: 1px solid #e0e1e380;
    position: absolute;
}

.table-section .table-wapper .table-data table thead tr th:last-child::after  {
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    border-left: 1px solid #fff;
    position: absolute;
}

.table-section .table-wapper .table-data table {
    border: none;
}

.head-bar {
    flex-wrap: wrap;
    row-gap: 10px;
}

.table-section .table-wapper .table-data  {
    height: unset;
}

header {
    position: relative;
    z-index: 2;
}

.main-left {
    z-index: 1;
}

.main-right {
    padding: 0px 26px 0;
    height: calc(100vh - 60px);
    margin-top: 0px;
    width: calc(100% - 220px);
}

.main-right::-webkit-scrollbar{height: 10px; width: 10px;}
.main-right::-webkit-scrollbar-track {background: #f1f1f1; border-radius: 10px; }
.main-right::-webkit-scrollbar-thumb {background: #888; border-radius: 10px; }
.main-right::-webkit-scrollbar-thumb:hover {background: #555; border-radius: 10px; }
.main-right::-webkit-scrollbar-thumb:horizontal{background: #888;border-radius: 10px;}

.table-section .table-wapper .table-data::-webkit-scrollbar{height: 6px; width: 6px;}
.table-section .table-wapper .table-data::-webkit-scrollbar-track {background: #f1f1f1; border-radius: 10px; }
.table-section .table-wapper .table-data::-webkit-scrollbar-thumb {background: #888; border-radius: 10px; }
.table-section .table-wapper .table-data::-webkit-scrollbar-thumb:hover {background: #555; border-radius: 10px; }
.table-section .table-wapper .table-data::-webkit-scrollbar-thumb:horizontal{background: #888;border-radius: 10px;}

.main_bottom_box  {
    display: flex;
}

.main-left {
    overflow-y: auto;
    overflow-x: hidden;
    flex-shrink: unset;
    flex-grow: unset;
    flex-basis: unset;
    width: 220px;
    padding: 14px 0px 14px 0px;
    z-index: 0;
    background-color: #ffffff;
    max-height: 100%;
    height: calc(100vh - 60px);
    position: relative;
    top: unset;
    bottom: unset;
}

.main-left::-webkit-scrollbar{height: 4px; width: 4px;}
.main-left::-webkit-scrollbar-track {background: #f1f1f1; border-radius: 10px; }
.main-left::-webkit-scrollbar-thumb {background: #888; border-radius: 10px; }
.main-left::-webkit-scrollbar-thumb:hover {background: #555; border-radius: 10px; }
.main-left::-webkit-scrollbar-thumb:horizontal{background: #888;border-radius: 10px;}

.main-left .title-nav  {
    padding-left: 14px;
}

.main-left .nav_row_list ul li a {
    padding: 7px 14px;
}

.main-left .nav_row_list .side-dropdown .toggle-li {
    padding-left: 15px;
}

.month-picker__year {
    padding: 1.2rem !important;
}

.main_dashboard_datepicker {
    padding-top: 20px;
}

.w-bg.admin-log-box {
    width: 200px;
}

.month_picker_boxes .month-picker-input  {
    font-size: 14px !important;
}

.month_picker_boxes label  {
    font-size: 16px !important;
}

.month-picker__month {
    font-size: 1.6rem;
}

.month-picker__year p {
    font-size: 1.6rem;
    padding: 6px 10px;
}

.approved_status { white-space: nowrap;}
.leave_tatus_w { white-space: nowrap; line-height: 25px !important;}
.td-width-control{white-space: nowrap;}
.btn-text{ text-align: center;}


