
.tenant-name {
    color: white;
}


body {
    background: #F5F7FD !important;
}

.your_work_nav_tabs.nav-tabs .nav-link{
    position: relative;
    top: 2px;
    /* background-color: white !important; */
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    /* border-color: rgb(216, 216, 216); */
}

.your_work_nav_tabs.nav-tabs{
    padding: 2px;
}
.tab-content{
    padding: 10px 20px;
}

.card, .your_work_dropdown_menu{
    background: white !important;
}
.your_work_dropdown_header{
    color: inherit;
}

.modal-content{
    background: white !important;
    color: #202020;
}

.modal-footer{
    background: white !important;
    color: #202020;
}

.modal-header {
    background-color: #F7F7F7 !important;
    color: #404040;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #4d4d4d !important
}


/* PROJECT CSS  */
.task-div {
    background-color: #fff !important;
    border-color: rgb(224, 224, 224)  !important;
    color: #202020 !important;
    padding: 5px;
    margin: 5px 5px 10px 5px;
    cursor: move;
}
.task-div:hover {
    background-color: #f4f4f4 ;
    transition: color 0.3s ease, -webkit-text-decoration 0.3s ease;
    transition: color 0.3s ease, text-decoration 0.3s ease;
    transition: color 0.3s ease, text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}

.dropdown-toggle::after {
    content: none !important;
}

.view_task_btn{
    color: #202020 !important;
}

@media (hover: hover) {
    .menu_btn {
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
    
    .task-div:hover .menu_btn,
    .column-div:hover .menu_btn {
        opacity: 1;
    }

    .task-div:hover .menu_btn button,
    .column-div:hover .menu_btn button {
        color: #202020 !important;
    }
}

.period_hours_txt{
    color: #202020 ;
}

.select2-container--default .select2-selection--multiple{
    border-color: rgb(224, 224, 224)  !important;
}

.nav-link-subtext, .select2-search__field {
    color: #202020 !important;
}
.select2-search__field::-moz-placeholder{
    color: #202020;
}
.select2-search__field::placeholder{
    color: #202020;
}

.card-header{
    background-color: var(--bs-card-cap-bg) !important
}

motal.table_title th{
    color: #202020 !important;
}
.invoice_table tr th{
    color: #202020 !important;
}

.dropdown-menu{
    background: white !important;
}
.dropdown-item{
    color: #202020 !important;
}
.dropdown-item:hover{
    background: #e4e4e4 !important;
    color: #202020 !important
}

/* PROJECTS FILE INFO  */

.dp_with_caret, .file-info {
    background-color: white !important;
    border-color: rgb(212, 212, 212)  !important;
    color: #202020;
}

.comment_username{
    font-weight: 600; 
    color: #202020;
}
.edit_comment{
    margin-right: 5px;
    color: #333;
}
.delete_comment{
    color: #333;
}

.btn_close_custom {
    /* color: white !important;
    color: #202020 !important;
    font-size: 16px;
    position: relative;
    bottom: 5px; */
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(0);
}
.select2-selection__arrow {
    color: #202020 !important
}

.task_labels,
.task_due_date {
    background-color: #eaeaea !important;
    color: #202020 !important;
}

div.dt-container div.dt-length label,
div.dt-container div.dt-search label,
.dt-info{
    color: #202020 !important;
}

.select2-dropdown {
    background-color: white !important;
    border: 1px solid #aaa !important;
    color: #202020 !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd !important;
    color: #202020 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6861ce !important;
    color: white !important;
}
.manualhours_filter_div{
    background-color: white;
    padding: 10px 10px; border-radius: 6px;
}
.notif_description{
    border: 1px solid #dbdbdb !important;
    border-radius: 4px;
    padding: 5px 10px;
    margin-top: 4px;
    background: #dbdbdb !important;
}

.notification_dropdown_text{
    color: #202020 !important;
    white-space: normal;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

.time_ago_text{
    color: #8d8d8d !important;
}


  /* VIEW PROFILE PAGE */

  .cover-photo {
    height: 200px; /* Fixed height for the cover container */
    position: relative;
    overflow: hidden; /* Hide parts of the image outside the container */
  }
  
  .cover-photo-img {
    position: absolute; /* Absolutely positioned within the container */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust for horizontal centering */
    width: auto; /* Maintain aspect ratio */
    height: auto; /* Maintain aspect ratio */
    min-height: 100%; /* Ensure the image covers the container vertically */
    min-width: 100%; /* Ensure the image covers the container horizontally */
    cursor: grab;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  
  
  .profile-photo {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    bottom: -85px;
    left: 20px;
  }
  
  .profile-photo-container {
    position: relative;
  }
  
  

.profile-info {
    margin-top: 80px;
}
.post, .friends {
    margin-bottom: 20px;
}

        .button-like {
    display: block;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    /* color: #fff; */
    /* background-color: #007bff;
    border: 1px solid #007bff; */
    border-radius: 5px;
    text-align: left;
    text-decoration: none;
    transition: background-color 0.3s, border-color 0.3s;
    color: #505050;
}
.button-like:hover {
    background-color: #ececec;
    border-color: #d4d4d4;
    text-decoration: none;
    cursor: pointer;
    
}

.button-like small, .profile-section-title, .profile-name {
    display: block;
    color: #7f7f7f;
}


.profile-info-work-with {
    display: flex;
    align-items: center;
}

.profile-image {
    width: 30px; /* Adjust as needed */
    height: 30px; /* Adjust as needed */
    border-radius: 50%; /* Makes the image circular */
    margin-right: 10px; /* Adjust as needed */
}


/* --------------------------------------------------------------------------------- */
/* TASK MODAL COMMENT SECTION */


/* STYLE FOR CREATE COMMENT USER DROPDOWN */
.comment-container {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
}

.userDropdown {
    position: absolute;
    display: none;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 1000;
    max-height: 150px;
    overflow-y: auto;
    width: calc(100% - 22px); /* Adjust to match the padding of the textarea */
    box-sizing: border-box;
}

.userDropdown div {
    padding: 10px;
    cursor: pointer;
}

.userDropdown div:hover {
    background: #f0f0f0;
}

.commentTextarea a:hover {
    background-color: #0056b3;
}

/* STYLE FOR EDIT COMMENT USER DROPDOWN */

.editUserDropdown {
    display: none;
    position: absolute;
    z-index: 1000;
    background: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-height: 200px;
    overflow-y: auto;
    width: auto;
}

.editUserDropdown .dropdown-item {
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.editUserDropdown .dropdown-item:hover {
    background-color: #f8f9fa;
}

/* STYLE FOR VIEWING MENTIONED USER */

.popup-card {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1050; /* Ensure it is above other modal elements */
    display: none; /* Start hidden for fadeIn */
    width: 250px; /* Adjust width as needed */
}

.popup-content {
    position: relative; /* Ensure relative positioning */
}

.cover-photo {
    position: relative;
    height: 50px; /* Adjust height as needed */
    overflow: hidden;
}

.cover-photo .cover-img {
    position: absolute; /* Ensure absolute positioning */
    width: 100%;
    height: auto;
}

.profile-picture {
    position: absolute;
    top: 10px; /* Adjust position as needed */
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid white;
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
}

.profile-picture .profile-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.user-details {
    text-align: center;
    margin-top: 50px; /* Adjust based on profile picture size */
}

.hidden {
    display: none; /* Ensure it stays hidden with class as well */
}

#view-profile-button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
}

#view-profile-button:hover {
    background-color: #0056b3;
}

.select2-avatar {
  border-radius: 50% !important;
  width: 20px; /* Adjust as needed */
  height: 20px; /* Adjust as needed */
  margin-right: 8px; /* Space between image and text */
  vertical-align: middle;
}

.form-label, .form-check-label {
    color: black;
}

/* FOR TASK MODAL  */

/* .task_description {
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    padding: 5px 10px;
    border-radius: 7px;
} */

.app_link_btn {
    color: #1810A1;
}

#commentTextarea a, .edit_comment_text a, .comment_text_view a {
    color: #1810A1 !important;
}


.comment_text_view {
    max-width: 38pc;
}

#date_issued_filter::-webkit-input-placeholder,
#date_filter::-webkit-input-placeholder,
#filterDate::-webkit-input-placeholder,
#dateRangePicker::-webkit-input-placeholder,
#late_date_filter::-webkit-input-placeholder,
#date_absence_filter::-webkit-input-placeholder {
    color: black;
}


/* body .nav-link, .card-footer .nav-link {
    color: black;
} */

/* .select2-container .select2-search--inline .select2-search__field, .tt_green_hover {
    color: black !important;
} */

/* REPORTS */

.reports_theme {
    color: black;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    color: black;
}

.readonly-select {
    pointer-events: none;
    background-color: #e9ecef; /* Optional: makes it look 'disabled' */
}

.attach_drp {
    background-color: #e9ecef;
}
.attach_drp:hover, .attach_drp:focus {
    background-color: #e9ecef;
    color: #272727;
}

#toggle-sidebar {
    background-color: white;
    color: gray;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    color: #474747 !important;
    background-color: #ffffff;
}

/* flagged card */

.flagged_div {
    background-color: #ffe4a8 !important;
}

.flagged_div:hover {
    
    background-color: #ffcf65 !important;
}

.flagged {
  color: #b91b1b;
  font-size: 12px;
}

.flag_added {
  color: #b91b1b;
}

.flag_removed {
  color: gray;
}

.chart-card {
    padding: 15px;
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 30px;
    box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
    border: 0px;
}

.column {
    width: 20pc;
    margin: 10px;
    /* padding: 10px; */
    background-color: #F4F5F7;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
  }
  
  .column-div {
    background-color: #2a2f5b1a;
  }
  
  .column-header p {
      margin: 0px;
      font-weight: bold;
      color: #767676;
      padding-left: 11px;
  }
  
  
  .plus_column {
    width: auto;
    background-color: transparent !important;
    padding: 0px;
    margin: 0px;
  }
  
  .plus_column button {
      font-size: 19px;
      padding: 8px 16px;
      border-radius: 0px;
      background-color: #2a2f5b1a;
      color: #767676;
      position: relative;
      top: 2px;
  }
  
  .plus_column button:hover {
      background-color:rgba(42, 47, 91, 0.36);
      color: white;
  }
  
  
  .task-list {
    min-height: 100pc;
    background: #f9f9f9;;
  }
  
  .task-div {
    background-color: #fff;
    padding: 5px;
    margin: 5px;
    border: 1px solid #ddd;
    cursor: move;
  }
  
  .task-div:hover {
    background-color: #f4f4f4;
    transition: color 0.3s ease, -webkit-text-decoration 0.3s ease;
    transition: color 0.3s ease, text-decoration 0.3s ease;
    transition: color 0.3s ease, text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  }
  
  .dropdown-toggle::after {
      content: none; /* This will hide the default arrow icon */
  }
  
  
  /* task card dropdown buttons */


  .recent_projects_card > .card-footer {
    background-color: #ebecec !important;
}


/* ------------------------------- */
/* ------------------------------- */
/* ------ ALL NOTIFICATIONS ------ */
/* ------------------------------- */
/* ------------------------------- */


/* Full Page Notifications Layout */
.notifications-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
  }
  
  /* Page Title */
  .notif-title {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
  }
  
  /* Section Titles */
  .notif-section-title {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
    margin: 20px 0 10px;
  }
  
  /* Notification Item */
  .notif-item-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px;
    background: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 8px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
  
  /* Hover Effect */
  .notif-item-wrapper:hover {
    background: #eef3ff;
    transform: translateY(-2px);
  }
  
  /* Notification Checkbox */
  .notif-checkbox, .tenant-notif-checkbox {
    width: 18px;
    height: 18px;
    accent-color: #007bff;
    cursor: pointer;
  }
  
  /* Notification Time */
  .notif-time {
    font-size: 12px;
    color: #888;
    white-space: nowrap;
    min-width: 120px;
  }
  
  /* Notification Content */
  .notif-item {
    display: flex;
    align-items: center;
    flex: 1;
    text-decoration: none;
    color: #333;
    padding: 5px 0;
    transition: 0.2s ease-in-out;
  }
  
  /* User Image */
  .notif-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 3px solid #ddd;
    margin-right: 10px;
  }
  
  .notif-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  /* Notification Content */
  .notif-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  
  /* Notification User */
  .notif-user {
    font-weight: bold;
    font-size: 15px;
    color: #222;
  }
  
  /* Notification Message */
  .notif-message {
    font-size: 13px;
    color: #555;
  }
  
  /* Notification Details */
  .notif-details {
    font-size: 12px;
    color: #777;
  }
  
  /* Unread Notifications */
  .notif-unread {
    background: linear-gradient(135deg, #f3f8fe, #eef3ff) !important;
    font-weight: bold;
    /* border-left: 5px solid #007bff; */
  }
  
  /* Remove Button - Modern Look */
  .remove-notif, .remove-notif-alert, .tenant-remove-notif, .tenant-remove-notif-alert  {
    background: rgba(255, 77, 77, 0.15); /* Soft transparent red */
    color: #ff4d4d;
    font-size: 14px;
    padding: 8px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
  }
  
  .remove-notif i, .tenant-remove-notif i {
    font-size: 16px;
  }
  
  /* Hover Effect */
  .remove-notif:hover, .tenant-remove-notif:hover {
    background: rgba(255, 77, 77, 0.3);
    color: #cc0000;
    transform: scale(1.1);
  }
  
  
  /* No Notifications Text */
  .notif-empty {
    font-size: 14px;
    color: #777 !important;
    text-align: center;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 8px;
  }
  
  /* Responsive Adjustments */
  @media (max-width: 600px) {
    .notifications-container {
      max-width: 100%;
      padding: 15px;
    }
    
    .notif-item-wrapper {
      gap: 10px;
      flex-wrap: wrap;
    }
  
    .notif-img {
      width: 40px;
      height: 40px;
    }
  
    .notif-time {
      display: none;
    }
  }
  
  
  /* Selection Summary Bar */
  .selection-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 77, 77, 0.15);
    color: #ff4d4d;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
  }
  
  .hidden {
    display: none;
  }
  
  #selection-summary {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #ffffff;
      padding: 10px 15px;
      border-radius: 8px;
      margin-bottom: 15px;
      font-weight: bold;
      color: #5f5f5f;
      max-width: 900px;
      margin: 0 auto;
  }
  
  a:hover {
    color: inherit; /* Keeps the text color the same as the parent element */
    text-decoration: none; /* Removes underline */
  }
 
  .pagination > li > a, .pagination > li:first-child > a, .pagination > li:last-child > a, .pagination > li > span, .pagination > li:first-child > span, .pagination > li:last-child > span {
    color: #434343;
}

#clearSearch:hover {
  color: #000;
}

.filter-from {
    padding: 12.6px;
    border: solid 2px #ebedf3;
}

.groups-img {
    background-color: #575962;
    padding: 7px;
}

body[data-background-color="dark"] .form-control, body[data-background-color="dark"] .form-select, body[data-background-color="dark"] .form-group-default, body[data-background-color="dark"] .select2-container--bootstrap .select2-selection, body[data-background-color="dark2"] .form-control, body[data-background-color="dark2"] .form-select, body[data-background-color="dark2"] .form-group-default, body[data-background-color="dark2"] .select2-container--bootstrap .select2-selection, .select2-container--default .select2-selection--single {
    background-color: #ffffff !important;
    color: #fff;
    border-color: #363739;
}
