:root {
    --wizard-stepper--active: rgba(101,113,255,.2);
    --wizard-stepper--active-font: #0d6efd ;
    --wizard-circle-border-color: #0d6efd!important;
    --wizard-line-color: #dee2e6;
    --wizard-circle-color: #dee2e6;
    --wizard-stepper--disabled: #dee2e6;
    --wizard-stepper--disabled-font: #dee2e6;
    --primary-color: #0d6efd!important;
    --wizard-stepper--btn-bg: rgba(101,113,255,.2);
    --wizard-stepper--btn-color: #6571ff;
    --wizard-stepper--btn-border-color: transparent;
}

html, body, #app {
    height: 100%;
}

.ripple-primary .p-ink {
    background: rgb(33 150 243 / 30%);
}

.ripple-danger .p-ink {
    background: rgb(211 47 47 / 30%);
}

.ripple-warning .p-ink {
    background: rgb(255 193 7 / 30%);
}

.ripple-success .p-ink {
    background: rgb(16 183 89 / 30%);
}

.font-style-normal {
    font-style: normal;
}

.p-input-icon-left .p-input-icon-right > .p-inputtext {
    padding-left: 2rem;
}

.w-stepper {
    --circle-size: clamp(0.5rem, 1vw, 1.25rem)!important;
}

.step-view {
    background: transparent!important;
}

/* .step-view .col-12 {
    padding-top: 0!important;
    padding-bottom: 0!important;
} */

.w_stepper__item_content::before {
    border: 2px solid transparent;
}

.w-stepper__item.active .w_stepper__item_content::before, .w-stepper__item.completed .w_stepper__item_content::before {
    border-color: var(--wizard-circle-border-color);
}

.w-stepper__item.active:not(:first-child)::before, .w-stepper__item.completed:not(:first-child)::before {
    /* background-color: var(--wizard-circle-border-color)!important; */
    background-color: #dee2e6 !important;
}

.w-stepper__item.active .w_stepper__item_content::before {
    background-color: var(--wizard-circle-border-color)!important;
}

.w-stepper__item.active, .w-stepper__item.completed {
    color: var(--wizard-stepper--active-font)!important;
}

.w-stepper__item:not(:first-child)::before {
    z-index: 0!important;
}

.form-control:disabled {
    opacity: 1!important;
}

/* .constituent-modal.p-dialog {
    -webkit-transition: none;
    transition: none;
    transform: none;
    width: 70vw !important;
    height: auto !important;
    top: 0px !important;
    left: 0px !important;
    max-height: 100%;
    height: 100%;
} */

.p-dialog .p-dialog-header {
    padding: 1rem!important;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    border-radius: 0!important;
}

.p-dialog .p-dialog-footer {
    padding: 0 2rem 1.5rem 2rem!important;
}

.p-dialog .p-dialog-footer button {
    min-width: 100px;
}

.p-dialog .p-dialog-footer button:last-child, .p-button .p-button-icon-left:not(.pi) {
    margin-right: 0;
}

.p-dialog .p-dialog-header h3 {
    margin-bottom: 0;
    color: #0036af;
    font-weight: bold;
}

.constituent-modal .p-dialog-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.constituent-modal .p-dialog-content .step-view {
    flex: 1;
}

.p-float-label.p-input-icon-left, .p-float-label.p-input-icon-right,
.p-float-label .p-input-icon-left, .p-float-label .p-input-icon-right {
    display: block;
}

.p-float-label.p-input-icon-right .p-calendar,
.p-float-label .p-inputnumber {
    display: flex;
}

.p-float-label .p-input-icon-left .p-inputtext, .p-float-label .p-input-icon-right .p-inputtext {
    width: 100%;
}

.p-float-label input:focus ~ label, .p-float-label input.p-filled ~ label, .p-float-label textarea:focus ~ label, .p-float-label textarea.p-filled ~ label, .p-float-label .p-inputwrapper-focus ~ label, .p-float-label .p-inputwrapper-filled ~ label {
    top: 2px!important;
    background: #fff;
    padding: 1px 5px;
    border-radius: 3px;
    color: #2196F3;
}

.p-dialog .p-dialog-content {
    padding: 1rem 2rem 1.5rem!important;
}

.p-dialog .p-dialog-content .field:first-child {
    margin-top: 0.25rem;
}

.vr-wizard--footer {
    margin-top: 20px;
}

.p-datatable .p-datatable-thead > tr > th,
.p-datatable .p-datatable-tbody > tr > td {
    padding: 8px 10px;
}

.p-button+.p-button {
    margin-left: 0.5rem;
}

.d-grid .p-button+.p-button {
    margin-left: unset;
}

.profile-menu.p-overlaypanel .p-overlaypanel-content {
    padding: 0!important;
}

.profile-menu .btn {
    padding: 0.5rem 0.75rem;
    /* font-size: 0.725rem; */
}

.profile-menu .dropdown-header {
    color: #94a3b8;
}

.profile-menu .p-button-label {
    text-align: left;
}

.profile-menu .btn-default {
    border: 0 !important;
}

.p-datatable .p-datatable-thead > tr > th,
.p-datatable .p-datatable-tbody > tr > td {
    padding: 8px 10px!important;
    white-space: nowrap;
    line-height: 1.5;
}

.p-toast {
    width: 20rem!important;
    font-size: 0.85rem!important;
}

.p-toast-top-right {
    top: 65px!important;
    right: 10px!important;
}

.vr-wizard--btn {
    background: var(--wizard-stepper--btn-bg);
    color: var(--wizard-stepper--btn-color) !important;
    border: 1px solid var(--wizard-stepper--btn-border-color) !important;
    cursor: pointer !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    padding: 0.5rem 1rem !important;
    margin: 0 0.5rem !important;
}

.vr-wizard--btn:disabled {
    background: var(--wizard-stepper--active)!important;
    color: var(--wizard-stepper--active-font)!important;
    opacity: 0.5 !important;
    cursor: no-drop!important;
}

.p-error, .p-float-label > .p-invalid + label {
    color: #f44336!important;
}

.p-error {
    line-height: 1.2;
    display: inline-block;
}

.swal2-container {
    z-index: 1102!important;
}

.cursor {
    display: none;
}

.cursor.clicked {
    background-image: url('../images/click.png');
}

.cursor.clicked:not(.print) {
    opacity: 0;
}

.sidebar, .sidebar .sidebar-header {
    width: 265px;
}

.main-wrapper .page-wrapper {
    margin-left: 265px;
}

.sidebar .sidebar-body .nav .nav-item.nav-category {
    font-size: 13px;
    height: 17px;
}

.sidebar .sidebar-body .nav .nav-item .nav-link {
    height: 35px;
}

.sidebar .sidebar-body .nav .nav-item .nav-link .link-icon {
    width: 16px;
    height: 16px;
    font-size: 1.175rem;
}

.sidebar .sidebar-body .nav .nav-item .nav-link .link-title {
    margin-left: 35px;
    font-size: 16px;
}

.sidebar .sidebar-body .nav .nav-item:hover .nav-link .link-title {
    margin-left: 37px;
}

.p-confirm-dialog .p-dialog-footer .btn-default {
    background-color: transparent;
    /* color: #2196F3!important; */
    border: 1px solid #e9ecef!important;
    /* font-size: 1rem!important; */
}

.p-confirm-dialog .p-dialog-footer .btn-default:enabled:hover {
    background: rgb(33 150 243 / 4%)!important;
    box-shadow: none;
}

.p-confirm-dialog .p-dialog-footer .btn-default:enabled:focus {
    box-shadow: none;
}

.sidebar-folded .page-wrapper {
    margin-left: 70px;
}

.table-image {
    max-width: 100px;
    max-height: 45px;
    display: block;
    margin: auto;
}

.leaflet-control-attribution.leaflet-control {
    display: none !important;
}

.p-disabled.p-dropdown {
    background: #e0e6ed!important;
    cursor: not-allowed !important;
}

.p-error:not(.pi) {
    line-height: 1!important;
}

.p-error:empty:not(.pi) {
    display: none;
}

.p-inputtext:enabled:focus {
    box-shadow: none;
}

.wd-200 {
    width: 200px!important;
}

.theme-calendar.p-datepicker {
    padding: 0!important;
    width: 307.875px!important;
    min-width: 307.875px!important;
    max-width: 307.875px!important;
}

.theme-calendar.p-datepicker .p-datepicker-header {
    padding: 0 1rem!important;
    padding-top: 0.5rem!important;
    border-bottom: 0!important;
}

.theme-calendar.p-datepicker table {
    font-size: 14px!important;
    margin: 0 10px 10px!important;
    width: calc(100% - 20px)!important;
}

.theme-calendar.p-datepicker .p-yearpicker, .theme-calendar.p-datepicker .p-monthpicker {
    margin: 0 10px 10px!important;
}

.theme-calendar.p-datepicker table th, .theme-calendar.p-datepicker table td {
    padding: 0!important;
}

.theme-calendar.p-datepicker table th > span {
    width: auto!important;
    height: auto!important;
}

.theme-calendar.p-datepicker table td > span {
    width: 39px!important;
    max-width: 39px!important;
    height: 39px!important;
    line-height: 39px!important;
    margin: 0!important;
}

.theme-calendar.p-datepicker table th {
    text-align: center;
    color: rgba(0,0,0,0.54);
    font-weight: 600;
}

.theme-calendar.p-datepicker table td.p-datepicker-today > span.p-highlight, .theme-calendar.p-datepicker table td > span.p-highlight {
    background: #0d6efd!important;
    border-color: #0d6efd!important;
    color: #fff!important;
}

.p-datepicker table td.p-datepicker-today > span {
    border-color: #959ea9!important;
    background: transparent!important;
}

.p-datepicker table td > span:focus, .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus, .p-dropdown:not(.p-disabled).p-focus {
    box-shadow: none!important;
}

.theme-calendar.p-datepicker .p-datepicker-header .p-datepicker-title {
    display: flex;
    justify-content: center;
    width: 207px;
}

.theme-calendar.p-datepicker .p-datepicker-header .p-datepicker-title button {
    font-size: 110%!important;
    font-weight: 300!important;
    text-align: center;
}

.theme-calendar.p-datepicker .p-datepicker-header .p-datepicker-title button:first-child {
    min-width: 115px;
}

.theme-calendar.p-datepicker .p-datepicker-header .p-datepicker-title button:last-child {
    width: 6ch!important;
    font-size: 105%!important;
    font-weight: 400!important;
}

.theme-calendar.p-datepicker .p-datepicker-header .p-datepicker-title button:focus, .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
    box-shadow: none!important;
}

.user-session-dropdown {
    min-width: 232px;
}

.user-avatar {
    letter-spacing: 1px;
    font-size: 14px;
}

.user-session-dropdown .user-avatar {
    font-size: 36px;
}

button {
    user-select: none;
}

.p-datatable .p-datatable-loading-overlay {
    background-color: rgb(249 251 252 / 85%)!important;
}

textarea.form-control {
    resize: none;
}

.payroll-row-table.p-datatable .p-column-header-content {
    justify-content: center;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@media (max-width: 991px) {
    .sidebar {
        margin-left: -265px;
    }

    .main-wrapper .page-wrapper {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .p-dialog {
        width: calc(100% - 20px)!important;
    }

    .p-dialog .p-dialog-content {
        padding: 1rem 1.225rem 1rem!important;
    }
}

.pointer{
    cursor: pointer;
}

.tx-green{
    color:#19db19;
}


.header-text{
    color: #a1b4c5;
    font-style: italic;
    font-weight: 600;
    font-size: 1.5rem;
}

.total-amount label{
    color: #ff5a5a!important;
    font-size: 1.3rem!important;
    font-weight: 700!important;
    text-transform: uppercase;
}
.total-amount label span{
    color: #ff3737!important;
    display: block;
    font-size: 2rem!important;
    font-weight: 700!important;
    margin-top:-10px;
}

.summary-cont {
    max-width: 725px;
    font-size: 14px;
    border: 1px solid rgba(72, 94, 144, 0.16);
    border-radius: 0.25rem;
}

.summary-cont .summary-title {
    padding: 10px 15px;
    background-color: #f5f6fa;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    font-size: 1.125rem;
    margin-bottom: 0;
}

.summary-cont > div.d-flex > span {
    padding: 8px 15px;
    border: 1px solid rgba(72, 94, 144, 0.16);
    border-top-width: 0;
    border-right-width: 0;
    white-space: nowrap;
    line-height: 1.5;
    flex: 1;
    font-size: 13px;
}

.summary-cont > div.d-flex > span:first-child {
    border-left-width: 0;
    color: #636d7a;
    letter-spacing: .5px;
    max-width: 275px;
}

.summary-cont > div.d-flex > span:last-child {
    font-weight: 500;
    text-align: right;
    white-space: normal;
}

.text-edited{
    text-decoration: line-through;
}

.loader-absolute{
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 100;
    background-color: rgb(249 251 252 / 85%)!important;
    left:0;
    top:0;
}

.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event{
    border-color: unset !important;
    padding:1px 2px;

}

.p-toast {
    opacity: 0.9;
}

.p-toast .p-toast-message {
    margin: 0 0 1rem 0;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.p-toast .p-toast-message .p-toast-message-content {
    padding: 1rem;
    border-width: 0 0 0 6px;
}

.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
    margin: 0 0 0 1rem;
}

.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
    font-size: 2rem;
}

.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon.p-icon {
    width: 2rem;
    height: 2rem;
}

.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
    font-weight: 700;
}

.p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
    margin: 0.5rem 0 0 0;
}

.p-toast .p-toast-message .p-toast-icon-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.p-toast .p-toast-message .p-toast-icon-close:hover {
    background: rgba(255, 255, 255, 0.3);
}
  
.p-toast .p-toast-message .p-toast-icon-close:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
}

.p-toast .p-toast-message.p-toast-message-info {
    background: #e9e9ff;
    border: solid #696cff;
    border-width: 0 0 0 6px!important;
    color: #696cff!important;
}

.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
    color: #696cff!important;
}

.p-toast .p-toast-message.p-toast-message-success {
    background: #e4f8f0!important;
    border: solid #1ea97c!important;
    border-width: 0 0 0 6px!important;
    color: #1ea97c!important;
}

.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
    color: #1ea97c!important;
}

.p-toast .p-toast-message.p-toast-message-warn {
    background: #fff2e2!important;
    border: solid #cc8925!important;
    border-width: 0 0 0 6px!important;
    color: #cc8925!important;
}

.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
    color: #cc8925!important;
}

.p-toast .p-toast-message.p-toast-message-error {
    background: #ffe7e6!important;
    border: solid #ff5757!important;
    border-width: 0 0 0 6px!important;
    color: #ff5757!important;
}

.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
    color: #ff5757!important;
}

.p-datatable-table td { 
    vertical-align: baseline;
}

.swal2-container{
    z-index: 9999 !important;
}

.p-absolute{
    position: absolute;
}

.hide-header .p-dialog-header, .hide-footer .p-dialog-footer {
    display: none;
}

.verifying-div{
    z-index: 2;
    opacity: .6;
    background-color:#000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.face-detection .placeholder{
    z-index: 2;
    opacity: .6;
    background-color:#000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.face-detection .placeholder h3{
    text-align: center;
}

.company-logo{
    max-width: 150px; 
    height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#title-face{
    color: #3263e9;
    text-transform: capitalize;
}

.right-side{
    overflow: hidden;
    background-color: #f5f8fd;
    border-radius: 12px;
}

.time-log-summary > .grid:first-child .right-side {
    border-radius: 12px 12px 12px 0;
}

.time-log-summary > .grid:last-child .right-side {
    border-radius: 0 12px 12px 12px;
}

.time-log-summary {
    overflow: hidden;
    position: relative;
    width: 1536px;
    height: 734px;
    will-change: transform;

    display: flex;
    flex-direction: column;
}

.time-log-summary > .grid:last-child {
    flex: 1;
}

.time-log-summary:before, .time-log-summary:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #3263e9;
    opacity: 0.5;
    z-index: -1;
    display: none;
}

.time-log-summary:before {
    top: -15px;
    right: -65px;
    z-index: 1;
}

.time-log-summary:after {
    width: 300px;
    height: 300px;
    bottom: -175px;
    left: -135px;
}

.attendance-confirm-dialog {
    margin-left: unset !important;
}

.attendance-header {
    margin-top: 2px;
    border-bottom: 2px solid #ffffff;
    padding: 0 50px;
    font-size: 16px;
    border-bottom: 0;

}

.legend {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid transparent;
    right: 10px;
}

.legend-item {
    padding-left: 20px;
}

.legend-item:first-child {
    padding-left: 0;
}

.attendance-card {
    flex: 0 0 33.33333333%;
    max-width: calc((100% / 3) - 17px);
    background-color: #ffffff;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.attendance-card.new-card {
    transform: translateX(-500%);
    animation: slideInRight 1.25s linear forwards;
}

.attendance-card.new-card {
    animation: slideInRight 1.25s linear forwards, heartBeat 1.5s linear 1.5s infinite;
}

.attendance-card.remove-card {
    transform: translateX(0);
    animation: slideOutRight .75s linear forwards;
}

.attendance-card.new-card:nth-of-type(2) {
    animation-delay: .25s;
}

.attendance-card.new-card:nth-of-type(3) {
    animation-delay: .5s;
}

.attendance-card.new-card:nth-of-type(4) {
    animation-delay: .75s;
}

.attendance-card.mini > div > div {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    /* z-index: 1; */
}

.attendance-card.mini .attendance-status {
    padding: 5px!important;
    width: 100%;
    font-size: 12px;
    height: 23px;
}

.attendance-card.mini .employee-image {
    transform: unset;
    position: relative;
    padding: 10px 0 0;
}

.attendance-card.mini .employee-image img {
    display: block;
    width: 83px;
    max-width: 83px;
    min-width: 83px;
    border-width: 5px;
    margin: 0 auto 15px;
    box-shadow: 0 3px 3px rgb(204 204 204 / 50%);
    min-height: 83px;
    max-height: 83px;
}

.attendance-card.mini .employee-details {
    flex: 1;
    padding: 10px 10px 0 15px;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    height: auto;
    border-radius: 0;
    align-items: flex-start!important;
}

.attendance-card.mini .employee-details > h4, .profile-modal-details h5 {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attendance-content {
    flex: 1;
    max-width: 100%;
    padding: 10px 0;
    overflow: hidden;
    background-color: #f5f8fd;
    border-radius: 12px;
    gap: 10px;
}

.dialog-photo{
    width: 150px;
    height: 150px;
    margin-bottom: 1.5rem;
}

.face-detection-container{
    position: relative;
    margin-top: 70px !important; 
    padding: 0 0 5px;
    margin: 15px 0 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h3.attendees-legend{
    display: none;
}

.loading-circle-overlay {
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
    border-radius: 50%;
    display: block;
    stroke-width: 1;
    stroke: #3263e9;
    stroke-miterlimit: 10;
    margin: 0 auto;
    transform: rotate(-90deg);
    transition: stroke .35s;
    }

.loading-circle {
    stroke-dashoffset: 154;
    transition: stroke-dashoffset .35s;
}

.loading-circle-overlay.success {
stroke: #2ecc71;
}

.loading-circle-overlay.success .loading-circle {
    animation: stroke 0.5s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.loading-circle-overlay.verifying {
    transform: unset;
    -webkit-animation: rotate 2s linear infinite;
            animation: rotate 2s linear infinite;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
}

.loading-circle-overlay.verifying .loading-circle {
    stroke-dasharray: 147, 315;
    stroke-dashoffset: -10;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
            animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

.face-detection {
    position: relative;
    margin: 20px auto;
    border: 5px solid #e2eafc;
    border-radius: 50%;
    max-width: 310px;
    max-height: 310px;
}

.face-detection canvas {
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 50%;
    transform: scaleX(-1);
}

.face-detection video {
    width: 300px;
    height: 300px;
    border: 3px solid #ffffff;
    object-fit: fill;
    border-radius: 50%;
    transform: scaleX(-1);
}

.spinner-container {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #f5f8ff;
    color: #8e8e93;
    border-radius: 50%;
    top: 0;
    left: 0;
    border: 5px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.camera-loading {
    text-align: center;
}

.camera-loading .detect-face {
    max-width: 50px;
}

.camera-loading .loading-message {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
}

.camera-loading h2.loading-message {
    font-size: 64px;
    /* color: var(--default-color); */
    font-weight: 500;
    animation: fadeOut 1s ease-in-out forwards;
}

.face-detection-container .title-container {
    padding: 10px 10px 0;
}

.face-detection-container .title-container p {
    color: var(--muted-color);
    font-size: 13px;
    line-height: 1.3;
    max-width: 80%;
    margin: 0 auto;
}

.error-message {
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-message .checkmark {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0;
}

.p-dialog-left {
    align-items: center !important;
}

.time-log-content{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 100%;
}

.subtitle{
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--default-color);
}

.attendance-avatar, .avatar.attendance-avatar{
    height: 100px !important;
    width: 100px !important;
}

.attendance-date-picker > input.p-inputtext{
    font-size: 0.8rem !important;
}

.attendance-log {
    overflow: auto;
    overflow-x: hidden;
    max-height: 600px;
}

.image-container {
    position: relative;
    border: 1px solid #333;
    cursor: pointer;
    height: 250px;
}

.image-container .image {
    width: 100%;
    height: 100%;
    background: black;
    object-fit: contain;
    transition: filter 0.3s;
}

.image-container .time,
.image-container .type {
    position: absolute;
    width: 100%;
    background: #333333c4;
    color: white;
    z-index: 1;
    text-align: center;
    padding: 5px;
    left: 0;
}

.image-container .time {
    bottom: 0;
}

.image-container .type {
    top: 0;
}

.log-content:hover .image-container .image {
    filter: brightness(50%);
}

.log-content:hover .overlay {
    opacity: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
    background-color: rgba(0, 0, 0, 0.7);
}

.no-drop {
    cursor: no-drop;
}

.company-dashboard .vr-wizard--footer-right > .vr-wizard--done-btn{
    display: none;
} 

.untracked-employee{
    font-size: 2.5rem;
    width: 100px;
    height: 100px;
    position: absolute; 
    bottom: -15px;
    right: -38px;
    max-width: 100%;
}

.untracked-employee .untracked-count{
    font-weight: 500;
    position: absolute;
    top: 23%;
    left: 60%;
}

.untracked-employee .untracked-text{
    font-weight: 500;
    position: absolute;
    top: 64%;
    left: 15%;
}

.uac-table {
    border-top: .0625rem solid rgba(231, 234, 243, .7);
    max-height: calc(90vh - (14.725rem + 22px + (0.875em * 1.5) + (0.875rem * 1.5) + (0.74375rem * 1.5)));
    max-height: calc(90svh - (14.725rem + 22px + (0.875em * 1.5) + (0.875rem * 1.5) + (0.74375rem * 1.5)));
}

.uac-table .p-datatable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead > tr > th {
    border-top: 0!important;
}

.uac-table .p-datatable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead > tr > th:first-child {
    border-left: .0625rem solid rgba(231, 234, 243, .7) !important;
}

.uac-table .p-datatable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead > tr > th:last-child {
    border-right: .0625rem solid rgba(231, 234, 243, .7) !important;
}

.uac-table .p-datatable-scrollable-table > .p-datatable-thead {
    top: 0!important;
}

.uac-table .p-datatable-table th:not(:first-child) .p-column-header-content {
    justify-content: center;
}

.uac-table .p-datatable-table th:not(:first-child) .p-column-header-content .p-column-title {
    max-width: 100%;
    text-align: center;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    line-height: 1.2;
}

.uac-table .p-datatable-table th {
    vertical-align: bottom;
}

.uac-table .p-datatable-table td {
    vertical-align: middle;
}

@media(max-width:1466px) {
    .attendance-card {
        flex: 0 0 49.333333%;
        max-width: calc((100% / 2) - 17px);
        
    }
}

@media(max-width: 1024px) and (orientation: portrait) {
    .right-side {
        background: none;
    }

    .company-logo {
        width: auto;
        max-height: 45px;
    }
}

@media(min-width:995px) and (orientation: portrait){
    .time-log-content {
        /* display: unset; */
        /* align-items: center;
        justify-content: center; */
        position: unset;
        width: 100%;
        min-height: 100%;
    }

    .time-log-summary {
        width: 100%;
        height: 100%;
        will-change: transform;
    }

    .time-log-summary > .grid:not(:first-child) > div[class*="col-"] {
        width: 100%;
        max-width: 100%;
    }

    .attendees{
        display: none;
    }

    .attendees-legend{
        display: block !important;
    }

    .legend-portrait{
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        background: white;
        bottom: 10px;
        z-index: 1;
        padding: 30px;
        border-radius: 20px;
        opacity: 0.9;
        text-transform: capitalize;
        font-weight: 500;
        border: 1px solid #3263e9;
    }
    
    .dropdown-language{
        position: absolute;
        right: 31px;
        z-index: 1;
        top: 0;
    }

    /* .time-log-summary > .grid:last-child .right-side > div > .pl-4 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0.25rem 1rem !important;
    }

    .time-log-summary > .grid:last-child .right-side > div > .attendance-header {
        display: none;
    } */
    
    .untracked-employee{
        font-size: 2.5rem;
        width: 100px;
        height: 100px;
        position: absolute; 
        max-width: 100%;
    }
    
    .untracked-employee .untracked-count{
        font-weight: 500;
        position: absolute;
        top: 23%;
        left: 60%;
    }
    
    .untracked-employee .untracked-text{
        font-weight: 500;
        position: absolute;
        top: 64%;
        left: 15%;
    }
}

@media(max-width:995px) and (orientation: portrait){
    h3.attendees{
        display: none;
    }

    h3.attendees-legend{
        display: block;
    }

    .face-detection-container {
        margin-top: 0 !important;
    }

    /* .time-log-content{
        display: unset;
        position: unset;
        width: unset;
        height: unset;
    } */

    .time-log-summary{
        width: unset;
        height: unset;
    }

    .time-log-summary > .grid:not(:first-child) > div[class*="col-"] {
        width: 100%;
        max-width: 100%;
    }
    
    .time-attendance{
        display: block;
        text-align: right;
    }

    .right-side{
        background: none;
    }

    .legend-portrait{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background: white;
        bottom: 10px;
        z-index: 1;
        padding: 30px;
        border-radius: 20px;
        opacity: 0.9;
        text-transform: capitalize;
        font-weight: 500;
        border: 1px solid #3263e9;
    }

    .dropdown-language{
        position: absolute;
        right: 31px;
        z-index: 1;
        top: 0;
    }

    .untracked-employee{
        font-size: 2.5rem;
        width: 100px;
        height: 100px;
        position: absolute;
        max-width: 100%;
    }
    
    .untracked-employee .untracked-count{
        font-weight: 500;
        position: absolute;
        top: 23%;
        left: 60%;
    }
    
    .untracked-employee .untracked-text{
        font-weight: 500;
        position: absolute;
        top: 64%;
        left: 15%;
    }

}

@media(max-width: 768px) {
    .untracked-employee{
        display: none !important;
    }
    .right-side.col-lg-8{
        display: none;
    }

    /* .time-log-content{
        display: unset;
        position: unset;
        width: unset;
        height: unset;
    } */

    .time-log-summary{
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .face-detection-container{
        height: calc(100vh - 135px);
    }

    .media-widget{
        width: 100%;
        margin-right:10px;
        border-bottom: 1px solid rgba(72, 94, 144, 0.16) !important;
    }
}

@media(max-width: 767px) {
    .time-log-summary .company-logo {
        width: auto;
        max-width: 75px;
        height: auto;
        margin: 0 0.5rem 0 0 !important;
        max-height: 65px;
    }

    .time-log-summary > .grid:first-child > div {
        padding: 0.5rem 0.5rem 0;
    }

    .time-log-summary > .grid:first-child .right-side {
        margin-left: auto;
    }

    .time-log-summary > .grid:first-child .right-side .pr-5 {
        padding: 0 !important;
    }

    .time-log-summary > .grid:first-child .right-side .pr-5 h4 {
        position: relative;
        z-index: 1;
        font-size: 1rem !important;
    }

    .time-log-summary > .grid:first-child .right-side .pr-5 h4 .fa.fa-lg {
        font-size: 24px;
    }

    .time-log-summary:before {
        width: 175px;
        height: 175px;
        top: -65px;
        right: -30px;
    }
}

@keyframes slideInRight {
    0%  {
        opacity: 0;
        transform: translateX(-500%);
    }
    80% {
        opacity: 1;
        transform: translateX(0) scale(1.2);
        z-index: 2;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOutRight {
    0%  {
        opacity: 1;
        transform: translateX(0) scale(1.25);
        z-index: 2;
    }
    50% {
        transform: translateX(50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateX(100%) scale(.75);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,315;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 118,315;
        stroke-dashoffset: -35;
    }
    100% {
      stroke-dasharray: 118,315;
      stroke-dashoffset: -153;
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

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

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1,315;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 118,315;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 118,315;
        stroke-dashoffset: -153;
    }
}

.img-container{
    position: relative;
}

.mic-graph{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.nav-line .nav-item + .nav-item{
    margin-left:0px;
}

.media-widget{
    width: 100%;
    margin-right:10px;
}

.fc-daygrid-day-events .bg-warning .fc-event-title {
    color:black
}

.freeze-card-countdown{
    position: absolute;
    bottom: 5px;
    right: 0;
    color: red;
}

.leave-request.fc.fc-theme-standard > div .fc-daygrid-day-frame{
    cursor: pointer !important;
}

.screen-saver {
    height:100vh;
    width: 100vw;
    overflow: hidden;
    top: 0;
    color: #050000;
    /* background-image:url(/images/screensaver.gif); */
    cursor: pointer;
    /* background-size: cover; */
    /* Set background position to center */
    /* background-position: center; */
    /* background-position: 80% 50%; */
    /* justify-content: center;
    display: flex; */

    transform: translateY(-100%);
    transition: transform 1s ease-in-out;
    position: absolute;
    z-index: 9999;
}

.screen-saver .screen-saver-title {
    margin-top: 1vh;
    font-size: 80px;
    font-weight: 600;
    color: #050000;
    text-align: center;
}

.screen-saver .screen-saver-title .date {
    font-size: 2.5rem;
    line-height: 1;
}

.screen-saver .subtitle {
    width: 100%;
    font-size: 20px;
    display: block;
    text-align: center;
    color: black;
}

.screen-saver.active {
    opacity: 1;
    transform: translateY(0);
}

.events-container .events-date, .events-container .events-details {
    position: relative; 
    flex: 0 0 50%;
    filter: url(#round);
    padding: 2rem 1rem;
}

.events-container .p-carousel .p-carousel-indicators {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 0;
    flex-direction: column;
    gap: .35em;
    opacity: 1;
    transition: opacity .2s ease-in-out;
}

.events-container .p-carousel .p-carousel-indicators .p-carousel-indicator {
    margin: 0;
}

.events-container .p-carousel .p-carousel-indicators .p-carousel-indicator button {
    background-color: #ffffff;
    width: 1.2em;
    height: 1.2em;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 5em;
}

.events-container .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    height: 2em;
}

.events-container .events-date {
    max-width: 100%;
    font-size: 50px;
    z-index: 2;
}

.events-container .events-details {
    max-width: 100%;
    z-index: 1;
    padding: 2rem 5rem;
}

.screen-saver.screen-saver-kiosk.active.animate-in .events-container .events-date{
    transform: translate(-110%);
    animation: slideInArrow 0.25s ease 1s forwards !important;
}

.screen-saver.screen-saver-kiosk.active.animate-in .events-container .events-details{
    transform: translate(110%);
    animation: slideInArrow 0.25s ease 1s forwards !important;
}

.screen-saver.screen-saver-kiosk.active .events-container .events-date{
    transform: translate(-110%);
    animation: slideInArrow 0.25s ease forwards ;
}

.screen-saver.screen-saver-kiosk.active .events-container .events-details{
    transform: translate(110%);
    animation: slideInArrow 0.25s ease forwards ;
}

.screen-saver.screen-saver-kiosk .events-container .events-details.date-click  {
    animation: slideOutArrowRight 0.25s ease forwards !important;
   
}

.screen-saver.screen-saver-kiosk .events-container .events-date.date-click  {
    animation: slideOutArrowLeft 0.25s ease forwards !important;
}

.screen-saver.screen-saver-desktop.active.animate-in .events-container .events-date {
    transform: translateY(-110%);
    animation: slideInFromTop 0.5s ease 1s forwards;
}

.screen-saver.screen-saver-desktop.active.animate-in .events-container .events-details {
    transform: translateY(110%);
    animation: slideInFromBottom 0.5s ease 1s forwards;
}

.screen-saver.screen-saver-desktop.active .events-container .events-date {
    transform: translateY(-110%);
    animation: slideInFromTop 0.5s ease forwards;
}

.screen-saver.screen-saver-desktop.active .events-container .events-details {
    transform: translateY(110%);
    animation: slideInFromBottom 0.5s ease forwards;
}

.screen-saver.screen-saver-desktop .events-container .events-date.date-click {
    transform: translateY(0%);
    animation: slideOutToTop 0.5s ease forwards !important;
}

.screen-saver.screen-saver-desktop .events-container .events-details.date-click {
    transform: translateY(0%);
    animation: slideOutToBottom 0.5s ease forwards !important;
}

@keyframes slideOutToTop {
    from {
        transform: translateY(0%);
    }
    to {
        transform: translateY(-100%);
    }
}

@keyframes slideOutToBottom {
    from {
        transform: translateY(0%);
    }
    to {
        transform: translateY(100%);
    }
}

@keyframes slideInFromTop {
    to {
        transform: translateY(0%);
    }
}

@keyframes slideInFromBottom {
    to {
        transform: translateY(0%);
    }
}

@keyframes slideInArrow {
    to {
        transform: translate(0);
    }
}

.events-container .events-date::before, .events-container .events-details::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 108%;
    top: 0;
    z-index: 2;
}

.events-container .events-date::before {
    left: 0;
    background: #ffe17e;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
}

.events-container .events-details::before {
    right: 0;
    background: #e6f0ff;
    clip-path: polygon(50% 0%, 100% 15%, 100% 100%, 0% 100%, 0% 15%);
}

.events-date > div, .events-details > div {
    position: relative;
    z-index: 3;
}

.events-date > .ev-date {
    font-size: 10rem;
    line-height: 1;
    font-weight: 600;
}

.events-list-container, .events-list, .event-item {
    height: 100%;
}

.events-list-container {
    font-size: 36px;
    max-height: 310px;
}

.events-list-container .p-carousel,
.calendar-events .p-carousel {
    font-size: inherit;
}

.events-list-container .p-carousel .p-carousel-prev,
.events-list-container .p-carousel .p-carousel-next,
.calendar-events .p-carousel .p-carousel-prev,
.calendar-events .p-carousel .p-carousel-next {
    display: none;
}

.events-list-container h5, .events-list-container h6, .future-events-container .fs-6 {
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.events-list-container h5 {
    font-size: .9em;
}

.events-list-container h6 {
    font-size: 1em;
}

.events-list.hide-indicator .p-carousel-indicators {
    opacity: 0;
}

.event-item > div {
    padding-left: 2rem;
}

.detail-border {
    position: relative;
}

.detail-border:before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(10px - 2rem);
    transform: translateY(-50%);
    border-radius: 20px;
    /* background-color: var(--border-color); */
    background-color: transparent;
    width: 10px;
    height: 90%;
}

.detail-border.border-info:before {
    background-color: #04a9da;
}

.event-other-detail {
    padding: 7px 7px 7px 2rem;
    background-color: #f4f4f4;
    border-radius: 15px;
}

.calendar-events {
    font-size: 32px;
}

.calendar-events table, .calendar-events .fc .fc-daygrid-body {
    width: 100% !important;
}

.calendar-events .fc .fc-view-harness {
    height: 790px !important;
}

.calendar-events .fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
    border-color: transparent;
}

.calendar-events .fc .fc-toolbar-title, .future-events-container h2 {
    padding: 0.1em 0.3em;
    background-color: #d8dad7;
    border-radius: 0.3em;
    color: #e7272e;
    font-size: 1.25em;
    font-weight: bolder;
}

.future-events-container h2 {
    display: inline-block;
    margin-bottom: 1.5em;
}

.calendar-events .fc.fc-theme-standard .fc-toolbar .fc-button {
    font-size: 1em;
    border-radius: 0.5em;
}

.calendar-events .fc .fc-col-header-cell-cushion {
    color: #111111;
}

.calendar-events .fc .fc-daygrid-day-number {
    color: #363636;
}

.calendar-events .fc.fc-theme-standard .fc-view-harness th,
.calendar-events .fc.fc-theme-standard .fc-view-harness td {
    --fc-border-color: transparent;
    border-color: transparent;
    background: transparent;
}

.calendar-events .fc.fc-theme-standard .fc-view-harness th {
    padding: 0;
}

.calendar-events .fc.fc-theme-standard .fc-view-harness td {
    padding: .4em;
}

.calendar-events .fc .fc-scroller-harness-liquid {
    background-color: #e6f0ff;
    border-radius: 1em;
}

.calendar-events .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 0.5em;
}

.calendar-events .fc .fc-daygrid-day-frame {
    /* border: 1px solid #979797; */
    border: 1px solid transparent;
    border-radius: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.calendar-events .fc .fc-daygrid-day-frame > .fc-daygrid-day-events {
    position: absolute;
}

.calendar-events .fc .fc-daygrid-bg-harness {
    border-radius: 0.5em;
    overflow: hidden;
}

.calendar-events .fc .fc-daygrid-day-bg .fc-bg-event {
    font-size: 0;
    background: #ffe99e;
    opacity: 1;
    border-radius: 1em;
    z-index: -1;
}

/* .calendar-events .fc .fc-daygrid-day-frame > .fc-daygrid-day-events {
    top: 0.1em;
    right: 0.1em;
}

.calendar-events .fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
    background-color: #ff5f5f !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25em;
    height: 1.25em;
    border-radius: 8em;
} */

.calendar-events .fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-title-container {
    font-size: 0.8em;
    line-height: 1;
}

.calendar-events .fc .fc-day-today .fc-daygrid-day-frame {
    border-color: #000;
}

.calendar-events .fc .fc-day-today .fc-daygrid-day-number {
    font-weight: 900;
}

.calendar-events .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child {
    border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
}

.calendar-events .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child {
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}

.slide-button-container {
    font-size: 3em;
    color: #050000;
    border: 1px solid #cdcdcd;
    width: 3em;
    height: 3em;
    border-radius: 75px;
}

.slide-button-container i {
    animation: upDownLoop 1.25s ease-in-out infinite;
}

.screen-saver.animate-out .events-container .events-date {
    animation: slideOutArrowLeft 0.25s ease forwards;
}

.screen-saver.animate-out .events-container .events-details {
    animation: slideOutArrowRight 0.25s ease forwards;
}

.screen-saver.animate-out {
    animation: windowDown .4s ease-in-out forwards,
                windowUp .5s ease-in-out .4s forwards;
}

.future-events-container .card {
    padding: 1em 0;
}

.future-events-container .card-body {
    max-height: calc(795px - 2em);
    min-height: calc(795px - 2em);
    overflow: auto;
    padding: 1em 1.225em;
}

.future-events-container .list-group.list-group-flush .list-group-item .row > .col {
    width: auto;
    flex: 1;
}

.future-events-container h5 {
    font-size: 1.1em;
}

.future-events-container .fs-6 {
    font-size: .9125em !important;
}

.future-events-container .avatar-circle {
    width: 1em;
    height: 1em;
    border-radius: 50%;
}

@keyframes upDownLoop {
    0% {
        transform: translateY(10%);
    }

    50% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(10%);
    }
}

@keyframes windowDown {
    to {
        height: 120%;
        transform: translateY(20%);
        top: -25%;
        padding-top: 25%;
    }
}

@keyframes windowUp {
    to {
        height: 100vh;
        top: 0;
        padding-top: 0;
        transform: translateY(-100%);
        opacity: 0;
    }
}

@keyframes slideOutArrowLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-110%);
    }
}

@keyframes slideOutArrowRight {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(110%);
    }
}

.cooldown-container{
    position: absolute;
    bottom:0;
    /* position: ; */
}

.face-detection-container .header{
    position: relative;
}

.face-detection-container .attendnace-error-msg{
    position: absolute;
    bottom: -10px;
    width: 100%;
}

.p-inputnumber{
    padding: 0;
}

.p-inputnumber input{
    border: none;
}

.p-inputnumber {
    border-radius: 3px;
}

/* changes removed !impormtant March 05 2025 */
.p-inputnumber.p-inputwrapper-focus, .p-inputnumber:hover {
    border-color: #0037af;
}

.p-inputnumber > input {
    border: 0;
    background: transparent;
}

.amount.positive {
    color: green;
}
  
.amount.negative {
    color: red;
}

.tooltip-icon {
    position: relative;
    cursor: default;
}

.tooltip-icon::before {
    content: '(?)';
    position: relative;
    display: inline-block;
    margin-right: 0.2em;
    color: #007bff;
    font-weight: 800; /* Set the initial font weight */
    font-size: 0.6rem;
}

.tooltip-icon:hover::before {
    color: #0056b3;
}

.img-qrcode{
    width:100% !important;
}

.status-filter {
    min-height: 66px;
    max-width: 100%;
    width: 100% !important;
    cursor: pointer;
    border: 0.0625rem solid transparent;
    padding: 8px;
    padding: 0.5rem 1rem;
}

.status-filter .fs-6 {
    line-height: 1;
}

/* .status-filter.active{
    box-shadow: 0 .1875rem .75rem #615e5e6e!important;
    border-radius: 13px;
} */

.status-filter.active span.count{
    color: var(--bs-link-hover-color);
}

/* .status-filter:hover{
    border-radius: 13px;
    box-shadow: 0 .1875rem .75rem #615e5e6e!important;
} */

.status-filter:hover span.count{
    color: var(--bs-link-hover-color);
}

.status-filter .icon-size{
    font-size: 45px !important;
}

.p-img > img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.p-img.payroll-summary > img{
    width: 50px;
    height: 40px;
    border-radius: 50%;
}

button.p-image-preview-indicator{
    border-radius: 50%;
}

span.required-input{
    margin: 2px;
    color: red;
}

.fc-event-title-container{
    font-size: 10px;
}

.overlay-menu .p-overlaypanel-content{
    padding: 0 !important;
    font-size: 0.875rem !important;
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight{
    background: unset;
}

.logs-table .small-text {
    font-size: 0.8rem; 
}

.logs-table .small-text thead th {
    font-size: 0.78rem;
}

.logs-table .small-text tbody td {
    font-size: 0.75rem;
}

.logs-table.scrollable-table {
    max-height: 300px;
    overflow-y: auto;
}

.logs-table.scrollable-table thead th {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1;
}

@media (min-width: 995px) and (orientation: portrait) {
    .screen-saver-action-container {
        position: fixed;
        right: 2rem;
        bottom: 10px;
        z-index: 1;
        padding: 10px 20px;
        border-radius: 20px;
        text-transform: capitalize;
        font-weight: 500;
    }
}

.prc{
    width:100%;
    height:250px;
    object-fit: contain;
    background: #1c1b1ba8;
}

.w-stepper {
    display: flex;
    --circle-size: clamp(1rem, 1vw, 2rem);
    --spacing: clamp(0.25rem, 1vw, 0.5rem);
    padding: 0;
    margin: 1rem;
}

/* .w-stepper__item.active, .w-stepper__item.completed { */
.w-stepper__item.active {
    color: var(--wizard-stepper--active-font-color) !important;
}

.w-stepper__item.completed{
    color: #495057 !important;
}

.w-stepper__item {
    display: flex;
    gap: var(--spacing);
    align-items: center;
}

.w_stepper__item_content {
    display: flex;
    gap: var(--spacing);
    align-items: center;
}

.wz-content{
    max-height: calc(90vh - 4.5rem - 165px);
    max-height: calc(90svh - 4.5rem - 165px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0 !important;
}

.w_stepper__item_content::before {
    --size: 3rem;
    content: "";
    display: block;
    width: var(--circle-size);
    height: var(--circle-size);
    border-radius: 50%;
    background-color: var(--wizard-circle-color);
}


/* .w-stepper__item.active .w_stepper__item_content::before, .w-stepper__item.completed .w_stepper__item_content::before { */
.w-stepper__item.active .w_stepper__item_content::before{
    border-color: var(--wizard-circle-border-color);
}

/* .w-stepper__item.active .w_stepper__item_content::before, .w-stepper__item.completed .w_stepper__item_content::before { */
.w-stepper__item.active .w_stepper__item_content::before {
    background-color: var(--wizard-stepper--active);
}

.w-stepper__item:not(:first-child)::before {
    content: "";
    position: relative;
    z-index: -1;
    height: 2px;
    background-color: var(--wizard-line-color);
    flex: 1;
    margin-right: 0.5rem;
}

.w-stepper__item:not(:first-child)::before {
    z-index: 0!important;
}

/* .w-stepper__item.active:not(:first-child)::before, .w-stepper__item.completed:not(:first-child)::before {
    background-color: var(--wizard-circle-border-color)!important;
} */

.w-stepper__item:not(:first-child)::before {
    content: "";
    position: relative;
    z-index: -1;
    height: 2px;
    background-color: var(--wizard-line-color);
    flex: 1;
    margin-right: 0.5rem;
}

.w-stepper__item:not(:first-child) {
    flex: 1;
    margin-inline-start: 0.5rem;
}

.step-view {
    /* margin-block: 2rem; */
    /* background: #f5f7f8; */
    /* padding: 1rem; */
    padding: .25rem;
}

.vr-wizard--footer {
    display: grid;
    grid-template-columns: repeat(2, auto);
}

.vr-wizard--footer-left {
    text-align: start;
}

.vr-wizard--footer-right {
    text-align: end;
}

.vr-wizard--btn {
    background: var(--wizard-stepper--btn-bg);
    color: var(--wizard-stepper--btn-color);
    border: 1px solid var(--wizard-stepper--btn-border-color);
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
}

.vr-wizard--prev-btn {
    background: var(--wizard-stepper--prev-btn-bg) !important;
    color: var(--wizard-stepper--prev-btn-color) !important;
    border: 1px solid var(--wizard-stepper--prev-btn-border-color);
}

.vr-wizard--prev-btn:hover {
    background-color: rgba(55, 125, 255, .1) !important;
    color: #377dff  !important;
    border: 1px solid var(--wizard-stepper--prev-btn-border-color);
}

.vr-wizard--prev-btn[disabled] {
    opacity: 0.6;
}

@media(max-width: 1024px) and (max-height: 1366px) and (orientation: portrait) {
    .events-container .events-date::before {
        clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%, 0% 50%) !important;
    }

    .events-container .events-details::before {
        clip-path: polygon(15% 0%, 100% 0%, 100% 50%, 100% 100%, 15% 100%, 0% 50%) !important;
    }

    .events-container .events-date::before, .events-container .events-details::before {
        width: 112%;
    }

    .screen-saver .screen-saver-title {
        margin-top: 5vh;
        font-size: clamp(40px, calc(40px + (60 - 40) * (100vw - 375px) / (1024 - 375)), 60px);
    }

    .screen-saver .screen-saver-title .date,
    .calendar-events .fc .fc-toolbar-title, .future-events-container h2,
    .events-container .events-date
    {
        font-size: clamp(22px, calc(22px + (30 - 22) * (100vw - 375px) / (1024 - 375)), 30px);
    }

    /* .events-container .events-date {
        font-size: clamp(32px, calc(32px + (40 - 32) * (100vw - 375px) / (1024 - 375)), 40px);
    } */

    .events-date > .ev-date {
        font-size: clamp(50px, calc(50px + (85 - 50) * (100vw - 375px) / (1024 - 375)), 85px);
    }

    .events-list-container,
    .calendar-events .fc.fc-theme-standard .fc-toolbar .fc-button,
    .fc table {
        font-size: clamp(16px, calc(16px + (28 - 16) * (100vw - 375px) / (1024 - 375)), 28px);
        /* max-height: 240px; */
    }

    .screen-saver-kiosk .p-carousel-items-content {
        height: 100% !important;
        max-height: 175px;
    }

    .screen-saver .carousel__slide {
        align-items: flex-start !important;
    }

    .calendar-events .fc .fc-view-harness {
        height: 45vh !important;
    }

    .screen-saver .events-container.my-8 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .future-events-container .card-body {
        max-height: calc(45vh - 2em);
        min-height: calc(45vh - 2em);
    }

    .screen-saver .slide-button {
        position: absolute;
        left: 50%;
        bottom: 0;
        padding-bottom: 1rem !important;
        transform: scale(0.7) translate(-50%);
        transform-origin: center left;
    }

    .screen-saver .carousel__pagination {
        display: none;
    }
}

@media(max-width: 768px) {
    .screen-saver-kiosk .p-carousel-items-content {
        max-height: 150px;
    }

    .events-container .events-details {
        padding: 1rem 1rem 1rem 1.5rem;
    }
    
    .events-container .events-date {
        padding: 1rem 1.5rem 1rem 1rem;

        flex-direction: row !important;
        flex-wrap: wrap;
        column-gap: 0.25rem;
    }

    .events-container .events-date > .ev-month,
    .events-container .events-date > .ev-date {
        font-size: clamp(34px, calc(34px + (85 - 34) * (100vw - 375px) / (1024 - 375)), 85px);
    }

    .events-container .events-date>.ev-day {
        flex: 0 0 100%
    }

    .screen-saver .fc .fc-toolbar.fc-header-toolbar, .future-events-container h2 {
        margin-bottom: 1rem;
    }

    .fc .fc-toolbar.fc-header-toolbar,
    .calendar-events .fc.fc-theme-standard .fc-toolbar .fc-button,
    .future-events-container h5 {
        font-size: clamp(16px, calc(16px + (30 - 16) * (100vw - 375px) / (1024 - 375)), 30px);
    }

    .screen-saver .slide-button {
        transform: scale(0.4) translate(-50%, 75%);
    }

    .future-events-container .card {
        padding: 1rem 0;
    }

    .future-events-container .card .list-group-item>.p-5 {
        padding: 0!important;
    }

    .calendar-events.px-10 {
        padding: 1rem!important;
    }

    .screen-saver-kiosk .p-carousel-items-content {
        max-height: 100px;
    }

    .screen-saver-kiosk .events-list-container h6 {
        margin-bottom: 0;
    }

    .detail-border:before {
        width: 5px;
    }
    
    .w-stepper__item:not(.active), .wrapper {
        display: none;
    }

    .step-view {
        margin-block: 1.25rem;
        background: #f5f7f8;
        padding: .725rem;
    }

    .wz-content{
        max-height: calc(90vh - 4.5rem - 220px);
        max-height: calc(90svh - 4.5rem - 220px);
    }
}

.clickable_step{
    cursor: pointer;
}

ul.team-members {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding-left: 0;
    margin-bottom: 0;
}


ul.team-members li:first-child {
    margin-left: 0;
}

ul.team-members li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: gray;
    border-radius: 50%;
    margin-top: 10px;
    border: 2px solid #ffffff;
}

ul.team-members li a img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

ul.team-members li {
    margin-left: -7px;
}

ul.team-members li a.has-more {
    position: relative;
}

ul.team-members li a.has-more::after {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    left: 50%;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
}

ul.team-members li a .more-count {
    display: none;
}

ul.team-members li a.has-more .more-count {
    color: #ffffff;
    position: absolute;
    z-index: 1;
    font-size: 13px;
    display: block;
}

.messaging-table td {
    vertical-align: bottom;
}

.announcement-table td {
    vertical-align: bottom;
}

.avatar-count-container {
    max-height: 300px;
    overflow-y: auto;
    padding: 1em;
}

.avatar-count-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.avatar-count-item {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.avatar-count-item:last-child {
    border-bottom: none;
}

.avatar-count-placeholder-initials {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #377DFF;
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
}

.avatar-count-item .fs-4 {
    font-size: 1.125rem;
}

.avatar-count-item .fs-6 {
    font-size: 0.875rem;
}

.p-invalid.p-fileupload {
    border: 1px solid #f44336;
    border-radius: 3px;
}

span.p-inputnumber.p-invalid{
    border-color: #f44336;
}