/* Pagination */
.iprofiles-pagination {
    margin-top: 20px;
    text-align: center;
}
.iprofiles-pagination a {
    padding: 6px 12px;
    margin: 0 3px;
    border: 1px solid #ccc;
    background: #fff;
    text-decoration: none;
    color: #333;
    border-radius: 3px;
}
.iprofiles-pagination a:hover {
    background: #ff2553;
    color: #fff;
}

/* =======================
   Modal Styles
   ======================= */
.iprofile-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0; top: 0;
    width: 100%; height: 100%;
    overflow: auto;
    background: rgba(0,0,0,0.6);
}

.iprofile-modal-content {
    background: #fff;
    margin: auto;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px;
    position: relative;
}

.iprofile-close {
    color: #aaa;
    position: absolute;
    top: 10px; right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.iprofile-close:hover {
    color: #333;
}
