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

html {
    /* scroll-behavior: smooth; */
}

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: 5;
}

.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;
}
.main-pop-t-l {
    display: grid;
    justify-content: start;
    align-items: start;
}

.main-pop-t-l span {
    transform: translateY(-4px);
}
#premium-pop-p2 span {
    margin: 0;
    text-decoration: underline;
    color: var(--c9);
}
#premium-pop-t-c {
    font-size: var(--s0);
}
.premium-pop-p {
    text-align: center;
    white-space: normal;
    font-size: var(--s2);
    line-height: 1.4;
    margin: 10px 10px;
}
#premium-pop-lm {
    margin-bottom: -5px;
}
#premium-pop-p1 {
    margin-top: 15px;
    margin-bottom: 15px;
}
#premium-pop-p2 {
    font-size: var(--s3);
}

.msg {
    color: var(--c1);
    background: #eaf772;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 5px var(--m1);
}

.make-red {
    background: #fc5044;
}

.make-green {
    background: var(--c5);
}


#titles-outer {
    display: grid;
    position: sticky;
    top: 51px;
    z-index: 2;
    background: #202854;
}
@media screen and (min-width: 745px) {
    #titles-outer {
        top: 86px;
    }
}

#test-table,
#test-table-titles,
#titles-symbol {
    align-content: start;
    overflow-x: auto;
    /* cursor: pointer; */
    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;
}

#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,
.test-table-item-row:hover,
.test-table-item-row:active,
.test-table-item-row:focus {
    margin: 0;
    padding: 0;
    height: 50px;
    display: grid;
    align-content: center;
    justify-content: center;
    color: var(--c4);
    background: none;
    justify-self: min-content;
    z-index: 1;
    text-align: center;
}
.column-wr {
    background: none;
}
@media screen and (min-width: 380px) and (max-width: 440px) {
    .test-table-item {
        /* min-width: 110px; */
    }
}
.column-title {
    height: 40px;
    text-align: center;
    display: grid;
    grid-template-columns: auto min-content;
    justify-content: center;
    align-content: end;
    align-items: end;
    padding-bottom: 10px;
    font-size: var(--s3);
    background: var(--c2);
    background: #202854;
    background: #191d45;
    cursor: pointer;
}

.column-title::after {
    content: '⇅';
    margin-left: 2px;
    color: var(--c9);
}
.makegreen,
.makegreen:hover {
    color: var(--c5);
}

.makered,
.makered:hover {
    color: var(--c6);
}

.makegrey,
.makegrey:hover {
    color: #aaaaaa;
}
.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;
}

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

.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-l {
    display: grid;
    justify-content: start;
    align-items: start;
}

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

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