.topbar {
    width: 100%;
}

.topbar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-container .topbar .metamenu li {
    display: inline-block;
    vertical-align: middle;
    width: 19%;
    height: auto;
    z-index: 50;
}

.topbar .metamenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.topbar .metamenu>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 18%;
    justify-content: center;
    align-items: center;
}

.topbar .metamenu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255 255 255 / 84%);
    outline-width: 0;
    transition: all 0.3s ease-out;
    width: 100%;
}

.topbar .metamenu ul a {
    padding: 8px 15px 8px 15px;
    font-size: 15px;
    border: 0;
}

.topbar .metamenu ul a i {
    margin-right: 10px;
}

.topbar .metamenu a .parent-icon,
.menu-title {
    line-height: 70px;
}

.topbar .metamenu a .parent-icon {
    font-size: 24px;
}

.topbar .metamenu a .menu-title {
    margin-left: 10px;
}

.topbar .metamenu a:hover,
.topbar .metamenu a:focus,
.topbar .metamenu a:active {
    color: #ffffff;
    text-decoration: none;
    background: rgb(255 255 255 / 18%);
}

.top-header {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: rgb(0 0 0 / 100%);
    position: fixed;
    top: 0;
    left: 0px;
    right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 14%);
    box-shadow: none;
}

@media (min-width: 767px) {
    .topbar .metamenu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .topbar .metamenu>li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .topbar .metamenu>li>ul {
        position: absolute;
        top: 100%;
        min-width: 100%;
        z-index: 1001;
        background: #191b25;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .topbar.is-hoverable .metamenu>li>ul {
        height: auto !important;
    }

    .topbar.is-hoverable .metamenu>li:hover>ul {
        display: block;
    }

    .topbar.is-hoverable .metamenu>li:hover>a.has-arrow:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}

@media (mix-width: 767px) {
    .topbar .metamenu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .topbar .metamenu>li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .topbar .metamenu>li>ul {
        position: absolute;
        top: 100%;
        min-width: 100%;
        z-index: 1001;
        background: #191b25;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .topbar.is-hoverable .metamenu>li>ul {
        height: auto !important;
    }

    .topbar.is-hoverable .metamenu>li:hover>ul {
        display: block;
    }

    .topbar.is-hoverable .metamenu>li:hover>a.has-arrow:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}

@media (max-width: 550px) {
    .menu-title {
        display: none;
    }
}

@media (min-width: 551px) {
    .menu-title {
        display: flex;
    }
}

.menu-container {
    width: 100%;
    height: 72px;
    line-height: 70px;
    background: #242120;
    position: fixed;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid rgba(255 255 255 / 14%);
    box-shadow: none;
    display: block;
    z-index: 45;
}

ul#pooldata {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    text-align-last: center;
    text-align: center;
}

ul#pooldata li {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    text-align-last: center;
    text-align: center;
}

.avianColor {
    color: #26cab2;
}

.ravenColor {
    color: #F05239;
}

.hiveColor {
    color: #FDB000;
}

.raptorColor {
    color: #B54223;
}

.peerColor {
    color: #3CB054;
}

.garlicColor {
    color: #FDDB6C;
}

.cloreColor {
    color: #FB0056;
}

.neoxaColor {
    color: #8A2954;
}

.meowColor {
    color: #D7C480;
}
.procColor {
    color:#434F5F
}
    .gpColor {
        color:#1F5970
    }

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 1);
    padding: 8px 15px;
    font-size: 13px;
    text-align: center;
    margin-left: 0px;
    transition: all 0.3s ease-out;
    z-index: 1000;
}
.h2 {
    display: flex;
    font-size: 2rem;
    align-content: center;
    justify-content: center;
}

.h1 {
    display: flex;
    font-size: 2.3rem;
    align-content: center;
    justify-content: center;
    width: 100%;
}

.bigTitle {
    display: flex;
    font-size: 4rem;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.collapsable,
.collapsableHeader {
    width: 0px;
}

.collapsablePlaceholders {
    display: none;
}

.table1 {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table1 th,
.table1 td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    color: #e5e9ec;
    border-top: 1px solid rgb(255 255 255 / 14%);
}

.table1 thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgb(255 255 255 / 14%);
}

.table1 tbody+tbody {
    border-top: 2px solid rgb(222 226 230 / 0.14);
}