.error-block,
.hidden {
    display: none;
}

.error {
    color: red;
}

#frame,
#tpl-frame {
    width: 100%;
    height: 80vh;
}

.text-view,
.text-download,
.text-pay {
    cursor: pointer;
}

#myActivity a {
    color: #010101;
}

.upload-ktp,
.upload-kk,
.c-pointer {
    cursor: pointer;
}

.fs-50 {
    font-size: 50px;
}

.form-loading {
    display: none;
}

#activity-list .icon {
    font-size: 1.35rem;
    color: #5d87ff;
}

#activity-list li:hover .icon {
    color: #fff;
}

.activity-list li::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 25px;
    width: 1px;
    height: 100%;
    border: 1px dashed var(--mainColor);
    z-index: -1;
}

.activity-list li .icon {
    width: 50px;
    height: 50px;
    line-height: 47px;
    border: 1px solid var(--mainColor);
    background-color: #eef3ff;
    text-align: center;
    border-radius: 50px;
    transition: var(--transition);
}
.h-265 {
    max-height: 265px !important;
}
#suratframe {
    width: 100%;
    height: 80vh;
}