@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
    }

.mud-button-outline {
    border-color: #0aa8b9 !important;
    color: #259FA9 !important;
    text-transform: initial;
    font-family: Helvetica, Sans-Serif;
}

    .mud-button-outline:hover {
        background-color: #0aa8b9;
        color: white !important;
        font-weight: bold !important;
        font-family: Helvetica, Sans-Serif;
    }

.mud-button-fill {
    background-color: #0aa8b9 !important;
    color: white !important;
    text-transform: initial;
    font-family: Helvetica, Sans-Serif;
}
#btnsignup1 {
    color: white !important;
}

.mud-button-fill:hover {
    background-color: #0aa8b9 !important;
    color: white !important;
    font-family: Helvetica, Sans-Serif;
    font-weight: bold !important;
    opacity: 0.7;
}

.mud-select-input > input.mud-input-root {
    color: black !important;
}

.mud-icon-default {
    color: #A7D7D3 !important;
}

.iconbutton {
    color: #259FA9;
}

.submitButton {
    background-color: #f0525d;
    color: white;
    font-family: Poppins, Sans-Serif;
    letter-spacing: 1;
}

    .submitButton:hover {
        background-color: #c43640!important;
        color: white !important;
        font-family: Helvetica, Sans-Serif;
        font-weight: bold !important;
    }

.font-style-headline {
    color: white;
    font-size: 49px;
    font-family: Helvetica;
    font-weight: bold;
    letter-spacing: -0.03em;
}

.font-style-strapline {
    color: white;
    font-size: 18px;
    font-family: Helvetica;
}

.font-style-header {
    color: black;
    font-size: 18px;
    font-family: Helvetica;
}

.mud-input-control > .mud-input-label-inputcontrol {
    color: #A7D7D3 !important;
}

.mud-expand-panel-header {
    background-color: #283650 !important;
    color: white;
    border-radius: 5px;
}

.mud-slider > input::-webkit-slider-runnable-track {
    background-color: #A7D7D3 !important;
}

.mud-slider > input::-webkit-slider-thumb {
    background-color: #259FA9 !important;
}

.mud-slider > input::-webkit-slider-runnable-track {
    margin: 10px 0;
    border-radius: 10px;
    width: 100%;
    height: 12px;
}

.mud-slider > input::-webkit-slider-thumb {
    border: none;
    border-radius: 50%;
    height: 3px;
    width: 3px;
    transform: scale(9, 9);
    transition: box-shadow .2s;
}

.logo {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
    width: 150px;
    height: 30px;
}

.text-center {
    text-align: center !important;
}

.back-image {
    background-color: #242E3F !important; /* Used if the image is unavailable */
    height: 400px; /* You must set a specified height */
    background-position: center;
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    position: absolute;
    z-index: 0;
    background-blend-mode: overlay;
}

.mud-container {
    position: relative;
}

.label {
    line-height: 1em !important;
}

.mud-container > div.mud-input-control > div.mud-input.mud-input-text {
    font-size: 1.75rem !important;
}

    .mud-container > div.mud-input-control > div.mud-input.mud-input-text > input.mud-input-root {
        text-align: center !important;
    }

/*
img {
    height: 80px;
    width: 100px;
}
*/

.links a {
  /*  color: white; */
}

.contentLinks a {
    color: inherit;
}

.loaderDiv {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.loading-message {
    color: #FFF9F7;
}

.docViewer {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
    width: 100%;
    height: 1000px;
}

.mud-grid-item > div.mud-paper.mud-paper-outlined.mud-card {
    height: 100%;
}

.header {
    background-color: #242E3F !important;
    height: 300px;
    position: absolute;
    z-index: 0;
}

.content {
    padding-top: 150px;
    height: auto;
}

.icon {
    position: relative;
    top: 5px;
    left: 5px;
    margin-right: 10px;
}

.aboutBlock {
    background-color: #f0525d;
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.pods {
    align-items: initial !important;
}

.qualifyCard {
    margin-top: 109px;
    max-width: none !important;
    }

span#labPassword {
    /*padding-right: 52%;*/
}

.podcard {
    width: 400px !important;
    height: 350px !important; 
}

.footer-links p {
    font-size: 22px;
    font-weight: bold;
}

.footer-links strong {
    font-size: 16px;
}

.links a {
    color: white;
}

.mud-drawer a {
    color: black !important;
}

.mud-drawer {
    margin-top: -80px;
}

html, body {
    overflow-x: hidden;
}

body {
    position: relative
}

@media only screen and (max-width: 1280px) {
    .podcard {
        max-width: 300px !important;
    }
}

@media only screen and (max-width: 600px) {
    .pod-card {
        display: grid !important;
    }
}