/* Custom font Chronograph */
@font-face {
    font-family: "Chronograph";
    src: url("../fonts/Chronograph-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Chronograph";
    src: url("../fonts/Chronograph.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Chronograph";
    src: url("../fonts/Chronograph-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Chronograph";
    src: url("../fonts/Chronograph-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

/* Manrope font from Google */
@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope/Manrope-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

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

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

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

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

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

/*  */
:root {
    --hookedUp-custom-color: #606c38;
}

.text-primary {
    color: var(--hookedUp-custom-color);
}

.link {
    text-decoration: none;
    color: #ffff;
}
.opaque-bg {
    position: fixed; /* Change from absolute to fixed */
    /* height: 165px; */
    height: 20px;

    left: 280px;
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 0; /* Positions it at the bottom of the page */
    z-index: 10; /* Ensures it stays on top of other elements, if needed */
}
.h-118 {
    height: 118px;
}
.h-207 {
    height: 207px;
}
.w-88 {
    width: 150px;
}
.w-340 {
    width: 340px;
}
.w-385 {
    width: 385px;
}
.w-1 .h-58 {
    height: 58px;
}
.w-near-full {
    width: 98%;
}
/* margin */
.mt-30 {
    margin-top: -34px;
}

/* Base font sizes for all screens */
/* Original font sizes for all screens */
.fs-5 {
    font-size: 5px;
}
.fs-6 {
    font-size: 6px;
}
.fs-7 {
    font-size: 7px;
}
.fs-8 {
    font-size: 8px;
}
.fs-9 {
    font-size: 9px;
}
.fs-10 {
    font-size: 10px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.fs-24 {
    font-size: 24px;
}
.fs-28 {
    font-size: 28px;
}
.fs-32 {
    font-size: 32px;
}

/* Small screens (≥576px) */
@media (min-width: 576px) {
    .fs-sm-5 {
        font-size: 5px;
    }
    .fs-sm-6 {
        font-size: 6px;
    }
    .fs-sm-7 {
        font-size: 7px;
    }
    .fs-sm-8 {
        font-size: 8px;
    }
    .fs-sm-9 {
        font-size: 9px;
    }
    .fs-sm-10 {
        font-size: 10px;
    }
    .fs-sm-11 {
        font-size: 11px;
    }
    .fs-sm-12 {
        font-size: 12px;
    }
    .fs-sm-13 {
        font-size: 13px;
    }
    .fs-sm-14 {
        font-size: 14px;
    }
    .fs-sm-15 {
        font-size: 15px;
    }
    .fs-sm-16 {
        font-size: 16px;
    }
    .fs-sm-18 {
        font-size: 18px;
    }
    .fs-sm-20 {
        font-size: 20px;
    }
    .fs-sm-22 {
        font-size: 22px;
    }
    .fs-sm-24 {
        font-size: 24px;
    }
    .fs-sm-28 {
        font-size: 28px;
    }
    .fs-sm-32 {
        font-size: 32px;
    }
}

/* Medium screens (≥768px) */
@media (min-width: 768px) {
    .fs-md-5 {
        font-size: 5px;
    }
    .fs-md-6 {
        font-size: 6px;
    }
    .fs-md-7 {
        font-size: 7px;
    }
    .fs-md-8 {
        font-size: 8px;
    }
    .fs-md-9 {
        font-size: 9px;
    }
    .fs-md-10 {
        font-size: 10px;
    }
    .fs-md-11 {
        font-size: 11px;
    }
    .fs-md-12 {
        font-size: 12px;
    }
    .fs-md-13 {
        font-size: 13px;
    }
    .fs-md-14 {
        font-size: 14px;
    }
    .fs-md-15 {
        font-size: 15px;
    }
    .fs-md-16 {
        font-size: 16px;
    }
    .fs-md-18 {
        font-size: 18px;
    }
    .fs-md-20 {
        font-size: 20px;
    }
    .fs-md-22 {
        font-size: 22px;
    }
    .fs-md-24 {
        font-size: 24px;
    }
    .fs-md-28 {
        font-size: 28px;
    }
    .fs-md-32 {
        font-size: 32px;
    }
}

/* Large screens (≥992px) */
@media (min-width: 992px) {
    .fs-lg-5 {
        font-size: 5px;
    }
    .fs-lg-6 {
        font-size: 6px;
    }
    .fs-lg-7 {
        font-size: 7px;
    }
    .fs-lg-8 {
        font-size: 8px;
    }
    .fs-lg-9 {
        font-size: 9px;
    }
    .fs-lg-10 {
        font-size: 10px;
    }
    .fs-lg-11 {
        font-size: 11px;
    }
    .fs-lg-12 {
        font-size: 12px;
    }
    .fs-lg-13 {
        font-size: 13px;
    }
    .fs-lg-14 {
        font-size: 14px;
    }
    .fs-lg-15 {
        font-size: 15px;
    }
    .fs-lg-16 {
        font-size: 16px;
    }
    .fs-lg-18 {
        font-size: 18px;
    }
    .fs-lg-20 {
        font-size: 20px;
    }
    .fs-lg-22 {
        font-size: 22px;
    }
    .fs-lg-24 {
        font-size: 24px;
    }
    .fs-lg-28 {
        font-size: 28px;
    }
    .fs-lg-32 {
        font-size: 32px;
    }
}

/* Extra large screens (≥1200px) */
@media (min-width: 1200px) {
    .fs-xl-5 {
        font-size: 5px;
    }
    .fs-xl-6 {
        font-size: 6px;
    }
    .fs-xl-7 {
        font-size: 7px;
    }
    .fs-xl-8 {
        font-size: 8px;
    }
    .fs-xl-9 {
        font-size: 9px;
    }
    .fs-xl-10 {
        font-size: 10px;
    }
    .fs-xl-11 {
        font-size: 11px;
    }
    .fs-xl-12 {
        font-size: 12px;
    }
    .fs-xl-13 {
        font-size: 13px;
    }
    .fs-xl-14 {
        font-size: 14px;
    }
    .fs-xl-15 {
        font-size: 15px;
    }
    .fs-xl-16 {
        font-size: 16px;
    }
    .fs-xl-18 {
        font-size: 18px;
    }
    .fs-xl-20 {
        font-size: 20px;
    }
    .fs-xl-22 {
        font-size: 22px;
    }
    .fs-xl-24 {
        font-size: 24px;
    }
    .fs-xl-28 {
        font-size: 28px;
    }
    .fs-xl-32 {
        font-size: 32px;
    }
}

/*  */
.color-default {
    color: #212221;
}
.color-0E2741 {
    color: #0e2741;
}
.color-7A7A79 {
    color: #7a7a79;
}
.color-neutral {
    color: #56687a;
}
.color-neutral-900 {
    color: #0e2741;
}
.color-neutral-700 {
    color: #3e5267;
}
.colo-neutral-500 {
    color: #8793a0;
}
.color-dark {
    color: #2b361c;
}
.color-dark-green {
    color: #d88f48;
}
.color-dark-yellow {
    color: #f79e1b;
}
.color-dark-gray {
    color: #475467;
}
.color-purple {
    color: #6941c6;
}
.color-DA3B30 {
    color: #da3b30;
}
.color-filter {
    color: #8793a0;
}
.color-111827 {
    color: #111827;
}
/* Fishing and QLD badge Color settings */
.badge-one {
    color: #6941c6;
    border: 1px solid #e9d7fe !important;
    background-color: #f9f5ff;
}

/* Hunting and NSW badge color */
.badge-two {
    color: #175cd3;
    border: 1px solid #b2ddff !important;
    background-color: #eff8ff;
}

/* camping and VIC badge color */
.badge-three {
    color: #3538cd;
    border: 1px solid #c7d7fe !important;
    background-color: #eef4ff;
}

/*  */
.color-848a7c {
    color: #848a7c;
}
.color-344054 {
    color: #344054;
}
.color-d7d9c9 {
    color: #d7d9c9;
}
.color-dark-red {
    color: #606c38;
}
.color-767676 {
    color: #767676;
}
.color-101828 {
    color: #101828;
}
.color-7a7a7a {
    color: #7a7a7a;
}
.color-b1b1b1 {
    color: #b1b1b1;
}
.color-9b9b9b {
    color: #9b9b9b;
}
.bg-d2d4c6 {
    background-color: #d2d4c6;
}
/*  */

.bg-979797 {
    background-color: #979797;
}

/*  */
.bg-light-yellow {
    background-color: #feefd9;
}
.bg-light-green {
    background-color: #d9f7e7;
}

.bg-neutral {
    background-color: #56687a;
}
.bg-light-gray {
    background-color: #f7f7f7;
}
.bg-lighter-gray {
    background-color: #f5f5f5;
}
.bg-dark-green {
    background-color: #d88f48;
}
.bg-dark-red {
    background-color: #606c38;
}
.bg-F3FAFE {
    background-color: #f3fafe;
}
.bg-d7d9c9 {
    background-color: #d7d9c9;
}
.bg-button {
    background-color: #f79e1b;
}
.bg-f9fafb {
    background-color: #f9fafb;
}
.bg-f9f5ff {
    background-color: #f9f5ff;
}
/*  */
.letter-spacing-normal {
    letter-spacing: 0.5px;
}
/*  */
.border-E9D7FE {
    border-color: #e9d7fe;
}
.border-E4E7EC {
    border-color: #e4e7ec;
}
.border-dark-red {
    border-color: #606c38;
}
.border-navbar {
    border-color: #edeff2;
}
.border-D7D9C9 {
    border-color: #d7d9c9;
}
.border-ECEAEF {
    border-color: #eceaef;
}
.border-DA3B30 {
    border-color: #da3b30;
}
/* Padding */
pad-min {
    padding: 1px;
}

/*  */
.custom-shadow {
    box-shadow: 6px 6px 54px 0px #0000000d;
}
/*  */
.usermanager-shadow {
    box-shadow: 0px 1px 2px 0px #1018280d;
}

/*  */
.report-shadow {
    box-shadow: 6px 6px 54px 0px #0000000d;
}

/*  */
.events-shadow {
    box-shadow: 6px 6px 54px 0px #0000000d;
}

.inter-font {
    font-family: "Inter", sans-serif;
}
.manrope-font {
    font-family: "Manrope", system-ui;
}
.chronograph-font {
    font-family: "Chronograph", sans-serif;
}

.button-text {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0.2px;
    color: #344054;
}
/*  */
.text-default {
    font-size: 14px;
    font-weight: 400;
    color: #212221;
    letter-spacing: 0.1px;
}
input:focus {
    border: none;
}
/*  */
html,
body {
    height: 100%;
    /* font-family: "Manrope", system-ui !important; */
    font-family: "Manrope", sans-serif;
    background-color: #fffffc;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

/* Login Page */
.login-container {
    border-radius: 8px;
    max-width: 900px;
}

.logo-section img {
    max-width: 250px;
}

.company-title {
    font-family: "Chronograph", sans-serif;
    color: #d88f48;
    padding-top: 28px;
    font-weight: 400;
    font-size: 45px;
    line-height: 45px;
}

.login-button {
    background-color: var(--hookedUp-custom-color);
    color: #ffff;
    text-transform: uppercase;
    font-weight: 500;
}

.login-button:hover {
    background-color: var(--hookedUp-custom-color);
    color: white;
}

.inbox-button {
    background-color: var(--hookedUp-custom-color);
    color: #ffff;
    font-weight: 500;
}

/* Modal Custom Styles */
.modal-custom {
    width: 400px; /* Set modal width */
    max-width: 90%; /* Allow for mobile responsiveness */
    height: 278px; /* Set modal height */
    padding: 30px; /* Gap inside the modal */
}
.modal-comment {
    height: 483px;
    position: absolute;
    bottom: 0;
    left: -8px;
    width: 375px;
}
@media (max-width: 576px) {
    .modal-custom {
        width: 90%; /* Use a larger width on small screens */
    }
}

.modal-header {
    border: none; /* Remove border */
}

.btn-close {
    background-color: gray; /* Circular gray background */
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.btn:hover {
    background-color: #485129;
    color: white;
}
.modal-body {
    text-align: center; /* Center align text */
}

.logo-img {
    width: 50px; /* Adjust logo size */
    height: auto;
    margin-top: -20px; /* Adjusted to move logo up to be in line with the close button */
}

.modal-title {
    font-weight: 700; /* Bold text */
    font-size: 22px; /* Font size */
    margin: 24px 0; /* Space between logo and title */
}

.modal-body .btn {
    margin-top: 24px; /* Space between title and button */
}

.page-title {
    border: 1px solid #d7d9c9;
    border-radius: 50px;
    font-weight: 700;
    font-size: 22px;
}

@media (max-width: 576px) {
    .page-title {
        border: 1px solid #d7d9c9;
        width: 360px;
        border-radius: 50px;
    }
}
@media (max-width: 768px) {
    .mobile-responsive {
        flex-direction: row;
    }
}

.search-bar {
    padding: 12px;
    border-radius: 50px;
}

@media (max-width: 576px) {
    .search-bar {
        width: 270px;
        /* padding: 12px; */
        border-radius: 50px;
    }
}

/*  */
.user-card {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.user-card p {
    color: #5a5a5a;
    font-size: 1.2rem;
}

.user-card h1 {
    color: #404a39;
    font-size: 2.5rem;
}

.user-icon {
    background-color: #e9f2e9;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.event-icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-icon img {
    width: 30px;
    height: 30px;
}

.form-select {
    background-color: #fff;
    border: none;
    color: #5a5a5a;
}

/*  */

.dashboard-column {
    /* padding: 20px; */
    height: 100%;
    width: 100%;
    /* background-color: #fcfc; */
}
.dropdown-toggle {
    border: none;
    padding: 4px;
}
.dropdown-toggle::after {
    content: none;
}

/* Table */
tbody,
td,
tfoot,
th,
thead,
tr {
    border: none;
}
.td {
    margin-right: 4.2em;
}

.table-block {
    height: 0.1em;
}

.btn-toggle {
    top: 50%;
    transform: translateY(-50%);
}

.btn-toggle {
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #f79e1b;
}
.btn-toggle:focus,
.btn-toggle:focus.active,
.btn-toggle.focus,
.btn-toggle.focus.active {
    outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}
.btn-toggle:before {
    left: -4rem;
}
.btn-toggle:after {
    right: -4rem;
    opacity: 0.5;
}
.btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}
.btn-toggle.active {
    transition: background-color 0.25s;
}
.btn-toggle.active {
    background-color: #29b5a8;
}
.btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left 0.25s;
}
.btn-toggle.active:before {
    opacity: 0.5;
}
.btn-toggle.active:after {
    opacity: 1;
}

/* Custom scrollbar */
.custom-scrollbar {
    scrollbar-width: medium; /* For Firefox */
    /* border-radius: 10px; */
}

.custom-scrollbar::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent; /* Background of the scrollbar track */
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #f5f5f5; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Rounded corners for the thumb */
    border: 3px solid transparent; /* Optional, for some extra spacing around the thumb */
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Darker thumb on hover */
}

.custom-scrollbar::-webkit-scrollbar-button {
    display: none; /* Hide up and down arrows */
}

/*  */
/* .user-table thead th {
  padding: 0 !important;
} */

/*  */
.nav-link {
    font-family: "Manrope";
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-weight: 700;
    font-size: 12px;
    color: #202224;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}

/*  */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #d88f48;
    font-weight: 700;
    font-size: 12px;
    background-color: #d2d4c6;
    border-radius: 100px;
    border-color: #d2d4c6;
}

/* Post bucket section */
/* .image-wrapper {
  position: relative;
  display: inline-block;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.tick-mark {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-image: url("./asset/svg/tickMark.svg");
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none; 
}

.image-wrapper.active .tick-mark {
  display: block;
} */

/*  */
/* .form-check-input {
  width: 3rem;
  height: 1.5rem;
}

.form-check-input:checked {
  background-color: #4caf50;
  border-color: #4caf50;
} */
/*  */
.form-switch .form-check-input:checked {
    border-color: #f79e1b;
    background-color: #f79e1b;
}

.navbar-vertical.navbar-expand-xs {
    z-index: 1;
}

/*  */
.user-list {
    cursor: pointer;
}
.user-details {
    display: none;
}
/* Navigation */
.nav-active {
    color: #d88f48;
    font-size: 14px;
    font-weight: 700;
}
.svg-colored {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(61%) sepia(63%) saturate(445%)
        hue-rotate(347deg) brightness(89%) contrast(88%);
}

.navbar-title {
    color: #d88f48;
    font-weight: 400;
    font-size: 23px;
    font-family: "Chronograph", sans-serif;
}

/* Removing border from tabs */
.nav-tabs {
    border-bottom: none;
}

/*  */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #d2d4c6;
    color: #202224;
    width: 170px;
    text-align: start;
}

@media (max-width: 768px) {
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        width: 100%;
    }
}

/*  */
.sidenav .navbar-brand {
    padding-top: 10px;
    padding-left: 10px;
}

/*  */
.search-bar::placeholder {
    color: #212221; /* Adjust this color as needed */
    opacity: 1; /* Ensure full opacity for the placeholder text */
}
input::placeholder {
    color: #212221;
    font-weight: 400;
    font-size: 16px;
}
.enter-title::placeholder {
    color: #56687a;
}
textarea::placeholder {
    color: #56687a;
}
.img-fluid {
    padding: 2px;
}

/*  */
.nav-link:hover,
.nav-link:focus {
    color: #000;
}
.nav-tabs {
    --bs-nav-tabs-border-width: 0;
}

/*  */
.tick-icon {
    bottom: 5px;
    right: 5px;
}

/*  */
.user-type-column {
    text-align: left;
}

.left-column {
    height: 100vh;
    overflow-y: scroll;
    padding-right: 16px;
}

/* Hide scrollbar for Chrome, Safari, and Edge */
.left-column::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Firefox */
.left-column {
    scrollbar-width: none;
}

/* Optional - This keeps the right padding intact, but ensures the content is still scrollable */
.left-column {
    -ms-overflow-style: none; /* IE and Edge */
}
.bg-chat {
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 10;
}

/*  */
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 5px;
}

/*  */
/* Default sizes */
/* Icon default sizes */
.icon-like,
.icon-comment,
.icon-bookmark {
    width: 40px;
}
.icon-share {
    width: 32px;
}

/* Responsive icon sizing */
@media (max-width: 768px) {
    .icon-like,
    .icon-comment,
    .icon-bookmark {
        width: 24px;
    }
    .icon-share {
        width: 20px;
    }
}

/* Small screens (phones, 576px and up) */
@media (max-width: 576px) {
    .icon-like,
    .icon-comment,
    .icon-bookmark {
        width: 20px;
    }
    .icon-share {
        width: 16px;
    }
}

/* Extra small screens (phones, below 576px) */
@media (max-width: 400px) {
    .icon-like,
    .icon-comment,
    .icon-bookmark {
        width: 24px;
    }
    .icon-share {
        width: 20px;
    }
}

.dropdown-menu.show {
    border: 1px solid #e9d7fe;
}

@media (min-width: 1400px) {
    .ms-xxl-12 {
        margin-left: 30rem !important;
    }
}

.like-comment-share .like-button {
    color: blue;
}

/* #friendsDropdown {
    position: absolute;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    padding: 5px 10px;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
} */
#friendsDropdown {
    display: none; /* Ensure dropdown is hidden initially */
    position: absolute; /* Positioning for the dropdown */
    z-index: 1050; /* Ensure dropdown appears on top */
}

#friendsList.dropdown-menu {
    display: block !important; /* Force it to display when needed */
}

#selectedFriendsContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 5px;
}

.selected-tag {
    background-color: #007bff;
    color: white;
    padding: 5px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.selected-tag .remove-tag {
    cursor: pointer;
    font-weight: bold;
}

#friendsDropdown {
    display: none; /* Initially hidden */
    position: absolute; /* Positioning the dropdown */
    z-index: 1050; /* Ensure dropdown appears above other elements */
    width: 100%; /* Make dropdown the same width as the input field */
}

#friendsList.dropdown-menu {
    display: block !important; /* Force it to display when friends are available */
    max-height: 200px; /* Optional: Limit the height to prevent overflowing */
    overflow-y: auto; /* Scroll if there are too many items */
}
