body {
  background: #0d0f29 url(/images/shape.png) top left no-repeat;
  
  
  font-family: 'Montserrat', sans-serif !important;
}

a{
    color: #48a0ff;
}
a:hover{
    color: #48a0ff;
}

h4{
    color: #a690ff;
}

/* 2. Header */
.header-top-area {
    background: #1c1121;
}
.container-full-padding {
    padding: 0 260px;
}
.s-container-full-padding {
    padding: 0 230px;
}
.header-top-offer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header-top-offer p,
.time-count {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    color: #a5a5a5;
}
.header-top-offer .time-count {
    display: none;
}
.header-top-offer .time-count:first-child {
    display: block;
}
.header-top-offer .time-count > span {
    display: inline-block;
    padding: 16px 25px;
    font-weight: 900;
    font-size: 18px;
    color: #1c1121;
    position: relative;
    z-index: 1;
}
.header-top-offer .time-count > span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(/img/images/offer_count_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.header-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-social ul {
    display: flex;
    flex-wrap: wrap;
}
.header-social ul li {
    margin-left: 15px;
    display: inline-block;
}
.header-social ul li:first-child {
    margin-left: 0;
}
.header-social ul li a {
    color: #b4b0b5;
    font-size: 13px;
}
.header-social ul li a:hover,
.header-top-mail p span,
.header-top-mail p i,
.header-action ul li.header-search a,
ul.minicart .cart-content a:hover,
.navbar-wrap ul li .submenu li.active > a,
.navbar-wrap ul li .submenu > li:hover > a,
.minicart .del-icon > a,
#search-modal .modal-dialog .modal-content form button,
.slider-content h6,
.slider-content h2 span,
.section-title h2 span,
.latest-games-content h4 a:hover,
.latest-games-content h4 span,
.latest-games-content p span,
.latest-games-active.owl-carousel .owl-nav button:hover,
.product-active .slick-arrow:hover,
.testimonial-active.owl-carousel .owl-nav button:hover,
.match-team-name a:hover,
.coming-match-info h5 span,
.tournament-schedule-content h3 span,
.tournament-schedule-content h3 a:hover,
.coming-match-time .time-count span,
.tournament-menu button.active,
.tournament-schedule-meta h5 span,
.tournament-schedule-meta a,
.product-content h4 a:hover,
.blog-post-content h5 a:hover,
.product-price h5,
.product-cart-action a,
.blog-meta ul li i,
.testi-avatar-info span,
.features-item .features-list-content .product-tag a,
.features-list-content h6 a:hover,
.newsletter-form-grp i,
.newsletter-form button:hover,
.fw-link ul li a:hover,
.copyright-text p a {
    color: #e4a101;
}
.header-top-action ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-top-mail p {
    margin-bottom: 0;
    font-size: 12px;
    color: #bcbcbc;
}
.header-top-mail p a {
    color: #bcbcbc;
}
.header-top-action {
    margin-left: 20px;
}
.header-top-action ul li:last-child {
    margin-left: 15px;
    overflow: hidden;
}
.header-top-mail p span {
    display: inline-block;
    margin-right: 15px;
}
.header-top-mail p i {
    margin-right: 10px;
}
.header-user-login > a {
    display: block;
    background: #181719;
    color: #edeaea;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0 0 2px 2px;
    height: 35px;
    line-height: 35px;
    padding: 0 18px 0 0;
    border-top: 1px solid #e4a101;
}
.header-user-login > a i {
    display: inline-block;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 15px;
    color: #1c1121;
}
.main-header {
    background-image: url(/img/bg/header_bg.jpg);
    background-position: right center;
    background-size: cover;
    position: relative;
}
.main-menu nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.navbar-wrap {
    display: flex;
    flex-grow: 1;
}
.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto;
}
.navbar-wrap ul li {
    position: relative;
}
.navbar-wrap ul li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #edeaea;
    padding: 43px 26px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-family: 'Montserrat', cursive;
}
.navbar-wrap ul li.show a::before,
.navbar-wrap ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-10deg);
    z-index: -1;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}
.navbar-wrap ul li.show a::after,
.navbar-wrap ul li.active a::after,
.navbar-wrap ul li:hover > a::after {
    content: "";
    position: absolute;
    height: 3px;
    background: #e4a101;
    right: 40px;
    left: 0;
    bottom: 0;
}
.navbar-wrap ul li:hover > a {
    color: #1c1121;
}
.navbar-wrap ul li.show,
.navbar-wrap ul li.show a::before,
.navbar-wrap ul li:hover > a::before {
    opacity: 1;
}
.navbar-wrap ul li.show > a {
    color: #1c1121;
}
.navbar-wrap ul li.active > a::before {
    opacity: 1;
}
.header-action > ul {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.header-action > ul li {
    position: relative;
    margin-left: 40px;
}
.header-action ul li:first-child {
    margin-left: 0;
}
.header-action ul li a {
    color: #edeaea;
    font-size: 14px;
}
.header-shop-cart a span {
    position: absolute;
    right: -13px;
    top: -2px;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
    color: #1c1121;
}
.header-action ul li.header-search a {
    width: 56px;
    height: 48px;
    display: block;
    text-align: center;
    line-height: 48px;
    background: #111111;
    border-radius: 5px;
    font-size: 13px;
    box-shadow: 0px 3px 7px 0px rgba(128, 18, 40, 0.2),inset 0px 3px 7px 0px rgba(56, 17, 33, 0.4);
}
.header-shop-cart ul.minicart {
    background: #1c1121;
    opacity: 0;
    padding: 25px;
    position: absolute;
    right: -15px;
    top: 63px;
    transition: all 0.5s ease 0s;
    width: 350px;
    z-index: 9;
    box-shadow: 0px 12px 24px 0px rgba(120, 120, 120, 0.3);
    visibility: hidden;
    transform: translateY(20px);
}
.header-shop-cart ul.minicart::before {
    position: absolute;
    content: '';
    left: 0px;
    top: -40px;
    width: 100%;
    height: 45px;
    display: block;
}
.header-shop-cart:hover ul.minicart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    z-index: 9;
}
.header-shop-cart .minicart > li {
    display: block;
    margin-bottom: 22px;
    margin-left: 0;
    overflow: hidden;
    padding: 0;
}
.header-shop-cart .minicart .cart-img {
    float: left;
}
ul.minicart .cart-img img {
    width: 100px;
}
.header-shop-cart .minicart .cart-content {
    float: left;
    padding-left: 15px;
    text-align: left;
    padding-right: 25px;
}
.cart-content h4 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}
ul.minicart .cart-content a {
    font-size: 14px;
    background: none;
    font-weight: 600;
}
ul.minicart .cart-price span {
    color: #747691;
    font-size: 13px;
    font-weight: 500;
}
ul.minicart .cart-price .new {
    font-size: 14px;
    color: #a5a5a5;
}
.header-shop-cart .minicart .del-icon {
    float: right;
    margin-top: 30px;
}
.minicart .del-icon > a {
    font-size: 18px;
}
.total-price {
    border-top: 1px solid #473151;
    overflow: hidden;
    padding-top: 25px;
    margin-top: 10px;
}
.total-price span {
    color: #a5a5a5;
    font-weight: 500;
}
.header-shop-cart .minicart > li:last-child {
    margin-bottom: 0;
}
.header-shop-cart .minicart .checkout-link a {
    color: #1c1121;
    display: block;
    font-weight: 500;
    padding: 16px 30px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.header-shop-cart .minicart .checkout-link a.red-color {
    background: #291b35;
    color: #fff;
}
.menu-style-two .navbar-wrap ul li.show a::after,
.menu-style-two .navbar-wrap ul li:hover > a::after {
    display: none;
}
.menu-style-two {
    padding: 28px 30px;
    border-radius: 0 0 14px 14px;
    background-image: url(/img/bg/header_bg.jpg);
    background-position: right center;
    background-size: cover;
    position: relative;
}
.transparent-header {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    height: auto;
    z-index: 9;
}
.s-header-top-area .header-top-offer .time-count > span {
    padding: 9px 25px;
}
.menu-style-two .navbar-wrap ul li a {
    padding: 15px 23px;
}
.menu-style-two .navbar-wrap ul li.show a::before,
.menu-style-two .navbar-wrap ul li a::before {
    transform: skewX(-16deg);
    transition: .3s linear;
}
.s-header-top-area {
    background: #131014;
}
.navbar-wrap ul li > .submenu {
    position: absolute;
    z-index: 9;
    background-color: #fff;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    display: block;
    left: -9px;
    opacity: 0;
    padding: 18px 0;
    right: 0;
    top: 100%;
    visibility: hidden;
    min-width: 230px;
    border: 1px solid #3a2746;
    background: #1c1421;
    box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
    margin: 0;
    border-radius: 2px;
    transform: scale(1 , 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li > .submenu li {
    margin-left: 0;
    text-align: left;
    display: block;
}
.navbar-wrap ul li > .submenu li a {
    padding: 0 10px 0 25px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.navbar-wrap ul li > .submenu li a::before,
.navbar-wrap ul li > .submenu li a::after {
    display: none;
}
.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-image: url(/img/bg/header_bg.jpg);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
    padding: 0;
}
.t-header-top-area .header-top-social ul {
    display: flex;
    align-items: center;
    padding-left: 0px !important;
}
.t-header-top-area .header-top-social ul li:first-child {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat', cursive;
    line-height: 1;
    letter-spacing: 2px;
    margin-right: 5px;
}
.t-header-top-area .header-top-social ul li + li {
    margin-left: 10px;
}
.t-header-top-area .header-top-social ul li a {
    background-image: url(/img/bg/header_social_bg.jpg);
    display: block;
    width: 38px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 35%) 0px 3px 7px 0px;
    color: #ff4800;
    font-size: 12px;
}
.t-header-top-area .header-top-login ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.t-header-top-area .header-top-login ul li.or {
    margin: 0 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', cursive;
}
a:hover{
    text-decoration: none !important;
}
li{
    list-style: none !important;
}
.t-header-top-area .header-top-login ul li a {
    display: block;
    background: #23262d;
    text-transform: uppercase;
    color: #cfcdcd;
    font-weight: 700;
    font-size: 11px;
    font-family: 'Montserrat', cursive;
    padding: 2px 23px 2px 7px;
    border-top: 2px solid #2a2b37;
    border-bottom: 2px solid #2a2b37;
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 35%) 0px 3px 7px 0px;
}
.t-header-top-area .header-top-login ul li a i {
    width: 29px;
    height: 25px;
    box-shadow: 0px 3px 7px 0px rgba(128, 18, 40, 0.2), inset 0px 3px 7px 0px rgba(56, 17, 33, 0.4);
    text-align: center;
    line-height: 25px;
    background: #1d1e29;
    margin-right: 15px;
    color: #ff4800;
}
.t-header-top-area .header-top-login ul li a:hover {
    color: #ff4800;
}
.t-header-top-area {
    background: transparent;
    padding: 14px 0;
    border-bottom: 1px solid rgb(50 49 49 / .7);
}
.third-header-bg {
    position: relative;
    z-index: 9;
}
.third-header-bg .bg {
    background-image: url(/img/bg/h3_header_bg.jpg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 129px;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.third-header-bg .menu-style-two {
    background-image: none;
    padding: 0;
}
.custom-container {
    max-width: 1330px;
}
.custom-container-two {
    max-width: 1430px;
}
.third-header-bg .navbar-wrap ul li.show a::before,
.third-header-bg .navbar-wrap ul li a::before {
    display: none;
}
.third-header-bg .navbar-wrap ul li.show > a,
.third-header-bg .navbar-wrap ul li:hover > a,
.third-header-bg .navbar-wrap ul li .submenu li.active > a,
.third-header-bg .navbar-wrap ul li .submenu li:hover > a,
.third-header-bg .header-action ul li.header-search a,
.third-header-bg #search-modal .modal-dialog .modal-content form button,
.third-banner-content h2 span,
.third-title-style h2 span,
.third-title-style .vertical-title {
    color: #ee5519;
}
.third-header-bg .menu-style-two .navbar-wrap > ul > li > a {
    padding: 35px 0;
    font-size: 11px;
}
.third-header-bg .menu-style-two .navbar-wrap > ul > li + li {
    margin-left: 25px;
}
.led-green {
    display: inline-block;
    margin: 0px 6px 0 -9px;
    width: 6px;
    height: 6px;
    background-color: #9dff00;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 20%) 0 -1px 7px 1px, inset #aff918 1px -1px 9px, #89ff00 0px -2px 8px;
    z-index: 10000;
    position: absolute;
    top: 21px;
    left: 38px;
}
.third-header-bg .navbar-wrap .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -80px;
    z-index: 9;
}
.third-header-bg .navbar-wrap ul.left {
    margin-left: 0;
    padding-left: 0px !important;
    margin-right: auto;
}
.header-bottom-bg {
    background-image: url(/img/bg/header_bottom_bg.png);
    position: absolute;
    left: 0;
    bottom: 21px;
    right: 0;
    width: 1499px;
    height: 28px;
    margin: 0 auto;
    z-index: -1;
}
.third-header-bg .header-action ul li.header-search a {
    background: #262831;
}
.third-header-bg .navbar-wrap ul li > .submenu {
    border: 1px solid #ee551945;
    background: #1c1f26;
}
.third-header-bg .header-action > ul {
    margin-left: 30px;
}
.third-header-bg .sticky-menu .navbar-wrap .logo {
    top: 0;
}
.third-header-bg .sticky-menu {
    background-image: url(/img/bg/h3_header_bg.jpg);
}
.header-style-four .header-top-area {
    background-image: url(/img/bg/fourth_header_top_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 22px 0;
}
.header-style-four .header-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-style-four .header-social span {
    color: #fff;
    font-family: 'Montserrat', cursive;
    font-weight: 700;
    margin-right: 15px;
}
.header-style-four .header-social ul li + li {
    margin-left: 8px;
    display: block;
}
.header-style-four .header-social ul li a {
    display: block;
    width: 35px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0px 3px 5.58px 0.42px rgba(33, 34, 47, 0.27);
    font-size: 12px;
    color: #e9a401;
    border: 1px solid rgb(40, 40, 46);
    background: rgb(51, 52, 66);
}
.header-style-four .menu-style-two {
    padding: 0;
    border-radius: 0;
    background-image: none;
    background-position: unset;
    background-size: cover;
    position: relative;
}
.header-four-wrap {
    background: #252634;
    border-top: 1px solid #1e1e2a;
    padding: 18px 0;
    position: relative;
}
.header-four-wrap .menu-style-two .navbar-wrap > ul > li > a {
    padding: 12px 23px;
}
.header-four-wrap .menu-style-two .navbar-wrap ul li.show a::before,
.header-four-wrap .menu-style-two .navbar-wrap ul li a::before {
    transform: skewX(-20deg);
}
.header-four-wrap .header-action ul li.header-search a {
    width: 52px;
    height: 46px;
    line-height: 46px;
    background: #252634;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 20%), inset 0px 3px 7px 0px rgb(0 0 0 / 40%);
}
.header-four-wrap .header-shop-cart ul.minicart {
    background: #252634;
    top: 53px;
}
.header-four-wrap .header-shop-cart .minicart .checkout-link a.red-color {
    background: #333442;
}
.header-four-wrap::before {
    content: "";
    position: absolute;
    width: 29%;
    background: #e9a401;
    height: 100%;
    top: 0;
    clip-path: polygon(0px 0px, 91% 0px, 100% 100%, 0% 100%);
}
.header-four-wrap.sticky-menu {
    position: fixed;
    border-top: none;
}

/* 3. Search modal */
#search-modal {
    background-color: rgba(23,26,33,.95);
}
#search-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: none;
    outline: 0;
    margin: 0;
}
#search-modal .modal-dialog .modal-content {
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}
#search-modal .modal-dialog .modal-content form {
    width: 555px;
    position: relative;
}
#search-modal .modal-dialog .modal-content form input {
    width: 100%;
    font-size: 36px;
    border: none;
    border-bottom: 3px solid rgba(255,255,255,.1);
    background: 0 0;
    color: #fff;
    padding-bottom: 12px;
    padding-right: 40px;
}
#search-modal .modal-dialog .modal-content form input::-moz-placeholder {
    font-size: 35px;
}
#search-modal .modal-dialog .modal-content form input::placeholder {
    font-size: 35px;
}
#search-modal .modal-dialog .modal-content form button {
    position: absolute;
    right: 0;
    margin-bottom: 3px;
    font-size: 30px;
    background: 0 0;
    border: none;
    cursor: pointer;
    top: 11px;
}
.modal-backdrop {
    z-index: 1;
}
.modal-open .header-top {
    z-index: 2;
}
.desktophide{
    display: none;
}
@media(max-width: 768px){
    .whitepanel {
        display: none !important;
    }
    .hideonmobile{
        display: none;
    }
    .right_panel{
        display: none;
    }
    .desktophide{
        display: block;
        margin-top: 20px;
    }
    .bg-dark{

        background: rgb(27 27 27 / 87%) !important;
        border-radius: 5px !important;
        color: #fff !important;
    }
    .navbar-light .navbar-nav .nav-link{
        color: #fff !important;
    }
    .navbar-light .navbar-brand{
        color: #fff !important;        
    }
    .navbar-light .navbar-toggler-icon{
        filter: invert(1);
    }
    .navbar-light .navbar-toggler{
        border-color: #fff !important;
    }
}
.alert{
    font-size: 14px;
    border-radius: 1px;
}
.pre_inner{
    color: #fff !important;
    display: block;
    position: relative;
}
.main_inner {
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}
.main_background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(15 18 51 / 73%);
    box-shadow: 0px 1px 5px 0px #00000094;
    border-radius: 0;
    opacity: 0.9;
}

@-webkit-keyframes upDownAnimation {
  0% {
    margin-top: 0px; }
  50% {
    margin-top: 80px; }
  100% {
    margin-top: 0px; } }

@keyframes upDownAnimation {
  0% {
    margin-top: 0px; }
  50% {
    margin-top: 80px; }
  100% {
    margin-top: 0px; } }
.shape {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .shape.shape1 {
      z-index: -5;
      top: 320px;
      -webkit-animation: upDownAnimation 7s linear infinite;
      animation: upDownAnimation 7s linear infinite; }
    .shape.shape2 {
      z-index: -6;
      top: 260px;
      -webkit-animation: upDownAnimation 6s linear infinite;
      animation: upDownAnimation 6s linear infinite; }
    .shape.shape3 {
      z-index: -7;
      top: 220px;
      -webkit-animation: upDownAnimation 5s linear infinite;
      animation: upDownAnimation 5s linear infinite; }
.sub_x{
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
}
.sub_x li{
    float: left;
    padding-left: 10px;
}
.sub_x li a{
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 8px 15px;
    font-weight: bold;
    border-radius: 7px;
    transition: 300ms;
}
.sub_x li a:hover{
}
.discord_edit{
    color: #fff;
    font-size: 13px;
    background: rgb(76 91 229 / 83%) !important;
    display: block !important;
    padding: 8px 15px !important;
    box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 8%) !important;
    border-radius: 7px;
}
.nearest_restart i {
    color: #ea3e1e;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 30px;
}
.main_background_up {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(20 25 68 / 70%);
    box-shadow: 0px 1px 5px 0px #00000094;
    border-radius: 10px;
    opacity: 0.9;
}
.mt-4, .my-4 {
    margin-top: 0rem !important;
    margin-bottom: 30px !important;
}
.main_background_up_x {
    filter: blur(2px);
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(48 50 76 / 86%);
    box-shadow: 0px 1px 5px 0px #00000094;
    border-radius: 10px;
    opacity: 0.9;
    z-index: -1;
}
.main_inner h3 {
    background: transparent;
    color: #fff;
    font-weight: lighter;
    font-size: 21px;
    padding: 15px 0px;
    margin-bottom: 0px;
    color: #ffffff !important;
    font-weight: bold;
}
.main_inner h3:after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #ff3437;
    margin: 6px 0 0px;
}
.alert{
    margin-bottom: 0px;
}

.btn-success{
    color: #fff;
    background-color: #5d36f7;
    border-color: #5a39de;
    outline: none !important;
}
.btn-success:hover, .btn-success:active{
    background-color: #4524c8 !important;
    border-color: #4524c8 !important;
    outline: none !important;
    box-shadow: none !important;    
}
.btn:focus{
    outline: none !important;
    box-shadow: none !important;   
}

.role_border{
    border: 1px solid black;
    border-radius: 50px;
    padding: 0 5px 0px 10px;
    font-size: 14px;
    margin-right: 10px;
}
.role_color{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: black;
    border-radius: 50%;
}

.list-group-item:first-child{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.table{
    background-color: rgb(27 13 71 / 59%);
    border-bottom: 1px solid #252525;
    padding: 17px;
    margin: 5px 0;
    border-radius: 5px;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: none;
    color: #fff;
    background: none;
}
.alert-info {
    color: #ffffff;
    background-color: rgb(39 51 70 / 72%);
    border: none;
    border-left: 3px solid #0089ff;
}
.alert-success {
    color: #ffffff;
    background-color: rgb(39 51 70 / 72%);
    border: none;
    border-left: 3px solid #90ff00;
}
.alert-danger {
    color: #ffffff;
    background-color: rgb(39 51 70 / 72%);
    border: none;
    border-left: 3px solid #ff0000;
}
.alert-warning {
    color: #ffffff;
    background-color: rgb(39 51 70 / 72%);
    border: none;
    border-left: 3px solid #f3a61a;
}
.img_top{
    height: 185px;
    margin-top: 20px;
}
.list-group-item-action {
    width: 100%;
    color: #ececec !important;
    text-align: inherit;
}
.list-group-item {
    position: relative;
    display: block;
    font-size: 13px;
    padding: 7px 20px;
    margin-bottom: -1px;
    background-color: rgb(96 56 255 / 39%);
    border-bottom: 1px solid rgb(17 17 16 / 42%);
    padding: 17px;
    margin: 5px 0;
    border-radius: 5px;
    transition: 300ms;
}
.list-group-item:active {
    background-color: rgb(96 56 255) !important;
}
.list-group-item:focus {
    background-color: rgb(96 56 255) !important;
}
.list-group-item:hover {
    background-color: rgb(96 56 255) !important;
}
.list-group-item:hover {
    background-color: rgb(96 56 255) !important;
}
.active-list{
    background-color: #481cf6 !important;
}
.active-list:hover{
    background-color: #481cf6 !important;
}
.icon_menu{
    float: right;
}
.icon_menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.icon_menu ul li{
    float: left;
    margin-left: 5px;
}
.icon_menu ul li a{
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 9px 12px;
    color: #fff;
    background: rgb(27 27 27 / 87%);
    border-radius: 6px;
}
.icon_menu ul li a span{
     vertical-align: middle;
}
.icon_title{
    padding-left: 10px;
}
.icon_menu ul li a span i{
    font-size: 30px;
}





.whitepanel{
    border-radius: 0px;
    margin-bottom: 0;
    position: relative;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}
.color_brick{
    width: 11px;
    height: 11px;
    background: black;
    border-radius: 2px;
    display: inline-block;
}

.main_slider{
    position: relative;
}

.logo_caption{
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    border-radius: 15px;
    width: 70%;
    padding: 10px;
    transform: translate(-50%, -50%);
}
.logo_caption h1{
    color: #fff !important;
}
.logo_caption img{
    max-width: 170px;
}

.item{
    margin: 5px 1px;
    padding: 5px;
    display: inline-block;
    text-align: center;
    border: 1px solid #404040;
    background: #9e9e9e;
    text-decoration: none;
}
.itemx{
    margin: 5px 1px;
    padding: 5px;
    display: inline-block;
    text-align: center;
    border: 1px solid #404040;
    background: #9e9e9e;
    text-decoration: none;
}
.itemplus{
    margin: 5px 1px;
    padding: 5px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.item:hover{
    text-decoration: none;
    background: #696969;
}
.item_icon img{
    width: 82px;
}
.item_iconx img{
    width: 60px;
}
.item_name{
    color: #fff;
    font-size: 12px;
}

.buyable{
    background: #4cb318;
}

.finalx{
    background: #b32618;
}

.caritem{
    background: #1881b3;
}

.chuzeitem{
    background: #b38a18;
}
.main_inner{
    position: relative;
}
.right_panel{
    position: absolute;
    right: 0;
    top: 20px;
    transform: translate(100%);
}
.right_panel a img{
    width: 60px;
}
h1, .h1 {
    font-size: 28px !important;
}
h2, .h2 {
    font-size: 19px !important;
}
.nav_icon{
    background: #303d5f;
    border: 1px solid #000000;
    float: left;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
}
.nav_icon i{
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 17px;
}
.nav_name{
    float: left;
    top: 50%;
    position: absolute;
    margin-left: 10px;
    transform: translateY(-50%);
}
.mobileheader{
    display: none;
}
.divider_main{
    display: none;
}

@media(max-width: 1512px){
    .header-bottom-bg{
        background: #1c1f26;
        width: 100%;
    }
    .nomobile{
        display: none !important;
    }
}
@media(max-width: 1180px){
    .divider_main{
        display: block;
        margin-top: 100px;
    }
    .mobileheader{
        display: block;
        background: #1c1f26;
        padding: 20px 10px;
    }
    .rowmobile{
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
        align-content: space-around;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .desktopheader{
        display: none !important;
    }
    .mobile_menu{
        padding: 10px 15px;
        color: #fff;
        background: #222a3e;
        cursor: pointer;
    }
    .user_menu{
        padding: 10px 15px;
        background: #222a3e;
        color: #fff;
        cursor: pointer;
    }
    .user_menu:hover{
        color: #ea3e1e;
    }
    .mobile_menu_opened{
        display: none;
        position: fixed;
        left: 5%;
        top: 100px;
        width: 90%;
        background: #fff;
        border-radius: 5px;
    }
    .mobile_menu_opened ul{
        margin: 0;
        padding: 0;
    }
    .mobile_menu_opened ul li a{
        display: block;
        /* background: #ffffff; */
        color: #1c1f26;
        padding: 10px;
        border-bottom: 1px solid #cecece;
        text-align: center;
    }
    .nominmobile{
        display: none !important;
    }
    .home_menu li {
        width: 33% !important;
    }
}
/*
     FILE ARCHIVED ON 18:30:28 Apr 19, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:39:20 Oct 19, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 117.522
  exclusion.robots: 0.114
  exclusion.robots.policy: 0.102
  cdx.remote: 0.078
  esindex: 0.012
  LoadShardBlock: 75.606 (3)
  PetaboxLoader3.datanode: 66.027 (4)
  PetaboxLoader3.resolve: 204.83 (2)
  load_resource: 229.988
*/