﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
:root {
    --primary-color: #8502FA;
    --green-color: #2DD47B;
    --red-color: #F7685B;
    --filer-primary: invert(13%) sepia(97%) saturate(7450%) hue-rotate(264deg) brightness(96%) contrast(104%);
}
/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

h4.underline {
    /*border-bottom: 1px solid #e9e9e9 !important;*/
    padding-bottom: 10px;
}

.btn-primary {
    color: #fff;
    width: 100%;
    height:40px;
    background-color: #192f68 !important;
    border-color: #192f68 !important
}
.btn-grey {
    color: #323130;
    width: 100px;
    height: 32px;
    background-color: #e9e9e9 !important;
    border-color: #e9e9e9 !important
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
#header-text { 
    position: absolute;
    left: 280px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #8B2BE2, #4A90E2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /* margin-bottom: 60px; */
    font-size: 12px;
    background-color: #F7F7F7;
    font-family: Helvetica,Arial, sans-serif
}
.footer {
    position: fixed;
    bottom: 0;
    white-space: nowrap;
    line-height: 30px; /* Vertically center the text there */
    font-size: 12px;
    width: 250px;
}
/* Model Popup Styles */
.modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    gap: 0.4rem;
    width: 450px;
    padding: 1.3rem;
    min-height: 250px;
    position: absolute;
    z-index: 2;
    top: 35%;
    left:35%;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 15px;
    height: auto;
}

    .modal .flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.modal input {
    padding: 0.7rem 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.9em;
}

    .modal p {
        font-size: 0.9rem;
        color: #777;
        margin: 0.4rem 0 0.2rem;
    }



.btn-open {
    position: absolute;
    bottom: 150px;
}

.btn-close {
    transform: translate(0px, 0px);
    padding: 0.5rem 0.7rem;
    background: #eee;
    border-radius: 50%;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 1;
}

.hidden {
    display: none;
}

/* Loading image */
.overlay_loadding {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("/imgs/loader.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
/*body.loading {
    overflow: hidden;
}*/
/* Make spinner image visible when body element has the loading class */
/*body.loading .overlay_loadding {
    display: block;
}*/
body.loading::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8) url("/imgs/loader.gif") center no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
body.loading #content {
    display: none; /* Hide content while loading */
}
/* Side Nav Styles*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    background-color: white; /* rgba(233,233,233);*/
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}

.sidenav a {
    /*padding: 8px 8px 8px 20px;*/
    text-decoration: none;
    font-size: 14px;
    color: rgba(50,49,48);
    display: block;
    transition: 0.3s;
    font-weight: 400;
    /*font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;*/
}

.sidenav a:hover {
    /*color: #f1f1f1;*/
    font-weight:600;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    /*right: 25px;*/
    font-size: 16px;
    /*margin-left: 50px;*/
}

#main {
    transition: margin-left .5s;
}

@media screen and (max-height: 450px) {
    .sidenav {
       /* padding-top: 15px;*/
    }

    .sidenav a {
        font-size: 1rem;
    }
}
.menu-header {
    position: relative;
    top: 40px;
    height:40px;
    display:flex;
    align-items:center;
    font-size: 15px;
    padding-left: 22px;
/*    height: 51px*/
}

#home-menu-item-text{
    padding-left:5px;
}
.menu-item {
    font-size: 15px;
    margin-left: 7px
}
.menu-header:hover {
    /*background-color: rgba(223,225,225);*/
/*    color: black;*/
    cursor: pointer;
}
.menu-header a:hover {
    /*color: #f1f1f1;*/
    font-weight: 600;
}
.menu-item-image {
    position: relative;
    top: 4px;
    left: 11px;
}
.menu-item-text {
    position: relative;
    top: -17px;
    left: 41px;
}

.menu-item-image-selected {
    position: relative;
    top: 11px;
    left: 34px;
    background-color: #192f68;
    width: 5px;
    height: 17px;
}

.menu-item-text-selected {
    position: relative;
    /*top: -11px;
    left: 53px;*/
    font-weight: 600 !important;
    color: #8502FA !important;
}
.submenu-header {
    position: relative;
    top: 48px;
    left: 0px;
    height: 40px;
}
.submenu-header:hover {
    /*background-color: rgba(223,225,225);*/
    color: black;
    cursor: pointer;
}
.submenu-header a:hover {
    /*color: #f1f1f1;*/
    font-weight: 600;
}
.submenu-item-image {
    position: relative;
    top: 4px;
    left: 19px;
}
.submenu-item-text {
    position: relative;
    top: -17px;
    left: 53px;
}
.submenu-item-image-selected {
    position: relative;
    top: 11px;
    left: 34px;
    background-color: #192f68;
    width:5px;
    height:17px;
}
.submenu-item-text-selected {
    position: relative;
    top: -11px;
    left: 53px;
}
input[type=date] {
/*    color: var(--primary-color);*/
    border: none;
    border-bottom: 1px solid var(--primary-color);
    text-align: center;
    accent-color: var(--primary-color);
    background: none;
    transition: ease-in-out 0.3s;
}

    input[type=date]:hover {
        border-bottom: 2px solid var(--primary-color);
        cursor: pointer;
    }

    input[type=date]::-webkit-calendar-picker-indicator {
        opacity: 0.8;
        background: url("/imgs/nav-down.svg") no-repeat center;
        cursor: pointer;
        filter: var(--filer-primary);
    }

    input[type=date]:focus {
        outline: none;
        border-color: #4A90E2;
        box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
    }
.mainpage-button {
    outline: transparent;
    position: relative;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    border: none;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding: 0px 16px;
    border-radius: 2px;
    min-width: 80px;
    height: 32px;
    background-color: rgb(232, 232, 232);
    color: rgb(57 52 46);
    margin-right: 16px;
    user-select: none;
}
/*righ side nav */
.sidenav-right {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100; 
    top: 48px;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 4px 4px 4px 4px rgb(225 218 218);
}

.sidenav-right a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

        .sidenav-right a:hover {
            color: #f1f1f1;
        }

    .sidenav-right .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav-right {
        padding-top: 15px;
    }

        .sidenav-right a {
            font-size: 18px;
        }
}

.hulylabel{
    display: inline;
}
.tooltip-button {
    cursor: pointer;
    transition: ease-in-out 0.1s
}

.tooltip-button:hover {
    transform: scale(1.2)
}
.tooltip-button::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(10%) translateY(180%);
    padding: 5px 10px;
    background-color: #333;
    color: white;
    border-radius: 4px;  
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}

.tooltip-button:hover::after {
    opacity: 1;
    visibility: visible;
}

.borderTHTD {
    border: 0px solid #6c757d;
    text-align: center;
    padding:3px !important;
    font-size:12px;
    border-bottom:1px solid #dee2e6;
}

    .borderTHTD img {
        width: 17px;
        height: 17px; 
    }

#loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

    #loading img {
        width: 100px;
        height: 100px;
    }

.popup {
    /* display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        padding: 20px;
        border: 1px solid #ccc;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 9999;*/
    position: fixed;
    top: 0;
    right: 0;
    width: 750px !important;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    transition: width 0.5s ease;
    z-index: 9999;
    border: 2px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    padding-top: 50px;
    padding-left: 25px;
    overflow: auto;
}
.popup_progress {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
}
.popup_progress-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 0px;
    border: 5px solid #c2e7ff;
    width: 400px;
    height: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 17px;
    font-weight: 600;
    padding: 20px;
    line-height: 2.0;
    border-radius: 5px;
}

.center {
    position: fixed;
    right: -13px;
    top: 26px;
    transform: translate(-50%, -50%);
}

.modern-button {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: linear-gradient(to right, #4CAF50, #45a049);
    border: none;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .modern-button:hover {
        background: linear-gradient(to right, #45a049, #4CAF50);
        box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }

.button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 25px;
    /*font-weight: bold;*/
    color: #6c757d;
    text-transform: uppercase;
    text-decoration: none;
    /*background-color: #4CAF50;*/
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.button-drawer {
    display: inline-block;
    margin: 10px 15px;
    font-size: 25px;
    color: var(--primary-color);
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    background: none;
    font-weight: bold;
    border-bottom: 2px solid white
}
    .button-drawer:hover {
        border-bottom: 2px solid var(--primary-color)
    }

    .button::after {
        content: "\00D7"; /* Unicode character for '×' (multiplication sign) */
        margin-left: 5px;
    }


.hulyfooter {
    font-size: 12px;
    text-align: right;
    padding-right: 10px;
}

.hulyindexcardheader {
    margin: 0 -15px;
    padding: 0 15px 10px 15px;
    border-bottom: 1px solid rgba(128, 128, 128, .3);
    display:flex;
    justify-content: space-between;
    align-items: center;
    font-size:16px;
    font-weight:500
}
.positiveHours{
    color: var(--green-color);
    font-size: 10px
}
.negativeHours{
    color: var(--red-color);
    font-size: 10px
}
.negativeHours{
    color: var(--red-color);
    font-size: 10px
}
.hulybutton {
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    flex: 1;
    word-wrap: normal;
}
.hulyactivebutton {
    border-color: var(--primary-color);
    padding: 3px 12px;
    background-color: white;
    color: var(--primary-color);
    border-radius: 5px;
    transition: ease-in-out 0.1s
    /* width: 150px;
     box-shadow: 5px 5px 5px -5px black; */
}

    .hulyactivebutton:hover {
        background: var(--primary-color);
        color: white;
        box-shadow: 0 4px 12px rgba(111, 66, 193, 0.3);
        cursor:pointer !important;
    }


.hulyprimarybutton {
    background-color: var(--primary-color);
    border:none;
    padding: 5px 12px;
    color: white;
}
    .hulyprimarybutton:hover {
        background-color:  #6102c3;
    }
.hulyactivebutton.disabled {
    display: inline-block;
    padding: 3px 12px;
    border-color: #d3d3d3; /* Light gray border */
    background-color: #f0f0f0; /* Light gray background */
    color: #a9a9a9; /* Gray text */
    cursor: not-allowed; /* Disabled cursor */
    pointer-events: none; /* Prevent clicks and interactions */
    opacity: 0.6; /* Faded appearance */
    box-shadow: 5px 5px 5px -5px black;
}

/*Homepage*/
.validations-button-holder{
    display:flex;
    justify-content:end;
/*    width: 500px;*/
}
.validation-button {
    width: 95px;
    height: 30px;
    font-size: 12px;
    padding:0;
}
.text-large{
    font-size:14px
}
.validation-button-selected {
    background-color: var(--primary-color);
    color: white;
}
.timeSavedChart {
    position: relative;
    width: 110%;
    height: 240px;
    margin: -40px -45px -80px -30px;
}
.summary-chart{
    height:300px;
    margin: 0 -20px -20px -20px
}

.userChart {
    position: relative;
    width: 250px;
    height: 250px;
    margin: -40px -45px -80px -50px;
}

.userChartDataText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

#percentageText {
    font-size: 28px;
    color: #2DD47B;
    margin-bottom: 4px;
}

.date-picker {
/*    color: var(--primary-color);*/ 
    border: none;
    border-bottom: 2px solid white;
    text-align: center;
    accent-color: var(--primary-color)
}
    .date-picker:hover {
        border-bottom: 2px solid var(--primary-color);
        cursor:pointer;
    }

    .date-picker::-webkit-calendar-picker-indicator {
        opacity: 0.8;
        background: url("/imgs/nav-down.svg") no-repeat center;
        cursor: pointer;
        filter: var(--filer-primary);
    }
    .date-picker:focus {
        outline: none;
        border-color: #4A90E2;
        box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
    }
    
.title-validations{
    font-size:14px 
}

.validations-chart{ 
    height:250px;
    width: 100%;

}
.highlight{
    color: var(--primary-color)
}
.hide {
    display: none
}
/* Hide the default file input */
input[type="file"] {
    display: none;
}


/*Navigation*/

.active-link {
    background: #F7F3FC;
    width: 278px;
/*    height: 51px;*/
    color: #8502FA
}
.nav-menu-arrow {
    position: absolute;
    right: 20px;
    opacity: 0.7;
    padding-top: 2.5px;
    transition: transform 0.3s ease-in-out;
}
.rotated {
    transform: rotate(180deg);
    filter:var(--filer-primary)
}

#main-section {
    border-radius: 10px;
    position: relative;
    height: 100%;
    display: inline-block;
    margin-top: 55px;
/*    margin-bottom: 20px;*/ 
    /*    min-height: 580px;*/
    padding: 15px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: white;
    min-width: calc(100% - 40px); 
}
/* Style the custom button */
.custom-file-upload {
    border: 2px solid #7d00fe;
    display: inline-block;
    padding: 3px 12px;
    cursor: pointer;
    background-color: white;
    color: #7d00fe;
    font-weight: 600;
    border-radius: 4px;
    text-align: center;
    width: 150px;
    /*box-shadow: 5px 5px 5px -5px black;*/
}

/* Style the file input's label */
.custom-file-upload-label {
    margin-left: 5px;
}

.hulypage-title {
    font-family: Arial, sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #333;
    text-align: left;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px #999;
}

.huly-row-selected {
    background-color: #f2f6fc;
    box-shadow: 3px 3px 5px -5px black;
}

.huly-th-background {
    /*background-color: #8155e520;*/
    border-bottom: 1px solid #dee1e3;
}

.huly-parentdiv {
    min-height: 630px; /* Minimum height */
    padding: 0px;
    /* Additional styling to ensure the parent grows with content */
    overflow: auto; /* Handle overflow in case of floating children */
}

.huly-footer {
}

.container_main {
    display: flex;
    margin-top: -22px !important;
    margin-left: 0px !important;
    width: 100% !important;
    height: 100% !important;
}

.left-panel {
    flex: 0.4;
    width: 20px;
    padding-top: 15px;
    padding-left: 15px;
    box-shadow: 5px 0 5px -5px #999;
    min-height: 630px; /* Minimum height */
    /* Additional styling to ensure the parent grows with content */
    overflow: auto;
}

.right-panel {
    flex: 7;
    width: 80px;
    padding-left: 25px;
    padding-top: 15px;
    /*background-color: lightgreen; */
}
.form-group{
    margin-bottom: 0.5rem !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
    margin-bottom: 2px !important;
    margin-top: 2px !important;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #a078fe;
}

input:focus + .slider {
    box-shadow: 0 0 1px #a078fe;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.email-icon {
    cursor: pointer;
    color: #fd5d85;
}
.huly_notification {
    display: none;
    background-color: #fd5d85;
    color: #fff;
    padding: 10px;
    position: fixed;
    top: 120px;
    right: 20px;
    border-radius: 5px;
}
/* Define CSS styles */
.file-table {
    width: 100%;
    border-collapse: collapse;
}

    .file-table th {
        background-color: #f2f2f2; /* Grey background color for table header */
        color: #333; /* Header text color */
        padding: 12px; /* Padding for table header cells */
        border: 1px solid #ddd; /* Border for table header cells */
    }

    .file-table td {
        padding: 10px; /* Padding for table cells */
        border: 1px solid #ddd; /* Border for table cells */
        background-color: #fff; /* White background color for table cells */
    }

.btn-BotUploadFiles {
    color: #fff;
    width: 10%;
    height: 40px;
    background-color: #5c86ae;
    border-color: #5c86ae;
}
#searchQuery {
    border: none;
    background-color: white;
    padding: 5px 8px;
    border-radius: 4px;
    box-shadow: #8502FA12 0px 6px 24px 0px, #8502FA12 0px 0px 0px 1px; 
    transition: ease-in-out 0.2s
}

    #searchQuery:hover {
        box-shadow: #8502FA24 0px 6px 24px 0px, #8502FA24 0px 0px 0px 1px;
    }

    #searchQuery::placeholder {
        text-align: start;
    }
/* Container for pagination */
.pagination {
    display: flex;
    justify-content: center;
    padding: 20px;
    list-style-type: none;
}

    /* Pagination links */
    .pagination li {
        margin: 0 5px;
    }

    .pagination a {
        color: #83B6DF;
        padding: 8px 16px;
        text-decoration: none;
        border: 1px solid #83B6DF;
        border-radius: 4px;
        transition: background-color 0.3s, color 0.3s;
        cursor: pointer;
    }

        /* Hover effect for pagination links */
        .pagination a:hover {
            background-color: #83B6DF;
            color: white;
            cursor:pointer;
        }

    /* Active page */
    .pagination .active a {
        background-color: #83B6DF;
        color: white;
        border-color: #83B6DF;
    }
.delete-icon {
    cursor: pointer;
}
.page-item.active .page-link {
    background-color: #c2e7ff !important;
    border-color: #c2e7ff !important;
    color: #000 !important;
    font-weight: 700;
}
.search-box {
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}
.listHeader a {
    color: #c2e7ff !important;
}
/* Style for the menu */
.menu {
    list-style: none;
    padding-left: 8px;
    margin-top: 35px;
/*    margin-top: 50px;*/
    text-wrap: nowrap;
    margin-left: -8px;
}
.sub-menu {
    list-style: none;
    margin-left: -2px;
    margin-top: 0px;
}
.main-menu {
    display: block;
    padding: 3px;
    /*background-color: white;*/ /*rgba(233,233,233);*/
    color: white;
    text-decoration: none;
    cursor: pointer;
/*    height: 51px;*/
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px
}
    .main-menu:hover {
        /*background-color: rgba(223,225,225);*/
        color: black;
        cursor: pointer;
    }

    .main-menu a:hover {
        /*color: #f1f1f1;*/
        font-weight: 600;
    }
.sub-menu {
    display: none; /* Initially hide sub-menus */
}

    .sub-menu a {
        display: block;
        padding: 5px 3px;
        /*background-color: #f8f9fa;*/
        text-decoration: none;
        color: black;
/*        padding-bottom: 15px*/
        /*border-top: 1px solid #e9ecef;*/
    }

        .sub-menu a:hover {
            /*background-color: #e9ecef;*/
        }

.table-image-button {
    border: none;
    width: 30px;
    height: 30px;
    color: white;
    padding: 1px 1px;
    transition: opacity 0.3s ease;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    display: block; /* Ensure it behaves like a block element */
    border: 2px solid #7D00FE; /* Light border for the button edges */
    /*box-shadow: 0 4px 8px rgba(0,0,0,0.3);*/ /* Shadow effect */
    cursor: pointer; /* Pointer cursor on hover */
    transition: all 0.3s ease; /* Smooth transition for hover effect */
    object-fit: cover; /* Ensure the image covers the button area */
}

    .table-image-button:hover {
        border-color: #999; /* Darker border color on hover */
        box-shadow: 0 6px 12px rgba(0,0,0,0.4); /* Enhanced shadow on hover */
    }
    .table-image-button:active {
        box-shadow: inset 0 4px 8px rgba(0,0,0,0.2); /* Inner shadow on press */
        transform: translateY(2px); /* Slightly move down to simulate a "pressed" effect */
    }
.ui-tabs {
    position: fixed !important;
    padding: 1em !important;
}
.ui-state-active {
    background: #c2e7ff !important;
    color: black !important;
    border-color: #c2e7ff !important;
    cursor: pointer !important;
}
    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: black !important;
    }

.ui-widget {
font-size: .85em !important;
}

.huly-form-control{
    width:140px;
    font-size:12px;
    height:23px
}
.huly-login-form-control{
    padding: 5px 5px; /* Adjust padding for better spacing */
    border: 1px solid #ccc; /* Light border color */
    border-radius: 5px; /* Rounded corners with 15px radius */
    font-size: 14px; /* Text size */
    outline: none; /* Removes the default focus outline */
    width: 100%; /* Makes the input full width */
    box-sizing: border-box; /* Includes padding and border in width */
    background-color:white !important;
    color:black;
}
.huly-login-form-control[type="password"]::-ms-reveal,
.huly-login-form-control[type="password"]::-ms-clear {
    display: none;
}
.huly-form-lable{
    font-size:12px;
    font-weight:bold;
}
.huly-menu-icons{
    width:16px;
    height:16px;
    margin-bottom: 4px;
}

.ui-autocomplete {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    max-height: 200px;
    overflow-y: auto;
    font-size: 16px;
    background-color: #c2e7ff;
}

    .ui-autocomplete .ui-menu-item {
        padding: 10px;
        cursor: pointer;
    }

        .ui-autocomplete .ui-menu-item:hover {
            background-color: #c2e7ff;
            
        }

    .ui-autocomplete .ui-state-highlight {
        background-color: #b3d9ff;
    }

.user-initials {
    width: 32px; /* Set the width of the circle */
    height: 32px; /* Set the height of the circle */
    border-radius: 50%; /* Make it a circle */
    background-color: #8155E5; /* Background color of the circle */
    color: white; /* Text color */
    display: flex; /* Center content */
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
    font-size: 13px; /* Font size for initials */
    font-weight: bold; /* Font weight */
    text-align: center; /* Center text */
    
}

.alert_narcotics {
    position: fixed;
    top: 97px;
    right: 20px;
    background-color: #4CAF50; /* Green background */
    color: white; /* White text */
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0; /* Initially invisible */
    transform: translateY(-30px); /* Initially moved up */
    filter: blur(20px); /* Initial blur effect */
    transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease; /* Slower transition for softer appearance */
}

    /* When the alert is active, it becomes visible */
    .alert_narcotics.show {
        opacity: 1;
        transform: translateY(0); /* Moves to its original position */
        filter: blur(0); /* Remove blur on appearance */
    }

    .narcotics_controls{
        margin-top:4px;
    }

.huly-clickable-image {
    transition: transform 0.1s ease, box-shadow 0.1s ease; /* Smooth transition */
    cursor: pointer; /* Changes cursor to pointer */
    margin-top:-7px;
    width:20px;
    height:20px;
}

    .huly-clickable-image:active {
        transform: scale(0.95); /* Shrinks the image slightly */
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); /* Applies a shadow */
    }
.div-rounded-buttons-parent {
    display: flex;
    justify-content: space-evenly; /* Adjust spacing between items */
    gap: 20px; /* Adds spacing between the buttons */
    padding-bottom: 15px;
}

.div-rounded-buttons {
    width: 250px;
    height: 100px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 10px #ccc;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.div-rounded-buttons-header {
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: bolder;
}

.div-rounded-buttons-text {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: bolder;
    color: #8155e5;
}

/* Modal styling */
.camodal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
}

/* Modal content box */
.camodal-content {
    background-color: white;
    /* margin: 15% auto; */ /* Centered vertically and horizontally */
    padding: 20px;
    border-radius: 8px;
    width: 60%; /* Adjust width */
    position: relative;
    top:25%;
    left:25%;
}

/* Close button */
.caclose-btn {
    position: absolute;
    top: 12px;
    right: 24px;
    color: black;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

    .caclose-btn:hover {
        color: red; /* Highlight close button on hover */
    }
.csmodeltd {
    background-color:white;
    text-align: left;
    font-size:12px;
}
.catextbox{
    width:110px;
    
}
/* Flex container to align the two divs side by side */
.huly-login-container {
    display: flex;
    height: 100vh; /* Make sure the container takes up the full height of the page */
}

/* Left side div with the image */
.huly-login-left-side {
    width: 50%; /* Set the left side to take up 50% of the width */
    height: 100%; /* Make it full height of the page */
}

.huly-login-left-side img {
    width: 100%; /* Make the image fill the entire width of the left div */
    height: 100%; /* Make the image stretch to fill the entire height */
    object-fit: cover; /* Make sure the image maintains aspect ratio while covering the div */
}

/* Right side div with content */
.huly-login-right-side {
    width: 50%; /* Set the right side to take up 50% of the width */
    padding: 20px; /* Optional padding for the right content */
    box-sizing: border-box; /* Include padding in the total width calculation */
    align-content: center;
    background-color: white;
}

.huly-emptylayout-container{
    margin-left:0px;
    margin-bottom:0px;
    margin-top:-7px;
    margin-right:0px;
}

.huly-indexpage-divs {
    position: relative;
    /*    width: 350px;*/
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    background-color: white;
    /*    border: 2px solid #e5eaf1;*/
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
    /*    height:200px;*/
}
.hollow-circle {
    display: inline-block;
    border-radius: 50%;
    margin-right: 0.5rem;
    padding: 2px;
    width: 5px;
    height: 5px;
    margin-bottom:2px
}
.hollow-circle-green {
    border: 1.5px solid var(--green-color)
}
.hollow-circle-red {
    border: 1.5px solid var(--red-color)
}
.hollow-circle-purple {
    border: 1.5px solid var(--primary-color)
}

.form-control{
    font-size:12px !important;
    padding:5px !important;
}
label{
    margin-bottom:2px !important;
}


/* Fullscreen overlay */
.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9998;
}

 /*Centered spinner*/ 
.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

 /*Spinner animation*/ 
.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rating {
    display: flex;
    /* justify-content: center; */
    gap: 5px;
    direction: rtl; /* RTL to make the highest star come first */
}

    .rating input {
        display: none;
    }

    .rating label {
        font-size: 2rem;
        color: #ddd;
        cursor: pointer;
        transition: color 0.3s ease;
    }

    .rating input:checked ~ label {
        color: #ffcc00; /* Highlight stars on selection */
    }

    .rating label:hover,
    .rating label:hover ~ label {
        color: #ffcc00; /* Highlight stars on hover */
    }

.image_modal {
    display: none; 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0,0,0,0.8); 
    align-items: center; 
    justify-content: center; 
    z-index: 1000;
}
.image_modal_button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

#header-text {
    position: absolute;
    left: 280px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #8B2BE2, #4A90E2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Empty State Styling */
.empty-state-container {
    width: 100%;
    height: 400px;
    max-height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}



.empty-state-content {
    text-align: center;
    padding: 40px;
    max-width: 400px;
    animation: fadeIn 0.5s ease-out;
}

.empty-state-icon {
    margin-bottom: 20px;
}

    .empty-state-icon svg {
        filter: drop-shadow(0 0 8px rgba(133, 2, 250, 0.2));
    }

.empty-state-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

.empty-state-message {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.empty-state-suggestion {
    font-size: 14px;
    color: #8502FA;
    font-weight: 500;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#employee_level-search::placeholder, #primary_cost_center-search::placeholder {
    font-size: 11px;
    outline:none
/*    color:black*/
}

.custom-dropdown {
    position: relative;
    width: 140px;
    border: 1px solid black;
    border-radius: 2px;
    height:23px 
}

.dropdown-header {
    display: flex;
/*    justify-content: space-between;*/
    align-items: center;
    padding: 0px 2px;
    margin-top:-1px;
    cursor: pointer;
}

.dropdown-search {
    border: none;
    outline: none !important;
    width: 100%;
    cursor: pointer;
    background: none
}
.dropdown-search:focus{
    outline:none !important
}

.dropdown-arrow img {
    margin-left: 5px;
    margin-right:1px;
    height:10px
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    max-height: 250px;
    overflow-y: auto;
    border-radius: 0 0 4px 4px;
    vertical-align:middle
}

    .dropdown-content.show {
        display: block;
    }

.checkbox-container {
    display: flex;
    align-items: center;
    padding: 2px 0px 2px 4px;
    cursor: pointer;
    vertical-align: middle;
}
.checkbox-container input{
    margin-right:3px;
}

    .checkbox-container:hover {
        background-color: #f1f1f1; 
    }

.incident-number-btn {
    background: none;
    border: none;
    color: #0366d6;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    font: inherit;
}

    .incident-number-btn:hover {
        text-decoration: none;
        opacity: 0.8;
    }

    .incident-number-btn:focus {
        outline: none;
    }

#toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.toast-notification {
    position: relative;
    min-width: 300px;
    max-width: 400px;
    background: white;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 0;
    transform: translateX(120%);
    transition: transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28), opacity 0.3s ease-in-out;
    border-left: 4px solid #ccc;
    overflow: hidden;
    opacity: 0;
}

    .toast-notification.show {
        transform: translateX(0);
        opacity: 1;
    }

    .toast-notification.hiding {
        transform: translateX(120%);
        opacity: 0;
    }

.toast-content {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-right: 28px; /* Add space for close button */
}

.toast-message {
    flex: 1;
    font-size: 14px;
    color: #222;
    font-weight: 500;
    line-height: 1.4;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    word-wrap: break-word; /* Ensures text wraps properly */
    overflow-wrap: break-word;
}

.toast-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}


.toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.1);
}

.toast-close {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%); /* Center vertically */
    width: 20px;
    height: 20px;
    border: none;
    background: transparent;
    color: #888;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s;
}

    .toast-close:hover {
        background-color: rgba(0, 0, 0, 0.05);
        color: #333;
    }

/* Toast types with solid backgrounds */
.toast-success {
    border-left-color: #20C870;
    background-color: #f0faf5;
}

    .toast-success .toast-icon {
        fill: #20C870;
    }

    .toast-success .toast-progress {
        background-color: rgba(32, 200, 112, 0.8);
    }

.toast-error {
    border-left-color: #F0504A;
    background-color: #fef2f2;
}

    .toast-error .toast-icon {
        fill: #F0504A;
    }

    .toast-error .toast-progress {
        background-color: rgba(240, 80, 74, 0.8);
    }

.toast-info {
    border-left-color: #0D8AEE;
    background-color: #f0f7ff;
}

    .toast-info .toast-icon {
        fill: #0D8AEE;
    }

    .toast-info .toast-progress {
        background-color: rgba(13, 138, 238, 0.8);
    }

.toast-warning {
    border-left-color: #FFA000;
    background-color: #fff8f0;
}

    .toast-warning .toast-icon {
        fill: #FFA000;
    }

    .toast-warning .toast-progress {
        background-color: rgba(255, 160, 0, 0.8);
    }


.delete-incident-btn {
    width: 24px !important; /* Match your existing borderTHTD img size */
    height: 24px !important; /* Match your existing borderTHTD img size */
    cursor: pointer !important;
    margin-right: 25px !important;
    margin-left: -25px !important;
}

#deleteIconFS {
    width: 24px !important;
    height: 24px !important;
    margin-right: 4px;
}


#facesheet-empty-state {
    min-height: 700px; /* Increased height */
    display: flex;
    align-items: center;
    justify-content: center;
}

.empty-state-content {
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem auto; /* Changed to auto for horizontal centering */
    max-width: 400px; /* Added max-width for better layout */
    text-align: center;
}

.empty-state-icon {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

.empty-state-title {
    color: #333;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.empty-state-message {
    color: #666;
    margin-bottom: 1rem;
}
#facesheet-buttons {
    margin-top: 2%;
}

#imageDisplay {
    width: 100%;
}

#accessDeniedContainer {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 500px;
    width: 90%;
    animation: slideIn 0.6s ease-out;
    height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center
}

.access-icon {
    font-size: 4rem;
    color: #e74c3c;
    margin-bottom: 20px;
    display: block;
}

.access-heading {
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.access-message {
    color: #7f8c8d;
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.6;
}
.accessDeniedButton{
    width:150px;
    padding: 8px
}

/* Drawer container with full border */
#divDrawerDetails.popup {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: 50% !important;
    height: 100% !important;
    background: #fff;
    border: 1px solid #ddd; /* full outer border */
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    z-index: 9999 !important;
    overflow-y: auto;
    padding-top: 10px !important; /* space at top for close button */
}

/* Tabs header with bottom border only */
#divDrawerDetails .ui-tabs-nav {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-purple);
    margin: 0 !important;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    background: #fff !important;
}

/* Detail Tabs Container Styling */
#TabsContainer {
    position: relative;
    margin-top: 30px;    
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    margin-left: auto;
    margin-right: auto;
}
    /* Tabs Navigation */
    #TabsContainer .nav-tabs {
        gap: 0px;
        display: flex;
    }

    #TabsContainer .nav-item {
        margin: 0;
        border: 1px solid #dee2e6 !important;
        border-bottom-width: 0 !important;
        border-top-right-radius: 3px !important;
        border-top-left-radius: 3px !important;
    }

    /* Active tab header - purple */
    #TabsContainer .nav-link.active {
        color: #8502FA !important;
        font-weight: 500;
        border-color: #c2e7ff !important;
        border-bottom-width: 0 !important;
    }

    /* Inactive tab header - black */
    #TabsContainer .nav-link {
        color: #000 !important;
    }

    /* Tab Content */
    #TabsContainer .tab-content {
        padding: 15px;
        background: #fff;
        border-radius: 0 0 0 0;
    }

#helpIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    color: #7000E0;
    cursor: pointer;
}

    #helpIcon:hover {
        background-color: #7000E0;
        color: white;
    }

.tooltip-container {
    position: relative;
    display: inline-block;
}

    .tooltip-container .tooltip-text {
        visibility: hidden;
        width: 250px;
        background-color: slategrey;
        color: #fff;
        text-align: left;
        padding: 8px;
        border-radius: 4px;
        position: absolute;
        z-index: 1;
        top: 125%; /* below the icon */
        left: 50%;
        transform: translateX(-50%);
        white-space: normal; /* allow line breaks */
    }

    .tooltip-container:hover .tooltip-text {
        visibility: visible;
    }

