* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins;
}

.navbar {
    background: #001435;
    box-shadow: 4px 6px 24px 0px rgba(109, 141, 173, 0.25);
    justify-content: space-between;
}

.navbar-brand {
    font-weight: bold;
    color: white;
}

    .navbar-brand span {
        color: #1DB6F0; /* Light blue for 'Service' */
    }

.nav-link {
    color: #FFF !important;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .nav-link:hover {
        color: white !important;
    }

.navbar-toggler{
    color: #fff;
}



.profile-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.dropdown-menu {
    right: 0;
    left: auto;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #04B4C7;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    margin-left: 15px;
}

.without-arrow::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border: none;
    margin-left: 0px;
}

.navbar-icon {
    width: 15px;
    margin-right: 5px;
}

.logo{
    max-width: 162px;
}

.card {
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: none;
}

.btn-filter {
    border: 1px solid #F5F7FA;
    color: #001435;
    border-radius: 7px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 15.29px;
    vertical-align: middle;
    background-color: #F5F7FA;
}

    .btn-filter.active {
        background-color: #F5F7FA;
        color: #04B4C7;
        border: 1px solid #04B4C7;
    }


#workOrdersChart {
    max-height: 370px;
}

.bg-lightblue {
    background-color: #F5F7FA;
}
.bg-white {
    background: #FFF !important;
}

.text-grey {
    color: #748194 !important;
}

.text-blue {
    color: #04B4C7 !important;
}

.f-12 {
    font-size: 12px;
}

.f-15 {
    font-size: 15px;
}

.f-16{
    font-size: 16px;
}

.f-17 {
    font-size: 17px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px;
}

.f-24 {
    font-size: 24px;
}

.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;
}

.border-bottom {
    border-bottom: 1px solid #D4DEE7 !important;
}

.scrollable{
    height: 370px;
    overflow-x: auto;
}

.btn-blue {
    background: #04B4C7;
    color: #fff;
    border: 1px solid #04B4C7;
}

    .btn-blue:hover {
        color: #fff;
        background: #03868d;
    }

.text-red {
    color: #FF6962 !important;
}

.hover-icon {
    display: none;
}

.img-0 {
    width: 17px;
}

.img-1{
    width: 24px;
}

.img-2 {
    width: 18px;
}

.img-3 {
    width: 13px;
    height: 18px;
}

.confirmed {
    background-color: #77DD77;
    color: #FFFFFF !important;
}

.Completed,
.Assign {
    background-color: #04B4C7;
    color: #FFFFFF !important;
}

.Schedule {
    background-color: #CEADE6;
    color: #FFFFFF !important;
}

.On-site {
    background-color: #FFB246;
    color: #FFFFFF !important;
}

.Processed {
    background-color: #6DC7BD;
    color: #FFFFFF !important;
}

.Delayed {
    background-color: #FF6962;
    color: #FFFFFF !important;
}

.Returned {
    background-color: #AEC6D0;
    color: #FFFFFF !important;
}

.btn-link {
    text-decoration: none;
    color: #748194;
}

    .btn-link img {
        margin-left: 5px;
    }

    .btn-link:hover .simple-icon{
        display: none;
    }


    .btn-link:hover .hover-icon {
        display: inline-block;
    }

.more-option-dropdown .dropdown-item,
.notifications-dropdown .dropdown-item{
    padding: 0.75rem 1rem;
    border-bottom: 1.24px solid #9EB3C91A !important;
}

.notifications-dropdown .dropdown-item {
    white-space: normal;
}

    .more-option-dropdown .dropdown-item:hover,
    .notifications-dropdown .dropdown-item:hover {
        border-bottom: 1.24px solid #04B4C7 !important;
        background-color: #04B4C726 !important;
    }

.more-option-dropdown .dropdown-menu,
.notifications-dropdown .dropdown-menu {
    box-shadow: 4.97px 7.46px 29.85px 0px #6D8DAD1A;
    border: none !important;
    border-radius: 17px;
    min-width: 350px;
    padding: 2rem;
}

.notifications-dropdown .dropdown-menu {
    min-width: 450px;
}

    .notification-list {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

.notifications-dropdown ul {
    height: 400px;
    overflow-x: auto;
    padding: 0;
    scrollbar-width: thin;
    scrollbar-color: #04B4C7 transparent; /* For Firefox */
}

    /* WebKit Browsers (Chrome, Safari, Edge) */
    .notifications-dropdown ul::-webkit-scrollbar {
        width: 6px;
    }

    .notifications-dropdown ul::-webkit-scrollbar-thumb {
        background-color: #04B4C7;
        border-radius: 10px;
    }

    .notifications-dropdown ul::-webkit-scrollbar-track {
        background: transparent;
    }

    .notifications-dropdown ul::-webkit-scrollbar-button {
        display: none;
    }


.icon-circle {
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50%;
    background-color: #001f3f; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .icon-circle img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.bg-blue {
    background-color: #04B4C7;
}

.notification-content {
    flex: 1;
    margin-bottom: 7px;
}

    .notification-content .title {
        margin-bottom: 0px;
        font-family: Poppins;
        font-weight: 700;
        font-size: 12.5px;
        color: #020304;
    }

    .notification-content .wo-number {
        color: #02B7C2;
        font-weight: 600;
    }

.notification-item .time {
    font-family: Poppins;
    font-weight: 400;
    font-size: 10.42px;
    color: #6E7882;
}

.change-password-container {
    padding: 2rem;
}

.profile-sidebar {
    border-right: 1px solid #D5E1F2;
    padding-bottom: 60px;
}

.profile-img-wrapper {
    width: 160px;
    height: 150px;
    margin: 0 auto;
    padding: 5px;
    border-radius: 2.09px;
    border: 1.05px solid #D5E1F2;
}

    .profile-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.image-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px auto;
}

.btn-icon {
    background: #FFFFFF;
    border: 1.52px solid #D5E1F2;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 20px;
    color: #D5E1F2;
    box-shadow: 6.07px 9.1px 7.58px 0px #6D8DAD26;
}

    .btn-icon:hover {
        color: #04B4C7;
        border: 1.52px solid #04B4C7;
        background: #F5F7FA;
    }

.info-section .bg-light-purple {
    background-color: #CEADE6;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    font-size: 14.96px;
    font-weight: 400;
    display: inline-block;
}

.password-heading {
    color: #04B4C7;
    background-color: #F5F7FA;
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 10px 20px 20px;
    border-bottom: 2px solid #04B4C7;
}

.form-control {
    font-size: 14px;
}

.password-form {
    padding: 20px 10px 20px 20px;
    
}

    .password-form .form-label {
        font-family: Poppins;
        font-weight: 400;
        font-size: 15.31px;
        color: #001435;
    }

    .password-form .form-control {
        border: 1.09px solid #D5E1F2;
        border-radius: 2px;
        font-family: Poppins;
        font-weight: 400;
        font-size: 13.13px;
        color: #748194;
        padding: 12px;
    }

.save-actions {
    border-top: 0.91px solid #D5E1F2;
    display: flex;
    justify-content: end;
    gap: 10px;
    padding: 20px;
}

.save-actions .btn-blue{
    padding: 8px 30px;
}

    .save-actions .btn-cancel {
        padding: 8px 30px;
        background-color: #F5F7FA;
    }


.fixed-td {
    max-width: 150px; /* Adjust width accordingly */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 100%;
}

    .fixed-td span {
        display: inline-block;
        max-width: 16ch; /* Limits to 16 characters */
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 100%;
    }

#custom-tooltip {
    display: none; /* Hide on load */
}


.custom-tooltip {
    position: absolute;
    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    z-index: 9999;
    display: none;
    min-width: 280px;
    font-size: 13px;
    gap: 10px;
    display: flex;
    align-items: center;
}

    .custom-tooltip .avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
    }

.tooltip-info {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

    .tooltip-info a {
        color: #04B4C7 !important;
    }

.company {
    font-weight: bold;
    color: #007bff;
    display: block;
    text-decoration: underline;
}

