.sw-height-percent-100 {
    height: 100%;
}

.sw-block {
    display: block;
}

.sw-padding-top-5 {
    padding-top: 0.336rem;
}

.sw-padding-top-9 {
    padding-top: 0.563rem;
}

.sw-padding-top-15 {
    padding-top: 0.938rem;
}

.sw-padding-top-20 {
    padding-top: 1.25rem;
}

.sw-margin-top-20 {
    margin-top: 1.25rem;
}

.sw-width-percent-100 {
    width: 100%;
}

.sw-width-50 {
    width: 3.125rem;
}

.sw-width-150 {
    width: 9.375rem;
}

.sw-table-header {
    border-bottom: 1px solid #00bfff !important;
}

.sw-admin-page-header {
    margin: 0 0 0 0;
    padding: 0 0 0.625rem 0;
}

.sw-admin-page-subheader {
    height: 3rem;
    width: 100%;
}

.sw-admin-page-header h1 {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 400;
}

.sw-panel-blue {
    border-top: 2px solid #00bfff;
    border-radius: 0;
}

    .sw-panel-blue.sw-height-percent-100 .rz-panel-content-wrapper .rz-panel-content {
        height: 100%;
        max-height: 100%;
    }

    .sw-panel-blue.sw-height-percent-100 .rz-panel-content-wrapper {
        height: 100%;
    }

.sw-panel-header {
    padding: 0.625rem;
    margin-bottom: 1rem;
}

    .sw-panel-header h6 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1rem;
    }

.sw-panel-content {
    padding: 0.625rem;
}

.sw-panel-header-button {
    height: fit-content;
    min-width: 6.25rem;
}

.sw-listbox.terms li {
    padding-left: 0.5rem;
}

    .sw-listbox.terms li.rz-state-highlight:hover .edit-button {
        color: black;
    }

.sw-listbox {
    width: 100%;
    margin-top: 2rem;
    height: calc(100vh - 29.375rem);
}

.sw-button-150 {
    min-width: 9.375rem;
}

.sw-dialog-textarea-default {
    width: 100%;
    height: calc(100vh - 25rem);
    resize: none;
}

.sw-hidden {
    display: none;
}

.sw-page-margin {
    margin: 1.25rem;
}
