#modal-attendee {
    z-index: 61;
}

.profile-section {
    border-bottom: 1px solid #d2d2d2;
    padding: 16px 0;
}

.profile-section.nb {
    border: 0;
}

.profile-image {
    background-color: #f2f2f2;
    width: 160px;
    height: 160px;
    background-size: cover;
    background-position: top center;
    margin-right: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 56px;
    color: #888;
    border: 1px solid #d2d2d2;
    font-weight: 500;
}

.profile-box-main>div {
    padding: 3px 0;
}

.profile-data-icon {
    width: 28px;
}

.profile-box-social {
    margin: 4px 0px 8px 0;
}

.profile-section i {
    color: #333;
    margin-right: 4px;
    padding: 3px;
    font-size: 18px;
}

.profile-title {
    font-weight: 500;
    font-size: 16px;
    color: #333;
    line-height: 1.5em;
    margin-bottom: 6px;
}

.profile-data {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 1.5em;
}

.profile-name {
    font-weight: 500;
    font-size: 16px;
    color: #333;
    line-height: 1.5em;
}

.profile-description {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 1.5em;
}

.profile-social {
    font-size: 18px;
    cursor: pointer;
    margin-right: 8px;
}

.profile-social>i {
    margin-right: 0px;
}

.profile-note {
    height: 100px;
    margin-top: 4px;
    resize: vertical;
}

.profile-property {
    display: flex;
    align-items: flex-start;
    padding: 4px 0;
}

.profile-key {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 1.5em;
    width: 184px;
    padding-right: 10px;
}

.profile-value {
    font-weight: 400;
    font-size: 14px;
    color: #888;
    line-height: 1.5em;
    flex: 1;
}

.profile-document {
    padding-top: 4px;
}

.tag {
    display: inline-flex;
    padding: 2px 12px;
    border: 1px solid #d2d2d2;
    margin-right: 8px;
    border-radius: 25px;
    font-size: 12px;
    line-height: 1.2em;
}

.tag-main {
    color: #fff;
    margin-left: 12px;
}

.button-doc {
    display: inline-flex;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    margin-right: 12px;
}

.button-doc>i {
    font-size: 22px;
    color: #e74c3c;
    margin-right: 8px;
}

.button-doc>span {
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    max-width: 220px;
    overflow: hidden;
}

.show-attendee-profile {
    cursor: pointer;
}

.show-attendee-profile div:hover {
    font-weight: 500;
}

.exh-title {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.profile-box-exhibitor .profile-exh-wrapper {
    display: flex;
    align-items: center;
}

.profile-box-exhibitor .profile-exh-wrapper .profile-exh-img {
    width: 62px;
    height: 62px;
    padding: 10px;
    border: 1px solid #e3e5ec;
    margin-right: 15px;
}

.profile-box-exhibitor .profile-exh-wrapper .profile-exh-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.profile-box-exhibitor .profile-exh-wrapper .profile-exh-info .profile-title {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-bottom: 0;
}

.profile-box-exhibitor .profile-exh-wrapper .profile-exh-info .profile-anchor a {
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    text-decoration: underline;
}