@import '_content/Majorsoft.Blazor.Components.Common.JsInterop/Majorsoft.Blazor.Components.Common.JsInterop.bundle.scp.css';
@import '_content/Majorsoft.Blazor.Components.GdprConsent/Majorsoft.Blazor.Components.GdprConsent.bundle.scp.css';
@import '_content/Majorsoft.Blazor.Components.Modal/Majorsoft.Blazor.Components.Modal.bundle.scp.css';
@import '_content/Majorsoft.Blazor.Components.Toggle/Majorsoft.Blazor.Components.Toggle.bundle.scp.css';

/* /Shared/CookieConsent.razor.rz.scp.css */
.gdpr-banner[b-yt3dbp9ghi] {
    font-size: medium;
    font-weight: 500;
    padding: 16px 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*border: 1px solid #e0e0e0;*/
}
/* /Shared/DisplayFileSpinner.razor.rz.scp.css */
.container[b-fm3v9sw1fh] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0,0,0,0.8);
    z-index: 10000;
}

.container[b-fm3v9sw1fh]:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.loader[b-fm3v9sw1fh] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation-b-fm3v9sw1fh 1s linear infinite;
    top: 50%;
    left: 48%;
    position: absolute;
}

.loader[b-fm3v9sw1fh]::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-left: 4px solid #FF3D00;
    border-bottom: 4px solid transparent;
    animation: rotation-b-fm3v9sw1fh 0.5s linear infinite reverse;
}

@keyframes rotation-b-fm3v9sw1fh {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} 

/*.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 45%;
    left: 45%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/

/*.loader {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: #fff;
    top: 45%;
    left: 45%;
    position: absolute;
}

.loader:before,
.loader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spin linear infinite;
}

.loader:after {
    color: #FF3D00;
    transform: rotateY(70deg);
    animation-delay: .4s;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {
    0%, 100% {
        box-shadow: .2em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: .2em .2em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 .2em 0 0px currentcolor;
    }

    37% {
        box-shadow: -.2em .2em 0 0 currentcolor;
    }

    50% {
        box-shadow: -.2em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -.2em -.2em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -.2em 0 0 currentcolor;
    }

    87% {
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}
*/
/* /Shared/DisplaySpinner.razor.rz.scp.css */
*[b-7vm1rupmyo] {
    margin: 0;
    padding: 0;
}

body[b-7vm1rupmyo] {
    background: #292b37;
    font-family: arial;
}

.dna[b-7vm1rupmyo] {
    width: 360px;
    margin: 100px auto;
    perspective: 270px;
    transform-style: preserve-3d;
    letter-spacing: -5px;
}

    .dna[b-7vm1rupmyo]:after {
        letter-spacing: 5px;
        display: block;
        padding-top: 50px;
        color: #aaa;
        text-align: center;
        content: "loading...";
    }

.ele[b-7vm1rupmyo] {
    width: 6px;
    height: 6px;
    display: inline-block;
    animation: rotate-b-7vm1rupmyo 3s linear infinite;
    transform: rotateX(-360deg) translateZ(0);
    transform-style: preserve-3d;
    margin-left: 0;
}

    .ele:nth-of-type(2n) .dot[b-7vm1rupmyo]:before {
        background: deepskyblue;
    }

.dot[b-7vm1rupmyo] {
    width: inherit;
    height: inherit;
    transform: translateZ(-20px);
    transform-style: preserve-3d;
}

    .dot[b-7vm1rupmyo]:before {
        content: "";
        width: inherit;
        height: inherit;
        display: block;
        background: #aaa;
        border-radius: 50%;
        animation: rotate-b-7vm1rupmyo 3s linear infinite reverse;
        transform: rotateX(-360deg) translateZ(0);
    }

.ele:nth-of-type(1)[b-7vm1rupmyo],
.ele:nth-of-type(1) .dot[b-7vm1rupmyo]:before {
    animation-delay: -0.1s;
}

    .ele:nth-of-type(1):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -1.6s;
    }

.ele:nth-of-type(2)[b-7vm1rupmyo],
.ele:nth-of-type(2) .dot[b-7vm1rupmyo]:before {
    animation-delay: -0.2s;
}

    .ele:nth-of-type(2):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -1.7s;
    }

.ele:nth-of-type(3)[b-7vm1rupmyo],
.ele:nth-of-type(3) .dot[b-7vm1rupmyo]:before {
    animation-delay: -0.3s;
}

    .ele:nth-of-type(3):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -1.8s;
    }

.ele:nth-of-type(4)[b-7vm1rupmyo],
.ele:nth-of-type(4) .dot[b-7vm1rupmyo]:before {
    animation-delay: -0.4s;
}

    .ele:nth-of-type(4):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -1.9s;
    }

.ele:nth-of-type(5)[b-7vm1rupmyo],
.ele:nth-of-type(5) .dot[b-7vm1rupmyo]:before {
    animation-delay: -0.5s;
}

    .ele:nth-of-type(5):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -2s;
    }

.ele:nth-of-type(6)[b-7vm1rupmyo],
.ele:nth-of-type(6) .dot[b-7vm1rupmyo]:before {
    animation-delay: -0.6s;
}

    .ele:nth-of-type(6):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -2.1s;
    }

.ele:nth-of-type(7)[b-7vm1rupmyo],
.ele:nth-of-type(7) .dot[b-7vm1rupmyo]:before {
    animation-delay: -0.7s;
}

    .ele:nth-of-type(7):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -2.2s;
    }

.ele:nth-of-type(8)[b-7vm1rupmyo],
.ele:nth-of-type(8) .dot[b-7vm1rupmyo]:before {
    animation-delay: -0.8s;
}

    .ele:nth-of-type(8):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -2.3s;
    }

.ele:nth-of-type(9)[b-7vm1rupmyo],
.ele:nth-of-type(9) .dot[b-7vm1rupmyo]:before {
    animation-delay: -0.9s;
}

    .ele:nth-of-type(9):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -2.4s;
    }

.ele:nth-of-type(10)[b-7vm1rupmyo],
.ele:nth-of-type(10) .dot[b-7vm1rupmyo]:before {
    animation-delay: -1s;
}

    .ele:nth-of-type(10):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -2.5s;
    }

.ele:nth-of-type(11)[b-7vm1rupmyo],
.ele:nth-of-type(11) .dot[b-7vm1rupmyo]:before {
    animation-delay: -1.1s;
}

    .ele:nth-of-type(11):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -2.6s;
    }

.ele:nth-of-type(12)[b-7vm1rupmyo],
.ele:nth-of-type(12) .dot[b-7vm1rupmyo]:before {
    animation-delay: -1.2s;
}

    .ele:nth-of-type(12):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -2.7s;
    }

.ele:nth-of-type(13)[b-7vm1rupmyo],
.ele:nth-of-type(13) .dot[b-7vm1rupmyo]:before {
    animation-delay: -1.3s;
}

    .ele:nth-of-type(13):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -2.8s;
    }

.ele:nth-of-type(14)[b-7vm1rupmyo],
.ele:nth-of-type(14) .dot[b-7vm1rupmyo]:before {
    animation-delay: -1.4s;
}

    .ele:nth-of-type(14):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -2.9s;
    }

.ele:nth-of-type(15)[b-7vm1rupmyo],
.ele:nth-of-type(15) .dot[b-7vm1rupmyo]:before {
    animation-delay: -1.5s;
}

    .ele:nth-of-type(15):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -3s;
    }

.ele:nth-of-type(16)[b-7vm1rupmyo],
.ele:nth-of-type(16) .dot[b-7vm1rupmyo]:before {
    animation-delay: -1.6s;
}

    .ele:nth-of-type(16):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -3.1s;
    }

.ele:nth-of-type(17)[b-7vm1rupmyo],
.ele:nth-of-type(17) .dot[b-7vm1rupmyo]:before {
    animation-delay: -1.7s;
}

    .ele:nth-of-type(17):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -3.2s;
    }

.ele:nth-of-type(18)[b-7vm1rupmyo],
.ele:nth-of-type(18) .dot[b-7vm1rupmyo]:before {
    animation-delay: -1.8s;
}

    .ele:nth-of-type(18):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -3.3s;
    }

.ele:nth-of-type(19)[b-7vm1rupmyo],
.ele:nth-of-type(19) .dot[b-7vm1rupmyo]:before {
    animation-delay: -1.9s;
}

    .ele:nth-of-type(19):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -3.4s;
    }

.ele:nth-of-type(20)[b-7vm1rupmyo],
.ele:nth-of-type(20) .dot[b-7vm1rupmyo]:before {
    animation-delay: -2s;
}

    .ele:nth-of-type(20):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -3.5s;
    }

.ele:nth-of-type(21)[b-7vm1rupmyo],
.ele:nth-of-type(21) .dot[b-7vm1rupmyo]:before {
    animation-delay: -2.1s;
}

    .ele:nth-of-type(21):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -3.6s;
    }

.ele:nth-of-type(22)[b-7vm1rupmyo],
.ele:nth-of-type(22) .dot[b-7vm1rupmyo]:before {
    animation-delay: -2.2s;
}

    .ele:nth-of-type(22):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -3.7s;
    }

.ele:nth-of-type(23)[b-7vm1rupmyo],
.ele:nth-of-type(23) .dot[b-7vm1rupmyo]:before {
    animation-delay: -2.3s;
}

    .ele:nth-of-type(23):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -3.8s;
    }

.ele:nth-of-type(24)[b-7vm1rupmyo],
.ele:nth-of-type(24) .dot[b-7vm1rupmyo]:before {
    animation-delay: -2.4s;
}

    .ele:nth-of-type(24):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -3.9s;
    }

.ele:nth-of-type(25)[b-7vm1rupmyo],
.ele:nth-of-type(25) .dot[b-7vm1rupmyo]:before {
    animation-delay: -2.5s;
}

    .ele:nth-of-type(25):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -4s;
    }

.ele:nth-of-type(26)[b-7vm1rupmyo],
.ele:nth-of-type(26) .dot[b-7vm1rupmyo]:before {
    animation-delay: -2.6s;
}

    .ele:nth-of-type(26):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -4.1s;
    }

.ele:nth-of-type(27)[b-7vm1rupmyo],
.ele:nth-of-type(27) .dot[b-7vm1rupmyo]:before {
    animation-delay: -2.7s;
}

    .ele:nth-of-type(27):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -4.2s;
    }

.ele:nth-of-type(28)[b-7vm1rupmyo],
.ele:nth-of-type(28) .dot[b-7vm1rupmyo]:before {
    animation-delay: -2.8s;
}

    .ele:nth-of-type(28):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -4.3s;
    }

.ele:nth-of-type(29)[b-7vm1rupmyo],
.ele:nth-of-type(29) .dot[b-7vm1rupmyo]:before {
    animation-delay: -2.9s;
}

    .ele:nth-of-type(29):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -4.4s;
    }

.ele:nth-of-type(30)[b-7vm1rupmyo],
.ele:nth-of-type(30) .dot[b-7vm1rupmyo]:before {
    animation-delay: -3s;
}

    .ele:nth-of-type(30):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -4.5s;
    }

.ele:nth-of-type(31)[b-7vm1rupmyo],
.ele:nth-of-type(31) .dot[b-7vm1rupmyo]:before {
    animation-delay: -3.1s;
}

    .ele:nth-of-type(31):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -4.6s;
    }

.ele:nth-of-type(32)[b-7vm1rupmyo],
.ele:nth-of-type(32) .dot[b-7vm1rupmyo]:before {
    animation-delay: -3.2s;
}

    .ele:nth-of-type(32):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -4.7s;
    }

.ele:nth-of-type(33)[b-7vm1rupmyo],
.ele:nth-of-type(33) .dot[b-7vm1rupmyo]:before {
    animation-delay: -3.3s;
}

    .ele:nth-of-type(33):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -4.8s;
    }

.ele:nth-of-type(34)[b-7vm1rupmyo],
.ele:nth-of-type(34) .dot[b-7vm1rupmyo]:before {
    animation-delay: -3.4s;
}

    .ele:nth-of-type(34):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -4.9s;
    }

.ele:nth-of-type(35)[b-7vm1rupmyo],
.ele:nth-of-type(35) .dot[b-7vm1rupmyo]:before {
    animation-delay: -3.5s;
}

    .ele:nth-of-type(35):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -5s;
    }

.ele:nth-of-type(36)[b-7vm1rupmyo],
.ele:nth-of-type(36) .dot[b-7vm1rupmyo]:before {
    animation-delay: -3.6s;
}

    .ele:nth-of-type(36):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -5.1s;
    }

.ele:nth-of-type(37)[b-7vm1rupmyo],
.ele:nth-of-type(37) .dot[b-7vm1rupmyo]:before {
    animation-delay: -3.7s;
}

    .ele:nth-of-type(37):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -5.2s;
    }

.ele:nth-of-type(38)[b-7vm1rupmyo],
.ele:nth-of-type(38) .dot[b-7vm1rupmyo]:before {
    animation-delay: -3.8s;
}

    .ele:nth-of-type(38):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -5.3s;
    }

.ele:nth-of-type(39)[b-7vm1rupmyo],
.ele:nth-of-type(39) .dot[b-7vm1rupmyo]:before {
    animation-delay: -3.9s;
}

    .ele:nth-of-type(39):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -5.4s;
    }

.ele:nth-of-type(40)[b-7vm1rupmyo],
.ele:nth-of-type(40) .dot[b-7vm1rupmyo]:before {
    animation-delay: -4s;
}

    .ele:nth-of-type(40):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -5.5s;
    }

.ele:nth-of-type(41)[b-7vm1rupmyo],
.ele:nth-of-type(41) .dot[b-7vm1rupmyo]:before {
    animation-delay: -4.1s;
}

    .ele:nth-of-type(41):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -5.6s;
    }

.ele:nth-of-type(42)[b-7vm1rupmyo],
.ele:nth-of-type(42) .dot[b-7vm1rupmyo]:before {
    animation-delay: -4.2s;
}

    .ele:nth-of-type(42):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -5.7s;
    }

.ele:nth-of-type(43)[b-7vm1rupmyo],
.ele:nth-of-type(43) .dot[b-7vm1rupmyo]:before {
    animation-delay: -4.3s;
}

    .ele:nth-of-type(43):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -5.8s;
    }

.ele:nth-of-type(44)[b-7vm1rupmyo],
.ele:nth-of-type(44) .dot[b-7vm1rupmyo]:before {
    animation-delay: -4.4s;
}

    .ele:nth-of-type(44):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -5.9s;
    }

.ele:nth-of-type(45)[b-7vm1rupmyo],
.ele:nth-of-type(45) .dot[b-7vm1rupmyo]:before {
    animation-delay: -4.5s;
}

    .ele:nth-of-type(45):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -6s;
    }

.ele:nth-of-type(46)[b-7vm1rupmyo],
.ele:nth-of-type(46) .dot[b-7vm1rupmyo]:before {
    animation-delay: -4.6s;
}

    .ele:nth-of-type(46):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -6.1s;
    }

.ele:nth-of-type(47)[b-7vm1rupmyo],
.ele:nth-of-type(47) .dot[b-7vm1rupmyo]:before {
    animation-delay: -4.7s;
}

    .ele:nth-of-type(47):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -6.2s;
    }

.ele:nth-of-type(48)[b-7vm1rupmyo],
.ele:nth-of-type(48) .dot[b-7vm1rupmyo]:before {
    animation-delay: -4.8s;
}

    .ele:nth-of-type(48):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -6.3s;
    }

.ele:nth-of-type(49)[b-7vm1rupmyo],
.ele:nth-of-type(49) .dot[b-7vm1rupmyo]:before {
    animation-delay: -4.9s;
}

    .ele:nth-of-type(49):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -6.4s;
    }

.ele:nth-of-type(50)[b-7vm1rupmyo],
.ele:nth-of-type(50) .dot[b-7vm1rupmyo]:before {
    animation-delay: -5s;
}

    .ele:nth-of-type(50):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -6.5s;
    }

.ele:nth-of-type(51)[b-7vm1rupmyo],
.ele:nth-of-type(51) .dot[b-7vm1rupmyo]:before {
    animation-delay: -5.1s;
}

    .ele:nth-of-type(51):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -6.6s;
    }

.ele:nth-of-type(52)[b-7vm1rupmyo],
.ele:nth-of-type(52) .dot[b-7vm1rupmyo]:before {
    animation-delay: -5.2s;
}

    .ele:nth-of-type(52):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -6.7s;
    }

.ele:nth-of-type(53)[b-7vm1rupmyo],
.ele:nth-of-type(53) .dot[b-7vm1rupmyo]:before {
    animation-delay: -5.3s;
}

    .ele:nth-of-type(53):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -6.8s;
    }

.ele:nth-of-type(54)[b-7vm1rupmyo],
.ele:nth-of-type(54) .dot[b-7vm1rupmyo]:before {
    animation-delay: -5.4s;
}

    .ele:nth-of-type(54):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -6.9s;
    }

.ele:nth-of-type(55)[b-7vm1rupmyo],
.ele:nth-of-type(55) .dot[b-7vm1rupmyo]:before {
    animation-delay: -5.5s;
}

    .ele:nth-of-type(55):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -7s;
    }

.ele:nth-of-type(56)[b-7vm1rupmyo],
.ele:nth-of-type(56) .dot[b-7vm1rupmyo]:before {
    animation-delay: -5.6s;
}

    .ele:nth-of-type(56):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -7.1s;
    }

.ele:nth-of-type(57)[b-7vm1rupmyo],
.ele:nth-of-type(57) .dot[b-7vm1rupmyo]:before {
    animation-delay: -5.7s;
}

    .ele:nth-of-type(57):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -7.2s;
    }

.ele:nth-of-type(58)[b-7vm1rupmyo],
.ele:nth-of-type(58) .dot[b-7vm1rupmyo]:before {
    animation-delay: -5.8s;
}

    .ele:nth-of-type(58):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -7.3s;
    }

.ele:nth-of-type(59)[b-7vm1rupmyo],
.ele:nth-of-type(59) .dot[b-7vm1rupmyo]:before {
    animation-delay: -5.9s;
}

    .ele:nth-of-type(59):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -7.4s;
    }

.ele:nth-of-type(60)[b-7vm1rupmyo],
.ele:nth-of-type(60) .dot[b-7vm1rupmyo]:before {
    animation-delay: -6s;
}

    .ele:nth-of-type(60):nth-of-type(odd)[b-7vm1rupmyo] {
        animation-delay: -7.5s;
    }

@keyframes rotate-b-7vm1rupmyo {
    to {
        transform: none;
    }
}
/* /Shared/DisplaySpinnerAddressLookup.razor.rz.scp.css */
.lds-dual-ring[b-483d27uuqb] {
    display: inline-block;
    width: 30px;
    height: 30px;
}

    .lds-dual-ring[b-483d27uuqb]:after {
        content: " ";
        display: block;
        width: 28px;
        height: 28px;
        margin: 4px;
        border-radius: 50%;
        border: 6px solid #000;
        border-color: #000 transparent #000 transparent;
        animation: lds-dual-ring-b-483d27uuqb 1.2s linear infinite;
    }

@keyframes lds-dual-ring-b-483d27uuqb {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Shared/DisplaySpinnerForm.razor.rz.scp.css */
.dots-1[b-g7zm46etf2] {
  width: 40px;
  /*aspect-ratio: 4;*/
  height: 10px;
  background: radial-gradient(circle closest-side,var(--color-brand, black) 90%, transparent) 0/calc(100%/3) 100% space;
  clip-path: inset(0 100% 0 0);
  animation: d1-b-g7zm46etf2 1s steps(4) infinite;
}
@keyframes d1-b-g7zm46etf2 {to{clip-path: inset(0 -34% 0 0)}}
/* /Shared/DisplaySpinnerHealthCheck.razor.rz.scp.css */
.loader[b-7gd4opeykl] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 32px 0 #fff, -32px 0 #fff;
    position: relative;
    animation: flash-b-7gd4opeykl 0.5s ease-out infinite alternate;
}

@keyframes flash-b-7gd4opeykl {
    0% {
        background-color: #FFF2;
        box-shadow: 32px 0 #FFF2, -32px 0 #FFF;
    }

    50% {
        background-color: #FFF;
        box-shadow: 32px 0 #FFF2, -32px 0 #FFF2;
    }

    100% {
        background-color: #FFF2;
        box-shadow: 32px 0 #FFF, -32px 0 #FFF2;
    }
}
/* /Shared/DisplaySpinnerLogin.razor.rz.scp.css */
*[b-npu2dpk102] {
    margin: 0;
    padding: 0;
}

body[b-npu2dpk102] {
    background: #292b37;
    font-family: arial;
}

.dna[b-npu2dpk102] {
    width: 360px;
    margin: 100px auto;
    perspective: 270px;
    transform-style: preserve-3d;
    letter-spacing: -5px;
}

    .dna[b-npu2dpk102]:after {
        letter-spacing: 5px;
        display: block;
        padding-top: 50px;
        color: #aaa;
        text-align: center;
        content: "Connecting...";
    }

.ele[b-npu2dpk102] {
    width: 6px;
    height: 6px;
    display: inline-block;
    animation: rotate-b-npu2dpk102 3s linear infinite;
    transform: rotateX(-360deg) translateZ(0);
    transform-style: preserve-3d;
    margin-left: 0;
}

    .ele:nth-of-type(2n) .dot[b-npu2dpk102]:before {
        background: deepskyblue;
    }

.dot[b-npu2dpk102] {
    width: inherit;
    height: inherit;
    transform: translateZ(-20px);
    transform-style: preserve-3d;
}

    .dot[b-npu2dpk102]:before {
        content: "";
        width: inherit;
        height: inherit;
        display: block;
        background: #aaa;
        border-radius: 50%;
        animation: rotate-b-npu2dpk102 3s linear infinite reverse;
        transform: rotateX(-360deg) translateZ(0);
    }

.ele:nth-of-type(1)[b-npu2dpk102],
.ele:nth-of-type(1) .dot[b-npu2dpk102]:before {
    animation-delay: -0.1s;
}

    .ele:nth-of-type(1):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -1.6s;
    }

.ele:nth-of-type(2)[b-npu2dpk102],
.ele:nth-of-type(2) .dot[b-npu2dpk102]:before {
    animation-delay: -0.2s;
}

    .ele:nth-of-type(2):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -1.7s;
    }

.ele:nth-of-type(3)[b-npu2dpk102],
.ele:nth-of-type(3) .dot[b-npu2dpk102]:before {
    animation-delay: -0.3s;
}

    .ele:nth-of-type(3):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -1.8s;
    }

.ele:nth-of-type(4)[b-npu2dpk102],
.ele:nth-of-type(4) .dot[b-npu2dpk102]:before {
    animation-delay: -0.4s;
}

    .ele:nth-of-type(4):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -1.9s;
    }

.ele:nth-of-type(5)[b-npu2dpk102],
.ele:nth-of-type(5) .dot[b-npu2dpk102]:before {
    animation-delay: -0.5s;
}

    .ele:nth-of-type(5):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -2s;
    }

.ele:nth-of-type(6)[b-npu2dpk102],
.ele:nth-of-type(6) .dot[b-npu2dpk102]:before {
    animation-delay: -0.6s;
}

    .ele:nth-of-type(6):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -2.1s;
    }

.ele:nth-of-type(7)[b-npu2dpk102],
.ele:nth-of-type(7) .dot[b-npu2dpk102]:before {
    animation-delay: -0.7s;
}

    .ele:nth-of-type(7):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -2.2s;
    }

.ele:nth-of-type(8)[b-npu2dpk102],
.ele:nth-of-type(8) .dot[b-npu2dpk102]:before {
    animation-delay: -0.8s;
}

    .ele:nth-of-type(8):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -2.3s;
    }

.ele:nth-of-type(9)[b-npu2dpk102],
.ele:nth-of-type(9) .dot[b-npu2dpk102]:before {
    animation-delay: -0.9s;
}

    .ele:nth-of-type(9):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -2.4s;
    }

.ele:nth-of-type(10)[b-npu2dpk102],
.ele:nth-of-type(10) .dot[b-npu2dpk102]:before {
    animation-delay: -1s;
}

    .ele:nth-of-type(10):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -2.5s;
    }

.ele:nth-of-type(11)[b-npu2dpk102],
.ele:nth-of-type(11) .dot[b-npu2dpk102]:before {
    animation-delay: -1.1s;
}

    .ele:nth-of-type(11):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -2.6s;
    }

.ele:nth-of-type(12)[b-npu2dpk102],
.ele:nth-of-type(12) .dot[b-npu2dpk102]:before {
    animation-delay: -1.2s;
}

    .ele:nth-of-type(12):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -2.7s;
    }

.ele:nth-of-type(13)[b-npu2dpk102],
.ele:nth-of-type(13) .dot[b-npu2dpk102]:before {
    animation-delay: -1.3s;
}

    .ele:nth-of-type(13):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -2.8s;
    }

.ele:nth-of-type(14)[b-npu2dpk102],
.ele:nth-of-type(14) .dot[b-npu2dpk102]:before {
    animation-delay: -1.4s;
}

    .ele:nth-of-type(14):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -2.9s;
    }

.ele:nth-of-type(15)[b-npu2dpk102],
.ele:nth-of-type(15) .dot[b-npu2dpk102]:before {
    animation-delay: -1.5s;
}

    .ele:nth-of-type(15):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -3s;
    }

.ele:nth-of-type(16)[b-npu2dpk102],
.ele:nth-of-type(16) .dot[b-npu2dpk102]:before {
    animation-delay: -1.6s;
}

    .ele:nth-of-type(16):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -3.1s;
    }

.ele:nth-of-type(17)[b-npu2dpk102],
.ele:nth-of-type(17) .dot[b-npu2dpk102]:before {
    animation-delay: -1.7s;
}

    .ele:nth-of-type(17):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -3.2s;
    }

.ele:nth-of-type(18)[b-npu2dpk102],
.ele:nth-of-type(18) .dot[b-npu2dpk102]:before {
    animation-delay: -1.8s;
}

    .ele:nth-of-type(18):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -3.3s;
    }

.ele:nth-of-type(19)[b-npu2dpk102],
.ele:nth-of-type(19) .dot[b-npu2dpk102]:before {
    animation-delay: -1.9s;
}

    .ele:nth-of-type(19):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -3.4s;
    }

.ele:nth-of-type(20)[b-npu2dpk102],
.ele:nth-of-type(20) .dot[b-npu2dpk102]:before {
    animation-delay: -2s;
}

    .ele:nth-of-type(20):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -3.5s;
    }

.ele:nth-of-type(21)[b-npu2dpk102],
.ele:nth-of-type(21) .dot[b-npu2dpk102]:before {
    animation-delay: -2.1s;
}

    .ele:nth-of-type(21):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -3.6s;
    }

.ele:nth-of-type(22)[b-npu2dpk102],
.ele:nth-of-type(22) .dot[b-npu2dpk102]:before {
    animation-delay: -2.2s;
}

    .ele:nth-of-type(22):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -3.7s;
    }

.ele:nth-of-type(23)[b-npu2dpk102],
.ele:nth-of-type(23) .dot[b-npu2dpk102]:before {
    animation-delay: -2.3s;
}

    .ele:nth-of-type(23):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -3.8s;
    }

.ele:nth-of-type(24)[b-npu2dpk102],
.ele:nth-of-type(24) .dot[b-npu2dpk102]:before {
    animation-delay: -2.4s;
}

    .ele:nth-of-type(24):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -3.9s;
    }

.ele:nth-of-type(25)[b-npu2dpk102],
.ele:nth-of-type(25) .dot[b-npu2dpk102]:before {
    animation-delay: -2.5s;
}

    .ele:nth-of-type(25):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -4s;
    }

.ele:nth-of-type(26)[b-npu2dpk102],
.ele:nth-of-type(26) .dot[b-npu2dpk102]:before {
    animation-delay: -2.6s;
}

    .ele:nth-of-type(26):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -4.1s;
    }

.ele:nth-of-type(27)[b-npu2dpk102],
.ele:nth-of-type(27) .dot[b-npu2dpk102]:before {
    animation-delay: -2.7s;
}

    .ele:nth-of-type(27):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -4.2s;
    }

.ele:nth-of-type(28)[b-npu2dpk102],
.ele:nth-of-type(28) .dot[b-npu2dpk102]:before {
    animation-delay: -2.8s;
}

    .ele:nth-of-type(28):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -4.3s;
    }

.ele:nth-of-type(29)[b-npu2dpk102],
.ele:nth-of-type(29) .dot[b-npu2dpk102]:before {
    animation-delay: -2.9s;
}

    .ele:nth-of-type(29):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -4.4s;
    }

.ele:nth-of-type(30)[b-npu2dpk102],
.ele:nth-of-type(30) .dot[b-npu2dpk102]:before {
    animation-delay: -3s;
}

    .ele:nth-of-type(30):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -4.5s;
    }

.ele:nth-of-type(31)[b-npu2dpk102],
.ele:nth-of-type(31) .dot[b-npu2dpk102]:before {
    animation-delay: -3.1s;
}

    .ele:nth-of-type(31):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -4.6s;
    }

.ele:nth-of-type(32)[b-npu2dpk102],
.ele:nth-of-type(32) .dot[b-npu2dpk102]:before {
    animation-delay: -3.2s;
}

    .ele:nth-of-type(32):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -4.7s;
    }

.ele:nth-of-type(33)[b-npu2dpk102],
.ele:nth-of-type(33) .dot[b-npu2dpk102]:before {
    animation-delay: -3.3s;
}

    .ele:nth-of-type(33):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -4.8s;
    }

.ele:nth-of-type(34)[b-npu2dpk102],
.ele:nth-of-type(34) .dot[b-npu2dpk102]:before {
    animation-delay: -3.4s;
}

    .ele:nth-of-type(34):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -4.9s;
    }

.ele:nth-of-type(35)[b-npu2dpk102],
.ele:nth-of-type(35) .dot[b-npu2dpk102]:before {
    animation-delay: -3.5s;
}

    .ele:nth-of-type(35):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -5s;
    }

.ele:nth-of-type(36)[b-npu2dpk102],
.ele:nth-of-type(36) .dot[b-npu2dpk102]:before {
    animation-delay: -3.6s;
}

    .ele:nth-of-type(36):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -5.1s;
    }

.ele:nth-of-type(37)[b-npu2dpk102],
.ele:nth-of-type(37) .dot[b-npu2dpk102]:before {
    animation-delay: -3.7s;
}

    .ele:nth-of-type(37):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -5.2s;
    }

.ele:nth-of-type(38)[b-npu2dpk102],
.ele:nth-of-type(38) .dot[b-npu2dpk102]:before {
    animation-delay: -3.8s;
}

    .ele:nth-of-type(38):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -5.3s;
    }

.ele:nth-of-type(39)[b-npu2dpk102],
.ele:nth-of-type(39) .dot[b-npu2dpk102]:before {
    animation-delay: -3.9s;
}

    .ele:nth-of-type(39):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -5.4s;
    }

.ele:nth-of-type(40)[b-npu2dpk102],
.ele:nth-of-type(40) .dot[b-npu2dpk102]:before {
    animation-delay: -4s;
}

    .ele:nth-of-type(40):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -5.5s;
    }

.ele:nth-of-type(41)[b-npu2dpk102],
.ele:nth-of-type(41) .dot[b-npu2dpk102]:before {
    animation-delay: -4.1s;
}

    .ele:nth-of-type(41):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -5.6s;
    }

.ele:nth-of-type(42)[b-npu2dpk102],
.ele:nth-of-type(42) .dot[b-npu2dpk102]:before {
    animation-delay: -4.2s;
}

    .ele:nth-of-type(42):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -5.7s;
    }

.ele:nth-of-type(43)[b-npu2dpk102],
.ele:nth-of-type(43) .dot[b-npu2dpk102]:before {
    animation-delay: -4.3s;
}

    .ele:nth-of-type(43):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -5.8s;
    }

.ele:nth-of-type(44)[b-npu2dpk102],
.ele:nth-of-type(44) .dot[b-npu2dpk102]:before {
    animation-delay: -4.4s;
}

    .ele:nth-of-type(44):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -5.9s;
    }

.ele:nth-of-type(45)[b-npu2dpk102],
.ele:nth-of-type(45) .dot[b-npu2dpk102]:before {
    animation-delay: -4.5s;
}

    .ele:nth-of-type(45):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -6s;
    }

.ele:nth-of-type(46)[b-npu2dpk102],
.ele:nth-of-type(46) .dot[b-npu2dpk102]:before {
    animation-delay: -4.6s;
}

    .ele:nth-of-type(46):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -6.1s;
    }

.ele:nth-of-type(47)[b-npu2dpk102],
.ele:nth-of-type(47) .dot[b-npu2dpk102]:before {
    animation-delay: -4.7s;
}

    .ele:nth-of-type(47):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -6.2s;
    }

.ele:nth-of-type(48)[b-npu2dpk102],
.ele:nth-of-type(48) .dot[b-npu2dpk102]:before {
    animation-delay: -4.8s;
}

    .ele:nth-of-type(48):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -6.3s;
    }

.ele:nth-of-type(49)[b-npu2dpk102],
.ele:nth-of-type(49) .dot[b-npu2dpk102]:before {
    animation-delay: -4.9s;
}

    .ele:nth-of-type(49):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -6.4s;
    }

.ele:nth-of-type(50)[b-npu2dpk102],
.ele:nth-of-type(50) .dot[b-npu2dpk102]:before {
    animation-delay: -5s;
}

    .ele:nth-of-type(50):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -6.5s;
    }

.ele:nth-of-type(51)[b-npu2dpk102],
.ele:nth-of-type(51) .dot[b-npu2dpk102]:before {
    animation-delay: -5.1s;
}

    .ele:nth-of-type(51):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -6.6s;
    }

.ele:nth-of-type(52)[b-npu2dpk102],
.ele:nth-of-type(52) .dot[b-npu2dpk102]:before {
    animation-delay: -5.2s;
}

    .ele:nth-of-type(52):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -6.7s;
    }

.ele:nth-of-type(53)[b-npu2dpk102],
.ele:nth-of-type(53) .dot[b-npu2dpk102]:before {
    animation-delay: -5.3s;
}

    .ele:nth-of-type(53):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -6.8s;
    }

.ele:nth-of-type(54)[b-npu2dpk102],
.ele:nth-of-type(54) .dot[b-npu2dpk102]:before {
    animation-delay: -5.4s;
}

    .ele:nth-of-type(54):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -6.9s;
    }

.ele:nth-of-type(55)[b-npu2dpk102],
.ele:nth-of-type(55) .dot[b-npu2dpk102]:before {
    animation-delay: -5.5s;
}

    .ele:nth-of-type(55):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -7s;
    }

.ele:nth-of-type(56)[b-npu2dpk102],
.ele:nth-of-type(56) .dot[b-npu2dpk102]:before {
    animation-delay: -5.6s;
}

    .ele:nth-of-type(56):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -7.1s;
    }

.ele:nth-of-type(57)[b-npu2dpk102],
.ele:nth-of-type(57) .dot[b-npu2dpk102]:before {
    animation-delay: -5.7s;
}

    .ele:nth-of-type(57):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -7.2s;
    }

.ele:nth-of-type(58)[b-npu2dpk102],
.ele:nth-of-type(58) .dot[b-npu2dpk102]:before {
    animation-delay: -5.8s;
}

    .ele:nth-of-type(58):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -7.3s;
    }

.ele:nth-of-type(59)[b-npu2dpk102],
.ele:nth-of-type(59) .dot[b-npu2dpk102]:before {
    animation-delay: -5.9s;
}

    .ele:nth-of-type(59):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -7.4s;
    }

.ele:nth-of-type(60)[b-npu2dpk102],
.ele:nth-of-type(60) .dot[b-npu2dpk102]:before {
    animation-delay: -6s;
}

    .ele:nth-of-type(60):nth-of-type(odd)[b-npu2dpk102] {
        animation-delay: -7.5s;
    }

@keyframes rotate-b-npu2dpk102 {
    to {
        transform: none;
    }
}
/* /Shared/DisplaySpinnerLogo.razor.rz.scp.css */
.dots-1[b-aq1lqum2i4] {
  width: 40px;
  /*aspect-ratio: 4;*/
  height: 10px;
  background: radial-gradient(circle closest-side,var(--color-brand, salmon) 90%, transparent) 0/calc(100%/3) 100% space;
  clip-path: inset(0 100% 0 0);
  animation: d1-b-aq1lqum2i4 1s steps(4) infinite;
}
@keyframes d1-b-aq1lqum2i4 {to{clip-path: inset(0 -34% 0 0)}}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fzelmnqjp3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-fzelmnqjp3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-fzelmnqjp3] {
    font-size: 1.1rem;
}

.oi[b-fzelmnqjp3] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-fzelmnqjp3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fzelmnqjp3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fzelmnqjp3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fzelmnqjp3]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-fzelmnqjp3]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-fzelmnqjp3]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-fzelmnqjp3] {
        display: none;
    }

    .collapse[b-fzelmnqjp3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Pager.razor.rz.scp.css */
/*
.sort-link {
    cursor: pointer;
    color: #007bff !important;
}
*/

.noselect[b-n6k1pb7eg0] {
    -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 */
}
