@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;
}

.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 Poppins to the whole project */
body {
    font-family: "Poppins", 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-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;
}

/* 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: 25px;
    width: 25px;
}

.topnav {
    min-height: 67px;
}

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

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

.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;
    padding-top: 5px;
}

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

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

.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;
}

/* 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;
}

/* 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: #809624 !important;
    color: #fff !important;
    border-color: #809624 !important;
}



@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;
    }
}