* {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-user-select: none;
    scroll-behavior: smooth;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    user-select: none;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
}

.post-sbs-info.Sbs2_0,
.post-sbs-info.Sbs2_1,
.post-sbs-info.Sbs2_2,
.post-sbs-info.Sbs2_3,
.client-sbs-info.Sbs2_0,
.client-sbs-info.Sbs2_1,
.client-sbs-info.Sbs2_2,
.client-sbs-info.Sbs2_3 {
    background-color: #ff0000 !important;
}

.post-sbs-info.Sbs2_4,
.post-sbs-info.Sbs2_18,
.client-sbs-info.Sbs2_4,
.client-sbs-info.Sbs2_18 {
    background-color: #00aa77 !important;
}

.post-sbs-info.Sbs2_5,
.post-sbs-info.Sbs2_19,
.client-sbs-info.Sbs2_5,
.client-sbs-info.Sbs2_19 {
    background-color: #444765 !important;
}

.fixed {
    position: fixed;
}

button {
    cursor: pointer;
}

textarea {
    resize: none;
}

input[type=button] {
    cursor: pointer;
}

input[type=submit] {
    cursor: pointer;
}

hr {
    border: 1px solid #999999;
}

html {
    scroll-behavior: smooth;
}

.flex {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.row {
    flex-direction: row;
}

.column {
    flex-direction: column;
}

.aic {
    align-items: center;
}

.aie {
    align-items: flex-end;
}

.ais {
    align-items: flex-start;
}

.jcc {
    justify-content: center;
}

.jca {
    justify-content: space-around;
}

.jcs {
    justify-content: flex-start;
}

.jce {
    justify-content: flex-end;
}

.jcb {
    justify-content: space-between;
}

.oh {
    overflow: hidden;
}

.oyh {
    overflow-y: hidden;
}

.oxh {
    overflow-x: hidden;
}

.oa {
    overflow: auto;
}

.oya {
    overflow-y: auto;
}

.oxa {
    overflow-x: auto;
}

.p4 {
    padding: 4px;
}

.p8 {
    padding: 8px;
}

.p12 {
    padding: 12px;
}

.p16 {
    padding: 16px;
}

.p20 {
    padding: 20px;
}

.pv4 {
    padding: 4px 0;
}

.pv8 {
    padding: 8px 0;
}

.pv12 {
    padding: 12px 0;
}

.pv16 {
    padding: 16px 0;
}

.pv20 {
    padding: 20px 0;
}

.ph4 {
    padding: 0 4px;
}

.ph8 {
    padding: 0 8px;
}

.ph12 {
    padding: 0 12px;
}

.ph16 {
    padding: 0 16px;
}

.ph20 {
    padding: 0 20px;
}

.m4 {
    margin: 4px;
}

.m8 {
    margin: 8px;
}

.m12 {
    margin: 12px;
}

.m16 {
    margin: 16px;
}

.m20 {
    margin: 20px;
}

.mv4 {
    margin: 4px 0;
}

.mv8 {
    margin: 8px 0;
}

.mv12 {
    margin: 12px 0;
}

.mv16 {
    margin: 16px 0;
}

.mv20 {
    margin: 20px 0;
}

.mh4 {
    margin: 0 4px;
}

.mh8 {
    margin: 0 8px;
}

.mh12 {
    margin: 0 12px;
}

.mh16 {
    margin: 0 16px;
}

.mh20 {
    margin: 0 20px;
}

.v0 {
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0%;
    margin: 0;
    border: none;
}

section.onescreen {
    width: 100%;
    height: 100vh;
}

.backblur20 {
    backdrop-filter: blur(20px);
}

.backblur10 {
    backdrop-filter: blur(10px);
}

.backblur5 {
    backdrop-filter: blur(5px);
}

.none {
    display: none !important;
}

.block {
    display: block;
}

.fadeout {
    animation: fadeout 0.5s;
    animation-fill-mode: forwards;
}

.arrow {
    border-style: solid;
    display: block;
    width: 5px;
}

.right {
    align-self: flex-end;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #000000;
}

.left {
    border-width: 5px 5px 5px 0px;
    border-color: transparent #000000 transparent transparent;
}

.top {
    border-width: 0px 5px 5px 5px;
    border-color: transparent transparent #000000 transparent;
}

.bottom {
    border-width: 5px 5px 0px 5px;
    border-color: #000000 transparent transparent transparent;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.fullscreen {
    width: 100%;
    height: 100vh;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.bold {
    font-weight: bold;
}


.float-left {
    float: left;
}

.float-right {
    float: right;
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }

    99% {
        opacity: 0;
        width: auto;
        height: auto;
    }

    100% {
        display: none !important;
        opacity: 0;
        z-index: 0;
        height: 0;
        width: 0;
    }
}

.tac {
    text-align: center;
}