.campaigns-social-users {
    padding: 15px 10px 4px 15px;
}

.search-box {
    height: 32px;
    width: 100%;
    border: 1px solid #0000001A;
    border-radius: 7px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    font-size: 14px;
}

.search-box input {
    border: none;
    outline: none;
    width: 100%;
    padding-left: 10px;
}

.search-box i {
    color: #888;
}

.campaigns-social-users select {
    border-radius: 7px;
    border: 1px solid #0000001A;
    height: 32px;
    font-size: 13px;
}

.csu-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #7b7b7b;
    margin-left: 10px;
}

.show-name-users {
    flex-wrap: wrap;
    padding: 8px 3px 7px 10px;
    display: flex;
    background-color: #ffffff;
    border: 1px solid #DADADA80;
    border-radius: 7px;
    height: auto;
}

.snu-user-icon {
    margin: 6px 6px 0px 0px;
}

.user-name-su {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #3A3A3A;

    border: 1px solid #0000001A;
    border-radius: 50px;
    padding: 2px 3px 2px 3px;
    margin-bottom: 5px;
    margin-left: 2px;
}

.csu-list-content {
    background-color: #ffffff;
    box-shadow: 0px 4px 20px 0px #0000001A;
    border-radius: 10px;
    padding: 15px;
}

.csu-user-data div {
    margin-left: -20px;
}

.csu-user-data img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.csu-user-data strong {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #3A3A3A;
}

.csu-user-name {
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
}

.csu-win-indicator {
    color: #60BF41;
}

.csu-warning-indicator {
    color: #FF9900;
}

.csu-social-medias-data img {
    width: 17px;
    height: 17px;
}

.csu-quantity {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #3A3A3A;
}

.csu-social-medias-data svg {
    margin: 0px 4px;
}

.list-csu {
    overflow-y: scroll;
    height: 435px;
    overflow-x: hidden;
    padding-right: 5px;
    padding: 0px 7px 0 7px;
}

.list-csu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #45BDDC;
}

.list-csu::-webkit-scrollbar {
    width: 5px;
}

#chck-cv-subtitle {
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #7b7b7b;
    margin-right: 40px;
    display: none;
}
