
* {
    border-collapse: collapse;
    font-family: 'Ubuntu', sans-serif;
    margin: 0 auto;
    text-align: center;
    list-style: none;
}

table {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

form>div {
    width: 20%;
    display: flex;
    justify-content: space-between;
}

form>div>input {
    text-align: left;
}

form>div>* {
    margin: 0 !important;
}

img {
    border-radius: 4px;
}

tr {    
    border-bottom: 2px solid rgba(80, 80, 255, 0.15);
}
tr:hover {
    background: #f4f4f4;
}

tr th {
    padding: 0.5em;
    text-align: left;
    background: #ccf;
}

tr td {
    background: #ccccff22;
    padding: 0.25em 1em;
}

table thead tr th {
    background: #0000ffdd;
    color: white;
}

.cindex tr, .tindex tr {
    border-bottom: 2px solid #00000044;
    padding: 1em;
    color: white;
}

.btn {
    align-items: center;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-flex;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
    -webkit-writing-mode: horizontal-tb !important;
    -webkit-appearance: button;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
}
.active-0 {
    background: #e53935;
}
.active-1 {
    background: #43a047;
}
.cindex, .tindex {
    padding: 0.25em;
    margin-bottom: 1em;
}
.cindex td, .tindex td {
    padding: 0.5em;
}
.select_new {
    background: #0000ff88;
    display: inline-block;
    padding: 0.25em;
}
.actions {
    text-align: center;
}
.table {
    margin-bottom: 1.5em;
}
.active-0:hover {
    background: #ff6f60;
}
.active-1:hover {
    background: #76d275;
}
.base {
    background: #43a047;
}
.border {
    background: #1e88e5;
}
.both {
    background: #d81b60;
}
.disabled {
    background: #757575;
}
.base:hover {
    background: #76d275;
}
.border:hover {
    background: #6ab7ff;
}
.both:hover {
    background: #ff5c8d;
}
.disabled:hover {
    background: #a4a4a4;
}

.form_container {
    display: flex;
    justify-content: center;
    width: 10%;
}

.form_container > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}