    * {
        scrollbar-width: thin;
        scrollbar-color: rgb(44, 42, 42) rgb(100, 100, 100);
    }
    /* Works on Chrome, Edge, and Safari */
    
    *::-webkit-scrollbar {
        width: 5px;
    }
    
    *::-webkit-scrollbar-track {
        background: rgba(8, 8, 8, 0.397);
    }
    
    *::-webkit-scrollbar-thumb {
        background-color: rgb(44, 42, 42);
        border-radius: 0px;
        border: 1px solid rgb(82, 80, 80);
    }
    
    [s4i-type=light-area] {
        opacity: 1;
        transition: opacity 1s;
    }
    
    [s4i-type=light-area].fade {
        opacity: 0;
    }
    
    [s4i-type=text-input] {
        margin: 0;
        width: 152px;
        height: 24px;
    }
    
    [s4i-type=table] {
        width: 100%;
        height: 100%;
    }
    
    [s4i-type=button] {
        text-decoration: none;
        font-size: 12px;
        background-color: transparent;
        cursor: pointer;
        outline: none;
        transition: 0.2s all;
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Safari */
        -khtml-user-select: none;
        /* Konqueror HTML */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        user-select: none;
        /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
    }
    
    [s4i-type=button]:hover {
        opacity: 0.5;
    }
    /* Adding transformation when the button is active */
    
    [s4i-type=button]:active {
        transform: scale(0.90);
        /* Scaling button to 0.98 to its original size */
        box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
        /* Lowering the shadow */
    }
    
    .topbar {
        background-color: rgb(0, 0, 0);
    }
    
    .red {
        color: rgb(255, 0, 0)
    }
    
    .green {
        color: rgb(145, 255, 0)
    }
    
    .blue {
        color: rgb(0, 110, 255)
    }
    
    .yellow {
        color: rgb(238, 255, 0)
    }
    
    .small {
        transform: scale(0.4);
    }
    
    .mid {
        transform: scale(0.6);
    }
    
    .big {
        transform: scale(0.8);
    }
    
    .large {
        transform: scale(1.0);
    }
    
    .s4i.flex-row {
        display: flex;
        flex-direction: row;
    }
    
    a {
        color: #ccc;
    }
    
    ul.list {
        padding: 0;
        list-style: none;
        width: 200px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin: 20px;
    }
    
    .list li {
        padding: 10px 20px;
    }
    
    .list li+li {
        border-top: 1px solid #ccc;
    }
    
    tbody.list {
        padding: 0;
        list-style: none;
        width: 200px;
        border: none solid rgb(61, 60, 60);
        border-radius: 5px;
        margin: 20px;
        color: darkgrey;
        font-size: 12;
    }
    
    table {
        border-collapse: collapse;
    }
    
    td.noborder {
        border: none;
    }
    
    td.section {
        color: rgb(235, 232, 232);
        border: none;
    }
    
    .s4i-selected {
        width: 100%;
        text-align: center;
    }
    
    .s4i-select {
        width: 100%;
        height: 100%;
        text-align: right;
        font-size: 48px;
    }
    
    .s4i-right {
        text-align: right;
    }
    
    .s4i-left {
        text-align: left;
    }
    
    .s4i-center {
        text-align: center;
    }
    
    th.id td.id {
        min-width: 250px;
    }
    
    th.key td.key th.scope td.scope {
        min-width: 200px;
    }
    
    th.updated_by td.updated_by {
        min-width: 200px;
    }
    
    th.updated_time td.updated_time {
        min-width: 150px;
    }
    
    th.created_time td.created_time {
        min-width: 150px;
    }
    
    th.product_key td.product_key {
        min-width: 200px;
    }
    
    th.inst_key td.inst_key {
        min-width: 150px;
    }
    
    th.notes td.notes th.event td.event {
        min-width: 200px;
    }
    
    th.enabled td.enabled {
        width: 100px;
        min-width: 100px;
    }
    
    label {
        color: white;
        display: inline-block;
        width: 150px;
        text-align: center;
    }
    
    .sort {
        height: 100%;
        width: 100%;
        text-align: center;
        line-height: 32px;
        vertical-align: middle;
        color: white;
        border: none;
    }
    
    iframe {
        border: none;
        margin: 0 0 0 0;
    }
    
    .sort:hover {
        background-color: #522c57;
        color: white;
    }
    
    body {
        font-family: Avenir, Helvetica, Arial, sans-serif;
    }
    
    th {
        text-align: center;
        vertical-align: middle;
        height: 14px;
        font-size: 10px;
        background-color: rgb(26, 24, 24);
        border-right: 1px solid rgb(64, 64, 64);
        padding-left: 5px;
        padding-right: 5px;
        cursor: pointer;
    }
    
    td {
        text-align: left;
        vertical-align: middle;
        padding: 5px;
        border-right: 1px solid rgb(64, 64, 64);
    }
    
    span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }
    
    .s4i-webportal-text {
        height: 14px;
        font-size: 10px;
    }
    
    input[type=text],
    input[type=password],
    textarea {
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        outline: none;
        margin: auto;
        border: 1px solid gray;
        background-color: transparent;
        color: gray;
    }
    
    input[type=text]:focus,
    input[type=password]:focus,
    textarea:focus {
        box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        padding: 3px 0px 3px 3px;
        margin: auto;
        border: 1px solid rgba(81, 203, 238, 1);
        background-color: transparent;
        color: white;
    }
    
    input[type=button] {
        color: white;
        font-size: 12px;
        border: 1px solid rgb(134, 133, 133);
    }