.link {
    color: #223F85;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.link:hover {
    color: #223F85;
    background: #F4F8FF;
}

.link:active {
    color: #223F85;
    border-bottom: 2px solid #F4F8FF;
}

.ellipsis{
    height: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.vs-card{
    text-decoration: none;
}

.-card-text .p-text{
    max-width: 500px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hide{
    display: none;
}

.icon_download{
    position: absolute;
    right: 7px;
    bottom: 10px;
}

.box_form_person{
    border: 1px solid #A9C0F6;
    padding: 2px 10px 0px 10px;
    overflow: auto;
    height: 215px;
}

.icon_position{
    position: relative;
    bottom: 30px;
    left: 94%;
    cursor: pointer;
    border: none !important;
}

.style_span{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #223F85;
    margin-left: 10px;
}
