.main-content {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* margin-bottom: 10px; */
    width: 85vw;
    margin: 8px 10px;
}

.form-group {
    margin-bottom: 5px;
    width: 100%;
    display: inline;
}
.form-group button{
    display: inline;
    margin-bottom: 10px;
    margin-top: 10px;
}

.form-group-transacted {
    display: flex;
    align-items: center;
    gap: 10px; 
    margin-bottom: 7px;
}

.form-group-transacted input {
    flex: 1; 
    min-width: 150px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box; 
}

.form-group-transacted label {
    margin-right: 10px; 
    font-weight: bold;
}

.h2-head{
    padding-top: 5px;
    font-size: 32px;
    color: #7e4141;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font: bold;
}
.account-actions {
    display: flex;
    align-items: center;
}

.search-bar {
    padding: 10px;
    margin-bottom: -2px;
    border: 2px solid #cccccc;
    border-radius: 5px;
    /* margin-right: 10px; */
    font-size: 16px;
    max-width: 200px;
    margin-left: 100px;
    flex-grow: 1;
}
.search-bar-regional {
    padding: 10px;
    margin-bottom: -2px;
    border: 2px solid #cccccc;
    border-radius: 5px;
    /* margin-right: 10px; */
    font-size: 16px;
    width: 150px;
    /* margin-left: -100px; */
    flex-grow: 1;
}
.search-bar-unit {
    padding: 10px;
    margin-bottom: -2px;
    border: 2px solid #cccccc;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 16px;
    width: 250px;
    /* margin-left: -100px; */
    flex-grow: 1;
}

.search-bar-user {
    padding: 10px;
    margin-bottom: -2px;
    border: 2px solid #cccccc;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 16px;
    width: 250px;
    margin-left: 400px;
    flex-grow: 1;
}

.search-bar-sponsor {
    padding: 10px;
    margin-bottom: -2px;
    border: 2px solid #cccccc;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 16px;
    width: 350px;
    /* margin-left: 650px; */
    /* display: inline; */
    flex-grow: 1;
}
.search-bar-member {
    padding: 10px;
    margin-bottom: -2px;
    border: 2px solid #cccccc;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 16px;
    width: 400px;
    /* margin-left: 650px; */
    /* display: inline; */
    flex-grow: 1;
}
.tab-container {
    margin-bottom: 20px;
}

.table-container {
    margin-top: 20px;
    overflow: auto;
}

.btn-view {
    background-color: #9bcd62;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.btn-view:hover {
    background-color: #85b94f;
}
.btn-view-disable {
    background-color: #7e4141;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.btn-view-disable:hover {
    background-color: #f21313;
}

.container-fluid {
    padding: 5px;
}

.user-section {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.user-section h2 {
    font-size: 24px;
    color: #05762c;
    font-weight: bold;
    margin-bottom: 20px;
}

.report-head{
    padding-top: 5px;
    font-size: 32px;
    color: #7e4141;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font: bold;
}
.nav-tabs {
    margin-bottom: 20px;
}

.tab-btn {
    font-weight: bold;
    cursor: pointer;
    background-color: #089553;
    color: white;
    border: none;
    padding: 10px;
    margin-right: 5px;
    border-radius: 20px 20px 0 0;
}

.tab-btn.active {
    background-color: #045529;
}

.tab-btn:hover {
    background-color: #045529;
}

.actions {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.btn-add {
    background-color: #9bcd62;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 20px;
}

.btn-add:hover {
    background-color: #85b94f;
}

.btn-search {
    background-color: #9bcd62;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.btn-search:hover {
    background-color: #85b94f;
}

.user-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.user-table thead th{
    text-align: center;
}

.user-table th, .user-table td {
    padding: 10px;
    text-align: left;
}

.user-table th {
    background-color: #ace6f6;
    color: black;
}

.user-table td {
    background-color: #f4f7fa;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table th,
.table td {
    padding: 10px;
    /* text-align: left; */
    border-bottom: 1px solid #dddddd;
}

.table th {
    text-align: center;
    background-color: #ace6f6;
    color: black;
}

.table td {
    background-color: #f4f7fa;
    text-align: center;
}

.tab-btn-full {
    font-weight: bold;
    cursor: pointer;
    background-color: #089553;
    color: white;
    border: none;
    padding: 10px;
    margin-right: 5px;
    border-radius: 20px ;
}

.tab-btn-full.active {
    background-color: #045529;
}

.tab-btn-full:hover {
    background-color: #045529;
}

/* report button */
.button {
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    color: rgb(0, 0, 0); 
    background-color: rgb(252, 250, 250);
    box-shadow: 0 4px 8px rgba(21, 109, 13, 0.6), 0 0 15px rgba(21, 109, 13, 0.8);
    margin: 5px 4px;
    cursor: pointer;
    width: 100%;
    height: 7vh;   
}
/* Custom grid styling */
.custom-grid-container {
    display: grid;
    grid-template-columns: 12% 1fr;
    width: 85vw;
    height: 100vh;
    gap: 10px;
}
.custom-grid-item-menu {
    grid-column: 1;
    grid-row: 1;
    margin-top: 15px;
}
.custom-grid-item-body {
    grid-column: 2;
    grid-row: 1;
    margin-top: 15px;
    overflow: auto;
}
.right-align{
    text-align: right;
}
.center-align{
    text-align: center;
}
.confirm_btn{
    width: 50%;
    height: 30px;
    border: 1px solid;
    background: #05762c;
    border-radius: 25px;
    font-size: 18px;
    color: #e9f4fb;
    font-weight: 700;
    cursor: pointer;
    outline: none;
}

.confirm_btn:hover{
    background: #e9f4fb;
    color: #033d17;
    border: 2px solid;
    transition: .5s;
}

.cancel_btn{
    width: 50%;
    height: 30px;
    border: 1px solid;
    background: #7e4141;
    border-radius: 25px;
    font-size: 18px;
    color: #e9f4fb;
    font-weight: 700;
    cursor: pointer;
    outline: none;
}

.cancel_btn:hover{
    background: #e9f4fb;
    color: #7e4141;
    border: 2px solid;
    transition: .5s;
}
.disable_btn{
    width: auto;
    height: 30px;
    border: 1px solid;
    background: #7e4141;
    border-radius: 25px;
    font-size: 18px;
    color: #e9f4fb;
    font-weight: 700;
    cursor: pointer;
    outline: none;
}
.disable_btn:hover{
    background: #e9f4fb;
    color: #7e4141;
    border: 2px solid;
    transition: .5s;
}
.activate_btn{
    width: auto;
    height: 30px;
    border: 1px solid;
    background: #05762c;
    border-radius: 25px;
    font-size: 18px;
    color: #e9f4fb;
    font-weight: 700;
    cursor: pointer;
    outline: none;
}
.activate_btn:hover{
    background: #e9f4fb;
    color: #033d17;
    border: 2px solid;
    transition: .5s;
}
.deny_btn{
    width: auto;
    height: 30px;
    border: 1px solid;
    background: #0393ec;
    border-radius: 25px;
    font-size: 18px;
    color: #e9f4fb;
    font-weight: 700;
    cursor: pointer;
    outline: none;
}
.deny_btn:hover{
    background: #e9f4fb;
    color: #0393ec;
    border: 2px solid;
    transition: .5s;
}
/* loader style */
.loader {
    border: 5px solid #e9e9e9;
    border-top: 5px solid #3eafc3;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin: auto;
}
.donationTypeSearch {
    width: 50%;
}