body {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

/*
  ======================
  Fonts kit Start Here
  ======================
*/
.form-control:focus {
    box-shadow: none;
}

@font-face {
    font-family: 'gothamblack';
    src: url('../fonts/gotham_black-webfont.woff2') format('woff2'),
        url('../fonts/gotham_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/ptsans-bold-webfont.woff2') format('woff2'),
        url('../fonts/ptsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/ptsans-regular-webfont.woff2') format('woff2'),
        url('../fonts/ptsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.white-space-nowrap {
    white-space: nowrap;
}

/*
  ======================
  Fonts kit close Here
  ======================
*/

/*
  ======================
  Login page css start here
  ======================
*/
.logo {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 10px;
    height: 40px;
    width: 40px;
    background-color: #F3F3F3;
    border-radius: 100%;
}

.login_bg .logo {
    height: 85px;
    width: 85px;
}

.login_bg {
    background-image: url(../images/login_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: auto;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.login_form {
    margin-top: 10px;
    margin-bottom: 10px;
}

form.form_outer {
    background: #ffffff;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #E4E4E4;
    box-shadow: 0 .5rem 1.2rem rgba(0, 0, 0, .2);
    padding: 1.75rem 1.25rem;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
}

.login_bg h1 {
    font-family: 'gothamblack';
    font-weight: normal;
    font-style: normal;
    color: #000000;
    font-size: 24px;
}

.login_bg p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #969696;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.form_outer button.btn_login {
    background: #30C1FD;
    border-radius: 10px;
    font-family: 'gothamblack';
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    font-size: 18px;
    width: 100%;
    padding: 15px 15px;
    border: none;
}

.form_outer input.form-control {
    padding: 15px 15px;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    color: #9A9A9A;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.form_outer .form-control:focus {
    border-color: #30C1FD;
    box-shadow: none;
}

.form_outer a.forget_text {
    color: #30c1fd;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.form_outer a.forget_text:hover {
    text-decoration: underline;
}

.login_form span.text {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #969696;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    margin: 15px 0 0 0;
}

span.eye_off {
    position: absolute;
    top: 11px;
    right: 11px;
}

.danger_message,
.warning_message {
    padding: 15px 15px;
    border-radius: 10px;
    border: 1px solid #F68F94;
    font-style: normal;
    background: #FFD3D6;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.danger_message p,
.warning_message p {
    font-size: 14px;
    font-family: 'pt_sansregular';
    font-weight: normal;
    font-style: normal;
    margin: 0 0 0 0;
    color: #FB5F67;
}

/*
  ======================
  Login page css close here
  ======================
*/

/*
  ======================
  Employee dashboard page css start here
  ======================
*/
.bg_color {
    background: #F6F8FA;
}

.bi {
    display: inline-block;
    width: 1rem;
    height: 1rem;
}

.sidebar .navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    width: 100%;
    display: block;
}

.sidebar .navbar .form-control {
    padding: .75rem 1rem;
}

.sidebar li.nav-item {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #636C76;
    font-size: 14px;
    border-radius: 10px;

    /*    padding: 10px 10px;*/
}

.sidebar li.nav-item a {
    color: #636C76;
    position: relative;
    white-space: nowrap;
    padding: 6px 13px;
}


.menu-open .sidebar li.nav-item a {
    justify-content: space-around;
}

.sidebar li.nav-item a:hover {
    background: #f6f7f8;
    padding: 6px 13px;
}

.sidebar a.nav-link.active {
    background: #f6f7f8;
    padding: 6px 13px;
}

.sidebar a.nav-link svg {
    width: 16px;
}

/*.sidebar a.nav-link.active svg path {
    stroke: #fff;
}
.sidebar li.nav-item a:hover svg path {
   stroke: #fff;
}*/
.sidebar li.nav-item a:hover {
    color: #636C76;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    padding: 30px 0;
    z-index: 9;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #ffffff !important;
    --bs-bg-opacity: auto;
}

.sidebar .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #636C76;
}

/*.sidebar li:nth-child(n+2):nth-child(-n+3) {
  margin-left:5px;
}*/
div#user_profile {
    background: #ffffff;
    border-top: 1px solid #D1D8DF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    padding: 5px 5px;
}

.main_content .card {
    background: #fff;
    padding: 15px 15px;
    border-radius: 10px;
    border: 1px solid #d0d7de;
}

.sidebar .dropdown-menu.show {
    display: block;
    max-width: 288px;
    width: 100%;
    border-radius: 20px 0 20px 0;
    padding: 10px 10px;
}

.sidebar .dropdown-menu.show a.dropdown-item {
    padding: 5px 0 5px 5px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    border: 1px solid transparent;
    color: #636C76;
}

.sidebar .dropdown-menu.show a.dropdown-item:hover {
    background: #E1F6FF;
    border: 1px solid #30C1FD;
    border-radius: 5px;
    color: #000;
}

.main_content .user_name {
    color: #1f2328;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

p.timer {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    display: flex;
    gap: 5px;
}

p.thoughts_text {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    margin: 3px 0 3px 0;
}

.menu_toggle svg {
    height: 14px;
    width: 14px;
    vertical-align: baseline;
    display: inline;
}

.menu_toggle {
    position: absolute;
    top: 60px;
    z-index: 999999;
    right: -13px;
    background: #fff;
    border-radius: 7px;
    padding: 1px 6px;
    border: 1px solid #F6F6F6;
    cursor: pointer;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marg_right {
    margin: 0 5px;
}

h5.heading {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #1f2328;
}

span.projet_name {
    font-size: 14px;
    color: #444444;
    font-family: 'pt_sansbold';
    font-weight: 700;
    font-style: normal;
}

span.project_time {
    font-size: 14px;
    color: #444444;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.running_projects_box {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.running_projects_box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.running_projects_box.project-delayed {
    background-color: #fff8f8;
    border: 1px solid #ffdce0;
}

.running_projects_box.project-on-track {
    background-color: #f6fef9;
    border: 1px solid #dcffe4;
}

.running_projects_box p {
    font-size: 14px;
    margin: 20px 0 0 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1f2328;
}

.running_projects_box p span.red_text {
    color: #F68F94;
}

.running_projects_box p span {
    padding: 5px 5px;
    border-radius: 3px;
    margin: 0 5px 0 5px;
    color: #36BA45;
}

.running_projects_box .vr {
    height: 11px;
    background: #BABABA;
    padding: 0;
    position: relative;
    top: 4px;
    margin-right: 10px;
    opacity: 1;
}

.calendar {
    overflow: hidden;
    width: auto;
}

.check_in_box_hght {
    min-height: 313px;
}

.running_projects_hght {
    min-height: 313px;
    overflow-y: auto;
    max-height: 735px;
}



.bg_top {
    background: #e9e9e9;
    padding: 10px 8px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
}

p.timer svg {
    width: 16px;
}

.calendar-header h2 {
    margin: 0;
    font-size: 1.2em;
}

.calendar-header button {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5em;
    cursor: pointer;
}

.calendar-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 0 0;
}

.calendar-table th,
.calendar-table td {
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
}

.calendar-table th {
    background-color: #ffffff;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    border: none;
}

.calendar-table td {
    height: 50px;
    font-size: 14px;
    color: #636C76;
    vertical-align: middle;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

::-webkit-scrollbar {
    height: 3px;
}

.calendar-table td:not(:empty) {
    background-color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s;
}

button.prev-month {
    border: transparent;
    background: transparent;
}

button.next-month {
    border: transparent;
    background: transparent;
}

button.next-month svg {
    width: 21px;
    height: 21px;
}

button.prev-month svg {
    width: 21px;
    height: 21px;
}

.calendar-table td:not(:empty):hover {
    background-color: #ffffff;
}

.calendar .card-header {
    background: transparent;
    padding: 5px 0 5px 0;
}

h2.month-year {
    font-size: 14px;
    color: #000000;
    font-family: "Lato";
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 100%;
}

span.meeting {
    background: #30C1FD;
    border-radius: 3px;
    display: block;
    font-size: 9px;
    color: #000000;
}

span.deadlines_text {
    background: #FBA6A6;
    border-radius: 3px;
    display: block;
    font-size: 9px;
    color: #000000;
}

span.client_call_text {
    background: #94C120;
    border-radius: 3px;
    display: block;
    font-size: 9px;
    margin-bottom: 2px;
    color: #000000;
    /*  width: 50px;*/
}

.check_in_box {
    background: #E1F6FF;
    border: 1px solid #30C1FD;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 10px 0 0 0;
    position: relative;
}

.check_in_box span.real_time {
    font-size: 22px;
    color: #1f2328;
    font-family: 'pt_sansbold';
    font-weight: 700;
    font-style: normal;
}

.select-menu {
    margin: 10px auto;
}

.select-menu .select-btn {
    display: flex;
    height: 46px;
    background: #fff;
    padding: 20px;
    font-size: 14px;
    color: #2B3034;
    border-radius: 5px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.select-btn i {
    font-size: 25px;
    transition: 0.3s;
}

.select-menu.active .select-btn i {
    transform: rotate(-180deg);
}

.select-menu .options {
    position: absolute;
    padding: 8px;
    margin-top: 10px;
    border-radius: 0 0 20px 20px;
    background: #fff;
    right: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    display: none;
    left: 10px;
    z-index: 11;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
}

.full-width {
    width: 100% !important;
    margin-bottom: 12px;
}

.options-scroll {
    max-height: 234px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

.select-menu.active .options {
    display: block;
}

.options .option {
    display: flex;
    height: 40px;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    align-items: center;
    background: #fff;
    background: #F0F0F1;
    margin-bottom: 7px;
}

.options .option:hover {
    background: #F0F0F1;
}

.options .option.active svg path {
    fill: #94C120;
}

.option .option-text {
    font-size: 14px;
    color: #1f2328;
}

.calendar .table-bordered>:not(caption)>* {
    border-width: 0;
}

.check_in_btn {
    background: #30C1FD;
    border-radius: 10px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    padding: 12px 22px;
    border: none;
}

.check_in_btn:hover {
    background: #0f97cf;
}

/* ul.add_project {
    margin: 0 0 0;
    padding-left: 0;
    font-size: 14px;
} */
ul.add_project li {
    list-style: none;
    background: #F0F0F1;
    padding: 10px 10px;
    border-radius: 5px;
    margin-top: 14px;
    display: flow-root;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.project_list_box {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #d0d7de;
}

.project_list_box p.text_bold {
    display: contents;
}

h5.recenty_run_hed {
    border-bottom: 1px solid #d0d7de;
    padding: 10px 10px;
    font-size: 18px;
    color: #000000;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #1f2328;
}

.project_list_box .running_projects_box {
    background: #F4F4F4;
    border: 1px solid #EBEBEB;
}

span.rejected_btn {
    background: #F1C6C1;
    border-radius: 3px;
    color: #EE201C;
    padding: 1px 5px;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    margin-left: 10px;
}

.project-leader .nav {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.project-leader .nav li {
    font-size: 14px;
    color: #373B3E;
}

.project-leader .nav li a:last-child {
    margin-left: 0;
}

.project-leader .nav li a:first-child {
    margin-left: 0;
    text-decoration: none;
}

.project-leader .nav li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    width: 30px;
    height: 30px;
    border: 2px solid #FFF;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: -15px;
}

.project-leader .nav li a img {
    width: 24px;
    border-radius: 50%;
    height: 24px;
}

.project-leader .nav li .more-team-members {
    font-size: 10px;
    font-weight: 500;
    color: #FFF;
    background: #30C1FD;
    line-height: 30px;
    position: relative;
    top: -2px;
}

.project_end_date p {
    font-size: 14px;
    margin: 5px 0 0 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1f2328;
}

ul.nav.team_leader {
    margin-right: 6px;
    border-right: 1px solid #BABABA;
    padding-right: 19px;
}

.month_filter {
    background: #fff;
    border: 1px solid #D4D4D4;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2B30348C;
}

.month_filter:hover {
    border: 1px solid #D4D4D4 !important;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2B30348C;
    background: #fff;
}

.card_header {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.card_header .dropdown-item.active,
.dropdown-item:active {
    background: #30C1FD;
}

.card_header .dropdown-item {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1f2328;
}

.Leave_card {
    background: #F5F5F5;
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px;
}

.Leave_card span {
    background: #ffd6d8;
    padding: 10px 10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin: 9px 0 12px 0;
    text-align: center;
    display: inline-block;
}

span.blue_color {
    background: #A0E2FD;
    color: #30C1FD;
}

.attendance_outer_box {
    margin: 15px 0 0 0;
}

.text_bold {
    font-size: 13px;
    color: #1f2328;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.assigned_device h5.heading {
    margin-bottom: 10px;
}

.assigned_device p {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #1f2328;
    font-style: normal;
    margin-bottom: 10px;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #6e6e6e;
}

.menu-open .dashboard_page #left-menu {
    transform: translateX(0%);
    z-index: 99;
    margin-top: 0;
}

.menu-open #left-menu {
    width: 72px;
}

.menu-open .page-container {
    padding-left: 90px !important;
    margin-left: 0 !important;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-open .sidebar li.nav-item a span {
    display: none;
    padding-left: 13px;
}

.menu-open span.user_name {
    display: none !important;
}

.menu-open div#user_profile {
    padding: 15px 8px;
}

.logo.logo_sm {
    display: none;
}

.logo_lg {
    height: 40px;
    width: 100%;
    max-width: 40px;
    border-radius: 100%;
    background-color: #F3F3F3;
}

.logo_lg img {
    width: 28px;
}

.login_page_logo img {
    width: 60px;
}

.sidebar-logo h5 {
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #1F2328;
}

.sidebar-logo p {
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    color: #757575;
}

.menu-open .sidebar-logo {
    justify-content: center;
}

.menu-open .sidebar-logo h5,
.menu-open .sidebar-logo p {
    display: none;
}

.menu-open .logo.logo_sm {
    display: block;
    margin-left: -8px;
}

.menu-open .menu_toggle svg {
    height: 14px;
    width: 14px;
    transform: rotate(180deg);
}

.menu-open .sidebar li.nav-item {
    padding: 8px 7px;
}

.menu-open .sidebar a.nav-link.active {
    background: #efeeee;
    height: 50px;
}

.menu-open .sidebar a.nav-link.active svg {
    text-align: center;
    display: inline-block;
    width: 100%;
}

/*
  ======================
  Employee dashboard page css close here
  ======================
*/

/*
  ======================
  My profile page css close here
  ======================
*/
.new_company_account {
    position: relative;
    min-height: auto;
}

.new_company_account form {
    background: #fff;
    padding: 18px 0px;
    border-radius: 25px;
    margin-top: 18px;
}

.new_company_account h2 {
    color: #444444;
    font-size: 22px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.new_company_account form label,
.editSkillModal label {
    position: absolute;
    top: 15px;
    left: 12px;
    text-align: left;
    display: inline-block;
    padding: 0 4px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    margin: 0px auto;
    cursor: text;
    transition: all .15s ease-in-out;
    background-color: #fff;
    /* width: 100%; */
}

.new_company_account form .form-group,
.editSkillModal .form-group {
    position: relative;
}

.new_company_account input.form-control,
.editSkillModal input.form-control {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    background-color: transparent;
    margin: 0px auto;
    padding: 6px 4px 4px 14px;
    height: 46px;
    outline: none !important;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    transition: all .2s ease-in-out;
}

.new_company_account .personal_detail_form input {
    padding: 6px 16px 0px 16px;
    color: #7D7D7D;
}

.new_company_account .personal_detail_form label {
    font-weight: 700;
}

/* .new_company_account input.form-control:focus,
select.form-select,
.editSkillModal input.form-control:focus {
    border: 1px solid #30C1FD;
    box-shadow: unset !important;
} */

.broker_modal input.form-control:focus {
    border: 1px solid #30C1FD;
    box-shadow: unset !important;
}

.new_company_account select.form-select {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 10px !important;
    background-color: transparent;
    margin: 0px auto;
    padding: 6px 4px 4px 14px;
    height: 50px;
    outline: none !important;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    transition: all .2s ease-in-out;
}

.new_company_account input.form-control:valid+label,
input:focus+label,
.editSkillModal input.form-control:focus+label,
.editSkillModal input.form-control:valid+label {
    top: -9px;
    color: #30C1FD;
}

.new_company_account select.form-select:valid+label,
select:focus+label {
    top: -9px;
    color: #30C1FD;
}

.new_company_account form button.create_btn {
    background-color: #30C1FD;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    padding: 12px 26px;
}

.new_company_account form h2 {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

/*
  ======================
  My profile page css close here
  ======================
*/
.sidebar .offcanvas-md {
    height: calc(100vh - 144px);
    overflow-y: auto;
    overflow-x: hidden;
}

.running_projects_box_outer {
    /* height: 540px; */
    overflow: auto;
    padding-right: 8px;
}

.add_profile_outer .profile_img {
    height: 140px;
    width: 140px;
    margin-bottom: 8px;
}

.add_profile_outer .profile_img img {
    border-radius: 100%;
    height: 130px;
    width: 130px;
}

.add_profile_outer .profile_img .choose_img {
    right: 12px;
    bottom: 13px;
    height: 30px;
    width: 30px;
    background-color: #30C1FD;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.add_profile_outer .profile_img .choose_img label {
    cursor: pointer;
}

.add_profile_outer h6,
.add_profile_outer p {
    font-size: 14px;
    font-weight: 700;
    line-height: 18.12px;
    color: #000;
}

.add_profile_outer p {
    font-weight: 400;
}

.profile_tabs .nav-tabs .nav-link {
    border: none;
    font-weight: 700;
    color: #2B3034;
}

.profile_tabs .nav-tabs .nav-link.active {
    border-bottom: 3px solid #30C1FD;
    color: #30C1FD;
}

h6.emergency_contact_heading {
    color: #000000;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
}

.profile_tabs h6.fs-14 {
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    color: #000000;
    padding-left: 8px;
}


input[type=date]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}

input[type=date]:focus::-webkit-datetime-edit {
    color: black !important;
}

.user_designation {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.53px;
    letter-spacing: 0.01em;
    color: #757575;
}

.menu-open .user_designation {
    display: none !important;
}

#user_profile .dropdown-toggle::after {
    border: none;
    background-image: url(../images/arrow-up.svg);
    width: 15px;
    height: 9px;
    right: 12px;
    position: absolute;
}

.dropdown_menu_box {
    cursor: pointer;
}

.dropdown_menu_box::after {
    content: '';
    border: none;
    background-image: url(../images/sidebar-menu-drop-icon.svg);
    width: 7px;
    height: 4px;
    right: 12px;
    position: absolute;
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
    rotate: 275deg;
}

.dropdown_menu_box.active-submenu::after {
    rotate: unset;
}

.sub-menu {
    display: none;
}

.sub-menu.open {
    display: block;
}

/*
  ======================
  My project page css start here
  ======================
*/

.project_card {
    background: #F4F4F4;
    border-radius: 8px;
    padding: 15px 15px;
    margin-bottom: 15px;
    width: 100%;
}

.project_status {
    font-size: 14px;
    color: #000000;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    display: contents;
}

span.in_progress {
    background: #fff;
    padding: 7px 10px;
    border-radius: 3px;
    color: #8A8686;
    margin-left: 10px;
}

.project_card p {
    color: #2B3034;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 25px 0 0 0;
}

.projects_status_box span.divider {
    border-right: 1px solid #ddd;
    border-radius: 0 !important;
    margin: 0 10px 0 0;
    padding: 0px !important;
}

.projects_status_box {
    background: #fff;
    border-radius: 8px;
    padding: 10px 10px;
    border: 1px solid #EBEBEB;
    margin: 15px 0 0 0;
    display: inline-block;
    width: 100%;
}

.projects_status_box p span {
    padding: 5px 5px;
    border-radius: 3px;
    margin: 0 5px 0 5px;
    color: #36BA45;
}

.projects_status_box p span.red_text {
    color: #F68F94;
}

.projects_status_box span.project_title {
    font-size: 14px;
    color: #444444;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.projects_status_box span.project_time_estmated {
    font-size: 14px;
    color: #444444;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}


.project_box {
    background: #F4F4F4;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    padding: 15px 15px;
    margin-bottom: 15px;
}

.project_box h5 {
    font-size: 18px;
    color: #333333;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin-bottom: 18px;
}

.project_box p {
    display: inline-block;
    color: #2B3034;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.css-tooltip {
    position: relative;

}

.css-tooltip:hover:after {
    content: attr(data-tooltip);
    background: #000;
    padding: 5px;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    transform: translate(-50%, -100%);
    margin: 0 auto;
    color: #FFF;
    min-width: 100px;
    min-width: 150px;
    top: -5px;
    left: 50%;
    text-align: center;
}

.css-tooltip:hover:before {
    top: -5px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000;
    border-width: 5px;
    margin-left: -5px;
    transform: translate(0, 0px);
}

.project_hed {
    margin-bottom: 20px;
}

.project_hed a.btn,
.modal-blue-btn {
    background: #30C1FD;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    padding: 13px 18px;
    border: none;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.modal-blue-btn {
    padding: 6px 11px;
    font-size: 13px;
}

.project_hed a.btn:hover,
.modal-blue-btn:hover {
    background: #179dd5;
    color: #fff;
}

.project_hed h5 {
    font-size: 18px;
    color: #333333;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
    background: #F1F1F1;
    border-radius: 10px;
    margin-right: 8px;
    color: #2B3034;
}

.project_hed .input-search {
    height: 49px;
    width: 50px;
    border-style: none;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 10px;
    transition: all .5s ease-in-out;
    background-color: #F1F1F1;
    padding-right: 40px;
    font-family: "Lato", sans-serif;
    font-weight: 400;

}

.project_hed .input-search::placeholder {
    color: #8c8d8f;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.project_hed .btn-search {
    width: 50px;
    height: 49px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color: #ffffff;
    background-color: transparent;
    pointer-events: painted;
}

.project_hed .btn-search:focus~.input-search {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.project_hed .input-search:focus {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

#project_add h1 {
    text-align: center;
    font-size: 24px !important;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

#client_add h1 {
    text-align: center;
    font-size: 24px !important;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

div#project_add .select-menu .select-btn {
    border: 1px solid #ddd;
}

div#project_add p,
#client_add p {
    font-size: 18px;
    color: #2B3034;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.close_btn {
    position: absolute;
    right: -14px;
    top: -17px;
    cursor: pointer;
    z-index: 9;
}

button.Submit_btn,
input.Submit_btn {
    background: #30C1FD;
    border-radius: 10px;
    font-family: 'gothamblack';
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    font-size: 18px;
    width: 100%;
    padding: 10px 10px;
    border: none;
}

button.Submit_btn:hover {
    background: #12a2dd;
}

.tooltip_outer {
    position: relative;
    text-align: center;
    -webkit-transform: translateZ(0);
    /* webkit flicker fix */
    -webkit-font-smoothing: antialiased;
    /* webkit text rendering fix */
}

.tooltip_outer .tooltip {
    background: #E1E1E1;
    top: -11px;
    border-radius: 3px;
    color: #fff;
    display: block;
    right: 19px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 18px 16px;
    pointer-events: none;
    position: absolute;
    width: auto;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    width: max-content;
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.tooltip_outer .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* CSS Triangles - see Trevor's post */
.tooltip_outer .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #E1E1E1 10px;
    top: 19px;
    content: " ";
    height: 0;
    right: -15px;
    margin-left: -13px;
    position: absolute;
    width: 0;
    transform: rotate(270deg);
}

.tooltip_outer:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .tooltip_outer .tooltip {
    display: none;
}

.lte8 .tooltip_outer:hover .tooltip {
    display: block;
}

.tooltip_outer h5 {
    font-size: 14px;
    color: #000000;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
}

.tooltip_outer p {
    color: #2B3034;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
}

.tooltip_outer a.delete_btn,
.tooltip_outer a.cancel_btn {
    background: #F37070;
    padding: 6px 16px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.tooltip_outer a.cancel_btn {
    background: #959595;
}

.tooltip_outer a.delete_btn:hover {
    background: #F37070;
}

.data_table_pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.data_table_pagination nav ul.pagination a.page-link,
.data_table_pagination button.pagination-btn {
    background: transparent;
    color: #6c757d;
    border: 1px solid transparent;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    height: 35px;
    width: 35px;
    border-radius: 5px;
}

.data_table_pagination nav ul.pagination li.page-item.active a.page-link,
.data_table_pagination button.pagination-btn.active {
    background: #30C1FD;
    color: #fff;
    border-radius: 5px;
}

.data_table_pagination nav ul.pagination li.page-item.pre_nxt a.page-link,
.data_table_pagination button.pagination-btn.pre_nxt {
    color: #30C1FD;
}

.data_table_pagination nav ul.pagination a.page-link:focus,
.data_table_pagination button.pagination-btn:focus {
    box-shadow: none;
}

/*
  ======================
  My project page css close here
  ======================
*/


/*
  ======================
  My holidays page css start here
  ======================
*/
.table_border {
    border: 1px solid #ddd;
    border-radius: 10px;
}

h5.hed {
    font-size: 18px;
    color: #333333;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

span.absent_leave {
    background: #F1C6C1;
    padding: 4px 15px;
    border-radius: 5px;
    margin: 0 0 0 0;
    width: auto;
    display: inline-block;
    color: #EE201C;
}

.table_border .tbody,
tfoot,
thead,
tr td {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.table_border .tbody,
tbody,
th {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
}

/*
  ======================
  My holidays page css close here
  ======================
*/

/*
  ======================
  Attendance page css start here
  ======================
*/
form.d-flex.search_data {
    gap: 10px;
}

.search_data button {
    background: #30C1FD;
    border: none;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 20px;
}

.search_data button:hover {
    background: #179dd5;
    color: #fff;
}

/*
  ======================
  Attendance page css close here
  ======================
*/

/*
  ======================
  Attendance page css start here
  ======================
*/

.status_report h5 {
    font-size: 15px;
    color: #333333;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin: 10px 0 10px 0;
}

.status_report p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #000000;
    margin: 10px 0 10px 0;
    font-size: 14px;
}

.status_report .des_content {
    display: inline-block;
}

.status_report span.date_status,
.time_status {
    font-size: 15px;
    color: #333333;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.rules_outer img {
    margin: 0 auto;
    width: 100%;
    max-width: 50%;
    display: block;
}

.status_report_card {
    background: #f5f5f5 !important;
}

/*
  ======================
  Attendance page css close here
  ======================
*/

/*
  ======================
  Teams page css start here
  ======================
*/


.teams_outer button#profile-tab {

    color: #444444;
    font-family: 'pt_sansregular';
    font-weight: normal;
    font-style: normal;
    border-radius: 0;
    padding: 10px 30px;
}

.teams_outer button#home-tab {

    color: #444444;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    border-radius: 0;
    padding: 10px 30px;
}

.teams_outer .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #444444;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    border-radius: 0;
    padding: 10px 30px;

}

.teams_outer div#myTabContent {
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    padding-top: 15px;
}

.profile-card {
    position: relative;
    font-family: sans-serif;
    width: 220px;
    height: 220px;
    background: #fff;
    padding: 30px;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
    margin: 50px 0 0 0;
}

.profile-card:hover {
    border-radius: 10px;
    height: 260px;
}

.profile-card .img {
    position: relative;
    width: 100%;
    height: 100%;
    transition: .6s;
    z-index: 99;
}

.profile-card:hover .img {
    transform: translateY(-60px);
}

.img img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
}

.profile-card:hover img {
    border-radius: 10px;
}

.caption {
    text-align: center;
    transform: translateY(-80px);
    opacity: 0;
    transition: .6s;
}

.profile-card:hover .caption {
    opacity: 1;
}

.caption h3 {
    color: #333333;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.caption p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #000000;
    margin: 2px 0 9px 0;
}

.caption .social-links a {
    color: #333;
    margin-right: 15px;
    font-size: 21px;
    transition: .6s;
}

.social-links a:hover {
    color: #30c1fd;
}

.team_sec_height {
    min-height: 500px;
}

/*
  ======================
  Teams page css start here
  ======================
*/

.success_message {
    padding: 15px 15px;
    border-radius: 10px;
    border: 1px solid #8ff698;
    font-style: normal;
    background: #d9ffd3;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.btn_login:disabled {
    opacity: 0.5;
    /* Adjust the opacity value as desired */
    cursor: not-allowed;
    /* Change the cursor to indicate the button is disabled */
}

.spinner {
    display: inline-block;
    /* Change display property */
    vertical-align: middle;
    /* Align spinner vertically */
}

.d-none {
    display: none;
    /* Hide the element */
}

.spinner {
    position: absolute;
    transform: translate(432%, -80%);
    display: none;
    /* Initially hidden */
}

button.delete_project {
    background-color: transparent;
    border: 0px;
    color: #fff;
}

.options li.visible {
    /* CSS rules to make the option visible */
    display: list-item !important;
    opacity: 1;
}

.options li.hide {
    /* CSS rules to make the option visible */
    display: none !important;
    opacity: 0;
}

ul.options {
    list-style: none;
}

input#search_project {
    padding: 8px 93px 7px 7px;
    border-radius: 10px;
    border: 1.5px solid #4cc1f9;
    width: 100%;
}

.spinner-inner {
    width: 40px;
    /* Adjust size as needed */
    height: 40px;
    /* Adjust size as needed */
    border: 3px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s infinite linear;
    /* Animation for rotation */
}

@keyframes spin {
    to {
        transform: rotate(360deg);
        /* Rotate 360 degrees */
    }
}

.success_message p {
    font-size: 14px;
    font-family: 'pt_sansregular';
    font-weight: normal;
    font-style: normal;
    margin: 0 0 0 0;
    color: green;
}

.float-start.d-flex.align-items-center.active svg path {
    fill: #94C120;
}

ul.add_project {
    margin: 16px 0 0 0;
    padding-left: 0;
    font-size: 14px;
    max-height: 172px;
    overflow-y: auto;
    overflow-x: hidden;
}

body>div.container-fluid>div>main>div:nth-child(2)>div:nth-child(2)>div>ul>li:nth-child(1) {
    margin-top: 0px;
}

.select-menu.disabled .options {
    display: none;
}

span.completed_btn {
    padding: 3px 20px;
    border-radius: 10px;
    font-style: normal;
    background: #d9ffd3;
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: #2c662b;
}

span.completed_btn svg {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

span.in_progress_btn {
    padding: 3px 20px;
    border-radius: 10px;
    font-style: normal;
    background: #D4DEFF;
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: #2330aa;
}

span.in_progress_btn svg {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

span.on_hold_btn {
    padding: 3px 20px;
    border-radius: 10px;
    font-style: normal;
    background: #fbd84c4a;
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: #f8c146;
}

span.on_hold_btn svg {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

span.overdue_btn {
    padding: 3px 20px;
    border-radius: 10px;
    font-style: normal;
    background: #ee515454;
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: #ee5154;
}

span.overdue_btn svg {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

.editor.ql-container.ql-snow.is-invalid {
    border: 1px solid red;
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.select_project_btn {
    max-width: 480px;
    margin: unset;
}

.fs-16 {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 12px;
    margin-bottom: 9px;
}

.select_project_btn {
    margin-bottom: 10px;
}

.project-row .ql-container.ql-snow {
    height: 100px;
    border-radius: 0px 0px 10px 10px;
}

.project-total-time {
    gap: 20px;
    margin: 20px 0px;
}

.project-total-time label {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
}

.project-total-time input {
    max-width: 170px;
    border-radius: 10px;
    border: 1px solid #D0D7DE;
    font-size: 14px;
    font-weight: 400;
    color: #9A9A9A;
    padding: 14px;
}

.project-total-time input:focus {
    box-shadow: none;
}

.project-total-time-outer .dlt-btn {
    border-radius: 100%;
    background-color: #EE4C45;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-total-time-outer .dlt-btn:hover {
    background-color: #b00f0a;
}

.add-project.btn-blue,
.btn-blue {
    background-color: #30C1FD;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.01em;
    color: #fff;
    padding: 8px 14px;
    border: none;
    border-radius: 5px;
    padding: 12px 25px;

}

.btn-blue:hover {
    background-color: #30C1FD;
    color: #fff;
}

.btn-cancel {
    background-color: #E7E8EA;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: -0.01em;
    color: #1F2328;
    border: none;
    border-radius: 5px;
    padding: 12px 25px;
}

.btn-cancel a {
    color: #1F2328;
    text-decoration: none;
}

.main-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    color: #444444;
}

.my-project-table {
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: calc(100vh - 280px);
    overflow-y: auto; /* Add vertical scrolling */
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

/* Fixed header table styles */
.table-scroll-container {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.table-fixed-header {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    height: 100%;
}

.table-header-fixed {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
}

.table-header-fixed th {
    background: #fff;
    border-bottom: 2px solid #DCDCDC;
    position: sticky;
    top: 0;
    z-index: 10;
}

.table-body-scrollable {
    display: block;
    overflow-y: auto;
    max-height: calc(100vh - 350px);
    scrollbar-width: thin;
    scrollbar-color: #DCDCDC #f5f5f5;
}

.table-body-scrollable::-webkit-scrollbar {
    width: 8px;
}

.table-body-scrollable::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 4px;
}

.table-body-scrollable::-webkit-scrollbar-thumb {
    background: #DCDCDC;
    border-radius: 4px;
}

.table-body-scrollable::-webkit-scrollbar-thumb:hover {
    background: #c0c0c0;
}

.table-fixed-header thead,
.table-fixed-header tbody {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-fixed-header tbody {
    display: block;
    overflow-y: auto;
    max-height: calc(100vh - 350px);
}

.table-fixed-header thead tr,
.table-fixed-header tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.my-project-table th {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: #232323;
    padding: 16px 20px !important;
    border-radius: 10px 10px 0px 0px;
}

.my-project-table tr:last-child td:first-child {
    border-radius: 0px 0px 0px 10px;
}

.my-project-table tr:last-child td:last-child {
    border-radius: 0px 0px 10px 0px;
}

.my-project-table tr:last-child td {
    border-bottom: none;
}

.my-project-table td {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    color: #232323;
    padding: 16px 20px !important;
    vertical-align: middle;
}

.hr_line {
    border-top: 1px solid #D0D7DE;
    opacity: 1;
}

.Attendance_card {
    border: 1px solid #D0D7DE;
    background: #FFFFFF;
    border-radius: 10px;
}

.card_header {
    padding: 18px 20px 0px;
}

.add_project_modal .modal-dialog {
    max-width: 440px;
}

.leave_box {
    background: #F5F5F5;
    padding: 6px 10px;
    border-radius: 4px;
    display: flex;
    gap: 9px;
    align-items: center;
}

.leave_box h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    color: #000000;
}

.leave_box span {
    height: 29px;
    width: 29px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 15.53px;
    background: #FFD6D8;
}

.leave_box span.half_day_leave {
    background: #A0E2FD;
    color: #17BBFF;
    border-radius: 100%;
    padding: 0px;
    width: 29px;
    display: flex;
}

.leave_box span.short_leave {
    background: #FFDFF6;
    color: #D64BC2;
    border-radius: 100%;
    padding: 0px;
    width: 29px;
    display: flex;
}

.month_filter::after {
    background-image: url(../images/arrow-down.svg);
    border: none;
    position: relative;
    top: 4px;
    height: 9px;
    width: 9px;
    background-repeat: no-repeat;
}

.new_company_account input:read-only,
#personal_details .new_company_account input.form-control {
    border: none;
    border-bottom: 1px solid #00000021;
    border-radius: 0px;
    padding-left: 0px;
}

.new_company_account input.form-control:read-only+label,
input:read-only+label {
    top: -9px;
    color: #2B3034;
    left: 0px
}

#personal_details .new_company_account input.form-control+label {
    color: #2B3034;
    left: 0px;
    padding-left: 0px;
}

.new_company_account input.form-control:read-only:focus {
    border: none;
    border-bottom: 1px solid #00000021;
}

.fs-18 {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    color: #000000;
}

.add_skills_header {
    padding: 30px 10px 0px;
}

.add_skills_header a {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: -0.01em;
    color: #30C1FD;
    text-underline-offset: 3px;
    text-decoration-color: #30C1FD;
}

.dlt-skill-btn {
    background-color: #D75946;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.01em;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    max-width: 85px;
    width: 100%;
}

.edit-skill {
    padding: 10px 20px;
    width: 85px;
}

.new_company_account .edit_skill_form form label {
    position: unset;
    color: #717171;
    font-weight: 700;
}

.add_skill_btn {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    padding: 14px 25px;
}

.added_skill_list .added_skill_name {
    border-bottom: 1px solid #00000021;
    padding-bottom: 14px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #7D7D7D;
}

.added_skill_percentage {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 7px 10px;
    text-align: center;
    max-width: 75px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #9A9A9A;
}

.editSkillModal h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1E1E1E;
    margin-bottom: 40px;
}

.editSkillModal .modal-body {
    padding: 38px 18px 23px;
}

span.half_day_leave {
    background: #a0e2fb;
    padding: 4px 15px;
    border-radius: 5px;
    margin: 0 0 0 0;
    width: auto;
    display: inline-block;
    color: #48bbf8;
}

span.short_leave {
    background: #fadff6;
    padding: 4px 15px;
    border-radius: 5px;
    margin: 0 0 0 0;
    width: auto;
    display: inline-block;
    color: #d64bc2;
}

.teams_tabs_table {
    border-radius: 0px;
    padding: 20px 15px;
}

.teams_tabs .nav-tabs {
    padding-left: 20px;
    border: none;
}

.teams_tabs .nav-tabs .nav-link {
    background-color: #ffffff;
    border: 1px solid #D2D2D2;
    border-radius: 0px;
    padding: 12px 35px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #444444;
}

.team-tab-table.my-project-table {
    overflow: hidden;
}

.teams_tabs .nav-tabs .nav-link.active {
    background-color: #F0F0F0;
}

.teams_tabs .nav-tabs .nav-link:disabled {
    background-color: #F0F0F0;
    border-color: #D2D2D2;
}

.teams_tabs .nav-tabs .nav-link.active:disabled {
    background-color: #fff;
}

.team-tab-table table thead tr th {
    background: #F5F5F5;
    border-radius: 0px;
}

.team-tab-table table tbody tr:nth-child(even) td {
    background: #F5F5F5;
    border-radius: 0px;
}

.my-project-table.teams_tabs_table tr:last-child td:last-child,
.my-project-table.teams_tabs_table tr:last-child td:first-child {
    border-radius: 0px;
}

.teams_tabs_table table th:last-child,
.teams_tabs_table table td:last-child {
    width: 140px;
}

.teams_tabs_table table td {
    vertical-align: middle;
}

.members_image li a img {
    width: 24px;
    border-radius: 50%;
    height: 24px;
    border: 1px solid #FFFFFF;
}

.members_image li:first-child {
    margin-left: 0px;
}

.members_image li {
    margin-left: -8px;
    position: relative;
}

.green_dot,
.red_dot {
    position: absolute;
    height: 5px;
    width: 5px;
    background: #94C120;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    top: -2px;
    right: 6px;
}

.red_dot {
    background: #FE0000;
}

.view_detail_btn a {
    background: #CCCCCC;
    border-radius: 5px;
    padding: 4px 8px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.01em;
    color: #4E4E4E;
    text-decoration: none;
}

.team_status h6 {
    font-family: Lato;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    color: #A6A6A6;
    margin: 4px 14px;
}

.team_status .status_box {
    border: 1px solid #091E4224;
    border-radius: 8px;
    padding: 12px 10px;
    max-height: 330px;
    overflow: auto;
}

.status_box h4 {
    font-family: 'pt_sansbold';
    font-size: 16px;
    font-weight: 700;
    line-height: 12px;
    text-align: left;
    color: #2B3034;
    margin-bottom: 17px;
}

.team_status_box {
    border: 1px solid #ECECEC;
    background: #F7F8F9;
    border-radius: 5px;
    padding: 9px 7px;
    margin-bottom: 6px;
}

.team_status_box p {
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #444444;
    margin-bottom: 10px;
}

.team_status_box .team_member_img img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    cursor: pointer;
}

.team_status_box .team_member_name span {
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    color: #696969;
}

.team_status_box h6 {
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    color: #444444;
    margin: 0px;
}

.team_status_box .team_member_name::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: transparent transparent transparent #e1e1e1;
    transform: translateY(-50%);
}

.single_person_status_table {
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    overflow: hidden;
}

.single_person_status_table td a {
    color: #30C1FD;
    text-decoration: none;
}

.readMoreModal .modal-dialog {
    max-width: 790px;
}

.readMoreModal .modal-body {
    padding: 38px 18px;
}

.readMoreModal .modal-body h3 {
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 10px;
    color: #1E1E1E;
    margin-bottom: 15px;
}

.readMoreModal .modal-body p {
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #232323;
    margin-bottom: 10px;
}

.rule_img {
    min-height: calc(100vh - 250px);
}

.team_name_span {
    background: #CDF0FF;
    border-radius: 5px;
    padding: 7px 9px;
    font-family: Lato;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    color: #30C1FD;
}

.events_outer h3 {
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    color: #444444;
    margin-bottom: 32px;
}

.add_event_btn {
    border: 1px solid #D0D7DE;
    padding: 8px 8px;
    border-radius: 10px;
    margin-bottom: 12px;
}

.add_event_btn a {
    background: #30C1FD;
    color: #fff;
}

.add_event_btn a:active {
    background-color: #30C1FD !important;
    color: #fff !important;
    border: 1px solid #30C1FD !important;
}

.events_outer .events_heading {
    border-bottom: 1px solid #D0D7DE;
    padding: 10px 0px 24px;
}

.events_outer .event-card-box {
    padding: 14px 14px;
    border: 1px solid #D0D7DE;
    border-radius: 10px;
    max-height: 375px;
    overflow: auto;
}

.events_outer .event-card-box h3 {
    margin-bottom: 5px;
    font-size: 16px;
}

.events_outer .event-card-box p {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #444444;
}

.events_outer .event-card-box p.event-date {
    font-size: 12px;
    color: #6F6F6F;
}

.events_outer .event-card {
    padding-bottom: 10px;
    border-bottom: 1px solid #D0D7DE;
    margin-bottom: 10px;
}

.events_outer .event-card:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.add_event_btn a:hover {
    background-color: #30C1FD;
    color: #fff;
}

.add_events_modal .modal-body {
    padding: 20px 18px;
}

.add_events_modal h3 {
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    color: #1E1E1E;
    margin: 30px 0px;
}

.add_events_modal button.Submit_btn {
    width: max-content;
    padding: 10px 20px;
}

.add_events_modal input {
    padding: 10px 16px;
    border-radius: 10px;
}

.add_events_modal input::placeholder,
.add_events_modal textarea::placeholder {
    color: #999999;
}

.add_events_modal textarea {
    height: 90px;
}

.event_calender {
    border: 1px solid #D0D7DE;
    background-color: #fff;
    border-radius: 10px;
}

.event_calender .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0px;
    padding: 15px 15px;
}

.event_calender .fc-toolbar.fc-header-toolbar .fc-left h2 {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: center;

}

.event_calender .fc-toolbar.fc-header-toolbar .fc-button-group button,
.event_calender .fc-toolbar.fc-header-toolbar .fc-button {
    border: none;
    background-color: transparent;
    padding: 0px;
    color: #707070;
    text-transform: capitalize;
}

.event_calender tr td:first-child {
    border-left: none !important;
}

.event_calender tr td:last-child {
    border-right: none !important;
}

.event_calender tr:last-child td {
    border-bottom: none !important;
}

.event_detail_modal h4 {
    font-size: 16px;
    font-weight: 700;
}

.event_detail_modal p {
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    color: #444444;
    margin-bottom: 2px;
}

.event_detail_modal p#eventDescription {
    font-size: 14px;
}

.event_detail_modal h3 {
    margin: 14px 0px 29px;
}

.events_outer .event_calender .fc-view-container {
    height: 385px;
    overflow: auto;
}

.events_outer .card {
    padding: 15px 34px;
}

.events_inner {
    padding: 25px 0px;
}

.events_inner .btn_add_event {
    padding: 10px 12px;
}

.events_inner .btn_add_event:focus {
    background-color: #30C1FD;
    color: #ffffff;
}

.events_inner .nav-link {
    border: none;
    padding: 9px 13px;
    color: #232323;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.2px;
}

.events_inner .nav-tabs {
    box-shadow: 0px 0px 4px 0px #0000001A;
    border-radius: 5px;
}

.events_inner .nav-link.active {
    background-color: #E6F5FB;
    padding: 9px 13px;
}

.tab_list_data {
    display: flex;
    gap: 14px;
    margin-bottom: 30px;
}

.tab_list_data:last-child {
    margin-bottom: 0px;
}

.tabs_content_inner .list_date_box {
    background: #F7F7F7;
    border-radius: 10px;
    padding: 9px 11px;
    width: 120px;
}

.tabs_content_inner .list_date_box h5,
.events_inner .list_data h5 {
    color: #232323;
    font-weight: 700;
    font-size: 16px;
    line-height: 19.2px;
}

.events_inner .list_data p {
    color: #232323cc;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.4px;
}

.tabs_content_inner .list_date_box p {
    color: #23232380;
    font-weight: 500;
    font-size: 12px;
    line-height: 14.4px;
}

.events_inner .list_data .list_data_inner {
    border: 1px solid #2323231A;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 6px 7px 6px 27px;
    margin-bottom: 10px;
}

.events_inner .list_data .list_data_inner:last-child {
    margin-bottom: 0px;
}

.events_inner .list_data_inner::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7px;
    background-color: #09BA00;
    width: 2px;
    height: 80%;
}

.events_inner .list_data_inner:nth-child(2):after {
    background-color: #30C1FD;
}

.events_inner .list_data_inner:nth-child(3):after {
    background-color: #998BDE;
}

.calendar_tab_data {
    width: 100%;
    max-width: 800px;
}

.home_calender .fc-scroller.fc-day-grid-container {
    height: 340px !important;
}



.tooltip-wrapper {
    position: relative;
}

/* 
.tooltip {
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    margin-bottom: 5px;
}

.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.tooltip-wrapper:hover .tooltip {
    visibility: visible;
} */
.month_filter_box {
    max-width: max-content;
    border: 1px solid #ccc !important;
}

.table_description {
    width: 400px;
}

.table_project_data {
    width: 100px;
}

.text_underline {
    text-decoration: underline;
}

.event_calender thead th {
    font-family: PT Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 20px 8px;
}

.event_calender button.fc-today-button.fc-button.fc-button-primary {
    display: none;
}

/* HR dashboard css start */
.total_employess_box span {
    height: 60px;
    width: 60px;
    background-color: #E1F6FF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 45.29px;
    color: #000000;
    border-radius: 100%;
}

.total_employess_box h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.12px;
    color: #000;
    margin-top: 12px;
}

.total_present .progress-bar {
    background-color: #94C120;
}

.short_leave .progress-bar {
    background-color: #F68F94;
}

.absents .progress-bar {
    background-color: #30C1FD;
}

.progress_bar_outer h5 {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #2B3034;
}

.bg-blue-btn {
    background: #30C1FD;
    color: #fff;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 5px;
    /* Changed from 8px to 5px to match Search button */
    font-family: Lato;
    font-size: 14px;
    /* Changed from 16px to 14px to match Search button */
    font-weight: 400;
    /* Changed from 700 to 400 to match Search button */
    line-height: 16.8px;
    /* Changed from 19.2px to match Search button */
    border: none;
    /* Added to ensure consistent styling */
}

.bg-blue-btn:hover {
    background: #179dd5;
    /* Added hover state to match other blue buttons */
    color: #fff;
}

.view_employee_btn {
    margin-top: 40px;
}

.meeting_box {
    border-radius: 10px;
    padding: 12px 12px;
    margin-bottom: 7px;
}

.blue_meeting_box {
    border: 1px solid #D8E6FF;
    background-color: #EEF4FE;
}

.purple_meeting_box {
    border: 1px solid #E5DAFD;
    background-color: #F3EEFE;
}

.green_meeting_box {
    border: 1px solid #B5E1B9;
    background-color: #DDFCE0;
}

.meeting_date_box h6 {
    font-family: pt_sansregular;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
}

.meeting_date_box span {
    color: #868686;
    font-family: pt_sansregular;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.meeting_date_box {
    border: 1px solid #D8E6FF;
    background-color: #fff;
    padding: 6px 10px;
}

.meeting_detail h5 {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #1F2328;
}

.meeting_detail span {
    font-family: Lato;
    font-size: 9px;
    font-weight: 400;
    line-height: 10.8px;
    color: #676869;
    padding: 7px 4px;
    border-radius: 4px;
    background-color: #fff;
}

.meeting_detail h4 {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #676869;
}

.holiday_detail h5 {
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #333333;
}

.holiday_detail span {
    color: #666666;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
}

.holiday_detail img {
    width: 35px;
    height: 35px;
}

.holiday_detail .view_all_btn {
    position: absolute;
    right: 10px;
    bottom: -7px;
}

.holiday_detail .view_all_btn a {
    text-decoration: none;
}

.main_content .holiday_detail_outer {
    padding: 15px 15px 30px;
}

.birthday_card_detail h5 {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: #000;
}

.birthday_card_detail span {
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    color: #666666;
}

.birthday_card_detail,
.holiday_detail {
    border-bottom: 1px solid #EAEAEA;
    padding: 5px 0px;
}

.birthday_card_detail:last-child {
    border-bottom: none;
}

.hired_left_chart .apexcharts-title-text {
    font-family: Lato !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: #333333;
}

.hired_left_chart .apexcharts-legend-text {
    font-family: Lato !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    color: #666666 !important;
}

.hired_left_chart .apexcharts-legend.apx-legend-position-top {
    gap: 20px;
}

.project_calander_box_outer {
    height: 360px;
}

.expense_type_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #D0D7DE;
    background-color: #fff;
    padding: 13px 11px;
    border-radius: 10px;
}

.expense_type_box span {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #AAAAAA;
}

.expense_type_box h6 {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: #1F2328;
}

.transaction_history_heading {
    border-bottom: 1px solid #D0D7DE;
    padding: 13px 5px;
}

.transaction_history_heading h6,
.transaction-history-detail span {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #AAAAAA;
}

.transaction-history-detail {
    padding: 13px 15px;
    border-bottom: 1px solid #D0D7DE;
}

.history_detail_icon {
    height: 38px;
    width: 100%;
    max-width: 38px;
    border: 1px solid #D0D7DE;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.transaction-history-detail h6,
.add_transaction h3 {
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    color: #201F1F;
}

.transaction-history-detail span {
    font-size: 9px;
}

.transaction-history-detail h5 {
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    color: #94C120;
}

h5.pending-payment {
    color: #D0021B;
}

.transaction-history-detail .dropdown-toggle::after {
    display: none;
}

.transaction-history-detail .dropdown-toggle {
    border: none;
    background-color: transparent;
}

.transaction-history-list {
    height: 400px;
    border-bottom: 1px solid #D0D7DE;
}

.add_transaction {
    padding: 8px 13px;
}

.add_transaction .add-transaction-btn {
    background-color: #30C1FD;
    padding: 14px 19px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    color: #FFFFFF;
    border-radius: 5px;
    border: none;
}

.expense_type_box.bg-green {
    border: 1px solid #B1E2B6;
    background-color: #DDFCE0;
}

.expense_type_box.bg-purple {
    border: 1px solid #E3D6FF;
    background-color: #F3EEFE;
}

.expense_type_box.bg-blue {
    border: 1px solid #D6E4FD;
    background-color: #EEF4FE;
}

.add_new_expnese_modal .modal_header button {
    background-color: #F37070;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #fff;
    padding: 0px;
    position: absolute;
    right: -10px;
    top: -20px;
    z-index: 99;
}

.add_new_expnese_modal .modal_header button svg {
    height: 30px;
    width: 30px;
}

.add_new_expnese_modal .modal-body h4 {
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 10px;
    color: #1E1E1E;
    padding: 10px 0px 30px;
}

.add_new_expnese_modal form input,
.add_new_expnese_modal form select {
    padding: 11px 16px;
    border: 1px solid #DDDDDD
}

.add_new_expnese_modal form select {
    border: 1px solid #DDDDDD;
}

.form-control:focus {
    box-shadow: none;
}

.add_new_expnese_modal .bg-blue-btn {
    border: none;
    padding: 14px 40px;
}

.button_box a:first-child {
    font-size: 14px;
    color: #636C76;
    background: #0d6efd20;
    height: 30px;
    width: 30px;
    padding: 6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;

}

.button_box a:first-child svg {
    width: 25px;
    height: 25px;
}

.button_box a:last-child {
    font-size: 14px;
    color: #fff;
    background: #ff0018bd;
    height: 30px;
    width: 30px;
    padding: 6px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

.new_modal_dialog {
    width: 700px;
}

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

.Projects_table_outer .my-project-table {
    background-color: #fff;
}



.Projects_table_outer .table-scroll thead th {
    position: sticky;
    top: 0;
    background-color: #fff;
}

.btn-group .btn-outline-primary {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
}

.btn-group .btn-outline-primary.active {
    background-color: #2330AA;
    color: white;
    border-color: #2330AA;
}

.running_projects_box.project-delayed {
    background-color: rgba(255, 0, 0, 0.1);
    /* Light red background */
    border: 1px solid rgba(255, 0, 0, 0.2);
    /* Subtle red border */
}

.running_projects_box.project-delayed .projet_name,
.running_projects_box.project-delayed .project_time,
.running_projects_box.project-delayed p {
    color: #dc3545;
    /* Red text color */
}

/* Recent Projects styling enhancements */
.project_list_box {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e1e4e8;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.project_list_box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h5.recenty_run_hed {
    border-bottom: 1px solid #e1e4e8;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #24292e;
    margin: 0;
}

.project_list_box .running_projects_box {
    background: #f8f9fa;
    border: 1px solid #e1e4e8;
    border-radius: 6px;
    margin: 15px;
    padding: 15px;
}

.project_list_box p.text_bold {
    color: #586069;
    font-size: 14px;
    margin-right: 8px;
}

/* Status badges styling */
span.in_progress_btn,
span.on_hold_btn,
span.completed_btn,
span.overdue_btn {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    transition: all 0.2s ease;
}

/* In Progress status */
span.in_progress_btn {
    background-color: #E3F2FD;
    color: #1976D2;
}

span.in_progress_btn svg {
    width: 16px;
    height: 16px;
    color: #1976D2;
}

/* On Hold status */
span.on_hold_btn {
    background-color: #FFF3E0;
    color: #F57C00;
}

span.on_hold_btn svg {
    width: 16px;
    height: 16px;
    stroke: #F57C00;
}

/* Completed status */
span.completed_btn {
    background-color: #E8F5E9;
    color: #2E7D32;
}

span.completed_btn svg {
    width: 16px;
    height: 16px;
    fill: #2E7D32;
}

/* Overdue status */
span.overdue_btn {
    background-color: #FFEBEE;
    color: #D32F2F;
}

span.overdue_btn svg {
    width: 16px;
    height: 16px;
    stroke: #D32F2F;
}

/* Hover effects */
span.in_progress_btn:hover,
span.on_hold_btn:hover,
span.completed_btn:hover,
span.overdue_btn:hover {
    filter: brightness(0.95);
}

/* Status text */
.status-message {
    font-weight: 600;
    letter-spacing: 0.2px;
}

/* Project metrics */
.running_projects_box p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0 0;
    font-size: 13px;
    color: #444;
}

.running_projects_box p span {
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.05);
}

.running_projects_box .vr {
    height: 15px;
    background: #d1d5da;
    margin: 0 12px;
    opacity: 0.6;
}

/* Team section styling */
.project-leader {
    padding: 15px;
    border-bottom: 1px solid #e1e4e8;
}

.team_leader {
    display: flex;
    align-items: center;
    gap: 8px;
}

.team_leader img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Project end date section */
.project_end_date {
    padding: 15px;
}

.project_end_date p {
    color: #586069;
    font-size: 13px;
    margin: 5px 0;
}

.project_end_date strong {
    color: #24292e;
    font-weight: 600;
}

/* Delayed project styling */
.running_projects_box.project-delayed {
    background-color: #fff8f8;
    border: 1px solid #ffdce0;
}

.running_projects_box.project-delayed p span.red_text {
    color: #cb2431;
    background: rgba(203, 36, 49, 0.1);
}

/* Project status container */
.project-status-container {
    padding: 12px 16px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    min-height: 48px;
    margin: 15px;
}


/* Status content styling */
.status-content {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
    width: -webkit-fill-available;
    justify-content: space-between;
}

.status-content .text_bold {
    margin: 0;
    font-size: 14px;
    color: #495057;
    white-space: nowrap;
}

.status-text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

/* Status-specific styles remain the same */
.status-in-progress::before {
    background-color: #E3F2FD;
}

.status-on-hold::before {
    background-color: #FFF3E0;
}

.status-completed::before {
    background-color: #E8F5E9;
}

.status-overdue::before {
    background-color: #FFEBEE;
}

/* Status-specific text colors */
.status-in-progress .status-text {
    color: #1976D2;
}

.status-on-hold .status-text {
    color: #F57C00;
}

.status-completed .status-text {
    color: #2E7D32;
}

.status-overdue .status-text {
    color: #D32F2F;
}

/* SVG icon styling */
.status-text svg {
    width: 16px;
    height: 16px;
}

.project-details {
    background-color: #f8f9fa;
    border-radius: 8px;
}

.project-status-card,
.project-hours-card,
.team-info-card,
.project-end-date-card {
    background-color: white;
    transition: transform 0.2s;
}

.project-status-card:hover,
.project-hours-card:hover,
.team-info-card:hover,
.project-end-date-card:hover {
    transform: translateY(-2px);
}

.team-members-list li {
    padding: 4px 0;
    border-bottom: 1px solid #eee;
}

.team-members-list li:last-child {
    border-bottom: none;
}

/* Status badges */
.status-in-progress {
    background-color: #e3f2fd;
    color: #1976d2;
}

.status-on-hold {
    background-color: #fff3e0;
    color: #f57c00;
}

.status-completed {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.status-overdue {
    background-color: #fce4ec;
    color: #c2185b;
}

.project-status-container {
    padding: 8px 16px;
    border-radius: 40px;
    font-weight: 500;
    display: flex;
}

/* Modal animations */
.modal.fade .modal-dialog {
    transform: scale(0.8);
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: scale(1);
}

/* Project Details Modal Styling */
#projectDetailsModal .modal-dialog {
    max-width: 600px;
}

#projectDetailsModal .modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#projectDetailsModal .modal-header {
    background-color: #30C1FD;
    color: white;
    border-radius: 15px 15px 0 0;
    padding: 15px 20px;
    border: none;
}

#projectDetailsModal .modal-title {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 20px;
}

#projectDetailsModal .modal-body {
    padding: 20px;
}

#projectDetailsModal #modalProjectName {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1f2328;
}

/* Status and Hours Section - Combined */
#projectDetailsModal .project-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 15px;
}

#projectDetailsModal .info-item {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
}

#projectDetailsModal .info-value {
    font-size: 16px;
    font-weight: 600;
    color: #30C1FD;
    margin-bottom: 4px;
}

#projectDetailsModal .info-label {
    font-size: 12px;
    color: #6c757d;
}

/* Team Section */
#projectDetailsModal .project-team {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 15px 0;
}

#projectDetailsModal .team-section {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 8px;
}

#projectDetailsModal .team-section h6 {
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 8px;
}

#projectDetailsModal .team-member {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
    background: white;
    padding: 5px 8px;
    border-radius: 6px;
}

#projectDetailsModal .team-member:last-child {
    margin-bottom: 0;
}

#projectDetailsModal .team-member img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #30C1FD;
}

#projectDetailsModal .team-member span {
    font-size: 13px;
    color: #1f2328;
}

/* Status Badges */
#projectDetailsModal .status-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
}

.status-in-progress {
    background: #E3F2FD;
    color: #1976D2;
}

.status-on-hold {
    background: #FFF3E0;
    color: #F57C00;
}

.status-completed {
    background: #E8F5E9;
    color: #2E7D32;
}

.status-overdue {
    background: #FFEBEE;
    color: #D32F2F;
}

/* Modal Footer */
#projectDetailsModal .modal-footer {
    padding: 15px 20px;
    border-top: 1px solid #e9ecef;
}

#projectDetailsModal .btn-close-modal {
    background-color: #30C1FD;
    color: white;
    padding: 6px 15px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s;
}

/* Update the status styles */
#projectDetailsModal .status-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
}

#projectDetailsModal .status-label {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 4px;
}

#projectDetailsModal .status-value {
    font-size: 14px;
    font-weight: 500;
}

/* Status-specific text colors */
.status-in-progress .status-value {
    color: #1976D2;
}

.status-on-hold .status-value {
    color: #F57C00;
}

.status-completed .status-value {
    color: #2E7D32;
}

.status-overdue .status-value {
    color: #D32F2F;
}

.team-members-scroll {
    max-height: 140px;
    /* 32px (member height) * 3 + 12px (padding/margins) */
    overflow-y: auto;
    padding: 2px 10px 2px 0;
}

/* Customize scrollbar appearance */
.team-members-scroll::-webkit-scrollbar {
    width: 6px;
}

.team-members-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.team-members-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.team-members-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Ensure consistent team member item height */
.team-members-scroll .team-member {
    height: 32px;
    /* Fixed height for each member */
    min-height: 32px;
    /* Ensure minimum height */
    display: flex;
    align-items: center;
    padding: 2px 0;
    margin: 4px 0;
    /* Consistent spacing between items */
}

/* Add these new styles */
.team-leads-scroll {
    max-height: 120px;
    /* Height for 2 members */
    overflow-y: auto;
    padding-right: 10px;
}

/* Use the same scrollbar styling as team-members-scroll */
.team-leads-scroll::-webkit-scrollbar {
    width: 6px;
}

.team-leads-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.team-leads-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.team-leads-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Ensure consistent team lead item height */
.team-leads-scroll .team-member {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 8px 0;
}

/* Add this new style */
#modalTeamLead {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* Add spacing between sections */
.team-section h6 {
    font-family: Lato;
    font-size: 11px;
    margin: 2px 0px 8px 0px;
    /* Add more space below the heading */
    line-height: 14px;
}

/* Adjust scroll container heights since we now have two separate ones */
.team-leads-scroll {
    max-height: 50px;
    /* Reduced height since we split the sections */
    overflow-y: auto;
    padding: 5px 10px 5px 0;
}

/* Update scrollbar styling for both team members and leads sections */
.team-members-scroll,
.team-leads-scroll {
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: transparent transparent;
    /* For Firefox */
    transition: scrollbar-color 0.3s ease;
}

/* Show scrollbar only on hover */
.team-members-scroll:hover,
.team-leads-scroll:hover {
    scrollbar-color: #888 transparent;
    /* For Firefox */
}

/* Webkit (Chrome, Safari, Edge) scrollbar styling */
.team-members-scroll::-webkit-scrollbar,
.team-leads-scroll::-webkit-scrollbar {
    width: 4px;
    /* Thinner scrollbar */
}

.team-members-scroll::-webkit-scrollbar-track,
.team-leads-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.team-members-scroll::-webkit-scrollbar-thumb,
.team-leads-scroll::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

/* Show scrollbar thumb only on hover */
.team-members-scroll:hover::-webkit-scrollbar-thumb,
.team-leads-scroll:hover::-webkit-scrollbar-thumb {
    background-color: rgba(136, 136, 136, 0.5);
    /* Semi-transparent gray */
}

/* Make scrollbar thumb darker on hover */
.team-members-scroll:hover::-webkit-scrollbar-thumb:hover,
.team-leads-scroll:hover::-webkit-scrollbar-thumb:hover {
    background-color: rgba(136, 136, 136, 0.8);
}

/* Make team member items more compact */
.team-members-scroll .team-member,
.team-leads-scroll .team-member {
    height: 32px;
    /* Reduced from 40px to 32px */
    display: flex;
    align-items: center;
    padding: 2px 0;
    /* Reduced padding */
    margin: 2px 0;
    /* Add small margin between items */
}

/* Adjust the image size */
.team-member img {
    width: 20px;
    /* Reduced from 24px */
    height: 20px;
    /* Reduced from 24px */
    border-radius: 100%;
    flex-shrink: 0;
    /* Prevent image from shrinking */
}

/* Adjust the name text size */
.team-member span {
    font-size: 12px;
    /* Smaller font size */
    margin-left: 8px;
    /* Adjust spacing between image and text */
    white-space: nowrap;
    /* Prevent name from wrapping */
    overflow: hidden;
    text-overflow: ellipsis;
    /* Add ellipsis for long names */
}

/* Adjust container heights */
.team-leads-scroll {
    max-height: 40px;
    /* Reduced from 50px */
    padding: 2px 10px 2px 0;
}

.team-leads-scroll.team_lead_scroll_outer {
    max-height: 100px;
}

.team-members-scroll {
    padding: 2px 10px 2px 0;
}

#mood-gif[alt="Loading..."] {
    height: auto !important;
}

/* Adjust section headings */
.team-section h6 {
    font-size: 11px;
    margin: 2px 0px;
    line-height: 14px;
}

/* Update status item styling */
.info-item.status-item {
    border-radius: 4px;
    padding: 10px;
    transition: all 0.3s ease;
}

/* Status colors for the entire container */
.info-item.status-item.status-in-progress {
    background-color: rgba(54, 179, 126, 0.1);
    color: #36B37E;
}

.info-item.status-item.status-on-hold {
    background-color: rgba(255, 171, 0, 0.1);
    color: #FFAB00;
}

.info-item.status-item.status-completed {
    background-color: rgba(87, 155, 252, 0.1);
    color: #579BFC;
}

.info-item.status-item.status-overdue {
    background-color: rgba(255, 92, 92, 0.1);
    color: #FF5C5C;
}

/* Update the status label and value styles */
.info-item.status-item .status-label {
    font-size: 12px;
    opacity: 0.8;
}

.info-item.status-item .status-value {
    font-weight: 600;
    font-size: 14px;
}

/* Delayed completed project styling */
.project-card.completed-with-delay .project_list_box {
    background-color: #fff8f8;
    border: 1px solid #ffdce0;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.1);
}

.project-card.completed-with-delay .project_list_box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.15);
}

.project-card.completed-with-delay .project_list_box h5.recenty_run_hed {
    color: #dc3545;
    border-bottom-color: #ffdce0;
}

.project-card.completed-with-delay .project_list_box .running_projects_box {
    background-color: rgba(220, 53, 69, 0.05);
    border-color: #ffdce0;
}

.project-card.completed-with-delay .project_list_box .projet_name,
.project-card.completed-with-delay .project_list_box .project_time,
.project-card.completed-with-delay .project_list_box p {
    color: #dc3545;
}

.project-card.completed-with-delay .project_list_box p span {
    background: rgba(220, 53, 69, 0.1);
}

.project-card.completed-with-delay .project_list_box p span.red_text {
    color: #cb2431;
    background: rgba(203, 36, 49, 0.1);
}

/* For completed on-time projects - keeping default white styling */
.project-card.completed-on-time .project_list_box {
    background-color: #fff;
    border: 1px solid #e1e4e8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.project-card.completed-on-time .project_list_box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.add_events_modal .form-check-input {
    padding: 0px;
}

.sidebar .nav-item .sub-menu.open {
    padding-left: 0px;
}

.sidebar .nav-item .sub-menu.open li a {
    padding: 6px 25px;
    display: flex;
    gap: 9px;
    align-items: center;
}

/* employee salery css start */
.salery_employee_detail img {
    height: 42px;
    width: 42px;
    border-radius: 100%;
}

.salery_employee_detail h6,
.salery_employee_detail p {
    font-family: Lato;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.4px;
    letter-spacing: 0.01em;
    color: #333333;
}

.salery_employee_detail p {
    font-weight: 400;
    color: #757575;
}

.slaery_payslip_send a {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.blue_icon {
    background-color: #30C1FD;
}

.green_icon {
    background-color: #94C120;
}

.salary_view_box {
    padding: 8px 6px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    letter-spacing: 0.01em;
    color: #ffffff;
    display: inline-block;
}

.employee_salary_table .table_action_btns button {
    height: 30px;
    width: 30px;
    border-radius: 5px;
}

.employee_salary_table th,
.employee_salary_table td {
    vertical-align: middle;
}

.edit_modal_icon {
    background-color: #0d6efd20;
    width: 30px;
    height: 30px;
    padding: 0px;
}

.delete_data_icon {
    background-color: #ff0018bd;
    width: 30px;
    height: 30px;
    padding: 0px;
}

.salary_page_modal .modal-dialog {
    max-width: 950px;
}

.salary_page_modal h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #1E1E1E;
}

.salary_page_modal .date_input img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.salary_page_modal .date_input input[type=date]::-webkit-calendar-picker-indicator {
    visibility: hidden;
}

.modal_form_submit_btn button {
    background-color: #30C1FD;
    padding: 14px 16px;
    border-radius: 5px;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: #ffffff;
    width: 150px;
    border: none;
}


.salary_page_modal label {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    padding-left: 14px;
}

.project-modal label {
    padding-left: 0px;
}

.salary_page_modal form {
    max-height: calc(100vh - 150px);
    overflow: auto;
    overflow-x: hidden;
}

.delete_salary_page_modal p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #46493D;
}

.delete_salary_page_modal .modal-body {
    padding: 20px 18px;
}

.delete_salary_page_modal .modal-footer button {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: -0.01em;
    border-radius: 5px;
    border: none;
}

.modal-footer .delete_modal_btn {
    background-color: #F37070;
    color: #ffffff;
}

.delete_salary_page_modal .modal-footer .cancel_modal_btn {
    background-color: #E7E8EA;
}

.salery_employee_detail {
    width: 140px;
}

/* employee salery css end */
.section-header {
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    border-left: 4px solid #0d6efd;
    font-size: 16px;
    color: #344767;
    font-weight: 600;
}

.section-header.earnings {
    border-left-color: #2dce89;
    /* Green color for earnings */
}

.section-header.deductions {
    border-left-color: #f5365c;
    /* Red color for deductions */
}

.date_input .date-wrapper {
    display: block;
    cursor: pointer;
}

.date_input .date-wrapper input[type="month"] {
    cursor: pointer;
    z-index: 1;
    position: relative;
    background: transparent;
}

.date_input .date-wrapper .calendar-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
}

/* Hide the default calendar icon in some browsers */
.date_input input[type="month"]::-webkit-calendar-picker-indicator {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.employee-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.employee-option {
    padding: 8px 12px;
    cursor: pointer;
}

.employee-option:hover {
    background-color: #f8f9fa;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #30C1FD;
    border-radius: 50%;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 15px 0;
    gap: 3px;
}

.page-item {
    margin: 0;
}

.page-item .page-link {
    padding: 4px 10px;
    font-size: 0.875rem;
    color: #1F2937;
    background-color: #fff;
    border: 1px solid #D0D7DE;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-item.active .page-link {
    background-color: #0D6EFD;
    border-color: #0D6EFD;
    color: #fff;
}

.page-item.pre_nxt .page-link {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #1F2937;
    font-size: 0.875rem;
}

.page-item .page-link:hover {
    background-color: #E9ECEF;
    border-color: #D0D7DE;
    color: #1F2937;
}

.page-item.active .page-link:hover {
    background-color: #0D6EFD;
    border-color: #0D6EFD;
    color: #fff;
}

.page-item.pre_nxt .page-link:hover {
    background-color: #E9ECEF;
    border-color: #D0D7DE;
}

.bi-chevron-left,
.bi-chevron-right {
    font-size: 12px;
}

/* Add this new style to remove the default calendar icon */
input[type="month"]::-webkit-calendar-picker-indicator {
    display: none;
}

.project-modal .select2-container,
.job-modal .select2-container,
.team-modal .select2-container {
    width: 100% !important;
}

.project-modal .select2-container .select2-selection--multiple .select2-selection__rendered,
.team-modal .select2-container .select2-selection--multiple .select2-selection__rendered,
.job-modal .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
}

.project-modal .select2-container .select2-selection--multiple,
.team-modal .select2-container .select2-selection--multiple,
.job-modal .select2-container .select2-selection--multiple {
    min-height: 38px;
    overflow: auto;
    height: 44px;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    scrollbar-width: thin;
}

.project-modal .select2-container .select2-selection--single,
.team-modal .select2-container .select2-selection--single,
.job-modal .select2-container .select2-selection--single,
.salary_page_modal .select2-container .select2-selection--single {
    height: 38px;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

.salary_page_modal .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 5px;
}

.salary_page_modal .select2-container--default .select2-selection--single .select2-selection__clear {
    margin-top: 6px;
    margin-right: 26px;
}

#editBaseSalaryForm .select2-container .select2-selection--single {
    background-color: #d9d9da;
    pointer-events: none;
}

#editBaseSalaryForm .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.project-modal .select2-container .select2-search--inline .select2-search__field,
.team-modal .select2-container .select2-search--inline .select2-search__field,
.job-modal .select2-container .select2-search--inline .select2-search__field,
.salary_page_modal .select2-container .select2-search--inline .select2-search__field {
    height: 28px;
    overflow: unset;
    margin-left: 12px;
    margin-top: 9px;
}

.project-modal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.team-modal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.job-modal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: unset;
}

.team-modal .select2-container--default .select2-selection--multiple .select2-selection__choice,
.project-modal .select2-container--default .select2-selection--multiple .select2-selection__choice,
.job-modal .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-left: 0px;
}

#editProjectForm .select2-container--default .select2-selection--single .select2-selection__rendered,
.project-modal .select2-container--default .select2-selection--single .select2-selection__rendered,
.job-modal .select2-container--default .select2-selection--single .select2-selection__rendered,
.salary_page_modal .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.total_collection_headng {
    padding: 11px 16px;
    border-bottom: 1px solid #D0D7DE;
}

.total_collection_headng h4 {
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    color: #130F26;
}

.expense_table table th {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #636C76;
}

.expense_table table td {
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    color: #232323;
}

.expense_table table td .text-danger,
.expense_table table td .text-success {
    background: #FCE4E4;
    padding: 6px 9px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 23px;
}

.expense_table table td .text-success {
    background-color: #DDF6E8;
}

/* admin dashboard css start */
.admin_dashboard_info_box {
    border-radius: 10px;
    padding: 15px 15px;
}

.admin_dashboard_info_box.red_box {
    background-color: #FFE2E5;
    border: 1px solid #FFC8CD;
}

.admin_dashboard_info_box.green_box {
    background-color: #DCFCE7;
    border: 1px solid #93E1AE;
}

.admin_dashboard_info_box.orange_box {
    background-color: #FFF4DE;
    border: 1px solid #FFDE9B;
}

.admin_dashboard_info_box.purple_box {
    background-color: #F3E8FF;
    border: 1px solid #E5CDFF;
}

.admin_dashboard_info_box .icon_box {
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

.admin_dashboard_info_box.red_box .icon_box {
    background-color: #FA5A7D;
}

.admin_dashboard_info_box.green_box .icon_box {
    background-color: #3CD856;
}

.admin_dashboard_info_box.orange_box .icon_box {
    background-color: #FF947A;
}

.admin_dashboard_info_box.purple_box .icon_box {
    background-color: #BF83FF;
}

.admin_dashboard_info_box h6 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #444444;
}

.admin_dashboard_info_box p {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #444444;
}

.admin_dashboard_top {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.admin_dashboard_info_box {
    width: 100%;
}

.chart-container .chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.chart-container .chart-header h3 {
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    color: #292929;
}
.chart-container .chart-header h3 span{
    
}
.chart-container .dropdown select {
    border-radius: 8px;
    border: 0.6px solid #D4D4D4;
    padding: 6px 10px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #2B30348C;
}

.chart-container .dropdown select:focus {
    box-shadow: none;
}

.chart-container {
    background: #fff;
    border-radius: 10px;
    width: -webkit-fill-available;
    border: 1px solid #EBEBEB;
    padding: 20px 22px;
}

.chart-container .apexcharts-toolbar {
    display: none;
}
.dashboard_chart_table{
    overflow: hidden;
    position: relative;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
}
.dashboard_chart_table td, .dashboard_chart_table th{
    padding: 10px 15px;
}

/* admin dashboard css end */

/* role page css start */
.role_top_boxes .admin_dashboard_info_box h6 {
    font-size: 20px;
}

.role_top_boxes .admin_dashboard_info_box p {
    font-size: 14px;
}

.admin_dashboard_info_box .edit_icon {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
}

.admin_dashboard_info_box.purple_box .edit_icon {
    border: 1px solid #E5CDFF;
}

.admin_dashboard_info_box.orange_box .edit_icon {
    border: 1px solid #FFDE9B;
}

.admin_dashboard_info_box.green_box .edit_icon {
    border: 1px solid #93E1AE;
}

.admin_dashboard_info_box.red_box .edit_icon {
    border: 1px solid #FFC8CD;
}

.add_new_role_box {
    background: #F0F0F0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 18px 15px;
}

.green_btn {
    background: #94C120;
    border: none;
    padding: 6px 13px;
    border-radius: 5px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: -0.01em;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}

.addNewRoleModal .modal-dialog {
    max-width: 800px;
}

.addNewRoleModal h1 {
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #1E1E1E;
}

.addNewRoleModal .role_name_search_bar {
    margin: 0px 30px;
}

.addNewRoleModal .role_name_search_bar input {
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    padding: 11px 15px;
    padding-left: 40px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #9A9A9A;
}

.addNewRoleModal .role_name_search_bar .search_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    display: flex
}

.role_permission_body {
    padding: 0px 15px;
}

.role_permission_body label {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    color: #4F4F4F;
}

.role_permission_body input {
    height: 18px;
    width: 18px;
    border: 2px solid #00000020;
    border-radius: 4px;
}

.role_permission_body input:checked {
    background-color: #30C1FD;
    border-color: #30C1FD;
}

.role_permission_body input:focus {
    box-shadow: none;
}

.addNewRoleModal button.Submit_btn {
    padding: 10px 20px;
    border-radius: 5px;
}

.dashboard_content_header h2 {
    font-size: 20px;
    color: #333333;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.dashboard_content_header {
    padding: 10px 10px;
    border-bottom: 1px solid #23232323;
}

.add_permission button {
    border: 1px solid #0000001A;
    background: #30C1FD;
    border-radius: 4px;
    padding: 10px 19px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}

.section_user_permission h2 {
    font-size: 18px;
    color: #333333;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

/* role page css end */

.badge {
    font-size: 0.75rem;
    padding: 0.25em 0.6em;
    font-weight: 600;
}

.btn.position-relative {
    z-index: 1;
}

/* .notifications-dropdown button:focus, .notifications-dropdown button:active{
    outline: none;
    border: 1px solid transparent!important;
}

.notification_pill {
    height: 20px;
    width: 20px;
    font-size: 10px;
    display: flex;
    padding: 0px;
    align-items: center;
    justify-content: center;
} */

.description_popover_text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.description_popover_container .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #ccc;
    color: #006080;
}

.description_popover_container .tooltip_outer .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 200px;
    background-color: #fff;
    color: #000;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    left: 80px;
    top: -10px;
}

.description_popover_container .tooltip_outer .tooltiptext p {
    max-height: 100px;
    overflow: auto;
    padding: 0px 5px;
}

.description_popover_container .tooltip_outer:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.description_popover_container .tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: -11px;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    transform: translateY(50%);
}

button.btn.btn-secondary.cancel_btn {
    font-size: 18px;
    padding: 8px 19px;
    border-radius: 10px;
    font-family: 'gothamblack';
}

.employee_list_outer {
    box-shadow: 0px 0px 4px 0px #0000001A;
    background-color: #fff;
    border-radius: 10px;
}

.employee_list_heading {
    padding: 19px 30px;
    border-bottom: 1px solid #23232333;
}

.employee_list_heading h5 span {
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 4.55px 0px #00000026;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.employee_detail {
    padding: 20px 32px;
    border-bottom: 1px solid #23232333;
}

.employee_detail_content .employee_detail_img img {
    width: 99px;
    height: 99px;
    border-radius: 100%;
}

.employee_detail_content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #1F2328;
    margin-bottom: 15px;
}

.employee_detail_content span {
    background: #EAF9FF;
    border-radius: 3px;
    padding: 2px 11px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.4px;
    color: #1F2328;
    box-shadow: 0px 0px 4px 0px #0000001A;
    border: 1px solid #0000000D;
}


.employee_detail_inner .employee_data h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: #1F2328;
    opacity: 0.5;
    width: 100%;
    max-width: 285px;
}

.employee_detail_inner .employee_data h6 {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    color: #1F2328;
}

.employee_detail_inner .employee_data span {
    border: 1px solid #30C1FD;
    border-radius: 30px;
    padding: 5px 8px;
    font-size: 14px;
    font-weight: 500;
    color: #30C1FD;
}

.employee_project_table {
    margin: 0px 23px 20px;
    border: 1px solid #0000001A;
    box-shadow: 0px 0px 4px 0px #0000001A;
    border-radius: 0px 0px 10px 10px;
    border-top: none;
}

.employee_project_table_hed {
    padding: 19px 19px;
    margin: 20px 23px 0px;
    border: 1px solid #0000001A;
    border-bottom: none;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 0px 4px 0px #0000001F;
}

.employee_project_table_inner th {
    border-bottom: none;
    padding: 17px 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: #1F2328;
}

.employee_project_table_inner td {
    border-bottom: 1px solid #23232333;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #1F2328;
}

.employee_project_table_inner tr:last-child td {
    border-bottom: none;
}

.project_description {
    width: 100%;
    max-width: 270px;
    margin-left: auto;
}

.quick_links {
    padding: 20px 23px;
}

.quick_links h6 {
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    color: #1F2328;
    margin-bottom: 22px;
}

.quick_links .quick_links_box {
    height: 44px;
    width: 44px;
    border-radius: 4px;
    background-color: #EAF9FF;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #30C1FD;
    box-shadow: 0px 2.98px 5.96px 0px #00000040;
}

.birthday-profile-pic img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.mood-tracker-card {
    background: #fff;
    border-radius: 15px;
    padding: 1.5rem;
    height: 100%;
}

.mood-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

.mood-date {
    font-size: 0.9rem;
    color: #6c757d;
}

.mood-selection-container {
    text-align: center;
}

.mood-prompt {
    font-size: 1.1rem;
    color: #344767;
}

.mood-options {
    gap: 0.5rem;
}

.mood-btn {
    background: none;
    border: 2px solid #eee;
    border-radius: 12px;
    padding: 0.75rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    flex: 1;
}

.mood-btn:hover {
    border-color: #5e72e4;
    background: #f8f9fe;
}

.mood-btn.active {
    border-color: #5e72e4;
    background: #5e72e4;
    color: white;
}

.mood-emoji {
    font-size: 1.5rem;
}

.mood-label {
    font-size: 0.8rem;
    font-weight: 500;
}

.high-five-section {
    border-top: 1px solid #eee;
    padding-top: 1.5rem;
    margin-top: 1rem;
}

.high-fives-feed {
    max-height: 300px;
    overflow-y: auto;
}

.high-five-card {
    padding: 1rem;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.high-five-content {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.high-five-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.high-five-text {
    font-size: 0.9rem;
}

.high-five-message {
    color: #6c757d;
    margin: 0.25rem 0 0 0;
    font-size: 0.85rem;
}

.high-five-time {
    font-size: 0.75rem;
    color: #adb5bd;
}

/* Custom scrollbar for high-fives feed */
.high-fives-feed::-webkit-scrollbar {
    width: 5px;
}

.high-fives-feed::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.high-fives-feed::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.high-fives-feed::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Team Mood Bulletin Styles */
.team-mood-bulletin {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1rem;
}

.bulletin-header {
    padding-bottom: 0.5rem;
}

.bulletin-refresh {
    cursor: pointer;
    color: #6c757d;
    transition: transform 0.3s ease;
}

.bulletin-refresh:hover {
    color: #5e72e4;
}

.mood-bulletin-container {
    background: white;
    border-radius: 8px;
    padding: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.mood-bulletin-scroll {
    max-height: 200px;
    overflow-y: auto;
}

.mood-update {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    border-bottom: 1px solid #eee;
    transition: background-color 0.3s ease;
}

.mood-update:last-child {
    border-bottom: none;
}

.mood-update:hover {
    background-color: #f8f9fe;
}

.mood-update-content {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.mood-user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.mood-update-text {
    font-size: 0.9rem;
    color: #344767;
}

.mood-time {
    font-size: 0.75rem;
    color: #6c757d;
}

/* Custom scrollbar for mood bulletin */
.mood-bulletin-scroll::-webkit-scrollbar {
    width: 4px;
}

.mood-bulletin-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.mood-bulletin-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.mood-bulletin-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Animation for new mood updates */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

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

.mood-update {
    animation: slideIn 0.3s ease-out;
}

/* Simplified All High-Fives Modal Styles */
#allHighFivesModal .modal-content {
    border-radius: 15px;
    border: none;
}

.high-fives-dashboard {
    padding: 0.5rem;
}

.high-fives-list {
    padding: 0.5rem;
}

.high-fives-scroll {
    max-height: 400px;
    overflow-y: auto;
}

.high-five-item {
    padding: 1rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #eee;
}

.high-five-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.sender-info {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.sender-details {
    flex: 1;
}

.high-five-message {
    color: #6c757d;
    margin: 0.25rem 0 0 0;
    font-size: 0.85rem;
}

.high-five-time {
    font-size: 0.75rem;
    color: #adb5bd;
}

/* Custom scrollbar for high-fives list */
.high-fives-scroll::-webkit-scrollbar {
    width: 4px;
}

.high-fives-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.high-fives-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.high-fives-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.select-search-container {
    position: relative;
}

.team-members-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.team-member-option {
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.team-member-option:hover {
    background-color: #f8f9fa;
}

.team-member-option img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.no-results {
    padding: 8px 12px;
    color: #6c757d;
    text-align: center;
}

.mood-bulletin-scroll {
    height: 400px;
    overflow-y: auto;
    padding-right: 10px;
}

.mood-update {
    padding: 12px;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}

.mood-update:hover {
    background-color: #f8f9fa;
}

.mood-update:last-child {
    border-bottom: none;
}

.mood-user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
}

.mood-update-content {
    display: flex;
    align-items: center;
}

.mood-time {
    font-size: 0.85rem;
    color: #6c757d;
    display: block;
    margin-top: 4px;
    margin-left: 52px;
}

.no-moods-message {
    color: #6c757d;
}

.no-moods-message i {
    color: #adb5bd;
}

/* Custom scrollbar */
.mood-bulletin-scroll::-webkit-scrollbar {
    width: 6px;
}

.mood-bulletin-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.mood-bulletin-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.mood-bulletin-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.project-card {
    transition: all 0.3s ease;
}

.btn-outline-secondary {
    border-color: #d0d7de;
    color: #586069;
    padding: 0.375rem 0.75rem;
}

.btn-outline-secondary:hover {
    background-color: #f6f8fa;
    border-color: #d0d7de;
    color: #24292e;
}

.btn-outline-secondary:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.fas {
    font-size: 12px;
}

/* Add consistent gap between sections */
.row.g-2>[class*="col-"] {
    margin-bottom: 1rem;
}

.loader_container {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    background: #0202022b;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    font-weight: 700;
}

.loader_container .spinner-border {
    width: 50px;
    height: 50px;
}

/* login css start */
.login_container {
    background-image: url(../images/login-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-container {
    display: flex;
    align-items: center;
}

.login-logo-container {
    position: absolute;
    top: 50px;
    left: 100px;
}

.logo-icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: #3498db;
    margin-right: 10px;
    box-shadow: 0px 4px 4px 0px #0000001A;
}

.logo-text {
    font-family: Lato;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #232323;
    text-shadow: 0px 3px 3px #2323232e;
}

.login_form_inner {
    background-image: url(../images/login-form-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 30px;
    border-radius: 17px;
    margin: 30px 0px;
}

.login_logo {
    height: 62px;
    width: 62px;
    border-radius: 100%;
    box-shadow: 0px 4px 22.2px 0px #0000001A inset;
    background: #FFFFFF;
}

.login_heading {
    margin: 25px 0px;
}

.login_heading h2 {
    color: #000000;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0px;
}

.login_heading p {
    color: #969696;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.login_logo img {
    width: 40px;
}

.login_field input {
    background: #EFF3F6;
    border-radius: 10px;
    padding: 16px 16px 16px 44px;
    color: #999999;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.login_field_icon,
.login_field_eye_icon {
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
}

.login_field_eye_icon {
    left: unset;
    right: 18px;
    cursor: pointer;
}

.forggot_pass_link a {
    color: #30C1FD;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
}

.login_submit_btn {
    background: #30C1FD;
    box-shadow: 0px 4px 8px 0px #0000001A inset;
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 16px 16px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 21.6px;
}

/* login css end */

/* register landing css start */
.register_top_alert {
    background: #30C1FD;
    padding: 11px 10px;
}

.register_top_alert h2 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 18.75px;
}

.register_top_alert h2 a {
    border: 1px solid #FFFFFF80;
    border-radius: 4px;
    padding: 5px 19px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.41px;
}

.alert-cross-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.let_connect_link a,
.wope_sec_btns a.get_in_touch {
    transition: 0.3s;
    background: #30C1FD;
    border: 1px solid #FFFFFF66;
    border-radius: 6px;
    padding: 14px 20px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.2px;
}

.let_connect_link a:hover,
.wope_sec_btns a.get_in_touch:hover {
    background: #FFFFFF;
    border: 1px solid #23232366;
    color: #232323;
}

.register_header {
    padding: 12px 10px;
}

.register_main {
    background-image: url(../images/landing-page-bg.png);
}

.wope_ai_sec {
    background: #EFFAFF;
    margin: 0px 19px;
    border-radius: 13px;
    padding: 90px 10px;
}

.wope_ai_sec_top {
    width: 100%;
    max-width: 600px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.wope_ai_sec h1 {
    color: #232323;
    font-weight: 700;
    font-size: 45px;
    line-height: 70px;
}

.wope_ai_sec p {
    color: #232323;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin: 12px 62px;
}

.wope_sec_btns a {
    background: #D8F4FF;
    border-radius: 10px;
    padding: 14px 24px;
    color: #232323;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
}

.wope_ai_sec::before,
.wope_ai_sec::after {
    content: '';
    background-image: url(../images/left-ellipse.png);
    height: 100%;
    width: 350px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    max-height: 725px;
}

.wope_ai_sec::after {
    background-image: url(../images/right-ellipse.png);
    left: unset;
    right: 0px;
}

.wope_ai_sec .home_heading {
    margin: 50px 0px;
    height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wope_ai_sec .home_heading .text_animation {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.home_heading .text_animation.show {
    opacity: 1;
}

.wope_ai_sec .home_heading h3 {
    color: #232323;
    font-weight: 700;
    font-size: 117.05px;
    line-height: 140.46px;
}

.wope_ai_sec .home_heading h2 {
    color: #232323;
    font-weight: 700;
    font-size: 175.58px;
    line-height: 210.69px;
}

.blinkText {
    transition: color 4s ease-in-out;
    animation: blink 4s step-end infinite;
    color: #232323;
}

@keyframes blink {
    50% {
        color: #30C1FD;
    }
}


.wope_ai_sec .home_heading h1 {
    color: #30C1FD;
    font-weight: 700;
    font-size: 175.58px;
    line-height: 210.69px;
}

.wope_ai_sec .home_heading p {
    color: #232323;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 14%;
}

.register_logo_sec {
    padding: 100px 0px;
}

.register_logo_sec .logo_box img {
    filter: brightness(0.3);
    /* Dark look */
    transition: filter 0.3s ease-in-out;
}

.register_logo_sec .logo_box img:hover {
    filter: brightness(1);
    /* Bright look on hover */
}

.cursor-pointer {
    cursor: pointer;
}

.register_service_sec {
    padding: 20px 0px 70px;
}

.register_service_sec .service_sec_content h4 {
    color: #000000;
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 22px;
}

.register_service_sec .service_sec_content p {
    color: #232323;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 32px;
}

.register_service_sec .service_sec_content li {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    line-height: 55px;
}

.service_sec_content {
    max-width: 560px;
}

.service_sec_img img {
    border-radius: 14px;
    height: 100%;
    width: 440px;
}

.register_now_sec {
    background: #EFFAFF;
    padding: 75px 0px;
}

.register_now_sec::after,
.register_now_sec::before {
    content: '';
    background-image: url(../images/register-left-ellipsis.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    height: 620px;
    width: 221px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    left: 0px;
}

.register_now_sec::before {
    background-image: url(../images/register-bottom-ellipsis.png);
    top: unset;
    bottom: 0px;
    left: unset;
    right: 0px;
    transform: unset;
    width: 520px;
    height: 476px;
}

.register_now_content {
    max-width: 475px;
    z-index: 2;
}

.register_now_content h6 {
    color: #232323;
    font-weight: 700;
    font-size: 20.52px;
    line-height: 24.62px;
    margin-bottom: 10px;
}

.register_now_content h2 {
    color: #232323;
    font-weight: 700;
    font-size: 56.43px;
    line-height: 67.71px;
    margin-bottom: 11px;
}

.register_now_content p {
    color: #000000;
    font-weight: 600;
    font-size: 16.41px;
    line-height: 25.65px;
}

.register_now_content p.get_started_text {
    font-weight: 400;
    line-height: 30.78px;
    text-align: justify;
    margin-top: 25px;
}

.register_now_form {
    border: Mixed solid #FFFFFF66;
    border-radius: 30.66px;
    background: #30C1FD;
    padding: 30px 40px;
    z-index: 2;
}

.register_now_form h4 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 29px;
    line-height: 34.81px;
}

.register_now_form input,
.register_now_form textarea {
    border-radius: 32px;
    border: 1px solid #fff;
    padding: 20px 28px;
    color: #232323;
    font-weight: 400;
    font-size: 14.92px;
    line-height: 22.38px;
}

.register_now_form textarea {
    resize: none;
}

.register_now_form input::placeholder,
.register_now_form textarea::placeholder {
    opacity: 50%;
}

.register_now_form .input-group-text {
    background-color: #DBF4FF;
    border-radius: 0px 32px 32px 0px;
    padding: 21px 38px;
}

.register_now_form .info_text {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14.92px;
    line-height: 22.38px;
    padding-left: 13px;
}

.register_now_form .file-upload {
    display: flex;
    align-items: center;
    border-radius: 32px;
    width: 100%;
    background: #FFFFFF;
}

.register_now_form .file-upload input {
    display: none;
}

.register_now_form .file-upload label {
    background: #DBF4FF;
    padding: 20px 20px;
    border-radius: 32px 0px 0px 32px;
    cursor: pointer;
    margin-right: 10px;
    width: 124px;
}

.register_now_form .file-upload span {
    color: #232323;
    font-weight: 400;
    font-size: 14.92px;
    line-height: 22.38px;
    display: flex;
    gap: 10px;
}

.register-company-btn {
    border: 0.83px solid #FFFFFF66;
    background: #FFFFFF;
    border-radius: 4.97px;
    padding: 14px 22px;
    color: #30C1FD;
    font-weight: 600;
    font-size: 13.26px;
    line-height: 15.91px;
}

.register_footer {
    background: #30C1FD;
    padding: 24px 20px;
}

.register_footer p {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 18.75px;
}

/* register landing css end */

/* tenant css start */
.tenant_header_outer {
    box-shadow: 0px 4px 4px 0px #0000001A;
    padding: 12px 10px;
}

.tenant_header_outer h2 {
    color: #232323;
    font-weight: 700;
    font-size: 25px;
}

.tenant_header_outer a {
    text-decoration: none;
    color: #232323;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.2px;
    padding: 3px 10px;
}

.tenant_header_outer .log_out_btn {
    background-color: #30C1FD;
    border: 1px solid #FFFFFF66;
    color: #fff;
    padding: 14px 40px;
    border-radius: 6px;
}

.tenant_info_sec {
    padding: 20px 0px;
}

.tenant_info_sec h3 {
    color: #232323;
    font-weight: 700;
    font-size: 20px;
    line-height: 68px;
    margin-bottom: 20px;
}

.tenant_info {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px #23232340;
    border-radius: 15px;
    padding: 35px 15px;
}

.tenant_info h4 {
    color: #232323;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.tenant_info .nav-tabs {
    border-bottom: 1px solid #23232333;
    padding: 25px 0px;
    gap: 45px;
}

.tenant_info .nav-tabs .nav-link {
    border: none;
    color: #232323;
    font-weight: 400;
    font-size: 15px;
    padding: 9px 2px;
    border-bottom: 2px solid #fff;
}

.tenant_info .nav-tabs .nav-link span {
    height: 24px;
    width: 24px;
    background-color: #232323;
    border-radius: 5px;
}

.tenant_info .nav-tabs .nav-link.active span {
    background-color: #30C1FD;
}

.tenant_info .nav-tabs .nav-link.register_user_tab.active span {
    background-color: #E3000B;
}

.tenant_info .nav-tabs .nav-link.admin_site_tab.active span {
    background-color: #794FEB;
}

.tenant_info .nav-tabs .nav-link.active {
    border-bottom: 2px solid #30C1FD;
    font-weight: 700;
}

.tenant_info .nav-tabs .nav-link.register_user_tab.active {
    border-bottom: 2px solid #E3000B;
}

.tenant_info .nav-tabs .nav-link.admin_site_tab.active {
    border-bottom: 2px solid #794FEB;
}

.tenant_info .tab-content {
    padding: 25px 0px;
}

.tenant_box_btns {
    gap: 30px;
}

.tenant_box_btns a {
    box-shadow: 0px 4px 4px 0px #0000002E;
    background: #30C1FD;
    border-radius: 10px;
    padding: 14px 25px;
    border: none;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    text-decoration: none;
    width: max-content;
}

.tenant_modal .modal-dialog {
    max-width: 665px;
}

.tenant_modal .modal-header {
    background-color: #30C1FD;
    padding: 25px 33px;
}

.tenant_modal .modal-header h4 {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
}

.tenant_modal .modal-body {
    padding: 16px 33px;
}

.tenant_modal p.form-info {
    color: #232323;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 40px;
}

.tenant_modal p.form-info span,
.tenant_modal form label span {
    color: #E3000B;
}

.tenant_modal form label {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}

.tenant_modal form input {
    background: #F2FBFF;
    border: 1px solid #0000001A;
    border-radius: 5px;
    padding: 8px 8px;
}

.tenant_modal form input:focus {
    background: #F2FBFF;
}

.tenant_modal form input[type=file] {
    background-color: transparent;
    padding: 0px;
}

.tenant_modal form .form-control::file-selector-button {
    background: #DDF1FA;
    padding: 17px 18px;
    margin-left: 0px;
}

.tenant_modal .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #b5e6fc;
}

.tenant_modal .form-control[type=file]:not(:disabled):not([readonly]) {
    color: #23232380;
}

.tenant_modal .modal-footer {
    gap: 15px;
    padding: 25px 33px;
}

.tenant_modal .modal-footer button {
    border-radius: 10px;
    padding: 14px 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    background-color: #A7A7A7;
    color: #ffffff;
    border: none;
    box-shadow: 0px 4px 4px 0px #0000001A;
}

.tenant_modal .modal-footer button.create-tenant-btn {
    background-color: #30C1FD;
}

.tenant_list_sec .tenant_list_heading h2 {
    color: #232323;
    font-weight: 700;
    font-size: 25px;
    line-height: 68px;
    margin-bottom: 20px;
}

.tenant-card {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px #23232340;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.tenant-card .tenant_card_header {
    background: #D7F3FF;
    padding: 10px 20px;
    border-radius: 10px 10px 0px 0px;
    gap: 13px;
}

.tenant_card_header h5 {
    color: #232323;
    font-weight: 700;
    font-size: 16px;
}

.tenant-card .tenant-image {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
    background-color: #FFFFFF;
}

.tenant-card .tenant-image span {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
}

.tenant-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.tenant_card_body {
    padding: 20px 30px 0px;
}

.tenant_card_body p {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    padding: 15px 15px;
}

.tenant_card_btns {
    border-top: 1px solid #2323231A;
    padding: 26px 0px 15px;
    gap: 13px;
}

.tenant_card_btns .tenant_bottom_btns {
    padding: 7px 12px;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    background-color: #30C1FD;
    text-decoration: none;
}

.tenant_card_btns .delete_btn {
    background-color: #E3000B;
}

/* Flash Announcement Styles - Compact Version */
.flash-announcement-container {
    width: 100%;
    margin-bottom: 15px;
    animation: slideDown 0.5s ease-out;
}

/* Compact version */
.flash-announcement-container.compact {
    margin-bottom: 10px;
}

.flash-announcement {
    background: linear-gradient(135deg, #e1f6ff 0%, #d8f3ff 100%);
    border-left: 4px solid #30C1FD;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    padding: 12px 16px;
    position: relative;
    transition: all 0.3s ease;
}

.compact .flash-announcement {
    padding: 8px 12px;
}

.flash-announcement:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.flash-icon {
    background-color: #30C1FD;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.compact .flash-icon {
    width: 28px;
    height: 28px;
}

.flash-icon i {
    font-size: 14px;
}

.flash-message {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #1f2328;
    flex-grow: 1;
    line-height: 1.3;
}

.flash-message strong {
    font-weight: 700;
}

.flash-action {
    color: #30C1FD;
    font-weight: 600;
    text-decoration: none;
    margin-left: 5px;
    transition: color 0.2s;
}

.flash-action:hover {
    color: #179dd5;
    text-decoration: underline;
}

.flash-close {
    background: transparent;
    border: none;
    color: #636C76;
    cursor: pointer;
    font-size: 14px;
    padding: 5px;
    margin-left: 10px;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.flash-close:hover {
    opacity: 1;
}

/* Animation for the announcement */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

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

/* Variations for different types of announcements */
.flash-announcement.birthday {
    border-left-color: #FF6B8A;
}

.flash-announcement.birthday .flash-icon {
    background-color: #FF6B8A;
}

.flash-announcement.announcement {
    border-left-color: #94C120;
}

.flash-announcement.announcement .flash-icon {
    background-color: #94C120;
}

.flash-announcement.alert {
    border-left-color: #F68F94;
}

.flash-announcement.alert .flash-icon {
    background-color: #F68F94;
}

/* Flash Announcement Styles - Floating Version */
.flash-announcement-container {
    width: 100%;
    margin-bottom: 15px;
    animation: slideDown 0.5s ease-out;
}

/* Floating version */
.flash-announcement-container.floating {
    position: fixed;
    z-index: 1050;
    top: 20px;
    right: 20px;
    width: 350px;
    max-width: 90%;
    left: auto;
    /* Ensure it's not affected by any left positioning */
    transform: none;
    /* Remove any centering transform */
    animation: fadeInRight 0.5s ease-out;
    /* Use a new animation */
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
        /* Slide in from slightly further right */
    }

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

.flash-announcement {
    background: linear-gradient(135deg, #e1f6ff 0%, #d8f3ff 100%);
    border-left: 4px solid #30C1FD;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 12px 16px;
    position: relative;
    transition: all 0.3s ease;
}

.floating .flash-announcement {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.flash-announcement:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.floating .flash-announcement:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.flash-icon {
    background-color: #30C1FD;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.flash-icon i {
    font-size: 14px;
}

.flash-message {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #1f2328;
    flex-grow: 1;
    line-height: 1.3;
}

.flash-message strong {
    font-weight: 700;
}

.flash-action {
    color: #30C1FD;
    font-weight: 600;
    text-decoration: none;
    margin-left: 5px;
    transition: color 0.2s;
}

.flash-action:hover {
    color: #179dd5;
    text-decoration: underline;
}

.flash-close {
    background: transparent;
    border: none;
    color: #636C76;
    cursor: pointer;
    font-size: 14px;
    padding: 5px;
    margin-left: 10px;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.flash-close:hover {
    opacity: 1;
}

/* Variations for different types of announcements */
.flash-announcement.birthday {
    border-left-color: #FF6B8A;
}

.flash-announcement.birthday .flash-icon {
    background-color: #FF6B8A;
}

.flash-announcement.announcement {
    border-left-color: #94C120;
}

.flash-announcement.announcement .flash-icon {
    background-color: #94C120;
}

.flash-announcement.alert {
    border-left-color: #F68F94;
}

.flash-announcement.alert .flash-icon {
    background-color: #F68F94;
}

/* Bug Report Link Styles */
.bug_report_link {
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: relative;
}

.bug_report_link:hover {
    background-color: rgba(255, 82, 82, 0.1);
    transform: scale(1.1);
}

.bug_report_link svg {
    transition: all 0.3s ease;
}

.bug_report_link:hover svg path {
    fill: #ff3333;
}

/* Bug Report Modal Styles */
#bugReportModal .modal-content {
    border-radius: 16px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

#bugReportModal .modal-header {
    padding: 20px 24px 0;
}

#bugReportModal .modal-title {
    font-weight: 700;
    font-size: 22px;
    color: #333;
}

#bugReportModal .modal-body {
    padding: 20px 24px 24px;
}

/* Report Option Tabs */
.report-option-tabs .nav-pills {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 4px;
    gap: 4px;
}

.report-option-tabs .nav-link {
    border-radius: 8px;
    padding: 12px 16px;
    font-weight: 500;
    color: #555;
    transition: all 0.2s ease;
    border: none;
}

.report-option-tabs .nav-link:hover {
    background-color: rgba(48, 193, 253, 0.1);
}

.report-option-tabs .nav-link.active {
    background-color: #30C1FD;
    color: white;
    box-shadow: 0 4px 8px rgba(48, 193, 253, 0.2);
}

/* Form Styles */
#bugReportModal .form-label {
    font-weight: 600;
    font-size: 14px;
    color: #444;
    margin-bottom: 6px;
}

#bugReportModal .form-control,
#bugReportModal .form-select {
    border-radius: 8px;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    transition: all 0.2s ease;
}

#bugReportModal .form-control:focus,
#bugReportModal .form-select:focus {
    border-color: #30C1FD;
    box-shadow: 0 0 0 3px rgba(48, 193, 253, 0.15);
}

#bugReportModal textarea.form-control {
    resize: none;
}

/* Attachment Upload Area */
.attachment-upload-area {
    position: relative;
    border: 2px dashed #ddd;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.2s ease;
    background-color: #f9f9f9;
    cursor: pointer;
}

.attachment-upload-area:hover {
    border-color: #30C1FD;
    background-color: rgba(48, 193, 253, 0.05);
}

.attachment-upload-area input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-placeholder {
    pointer-events: none;
}

.upload-placeholder i {
    font-size: 32px;
    color: #aaa;
    margin-bottom: 10px;
}

.upload-placeholder p {
    margin-bottom: 5px;
    font-weight: 500;
    color: #666;
}

/* Submit Button */
.report-submit-btn {
    background-color: #30C1FD;
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.report-submit-btn:hover {
    background-color: #1aa8e0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(48, 193, 253, 0.3);
}

/* Animation for tab transitions */
.tab-pane {
    transition: all 0.3s ease;
}

.tab-pane.fade {
    transform: translateY(10px);
    opacity: 0;
}

.tab-pane.show {
    transform: translateY(0);
    opacity: 1;
}

.employee-item label {
    border: 1px solid #D0D7DE;
    padding: 7px 10px;
    background-color: #ffffff;
    border-radius: 4px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    width: 100%;
}

.employee-item .form-check-input {
    float: none;
}

.employee-item label:has(.form-check-input:checked) {
    background-color: #e5f5ff;
}

.employee-item h5 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.birthday_card_detail_outer,
.upcoming_holidays_outer {
    max-height: 290px;
    overflow: auto;
    margin-top: 10px;
}

.birthday_card_detail_outer .birthday_card_detail img {
    width: 40px;
    height: 40px;
}

.birthday_card_detail_inner,
.holiday_detail_inner {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.upcoming_holidays_outer h5 {
    font-size: 16px;
    line-height: 16px;
}
.main_content .header_chat_icon{
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:11px;
    border: none;
}
.header_chat_icon_img{
    position: relative;
    z-index: 1;
}
.main_content .header_chat_icon_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Responsive adjustments */
@media (max-width: 576px) {
    #bugReportModal .modal-dialog {
        margin: 0.5rem;
    }

    .report-option-tabs .nav-link {
        padding: 8px 12px;
        font-size: 14px;
    }

    .report-option-tabs .nav-link i {
        margin-right: 0 !important;
    }

    #bugReportModal .modal-title {
        font-size: 18px;
    }
}

/* Mood GIF Container Styles */
.mood-gif-container {
    transition: all 0.3s ease-in-out;
}

.mood-gif-container .card {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: none;
}

.mood-gif-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    background-color: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
}

.mood-gif-title {
    font-weight: 600;
    color: #333;
}

#mood-prompt-text {
    color: #333;
}

#selected-mood-text {
    text-transform: capitalize;
    font-weight: 700;
    color: #007bff;
}

.mood-gif-caption {
    font-size: 0.9rem;
}

/* Animation for GIF container */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

.mood-gif-container {
    animation: fadeIn 0.5s ease-out;
}

/* Circular High-Five Button */
.mood-stats .btn-outline-success.rounded-circle {
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.mood-stats .btn-outline-success.rounded-circle:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(40, 167, 69, 0.3);
}

.mood-stats .btn-outline-success.rounded-circle i {
    font-size: 16px;
}


.support_ticket_outer .teams_tabs .nav-tabs {
    padding: 0px 40px;
}

.cancel_dlt_modal_btn {
    padding: 10px 17px;
    border-radius: 10px;
    font-size: 18px;
    font-family: 'gothamblack';
}

/* Ticket Detail Page Styles */


.ticket-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 16px;
    border-bottom: 1px solid #D0D7DE;
}

.ticket-id-badge {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02rem;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.back-btn {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
    border-radius: 6px;
}

.back-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateX(-3px);
}

.back-btn i {
    margin-right: 0.5rem;
}

.ticket-body {
    background-color: #f8f9fa;
}

.ticket-info-card {
    height: 100%;
    border: 1px solid #D0D7DE;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
    background-color: #fff;
}

.ticket-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.ticket-info-header {
    background: linear-gradient(to right, #f6f9fc, #f1f3f9);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1rem 1.25rem;
    font-weight: 600;
    color: #4a5568;
}


.ticket-info-body {
    padding: 15px 20px;
}

.ticket-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1.25rem;
    line-height: 1.4;
}



.ticket-meta-label {
    font-weight: 600;
    color: #2B3034;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 0.9rem;
}

.status-new {
    background-color: #ebf8ff;
    color: #3182ce;
    border: 1px solid #bee3f8;
}

.status-closed {
    background-color: #ffebeb;
    color: #d52525;
    border: 1px solid #ff8282;
}

.status-in-progress {
    background-color: #fffaf0;
    color: #dd6b20;
    border: 1px solid #feebc8;
}

.status-resolved {
    background-color: #f0fff4;
    color: #38a169;
    border: 1px solid #c6f6d5;
}

.status-implemented {
    background-color: #e6fffa;
    color: #319795;
    border: 1px solid #b2f5ea;
}

.priority-high {
    background-color: #fff5f5;
    color: #e53e3e;
    border: 1px solid #fed7d7;
}

.priority-medium {
    background-color: #fffaf0;
    color: #dd6b20;
    border: 1px solid #feebc8;
}

.priority-low {
    background-color: #e6fffa;
    color: #319795;
    border: 1px solid #b2f5ea;
}



.comment-box {
    border-radius: 12px;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
    padding: 1.25rem;
    border: 1px solid #e2e8f0;
}

.comment-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}


.commenter-avatar img,
.commenter-avatar div {
    width: 50px !important;
    height: 50px !important;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.commenter-avatar div {
    font-weight: 700;
    font-size: 1.2rem;
}

.comment-content {
    padding-left: 0.75rem;
}

.comment-user {
    font-size: 1.1rem;
    color: #2d3748;
    font-weight: 700;
}

.comment-badge {
    font-size: 20px;
}

.comment-time {
    font-size: 0.8rem;
    color: #a0aec0;
    font-weight: 500;
}


.no-comments-alert {
    background-color: #E1F6FF;
    border: 1px solid #30C1FD;
    color: #3182ce;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.no-comments-alert i {
    font-size: 1.25rem;
    margin-right: 0.75rem;
    color: #3182ce;
}




/* Responsive adjustments */
@media (max-width: 768px) {
    .ticket-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .back-btn {
        margin-top: 1rem;
        align-self: flex-start;
    }

    .ticket-title {
        font-size: 1.25rem;
    }
}

/* Animation effects */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

.ticket-info-card,
.comments-section {
    animation: fadeInUp 0.5s ease-out forwards;
}

.comment-box {
    animation: fadeInUp 0.3s ease-out forwards;
    animation-delay: calc(0.1s * var(--animation-order, 0));
}

/* Professional Ticket Detail Interface Styles */
.ticket-detail-container {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 2rem;
    border: none;
    position: relative;
}

.ticket-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}


.ticket-id-badge {
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    color: #130F26;
}

.ticket-id-badge i {
    margin-right: 0.75rem;
    font-size: 1.125rem;
}

.ticket-detail-container .back-btn {
    color: #333;
    border: none;
    font-weight: 500;
    padding: 0.625rem 1.25rem;
    transition: all 0.25s ease;
    border-radius: 4px;
    letter-spacing: 0.01rem;
    font-size: 0.875rem;
    backdrop-filter: blur(10px);
    text-decoration: none;
    border: 1px solid #dee2e6;
}

.back-btn:hover {
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateX(-3px);
}

.back-btn i {
    margin-right: 0.5rem;
    transition: transform 0.2s ease;
}

.back-btn:hover i {
    transform: translateX(-3px);
}

.ticket-body {
    padding: 20px 20px;
    background-color: #fafbfc;
}

.ticket-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
}

.ticket-info-header {
    background: #fff;
    border-bottom: 1px solid #D0D7DE;
    padding: 20px 20px;
    font-weight: 600;
    color: #4a5568;
    display: flex;
    align-items: center;
}

.ticket-info-header h6 {
    font-size: 16px;
    margin: 0;
    text-transform: none;
    letter-spacing: 0.025rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #333333;
}

.ticket-info-header h6 i {
    margin-right: 0.625rem;
    font-size: 1rem;
    opacity: 0.85;
}

.ticket-title {
    font-size: 1.375rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1.25rem;
    line-height: 1.4;
    position: relative;
    padding-bottom: 0.875rem;
}

.ticket-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #088ac0, #30c1fd);
    border-radius: 3px;
}

.ticket-description {
    color: #4a5568;
    line-height: 1.7;
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #00000021;
    padding-bottom: 10px;
}

.ticket-meta-section {
    margin-bottom: 14px;
    position: relative;
}

.ticket-meta-section:last-child {
    margin-bottom: 0;
}

.ticket-meta-value {
    color: #606f7b;
    font-size: 0.95rem;
    font-weight: 400;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #00000021;
    padding-bottom: 10px;
}

.ticket-meta-value i {
    color: #8795a1;
    margin-right: 0.5rem;
    width: 16px;
    text-align: center;
}

.ticket-status-badge {
    padding: 5px 13px;
    font-weight: 600;
    letter-spacing: 0.01rem;
    font-size: 0.8125rem;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

.ticket-status-badge i {
    margin-right: 0.5rem;
    font-size: 0.875rem;
}

.status-in-progress {
    background-color: #fff8f1;
    color: #dd6b20;
    border: 1px solid rgba(221, 107, 32, 0.2);
}

.status-resolved {
    background-color: #f0fff4;
    color: #38a169;
    border: 1px solid rgba(56, 161, 105, 0.2);
}

.status-implemented {
    background-color: #e6fffa;
    color: #319795;
    border: 1px solid rgba(49, 151, 149, 0.2);
}

.priority-high {
    background-color: #fff5f5;
    color: #e53e3e;
    border: 1px solid rgba(229, 62, 62, 0.2);
}

.priority-medium {
    background-color: #fffaf0;
    color: #dd6b20;
    border: 1px solid rgba(221, 107, 32, 0.2);
}

.priority-low {
    background-color: #e6fffa;
    color: #319795;
    border: 1px solid rgba(49, 151, 149, 0.2);
}

.ticket-attachment-btn {
    transition: all 0.25s ease;
    border-radius: 5px;
    font-weight: 500;
    padding: 12px 25px;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    background-color: #30C1FD;
    color: #ffffff;
    border: none;
    text-decoration: none;
}

.ticket-attachment-btn:hover {
    background-color: #11b9ff;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(62, 78, 184, 0.25);
}

.ticket-attachment-btn i {
    margin-right: 0.5rem;
}

/* Comments section styling */
.comments-section {
    border: 1px solid #D0D7DE;
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    background-color: #fff;
    margin-top: 2rem;
}

.comments-header {
    background: #fff;
    padding: 20px 20px;
    border-bottom: 1px solid #D0D7DE;
    font-weight: 600;
    color: #4a5568;
    display: flex;
    align-items: center;
}

.comments-header h6 {
    font-size: 16px;
    margin: 0;
    text-transform: none;
    letter-spacing: 0.025rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #333333;
}

.comments-header h6 i {
    margin-right: 0.625rem;
    font-size: 1rem;
    opacity: 0.85;
}

.comments-body {
    padding: 15px 20px;
}

.comment-container {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 1.5rem;
}

.comment-box {
    border-radius: 6px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    margin-bottom: 10px;
    padding: 1.25rem;
    border: 1px solid #edf2f7;
    background-color: #f8fafc;
}

.comment-box:last-child {
    margin-bottom: 0;
}

.comment-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.user-comment {
    background-color: #ebf8ff;
    border: 1px solid #30C1FD;
}

.commenter-avatar {
    flex-shrink: 0;
}

.commenter-avatar img,
.commenter-avatar div {
    width: 46px !important;
    height: 46px !important;
    border: 2px solid #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
}

.comment-box:hover .commenter-avatar img,
.comment-box:hover .commenter-avatar div {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.commenter-avatar div {
    font-weight: 600;
    font-size: 1rem;
}

.comment-content {
    padding-left: 1rem;
}

.comment-user {
    font-size: 1rem;
    color: #2d3748;
    font-weight: 600;
}


.comment-time {
    font-size: 0.8125rem;
    color: #a0aec0;
    font-weight: 400;
}

.comment-time i {
    font-size: 0.75rem;
    margin-right: 0.25rem;
}

.comment-text {
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.6;
}


.comment-form label {
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 0.75rem;
    display: block;
    font-size: 0.95rem;
}

.comment-textarea {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    transition: all 0.25s ease;
    resize: none;
    padding: 12px 16px;
    min-height: 150px !important;
    font-weight: 400;
    font-size: 14px;
    color: #9A9A9A;
}

.comment-textarea:focus {
    border-color: #30C1FD;
    box-shadow: none;
    outline: none;
}

.comment-textarea::placeholder {
    color: #a0aec0;
}

.submit-comment-btn {
    transition: all 0.25s ease;
    border-radius: 5px;
    font-weight: 500;
    padding: 12px 25px;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    background-color: #30C1FD;
    color: #ffffff;
    border: none;
    text-decoration: none;
}

.submit-comment-btn:hover {
    background: #11b9ff;
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(62, 78, 184, 0.25);
}

.submit-comment-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 8px rgba(62, 78, 184, 0.15);
}

.submit-comment-btn i {
    margin-right: 0.5rem;
    font-size: 0.875rem;
}

/* Custom scrollbar styling */
.comment-container::-webkit-scrollbar {
    width: 6px;
}

.comment-container::-webkit-scrollbar-track {
    background: #f7fafc;
    border-radius: 10px;
}

.comment-container::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 10px;
}

.comment-container::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}

.notifications-dropdown-menu {
    width: 380px;
    max-width: 90vw;
    margin-top: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.5rem;
}

.sidebar .nav-link img {
    width: 18px;
    height: 18px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .ticket-body {
        padding: 1.5rem;
    }

    .ticket-header {
        padding: 1.5rem;
    }
}

@media (max-width: 767px) {
    .ticket-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .back-btn {
        margin-top: 1rem;
        align-self: flex-start;
    }

    .ticket-title {
        font-size: 1.25rem;
    }

    .ticket-info-header {
        padding: 1rem 1.25rem;
    }

    .comments-header {
        padding: 1rem 1.25rem;
    }

    .comments-body {
        padding: 1.25rem;
    }
}

/* Subtle animation effects */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

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

.ticket-info-card {
    animation: fadeUp 0.4s ease-out forwards;
}

.comments-section {
    animation: fadeUp 0.4s ease-out forwards;
    animation-delay: 0.1s;
}

.comment-box {
    opacity: 0;
    animation: fadeUp 0.35s ease-out forwards;
}

.comment-box:nth-child(1) {
    animation-delay: 0.15s;
}

.comment-box:nth-child(2) {
    animation-delay: 0.25s;
}

.comment-box:nth-child(3) {
    animation-delay: 0.35s;
}

.comment-box:nth-child(4) {
    animation-delay: 0.45s;
}

.comment-box:nth-child(n+5) {
    animation-delay: 0.55s;
}

.no_record_found {
    font-size: 26px !important;
}

/* ===================== */
/* Salary Timeline Styles */
/* ===================== */
.salary-timeline {
    position: relative;
    margin: 0 0 0 32px;
    padding: 0;
    border-left: 3px solid #30C1FD;
    /* Project primary blue */
    min-height: 60px;
}

.timeline-item {
    position: relative;
    margin-bottom: 36px;
    min-height: 60px;
    display: flex;
    align-items: flex-start;
}

.timeline-dot {
    position: absolute;
    left: -15px;
    top: 18px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 4px solid #30C1FD;
    box-shadow: 0 2px 8px rgba(48, 193, 253, 0.08);
    border-radius: 50%;
    z-index: 2;
    transition: border-color 0.2s;
}

.timeline-item.initial .timeline-dot {
    border-color: #94C120;
    /* Project green */
}

.timeline-item.increment .timeline-dot {
    border-color: #FFC107;
    /* Project yellow */
}

.timeline-content {
    background: #fff;
    border-radius: 12px;
    padding: 18px 24px 14px 24px;
    box-shadow: 0 2px 12px rgba(48, 193, 253, 0.07);
    margin-left: 28px;
    min-width: 220px;
    max-width: 420px;
    border: 1px solid #E4EAF1;
    position: relative;
    transition: box-shadow 0.2s;
}

.timeline-content:hover {
    box-shadow: 0 6px 24px rgba(48, 193, 253, 0.13);
}

.timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.timeline-type {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.01em;
    color: #30C1FD;
    text-transform: uppercase;
}

.timeline-item.initial .timeline-type {
    color: #94C120;
}

.timeline-item.increment .timeline-type {
    color: #FFC107;
}

.timeline-date {
    font-size: 13px;
    color: #8A8A8A;
    font-weight: 500;
    background: #F6F8FA;
    border-radius: 6px;
    padding: 2px 10px;
}

.timeline-amount {
    font-size: 1.25em;
    font-weight: 700;
    color: #232323;
    margin-bottom: 4px;
    margin-top: 2px;
}

.timeline-reason {
    font-size: 1em;
    color: #757575;
    margin-top: 2px;
    font-style: italic;
}

/* Responsive timeline */
@media (max-width: 600px) {
    .salary-timeline {
        margin-left: 12px;
        border-left-width: 2px;
    }

    .timeline-content {
        padding: 14px 10px 10px 14px;
        min-width: 0;
        max-width: 100%;
    }

    .timeline-dot {
        left: -11px;
        width: 14px;
        height: 14px;
        border-width: 3px;
        top: 10px;
    }
}

/* End Salary Timeline Styles */

/* Salary Horizontal Timeline */
.salary-timeline-horizontal {
    position: relative;
    padding: 32px 0 0 0;
    margin-bottom: 10px;
    overflow-x: auto;
}

.salary-timeline-horizontal .timeline-track {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    height: 4px;
    background: #30C1FD22;
    z-index: 0;
    border-radius: 2px;
}

.timeline-events {
    position: relative;
    z-index: 1;
    gap: 0;
}

.timeline-event {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 180px;
    margin: 0 8px;
}

.timeline-event .timeline-dot {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 4px solid #30C1FD;
    border-radius: 50%;
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    box-shadow: 0 2px 8px #30C1FD22;
}

.timeline-event.initial .timeline-dot {
    border-color: #94C120;
}

.timeline-event.increment .timeline-dot {
    border-color: #FFC107;
}

.timeline-card {
    background: #fff;
    border-radius: 12px;
    padding: 12px 18px 10px 18px;
    min-width: 160px;
    max-width: 220px;
    border: 1px solid #E4EAF1;
    margin-top: 32px;
    box-shadow: 0 2px 12px rgba(48, 193, 253, 0.07);
    text-align: left;
}

.timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.timeline-amount {
    font-size: 1.1em;
    font-weight: 700;
    color: #232323;
    margin-bottom: 2px;
}

.timeline-reason {
    font-size: 0.98em;
    color: #757575;
    font-style: italic;
}

@media (max-width: 600px) {
    .salary-timeline-horizontal .timeline-card {
        min-width: 120px;
        max-width: 140px;
        padding: 8px 8px 8px 8px;
    }

    .timeline-event {
        min-width: 120px;
    }

    .salary-timeline-horizontal {
        padding-top: 24px;
    }

    .salary-timeline-horizontal .timeline-track {
        top: 38px;
    }

    .timeline-event .timeline-dot {
        width: 14px;
        height: 14px;
        border-width: 3px;
        top: 32px;
    }
}

/* End Salary Timeline Styles */

/* End Salary Timeline Styles */

/* Compact Vertical Salary Timeline */
.salary-history-container {
    scrollbar-width: thin;
    scrollbar-color: #30C1FD #f1f1f1;
}

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

.salary-history-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.salary-history-container::-webkit-scrollbar-thumb {
    background: #30C1FD;
    border-radius: 3px;
}

.salary-history-container::-webkit-scrollbar-thumb:hover {
    background: #1BA3E6;
}

.timeline-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1) !important;
}

.timeline-entry:last-child .timeline-card {
    margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .salary-history-container {
        max-height: 350px;
        padding-right: 4px;
    }

    .vertical-timeline {
        padding-left: 24px;
    }

    .timeline-entry {
        padding-left: 20px;
        margin-bottom: 20px !important;
    }

    .timeline-dot {
        left: -32px !important;
        width: 14px !important;
        height: 14px !important;
        border-width: 2px !important;
    }

    .timeline-card {
        padding: 12px !important;
    }

    .employee-meta {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }

    .current-salary-badge {
        padding: 8px 16px !important;
        margin-top: 12px;
    }

    .employee-profile-header .d-flex {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}

@media (max-width: 480px) {
    .timeline-card {
        padding: 10px !important;
        font-size: 14px;
    }

    .timeline-card .badge {
        font-size: 10px !important;
        padding: 2px 6px !important;
    }

    .employee-avatar {
        width: 56px !important;
        height: 56px !important;
        font-size: 20px !important;
    }
}

/* End Salary Timeline Styles */

/* Salary History Modal Styles */
.salary-modal-body {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 2rem;
    border-radius: 16px;
}

.employee-profile-header {
    margin-bottom: 1.5rem;
}

.employee-profile-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.employee-info-section {
    display: flex;
    align-items: center;
    gap: 18px;
}

.employee-avatar {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #30C1FD 0%, #1BA3E6 100%);
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    box-shadow: 0 8px 24px rgba(48, 193, 253, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.employee-name {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.employee-meta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.employee-meta-item {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

.employee-meta-icon {
    margin-right: 0.25rem;
}

.employee-meta-icon.id-icon {
    color: #30C1FD;
}

.employee-meta-icon.calendar-icon {
    color: #94C120;
}

.employee-meta-value {
    color: #30C1FD;
    font-weight: 600;
}

.current-salary-badge {
    background: linear-gradient(135deg, #30C1FD 0%, #1BA3E6 100%);
    color: white;
    padding: 12px 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(48, 193, 253, 0.3);
}

.current-salary-label {
    font-size: 12px;
    font-weight: 600;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.current-salary-amount {
    font-size: 1.75rem;
    font-weight: 700;
    margin-top: 2px;
}

.section-title {
    margin-bottom: 1.5rem;
}

.section-title-heading {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title-icon {
    color: #30C1FD;
}

.section-title-description {
    color: #7f8c8d;
    font-size: 14px;
    margin: 0;
}

.salary-history-container {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 8px;
}

.vertical-timeline {
    position: relative;
    padding-left: 32px;
}

.timeline-line {
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #94C120 0%, #FFC107 50%, #30C1FD 100%);
    border-radius: 2px;
}

.timeline-entry {
    position: relative;
    margin-bottom: 24px;
    padding-left: 24px;
}

.timeline-entry:last-child {
    margin-bottom: 0;
}

.timeline-dot {
    position: absolute;
    left: -22px;
    top: 8px;
    width: 16px;
    height: 16px;
    border: 3px solid white;
    border-radius: 50%;
    z-index: 2;
}

.timeline-dot.initial {
    background: #94C120;
    box-shadow: 0 2px 8px rgba(148, 193, 32, 0.3);
}

.timeline-dot.increment {
    background: #FFC107;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.3);
}

.timeline-dot.latest {
    background: #30C1FD;
    box-shadow: 0 2px 8px rgba(48, 193, 253, 0.3);
}

.timeline-dot.promotion {
    background: #28a745;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.timeline-dot.bonus {
    background: #17a2b8;
    box-shadow: 0 2px 8px rgba(23, 162, 184, 0.3);
}

.timeline-card {
    background: white;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    border: 1px solid #e9ecef;
    transition: transform 0.2s ease;
    width: 100%;
    max-width: 100%;
}

.timeline-card-content {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 0.5rem;
}

.timeline-card-info {
    flex-grow: 1;
}

.timeline-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0.25rem;
}

.timeline-badge {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
    text-transform: uppercase;
}

.timeline-badge.initial {
    background: #94C120;
    color: white;
}

.timeline-badge.increment {
    background: #FFC107;
    color: #2c3e50;
}

.timeline-badge.latest {
    background: #30C1FD;
    color: white;
}

.timeline-badge.promotion {
    background: #28a745;
    color: white;
}

.timeline-badge.bonus {
    background: #17a2b8;
    color: white;
}

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

.timeline-increment {
    background: #e8f5e8;
    color: #155724;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
}

.timeline-amount {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 2px;
}

.timeline-reason {
    font-size: 13px;
    color: #7f8c8d;
    font-weight: 500;
}

/* Compact Vertical Salary Timeline */
.salary-history-container {
    scrollbar-width: thin;
    scrollbar-color: #30C1FD #f1f1f1;
}

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

.salary-history-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.salary-history-container::-webkit-scrollbar-thumb {
    background: #30C1FD;
    border-radius: 3px;
}

.salary-history-container::-webkit-scrollbar-thumb:hover {
    background: #1BA3E6;
}

.timeline-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1) !important;
}

.timeline-entry:last-child .timeline-card {
    margin-bottom: 0;
}

#createBaseSalaryModal .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
}

.reset_btn {
    border-radius: 10px;
    font-family: 'gothamblack';
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 10px;
    border: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .salary-history-container {
        max-height: 350px;
        padding-right: 4px;
    }

    .vertical-timeline {
        padding-left: 24px;
    }

    .timeline-entry {
        padding-left: 20px;
        margin-bottom: 20px !important;
    }

    .timeline-dot {
        left: -32px !important;
        width: 14px !important;
        height: 14px !important;
        border-width: 2px !important;
    }

    .timeline-card {
        padding: 12px !important;
    }

    .employee-meta {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }

    .current-salary-badge {
        padding: 8px 16px !important;
        margin-top: 12px;
    }

    .employee-profile-header .employee-profile-main {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}

@media (max-width: 480px) {
    .timeline-card {
        padding: 10px !important;
        font-size: 14px;
    }

    .timeline-badge {
        font-size: 10px !important;
        padding: 2px 6px !important;
    }

    .employee-avatar {
        width: 56px !important;
        height: 56px !important;
        font-size: 20px !important;
    }
}

/* ==========================================
   🎨 PDF VIEWER MODERN DESIGN STYLES
   ========================================== */

/* PDF Modal Background with Enhanced Glassmorphism Effect */
#pdfViewerModal .modal-content {
    background: rgba(0, 0, 0, 0.05) !important;
    backdrop-filter: blur(40px) !important;
    -webkit-backdrop-filter: blur(40px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 24px !important;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.4) !important;
}

#pdfViewerModal .modal-header {
    background: rgba(255, 255, 255, 0.01) !important;
    backdrop-filter: blur(30px) !important;
    -webkit-backdrop-filter: blur(30px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
    border-radius: 24px 24px 0 0 !important;
    padding: 1.2rem 1.8rem !important;
}

#pdfViewerModal .modal-header .modal-title {
    color: rgba(255, 255, 255, 0.95) !important;
    font-weight: 600 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) !important;
    font-size: 1.3rem !important;
}

#pdfViewerModal .modal-header .btn {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    transition: all 0.3s ease !important;
    border-radius: 12px !important;
    padding: 8px 16px !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}

#pdfViewerModal .modal-header .btn:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    transform: scale(1.05) !important;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1) !important;
}

#pdfViewerModal .modal-body {
    background: transparent !important;
    position: relative !important;
    padding: 10px !important;
    overflow: auto !important;
    border-radius: 0 0 24px 24px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    min-height: calc(100vh - 140px) !important;
    max-width: 100vw !important;
}

/* PDF Canvas Container */
.pdf-canvas-container {
    position: relative !important;
    display: inline-block !important;
    margin: 20px auto !important;
    max-width: calc(100vw - 40px) !important;
    width: 100% !important;
}

#pdfViewer {
    border-radius: 16px !important;
    box-shadow: 0 25px 100px rgba(0, 0, 0, 0.35) !important;
    transition: all 0.4s ease !important;
    background: white !important;
    display: block !important;
    margin: 0 auto !important;
    border: 2px solid rgba(255, 255, 255, 0.15) !important;
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}

/* Floating Control Panel */
.pdf-floating-controls {
    position: fixed !important;
    bottom: 40px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(35px) !important;
    -webkit-backdrop-filter: blur(35px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 60px !important;
    padding: 16px 24px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    z-index: 1060 !important;
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.6) !important;
    transition: all 0.4s ease !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.pdf-floating-controls.show {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
    animation: slideUpFade 0.5s ease-out !important;
}

.pdf-floating-controls:hover {
    transform: translateX(-50%) translateY(-8px) !important;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.7) !important;
    background: rgba(0, 0, 0, 0.85) !important;
}

/* Control Buttons */
.pdf-control-btn {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: rgba(255, 255, 255, 0.95) !important;
    padding: 12px 14px !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
}

.pdf-control-btn:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
    transform: scale(1.15) !important;
    box-shadow: 0 8px 32px rgba(255, 255, 255, 0.1) !important;
}

.pdf-control-btn:active {
    transform: scale(0.95) !important;
}

.pdf-control-btn:disabled {
    background: rgba(255, 255, 255, 0.02) !important;
    border-color: rgba(255, 255, 255, 0.04) !important;
    color: rgba(255, 255, 255, 0.2) !important;
    cursor: not-allowed !important;
    transform: none !important;
}

.pdf-control-btn:disabled:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* Zoom Level Display */
.pdf-zoom-display {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: rgba(255, 255, 255, 0.95) !important;
    padding: 10px 18px !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    min-width: 70px !important;
    text-align: center !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6) !important;
}

/* Download Button Special Styling */
.pdf-download-btn {
    background: linear-gradient(135deg, #ad2622 0%, #30C1FD 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    margin-left: 12px !important;
    padding: 12px 20px !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    width: auto !important;
    min-width: 100px !important;
}

.pdf-download-btn:hover {
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%) !important;
    transform: scale(1.05) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4) !important;
}

/* Control Separator */
.pdf-control-separator {
    width: 1px !important;
    height: 24px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    margin: 0 8px !important;
}

/* Loading State Overlay */
.pdf-loading-overlay {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-radius: 16px !important;
    padding: 30px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
    z-index: 10 !important;
}

.pdf-loading-spinner {
    width: 40px !important;
    height: 40px !important;
    border: 3px solid rgba(102, 126, 234, 0.2) !important;
    border-top: 3px solid #667eea !important;
    border-radius: 50% !important;
    animation: pdfSpin 1s linear infinite !important;
}

.pdf-loading-text {
    color: #667eea !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

/* Error State */
.pdf-error-overlay {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: rgba(248, 249, 250, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-radius: 16px !important;
    padding: 40px !important;
    text-align: center !important;
    max-width: 400px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(220, 53, 69, 0.2) !important;
}

.pdf-error-icon {
    font-size: 48px !important;
    color: #dc3545 !important;
    margin-bottom: 16px !important;
}

.pdf-error-text {
    color: #495057 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .pdf-floating-controls {
        bottom: 20px !important;
        padding: 10px 16px !important;
        border-radius: 40px !important;
        gap: 6px !important;
    }

    .pdf-control-btn {
        width: 40px !important;
        height: 40px !important;
        font-size: 14px !important;
        padding: 8px !important;
    }

    .pdf-download-btn {
        padding: 8px 12px !important;
        font-size: 12px !important;
        min-width: 80px !important;
    }

    .pdf-zoom-display {
        padding: 6px 12px !important;
        font-size: 12px !important;
        min-width: 50px !important;
    }

    #pdfViewerModal .modal-body {
        min-height: calc(100vh - 120px) !important;
    }

    .pdf-loading-overlay,
    .pdf-error-overlay {
        margin: 0 20px !important;
        max-width: calc(100vw - 40px) !important;
        padding: 24px !important;
    }
}

@media (max-width: 480px) {
    .pdf-floating-controls {
        bottom: 15px !important;
        padding: 8px 12px !important;
        gap: 4px !important;
    }

    .pdf-control-btn {
        width: 36px !important;
        height: 36px !important;
        font-size: 12px !important;
    }

    .pdf-download-btn {
        padding: 6px 10px !important;
        font-size: 11px !important;
        min-width: 70px !important;
    }

    .pdf-control-separator {
        margin: 0 4px !important;
    }

    .pdf-zoom-display {
        padding: 4px 8px !important;
        font-size: 11px !important;
        min-width: 45px !important;
    }
}

/* Animations */
@keyframes slideUpFade {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }

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

@keyframes pdfSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Hide default zoom controls when floating controls are active */
#pdfViewerModal .pdf-zoom-controls {
    display: none !important;
}

/* Smooth transitions for all PDF elements */
#pdfViewerModal * {
    transition: all 0.2s ease !important;
}

/* Enhanced backdrop blur for better visual separation */
#pdfViewerModal.show {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}

#pdfViewerModal .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
}

/* Tooltip styling for controls */
.pdf-control-btn[title]:hover::after {
    content: attr(title);
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1000;
    pointer-events: none;
}

.pdf-control-btn[title]:hover::before {
    content: '';
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    pointer-events: none;
}

/* Enhanced Modal Backdrop */
#pdfViewerModal.show {
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
}

#pdfViewerModal .modal-backdrop {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, rgba(26, 32, 44, 0.3) 100%) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
}

.salary_page_modal .name_of_employee .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
}

.text-bg-delete {
    background-color: #ea5455 !important;
}

.text-bg-create {
    background-color: #28c76f !important;
}

.text-bg-update {
    background-color: #ff9f43 !important;
}

.text-bg-read {
    background-color: #30C1FD !important;
}

/* ===== Chat Design Overrides for Ticket Comments ===== */
.comment-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.comment-box {
    position: relative;
    max-width: 75%;
    padding: 0.75rem 1rem;
    margin-bottom: 0.25rem;
    background-color: #f1f2f6;
    border: none;
    border-radius: 12px 12px 12px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.comment-box.user-comment {
    align-self: flex-end;
    background-color: #E1F6FF;
    border-radius: 12px 12px 0 12px;
}

.comment-box::after {
    content: "";
    position: absolute;
    top: 10px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
}

.comment-box.user-comment::after {
    right: -8px;
    border-left-color: #E1F6FF;
}

.comment-box:not(.user-comment)::after {
    left: -8px;
    border-right-color: #f1f2f6;
}

.comment-box .comment-content {
    padding-left: 0 !important;
}

.commenter-avatar {
    display: none;
}

.comment-box.user-comment .comment-time {
    text-align: right;
}

.bde_leads_outer .leads_box {
    border: 1px solid #EBEBEB;
    background: #F1F2F4;
    border-radius: 8px;
    padding: 14px 9px;
    margin-bottom: 6px;
}

.bde_leads_outer .leads_box:last-child {
    margin-bottom: 0px;
}

.bde_leads_outer .leads_box h5 {
    color: #2B3034;
    font-weight: 700;
    font-size: 14px;
    line-height: 12px;
}

.bde_leads_outer .leads_box .number_box {
    height: 24px;
    width: 24px;
    border-radius: 100%;
    background: #C5EEFF;
    color: #30C1FD;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.bde_leads_outer .leads_box .number_box.status_rejected {
    background: #FFCBCB;
    color: #E2666C;
}

.bde_leads_outer .leads_box .number_box.status_converted {
    background: #B2F2B8;
    color: #56CA61;
}

.bde_leads_outer .leads_box .number_box.under_review {
    background: #C5EEFF;
    color: #30C1FD;
}

.bde_leads_outer .leads_box p {
    color: #2B3034;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
}

.bde_leads_outer .leads_box p span {
    color: #636C76;
}

.bde_leads_outer {
    max-height: 300px;
    overflow: auto;
    min-height: 270px;
}

.overall_lead_outer.bde_leads_outer .leads_box {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 0px;
}

.conversion_rate_outer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 14px 9px;
    border: 1px solid #d0d7de;
    box-shadow: 0px 1px 2px 0px #0000000D;
}

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

.bde_dashboard_top .admin_dashboard_info_box {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 14px 9px;
    border: 1px solid #d0d7de;
    box-shadow: 0px 1px 2px 0px #0000000D;

}

.bde_dashboard_top .admin_dashboard_info_box .icon_box {
    background-color: #DBEAFE;
}

.bde_dashboard_top .admin_dashboard_info_box .icon_box.green_icon_box {
    background-color: #DCFCE7;
}

.bde_dashboard_top .admin_dashboard_info_box .icon_box.purple_icon_box {
    background-color: #F3E8FF;
}

.bde_dashboard_top h6 {
    font-weight: 500;
    font-size: 14px;
    color: #16A34A;
}

.bde_dashboard_top p {
    font-weight: 700;
    font-size: 24px;
    color: #111827;
}

.bde_dashboard_top span {
    font-weight: 400;
    font-size: 14px;
    color: #4B5563;
}

#linechart {
    width: 100%;
}

.conversion_rate_chart .apexcharts-toolbar {
    display: none;
}
.no_data_found{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    color: #636C76;
}
.lead_graph_month_filter{
    width: 100%;
    max-width: 270px;
    margin-left: auto;
}

/* Fixed Header Table Styles - Reusable Classes */
.table-container-fixed-height {
    overflow: hidden;
    position: relative;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
}

.table-container-fixed-height .table-fixed-header {
    height: 100%;
}

.table-container-fixed-height .table-body-scrollable {
    max-height: calc(100vh - 350px);
    min-height: 200px;
}

.table-container-fixed-height .table-body-scrollable tr{
    height: 55px;
}

.table-container-fixed-height .table-fixed-header th {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: #232323;
    padding: 16px 20px !important;
    border-radius: 10px 10px 0px 0px;
}

.table-container-fixed-height .table-fixed-header td {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    color: #232323;
    padding: 16px 20px !important;
}


[data-bs-pointer="true"] {
    cursor: pointer;
}

/* setting page css start */
.setting_page .accordion-item{
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #DCDCDC;
}
.setting_page .accordion-button{
    font-weight: 500;
    font-size: 16px;
    padding: 15px 20px;
    border: none;
    font-size: 18px;
}
.setting_page .accordion-button:focus{
    box-shadow: none;
}
.setting_page .card{
    height: calc(100vh - 140px);
    overflow: auto;
}

/* setting page css end */



/* Reputation System Styles */
.reputation-container {
    position: relative;
    display: inline-block;
}

.reputation-display {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #e9ecef 100%);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(48, 193, 253, 0.1);
    box-shadow: 0 2px 8px rgba(48, 193, 253, 0.08);
    position: relative;
    overflow: hidden;
}

.reputation-display::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(48, 193, 253, 0.3), transparent);
}

.reputation-display:hover {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #dee2e6 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(48, 193, 253, 0.15);
    border-color: rgba(48, 193, 253, 0.2);
}

.reputation-score {
    font-size: 14px;
    font-weight: 700;
    color: #30C1FD;
    text-shadow: 0 1px 2px rgba(48, 193, 253, 0.1);
    position: relative;
}

.reputation-change {
    font-size: 8px;
    font-weight: 700;
    padding: 1px 3px;
    border-radius: 4px;
    transition: all 0.3s ease;
    line-height: 1;
    position: absolute;
    top: -6px;
    right: -18px;
    min-width: 16px;
    text-align: center;
}

.reputation-change.positive {
    color: #ffffff;
    background: #28a745;
    box-shadow: 0 1px 3px rgba(40, 167, 69, 0.3);
}

.reputation-change.negative {
    color: #ffffff;
    background: #dc3545;
    box-shadow: 0 1px 3px rgba(220, 53, 69, 0.3);
}

.reputation-change.neutral {
    color: #ffffff;
    background: #6c757d;
    box-shadow: 0 1px 3px rgba(108, 117, 125, 0.3);
}

.reputation-display:hover .reputation-change {
    transform: scale(1.1);
}

.badge-container {
    display: flex;
    align-items: center;
    gap: 4px;
}

.badge-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease;
}

.reputation-display:hover .badge-icon {
    transform: scale(1.1);
}

.badge-gold {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4a 50%, #ffd700 100%);
    box-shadow: 0 2px 6px rgba(255, 215, 0, 0.4);
}

.badge-silver {
    background: linear-gradient(135deg, #c0c0c0 0%, #e5e5e5 50%, #c0c0c0 100%);
    box-shadow: 0 2px 6px rgba(192, 192, 192, 0.4);
}

.badge-bronze {
    background: linear-gradient(135deg, #cd7f32 0%, #daa520 50%, #cd7f32 100%);
    box-shadow: 0 2px 6px rgba(205, 127, 50, 0.4);
}

.reputation-popup {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 20px;
    width: 280px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.reputation-popup.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.reputation-popup::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.05));
}

.reputation-header {
    text-align: center;
    margin-bottom: 16px;
}

.reputation-header h6 {
    margin: 0;
    color: #495057;
    font-size: 16px;
    font-weight: 600;
}

.reputation-total {
    font-size: 24px;
    font-weight: 700;
    color: #30C1FD;
    margin: 4px 0;
}

.reputation-subtitle {
    font-size: 12px;
    color: #6c757d;
    margin: 0;
}

.badges-breakdown {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 1;
}

.badge-item .badge-icon {
    width: 20px;
    height: 20px;
    font-size: 12px;
}

.badge-count {
    font-size: 14px;
    font-weight: 600;
    color: #495057;
}

.badge-label {
    font-size: 10px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.recent-achievements {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e9ecef;
}

.achievement-title {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 8px;
    font-weight: 600;
}

.achievement-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    font-size: 11px;
    color: #495057;
}

.achievement-item .badge-icon {
    width: 12px;
    height: 12px;
    font-size: 8px;
}

.reputation-view-more {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e9ecef;
    text-align: center;
}

.reputation-view-more-btn {
    background: linear-gradient(135deg, #30C1FD 0%, #28a9e1 100%);
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(48, 193, 253, 0.2);
}

.reputation-view-more-btn:hover {
    background: linear-gradient(135deg, #28a9e1 0%, #2196f3 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(48, 193, 253, 0.3);
    color: white;
    text-decoration: none;
}
.chat-header{
    height: 64px;
}
.flex-1{
    flex: 1;
}
.message-container {
    height: calc(100vh - 208px);
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
}
.chat-message-box{
    background-color: #f3f4f6;
    color: #374151;
}
.admin-message{
    background-color: #30C1FD;
    color: white;
}
.edit-admin-message {
    background: transparent;
}
.update-msg-btn{
    background-color: #30C1FD;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
}
.cancel-msg-btn{
    background-color: transparent;
    color: #30C1FD;
    border: none;
    border-radius: 8px;
    padding: 6px 16px;
    transition: all 0.3s ease;
    border: 1px solid #30C1FD;
}
.cancel-msg-btn:hover{
    background-color: #f3f4f6;
    color: #30C1FD;
}
.message-container-with-actions{
    width: 90%;
}
.chat-message-time-container span{
    font-size: 12px;
    color: #6b7280;
}
.chat-message-time-container span.chat-message-time{
    color: #9ca3af;
}
.chat-message-input textarea{
    padding: 0px;
    padding-top: 10px;
    color: #1f2937;
}
.chat-message-input textarea::placeholder{
    color: #9ca3af;
}
.new-chat-btn{
    background-color: #30C1FD;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.dropup .new-chat-btn.dropdown-toggle::after, .dropend .new-conversation-btn.dropdown-toggle::after{
    display: none;
}
.new-chat-btn-container .dropdown-menu button{
    font-size: 14px;
}
.search-input-container input{
    background: #f3f4f6;
    border-radius: 30px;
    font-size: 14px;
    padding-left: 30px;
}

.employee-dropdown-menu .list-group .list-group-item{
    border: none;
}
.search-input-container .search-icon{
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    display: flex;
}
.search-input-container .search-icon i{
    font-size: 16px;
}
.chat-tabs{
    border-bottom: none;
}
.chat-tabs .nav-link{
    border: none;
    border-bottom: 2px solid transparent;
    color: #6b7280;
    padding: 10px 15px;
}
.chat-tabs .nav-link:hover{
    border: none;
}
.chat-tabs .nav-link.active{
    border-bottom: 2px solid #30C1FD;
    color: #30C1FD;
    padding: 10px 15px;
}
.new-conversation-btn-container{
    padding: 25.2px 20px;
}
.unread-count-container span{
    border-radius: 100%;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #30C1FD;
    color: white;
    font-size: 12px;
    font-weight: 600;
}
.active_chat_item{
    background-color: #f3f4f6;
}
.chat-sidebar-header{
    padding: 11.5px 8px;
}
.btn-create-channel{
    background-color: #30C1FD;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.private-channel-member-list{
    max-height: 300px;
    overflow-y: auto;
}
.selected-count-text{
    font-size: 12px;
    color: #6b7280;
    font-weight: 600;
}
.selected-count-text span{
    color: #30C1FD;
}
.private-channel-container .search-input-container input{
    background: transparent;
    border-radius: 6px;
    padding: 10px 10px 10px 32px;
}
.disconnect-btn-container{
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    width: fit-content;
    left: 50%;
    top: 10px;
}
.chat-info-dropdown .dropdown-toggle::after{
    display: none;
}
.chat-info-dropdown .profile-info-container h5{
    font-size: 20px;
    font-weight: 600;
    color: #2B3034;
}
.chat-info-dropdown .profile-info-container span{
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
}
.chat-info-dropdown .dropdown-menu{
    width: 300px;
    padding: 0px;
}
.profile-info-container{
    padding: 10px 10px;
}
.dropdown-menu-list{
    padding: 10px 13px;
}
.dropdown-menu-list .files-icon{
    width: 100%;
    max-width: 30px;
    height: 30px;
    background-color: #EBEBEB;
    border-radius: 50%;
}
.files-icon i{
    font-size: 16px;
    color: #30C1FD;
}
.files-list-container a{
    color: #30C1FD;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.files-link-container a i{
    color: #30C1FD;
    font-size: 20px;
}

.header_unread_count_container{
    position: absolute;
    bottom: 17px;
    right: -8px;
}
.header_unread_count_container span{
    font-size: 11px;
    height: 18px;
    width: 18px;
}
.online-status-indicator{
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    bottom: 3px;
    right: 3px;
}

.wope-tooltip {
    visibility: hidden;
    background: #222;
    color: #fff;
    text-align: left;
    border-radius: 4px;
    padding: 6px 10px;
    position: absolute;
    z-index: 100;
    left: 120%;
    top: 50%;
    transform: translateY(-50%);
    white-space: pre-line;
    font-size: 13px;
    min-width: 120px;
    max-width: 300px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}
.info-icon:hover .wope-tooltip,
.info-icon:focus .wope-tooltip {
    visibility: visible;
    opacity: 1;
}
.chat-message-input{
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    position: relative;
}
.chat-message-input .ql-toolbar.ql-snow{
    border: none;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 0px;
} 
.chat-message-input .ql-container.ql-snow{
    border: none;
    padding-right: 80px;
}
.chat-message-input-icons{
    position: absolute;
    right: 10px;
    bottom: 9px;
}
.chat_tab_content  {
    max-height: calc(100vh - 268px);
    padding-bottom: 10px;
}
.reply_msg{
    background-color: #ffffff;
    border-radius: 5px;
    padding:8px 10px;
    margin-bottom: 6px;
}
.reply_msg p {
    color: #5d5d5d;
}
.reply_msg h6{
    font-size: 13px;
    display: flex;
    gap: 2px;
    align-items: center;
    color: #2B3034;
}
.reply_chat_message_box{
    padding: 3px 3px !important;
}
.reply_chat_message_box p{
    padding: 0px 10px;
}
.reply_chat_message_box.edit-admin-message .reply_msg{
    border: 1px solid #a6a6a6;
    margin-bottom: 0px;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
}
.reply_chat_message_box.edit-admin-message input{
    border-radius: 0px 0px 5px 5px;
    border-color: #30C1FD;
}

/* Enhanced Chat Info Modal Styles */

/* Modal Container */
#chatInfoModal .modal-content {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  
  #chatInfoModal .modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 16px 24px;
  }
  
  #chatInfoModal .modal-title {
    font-weight: 600;
    font-size: 1.25rem;
    color: #343a40;
  }
  
  #chatInfoModal .modal-body {
    padding: 24px;
  }
  
  /* Profile Section */
  #modal-info-left {
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
  }
  
  #modal-info-left:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  
  #modal-info-profile-picture {
    border: 3px solid #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  #modal-info-profile-picture:hover {
    transform: scale(1.05);
  }
  
  #modal-info-profile-name {
    margin-top: 12px;
    font-size: 1.3rem;
    font-weight: 500;
  }
  
  #modal-info-status {
    color: #6c757d;
    font-weight: 500;
  }
  
  /* Channel Section */
  #channel-details-section {
    margin-top: 24px;
  }
  
  #channel-profile-picture-container {
    border: 3px solid #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  #channel-profile-picture-container:hover {
    transform: scale(1.05);
  }
  
  #channel-profile-picture {
    border: 3px solid #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
  
  #channel-display-name {
    margin-top: 12px;
    font-size: 1.3rem;
    font-weight: 500;
  }
  
  #channel-online-status {
    padding: 4px 12px;
    border-radius: 20px;
    background-color: rgba(25, 135, 84, 0.1);
    font-weight: 500;
  }
  
  /* Channel Details Box */
  #channel-details-section .border {
    border-radius: 10px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 20px !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease;
  }
  
  #channel-details-section .border:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  
  #channel-details-section h6 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #343a40;
    position: relative;
    padding-bottom: 8px;
  }
  
  #channel-details-section h6:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background-color: #0d6efd;
  }
  
  #channel-details-section label.form-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 4px;
  }
  
  #channel-details-section .fw-medium {
    font-weight: 500;
    color: #495057;
  }
  
  /* Edit Button */
  #edit-channel-alias-btn {
    border-radius: 6px;
    padding: 2px 6px;
    border-color: #dee2e6;
    transition: all 0.2s ease;
  }
  
  #edit-channel-alias-btn:hover {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white;
  }
  
  /* Edit Form */
  #edit-channel-alias-form {
    margin-top: 10px;
  }
  
  #edit-channel-alias-form .input-group {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    overflow: hidden;
  }
  
  #edit-channel-alias-form .form-control {
    border-color: #dee2e6;
    padding: 8px 12px;
    font-size: 0.9rem;
  }
  
  #edit-channel-alias-form .btn {
    padding: 0 12px;
  }
  
  /* Files Section */
  #shared-files-panel {
    border-radius: 10px !important;
    padding: 20px !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
  }
  
  #shared-files-panel:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  
  /* Files Filter Buttons - IMPROVED DESIGN */
  #shared-files-filters {
    margin-bottom: 16px;
    width: 100%;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 8px;
  }
  
  #shared-files-filters .btn {
    border-radius: 10px;
    padding: 10px 16px;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    background-color: transparent;
    color: #495057;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  
  #shared-files-filters .btn i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
  }
  
  #shared-files-filters .btn.active {
    background-color: #fff;
    color: #0d6efd;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    font-weight: 600;
  }
  
  #shared-files-filters .btn.active i {
    transform: scale(1.15);
    color: #0d6efd;
  }
  
  #shared-files-filters .btn.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 3px;
    background-color: #0d6efd;
    border-radius: 3px 3px 0 0;
  }
  
  #shared-files-filters .btn:not(.active):hover {
    background-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-2px);
  }
  
  /* Button icon styles */
  #shared-files-filters .btn[data-filter="document"] i {
    color: #0d6efd;
  }
  
  #shared-files-filters .btn[data-filter="link"] i {
    color: #20c997;
  }
  
  #shared-files-filters .btn[data-filter="image"] i {
    color: #fd7e14;
  }
  
  #shared-files-filters .btn[data-filter="members"] i {
    color: #6f42c1;
  }
  
  /* Files List */
  #shared-files-list {
    max-height: 300px;
    overflow-y: auto;
    padding: 6px;
    border-radius: 6px;
  }
  
  #shared-files-list::-webkit-scrollbar {
    width: 8px;
  }
  
  #shared-files-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }
  
  #shared-files-list::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
  }
  
  #shared-files-list::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }
  
  #shared-files-list .list-group-item {
    border-radius: 8px;
    margin-bottom: 6px;
    transition: all 0.2s ease;
    border-color: #dee2e6;
  }
  
  #shared-files-list .list-group-item:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  }
  
  /* Members Section */
  #channel-members-content {
    padding: 6px;
  }
  
  #channel-members-content h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 12px;
  }
  
  #channel-members-list {
    max-height: 300px;
    overflow-y: auto;
    padding: 6px;
    border-radius: 6px;
  }
  
  #channel-members-list::-webkit-scrollbar {
    width: 8px;
  }
  
  #channel-members-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }
  
  #channel-members-list::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
  }
  
  #channel-members-list::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }
  
  /* Action Buttons */
  #add-members-btn,
  #manage-space-managers-btn {
    border-radius: 6px;
    padding: 6px 12px;
    font-weight: 500;
    transition: all 0.2s ease;
  }
  
  #add-members-btn {
    background-color: #0d6efd;
    border-color: #0d6efd;
    box-shadow: 0 2px 6px rgba(13, 110, 253, 0.2);
  }
  
  #add-members-btn:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.4);
    transform: translateY(-1px);
  }
  
  #manage-space-managers-btn {
    border-color: #0d6efd;
    color: #0d6efd;
  }
  
  #manage-space-managers-btn:hover {
    background-color: rgba(13, 110, 253, 0.1);
    transform: translateY(-1px);
  }
  
  /* Animations */
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  #chatInfoModal .modal-body {
    animation: fadeIn 0.3s ease-out forwards;
  }
  
  /* Empty State Styles */
  #shared-files-list .text-muted,
  #channel-members-list .text-muted {
    padding: 20px;
    text-align: center;
    color: #6c757d;
    font-style: italic;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px dashed #dee2e6;
  }
  
  /* Responsive Adjustments */
  @media (max-width: 992px) {
    #modal-info-left {
      margin-bottom: 24px;
    }
  }
  
  @media (max-width: 768px) {
    #shared-files-filters {
      flex-wrap: wrap;
    }
    
    #shared-files-filters .btn {
      flex: 1 1 40%;
      min-width: 100px;
    }
  }
  
  @media (max-width: 576px) {
    #shared-files-filters .btn {
      padding: 8px;
      font-size: 0.85rem;
      flex: 1 1 100%;
    }
    
    #shared-files-filters .btn i {
      margin-right: 8px;
    }
  }
