@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --red: red;
    --red2: rgb(204, 36, 29);
    --yellow: #FFD230;
    --black2: rgb(60,60,60);
    --black: rgb(40, 40, 40);
    --white: rgb(224,209,170);
    --blue: rgb(131, 165, 152);
    --magenta: #D3869B;
    --black3: rgb(80,80,80);
    --black4: rgb(100, 100, 100);
}
body {
    font-family: "Roboto", sans-serif;
    background-color: var(--black2);
    color: var(--white);
}
body::after {
    transition: 0.7s all;
}

hr {
    color: var(--white);
}

code {
    background-color: var(--black);
    border-radius: 5px;
}

::-webkit-scrollbar {
    width: 15px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--black3);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

    border: 3px solid transparent;
    background-clip: padding-box;
    transition: 0.3s all;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--black4);
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

quotespace {
    display: block;
    height: 1px;
}

blockquote {
    display:block;
    max-width: 850px;;
    width: fit-content;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding-left: 10px;
    border-left: 5px solid var(--black4);
    font-size: 22px;
    transition: 0.3s border-left;
}

desc {
    margin-top: 0px;
    font-size: 18px;
}


bold {
    font-weight: bold;
}

underlined {
    text-decoration: underline;
}

italic {
    font-style: italic;
}

.example {
    border-left: 5px solid var(--yellow);
    transition: 0.3s border-left, 0.3s background-color;
}

#example-container {
    max-width: 54%;
    display: inline-block;
}

#content-container {
    z-index: -1000000;
    position: fixed;
    top: 70px;
    left: 54%;
    height: 89.5%;
    display: inline-block;
    border-left: 2px solid var(--black4);
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

pretty.example:hover {
    cursor: pointer;
    background-color: var(--black3);
    border-left: 5px solid var(--blue);
}

splitter {
    display: block;
    height: 10px;
}

pretty {
    display: inline-block;
    max-width: 800px;
    width: fit-content;
    border-left: 5px solid var(--white);
    padding-left: 10px; padding-right: 10px;
    background-color: var(--black);
    border-radius: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 20px;
    padding-bottom: 2.5px;
}

blockquote:hover {
    border-left: 5px solid var(--white);
}

#page_list {
    display: none;
    background-color: var(--black);
    width: 175px;
    position: fixed;
    top: -100px;
    left: 0px;
    transition: 0.15s all;
    padding: 5px;
    padding-bottom: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#report-pg {
    font-size: 24px;
}

#changelog_go:hover, #home_go:hover, #examples_go:hover, #report_go:hover, #goals_go:hover {
    color: var(--yellow);
    cursor: pointer;
}

.pageico {
    width: 25px;
    filter: invert(18%) sepia(74%) saturate(3500%) hue-rotate(354deg) brightness(98%) contrast(87%);
    margin-right: 5px;
}

.pagebutton {
    z-index: 100000000000000;
    display: flex;
    font-weight: bold;
    border-radius: 5px;
    background-color: var(--black3);
    transition: 0.15s all;
    width: 150px;
    height: 30px;
    padding-left: 25px;
    align-items: center;
    text-align: center;
    margin-bottom: 5px;
};

.pagebutton:hover > * {
    cursor: pointer;
    background-color: var(--black2);
}

#bar-container {
    vertical-align: middle;
    position: fixed;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: var(--black);
}


#logo-short {
    vertical-align: middle;
    display: inline;
    margin-left: 5px;
    max-width: 40px;
}

#logo-clicks {
    display: inline;
}

#logo-text {
    margin-left: 12px;
    vertical-align: middle;
    display: inline;
    font-size: 24px;
    font-weight: 450;
    color: var(--white);
    text-decoration: inherit;
}

#logo-text:hover {
    text-decoration: underline;
}

#logo-clicks:hover {
    cursor: pointer;
}

#gradient {
    z-index: 55555;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    font-size: 50px;
    background-image: linear-gradient(to right, var(--red), var(--yellow));
}

#menu-buttons {
    display: inline;
}

.menubutton {
    display: inline;
    width: 20px;
    height: 17px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    object-fit: contain;
    overflow: hidden;
    float: right;
    border: 1.5px solid #6B6B68;
    vertical-align: bottom;
    border-radius: 6px;
    margin-top: 5px;
    opacity: 0.7;
    transition: 0.15s all;
}

#search-button {
    margin-right: 10px;
    overflow: hidden;
}

#search-button:hover {
    opacity: 1;
    background-color: var(--red2);
    cursor: pointer;
}

#menubutton-container {
    display: inline;
}

#search-close {
    max-width: 20px;
    transition: 0.3s filter;
    margin-top: 10.5px;
    position: fixed;
    right: 70px;
    display: none;
    filter: invert(52%) sepia(0%) saturate(194%) hue-rotate(212deg) brightness(89%) contrast(95%);
}
#search-close:hover {
    filter: invert(15%) sepia(92%) saturate(3914%) hue-rotate(355deg) brightness(96%) contrast(86%);
    cursor: pointer;
}

#search {
    position: fixed;
    top: 28px;
    left: 250px;
    border: none;          /* Remove borders */
    background: transparent; /* Remove background color */
    resize: none;          /* Disable resizing */
    overflow: hidden;
    width: 70%;           /* Set width as needed */
    height: 20px;         /* Set height as needed */
    padding: 0;           /* Remove padding if necessary */
    margin: 0;            /* Remove margin if necessary */
    color: var(--white);
    font-size: 18px;
    display: none;
    outline: none;
}

#docs-content {
    position: fixed;
    display: inline-block;
    top: 70px;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    overflow:scroll;
    font-size: 24px;
    transition: 0.7s all;
};

coloradd {
    display: inline;
}

a:visited {
    color: var(--blue);
    text-decoration: underline;
}

gmdocentry {
    display: inline;
    margin-left: 20px;
    color: var(--magenta);
    transition: 0.5s color;
    box-sizing: border-box;
}

gmdocentry:hover {
    text-decoration: underline;
    color: #F7869B;
    cursor: pointer;
}

docentrylist {
    display:block;
    font-weight: bold;
    background-color: var(--black);
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 100%;
}

docentrytitle {
    font-weight: bold;
    font-size: 32px;
    color: var(--red2);
}

#radio-button {
    z-index: 502;
    margin-right: 20px;
    transition: 0.15s all;
}

.menubutton:hover {
    opacity: 1;
    background-color: var(--red2);
    cursor: pointer;
}

#radiomenu {
    z-index: 1;
    position: fixed;
    top: 10px;
    right: -285px;
    background-color: var(--black);
    width:250px;
    height: 100%;
    transition: right 0.3s ease-in-out;
    padding-left: 20px;
    font-size: 24px;
    border-left: 2px solid var(--black3);
}

#radiomenu.active {
    right: 5px;
}

#docs-content {
    z-index: 0;
}



#close-radio {
    display: inline;
    margin-top: 12px;
    margin-right: 8px;
    z-index: 5000;
}

gdoc {
    z-index: -1;
    display: inline;
    color: var(--magenta);
    transition: 0.3s color;
}

gdoc:hover {
    text-decoration: underline;
    color: #E96C7D;
    cursor: pointer;
}

lnd {
    display: block;
    width: 100%;
    height: 1px;
    position:fixed;
    margin-top: 29px;
    margin-left: -20px;
    border-top: 2px solid var(--black3);
    box-sizing: border-box;
}

spff {
    display: block;
    height: 10px;
    background-color: transparent;
}

mtitle {
    position:fixed;
    display: inline;
    color: var(--red);
    font-weight: bold;
    font-size: 32px;
    margin-top: 8px;
    margin-left: 10px;
}
