/*-----------------
Extraa
-----------------------*/

#task-timer-content th {
    vertical-align: middle;
}

#task-timer-content td.mini-timer {
    vertical-align: middle;
    text-align: right;
}

.toast-details {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    padding: 20px;
    z-index: 1200;
    min-height: 100%;
    width: 40%;
    box-shadow: 0 0 20px -4px;
    display: none;
}

/* Poupup bookmark list*/
.toast-details.bookmark-task {
    left: 0 !important;
}

.bookmark-task-modal a.task-detail {
    color: #333;
    text-align: left;
}

.bookmark-list-model .modal-dialog.modal-lg {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 400px;
    z-index: 9999;
    margin: 0;
    padding-right: 26px;
    padding-bottom: 26px;
}

#bookmarkButtonLists .fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
    font-size: 30px;
}

#bookmarkButtonLists .fa-bookmark:before {
    content: "\f02e";
    font-size: 25px;
}

.bookmark_btn {
    position: fixed;
    bottom: 35px;
    right: 40px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dc3545;
    color: #f3f7f8;
    border: none;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    z-index: 2;
}

.bookmark_btn span {
    position: absolute;
}

.show-bookmark-data .bookmark_btn span:first-child,
.bookmark_btn span:last-child {
    opacity: 0;
}

.show-bookmark-data .bookmark_btn span:last-child {
    opacity: 1;
}

.bookmark_data {
    position: fixed;
    bottom: 100px;
    right: 40px;
    width: 500px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1) 0 32px 64px -48px rgba(0, 0, 0, 0.5);
    transform: scale(0.5);
    transition: transform 0.3s ease;
    overflow: hidden;
    opacity: 0;
    box-shadow: 0 0 20px -4px;
    pointer-events: none;
    z-index: 501;
}

.show-bookmark-data .bookmark_data {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.mybokmarklist .btn.btn-secondary {
    display: none;
}


.mybokmarklist button#spnDisplayTaskTimer {
    display: none;
}

.mybokmarklist .btn {
    padding: 5px 10px !important;
    border-radius: 5px !important;
}

.mybokmarklist .btn-group .btn:last-child {
    display: none !important;
}

button#bookmarkButtonfromlist {
    padding: 5px 10px !important;
}

#bookmarkButtonfromlist .fa-bookmark:before {
    font-size: 17px;
}



@media (max-width: 490px) {
    .bookmark_data {
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

}

/* End Poupup bookmark list*/




/* .toast-details.fade.hide {
	position: absolute;
	top: 0;
	right: 0;
	background-color: white;
	padding: 20px;
	z-index: 9999;
	height: 100vh;
	display: none !important;
} */

.side-form-search {
    border: 1px solid gray;
    padding: 10px 0 10px 0;
}

.side-search {
    padding: 0px 10px 0px 10px;
}

.search-filters {
    margin-bottom: 30px;
}

.header .header-menu {
    /* margin-left: 20px;
    margin-top: 15px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.timer-button {
    /* margin-left: 40px; */
    margin-top: 10px;
}

.show-menu-in-smaller-screen {
    display: none;
}

.header-left>div {
    gap: 10px
}


@media only screen and (max-width: 1550px) {
    /* .header .header-menu {
        display: none;
    } */

    .header .header-left .logo {
        display: none;
    }

    .header .show-menu-in-smaller-screen {
        display: flex !important;
        align-items: center;
    }

    .timer-button {
        display: block !important;
        margin-right: 10px;
    }
}

.header .header-menu-item {
    /* margin-left: 5px; */
    position: relative;
    color: black;
    text-decoration: none;
    /* padding: 20px 10px 10px 10px; */
    padding: 0px 10px;
}

.header .header-menu-item:hover {
    background-color: whitesmoke;
    padding: auto;
    transform: none;
    transition: none;
    -webkit-transition: none;
}

.header-active {
    background-color: whitesmoke;
    padding: auto;
    transform: none;
    transition: none;
    -webkit-transition: none;
}

.header-menu-active {
    background-color: #f46f25;
    padding: auto;
    transform: none;
    transition: none;
    -webkit-transition: none;
}

.user-menu {
    flex-wrap: nowrap;
}

/*-----------------------
Extraa Accordion from BS 5
-----------------------*/
.myaccordion {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    /* margin-top: 8px; */
}

.myaccordion .card,
.form-group,
.myaccordion .card:last-child .card-header {
    border: none;
    margin-bottom: 0px;
}

.myaccordion .card-header {
    border-bottom-color: #edeff0;
    background: transparent;
    padding: 5px 10px 5px 10px;
}

.myaccordion .card-body {
    padding: 5px 10px 10px 10px;
    border-bottom: 1px solid whitesmoke;
    border-top: 1px solid whitesmoke;
}

.myaccordion .fa-stack {
    font-size: 13px;
}

.myaccordion .fa-inverse {
    color: #f46f25 !important;
    background: #fff;
}

.myaccordion .btn {
    width: 100%;
    padding: 0;
    /* color: #f46f25; */
}

.myaccordion .btn :hover {
    text-decoration: none;
    color: #f46f25 !important;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
    color: #f46f25 !important;
}

.myaccordion li+li {
    margin-top: 10px;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

/*-----------------------
Extraa Popover from BS 5
-----------------------*/
/* Popover styling */
.popover__content {
    display: none;
    position: absolute;
    left: -250px;
    background-color: white;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    width: 100%;
    z-index: 10;
    top: 100%;
    min-width: 600px;
}

.header_search_popover_content {
    position: absolute;
    right: 0px;
    background-color: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: 100%;
    z-index: 10;
    opacity: 1;
    display: none;
    top: 100%;
    max-width: 520px;
    overflow-y: auto;
    max-height: 600px;
}

.header_search_popover_content table.table td h2.table-avatar {
    white-space: initial;
}

.popover__message {
    text-align: center;
}

.current-task {
    color: #1b2e4b;
}

/* Dropdown Button */

/* The container <div> - needed to position the dropdown content */
/* .dropdown {
	position: relative;
	display: inline-block;
} */

.dropbtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 100px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transform-origin: left top 0;
    z-index: 1;
    /* padding: 10px; */
    top: 100%;
    font-size: 13px;
}

.dropdown-content a.dropbtn {
    padding: 4px 24px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    border-radius: 0;
    width: 100%;
}

.dropdown-content a.dropbtn i {
    display: flex;
    justify-content: center;
}

.dropdown-content a.dropbtn:hover {
    background-color: #F46F25;
    color: #ffffff;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */

#loading {
    position: fixed;
    display: block;
    width: 100vw;
    height: 100vh;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 9999999 !important;
}

#loading-image {
    position: relative;
    top: 30%;
    z-index: 9999999 !important;
}

div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_filter label {
    display: none;
}

.error-field {
    width: 100%;
    font-size: 80%;
    color: #dc3545;
    margin-top: 0.25rem;
}

p.dashboardUserActiveTask.btn {
    /*display: flex;*/
    /*width: 100px;*/
}

.clone_here>.card {
    margin-bottom: 10px !important;
    box-shadow: -3px 6px 4px 0px rgb(0 0 0 / 21%) !important;
}

.select2-container--open {
    z-index: 9999999 !important;
}

.timer-log-table td {
    padding: 0 10px 0 10px !important;
}

.deleteTaskAttachment {
    margin-top: 11px;
}

.taskTimerManagement {
    z-index: 9999999 !important;
}

#daily_report_details .table {
    background-color: #fff;
}

/* Abuzar CSS Start*/
.dash-right .admin-time-info {
    margin: 0px;
    background-color: #dededf;
    column-gap: 10px;
}

section.dashboard-info .dash-row {
    border-bottom: 1px solid #dededf;
    padding: 10px 0;
    align-items: center;
}

.dashboard-info .dash-right .admin-emp .admin-emp-name {
    display: flex;
    align-items: center;
}

.dashboard-info .dash-right .admin-emp .admin-emp-name img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 5px;
}

.dashboard-info .dash-right .admin-emp .admin-emp-name p {
    margin-bottom: 0;
    font-size: 16px;
}

.dashboard-info .dash-right .admin-time {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dash-right .admin-time .total-time {
    background-color: #2c6ccf;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 5px;
}

.dashboard-info .dash-right .admin-time p {
    margin-bottom: 0;
    line-height: normal;
}

div.dash-left {
    position: -webkit-sticky;
    position: sticky;
    top: 10%;
    height: fit-content;
}

#divOtherUserHeaderDashboard {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    background-color: #dededf;
    z-index: 2;
}

div.sticky-div-dashboard {
    position: -webkit-sticky;
    position: sticky;
    top: 132px;
    z-index: 2;
}

div#divOtherUserDetailDashboard {
    position: -webkit-sticky;
    max-height: 78vh;
    overflow: auto;
    position: sticky;
    top: 210px;
    z-index: 1;
}

.dashboard-info .container {
    max-width: 100% !important;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.dashboard-info .apply-info {
    display: flex;
    align-items: center;
    width: 100%;
}

.apply-info-main .app-btn {
    margin-left: 20px;
}

.dashboard-info form.check-opt {
    display: grid;
}

.dashboard-info form.select-opt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-info .dash-select-heading {
    display: flex;
    max-width: 100%;
    width: 100%;
    margin-right: 10px;
}

.dashboard-info .check-opt {
    display: flex;
    column-gap: 10px;
}

.dashboard-info .dash-select-heading .form-group {
    max-width: 100%;
    width: 100%;
}

.dashboard-info .dash-select-heading #technologies .select2-search.select2-search--inline {
    position: relative;
    overflow: hidden;
    min-width: 50px;
}

@media only screen and (max-width: 1500px) {
    .dashboard-info .dash-select-heading {
        flex-direction: column;
        row-gap: 10px;
    }

    .dashboard-info .dash-select-heading .form-group {
        max-width: 100%;
    }
}

.dashboard-info .dash-select-heading .form-group:first-child {
    margin-right: 20px;
}

.dashboard-info .task-activity .my-activity p {
    margin-bottom: 0;
    background-color: #e0e1e2;
    padding: 8px 24px;
    border-radius: 4px;
    color: #3e3e3e;
}

.dashboard-info .task-activity .curent-txt h4 {
    margin-bottom: 0;
}

.dashboard-info .activity {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-position: calc(100% - 12px) center !important;
    background: url("data:image/svg+xml,<svg height='14px' width='14px' viewBox='0 0 16 16' fill='gray' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    padding: 8px 32px 8px 16px;
}

.dashboard-info .activity::-ms-expand {
    display: none;
}

.work-free label.checkbox-inline {
    position: relative;
    font-size: 16px;
    color: #363636ed;
    margin-left: 30px;
    display: flex;
    margin-bottom: 0;
}

.work-free input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.work-free .checkmark {
    position: absolute;
    top: 3px;
    left: -28px;
    height: 18px;
    width: 18px;
    border-radius: 3px;
    background-color: white;
    border: 1px solid gray;
}

.work-free input:checked~.checkmark {
    background-color: white;
}

.work-free .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.work-free input:checked~.checkmark:after {
    display: block;
}

.work-free .checkmark:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.apply-info-main .app-btn,
.admin-time-info .app-btn {
    display: flex;
    flex: 1;
    justify-content: end;
}

.apply-info-main .app-btn .btn-1,
.admin-time-info .app-btn .btn-1 {
    background-color: #21ba45;
    color: #fff;
    padding: 8px 18px;
    border-radius: 5px 0 0 5px;
}

.apply-info-main .app-btn .btn-2,
.admin-time-info .app-btn .btn-2 {
    background-color: #db2828;
    color: #fff;
    border-radius: 0 5px 5px 0;
}

.emp-info table th select {
    border-width: 0 0 1px 0;
    padding-bottom: 3px;
    border-color: lightgray;
    outline: 0;
    background-color: white;
}

.dash-left .emp-info {
    margin: 25px 0;
}

.dash-left .table thead th {
    padding: 20px 5px;
}

.dash-left td.emp-avtar {
    display: flex;
    align-items: center;
}

.dash-left td.emp-avtar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.dash-left td.emp-avtar p {
    margin-bottom: 0;
    margin-left: 7px;
}

.dash-left .task-id a,
.dash-right .admin-time-sec a {
    display: inline-block;
    color: #4c75c9;
    font-size: 15px;
}

.dash-left .task-id img,
.dash-right .admin-time-sec img {
    width: 20px;
    height: auto;
    margin-right: 15px;
}

.dash-left .task-id.task-info img,
.dash-right .admin-time-sec .task-info img {
    width: 14px;
}

.dash-left .task-name a,
.dash-right .task-name a {
    color: #4c75c9;
    font-size: 18px;
    font-weight: 500;
}

td.activity-status img {
    width: 20px;
}

.dash-left th.head-3 {
    max-width: 100px;
}

.dash-left th.head-4 {
    max-width: 100px;
}

td.activity-status a {
    padding: 9px 10px 9px 10px;
    border-radius: 5px;
    background-color: #2c6ccf !important;
    display: inline-flex;
}

td.activity-status a i {
    font-size: 18px;
    color: #ffffff;
}

.emp-info table td {
    padding: 20px 5px !important;
}

.dash-right .from-to {
    text-align: center;
    margin: 0;
    max-width: 175px;
}

.dash-right .from-to h4,
.dash-right .recent-date h4 {
    margin-bottom: 3px;
}

.dash-right .admin-time-info .admin-time-select-opt {
    min-width: 180px;
}

.dash-right .from-to p {
    margin-bottom: 2px;
    color: #4e4c4c;
}

.dash-right .admin-time-info .admin-time-select-opt .form-group {
    margin-bottom: 0px;
}

.admin-chek .date-wise-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eeeeee;
    border: 1px solid #d4d4d5;
    padding: 20px 15px;
}

.dashboard-info table th {
    text-transform: uppercase;
    font-weight: 500 !important;
}

.admin-chek table th {
    padding: 20px 15px;
    font-size: 13px;
}

.admin-chek table td.flag-sec {
    padding-left: 15px;
}

.date-wise-heading-info .date-txt-status img {
    width: 16px;
    margin-right: 8px;
}

.date-wise-heading-info .date-txt-status .btn-sec {
    display: flex;
    align-items: center;
    justify-content: center;
}

.admin-chek {
    box-shadow: rgb(100 100 111 / 11%) 0px 7px 29px 0px;
    margin: 10px 0 0px;
}

.admin-chek .date-wise-heading-info {
    padding: 25px 15px 5px;
    border-top: 1px solid #dededf;
}

.admin-chek table td {
    padding-top: 25px;
}

.date-wise-heading-info .date-txt-status .btn-sec {
    background-color: #e8e8e8;
    padding: 7px 10px;
    border-radius: 5px;
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
}

.date-wise-heading-info .date-txt-status .dtstatus-item {
    flex: 1;
    padding-bottom: 20px;
}

.date-wise-heading-info .date-txt-status .dtstatus-item:last-child .btn-sec {
    background-color: unset;
    max-width: 300px;
    width: 100%;
    display: block;
}

.date-wise-heading-info .from-total-txt-inner p:last-child,
.date-wise-heading-info .date-txt-status .dtstatus-item:last-child {
    flex: 0 0 30%;
    text-align: center;
}

.date-wise-heading-info .date-txt-status .btn-sec p {
    color: #4a4a4a;
    margin-bottom: 0;
    line-height: 1;
}

.dash-left table.dataTable thead th,
.dash-left table.dataTable thead td {
    border-bottom: 0px solid #dee2e6;
}

.dash-left table.dataTable.no-footer {
    border-bottom: 0px solid #111;
}

.date-txt-status {
    display: flex;
    align-items: center;
    gap: 10px;
}

.from-total-txt-inner {
    display: flex;
    column-gap: 10px;
}

.date-wise-heading table tr th:nth-child(1) {
    width: 11%;
}

.date-wise-heading table tr th:nth-child(2) {
    width: 11%;
}

.date-wise-heading table tr th:nth-child(3) {
    width: 49%;
}

.date-wise-heading table tr th:nth-child(4) {
    width: 17%;
}

.dash-left .task-id a i,
.dash-right .admin-time-sec a i {
    font-size: 18px;
    margin-right: 10px;
}

.dash-left .emp-info table tr th:nth-child(1) {
    width: 22% !important;
}

.dash-left .emp-info table tr th:nth-child(3) {
    width: 11% !important;
}

.dash-left .emp-info table tr th:nth-child(4) {
    width: 10% !important;
}

.admin-chek table td.flag-sec i.fa {
    color: #ffffff;
    padding: 7px 8px;
    border-radius: 5px;
}

.admin-chek table td.excla-sec i.fa {
    color: #ffffff;
    padding: 7px 8px;
    border-radius: 5px;
}

.from-total-txt-inner p {
    flex: 1;
}

.dash-left .emp-info td.activity-status {
    text-align: center;
}

/* Abuzar CSS End*/

#report_form textarea {
    height: 70px !important;
}

#report_form label {
    font-size: medium;
}

#performance-details-body {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    padding: 20px;
    z-index: 1200;
    min-height: 100%;
    width: 40%;
    box-shadow: 0 0 20px -4px;
    display: none;
}

#report-experience-list::before {
    background: none;
}

#currentProjectsofMonth>li>button {
    color: #fe851b;
}

small>sup>i {
    position: absolute;
    right: 3px;
}

#adminReportDropdown>li>a:hover {
    background-color: #ff5e3a;
    color: white;
}

.-pt-15 {
    padding-left: 0px !important;
}

#adminReportDropdown>li>a:hover {
    background-color: #ff5e3a;
    color: white;
}

#spnDisplayTaskTimer {
    min-width: 100px !important;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1510 !important;
    float: left;
    display: none;
    min-width: 160px;
    width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    /* *border-right-width: 2px; */
    /* *border-bottom-width: 2px; */
}

.ui-menu-item-wrapper.ui-state-disabled {
    background-color: #eee;
    color: #000;
}

.butRemove,
.butAddMore {
    border: none;
    background-color: transparent;
}

div.tl_pm_box {
    border: 0.1px solid lightgray;
    padding: 1rem;
}

div.mt-10 {
    margin-top: 3rem;
}

#datatableList.table.custom-table>tbody>tr>td,
#datatableList.table.custom-table>tbody>tr>th {
    padding: 10px 8px;
    vertical-align: middle;
}

.myaccordion h4 {
    color: #f46f25 !important;
    background: #fff;
}

#select2-module_name-container {
    width: 150px;
}

tr.tr-h-25 {
    line-height: 70px;
    min-height: 25px;
    height: 25px;
}

th.border-top-none {
    border-top: none !important;
    border-bottom: none !important;
}

a.btn-sound-gray {
    background: #e0e1e2;
}

#select2-module_name-container:focus {
    outline: unset;
}

.popover__wrapper .popover__title button[type="button"] {
    -webkit-appearance: unset;
    padding: 6px;
}

.popover__wrapper .popover__title button[type="button"]:nth-child(2) {
    min-width: 100px;
    justify-content: center;
}

.task-information {
    color: #888;
    font-size: 18px;
    line-height: 17px;
    min-width: 1px;
    margin-left: 50px;
    padding-bottom: 10px;
}

.task-information .task-info-subject {
    color: #888;
    font-weight: 500;
}

.task-information .task-time {
    color: #888;
    font-weight: 500;
    padding-left: 0;
    font-size: 18px;
}

.task-information .task-info-subject {
    font-size: 18px;
}

.task-information a.task-user {
    font-size: 18px;
}

#taskAttachmentDiv .attach-img-download a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#taskAttachmentDiv .attach-img-download {
    display: flex;
    align-items: end;
}

#taskAttachmentDiv .attach-img-download>a {
    flex: 0 0 73%;
}

#taskAttachmentDiv a.info.deleteTaskAttachment.text-danger {
    flex: 0 0 18% !important;
}

.user-menu.nav>li>a {
    padding: 0 6px;
}

@media (min-width: 1686px) {
    .col-lg-3.col-xl-3.search-filters {
        max-width: 350px;
        flex: 0 0 350px;
    }

    .col-lg-9.col-xl-9 {
        flex: 1 !important;
        max-width: calc(100% - 350px) !important;
    }
}

@media (min-width: 1620px) {
    .my-custom .work-free {
        margin-left: 5px;
    }
}

@media (min-width: 1306px) and (max-width: 1500px) {
    ul.nav.user-menu li#task-timer {
        margin-left: 0;
        /* margin-right: 0 !important; */
    }

    ul.nav.user-menu li.nav-item.dropdown.has-arrow.flag-nav.m-2 {
        margin-left: 0 !important;
    }

    .header ul.nav.user-menu {
        flex-wrap: nowrap;
        flex: 0 0 650px;
    }

    .header .header-menu-item {
        padding: 5px 10px 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        row-gap: 2px;
    }

    .header .user-menu.nav>li>a {
        padding: 0 5px 0 5px;
        margin-left: 5px;
    }
}


@media (min-width: 1280px) {
    .toast-details h4.text-muted {
        font-size: 16px;
    }

    /* .toast-details .dropdown.action-label {
        margin: 15px auto 0;
    } */
    form#daily_report_form .col-sm-12 .col-sm-12 .from-to.mx-2 .cal-icon {
        padding-bottom: 20px;
    }

    .card-bodyss.timer-log-table .custom_timer_first {
        flex: 0 0 19%;
        margin-left: 15px;
    }

    .card-bodyss.timer-log-table .custom_timer_second {
        flex: 0 0 38%;
    }

    .card-bodyss.timer-log-table .custom_timer_third {
        flex: 0 0 39%;
    }

    .card-bodyss.timer-log-table .custom_timer_fourth {
        flex: 0 0 auto;
        margin-left: 15px;
    }

    .card-bodyss.timer-log-table .custom_timer_fifth {
        flex: 0 0 20%;
    }
}

.toast-details .chat-left .chat-content {
    max-width: 77%;
}

#client-details-body .profile-basic .profile-info-lefts .text-muted,
#employee-details-body .profile-basic .profile-info-lefts .text-muted,
#employee-details-body .profile-basic .company-role {
    margin-left: -15px;
}

@media (min-width: 1280px) and (max-width: 1470px) {

    /* .toast-details .row .col-md-6 .row {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .toast-details .btn-group.mr-2.popover__title {
        max-width: 150px !important;
    } */
    .toast-details button.btn.btn-secondary {
        padding: 5px;
    }

    .toast-details span#spnDisplayTaskTimer {
        min-width: 90px !important;
        padding: 0.375rem 0 0.375rem !important;
    }

    .toast-details button.btn.btn-warning,
    .toast-details button.btn.btn-danger,
    .toast-details button.btn.btn-success {
        padding: 7px;
    }

    .toast-details button#butTaskTimerLog {
        padding-top: 8px;
    }

    .col-sm-4.col-md-2.-pt-15 span.selection .select2-selection.select2-selection--multiple .select2-search__field {
        padding-left: 0 !important;
    }
}

@media (min-width: 1625px) and (max-width: 1700px) {
    .my-custom .apply-info-main .app-btn {
        margin-left: 0;
    }
}

/* Next level jugad :sudip  dont remove this no matter what  */
/* Even while merging keep this as it is  */

.bootstrap-datetimepicker-widget {
    display: block !important;
}

/* sagar task timer head issue fixing manually  */

#tail {
    position: absolute;
    bottom: 0;
    left: 10%;
    border-width: 10px;
    border-style: solid;
    z-index: 11;
}

.no-margin {
    margin: 4px !important;
}

.toast-details {
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
}

a.font-medium {
    font-size: medium !important;
}

.taskDetail {
    text-align: start !important;
}

.dashboardTable {
    min-height: 210px !important;
}

#datatableList_processing {
    margin-top: 5% !important;
    background-color: transparent !important;
}

#datatableList_processing.card {
    border: 0px !important;
    margin-top: 3% !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

button.feedback_btn {
    position: fixed;
    left: 21px;
    bottom: 70px;
    box-shadow: 1px 10px 18px #090909;
    z-index: 9999;
}

div.c-pointer {
    cursor: pointer;
}

#others-menu {
    top: 10px;
}

div.hover-color>li>a:hover {
    background-color: #fe851b;
    color: white;
}

.w-100p {
    min-height: 100px !important;
}

#spnDisplayTaskTimer,
button.headerTimerBtn.btn.btn-secondary,
button.headerTimerBtn.btn.btn-danger {
    display: flex;
    /*padding: 6px 0;*/
}

button.btn.btn-secondary>span {
    min-width: 21px;
    display: block;
}

button.btn.btn-secondary>i {
    margin-top: 4px;
}

.pointer-none {
    pointer-events: none !important;
}

.table-report tbody tr td {
    padding: 0.005rem 0.005rem 0.005rem 0.005rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    font-size: 0.9375rem;
}

#table-report thead tr th {
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

/*Tooltip for user report*/

/*== start of code for tooltips ==*/
.tool {
    cursor: pointer;
    position: relative;
}

/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: 99999 !important;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 99999 !important;
}

/*== pointer tip ==*/
.tool::before {
    border-style: solid;
    border-width: 1em 0.75em 0 0.75em;
    border-color: #3e474f transparent transparent transparent;
    bottom: 100%;
    content: "";
    margin-left: -0.5em;
    transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26),
        opacity 0.65s 0.5s;
    transform: scale(0.6) translateY(-90%);
}

.tool:hover::before,
.tool:focus::before {
    transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
}

/*== speech bubble ==*/
.tool::after {
    background: #3e474f;
    border-radius: 0.25em;
    bottom: 160%;
    color: #edeff0;
    content: attr(data-tip);
    white-space: pre-wrap;
    display: inline-block;
    margin-left: -8.75em;
    padding: 1em;
    transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
    transform: scale(0.6) translateY(50%);
    width: 17.5em;
}

.tool:hover::after,
.tool:focus::after {
    transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26);
}

@media (max-width: 760px) {
    .tool::after {
        font-size: 0.75em;
        margin-left: -5em;
        width: 10em;
    }
}

.fc-event {
    font-size: 16px !important;
}

.d-grid-custom {
    display: grid;
}

.locked-tag .select2-selection__choice__remove {
    display: none !important;
}

.dropdown-toggle {
    margin-left: 0 !important;
}

a.dropdown-toggle.nav-link {
    display: flex;
    align-items: center;
}

a.dropdown-toggle .dropdown-menu {
    display: none;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    left: unset;
    right: 0;
}


span.name-role {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 18px;
    gap: 5px;
    margin: 0 10px;
}

.sticky-table-head {
    position: sticky;
    top: -4px;
    background-color: #fff;
}

.report-sticky-table-head {
    position: sticky;
    top: 120px;
    background-color: #fff;
    z-index: 2;
}

form.top-horizontal-form {
    position: sticky;
    top: 60px;
    padding: 10px 20px;
    z-index: 10;
    background: #dededf;
}

.min-120 {
    min-width: 100px !important;
}

.life-time-button {
    min-width: 420px !important;
    max-width: 420px !important;
}

/* .help-tip {
    position: absolute;
    top: 16px;
    right: 16px;
    text-align: center;
    background-color: #29b6f6;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 26px;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.help-tip p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #039be5;
    padding: 20px;
    width: 300px;
    position: absolute;
    border-radius: 4px;
    right: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.help-tip:before {
    content: '?';
    font-weight: 700;
    color: #fff;
} */

.cust-tooltip,
.cust-tooltip:hover {
    width: 16px !important;
    height: 17px !important;
    background-color: #93b7ee;
    border-color: white;
}

.cust_review_general_comment {
    word-wrap: break-word !important;
}

#more {
    display: none;
}

.myBtn {
    width: auto !important;
}

.text-mutedd {
    display: block;
    white-space: pre-line;
}

.cust-width {
    max-width: 260px !important;
}

.report-name {
    margin: -5px 0px 6px 3px;
}

/* .dash-progress {
    height: 40px !important;
} */


/* Het's CSS starts here */

.progrss_bar {
    height: 5px;
    border-radius: 10px;
}

.progress_bar_section {
    display: flex;
    column-gap: 10px;
}

.progress_bar_section .progress {
    /* min-width: 240px; */
    flex: 1;
    flex-direction: column;
    height: auto;
    padding: 8px;
    row-gap: 5px;
    background-color: #fff;
}

.progress_bar_section .task_status {
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
}

.progress_bar_section .task_status p {
    margin: 0px;
    font-size: 14px;
    font-weight: 700;
}

.progress_bar_bg {
    background-color: #f1f1f1;
    width: 100%;
    border-radius: 20px;
}

.progress-bar {
    height: 10px;
    border-radius: 20px;
}

.progress_bar_hours p {
    margin: 0px;
    font-size: 14px;
}

.progress-lg.dash-progress {
    background-color: #fff;
    align-items: center;
    height: auto;
    border: 1px solid #f46f25;
    padding: 10px 20px !important;
}

.progress.dash-progress {
    font-size: 14px;
    font-weight: 500;
    flex-direction: column;
    justify-content: center;
    margin-right: 15px;
    margin-left: 10px;
}

.progress.dash-progress label {
    margin: 0px !important;
}

.progress.dash-progress p {
    font-size: 18px;
    color: #f46f25;
    margin: 0px;
}

section.dashboard-info .row.dash-row {
    gap: 10px;
}

.dashboard-info .select2-selection.select2-selection--multiple .select2-selection__choice {
    white-space: normal;
    word-break: break-all;
}

.header-menu-item {
    height: 100%;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

@media only screen and (max-width: 1700px) {
    .header-menu-item {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1550px) {
    .header {
        justify-content: end;
        gap: 10px;
    }
}

.report_timer_btn {
    border: 10px solid #f1f1f1;
    border-bottom-width: 5px;
    border-top-width: 5px;
    border-radius: 10px;
    background-color: #f1f1f1;
}

.report_timer_btn button {
    height: 35px;
}

.type_developer {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    align-items: center;
}

#date_wise_daily_report_form div {
    align-items: center;
}

.top-horizontal-form label.checkbox-inline {
    flex: 0 0 calc((100% / 2) - 15px);
}

/* Table sort indicators : Sudip -> Prolific Report */

th.sortable {
    position: relative;
    cursor: pointer;
}

th.sortable::after {
    font-family: FontAwesome;
    content: "\f0dc";
    position: absolute;
    right: 8px;
    color: #999;
}

th.sortable.asc::after {
    content: "\f0d8";
}

th.sortable.desc::after {
    content: "\f0d7";
}

th.sortable:hover::after {
    color: #333;
}

/* Heading styles */

h1.age-header {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

h2.page-header {
    margin-top: 0px;
    padding-top: 0px;
    line-height: 15px;
    vertical-align: middle;
}

h1>.divider:before,
h2>.divider:before,
h3>.divider:before,
h4>.divider:before,
h5>.divider:before,
h6>.divider:before,
.h1>.divider:before,
.h2>.divider:before,
.h3>.divider:before,
.h4>.divider:before,
.h5>.divider:before,
.h6>.divider:before {
    color: #777;
    content: "\0223E\0020";
}

ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.in_out_content {
    padding: 8px;
    position: relative;
    border-radius: 8px;
    display: inline-block;
}

.in_out_content.started_text_content {
    border: 1px solid #55ce63;
}

.in_out_content.stopped_text_content {
    border: 1px solid #f62d51;
}

.in_out_content .started_text,
.in_out_content .stopped_text {
    position: absolute;
    bottom: 100%;
    left: 5px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff !important;
}

.in_out_content .started_text p,
.in_out_content .stopped_text p {
    margin-bottom: 0px;
    padding: 3px 10px 0px;
    margin-bottom: 0px;
    font-size: 8px;
    line-height: 12px;
}

.started_text {
    background-color: #55ce63;
}

.stopped_text {
    background-color: #f62d51;
}

.custom-table ul.team-members:first-child {
    margin: 0px;
}

.custom-table ul.team-members {
    margin-left: -20px;
}

.custom-table th:nth-child(4),
.custom-table th:nth-child(5),
.custom-table td:nth-child(4),
.custom-table td:nth-child(5) {
    text-align: center;
}


ul.team-members a.show_more_team_member {
    background-color: #F46F25;
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

a.show_more_team_member p {
    margin: 0px;
    font-size: 12px;
    font-weight: 600;
}

.team_member_popup.open_team_member_popup {
    display: flex;
}

.team_member_popup {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.all_team_members {
    position: relative;
}

.team_list_popup {
    min-height: 300px;
    max-height: 400px;
    width: 341px;
    overflow: auto;
    background-color: #fff;
    border-radius: 10px;
    border-radius: 8px;
    border: 4px solid #E9E9E9;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0);
}

.team_list_popup_title {
    padding: 10px;
    border-bottom: 1px solid #DEE2E6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    background: #fff;
}

.team_list_popup_title p {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    width: 25px;
    text-align: center;
    height: 100%;
}

.team_list_popup_title h2 {
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
}

.team_list_popup ul {
    padding: 10px;
    margin: 0px;
}

.team_list_popup ul li {
    border-bottom: 1px solid #DEE2E6;
}

.team_list_popup ul a {
    padding: 5px 0px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.team_list_popup a img {
    border-radius: 50px;
    height: 35px;
    width: 35px;
}

.team_list_popup a p {
    margin-bottom: 0;
    color: #000;
}


.node-button-div {
    margin-top: -5px !important;
}

foreignObject.node-button-foreign-object span {
    font-size: 16px;
}

foreignObject.node-button-foreign-object svg {
    height: 10px !important;
    width: 10px !important;
}

.our-team-page svg.svg-chart-container {
    height: 1200px !important;
}

.myTeam foreignObject.node-button-foreign-object {
    display: none;
}


.dropdown-menu .child-menu {
    display: none;
    left: 99%;
    top: 0%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px
}

.dropdown-menu .dropdown-item-perent:hover .child-menu {
    display: block;
}

.dropdown-menu .child-menu a {
    color: #212529;
}

.dropdown-menu .child-menu a:hover {
    color: #fff;
    background-color: #fe851b;
}

.dropdown-menu {
    display: none;
}

.header-menu-item:hover>.dropdown-menu {
    display: block;
}

/*rudra */
.space_bottom {
    margin-top: -35px;
}

/* bhadresh */
.hour-card {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

.billable {
    background-color: #c5e1a5;
}

.non-billable {
    background-color: #ffcc80;
}

.productive {
    background-color: #81d4fa;
}

.admin_report {
    margin: 0px !important;
    border-top: 1px solid #dee2e6 !important;
}

.admin_report_data {
    width: 15%;
    padding-top: 50px !important;
    padding-bottom: 11px !important;
}

.admin-body {
    border-top: 1px solid #dee2e6 !important;
}

/* border-top: 1px solid #dee2e6 !important */
.container-notification {
    width: 50px;
    height: 50px;
    background: red;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

.container-notification span {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 100%;
    border: 3px solid red;
    position: absolute;
    top: -27px;
    right: 0;
    left: -27px;
    bottom: 0;
    animation: pms 1.5s 1.5s ease-in-out infinite;
}

@keyframes pms {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.toast-notification {
    position: absolute;
    top: 25px;
    right: 30px;
    border-radius: 12px;
    background: #fff;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
    z-index: 9999;
}

.toast-notification.active {
    transform: translateX(0%);
    /* z-index: 9999; */
}

.toast-notification .toast-notification-content {
    display: flex;
    align-items: center;
}

.toast-notification-content .check-notification {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    min-width: 34px;
    background-color: #ff851a;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

.toast-notification-content .message {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}

.message .text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.message .text.text-1 {
    font-weight: 600;
    color: #333;
}

.toast-notification .close-notification {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
}

.toast-notification .close-notification:hover {
    opacity: 1;
}

.toast-notification .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
}

.toast-notification .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #ff851a;
}

.progress.active:before {
    animation: progress 5s linear forwards;
}

@keyframes progress {
    100% {
        right: 100%;
    }
}

button {
    padding: 12px 20px;
    font-size: 20px;
    outline: none;
    border: none;
    background-color: #ff851a;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

/* button:hover {
    background-color: #ff851a;
  } */

.toast-notification.active~button {
    pointer-events: none;
}

.notification_btn {
    padding: 3px;
    font-size: 11px;
}

.noty_image {
    border-radius: 50%;
}

.leave-management-comment {
    color: #4f4f4f;
    font-weight: 500;
}

.message-text {
    font-size: 12px;
}

.sandwich-alert {
    border-left: 6px solid #ff9800;
    background-color: #fff3cd;
    color: #856404;
    font-weight: 500;
    animation: slideIn 0.4s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pulse {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff851a;
    cursor: pointer;
    position: relative;
    border: 4px solid #ff851a;
    left: 28px;
    top: 7px;
}

.pulse:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #ff851a;
    position: absolute;
    top: -8px;
    left: -8px;
    animation: pulse 2s ease 0s infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    80% {
        opacity: 0;
        transform: scale(2);
    }

    100% {
        opacity: 0;
        transform: scale(3);
    }
}

.leave-stats {
    padding: 15px;
    border-radius: 5px;
    background: #f8f9fa;
    margin: 5px;
}

.leave-count {
    font-size: 1.5rem;
    padding: 8px 15px;
}

.mini-leave-box {
    min-width: 80px;
}

.badge-balance {
    padding: 0.4em 0.7em;
    font-size: 1rem;
}

.comments-container {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.comments-container::-webkit-scrollbar {
    width: 6px;
}

.comments-container::-webkit-scrollbar-track {
    background: transparent;
}

.comments-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.comment-item {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-item:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.comment-actions {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.comment-item:hover .comment-actions {
    opacity: 1;
}

.comment-actions .btn-link {
    padding: 0.25rem;
    font-size: 0.875rem;
}

.comment-actions .btn-link:hover {
    transform: scale(1.1);
}

.edit-form {
    transition: all 0.3s ease;
}

.edit-form .input-group {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#leaveCommentForm .input-group {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#leaveCommentForm .btn-primary {
    transition: all 0.2s ease;
}

#leaveCommentForm .btn-primary:hover {
    transform: scale(1.05);
}

.flatpickr-day.flatpickr-disabled {
    color: #ccc !important;
    cursor: not-allowed !important;
    background: #f0f0f0 !important;
}

.flatpickr-day.holiday-date {
    background-color: #ffe0e0 !important;
    color: #a00 !important;
    font-weight: bold;
    cursor: not-allowed;
    position: relative;
}

.flatpickr-day.holiday-date::after {
    content: "🎉";
    position: absolute;
    bottom: 2px;
    right: 2px;
    font-size: 0.8em;
}


/* home page todo button animation */
.pulse-animation {
    position: relative;
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    animation: todo-pulse 2s infinite;
    margin-right: 10px;
}

@keyframes todo-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}


@media (max-width: 1550px) {
    .header .header-menu {
        display: none;
    }
}

.add-todo-model .modal-content,
.add-todo-model .modal-body {
    border: 0;
}

.tooltip {
    z-index: 2000 !important;
}


/* to-do-list-btn */

.to-do-list-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}


.clean-tooltip-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.clean-tooltip-wrapper:hover .tooltip-number {
    background: #e9ecef;
    border-color: #ced4da;
}

.clean-tooltip-wrapper:hover .info-icon {
    background: #0056b3;
    transform: scale(1.1);
}


.clean-tooltip-wrapper:hover .modern-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-0.25rem);
}

.info-icon {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #007bff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.625rem;
    transition: all 0.2s ease;
    cursor: help;
}

.clean-tooltip-wrapper:hover .info-icon {
    background: #0056b3;
    transform: scale(1.1);
}

/* Status Variants */
.tooltip-success .info-icon {
    background: #28a745;
}

.tooltip-success .info-icon:hover {
    background: #1e7e34;
}

.tooltip-warning .info-icon {
    background: #ffc107;
    color: #495057;
}

.tooltip-warning .info-icon:hover {
    background: #e0a800;
}

.tooltip-danger .info-icon {
    background: #dc3545;
}

.tooltip-danger .info-icon:hover {
    background: #c82333;
}

/* Bootstrap 4 Compatible Modern Tooltip Content */
.modern-tooltip {
    position: absolute;
    bottom: calc(100% + 0.5rem);
    left: 50%;
    transform: translateX(-50%);
    background: #495057;
    color: white;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    font-size: 0.8125rem;
    line-height: 1.4;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 1000;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);

    /* 👇 Important changes */
    width: 300px;
    /* Set fixed width */
    max-width: none !important;
    /* Override Bootstrap */
    white-space: normal;
    /* Allow wrapping */
    max-height: 300px;
}

/* Tooltip Arrow - Bootstrap 4 Style */
.modern-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid transparent;
    border-top: 0.375rem solid #495057;
}

.clean-tooltip-wrapper:hover .modern-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-0.25rem);
}

/* Structured Content for Multi-line */
.tooltip-content {
    display: flex;
    flex-direction: column;
}

.tooltip-content>*+* {
    margin-top: 0.375rem;
}

.tooltip-section {
    display: flex;
    flex-direction: column;
}

.tooltip-section>*+* {
    margin-top: 0.125rem;
}

.tooltip-label {
    font-weight: 600;
    font-size: 0.6875rem;
    color: #adb5bd;
    text-transform: uppercase;
    letter-spacing: 0.03125rem;
}

.compact-tooltip .tooltip-label {
    color: #6c757d;
}

.tooltip-dates {
    font-size: 0.75rem;
    color: #e9ecef;
}

.tooltip-dates {
    font-size: 0.75rem;
    color: #e9ecef;
}

.tooltip-divider {
    height: 1px;
    background: #6c757d;
    margin: 0.25rem 0;
}

.compact-tooltip .tooltip-divider {
    background: #dee2e6;
}

.tooltip-dates {
    display: block;
    font-size: 0.75rem;
    color: #f1f1f1;
    line-height: 1.5;
    white-space: normal;
}

/* General Icon Button Style */
.modal-action,
.modal-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(145deg, #e9ecef, #dee2e6);
    color: #495057;
    font-size: 1.1rem;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.modal-action i,
.modal-close-btn i {
    line-height: 1;
}

/* Hover for Edit and Delete */
.modal-action.primary:hover {
    background: linear-gradient(145deg, #0d6efd, #0a58ca);
    /* Bootstrap primary dark */
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(13, 110, 253, 0.3);
}

/* Specific hover for Delete button (override) */
.modal-action.danger:hover {
    background: linear-gradient(145deg, #dc3545, #c82333);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(220, 53, 69, 0.3);
}

/* Close button hover */
.modal-close-btn:hover {
    background: linear-gradient(145deg, #dc3545, #c82333);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(220, 53, 69, 0.3);
}

.modal-action:focus,
.modal-close-btn:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.3);
    /* Bootstrap primary focus ring */
}


/* Buttons */
.btn-success1 {
    background: linear-gradient(90deg, #28a745, #34c759);
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
}

.btn-success1:hover {
    background: linear-gradient(90deg, #218838, #2cb44f);
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(40, 167, 69, 0.3);
}

.btn-secondary1 {
    background: linear-gradient(90deg, #6c757d, #868e96);
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
}

.btn-secondary1:hover {
    background: linear-gradient(90deg, #5a6268, #747b81);
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(108, 117, 125, 0.3);
}

/* Form Elements */
.form-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a3c34;
    margin-bottom: 0.5rem;
}

/* Todo Show */
.info-section {
    margin-bottom: 0.75rem;
}

.info-label {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0.25rem;
    min-width: 130px;
    color: #1a3c34;
    flex-shrink: 0;
}

.info-value {
    display: block;
    color: #333;
    flex: 1;
    word-break: break-word;
}

.todo-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.todo-show-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem 1rem;
}

.todo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.todo-card-header {
    background: linear-gradient(90deg, #ff851a, #ff6f00);
    padding: 1.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.todo-header-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a3c34;
}

.todo-card {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.todo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.todo-actions {
    display: flex;
    gap: 1rem;
}

.todo-btn {
    border-radius: 10px;
    padding: 0.6rem 1.4rem;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    text-decoration: none;
}

.todo-btn i {
    margin-right: 0.4rem;
}

/* Back Button */
.todo-btn-back {
    border-color: #6c757d;
    color: #6c757d;
    background: transparent;
}

.todo-btn-back:hover {
    background: #6c757d;
    color: #fff;
}

/* Edit Button */
.todo-btn-edit {
    border-color: #007bff;
    color: #007bff;
    background: transparent;
}

.todo-btn-edit:hover {
    background: linear-gradient(90deg, #007bff, #0056b3);
    color: #fff;
}

/* Delete Button */
.todo-btn-delete {
    border-color: #dc3545;
    color: #dc3545;
    background: transparent;
}

.todo-btn-delete:hover {
    background: linear-gradient(90deg, #dc3545, #a71d2a);
    color: #fff;
}

.todo-status-badge {
    font-size: 0.95rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.todo-status-badge i {
    font-size: 1.2rem;
}

/* Hover effect for better UX */
.todo-status-badge:hover {
    transform: scale(1.05);
}

.todo-modal-content {
    border-radius: 18px;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    max-width: 700px;
    margin: auto;
    padding: 0;
    animation: fadeIn 0.5s ease-in-out;
}

.todo-modal-header {
    padding: 1.75rem !important;
    background: linear-gradient(90deg, #ff851a, #ff6f00);
    color: #fff;
    border-bottom: none;
    gap: 10px;
}

.todo-modal-header .todo-title {
    color: #ffffff !important;
    text-transform: capitalize;
}

.todo-details {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
}

.todo-detail-card {
    background: #fdfdfd;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 1.2rem 1.4rem;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
    transition: all 0.2s ease-in-out;
    gap: 1rem;
    margin-bottom: 1rem;
}

.todo-detail-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.todo-detail-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.todo-detail-content {
    flex: 1;
}

.todo-detail-label {
    font-size: 0.78rem;
    color: #999;
    margin-bottom: 0.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.todo-detail-value {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0;
}

.todo-detail-value.description {
    max-height: 4.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.todo-related-task-card {
    background: #fdfdfd;
    border: 1px dashed #dee2e6;
    border-radius: 16px;
    padding: 1.5rem;
    margin-top: 1rem;
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.02);
}

.todo-related-task-card dt {
    font-weight: 600;
    color: #212529;
}

.todo-related-task-card dd {
    margin-bottom: 0.5rem;
    color: #555;
}

.todo-bg-orange {
    background-color: #fd7e14;
}

.todo-bg-pink {
    background-color: #e83e8c;
}

.todo-bg-dark {
    background-color: #343a40;
}

.todo-bg-warning.todo-text-dark {
    background-color: #ffc107 !important;
}

.todo-bg-primary {
    background-color: #0d6efd;
}

.todo-bg-info {
    background-color: #0dcaf0;
}

.todo-fa {
    font-size: 1.2rem;
}

/* Make icon slightly larger on hover */
.todo-detail-card:hover .todo-fa {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

.edit-delete-todo-btns {
    margin: 10px;
    padding-right: 35px;
}


.priority-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
}

.priority-badge.high {
    background-color: #fee2e2;
    color: #b91c1c;
}

.priority-badge.medium {
    background-color: #fef3c7;
    color: #b45309;
}

.priority-badge.low {
    background-color: #d1fae5;
    color: #047857;
}

.priority-badge.NA {
    background-color: #e5e7eb;
    color: #374151;
}

.priority-icon {
    font-size: 11px;
}

.todo-item {
    padding: 16px 20px;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
    transition: 0.3s ease;
}

.todo-item:hover {
    background-color: #f1f5f9;
}

.complete_todo {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 19px;
    padding: 4px;
    color: #22c55e;
    transition: transform 0.2s ease;
}

.complete_todo:hover {
    transform: scale(1.25);
    color: #16a34a;
}

.repeat-badge {
    padding: 3px 10px;
    border-radius: 10px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
}

.repeat-daily {
    background: #fef9c3;
    color: #b45309;
}

.repeat-weekly {
    background: #ede9fe;
    color: #7c3aed;
}

.repeat-monthly {
    background: #cffafe;
    color: #0e7490;
}

.repeat-none {
    background: #dcfce7;
    color: #15803d;
}

.repeat-custom {
    background: #b8853831;
    color: #b88538f6;
}

.todo-title-header {
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}

.todo-desc {
    font-size: 13px;
    color: #4b5563;
    margin-top: 6px;
}

/* today todo dropdown css */
.todo-dropdown-container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.todo-count {
    color: #9ca3af;
    font-weight: normal;
    font-size: 12px;
}

.todo-dropdown-header {
    background: #f1f5f9;
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
}

.todo-header-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.todo-link {
    font-weight: 600;
    font-size: 15px;
    color: #2563eb;
    text-decoration: none;
    transition: 0.2s;
}

.todo-link:hover {
    color: #1e40af;
    text-decoration: underline;
}

.todo-add-btn {
    color: #10b981;
    font-size: 22px;
    transition: transform 0.2s;
}

.todo-add-btn:hover {
    transform: scale(1.2);
}

.todo-date {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

/* Wrapper */
.todo-tab-buttons {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
    background-color: #f9fafb;
    height: 36px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

/* Base style */
.todo-tab {
    flex: 1;
    padding: 6px 0;
    font-weight: 500;
    font-size: 13px;
    background-color: transparent;
    border: none;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;
}

.todo-tab:hover {
    background-color: #f3f4f6;
    color: #111827;
}

.todo-tab.pending.active {
    color: #2563eb;
    background-color: #e0edff;
    border-bottom: 2px solid #2563eb;
    font-weight: 600;
}

.todo-tab.completed.active {
    color: #16a34a;
    background-color: #e6f9ec;
    border-bottom: 2px solid #16a34a;
    font-weight: 600;
}

.todo-tab {
    flex: 1;
    padding: 6px 0;
    font-weight: 500;
    font-size: 13px;
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1;
}

.todo-tab.active {
    color: #2563eb;
    background-color: #e0edff;
    border-bottom: 2px solid #2563eb;
    font-weight: 600;
}

.todo-tab-wrapper {
    max-height: 400px;
    overflow-y: auto;
    background: #f9fafb;
    padding: 8px 0;
}

.todo-tab-content {
    padding: 0;
}

.todo-empty {
    padding: 40px 16px;
    text-align: center;
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
}

.todo-empty-icon {
    font-size: 26px;
    color: #34d399;
    margin-bottom: 8px;
}

.todo-link {
    font-weight: 600;
    font-size: 14px;
    color: #2563eb;
}

.todo-add-btn {
    font-size: 18px;
}

.todo-date {
    font-size: 12px;
}

.fixed-checkbox {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

/* list of users todos */
.todo-list-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #ffffff;
    padding: 1.25rem 1.5rem;
    border-radius: 16px;
    border-left: 5px solid #d1d5db;
    border-right: 1px solid #e5e7eb;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    margin-bottom: 1.25rem;
    transition: all 0.25s ease-in-out;
    position: relative;
}

.todo-list-row:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border-left-color: #f46f25;
}

.todo-left {
    flex: 1;
}

.user-todo-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.35rem;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.todo-description {
    font-size: 0.925rem;
    color: #4b5563;
    margin-top: 0.25rem;
}

.todo-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 20px;
    margin-right: 0.5rem;
    margin-bottom: 0.35rem;
    white-space: nowrap;
    background-color: #f3f4f6;
}

.status-open {
    background: #dcfce7;
    color: #166534;
}

.status-repeated {
    background: #dbeafe;
    color: #1e3a8a;
}

.status-closed {
    background: #fee2e2;
    color: #991b1b;
}

.priority-low {
    background: #d1fae5;
    color: #065f46;
}

.priority-medium {
    background: #fef9c3;
    color: #92400e;
}

.priority-high {
    background: #fecaca;
    color: #7f1d1d;
}

.todo-meta {
    font-size: 0.8rem;
    color: #9ca3af;
    margin-top: 0.5rem;
}

.todo-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 1rem;
    color: #1d4ed8;
    transition: all 0.2s ease-in-out;
}

.todo-view-btn:hover {
    background: #e0e7ff;
    transform: scale(1.1);
    color: #1e3a8a;
}

.todo-icon-pin {
    color: #9ca3af;
}

.empty-todo-msg {
    font-size: 1rem;
    color: #6b7280;
    padding: 2rem 0;
}

.me {
    margin-inline-end: 0.4rem;
}

.todo-list-row.border-success {
    animation: slideInTodo 0.4s ease-in-out;
}

@keyframes slideInTodo {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.today-users-todo {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border-left-color: #f46f25;
    border-bottom: 1px dashed #f46f25;
    border-top: 1px dashed #f46f25;
    border-right: 1px dashed #f46f25;
}

.today-pin-modern {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    width: 20px;
    height: 20px;
    border-radius: 8px;
    transform: rotate(-45deg);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s;
}

.section-heading {
    padding: 0.75rem 1rem;
    border-left: 4px solid #e5e7eb;
    border-radius: 0.5rem;
    background: #f9fafb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.section-heading-today {
    border-left-color: #10b981;
    background-color: #ecfdf5;
}

.section-heading-upcoming {
    border-left-color: #9ca3af;
    background-color: #f3f4f6;
}

.section-heading .icon-wrap {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e5e7eb;
    font-size: 1.2rem;
}

.pulse-green {
    background-color: #d1fae5;
    color: #059669;
}

.pulse-gray {
    background-color: #e5e7eb;
    color: #6b7280;
}

.todo-count-badge-dashboard {
    font-size: 0.9rem;
    font-weight: 600;
    background: #ffffff;
    color: #374151;
    padding: 0.4rem 0.8rem;
    border-radius: 1.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    min-width: 38px;
    text-align: center;
}
.date-display {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%; /* Ensure it fits within datatable cell */
    overflow: hidden; /* Hide overflow if datatable constrains */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 5px;

}
.date-item {
    transition: transform 0.2s ease;
    word-break: break-all; /* Allow long date lists to wrap */
}
.label {
    font-size: 12px;
    white-space: normal; /* Allow text wrapping */
}/* WhatsApp-like Chat Styles for Leave Detail Comments */
.chat-container {
    background: #f7f9fa;
    padding: 10px;
    border-radius: 10px;
    min-height: 200px;
}
.chat-message {
    align-items: flex-end;
}
.chat-bubble {
    max-width: 70%;
    padding: 10px 15px;
    border-radius: 18px;
    position: relative;
    font-size: 15px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    margin-bottom: 2px;
    word-break: break-word;
}
.chat-bubble-left {
    background: #fff;
    color: #222;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}
.chat-bubble-right {
    background: #d1f7c4;
    color: #222;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}
.chat-avatar {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
}
.chat-sender {
    font-weight: 600;
    font-size: 14px;
}
.chat-input-form {
    position: relative;
    margin-top: 10px;
}
.chat-input {
    border-radius: 20px 0 0 20px;
    border: 1px solid #e0e0e0;
    padding-left: 15px;
    font-size: 15px;
    background: #fff;
}
.chat-send-btn {
    border-radius: 0 20px 20px 0;
    background: #25d366;
    color: #fff;
    border: none;
    padding: 0 18px;
    font-size: 18px;
    transition: background 0.2s;
}
.chat-send-btn:hover {
    background: #128c7e;
}
.close-leave-modal{
    text-shadow: none !important;
    margin: 9px !important;
}

/* Leave Management - Readability enhancements (scoped) */
.leave-readable {
  font-size: 14px; /* smaller */
  line-height: 1.5;
}

.leave-readable .card-body,
.leave-readable .bg-light,
.leave-readable .bg-white {
  font-size: 14px;
}

/* Headings */
.leave-readable h4 { font-size: 1.25rem; }
.leave-readable h5 { font-size: 1.05rem; }
.leave-readable h6 { font-size: 0.95rem; }

/* Small text and metadata */
.leave-readable small,
.leave-readable .small,
.leave-readable .text-muted { font-size: 0.85rem; }

/* Badges and buttons */
.leave-readable .badge { font-size: 80%; }
.leave-readable .btn { font-size: 0.875rem; }

/* Timeline and comments */
.leave-readable .comments-section { font-size: 0.9rem; }
.leave-readable .chat-bubble { font-size: 0.9rem; line-height: 1.5; }

/* Inputs */
.leave-readable .form-control { font-size: 0.9rem; }

/* Responsive: slightly larger on big screens */
@media (min-width: 1200px) {
  .leave-readable { font-size: 14.5px; }
  .leave-readable h4 { font-size: 1.35rem; }
}

/* Leave details header chips */
.leave-readable .user-chip,
.leave-readable .date-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 9999px;
  font-weight: 600;
}

.leave-readable .user-chip {
  background-color: #e8f4ff; /* light blue */
  color: #0b5ed7; /* bootstrap primary shade */
  border: 1px solid #b6daff;
}

.leave-readable .date-chip {
  background-color: #f3f4f6; /* neutral */
  color: #374151; /* gray-700 */
  border: 1px solid #e5e7eb;
}

.leave-readable .user-chip i,
.leave-readable .date-chip i { margin-right: 6px; }

/* Leave readable: subtle design improvements */
.leave-readable .date-row {
  padding: 8px 10px;
  background: #f8fafc; /* very light slate */
  border: 1px solid #eef2f7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.leave-readable .timeline-item {
  padding: 8px 10px;
  border-left: 3px solid #e5e7eb; /* light divider */
  background: #ffffff;
  border-radius: 6px;
}

.leave-readable .timeline-item:hover {
  background: #f9fafb;
}

.leave-readable .timeline-item .badge { margin-right: 6px; }

.search-results-container {
    display: block;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
}

/* Only show vertical scroll when content exceeds viewport */
.search-results-container.long-results {
    max-height: 400px;
    overflow-y: auto;
}
.has-billable {
    background-color: #bbffbb; /* light green */
    font-weight: bold;
}
