.divlogin {
    padding-top: 25px;
}

.badge-danger {
    color: white !important;
}

.password-input-container {
    position: relative;
}

.password-toggle-icon {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #424345;
}

    .password-toggle-icon i {
        font-size: 14px;
    }

.form-control {
    border: 1px solid #adb5bd;
    padding: 0.5rem 0.75rem;
}

.form-group {
    margin-bottom: 21px;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #039BE5
}

.overflow-label {
    margin-top: -0.72rem !important;
    z-index: 100;
}

.text-danger {
    color: red !important;
    font-size: 14px;
}

.profile-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.main-header .navbar-nav .nav-item {
    margin-left: -17.5px;
}

::-webkit-scrollbar {
    width: 1.5px;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.profile-icon {
    width: 36px;
    height: 36px;
    /*border-radius: 50%;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-title > strong {
    color: #212529 !important;
}

.information {
    cursor: pointer;
    color: #00BFFF;
}

    .information:hover {
        cursor: pointer;
        color: #1E90FF;
    }

.table td, .table th {
    padding: 0.4rem !important;
}

.cookies-consent-popup {
    position: fixed;
    bottom: 20px;
    max-width: 340px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 1000;
}

    .cookies-consent-popup i {
        color: #029B8C;
        font-size: 32px;
    }

    .cookies-consent-popup h2 {
        color: #029B8C;
        font-weight: 500;
    }

    .cookies-consent-popup p {
        color: #333;
        font-size: 16px;
        margin: 16px 0;
    }

    .cookies-consent-popup a {
        color: #029B8C;
        text-decoration: none;
    }

        .cookies-consent-popup a:hover {
            text-decoration: underline;
        }

    .cookies-consent-popup button {
        border: none;
        color: #fff;
        padding: 8px 0;
        border-radius: 4px;
        cursor: pointer;
        width: 100%;
        margin-top: 16px;
        transition: background-color 0.2s ease;
    }

        .cookies-consent-popup button:hover {
            background-color: #034bf1;
        }

#declineBtn {
    border: 2px solid #029B8C;
    background-color: #fff;
    color: #029B8C;
}

    #declineBtn:hover {
        border: 2px solid #ffffff;
        background-color: #e74c3c;
        color: #fff;
    }

#acceptBtn {
    background-color: #029B8C;
    color: #fff;
}

    #acceptBtn:hover {
        background-color: #05cdb9;
        color: #fff;
    }

.profile-user-img1 {
    margin: 0 auto;
    padding: 15px;
    width: 150px;
}

.login-image {
    height: 100px;
    width: auto;
    padding: 11px;
}

.project-timeline-icons {
    background-color: #ececec !important;
    color: black !important;
}

.project-timeline-button {
    background-color: #ececec !important;
    color: black !important;
    border-color: #bfbfbf;
}

    .project-timeline-button:hover {
        background-color: #dcdcdc !important;
        color: black !important;
        border-color: #adadad;
    }

.timeline::before {
    background-color: #f8f9fa;
}

.link-styles {
    text-decoration: none;
    background-color: transparent;
    font-weight: 700;
    color: #000000;
}

.timeline > div > .timeline-item > .timeline-header {
    color: #000000;
}

.timeline-body {
    color: #000000;
}

.file-selection {
    border-color: #adb5bd;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color:black;
}

.callout {
    color:black;
}

.form-control {
    color:black;
}

.no-click {
    color: #a8abaf !important;
}

    .no-click:hover {
        color: #a8abaf !important;
        cursor: not-allowed;
    }

.delete-project {
    text-align:center;
    margin-left:10px;
    margin-right:10px;
}

.bg-4e {
    background-color: #f8f9fa !important;
    color: #000000 !important;
}

.small-box > .small-box-footer {
    color: #000000 !important;
}

body {
    color: #000000 !important;
    background-color: #f8f9fa !important;
}

.content-header .breadcrumb {
    font-size:15px;
}

.bg-white {
    background-color: #ffffff !important;
    color: #000000 !important;
}

label {
    color: #000000 !important;
}

.breadcrumb-item.active {
    color: #000000 !important;
}

.invoice {
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
}

.custom-timeline-item {
    box-shadow: none !important;
    border-radius: 0px !important;
    background-color: #f8f9fa !important;
    margin-left: 60px;
    margin-right: 15px;
    margin-bottom: -7.5px;
    padding: 0;
    position: relative;
    text-align:center;
}

.btn-outline-info {
    color: #0c3558 !important;
    border-color: #0c3558 !important;
}

    .btn-outline-info:hover {
        color: white !important;
        border-color: #0c3558 !important;
        background-color: #0c3558 !important;
    }

.sidebar-mini .nav-sidebar, .sidebar-mini .nav-sidebar .nav-link, .sidebar-mini .nav-sidebar > .nav-header {
    color: white;
    background-color: #0c3558;
}

.nav-treeview > .nav-item > .nav-link:hover, .nav-treeview > .nav-item > .nav-link:focus {
    background-color: white !important;
    color: #0c3558 !important;
}

[class*=sidebar-dark-] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item:hover > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item > .nav-link:focus {
    background-color: #0c3558;
    color: white;
}

.nav-sidebar > .nav-item > .nav-link:hover, .nav-treeview > .nav-item > .nav-link:focus {
    background-color: white !important;
    color: #0c3558 !important;
}

.nav-sidebar > .nav-item.menu-open > .nav-link {
    background-color: #0c3558;
    color: white;
}

.os-theme-dark > .os-scrollbar-vertical, .os-theme-light > .os-scrollbar-vertical {
    width: 1px !important;
}


.callout.callout-info {
    border-left-color: #0c3558 !important;
}

.form-row1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.f1 {
    cursor: not-allowed !important;
    background-color: #f8f9fa !important;
    color: black !important;
    border-color: #bfbfbf !important;
}

/* Chat Icon Style */
#chatIcon {
    position: fixed;
    bottom: 65px;
    right: 27px;
    width: 42px;
    height: 42px;
    background-color: #f8f9fa;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    cursor: pointer;
}

    #chatIcon img {
        width: 32px;
        height: 32px;
    }

/* Contact Section Style */
#contactSection {
    position: fixed;
    bottom: 125px; /* Adjust to appear above the chat icon */
    right: 27px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
    display: none; /* Initially hidden */
    width: 200px; /* Adjust width as needed */
    text-align: left;
}

    #contactSection p {
        margin: 10px 0;
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #333;
    }

    #contactSection .img1 {
        width: 15px;
        height: 15px;
        margin-right: 16.5px;
    }

    #contactSection .img3 {
        width: 19px;
        height: 19px;
        margin-right: 12.5px;
    }

    #contactSection a {
        color: #0c3558;
        text-decoration: none;
        font-weight: bold;
    }

        #contactSection a:hover {
            text-decoration: underline;
        }

/* Chat Icon Hover Effect */
#chatIcon:hover {
    background-color: rgba(0,0,0,.1);
    transform: scale(1.1);
}

/* Contact Section Animation */
#contactSection.fadeIn {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.note-editor {
    max-width: 600px !important; /* Match the editor's width */
    margin: 0 auto !important; /* Centers horizontally */
}
