/* Custom CSS with namespace to prevent conflicts */
.es-empty-state {
    text-align: center;
    padding: 1rem 2rem;
    border-radius: 12px;
    background: #f8fafc;
    margin: 1.2rem 1rem;
    vertical-align: middle;
    height: 100% !important;
    max-width: 500px;
    padding-bottom: 3rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 2px dashed #e2e8f0;
}

.es-empty-state__icon {
    font-size: 4rem;
    color: #64748b;
    margin: .1rem;
    opacity: 0.3;
    display: inline-block;
}

.es-empty-state__title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #334155;
    margin: 0.7rem;
}

.es-empty-state__message {
    color: #64748b;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.es-empty-state__action {
    margin-top: 1.25rem;
}

.bar-container {
                width: 100%;
                background-color: #f1f1f1;
                border-radius: 8px;
                overflow: hidden;
                display: flex;
                height: 24px;
                margin-left: 0px;
                margin-bottom: 24px;
            }

            .bar {
                height: 100%;
            }

            .legend {
                margin-top: 10px;
            }

            .legend-item {
                display: flex;
                align-items: center;
                margin-bottom: 5px;
                font-size: 1.3rem !important;font-weight: 400 !important;

            }



            .dynamic-link {
                text-decoration: none;
                color: inherit;
            }

            .dynamic-link {
                text-decoration: none;
                color: inherit;
                display: block;
                margin: 5px 0;
            }

            .legend-item {
                display: flex;
                align-items: center;
                padding: 2px;
                border-bottom: 1px solid #ccc;
            }

            .legend-color {
                width: 8px;
                height: 8px;
                border-radius: 50%;
                margin: 8px 12px;

            }

            .legend-name,
            .legend-eventdate,
            .legend-percentage,
            .legend-members {
                flex: 1;
                text-align: left;
                color: #333 !important;
            }

            .legend-data {
                flex: 1;
                text-align: right;
            }

            .legend-data small {
                font-size: 1rem !important;
            }

            .legend-header {
                flex: 1;
                text-align: right;
                font-weight: 500;
            }

            .legend-rowdata {
                flex: 1;
                text-align: left;
                margin-right: 8px;
            }

            .legend-eventdate {
                flex: 1.2;
            }

            .legend-percentage {
                text-align: center;
            }

            .legend-members {
                text-align: right;
            }

            .fixed-height {
                height: 320px;
                /* Fixed height */
                overflow-y: auto;
                /* Enable vertical scrolling */
                overflow-x: hidden;
                /* Hide horizontal scroll */
                scrollbar-width: none;
                /* Hide scrollbar in Firefox */
                -ms-overflow-style: none;
                /* Hide scrollbar in IE/Edge */
            }

            .fixed-height-sm {
                height: 192px;
                /* Fixed height */
                overflow-y: auto;
                /* Enable vertical scrolling */
                overflow-x: hidden;
                /* Hide horizontal scroll */
                scrollbar-width: none;
                /* Hide scrollbar in Firefox */
                -ms-overflow-style: none;
                /* Hide scrollbar in IE/Edge */
            }

            .fixed-height-xs {
                height: 183px;
                /* Fixed height */
                overflow-y: auto;
                /* Enable vertical scrolling */
                overflow-x: hidden;
                /* Hide horizontal scroll */
                scrollbar-width: none;
                /* Hide scrollbar in Firefox */
                -ms-overflow-style: none;
                /* Hide scrollbar in IE/Edge */
            }


            /* Hide scrollbar for WebKit browsers (Chrome, Safari) */
            *::-webkit-scrollbar {
                display: none;
            }

            /* Hide scrollbar for Firefox */
            * {
                scrollbar-width: none;
            }

            /* Hide scrollbar for Internet Explorer & Edge */
            * {
                -ms-overflow-style: none;
            }

            small {
  font-size: 80% !important;
}

.sidemenu-title{
    display: inline-block;
    max-width: 100%;
    margin: 0px;
    margin-bottom: -62px !important;
    font-weight: 400 !important;
    margin-top: 12px;
    margin-left: 24px;
    color: #000;
}
.add-btn {
    /* Base styles */
    background-color: ghostwhite; /* Light gray background, matching the interface */
    border: 1px solid #999; /* Subtle gray border */
    color: #333; /* Dark gray text for readability */
    padding: 3px 6px; /* Comfortable padding */
    font-size: 14px; /* Matches the text size in the interface */
    cursor: pointer; /* Indicates interactivity */
    border-radius: 12px; /* Slight rounding for modern look */
    text-align: center; /* Centers text */
    text-decoration: none; /* Removes default link underline if used as a link */
    display: inline-block; /* Ensures consistent sizing */
    margin-top: -5px;

}

.text-danger {
    /*color: #a94442;*/
    color: rgba(220,53,69,1) !important;

}

.italic{
  color: #9ca3af !important;
  font-style: italic;
  font-size: 12px !important;
}


.forget-form {
    display: none;
}

.register-form {
    display: none;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.profile-cover {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    /*border-radius: 2px;*/
    /*padding: 20px;*/
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -12px;
    /*background-color: #999999;*/
    z-index: 100;
    /*
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    */
}
.btn-soft-success {
  --vz-btn-color: #0ab39c;
  --vz-btn-bg: rgba(10, 179, 156, 0.1);
  --vz-btn-border-color: transparent;
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: #09a18c;
  --vz-btn-hover-border-color: transparent;
  --vz-btn-focus-shadow-rgb: 10,179,156;
  --vz-btn-active-color: var(--vz-btn-hover-color);
  --vz-btn-active-bg: #088f7d;
  --vz-btn-active-border-color: transparent;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge > a {
    color: #C5C7C5 !important;
}

.timeline-badge a:hover {
    color: #FF531F !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    padding: 20px;
    margin-bottom: 0;
    background: #fff;
}

.timeline-body > p + p {
    margin-top: 5px;
}

.timeline-footer {
    padding: 20px;
    background-color: #f4f4f4;
}

.timeline-header {
    padding: 20px;
    background-color: #f4f4f4;
}

.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}

.timeline-heading {
    background: #fff;
}

.facebook-share-box {
    width: 100%;
}

.facebook-share-box .share-form {
    padding: 2%;
}

.facebook-share-box .share {
    -webkit-transition: 0.1s ease-out height;
    -moz-transition: 0.1s ease-out height;
    -ms-transition: 0.1s ease-out height;
    -o-transition: 0.1s ease-out height;
    transition: 0.1s ease-out height;
    clear: both;
    background: white;
    border: 2px solid #dddddd;
    margin-bottom: 10px;
    position: relative;
}

.facebook-share-box .share .arrow {
    background: url(../img/arrow.png) no-repeat #dddddd;
    position: absolute;
    width: 14px;
    height: 10px;
    left: 4px;
    display: inline;
    top: -10px;
    -webkit-transition: 0.3s ease-out all;
    -moz-transition: 0.3s ease-out all;
    -ms-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
}

.facebook-share-box .post-types li a {
    color: #085083;
    text-decoration: none;
}

.facebook-share-box .post-types li a.active {
    color: #404040;
}

.facebook-share-box .post-types {
    padding-left: 5px;
}

.facebook-share-box ul {
    list-style: none;
    margin-bottom: 9px;
}

.facebook-share-box .post-types li {
    display: inline;
    margin-right: 10px;
}

.message {
    border-radius: 0;
    border: none;
}

.panel {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}

.timeline-images {
    margin: 2px;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 20px
    }

    ul.timeline > li > .timeline-panel {
        float: right;
        margin-right: 2%;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

.message-item {
    margin-bottom: 25px;
    margin-left: 40px;
    position: relative;
}

.message-item .message-inner {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    position: relative;
}

.message-item .message-inner:before {
    border-right: 10px solid #ddd;
    border-style: solid;
    border-width: 10px;
    color: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -20px;
    top: 6px;
    width: 0;
}

.message-item .message-inner:after {
    border-right: 10px solid #fff;
    border-style: solid;
    border-width: 10px;
    color: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -18px;
    top: 6px;
    width: 0;
}

.message-item:before {
    background: #fff;
    border-radius: 2px;
    bottom: -30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: -30px;
    position: absolute;
    width: 3px;
}

.message-item:after {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    content: "";
    height: 15px;
    left: -36px;
    position: absolute;
    top: 10px;
    width: 15px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.message-item .message-head {
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.message-item .message-head .avatar {
    margin-right: 20px;
}

.message-item .message-head .user-detail {
    overflow: hidden;
}

.message-item .message-head .user-detail h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.message-item .message-head .post-meta {
    float: left;
    padding: 0 15px 0 0;
}

.message-item .message-head .post-meta > div {
    color: #333;
    font-weight: bold;
    text-align: right;
}

.post-meta > div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
}

.message-item .message-head .post-meta > div {
    color: #333;
    font-weight: bold;
    text-align: right;
}

.post-meta > div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
}

img {
    min-height: 40px;

}

.team-members .panel-body {
    padding: 0px;
}

.team-members.project-overview-column {
    max-height: 100%;
    overflow: hidden;
}

.team-members.project-overview-column .panel-body {
    max-height: 100%;
    overflow: scroll;
}

.team-members .media {
    margin-top: 0px;
    border-bottom: 1px solid #f0f0f0;
}

.team-members .media:last-child {
    border-bottom: 0px;
}

.team-members .media-left {
    padding: 10px;
}

.team-members .media-body {
    padding-right: 10px;
    padding-top: 10px;
}

#from, #to, #from_branch, #to_branch, #from_loan, #to_loan, #from_repayment, #to_repayment {
    width: 200px;
    float: left;
}

.borderOk {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}

table #hours_and_earnings td, table #tax_deductions td, table #pre_tax_deductions td, table #after_tax_deductions td, table #payslip_employee_header td, table #payslip_employer_header td, table #pay_period_and_salary td, table #summary td, table #net_pay_distribution td, table #messages td {
    padding: 2px;
}
div.event_report_number_big {
    font-size: 16em;
    font-weight: 700;
}

div.event_report_number_subtext {
    font-size: 0.1em;
    font-weight: 100;
    color: #aaa;
    margin-top: 5px;
}
div.event_report_buttons_container {
    margin-top: 1em;
    margin-right: 3em;
}

div.event_report_button_container {
    margin-top: 1.6em;
}
div.event_report_button_container a {
    width: 7em;
}