.main-panel {
    position: fixed;
    background: #fff;
}
.main-panel {
    font-family: Catamaran, "Catamaran Fallback: Arial", "Catamaran Fallback: Arial", sans-serif;
    font-size: 16px;
}
.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: 0 1px 1px #1f29370f;
    color: #212529;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
}

button.hide-main-panel {
    background: #eee;
    border-bottom: 1px solid #adb5bd;
    border-bottom-right-radius: 0;
    border-left: 1px solid #adb5bd;
    border-top: 1px solid #adb5bd;
    border-top-right-radius: 0;
    color: #6c757d;
    height: 42px;
    left: -30px;
    padding: 2px 0 2px 1px;
    position: absolute;
    top: 35px;
    width: 30px;
}
.main-panel-content {
    background: #eee;
    color: #000;
    height: 100vh;
    overflow-y: auto;
    text-align: justify;
    width: 100%;
}
.menu-header-item {
    background-color: #888;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 700;
    height: 33px;
    line-height: 33px;
    margin: 5px;
    padding: 0 5px;
    text-decoration: none;
    text-transform: capitalize;
}

.menu-header {
    margin: auto;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
}
.menu-header .hot {
    background-color: #e91e63;
    text-decoration: none;
}
.btn-yellow {
    background: #f59f00;
}
.menu-header .new {
    background-color: #2196f3;
    text-decoration: none;
}
.menu-header a:hover {
    color: #eee;
}

.discord-icon-button {
    align-items: center;
    background: transparent;
    color: #5865f2;
    display: inline-block;
    margin-left: 8px;
    margin-right: 15px;
    transition: color .15s ease;
    float: left;
}
.discord-icon-button svg {
    height: 36px;
    width: 36px;
}

.main-panel form#search {
    display: inline-block;
    min-width: 230px;
    position: relative;
    top: 0;
}

.main-panel form#search {
    width: calc(100% - 60px);
}
input {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
button#dark-search-button {
    background: none;
    border: none;
    border: none !important;
    color: #fff;
    height: 100%;
    outline: none !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 31px;
}
#dark-search-button {
    cursor: pointer;
}

.my-rating {
    float: left;
}
.jq-star {
    cursor: pointer;
    display: inline-block;
}
.jq-star-svg {
    height: 100%;
    padding-left: 3px;
    width: 100%;
}
#rating span {
    color: #6c757d !important;
}
.rating-element {
    float: right;
    margin-top: 3px;
}

.menu-slider {
    display: inline-block;
    justify-content: center;
    padding: 10px;
}
.btn-list {
    --tblr-list-gap: .5rem;
    display: inline-flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: center;
}

.btn-xs {
    border-radius: .15rem;
    font-size: .75rem;
    line-height: 1.5;
    padding: .125rem .25rem;
}
.btn-teal {
    background-color: #0ca678;
    color: #fff;
    --tblr-btn-hover-bg: color-mix(in oklab, #0ca678,transparent 20%);
}
.btn-purple {
    background-color: #ae3ec9;
    color: #fff;
    --tblr-btn-hover-bg: color-mix(in oklab, #ae3ec9, transparent 20%);
}
.btn-orange {
    background-color: #f76707;
    color: #fff;
    --tblr-btn-hover-bg: color-mix(in oklab, #f76707, transparent 20%);
}
.btn-blue {
    background-color: #066fd1;
    color: #fff;
    --tblr-btn-hover-bg: color-mix(in oklab, #066fd1, transparent 20%);
}
.btn-lime {
    background-color: #74b816;
    color: #fff;
    --tblr-btn-hover-bg: color-mix(in oklab, #74b816, transparent 20%);
}
a {
    text-decoration: none !important;
}
.main-panel-content h1 {
    font-size: 20px!important
}

.main-panel-content h2 {
    font-size: 18px!important
}

.main-panel-content h3 {
    font-size: 16px!important
}

.ads {
    color: #888;
    font-size: 11px;
    text-align: center;
    width: 100%;
}

.menu-footer {
    background: #eee;
    border-top: 1px solid #aeb5bd;
    margin-top: 35px;
    overflow: hidden;
    padding: 3px 5px;
    width: 100%;
}
.main-panel-content .menu-footer a {
    color: #795548 !important;
}

.menu-footer a {
    color: #795548;
    float: left;
    font-size: 13px;
    margin-right: 5px;
    text-decoration: none;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}