:root {
    --hue: 223;
    --bg: hsl(var(--hue), 90%, 90%);
    --fg: hsl(var(--hue), 90%, 10%);
    --trans-dur: 0.3s;
    /* font-size: calc(16px + (24 - 16) * (100vw - 320px) / (2560 - 320)); */
}

.layout-menu-collapsed .img-logo {
    width: 75%;
    margin: unset;
}

.layout-menu-hover .img-logo {
    margin: 0 auto;
}

.user-profile-header-banner img {
    height: 230px;
}

.card-bg {
    background: url(../img/backgrounds/22.png) center center / cover no-repeat;
    height: 136px;
}

.reporting-authority .card-body {
    margin-top: -60px;
}

.daily-log.timeline .timeline-item {
    padding-left: 16px;
}

.employe-timeline .card-body::-webkit-scrollbar-track {
    background-color: #efefef;
}

.employe-timeline .card-body::-webkit-scrollbar {
    width: 10px;
    background-color: #efefef;
}

.employe-timeline .card-body::-webkit-scrollbar-thumb {
    background-color: #d34b4c;
}

.BGgradient {
    background: linear-gradient(72.47deg, rgba(234, 84, 85) 22.16%, rgba(234, 84, 85, 0.7) 76.47%);
    color: #fff !important;
}

.scroll-bottom {
    overflow-y: auto;
}

.scroll-bottom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scroll-bottom::-webkit-scrollbar {
    width: 12px;
    height: 5px;
    background-color: #dbdade;
    padding-top: 40px;
}

.scroll-bottom::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #dbdade;
    background-color: #555;
}

.welcome-image img {
    bottom: 0;
    right: 0;
}

.emp-news {
    height: 576px;
    overflow-y: auto;
    margin-right: 10px;
}

.scroll-right::-webkit-scrollbar {
    width: 6px;
    height: 5px;
    background-color: #dbdade;
    padding-top: 40px;
}

.scroll-right::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #dbdade;
    background-color: #555;
}

.profile-tabs .nav-link {
    font-size: 14px;
}

.salary-table> :not(caption)>*>* {
    padding: 1.15rem 1.25rem !important;
}

.dataTable tbody tr:nth-child(odd) {
    background-color: rgba(75, 70, 92, 0.05) !important;
}

.dataTable> :not(caption)>*>* {
    border-bottom-width: 0px !important;
}

.dataTable tbody p {
    margin-bottom: 0px;
}

table.attendance-table {
    width: 100%;
}

table.attendance-table thead th {
    color: #212529 !important;
    font-weight: bolder !important;
    font-size: 16px;
    text-align: center;
    padding: 12px 0px;
}

table.attendance-table tbody td {
    padding: 12px 0px;
    text-align: center;
    vertical-align: middle;
    border: none !Important;
    color: #626262;
    font-size: 14px;
}

table.attendance-table tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}

table.attendance-table tbody tr {
    transition: all .25s ease;
    border: none;
}

table.attendance-table tbody td span.badge.custom-badge {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    width: auto !important;
    border-radius: 20px!important;
    font-size: 12px;
    padding: 0.55rem 1.2rem;
}

table.attendance-table tbody td span.badge.custom-badge.green {
    background-color: #46c35f;
    color: #fff;
    border: 1px solid #46c35f;
}

table.attendance-table tbody td a.badge.custom-badge.red {
    background-color: #e30b5c;
    color: #fff;
    border: 1px solid #e30b5c;
}

table.attendance-table tbody tr.Sat,
table.attendance-table tbody tr.Sun {
    background-color: #d6d8d9fa !important;
    border-bottom: 1px solid #00000017;
}

ul.statistics-boxes {
    padding: 20px 0px 40px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.statistics-boxes li {
    list-style-type: none;
    border-radius: 3px !important;
    background: #f9f9f9;
    display: inline-block;
    text-align: center;
    padding: 25px 30px !important;
    margin: 0px 12px;
    width: 14%;
}

ul.statistics-boxes li b {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}

ul.statistics-boxes li label {
    color: #6c757d !important;
    font-size: 14px;
}

div.image-holder {
    border: 1px solid #dbdade;
    border-radius: 0.375rem;
    padding: 15px 15px;
    margin-top: 15px;
}

div.image-holder .previewImage {
    vertical-align: top;
    width: 16.5%;
    position: relative;
    height: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 12px;
    margin: 0px -0.5px -1.5px;
}

div.image-holder .previewImage img {
    width: 100%;
    max-height: 100%;
}

div.image-holder .previewImage i.previewImage_images_remove {
    position: absolute;
    top: 10px;
    right: 10px;
    color: red;
    font-weight: bold;
    font-size: 14px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

div.image-holder:has(.previewImage) {
    display: block !important;
}

div.image-holder .previewImage {
    border: 1px solid rgb(219 218 222 / 50%);
}

div.video-holder {
    border: 1px solid #dbdade;
    border-radius: 0.375rem;
    padding: 15px 15px;
    margin-top: 15px;
    text-align: center;
}

div.video-holder video {
    max-width: 100%;
    max-height: 200px;
}

.row.upload__inputfile_div .input_file_inner {
    position: relative;
}

.row.upload__inputfile_div .input_file_inner label {
    display: block;
    width: 87%;
    padding: 0.422rem 0.875rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6f6b7d;
    background-color: #fff;
    background-clip: padding-box;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: absolute;
    top: 1px;
    right: 10px;
    z-index: 9;
}

.row.upload__inputfile_div .input_file_inner input#fileUpload {
    background: transparent;
    color: transparent;
    z-index: 99;
    position: relative;
}

div.video-holder div {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

div.video-holder div .previewImage_video_remove {
    position: absolute;
    top: 0px;
    right: 0px;
    background: red;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

button[type="submit"] .loading_icons {
    height: 0;
    width: 0;
    padding: 12px;
    border: 3px solid #fff;
    border-right-color: #000;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    /* left, top and position just for the demo! */
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
}

button[type="submit"].load .loading_icons {
    display: block;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

form.submitBtnWithFileUpload button[type="submit"].load {
    color: transparent !important;
}

form.submitBtnWithFileUpload button[type="submit"].load label.loading_icons {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

div.modal div.vehicle_detail_box {}

div.modal div.vehicle_detail_box video {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}

div.modal div.vehicle_detail_box h2 {
    line-height: 1.37;
    color: #5d596c;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}

div.modal div.vehicle_detail_box table th,
div.modal div.vehicle_detail_box table td {
    border: 1px solid rgb(234 234 234 / 80%);
    padding: 6px 14px;
}

div.modal div.vehicle_detail_box table {
    width: 100%;
}

div.modal div.vehicle_detail_box table th {
    font-size: 14px;
    font-weight: 600;
}

div.modal div.vehicle_detail_box table td {
    font-size: 14px;
    font-weight: 400;
}

div.modal div.vehicle_detail_box table+h2 {
    margin-top: 30px;
}

div.modal div.vehicle_detail_box ul.slick-dots {
    padding: 0px;
    margin: 22px 0px 0px;
    text-align: center;
}

div.modal div.vehicle_detail_box ul.slick-dots li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}

div.modal div.vehicle_detail_box ul.slick-dots li button {
    border: unset;
    color: transparent;
    background: #eaeaea;
    border-radius: 100px;
    padding: 0px;
    width: 8px;
    height: 8px;
    margin: 0px 4px;
}

div.modal div.vehicle_detail_box ul.slick-dots li.slick-active button {
    background: linear-gradient(72.47deg, #7367f0 22.16%, rgba(115, 103, 240, 0.7) 76.47%);
}

div.modal div.vehicle_detail_box .slider-nav-vehicle-preview {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

div.modal div.vehicle_detail_box .slider-nav-vehicle-preview button.slick-prev,
div.modal div.vehicle_detail_box .slider-nav-vehicle-preview button.slick-next {
    position: absolute;
    top: 35%;
    left: 8px;
    z-index: 9;
    border: unset;
    color: transparent;
    padding: 0px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #fff;
}

div.modal div.vehicle_detail_box .slider-nav-vehicle-preview button.slick-next {
    left: unset;
    right: 8px;
}

div.modal div.vehicle_detail_box .slider-nav-vehicle-preview button.slick-prev:before {
    content: '\f053';
    opacity: .75;
    color: #3b3483;
    -webkit-font-smoothing: antialiased;
    font: normal normal normal 14px/1 FontAwesome;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0px;
    top: 0px;
}

div.modal div.vehicle_detail_box .slider-nav-vehicle-preview button.slick-next:before {
    content: '\f054';
    opacity: .75;
    color: #3b3483;
    -webkit-font-smoothing: antialiased;
    font: normal normal normal 14px/1 FontAwesome;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 1px;
}

div.modal div.vehicle_detail_box .slider-nav-vehicle-preview .slick-slide img {
    width: 100%;
    max-height: 150px;
    height: 100%;
    object-fit: cover;
    padding: 0px 4px;
}

div.modal div.vehicle_detail_box .slider-for-vehicle-preview {}

div.modal div.vehicle_detail_box .slider-for-vehicle-preview .slick-slide img {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    background: rgb(202 202 202 / 20%);
    height: 100%;
}

.welcome-image img {
    bottom: 0;
    right: 0;
}

.profile-tabs .nav-link {
    font-size: 14px;
}


/*Salary Detail User image*/

.user-profile-img {
    width: 100px;
}


/*View Button*/

.btn-view {
    color: #4b4b4b !important;
    background: #e2e2e2 !important;
}


/*Vehicle edit content*/

.icon-close-vehicle {
    position: absolute;
    top: 10px;
    right: 10px;
    color: red;
    font-weight: bold;
    font-size: 14px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


/*Vehicle edit content*/


/*Dashboard Modal Scroll*/

.modal-scroll {
    height: 500px;
    overflow-y: auto;
}


/*Employee dashboard team scroll*/

.emp-team-scroll {
    height: 296px;
    overflow-y: auto;
    margin-right: 10px;
}


/*Employee reporting authority background*/

.bg-height {
    height: 134px !important;
}


/*Sidebar Logo Styling*/

.img-logo {
    width: 80%;
    z-index: 3;
    margin: 0 auto;
}


/*Truncate text to 2 lines*/

.truncate-two-lines {
    max-width: 520px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: nowrap;
}

.select2-container {
    width: auto !important;
    display: block;
}


/*Insurance Add New Modal start*/

.close-btn-wrapper {
    top: 6px !important;
}

.btn-relation-close {
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.icon-close {
    font-size: 10px !important;
}


/*Insurance Add New Modal close*/


/* Avatar Image Object Fit Styling start*/

.img-avatar {
    object-fit: cover;
}


/* Avatar Image Object Fit Styling end*/


/*Custom width for table column start*/

.w-20 {
    width: 20%;
}


/*Custom width for table column end*/


/*View Team button styling start*/

.btn-view-team {
    color: #fff !important;
    background-color: #e30b5c !important;
    border-color: #e30b5c !important;
}


/*View Team button styling end*/

#loading-gif {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    display: flex;
    /* background: url(../img/loader.gif) center no-repeat #fff;
    background-size: 25%, 100%; */
}

/* #loading-gif svg {
    display: none;
} */

.scroll-top {
    right: 20px;
    bottom: 11px;
    display: inline-block;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    border: none;
}

.show {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.template-customizer-open-btn {
    display: none !important;
}

.admin-welcome {
    height: 242px !important;
}

.manager-team-scroll {
    height: 238px;
    overflow-y: auto;
    margin-right: 10px;
    margin-bottom: 10px;
}

.manager-team-discrepancy {
    height: 410px;
    overflow-y: auto;
    margin-right: 10px;
}

.manager-attendance {
    height: 473px;
    overflow-y: auto;
    margin-right: 10px;
}

.attendance-action button {
    font-size: 12px;
}

.manager-summary {
    height: 383px;
}

.emp-attendance {
    height: 387px;
    overflow-y: auto;
    margin-right: 10px;
}

.admin-summary {
    max-height: 383px;
    min-height: 383px;
}

.time {
    background: linear-gradient(126deg, rgba(90,28,217,1) 0%, rgba(180,29,246,1));
    color: #fff;
    box-shadow: 0px 2px 6px 0px rgb(90 28 217 / 68%);
    padding: 3px;
    text-align: center;
    width: 130px;
    border-radius: 3px;
}

.hms {
    font-size: 12pt;
    font-weight: 20;
}

.ampm {
    font-size: 7pt;
}

.date {
    font-size: 6pt;
}


/*ADMIN NEWS DASHBOARD*/

.admin-news {
    height: 752px;
    overflow-y: auto;
    margin-right: 10px;
}


/*ADMIN NEWS DASHBOARD*/


/*ADMIN DISCREPANCY DASHBOARD*/

.admin-discrepancy-team-scroll {
    height: 382px;
    overflow-y: auto;
    margin-right: 10px;
}


/*ADMIN DISCREPANCY DASHBOARD*/


/*ADMIN SUMMARY GRAPH*/

.summary-graph {
    min-height: 476px;
}


/*ADMIN SUMMARY GRAPH*/


/*ADMIN TEAM SCROLL*/

.admin-team-scroll {
    height: 238px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.emp_post {
    font-size: 11px;
}


/*ADMIN TEAM SCROLL*/


/*MANAGER WELCOME*/

.manager-welcome {
    height: 242px !important;
}


/*MANAGER NEWS*/

.manager-news {
    height: 998px;
    overflow-y: auto;
    margin-right: 10px;
}


/*MANAGER NEWS*/


/*MANAGER TEAM DESCRIPANCY LEAVES SCROLL*/

.manager-team-discrepancy-scroll {
    height: 288px;
    overflow-y: auto;
    margin-right: 10px;
}


/*MANAGER TEAM DESCRIPANCY LEAVES SCROLL*/


/*MANAGER ATTENDANCE*/

.manager-attendance-scroll {
    height: 350px;
    overflow-y: auto;
    margin-right: 10px;
}


/*MANAGER ATTENDANCE*/


/*MANAGER TEAM GRAPH*/

.manager-team-graph {
    min-height: 476px;
}

.manager-summary-list button {
    font-size: 12px;
}


/*MANAGER TEAM GRAPH*/


/*EMPLOYEE NEWS*/

.employee-news {
    height: 576px;
    overflow-y: auto;
    margin-right: 10px;
}


/*EMPLOYEE NEWS*/

.emp-attendance-scroll {
    height: 472px;
    overflow-y: auto;
}

.reporting-authority {
    height: 354px;
}

.dark-style table.attendance-table thead th {
    color: #fff !important;
}

.dark-style table.attendance-table tbody tr:nth-of-type(odd) {
    background-color: #484e6d !important;
}

.dark-style table.attendance-table tbody td {
    color: #b6bee3 !important;
}

.dark-style table.attendance-table tbody tr.Sat,
.dark-style table.attendance-table tbody tr.Sun {
    background-color: #24283d !important;
    border-bottom: 1px solid #00000017;
}

.container-xxl,
.container {
    max-width: 100% !important;
}

.object-fit-cover {
    object-fit: cover;
}

.pl {
    display: block;
    margin: auto;
    width: 13em;
    height: auto;
}

.pl line {
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.pl__line1,
.pl__line9 {
    animation-name: line1;
}

.pl__line2,
.pl__line8 {
    animation-name: line2;
}

.pl__line3,
.pl__line7 {
    animation-name: line3;
}

.pl__line4,
.pl__line6 {
    animation-name: line4;
}

.pl__line5 {
    animation-name: line5;
}


/* Dark theme */

@media (prefers-color-scheme: dark) {
     :root {
        --bg: hsl(var(--hue), 90%, 10%);
        --fg: hsl(var(--hue), 90%, 90%);
    }
}


/* Animations */

@keyframes line1 {
    from,
    8% {
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
    18% {
        stroke-dashoffset: 16;
        transform: translate(0, 8px);
    }
    28% {
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
    38% {
        stroke-dashoffset: 0;
        transform: translate(0, 0);
    }
    48% {
        opacity: 1;
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
    53% {
        opacity: 0;
        stroke-dashoffset: 31.99;
        transform: translate(8px, 16px);
    }
    56% {
        animation-timing-function: steps(1, start);
        opacity: 0;
        stroke-dashoffset: 32;
        transform: translate(0, 16px);
    }
    60% {
        animation-timing-function: ease-out;
        opacity: 1;
        stroke-dashoffset: 32;
        transform: translate(0, 16px);
    }
    70% {
        animation-timing-function: ease-in-out;
        stroke-dashoffset: 0;
        transform: translate(0, 0);
    }
    80% {
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
    90% {
        stroke-dashoffset: 16;
        transform: translate(0, 8px);
    }
    to {
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
}

@keyframes line2 {
    from,
    6% {
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
    16% {
        stroke-dashoffset: 16;
        transform: translate(0, 8px);
    }
    26% {
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
    36% {
        stroke-dashoffset: 0;
        transform: translate(0, 0);
    }
    46% {
        opacity: 1;
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
    51% {
        opacity: 0;
        stroke-dashoffset: 31.99;
        transform: translate(8px, 16px);
    }
    54% {
        animation-timing-function: steps(1, start);
        opacity: 0;
        stroke-dashoffset: 32;
        transform: translate(0, 16px);
    }
    58% {
        animation-timing-function: ease-out;
        opacity: 1;
        stroke-dashoffset: 32;
        transform: translate(0, 16px);
    }
    68% {
        animation-timing-function: ease-in-out;
        stroke-dashoffset: 0;
        transform: translate(0, 0);
    }
    78% {
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
    88% {
        stroke-dashoffset: 16;
        transform: translate(0, 8px);
    }
    98%,
    to {
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
}

@keyframes line3 {
    from,
    4% {
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
    14% {
        stroke-dashoffset: 16;
        transform: translate(0, 8px);
    }
    24% {
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
    34% {
        stroke-dashoffset: 0;
        transform: translate(0, 0);
    }
    44% {
        opacity: 1;
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
    49% {
        opacity: 0;
        stroke-dashoffset: 31.99;
        transform: translate(8px, 16px);
    }
    52% {
        animation-timing-function: steps(1, start);
        opacity: 0;
        stroke-dashoffset: 32;
        transform: translate(0, 16px);
    }
    56% {
        animation-timing-function: ease-out;
        opacity: 1;
        stroke-dashoffset: 32;
        transform: translate(0, 16px);
    }
    66% {
        animation-timing-function: ease-in-out;
        stroke-dashoffset: 0;
        transform: translate(0, 0);
    }
    76% {
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
    86% {
        stroke-dashoffset: 16;
        transform: translate(0, 8px);
    }
    96%,
    to {
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
}

@keyframes line4 {
    from,
    2% {
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
    12% {
        stroke-dashoffset: 16;
        transform: translate(0, 8px);
    }
    22% {
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
    32% {
        stroke-dashoffset: 0;
        transform: translate(0, 0);
    }
    42% {
        opacity: 1;
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
    47% {
        opacity: 0;
        stroke-dashoffset: 31.99;
        transform: translate(8px, 16px);
    }
    50% {
        animation-timing-function: steps(1, start);
        opacity: 0;
        stroke-dashoffset: 32;
        transform: translate(0, 16px);
    }
    54% {
        animation-timing-function: ease-out;
        opacity: 1;
        stroke-dashoffset: 32;
        transform: translate(0, 16px);
    }
    64% {
        animation-timing-function: ease-in-out;
        stroke-dashoffset: 0;
        transform: translate(0, 0);
    }
    74% {
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
    84% {
        stroke-dashoffset: 16;
        transform: translate(0, 8px);
    }
    94%,
    to {
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
}

@keyframes line5 {
    from {
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
    10% {
        stroke-dashoffset: 16;
        transform: translate(0, 8px);
    }
    20% {
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
    30% {
        stroke-dashoffset: 0;
        transform: translate(0, 0);
    }
    40% {
        stroke-dashoffset: -16;
        transform: translate(0, 15px);
    }
    50% {
        stroke-dashoffset: -31;
        transform: translate(0, -48px);
    }
    58% {
        stroke-dashoffset: -31;
        transform: translate(0, 8px);
    }
    65% {
        stroke-dashoffset: -31.99;
        transform: translate(0, -24px);
    }
    71.99% {
        animation-timing-function: steps(1);
        stroke-dashoffset: -31.99;
        transform: translate(0, -16px);
    }
    72% {
        animation-timing-function: ease-in-out;
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
    82% {
        stroke-dashoffset: 16;
        transform: translate(0, 8px);
    }
    92%,
    to {
        stroke-dashoffset: 31.99;
        transform: translate(0, 16px);
    }
}


/* CNIC Image Size */

.img-cnic {
    max-height: 12vw;
    min-height: 12vw;
    object-fit: contain;
    max-width: 100%;
}


/* calendar */
.light-style .dashboard-calander .flatpickr-calendar,
.light-style .flatpickr-days,
.dark-style .flatpickr-calendar,
.dark-style .flatpickr-days {
    width: 100% !important;
    /* box-shadow: 0 0.25rem 1.25rem rgba(15, 20, 34, 0.4); */
    /* box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1); */
}

.dashboard-calander .dayContainer {
    max-width: initial;
    width: 100%;
}

.dashboard-calander .flatpickr-innerContainer {
    display: block;
}

.dashboard-calander .flatpickr-rContainer {
    width: 100%;
}

.dashboard-calander .flatpickr-day {
    /* width: 100%; */
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.65rem;
}

.emp-dashboar-calander .flatpickr-day {
    height: 3.45rem;
}

.dashboard-calander .flatpickr-day.today {
    border-color: #5a1cd9;
    background: #5a1cd9;
    color: #fff;
    font-weight: bold;
}

.dashboard-calander .flatpickr-day.today:hover {
    border-color: #5a1cd9;
    background: #fff !important;
    color: #5a1cd9;
}

/* calendar */

.promotion-table th {
    white-space: nowrap;
}

div#feedback-modal p {
    margin: 0;
}

.cke_notification_warning {
    display: none !important;
}

span.new{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #5a1cd9;
    animation: blink 1s linear infinite;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
}

@keyframes blink {
    0%, 100% {opacity: 0;}
    50% {opacity: 1;}
}

/* promotion model css */
.promotion-shadow {
    box-shadow: 0px 4px 50px 5px rgba(94, 94, 94, 0.72);
    -webkit-box-shadow: 0px 4px 50px 5px rgba(94, 94, 94, 0.72);
}

.promotion-bg {
    background: url('../img/promotion-stars.png'),linear-gradient(126deg, rgba(90, 28, 217, 1) 0%, rgba(180, 29, 246, 1) 100%) !important;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 22vh;
    border-top-left-radius: 25px;
    background-size: 140% !important;
    background-repeat: no-repeat !important;
    background-position: 100% 10% !important;
    border-radius: 25px 25px 0 0;
}

.hand-round-main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hand-wrapper {
    border: 3px solid #fff;
    width: fit-content;
    padding: 10px;
    border-radius: 50%;
    margin-top: -95px;
    position: relative;
}

.hand-svg svg g{
    fill: #5a1cd9 !important;
}

.hand-svg {
    background-color: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    width: 120px;
}

.star-img {
    width: 100%;
    object-fit: cover !important;
}

.promotion-heading {
    color: #5a1cd9 !important;
}
/* promotion model css */