.nvc-contact-card-main {
    padding: 0 0 0 24px;
}
.nvc-contact-card-main md-input-container {
    margin: 0 0 24px;
}
.nvc-contact-card-main .md-errors-spacer {
    display: block;
}

.nvc-contact-add-photo {
    display: block;
    position: relative;
    width: 120px;
    height: 120px;
    background: #e4e4e4;
    color: #252525;
    border-radius: 12px;
    cursor: pointer;
}
.nvc-contact-card-camera-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.nvc-contact-card-add-text {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 16px;
    text-align: center;
    font-weight: normal;
}

.nvc-contact-card-actions {
    padding: 8px 0;
}
.nvc-contact-card-add-icon,
.nvc-contact-card-retry-icon,
.nvc-contact-card-remove-icon {
    width: 32px;
    height: 32px;
    padding: 8px;
    cursor: pointer;
    border-radius: 50%;
}
.nvc-contact-card-add-icon {
    background: #299f26;
    color: #fff;
}
.nvc-contact-card-retry-icon {
    background: #e4e4e4;
    color: #252525;
    margin-left: 8px;
}
.nvc-contact-card-remove-icon {
    background: #f00;
    color: #fff;
    margin-left: 8px;
}
