
.blank-remark-container{
    position: relative;
    width: 100%;
    height: 8rem;
    overflow: hidden;
    background-color: transparent;
    display: inline-flex;
}

.blank-remark-horizontal {
    width: 45%;
    height: 1px;
    border-radius: 3px;
    top: 40%;
    background-color: rgb(199, 199, 199);
    position: absolute;
    z-index: 1001;
    transition: .5s;
}

.blank-remark-vertical {
    width: 1px;
    height: 100%;
    border-radius: 3px;
    top: 0%;
    left: 10%;
    background-color: rgb(199, 199, 199);
    position: absolute;
    z-index: 1001;
    transition: .5s;
}