/* @import "tailwindcss"; */

body {
    background-color: #19163c;
    /* background-color: #f4f4f4; */
}
* {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

.font-inter {
    font-family: "Inter", sans-serif;
}
.active-main-menu path {
    color: red;
    background-color: red;
}
/* Reusable Styles */
.custom-dropdown {
    position: relative;
    font-family: "Montserrat", sans-serif;
}

.dropdown-selected {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    /* color: #333; */
    position: relative;
}

/* .dropdown-selected::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
} */
.dropdown-selected[data-selected="true"]::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

.dropdown-selected[data-selected="false"]::after {
    content: "\f107"; /* Arrow down icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

.dropdown-selected.has-value::after {
    content: "\00d7"; /* Cross icon */
    font-family: "Arial, sans-serif";
    font-size: 14px;
    color: #6b7280;
    cursor: pointer;
    pointer-events: all;
}

.dropdown-options {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: none;
    z-index: 1000;
}

.dropdown-options li {
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

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

.custom-dropdown.open .dropdown-options {
    display: block;
}
.profile-container {
    position: relative;

    border-radius: 50%;
    overflow: hidden;
}

/* Overlay styling */
.profile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Transparent black */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

/* Show overlay on hover */
.profile-container:hover .profile-overlay {
    opacity: 1;
    pointer-events: all;
}

.upload-label {
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s;
}

/* Hide file input */
.upload-input {
    display: none;
}

.auth__container {
    --style-box-shadow-distance-x: 0px;
    --style-box-shadow-distance-y: 10px;
    --style-box-shadow-blur: 40px;
    --style-box-shadow-spread: 0px;
    --style-box-shadow-color: rgba(29, 46, 59, 0.15);
    box-shadow: var(--style-box-shadow-distance-x)
        var(--style-box-shadow-distance-y) var(--style-box-shadow-blur)
        var(--style-box-shadow-spread) var(--style-box-shadow-color);
    border-radius: 10px;
}
.rotate-180 {
    transform: rotate(180deg);
}

.sidebar__user {
    width: 280px;
    position: relative;
}
.sidebar__user h1 {
    font-size: 1rem;
}
a {
    color: #374151 !important; /* Tailwind dark gray */
    text-decoration: none !important;
}
.sidebar__user a:hover {
    background-color: #f0f0f0; /* Optional: Adjust hover effect */
}
.popover-content {
    display: none;
    position: absolute;
    bottom: 80px;
    left: 2%;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

/* Shadow for top */
.shadow-top {
    box-shadow: 0 -10px 10px -5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

/* Shadow for bottom */
.shadow-bottom {
    box-shadow: 0 10px 15px -15px rgba(0, 0, 0, 0.4);
    transition: box-shadow 0.3s ease;
}
.border-blue-u-dash {
    border-color: #106bf4;
}
.custom-select .select-options {
    /* Style for the container */
    overflow-y: scroll; /* Enable vertical scrolling */
    scrollbar-width: thin; /* For Firefox (optional) */
    scrollbar-color: #b0b1b1 #e0e0e0; /* For Firefox (optional), change scroll thumb and track colors */
}

.custom-select .select-options::-webkit-scrollbar {
    width: 8px; /* Set width of scrollbar */
}

.custom-select .select-options::-webkit-scrollbar-thumb {
    background-color: #4a90e2; /* Change color of the scrollbar thumb */
    border-radius: 10px; /* Rounded corners for the thumb */
}

.custom-select .select-options::-webkit-scrollbar-track {
    background-color: #e0e0e0; /* Change color of the scrollbar track */
    border-radius: 10px; /* Rounded corners for the track */
}

/*public/client/v2/js/constants.js 

image upload reuseable function  */

.upload-wrapper {
    transition: all 0.3s ease;
}

.preview-image {
    max-height: 300px;
    object-fit: contain;
}

.upload-area {
    transition: all 0.3s ease;
}

.sidebar-borders-gray {
    border-color: #373363 !important;
}

.bg-midnightOil-950 {
    background-color: #19163c !important;
}
.sidebar-navItem-gray {
    color: #c4c1e9 !important;
}
.sidebar-navItem-blue {
    color: #19163c !important;
}
.text-surge-500 {
    color: #feb95f;
}

.sidebar__user a:hover,
.sidebar-bottom-button:hover {
    background-color: #373363 ;
}
.workspace-back-button:hover{
    background-color: transparent !important;
}
.sidenavs-content-container {
    overflow-y: auto; /* or overflow: auto; depending on your layout */
    scrollbar-width: none; /* Firefox */
}

/* For Chrome, Edge, Safari */
.sidenavs-content-container::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.sidebar-navItem-blue {
    color: #19163c !important;
}
.text-surge-500 {
    color: #feb95f;
}
