/* /Components/MultiSelectComponent.razor.rz.scp.css */
.multiselect-content[b-s0ysg10umx] {
    height: 40px;
    width: 100%;
    border-radius: 11px;
    padding: 0 8px;
    background:white;
    display:flex;
    align-items:center;
    flex-direction:revert;
    position:relative;
}

    .multiselect-content > .btn-add[b-s0ysg10umx] {
        width: 36px;
        height: 36px;
    }
    .content-item[b-s0ysg10umx] {
        flex: 1;
        display: flex;
        gap: 6px;
    }
.content-selected-item[b-s0ysg10umx] {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    height: 30px;
    background: var(--background-secondary);
    border-radius: 5px;
    color: var(--text-secondary);
    padding: 0 9px;
    gap:9px;
}

    .content-selected-item img[b-s0ysg10umx] {
        cursor:pointer;
    }
.btn-add[b-s0ysg10umx] {
    border-radius: 11px;
    height: calc(100% - 4px);
    background: var(--primary-clr);
    color: white;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #F1F2F8;
    padding: 10px;
    position: absolute;
    right: 2px;
    top: 2px;
}

.search[b-s0ysg10umx] {
    position:relative;
    margin-top:20px;
    height:50px;
}

    .search input[b-s0ysg10umx] {
        height:100%;
    }



    .ms-modal-body[b-s0ysg10umx] {
        display: flex;
        flex-direction: column;
        height: 70vh;
    }

.ms-selected[b-s0ysg10umx] {
    background: #FFFFFF;
    border-radius: 11px;
    display: flex;
    align-items:center;
    flex-direction:revert;
    height: 50px;
    position: relative;
    border: 1.5px solid #F1F2F8;
}

    .ms-selected > div:nth-child(1)[b-s0ysg10umx] {
        flex: 1;
        display: flex;
    }

    .ms-selected-item[b-s0ysg10umx] {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0px;
        height: 30px;
        gap: 9px;
        display: flex;
        align-items: center;
        background: var(--background-secondary);
        border-radius: 5px;
        color: var(--text-secondary);
        padding: 0 9px;
        margin-left: 9px;
    }
    .ms-selected-item > img[b-s0ysg10umx] {
        cursor:pointer;
    }


    .ms-selected-list[b-s0ysg10umx] {
        background: #FFFFFF;
        border-radius: 11px;
        padding: 7px;
        gap: 7px;
        flex: 1;
    }

.ms-selected-list-item[b-s0ysg10umx] {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    justify-content:space-between;
    gap: 16px;
    padding: 8px;
    border-bottom: 1px solid var(--light-primary);
}

    .ms-selected-list-item > label[b-s0ysg10umx] {
        margin: 0;
    }
/* /Components/SelectComponent.razor.rz.scp.css */
.select-component[b-mwq0n5fh4s] {
    width: 100%;
    position: relative;
    user-select: none;
    cursor: pointer;
    appearance: none;
    padding-left: 17px;
    border: 1.5px solid var(--background-secondary);
    border-radius: 11px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-primary);
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    font-size: 16px;
   
}

    .select-component.small[b-mwq0n5fh4s] {
        border: 1px solid var(--secondary-clr);
        padding-left: 10px;
        height: 22px;
        font-size: 10px;
        border-radius: 5px;
        color: var(--text-secondary);
        font-weight: 500;
        line-height: 18px;
    }

.text-content[b-mwq0n5fh4s] {
    width: calc(100% - 30px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.select-component.disabled[b-mwq0n5fh4s] {
    opacity: 0.6;
    pointer-events: none;
}

    .select-component > .right-view[b-mwq0n5fh4s] {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }

.placeholder[b-mwq0n5fh4s] {
    color: #aaa;
}

.clear-btn[b-mwq0n5fh4s] {
    color: #888;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
}

    .clear-btn:hover[b-mwq0n5fh4s] {
        color: #333;
    }

.dropdown-list[b-mwq0n5fh4s] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: var(--primary-text);
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 4px;
    padding: 0;
    list-style: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 1000;
}

    .dropdown-list li[b-mwq0n5fh4s] {
        padding: 8px 12px;
        transition: background 0.2s;
    }

        .dropdown-list li:hover[b-mwq0n5fh4s] {
            background-color: #6797FF20;
        }

.select-component.small .dropdown-list li[b-mwq0n5fh4s] {
    padding: 2px 10px;
}

.select-none-border[b-mwq0n5fh4s] {
    border: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--text-primary) !important;
}

    .select-none-border .dropdown-list li[b-mwq0n5fh4s] {
        padding: 8px 12px !important;
        transition: background 0.2s !important;
    }
    .select-none-border .text-content[b-mwq0n5fh4s] {
        width:100%;
    }


    .search-box[b-mwq0n5fh4s] {
        padding: 6px;
        border-bottom: 1px solid #ddd;
    }

    .search-box input[b-mwq0n5fh4s] {
        width: 100%;
        padding: 6px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
/* /Pages/ClientPages/ClientPage.razor.rz.scp.css */
.client-content[b-dyuvtxlo1m] {
    margin-left: 30px;
    width: calc(100% - 30px);
    height: 100%;
    display: flex;
    gap: 15px;
    position: relative;
}

    .client-content > div[b-dyuvtxlo1m] {
        width:50%;
    }

.client-content > div:nth-child(1)[b-dyuvtxlo1m] {
    display:flex;
    flex-direction:column-reverse;
}

.client-card[b-dyuvtxlo1m] {
    flex: 1;
    background-color: #fff;
    border-radius:11px;
    display:flex;
    flex-direction:column;
    overflow:auto;
}

.client-feedback-caption[b-dyuvtxlo1m] {
    height: 50px;
    background: #E2E7FB;
    font-weight:500;
    display:flex;
    align-items:center;
    padding:0 16px;
    justify-content:space-between
}

.client-feedback-caption > div[b-dyuvtxlo1m] {
    display:flex;
    align-items:center;
}

.client-feedback-caption .point[b-dyuvtxlo1m] {
    width:8px;
    height:8px;
    margin:8px;
    background:black;
    border-radius:8px;
}

.add-comment[b-dyuvtxlo1m] {
    cursor:pointer;
}
/* /Pages/ClientPages/Components/ClientListComponent.razor.rz.scp.css */
.client-list[b-yr8vi6amo9] {
    flex:1;
    overflow:auto;
    display:flex;
    flex-direction:column;
}

.client-header-line[b-yr8vi6amo9] {
    display: flex;
    height: 32px;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--secondary-clr);
    border-top: 1px solid var(--secondary-clr);
}
    .client-header-line > div[b-yr8vi6amo9] {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink:0;
    }

        .client-header-line .sort[b-yr8vi6amo9] {
            width: 14px;
            cursor: pointer;
            flex-shrink:0;
        }

    .items[b-yr8vi6amo9] {
        
    }

.person-item[b-yr8vi6amo9] {
    font-size: 14px;
    line-height: 16px;
    color: var(--text-secondary);
    padding: 8px 0;
    border-bottom: 1px solid var(--secondary-clr);
}
    .person-item:hover[b-yr8vi6amo9] {
        background: #6797FF20;
    }
    .person-item > div[b-yr8vi6amo9] {
        display: flex;
        align-items: center;
    }
        .person-item > div > div[b-yr8vi6amo9] {
            flex: 1;
            flex-shrink: 0;
            display: flex;
            align-items: center;
        }

            .person-item > div > div:nth-child(1)[b-yr8vi6amo9] {
                padding-left: 8px;
            }

            .person-item > div > div:nth-last-child(-n+4)[b-yr8vi6amo9] {
                padding-left: 8px;
                justify-content: center;
            }

    .person-item > .comment[b-yr8vi6amo9] {
        border-top: 1px dashed var(--secondary-clr);
        margin-top: 8px;
        padding: 8px 0 0 8px;
        font-size: 12px;
        color: var(--text-secondary);
    }

            .asc .sort[b-yr8vi6amo9] {
                color: var(--primary-clr);
            }

.desc .sort[b-yr8vi6amo9] {
    color: #F5891D;
}
