.clintDropdownListDiv {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    color: dodgerblue;
    cursor: pointer;
}
.clientDropdownListSpan {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
}
.clientDropdownListSpan2 {
    margin-top: 13px;
    width: 100%;
    font-size: 12px;
    color: #b0b1b1;
}
.clientDropdownListSpan1 {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}
