<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    line-height: 1.4;
    font-family: 'Roboto', sans-serif !important;
    color: #67696c;
    font-size: 16px;
    font-weight: 300;
    min-width: 100vw;
    min-height: 100vh;
    background-color: #f7f7f7 !important;
}

.heading {
    margin-bottom: 50px;
}

.menu-item {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.menu-selected {
    background: #d3d3d3 !important;
    border-radius: 10px !important;
    padding: 0 20px !important;
    align-items: center !important;
}

th {
    text-align: left;
    padding: 1em 0;
}

.table-headers {
}

tr:nth-child(even).user-row {
    background-color: #fff;
}

tr:nth-child(odd).user-row {
    background-color: #eeeeee;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
}

.error {
    color: red;
}

.fieldError {
    border-color: red;
    border-bottom: 2px;
}

.disclaimer {
    padding: 8px;
    margin-bottom: 16px;
    background-color: rgb(237, 143, 17);
    border-radius: 15px;
    max-width: max-content;
}

.disclaimer p {
    font-weight: bold;
}

.form-style {
    padding: 1.2em 0;
    width: 100%;
}

.back-link {
    font-weight: bold;
}

.user-form-wrapper {
    margin-top: 2em;
}

.login-wrapper {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-container {
    max-width: 600px;
    padding: 1em 3em;
    background-color: #fff;
    text-align: center;
    background-color: 300px;
}

.login-container img {
    max-width: 300px;
}

.login-container h1 {
    margin-bottom: 1em;
}

.login-form {
    width: 300px;
    margin-bottom: 0.5em;
}

input {
    border-radius: 4px;
    padding: 4px;
}

.form-style input {
    margin-bottom: 16px;
}

.form-style input[type='submit'],
.form-style input[type='button'] {
    color: #fff;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
}

.form-style input[type='submit']:hover,
.form-style input[type='button']:hover {
    background: #ddd;
}

.submit-button {
    margin-top: 16px;
}

.menu a:link,
.menu a:hover,
.menu a:visited,
.menu a:active {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.menu a:hover {
    text-decoration: underline;
}

.logo {
    position: relative;
    background-image: url('socfinder_rgb.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 75px;
}

.menu {
    padding: 0px 20px 0 20px;
    background-color: #fff !important;
    color: #000 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid lightgray;
}

.menu p {
    margin: 0;
    paddin: 0;
}

label {
    min-width: 250px;
    margin-right: 20px;
}

.row {
    display: flex;
}

.users-search-container {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#providers {
    display: none;
    align-items: center;
}

#providers label {
    min-width: initial;
    margin-right: 0.2em;
}

#providers input[type='checkbox'],
#providers span {
    margin-right: 0.5em;
}

#permissions {
    display: none;
}

#user-select,
#providers,
#permissions {
    margin-left: 0.5em;
}

.pagination-wrapper {
    display: flex;
    width: 100px;
    margin-top: 2em;
    justify-content: space-between;
    align-items: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pagination-item {
    flex: none;
    width: 25px;
    height: 25px;
    text-align: center;
}

.pagination-button {
    border-radius: 4px;
}

.pagination-button span {
    vertical-align: middle;
}

#pagination-prev {
    visibility: hidden;
}

.permissions-row {
    display: none;
}

.search-button {
    margin: auto 0 auto 2em !important;
}

.user-input {
    width: 100%;
    max-width: 600px;
}

.org-input {
    width: 100%;
    max-width: 500px;
}

.decoration-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 800px;
}

.custom-multiselect {
    user-select: none;
    max-width: 450px;
    width: 100%;
    z-index: 1;
    display: none;
    position: absolute;
    flex-direction: column;
    max-height: 300px;
    background-color: white;
    overflow-y: scroll;
}

.multiselect-button {
    width: 100%;
}
</pre></body></html>