@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: 'Roboto', sans-serif;
}

body {
    /* overflow: auto;*/ /* Hide scrollbars */
    /*overflow: auto;*/
    overflow-y: scroll;
    overflow-x: hidden;
}

.scrolllist {
    overflow-y: scroll;
    overflow-x: hidden;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 0rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}


.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.fontRoboto {
    font-family: 'Roboto', sans-serif;
}

.fontNotoSans {
    font-family: 'Noto Sans', sans-serif;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }


/* Styles for Landing page logged in*/
.imgSelect .center-container .btn {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.imgSelect:hover > .center-container .btn {
    visibility: visible;
    opacity: 1;
    background-color:
}

.imgSelect:hover > .card-img-top {
    opacity: .3;
    background-color: black;
    color: black;
}

.replaceRadzenStyling {
    border: none !important;
    color: #4b4c4c !important;
    background-color: #ffffff !important;
    opacity: 1.0 !important;
    border-bottom: solid !important;
}

    .replaceRadzenStyling > input {
        border: none !important;
        color: #4b4c4c !important;
        background-color: #ffffff !important;
        opacity: 1.0 !important;
    }

.center-container {
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}




/*CSS for D20 animation*/
.cube-container {
    width: 190px;
    height: 190px;
    position: relative;
    margin: 100px auto;
    -webkit-perspective: 1000;
    perspective: 1000;
}

#cube {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ( -60px ) rotateY( 0deg ) rotateX( 0deg ) rotateZ( 0deg );
    transform: translateZ( -60px ) rotateY( 0deg ) rotateX( 0deg ) rotateZ( 0deg );
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}

    #cube figure {
        width: 189px;
        height: 188px;
        display: block;
        position: absolute;
        background: url('../images/gray.png') top center no-repeat;
        font-size: 70px;
        line-height: 190px;
        font-family: sans-serif;
        text-align: center;
        text-shadow: #000 -1px -1px 0, #fff 1px 1px 0;
        color: #f1f1f1;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    /* top 5 point */
    #cube .face01 {
        -webkit-transform: rotateY( 36deg ) rotateX( 53deg ) rotateZ( 0deg ) translateZ( 120px );
        transform: rotateY( 36deg ) rotateX( 53deg ) rotateZ( 0deg ) translateZ( 120px );
    }

    #cube .face06 {
        -webkit-transform: rotateY( 108deg ) rotateX( 53deg ) rotateZ( 240deg ) translateZ( 120px );
        transform: rotateY( 108deg ) rotateX( 53deg ) rotateZ( 240deg ) translateZ( 120px );
    }

    #cube .face08 {
        -webkit-transform: rotateY( 180deg ) rotateX( 53deg ) rotateZ( 240deg ) translateZ( 120px );
        transform: rotateY( 180deg ) rotateX( 53deg ) rotateZ( 240deg ) translateZ( 120px );
    }

    #cube .face04 {
        -webkit-transform: rotateY( 253deg ) rotateX( 53deg ) rotateZ( 120deg ) translateZ( 120px );
        transform: rotateY( 253deg ) rotateX( 53deg ) rotateZ( 120deg ) translateZ( 120px );
    }

    #cube .face10 {
        -webkit-transform: rotateY( 324deg ) rotateX( 53deg ) rotateZ( 0deg ) translateZ( 120px );
        transform: rotateY( 324deg ) rotateX( 53deg ) rotateZ( 0deg ) translateZ( 120px );
    }

    /* bottom 5 point */
    #cube .face18 {
        -webkit-transform: rotateY( 0deg ) rotateX( -53deg ) rotateZ( 60deg ) translateZ( 120px );
        transform: rotateY( 0deg ) rotateX( -53deg ) rotateZ( 60deg ) translateZ( 120px );
    }

    #cube .face16 {
        -webkit-transform: rotateY( 72deg ) rotateX( -53deg ) rotateZ( 60deg ) translateZ( 120px );
        transform: rotateY( 72deg ) rotateX( -53deg ) rotateZ( 60deg ) translateZ( 120px );
    }

    #cube .face11 {
        -webkit-transform: rotateY( 144deg ) rotateX( -53deg ) rotateZ( 180deg ) translateZ( 120px );
        transform: rotateY( 144deg ) rotateX( -53deg ) rotateZ( 180deg ) translateZ( 120px );
    }

    #cube .face20 {
        -webkit-transform: rotateY( 216deg ) rotateX( -53deg ) rotateZ( 180deg ) translateZ( 120px );
        transform: rotateY( 216deg ) rotateX( -53deg ) rotateZ( 180deg ) translateZ( 120px );
    }

    #cube .face14 {
        -webkit-transform: rotateY( 288deg ) rotateX( -53deg ) rotateZ( 60deg ) translateZ( 120px );
        transform: rotateY( 288deg ) rotateX( -53deg ) rotateZ( 60deg ) translateZ( 120px );
    }

    /* middle point down */
    #cube .face13 {
        -webkit-transform: rotateY( 36deg ) rotateX( 11deg ) rotateZ( 180deg ) translateZ( 120px );
        transform: rotateY( 36deg ) rotateX( 11deg ) rotateZ( 180deg ) translateZ( 120px );
    }

    #cube .face09 {
        -webkit-transform: rotateY( 108deg ) rotateX( 11deg ) rotateZ( 180deg ) translateZ( 120px );
        transform: rotateY( 108deg ) rotateX( 11deg ) rotateZ( 180deg ) translateZ( 120px );
    }

    #cube .face02 {
        -webkit-transform: rotateY( 180deg ) rotateX( 11deg ) rotateZ( 300deg ) translateZ( 120px );
        transform: rotateY( 180deg ) rotateX( 11deg ) rotateZ( 300deg ) translateZ( 120px );
    }

    #cube .face05 {
        -webkit-transform: rotateY( 253deg ) rotateX( 11deg ) rotateZ( 300deg ) translateZ( 120px );
        transform: rotateY( 253deg ) rotateX( 11deg ) rotateZ( 300deg ) translateZ( 120px );
    }

    #cube .face17 {
        -webkit-transform: rotateY( 324deg ) rotateX( 11deg ) rotateZ( 180deg ) translateZ( 120px );
        transform: rotateY( 324deg ) rotateX( 11deg ) rotateZ( 180deg ) translateZ( 120px );
    }

    /* middle point up */
    #cube .face12 {
        -webkit-transform: rotateY( 0deg ) rotateX( -11deg ) rotateZ( 120deg ) translateZ( 120px );
        transform: rotateY( 0deg ) rotateX( -11deg ) rotateZ( 120deg ) translateZ( 120px );
    }

    #cube .face19 {
        -webkit-transform: rotateY( 72deg ) rotateX( -11deg ) rotateZ( 0deg ) translateZ( 120px );
        transform: rotateY( 72deg ) rotateX( -11deg ) rotateZ( 0deg ) translateZ( 120px );
    }

    #cube .face03 {
        -webkit-transform: rotateY( 144deg ) rotateX( -11deg ) rotateZ( 0deg ) translateZ( 120px );
        transform: rotateY( 144deg ) rotateX( -11deg ) rotateZ( 0deg ) translateZ( 120px );
    }

    #cube .face07 {
        -webkit-transform: rotateY( 216deg ) rotateX( -11deg ) rotateZ( 0deg ) translateZ( 120px );
        transform: rotateY( 216deg ) rotateX( -11deg ) rotateZ( 0deg ) translateZ( 120px );
    }

    #cube .face15 {
        -webkit-transform: rotateY( 288deg ) rotateX( -11deg ) rotateZ( 120deg ) translateZ( 120px );
        transform: rotateY( 288deg ) rotateX( -11deg ) rotateZ( 120deg ) translateZ( 120px );
    }


    #cube.show-1 {
        -webkit-transform: translateZ( -60px ) rotateY( -50deg ) rotateX( -38deg ) rotateZ( 35deg );
        transform: translateZ( -60px ) rotateY( -50deg ) rotateX( -38deg ) rotateZ( 35deg );
    }

    #cube.show-2 {
        -webkit-transform: translateZ( -60px ) rotateY( 170deg ) rotateX( 5deg ) rotateZ( -60deg );
        transform: translateZ( -60px ) rotateY( 170deg ) rotateX( 5deg ) rotateZ( -60deg );
    }

    #cube.show-3 {
        -webkit-transform: translateZ( -60px ) rotateY( -144deg ) rotateX( -8deg ) rotateZ( -6deg );
        transform: translateZ( -60px ) rotateY( -144deg ) rotateX( -8deg ) rotateZ( -6deg );
    }

    #cube.show-4 {
        -webkit-transform: translateZ( -60px ) rotateY( 76deg ) rotateX( 135deg ) rotateZ( -62deg );
        transform: translateZ( -60px ) rotateY( 76deg ) rotateX( 135deg ) rotateZ( -62deg );
    }

    #cube.show-5 {
        -webkit-transform: translateZ( -60px ) rotateY( 118deg ) rotateX( -53deg ) rotateZ( -35deg );
        transform: translateZ( -60px ) rotateY( 118deg ) rotateX( -53deg ) rotateZ( -35deg );
    }

    #cube.show-6 {
        -webkit-transform: translateZ( -60px ) rotateY( -75deg ) rotateX( 135deg ) rotateZ( 65deg );
        transform: translateZ( -60px ) rotateY( -75deg ) rotateX( 135deg ) rotateZ( 65deg );
    }

    #cube.show-7 {
        -webkit-transform: translateZ( -60px ) rotateY( -37deg ) rotateX( 187deg ) rotateZ( 185deg );
        transform: translateZ( -60px ) rotateY( -37deg ) rotateX( 187deg ) rotateZ( 185deg );
    }

    #cube.show-8 {
        -webkit-transform: translateZ( -60px ) rotateY( -50deg ) rotateX( -153deg ) rotateZ( 75deg );
        transform: translateZ( -60px ) rotateY( -50deg ) rotateX( -153deg ) rotateZ( 75deg );
    }

    #cube.show-9 {
        -webkit-transform: translateZ( -60px ) rotateY( -73deg ) rotateX( -175deg ) rotateZ( 15deg );
        transform: translateZ( -60px ) rotateY( -73deg ) rotateX( -175deg ) rotateZ( 15deg );
    }

    #cube.show-10 {
        -webkit-transform: translateZ( -60px ) rotateY( 51deg ) rotateX( -42deg ) rotateZ( -41deg );
        transform: translateZ( -60px ) rotateY( 51deg ) rotateX( -42deg ) rotateZ( -41deg );
    }

    #cube.show-11 {
        -webkit-transform: translateZ( -60px ) rotateY( -50deg ) rotateX( -220deg ) rotateZ( -37deg );
        transform: translateZ( -60px ) rotateY( -50deg ) rotateX( -220deg ) rotateZ( -37deg );
    }

    #cube.show-12 {
        -webkit-transform: translateZ( -60px ) rotateY( -10deg ) rotateX( -4deg ) rotateZ( -120deg );
        transform: translateZ( -60px ) rotateY( -10deg ) rotateX( -4deg ) rotateZ( -120deg );
    }

    #cube.show-13 {
        -webkit-transform: translateZ( -60px ) rotateY( 35deg ) rotateX( 4deg ) rotateZ( -177deg );
        transform: translateZ( -60px ) rotateY( 35deg ) rotateX( 4deg ) rotateZ( -177deg );
    }

    #cube.show-14 {
        -webkit-transform: translateZ( -60px ) rotateY( -296deg ) rotateX( 72deg ) rotateZ( 30deg );
        transform: translateZ( -60px ) rotateY( -296deg ) rotateX( 72deg ) rotateZ( 30deg );
    }

    #cube.show-15 {
        -webkit-transform: translateZ( -60px ) rotateY( -238deg ) rotateX( 129deg ) rotateZ( 40deg );
        transform: translateZ( -60px ) rotateY( -238deg ) rotateX( 129deg ) rotateZ( 40deg );
    }

    #cube.show-16 {
        -webkit-transform: translateZ( -60px ) rotateY( -254deg ) rotateX( -136deg ) rotateZ( 113deg );
        transform: translateZ( -60px ) rotateY( -254deg ) rotateX( -136deg ) rotateZ( 113deg );
    }

    #cube.show-17 {
        -webkit-transform: translateZ( -60px ) rotateY( -37deg ) rotateX( 8deg ) rotateZ( 175deg );
        transform: translateZ( -60px ) rotateY( -37deg ) rotateX( 8deg ) rotateZ( 175deg );
    }

    #cube.show-18 {
        -webkit-transform: translateZ( -60px ) rotateY( -50deg ) rotateX( 25deg ) rotateZ( 288deg );
        transform: translateZ( -60px ) rotateY( -50deg ) rotateX( 25deg ) rotateZ( 288deg );
    }

    #cube.show-19 {
        -webkit-transform: translateZ( -60px ) rotateY( -72deg ) rotateX( 4deg ) rotateZ( 352deg );
        transform: translateZ( -60px ) rotateY( -72deg ) rotateX( 4deg ) rotateZ( 352deg );
    }

    #cube.show-20 {
        -webkit-transform: translateZ( -60px ) rotateY( 50deg ) rotateX( -220deg ) rotateZ( 38deg );
        transform: translateZ( -60px ) rotateY( 50deg ) rotateX( -220deg ) rotateZ( 38deg );
    }

.cube-container:after {
    content: "";
    display: block;
    position: relative;
    width: 380px;
    height: 380px;
    top: 70px;
    margin-left: -96px;
    background: -webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 50%); /* W3C */
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
}

#buttons {
    text-align: center;
    position: relative;
}

#buttons input[type="button"] {
position: relative;
width: 80px;
border-width: 0;
padding: 6px 16px;
font-family: sans-serif;
text-shadow: 1px 1px 1px rgb(255, 255, 255);
font-size: 14px;
border-radius: 5px 5px 5px 5px;
box-shadow: 0px 0px 3px #000;
background: gradient( linear, 50% 0%, 50% 100%, from( rgb(238, 238, 238) ), to( rgb(204, 204, 204) ) );
background-clip: padding-box;
}

#buttons input[type="button"]:active {
    top: 1px;
    box-shadow: 0px 0px 2px #000;
    background: gradient( linear, 50% 0%, 50% 100%, from( rgb(204, 204, 204) ), to( rgb(238, 238, 238) ) );
}

#outcome {
    text-align: center;
    position: relative;
    z-index: 9;
    top: -250px;
    opacity: 0;
    /* oooh I love pointer events for stuff like this */
    pointer-events: none;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}

    #outcome.show {
        opacity: 1;
    }

#text {
    font-size: 40px;
    color: #fff;
    text-shadow: rgba( 0, 0, 0, 0.5 ) 1px 1px 0;
    background-color: rgba( 30, 30, 30, 0.8 );
    padding: 20px 30px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: rgba( 0, 0, 0, 0.7 ) 1px 1px 1px;
}

.toggle-style-visible {
    position: absolute;
    visibility: visible;
}

.toggle-style-hidden {
    position: absolute;
    visibility: hidden;
}

.rz-card-cstm {
    padding: 0.1rem;
}


/*Radzen Gauge Styling*/
div.green > svg > g.rz-arc-gauge-scale-value {
    fill: green;
}

div.red > svg > g.rz-arc-gauge-scale-value {
    fill: red;
}

div.yellow > svg > g.rz-arc-gauge-scale-value {
    fill: gold;
}

/*this style is for buttons of the Action*/
.ClckNwBttns {
    width: 40%;
    height: 4rem;
    margin: auto;
    font-family: sans-serif;
    font-size: 1.5rem;
    color: snow;
    background-color: red;
    border-radius: 5px;
    border-style: none;
    /* box-shadow: 3px 3px rgb(2, 119, 94); */
}

.InfoSctn {
    height: 92vh;
    margin: 20px 0px 60px 0px;
    background-color: #212424;
}

.InfoSctnBttm {
    /* height:100vh;  */
    /* margin: 20px 0px 10px 0px;  */
    justify-self: center;
    background-color: #212424;
}

.HdrBttnLnks {
    width: 80%;
}

.HdrLnkCntnt {
    font-family: fantasy;
}

.HdrSctn {
    display: flexbox;
    width: 100vw;
    height: 10vh;
    justify-content: center;
    text-align: center;
    margin: 5px 0px 5px 0px;
}

.VideoCarousel {
    background-color: #2f2f2f;
    /* box-sizing: border-box; */
    width: 90%;
    height: 100%;
    opacity: 10;
}

.featureImg {
    width: 200px;
    height: 200px;
    vertical-align: middle;
    justify-items: center;
    margin-bottom: 75px;
    border-radius: 5px;
    margin: auto;
}

.faddedBG {
    background-color: #212424;
    opacity: 0.2;
    width: 100vw;
}

.specialBackground {
    background-color: rgba(33, 36, 36, 0.9);
    border-radius: 15px;
}

.navbar.navbar-inverse {
    border: none;
}

.navbar .navbar-brand {
    padding-top: 0px;
}

.navbar .navbar-brand img {
    height: 45px;
}
.spinner{
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius:50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin{
    0%{
        transform:rotate(0deg)
    }
    100%{
        transform:rotate(360deg)
    }
}



.rz-textbox:disabled{
    color:black !important;
    opacity:1 !important;
}
.rz-textarea:disabled {
    color: black !important;
    opacity: 1 !important;
}
.rz-state-disabled {
    color: black !important;
    opacity: 1 !important;
}