@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

.blurry-text-1 {
    color: transparent;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.blurry-text-2 {
    color: transparent;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.blurry-text-3 {
    color: transparent;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.blurry-text-max {
    color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.blurry-text-max-red {
    color: transparent !important;
    text-shadow: 0 0 5px rgba(204, 0, 0, 0.1882352941);
}

.blurry-surprise {
    color: transparent !important;
    opacity: 50%;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.mostCorrWrapper {
    position: relative;
}

.signUpFromResults {
    position: absolute;
    top: 0;
    left: 2rem;
    background-color: white;
    border: solid 1px var(--theme-orange);
    color: darkorange;
    border-radius: 3px;
}

.signUpFromResults:hover, .signUpFromResults:active {
    background-color: var(--theme-orange);
    border: solid 1px var(--theme-orange);
    color: white;
}

.main_top .logInButton {
    font-size: 110%;
    color: var(--theme-teal-dark);
}

.main_top .signUpButton {
    border: 2px var(--theme-teal) solid;
    background-color: var(--theme-teal);
    color: white;
    font-size: 108%;
    font-weight: bold;
    border-radius: 3px;
    padding: 0.5rem 1.2rem;
}

.main_top .signUpButton:hover, .main_top .signUpButton:active {
    color: white;
    background-color: var(--theme-teal-dark);
    border-color: var(--theme-teal-dark);
}

.debugNotice {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.debugStudy {
    white-space: nowrap;
}

.resultsFound h2 {
    padding-bottom: 0 !important;
}

.mainLinkDebug {
    text-decoration: none !important;
    font-weight: normal !important;
    font-size: 80%;
    font-style: oblique;
}

.graphWrapper {
    width: 100%;
    height: 40vh;
    min-height: 300px;
    max-height: 400px;
}

input {
    padding: 1rem;
}

.scoreSpan, .actualCorrCell {
    align-items: start;
    text-align: center;
    padding: 0.7rem 0;
    display: flex;
    justify-content: space-around;
}

.surprisingToggleWrapper {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-bottom: 3rem;
    font-size: 1rem;
    float: right;
    position: relative;
    top: -1.6rem;
    padding-top: 1rem;
}

.form-check input {
    padding: initial;
}

.surprisingCell {
    font-size: 1.1rem;
    color: #006f6c;
    vertical-align: top;
    padding: 0.7rem 1rem;
    width: 3rem;
}

.actualCorrCell {
    text-align: end;
}

.resultQText {
    padding: 0.7rem 2rem;
}

.questionResult:hover {
    background: lightgoldenrodyellow;
    cursor: pointer;
}

.divAsLink {
    cursor: pointer;
}

.heightSmall {
    height: 1rem;
    display: block;
}

.searchResultsDiv {
    margin-top: 3rem;
}

.hoverPointer:hover {
    cursor: pointer;
}

.red {
    color: #CC0000;
}

.green {
    color: green;
}

.very_small_font {
    font-size: 80%;
    white-space: nowrap;
    display: block;
    padding-top: 0.3rem;
}

#inputNotification {
    display: block;
    color: #CC0000;
    height: 2rem;
}

.hide {
    display: none;
}

.inputWrapper {
    display: inline-block;
    width: 80vw !important;
    max-width: 50rem;
}

input {
    display: block;
}

.actualCorrLoading {
    position: absolute;
    left: 0;
    top: 0;
}

.suggestionsBox {
    max-height: 20vh;
    display: block;
    overflow-y: scroll;
    color: #3e5058;
    border: lightgray 1px solid;
    border-top: none;
    margin: 0.2rem;
}

.suggestionsWrapper {
    padding-bottom: 0 !important;
    height: 100%;
}

.disabled.suggestionRow:hover {
    cursor: not-allowed;
}

input {
    height: 2.5rem;
    border: lightgray 1px solid;
    border-radius: 2px;
}

.border-0 {
    border: none !important;
}

.searchBtn {
    border: #007aa5 2px solid;
    background: #007aa5;
    color: #FFFFFF;
    padding-right: 2rem;
    padding-left: 2rem;
    margin-left: 0 !important;
    border-radius: 0 5px 5px 0;
    height: 2.5rem;
}

.superscript {
    position: relative;
    top: -0.5em;
    font-size: 80%;
}

.r2div {
    color: #006f6c;
}

#predictLinearRegressionInput {
    width: 100%;
    height: 2.5rem;
    border-radius: 0;
}

#predictCorrelationInput {
    width: 100%;
    height: 2.5rem;
    border-radius: 0;
}

#searchQuestionInput {
    width: 100%;
    border-radius: 5px 0 0 5px;
}

.two_line_btn {
    height: 3rem;
    line-height: 1;
    border-radius: 0 5px 5px 0;
}

.inputGroupLabelTwoLine {
    height: 3rem;
    line-height: 1;
    border: #E0E0E0 1px solid;
    background: #E0E0E0;
    border-radius: 5px 0 0 5px;
    text-align: center;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

.inputGroupLabelOneLine {
    height: 2.5rem;
    border: #E0E0E0 1px solid;
    background: #E0E0E0;
    border-radius: 5px 0 0 5px;
    text-align: center;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

.one_line_btn {
    height: 2.5rem;
    border-radius: 0 5px 5px 0;
}

.examplesDiv {
    color: #424242;
    width: 80vw;
    font-size: 93%;
    max-width: 50rem;
}

.examplesTitle {
    padding: 0.3rem;
    font-size: 90%;
}

.exampleSpan {
    display: inline-flex;
    padding: 0.2rem 1rem;
    margin: 0.15rem 0.3rem 0.15rem 0;
    border: 1px solid #efefef;
    border-radius: 10px;
}

.exampleSpan.locked {
    color: gray;
}

.randomizeExamplesBtn {
    padding: 0.2rem 1rem 0;
    text-decoration: underline;
    color: #0085ba;
    display: inline-flex;
    margin: 0.3rem 0.3rem 0 0;
}

.chart h4 {
    text-align: center;
    max-width: 500px;
}

.chart {
    margin-bottom: 5rem !important;
    min-width: 500px;
    max-width: 700px;
    width: 90vw;
}

.graphWrapper {
    position: relative;
}

.msg {
    position: absolute;
    right: 30px;
    top: -30px;
}

.statsTableWrapper {
    padding-left: 70px;
}

.predictCorrRow:hover {
    background: rgba(239, 239, 239, 0.3137254902);
}

.actualCorrCell {
    display: inline-flex;
    align-content: flex-start;
    text-align: start;
    max-width: 20vw;
    min-width: 3rem;
    padding-left: 0.5rem;
}

.table-heading {
    line-height: 1.2;
    padding-bottom: 1rem;
}

.regressionBtn {
    line-height: 1rem;
    padding: 0 0.5rem;
}

.btnRemoveRegItem {
    color: gray;
}

.QuestionSearchContainer h2 {
    max-width: 95%;
}

.h2Icon {
    height: 100%;
    display: block;
}

@media screen and (max-width: 400px) {
    .nav-item {
        width: 95vw !important;
    }
}

@media screen and (max-width: 500px) {
    .nav-item {
        min-width: 45vw !important;
    }
}

@media screen and (min-width: 501px) {
    .nav-item {
        max-width: 25vw !important;
    }
}

@media screen and (min-width: 1024px) {
    .nav-item {
        max-width: 25vw !important;
    }
}

/**
 * ==============================================
 * Dot Flashing
 * ==============================================
 */
.stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 -5%;
    overflow: hidden;
    min-width: 3rem;
    height: 100%;
    min-height: 1.5rem;
}

.dot-flashing {
    position: relative;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: rgba(0, 78, 110, 0.5647058824);
    color: rgba(0, 78, 110, 0.5647058824);
    animation: dot-flashing 1s infinite linear alternate;
    animation-delay: 0.5s;
}

.dot-flashing::before, .dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-flashing::before {
    left: -7px;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: rgba(0, 78, 110, 0.5019607843);
    color: rgba(0, 78, 110, 0.5019607843);
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 0s;
}

.dot-flashing::after {
    left: 7px;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: rgba(0, 78, 110, 0.5647058824);
    color: rgba(0, 78, 110, 0.5647058824);
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 1s;
}

@keyframes dot-flashing {
    0% {
        background-color: rgba(0, 78, 110, 0.5647058824);
    }
    50%, 100% {
        background-color: rgba(0, 78, 110, 0.1882352941);
    }
}

.form-check-input:focus {
    box-shadow: none !important;
}

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
    max-width: 35rem;
    margin: 0 auto 1rem;
}

/*# sourceMappingURL=Style.css.map */
