.user_sets_page {
    padding: 20px 0;
}

@media(max-width: 650px) {
    .user_sets_page {
    
padding: 20px 10px;
    }
}

.sets_soc_item {
    width: 550px;
    height: 120px;
    margin: 0 auto 12px;
    background-color: #091c27;
    border-radius: 6px;
    padding: 12px;
    position: relative;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    justify-content: flex-end;
}

@media(max-width: 650px) {
    .sets_soc_item {
    width: 100%;
    }
}

button.sets_soc_item {
    cursor: pointer;
}

.sets_soc_icon {
    width: 48px;
    height: 48px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 16px;
    top: 16px;
}

@media(max-width: 650px) {
    .sets_soc_icon {
    width: 38px;
    height: 38px;
    left: 16px;
    top: 16px;
    }
}

.sets_soc_title {
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: right;
}

.sets_soc_desc {
    text-align: right;
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #d0e599;
    font-size: 14px;
    line-height: 150%;
}

.sets_soc_desc_name {
}

.sets_soc_desc_id {
}

.sets_soc_status_icon {
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

@media(max-width: 650px) {
    .sets_soc_status_icon {
    left: calc(50% - 16px);
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
    }
}

.sets_soc_desc_type a {
    color: #fff;
    border-bottom: 1px dashed #fff;
}