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

.sidebar {
    min-height: 100vh;
    background-color: #05762c;
    color: white;
    cursor: pointer;
    width: calc(100%-88vw);
}
.sidebar span {
    color: #c9ddcb;
    /* text-decoration: none; */
    /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
    font-weight: bold;
}
.sidebar span:hover {
    color: white;
}
.sidebar .nav-item.active {
    background-color: #05762c;
}
.header {
    width: 100%;
    background-color: #05762c;
    color: white;
    padding: 2px;
    display: grid;
}

.footer {
    background-color: #05762c;
    color: white;
    text-align: center;
    padding: 10px;
}
.form-control-label {
    text-align: center;
    margin-left: 15%;
    border: none;
    font-size: x-large;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
}
.form-control {
    text-align: center;
    border: none;
    font-size: x-large;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
}
.col-md-50 {
    width: 50%;
}
.card-title {
    font-size: large;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
}
.row mt-1 {
    height: 25%;
}
.row mt-2 {
    height: 25%;
}
.row mt-3 {
    height: 50%;
}
.col-md-50 {
    padding: 10px;
    box-shadow: 0px 2px 10px rgba(35, 79, 35, 0.1);
}
.col-md-3 {
    padding: 10px;
    box-shadow: 0px 2px 10px rgba(35, 79, 35, 0.1);
}
.top-menu-icon {
    margin: 0.5%;
    cursor: pointer;
}
.top-button-div {
    padding-left: 11%;
}
.top-button {
    background-color: rgb(252, 255, 253);
    text-align: center;
    color: rgb(5, 106, 14);
    font-weight: bold;
    border-radius: 10px;
    font-size: small;
    
}
.top-button:hover {
    background-color: rgb(5, 106, 14);
    text-align: center;
    color: rgb(252, 255, 253);
    font-weight: bold;
}
.container-fluid {
    width: 85vw;
}
.form-head{
    padding-top: 5px;
    font-size: 32px;
    color: #7e4141;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font: bold;
}
.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;
}

.nav-tabs {
    margin-bottom: 20px;
}

.tab-btn {
    background-color: #05762c;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-right: 5px;
    border-radius: 20px 20px 0 0;
}

.tab-btn.active {
    background-color: #066e3e;
}

.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;
}

.search-bar {
    padding: 10px;
    border: 2px solid #cccccc;
    border-radius: 5px;
    flex-grow: 1;
    margin-right: 10px;
}
.search-bar-select {
    padding: 10px;
    border: 2px solid #cccccc;
    border-radius: 5px;
    flex-grow: 1;
    display: inline;
    /* margin-right: 10px; */
}

.btn-search {
    background-color: #9bcd62;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
}

.btn-search:hover {
    background-color: #85b94f;
}

.user-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.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;
}

.btn-view {
    background-color: #9bcd62;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.btn-view:hover {
    background-color: #85b94f;
}
.btn-view-reject {
    background-color: #ee3906;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.btn-view-reject:hover {
    background-color: #89351b;
}
