.cid-t4KTeXKapK .item::before{
    color:#333;
}
.cid-t4KTeXKapK .bg-steps{
    border-radius: 10px;
}
.cid-t4KTeXKapK .icon-box{
    background:#fff;
    cursor:pointer;
}
.active .item span{
    color:#fff!important;
}
.active .icon-box{
    background:#47b5ed;
}
.cid-t4KTeXKapK .item span{
    color: #333;
}
.dragArea{
    display:none;
}
.dragArea.active{
    display:block;
}
.leftArrow{
    position: absolute;
    margin-left: -120px!important;
}
.afterPanel{
    margin-left: -20px;
}
.beforeAfterPanel{
    margin-left: 20px;
}

.resultDoc{
    padding: 20px;
    border: 3px dotted #eee;
}
.resultDoc h3 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
}
.resultDoc h4 {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 18px;
}
.resultDoc .title_doc {
    padding: 5px 10px;
    background:#46b5ed14;
}
.resultDoc .result_val{
    padding: 5px 10px;
    margin-bottom: 15px;
}
.mb100{
    margin-bottom: 100px;
}
.sendBtn{
    background-color: #47b5ed !important;
    border-color: #47b5ed !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%);
    border-radius: 8px;
    line-height: 1.71429;
    min-width: 64px;
    padding: 6px 16px;
    font-size: 0.875rem;
}
.displayNone{
    display: none;
}