.comment {
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: row;
    background-color: #edeff4;
    margin-bottom: 2px;
}

.view {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.sendcomment {
    font-size: 12px;
    color: #0056b3 !important;
    cursor: pointer;
}

.sendcomment:hover {
    text-decoration: underline !important;
}

#textboxname, #textboxtext {
    max-width: 100% !important;
}

.textbox {
    border-radius: 0;
    border: 1px solid #bdc7d8;
    padding: 10px;
    height: 30px;
    font-size: 16px;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 2px;
    box-sizing: border-box;
}

.description {
    display: inline-block;
    flex-direction: column;
    justify-content: start;
    width: 100%;
}

.addphoto {
    display: inline-block !important;
    width: 100% !important;
    margin: 0 !important;
    padding-top: 3px;
    padding-right: 6px;
}

.user-info {
    box-sizing: border-box;
    width: 100%;
    padding-right: 10px;
}


.comm_text a {
    width: auto;
    display: inline-block;
}


.comments-item {
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    background: #edeff4;
    margin: 0 auto;
    padding-bottom: 10px;
}

.comments-item {
    display: flex;
    align-items: flex-start;
}

.user-ava {
    width: 50px !important;
    /* border-radius: 50%; */
    margin-right: 10px !important;
    padding-top: 10px;
    padding-left: 10px;
    margin: 0 10px 0 0 !important;
}

.user-info {
    padding-top: 6px;
}

.user-info img {
    display: block !important;
    margin: 15px 0 !important;
    width: 100% !important;
    max-width: 350px !important;
}

.user-text {
    margin-bottom: 10px;
    padding: 10px;
    padding-left: 0;
    padding-top: 0;
    border-radius: 15px;
    font-size: 14px;
}

.user-name {
    font-size: 18px !important;
    font-weight: 700;
    color: #3b5993;
    margin-right: 10px;
    margin-bottom: 10px;
}

.message-time {
    text-decoration: none;
    color: #808080 !important;
}

.comment-error {
    display: none;
    color: red;
    font-size: 12px;
}

@media (max-width: 600px) {
    .content img {
        width: auto;
    }
}

.description input {
    font-size: 16px !important;
}

.loading {
    display: flex;
    align-items: center;
    margin: 10px 10px 0 !important;
}

.loading img {
    display: inline;
    width: 60px !important;
    margin: 0 16px 0 0;
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.comments__kma>div {
    transition: all .3s ease
}

.comment-hide {
    transform: translateX(calc(-100% - 100px));
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}

.comments__kma {
    overflow: hidden
}

.loading {
    font-style: italic
}

.loading:after {
    content: '.';
    animation: loading 1s ease alternate infinite
}

@keyframes loading {
    60% {
        text-shadow: 0.35em 0 0 currentColor;
    }
    100% {
        text-shadow: 0.35em 0 0 currentColor, 0.75em 0 0 currentColor;
    }
}

