@import '_content/SSSharedComponents/SSSharedComponents.bundle.scp.css';

/* _content/YESTime/Components/EmbeddedControls/CardComponents.razor.rz.scp.css */
/* _content/YESTime/Components/EmbeddedControls/DropdownSelect.razor.rz.scp.css */
.color-indicator[b-zgjsg5hu4l] {
    display: inline-block;
    width: 15px; /* or any size you prefer */
    height: 15px; /* or any size you prefer */
    margin-right: 5px;
    border: 2px solid rgba(158, 158, 158, 1);
}

.selected[b-zgjsg5hu4l] {
    font-weight: bold; /* or any other styling for selected items */
}

/* Style your dropdown menu as needed */
.dropdown-menu[b-zgjsg5hu4l] {
    /* styles */
}

.dropdown-item[b-zgjsg5hu4l] {
    cursor: pointer;
    /* additional styles */
}

.dropdown-grid[b-zgjsg5hu4l] {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Creates three columns */
    gap: 10px; /* Adjust the gap between items as needed */
}

.btnStyle[b-zgjsg5hu4l] {
    border-radius: 8px !important;
}
