/* /Pages/Desktop/Index.razor.rz.scp.css */
.dropdown-icon-search[b-phs1gyfhhw] {
    position: absolute;
    top: 1px;
    width: 17px;
    height: 17px;
}

.dropdown-icon-parent-search[b-phs1gyfhhw] {
    min-width: 24px;
    right: 0;
    position: absolute;
}

.dropdown-category:not(:first-child)[b-phs1gyfhhw] {
    border-top: 1px solid #EFEDF3;
}

.subcategory-sign[b-phs1gyfhhw] {
    height: 20px;
    width: 20px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subcategory-not-assigned[b-phs1gyfhhw] {
    background-color: #FFFFFF;
    color: transparent;
    text-shadow: 0 0 0 #666666;
    border: 1px solid #EFEDF3;
    font-size: 11px;
}

.subcategory-assigned[b-phs1gyfhhw] {
    background-color: #1F1F1F;
    color: #FFFFFF;
    border: 1px solid #1F1F1F;
    font-size: 13px;
}

.div-category[b-phs1gyfhhw] {
    text-transform: uppercase;
}
input:focus[b-phs1gyfhhw] {
    outline: none;
}

#main-div-img[b-phs1gyfhhw] {
    background-image: url('/images/Basketball-main.svg');
    background-size: cover; /* Adjust the image size to cover the entire body */
    background-repeat: no-repeat; /* Prevent the image from repeating */
}

.dropdown-cust[b-phs1gyfhhw] {
    position: relative;
    width: 105px;
}

#dropdown-options-cust[b-phs1gyfhhw] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    max-height: 150px;
    overflow-y: auto;
    background-color: white;
    margin-top: 16px;
    padding: 10px;
    display: none;
    width: 125px;
    margin-left: -10px;
    padding-top: 0;
}

.dropdown-option-cust[b-phs1gyfhhw] {
    padding: 2px;
    cursor: pointer;

}

    .dropdown-option-cust:hover[b-phs1gyfhhw] {
        background-color: #f0f0f0;
    }

#current-position-btn[b-phs1gyfhhw] {
    width: 30px;
    cursor: pointer;
}
