
    body {
        background-color: #f8f9fa;
    }
    .logo {
        font-family: 'Georgia', serif;
        font-size: 28px;
        font-weight: bold;
        color: #d4a017;
    }
    .card {
        border: none;
        border-radius: 10px;
        background-color: #ffffff;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s, box-shadow 0.2s;
    }
    .card2{
      min-height: 250px;
    }
    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
    }
    .card-icon img {
        width: 80px;
        height: auto;
        margin-top: 20px;
    }
    .card-title {
        font-size: 18px;
        font-weight: bold;
        margin-top: 15px;
        color: #555;
    }
    .pending-payments {
        background-color: #ffffff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
    }
    .pending-payments h5 {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        margin-bottom: 20px;
    }
    .table {
        margin-top: 10px;
        font-size: 14px;
    }
    .table th {
        background-color: #d4a017;
        color: #ffffff;
    }
    .table th, .table td {
        text-align: center;
        vertical-align: middle;
    }
    .divider {
        border-left: 2px solid #ddd;
        height: 100%;
    }
    @media (max-width: 768px) {
        .card-title {
            font-size: 16px;
        }
        .pending-payments h5 {
            font-size: 18px;
        }
        .divider {
            border-left: none;
            border-top: 2px solid #ddd;
            height: 2px;
            width: 100%;
            margin: 20px 0;
        }
    }
    .col-lg-1 {
        width: 1.333333%!important;
  }
  .col-lg-2 {
    width: 22.666667%;
    }
    .fonticon {
margin-top: 54px;
}

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

.container {
    background: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.header {
    border-bottom: 2px solid #ced4da;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.stats-group {
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 16px;
  background-color: #f8f9fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
.stats-group div {
    text-align: center;
    font-weight: bold;
}

.table {
    border: 1px solid #ced4da;
    margin-top: 20px;
    font-size: 14px;
}

.table th, .table td {
    vertical-align: middle;
    border: 1px solid #ced4da;
    text-align: center;
}

.form-label {
    font-size: 14px;
    font-weight: bold;
}

.form-control, .form-select {
    font-size: 14px;
}

.form-section {
    border: 1px solid #ced4da;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.form-section h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

button {
    height: 40px;
}
.header {
    margin-bottom: 20px;
}

.party-section, .date-range {
    display: flex;
    align-items: center;
    gap: 15px;
}

.party-section {
    justify-content: center;
}

.icon {
    height: 32px;
    width: 32px;
}

.search-icon {
    height: 32px;
    width: 32px;
    cursor: pointer;
}

label {
    font-size: 14px;
    font-weight: bold;
}

.form-select, .form-control {
    height: 38px;
    font-size: 14px;
}

.table th, .table td {
    color: black !important;
}

        .fonticon2 {
          font-size: 36px;
            color: #ffc107;
        }

        .fonticon {
            font-size: 36px;
            color: #ffc107;
        }

        .search-icon {
            font-size: 32px;
            color: #000;
            cursor: pointer;
        }


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

        .container {
            margin-top: 40px;
            background: #ffffff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        h1, h2 {
            text-align: center;
            margin-bottom: 20px;
            font-weight: bold;
            color: #333;
        }

        h1 {
            font-size: 2rem;
        }

        h2 {
            font-size: 1.5rem;
            color: #555;
        }

        .table {
            background: #ffffff;
            border: 1px solid #ddd;
            border-radius: 10px;
            overflow: hidden;
        }

        .table th, .table td {
            vertical-align: middle;
            text-align: center;
            border: 1px solid #ddd !important;
        }

        .table thead {
            background: #007bff;
            color: #fff;
        }

        .table thead th {
            font-size: 0.9rem;
            font-weight: 600;
        }

        .table tbody tr {
            transition: background 0.3s;
        }

        .table tbody tr:hover {
            background: #f1f1f1;
        }

        .btn-submit {
            background-color: #007bff;
            color: #fff;
            border-color: #007bff;
            font-weight: bold;
        }

        .btn-submit:hover {
            background-color: #0056b3;
            border-color: #0056b3;
        }

        .delete-icon {
            color: red;
            cursor: pointer;
            font-size: 1.2rem;
        }

        .form-control {
            border-radius: 5px;
            border: 1px solid #ddd;
        }

        .mb-3 .col-md-2, .mb-3 .col-md-1 {
            margin-bottom: 10px;
        }

        .search-section {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin-bottom: 20px;
        }

        .search-section .form-control {
            margin-right: 10px;
            max-width: 300px;
        }

        .delete-icon:hover {
            color: #d9534f;
        }
        a {
          text-decoration: none;
        }



/* account statement style  */
.account-statement-main-container{ 
    max-width: 700px;
    margin: 50px auto; 
    border: 1px solid black;
} 
.account-statement-main-container P{ 
    margin: 0px;
    padding: 0px;
} 
.account-statement-header-div{ 
    border-bottom: 2px solid black;
} 
.As-header span { 
    font-size: 20px;
    font-weight: 500;
}

.As-header{ 
    font-weight: 700;
    font-size: 30px;
    color: black;
}
.AS-sub-header-div{ 
    border-bottom: 2px solid black;
}
.AS-header-img-div{ 
    width: 25%;
}
.AS-header-img-div img{ 
    width: 50%;
} 
.AS-W-P-B-section-sub-div{ 
    padding: 30px 10px;
    border: 2px solid black;
} 
.As-table{ 
    border: 1px solid black !important;
    border-collapse: collapse !important;
    border-radius: 0px !important;
} 
.As-table th,
.As-table td{  
    background-color: white !important;
    border: 1px solid black !important;
    text-align: center !important;
    padding: 15px !important;
} 
.As-footer-image img{ 
    width: 100%;
    object-fit: cover;
}
.AS-sub-header-text{ 
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    font-size: 17px;
} 
.As-W-P-B-section-txt{ 
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    font-size: 20px;
} 