#sidebar-wrapper {
    background-color: white !important;
    border-right: #D2D2D2 solid 1px;
    margin-top: -36px;
    padding-top: 30px;
}

.sidebar-brand a {
    color: #373232 !important;
}

#page-content-wrapper,
#page-content-wrapper .container-fluid {
    background-color: white !important;
}

#page-content-wrapper {
    max-height: calc(100vh - 90px);
    overflow-y: auto;
}

#sidebar-wrapper {
    width: 20vw !important;
}

#page-content-wrapper {
    width: 80vw !important;
    float: right;
}

.panel-heading,
.panel-heading th {
    background-color: #79A89B;
    padding: 0;
}

.contentContainer .headerContent {
    position: relative !important;
    background-color: #79A89B;
    font-weight: bold;
    font-size: 14px;
    color: #1C1E1D;
    min-height: 45px;
    padding: 0;
    padding-right: 5px;
    width: 100%;
    z-index: 9;
}

.contentContainer .headerContent div,
.content div {
    float: left;
    display: block;
    text-align: center;
}

.contentContainer .headerContent>div {
    padding-top: 15px;
    font-weight: normal;
    color: #fff;
}

.contentContainer .headerContent div.description {
    width: 40%;
}

.contentContainer .headerContent div.lastColumn {
    text-align: left;
    width: 20%;
    padding-top: 3px;
}

.content {
    padding: 0;
    margin: 0;
    padding-right: 5px;
    font-size: 12px;
}

.content li {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    padding: 5px;
    height: 40px;
}

.content li:hover {
    font-weight: bold;
    font-size: 14px;
    background-color: #F8F8F8 !important;
}

.content div.lastColumn {
    padding-top: 5px;
}

.content div.description {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    width: 55%;
}

.selectAllContainer {
    width: 30%;
}

.selectAllContainer label {
    display: block;
    padding-left: 15px;
    text-indent: -10px;
    color: #fff;
    font-weight: normal;
}

.actionsContainer {
    margin-top: 10px;
    color: #fff;
    font-weight: normal;
    display: inline-block;
}

/* Modal Styles from OpenGov */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.modal-overlay.show {
    display: flex !important;
}

.modal-content {
    background: white;
    border-radius: 2px;
    padding: 40px;
    max-width: 500px;
    width: 100%;
    max-height: 90vh;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    margin: auto;
    overflow-y: auto;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.modal-logo-container {
    text-align: center;
    margin-bottom: 30px;
}

.modal-logo {
    height: 40px;
}

.modal-form-title {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    font-size: 14px;
}

.modal-form-group {
    margin-bottom: 15px;
}

.modal-form-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 16px;
    box-sizing: border-box;
}

.modal-continue-button {
    width: 100%;
    padding: 12px;
    background-color: #EF373E !important;
    color: white;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.modal-continue-button:not(:disabled):hover {
    background-color: #A32035 !important;
}

.modal-continue-button:disabled {
    background-color: #cccccc !important;
    cursor: not-allowed;
}

.modal-need-account {
    text-align: center;
    margin-top: 15px;
}

.modal-need-account a {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
}

.modal-footer {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.modal-footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 12px;
}

.modal-footer-separator {
    margin: 0 8px;
    color: #ccc;
}

body.modal-open {
    overflow: hidden;
}