.k_send {
    margin: 10px;
    cursor: pointer;
    background: #ed6f2d;
    width: fit-content;
    padding: 10px;
    color: white;
    border-radius: 10px;
    margin-left: 0;
}
.k_zz {
    border: 1px solid #00000052;
    border-radius: 10px;
    width: fit-content;
    padding: 10px;
    margin: 10px 0;
    box-sizing: border-box;
    float: left;
    width: 31%;
    margin: 10px 1%;
}
.k_title_service {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
}
.k_url_service {
    text-decoration: none;
    color: #ed6f2d;
    margin-bottom: 10px;
    display: block;
}
.k_zz_list {
    display: flow-root;
}
.k_otv {
    padding: 10px;
    background: #0000000f;
    border-radius: 10px;
    margin-top: 10px;
    max-height: 100px;
    overflow-y: scroll;
}
.k_time {
    margin-bottom: 10px;
}
.k_otv_status {
    min-height: 20px;
}