@font-face {
    font-family: "Poppins";
    src: url("../assets/fonts/poppins/Poppins-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../assets/fonts/poppins/Poppins-ThinItalic.ttf")
        format("truetype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "Poppins";
    src: url("../assets/fonts/poppins/Poppins-ExtraLight.ttf")
        format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../assets/fonts/poppins/Poppins-ExtraLightItalic.ttf")
        format("truetype");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "Poppins";
    src: url("../assets/fonts/poppins/Poppins-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../assets/fonts/poppins/Poppins-LightItalic.ttf")
        format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Poppins";
    src: url("../assets/fonts/poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../assets/fonts/poppins/Poppins-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Poppins";
    src: url("../assets/fonts/poppins/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../assets/fonts/poppins/Poppins-MediumItalic.ttf")
        format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Poppins";
    src: url("../assets/fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../assets/fonts/poppins/Poppins-SemiBoldItalic.ttf")
        format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Poppins";
    src: url("../assets/fonts/poppins/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../assets/fonts/poppins/Poppins-BoldItalic.ttf")
        format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Poppins";
    src: url("../assets/fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../assets/fonts/poppins/Poppins-ExtraBoldItalic.ttf")
        format("truetype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "Poppins";
    src: url("../assets/fonts/poppins/Poppins-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../assets/fonts/poppins/Poppins-BlackItalic.ttf")
        format("truetype");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "Bricolage Grotesque";
    src: url("../assets/fonts/bricolage-grotesque/BricolageGrotesque-ExtraLight.ttf")
        format("truetype");
    font-weight: 200;
    font-style: normal;
}


@font-face {
    font-family: "Bricolage Grotesque";
    src: url("../assets/fonts/bricolage-grotesque/BricolageGrotesque-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Bricolage Grotesque";
    src: url("../assets/fonts/bricolage-grotesque/BricolageGrotesque-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Bricolage Grotesque";
    src: url("../assets/fonts/bricolage-grotesque/BricolageGrotesque-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Bricolage Grotesque";
    src: url("../assets/fonts/bricolage-grotesque/BricolageGrotesque-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Bricolage Grotesque";
    src: url("../assets/fonts/bricolage-grotesque/BricolageGrotesque-Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Bricolage Grotesque";
    src: url("../assets/fonts/bricolage-grotesque/BricolageGrotesque-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}


@font-face {
    font-family: "Bricolage Grotesque";
    src: url("../assets/fonts/bricolage-grotesque/BricolageGrotesque-ExtraBold.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Bricolage Grotesque";
    src: url("../assets/fonts/bricolage-grotesque/BricolageGrotesque-ExtraBold.ttf")
        format("truetype");
    font-weight: 900;
    font-style: italic;
}

.outline-0 {
    outline: none !important;
}

.text-right {
    text-align: right !important;
}

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

.cursor-pointer {
    cursor: pointer !important;
}

main {
    min-height: 100vh;
}

/* Apply Bricolage Grotesque to the whole project */
body {
    font-family: "Bricolage Grotesque", sans-serif;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

/* Line Height */

.lh-0 {
    line-height: 0;
}

.lh-21 {
    line-height: 21px;
}

.lh-60 {
    line-height: 60px;
}

/* Font Size */

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-20 {
    font-size: 20px;
}

.fs-25 {
    font-size: 25px;
}

.fs-30 {
    font-size: 30px;
}

.fs-40 {
    font-size: 40px;
}

/* Form Control */
.form-control {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 16px;
}

.form-control:focus {
    box-shadow: none !important;
    /* border: 1px solid #c5ccd6 !important; */
}

trix-editor {
  min-height: 300px !important; /* Adjust this height as needed */
  max-height: 500px; /* Optional max height */
  overflow-y: auto;  /* Add scrollbar if content exceeds max height */
}

#compose_form .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #c5ccd6 !important;
}

#compose_form .select2-container--default .select2-search--inline .select2-search__field, .select2-results__option {
    font-size: 0.875rem !important;
}

#compose_form .select2-container .select2-selection--multiple {
    min-height: 40px;
    padding: 3px 10px;
}

#message_subject:focus {
    border: 1px solid #c5ccd6 !important;
}


/* Button */
.btn-main {
    padding-left: 49px;
    padding-right: 49px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.text-dgray {
    color: #494949 !important;
}

/* Navigation */
.topnav-main {
    /* background: linear-gradient(90deg, #db6a8a 0%, #ffbe69 100%); */
    background-color: #0078E5;
}

#windows-control {
    padding: 0 20px;
}

#windows-control .close-window {
    background-color: #ff5e57;
    border-radius: 50px;
    width: 16px;
    height: 16px;
}

#windows-control .minimize-window {
    background-color: #ffbd2d;
    border-radius: 50px;
    width: 16px;
    height: 16px;
}

#windows-control .toggle-window {
    background-color: #26c940;
    border-radius: 50px;
    width: 16px;
    height: 16px;
}

#sidenavAccordion .feather {
    height: 22px;
    width: 22px;
}

.topnav {
    min-height: 67px;
}

.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav {
    padding-top: 67px;
    border-right: 1px solid #bdbdbd;
}

.sidenav-light {
    /* background-color: #eeeeee; */
    background-color: #fff;
}

.sidenav .sidenav-menu .nav .brand {
    font-size: 20px;
    color: #494949;
    text-align: center;
    text-transform: capitalize;
}

.sidebar-divider {
    border-top: 1px solid #494949;
}

.logout-container {
    display: flex;
    align-items: center;
    line-height: normal;
}

.sidenav .nav-link {
    color: #494949;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 500;
}

.logout-container .nav-link {
    display: flex;
    align-items: center;
    line-height: normal;
    position: relative;
}

/* .nav-link-container {
    height: 300px;
} */

.logout-container .nav-link-icon {
    font-size: 0.9rem;
    padding-right: 0.5rem;
    display: inline-flex;
}

.nav-link-icon img {
    width: 20px;
    height: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#content {
    /* background-color: #f6f6f6; */
    background-color: #F2F5FC;
    padding-top: 5px;
}

.no-shadow {
    box-shadow: none !important;
}

.card-gray {
    background-color: #eeeeee;
    border: none;
    border-radius: 15px;
}

.card {
    border-radius: 15px;
}

/* #dashboard-index .card-gray .card-header {
    /* background-color: #eeeeee;
    background-color: #3378E0;
    font-weight: 600 !important;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-color: rgba(73, 73, 73, 0.3);
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff !important
} */

#dashboard-index .card-header {
    /* background-color: #eeeeee; */
    background-color: #3378E0;
    font-weight: 600 !important;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-color: rgba(73, 73, 73, 0.3);
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff !important
}

/* .card-gray .card-header {
    background-color: #eeeeee;
    font-weight: 600 !important;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-color: rgba(73, 73, 73, 0.3);
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
} */

.card-header {
    background-color: #fff;
    font-weight: 600 !important;
    border-top-right-radius: 15px !important;
    border-top-left-radius: 15px !important;
    border-bottom-color: rgba(73, 73, 73, 0.3);
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Schedule */
.message-list-controls, .schedule-list-controls {
    font-size: 16px;
    color: #494949;
}
.schedule-list, .message-list {
    font-size: 16px;
    color: #494949;
    margin-bottom: 0;
}

/* Messages */
.message-header {
    display: flex;
    justify-content: space-between;
}

.message-user-image {
    width: 40px;
    height: 40px;
    background-size: cover;
    border-radius: 50%;
}

img.single-message-icon {
    height: 20px;
    width: auto;
    cursor: pointer;
    margin-left: 3px;
}

.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu  {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.box-shadow-none {
    box-shadow: none !important;
}

/* Badge */
.pending-badge {
    background-color: #ffbd2d !important;
    color: #fff !important;
    border-color: #ffbd2d !important;
}

.pending-badge:hover, .pending-badge:focus, .pending-badge:active {
    background-color: #cc9724 !important;
    color: #fff !important;
    border-color: #cc9724 !important;
}

.in-progress-badge {
    background-color: #6A95DB !important;
    color: #fff !important;
    border-color: #6A95DB !important;
}

.in-progress-badge:hover, .in-progress-badge:focus, .in-progress-badge:active {
    background-color: #5477af !important;
    color: #fff !important;
    border-color: #5477af !important;
}

.for-revision-badge {
    background-color: #DA4040 !important;
    color: #fff !important;
    border-color: #DA4040 !important;
}

.for-revision-badge:hover, .for-revision-badge:focus, .for-revision-badge:active {
    background-color: #ae3333 !important;
    color: #fff !important;
    border-color: #ae3333 !important;
}

.for-approval-badge {
    background-color: #75C926 !important;
    color: #fff !important;
    border-color: #75C926 !important;
}

.for-approval-badge:hover, .for-approval-badge:focus, .for-approval-badge:active {
    background-color: #5da01e !important;
    color: #fff !important;
    border-color: #5da01e !important;
}

.approved-badge {
    background-color: #00ac69 !important;
    color: #fff !important;
    border-color: #00ac69 !important;
}

.approved-badge:hover, .approved-badge:focus, .approved-badge:active {
    background-color: #008954 !important;
    color: #fff !important;
    border-color: #008954 !important;
}

.completed-badge {
    background-color: #26C940 !important;
    color: #fff !important;
    border-color: #26C940 !important;
}

.completed-badge:hover, .completed-badge:focus, .completed-badge:active {
    background-color: #008954 !important;
    color: #fff !important;
    border-color: #008954 !important;
}

.status-button {
    min-width: 110px;
}

.cloudberry-badge {
    padding: 7px 10px;
    border-radius: 20px;
    min-width: 110px;
}

.cloudberry-badge.badge-large {
    padding: 14px 10px;
    border-radius: 5px;
}

#tasks-index .assignnee-icon {
    width: 25px;
    height: 25px;
}

.assignnee-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-size: cover;
}

.modal-close-btn {
    background: rgba(77, 77, 153, 1);
    font-size: 16px;
    padding: 5px 8px;
    border-radius: 50px;
    color: #fff;
}

.modal-close-btn:hover {
    background: rgba(77, 77, 153, 0.8);
}

/* Modal V2 */
.cloudberry-modal.v2 .modal-body {
    padding-left: 25px;
    padding-right: 25px;
}


.scrollable-div {
    overflow-x: scroll;  /* Allow horizontal scrolling */
    overflow-y: hidden;  /* Disable vertical scrollbar */
    white-space: nowrap; /* Prevent wrapping of content */
}

/* Modal */

@media only screen and (min-width: 982px) {
    .cloudberry-modal .modal-dialog {
        margin-top: 200px;
    }
}

.cloudberry-modal .modal-header {
    /* border-color: #494949; */
}

.cloudberry-modal .modal-content {
    border-radius: 20px;
    background-color: #F5F5F5;
}

/* Custom Dropdown */

/* public/css/staff-dropdown.css */

/* Dropdown container styling */
.dropdown-container {
    position: relative;
}

/* Dropdown list styling */
.dropdown-list {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background-color: white;
    /* box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); */
    border-radius: 5px;
    z-index: 1000;
    max-height: 168px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Dropdown item styling */
.dropdown-item {
    padding: 5px 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    
    font-size: 14px;
}

.dropdown-item:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}

.dropdown-item img {
    width: 20px;
}

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

/* Image in the dropdown */
.dropdown-item img {
    border-radius: 50%;
    margin-right: 10px;
}

/* User list styling */
.user-list {
    list-style-type: none;
    padding: 0;
}

.user-list li {
    display: flex;
    align-items: center;
    margin: 10px 0;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); */
    font-size: 15px;
}

.user-list li img {
    border-radius: 50%;
    margin-right: 10px;
    width: 20px;
}

.user-list li button {
    margin-left: auto;
    padding: 3px 10px;
    background-color: #e74c3c;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 12px;
    border-radius: 5px;
}

.user-list li button:hover {
    background-color: #c0392b;
}

/* Assignee list styling */
.assignees-list {
    list-style-type: none;
    padding: 0;
}

.assignees-list li {
    display: flex;
    align-items: center;
    margin: 10px 0;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); */
    font-size: 15px;
}

.assignees-list li img {
    border-radius: 50%;
    margin-right: 10px;
    width: 20px;
}

.assignees-list li button {
    margin-left: auto;
    padding: 3px 10px;
    background-color: #e74c3c;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 12px;
    border-radius: 5px;
}

.assignees-list li button:hover {
    background-color: #c0392b;
}

.loading-spinner {
    text-align: center;
    margin: 50px;
    position: absolute;
    top: 25%;
    left: 50%;
    right: 50%;
    z-index: 999999;
}

.accordion-icon {
    transition: all 0.3s ease;
}

.rotate-90 {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.for-meetings-badge {
    background-color: #ff8f57 !important;
    color: #fff !important;
    border-color: #ff8f57 !important;
}

#onboarding-banner {
    background-color: #F09563;
    top: 0px;
    width: 100%;
    font-weight: 500;
}



@media (min-width: 576px) {
    .topnav .dropdown .dropdown-menu {
        min-width: 22rem !important;
    }
    .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-text {
        max-width: 20rem !important;
    }
}

.rotate--90 { transform: rotate(-90deg); }

/* Force borders on DataTables Bootstrap table */
table.dataTable,
table.dataTable th,
table.dataTable td {
    border: 1px solid #dee2e6 !important; /* matches Bootstrap border color */
}

table.dataTable thead th {
    border-bottom: 2px solid #dee2e6 !important;
}

/* Optional: remove double borders if needed */
table.dataTable.stripe tbody tr.odd,
table.dataTable.stripe tbody tr.even {
    border-top: none;
    border-bottom: none;
}

div.dataTables_wrapper div.dataTables_processing {
    margin-left: 0 !important;
}

.project-badge {
    width: 41px;
    height: 41px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.project-card {
    min-height: 222px;
}

.disabled {
    pointer-events: none;
    background-color: #e9ecef !important; /* same as .form-control:disabled */
    opacity: 1 !important;                /* keep text visible */
    cursor: not-allowed;
}

#sidebarShrinkToggle {
    position: absolute;
    right: -12px;
    width: 24px !important;
    height: 24px !important;
    z-index: 1000;
    border-radius: 50%;
    top: 50%;
}

.berrysuite-icon, .berrysuite-logo {
    transition: display 0.3s ease;
}

/* #googleLogin {
    top: -2px;
    position: relative;
} */

#sidebarShrinkToggle {
    right: -12px;
    width: 24px !important;
    height: 24px !important;
}

.berrysuite-icon.w-100 {
    max-width: 35px !important;
}

.chevron-sidebar {
    width: 16px !important;
    height: 16px !important;
}

html.dark-mode #content {
    background-color: #1C2938 !important;
    color: #fff !important;
}

html.dark-mode body {
    background-color: #1C2938 !important;
    color: #fff !important;
}


html.dark-mode .text-dgray, html.dark-mode ul li,html.dark-mode p, html.dark-mode a, html.dark-mode .no-messages {
    color: #fff !important;
}

html.dark-mode .card {
    color: #fff !important;
    background-color: #272f3b !important;
}

html.dark-mode .message-item {
    color: #fff !important;
    background-color: #1C2938 !important;
}

html.dark-mode .message-item.unread {
    color: #fff !important;
    background-color: #494949 !important;
}

html.dark-mode .messages-row > .col-12:nth-child(2) {
    color: #fff !important;
    background-color: #1C2938 !important;
}

html.dark-mode .client-card .card-header {
    background-color: #0078e5 !important;
    color: #fff !important;
}

html.dark-mode .dropdown-menu {
    color: #fff !important;
    background-color: #272f3b !important;
}

html.dark-mode .dropdown-item:hover {
    background-color: #1C2938;
}

html.dark-mode .text-dark {
    color: #fff !important;
}

html.dark-mode img.single-message-icon {
    filter: invert(1);
}

html.dark-mode #projects-index .card-header {
    background-color: #0078e5 !important;
    color: #fff !important;
}

html.dark-mode .bg-white {
    color: #fff !important;
    background-color: #272f3b !important;
}

html.dark-mode .bg-light {
    color: #fff !important;
    background-color: #1C2938 !important;
}

html.dark-mode .list-group-item {
    color: #fff!important;
    background-color: #272f3b !important;
}

html.dark-mode .list-group-item {
    color: #fff !important;
    background-color: #272f3b !important;
}

html.dark-mode #breadcrumbs-container h5, html.dark-mode h6 {
   color: #fff !important;
}

html.dark-mode #meetings-index .card-header {
    background-color: #272f3b !important;
}

html.dark-mode #meetings-index .fc-col-header-cell.fc-day {
    background-color: #272f3b !important;
}
html.dark-mode #calendar-index .fc-toolbar-title {
    color: #fff !important;
}

html.dark-mode .pagination, html.dark-mode .datatable-pagination ul {
    --bs-pagination-bg: transparent;
    --bs-pagination-disabled-bg: transparent;
}
html.dark-mode .disabled {
    background-color: #1C2938 !important;
}

.message-label-container {
    display: flex;
    vertical-align: middle;
    gap: 5px;
}


html.dark-mode .nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav {
    border-right-color: rgba(73, 73, 73, 0.5) !important;
}

html.dark-mode .logout-btn {
    color: #fff !important;
}

html.dark-mode .modal-content {
    background-color: #1C2938 !important;
    color: #fff !important;
}

html.dark-mode .modal-title {
    color: #fff !important;
}

html.dark-mode .btn-close {
    color: #fff !important;
    filter: invert(1);
}

html.dark-mode .modal-body input, html.dark-mode .modal-body select, html.dark-mode .modal-body textarea {
    color: #fff !important;
    background-color: #272f3b !important;
    border-color: #272f3b !important;
}

html.dark-mode #messages-index .form-control:focus {
    outline: none !important;
}

html.dark-mode .modal-header, html.dark-mode .modal-footer {
    border: none !important;
}

html.dark-mode .modal-body ::placeholder {
  color: #fff !important; /* Sets the placeholder text color to red */
  opacity: 1; /* Ensures full opacity, especially for Firefox */
}

/* For older versions of Chrome, Safari, and Opera */
html.dark-mode .modal-body ::-webkit-input-placeholder {
  color: #fff !important;
}

/* For older versions of Firefox (19 and earlier) */
html.dark-mode .modal-body :-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

/* For older versions of Firefox (20 and later) */
html.dark-mode .modal-body ::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

/* For Internet Explorer 10-11 */
html.dark-mode .modal-body :-ms-input-placeholder {
  color: #fff !important;
}

/* For Microsoft Edge */
html.dark-mode .modal-body ::-ms-input-placeholder {
  color: #fff !important;
}

html.dark-mode .calendar-details {
    color: #fff !important;
}

html.dark-mode .fc-theme-standard .fc-popover, html.dark-mode .fc-popover-header  {
    color: #fff !important;
    background-color: #1C2938 !important;
    border: none !important;
}

html.dark-mode .dropdown-item, html.dark-mode .dropdown-user-details-name {
    color: #fff !important;
}

html.dark-mode .dropdown-user-details-email {
    color: #a7aeb8 !important;
}
html.dark-mode .select2-container--default .select2-selection--multiple {
    background-color: #272f3b !important;
    border-color: #272f3b !important;
}

.select2-container--default .select2-selection--multiple {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 16px;
    font-family: inherit;
    font-size: 0.875rem;
} 
.select2-container .select2-search--inline .select2-search__field {
    height: 21px !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    background: transparent !important
}
html.dark-mode .select2-results__options {
    color: #fff !important;
    background-color: #272f3b !important;
    border-color: #272f3b !important;
}

html.dark-mode .select2-selection__choice {
    background-color: #272F3B !important;
    color: #fff !important;
}

html.dark-mode .trix-toolbar .trix-button {
    color: #fff !important;
}

html.dark-mode .trix-button {
  color: #fff !important;
  background: transparent;
  border: none;
}

html.dark-mode .trix-button:not(:disabled):hover {
    background-color: #F09563;
}

html.dark-mode .trix-button.trix-active {
  background-color: #F09563;
  color: #fff !important;
}

html.dark-mode .trix-toolbar {
  background-color: #1C2938;
  border-radius: 8px;
  border: 1px solid #1C2938;
}

html.dark-mode .trix-button--icon::before {
    filter: invert(1) !important;
}

html.dark-mode .trix-dialog {
    box-shadow: none !important;
    background-color: #272F3B !important;
}


html.dark-mode .dropdown-list {
    background-color: #272f3b !important;
    color: #fff !important;
}

html.dark-mode .dropdown-select {
    background-color: #272f3b !important;
    color: #fff !important;
}

html.dark-mode #user-account-settings-form .form-control {
    background-color: #272f3b !important;
    color: #fff !important;
    border-color: #272f3b !important;
}

html.dark-mode #user-account-settings-form .form-control:focus {
    background-color: #272f3b !important;
    color: #fff !important;
    border-color: #0078e5 !important;
}

html.dark-mode .shepherd-content {
    background-color: #272f3b !important;
    
}

html.dark-mode .shepherd-has-title .shepherd-content .shepherd-header {
    background-color: #0078e5 !important;
}

html.dark-mode .shepherd-text, html.dark-mode .shepherd-title {
    color: #fff !important;
}

html.dark-mode .shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover {
    color: #494949 !important;
}

html.dark-mode .shepherd-has-title .shepherd-content .shepherd-cancel-icon {
    color: #fff !important;
}

html.dark-mode .task-comment-item {
    background-color: #494949 !important;
    color: #fff !important;
}

html.dark-mode .task-media-comment-form .task-comment-div, html.dark-mode .comment-reply-form .comment-reply-div {
    background-color: #494949 !important;
    color: #fff !important;
}

html.dark-mode .task-media-comment-form .comment-input, html.dark-mode .reply-input {
    color: #fff !important;
    background: transparent !important;
}

html.dark-mode #user-account-settings-form .form-select {
    background-color: #272f3b !important;
    color: #fff !important;
    border-color: #272f3b !important;
}

html.dark-mode .page-link:hover, html.dark-mode .datatable-pagination a:hover, html.dark-mode .page-link:focus, html.dark-mode .datatable-pagination a:focus {
    background-color: #ff8f57 !important;
    color: #fff !important;
}

html.dark-mode .copyright-text {
    color: #fff !important;
}

html.dark-mode .assignees-list li {
    background-color: #272f3b !important;
    color: #fff !important;
    border-color: #272f3b !important;
}

html.dark-mode #clients-index .card .card-header {
    background-color: #0078e5 !important;
    color: #fff !important;
}


#users-table_wrapper .col-sm-12 {
    margin: 10px 0;
}

#users-table_wrapper {
    margin-top: 10px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #c5ccd6 !important;
}
/* For centering login form to the screen */

#layoutAuthentication .container-xl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

#layoutAuthentication .auth-logo { 
    margin-top: 0;
}
/* End of for centering login form to the screen */








