@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Modals/AlertInformationModal.razor.rz.scp.css */
.dropdown-toggle[b-60vkqcwbyz]::after {
    isplay: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    float: right !important;
    margin-top: 7px !important;
}
/* /Components/Modals/MonitorInformationModal.razor.rz.scp.css */
.chart-container[b-h6rxfxy7fa] {
    max-height: 500px;
    min-height: 500px;
}
/* /Components/Shared/VibrationSymbol.razor.rz.scp.css */

.vibration-icon path[b-p5wd12y860] {
    fill: none;
    stroke: currentColor;
    stroke-width: 0.5;
}

.vibration-icon circle[b-p5wd12y860] {
    fill: currentColor;
}
/* /Pages/History.razor.rz.scp.css */
#filters[b-a15kqxbmk3] {
    transition: none;
    z-index: 1001;
    width: 100%;
    background-color: #FFF
}

    #filters.show[b-a15kqxbmk3] {
        border: solid;
        border-color: #262626;
        border-top: none;
    }

button[aria-expanded=true] .bi-caret-down-fill[b-a15kqxbmk3] {
    display: none;
}

button[aria-expanded=false] .bi-caret-up-fill[b-a15kqxbmk3] {
    display: none;
}
/* /Pages/Home.razor.rz.scp.css */

section[b-8s5g46qwrj] {
    width: 100%;
    padding: 0 7%;
    display: table;
    margin: 0;
    max-width: none;
    background-color: #FFFFFF;
    height: 100vh;
}

.content[b-8s5g46qwrj] {
    display: table-cell;
    vertical-align: middle;
    padding: 4rem 0;
}

h1[b-8s5g46qwrj] { 
    font-weight:700;
}

h4[b-8s5g46qwrj] {
    font-size: 1.2rem;
}

.intro[b-8s5g46qwrj] {
    background-image: url("./images/noise-a1-banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    position: relative;
    color: #FFFFFF;
    height: 90vh;
}



.mouse-scroll-container[b-8s5g46qwrj] {
    position:absolute;
    bottom: 0;
    margin: auto;
    width: 100%;
}


.mouse_scroll[b-8s5g46qwrj] {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
}


.m_scroll_arrows[b-8s5g46qwrj] {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;
    width: 16px;
    height: 16px;
}


.arrowOne[b-8s5g46qwrj] {
    margin-top: 1px;
}

.arrowOne[b-8s5g46qwrj], .arrowTwo[b-8s5g46qwrj], .arrowThree[b-8s5g46qwrj] {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll-b-8s5g46qwrj 1s infinite;
}

.arrowOne[b-8s5g46qwrj] {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-delay: .1s;
}

.arrowTwo[b-8s5g46qwrj] {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    animation-delay: .2s;
    animation-direction: alternate;
    margin-top: -6px;
}

.arrowThree[b-8s5g46qwrj] {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    animation-delay: .3s;
    animation-direction: alternate;
    margin-top: -6px;
}


@-webkit-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll-b-8s5g46qwrj {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}
