@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
    --hue1: 270;
    --hue2-1: 120;
    --hue2-2: 0;
    --huem1: 100;
    --huem2: 40;
    --hapcol: 260;

    --buttoncol1: rgb(60, 60, 60);
    --buttoncol2: rgb(90, 90, 90);
    --buttoncol3: rgb(80, 80, 80);
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

@keyframes vistoinvis {
    from {opacity: 100%}
    to {opacity: 0%}
}

body {
    font-family: 'Source Code Pro';
    background-color: rgb(15, 15, 15);
}

p {
    margin: auto;
    color: white;
    font-family: 'Source Code Pro';
    transform: skew(-3deg);
    font-size: 14px;
}

br {
    font-size: 50%;
}

a {
    color: rgb(64, 78, 237);
    text-decoration: none;
}

#points {
    font-size: 28px;
    -webkit-text-stroke: 1px;
}

#mscontain {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 50vh;
    width: min-content;
    padding-top: 7px;
    scrollbar-color: rgb(255, 255, 255) rgb(15, 15, 15);
    scroll-behavior: smooth;
    border: 3px solid rgba(255, 255, 255, 0.25);
}

#upgradeButton {
    font-size: 14px;
    min-width: 200px;
    min-height: 100px;
    font-family: Source Code Pro;
    padding: 4px 10px 4px 10px;
    transition-duration: 150ms;
    line-height: 20px;
    border: 2px solid white;
    border-radius: 1px;
}

#upgradeButton.uunlocked:hover {
    background-color: var(--buttoncol2);
}

#upgradeButton.uunlocked:active {
    background-color: var(--buttoncol3);
}

#importbox {
    width: 300px;
    height: 60px;
    font-size: 12px;
}

#fixtext {
    position: fixed;
    bottom: 0.6%;
    color: white;
    transform: skew(-3deg);
    font-size: 14px;
}

.cent {
    text-align: center;
}

.dcent {
    margin: auto;
}

.bg1 {
    font-size: 20px;
}

.optxt {
    opacity: 35%;
}

.milestone {
    width: 700px;
    min-height: 0px;
    padding: 5px 0px 5px 0px;
    margin: 0px 4px 0px 7px;
    border-radius: 4px;
    transition-duration: 200ms;
    margin-bottom: 5px;
}

.mt1 {
    background-image: repeating-linear-gradient(-45deg, hsl(var(--huem1), 50%, 5%), hsl(var(--huem1), 50%, 5%) 20px, hsl(var(--huem1), 50%, 6%) 20px, hsl(var(--huem1), 50%, 6%) 40px);
    border: 2px solid hsl(var(--huem1), 50%, 50%);
}

.mttc1 {
    color: hsl(var(--huem1), 50%, 50%);
}

.mt2 {
    background-image: repeating-linear-gradient(-45deg, hsl(var(--huem2), 50%, 5%), hsl(var(--huem2), 50%, 5%) 20px, hsl(var(--huem2), 50%, 6%) 20px, hsl(var(--huem2), 50%, 6%) 40px);
    border: 2px solid hsl(var(--huem2), 50%, 50%);
}

.mttc2 {
    color: hsl(var(--huem2), 50%, 50%);
}

.mti {
    border: 2px solid hsl(var(--hapcol), 100%, 70%);
    background-color: hsl(var(--hapcol), 100%, 10%);
}

.emp {
    font-size: 145%;
    text-shadow: 0px 0px 4px;
}

.mtype {
    position: relative;
    line-height: 0px;
    bottom: 0.9vh;
    right: 5px;
    opacity: 50%;
    font-weight: bold;
    text-align: right;
    
}

.mtitle {
    font-size: 24px;
    -webkit-text-stroke: 1px;
}

.mdesc {
    font-style: italic;
}

.meff {
    font-size: 18px;
    -webkit-text-stroke: 1px;
}

.mslocked {
    background-image: none;
    background-color: black;
    border-color: white;
    color: white;
}

.uunlocked {
    color: white;
    border: var(--buttoncol1);
    background-color: var(--buttoncol1);
    cursor: pointer;
}

.ulocked {
    color: white;
    border-color: var(--buttoncol1);
    background-color: black;
    cursor: not-allowed;
}

.mileinv {
    width: 275px;
    min-height: 0px;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    margin: 0px 7px 0px 4px;
    border-radius: 4px;
    transition-duration: 200ms;
    margin-bottom: 5px;
}

.invButton {
    background-color: black;
    color: white;
    border: 1px solid white;
    border-radius: 1px;
    width: 65%;
    height: 22%;
    font-family: Source Code Pro;
    cursor: pointer;
    transition-duration: 150ms;
}

.invButton:hover {
    background-color: white;
    color: black;
}

.textBox {
    background-color: rgb(26, 26, 26);
    border: 2px solid white;
    border-radius: 2px;
    color: white;
    font-family: "Source Code Pro";
    text-align: center;
    word-wrap: break-word;
    resize: none;
}

.tabButton {
    font-size: 22px;
    font-family: Source Code Pro;
    background-color: rgb(36, 36, 36);
    color: white;
    border: 2px solid white;
    border-radius: 2px;
    transition-duration: 200ms;
    cursor: pointer;
}

.tabButton:hover {
    background-color: white;
    color: rgb(48, 48, 48);
}

.optButton, .optButton2 {
    font-family: "Source Code Pro";
    background-color: rgb(0, 0, 0);
    border: 2px solid;
    border-radius: 2px;
    min-width: 0px;
    height: 40px;
    transition-duration: 150ms;
    cursor: pointer;
    font-size: 18px;
    padding: 0px 10px 0px 10px;
}

.optButton:hover {
    background-color: rgb(54, 54, 54)
}

.optButton:active {
    background-color: rgb(41, 41, 41)
}

.optButton {
    border-color: white;
    color: white;
}

.optButton:hover {
    background-color: rgb(54, 54, 54)
}

.optButton:active {
    background-color: rgb(41, 41, 41)
}

.optButton2 {
    border-color: rgb(255, 0, 0);
    color: rgb(255, 0, 0);
}

.optButton2:hover {
    background-color: rgb(54, 0, 0)
}

.optButton2:active {
    background-color: rgb(41, 0, 0)
}

