﻿/* TT ONLINE V2 CSS */

/*###########################################################################################*/
/* Global Styles / fonts */
/*###########################################################################################*/


.tt-primary-color {
    color: #0aa5a9;
}

.tt-secondary-color {
    color: #357ebd;
}

.tt-tertiary-color {
    color: #404481;
}

.tt-hover-color {
    color: #ffc857;
}

.tt-gray-color {
    color: #e7e7e7;
}

body {
    font-family: 'Gilroy Regular';
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    padding-bottom: 60px;
    max-height:1000px;
    min-height: 900px;
}

.login-body.overflowing {
    min-width: calc(100vw + 200px); /* Extend scroll by 200px */
}

.login-body::before {
    content: "";
    position: fixed; /* Background stays in place */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/img/LoginBackground.jpg') no-repeat center top;
    background-size: cover;
    z-index: -1; /* Keep behind the content */
}

body, html {
    margin: 0;
    padding: 0;
}

#wrapper {
    width: 100%;
    overflow: visible; /* Ensuring it's set to visible */
}

#payroller-wrapper {
    width: 100%;
    overflow: visible; /* Ensuring it's set to visible */
}

.g-recaptcha {
    justify-content: center;
    margin-left: 0px;
    margin-top: 0px;
}

.register-pass-img {
    width: 24px;
    height: 24px;
    margin-left: 0px;
    margin-right: 10px;
}

#passwordsMatch {
    font-weight: bold;
    color: black;
    margin-top: 1px;
    margin-left: 0px;
}

#passwordstrenght {
    font-weight: bold;
    color: black;
    margin-left: 0px;
    margin-top: 2px
}

.register-indics {
    display: inline-flex;
}

.account-screen-infotxt {
    text-align: left;
    margin-left: 15px;
    margin-right: 10px;
}

.loadingBox {
    width: 100%;
}

.loading-spinner {
    width: 200px;
    margin-left: 20%;
}

.reset-password {
    margin-left: 5px;
}



.register-captcha {
    display: inline-block;
    overflow: hidden;
    width: 290px;
    height: 60px;
    text-align: left;
    margin-left: 15px;
    margin-top: 10px;
}

    .register-captcha iframe {
        position: relative;
        left: -10px;
    }

.my-div iframe {
    position: relative;
    left: -10px;
}



.register-indicator {
    background-color: red;
    width: 24px;
    height: 24px;
    border-radius: 25px;
    margin-right: 10px;
}

.single-page {
    margin-top: 30px !important;
    margin-left: -10px !important;
}

.login {
    margin-top: 150px;
    opacity: 0.8;
    border-radius: 15px;
    width: 800px;
    height: 70vh;
    margin-left: auto;
    margin-right: auto;
}

.register-page {
    margin-top: 50px;
    opacity: 0.8;
    border-radius: 15px;
    width: 800px;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
}

.forgot-pass {
    margin-left: 18px;
    font-size: 12px;
    font-family: 'Gilroy' !important;
}

.copyrightLbl {
    margin-left: -150px !important;
}

.versionLbl {
    float: left !important;
    margin-left: 30px !important;
}

.drag-drop-area {
    border: 5px dashed #ccc;
    padding: 0px !important;
    position: relative;
    text-align: center;
    cursor: pointer;
}

    .drag-drop-area.dragging {
        background-color: #f0f8ff;
        border-color: #007bff;
    }




h1,
h2,
h3,
h4,
h5,
h6 {
}

a {
    text-decoration: none !important;
    outline: none !important;
    color: black !important;
}

    a:hover, a:focus {
        text-decoration: none !important;
        outline: none !important;
    }

.content {
    min-height: calc(100% - 60px); /* Assuming your footer height is 60px */
    padding: 20px;
}

.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #333; /* light grey #e7e7e7*/
    color: #fff;
    text-align: center;
    line-height: 60px; /* Adjust this value if you change the footer height */
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.top-page-margin {
    padding-top: 20px !important;
    margin-bottom: 45px !important;
}

.bottom-page-margin {
    margin-bottom: 100px !important;
}

.column-bottom-margin {
    margin-bottom: 35px;
}

.navbar-sticky {
    position: fixed !important;
}

.sidebar-sticky {
    position: fixed !important;
}

.ttonline-grid {
    margin: 15px 0;
}

    .ttonline-grid .col-md-1,
    .ttonline-grid .col-md-2,
    .ttonline-grid .col-md-3,
    .ttonline-grid .col-md-4,
    .ttonline-grid .col-md-5,
    .ttonline-grid .col-md-6,
    .ttonline-grid .col-md-7,
    .ttonline-grid .col-md-8,
    .ttonline-grid .col-md-9,
    .ttonline-grid .col-md-10,
    .ttonline-grid .col-md-11,
    .ttonline-grid .col-md-12,
    .ttonline-grid .col-md-line {
        border: 1px solid #ccc;
        box-sizing: border-box;
    }

        .ttonline-grid .col-md-1:last-child,
        .ttonline-grid .col-md-2:last-child,
        .ttonline-grid .col-md-3:last-child,
        .ttonline-grid .col-md-4:last-child,
        .ttonline-grid .col-md-5:last-child,
        .ttonline-grid .col-md-6:last-child,
        .ttonline-grid .col-md-7:last-child,
        .ttonline-grid .col-md-8:last-child,
        .ttonline-grid .col-md-9:last-child,
        .ttonline-grid .col-md-10:last-child,
        .ttonline-grid .col-md-11:last-child,
        .ttonline-grid .col-md-12:last-child,
        .ttonline-grid .col-md-line:last-child {
            border-right: none;
        }

.sticky-footer .btn-primary {
    float: left;
    margin: 10px 0 0 50px;
}

.sticky-footer .btn-secondary {
    float: left;
    margin: 10px 0 0 20px;
}

.sticky-footer .btn-tertiary {
    float: left;
    margin: 10px 0 0 20px;
}

.sticky-footer .savedNoticeLbl {
    float: left !important;
    margin: 0 0 0 20px !important;
    font-size: 16px !important;
    display: none;
    font-family: 'Gilroy Black' !important;
}

.sticky-footer label {
    float: right;
    font-weight: 100;
    font-size: 14px;
    margin: 0 20px 0 0;
}

#side {
    transition: width 0.5s ease 0.2s;
}

.select2-option {
    font-family: 'Gilroy Regular' !important;
}
@media (max-width: 1400px) { /* Custom MD-6 Column Width - wider if below 1500px */
    .col-md-custom-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-custom-4 {
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
}

@media (max-width: 1000px) { /* Custom SM-12 Column Width - wider if below 1500px */
    .col-xs-custom-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@font-face {
    font-family: 'Gilroy Regular';
    src: url('/fonts/Gilroy/Gilroy-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy Black';
    src: url('/fonts/Gilroy/Gilroy-Bold.ttf') format('truetype');
}

.print-btn-margin{
    margin-right:10px;
}

.absence-legend {
    width: 40%;
    color: white;
    cursor: pointer;
    position: relative;
    margin-top: 5px;
}

.gilroy-black {
    font-family: 'Gilroy Black';
}

.gilroy-regular {
    font-family: 'Gilroy Regular';
}

a,
a:hover,
a:active,
a:focus {
    color: #34495e;
}

.navbar-nav {
    margin-left: 1px !important;
}

#PhotoIdUpload {
    background-image: url("/img/icons/photoIDUpload.jpg");
}

#LogoUpload {
    background-image: url("/img/icons/logoUpload.jpg");
}

#DocumentUpload {
    background-image: url("/img/icons/documentUpload.jpg");
}

.form-control:focus {
    border-color: #34495e;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
}

.custom-pension-select {
    position: relative;
    display: inline-block;
    width: 200px;
    padding: 0;
    cursor: pointer;
    margin: 0 0 3px 0;
    background-color: #fff;
    border-radius: 10px;
    outline: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 5"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.selected-pension-option {
    background: transparent;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius:5px;
    cursor: pointer;
}

    .selected-pension-option .pension-name {
        font-weight: bold;
    }

    .selected-pension-option .sub-description {
        font-size: 12px;
        color: #aaa;
    }

.close-all-button{
    height:30px;
    margin-top:20px;
    margin-left:5px;
}
.options-list {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 100;
    max-height: 175px;
    overflow-y: auto;
}

.option {
    padding: 10px;
    cursor: pointer;
}

    .option:hover {
        background: #f0f0f0;
    }

    .option .sub-description {
        font-size: 12px;
        color: #aaa;
    }

.custom-pension-select.open .options-list {
    display: block;
}


ol.breadcrumb li.pull-right:before {
    content: normal;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.modal,
.accordion-toggle:focus,
.btn:focus {
    outline: none;
}

.navbar-side {
    z-index: 1020;
    position: absolute;
    top: 48px;
    width: 100%;
    border-radius: 0;
}

    .navbar-side .side-nav > .panel {
        margin-bottom: 0;
        border: none;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
        height: 50px;
        overflow: hidden;
    }

        .navbar-side .side-nav > .panel img {
            margin-top: -2px;
        }

.panel {
    box-shadow: none;
}

.panel-lbl {
    font-family: 'Gilroy Regular';
    font-size: 14px;
    color: white;
    margin-left: 20px;
    font-weight: 200;
}

.panel-icon {
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.table-icon {
    height: 22px;
    width: 22px;
    cursor: pointer;
    margin-top: 0px;
}

.slogan {
    box-shadow: none;
    border: none;
    text-align: center;
    transition: opacity 0.3s ease-in 0.2s;
    visibility: visible;
    opacity: 1;
}

    .slogan .hidden {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease-out 0.2s;
    }

.ttlogo {
    width: 90px;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 0.5s ease-out 0.2s;
}

.payslip-ytd-left-margin {
    margin-left: -15px !important;
}

.payslip-ytd-right-margin {
    height: 450px !important;
}

.tticon {
    width: 35px;
    margin-left: 10px;
    margin-top: 10px;
}

.btn-request {
    margin-left: 10px;
}

.absence-calendar {
    width: 100% !important;
    margin-top: -20px;
}

.multi-absence-list {
    margin-top: 50px !important;
    margin-bottom: 100px !important;
}

.slogan-lbl {
    font-family: 'Gilroy Black';
    font-size: 14px;
    margin-left: -50px;
    position: fixed;
    line-height: 16px;
    bottom: 100px;
}

.dot-banner {
    width: 100px;
    position: fixed;
    margin-left: -50px;
    bottom: 90px;
}

#expandBtn {
    transition: opacity 0.5s ease 0.2s;
    cursor: pointer;
}

#navLabel {
    transition: margin 0.5s ease 0.2s;
    background-color: #3c9a81;
}

.navPayrollerLabel {
    background-color: #3c9a81 !important;
}
/*###########################################################################################*/
/* Navigation Classes */
/*###########################################################################################*/
.navbar-label {
    float: left;
    font-family: 'Gilroy Regular';
    margin: 6px 10px 0 0;
    font-weight: 100;
    height: 35px;
    padding: 0 10px;
    font-size: 26px;
    border: none;
    color: white;
    padding-right: 25px;
    margin-left: 25px;
    background-color: transparent !important;
}

.navbar-label-multi {
    float: left;
    font-family: 'Gilroy Regular';
    margin: 0;
    font-weight: 100;
    height: 35px;
    padding: 0 10px;
    font-size: 26px;
    border: none;
    color: white;
    padding-right: 25px;
    margin-left: 25px;
    background-color: transparent !important;
}
.date-col {
    text-align: left !important;
    font-family: 'Gilroy Regular' !important;
    min-width: 120px !important;
    max-width: 130px !important;
}

.date-time-col {
    text-align: left !important;
    font-family: 'Gilroy Regular' !important;
    min-width: 150px !important;
    max-width: 150px !important;
}
.navbar-select {
    width: 200px;
    height: 35px;
    padding: 5px 0 0 0;
    cursor: pointer;
    margin: 0 0 3px 0;
    font-size: 16px;
    border: 0px solid #ccc;
    background-color: transparent;
    color: white;
    border-radius: 4px;
    outline: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 5"><path fill="white" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 25px;
}

/*###########################################################################################*/
/* Tile Classes */
/*###########################################################################################*/

.tt-tile {
    /*border-radius: 10px;*/
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);*/
    /*box-shadow: 1px 8px 12px rgba(128, 116, 182, 1);*/
    box-shadow: 4px 4px 4px rgba(128, 116, 182, 0.5);
    min-height: 275px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.2);
    flex-direction: column;
}

.tt-tile-placeholder {
    min-height: 275px;
    display: flex;
    flex-direction: column;
    background-color: transparent !important;
}

.tt-tile-payroller {
    /*border-radius: 10px;*/
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);*/
    /*box-shadow: 1px 8px 12px rgba(60, 154, 129, 1);*/
    box-shadow: 4px 4px 4px rgba(60, 154, 129, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 275px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.2);
    flex-direction: column;
}

.tile-header, .tile-footer {
    height: 35px !important;
}

.tile-header {
    /*background-color: #8074B6; Purple*/
    background-color: #ffffff;
    height: 42px !important;
}

.no-records-notice {
    font-family: 'Gilroy Regular';
    font-size: 16px;
    color: #8074B6;
    margin: 15px;
    text-align: center;
}

.tile-label {
    font-family: 'Gilroy Regular';
    display: flex;
    background-color: transparent;
    border-radius: 5px;
    padding: 0;
    padding-left: 10px;
    margin-top: 4px !important;
    height: 32px;
    color: black;
    font-size: 18px;
    width: 180px;
    padding-top: 5px;
}

.pageBox {
    font-family: 'Gilroy Regular';
    display: flex;
    padding-left: 5px;
    height: 35px;
    color: black;
    font-size: 18px;
    width: 100%;
    padding-top: 10px;
}
.job-profile-min-height {
    min-height: 500px !important;
}
.job-profile-pay-history {
    margin-top: -170px !important;
}
.warning-icon {
    position: relative;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid red;
}

.warning-icon::before {
    content: "!";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    color: white;
    font-weight: bold;
}


.ChartLbl {
    font-size: 16px;
}

.payroller-tile-period-header-text {
    font-family: 'Gilroy Black' !important;
    width: 100px;
    height: 35px;
    padding: 5px 0 0 0;
    margin: 0 0 3px 0;
    font-size: 18px;
    border: 0px solid #ccc;
    color: black;
    outline: none;
    background-position: right 10px center;
    padding-right: 25px;
    background-color: transparent;
    min-width: 120px !important;
    border-radius: 5px;
    padding-left: 10px;
}

.payroller-tile-frequency-header-select-nopayroll {
    font-family: 'Gilroy Black' !important;
    width: 110px;
    height: 35px;
    padding: 5px 0 0 0;
    margin: -5px 0 3px 0;
    font-size: 18px;
    border: 0px solid #ccc;
    color: black;
    outline: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 5"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 25px;
    background-color: transparent;
    border-radius: 5px;
    padding-left: 10px;
}

.empty-payroll-tile {
    display: flex !important;
}

.payroller-tile-label {
    font-family: 'Gilroy Regular';
    display: flex;
    background-color: transparent;
    border-radius: 5px;
    padding: 0;
    margin-top: 4px !important;
    height: 35px;
    color: black;
    font-size: 18px;
    width: 140px;
    padding-top: 5px;
}

.page-tile-button {
    right: 15px !important;
    position: absolute !important;
    width: 20px;
    top: 16px !important;
    cursor: pointer;
}

    .page-tile-button:hover {
        transform: scale(1.1); /* 10% larger */
        transition: transform 0.3s; /* Smooth transition */
    }

.tile-button {
    right: 22px !important;
    position: absolute !important;
    width: 20px;
    top: 22px !important;
    cursor: pointer;
}

    .tile-button:hover {
        transform: scale(1.1); /* 10% larger */
        transition: transform 0.3s; /* Smooth transition */
    }

.tile-footer-chart-one {
    position: absolute !important;
    width: 20px;
    cursor: pointer;
    left: 30px !important;
}

    .tile-footer-chart-one:hover {
        transform: scale(1.1); /* 10% larger */
        transition: transform 0.3s; /* Smooth transition */
    }

.tile-footer-chart-two {
    position: absolute !important;
    width: 20px;
    cursor: pointer;
    left: 60px !important;
}

    .tile-footer-chart-two:hover {
        transform: scale(1.1); /* 10% larger */
        transition: transform 0.3s; /* Smooth transition */
    }

.tile-footer-button {
    position: absolute !important;
    width: 20px;
    cursor: pointer;
    right: 30px !important;
}

    .tile-footer-button:hover {
        transform: scale(1.1); /* 10% larger */
        transition: transform 0.3s; /* Smooth transition */
    }

.tile-footer-print-button {
    width: 20px;
    cursor: pointer;
}

    .tile-footer-print-button:hover {
        transform: scale(1.1); /* 10% larger */
        transition: transform 0.3s; /* Smooth transition */
    }

.tile-body {
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
    flex-grow: 1;
    overflow: auto;
    backface-visibility: hidden;
    transition: transform 0.6s;
    transform: rotateY(0deg);
    position: relative;
    overflow: hidden;
}

.tile-body-map {
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
    flex-grow: 1;
    overflow: auto;
    backface-visibility: hidden;
    transition: transform 0.6s;
    transform: rotateY(0deg);
    position: relative;
    height: 125% !important;
    overflow: hidden;
}
.tile-body-table-user {
    background-color: white;
    padding-top: 0px;
    padding-left: 18px;
    padding-right: 8px;
    flex-grow: 1;
    overflow: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s;
    transform: rotateY(0deg);
    position: relative;
}
.tile-body-table {
    background-color: white;
    padding-top: 0px;
    padding-left: 18px;
    padding-right: 22px;
    flex-grow: 1;
    overflow: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s;
    transform: rotateY(0deg);
    position: relative;
}
.tile-body-table-user {
    overflow-y: auto !important;
    height: 135px;
}
.ttonline.flipped .tile-body {
    transform: rotateY(180deg);
}

.graph-container {
    transform: rotateY(180deg);
    backface-visibility: hidden;
}

.tile-footer {
    background-color: #ffffff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
    border-end-end-radius: 10px;
    border-end-start-radius: 10px;
}
.page-tile-footer {
    background-color: transparent;
    align-items: end;
    text-align:right;
    max-height:50px;
    padding-right: 15px;
    padding-top:10px;
    border-end-end-radius: 10px;
    border-end-start-radius: 10px;
}
.tile-list {
    color: black;
    list-style-type: none !important;
    margin-left: -25px;
    text-align: right;
    font-size: 14px;
    margin-top: 20px;
    font-family: 'Gilroy Regular' !important;
}

    .tile-list li {
        font-family: 'Gilroy Regular' !important;
        margin-bottom: 7px;
    }

.tile-list-personal {
    color: black;
    list-style-type: none !important;
    margin-right: 10px;
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
    font-family: 'Gilroy Regular' !important;
}

    .tile-list-personal li {
        font-family: 'Gilroy Regular' !important;
        margin-bottom: 7px;
    }

.chart-canvas {
    margin-top: 0px !important;
}


#chartContainer {
    position: relative;
    height: 100%; /* Ensure the container height is flexible */
    display: flex;
    justify-content: flex-start; /* Aligns content to the top */
    align-items: flex-start; /* Ensure alignment to the top */
    margin-top:-14px;
}

#JobTypesModel {
    flex: 1;
    position: fixed;
    max-width: 90% !important;
    height: 300px !important;
    margin-top: -50px !important;
    margin-left: 10px !important;
}

#PayrollProgress {
    flex: 1;
    position: fixed;
    max-width: 90% !important;
    height: 300px !important;
    margin-top: -40px !important;
    margin-left: 10px !important;
}

#PersonChart {
    flex: 1;
    position: fixed;
    max-width: 90% !important;
    height: 325px !important;
    margin-top: 40px !important;
    margin-left: 10px !important;
}

#PersonChartLbl {
    margin-top: 380px !important;
    margin: auto;
    margin-left: 34%;
    text-align: center;
}

#LeaversAndStartersModel {
    flex: 1;
    position: fixed;
    margin-top: 20px !important;
    margin-left: 10px !important;
}

#AbsencePie {
    flex: 1;
    position: fixed;
    margin-top: -30px !important;
    margin-left: -10px !important;
}

#ReturnBar {
    flex: 1;
    position: fixed;
    margin-top: 20px !important;
    margin-left: 10px !important;
}

#AbsenceBar {
    flex: 1;
    position: fixed;
    margin-top: 20px !important;
    margin-left: 0px !important;
}

#PayrollBars {
    flex: 1;
    position: fixed;
    margin-top: 20px !important;
    margin-left: 10px !important;
}

#groupCredits {
    flex: 1;
    position: fixed;
    margin-top: 30px !important;
    margin-left: 10px !important;
}

.front-tile {
    margin-top: -18px;
    margin-right: -7px;
}

.graph-tile {
}

.tile-list-left-noselect {
    color: black;
    text-align: left;
    list-style-type: none !important;
    font-size: 14px;
    padding-left: 5px !important;
    font-family: 'Gilroy Black' !important;
    margin-top: 20px;
}

    .tile-list-left-noselect li {
        font-family: 'Gilroy Black' !important;
        margin-bottom: 7px;
    }

.tile-list-left {
    color: black;
    text-align: left;
    list-style-type: none !important;
    font-size: 14px;
    padding-left: 7px !important;
    font-family: 'Gilroy Black' !important;
    margin-top: 20px;
}

    .tile-list-left li {
        font-family: 'Gilroy Black' !important;
        margin-bottom: 7px;
    }

.tile-list-left-personal {
    color: black;
    text-align: left;
    list-style-type: none !important;
    font-size: 14px;
    padding-left: 4px !important;
    font-family: 'Gilroy Black' !important;
    margin-top: 5px;
}

    .tile-list-left-personal li {
        font-family: 'Gilroy Black' !important;
        margin-bottom: 7px;
    }

.tile-list-table {
    color: black;
    text-align: left;
    list-style-type: none !important;
    font-size: 14px;
    padding-left: 0px;
    margin-left: -15px !important;
    margin-top: 20px;
    font-family: 'Gilroy Black' !important;
}

    .tile-list-table li {
        font-family: 'Gilroy Black' !important;
        margin-bottom: 7px;
    }

.tile-list-table-right {
    color: black;
    list-style-type: none !important;
    margin-right: -20px;
    text-align: right;
    font-size: 14px;
    margin-top: 20px;
    font-family: 'Gilroy Regular' !important;
}

    .tile-list-table-right li {
        font-family: 'Gilroy Regular' !important;
        margin-bottom: 7px;
    }

.tile-flex {
    display: flex !important;
}

.profile-tile-image {
    border-radius: 100px;
    height: 90px;
    width: 90px;
    object-fit: cover;
    position: fixed;
    left: 15px;
    top: 270px;
    z-index: 99;
    border: 3px solid white;
}

.map-image {
    border-radius: 10px;
    object-fit: cover;
    position: absolute;
    bottom: 15px !important;
    height: 180px;
    width: 89%;
    margin-left: 20px;
    opacity: 0.8;
}

.job-image {
    border-radius: 5px;
    object-fit: cover;
    height: 60px;
    max-width:50px;
}

.message-icon {
    width: 24px;
    height: 24px;
    position: relative;
}

.msg-icon {
    position: absolute;
    transition: opacity 0.5s; /* smooth transition for the opacity */
    opacity: 1; /* by default, icons are fully visible */
    cursor: pointer;
}

.attention-icon {
    width: 24px;
    height: 24px;
    position: relative;
}

.att-icon {
    position: absolute;
    transition: opacity 0.5s; /* smooth transition for the opacity */
    opacity: 1; /* by default, icons are fully visible */
    cursor: pointer;
}

.yellow-icon {
    opacity: 0;
}

.plus-icon {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    color: red;
    font-size: 38px;
    font-weight: bold;
    cursor: pointer;
    animation: blinkRed 0.5s infinite alternate;
}

.plus-icon-aligned {
    position: fixed;
    margin-top: 20px;
    left: 1220px;
    text-align: right;
    transform: translateY(-50%);
    font-size: 38px;
    font-weight: bold;
    cursor: pointer;
}

.plus-icon-aligned-four-tiles {
    position: fixed;
    margin-top: 20px;
    left: 1620px;
    text-align: right;
    transform: translateY(-50%);
    font-size: 38px;
    font-weight: bold;
    cursor: pointer;
}

@keyframes blinkRed {
    0% {
        color: white;
    }

    100% {
        color: red;
    }
}
.icons-left{
    text-align:left !important;
}
.icons-right {
    display: flex;
    align-items: center;
}

.footer-btn-left {
    float: left !important;
}

.footer-btn-right {
    float: right !important;
}

.icon {
    margin: 0 5px;
}

.pass-icon {
    right: 35px;
    top: -5px;
    position: relative;
    z-index: 99;
}

.icon-hidden {
    margin: 0 5px;
    display: none;
}

.alert-message {
    font-size: 14px;
}

.alert-white {
    color: white;
}

.alert-orange {
    color: orange;
}

.alert-red {
    color: red;
}

.absence-second-table-margin {
    margin-top: 50px !important;
    margin-right: 50px !important;
}

.absence-third-table-margin {
    margin-top: 50px !important;
    margin-bottom: 100px !important;
    margin-right: 50px !important;
}

.tile-job-header-select {
    font-family: 'Gilroy Regular' !important;
    width: 200px;
    height: 35px;
    padding: 0;
    cursor: pointer;
    margin: 0 0 3px 0;
    font-size: 18px;
    border: 0px solid #ccc;
    color: white;
    outline: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 5"><path fill="white" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 25px;
    background-color: #8074b6;
    border-radius: 5px;
    padding-left: 10px;
    margin-top: 4px;
}

    .tile-job-header-select option {
        color: white;
    }

.payroller-tile-job-header-select {
    font-family: 'Gilroy Black' !important;
    width: 170px;
    height: 35px;
    padding: 0;
    cursor: pointer;
    margin: 0 0 3px 0;
    font-size: 18px;
    border: 0px solid #ccc;
    color: black;
    outline: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 5"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 25px;
    background-color: transparent;
    border-radius: 5px;
    padding-left: 10px;
}

    .payroller-tile-job-header-select:hover {
        background-color: #3c9a81 !important;
        color: white;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 5"><path fill="white" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
    }

    .payroller-tile-job-header-select option {
        color: white;
        background-color:#3c9a81 !important;
        font-size: 18px !important;
        border-radius: 20px !important;
        margin: 0 0 3px 0 !important;
        padding-left: 10px !important;
        font-family: 'Gilroy Regular' !important;
        border: 1px solid red !important;
    }
.payroller-tile-company-header-select {
    font-family: 'Gilroy Black' !important;
    width: 260px;
    height: 35px;
    padding: 0;
    cursor: pointer;
    margin: 0 0 3px 0;
    font-size: 18px;
    border: 0px solid #ccc;
    color: black;
    outline: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 5"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 25px;
    background-color: transparent;
    border-radius: 5px;
    padding-left: 10px;
}

    .payroller-tile-company-header-select:hover {
        background-color: #3c9a81 !important;
        color: white;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 5"><path fill="white" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
    }

    .payroller-tile-company-header-select option {
        color: white;
        background-color: #3c9a81 !important;
        font-size: 18px !important;
        border-radius: 20px !important;
        margin: 0 0 3px 0 !important;
        padding-left: 10px !important;
        font-family: 'Gilroy Regular' !important;
        border: 1px solid red !important;
    }
.payroller-tile-nojob-header {
    font-family: 'Gilroy Black' !important;
    width: 170px !important;
    min-width: 170px !important;
}

.payroller-tile-job-status-header-select {
    font-family: 'Gilroy Black' !important;
    width: 120px;
    height: 35px;
    padding: 0;
    cursor: pointer;
    margin: 0 0 3px 0;
    font-size: 18px;
    border: 0px solid #ccc;
    color: black;
    outline: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 5"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 25px;
    background-color: transparent;
    border-radius: 5px;
    padding-left: 10px;
}

    .payroller-tile-job-status-header-select:hover {
        background-color: #3c9a81;
        color: white;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 5"><path fill="white" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
    }

    .payroller-tile-job-status-header-select option {
        color: white;
        background-color: #3c9a81 !important;
        font-size: 18px !important;
        background-color: white;
        border-radius: 20px !important;
        margin: 0 0 3px 0 !important;
        padding-left: 10px !important;
        font-family: 'Gilroy Regular' !important;
        border: 1px solid red !important;
    }
/*.tile-header-select:hover {
        background-color: #454545;
    }
*/

.tile-person-header-select {
    font-weight: bold;
    font-family: 'Gilroy Regular' !important;
    width: 180px;
    height: 35px;
    padding: 5px 0 0 0;
    margin: 0 0 3px 0;
    font-size: 16px;
    border: 0px solid #ccc;
    color: white;
    border-radius: 4px;
    outline: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 5"><path fill="white" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 25px;
    background-color: #8074b6;
    border-radius: 5px;
    padding-left: 10px;
    margin-top: 4px;
}
    /*#3c9a81*/
    .tile-person-header-select option {
        color: white;
        
    }

.payroller-tile-person-header-select {
    font-family: 'Gilroy Black' !important;
    width: 260px;
    height: 35px;
    padding: 5px 0 0 0;
    margin: 0 0 3px 0;
    font-size: 18px;
    border: 0px solid #ccc;
    color: black;
    outline: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 5"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 25px;
    background-color: transparent;
    border-radius: 5px;
    padding-left: 10px;
}

    .payroller-tile-person-header-select:hover {
        background-color: #3c9a81;
        color: white;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 5"><path fill="white" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
    }

    .payroller-tile-person-header-select option {
        color: white;
        background-color: #3c9a81 !important;
    }

.tile-company-header-select {
    font-weight: bold;
    font-family: 'Gilroy Black' !important;
    width: 180px;
    height: 35px;
    padding: 5px 0 0 0;
    margin: 0 0 3px 0;
    font-size: 16px;
    border: 0px solid #ccc;
    background-color: transparent;
    color: black;
    border-radius: 4px;
    outline: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 5"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 25px;
}

    .tile-company-header-select:hover {
        background-color: #3c9a81;
        color: white;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 5"><path fill="white" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
    }

    .tile-company-header-select option {
        color: white;
    }


.tile-period-header-select {
    font-family: 'Gilroy Black' !important;
    width: 120px;
    height: 35px;
    padding: 5px 0 0 0;
    margin: 0 0 3px 0;
    font-size: 16px;
    border: 0px solid #ccc;
    background-color: transparent;
    color: white;
    border-radius: 4px;
    outline: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 5"><path fill="white" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 25px;
    background-color: #8074b6;
    border-radius: 5px;
    padding-left: 10px;
    margin-top: 4px;
}

    .tile-period-header-select option {
        color: white;
    }

.payroller-tile-period-header-select {
    font-family: 'Gilroy Black' !important;
    width: 140px;
    height: 35px;
    padding: 5px 0 0 0;
    margin: 0 0 3px 0;
    font-size: 18px;
    border: 0px solid #ccc;
    color: black;
    outline: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 5"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 25px;
    background-color: transparent;
    border-radius: 5px;
    padding-left: 10px;
}

    .payroller-tile-period-header-select:hover {
        background-color: #3c9a81;
        color: white;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 5"><path fill="white" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
    }

    .payroller-tile-period-header-select option {
        color: white;
        background-color: #3c9a81 !important;
    }

.tile-frequency-header-select {
    font-family: 'Gilroy Black' !important;
    width: 100px;
    height: 35px;
    padding: 5px 0 0 0;
    margin: 0 0 3px 0;
    font-size: 16px;
    border: 0px solid #ccc;
    background-color: transparent;
    color: white;
    border-radius: 4px;
    outline: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 5"><path fill="white" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 25px;
    background-color: #8074b6;
    border-radius: 5px;
    padding-left: 10px;
    margin-top: 4px;
}

    .tile-frequency-header-select option {
        color: white;

    }

.payroller-tile-frequency-header-select {
    font-family: 'Gilroy Black' !important;
    width: 110px;
    height: 35px;
    padding: 5px 0 0 0;
    margin: 0 0 3px 0;
    font-size: 18px;
    border: 0px solid #ccc;
    color: black;
    outline: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 5"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 25px;
    background-color: transparent;
    border-radius: 5px;
    padding-left: 10px;
}

    .payroller-tile-frequency-header-select:hover {
        background-color: #3c9a81;
        color: white;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 5"><path fill="white" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
    }

    .payroller-tile-frequency-header-select option {
        color: white;
        background-color: #3c9a81 !important;
    }

.tt-tile.tall-tile {
    height: 580px !important;
}

.tt-tile-payroller.tall-tile {
    height: 580px !important;
}

.tt-tile.half-tile {
    height: 275px;
}

/*###########################################################################################*/
/* Tile Sliding Classes */
/*###########################################################################################*/



.flip-card-inner {
    display: flex;
    width: 200%; /* 200% for 1 graph */
    height: 200px;
    transition: transform 1s ease-in-out;
}

.flip-card-inner-tall {
    display: flex;
    width: 200%; /* 200% for 1 graph */
    height: 400px;
    transition: transform 1s ease-in-out;
}

.flip-card-inner-two {
    display: flex;
    width: 300%; /* 300% for 2 graphs */
    height: 200px;
    transition: transform 1s ease-in-out;
}

.flip-card-front, .flip-card-back, .flip-card-third {
    width: 50%; /* 50% for 1 graph */
    flex-shrink: 0;
}

.flip-card-front-two, .flip-card-back-two, .flip-card-third-two {
    width: 33.3333%; /* 33.3333% for two graphs */
    flex-shrink: 0;
}

.flip-card-back, .flip-card-back-two, .flip-card-third-two {
    padding-top: 0px;
}

.caret-left, .caret-right {
    position: absolute;
    top: 40%;
    width: 20px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    margin-right: 2px;
}

.caret-left {
    left: 0px;
    background: url('/img/icons/left_chevron.png') no-repeat center;
    background-size: contain;
}

.caret-right {
    right: -2px;
    background: url('/img/icons/right_chevron.png') no-repeat center;
    background-size: contain;
}

.hidden {
    display: none;
}

.form-button {
    margin-top: 12px;
    margin-left: 15px;
}
/*###########################################################################################*/
/* Responsive Resize Classes */
/*###########################################################################################*/
.login-tile {
    min-width: 400px !important;
    max-width: 400px !important;
    width: 400px !important;
    min-height: 500px !important;
    height: 500px !important;
    max-height: 500px !important;
    margin: auto;
}

.register-tile {
    min-width: 400px !important;
    max-width: 400px !important;
    width: 400px !important;
    min-height: 600px !important;
    height: 600px !important;
    max-height: 600px !important;
    margin: auto;
}

.fixed-tile {
    min-width: 400px !important;
    max-width: 400px !important;
    width: 400px !important;
}

.fixed-payslip-tile-left {
    min-width: 700px !important;
    max-width: 700px !important;
    width: 700px !important;
}

.fixed-payslip-tile-right {
    min-width: 480px !important;
    max-width: 480px !important;
    width: 480px !important;
    min-height: 240px !important;
}

.fixed-payslip-tile-body-right {
    min-height: 240px !important;
}

.fixed-payslip-tile-body-left {
    min-height: 240px !important;
}

.payslip-left-tile-container {
    display: flex;
    flex-wrap: wrap;
}

.payslip-check-container {
    margin-left: -10px !important;
}

.payslip-container-fields {
    flex: 1;
}

#payslip-left-tile-col-3 {
    margin-left: 10px;
}

#payslip-right-tile-col-2 {
    margin-left: 5px;
}

.login-footer {
    height: 45px !important;
    background-color: transparent !important;
    padding-top: 30px;
}

.login-username {
    text-transform: lowercase !important;
}

.employee-job {
    padding: 20px;
}

.login-image {
    max-width: 300px;
    margin-left: 250px;
}
@media (min-width: 1926px) and (max-width: 3200px) {
    .job-profile-pay-history {
        margin-top: 0px !important;
    }
}

 @media (min-width: 1301px) and (max-width: 3200px) {
        .fixed-tile {
            /* Fixed width for medium screens */
            min-width: 400px !important;
            max-width: 400px !important;
            width: 400px;
        }

        .fixed-payslip-tile-left {
            min-width: 700px !important;
            max-width: 700px !important;
            width: 700px !important;
        }

        .fixed-payslip-tile-right {
            min-width: 480px !important;
            max-width: 480px !important;
            width: 480px !important;
            min-height: 240px !important;
        }

        .top-dashboard-margin {
            padding-top: 25px;
        }

        .middle-dashboard-margin {
            padding-top: 0px;
        }

        .lower-dashboard-margin {
            padding-top: 0px;
        }

        .dashboard-secondcol-margin {
            margin-top: 0px;
        }

        .dashboard-thirdcol-margin {
            padding-top: 0px;
            margin-bottom: 100px;
        }

        .dashboard-fourthcol-margin {
            padding-top: 0px;
        }

        .notMobile {
            display: block;
        }

        .section-header-payroller-table {
            min-width: 1150px !important;
            max-width: 1150px !important;
        }

        .section-header-pension-table {
            min-width: 770px !important;
            max-width: 770px !important;
        }

        .section-header-payroller-table-ytd {
            min-width: 450px !important;
            max-width: 450px !important;
            min-height: 245px !important;
        }

        .section-header-absence-multi {
            background-color: transparent;
            color: black;
            margin-top: 0px !important;
            width: 1100px !important;
            max-width: 1100px !important;
            box-shadow: 4px 4px 12px rgba(128, 116, 182, 0.5);
        }

        .plus-icon-aligned {
            position: fixed;
            margin-top: 20px;
            left: 1220px;
            text-align: right;
            transform: translateY(-50%);
            font-size: 38px;
            font-weight: bold;
            cursor: pointer;
        }
    }

    @media (min-width: 1145px) and (max-width: 1328px) {
        .plus-icon-aligned {
            position: fixed;
            margin-top: 20px;
            left: 830px;
            text-align: right;
            transform: translateY(-50%);
            font-size: 38px;
            font-weight: bold;
            cursor: pointer;
        }
        .job-profile-pay-history {
            margin-top: 0px !important;
        }
    }

    @media (min-width: 1145px) and (max-width: 1300px) {
        .fixed-tile {
            /* Fixed width for medium screens */
            min-width: 350px !important;
            max-width: 350px !important;
            width: 350px;
        }

        .fixed-payslip-tile-left {
            min-width: 530px !important;
            max-width: 530px !important;
            width: 530px !important;
        }

        .fixed-payslip-tile-right {
            min-width: 530px !important;
            max-width: 530px !important;
            width: 530px !important;
            min-height: 240px !important;
        }

        .top-dashboard-margin {
            padding-top: 25px;
        }

        .middle-dashboard-margin {
            padding-top: 0px;
        }

        .lower-dashboard-margin {
            padding-top: 0px;
        }

        .dashboard-secondcol-margin {
            margin-top: 0px;
        }

        .dashboard-thirdcol-margin {
            padding-top: 0px;
            margin-bottom: 100px;
        }

        .dashboard-fourthcol-margin {
            padding-top: 0px;
        }

        .notMobile {
            display: block;
        }

        .fixed-payslip-tile-body-right {
            min-height: 250px !important;
        }

        .fixed-payslip-tile-body-left {
            min-height: 350px !important;
        }

        .section-header-payroller-table {
            min-width: 900px !important;
            max-width: 900px !important;
        }

        .section-header-pension-table {
            min-width: 770px !important;
            max-width: 770px !important;
        }

        .section-header-payroller-table-ytd {
            min-width: 500px !important;
            max-width: 500px !important;
            min-height: 245px !important;
        }

        #payslip-left-tile-col-1 {
            flex-basis: 50%;
            margin-left: 0px;
        }

        #payslip-left-tile-col-2 {
            flex-basis: 50%;
            margin-left: -30px;
        }

        #payslip-left-tile-col-3 {
            flex-basis: 100%;
            margin-left: -20px;
        }

        #payslip-right-tile-col-2 {
            margin-left: 5px;
        }

        .second-table-margin {
            margin-top: 0px;
        }

        .absence-legend {
            width: 40%;
            color: white;
            cursor: pointer;
            position: relative;
            font-size: 12px;
            margin-top: 5px;
        }

        .section-header-absence-multi {
            background-color: transparent;
            color: black;
            margin-top: 0px !important;
            width: 950px !important;
            max-width: 950px !important;
            box-shadow: 4px 4px 12px rgba(128, 116, 182, 0.5);
        }

        .plus-icon-aligned {
            position: fixed;
            margin-top: 20px;
            left: 1080px;
            text-align: right;
            transform: translateY(-50%);
            font-size: 38px;
            font-weight: bold;
            cursor: pointer;
        }

        .payroller-tile-company-header-select {
            width: 220px;
        }
    }

    @media (min-width: 1000px) and (max-width: 1145px) {
        .fixed-tile {
            /* Fixed width for medium screens */
            min-width: 350px !important;
            max-width: 350px !important;
            width: 350px;
        }
        .job-profile-pay-history {
            margin-top: 0px !important;
        }
        .fixed-payslip-tile-left {
            min-width: 530px !important;
            max-width: 530px !important;
            width: 530px !important;
        }

        .fixed-payslip-tile-right {
            min-width: 530px !important;
            max-width: 530px !important;
            width: 530px !important;
            min-height: 240px !important;
            margin-top: 50px;
        }

        .payslip-entry {
            margin-top: 50px;
        }

        .top-dashboard-margin {
            padding-top: 25px;
        }

        .middle-dashboard-margin {
            padding-top: 0px;
        }

        .lower-dashboard-margin {
            padding-top: 0px;
        }

        .dashboard-secondcol-margin {
            margin-top: 0px;
        }

        .dashboard-thirdcol-margin {
            margin-top: 50px;
            margin-bottom: 100px;
        }

        .dashboard-fourthcol-margin {
            padding-top: 50px;
        }

        .half-tile {
            margin-top: 50px;
        }

        .tall-tile {
            margin-top: 50px;
        }

        .empty-tile {
            display: none;
        }

        .notMobile {
            display: block;
        }

        .fixed-payslip-tile-body-right {
            min-height: 250px !important;
        }

        .fixed-payslip-tile-body-left {
            min-height: 350px !important;
        }

        .section-header-payroller-table {
            min-width: 850px !important;
            max-width: 850px !important;
        }

        .section-header-pension-table {
            min-width: 770px !important;
            max-width: 770px !important;
        }

        .section-header-payroller-table-ytd {
            min-width: 500px !important;
            max-width: 500px !important;
            min-height: 245px !important;
        }

        #payslip-left-tile-col-1 {
            flex-basis: 50%;
            margin-left: 0px;
        }

        #payslip-left-tile-col-2 {
            flex-basis: 50%;
            margin-left: -30px;
        }

        #payslip-left-tile-col-3 {
            flex-basis: 100%;
            margin-left: -20px;
        }

        .second-table-margin {
            margin-top: 50px !important;
        }

        .plus-icon-aligned {
            position: fixed;
            margin-top: 20px;
            left: 730px;
            text-align: right;
            transform: translateY(-50%);
            font-size: 38px;
            font-weight: bold;
            cursor: pointer;
        }

        .payroller-tile-company-header-select {
            width: 220px;
        }
    }


    @media (min-width: 895px) and (max-width: 1000px) {
        .fixed-tile {
            /* Fixed width for medium screens */
            min-width: 350px !important;
            max-width: 350px !important;
            width: 350px;
        }
        .job-profile-pay-history {
            margin-top: 0px !important;
        }
        .fixed-payslip-tile-left {
            min-width: 530px !important;
            max-width: 530px !important;
            width: 530px !important;
        }

        .fixed-payslip-tile-right {
            min-width: 530px !important;
            max-width: 530px !important;
            width: 530px !important;
            min-height: 240px !important;
            margin-top: 50px;
        }

        .top-dashboard-margin {
            padding-top: 25px;
        }

        .middle-dashboard-margin {
            padding-top: 0px;
        }

        .lower-dashboard-margin {
            padding-top: 0px;
        }

        .dashboard-secondcol-margin {
            margin-top: 0px;
        }

        .dashboard-thirdcol-margin {
            margin-top: 50px;
            margin-bottom: 100px;
        }

        .dashboard-fourthcol-margin {
            padding-top: 50px;
        }

        .half-tile {
            margin-top: 50px;
        }

        .tall-tile {
            margin-top: 50px;
        }

        .empty-tile {
            display: none;
        }

        .notMobile {
            display: block;
        }

        .fixed-payslip-tile-body-right {
            min-height: 250px !important;
        }

        .fixed-payslip-tile-body-left {
            min-height: 350px !important;
        }

        .section-header-payroller-table {
            min-width: 750px !important;
            max-width: 750px !important;
        }

        .section-header-pension-table {
            min-width: 770px !important;
            max-width: 770px !important;
        }

        .section-header-payroller-table-ytd {
            min-width: 500px !important;
            max-width: 500px !important;
            min-height: 245px !important;
        }

        #payslip-left-tile-col-1 {
            flex-basis: 50%;
            margin-left: 0px;
        }

        #payslip-left-tile-col-2 {
            flex-basis: 50%;
            margin-left: -30px;
        }

        #payslip-left-tile-col-3 {
            flex-basis: 100%;
            margin-left: -20px;
        }

        .table-container {
            overflow: auto !important;
        }

        .payslip-entry {
            margin-top: 50px;
        }

        .second-table-margin {
            margin-top: 50px !important;
            margin-bottom: 100px !important;
        }

        .plus-icon-aligned {
            position: fixed;
            margin-top: 20px;
            left: 730px;
            text-align: right;
            transform: translateY(-50%);
            font-size: 38px;
            font-weight: bold;
            cursor: pointer;
        }

        .payroller-tile-company-header-select {
            width: 220px;
        }
    }

    @media (min-width: 345px) and (max-width: 895px) {
        .fixed-tile {
            /* Fixed width for medium screens */
            min-width: 350px !important;
            max-width: 350px !important;
            width: 350px;
        }
        .job-profile-pay-history {
            margin-top: 0px !important;
        }
        .fixed-payslip-tile-left {
            min-width: 400px !important;
            max-width: 400px !important;
            width: 400px !important;
        }

        .fixed-payslip-tile-right {
            min-width: 400px !important;
            max-width: 400px !important;
            width: 400px !important;
            min-height: 240px !important;
            max-height: 240px !important;
            margin-top: 50px;
        }

        .top-dashboard-margin {
            padding-top: 25px;
        }

        .middle-dashboard-margin {
            padding-top: 0px;
        }

        .lower-dashboard-margin {
            padding-top: 0px;
        }

        .dashboard-secondcol-margin {
            margin-top: 50px;
        }

        .dashboard-thirdcol-margin {
            margin-top: 50px;
            margin-bottom: 100px;
        }

        .dashboard-fourthcol-margin {
            padding-top: 50px;
        }

        .half-tile {
            margin-top: 50px;
        }

        .tall-tile {
            margin-top: 50px;
        }

        .empty-tile {
            display: none;
        }

        .section-header-payroller-table {
            min-width: 380px !important;
            max-width: 380px !important;
        }

        .section-header-pension-table {
            min-width: 380px !important;
            max-width: 380px !important;
        }

        .section-header-payroller-table-ytd {
            min-width: 390px !important;
            max-width: 390px !important;
            min-height: 245px !important;
        }

        .second-returns-row {
            margin-top: 25px;
        }

        .table-container {
            overflow: auto !important;
        }

        .navbar-side .navbar-collapse,
        .navbar-side .sidebar-collapse,
        .navbar-side .collapse {
            display: block !important; /* Force the sidebar to always be displayed */
            width: 50px; /* Set the width of the sidebar */
        }
        /* Ensure the .side-nav doesn't expand beyond the width of the sidebar */
        .navbar-side .nav.navbar-nav.side-nav {
            width: 50px; /* This should match the sidebar width */
            flex-direction: column; /* Stack the nav items vertically */
        }

        .navbar-nav {
            margin-left: 0px !important;
        }

        .navbar-top {
            z-index: 1030;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            max-height: 50px;
            border-radius: 0;
        }

        .navbar-header {
            position: absolute !important;
            height: 50px !important;
            z-index: 99;
        }

        .navbar-side .side-nav {
            position: absolute;
            left: 0;
            width: 50px;
            border: none;
            border-radius: 0;
            overflow: hidden !important;
        }

        #payroller-wrapper {
            width: 100%;
            overflow: visible; /* Ensuring it's set to visible */
            top: 0px !important;
            position: absolute;
        }

        .navPayrollerLabel {
            margin-left: 50px !important;
        }

        .notMobile {
            display: none !important;
        }

        .top-navbar-select {
            margin-left: 75px !important;
        }
        
        .fixed-payslip-tile-body-right {
            min-height: 450px !important;
        }

        .fixed-payslip-tile-body-left {
            min-height: 450px !important;
        }

        .second-returns-row {
            margin-top: 25px;
        }

        #payslip-left-tile-col-1 {
            flex-basis: 100%;
            margin-left: 0px;
        }

        #payslip-left-tile-col-2 {
            flex-basis: 100%;
            margin-left: 0px;
        }

        #payslip-left-tile-col-3 {
            flex-basis: 100%;
            margin-left: -20px;
        }

        #payslip-right-tile-col-1 {
            flex-basis: 100%;
            margin-left: 0px;
        }

        #payslip-right-tile-col-2 {
            flex-basis: 100%;
            margin-left: 0px;
        }

        .payslip-entry {
            margin-top: 0px;
        }

        .second-table-margin {
            margin-top: 50px !important;
            margin-bottom: 100px !important;
        }

        .absence-second-table-margin {
            margin-top: 50px !important;
            margin-right: 50px !important;
        }

        .absence-third-table-margin {
            margin-top: 50px !important;
            margin-bottom: 100px !important;
            margin-right: 50px !important;
        }

        .third-table-margin {
            margin-top: 50px !important;
            margin-bottom: 100px !important;
        }


        .absence-legend {
            width: 30%;
            color: white;
            cursor: pointer;
            position: relative;
            font-size: 6px;
            margin-top: 5px;
        }

        .plus-icon-aligned {
            position: fixed;
            margin-top: 20px;
            left: 730px;
            text-align: right;
            transform: translateY(-50%);
            font-size: 38px;
            font-weight: bold;
            cursor: pointer;
        }

        .payroller-tile-company-header-select {
            width: 220px;
        }
    }

    @media (max-width: 595px) {

        .section-header-payroller-table {
            min-width: 395px !important;
            max-width: 395px !important;
        }

        .second-returns-row {
            margin-top: 25px;
        }
    }
    /*###########################################################################################*/
    /* Field Classes */
    /*###########################################################################################*/

    .field-container {
        display: flex;
        align-items: center;
        position: relative;
    }

    .field-container-xero {
        display: flex;
        align-items: center;
        position: relative;
        margin-top: 1px;
    }

    .jurisdiction-flag {
        float: right;
        margin-right: 22px;
    }

    .field-clamp {
        margin-top: -13px !important;
    }

    .field-clamp-sel {
        margin-top: -10px !important;
    }

    .field-label {
        margin-right: 10px;
        text-align: right;
        padding-top: 6px;
        font-weight: 100;
        flex: 1;
        font-family: 'Gilroy Regular' !important;
    }

    .text-field {
        width: 200px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: capitalize;
        font-family: 'Gilroy Regular' !important;
    }

        .text-field:focus {
            border-color: #9f9f9f;
        }

.register-notification{
    margin-left:50px;
    margin-right:50px;
    text-align:center;
}

.apikey-text-field {
    width: 300px;
    height: 35px;
    font-size: 14px;
    padding-left: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    text-transform: capitalize;
    font-family: 'Gilroy Regular' !important;
}

        .apikey-text-field:focus {
            border-color: #9f9f9f;
        }

    .apivalid-text-field {
        width: 120px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: capitalize;
        font-family: 'Gilroy Regular' !important;
    }

        .apivalid-text-field:focus {
            border-color: #9f9f9f;
        }

    div.warning-icon {
        display: none;
    }

    .warning-icon {
        display: none;
        width: 35px;
        height: 35px;
        background-color: transparent;
        color: white;
        border: 1px solid #ccc;
        text-align: center;
        line-height: 24px;
        border-radius: 2px;
        position: absolute;
        right: 0px;
        top: 49%;
        transform: translateY(-50%);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .warning-icon img {
            max-width: 100%;
            max-height: 100%;
            padding-top: 3px;
        }

    .validation-popup {
        display: none;
        position: absolute;
        top: -10px;
        right: 36px;
        background-color: red;
        color: white;
        padding: 8px;
        border-radius: 4px;
        transform: translateY(-100%);
        white-space: nowrap;
    }

        .validation-popup:before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            border-style: solid;
            border-width: 10px 10px 0;
            border-color: red transparent transparent transparent;
        }

    .warning-icon:hover + .validation-popup {
        display: block;
    }

    div.info-icon {
        display: none;
    }

    .info-icon {
        display: none;
        width: 33px;
        height: 33px;
        background-color: #357ebd;
        color: white;
        text-align: center;
        line-height: 24px;
        border-radius: 2px;
        position: absolute;
        right: 0px;
        top: 49%;
        transform: translateY(-50%);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .info-icon img {
            max-width: 100%;
            max-height: 100%;
            padding-top: 3px;
        }

    .info-popup {
        display: block;
        position: absolute;
        left: 0;
        right: calc(100% + 10px);
        bottom: 100%;
        margin-bottom: 10px;
        background-color: #357ebd !important;
        color: white;
        border: 1px solid #ddd;
        padding: 10px;
        min-width: 160px !important;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        z-index: 1;
    }

    .info-modal-popup {
        display: none;
        position: absolute;
        left: 0; /* Resets the left value */
        right: calc(100% + 10px); /* Moves the box to the left of the icon and adds a slight gap of 10px */
        bottom: 100%; /* Aligns the bottom of the popup with the top of the icon */
        margin-bottom: 10px; /* Adds a little gap above the icon */
        background-color: #357ebd;
        color: white;
        border: 1px solid #ddd;
        padding: 10px;
        min-width: 200px !important;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        z-index: 1;
    }

    .report-popup {
        display: none;
        position: absolute;
        background-color: #e7e7e7 !important;
        color: black;
        border: 1px solid #ddd;
        padding: 10px;
        min-width: 220px !important;
        max-height: 120px !important;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        z-index: 1;
    }

    .form-floating .report-popup {
        position: absolute;
        top: 5%; /* Position above the icon */
        left: 30px !important;
        height: 140px;
        background-color: #3f5f9b; /* Blue background */
        color: black; /* White text */
        padding: 8px; /* Adjust padding as needed */
        border-radius: 4px; /* Rounded corners */
        z-index: 100; /* Ensure it's above other elements */
        box-shadow: 0 2px 4px rgba(0,0,0,0.2); /* Optional: adds a slight shadow */
        opacity: 1;
        display: none;
        /* Additional styling as needed */
    }

        .form-floating .report-popup::after {
            content: '';
            position: absolute;
            top: 0px; /* Adjust arrow position */
            left: -20px;
            border-width: 10px;
            border-style: solid;
            border-color: transparent grey transparent transparent;
            /* Adjust the following to move the arrow left or right */
        }

    .report-menu-item {
        cursor: pointer;
        text-align: start;
    }

        .report-menu-item:hover {
            background-color: #fff2d6 !important;
        }

    .payslip-checkbox {
        margin-left: -15px;
        width: 35px !important;
        height: 35px !important;
        margin-top: 2px !important;
        margin-bottom: 0px !important;
        padding-left: 12px
    }

        .payslip-checkbox input:disabled + .box {
            background-color: #eee;
        }

    .xero-field {
        width: 80px;
        height: 35px;
        font-size: 14px;
        padding-right: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-align: right;
        text-transform: capitalize;
        background-color: transparent;
    }

    .bizref-field {
        width: 50px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: capitalize;
    }

        .bizref-field:focus {
            border-color: black;
        }

    .popoffice-field {
        width: 150px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: capitalize;
    }

        .popoffice-field:focus {
            border-color: black;
        }

    .returns-login-field {
        width: 120px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: capitalize;
    }

        .returns-login-field:focus {
            border-color: black;
        }

    .returns-password-field {
        width: 120px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: capitalize;
    }

        .returns-password-field:focus {
            border-color: black;
        }

    .bacs-reference-field {
        width: 120px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: capitalize;
    }

    .bacs-format-field:focus {
        border-color: black;
    }

    .bacs-format-select {
        width: 140px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
        font-family: 'Gilroy Regular' !important;
    }

    .status-text-field {
        width: 140px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-align: left;
        text-transform: capitalize;
        background-color: transparent;
    }

    .phone-input {
        width: 120px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
    }

        .phone-input:focus {
            border-color: black;
        }

    .title-select {
        width: 100px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
        font-family: 'Gilroy Regular' !important;
    }

    .pay-unit-select {
        width: 100px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
        font-family: 'Gilroy Regular' !important;
    }

    .pay-method-select {
        width: 100px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
        font-family: 'Gilroy Regular' !important;
    }

    .days-week-select {
        width: 100px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
        font-family: 'Gilroy Regular' !important;
    }

    .department-select {
        width: 150px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
        font-family: 'Gilroy Regular' !important;
    }

    .business-select {
        width: 140px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
        font-family: 'Gilroy Regular' !important;
    }

    .xero-select {
        width: 100px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
        font-family: 'Gilroy Regular' !important;
    }

    .top-navbar-select {
        float: left;
        font-family: 'Gilroy Regular';
        margin: 6px 10px 0 0;
        height: 35px;
        padding: 0 10px;
        font-size: 26px;
        cursor: pointer;
        border: none;
        background-color: transparent;
        color: white;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="white" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
        margin-left: 25px;
    }

        .top-navbar-select option {
            color: black;
            font-size: 22px !important;
            font-family: 'Gilroy Regular';
        }

    .chart-select {
        float: right;
        font-family: 'Gilroy Regular';
        margin: 5px 40px 0 0;
        height: 30px;
        padding: 0 10px;
        font-size: 20px;
        cursor: pointer;
        background-color: transparent;
        color: black;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
        margin-left: 25px;
        z-index: 99;
        position: relative;
    }

        .chart-select option {
            color: black;
            font-size: 20px !important;
            font-family: 'Gilroy Regular';

        }

    .chartLbl {
        float: right;
        font-family: 'Gilroy Regular';
        font-size: 18px;
        padding-top: 5px;
        margin-right: -15px !important;
    }

    #chartStatusLbl {
        margin-right: 10px !important;
        font-family: 'Gilroy Regular';
        font-size: 16px;
        padding-top: 79px;
        padding-left: 50px;
    }

    .jobtitle-select {
        width: 150px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
    }

    .paycycle-select {
        width: 120px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
    }

    .payperiod-select {
        width: 120px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
    }

    .pay-rate-field {
        width: 120px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: capitalize;
    }

        .pay-rate-field:focus {
            border-color: black;
        }

    .gender-select {
        width: 100px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
    }

    .issue-box-subject-field {
        width: 200px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
    }

    .issue-box-body-field {
        width: 140px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
    }

    .payroll-payslip-pay-rule {
        width: 40px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
    }

    .payroll-payslip-message {
        width: 220px;
        height: 80px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        resize: none;
    }

    .payroll-pay-rule {
        width: 90px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: capitalize;
    }

    .payroll-payslip-bank-rule {
        width: 220px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
    }

    .issue-box-field {
        width: 200px;
        height: 120px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        resize: none;
    }

    .residency-select {
        width: 120px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
    }

    .residency-status-select {
        width: 120px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
    }

    .marital-status-select {
        width: 110px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
    }

    .absence-type-select {
        width: 180px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
    }

    .field-container {
        display: flex;
        align-items: center;
        position: relative;
        margin-bottom: 10px;
    }

    .support-text {
        padding: 20px;
    }

    .page-frame-margins {
        padding: 20px;
    }

    .password-field {
        width: 180px;
        height: 35px;
        font-size: 30px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: capitalize;
    }

        .password-field:focus {
            border-color: black;
        }

        .password-field + .warning-icon {
            right: calc(100% - 160px);
        }

    .service-length-field {
        width: 240px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: capitalize;
    }

        .service-length-field:focus {
            border-color: black;
        }

        .service-length-field + .warning-icon {
            right: calc(100% - 160px);
        }



    .options-container {
        display: flex;
        align-items: center; /* vertically center align the items */
    }

    .custom-radio {
        display: inline-block;
        width: 25px;
        height: 25px;
        border: 1px solid #ccc;
        position: relative;
        border-radius: 4px;
        margin-top: 12px;
        background-color: white;
        margin-right: 10px;
    }

    .custom-radio-lbl {
        margin-right: 10px;
        text-align: left;
        padding-top: 10px;
        padding-left: 10px;
        flex: 1;
        font-weight: 100;
    }

    .custom-radio:checked + .custom-radio-lbl {
        background-color: #eee; /* Replace with your desired color */
    }


    .field-label-container {
        flex: 1;
        text-align: right;
        margin-right: 12px;
    }

    .field-input-container {
        margin-left: 15px;
    }

    .field-label-container-half {
        flex: 0.5;
        text-align: right;
        margin-right: 10px;
    }

    .field-label-container-third {
        text-align: left;
        margin-left: 15px;
    }

    .modal-field-container {
        display: flex;
        align-items: center;
        position: relative;
        margin-bottom: 10px !important;
        margin-left: -10px !important;
    }

    .modal-department {
        height: 30vh !important;
    }

    .modal-add-payroller {
        height: 20vh !important;
    }

    .modal-pension {
        height: 20vh !important;
    }

    .modal-search {
        height: 45vh !important;
        padding: 0 !important;
    }

    .modal-payroller {
        height: 30vh !important;
    }

    .modal-documents {
        height: 60vh !important;
        max-height: 580px !important;
    }

    .modal-options {
        height: 76vh !important;
        margin-top: 5% !important;
    }

    .modal-field-label-container {
        width: 100px;
        text-align: left;
        margin-right: 10px;
    }

    .modal-field-input-container {
        flex: 1;
        position: relative;
        text-align: left !important;
    }


    .modal-field-label {
        margin-right: 10px;
        text-align: right;
        padding-top: 10px;
        flex: 1;
    }

    .social-jersey-field {
        width: 120px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: uppercase;
    }

        .social-jersey-field::placeholder {
            text-transform: capitalize;
        }

        .social-jersey-field:focus {
            border-color: black;
        }

    .social-guernsey-field {
        width: 120px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: uppercase;
    }

        .social-guernsey-field::placeholder {
            text-transform: capitalize;
        }

        .social-guernsey-field:focus {
            border-color: black;
        }

    .tax-jersey-field {
        width: 120px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: uppercase;
    }

        .tax-jersey-field::placeholder {
            text-transform: capitalize;
        }

        .tax-jersey-field:focus {
            border-color: black;
        }

    .tax-guernsey-field {
        width: 120px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: uppercase !important;
    }

        .tax-guernsey-field::placeholder {
            text-transform: capitalize;
        }

        .tax-guernsey-field:focus {
            border-color: black;
        }

    .company-social-jersey-field {
        width: 120px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: uppercase;
    }

        .company-social-jersey-field::placeholder {
            text-transform: capitalize;
        }

        .company-social-jersey-field:focus {
            border-color: black;
        }

    .company-social-guernsey-field {
        width: 120px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: uppercase;
    }

        .company-social-guernsey-field::placeholder {
            text-transform: capitalize;
        }

        .company-social-guernsey-field:focus {
            border-color: black;
        }

    .company-tax-jersey-field {
        width: 120px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: uppercase;
    }

        .company-tax-jersey-field::placeholder {
            text-transform: capitalize;
        }

        .company-tax-jersey-field:focus {
            border-color: black;
        }

    .company-tax-guernsey-field {
        width: 120px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: uppercase !important;
    }

        .company-tax-guernsey-field::placeholder {
            text-transform: capitalize;
        }

        .company-tax-guernsey-field:focus {
            border-color: black;
        }

    .account-name-field {
        width: 120px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
    }

        .account-name-field:focus {
            border-color: black;
        }

    .account-sortcode-field {
        width: 120px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
    }

        .account-sortcode-field:focus {
            border-color: black;
        }

    .account-number-field {
        width: 120px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
    }
    /* For Firefox */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* For Chrome, Safari, and newer versions of Opera */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* For older versions of Opera */
    input[type="number"]::-o-inner-spin-button,
    input[type="number"]::-o-outer-spin-button {
        -o-appearance: none;
        margin: 0;
    }

    /* To ensure the box sizing is adjusted appropriately */
    input[type="number"] {
        -moz-appearance: textfield;
    }

    .account-number-field:focus {
        border-color: black;
    }

    .memo-field {
        width: 200px;
        height: 120px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        resize: none;
    }

        .memo-field:focus {
            border-color: black;
        }

    .address-field {
        width: 200px;
        height: 80px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        resize: none;
    }

        .address-field:focus {
            border-color: black;
        }

    .message-reply-field {
        width: 820px !important;
        height: 80px !important;
        min-height: 80px !important;
        font-size: 14px;
        margin-left: -15px !important;
        padding-left: 5px !important;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: none !important;
        resize: none;
    }

    .address-field:focus {
        border-color: black;
    }

    .postcode-field {
        width: 120px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: uppercase;
    }

        .postcode-field::placeholder {
            text-transform: capitalize;
        }

        .postcode-field:focus {
            border-color: black;
        }

    .hoursweek-field {
        width: 50px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
    }

        .hoursweek-field:focus {
            border-color: black;
        }

    .issue-box-field {
        width: 200px;
        height: 120px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        resize: none;
    }

        .issue-box-field:focus {
            border-color: black;
        }

    .application-field {
        width: 200px;
        height: 80px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        resize: none;
    }

        .application-field:focus {
            border-color: black;
        }

    .job-description-field {
        width: 200px;
        height: 80px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        resize: none;
    }

        .job-description-field:focus {
            border-color: black;
        }

    .job-reward-field {
        width: 200px;
        height: 80px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        resize: none;
    }

        .job-reward-field:focus {
            border-color: black;
        }
    /* Hide the native checkbox */
    .custom-checkbox input[type="checkbox"] {
        display: none;
    }

    /* Style the custom box */
    .custom-checkbox .box {
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 1px solid #ccc;
        position: relative;
        border-radius: 4px;
        margin-top: 12px;
        background-color: white;
    }

    .custom-checkbox .readonly {
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 1px solid #ccc;
        position: relative;
        border-radius: 4px;
        margin-top: -4px;
        margin-bottom: -5px !important;
        background-color: white;
    }

    .custom-checkbox input:disabled + .box {
        background-color: #eee;
    }

    .payslip-checkbox .box {
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 1px solid #ccc;
        position: relative;
        border-radius: 4px;
        margin-top: 0px;
        background-color: white;
    }

    /* Style the tick when checkbox is checked */
    .custom-checkbox input[type="checkbox"]:checked + .box::before {
        content: '✔';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 24px;
    }

    .custom-checkbox input[type="checkbox"]:checked + .readonly::before {
        content: '✔';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-bottom: -5px !important;
        transform: translate(-50%, -50%);
        font-size: 24px;
    }

    .phone-input {
        width: 140px;
    }

    .warning-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .text-field + .warning-icon {
        right: calc(100% - 234px);
    }

    .phone-input + .warning-icon {
        right: calc(100% - 140px);
    }

    .address-field + .warning-icon {
        right: calc(100% - 200px);
        top: calc(100% - 67px);
    }

    .postcode-field + .warning-icon {
        right: calc(100% - 120px);
    }

    .date-icon + .warning-icon {
        right: calc(100% - 160px);
    }

    .residency-select + .warning-icon {
        right: calc(100% - 160px);
    }

    .social-jersey-field + .warning-icon {
        right: calc(100% - 160px);
    }

    .tax-jersey-field + .warning-icon {
        right: calc(100% - 160px);
    }

    .social-guernsey-field + .warning-icon {
        right: calc(100% - 160px);
    }

    .tax-guernsey-field + .warning-icon {
        right: calc(100% - 160px);
    }

    .account-name-field + .warning-icon {
        right: calc(100% - 160px);
    }

    .account-sortcode-field + .warning-icon {
        right: calc(100% - 160px);
    }

    .account-number-field + .warning-icon {
        right: calc(100% - 160px);
    }


    .social-jersey-field + .warning-icon + .validation-popup + .info-icon {
        right: calc(100% - 160px) !important;
    }

    .tax-jersey-field + .warning-icon + .validation-popup + .info-icon {
        right: calc(100% - 160px);
    }

    .social-guernsey-field + .warning-icon + .validation-popup + .info-icon {
        right: calc(100% - 160px);
    }

    .tax-guernsey-field + .warning-icon + .validation-popup + .info-icon {
        right: calc(100% - 160px);
    }

    .payroll-pay-rule + .warning-icon + .validation-popup + .info-icon {
        right: calc(100% - 90px) !important;
    }

    .input-container {
        position: relative;
        display: flex;
        align-items: center;
    }

    .date-input {
        padding-right: 40px;
        width: 145px;
        box-sizing: border-box;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        background-image: url('/img/icons/calendar_black.png');
        background-position: right 25px center !important;
        background-repeat: no-repeat;
        background-size: 15px !important;
        -webkit-appearance: none; /* For Safari */
        appearance: none; /* For standard browsers */
    }

        .date-input::-webkit-calendar-picker-indicator {
            display: none; /* For Chrome */
        }

        .date-input::placeholder {
            text-transform: uppercase;
        }
    /* Calendar background and header colors */
    .pika-single.tt-theme {
        background-color: #fff;
        color: #000;
    }
        /* Current day color */
        .pika-single.tt-theme .is-today {
            background-color: #ffc857 !important; /* You can choose any color you like here for the current day */
            color: #000 !important; /* Text color for the current day, change as desired */
        }

        /* Cell hover color */
        .pika-single.tt-theme .pika-button:hover:not(.is-disabled):not(.is-empty):not(.is-today) {
            background-color: #555; /* Change to desired hover color */
            color: #fff; /* Text color on hover */
        }

        /* Adjusting the hover effect for the current day so that it doesn't get overridden */
        .pika-single.tt-theme .is-today.pika-button:hover {
            background-color: #ff9900; /* Same as the .is-today color or a slightly different shade if you want a hover effect */
            color: #000;
        }

    /*###########################################################################################*/
    /* Background Classes */
    /*###########################################################################################*/

    .dark-blue {
        background-color: #34495e;
    }

    .gray {
        background-color: #ecf0f1;
    }

    .background-col {
        background-color: #ecf0f1 !important;
    }
    /*###########################################################################################*/
    /* -- Text Color Classes */
    /*###########################################################################################*/
    .text-dark-blue {
        color: #34495e;
    }

    .text-green {
        color: #16a085;
    }

    .text-blue {
        color: #2980b9;
    }

    .text-orange {
        color: #f39c12;
    }

    .text-red {
        color: #e74c3c;
    }

    .text-faded {
        color: rgba(0,0,0,0.4);
    }

    /*###########################################################################################*/
    /* Page Sections */
    /*###########################################################################################*/

    .section-header-shadow {
        background-color: #8074B6;
        color: white;
        /*border-start-end-radius: 10px;
    border-start-start-radius: 10px;*/
        box-shadow: 4px 4px 4px rgba(60, 154, 129, 0.5);
    }

    .section-header {
        background-color: transparent;
        color: black;
        /*border-start-end-radius: 10px;
    border-start-start-radius: 10px;*/
        margin-top: 0px !important;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 4px 4px 12px rgba(128, 116, 182, 0.5);
    }

    .section-header-absence-multi {
        background-color: transparent;
        color: black;
        margin-top: 0px !important;
        width: 1100px !important;
        max-width: 1100px !important;
        box-shadow: 4px 4px 12px rgba(128, 116, 182, 0.5);
    }

    .section-header-shadow-payroller {
        background-color: #8074B6;
        color: white;
        /*border-start-end-radius: 10px;
    border-start-start-radius: 10px;*/
        box-shadow: 4px 4px 4px rgba(60, 154, 129, 0.5);
    }

    .section-header-login {
        background-color: transparent;
        color: black;
        border: 1px solid rgba(0, 0, 0, 0.2);
        /*border-start-end-radius: 10px;
    border-start-start-radius: 10px;*/
        /*margin-top: 0px !important;*/
        box-shadow: 4px 4px 12px rgba(60, 154, 129, 0.5);
    }

    .section-header-payroller {
        background-color: transparent;
        color: black;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 4px 4px 12px rgba(60, 154, 129, 0.5);
    }

    .section-header-payroller-table {
        background-color: transparent;
        color: black;
        min-width: 1150px;
        max-width: 1150px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 4px 4px 12px rgba(60, 154, 129, 0.5);
    }

    .section-header-pension-table {
        background-color: transparent;
        color: black;
        min-width: 770px;
        max-width: 770px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 4px 4px 12px rgba(60, 154, 129, 0.5);
    }

    .section-header-absence-table {
        background-color: transparent;
        color: black;
        margin-top: 75px !important;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 4px 4px 12px rgba(60, 154, 129, 0.5);
    }

    .section-header-payroller-table-ytd {
        background-color: transparent;
        color: black;
        min-width: 1150px;
        max-width: 1150px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 4px 4px 12px rgba(60, 154, 129, 0.5);
    }

    .section-header-payroller-absence {
        background-color: transparent;
        color: black;
        min-width: 1103px;
        max-width: 1103px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 4px 4px 12px rgba(60, 154, 129, 0.5);
        overflow-y: hidden;
        overflow-x: auto;
    }

    .section-body-grey {
        background-color: #f7fafa !important; /*Other colors #f2f2f2 or #d1d1d1*/
        color: black !important;
        padding-top: 20px;
        border-top: 1px solid #ccc;
        /*border: 1px solid #ccc;*/
        padding-bottom: 20px !important;
        border-start-end-radius: 0px !important;
        border-start-start-radius: 0px !important;
        border-end-start-radius: 5px !important;
        border-end-end-radius: 5px !important;
    }

    .section-body-grey-table {
        background-color: #f7fafa !important; /*Other colors #f2f2f2 or #d1d1d1*/
        color: black !important;
        border-top: 1px solid #ccc;
        padding-bottom: 0px !important;
        border-start-end-radius: 0px !important;
        border-start-start-radius: 0px !important;
        border-end-start-radius: 5px !important;
        border-end-end-radius: 5px !important;
    }


    .section-body-blue {
        background-color: #ecf0f1 !important;
        color: black !important;
        padding-top: 20px;
        border: 1px solid #ccc;
        margin-left: 1px !important;
        margin-right: 1px !important;
    }

    /*###########################################################################################*/
    /* Floating Fields */
    /*###########################################################################################*/
    .form-floating {
        position: relative;
    }

        .form-floating > .form-control {
            padding: 1rem 0.75rem;
            height: calc(3.5rem + 2px);
            line-height: 1.25;
        }

        .form-floating > .form-select {
            padding-top: 2rem;
        }

    .status-field {
        width: 175px;
    }

    .population-field {
        width: 225px;
    }

    .returns-creds-field {
        width: 255px;
    }

    .job-period-field {
        width: 155px;
    }

    .form-control, .form-select {
        display: block;
        padding: 0.375rem 0.75rem;
        width: 200px;
        height: 48px !important;
        font-size: 14px;
        line-height: 1.5;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        outline: none;
        font-family: 'Gilroy Regular' !important;
    }

    .form-control {
    }

    .form-select {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 12 8"><path fill="gray" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 25px top 24px;
        padding-right: 25px;
        box-shadow: none !important;
    }

    .form-autocomplete {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 512 512"> <!-- !Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc. --> <path fill="gray" d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/></svg>') !important;
        background-repeat: no-repeat;
        background-position: right 25px top 24px !important;
        padding-right: 45px !important;
    }

    .info-payslip {
        margin-top: -75px !important;
    }

    .sm-tArea, .lg-tArea {
        width: 100% !important;
    }

    .select2-form-floating .warn-icon,
    .select2-form-floating .inform-icon,
    .select2-form-floating .validated-icon {
        display: none;
        position: absolute;
        margin-top: -43px;
        right: -35px !important;
    }


    .form-floating .warn-icon,
    .form-floating .inform-icon,
    .form-floating .validated-icon {
        display: none;
        position: absolute;
        margin-top: -43px;
        right: 5px;
    }

    .form-floating .inform-icon-static {
        position: absolute;
        margin-top: -43px;
        right: 5px;
    }

    .sm-tArea .warn-icon,
    .sm-tArea .inform-icon,
    .sm-tArea .validated-icon {
        display: none;
        position: absolute;
        margin-top: -43px;
        right: 20px;
    }

    .lg-tArea .warn-icon,
    .lg-tArea .inform-icon,
    .lg-tArea .validated-icon {
        display: none;
        position: absolute;
        margin-top: -95px;
        right: 20px;
    }

    .md-tArea .warn-icon,
    .md-tArea .inform-icon,
    .md-tArea .validated-icon
    .tArea .warn-icon,
    .tArea .inform-icon,
    .tArea .validated-icon {
        display: none;
        position: absolute;
        margin-top: -95px;
        right: 5px;
    }

    .form-floating .validated-icon img,
    .form-floating .warn-icon img,
    .form-floating .inform-icon img {
        display: block;
        width: 20px;
        height: 20px;
    }

    .form-floating .inform-icon-static img {
        display: block;
        width: 20px;
        height: 20px;
    }

    .form-floating .warn-popup {
        display: none;
        position: absolute;
        bottom: 100%;
        right: 0;
    }



    .form-floating .warn-popup {
        display: none;
        position: absolute;
        bottom: 120%;
        right: 0;
        background-color: #a04259;
        color: white;
        padding: 8px;
        border-radius: 4px;
        z-index: 100;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        transition: opacity 1s ease 0.5s;
    }


    .form-floating.hidden {
        opacity: 0; /* Fully transparent (hidden) */
    }

    .form-floating .warn-popup::after {
        content: '';
        position: absolute;
        bottom: -20px; /* Adjust arrow position */
        right: 5px;
        border-width: 10px;
        border-style: solid;
        border-color: #a04259 transparent transparent transparent;
        /* Adjust the following to move the arrow left or right */
    }


    .form-floating .info-popup {
        position: absolute;
        bottom: 95%; /* Position above the icon */
        right: 0;
        background-color: #3f5f9b; /* Blue background */
        color: white; /* White text */
        padding: 8px; /* Adjust padding as needed */
        border-radius: 4px; /* Rounded corners */
        z-index: 100; /* Ensure it's above other elements */
        box-shadow: 0 2px 4px rgba(0,0,0,0.2); /* Optional: adds a slight shadow */
        opacity: 1;
        display: none;
        min-width: 250px;
        width: 250px;
    }

        .form-floating .info-popup::after {
            content: '';
            position: absolute;
            bottom: -20px; /* Adjust arrow position */
            left: calc(100% / 2);
            border-width: 10px;
            border-style: solid;
            border-color: #3f5f9b transparent transparent transparent;
        }

    .form-floating .floating-label {
        position: absolute;
        top: 0;
        left: 0;
        max-height: 10px !important;
        padding: 1rem 0.75rem;
        pointer-events: none;
        border: 1px solid transparent;
        margin-top: 0px;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    }

    .floating-label {
        display: inline-block;
        padding-top: 0px;
        margin-left: 15px !important;
        font-weight: 100;
        flex: 1;
        font-family: 'Gilroy Regular' !important;
        color: gray;
    }

    .floating-label-reply-box {
        display: inline-block;
        padding-top: 0px;
        margin-left: 0px !important;
        font-weight: 100;
        flex: 1;
        font-family: 'Gilroy Regular' !important;
        color: gray;
    }

    .document-edit-lbl {
        margin-left: 15px !important;
    }

    .floating-access-level {
        width: 200px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-title-select {
        width: 120px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-apikey {
        width: 360px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-name {
        width: calc(100% - 30px) !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-short-name {
        width: 240px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-dept-name {
        width: 240px !important;
        margin-left: 15px !important;
        margin-top: 3px;
        text-transform: none !important;
    }

    .floating-msg-subject {
        width: 240px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-msg-body {
        width: 240px !important;
        height: 100px !important;
        margin-left: 15px !important;
        margin-top: 3px;
        text-transform: none !important;
        resize: none !important;
    }

    .floating-group-name {
        width: 260px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-address {
        width: 260px !important;
        height: 100px !important;
        margin-left: 15px !important;
        margin-top: 3px;
        resize: none !important;
    }

    .floating-product {
        width: 260px !important;
        height: 60px !important;
        margin-left: 15px !important;
        margin-top: 3px;
        resize: none !important;
    }

    .floating-pension-frequency {
        width: 140px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-pension-apikey {
        width: 260px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-pension-username {
        width: 160px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-textarea {
        width: calc(100% - 30px) !important;
        height: 100px !important;
        margin-left: 15px !important;
        margin-top: 3px;
        resize: none !important;
        text-transform: none !important;
    }

    .floating-postcode {
        width: 120px !important;
        margin-left: 15px !important;
        margin-top: 3px;
        text-transform: uppercase !important;
    }

    .floating-phone {
        width: 140px !important;
        margin-left: 15px !important;
        margin-top: 3px;
        text-transform: uppercase !important;
    }

    .floating-email {
        width: 200px !important;
        margin-left: 15px !important;
        margin-top: 3px;
        text-transform: lowercase !important;
    }

    .floating-paycycle {
        width: 120px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-period {
        width: 140px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-date {
        width: 150px !important;
        margin-left: 15px !important;
        margin-top: 0px;
        text-transform: uppercase !important;
        cursor: pointer;
        height: 48px !important;
        padding: 6px 6px;
        padding-top: 10px;
        padding-right: 20px !important;
        font-size: 14px;
        line-height: 1.428571429;
        color: #555;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .floating-date-expiry {
        width: 150px !important;
        margin-left: 15px !important;
        margin-top: 3px;
        text-transform: uppercase !important;
        cursor: pointer;
        height: 48px !important;
        padding: 6px 6px;
        padding-top: 10px;
        padding-right: 20px !important;
        font-size: 14px;
        line-height: 1.428571429;
        color: #555;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .floating-date-label {
        position: absolute;
        top: 0;
        left: 0;
        max-height: 10px !important;
        padding: 1rem 0.75rem;
        pointer-events: none;
        border: 1px solid transparent;
        margin-top: 0px;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out, transform .1s ease-in-out;
        display: inline-block;
        padding-top: 0px;
        margin-left: 15px !important;
        font-weight: 100;
        flex: 1;
        font-family: 'Gilroy Regular' !important;
        color: gray;
        opacity: .65;
        transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
    }

    .document-name-lbl {
        width: 400px !important;
        padding-top: 10px !important;
    }
    /*
position: absolute;
top: 0;
left: 0;
max-height: 10px !important;
padding: 1rem 0.75rem;
pointer-events: none;
border: 1px solid transparent;
margin-top: 0px;
transform-origin: 0 0;
transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.floating-label {
    display: inline-block;
    padding-top: 0px;
    margin-left: 15px !important;
    font-weight: 100;
    flex: 1;
    font-family: 'Gilroy Regular' !important;
    color: gray;
}*/
    /*date-input {
    padding-right: 40px;
    width: 145px;
    box-sizing: border-box;
    height: 35px;
    font-size: 14px;
    padding-left: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    background-image: url('/img/icons/calendar_black.png');
    background-position: right 25px center !important;
    background-repeat: no-repeat;
    background-size: 15px !important;
    -webkit-appearance: none;*/ /* For Safari */
    /*appearance: none;*/ /* For standard browsers */
    /*}*/
    .floating-bizsector-select {
        width: 170px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

.floating-support-subject-select {
    width: 170px !important;
    margin-left: 15px !important;
    margin-top: 0px;
}

    .floating-document-select {
        width: 250px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-mfa-select {
        width: 170px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-pay-method-select {
        width: 120px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-bacs-format-select {
        width: 180px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-marital-status-select {
        width: 150px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-gender-select {
        width: 120px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-image {
        width: 200px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-jurisdiction-select {
        width: 140px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-residency-select {
        width: 120px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-residency-status-select {
        width: 300px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-residency-status-select-neutral {
        width: 200px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-department-select {
        width: 160px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-occupation-code-autocomplete {
        width: calc(100% - 30px) !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-relationship {
        width: 190px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-reference {
        width: 190px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-occupation-code-select {
        width: 250px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-pension-providers-select {
        width: 300px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-reference {
        width: 190px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-insurance {
        width: 200px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-ins-select {
        width: 150px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-tax {
        width: 200px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-account-name {
        width: 300px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-account-sortcode {
        width: 145px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-account-number {
        width: 145px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-memo {
        width: calc(100% - 30px) !important;
        height: 100px !important;
        margin-left: 15px !important;
        margin-top: 3px;
        resize: none !important;
    }

    .floating-company-insurance {
        width: 160px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-company-tax {
        width: 160px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-business-ref {
        width: 160px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-pop-office {
        width: 210px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-jobtitle {
        width: calc(100% - 30px) !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-group-credit {
        width: 260px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-group-select {
        width: 140px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-group-small {
        width: 140px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-short-jobtitle {
        width: 240px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-pay-cycle-select {
        width: 140px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-period-select {
        width: 140px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-period-select-disabled {
        width: 140px !important;
        margin-left: 15px !important;
        margin-top: 0px;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
    }

    .floating-hoursperweek {
        width: 140px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-entitlement-type {
        width: 200px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-entitlement {
        width: 80px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-daysperweek {
        width: 140px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-payrate {
        width: 140px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-pay-quantity {
        width: 140px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-pay-unit-select {
        width: 140px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-rates {
        width: 80px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-pay {
        width: 120px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-payday-rule {
        width: 140px !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }

    .floating-bhrule-select {
        width: 300px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-payslip-message {
        width: 280px !important;
        height: 80px !important;
        margin-left: 15px !important;
        margin-top: 3px;
        resize: none !important;
    }

    .floating-tax-rate {
        width: 100px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-tax-category {
        width: 120px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-status {
        width: 100px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-los {
        width: 250px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .btn-add-entitlement {
        margin-left: 15px !important;
    }

    .tax-rate-cat-group {
        display: inline-flex !important;
        gap: 0px;
    }

    .horizontal-field-clamp {
        margin-left: -15px;
    }

    .form-control:focus + .floating-label {
        margin-top: 0px;
    }

    .floating-xero {
        width: 160px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .floating-xero-select {
        width: 160px !important;
        margin-left: 15px !important;
        margin-top: 0px;
    }

    .payslip-check-label {
        margin-left: 40px;
        margin-top: 5px;
        width: 150px;
        text-align: left;
    }

    .close-payslip {
        padding-top: 15px;
    }

    .floating-area {
        width: 200px !important;
        height: 80px !important;
        font-size: 14px !important;
        padding-left: 8px !important;
        border: 1px solid #ccc !important;
        border-radius: 4px !important;
        outline: none !important;
        resize: none !important;
        margin-left: 15px !important;
        margin-top: 3px;
    }
    /*
.floating-name:focus + .floating-bar {
    margin-top: -10px;
    width: 100px;
    z-index: 999 !important;
    background-color: blue;
    height: 5px !important;
    margin-left: 20px;
}
    */
    .form-control:focus {
        border-color: #6b6b6b !important;
        box-shadow: none !important;
    }

    .form-select:focus {
        border-color: #6b6b6b !important;
        box-shadow: none !important;
        border-end-start-radius: 0px !important;
        border-end-end-radius: 0px !important;
    }

    .form-autocomplete:focus {
        border-color: #6b6b6b !important;
        box-shadow: none !important;
        border-end-start-radius: 0px !important;
        border-end-end-radius: 0px !important;
    }
    /*###########################################################################################*/
    /* Wrappers */
    /*###########################################################################################*/
    #wrapper {
        width: 100%;
        background-color: #8074B6;
    }

    #page-wrapper {
        padding: 0 15px;
        border: none;
        background-color: #ecf0f1;
        transition: margin-left 0.5s ease 0.2s;
        margin: 50px 0 0 50px;
    }

    #page-wrapper {
        margin: 50px 0 0 50px;
        padding: 0 30px;
        min-height: 1500px;
        border-left: 1px solid #2c3e50;
        transition: margin-left 0.5s ease 0.2s;
    }

    #payroller-wrapper {
        width: 100%;
        background-color: #3c9a81;
    }

    #payroller-page-wrapper {
        padding: 0 15px;
        border: none;
        background-color: #ecf0f1;
        transition: margin-left 0.5s ease 0.2s;
    }

    /*###########################################################################################*/
    /* Top Navigation */
    /*###########################################################################################*/


    .navbar-top {
        margin-left: 0;
        height: 49px;
        background-color: #8074B6;
    }

    .navbar-payroller {
        background-color: #3c9a81 !important;
    }

    .navbar-brand {
        padding: 0px !important;
    }

    .navbar-top .navbar-brand a {
        display: inline-block;
        transition: all ease-in-out .3s;
        width: 50px;
    }

    .navbar-top .navbar-brand select {
        display: inline-block;
        transition: all ease-in-out .3s;
        width: 150px;
        float: right;
        margin: auto;
    }

    .navbar-top .navbar-brand a:hover {
    }

    .navbar-top .navbar-left {
        display: none;
    }


    .navbar-top .navbar-toggle {
        margin-top: 6px;
        margin-bottom: auto;
        border-color: #999;
        outline: none;
        color: #333;
        background-color: #fff;
    }

        .navbar-top .navbar-toggle:active,
        .navbar-top .navbar-toggle:focus,
        .navbar-top .navbar-toggle:hover {
            background-color: #fff;
        }

    .navbar-top .dropdown-toggle {
        padding-top: 6px;
        padding-bottom: 4px;
    }

    .navbar-top .nav-top {
        margin-left: 15px;
    }

    .navbar-top > .nav-top > .nav > li {
        display: inline-block;
        float: left;
    }

    .navbar-top > .nav-top > ul.navbar-right > li {
        margin-right: 5px;
    }

        .navbar-top > .nav-top > ul.navbar-right > li:last-child {
            margin-right: 0;
        }

    .navbar-top > .nav-top > .nav > li > a {
        height: 50px;
        padding-top: 15px;
        color: #fff;
    }


    .navbar-top .dropdown-messages {
        left: 0;
        min-width: 280px;
        border-color: #8bd0c2;
    }

    .navbar-top .dropdown-alerts {
        left: -60px;
        min-width: 280px;
        border-color: #f9ce89;
    }

    .navbar-top .dropdown-tasks {
        left: -119px;
        min-width: 280px;
        border-color: #94c0dc;
    }

    .navbar-top .dropdown-user {
        left: -80px;
        margin: 0;
        min-width: 200px;
    }

    .navbar-top .dropdown-scroll {
        margin: 0;
        padding: 0;
    }

        .navbar-top .dropdown-scroll .dropdown-header {
            padding: 15px 10px;
        }

            .navbar-top .dropdown-scroll .dropdown-header:active,
            .navbar-top .dropdown-scroll .dropdown-header:focus,
            .navbar-top .dropdown-scroll .dropdown-header:hover {
                color: inherit;
                background: inherit;
            }

        .navbar-top .dropdown-scroll li {
            margin: 0;
            border-bottom: 1px solid #ccc;
            background: #fff;
        }

            .navbar-top .dropdown-scroll li:last-child {
                border-bottom: none;
            }

            .navbar-top .dropdown-scroll li a {
                display: block;
                padding: 10px;
            }

                .navbar-top .dropdown-scroll li a:hover {
                    text-decoration: none;
                    background-color: inherit;
                }

        .navbar-top .dropdown-scroll .dropdown-footer {
            display: block;
            border-top: 1px solid #ccc;
            border-bottom: none;
            text-align: center;
            font-size: 12px;
            line-height: 1.428571429;
        }

        .navbar-top .dropdown-scroll p {
            margin: 0;
        }

        .navbar-top .dropdown-scroll li a,
        .navbar-top .dropdown-scroll li a:hover,
        .navbar-top .dropdown-messages li a:hover,
        .navbar-top .dropdown-alerts li a:hover,
        .navbar-top .dropdown-tasks li a:hover {
            color: #333;
        }

    .navbar-top .messages-link,
    .navbar-top .messages-link:hover,
    .navbar-top .messages-link:focus,
    .navbar-top .dropdown-messages .dropdown-header,
    .navbar-top .dropdown-messages .dropdown-header:hover,
    .navbar-top .dropdown-messages .dropdown-footer,
    .navbar-top .dropdown-messages .dropdown-footer a,
    .navbar-top .dropdown-messages .dropdown-footer a:hover {
        color: #fff;
        background: #16a085 !important;
    }

    .navbar-top .alerts-link,
    .navbar-top .dropdown-alerts .dropdown-header,
    .navbar-top .dropdown-alerts .dropdown-header:hover,
    .navbar-top .dropdown-alerts .dropdown-footer,
    .navbar-top .dropdown-alerts .dropdown-footer a,
    .navbar-top .dropdown-alerts .dropdown-footer a:hover {
        color: #fff;
        background: #f39c12 !important;
    }

    .navbar-top .alert-icon {
        width: 25px;
        margin-right: 5px;
        text-align: center;
        color: #fff;
    }

    .navbar-top .tasks-link,
    .navbar-top .dropdown-tasks .dropdown-header,
    .navbar-top .dropdown-tasks .dropdown-header:hover,
    .navbar-top .dropdown-tasks .dropdown-footer,
    .navbar-top .dropdown-tasks .dropdown-footer a,
    .navbar-top .dropdown-tasks .dropdown-footer a:hover {
        color: #fff;
        background: #2980b9 !important;
    }

    .navbar-top .dropdown-tasks .progress {
        height: 10px;
        margin-bottom: 5px;
        border-radius: 0;
    }

    .navbar-top .number {
        position: absolute;
        bottom: 25px;
        left: 3px;
        width: 20px;
        height: 20px;
        padding-right: 1px;
        border-radius: 50%;
        text-align: center;
        font-size: 11px;
        line-height: 20px;
        background-color: #2c3e50;
    }



    /*###########################################################################################*/
    /* Side Navigation */
    /*###########################################################################################*/

    .navbar-side .navbar-collapse {
        max-height: none;
        border: none;
    }

    .navbar-side li.side-user {
        display: block;
        width: 100%;
        padding: 15px;
        border-top: none !important;
        border-bottom: 1px solid #142638;
        text-align: center;
    }

    .navbar-side .side-user img {
        display: block;
        margin-bottom: 15px;
        margin-left: 20px;
    }

    .navbar-side .side-user .welcome {
        margin: 0;
        font-style: italic;
        color: #9aa4af;
    }

        .navbar-side .side-user .welcome .fa {
            padding-right: 0;
        }

    .navbar-side .side-user .name {
        margin: 0;
        font-family: "Gilroy Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 20px;
        font-weight: 300;
        color: #ccd1d7;
    }

        .navbar-side .side-user .name .last-name {
            font-weight: 400;
            color: #fff;
        }


    .navbar-side ul.side-nav {
        margin-top: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #54677a;
        font-size: 13px;
        background-color: transparent;
    }

    .navbar-side .navbar-nav > li > a,
    .navbar-side .navbar-nav > li > a:focus,
    .navbar-side .navbar-nav > li > a:hover,
    .navbar-side .navbar-nav > li > a:active {
        text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
        outline: none;
        color: #fff;
        background-color: transparent;
    }

    .new-side-bar .navbar-nav > li > a,
    .new-side-bar .navbar-nav > li > a:focus,
    .new-side-bar .navbar-nav > li > a:hover,
    .new-side-bar .navbar-nav > li > a:active {
        color: #fff !important;
        background-color: #8e74e6 !important;
        border: none !important;
    }

    .navbar-side .side-nav li,
    .navbar-side .side-nav li.panel {
        border-bottom: 1px solid #142638;
    }

        .navbar-side .side-nav li.panel ul li {
            border-top: none;
            border-bottom: none;
        }

            .navbar-side .side-nav li.panel ul li a,
            .navbar-side .side-nav li.panel ul li a:hover,
            .navbar-side .side-nav li.panel ul li a:focus,
            .navbar-side .side-nav li.panel ul li a:active,
            .navbar-side .side-nav li.panel ul li .active {
                color: #333;
                background-color: #ecf0f1;
            }

        .navbar-side .side-nav li.panel i.fa,
        .navbar-side .side-nav li i.fa {
            padding-right: 10px;
        }

        .navbar-side .side-nav li.panel ul li a {
            padding-left: 20px;
        }

    .navbar-side .side-nav .fa-caret-down {
        float: right;
        margin-top: 2px;
        margin-right: -10px;
    }

    .navbar-side .side-nav > li > a.active {
        background-color: #53859f;
        position: relative;
        height: 100%;
    }

        .navbar-side .side-nav > li > a.active:hover {
            background-color: #53859f;
            cursor: auto;
        }

        .navbar-side .side-nav > li > a.active::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid #ecf0f1;
        }

    .navbar-side .side-nav li.panel ul li a.active {
        background-color: #e0e7e8;
    }


    /*###########################################################################################*/
    /* Page Title Styles */
    /*###########################################################################################*/

    .page-title {
        margin: 30px 0;
    }

        .page-title h1 {
            margin: 0;
            margin-bottom: 15px;
            font-size: 26px;
        }

        .page-title small {
            font-size: 18px;
        }

        .page-title .breadcrumb {
            margin-bottom: 0;
            background-color: #e0e7e8;
        }

        .page-title .date-picker {
            margin-top: -8px;
            margin-right: -15px;
        }

        .page-title .date-range {
            display: none;
        }

        .page-title .btn {
            height: 36px;
            padding-top: 8px;
            border: none;
        }


    /*###########################################################################################*/
    /* ttonline Styles */
    /*###########################################################################################*/

    .ttonline {
        margin-bottom: -20px;
        border-radius: 5px;
    }


        .ttonline .ttonline-heading {
            padding: 0 5px;
            position: relative;
            height: 55px !important;
        }

            .ttonline .ttonline-heading h4 {
                font-size: 18px;
            }

            .ttonline .ttonline-heading a {
                color: #fff;
            }

                .ttonline .ttonline-heading a:hover,
                .ttonline .ttonline-heading a:active,
                .ttonline .ttonline-heading a:focus {
                    outline: none;
                }

        .ttonline .ttonline-widgets .dropdown-menu a {
            color: #333;
        }

        .ttonline .ttonline-widgets ul.dropdown-menu {
            min-width: 0;
        }

        .ttonline .ttonline-heading .ttonline-title {
            float: left;
            padding-top: 15px;
            padding-left: 7px
        }

            .ttonline .ttonline-heading .ttonline-title h4 {
                font-family: 'Gilroy Black' !important;
                margin: 0px;
                padding-left: 7px;
                min-width: 200px;
                padding-top: 5px;
            }

        .ttonline .ttonline-heading .ttonline-widgets {
            float: right;
            margin: 8px 0;
        }

            .ttonline .ttonline-heading .ttonline-widgets .tabbed-ttonlines {
                display: inline;
            }

            .ttonline .ttonline-heading .ttonline-widgets .divider {
                margin: 0 5px;
            }

        .ttonline .ttonline-body {
            padding: 15px;
            background: #fff;
            border-radius: 0px !important;
        }

        .ttonline .ttonline-footer {
            padding: 10px 15px;
            background: #e0e7e8;
        }

            .ttonline .ttonline-footer ul {
                margin: 0;
            }


    .ttonline-default,
    .ttonline-dark-blue,
    .ttonline-default > .ttonline-heading,
    .ttonline-dark-blue > .ttonline-heading {
        border-color: #34495e;
    }

        .ttonline-default > .ttonline-heading,
        .ttonline-dark-blue > .ttonline-heading {
            color: #fff;
            background-color: #34495e;
        }

    .ttonline-basic,
    .ttonline-basic > .ttonline-heading {
        border-color: #333;
    }

        .ttonline-basic > .ttonline-heading {
            border-bottom: 1px solid #333;
            color: #333;
            background-color: #fff;
        }



    /*###########################################################################################*/
    /* Flex Tile Styles */
    /*###########################################################################################*/

    .tile {
        margin-bottom: 15px;
        padding: 15px;
        overflow: hidden;
        color: #fff;
    }

        .tile h1,
        .tile h2,
        .tile h3,
        .tile h4,
        .tile h5,
        .tile h6 {
            margin: 0;
        }

            .tile h1 a,
            .tile h2 a,
            .tile h3 a,
            .tile h4 a,
            .tile h5 a,
            .tile h6 a {
                color: #fff;
            }



    /*###########################################################################################*/
    /* -- Tabs */
    /*###########################################################################################*/

    .tab {
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #f1f1f1;
    }

        .tab button {
            background-color: inherit;
            float: left;
            border: none;
            outline: none;
            cursor: pointer;
            padding: 14px 16px;
            transition: 0.3s;
        }

            .tab button:hover {
                background-color: #ddd;
            }

            .tab button.active {
                background-color: #ccc;
            }

    .tabcontent {
        display: none;
        padding: 6px 12px;
        border: 1px solid #ccc;
        border-top: none;
    }



    /*###########################################################################################*/
    /* Button Styles */
    /*###########################################################################################*/

    .btn-primary {
        border-color: #0aa5a9 !important;
        color: #fff !important;
        background-color: #0aa5a9 !important;
    }

        .btn-primary:hover {
            border-color: #000 !important;
            color: #000 !important;
            background-color: #ffc857 !important;
        }

        .btn-primary.disabled {
            border-color: #b5b5b5 !important;
            background-color: #b5b5b5 !important;
            color: #737373 !important;
        }


    .btn-primary-nohover {
        border-color: #0aa5a9 !important;
        color: #fff !important;
        background-color: #0aa5a9 !important;
    }

        .btn-primary-nohover:hover {
            border-color: #0aa5a9 !important;
            color: #fff !important;
            background-color: #0aa5a9 !important;
        }

    .btn-secondary {
        border-color: #357ebd !important;
        color: #fff !important;
        background-color: #357ebd !important;
    }

        .btn-secondary:hover {
            border-color: #000 !important;
            color: #000 !important;
            background-color: #ffc857 !important;
        }

        .btn-secondary.disabled {
            border-color: #b5b5b5 !important;
            background-color: #b5b5b5 !important;
            color: #737373 !important;
        }

    .btn-tertiary {
        border-color: #404481 !important;
        color: #fff !important;
        background-color: #404481 !important;
    }

        .btn-tertiary:hover {
            border-color: #000 !important;
            color: #000 !important;
            background-color: #ffc857 !important;
        }

        .btn-tertiary.disabled {
            border-color: #b5b5b5 !important;
            background-color: #b5b5b5 !important;
            color: #737373 !important;
        }

    .btn-return {
        border-color: #357ebd !important;
        color: #fff !important;
        background-color: #357ebd !important;
        min-width: 100px;
        margin-left: 15px;
    }

    .btn-approval {
        border-color: #357ebd !important;
        color: #fff !important;
        background-color: #357ebd !important;
        min-width: 200px;
        margin-left: 15px;
    }

        .btn-approval:hover {
            border-color: #000 !important;
            color: #000 !important;
            background-color: #ffc857 !important;
        }

    .btn-payslip-open {
        border-color: #357ebd !important;
        color: #fff !important;
        background-color: #357ebd !important;
        min-width: 140px;
        margin-bottom: 25px !important;
        margin-left: 15px;
    }

        .btn-payslip-open:hover {
            border-color: #000 !important;
            color: #000 !important;
            background-color: #ffc857 !important;
        }

    .btn-payslip-close {
        border-color: #8c8c8c !important;
        color: #fff !important;
        background-color: #8c8c8c !important;
        min-width: 140px;
        margin-bottom: 25px !important;
        margin-left: 15px;
    }

        .btn-payslip-close:hover {
            border-color: #000 !important;
            color: #000 !important;
            background-color: #ffc857 !important;
        }

    .btn-approved {
        border-color: #0aa5a9 !important;
        color: #fff !important;
        background-color: #0aa5a9 !important;
        min-width: 200px;
    }

        .btn-approved::before {
            content: "✓ ";
        }

    .btn-notification-success {
        border-color: #0d9c03 !important;
        color: #fff !important;
        background-color: #0d9c03 !important;
    }

    .btn-notification-info {
        border-color: #15a0bf !important;
        color: #fff !important;
        background-color: #15a0bf !important;
    }

    .btn-notification-warning {
        border-color: #bf8f15 !important;
        color: #fff !important;
        background-color: #bf8f15 !important;
    }

    .btn-notification-danger {
        border-color: #bf2015 !important;
        color: #fff !important;
        background-color: #bf2015 !important;
    }

    .btn-plain {
        border-color: #474747 !important;
        color: #fff !important;
        background-color: #474747 !important;
        width: 180px;
    }

        .btn-plain:hover {
            border-color: #b3b3b3 !important;
            color: #474747 !important;
            background-color: #b3b3b3 !important;
        }

    .btn-right-aligned {
        position: absolute;
        right: 25px;
        margin-right: 15px !important;
    }

    .btn-left-aligned {
        position: absolute;
        left: 25px;
        margin-right: 15px !important;
    }
    /*###########################################################################################*/
    /* Payslip Table Styles */
    /*###########################################################################################*/

    #payslipTable th {
        border: 1px solid #fff;
        font-weight: 100;
    }

    #payslipTable td {
        border: 1px solid #ccc;
        padding: 4px;
    }

    .table > :not(:last-child) > :last-child > * {
        border-bottom-color: transparent !important;
    }
    /* Style for the select dropdown */
    .payslip-item-select {
        width: 100%;
        font-family: 'Gilroy Regular' !important;
        font-size: 14px;
        padding: 5px;
        border: 1px solid #ccc;
        background-color: #fff;
        border-radius: 4px;
        min-width: 250px !important;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
    }

        .payslip-item-select option {
            width: 100%;
            font-family: 'Gilroy Regular' !important;
            font-size: 14px;
            padding: 10px !important;
            outline: none;
            appearance: none;
        }

    .payslip-editable-item-select {
        width: 100%;
        font-family: 'Gilroy Regular' !important;
        font-size: 14px;
        padding: 5px;
        border: 1px solid #ccc;
        background-color: #fff;
        border-radius: 4px;
        min-width: 250px;
        outline: none;
        padding-right: 25px;
    }

    .combo-container {
        position: relative;
    }

    .combo-input {
        padding-right: 20px; /* Make room for the dropdown button */
    }

    .dropdown-btn {
        position: absolute;
        right: 3px;
        top: 3px;
        height: 82%;
        width: 30px;
        font-size: 16px;
        background-color: #fff;
        border: none !important;
        cursor: pointer;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
    }

        .dropdown-btn:focus {
            outline: none;
        }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

        .dropdown-content div {
            color: black;
            text-decoration: none;
            display: block;
        }

            .dropdown-content div:hover {
                background-color: #f1f1f1
            }

    .payslip-item-no-select {
        width: 100%;
        font-family: 'Gilroy Regular' !important;
        font-size: 14px;
        padding: 5px;
        border: 1px solid #ccc;
        background-color: #fff;
        border-radius: 4px;
        min-width: 250px;
        outline: none;
        appearance: none;
        padding-right: 25px;
    }

    .pension-item {
        width: 50%;
        font-family: 'Gilroy Regular' !important;
        font-size: 14px;
        padding: 5px;
        border: 1px solid #ccc;
        background-color: #fff;
        border-radius: 4px;
        min-width: 250px;
        outline: none;
        appearance: none;
        padding-right: 25px;
    }

    .no-select {
        user-select: none !important;
        -webkit-user-select: none !important;
        -moz-user-select: none;
        -ms-user-select: none;
    }

    .payslip-item-select-option {
        width: 100%;
        font-family: 'Gilroy Regular' !important;
        font-size: 14px;
        outline: none;
        appearance: none;
    }

    .payslip-quantity-field {
        width: 100%;
        padding: 5px;
        max-width: 100px;
        border: 1px solid #ccc;
        background-color: #fff;
        border-radius: 4px;
        float: right;
        text-align: right;
        font-family: 'Gilroy Regular' !important;
        font-size: 14px !important;
    }

    .payslip-mimimum-field {
        width: 100%;
        cursor: not-allowed !important;
        padding: 5px;
        max-width: 100px;
        border: 1px solid #ccc;
        background-color: #fff;
        border-radius: 4px;
        float: right;
        text-align: right;
        font-family: 'Gilroy Regular' !important;
        font-size: 14px !important;
    }

    .payslip-table-rows {
        padding-top: 2px !important;
        padding-bottom: 0px !important;
        line-height: 1.8 !important;
    }

    .payslip-unit-field {
        width: 100%;
        padding: 5px;
        max-width: 90px;
        min-width: 70px;
        border: 1px solid #ccc;
        background-color: #fff;
        border-radius: 4px;
        float: left;
        text-align: right;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
    }

    .payslip-unit-field-no-select {
        width: 100%;
        padding: 5px;
        max-width: 100px;
        border: 1px solid #ccc;
        background-color: #fff;
        border-radius: 4px;
        float: left;
        text-align: right;
        outline: none;
        appearance: none;
        padding-right: 25px;
    }

    .payslip-amount-field {
        width: 100%;
        padding: 5px;
        max-width: 120px;
        float: right;
        border: 1px solid #ccc;
        background-color: #fff;
        border-radius: 4px;
        text-align: right;
        font-family: 'Gilroy Regular' !important;
        font-size: 14px !important;
    }

    .payslip-ytd-field {
        width: 100%;
        padding: 5px;
        max-width: 120px;
        border: 1px solid #ccc;
        background-color: transparent;
        float: right;
        border-radius: 4px;
        text-align: right;
        font-family: 'Gilroy Regular' !important;
        font-size: 14px !important;
    }

    /* Hide the native checkbox */
    .payslip-checkbox input[type="checkbox"] {
        display: none;
    }

    /* Style the custom box */
    .payslip-checkbox .box {
        display: inline-block;
        width: 24px;
        height: 24px;
        background-color: #fff;
        border: 1px solid #ccc;
        position: relative;
        border-radius: 5px;
        vertical-align: middle;
        cursor: pointer;
        margin-top: 3px;
    }

    /* Style the tick when checkbox is checked */
    .payslip-checkbox input[type="checkbox"]:checked + .box::before {
        content: '✔';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 24px;
    }

    .checkbox-cell {
        text-align: center;
        vertical-align: top !important;
        margin-top: 0px !important;
    }
    /* Style for the repeat icons in the table */
    .payslip-repeat-icon {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 20px;
        cursor: pointer;
        margin-top: 7px;
    }

    /* Style for the option icons in the table */
    .payslip-option-icon {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 20px;
        cursor: pointer;
        margin-top: 7px;
    }

    /* Style for the action icons in the table */
    .payslip-action-icon {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 30px;
        cursor: pointer;
        margin-top: 7px;
    }


    .payslip-action-td {
        position: relative !important;
    }

    .payslip-warning-icon {
        margin-left: auto;
        margin-right: auto;
        height: 30px;
        width: 30px;
        background-color: red;
        color: white;
        text-align: center;
        border-radius: 5px;
        right: 0px;
        top: 0px;
        cursor: pointer;
        display: none;
        align-items: center;
        padding-top: 3px;
    }

        .payslip-warning-icon img {
            max-width: 100%;
            max-height: 100%;
            padding-top: 0px;
        }

    /* Initially hide the validation popup */
    .payslip-validation-popup {
        display: none;
        position: absolute;
        border: 1px solid #ccc;
        bottom: 100%;
        right: 0%;
        transform: translateX(0%); /* This centers the popup over the icon */
        margin-bottom: 5px;
        background-color: red;
        color: white;
        padding: 8px;
        border-radius: 4px;
        white-space: nowrap;
        z-index: 100;
    }

    /* Display the popup when hovering over the warning icon */
    .payslip-warning-icon:hover + .payslip-validation-popup {
        display: block;
    }


    /*Tax and Social Fields*/


    .payslip-taxins-field {
        width: 100%;
        padding: 5px;
        border: 1px solid #ccc;
        background-color: transparent;
        border-radius: 4px;
        min-width: 250px;
        outline: none;
        appearance: none;
        font-family: 'Gilroy Regular' !important;
        font-size: 14px !important;
    }

    .payslip-taxins-quantity-field {
        width: 100%;
        padding: 5px;
        max-width: 100px;
        border: 1px solid #ccc;
        background-color: transparent;
        border-radius: 4px;
        float: right;
        text-align: right;
        font-family: 'Gilroy Regular' !important;
        font-size: 14px !important;
    }

    .payslip-taxins-unit-field {
        width: 100%;
        padding: 5px;
        max-width: 100px;
        border: 1px solid #ccc;
        background-color: transparent;
        border-radius: 4px;
        float: left;
        text-align: right;
        font-family: 'Gilroy Regular' !important;
        font-size: 14px !important;
    }

    .payslip-taxins-amount-field {
        width: 100%;
        padding: 5px;
        max-width: 120px;
        float: right;
        border: 1px solid #ccc;
        background-color: transparent;
        border-radius: 4px;
        text-align: right;
        font-family: 'Gilroy Regular' !important;
        font-size: 14px !important;
    }

    .payslip-taxins-ytd-field {
        width: 100%;
        padding: 5px 0 5px 5px;
        max-width: 120px;
        border: 1px solid #ccc;
        background-color: transparent;
        float: right;
        border-radius: 4px;
        text-align: right;
        font-family: 'Gilroy Regular' !important;
        font-size: 14px !important;
    }

    .payslip-netpay-lbl {
        width: 100%;
        padding: 5px 5px 5px 5px;
        float: right;
        text-align: right;
        font-family: 'Gilroy Regular' !important;
        font-size: 14px !important;
    }

    .payslip-row-highlight {
        border-color: #6ec0a5 !important;
        border-style: solid !important;
        border-width: 3px !important;
    }
    /*###########################################################################################*/
    /* Images and Icons Styles */
    /*###########################################################################################*/
    .upload-container {
        position: relative;
        margin-top: 10px;
        width: 200px;
        height: auto;
        min-height: 120px !important;
        border: 2px dashed #888;
        background-size: cover;
        cursor: pointer;
    }

        .upload-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .image-container {
        position: relative;
        width: 200px;
        height: auto;
        min-height: 120px !important;
        cursor: not-allowed;
    }

        .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border: 2px dashed #888;
        }

    .remove-icon {
        position: absolute;
        top: -10px;
        right: -10px;
        width: 60px;
        height: 20px;
        background-color: gray;
        color: white;
        text-align: center;
        line-height: 20px;
        cursor: pointer;
        border-radius: 10px;
        display: none; /* Initially hidden */
    }

#uploadedImage {
    display: none; /* Initially hidden */
}

    .edit-icon-secondary {
        background-image: url('/img/icons/pen_blue.png');
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 30px !important;
    }

    .edit-icon-primary {
        background-image: url('/img/icons/pen_green.png');
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 30px !important;
    }

        /* Hover state for the icons */
        .edit-icon-primary:hover, .edit-icon-secondary:hover {
            background-image: url('/img/icons/pen_yellow.png');
            background-repeat: no-repeat;
            background-size: contain;
            min-height: 30px !important;
            cursor: pointer;
        }

    .delete-icon-secondary {
        background-image: url('/img/icons/delete_blue.png');
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 30px !important;
    }

    .delete-icon-primary {
        background-image: url('/img/icons/delete_green.png');
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 30px !important;
    }

        /* Hover state for the icons */
        .delete-icon-primary:hover, .delete-icon-secondary:hover {
            background-image: url('/img/icons/delete_yellow.png');
            background-repeat: no-repeat;
            background-size: contain;
            min-height: 30px !important;
            cursor: pointer;
        }

    .repeat-icon {
        background-image: url('/img/icons/PaySlipFF.png');
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 30px !important;
    }

        /* Hover state for the icons */
        .repeat-icon:hover {
            background-image: url('/img/icons/PaySlipFF-yellow.png');
            background-repeat: no-repeat;
            background-size: contain;
            min-height: 30px !important;
            cursor: pointer;
        }

    .stop-icon {
        background-image: url('/img/icons/PayslipStop.png');
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 30px !important;
    }

        /* Hover state for the icons */
        .stop-icon:hover {
            background-image: url('/img/icons/PayslipStop-yellow.png');
            background-repeat: no-repeat;
            background-size: contain;
            min-height: 30px !important;
            cursor: pointer;
        }

    .option-icon {
        background-image: url('/img/icons/PayslipOptions.png');
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 30px !important;
    }

        /* Hover state for the icons */
        .option-icon:hover {
            background-image: url('/img/icons/PayslipOptions-yellow.png');
            background-repeat: no-repeat;
            background-size: contain;
            min-height: 30px !important;
            cursor: pointer;
        }

    .icon:hover {
        transform: scale(1.2); /* 10% larger */
        transition: transform 0.3s; /* Smooth transition */
    }

    .department-delete-icon {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 20px;
        cursor: pointer;
    }
    /*###########################################################################################*/
    /* Custom Table Styles */
    /*###########################################################################################*/
    table.table-green thead {
        color: #fff;
        background-color: #16a085;
    }

    .table-container {
        width: 100%;
    }

    .table-header th {
        background-color: #9fb4c7 !important;
        color: white;
        text-align: left;
        list-style-type: none !important;
        margin-left: 0px;
        font-size: 14px;
        font-family: 'Gilroy Black' !important;
    }

    .tbl-head {
        background-color: #9fb4c7;
        color: white;
    }

    .table-container-small {
        width: 100%;
        overflow-x: auto;
        min-width: 300px;
    }

    .numeric-col {
        text-align: right !important;
        padding-right: 20px !important;
        font-family: 'Gilroy Regular' !important;
    }

    .currency-col {
        text-align: right !important;
        padding-right: 20px !important;
        font-family: 'Gilroy Regular' !important;
        min-width: 120px !important;
        max-width: 120px !important;
    }

    .centered-col {
        text-align: center !important;
        font-family: 'Gilroy Regular' !important;
    }

    .date-col {
        text-align: left !important;
        font-family: 'Gilroy Regular' !important;
        max-width: 130px !important;
    }

    .date-time-col {
        text-align: left !important;
        font-family: 'Gilroy Regular' !important;
        min-width: 150px !important;
        max-width: 150px !important;
    }

    .status-col {
        text-align: left !important;
        font-family: 'Gilroy Regular' !important;
        min-width: 100px !important;
        max-width: 100px !important;
    }

    .pension-col {
        text-align: left !important;
        font-family: 'Gilroy Regular' !important;
        min-width: 140px !important;
        max-width: 140px !important;
    }

    .absence-type-col {
        text-align: left !important;
        font-family: 'Gilroy Regular' !important;
        min-width: 240px !important;
        max-width: 240px !important;
    }

    .absence-taken-col {
        text-align: left !important;
        font-family: 'Gilroy Regular' !important;
        padding-right: 20px !important;
        max-width: 100px !important;
    }

    .selective-col {
        text-align: left !important;
        font-family: 'Gilroy Regular' !important;
        cursor: pointer
    }

    .image-col {
        text-align: center !important;
        font-family: 'Gilroy Regular' !important;
        min-width: 70px !important;
        max-width: 70px !important;
        padding: 4px !important;
    }

    .absence-tile-selective-col {
        text-align: left !important;
        font-family: 'Gilroy Regular' !important;
        min-width: 150px !important;
        cursor: pointer
    }

    .absence-tile-numeric-col {
        text-align: right !important;
        font-family: 'Gilroy Regular' !important;
        min-width: 45px !important;
        cursor: pointer
    }

    .dashboard-tile-action-col {
        text-align: left !important;
        font-family: 'Gilroy Regular' !important;
        min-width: 90px !important;
        cursor: pointer;
        max-width: 130px !important;
    }

    .returns-tile-selective-col {
        text-align: left !important;
        font-family: 'Gilroy Regular' !important;
        min-width: 90px !important;
        cursor: pointer
    }

    .returns-date-tile-selective-col {
        text-align: right !important;
        font-family: 'Gilroy Regular' !important;
        min-width: 45px !important;
        cursor: pointer
    }

    .returns-tile-currency-col {
        text-align: right !important;
        font-family: 'Gilroy Regular' !important;
        min-width: 35px !important;
        cursor: pointer
    }
.company-select-tile-flag-col {
    text-align: center !important;
    max-width: 60px !important;
    min-width: 60px !important;
    cursor: pointer
}
.company-select-tile-name-col {
    text-align: left !important;
    font-family: 'Gilroy Regular' !important;
    max-width: 140px !important;
    min-width: 140px !important;
    vertical-align:central !important;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer
}
.company-select-tile-role-col {
    text-align: left !important;
    font-family: 'Gilroy Regular' !important;
    max-width: 120px !important;
    min-width: 120px !important;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer
}
.company-select-tile-h5 {
    color: black;
    height: 20px !important;
}

    .company-select-tile-h5 > h5 {
        margin-top: 2px;
    }

    .table-no-records {
        text-align: center;
        padding-bottom: 30px;
        margin-bottom: 0 !important;
    }

    .historic-pay-table-selective-col {
        text-align: left !important;
        font-family: 'Gilroy Regular' !important;
        max-width: 120px !important;
        min-width: 120px !important;
        cursor: pointer
    }

    .historic-pay-table-numeric-col {
        text-align: right !important;
        font-family: 'Gilroy Regular' !important;
        min-width: 65px !important;
        cursor: pointer
    }

    .switch {
        position: relative;
        display: inline-block;
        width: 120px;
        margin-bottom: -25px;
        margin-top: 2px;
        text-align: center !important;
        max-height: 10px !important;
    }

    .table-no-margin {
        background-color: #ffffff !important;
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    input:checked + .slider {
        background-color: #2196F3;
        color: #ffffff;
    }

    input:checked:disabled + .slider {
        background-color: gray;
        color: #ffffff;
    }

    .slider.round {
        border-radius: 34px;
        height: 25px;
        margin-top: -5px;
        width: 112px
    }

        .slider.round:before {
            border-radius: 50%;
            width: 18px;
            height: 18px;
        }

    .slider-label {
        text-align: center;
        margin-left: 0px;
        margin-top: 4px;
        height: 25px !important;
        font-size: 13px;
        font-weight: 100;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 35px;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .slider:before {
            position: absolute;
            content: "";
            height: 26px;
            width: 26px;
            left: 5px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    input:checked + .slider:before {
        -webkit-transform: translateX(64px);
        -ms-transform: translateX(64px);
        transform: translateX(85px);
    }

    th.sortable:after {
        content: none !important;
    }


    th {
        position: relative;
        cursor: default;
        pointer-events: none;
    }

    .with-sorting th {
        position: relative;
        pointer-events: auto; /* Enables clicking on header */
        cursor: pointer; /* Shows the hand icon, indicating it's clickable */
    }

        .with-sorting th::after {
            content: ''; /* Default bidirectional arrow */
            position: absolute;
            right: 8px;
            opacity: 0.5;
        }

        .with-sorting th.no-sort::after {
            content: none; /* No content for non-sortable columns */
        }

        /* Add ascending sorted state arrow */
        .with-sorting th.sorted-asc::after {
            content: '↑'; /* Arrow pointing up */
            opacity: 1;
        }

        /* Add descending sorted state arrow */
        .with-sorting th.sorted-desc::after {
            content: '↓'; /* Arrow pointing down */
            opacity: 1;
        }

    .highlightable {
        margin-bottom: 0 !important;
    }

        /* Highlight the entire row when any cell is hovered */
        .highlightable tr:hover > td {
            background-color: #fff2d6 !important;
        }

            .highlightable tr:hover > td.no-highlight {
                background-color: initial; /* Resets to default background */
            }
        /* For regular selected row */
        .highlightable tr.selected-row > td {
            background-color: #ffc857 !important;
        }

        /* Override the hover effect for the striped rows */
        .highlightable.table-striped > tbody > tr:nth-child(odd):hover > td,
        .highlightable.table-striped > tbody > tr:nth-child(even):hover > td {
            background-color: #fff2d6 !important;
        }

            .highlightable.table-striped > tbody > tr:nth-child(odd):hover > td.no-highlight {
                background-color: initial; /* Resets to default background */
            }

            .highlightable.table-striped > tbody > tr:nth-child(even):hover > td.no-highlight {
                background-color: initial; /* Resets to default background */
            }
        /* Ensure selected-row takes precedence */
        .highlightable tr.selected-row:hover > td,
        .highlightable.table-striped > tbody > tr:nth-child(odd).selected-row:hover > td,
        .highlightable.table-striped > tbody > tr:nth-child(even).selected-row:hover > td {
            background-color: blue !important;
        }

            .highlightable.table-striped > tbody > tr:nth-child(even).selected-row:hover > td.no-highlight {
                background-color: initial; /* Resets to default background */
            }

    .second-table-margin {
        margin-top: 0px;
    }
    /*.highlightable tr.selected-row {
    background-color: #ffc857 !important;
}

.highlightable.table-striped > tbody > tr:nth-child(odd).selected-row > td {
    background-color: #ffc857 !important;
}

.highlightable tr :hover {
    background-color: #fff2d6 !important;
}

.highlightable > tbody > tr:nth-child(odd) ::after hover {
    background-color: #fff2d6 !important;
}*/
    /*###########################################################################################*/
    /* Overlay */
    /*###########################################################################################*/
    #loadingOverlay {
        display:none;
        position: fixed; /* Fixed position */
        top: 0;
        left: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        z-index: 1000; /* Sit on top */
        background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    }

    .overlay {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.9);
        overflow-x: hidden;
        transition: 0.5s;
    }

    .overlay-content {
        position: relative;
        top: 25%;
        width: 100%;
        margin-top: 30px;
        margin-left: 43%;
    }

    #payslipOverlay {
        display: block; /* Hidden by default */
        position: absolute; /* Fixed position */
        top: 0;
        left: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        z-index: 1000; /* Sit on top */
        background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    }

    .payslip-overlay {
        height: 94% !important;
        width: 96% !important;
        position: fixed;
        z-index: 1;
        left: 16px !important;
        top: 0;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.9);
        overflow-x: hidden;
        transition: 0.5s;
        display: none;
    }

    .payslip-overlay-content {
        position: relative;
        top: 35%;
        margin: auto;
        width: 400px;
        color: white;
        text-align: center;
        font-weight: bold;
    }

    .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
    }

    .overlay-text {
        color: white;
        margin-left: 40px;
        margin-top: 40px;
    }

    @media screen and (max-height: 450px) {
        .overlay a {
            font-size: 20px
        }

        .overlay .closebtn {
            font-size: 40px;
            top: 15px;
            right: 35px;
        }
    }

    .loading-icon {
        border: 16px solid #f3f3f3; /* Light grey */
        border-top: 16px solid #3498db; /* Blue */
        border-radius: 50%;
        width: 250px;
        height: 250px;
        animation: spin 2s linear infinite;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    /*###########################################################################################*/
    /* Custom Calendar Styles */
    /*###########################################################################################*/
    /* #ttCal th {
        min-width: 27px;
        max-width: 27px;
        height: 27px;
        padding: 0px !important;
        border: 0.5px solid #c7c7c7;
    }*/

    .dayLbl {
        /*padding-top:3px;
    margin-bottom:0px !important;*/
        max-height: 15px !important;
    }

    .boxLbl {
        max-height: 15px !important;
    }

    .resizableTh .dayLbl:hover {
        cursor: pointer;
    }

    .grey {
        background-color: #f7f7f7;
        text-align: center;
    }

    th.neutral {
        background-color: #808080;
        color: #000;
        user-select: none; /* Standard syntax */
        -webkit-user-select: none; /* Chrome and Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
    }

    th.highlight4 {
        background-color: #EF9A9A;
        color: #000;
        user-select: none; /* Standard syntax */
        -webkit-user-select: none; /* Chrome and Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
    }

    th.highlight7 {
        background-color: #B71C1C;
        color: #ffffff;
        user-select: none; /* Standard syntax */
        -webkit-user-select: none; /* Chrome and Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
    }

    th.highlight9 {
        background-color: #FDD835;
        color: #000;
        user-select: none; /* Standard syntax */
        -webkit-user-select: none; /* Chrome and Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
    }

    th.highlight11 {
        background-color: #66BB6A;
        color: #000;
        user-select: none; /* Standard syntax */
        -webkit-user-select: none; /* Chrome and Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
    }

    th.highlight12 {
        background-color: #1B5E20;
        color: #ffffff;
        user-select: none; /* Standard syntax */
        -webkit-user-select: none; /* Chrome and Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
    }

    th.highlight13 {
        background-color: #F8C471;
        color: #000;
        user-select: none; /* Standard syntax */
        -webkit-user-select: none; /* Chrome and Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
    }

    th.highlight14 {
        background-color: #B9770E;
        color: #000;
        user-select: none; /* Standard syntax */
        -webkit-user-select: none; /* Chrome and Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
    }

    th.highlight15 {
        background-color: #4A148C;
        color: #ffffff;
        user-select: none; /* Standard syntax */
        -webkit-user-select: none; /* Chrome and Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
    }

    .weekend {
        background-color: #d6d6d6;
        text-align: center;
    }

    .stdCell {
        text-align: center;
    }

    .bank {
        background-color: #a9a9a9;
        text-align: center !important;
    }

    .disabled {
        background-color: transparent !important;
        border: none !important;
    }

    .header {
        background-color: #97b3c2;
        color: white;
        font-weight: 100;
        text-align: center;
    }

    .monthCol {
        min-width: 100px !important;
        text-align: left;
        background-color: #97b3c2;
        color: white;
        max-width: 100px !important;
        padding-left: 5px !important;
    }

    .droppable {
        min-height: 50px;
    }

    .draggable {
        cursor: move;
        background-color: #C0C0C0;
    }


    table th {
        background-color: #ccc;
    }

        table th.highlighted {
            background-color: #b05656;
        }

    .resizableTh {
        position: relative;
    }

        .resizableTh:before,
        .resizableTh:after {
            content: '';
            position: absolute;
            top: 0;
            height: 100%;
            width: 10px;
            opacity: 0;
            transition: opacity .2s;
        }

        .resizableTh:before {
            left: 0;
            /*cursor: w-resize;*/
        }

        .resizableTh:after {
            right: 0;
            /*cursor: e-resize;*/
        }

        .resizableTh:hover:before,
        .resizableTh:hover:after {
            opacity: 1;
        }

    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        font-family: 'Gilroy Regular', sans-serif;
    }

    .context-menu {
        position: absolute;
    }

    .select2 * {
        font-family: 'Gilroy Regular', sans-serif !important;
    }

    .menu {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 10px 20px rgb(64 64 64 / 5%);
        padding: 10px 0;
    }

        .menu > li > a {
            font: inherit;
            border: 0;
            padding: 10px 30px 10px 15px;
            width: 100%;
            display: flex;
            align-items: center;
            position: relative;
            text-decoration: unset;
            color: #000;
            font-weight: 500;
            transition: 0.5s linear;
            -webkit-transition: 0.5s linear;
            -moz-transition: 0.5s linear;
            -ms-transition: 0.5s linear;
            -o-transition: 0.5s linear;
        }

            .menu > li > a:hover {
                background: #f1f3f7;
                color: #4b00ff;
            }

            .menu > li > a > i {
                padding-right: 10px;
            }

        .menu > li.trash > a:hover {
            color: red;
        }



    /*###########################################################################################*/
    /* Custom Modal Styles */
    /*###########################################################################################*/
    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .modal {
        position: fixed;
        margin-top: 10%;
        margin-left: 35%;
        width: 400px;
        height: 55vh;
        max-height: 90vh;
        overflow: hidden !important;
        background-color: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
        transform: translate(0%, 0%);
        display: flex;
        flex-direction: column;
        animation: fadeIn 0.8s;
    }

    .modal-content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .modal-header {
        border-bottom: 1px solid #e5e5e5;
        height: 65px;
        color: #fceec1;
        width: 105%;
        background-color: #343432;
        font-family: 'Gilroy Regular' !important;
        height: 35px !important;
        font-weight: 500;
    }

    .modal-title {
        margin: 0;
    }

    .modal-body {
        padding-left: 15px !important;
        padding-right: 0px !important;
        padding-top: 15px !important;
        background-color: #f3f1e4;
        flex-grow: 1;
        flex: 1;
        overflow: auto;
        overflow-y: auto; /* Ensure content doesn't overflow vertically */
        height: 600px;
    }

    .modal-footer {
        box-sizing: border-box; /* Makes sure padding and border are included in the total width */
        width: calc(100% + 30px); /* Adjust based on your specific modal's side paddings */
        margin-left: -15px; /* Offset for modal's side padding */
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 1px solid #343432 !important;
        background-color: #f3f1e4;
        height: 52px;
    }


        .modal-footer button {
            margin-right: 30px !important;
            margin-top: -10px !important;
            display: flex;
            justify-content: space-between;
        }

    .modal-pension {
        height: 30vh !important;
    }

    @media (max-width: 1200px) {
        .modal {
            width: 400px;
            margin-left: 20%; /* to center it (100 - 90) / 2 */
            margin-top: 20%;
            height: 35vh;
            transform: translate(0%, 0%);
        }

        .modal-body {
            padding-left: 15px !important;
            padding-right: 0px !important;
            padding-top: 15px !important;
            background-color: #f3f1e4;
            flex-grow: 1;
            flex: 1;
            overflow: auto;
            overflow-y: auto; /* Ensure content doesn't overflow vertically */
            height: 500px !important;
        }
    }

    @media (max-width: 1024px) {
        .modal {
            width: 400px;
            margin-left: 20%; /* to center it (100 - 90) / 2 */
            margin-top: 20%;
            height: 35vh;
            transform: translate(0%, 0%);
        }

        .modal-body {
            padding-left: 15px !important;
            padding-right: 0px !important;
            padding-top: 15px !important;
            background-color: #f3f1e4;
            flex-grow: 1;
            flex: 1;
            overflow: auto;
            overflow-y: auto; /* Ensure content doesn't overflow vertically */
            height: 500px !important;
        }
    }

    @media (max-width: 768px) {
        .modal {
            width: 400px;
            margin-left: 10%; /* to center it (100 - 90) / 2 */
            margin-top: 20%;
            transform: translate(0%, 0%);
        }
    }

    /* For really small screens like mobile phones in portrait mode */
    @media (max-width: 480px) {
        .modal {
            width: 400px;
            margin-left: 2.5%; /* to center it (100 - 95) / 2 */
            margin-top: 2%;
        }
    }

    .col-lg-12 {
        text-align: left; /* Center the text content of the entire container */
    }

    .offer-job-lbl-one {
        display: block; /* Ensures the label takes the full width and centers itself */
    }

    .offer-job-lbl-two {
        display: block; /* Ensures the label takes the full width and centers itself */
        margin-top: 10px; /* Provides some spacing between this label and the previous content */
    }

    .offer-job-bullets {
        padding: 15px; /* Removes padding */
        margin: 10px auto; /* Centers the list and provides some spacing */
        text-align: left; /* Aligns text of the list items to the left */
        display: inline-block; /* Makes the list behave like a centered inline element */
    }

    .offer-job-field-input {
        display: block; /* Makes the input behave like a block element */
        width: 200px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        text-transform: capitalize;
        margin: 20px auto; /* Centers the input field and provides some spacing */
    }

    .entitlement-field {
        width: 50px;
        height: 35px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
    }

        .entitlement-field:focus {
            border-color: black;
        }

    .document-description-field {
        width: 200px;
        height: 80px;
        font-size: 14px;
        padding-left: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        resize: none;
    }

        .document-description-field:focus {
            border-color: black;
        }

    .document-file-type-select {
        width: 140px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
    }

    .document-person-share-select {
        width: 140px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="black" d="M6 8L0-1.22465e-06L12-8e-06L6 8Z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 25px;
    }

        .document-person-share-select + .info-icon {
            right: calc(100% - 180px) !important;
        }

    /*###########################################################################################*/
    /* WIDGETS */
    /*###########################################################################################*/
    .circle-tile {
        margin-bottom: 30px;
        text-align: center;
        max-width: 250px;
    }

    .circle-tile-content {
        padding-top: 30px;
        background-color: #34495e;
    }

    .circle-tile-description {
        text-transform: uppercase;
        font-size: 14px;
    }

    .text-faded {
        color: white !important;
        opacity: 0.8;
    }

    .circle-tile-number {
        padding: 5px 0 15px;
        font-size: 26px;
        font-weight: 700;
        line-height: 1;
    }

    .circle-tile-footer {
        display: block;
        padding: 5px;
        color: white !important;
        opacity: 0.3;
        background-color: black;
        transition: all ease-in-out .3s;
    }

    /*###########################################################################################*/
    /* STATUS BADGES */
    /*###########################################################################################*/


    .badge-orange {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        background-color: #f39c12;
        border-radius: 10px;
    }

    .badge-blue {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        background-color: #0257e0;
        border-radius: 10px;
    }

    .badge-green {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        background-color: #0d9c03;
        border-radius: 10px;
    }

    .badge-red {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        background-color: #fc1100;
        border-radius: 10px;
    }

    /*###########################################################################################*/
    /* MEDIA VERSIONS */
    /*###########################################################################################*/



    /*769px — 1024px: iPad Pro, Small laptops*/
    @media screen and (max-width: 1024px) and (min-width: 769px) {
        #page-wrapper {
            margin: 50px 0 0 50px;
            padding: 0 30px;
            min-height: 1500px;
            border-left: 1px solid #2c3e50;
            transition: margin-left 0.5s ease 0.2s;
        }

        .page-content {
            opacity: 0.3;
            -webkit-transition: opacity .4s linear;
            -moz-transition: opacity .4s linear;
            -o-transition: opacity .4s linear;
            transition: opacity .4s linear;
        }

        .page-content-ease-in {
            opacity: 1;
        }

        .navbar-top {
            z-index: 1030;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            max-height: 50px;
            border-radius: 0;
        }

            .navbar-top .navbar-header {
                width: 50px;
                background-color: transparent;
            }

            .navbar-top .navbar-left {
                display: inherit;
            }

            .navbar-top #sidebar-toggle {
                display: inline-block;
            }

            .navbar-top .nav-top {
                margin-right: 15px;
                text-align: inherit;
            }

            .navbar-top .dropdown-user {
                left: inherit;
                min-width: inherit;
            }

            .navbar-top .dropdown-messages,
            .navbar-top .dropdown-alerts,
            .navbar-top .dropdown-tasks {
                left: inherit;
                width: 300px;
            }

            .navbar-top .dropdown-scroll li a:hover {
                text-decoration: none;
            }

            .navbar-top .dropdown-messages li a:hover {
                background-color: #e8f6f3;
            }

            .navbar-top .dropdown-alerts li a:hover {
                background-color: #fef5e8;
            }

            .navbar-top .dropdown-tasks li a:hover {
                background-color: #eaf3f8;
            }

            .navbar-top .name {
                display: inherit;
                float: left;
                margin-right: 5px;
            }

        .navbar-side.collapsed {
            display: block;
        }

        .navbar-side {
            z-index: 1020;
            position: absolute;
            top: 48px;
            width: 100%;
            border-radius: 0;
        }

        .nav-expanded {
            width: 160px !important;
        }

        .navbar-side .side-nav {
            position: absolute;
            left: 0;
            width: 50px;
            border: none;
            border-radius: 0;
            overflow: hidden !important;
        }

        .navbar-side ul.side-nav {
            background-color: transparent;
            margin-top: 0;
            margin-bottom: 0;
            border-bottom: 1px solid #54677a;
            font-size: 13px;
        }

        .navbar-side .side-nav > li > a {
            width: 140px;
            overflow: hidden;
            display: inline-flex;
        }

        .navbar-side li.nav-search {
            border-top: 1px solid #54677a;
        }

        .navbar-side .side-nav > li > a:hover {
            color: #fff;
            background-color: #c5badc;
        }

        .payroller-nav > li > a:hover {
            color: #fff;
            background-color: #b5dfd1 !important;
        }

        .navbar-side .side-nav li.panel ul li a:hover,
        .navbar-side .side-nav li.panel ul li a:focus,
        .navbar-side .side-nav li.panel ul li a:active {
            background-color: #e0e7e8;
        }

        .page-title .date-range {
            display: inherit;
        }

        .ttonline {
            margin-bottom: -20px;
        }

        .burger-menu {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 50px;
            cursor: pointer;
        }
    }

    /*1025px — 1200px: Desktops, large screens*/
    @media screen and (max-width: 1201px) and (min-width: 1025px) {
        #page-wrapper {
            margin: 50px 0 0 50px;
            padding: 0 30px;
            min-height: 1500px;
            border-left: 1px solid #2c3e50;
            transition: margin-left 0.5s ease 0.2s;
        }


        .page-content {
            opacity: 0.3;
            -webkit-transition: opacity .4s linear;
            -moz-transition: opacity .4s linear;
            -o-transition: opacity .4s linear;
            transition: opacity .4s linear;
        }

        .page-content-ease-in {
            opacity: 1;
        }

        .navbar-top {
            z-index: 1030;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            max-height: 50px;
            border-radius: 0;
        }

            .navbar-top .navbar-header {
                width: 50px;
                background-color: transparent;
            }

            .navbar-top .navbar-left {
                display: inherit;
            }

            .navbar-top #sidebar-toggle {
                display: inline-block;
            }

            .navbar-top .nav-top {
                margin-right: 15px;
                text-align: inherit;
            }

            .navbar-top .dropdown-user {
                left: inherit;
                min-width: inherit;
            }

            .navbar-top .dropdown-messages,
            .navbar-top .dropdown-alerts,
            .navbar-top .dropdown-tasks {
                left: inherit;
                width: 300px;
            }

            .navbar-top .dropdown-scroll li a:hover {
                text-decoration: none;
            }

            .navbar-top .dropdown-messages li a:hover {
                background-color: #e8f6f3;
            }

            .navbar-top .dropdown-alerts li a:hover {
                background-color: #fef5e8;
            }

            .navbar-top .dropdown-tasks li a:hover {
                background-color: #eaf3f8;
            }

            .navbar-top .name {
                display: inherit;
                float: left;
                margin-right: 5px;
            }

        .navbar-side.collapsed {
            display: block;
        }

        .navbar-side {
            z-index: 1020;
            position: absolute;
            top: 48px;
            width: 100%;
            border-radius: 0;
        }

            .navbar-side .side-nav {
                position: absolute;
                left: 0;
                width: 50px;
                border: none;
                border-radius: 0;
                overflow: hidden !important;
            }

            .navbar-side ul.side-nav {
                background-color: transparent;
                margin-top: 0;
                margin-bottom: 0;
                border-bottom: 1px solid #54677a;
                font-size: 13px;
            }

            .navbar-side .side-nav > li > a {
                width: 140px;
                overflow: hidden;
                display: inline-flex;
            }

            .navbar-side li.nav-search {
                border-top: 1px solid #54677a;
            }

            .navbar-side .side-nav > li > a:hover {
                color: #fff;
                background-color: #c5badc;
            }

        .payroller-nav > li > a:hover {
            color: #fff;
            background-color: #b5dfd1 !important;
        }

        .navbar-side .side-nav li.panel ul li a:hover,
        .navbar-side .side-nav li.panel ul li a:focus,
        .navbar-side .side-nav li.panel ul li a:active {
            background-color: #e0e7e8;
        }

        .page-title .date-range {
            display: inherit;
        }

        .ttonline {
            margin-bottom: -20px;
        }
    }

    @media screen and (min-width: 1145px) {
        #page-wrapper {
            margin: 50px 0 0 50px;
            padding: 0 30px;
            min-height: 1500px;
            border-left: 1px solid #2c3e50;
            transition: margin-left 0.5s ease 0.2s;
        }


        .page-content {
            opacity: 0.3;
            -webkit-transition: opacity .4s linear;
            -moz-transition: opacity .4s linear;
            -o-transition: opacity .4s linear;
            transition: opacity .4s linear;
        }

        .page-content-ease-in {
            opacity: 1;
        }

        .navbar-top {
            z-index: 1030;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            max-height: 50px;
            border-radius: 0;
        }

            .navbar-top .navbar-header {
                width: 50px;
                background-color: transparent;
            }

            .navbar-top .navbar-left {
                display: inherit;
            }

            .navbar-top #sidebar-toggle {
                display: inline-block;
            }

            .navbar-top .nav-top {
                margin-right: 15px;
                text-align: inherit;
            }

            .navbar-top .dropdown-user {
                left: inherit;
                min-width: inherit;
            }

            .navbar-top .dropdown-messages,
            .navbar-top .dropdown-alerts,
            .navbar-top .dropdown-tasks {
                left: inherit;
                width: 300px;
            }

            .navbar-top .dropdown-scroll li a:hover {
                text-decoration: none;
            }

            .navbar-top .dropdown-messages li a:hover {
                background-color: #e8f6f3;
            }

            .navbar-top .dropdown-alerts li a:hover {
                background-color: #fef5e8;
            }

            .navbar-top .dropdown-tasks li a:hover {
                background-color: #eaf3f8;
            }

            .navbar-top .name {
                display: inherit;
                float: left;
                margin-right: 5px;
            }

        .navbar-side.collapsed {
            display: block;
        }

        .navbar-side {
            z-index: 1020;
            position: absolute;
            top: 48px;
            width: 100%;
            border-radius: 0;
        }

            .navbar-side .side-nav {
                position: absolute;
                left: 0;
                width: 50px;
                border: none;
                border-radius: 0;
                overflow: hidden !important;
            }

            .navbar-side ul.side-nav {
                background-color: transparent;
                margin-top: 0;
                margin-bottom: 0;
                border-bottom: 1px solid #54677a;
                font-size: 13px;
            }

            .navbar-side .side-nav > li > a {
                width: 140px;
                overflow: hidden;
                display: inline-flex;
            }

            .navbar-side li.nav-search {
                border-top: 1px solid #54677a;
            }

            .navbar-side .side-nav > li > a:hover {
                color: #fff;
                background-color: #c5badc;
            }

        .payroller-nav > li > a:hover {
            color: #fff;
            background-color: #b5dfd1 !important;
        }

        .navbar-side .side-nav li.panel ul li a:hover,
        .navbar-side .side-nav li.panel ul li a:focus,
        .navbar-side .side-nav li.panel ul li a:active {
            background-color: #e0e7e8;
        }

        .page-title .date-range {
            display: inherit;
        }

        .ttonline {
            margin-bottom: 30px;
        }
    }

    .mailbox-messages {
        padding-left: 15px;
        padding-right: 15px;
        max-height: 300px;
    }

    .message-table {
        border-bottom-width: 1px;
        border-bottom-color: #D2E3EC;
    }

    .message-body > tbody, td, tfoot, th, thead, tr {
        width: 130vh;
    }

    .message-button {
        margin-left: 15px;
    }

    .send-message-button {
        margin-top: 10px;
        margin-left: -12px;
    }

    .autocomplete-data-hidden {
        display: none;
    }

    .ui-autocomplete {
        max-height: 400px;
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: hidden;
        /* add padding to account for vertical scrollbar */
        padding-right: 20px;
    }

    .select2 {
        padding-bottom: .625rem;
        line-height: 1.25;
        height: 48px;
        margin-left: 15px !important;
        width: 160px !important;
    }


    .select2-selection {
        padding-left: 0px;
        padding-top: 2rem;
    }

    .select2-selection__arrow {
        display: none;
    }

    .select2-results__option {
        font-size: 12px;
    }

        .select2-results__option > div > h4 {
            font-size: 16px;
            font-weight: bold;
        }

    .rich-text-dropdown {
        width: 300px !important;
    }

    .select2-container--default .select2-results > .select2-results__options {
        max-height: 350px !important;
    }
#add-person-modal {
    min-height: 500px !important;
}