body.ob-splash          { background: blue url("/obdashthree/assets/res/pexels-umkreisel-app-956999.jpg") no-repeat right top; background-size: cover; }

#header                 { display: none !important; }
#main > div > div > div { width: 90vw !important; }
body                    { background-color: rgb(20, 22, 26) !important; }

.hero-body              { padding: 0px !important; }
.hero.is-success        { background-color: transparent !important; }

a:not([href]):hover     { cursor: default; text-decoration: inherit; }
a                       { text-decoration: none      !important; }
a[href]:hover           { text-decoration: underline !important; }
a[disabled]             { cursor: default; opacity: 0.50; pointer-events: none; text-decoration: line-through !important; }
.Mui-disabled           { cursor: default;                pointer-events: none;                                           }

/*
.tabulator-row.tabulator-group * {
    color: transparent !important;
}
*/



.glow {
    font-size: 80px;
    color: #fff;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }
    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}
