* {
    -webkit-text-size-adjust: none;
    /* max-width: 600px; */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* #mainContainer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
} */

.topstyle {
    position: sticky;
    color: #fdfdfd;
    font-family: sans-serif;
    font-style: normal;
    /* line-height: 5px; */
    height: auto;
    width: auto;
    letter-spacing: 0.5;
}

.topstyle.day-mode {
    color: #252525;
}

.box {
    background-color: #252525;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 15px;
    margin: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box.day-mode {
    background-color: #fdfdfd;
}

.idlabel {
    position: relative;
    color: #dfdfdf;
    background-color: #333333;
    border-radius: 99999px;
    padding: 5px 8px;
    font-weight: bold;
}

.idlabel.day-mode {
    color: #333333;
    background-color: #dfdfdf;
}

.smalltitle {
    position: relative;
    font-family: sans-serif;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 5px;
    height: auto;
    width: auto;
    letter-spacing: 0.5px;
    font-size: 35px;
    color: #dddddd;
    font-weight: bold;
    text-align: right;
}

.smalltitle.day-mode {
    color: #333333;
}

.github {
    position: relative;
    filter: brightness(1);
}

.github.day-mode {
    filter: brightness(0);
}

a {
    position: relative;
    color: #5aa6e9;
    text-decoration: none;
    transition: 0.2s cubic-bezier(0.215, 0.610, 0.355, 1);
}

@media (hover: hover) and (pointer: fine) {
    a:hover {
        color: #376e9e;
    }
}

@media (hover: none) and (pointer: coarse) {
    a:focus {
        color: #376e9e;
    }
}

::-webkit-scrollbar {
    display: none;
}

.scrollbar-container {
    background-color: #0b0b0b;
    width: 100%;
    height: calc(100% - 55px);
    border-radius: 35px;
    overflow: auto;
    clip-path: view-box;
}

.scrollbar-container.day-mode {
    background-color: #f0f0f0;
}

.scrollbar-content {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.datnightbtnstyle {
    background-color: #252525;
    border-color: #252525;
    /* border-style: hidden; */
    border: none;
    color: #fdfdfd;
    height: 45px;
    width: 45px;
    margin: 5px;
    border-radius: 99999px;
    float: right;
    align-items: center;
    justify-content: center;
    display: flex;
}

.datnightbtnstyle.day-mode {
    background-color: #fdfdfd;
    border-color: #fdfdfd;
    color: #252525;
}

.bodystyle {
    height: calc(100% - 20px);
    background-color: #101010;
}

.bodystyle.day-mode {
    background-color: #fafafa;
}

.dayicon {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.2s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.dayicon.day-mode {
    opacity: 0;
}

.nighticon {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.nighticon.day-mode {
    opacity: 1;
}

#smallTitle {
    font-size: 22.5px;
    margin-bottom: 3px;
    vertical-align: bottom;
    font-weight: bold;
}

#smallLabel {
    font-size: 15px;
    float: right;
    margin-top: 5px;
    font-weight: bold;
}

.x-icon {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.x-icon.day-mode {
    fill: #000;
}

.download-group {
    background-color: #333333ff;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 99999px;
}

.download-group.day-mode {
    background-color: #dfdfdfff;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 99999px;
}