@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
body {
    background-color: #f1f3f4;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
}
main > .container, main > .container-fluid
{
    padding: 70px 15px 20px;
}

.not-set {
    color: #c55;
    font-style: italic;
}
a{
    text-decoration: none;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .navbar form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form > button.logout:focus {
    outline: none;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item > a
{
    text-decoration: none;
}
.top_header {
    background-color: #fff;
    padding: 5px 0;
    border-bottom: 2px solid #ececec;
}
.top_header .site_title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}
.middle-header {
    background-color: #fff;
}
.middle-header .logo {
    display: block;
    padding: 20px 0;
}
.main_header {
    background-color: #edb641;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.main_header nav{
    padding: 0;
}
.nav_main {
    display: block;
}
.main_header .menu_main {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.main_header .menu_main .menu-item {
    display: inline-block;
}
.main_header .menu_main .menu-item.current-menu-item {
    box-shadow: 0 -8px #ed1c24;
    background: #ed1c24;
    position: relative;
}
.main_header .menu_main .menu-item.current-menu-item:before {
    position: absolute;
    bottom: 100%;
    left: 100%;
    content: "";
    display: block;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid #8a0005;
    border-bottom: 4px solid #8a0005;
}
.main_header .menu_main .menu-item a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 12px 17px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.main_header .menu_main .menu-item.current-menu-item a {
    color: #fff;
}
.section {
    margin-bottom: 30px;
}
.space-block-title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    color: red;
    padding-left: 10px;
    border-left: 5px solid red;
    margin-bottom: 15px;
}
.top_game {
    border-radius: 5px;
    padding: 10px 0;
    margin: 0 0 30px;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}
.top_game .game_position {
    position: absolute;
    top: -20px;
    left: 30px;
    width: 30px;
    height: 35px;
    background-color: #be2edd;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-weight: 700;
}
.top_game .game_button, .top_game .game_logo, .top_game .game_meta, .top_game .game_star {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.top_game .game_logo {
    padding: 10px 30px;
}
.top_game .game_logo img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
}
.top_game .game_meta {
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.top_game .game_meta .title-top, .widget_top_game .title-top {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    color: #0d6efd;
}
.top_game .game_meta p {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}
.top_game .game_star {
    text-align: center;
    border-right: 1px solid #ccc;
}
.star-color {
     color: #ffd32a;
}
.top_game .game_button {
    text-align: center;
}
.top_game .game_button .btn-bet, .top_game .game_button .btn-review {
    text-decoration: none;
    display: inline-block;
    min-width: 130px;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.25em;
    color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, .35);
    text-align: center;
}
.top_game .game_button .btn-bet {
    margin-bottom: 5px;
    background-color: #3a878b;
}
.top_game .game_button .btn-review {
    background-color: #edb641;
}
.home-content {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.home-content h2, .home-content h3 {
    font-weight: 600;
}
.space-block-title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    color: red;
    padding-left: 10px;
    border-left: 5px solid red;
    margin-bottom: 15px;
}
.space-block-title a {
    color: red;
}
.featured_post {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.featured_post .meta, .featured_post .thumbnail {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
}
.featured_post .meta {
    padding-left: 15px;
}
.featured_post .meta .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1rem;
}
.featured_post .meta .title a {
    color: #000;
    text-decoration: none;
}
.newsed_post {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.newsed_post .item {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    align-items: baseline;
}
.newsed_post .item .icon {
    flex-basis: 18px;
    width: 18px;
    max-width: 18px;
    color: #ff2453;
}
.newsed_post .item .icon img {
    width: 10px;
}
.newsed_post .item .title {
    flex-basis: calc(100% - 18px);
    width: calc(100% - 18px);
    max-width: calc(100% - 18px);
}
.newsed_post .item .title a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    display: block;
    padding-right: 5px;
    line-height: 1.5;
}
.post_horizontal {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.post_horizontal .post_meta, .post_horizontal .thumbnail {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
}
.post_horizontal .thumbnail {
    overflow: hidden;
}
.post_horizontal a {
    display: block;
    text-decoration: none;
    color: #000;
}
.post_horizontal .thumbnail img {
    border-radius: 5px;
}
.post_horizontal .post_meta {
    padding-left: 15px;
}
.post_horizontal .post_title {
    font-size: 20px;
    font-weight: 700;
}
.post_horizontal a {
    display: block;
    text-decoration: none;
    color: #000;
}
.post_horizontal .post_meta .post_excerpt, .post_horizontal .thumbnail .post_excerpt {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post_single_vertical {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.post_single_vertical .post_item {
    flex-basis: 33%;
    width: 33%;
    max-width: 33%;
}
.post_single_vertical .post_item .thumbnail {
    margin-bottom: 10px;
    overflow: hidden;
}
.post_single_vertical .post_item .thumbnail img {
    border-radius: 5px;
}
.img-full {
    display: block;
    width: 100%;
    height: auto;
}
.post_single_vertical .post_item .post_meta h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.post_single_vertical .post_item .post_meta h3 a {
    color: #000;
}
.post_single_title {
    display: flex;
    flex-wrap: wrap;
}
.post_single_title .item {
    line-height: 1.5;
    margin-bottom: 10px;
}
.post_single_title span {
    padding-right: 5px;
    color: #ff2453;
}
.post_single_title a {
    color: #000;
    font-weight: 700;
}
.widget {
    margin: 0 0 1.5em;
}
.post_vertical {
    margin-bottom: 20px;
}
.post_vertical>.post_item {
    margin-bottom: 20px;
}
.post_vertical>.post_item>.thumbnail {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 5px;
}
.post_vertical>.post_item>.post_meta h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.post_vertical>.post_item>.post_meta h3 a {
    color: #000;
}
footer {
    color: #111;
    background-color: #fff;
    padding-top: 1rem;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.footer-desc, .footer-desc p {
    color: #111;
}
.footer-top .heading {
    color: #d2374a;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
.footer-top .cat-item {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: inherit;
    background-color: rgb(0 0 0 / 15%);
    padding: 3px 10px;
    display: inline-block;
    margin: 0 3px 6px 0;
    text-decoration: none;
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    transition: all .2s linear;
    color: #111;
}
.footer-category .cat-item {
    display: table;
}
.social_icon {
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid gray;
    border-radius: 100%;
    line-height: 40px;
    color: #ff2453;
    margin-bottom: 10px;
    margin-right: 5px;
}
footer .bottom {
    background-color: #edb641;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
}
.copy-right {
    text-align: center;
    font-size: 16px;
}
.hc-offcanvas-nav {
     visibility: hidden;
     display: none;
     position: fixed;
     top: 0;
     height: 100%;
     z-index: 9999;
}
.hc-offcanvas-nav.nav-position-left {
    left: 0;
}
.hc-offcanvas-nav .nav-wrapper:after, .hc-offcanvas-nav:after {
    background: rgba(0, 0, 0, .3);
}
.hc-offcanvas-nav .nav-wrapper:after, .hc-offcanvas-nav.disable-body:after {
    content: '';
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease;
}
.hc-offcanvas-nav:not(.nav-open):after {
    pointer-events: none;
}
.hc-offcanvas-nav .nav-container {
    position: fixed;
    z-index: 9998;
    top: 0;
    width: 280px;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    transition: transform .4s ease;
}
.offcanvas {
    background: #2b878b;
}
.offcanvas-body{
    padding: 0
}
.space-title-box {
    background-color: #f1f3f4;
    margin: 0 auto;
}
.space-title-box-h1 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.1em;
    color: #151515;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}
.bg-transparent {
    background-color: transparent !important;
}
.breadcrumb {
    margin: 0;
    margin-bottom: 1.5rem;
}
.breadcrumb-item a {
    color: #7f8c8d;
    font-size: 13px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}
.space-title-box-category-wrap {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
}
.space-title-box-category a {
    position: absolute;
    top: -30px;
    color: #fff;
    background: #ff2453;
    border-radius: 5px;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 13px;
}
.description {
    font-weight: 600;
    font-size: 18px;
}
.relative {
    position: relative;
}
.post_content h2, .post_content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
}
.post_content h2 {
    font-size: 24px;
}
blockquote {
    margin: 0 0 1rem;
}
blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    border-left: 4px solid #edb641;
    padding: 10px 0 10px 20px;
    color: red;
}
blockquote p {
    padding: 0;
    margin: 0;
}
.widget_top_game_item {
    position: relative;
    border: 2px solid #eee;
    background: #fff;
    padding: 15px 0;
    border-radius: 5px;
    margin-bottom: 20px;
}
.widget_top_game_item>.position {
    position: absolute;
    top: -13px;
    left: 10px;
    background: #ff2453;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 13px;
}
.widget_top_game_item>.meta {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.widget_top_game_item>.meta {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.w-40 {
    width: 40% !important;
}
.widget_top_game_item>.meta>.logo a {
    display: block;
    overflow: hidden;
}
.widget_top_game_item>.meta>.logo a img {
    max-width: 80px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.w-60 {
    width: 60% !important;
}
.top_game .game_meta .title-top, .widget_top_game .title-top {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    color: #0d6efd;
}
.widget_top_game_item>.meta>.title p {
    margin-bottom: 0;
}
.widget_top_game_item .rating {
    text-align: center;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    margin: 15px 0;
    padding: 15px 30px;
}
.widget_top_game_item .group-button {
    text-align: center;
}
.widget_top_game_item .group-button .btn-bet, .widget_top_game_item .group-button .btn-review {
    text-decoration: none;
    display: inline-block;
    min-width: 130px;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.25em;
    color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, .35);
    text-align: center;
}
.widget_top_game_item .group-button .btn-bet {
    background-color: #3a878b;
}
.widget_top_game_item .group-button .btn-review {
    background-color: #edb641;
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?vhwnin);
    src: url(../fonts/icomoon.eot?vhwnin#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?vhwnin) format("truetype"), url(../fonts/icomoon.woff?vhwnin) format("woff"), url(../fonts/icomoon.svg?vhwnin#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-close:before {
    content: ""
}

.icon-remove:before {
    content: ""
}

.icon-times:before {
    content: ""
}

.icon-check-circle-o:before {
    content: ""
}

.icon-bars:before {
    content: ""
}

.icon-navicon:before {
    content: ""
}

.icon-reorder:before {
    content: ""
}

.icon-angle-double-right:before {
    content: ""
}

.icon-angle-right:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-arrow-circle-o-right:before {
    content: ""
}

.icon-spinner3:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-star-empty:before {
    content: ""
}

.icon-star-half:before {
    content: ""
}

.icon-star-full:before {
    content: ""
}

.icon-arrow-up2:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}
.icon-pinterest:before {
    content: "";
    background: url(../images/icon-pinterest.png) center no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    display: inline-block
}

.icon-linkedin:before {
    content: "";
    background: url(../images/icon-linkedin.png) center no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    display: inline-block
}

.icon-blogspot:before {
    content: "";
    background: url(../images/icon-blogspot.png) center no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    display: inline-block
}
.icon-flickr:before {
    content: "";
    background: url(../images/icon-flickr.png) center no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    display: inline-block
}
.post_single_horizontal {
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}
.post_single_horizontal .space-archive-loop-item-img {
    overflow: hidden;
}
.post_single_horizontal .space-archive-loop-item-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.post_single_horizontal .space-archive-loop-item-meta {
    padding-left: 15px;
}
.post_single_horizontal .space-archive-loop-item-meta h3 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
}
.post_single_horizontal .space-archive-loop-item-meta h3 a {
    color: #000;
}
.post_single_horizontal .space-archive-loop-item-meta .category {
    color: #ff2453;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.post_single_horizontal .space-archive-loop-item-meta .excerpt {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.75rem;
    }
}
@media (min-width: 768px) {
    .box-md-70 {
        width: 70%;
    }
    .box-md-50 {
        width: 50%;
    }
    .box-md-30 {
        width: 30%;
    }
}
@media (min-width: 320px) and (max-width: 768px) {
    .top_game .game_star {
        margin-bottom: 10px;
        border-right: none;
    }
    .post_single_vertical .post_item {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .post_single_vertical .post_item .thumbnail {
        flex-basis: 40%;
        width: 40%;
        max-width: 40%;
    }
    .post_single_vertical .post_item .post_meta {
        flex-basis: 60%;
        width: 60%;
        max-width: 60%;
        padding-left: 10px;
    }
    .post_single_vertical .post_item .post_meta h3 a {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media screen and (max-width: 576px) {
    .main_header {
        background-color: #2b878b;
    }
    .navbar button{
        border: none;
    }
    button:focus:not(:focus-visible) {
        box-shadow: none;
    }
    .top_game .game_logo {
        flex-basis: 40%;
        max-width: 40%;
        width: 40%;
        padding: 10px;
    }
    .top_game .game_button, .top_game .game_star {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }
    .top_game .game_meta {
        flex-basis: 60%;
        max-width: 60%;
        width: 60%;
        border-left: none;
        border-right: none;
    }
    .top_game .game_star {
        margin-bottom: 10px;
        border-right: none;
    }
}
@media (min-width: 320px) and (max-width: 768px) {
    .nav_main {
        display: none;
    }
}
@media (min-width : 992px) {
    .offcanvas {
        visibility      : visible;
        position        : relative;
        background      : none;
        border          : none;
        justify-content : end;
        color           : red;
    }
}

@media (max-width : 992px) {
    .offcanvas {
        width : 250px !important;
    }

    .offcanvas-start-lg {
        top          : 0;
        left         : 0;
        border-right : 1px solid rgba(0, 0, 0, .2);
        transform    : translateX(-100%);
    }

}

.navbar-nav li a {
    color: white !important;
}