/* CSS by: Ethorbit */
@font-face {
	font-family: "Hamlin";
	src: url("../../include/Hamlin Extra Bold.ttf") format("truetype");
}

.easyReadSmall *
{
	/* color: blue !important; */
	font-family: Hamlin;
}

#Players
{
    position: relative;
    padding: 0;
}

.Loader
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

::-webkit-scrollbar
{
    background: #460457;
}

::-webkit-scrollbar-thumb
{
    background-color: #460457;
    -webkit-border-radius: 22px;
}

html
{
    scrollbar-color: #f1f1f1 #14002bfd;
}

@font-face
{
    font-family: "Edo SZ";
    src: url("../../include/edosz.ttf");
}

body
{
    max-width: 50%;
    margin: auto;
    max-width: 2000px;
    background-color: black;
    height: 100vh;
}

#Page
{
    max-width: 2000px;
}

.divider
{
    height: 20px;
}

a
{
    text-decoration: none !important;
}

.page-link[disabled]
{
    cursor: default;
}

.page-item:disabled, .page-link:disabled
{
    background: black !important;
    color: green !important;
}

.page-item.active .page-link
{
    background-color: rgb(87, 0, 248) !important;
    border-color: black !important;
}

.dropdown
{
    background-color: #000000b4;
    border: black solid 1px !important;
}

#ExtraSearchControls
{
    min-width: 100%;
    height: 55px;
}

.PageTab
{
    cursor: pointer !important;
}

#container
{
    position: relative;
}

#Controls
{
    color: white;
    margin: auto;
    width: 750px;
    height: 100px;
    background-color: #000000b4;
}

#Controls *
{
    color: white;
    border-color: rgba(0, 0, 0, 0.5);
}

#LeftOptions
{
    float: left;
    max-width: 250px;
}

#RightOptions
{
    margin-top: 10px;
    display: inline-block;
    float: right;
}

#RightOptions *
{
    height: 30px;
}

@media(max-width: 750px)
{
    #Controls
    {
        margin: auto;
        height: 190px;
        width: 100%;
    }
}

@media(max-width: 410px)
{
    #RightOptions
    {
        display: none;
    }

    #Controls
    {
        height: 100px;
    }
}

#Sort
{

    margin-top: 5px;
}

#Search
{
    background-color: #000000b4;
    width: 265px;
}

#SubmitForm
{
    width: 85%;
    background-color: #000000b4;
}

#ExtraSearchControls
{
    background-color: rgba(26, 1, 1, 0.2);
}

.Loader, #Controls, .nav-tabs, .pagination, select, button, input *
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

form .dropdown, form input, form button
{
    height: 35px;
    border-radius: 5px;
}

form button
{
    height: 37px;
    width: 80px;
}

.giveFont
{
    font-family: "Edo SZ";
}

tr
{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.nav-tabs a
{
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1.0) !important;
    color: white !important;
}

.nav-tabs .active
{
    color: white !important;
   background-color: #460457 !important;
   border: 1px rgb(253, 253, 253) solid !important;
}

ul.nav.nav-tabs
{
    border-bottom: 0 !important;
    background-color: #46045700;
}

.nav-tabs li.nav-item
{
    background-color: rgb(255, 0, 106) !important;
    border: 2px rgba(0, 0, 0, 0.7) solid !important;
    border-radius: 5px !important;
}

#navbar
{
    z-index: 1000;
}

.minimalbg
{
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 10px;
}

.minimalbg li
{
    margin-bottom: 4px;
}

.customBtn:hover, .simpleBtn:hover
{
    background-color: rgb(0, 114, 167) !important;
}

.customBtn, .simpleBtn
{
    background-color: rgb(0, 65, 95) !important;
    color: white !important;
}

.customBtn
{
    border: black solid 5px !important;
    border-radius: 20px;
}

.simpleBtn
{
    border-top: black 1px solid;
    border-bottom: black 1px solid;
}

.customLink
{
	color: rgb(0, 255, 200) !important;
	text-decoration: none !important;
}

a:hover
{
	color: rgb(0, 192, 150);
	text-decoration: underline;
}

hr
{
    background: white;
}

#TopPage h1
{
    font-size: 3.75rem;
    border-bottom: 3px solid rgba(49, 0, 0, 0);
}

.pagination a
{
    color: white;
    background-color: rgb(102, 89, 89);
    border-color: black;
}

.divider
{
    background-color: #6000ce;
}

#Page
{
    background-color: #6000ce;
}

#container, #containerShort
{
    /* min-height: 95vh; */
    height: auto;
    background-color: #000000b4;
    border: 5px rgb(255, 255, 255) solid;
    border-radius: 10px;
}

#container
{
    min-height: 500px;
}

#ContainerShort
{
    min-height: 500px;
}

#footer
{
    background-color: rgba(173, 9, 9, 0.1);
    position: fixed;
    bottom: 0;
}

#wrapper
{
    background-color: #6000ce;
}

#Title
{
    padding: 15px;
    background-color: #6000ce;
    width: 100%;
    border-bottom: 3px solid #07015f;
}

#Title h1
{
    font-size: 4.7rem;
}

#Page
{
    width: 100%;
    height: 100%;
}
