.new-edit-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.new-edit-container h1 {
    font-weight: 700;
    font-size: 2.25rem;
}

.admin-button-location {
    position: fixed;
    top: 0;
    right: 0;
    padding: 1rem;
    width: 20%;
}

.filter-margin {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.filter-dropdown {
    display: block;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #cbd5e0;
    border-radius: 0.375rem;
    outline: none;
    padding: 0.5rem 0.75rem;
    width: 100%;
}

.filter-location {
    position: fixed;
    top: 25vh;
    right: 0;
    padding: 1rem;
    width: 20%;
}

.place-subheading {
    display: block;
    font-size: 1.5rem;
    width: 100%
}

.school-resource-info strong {
    display: block;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.school-resource-info p {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.general-admin-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.general-admin-header h1 {
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.index-divider hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.index-divider h2 {
    font-size: 1.5rem;
    display: inline-block;
}

.error-explanation {
    background-color: #fed7d7;
    color: #dc2626;
    padding: 0.75rem;
    font-weight: 500;
    border-radius: 0.375rem;
    margin-top: 0.75rem;
}

.notice-explanation {
    padding: 0.5rem 0.75rem;
    background-color: #d1fae5;
    margin-bottom: 1.25rem;
    color: #10b981;
    font-weight: 500;
    border-radius: 0.5rem;
    display: inline-block;
}

.side-by-side-header {
    display: flex;
    align-items: center;
}

.side-by-side-header h1 {
    font-weight: 700;
    font-size: 2.25rem;
    margin-right: 0.5rem;
}
.side-by-side-header div {
    border-right: 2px solid #718096;
    height: 2.5rem;
}
.side-by-side-header h2 {
    margin-left: 0.5rem;
    font-weight: 500;
    font-size: 1.25rem;
    color: #718096;
}

.county-assets-header {
    font-weight: 650;
    font-size: 1.875rem;
}

.full-height-container {
    display: flex;
    flex-direction: column;
    height: 90vh;
    margin-left: 2rem;
}

.pending-resource-deny {
    display: flex;
    align-items: center;
}

.pending-recs-info h2{
    font-size: 2rem;
    font-weight: bold;
}
.pending-recs-info h3 {
    font-size: 1.5rem;
    font-weight: bold;
}