body,
span,
p,
a,
button,
input,
ul,
li,
button:focus {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    text-decoration: none;
    background: inherit;
    font-family: inherit;
    color: inherit;
    border: inherit;
    margin: inherit;
    padding: inherit;
    height: inherit;
    outline: none;
}

body {
    background: var(--c1);
    color: var(--c4);
    font-family: sans-serif;
}

button:hover {
    cursor: pointer;
}

:root {
    --dark-blue: #1B222B;
    --black: #0D0D0D;
    --blue: rgb(0, 100, 162);
    --off-blue: #252e3b;
    --white: white;
    --green: #92D050;
    --red: #FF2525;
    --grey: #d3d3d3;
    --light-grey: #7F7F7F;
    --light-blue: #CDF2FF;
    --m1: 20px;
    --m2: 40px;
    --c1: var(--dark-blue);
    --c2: var(--black);
    --c3: var(--blue);
    --c4: var(--white);
    --c5: var(--green);
    --c6: var(--red);
    --c7: var(--grey);
    --c8: var(--light-grey);
    --c9: var(--light-blue);
    --c10: var(--off-blue);
    --c11: #9da4c7;
    --s0: 1.1rem;
    --s1: 1rem;
    --s2: 0.9rem;
    --s3: 0.8rem;
    --s4: 0.7rem;
}

#pop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: var(--c8);
    opacity: 0.85;
    z-index: 4;
}

.pop-main {
    background: var(--c1);
    opacity: 1;
    z-index: 5;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translatey(-50%) translatex(-50%) rotateY(0deg);
    width: 80%;
    max-width: 300px;
    white-space: nowrap;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 0 20px var(--c2);
}
.premium-pop-p {
    text-align: center;
    white-space: normal;
    font-size: var(--s2);
    line-height: 1.4;
    margin: 10px 10px;
}

.sticky-header {
    padding-top: 10px;
    position: sticky;
    /* top: 50px; */
    top: 51px;
    z-index: 3;
    background: var(--c2);
}

.t-t-dummy {
    background: var(--c2);
    display: grid;
    grid-template-columns: var(--m1) auto var(--m1);
    align-content: end;
    align-items: end;
    width: 100%;
    z-index: 1;
}

.t-t {
    display: grid;
    grid-template-columns: min-content auto min-content;
    align-content: start;
    align-items: start;
    white-space: nowrap;
    margin-bottom: -2px;
}

.t-t p:nth-child(1) {
    font-size: var(--s0);
    font-weight: bold;
}

.t-t p:nth-child(2) {
    font-size: var(--s3);
    margin-left: 5px;
    transform: translateY(1px);
    text-align: left;
}

#company-name {
    overflow: hidden;
    text-overflow: ellipsis;
}

.t-m1-dummy {
    background: var(--c2);
    display: grid;
    grid-template-columns: var(--m1) auto var(--m1);
    align-content: start;
    align-items: start;
    width: 100%;
    z-index: 1;
}

.t-m1 {
    display: grid;
    grid-template-columns: repeat(2, min-content);
    white-space: nowrap;
    font-size: var(--s0);
}

.t-m1 p:nth-child(2) {
    font-size: var(--s3);
    margin-left: 10px;
}

.t-m1-r {
    color: var(--c5);
}

.t-m2-dummy {
    background: var(--c2);
    display: grid;
    grid-template-columns: var(--m1) auto var(--m1);
    align-content: start;
    align-items: start;
    width: 100%;
    font-size: var(--s4);
    color: var(--c8);
    padding-bottom: 10px;
}

#add-wl {
    font-size: var(--s3);
    /* border: 1px solid var(--c8); */
    font-weight: bold;
    background: var(--c9);
    color: var(--c2);
    border-radius: 1px;
    padding: 5px 8px;
    cursor: pointer;
}

.blinking {
    animation: blinkingText 1.0s 1;
}

@keyframes blinkingText {
    0% {
        color: transparent;
    }

    20% {
        color: var(--c4);
        text-shadow: 0 0 2px var(--c9), 0 0 3px var(--c9), 0 0 4px var(--c9);
    }

    60% {
        color: var(--c4);
        text-shadow: 0 0 2px var(--c9), 0 0 3px var(--c9);
    }

    70% {
        color: var(--c4);
        text-shadow: 0 0 2px var(--c9);
    }

    100% {
        color: var(--c4);
    }
}

#watchlist-scroll::-webkit-scrollbar {
    height: 4px;
    width: 6px;
    background: transparent;
}

#watchlist-scroll::-webkit-scrollbar-track:vertical {
    background: transparent;
}

#watchlist-scroll::-webkit-scrollbar-thumb:vertical {
    background: var(--c9);
}

#watchlist-scroll {
    overflow-y: auto;
    max-height: 60vh;
    -ms-overflow-style: none;
    scrollbar-color: var(--c9) transparent !important;
    scrollbar-width: thin !important;
    display: grid;
    grid-template-columns: min-content auto;
    margin: 10px 10%;
}

.watchlist-option-label {
    margin: 0;
    margin-top: 8px;
    margin-left: 8px;
    transform: translateY(-4px);
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.main-pop-t {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
}

.main-pop-t-l {
    display: grid;
    justify-content: start;
    align-items: start;
}

.main-pop-t-l span {
    transform: translateY(-4px);
}

.main-pop-t-c {
    text-align: center;
    display: grid;
    justify-content: center;
    font-size: var(--s1);
    font-weight: bold;
    white-space: normal;
}

.main-pop-t-c2 {
    text-align: center;
    display: grid;
    justify-content: center;
    font-size: var(--s1);
    font-weight: bold;
    white-space: normal;
    line-height: 1.5;
}

.b-b-dt,
.b-b-dt:focus {
    /* border: solid 1px var(--c3); */
    background: var(--c3);
    text-align: center;
    border-radius: 2px;
    padding: 8px 0;
    margin: 0;
    font-size: var(--s3);
}

.down {
    color: var(--c6);
}

.premium-pop-p {
    text-align: center;
    white-space: normal;
    font-size: var(--s2);
    line-height: 1.4;
    margin: 10px 10px;
}

#premium-pop-t-c {
    font-size: var(--s0);
}

#premium-pop-p1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

#premium-pop-p2 {
    font-size: var(--s3);
}

#premium-pop-p2 span {
    margin: 0;
    text-decoration: underline;
    color: var(--c9);
}

#premium-pop-lm {
    margin-bottom: -5px;
}

.main-pop-o {
    background: var(--c9);
    font-size: var(--s1);
    font-weight: bold;
    text-align: center;
    margin: 10px;
    color: var(--c1);
    border-radius: 3px;
    display: grid;
    align-content: center;
    white-space: normal;
    cursor: pointer;
}


#titles-outer {
    display: grid;
    position: sticky;
    top: 154px;
    z-index: 2;
    /* background: #202854; */
    /* border-bottom: solid 2px #161b4d; */
    background: black;
    border-bottom: solid 2px black;
}
@media screen and (min-width: 745px) {
    #titles-outer {
        top: 188px;
    }
}

#test-table,
#test-table-titles,
#titles-symbol {
    display: grid;
    align-content: start;
    overflow-x: auto;
    scrollbar-color: var(--c9) #191d45 !important;
    scrollbar-width: thin !important;
}

#col-is2 {
    align-content: start;
    overflow-x: auto;
    scrollbar-color: var(--c9) #191d45 !important;
    scrollbar-width: thin !important;
    display: grid;
    justify-items: center;
    margin-top: 20px;
}

#titles-symbol {
    border-right: solid 2px black;
}

#test-table-titles::-webkit-scrollbar,
#titles-symbol::-webkit-scrollbar {
    height: 6px;
    width: 4px;
    background: none;
}

#test-table-titles::-webkit-scrollbar-track:horizontal,
#titles-symbol::-webkit-scrollbar-track:horizontal {
    background: none;
}

#test-table-titles::-webkit-scrollbar-thumb:horizontal,
#titles-symbol::-webkit-scrollbar-thumb:horizontal {
    background: var(--c9);
}
#test-table,
#col-is2 {
    scrollbar-width: none !important;
}

#test-table::-webkit-scrollbar,
#col-is2::-webkit-scrollbar {
    appearance: none;
    -webkit-appearance: none;
    display: none;
}

.test-table-item {
    /* min-width: 100px; */
    display: grid;
    grid-template-columns: 1fr;
    align-content: start;
    height: min-content;
    margin: 0px;
    padding-bottom: 0px;
    /* border-right: solid 2px black; */
}

.test-table-item1 {
    border: none;
    border-right: solid 2px black;
    display: grid;
    grid-template-columns: 100%;
    justify-content: start;
    background: #202854;
    max-width: 100% !important;
}

.test-table-item1 a {
    justify-self: start;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.test-table-item-row {
    margin: 0;
    padding: 0;
    height: 40px;
    display: grid;
    align-content: center;
    justify-content: center;
    color: var(--c4);
    background: none;
    justify-self: min-content;
    z-index: 1;
    text-align: center;
    font-size: 0.8rem;
}
.column-wr {
    background: none;
}

.column-title {
    height: 55px;
    text-align: center;
    display: grid;
    justify-content: center;
    align-content: end;
    padding-bottom: 10px;
    font-size: var(--s3);
    background: #191d45;
    font-weight: bold;
    position: relative;
}
.makegreen,
.makegreen:hover {
    color: var(--c5);
}

.makered,
.makered:hover {
    color: var(--c6);
}
.info-icon {
    color: var(--c9);
    font-size: var(--s1);
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.test-table-item-row p {
    height: unset;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    margin-right: 10px;
}

.subtitle {
    font-style: italic;
    /* font-size: 0.9rem; */
}

.subtitle2 {
    font-style: italic;
    /* font-size: 0.9rem; */
}

.summaryRow {
    border-top: solid 2px black;
}

#main-column .test-table-item-row {
    text-align: left;
    display: grid;
    justify-content: start;
    color: white;
    background: #161b4d;
}
#main-column .test-table-item-row p {
    margin-left: 20px;
}
.summaryRow p {
    border: 0;
}
#main-column .subtile p {
    margin-left: 30px;
}

.collapseExpand,
.collapseExpand:active,
.collapseExpand:hover,
.collapseExpand:focus {
    font-size: 0.7rem;
    color: var(--c9);
}

.bolded {
    font-weight: bold;
    font-size: 1rem;
}

.historicQ {
    background: #545454;
}
.historicY {
    background: #3a3a3a;    
}
.futureQ {
    background: #202854;
    background: #191d45;
    background: #161b4d;
    background: #4f5383;
}
.futureY {
    background: #191d45;
    background: #020954;
    background: #171c4d;
}
.lastHistoric {
    border-right: solid 4px black;
}

.inputPerFake {
    height: 38px;
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent;
}

.inputPer,
.inputPer:active,
.inputPer:hover,
.inputPer:focus {
    width: calc(100% - 30px);
    margin-left: 15px;
    background: #373a5e;
    border-radius: 4px;
    box-shadow: 0 0 4px black;
    height: 28px;
    border: solid 1px transparent;
}

.inputPerSubtle,
.inputPerSubtle:active,
.inputPerSubtle:hover,
.inputPerSubtle:focus {
    background: transparent;
    box-shadow: none;
    border: solid 1px black;
    height: 28px;
}

.i-bubble {
    display: grid;
    justify-content:center;
    justify-items:center;
}

.collapseLine {
    height: 15px;
    width: 2px;
    background: #b6ecff;
}

.inputWr {
    padding: 5px 0;
}

.magnitudeOp {
    width: 100%;
    background: #5058af;
    border-top: solid 1px black;
    height: 28px;
    display: grid;
    justify-content: center;
    align-content: center;
    text-align: center;
    cursor: pointer;
}
.magnitudeOp p {
    height: unset;
    border: none;
}
.expandCollapseAll,
.expandCollapseAll:hover,
.expandCollapseAll:active,
.expandCollapseAll:focus {
    background: #202854;
    font-size: 0.7rem;
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    background: #4952b078;
    box-shadow: 0 0 5px black;
    cursor: pointer;
    z-index: 2;
    margin-bottom: 10px;
}

.modelOption{
    display: inline-block;
    border-radius: 100px;
    padding: 5px 10px;
    margin: 5px;
    background: #4666FF50;
    border: solid 1px #4666FF;
    color: var(--c4);
    font-size: var(--s2);
    cursor: pointer;
}

.startingPill,
.startingPill:active,
.startingPill:focus,
.startingPill:hover {
    display: inline-block;
    border-radius: 100px;
    padding: 5px 10px;
    margin: 5px;
    background: #4666FF50;
    border: solid 1px #4666FF;
    color: var(--c4);
    font-size: var(--s2);
    cursor: pointer;
    font-size: 0.7rem;
    width: 190px;
    border-radius: 4px;
}

.startingPillActive,
.startingPillActive:active,
.startingPillActive:focus,
.startingPillActive:hover {
    background: #4666FF;
}

.modelOptionActive {
    background: #4666FF;
}

#modelsWr {
    display: flex;
    white-space: nowrap;
    align-content: start;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-color: var(--c9) transparent !important;
    scrollbar-width: thin !important;
    padding:0;
    border:0;
}

#modelsWr::-webkit-scrollbar {
    height: 6px;
    width: 4px;
    background: transparent;
}

#modelsWr::-webkit-scrollbar-track:horizontal {
    background: transparent;
}

#modelsWr::-webkit-scrollbar-thumb:horizontal {
    background: var(--c9);
}

#sectionTop {
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 40px;
    justify-content: center;
    column-gap: 80px;
    align-items: start;
    row-gap: 40px;
}

@media screen and (max-width: 900px) {
    #sectionTop {
        column-gap: 40px;
    }
}

@media screen and (max-width: 800px) {
    #sectionTop {
        grid-template-columns: auto;
    }
}

.miniHeader {
    padding: 0px 10px 0px 35px;
    font-size: 0.8rem;
    height: 45px;
    display: grid;
    align-content: center;
    align-items: center;
    width: 205px;
    line-height: 1.5;
}

.topModule {
    display: grid;
    justify-content: center;
    justify-items: center;
    background: #122062;
    padding: 20px 0;
    border-radius: 4px;
    border: solid 1px white;
}

.topModule3 {
    display: grid;
    grid-template-columns: auto auto;
    background: #122062;
    padding: 20px 0;
    border-radius: 4px;
    border: solid 1px white;
}

@media screen and (max-width: 385px) {
    .topModule {
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .topModule2 {
        width: 100vw;
        grid-template-columns: auto min-content;
        column-gap: 0px;
        justify-content: center;
    }

    .topModule3 {
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        width: 100vw;
        grid-template-columns: auto min-content;
        column-gap: 0px;
        justify-content: center;
    }

    .miniHeader {
        /* width: 145px; */
        width: unset;
        height: 55px;
    }
    .miniVal {
        height: 55px;
    }
}

.miniHeader p {
    padding:0;
    height:unset;
}

.miniVal {
    padding: 0px 20px 0px 10px;
    font-size: 0.8rem;
    height: 45px;
    width: 90px;
    text-align: center;
    display: grid;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.miniVal p {
    height: unset;
}

.miniBolded {
    font-weight: bold;
    font-size: 1rem;
    border-top: solid 2px black;
    padding: 10px 15px 10px 30px;
}

.miniBolded2 {
    font-weight: bold;
    font-size: 1rem;
    border-top: solid 2px black;
}

.miniBolded2 p {
    border: 0;
    font-size: 1rem;
}

.inputPer2,
.inputPer2:active,
.inputPer2:hover,
.inputPer2:focus {
    width: 50px;
    margin-left: 15px;
    background: #373a5e;
    border-radius: 4px;
    box-shadow: 0 0 4px black;
    height: 20px;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    color: white;
}

#main-column .subtitle {
    margin-left: 20px;
}

#stickyVal {
    bottom: 20px;
}

@media screen and (min-width: 745px) {
    .sticky-header {
        top: 87px;
    }
}

@media screen and (max-width: 745px) {
    #stickyVal {
        bottom: 70px;
    }
}

.column-title p {
    margin:0;
    padding:0;
    display:inline;
    border:0;
    height: unset;
}

.sourceLink {
    text-decoration:underline;
    margin:0;
    padding:0;
    display:inline;
    border:0;
    color: #b7b3ff;
}

#save-model-pop-m {
    display: grid;
    justify-content: center;
    margin-top: -5px;
}

#new-model-pop-m,
#new-model-pop-m2 {
    display: grid;
    justify-content: center;
    margin-top: -5px;
}

#model-save-name,
#model-save-name2,
#renameModel-name {
    justify-self: center;
    background: rgb(245, 248, 250);
    color: var(--c2);
    border-radius: 2px;
    margin-top: 15px;
    height: 25px;
    font-size: var(--s2);
    padding: 5px 10px;
    width: 90%;
}

#save-model-pop-m button,
#new-model-pop-m button,
#new-model-pop-m2 button {
    padding: 8px;
    margin: 0;
    background: var(--c9);
    font-size: var(--s2);
    color: #202854;
    font-weight: bold;
    border-radius: 3px;
    margin-top: 20px;
}

#name-error,
#name-error2,
#name-error3,
#name-error4,
#name-error5 {
    justify-self: center;
    margin: 10px 5px 0px 5px;
    border-radius: 2px;
    border: solid 1px var(--c4);
    padding: 2px 9px;
    white-space: initial;
    text-align: center;
    width: 90%;
    background: #fc5044;
}

#name-error p,
#name-error2 p,
#name-error3 p,
#name-error4 p,
#name-error5 p {
    border: 0;
    margin: 5px;
}

.topOption {
    padding: 5px;
    border-radius: 2px;
    display: grid;
    justify-content: center;
    justify-items: center;
    font-size: 0.7rem;
    row-gap: 5px;
    background: #e8e8e8;
    color: black;
    box-shadow: 0 0 2px black;
    width: 50px;
    height: 40px;
    cursor: pointer;
}
.topOption p {
    padding: 0;
    width: unset;
    height: unset;
}

#startingPillWr {
    display: grid;
    justify-content: center;
    justify-items: center;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    scrollbar-color: var(--c9) #191d45 !important;
    scrollbar-width: thin !important;
    margin-top: 8px;
    background: #343a42;
    width: 200px;
    border-radius: 4px;
}

#startingPillWr::-webkit-scrollbar {
    height: 6px;
    width: 4px;
    background: none;
}

#startingPillWr::-webkit-scrollbar-track:vertical {
    background: none;
}

#startingPillWr::-webkit-scrollbar-thumb:vertical {
    background: var(--c9);
}

#deleteModel-lm {
    background: #fa4d43;
}

.deleteModel-p {
    text-align: left;
    white-space: normal;
    font-size: var(--s2);
    line-height: 1.4;
    margin: 10px 10px;
}

#deleteModel-p2 {
    margin-bottom: 18px;
}

.normalBtn,
.normalBtn:active,
.normalBtn:hover,
.normalBtn:focus {
    padding: 8px;
    margin: 0;
    background: var(--c9);
    font-size: var(--s2);
    color: #202854;
    font-weight: bold;
    border-radius: 3px;
    margin-top: 10px;
    width: 200px;
}
.column-title:hover:after {
    opacity: 1;
    visibility: visible;
}
.column-title:after {
    content: attr(data-title);
    position: absolute;
    z-index: 1;
    left: 0%;
    width: 100%;
    text-align: center;
    visibility: hidden;
    white-space: nowrap;
    /* font-style: italic; */
    color: #61e5ff;
    font-size: 90%;
}
#dcfExplainedSmall-1 {
    display: inline;
    margin: 0 20px;
    max-width: 900px;
}
#dcfExplainedSmall-2 {
    display: none;
    margin: 0 20px;
    max-width: 900px;
}
@media screen and (max-width: 745px) {
    #dcfExplainedSmall-1 {
        display: none;
    }
    #dcfExplainedSmall-2 {
        display: inline;
    }
}

.exlainedCollapseExpand {
    margin:0;
    color: ;
    text-decoration: underline;
    cursor: pointer;
}