body {
    background-color: #f4f6f9;
}

.content-wrapper {
    background-color: #f4f6f9;
}

.main-sidebar {
    background-color: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.sidebar {
    padding-top: 0;
}

.sidebar-menu {
    margin-top: 0;
}

.sidebar-header {
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    align-items: center;
}

.sidebar-header i {
    margin-right: 10px;
}

.filter-section {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
}

.filter-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.search-btn {
    background-color: #3c8dbc;
    color: white;
    border: none;
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    border-radius: 3px;
}

.events-container {

}

.content-header {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    padding: 20px 20px 0 20px;
}

.content-header i {
    margin-right: 10px;
    color: #3c8dbc;
}

.empty-state {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: center;
    margin-top: 0px;
}

.empty-state-icon {
    font-size: 80px;
    color: #d2d6de;
    margin-bottom: 20px;
}

.empty-state-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.empty-state-description {
    color: #777;
    margin-bottom: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.empty-state-action {
    margin-top: 20px;
}

.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
}

.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

.select-container {
    position: relative;
}

.select-container:after {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: none;
    color: #777;
}

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #d2d6de;
    border-radius: 3px;
    background-color: #fff;
}

.custom-select:focus {
    outline: none;
    border-color: #3c8dbc;
}

.empty-state-image {
    max-width: 250px;
    margin-bottom: 20px;
}

.event-box {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.event-content {
    padding: 20px;
}

.event-image {
    background-color: #f0f7ff;
    padding: 20px;
    text-align: center;
    border-radius: 3px 3px 0 0;
}

.event-image img {
    max-width: 100%;
    height: auto;
    max-height: 250px;
}

.event-title {
    color: #2b5797;
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}

.event-date {
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.event-type {
    margin-bottom: 15px;
    font-size: 16px;
}

.event-status {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.event-description {
    margin-bottom: 15px;
    color: #555;
}

.event-details {
    margin-bottom: 10px;
}

.event-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-top: 1px solid #f4f4f4;
}

.event-status-indicator {
    display: flex;
    align-items: center;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #ddd;
}

.status-dot.active {
    background-color: #333;
}

.status-dot.primary {
    background-color: #3c8dbc;
}

.status-dot.success {
    background-color: #00a65a;
}

.event-logo {
    text-align: center;
    margin: 15px 0;
}

.event-logo img {
    max-width: 150px;
    height: auto;
}

.view-details-btn {
    background-color: #222d32;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
}

.status-indicator {
    display: flex;
    align-items: center;
}

.status-indicator .label {
    margin-left: 10px;
}

.divider {
    height: 1px;
    background-color: #f4f4f4;
    margin: 15px 0;
}

body {
    background-color: #f0f2f5;
    font-family: Arial, sans-serif;
}

.navbar {
    background-color: #fff;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
    font-weight: 500;
    padding: 15px 20px;
}

.navbar-brand {
    padding: 15px;
}

.welcome-section {
    padding: 30px 0;
}

.welcome-text {
    font-size: 36px;
    color: #333;
    font-weight: 500;
    margin-bottom: 30px;
}

.card {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 180px;
}

.card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.card-icon {
    font-size: 40px;
    color: #333;
    margin-bottom: 20px;
}

.card-title {
    font-size: 22px;
    color: #333;
    font-weight: 500;
}

.search-box {
    margin-top: 10px;
    padding: 10px;
}

.search-box input {
    border-radius: 20px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    width: 100%;
}

/* Footer */
.footer-modern {
  background-color: #424040;
  color: #ecf0f1;
  padding: 50px 0 20px;
}

.footer-modern h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-modern p {
  color: #bdc3c7;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #bdc3c7;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #fff;
}

.social-icons {
  margin-bottom: 20px;
}

.social-icons a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  margin-right: 10px;
  color: #ecf0f1;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background-color: #337ab7;
  color: #fff;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 30px;
  text-align: center;
  color: #bdc3c7;
}

.mt-15 {
  margin-top: 15px;
}

/* Cabeçalho da Página */
.page-header-modern {
  padding: 30px 0;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  margin-top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.page-header-modern h1 {
  margin-top: 0;
  font-weight: 600;
  color: #333;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

/* Conteúdo Principal */
.main-content {
  margin-bottom: 50px;
}

/* Cards Modernos */
.modern-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  border: none;
  overflow: hidden;
}

.modern-card-header {
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modern-card-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.modern-card-header h3 i {
  margin-right: 10px;
  color: #605e5e;
}

.modern-card-body {
  padding: 20px;
}

/* Perfil de Imagem */
.profile-image {
  text-align: center;
  margin-bottom: 20px;
}

.profile-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.profile-image h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
}

/* Informações do Perfil */
.profile-info-item {
  margin-bottom: 15px;
}

.profile-info-label {
  font-weight: 600;
  color: #555;
  margin-bottom: 5px;
}

.profile-info-value {
  color: #333;
}

/* Botões Modernos */
.btn-modern {
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-modern-outline {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #555;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.btn-modern-outline:hover {
  background-color: #f5f5f5;
  border-color: #ccc;
}

.edit-btn {
  padding: 5px 15px;
  font-size: 12px;
}

/* Botões Sociais */
.social-buttons {
  text-align: center;
}

.btn-social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.btn-social:hover {
  background-color: #337ab7;
  color: white;
}

/* Tags de Notificação */
.notification-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 5px;
  background-color: #f0f0f0;
  color: #777;
}

.notification-tag.active {
  background-color: #dff0d8;
  color: #5cb85c;
}

/* Responsividade */
@media (max-width: 768px) {
  .profile-image img {
    width: 120px;
    height: 120px;
  }

  .modern-card-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .edit-btn {
    margin-top: 10px;
    align-self: flex-end;
  }
}

/* Navbar com notificações */
    .notification-badge {
        background-color: #f0ad4e;
        position: absolute;
        top: 8px;
        right: 5px;
        font-size: 10px;
    }

    .notification-dropdown {
        width: 300px;
        padding: 0;
    }

    .notification-header {
        padding: 10px 15px;
        font-weight: 600;
        border-bottom: 1px solid #eaeaea;
        background-color: #f8f9fa;
    }

    .notification-dropdown li a {
        padding: 10px 15px;
        border-bottom: 1px solid #eaeaea;
    }

    .notification-dropdown li a i {
        margin-right: 10px;
    }

    .notification-footer {
        text-align: center;
        padding: 10px;
        background-color: #f8f9fa;
    }

    .notification-footer a {
        display: block;
        font-size: 12px;
        color: #504e4e;
    }

    /* Cabeçalho de Boas-vindas */
    .welcome-header {
        background: linear-gradient(135deg, #424040 0%, #5c5a5a 100%);
        color: white;
        padding: 40px 0;
        margin-bottom: 30px;
    }

    .welcome-message h1 {
        margin-top: 0;
        font-weight: 600;
        font-size: 32px;
        margin-bottom: 10px;
    }

    .welcome-message p {
        font-size: 16px;
        opacity: 0.9;
    }

    .welcome-status {
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        padding: 20px;
    }

    .status-item {
        margin-bottom: 10px;
    }

    .status-item:last-child {
        margin-bottom: 0;
    }

    .status-label {
        font-size: 14px;
        opacity: 0.8;
    }

    .status-value {
        font-weight: 600;
        margin-left: 5px;
    }

    .status-value.active {
        color: #5cb85c;
    }

    /* Conteúdo Principal */
    .main-content {
        margin-bottom: 50px;
    }

    .section-title {
        margin-bottom: 20px;
    }

    .section-title h2 {
        font-size: 24px;
        font-weight: 600;
        color: #333;
        position: relative;
        padding-bottom: 10px;
    }

    .section-title h2:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 3px;
        background-color: #504e4e;
    }

    /* Links Rápidos */
    .quick-link-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
        border-radius: 8px;
        padding: 25px 20px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        margin-bottom: 30px;
        text-align: center;
        transition: all 0.3s ease;
        text-decoration: none;
        color: #333;
        height: 100%;
    }

    .quick-link-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        text-decoration: none;
        color: #333;
    }

    .quick-link-icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: #504e4e;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .quick-link-icon i {
        font-size: 30px;
        color: white;
    }

    .quick-link-text h3 {
        font-size: 18px;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .quick-link-text p {
        font-size: 14px;
        color: #777;
        margin: 0;
    }

    /* Alertas */
    .alert-card {
        display: flex;
        align-items: center;
        background-color: #fff8e1;
        border-left: 4px solid #f0ad4e;
        border-radius: 4px;
        padding: 15px 20px;
        margin-bottom: 30px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        position: relative;
    }

    .alert-icon {
        font-size: 24px;
        color: #f0ad4e;
        margin-right: 15px;
    }

    .alert-content {
        flex-grow: 1;
    }

    .alert-content h3 {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 600;
        color: #333;
    }

    .alert-content p {
        margin: 0;
        font-size: 14px;
    }

    .alert-close {
        background: none;
        border: none;
        font-size: 20px;
        color: #999;
        cursor: pointer;
        padding: 0;
        margin-left: 15px;
    }

    /* Cards Modernos */
    .modern-card {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        margin-bottom: 30px;
        border: none;
        overflow: hidden;
    }

    .modern-card-header {
        padding: 20px;
        border-bottom: 1px solid #eaeaea;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .modern-card-header h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        color: #333;
    }

    .modern-card-header h3 i {
        margin-right: 10px;
        color: #504e4e;
    }

    .view-all {
        font-size: 13px;
        color: #504e4e;
        text-decoration: none;
    }

    .modern-card-body {
        padding: 20px;
    }

    /* Eventos */
    .events-list {
        margin-bottom: 15px;
    }

    .event-item {
        display: flex;
        align-items: flex-start;
        padding: 15px;
        border-radius: 8px;
        margin-bottom: 15px;
        background-color: #fff;
        border: 1px solid #eaeaea;
        transition: all 0.3s ease;
    }

    .event-item:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        transform: translateY(-2px);
    }

    .event-date {
        width: 60px;
        height: 60px;
        background-color: #504e4e;
        border-radius: 8px;
        color: white;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 15px;
        flex-shrink: 0;
    }

    .date-month {
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .date-day {
        font-size: 22px;
        font-weight: 700;
    }

    .event-details {
        flex-grow: 1;
    }

    .event-details h4 {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 600;
    }

    .event-details p {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 14px;
        color: #666;
    }

    .event-meta {
        display: flex;
        flex-wrap: wrap;
        font-size: 12px;
        color: #777;
    }

    .event-meta span {
        margin-right: 15px;
        margin-bottom: 5px;
    }

    .event-meta i {
        margin-right: 5px;
    }

    .event-category {
        padding: 2px 8px;
        border-radius: 12px;
        font-size: 11px;
        font-weight: 600;
    }

    .event-category.sports {
        background-color: #e8f5e9;
        color: #4caf50;
    }

    .event-category.social {
        background-color: #e3f2fd;
        color: #2196f3;
    }

    .event-category.cultural {
        background-color: #fff8e1;
        color: #ffc107;
    }

    .event-actions {
        margin-left: 15px;
    }

    /* Novidades */
    .news-list {
        margin-bottom: 15px;
    }

    .news-item {
        display: flex;
        padding: 15px 0;
        border-bottom: 1px solid #eaeaea;
    }

    .news-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .news-image {
        width: 120px;
        height: 80px;
        border-radius: 4px;
        overflow: hidden;
        margin-right: 15px;
        flex-shrink: 0;
    }

    .news-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .news-content {
        flex-grow: 1;
    }

    .news-content h4 {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 600;
    }

    .news-content p {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 14px;
        color: #666;
    }

    .news-meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        color: #777;
    }

    .read-more {
        color: #504e4e;
        text-decoration: none;
    }

    /* Resumo Financeiro Simples */
    .financial-summary-simple {
        padding: 15px 0;
    }

    .summary-item-simple {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    .summary-label {
        font-size: 14px;
        color: #666;
    }

    .summary-value {
        text-align: right;
    }

    .summary-value .amount {
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: #333;
    }

    .summary-value .date {
        display: block;
        font-size: 12px;
        color: #777;
    }

    .summary-value .status {
        display: inline-block;
        padding: 3px 10px;
        border-radius: 12px;
        font-size: 12px;
        font-weight: 600;
    }

    .summary-value .status.pending {
        background-color: #fcf8e3;
        color: #f0ad4e;
    }

    .summary-progress {
        margin-bottom: 20px;
    }

    .progress-label {
        font-size: 14px;
        color: #666;
        margin-bottom: 5px;
    }

    .summary-actions {
        margin-top: 20px;
    }

    .summary-actions .btn {
        margin-bottom: 10px;
    }

    /* Carteirinha Rápida */
    .quick-card {
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 15px;
    }

    .quick-card-header {
        padding: 15px;
        background: linear-gradient(135deg, #504e4e 0%, #676464 100%);
        color: white;
        text-align: center;
    }

    .quick-card-logo {
        max-height: 40px;
        margin-bottom: 5px;
    }

    .quick-card-header h4 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .quick-card-body {
        padding: 15px;
        display: flex;
        align-items: center;
    }

    .quick-card-photo {
        width: 80px;
        height: 100px;
        border: 3px solid #fff;
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        margin-right: 15px;
    }

    .quick-card-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .quick-card-info {
        flex-grow: 1;
    }

    .quick-card-info p {
        margin: 5px 0;
        font-size: 13px;
    }

    .status-badge {
        display: inline-block;
        padding: 2px 8px;
        border-radius: 12px;
        font-size: 11px;
        font-weight: 600;
    }

    .status-badge.active {
        background-color: #dff0d8;
        color: #5cb85c;
    }

    .quick-card-footer {
        padding: 15px;
        background-color: #f8f9fa;
        border-top: 1px solid #eaeaea;
        text-align: center;
    }

    .quick-card-qr {
        max-width: 80px;
        margin-bottom: 5px;
    }

    .quick-card-footer p {
        margin: 0;
        font-size: 12px;
    }

    /* Dependentes Simples */
    .dependents-list-simple {
        margin-bottom: 15px;
    }

    .dependent-item-simple {
        display: flex;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #eaeaea;
    }

    .dependent-item-simple:last-child {
        border-bottom: none;
    }

    .dependent-img-simple {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 15px;
        border: 2px solid #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .dependent-info-simple {
        flex-grow: 1;
    }

    .dependent-info-simple h5 {
        margin: 0 0 3px;
        font-size: 14px;
        font-weight: 600;
    }

    .dependent-type-simple {
        font-size: 12px;
        color: #777;
    }

    .status-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-left: 10px;
    }

    .status-dot.active {
        background-color: #5cb85c;
    }

    .mt-15 {
        margin-top: 15px;
    }

    /* Parceiros */
    .partners-slider {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px 20px;
    }

    .partner-item {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .partner-item img {
        width: 100%;
        max-height: 60px;
        object-fit: contain;
        margin-bottom: 10px;
    }

    .partner-info h4 {
        margin: 0 0 5px;
        font-size: 16px;
        font-weight: 600;
    }

    .partner-info p {
        margin: 0;
        font-size: 14px;
        color: #666;
    }

    .mt-20 {
        margin-top: 20px;
    }

    /* Botões Modernos */
    .btn-modern {
        border-radius: 30px;
        padding: 8px 20px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .btn-modern-outline {
        background-color: transparent;
        border: 1px solid #ddd;
        color: #555;
        border-radius: 30px;
        transition: all 0.3s ease;
    }

    .btn-modern-outline:hover {
        background-color: #f5f5f5;
        border-color: #ccc;
    }


    .social-icons {
        margin-bottom: 20px;
    }

    .social-icons a {
        display: inline-block;
        width: 36px;
        height: 36px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        text-align: center;
        line-height: 36px;
        margin-right: 10px;
        color: #ecf0f1;
        transition: all 0.3s ease;
    }

    .social-icons a:hover {
        background-color: #504e4e;
        color: #fff;
    }

    .copyright {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 20px;
        margin-top: 30px;
        text-align: center;
        color: #bdc3c7;
    }

    /* Responsividade */
    @media (max-width: 991px) {
        .partner-item {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

    @media (max-width: 768px) {
        .welcome-header {
            padding: 30px 0;
        }

        .welcome-status {
            margin-top: 20px;
        }

        .event-item {
            flex-direction: column;
        }

        .event-date {
            margin-bottom: 15px;
            margin-right: 0;
        }

        .event-actions {
            margin-left: 0;
            margin-top: 15px;
            width: 100%;
        }

        .event-actions .btn {
            width: 100%;
        }

        .partner-item {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

    @media (max-width: 480px) {
        .quick-card-body {
            flex-direction: column;
            align-items: center;
        }

        .quick-card-photo {
            margin-right: 0;
            margin-bottom: 15px;
        }

        .quick-card-info {
            text-align: center;
        }
    }
/* Cabeçalho da página */
.page-header-modern {
  padding: 30px 0;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  margin-top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.page-header-modern h1 {
  margin-top: 0;
  font-weight: 600;
  color: #333;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

/* Cards modernos */
.modern-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  border: none;
  overflow: hidden;
}

.modern-card-header {
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
  background-color: #fff;
}

.modern-card-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.modern-card-header h3 i {
  margin-right: 10px;
  color: #337ab7;
}

.modern-card-body {
  padding: 20px;
}

/* Filtros */
.filters-section {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

/* Lista de Faturas */
.invoices-list {
  margin-bottom: 25px;
}

.invoice-item {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  transition: all 0.3s ease;
}

.invoice-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.invoice-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.invoice-icon i {
  font-size: 20px;
  color: #fff;
}

.invoice-icon.pending {
  background-color: #f0ad4e;
}

.invoice-icon.overdue {
  background-color: #d9534f;
}

.invoice-icon.paid {
  background-color: #5cb85c;
}

.invoice-details {
  flex-grow: 1;
}

.invoice-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.invoice-title h4 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}

.invoice-status {
  margin-left: 15px;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}

.invoice-status.pending {
  background-color: #fcf8e3;
  color: #f0ad4e;
}

.invoice-status.overdue {
  background-color: #f2dede;
  color: #d9534f;
}

.invoice-status.paid {
  background-color: #dff0d8;
  color: #5cb85c;
}

.invoice-info {
  display: flex;
  flex-wrap: wrap;
}

.info-group {
  margin-right: 20px;
  margin-bottom: 5px;
}

.info-label {
  color: #777;
  font-size: 13px;
}

.info-value {
  font-weight: 600;
  color: #333;
  font-size: 13px;
}

.invoice-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 20px;
}

.invoice-actions .btn {
  margin-bottom: 5px;
  min-width: 100px;
}

/* Paginação */
.pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.pagination {
  margin: 0;
}

.pagination-info {
  color: #777;
  font-size: 13px;
}

/* Tabela de Histórico de Pagamentos */
.payment-history-table {
  margin-bottom: 20px;
}

.payment-history-table th {
  font-weight: 600;
  color: #555;
  border-bottom: 2px solid #eaeaea;
}

.payment-history-table td {
  vertical-align: middle;
  border-top: 1px solid #eaeaea;
}

/* Resumo Financeiro */
.financial-summary {
  margin-bottom: 25px;
}

.summary-item {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid #eaeaea;
}

.summary-item.total {
  background-color: #f8f9fa;
}

.summary-item.pending {
  background-color: #fff8e1;
}

.summary-item.paid {
  background-color: #e8f5e9;
}

.summary-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.summary-item.total .summary-icon {
  background-color: #337ab7;
  color: #fff;
}

.summary-item.pending .summary-icon {
  background-color: #f0ad4e;
  color: #fff;
}

.summary-item.paid .summary-icon {
  background-color: #5cb85c;
  color: #fff;
}

.summary-details {
  flex-grow: 1;
}

.summary-details h4 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: #555;
}

.summary-value {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 3px;
}

.summary-info {
  font-size: 12px;
  color: #777;
}

/* Métodos de Pagamento */
.payment-methods {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
}

.payment-methods h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
  color: #333;
}

.payment-method-item {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 10px;
  border: 1px solid #eaeaea;
  background-color: #f8f9fa;
}

.payment-method-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
  background-color: #337ab7;
  color: #fff;
}

.payment-method-details {
  flex-grow: 1;
}

.payment-method-details h5 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.payment-method-details p {
  margin: 0 0 3px;
  font-size: 13px;
}

.payment-method-actions {
  margin-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

/* Configurações de Pagamento */
.payment-settings {
  margin-bottom: 20px;
}

.setting-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}

.setting-item:last-child {
  border-bottom: none;
}

.setting-label {
  flex-grow: 1;
}

.setting-label h5 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.setting-label p {
  margin: 0;
  font-size: 12px;
}

/* Switch Toggle */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

input:checked + .slider {
  background-color: #337ab7;
}

input:focus + .slider {
  box-shadow: 0 0 1px #337ab7;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Suporte */
.support-section {
  text-align: center;
}

.support-section p {
  margin-bottom: 20px;
}

.support-options .btn {
  margin-bottom: 10px;
}

/* Botões Modernos */
.btn-modern {
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-modern-outline {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #555;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.btn-modern-outline:hover {
  background-color: #f5f5f5;
  border-color: #ccc;
}

/* Footer */


/* Responsividade */
@media (max-width: 768px) {
  .invoice-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .invoice-icon {
    margin-bottom: 15px;
  }

  .invoice-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .invoice-status {
    margin-left: 0;
    margin-top: 5px;
  }

  .invoice-actions {
    margin-left: 0;
    margin-top: 15px;
    flex-direction: row;
    width: 100%;
  }

  .invoice-actions .btn {
    flex: 1;
    margin-right: 5px;
    min-width: auto;
  }

  .invoice-actions .btn:last-child {
    margin-right: 0;
  }

  .pagination-container {
    flex-direction: column;
  }

  .pagination {
    margin-bottom: 10px;
  }
}


/* Carteirinha moderna */
.membership-card-modern {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: none;
}

.card-header-modern {
  padding: 20px;
  background: linear-gradient(135deg, #504e4e 0%, #676464 100%);
  color: white;
  text-align: center;
}

.card-logo {
  max-height: 50px;
  margin-bottom: 10px;
}

.card-title-modern {
  margin: 0;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 20px;
}

.card-body-modern {
  padding: 25px;
}

.member-photo-modern {
  border: 3px solid #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}

.member-photo-modern img {
  width: 100%;
  height: auto;
  display: block;
}

.member-info-modern p {
  margin: 8px 0;
  font-size: 14px;
}

.label-modern {
  display: inline-block;
  background-color: #f0f0f0;
  color: #555;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: normal;
}

.status-active {
  color: #28a745;
  font-weight: 600;
}

.card-footer-modern {
  padding: 15px 25px;
  background-color: #f8f9fa;
  border-top: 1px solid #eaeaea;
  text-align: center;
}

.barcode-modern {
  margin-bottom: 5px;
}

.barcode-number {
  font-family: monospace;
  font-size: 12px;
  margin-top: 5px;
  color: #666;
}

/* Seções de informações */
.info-section {
  margin: 30px 0;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #eaeaea;
}

.info-section h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  color: #333;
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.info-icon {
  font-size: 24px;
  color: #605e5e !important;
  margin-right: 15px;
  margin-top: 5px;
}

.info-content h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #555;
}

.info-content p {
  margin: 0;
  color: #333;
}

/* QR Code */
.qr-section {
  margin: 30px 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.qr-code-modern {
  max-width: 150px;
  border: 5px solid white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.qr-section h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
  color: #333;
}

/* Botões de ação */
.action-buttons {
  margin-top: 30px;
  text-align: center;
}

.btn-modern {
  border-radius: 30px;
  padding: 8px 20px;
  margin: 0 5px 10px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-modern-outline {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #555;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.btn-modern-outline:hover {
  background-color: #f5f5f5;
  border-color: #ccc;
}

/* Perfil do sócio */
.profile-section {
  margin-bottom: 25px;
}

.profile-img-modern {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.status-badge {
  margin: 15px 0;
}

.status-badge .status-active {
  display: inline-block;
  background-color: #e8f5e9;
  color: #28a745;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 12px;
}

.profile-details {
  margin-top: 20px;
}

.detail-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}

.detail-item:last-child {
  border-bottom: none;
}

.detail-label {
  color: #777;
  font-size: 14px;
}

.detail-value {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

/* Dependentes */
.dependents-list {
  margin-bottom: 20px;
}

.dependent-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}

.dependent-item:last-child {
  border-bottom: none;
}

.dependent-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dependent-info {
  flex-grow: 1;
}

.dependent-info h5 {
  margin: 0 0 3px;
  font-size: 14px;
  font-weight: 600;
}

.dependent-type {
  font-size: 12px;
  color: #777;
}

/* Benefícios */
.benefits-list {
  margin-bottom: 20px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.benefit-icon {
  color: #28a745;
  margin-right: 10px;
  font-size: 16px;
}

.benefit-text {
  font-size: 14px;
  color: #333;
}