body {
    color: #fff;
    font-size: 16px;
    background: #2b0a54;
    font-family: "AgencyFBBold";
}
/* fonts */
@font-face {
    src: url(../fonts/AgencyFBBold.ttf);
    font-family: "AgencyFBBold";
}
@font-face {
    src: url(../fonts/AGENCYR.TTF);
    font-family: "AgencyFB";
}
@font-face {
    src: url(../fonts/Montserrat-Regular.ttf);
    font-family: "Montserrat-Regular";
}
@font-face {
    src: url(../fonts/Montserrat-Bold.ttf);
    font-family: "Montserrat-Bold";
}
@font-face {
    src: url(../fonts/Montserrat-ExtraLight.ttf);
    font-family: "Montserrat-ExtraLight";
}
@font-face {
    src: url(../fonts/Montserrat-MediumItalic.ttf);
    font-family: "Montserrat-MediumItalic";
}
@font-face {
    src: url(../fonts/Montserrat-SemiBold.ttf);
    font-family: "Montserrat-SemiBold";
}
@font-face {
    src: url(../fonts/Montserrat-ExtraBoldItalic.ttf);
    font-family: "Montserrat-ExtraBoldItalic";
}
@font-face {
    src: url(../fonts/Montserrat-Light.ttf);
    font-family: "Montserrat-Light";
}

/* rent a game message */

.iframe_message {
    background: #fff;
    max-width: 100%;
    padding: 40px 0 20px;
    text-align: center;
    color: #2b2061;
}
.iframe_message .purple_bar {
    background: #4e0058;
    height: 100px;
    position: relative;
}
.purple_bar img {
    width: 150px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.iframe_message h1 {
    font-size: 35px;
    margin-top: 40px;
}
.iframe_message h5 {
    font-size: 20px;
    font-family: "AgencyFB";
    padding: 0 15px;
}
.iframe_message a {
    color: #2b2061;
    font-size: 14px;
}
.iframe_message > img {
    width: 70px;
}

.AgencyFBBold {
    font-family: "AgencyFBBold";
}
a:hover {
    text-decoration: none;
}
a:focus,
button:focus {
    outline: none !important;
}
strong {
    font-family: "Montserrat-Bold";
}
p {
    font-family: "Montserrat-Regular";
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #1e1d32;
}
::-webkit-scrollbar-thumb {
    background: #2c2a54;
    border-radius: 10px;
    opacity: 0.8;
}
::-webkit-scrollbar-thumb:hover {
    opacity: 1;
}

input::-webkit-validation-bubble {
    background: red;
    border: 1px solid #fff;
}
input::-webkit-validation-bubble-message {
    background: red;
    border: 1px solid #fff;
}
input::-webkit-validation-bubble-arrow {
    background: red;
    border: 1px solid #fff;
}
input::-webkit-validation-bubble-arrow-clipper {
    background: red;
}
#domain {
    text-transform: lowercase;
}
/* header */
header {
    background: #4e0058;
    box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.25);
}
.navbar-brand .logo {
    width: 80px;
}
.login_page .navbar-brand .logo {
    display: none;
}
.login_page .navbar-brand {
    height: 100px;
}
.navbar-brand {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}
a.nav-link.gradient_border img {
    height: 30px;
}
li:last-child a.nav-link.gradient_border img {
    height: 26px;
}
.navbar-expand-lg {
    padding: 0 15px;
    justify-content: space-between;
}
.navbar-collapse {
    flex-grow: 1;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0.57rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-expand-lg .navbar-nav .inter_profile_tab.nav-link img{
    width: 14px;
}
.navbar-expand-lg .navbar-nav .nav-link span img{
    width: 13px;
    position: relative;
    top: -3px;
    margin: 0 7px 0 0;
}

/* .navbar-expand-lg .navbar-nav .nav-link span img{
    position: relative;
    top: 0;
    margin: 0 5px 0 0;
} */


.search_icon_link img,
.notification_bell img {
    width: 18px;
}
.navbar-expand-lg .navbar-nav .nav-link.search_icon_link,
.navbar-expand-lg .navbar-nav .nav-link.notification_bell {
    height: 42px;
    cursor: pointer;
    padding-right: 0;
}
.navbar-nav {
    align-items: center;
}
.gradient_border {
    border-radius: 10px;
    border: solid 2px transparent;
    background-image: linear-gradient(
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0)
        ),
        linear-gradient(
            101deg,
            rgba(64, 216, 221, 0.8),
            rgba(146, 82, 234, 0.8)
        );
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #1e1d32 inset;
    width: 170px;
    height: 44px;
}
.navbar-expand-lg .navbar-nav .nav-link.join_btn {
    font-family: "Montserrat-Regular";
    text-align: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    font-weight: 700;
    margin-left: 20px;
    background: #db2124;
    text-transform: capitalize;
}
.notification_bell + ul.profile_dropdown {
    min-width: 120px;
    max-width: 150px;
    right: 3px;
}
.notification_bell + .profile_dropdown a {
    text-transform: none;
    padding-left: 0;
    text-align: center;
    font-family: "Montserrat-Bold";
    font-size: 8px;
}
.notification_bell + .profile_dropdown li:last-child {
    padding-top: 0;
}
.notification_bell + ul.profile_dropdown li:first-child {
    right: 0;
    left: 0;
    margin: 0 auto;
}
.notification_bell + ul.profile_dropdown li:nth-child(2) {
    margin: 0;
    text-align: center;
    font-family: "Montserrat-Bold";
    font-size: 12px;
    padding-bottom: 3px;
    position: relative;
}
.notification_bell {
    position: relative;
}
.notification_bell + ul.profile_dropdown li:nth-child(2):before {
    content: "";
    background: #fff;
    height: 1px;
    width: 80%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.notification_bagde {
    position: absolute;
    background: #ff0000;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    font-family: "Montserrat-Regular";
    font-size: 8px;
    line-height: 15px;
    top: 7px;
    left: -4px;
}
ul.profile_dropdown {
    position: absolute;
    min-width: 120px;
    right: 0;
    width: 100%;
    z-index: 9;
    list-style-type: none;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
    padding: 0;
    /* box-shadow:1px 10px 10px rgba(0,0,0,0.2); */
}
.profile_dropdown li:first-child {
    position: relative;
    border-bottom: 10px solid #383b42;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    right: 10px;
    top: 0;
    background: transparent;
    width: 10px;
    margin-left: auto;
}
.profile_dropdown li:nth-child(2) {
    padding-top: 8px;
}
.profile_dropdown li:last-child {
    padding-top: 8px;
    padding-bottom: 1px;
}
.profile_dropdown li:last-child a {
    margin-bottom: 8px;
}
.profile_dropdown li {
    background: #383b42;
}
.navbar-expand-lg .navbar-nav .nav-link.profile_link {
    padding-left: 0;
    padding-right: 0;
    margin-left: 16px;
}

.profile_dropdown a span {
    width: 18px;
    display: inline-block;
    text-align: center;
    margin-left: -22px;
    margin-right: 5px;
}
.profile_dropdown a img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.navright {
    position: relative;
}
.navbar-expand-lg .navright li:nth-child(2) {
    margin: 0;
}
.profile_dropdown a {
    color: #fff;
    transition: all 0.3s ease-in;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 30px;
    line-height: 20px;
}
.profile_dropdown a:hover {
    color: #fff;
    background: #5d6169;
}
.header_profile_pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.audio-control {
    width: 30px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 60px;
    z-index: 9999;
    transform: translate(0, -50%);
    cursor: pointer !important;
}
a.audio-control:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
a.audio-control.muted:before {
    content: "\f026";
}
a.audio-control.unmuted:before {
    content: "\f028";
}
/* Search Bar */
.search_bar {
    position: relative;
    display: none;
    padding-top: 30px;
}
.search_bar .categorised_games {
    display: none;
}
.close_search {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 30px;
    top: 45px;
    background: url(../img/close-the-all-panel.png) no-repeat;
    background-position: center;
    border: 0;
    outline: none;
    cursor: pointer;
}
.close_search:focus {
    outline: none;
}
.clear_text {
    position: absolute;
    right: 0;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    cursor: pointer;
    top: 16px;
    display: none;
}
.search_bar .form-group {
    max-width: 1686px;
    margin: 0 auto 32px;
    position: relative;
    padding: 2px;
    opacity: 0.5;
}
.form-group:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    transform: scaleX(0);
    transition: all 0.5s linear;
    border-radius: 0;
}
.form-group:before {
    background: rgb(255 153 0);
    z-index: -2;
}
.form-group.focused:before {
    transform: scaleX(1);
    opacity: 1;
}
.form-group.focused {
    opacity: 1;
}
.search_bar .btn_submit {
    margin: 0 auto 30px;
    height: 52px;
    width: 350px;
    text-align: center;
    display: block;
    line-height: 52px;
}
.tab-pane::target {
    display: block !important;
    opacity: 1;
}
#allResult {
    display: none;
}
.search_bar .btn_submit:hover {
    color: #1e1d32;
}
.responsive-tabs-container .nav-tabs li a.message_tab img {
    width: 15px;
    margin-top: 1px;
    margin-right: 5px;
}
.search_bar .input-group {
    z-index: 9;
}
.form-control.search_input {
    border: 0;
    height: 52px;
    box-shadow: none !important;
    outline: none;
    color: #fff;
    transition: all 0.3s ease-in;
    background: #110327;
    position: relative;
    padding: 0 58px 0 20px;
    border-radius: 0 !important;
}

.form-control.search_input:focus {
    background: #110327;
    color: #fff;
    box-shadow: none !important;
}
.loader {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translate(0, -50%);
    background: rgba(34, 33, 60, 0.8);
    width: 100%;
    transition: all 0.3s linear;
    height: 100%;
    z-index: 9;
    border-radius: 15px;
}
.loader:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/pacman.svg) no-repeat;
    background-size: 30px;
    background-position: center;
    animation: linear infinite;
    animation-name: run;
    animation-duration: 3.5s;
    display: block;
    position: absolute;
    top: 10px;
}
.comment .loader:after {
    animation-duration: 6s;
}
@keyframes run {
    0% {
        left: 0%;
    }
    100% {
        left: 90%;
    }
}
.disabled_smiley {
    cursor: pointer;
}
#approval p {
    text-align: center;
    padding: 50px 30px;
    margin: 0;
}
#approval .modal-body {
    padding: 1rem;
}
.search_bar .input-group-append {
    margin-left: 0;
}
.search_bar #search_game {
    background: transparent;
    border: 0;
    opacity: 0.5;
    border-radius: 0;
    padding: 0 20px;
    transition: all 0.3s ease-in;
    outline: none;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    height: 100%;
    cursor: pointer;
    pointer-events: none;
}
.search_bar .input_filled.focused #search_game {
    opacity: 1;
    pointer-events: unset;
}
.orange_img {
    display: none;
}
.search_bar .focused #search_game .orange_img {
    display: block;
}
.search_bar .focused #search_game .white_img {
    display: none;
}
.search_bar .btn.active {
    opacity: 1;
    pointer-events: initial;
}
.profile p.yellow {
    color: #df9b25;
    opacity: 1;
    text-align: center;
}
/* all category */
.owl-carousel:not(.owl-loaded) {
    opacity: 0;
}
.all_category .d-flex {
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
}
.all_category {
    background: #18043a;
}
.tooltip-arrow,
.tooltip > .tooltip-inner {
    background-color: #4c489b;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
}
.popover {
    border-radius: 0;
    border: 0;
    background: #4c489b;
}
.popover a {
    color: #eee454;
}
.popover-header {
    padding: 5px 5px 0;
    background-color: #4c489b;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 12px;
    font-family: "AgencyFBBold";
    text-align: center;
    text-transform: uppercase;
}
.popover-header:empty + .popover-body {
    border-radius: 0;
}
.popover-body {
    text-transform: uppercase;
    border-radius: 0;
    padding: 5px 15px;
    color: #fff;
    background: #4c489b;
    font-size: 10px;
}
.bs-popover-bottom .popover-body {
    border-radius: 0;
    padding: 5px 15px;
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #4c489b;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #484492;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #484492;
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: #4c489b;
}
.waiting_player_notification {
    background: rgba(237, 28, 36, 0.7);
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    font-style: normal;
    top: -10px;
    right: -10px;
    line-height: 24px;
    padding: 0;
    cursor: pointer;
}
.game_category_capsule {
    display: flex;
    align-items: center;
    padding-right: 20px;
    border-radius: 56px;
    height: 56px;
}
.game_category_capsule img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: 3px 12px 3px 3px;
}
.owl-carousel .owl-item .game_category_capsule img {
    width: 50px;
    object-fit: cover;
}
.game_category_capsule span {
    color: #fff;
}
.all_category .owl-carousel.owl-loaded {
    height: 82px;
}
.all_category .owl-stage-outer,
.all_category .owl-stage {
    height: 100%;
}
.all_category .owl-stage-outer {
    overflow: visible;
    overflow-x: hidden;
}
.all_category .owl-item:last-child {
    margin: 0 !important;
}
.all_category .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 45%;
    transform: translate(0, -50%);
    width: 100%;
}
.all_category .owl-theme .owl-nav button {
    font-size: 18px;
    position: absolute;
    top: -31px;
    margin: 0;
    outline: none;
    height: 70px;
    width: 35px;
    line-height: 70px;
}
.all_category .owl-theme .owl-nav button:hover {
    background: transparent;
}
.all_category .owl-theme .owl-nav button.owl-prev {
    left: -15px;
    background: rgba(24, 4, 58, 0.75);
    border-radius: 0 50px 50px 0;
    color: #fff;
    transition: all 0.3s ease-in;
}
.all_category .owl-theme .owl-nav button.owl-next {
    right: -15px;
    background: rgba(24, 4, 58, 0.75);
    border-radius: 50px 0 0 50px;
    color: #fff;
    transition: all 0.3s ease-in;
}
.all_category .owl-theme .owl-nav button.owl-next .fa-chevron-right {
    margin-left: 7px;
}
.all_category .owl-theme .owl-nav button.owl-prev .fa-chevron-left {
    margin-right: 7px;
}
.all_category .owl-theme .owl-nav button.owl-prev.disabled {
    display: none;
    opacity: 0;
}
.all_category .owl-theme .owl-nav button.owl-next.disabled {
    display: none;
    opacity: 0;
}
.all_category .owl-stage {
    margin-left: auto;
    padding-top: 14px;
}
.all_category h4 {
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}
/* game category */
.last_played {
    /* background: #100f1f; */
    background: #2b0a54;
    padding: 20px 0;
    position: relative;
}
.last_played .gaming_list,
.last_played .gaming_list li {
    margin-bottom: 0;
    vertical-align: top;
}
.last_played .gaming_list li:nth-child(n + 11) {
    display: none;
}
.game_tile span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.last_played .game_tile span,
.all_category .game_tile span {
    background: #550352;
    font-size: 12px;
    text-align: center;
    padding: 1px 5px;
    border-radius: 0;
}
.all_category .game_tile span {
    border-radius: 0;
    height: 20px;
}
.last_played .game_tile img.game_img + span {
    background: #73026f;
    color: #fff;
    border: 1px solid #73026f;
}
.last_played .game_tile span {
    padding: 4px 5px 3px;
    font-size: 14px;
}
.last_played .game_tile {
    overflow: visible;
}
.last_played .game_tile img.game_img {
    border-radius: 0;
}
.last_played .game_tile span.close {
    width: 26px;
    height: 26px;
    background: url(../img/remove-the-ticket.png) no-repeat;
    position: absolute;
    top: -12px;
    left: auto;
    right: -12px;
    padding: 0;
    opacity: 1;
}
.close_panel {
    background: rgba(99, 99, 99, 0.7) url(../img/close-the-all-panel.png)
        no-repeat;
    background-position: center;
    background-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 10px 0 0 10px;
    position: absolute;
    top: 20px;
    right: 0;
    transition: all 0.3s ease-in;
    display: block;
    cursor: pointer;
}
/* welcome */
#welcome {
    text-align: center;
    color: #fff;
    padding-bottom: 70px;
    background: #170335;
}
.welcome_text {
    padding: 55px 0 0;
}
.welcome_text_title {
    font-size: 72px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 65px;
    /* max-width: 500px; */
    margin: 0 auto 5px;
}
.welcome_text_title span {
    display: block;
    font-size: 35px;
    line-height: 28px;
    margin-bottom: 7px;
}
#welcome p {
    font-size: 20px;
}
.btn_more {
    width: 220px;
    height: 62px;
    line-height: 65px;
    text-decoration: none;
    display: block;
    margin: 30px auto 0;
    text-transform: uppercase;
    color: #1e1d32;
    font-family: "Montserrat-Bold";
    font-weight: 700;
    font-size: 14px;
    border-radius: 0;
    transition: all 0.3s ease-in;
    background: #eee454;
}
.btn_more:hover {
    color: #1e1d32;
    text-decoration: none;
}
.carousel-wrap {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.owl-carousel .item {
    position: relative;
    z-index: 100;
}
.owl-dots {
    counter-reset: dots;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: -59px;
}
.owl-dot:before {
    counter-increment: dots;
    content: "0" counter(dots);
    transition: all 0.1s cubic-bezier(0.44, 0.01, 0.6, 1.33);
    line-height: 10px;
}
/* .owl-carousel button.owl-dot {
  width: 50px;
  height: 50px;
  outline: none;
  font-size: 24px;
  display: block;
  transform: rotate(90deg);
  transition: all 0.3s ease-in;
  line-height: 0;
} */
.owl-carousel button.owl-dot {
    width: 35px;
    height: 50px;
    outline: none;
    font-size: 24px;
    vertical-align: middle;
    display: inline-block;
    line-height: 0;
}
.owl-carousel button.owl-dot.active:before {
    font-size: 28px;
}
.owl-carousel button.owl-dot:before {
    font-size: 18px;
}
.social_icon_rounded {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 120px;
}
.social_icon_rounded li {
    margin: 20px 0;
}
.social_icon_rounded li img {
    width: 25px;
}
/* frash games */
.blue_box {
    color: #eede54;
    background: #170335;
    margin: 2px 40px;
    border-radius: 0;
    padding: 30px 0;
}
.categorised_games.blue_box {
/*    padding-bottom: 0;*/
}
.page_title + .categorised_games.blue_box {
    padding-bottom: 15px;
}
.new_box {
    background: #2b0a54;
    padding: 5px 35px 18px 35px;
    height: 100%;
    text-align: center;
    color: #fff;
    position: relative;
}
.new_box .need_subscription a:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 0;
    opacity: 0.7;
}
.new_box .carousel {
    margin-top: 4px;
}
.new_box .owl-theme .owl-nav {
    margin-top: 0;
}
.new_box li:nth-of-type(even) {
    margin-bottom: 0 !important;
}
.new_box .owl-theme .owl-nav .owl-prev,
.new_box .owl-theme .owl-nav .owl-next {
    opacity: 1;
    margin: 0 auto;
    background: rgba(92, 4, 112, 0.7);
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    position: absolute;
    top: 48%;
    transform: translate(0, -50%);
    border-radius: 30px;
    bottom: auto;
    text-align: center;
    box-shadow: 1px 4px 2px rgba(0, 0, 0, 0.2);
}
.new_box .owl-theme .owl-nav .owl-next.disabled,
.new_box .owl-theme .owl-nav .owl-prev.disabled {
    background: rgb(128 128 128);
}
.new_box .carousel-control-prev i,
.new_box .carousel-control-next i {
    font-weight: 700;
}
#hot_games .owl-carousel .owl-item .game_tile .locked_game_chain {
    top: 50%;
    transform: translate(0, -50%);
}
.new_box .owl-prev {
    left: -29px;
    right: auto;
}
.new_box .owl-next {
    right: -29px;
    left: auto;
}
.new_box .owl-carousel .item {
    display: flex;
}
.new_box ul {
    margin: 0;
    display: inline-block;
    width: 31.8%;
    margin: 0 5px;
}
.new_box li.list-inline-item {
    width: 100%;
    position: relative;
    margin: 0 0 5px;
    position: relative;
}

.new_box li .game_tile img.game_img {
    width: 100%;
    height: auto;
}
.new_box li.need_subscription img:not(.locked_game_chain) {
    filter: grayscale(100%);
    opacity: 0.5;
}
.new_box .subscribed_user .hot_pro_badge,
.new_box .subscribed_user .pro_badge {
    width: 35px;
    bottom: 0;
    right: 0;
}
.new_box .game_tile .locked_game_chain {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
}
.new_box .hot_game_tag {
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 0;
}
#hot_games .container-fluid {
    padding: 0 23px;
}

.big_game_poster {
    position: relative;
    display: flex;
    height: 100%;
}
.big_game_poster ul {
    margin: 0 0 0 20px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
     -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;


}
.big_game_poster li {
    position: relative;
    cursor: pointer;
    height: 30%;
}
.big_game_poster .game_list {
    width: 25%;
}
.big_game_poster .game_list img {
    width: 100%;
    z-index: 99;
    height: 100%;
    object-fit: cover;
}
.big_game_poster .active_slide {
    width: 75%;
    position: relative;
}
.video_player {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.video_player > * {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_player .poster {
    z-index: 9;
}
.video_player:hover .poster,
.about_game:hover + .video_player .poster {
    opacity: 0;
}
.about_game {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    right: 0;
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.9)
    );
    padding: 35px 15px 15px;
    align-items: flex-end;
    color: #fff;
}
.active_slide .game_info {
    background: #170335;
    padding: 2px 10px 2px 0;
    position: absolute;
    width: auto;
    left: auto;
    right: 0px;
    z-index: 9999;
    top: 10px;
}
.active_slide .game_info:before {
    content: "";
    position: absolute;
    border-right: 16px solid #170335;
    border-bottom: 27px solid transparent;
    border-top: 27px solid transparent;
    left: -16px;
    top: 0;
}
.game_info .game_name {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.play_game a {
    background: #eee454;
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #170335;
    display: block;
    text-align: center;
    font-family: "Montserrat-Bold";
}
.game_wrapper.pro_gamer_area {
    margin: 0 auto;
    background: url(../img/pro_bg.jpg) no-repeat;
    background-size: cover;
    padding: 0 14%;
    background-position: center;
    background-attachment: fixed;
}
.game_wrapper.pro_gamer_area .main_game {
    margin-top: 20px;
}
.game_info .game_category {
    margin: 0;
    font-size: 10px;
    line-height: 10px;
}
.game_info .game_thumbnail {
    width: 50px;
    margin-right: 10px;
    clip-path: polygon(29% 0, 100% 0, 100% 100%, 29% 100%, 0 51%);
    margin-left: -13px;
}
.game_tile {
    width: 205px;
    height: 175px;
    border-radius: 0;
    background: #351d5b url(../img/placeholder.png) no-repeat;
    background-position: center 30px;
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.new_box .game_tile {
    width: auto;
    height: auto;
    background: transparent;
}
.new_box .game_tile .game_tile:hover {
    text-decoration: none;
    color: #eede54;
}
.game_preview .game_tile {
    width: 165px;
    height: 100px;
}
.game_preview {
    position: absolute;
    right: 15px;
    top: 50px;
    cursor: pointer;
}
.game_preview .game_tile:before {
    content: "";
    position: absolute;
    background: url(../img/play.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: contain;
    transition: all 0.3s ease-in;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 auto;
    z-index: 9;
    opacity: 1;
}
.game_ad {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.game_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.game_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
}
.game_preview:hover .game_tile:before {
    opacity: 0;
}
.game_preview .game_tile img.game_img {
    height: 100px;
    border-radius: 0;
}
.game_description .game_preview .game_tile span {
    opacity: 1;
    font-size: 14px;
    padding: 2px 10px;
    text-align: center;
}
.game_tile img.game_img {
    object-fit: cover;
    object-position: center;
    height: 140px;
    width: 100%;
    border-radius: 0;
}
.gaming_list {
    text-align: center;
}
.gaming_list .list-inline-item {
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 24px;
    vertical-align: top;
    position: relative;
}
.popover {
    z-index: 9999;
}
.profile_selection {
    display: block;
    text-align: center;
    padding: 5px 0;
}
.need_subscription {
    position: relative;
}
.custom_tooltip {
    display: none;
    position: absolute;
    top: -100%;
}
.game_tile span {
    font-size: 16px;
    font-family: "AgencyFBBold";
    text-transform: uppercase;
    padding: 6px 10px 5px;
    display: block;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}
.game_tile img + span {
    border-radius: 0;
}
.hot_game_tag {
    width: 55px;
    height: 55px;
    background: url(../img/pepper.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 1px;
    bottom: 0;
    display: block;
    background-position: right;
}
.game_info .hot_game_tag {
    bottom: 65px;
}
.search_result .subscribed_user .hot_pro_badge,
.search_result .subscribed_user .pro_badge {
    bottom: 34%;
    right: 0;
    width: 55px;
}
.gaming_list .need_subscription .game_tile {
    background-color: #31313c;
}
.game_tile span.hot_game_name {
    background: #dc0002;
}
.game_tile span.pro_game_name {
    background: #ffbc00;
}
.game_tile span.locked_game_name {
    background: #31313c;
}
.game_tile span.hot_pro_name {
    background: #fd641d;
}
.gaming_list.small_card .game_tile span.hot_game_name,
.gaming_list.small_card .game_tile span.pro_game_name,
.gaming_list.small_card .game_tile span.hot_pro_name {
    padding-right: 35px;
}
.categorised_games .game_tile span.hot_game_name,
.categorised_games .game_tile span.pro_game_name,
.categorised_games .game_tile span.hot_pro_name {
    padding-right: 55px;
}
.small_card img.pro_badge,
.small_card img.hot_pro_badge {
    width: 35px;
}
.subscribed_user .hot_pro_badge,
.subscribed_user .pro_badge {
    position: absolute;
    right: 0;
    margin: 0 auto;
    width: 55px;
    bottom: 0;
    z-index: 9;
}
.need_subscription .game_img,
.need_subscription .hot_game_tag {
    filter: grayscale(100%);
    opacity: 0.5;
}
.need_subscription .game_tile:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 0;
    opacity: 0.7;
}
.game_tile .locked_game_chain {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    z-index: 999;
    transform: translate(0, -80%);
}
.search_result .game_tile .locked_game_chain {
    top: 15%;
    transform: none;
}
.game_tile .pro_player {
    position: absolute;
    width: 60px;
    right: -10px;
    top: -20px;
}
.owl-carousel .owl-item .game_tile .locked_game_chain,
.small_card .game_tile .locked_game_chain {
    width: 25px;
    top: 50%;
    transform: translate(0, -83%);
}
.owl-carousel .owl-item .game_tile .pro_player,
.small_card .game_tile .pro_player {
    position: absolute;
    width: 40px;
    right: -5px;
    top: 0;
}
.owl-carousel .owl-item .game_tile .hot_game_tag,
.small_card .game_tile .hot_game_tag {
    width: 40px;
    height: 40px;
    bottom: 1px;
}
/* locked games */
.game_wrapper #locked_games {
    margin: 0;
}
.locked_icon {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    width: 90px;
    z-index: 999;
    display: none;
}
.locked .locked_icon,
.locked .upgrade_to_pro {
    display: block;
}
.upgrade_to_pro {
    display: none;
}
.game_wrapper #locked_games h3 {
    font-size: 25px;
    position: absolute;
    top: 10px;
    z-index: 99;
    left: 0;
    right: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}
.game_wrapper #locked_games h3 .btn_upgrade {
    font-size: 18px;
    color: #fefefe;
    background: #39952a;
    text-transform: uppercase;
    display: inline-block;
    border: 0;
    max-width: 260px;
    height: 40px;
    transition: all 0.3s ease-in;
    cursor: pointer;
    width: 100%;
    margin-left: 10px;
    line-height: 40px;
}
.game_wrapper #locked_games h3 .btn_upgrade:hover {
    transform: scale(1.1);
    margin-left: 20px;
}
#locked_games {
    padding: 25px 0;
    position: relative;
    margin: 0 40px;
}
#locked_games ul {
    margin: 0;
}
#locked_games ul li {
    vertical-align: middle;
    margin-bottom: 0;
}
#locked_games ul li:nth-child(n + 7) {
    display: none;
}
.locked:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
    background: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.98) 12%,
            rgba(0, 0, 0, 0.85) 45%,
            rgba(0, 0, 0, 0.98) 85%
        )
        no-repeat;
}
/* categorised_games */
.more_games img {
    vertical-align: unset;
    margin-left: 5px;
}
.more_games {
    /* background: #2b0a54;
    border: 1px solid #2b0a54; */
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    /* color: #eee454; */
    cursor: pointer;
    text-transform: uppercase;
    /* height: 40px;
    width: 165px; */
    vertical-align: top;
    background-color: transparent;
    border: none;
    /* margin-top: 3px; */
    float: right;
    /* line-height: 38px; */
    padding: 0;
}
.user_reviews .more_games {
    float: none;
    margin: 15px auto 0;
    display: block;
}
.more_games:hover {
    color: #eee454;
}
.more_games:focus {
    outline: none;
}
.categorised_games .game_tile span,
#locked_games .game_tile span {
    font-size: 16px;
    padding: 4px 10px 4px;
}
.categorised_games .game_tile span span {
    right: 0;
    left: auto;
    display: block;
    font-size: 14px;
    top: 0;
    line-height: 26px;
}
/* .categorised_games .game_tile,
#locked_games .game_tile{
  width: 180px;
  height: 150px;
} */
.categorised_games .game_tile,
#locked_games .game_tile {
    width: 165px;
    height: 145px;
}
.categorised_games .game_tile img.game_img,
#locked_games .game_tile img.game_img {
    height: 113px;
    width: 100%;
}
.search_bar .categorised_games .game_tile {
    width: 160px;
    height: 132px;
}
.search_bar .categorised_games .game_tile img.game_img {
    height: 100px;
}
.last_played .game_tile {
    height: 120px;
    width: 150px;
    background-size: 80px;
}
#locked_games.locked {
    overflow: hidden;
}
/* .categorised_games .game_tile img.game_img ,
#locked_games .game_tile img.game_img {
  height: 118px;
  width: 100%;
} */
.last_played .game_tile img.game_img {
    height: 90px;
}
.categorised_games h3 {
    font-size: 20px;
    color: #fff;
    padding: 0 18px 0 16px;
    margin: 0 auto 30px;
    text-transform: uppercase;
}

/* faq */
.faq {
    padding: 50px 0;
}
.faq h3 {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}
.faq h3 + p {
    margin: 0;
    text-align: center;
}
.faq p {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin: 20px 0 0;
    font-weight: 300;
}
.faq p a {
    color: #42b8be;
    transition: all 0.3s ease-in;
}
.faq p a:hover {
    color: #eee454;
}
.number_count {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    background: #533a97;
    text-align: center;
    line-height: 70px;
    margin-right: 20px;
}
.faq .media-body h5 {
    font-size: 18px;
    text-transform: uppercase;
}
.faq .media-body p {
    text-align: left;
    margin-top: 10px;
    min-height: 130px;
}
.faq .media_right,
.faq .media_right .media-body p {
    text-align: right;
}
.faq .media_right .number_count {
    margin-left: 20px;
    margin-right: 0;
}
.faq .col-md-6:nth-of-type(odd) {
    border-right: 1px solid rgba(98, 100, 136, 0.2);
}
.faq .que_grid {
    position: relative;
}
.faq .que_grid::before {
    content: "";
    width: calc(100% - 30px);
    border-top: 1px solid rgba(98, 100, 136, 0.2);
    position: absolute;
    top: 48%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.mt-10 {
    margin-top: 3rem;
}

/* footer */

footer {
    background: #120c24;
    padding: 30px 0 5px;
}
.footer_links {
    margin-top: 30px;
}
footer .mail_link {
    font-size: 13px;
    color: #00b4d6;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
    transition: all 0.3s ease-in;
}
footer .mail_link:hover {
    color: #eee454;
}
footer p {
    color: #c2d4f8;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 8px;
}
footer p a,
footer p a:hover {
    color: #c2d4f8;
}
footer .social_icon li a {
    color: #c2d4f8;
    font-size: 14px;
    display: block;
    margin-left: 10px;
}
.privacy_terms .list-inline-item a,
.privacy_terms .list-inline-item {
    color: #c2d4f8;
    font-size: 12px;
    font-weight: 300;
    font-family: "Montserrat-Regular";
    vertical-align: super;
}
.copyright {
    border-top: 1px solid #2f3046;
}

/* modal */

/* sign in */
.modal-open .modal {
    overflow: hidden;
}
.modal-dialog-centered {
    min-height: calc(100% - (0.5rem * 2));
}
.modal-backdrop.show {
    opacity: 0.9;
}
.modal-backdrop {
    background-color: #080217;
}
.modal-open section,
.modal-open header,
.modal-open footer {
    filter: blur(3px);
}
#signin .modal-dialog {
    margin: 0 auto;
    max-width: 340px;
}
.modal-content {
    border: 0;
    background: #24222f;
    border-radius: 0;
}
.default_avatar {
    width: 100px;
    height: 100px;
    background: #52478c;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: -70px;
    position: relative;
    overflow: hidden;
}
#signin .user_icon {
    left: 0;
    width: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}
.modal-body {
    padding: 0 11.5px 15px;
}
.failed_gradient {
    background: linear-gradient(
        90deg,
        rgba(176, 22, 49, 1) 0%,
        rgba(96, 6, 19, 1) 100%
    );
}
.success_gradient {
    background: linear-gradient(
        90deg,
        rgba(178, 194, 15, 1) 0%,
        rgba(122, 132, 15, 1) 100%
    );
}
.cancel_gradient {
    background: linear-gradient(
        90deg,
        rgba(86, 86, 86, 1) 0%,
        rgba(38, 38, 38, 1) 100%
    );
}
.purple_gradient {
    background: linear-gradient(
        90deg,
        rgba(117, 2, 113, 1) 0%,
        rgba(57, 0, 56, 1) 100%
    );
}
#payment_success .modal-content {
    border: 2px solid #7a850f;
}
#payment_failed .modal-content {
    border: 2px solid #b01632;
}
#payment_cancel .modal-content {
    border: 2px solid #565656;
}
.payment_response .modal_title {
    background: #383b42;
}
.thankyou_message {
    background: #383b42;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    padding: 30px 0;
    color: #fff;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.payment_retry {
    text-align: right;
}
.payment_retry a {
    color: #fff;
}
.thankyou_message h3 {
    margin-top: 20px;
}
.thankyou_message .game_img {
    width: 200px;
}
.modal-header {
    border: 0;
    border-radius: 0;
}
.modal-header .close {
    padding: 15px;
    line-height: 0;
    opacity: 1;
}
.modal_data.privileges li h5 {
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat-Bold";
    margin-top: 10px;
    margin-bottom: 0;
}
.modal_data.privileges li img {
    height: 55px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    width: auto;
}
.modal-header .close img {
    width: 12px;
}
.modal-footer {
    padding: 0;
    height: 10px;
    border: 0;
}
.modal_data {
    font-family: "Montserrat-Regular";
    max-width: fit-content;
    margin: 40px auto 20px;
    min-height: 110px;
}
.btn_back {
    background-color: #ea7d02;
    color: #fff;
    border: 0;
    width: 170px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    margin: 0 auto 15px;
}
.btn_back:hover {
    color: #fff;
}
.modal_data p {
    margin-bottom: 8px;
}
.modal_data .card_data li {
    font-size: 12px;
    line-height: 25px;
}
.card_data li {
    list-style-image: url(../img/bullet.png);
}
.modal_title {
    color: #fff;
    background: #3d4364;
    font-size: 24px;
    line-height: 42px;
    height: 42px;
    margin: 0 -11.5px 20px;
    text-align: center;
    clear: both;
}
.modal_title img {
    position: absolute;
    left: 10px;
    top: -25px;
    object-fit: contain;
}
.payment_response .modal_title img {
    width: 90px;
}
#player_card_popup .modal_title img,
#player_card .modal_title img {
    position: absolute;
    right: 10px;
    left: auto;
    top: -5px;
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.btn_signin {
    max-width: 260px;
    height: 40px;
    color: #fff;
    border-radius: 0;
    text-align: center;
    border: 0;
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    font-size: 14px;
    font-family: "Montserrat-Regular";
    outline: none;
    position: relative;
    cursor: pointer;
    line-height: 40px;
}
.btn_signin:focus {
    outline: none;
    color: #fff;
}
.fb.btn_signin {
    background: #1b498a;
}
.gp.btn_signin {
    background: #f24024;
}
.btn_signin:hover {
    color: #fff;
}
.btn_signin.portal_login {
    background: #5f36cf;
    color: #fff;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
button.btn_signin i {
    font-size: 17px;
    position: absolute;
    left: 20px;
    top: 17px;
}
.checkbox input {
    display: none;
}
#signin .checkbox {
    width: 170px;
    margin: 30px auto;
}
.checkbox label {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 45px;
    line-height: 28px;
    margin: 0;
}
.checkbox label:hover:before {
    border-color: #eee454;
    color: #eee454;
}
.checkbox label:before {
    content: "";
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 0;
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
    line-height: 1.5;
    font-size: 18px;
    left: 0;
    right: 0;
    text-align: center;
}
.checkbox input:checked + label:before {
    content: "\f00c";
}
/* ad blocker */
#adblocker .modal-dialog {
    max-width: 638px;
    margin: 0 auto;
}
#adblocker .logo_img {
    width: 70px;
    margin-top: -75px;
}
#adblocker .modal_title {
    text-transform: unset;
    padding: 0 62px;
    margin-top: -2px;
}
#adblocker h4.vip_login {
    font-size: 15px;
    color: #fff;
    text-align: center;
}
#adblocker h4 a {
    color: #eee254;
}
.btn_white_list {
    background: #fd641d;
    border: 0;
    margin: 0 auto 15px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 5px 10px;
}
#adblocker p {
    font-family: "Montserrat-Regular";
    padding: 0 45px;
    font-size: 15px;
    line-height: 18px;
}
#adblocker span {
    font-family: "Montserrat-ExtraBoldItalic";
}
.btn_vip:focus {
    outline: none;
}
.v_align_middle li {
    vertical-align: middle;
}
.btn_score {
    background: #eee454;
    border: 0;
    color: #1e1d32;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 6px;
    cursor: pointer;
    width: 72px;
}
.btn_vip {
    cursor: pointer;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    background: #39952a;
    border: 1px solid #39952a;
    width: 325px;
    height: 55px;
    margin: 30px auto 10px;
    display: block;
    text-align: center;
    line-height: 55px;
}
.btn_vip:hover {
    color: #fff;
}
/* Games */
.playing_game {
    position: relative;
}
.splash {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.btn_skipad {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    border: 0;
    background: #26094b;
    color: #fff;
    cursor: pointer;
}
.yt_video_timer#slide_progress {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    right: auto;
    left: 10px;
    bottom: auto;
}
.ad_timer {
    position: absolute;
    top: -10px;
    background: rgba(0, 0, 0, 0.3);
    height: 45px;
    left: -10px;
    right: -10px;
    z-index: 99;
}
.ad_timer p {
    padding-left: 45px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.game_wrapper {
    padding-bottom: 20px;
}
.game_col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 10px;
}
.game_col:first-child {
    overflow: hidden;
}
.game_col.games_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 142px;
    flex: 0 0 142px;
    max-width: 142px;
}
.game_col.ads_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px;
    padding: 0 7.5px;
}
.games_bg {
    padding: 10px;
    background: #2b2952;
    box-shadow: 0 7px 30px rgba(0, 0, 0, 0.57);
    height: calc(100% - 20px);
    margin-top: 20px;
}
.ad_bg {
    background: #11101c;
    padding: 20px 10px;
    height: 100%;
}
p.restrict_msg {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translate(0, -50%);
    margin: 0;
    font-family: "AgencyFBBold";
    font-size: 18px;
}
p.restrict_msg a,
p.restrict_msg a:not([href]):not([tabindex]) {
    color: #00b4d6;
    transition: all 0.3s ease-in;
    cursor: pointer;
}
p.restrict_msg a:hover {
    color: #eee454;
}
.gaming_list.small_card .list-inline-item {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
}
.gaming_list.small_card .game_tile {
    width: 100px;
    height: 90px;
    background-size: 50px;
}
.gaming_list.small_card .item .game_tile {
    overflow: hidden;
}
.gaming_list.small_card .game_tile img.game_img {
    height: 66px;
}
.player .vp-video-wrapper video {
    object-fit: cover !important;
}
td.dataTables_empty {
    color: #eee454;
    font-weight: 700;
    padding: 30px 0 !important;
    font-size: 14px !important;
}
.player#player {
    max-width: 100% !important;
    height: 100% !important;
    width: 100% !important;
}
.embed-responsive {
    overflow: visible;
}
.gaming_list.small_card .game_tile span {
    font-size: 12px;
    opacity: 1;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 13px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#sync2.gaming_list.small_card .game_tile span {
    text-align: center;
}
.main_game {
    background: #11101c;
    padding: 10px;
}
div#sync2.owl-carousel .owl-stage-outer {
    z-index: 99;
}
div#sync2 {
    background: #2b0a54;
    padding: 10px 50px;
    border-radius: 0;
    max-width: 700px;
    margin: 30px 0;
}
div#sync2 .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}
div#sync2 .owl-nav button {
    position: absolute;
    outline: none !important;
    color: #fff;
    height: 100%;
    width: 70px;
    transition: all 0.3s ease-in;
    z-index: 99999;
}
div#sync2 .owl-nav button:not(.disabled):hover {
    color: #eee454;
    background: rgba(21, 20, 35, 0.6);
}
.owl-carousel .owl-nav .disabled {
    opacity: 0.35;
    cursor: default;
}
div#sync2 .owl-nav button.owl-prev {
    left: 0;
}
div#sync2 .owl-nav button.owl-next {
    right: 0;
}
#sync2 .game_tile:hover span {
    color: #eee454;
}
.game_maximize.row {
    background: #2b2952;
    margin: 0;
}
.maximize {
    border: 0;
    font-size: 20px;
    text-transform: uppercase;
    float: right;
    line-height: 45px;
    height: 45px;
    cursor: pointer;
    color: #e9e9e9 !important;
    transition: all 0.3s ease-in;
    padding-left: 40px;
    background: url(../img/max.png) no-repeat;
    background-position: left;
    background-size: 25px;
}
.maximize:hover {
    background: url(../img/max-hover.png) no-repeat;
    background-position: left;
    background-size: 25px;
}
.maximize img {
    vertical-align: text-bottom;
    margin-right: 10px;
}
.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}
li.breadcrumb-item {
    text-transform: uppercase;
    font-size: 20px;
    padding: 7.5px 0;
}
li.breadcrumb-item:not(:first-child) {
    padding-left: 30px;
    position: relative;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "";
    width: 2px;
    height: 55%;
    opacity: 0.5;
    left: 12px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    display: block;
    transform: rotate(-22deg);
    box-shadow: 2px 0 0 rgba(0, 0, 0, 0.5);
    top: 0;
    padding: 0;
}
.breadcrumb-item + .breadcrumb-item::after {
    content: "";
    width: 2px;
    height: 55%;
    opacity: 0.5;
    left: 12px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    display: block;
    transform: rotate(22deg);
    box-shadow: 2px 0 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
}
.breadcrumb-item.active {
    color: #e9e9e9;
}
li.breadcrumb-item a {
    color: rgba(233, 233, 233, 0.2);
    transition: all 0.3s ease;
}
li.breadcrumb-item a:hover {
    color: #eee454;
}
.game_col .blue_box {
    color: #fff;
    margin: 10px 0 0;
    padding: 14px;
}
.game_col .blue_box.categorised_games {
    padding: 15px 0 1px;
}
.pro_gamer_games .gaming_list {
    text-align: left;
}
.pro_gamer_games.categorised_games h3 {
    margin-bottom: 5px;
}
.game_col .blue_box h3 {
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
}
/* Like bar */
#happy .cls-6 {
    fill: #fff;
}
#happy .cls-7 {
    fill: #f46c60;
}
#happy .cls-8 {
    fill: red;
}
#happy .cls-9 {
    fill: none;
    stroke: red;
    stroke-miterlimit: 10;
    stroke-width: 5px;
}
#happy .cls-10 {
    fill: #ff78cf;
    opacity: 0.53;
}
.like__bar svg {
    height: 31px;
    cursor: pointer;
}
.like__bar {
    background: #444082;
    margin-top: 10px;
    padding: 12px 15px;
}
.like__bar .progress {
    height: 31px;
    background-color: #2c2a54;
    border-radius: 0;
}
.share_link {
    text-align: right;
    margin: 0;
}
.share_link,
.share_link li,
.share_link span,
.share_link .lets_chat {
    height: 100%;
}
.share_link span,
.share_link .lets_chat {
    display: block;
    /* transition: all 0.3s ease-in;
  cursor: pointer;
  background-position: center !important; */
}
/* .share_link .embed_game{
  width: 32px;
  background: url(../img/embed.png) no-repeat;
  background-size: contain;
}
.share_link .embed_game:hover,
.share_link .embed_game.active{
  background: url(../img/embed-hover.png) no-repeat;
  background-size: contain;
}
.share_link  .share_game{
  width: 22px;
  background: url(../img/share-icon.png) no-repeat;
  background-size: contain;
}
.share_link .share_game:hover,.share_link .share_game.active{
  background: url(../img/share-icon-hover.png) no-repeat;
  background-size: contain;
}
.share_link  .lets_chat{
  width:18px;
  background: url(../img/chat_alpha_icon.png) no-repeat;
  background-size: contain;
}
.share_link .lets_chat:hover{
  background: url(../img/chat_over_icon.png) no-repeat;
  background-size: contain;
}
.share_link  .lets_chat{
  margin-left: 5px;
} */
.embed_game,
.share_game {
    cursor: pointer;
}
.like_counter {
    margin: 0;
}
.like_counter li:last-child {
    width: calc(100% - 200px);
    max-width: 300px;
}
.like_counter .list-inline-item {
    vertical-align: middle;
    height: 31px;
}
.progress-bar {
    background: linear-gradient(90deg, #eade29 0%, #e53619 100%);
    border-radius: 0;
    font-size: 22px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
#embedgame,
#shareonsocial {
    background: #11101c;
    padding: 15px;
    display: none;
}
#shareonsocial img {
    width: 30px;
}
.includecheck li:first-child {
    font-size: 20px;
    color: #e9e9e9;
    margin-right: 50px;
}
.includecheck li {
    vertical-align: middle;
}
.includecheck .checkbox label:before {
    width: 18px;
    height: 18px;
    line-height: 1.4;
    font-size: 12px;
}
.includecheck .checkbox label {
    text-transform: inherit;
    font-size: 18px;
    letter-spacing: 0;
    position: relative;
    padding-left: 26px;
    line-height: 18px;
    margin: 0;
    transition: all 0.3s ease-in;
    margin-right: 20px;
    font-family: "AgencyFB";
    cursor: pointer;
}
.game_iframe {
    position: relative;
    padding-right: 50px;
}
.game_iframe p {
    font-family: "AgencyFB";
    font-size: 18px;
}
.game_iframe p a {
    color: #eede54;
}
.game_iframe p img {
    width: 15px;
    margin-right: 10px;
    vertical-align: text-bottom;
}
.copy_iframe {
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in;
    background: transparent;
    border: 0;
    color: #fff;
}
.copy_iframe:hover,
.redd_link:hover,
.red_link:hover {
    color: #eee454;
}
.search_result_highlight {
    color: #eee454;
    font-style: normal;
}
/* Game Description */
.red_link {
    color: #00b4d6;
    text-decoration: none;
}
.redd_link {
    color: #ed1c24;
    transition: all 0.3s ease-in;
}
.game_col .blue_box.game_description {
    font-family: "Montserrat-Regular";
    color: #eede54;
    padding: 10px 15px;
    position: relative;
}
.game_description .gif_img {
    position: absolute;
}
.game_description h4 {
    font-size: 24px;
    font-weight: 400;
    margin: 25px 0 20px;
}
.game_description p {
    font-size: 15px;
    line-height: 23px;
    margin: 0;
    color: #fff;
}
.game_description a {
    color: #00b4d6;
    transition: all 0.3s ease-in;
}
.game_description a:hover {
    color: #eee454;
}
.game_description .game_data .list-inline-item:not(:last-child) {
    margin-right: 2rem;
}
.game_description .game_data li.list-inline-item {
    font-size: 13px;
    color: #fff;
}
.game_description li span {
    opacity: 0.4;
}
.rating_percent {
    font-style: normal;
    width: 33px;
    display: inline-block;
}
.btn_tag {
    background: #5f36cf;
    border: 1px solid #5f36cf;
    border-radius: 0;
    color: #fff;
    font-family: "AgencyFB";
    font-size: 18px;
    height: 24px;
    line-height: 21px;
    transition: all 0.3s ease-in;
    cursor: pointer;
    text-transform: lowercase;
}
.btn_tag:hover {
    color: #eee454;
}
.playing_game:-webkit-full-screen .minimize_game {
    opacity: 1;
}
/* Firefox syntax */
.playing_game:-moz-full-screen .minimize_game {
    opacity: 1;
}
/* IE/Edge syntax */
.playing_game:-ms-fullscreen .minimize_game {
    opacity: 1;
}
/* Standard syntax */
.playing_game:fullscreen .minimize_game {
    opacity: 1;
}
.minimize_game {
    position: absolute;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    background: url(../img/minimize.png) no-repeat;
    background-size: contain;
    transition: all 0.3s ease-in;
    opacity: 0;
    z-index: 99;
    border: 0;
}
.minimize_game:hover {
    background: url(../img/minimize-hover.png) no-repeat;
    background-size: contain;
}
.need_subscription .game_tile {
    background-image: none;
}
/* Game review */
.file_uploader {
    position: absolute;
    bottom: 4px;
    left: 12px;
    background: #252344;
    height: 18px;
    line-height: 15px;
    padding: 0 5px;
    border-radius: 0;
}
.file_uploader label {
    margin: 0;
}
#search_form select {
    opacity: 0;
}
.player_profile {
    position: relative;
}
.player_profile img {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    cursor: pointer;
}
.player_profile .status {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: gray;
    border: 2px solid #151423;
    right: 15px;
    bottom: 0;
    position: absolute;
}
.player_profile .active.status {
    background: #73bb23;
}
.game_col .blue_box.user_reviews {
    min-height: 400px;
    border-radius: 0;
    padding: 30px;
}
.btn_circle {
    background: #151423;
    border-radius: 50%;
    z-index: 5;
    position: absolute;
    right: 20px;
    top: 11px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
.waiting_players.disabled {
    filter: grayscale(100%);
    cursor: not-allowed;
    opacity: 0.5;
}
.waiting_players.disabled .waiting_player_notification {
    display: none;
}
.btn_send_comment.btn_circle {
    right: 90px;
    border: 0;
    padding: 0;
    pointer-events: initial;
    filter: grayscale(0);
    opacity: 1;
}
.btn_send_comment.btn_circle:disabled {
    filter: grayscale(100%);
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}
.btn_send_comment.btn_circle:focus {
    outline: none;
}
.btn_send_comment.btn_circle img {
    width: 17px;
    margin: 0 auto;
}
.waiting_players.btn_circle img {
    margin: 4px 0 0;
}
.btn_circle .waiting_player_notification {
    width: 20px;
    height: 20px;
    top: -5px;
    right: -5px;
    line-height: 20px;
}
.user_reviews .form-control {
    background: transparent;
    border: 0;
    color: #eede54;
    font-size: 24px;
    font-family: "Montserrat-Regular";
    box-shadow: none;
    font-weight: 300;
    margin: 0;
}
.user_reviews textarea {
    display: none;
}
.user_reviews .form-control:focus {
    color: #eede54;
}
.user_reviews .form-control:focus {
    background: transparent;
    box-shadow: none;
}
.user_reviews .comment {
    background: #3d4364;
    border-radius: 16px;
    position: relative;
    padding: 0 0 0 30px;
}
.clearall {
    position: absolute;
    top: 20px;
    left: 15px;
    cursor: pointer;
}
.clearall img {
    width: 14px;
}
ul.term_privacy li a,
ul.term_privacy li {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    font-family: "Montserrat-Regular";
    font-size: 13px;
    vertical-align: middle;
    transition: all 0.3s ease-in;
}
ul.term_privacy li a:hover {
    color: #eee454;
}
.term_privacy li:last-child {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}
.term_privacy li:last-child span {
    display: inline-block;
    width: 20px;
    text-align: right;
}
#chars {
    display: none;
}
#chars.limit_reach {
    color: #ed1d23;
}
ul.term_privacy li:nth-child(2) {
    margin: -6px 1px 0 -6px;
    font-size: 18px;
}
.player_comment {
    cursor: pointer;
    width: 30px;
    height: 30px;
    object-fit: contain;
    border-radius: 4px;
}
.user_reviews .media .media {
    background: #211f3b;
    border-radius: 10px;
    padding: 15px;
}
.user_reviews .media-body h5 {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0;
    color: #e9e9e9;
}
.user_reviews .media-body small {
    font-family: "Montserrat-Regular";
    font-size: 9px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    display: block;
}
.user_reviews .media-body p {
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 0;
    color: #e9e9e9;
    font-size: 15px;
}
h5 span.comment_likes {
    font-size: 12px;
    height: 18px;
    color: #eede54;
    padding-left: 24px;
    font-family: "Montserrat-Regular";
    background: url(../img/not_over.png) no-repeat;
    background-position: left;
    margin-left: 10px;
    display: inline-block;
    transition: all 0.3s ease-in;
    position: relative;
    top: -2px;
    cursor: pointer;
    vertical-align: middle;
    line-height: 20px;
}
h5 span.comment_likes.liked {
    background: url(../img/over.png) no-repeat;
    background-position: left;
}
/* Page title */
.box {
    width: 50px;
    height: 50px;
    position: relative;
    margin-bottom: 2px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}
ol ol {
    list-style-type: lower-roman;
}
.page_title {
    text-align: center;
    padding: 20px 0;
    position: relative;
    box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.25);
}
.page_title h1 {
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.page_title h1.small_title {
    font-size: 40px;
}
.interpage_links li.list-inline-item:not(:last-child) {
    margin-right: 0;
}
.interpage_links li a {
    font-size: 12px;
    font-weight: 700;
    font-family: "Montserrat-Regular";
    text-transform: uppercase;
    transition: all 0.3s linear;
    color: #fff;
    position: relative;
    display: block;
    padding: 0 15px;
    text-decoration: none;
    letter-spacing: 0.8px;
}
.interpage_links li:last-child a {
    padding-right: 0;
}
.interpage_links li:not(:last-child) a:after {
    content: "/";
    position: absolute;
    right: -3px;
}
.interpage_links li a:hover:after {
    color: #fff;
}
.interpage_links li a:hover {
    color: #eede54;
}
/* About us */
.about_us {
    padding: 50px 0 0;
}
.about_box.height_auto {
    min-height: auto;
}
.about_us .media > img {
    width: 80px;
}
.about_us .media .media-body {
    margin-top: 20px;
}
.about_box {
    background: #170335;
    padding: 40px;
    min-height: 330px;
    border-radius: 10px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.about_box h4 {
    font-size: 23px;
    font-weight: 700;
}
.about_box p strong {
    color: #c378f9;
}
.about_box p a {
    color: #00b4d6;
    transition: all 0.3s ease-in;
}
.about_box p a:hover {
    color: #eee454;
}
.about_box p {
    color: #ffffff;
    font-size: 14px;
    font-family: "Montserrat-Regular";
    font-weight: 300;
    margin: 10px 0 0;
    line-height: 22px;
}
.about_us .container,
.team .container {
    max-width: 1295px;
}
/* Team */
.team {
    padding: 80px 0 40px;
}
.team_card {
    background: #170335;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    text-align: center;
}
.team_card:before {
    content: "";
    position: absolute;
    background: url(../img/remote.png) no-repeat;
    width: 82px;
    height: 90px;
    background-size: contain;
    left: 6px;
}
.team_card h5 {
    font-size: 21px;
    margin-bottom: 0;
    line-height: 26px;
    z-index: 9;
    position: relative;
}
.team_card p {
    color: #c2d4f8;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
    line-height: 20px;
    margin: 10px 0;
    min-height: 60px;
}
.team_card small {
    font-size: 10px;
    display: block;
    font-weight: 700;
    color: #00b4d6;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}
.team_card .teammates {
    margin-top: -73px;
    margin-bottom: 20px;
    width: 95px;
}
.up_img {
    width: 16px;
}
.team_card .social_media {
    margin: 0;
}
.team_card .social_media a {
    color: #c2d4f8;
    font-size: 11px;
    display: block;
    padding: 0 6px;
}
/* Privacy */
.privacy {
    background: #2b0a54;
    padding: 50px 0;
}
#content .about_box > div {
    opacity: 0;
}
.privacy .about_box.height_auto {
    min-height: auto;
    height: auto;
    padding: 35px 40px;
}
.privacy .about_box li {
    font-family: "Montserrat-Regular";
    font-size: 14px;
    margin-bottom: 5px;
}
.privacy b {
    font-family: "Montserrat-SemiBold";
    color: #eee454;
}
.privacy .about_box li a {
    color: #42b8be;
}
.privacy .about_box p {
    font-style: normal;
    margin-bottom: 10px;
}
.privacy_page p.last_updated {
    font-size: 10px;
    text-align: right;
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin: 0;
}
.privacy_page p {
    max-width: 650px;
    margin: 0 auto 20px;
}
.about_box h3 {
    font-size: 42px;
    font-weight: 700;
    color: #eede54;
}
.indent_1 {
    padding-left: 40px;
}
.page_title + #hot_games .gaming_list li {
    display: inline-block !important;
}

.last_played + #hot_games {
    margin-top: 0;
}
#hot_games {
    padding: 30px 8px;
}
/* terms sidebar */
.sidebar {
    background: #170335;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    max-width: 255px;
    top: 20px;
    position: sticky;
    transition: all 0.3s linear;
}
.sidebar a {
    color: #fff;
    display: block;
    transition: all 0.3s ease-in;
    font-size: 20px;
    font-family: "AgencyFB";
    line-height: 40px;
}
.sidebar a:hover,
.sidebar a.active {
    color: #eee454;
}
.scroll_up {
    display: none;
}
/* pagination */
.pagination {
    justify-content: center;
}
.page-link:hover {
    color: #eee454;
    text-decoration: none;
    background-color: #1e1d32;
    border-color: #1e1d32;
}
.page-item.disabled .page-link {
    color: #6c757d;
    background-color: #1e1d32;
    border-color: #1e1d32;
}
.page-link {
    padding: 0.5rem 1rem;
    color: #fff;
    background-color: #1e1d32;
    border: 1px solid #1e1d32;
}
.page-item.active .page-link {
    z-index: 1;
    color: #151423;
    background-color: #eee454;
    border-color: #eee454;
}
.page-link:focus {
    box-shadow: none;
}

/* contact us */
/* .contact_us{
  background: #1e1d32;
} */
.contact_us .blue_box {
    padding: 30px 50px;
    position: relative;
}
.contact_us h3 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #fff;
}
.contact_us p {
    color: #c2d4f8;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 8px;
}
.contact_detail {
    margin-top: 80px;
}
.contact_detail li {
    padding-left: 70px;
    margin-bottom: 25px;
}
.contact_detail li span {
    margin-left: -70px;
    width: 30px;
    display: inline-block;
    vertical-align: top;
}
.contact_detail li div {
    display: inline-block;
    padding-left: 35px;
}
.contact_detail li p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}
.contact_detail li a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
}
.contact_us .col-lg-5 {
    padding-right: 0;
}
.contact_detail li a:hover {
    color: #eee454;
}
.social_media_icon {
    margin-top: 50px;
}
.social_media_icon a {
    margin: 0 10px;
    color: #c2d4f8;
}
.contact_us .loader,
.dedicated_faq .loader {
    border-radius: 0;
}
.contact_us .loader:after {
    animation-duration: 3s;
    top: 50%;
    transform: translate(0, -50%);
}
.dedicated_faq .loader::after {
    animation-duration: 3s;
    top: 40%;
    transform: translate(0, -40%);
}
.dedicated_faq .blue_box {
    position: relative;
}
.contact_us form [class*="col-"] {
    padding: 0 10px;
}
.contact_us form .row {
    margin: 0 -10px;
}
.form-control {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    background-color: #383b42;
    border: 1px solid #383b42;
    box-shadow: none;
    margin-bottom: 20px;
    height: 46px;
    border-radius: 0;
    font-family: "Montserrat-Regular";
    border-radius: 0;
}
.form-control:focus {
    background-color: #383b42;
    border-color: #ffffff;
    outline: 0;
    box-shadow: none;
    color: #fff;
}
textarea.form-control {
    resize: none;
    height: auto;
    padding: 10px 15px;
}
.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c2d4f8;
    font-style: italic;
    opacity: 0.5;
}
.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #c2d4f8;
    font-style: italic;
    opacity: 0.5;
}
.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #c2d4f8;
    font-style: italic;
    opacity: 0.5;
}
.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #c2d4f8;
    font-style: italic;
    opacity: 0.5;
}
.btn_submit {
    background: #eee454;
    transition: all 0.3s ease-in;
    background-size: 200% 100%;
    border: 0;
    width: 190px;
    height: 46px;
    border-radius: 0;
    color: #1e1d32;
    font-size: 15px;
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}
.btn_submit .loader {
    border-radius: 0;
}
.btn_submit:hover {
    background-position: 100% 0;
}
/* scoreboard */
.space15 {
    display: block;
    margin-top: 15px;
}
#scoreboard .modal-dialog {
    max-width: 600px;
}
#scoreboard button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    opacity: 1;
    top: 15px;
    position: relative;
    right: 15px;
}
.best_score p {
    margin-bottom: 0;
    font-family: "AgencyFBBold";
    font-size: 14px;
}
.best_score p span {
    font-family: "Montserrat-Regular";
    color: #eee454;
    font-size: 10px;
    vertical-align: text-bottom;
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#scoreboard .table th,
#scoreboard .table td {
    padding: 4px 10px;
    vertical-align: middle;
    border-top: 0;
    font-size: 12px;
    width: 50%;
    height: 29px;
}
#scoreboard .table td {
    animation: 1s fade ease;
}
#scoreboard .table th {
    border-bottom: 0;
    color: #eee454;
    background: #141028;
    padding: 0 10px 2px;
}
#scoreboard table {
    font-family: "Montserrat-Regular";
    margin-top: 20px;
    border: 3px solid #141028;
    margin-bottom: 0 !important;
}
#scoreboard table td:first-child {
    width: 20px;
    padding-right: 0 !important;
}
/* #scoreboard table td:last-child{
  width: 120px;
}
#scoreboard table td:nth-child(3){
  width: 140px;
} */
#scoreboard tr{
    cursor: pointer;
}
#scoreboard tr:nth-of-type(odd) {
    background: #444082;
}
#scoreboard tr:nth-of-type(even) {
    background: #3c3873;
}
#scoreboard .modal-body {
    padding: 11.5px 20px 0;
}
#scoreboard thead tr:nth-of-type(odd) {
    background: #141028;
}
#scoreboard .modal_title {
    margin: 0 -20px 20px;
    font-size: 33px;
    height: 37px;
    line-height: 37px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    background: #3dd0d8;
}
.spicygame_logo {
    position: absolute;
    top: -30px;
    right: 15px;
    width: 90px;
}
.spicygame_logo.logo_upside {
    top: -70px;
}
div#score_wrapper.container-fluid {
    padding: 0;
    margin-top: 15px;
    overflow-x: hidden;
}
#scoreboard div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    border-radius: 0 !important;
    margin: 0 0 5px;
    white-space: nowrap;
    justify-content: center;
    background: #141028;
}
#scoreboard .page-link {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    font-size: 0;
    width: 20px;
    height: 16px;
    display: block;
    text-align: center !important;
}
#scoreboard .page-link:after {
    content: "";
    position: absolute;
    background: #434081;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.3s ease-in;
}
#scoreboard .page-item.disabled .page-link {
    color: #434081;
}
#scoreboard .active .page-link:after {
    background: #fff;
}
#scoreboard .previous .page-link:after,
#scoreboard .next .page-link:after {
    content: none;
}
#scoreboard .previous .page-link,
#scoreboard .next .page-link {
    font-size: 11px;
}
#scoreboard .user_profile {
    width: 20px;
    margin-right: 5px;
}
textarea[readonly] {
    background: transparent;
    border: 0;
    resize: none;
    width: 100%;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    position: relative;
    line-height: 18px;
    transition: all 0.3s ease-in;
    font-family: "AgencyFB";
    height: auto;
    outline: none;
}

/* faq */
.dedicated_faq h3 {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.dedicated_faq .blue_box {
    color: #fff;
    margin: 0;
    padding: 20px 20px 140px 20px;
}
.space20 {
    margin-top: 20px;
}
.dedicated_faq .card {
    background-color: #292845;
    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
}
.dedicated_faq .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}
.dedicated_faq .card-header:first-child {
    border-radius: 0;
}
.dedicated_faq .card-body a {
    color: #00b4d6;
    transition: all 0.3s ease-in;
}
.dedicated_faq .card-body a:hover {
    color: #eee454;
}
.dedicated_faq .btn-link {
    padding: 0;
    border: 0;
    width: 100%;
    text-align: left;
    line-height: 23px;
    color: #fff;
    font-family: "Montserrat-Bold";
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 23px 40px 20px;
    margin-bottom: 0;
    background-color: #3a0039;
    border-radius: 0;
    transition: all 0.3s ease-in;
    position: relative;
    white-space: normal;
    line-height: 16px;
}
.dedicated_faq .card-header:before {
    content: "\f0e0";
    font-family: "FontAwesome";
    color: #fff;
    position: absolute;
    left: 20px;
    z-index: 99;
    font-size: 12px;
    top: 21px;
}
.dedicated_faq .btn-link:hover,
.dedicated_faq .btn-link:not(.collapsed) {
    color: #fff;
}
.dedicated_faq .btn-link:not(.collapsed) {
    color: #fff;
    background: #73026f;
}
.dedicated_faq .card-body {
    /* background: #181728; */
    background: #2a2f49;

    padding: 20px;
    border-radius: 0;
    color: #c3cdeb;
    font-family: "Montserrat-Light";
    font-size: 14px;
}
/* Pricing Plan */
.plan_selection {
    max-width: 905px;
    margin: 0 auto;
}
.pricing_plan {
    background: radial-gradient(circle, #1d0343 0%, #05052c 100%);
    padding: 35px 0 75px;
}
.pricing_plan .col-md-4.plan {
    padding: 0;
}
.pricing_box {
    background-color: #383b42;
    border-radius: 0;
    text-align: center;
    padding: 15px 0 10px;
    transition: all 0.3s ease-in;
    max-width: 295px;
    margin: 0 5px;
}
.pricing_box.annual_subscription {
    box-shadow: 0 0 6px 4px #4a7a00;
}
.pricing_box:hover {
    transform: translate(0, -10px);
}
#scoreboard tr.highlight {
    background: #07686d;
    animation: highlightScore 1s ease-in-out;
    transform-origin: center;
    animation-delay: 1s;
}
@keyframes highlightScore {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes highlightScore {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes highlightScore {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.1);
    }
    100% {
        -moz-transform: scale(1);
    }
}
.pricing_box h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.gradient_bar {
    padding: 12px 0;
}
.price span {
    font-size: 40px;
}
.price {
    font-size: 20px;
    line-height: 42px;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.33);
}
.duration {
    font-family: "Montserrat-Regular";
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 10px;
}
.pricing_box ul {
    margin-top: 9px;
    margin-bottom: 9px;
}
.pricing_box li {
    font-size: 14px;
    font-family: "Montserrat-Regular";
    color: #ffffff;
    line-height: 40px;
    margin: 0 auto;
    position: relative;
}
.pricing_box li.best_deal {
    color: #b9ed05;
}
.win_prize {
    margin-left: 4px;
    margin-right: auto;
    display: block;
}
.buy_plan {
    border: 2px solid;
    display: block;
    width: 210px;
    margin: 0 auto 10px;
    border-radius: 0;
    height: 40px;
    line-height: 35px;
    color: #fff;
    font-family: "Montserrat-Bold";
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
.thankyou_message .buy_plan {
    line-height: 40px;
    background: #eee454;
    border-color: #eee454;
    color: #2b0a54;
}
.on_rent .gradient_bar,
.payment_detail.rent_plan {
    background: linear-gradient(90deg, #e9cd06 0%, #ea7d02 100%);
}
.annual_subscription .gradient_bar,
.payment_detail.annual_plan {
    background: linear-gradient(90deg, #b9ed05 0%, #519d02 100%);
    width: calc(100% + 1px);
    margin-left: -1px;
}
.monthly_subscription .gradient_bar,
.payment_detail.monthly_plan {
    background: linear-gradient(90deg, #f210b5 0%, #b50861 100%);
}
.on_rent .buy_plan {
    background: #ea7d02;
    border-color: #ea7d02;
}
.annual_subscription .buy_plan {
    background: #519d02;
    border-color: #519d02;
}
.monthly_subscription .buy_plan {
    background: #b50861;
    border-color: #b50861;
}
.buy_plan:hover {
    color: #fff;
}
.read_more {
    font-size: 10px;
    font-family: "Montserrat-Regular";
    transition: all 0.3s ease-in;
}
.on_rent .read_more {
    color: #e9cd06;
    text-shadow: 1px 1px 1px #000;
}
.annual_subscription .read_more {
    color: #b9ed05;
    text-shadow: 1px 1px 1px #000;
}
.monthly_subscription .read_more,
.monthly_subscription:hover .read_more,
.monthly_subscription .read_more:hover {
    color: #ff006a;
    text-shadow: 1px 1px 1px #000;
    opacity: 1;
}
.pricing_plan dl {
    display: none;
    top: 55px;
    max-width: 292px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 20px;
    background: #181728;
    text-transform: uppercase;
    font-size: 18px;
}
.vip_offer {
    padding: 60px 0 30px;
    text-align: center;
    background: #2f3238;
}
.vip_offer h3 {
    text-transform: uppercase;
    font-size: 40px;
}
.vip_offer li {
    width: calc(20% - 42px);
    vertical-align: top;
    margin-top: 50px;
    margin: 50px 15px 0 !important;
}
.vip_offer li img {
    width: 140px;
    height: 140px;
    object-fit: contain;
}
.vip_offer li h5 {
    font-size: 14px;
    font-family: "Montserrat-Regular";
    text-transform: uppercase;
    margin-top: 20px;
    color: #00ffff;
}
.vip_offer li.disabled {
    filter: grayscale(1);
    opacity: 0.5;
}
.vip_offer li p {
    font-size: 11px;
}
.credit-card-box {
    background: #383b42;
    max-width: 750px;
    margin: 0 auto;
}
.payment_selection {
    margin-left: 110px;
    padding: 0 9%;
}
#payment-form .input-group {
    border: 2px solid transparent;
}
.help-block,
.invalid-feedback {
    font-family: "Montserrat-Regular";
    font-size: 12px;
}
.payment_selection.paypal {
    display: none;
    padding: 50px 0;
    height: 250px;
}
.rent_plan + .payment_selection.paypal {
    height: 350px;
}
.payment_total_button #submitbtn {
    padding-left: 5%;
    padding-right: 5%;
    color: #fff;
    background-color: #549f00 !important;
    border: none;
    font-size: 14px !important;
    height: 34px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-family: "AgencyFBBold" !important;
    outline: none !important;
    width: 150px !important;
}
.payment_selection.paypal .form-row {
    max-width: 400px;
    margin: 0 auto;
}
.credit-card-box .payment_selection.paypal .btn_submit {
    width: 200px;
    margin: 0 auto;
}
.payment_detail {
    padding: 18px 0 14px;
    margin-bottom: 10px;
    text-align: center;
}
.card_payment {
    padding: 7px 10px;
    text-align: right;
}
.payment_detail h3 {
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 2px 0 16px rgba(0, 0, 0, 0.33);
    letter-spacing: 1px;
}
.payment_detail h3 img {
    vertical-align: sub;
    height: 30px;
    margin-left: 10px;
}
.payment_options {
    position: absolute;
    background: #e7e7e7;
    width: 130px;
    height: 180px;
    padding: 40px 10px 10px;
    margin-left: -20px;
    top: 150px;
    border-radius: 0 25px 25px 0;
}
.payment_options:before {
    content: "";
    border-top: 3px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 7px solid #444444;
    border-right: 5px solid #444444;
    position: absolute;
    left: 0;
    top: -10px;
}
.payment_options:after {
    content: "";
    border-bottom: 3px solid transparent;
    border-left: 15px solid transparent;
    border-top: 7px solid #444444;
    border-right: 5px solid #444444;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.credit-card-box .payment_options label {
    font-family: "Montserrat-Bold";
    text-transform: inherit;
    font-size: 13px;
    color: #002c8a;
    position: relative;
    padding-left: 30px;
    line-height: 22px;
    cursor: pointer;
}
.payment_options .radio img {
    width: 50px;
}
.btn_paypal:disabled,
.btn_paypal:disabled:hover {
    opacity: 0.5;
    background-color: #0071bb;
    cursor: default;
}
.btn_paypal {
    background-color: #0071bb;
    border-color: transparent;
    color: #fff;
    border-radius: 30px;
    max-width: 270px;
    width: 100%;
    margin: 20px auto;
    display: block;
    font-family: "Montserrat-Regular";
    text-align: center;
    height: 45px;
    line-height: 45px;
    transition: all 0.3s ease-in;
    outline: none;
    cursor: pointer;
}
.btn_paypal:hover {
    background-color: #003087;
    color: #fff;
}
.btn_paypal img {
    width: 30px;
    margin-right: 10px;
}
.payment_selection.paypal h2 {
    font-size: 20px;
    font-family: "Montserrat-Light";
    text-align: center;
    line-height: 30px;
}
.credit-card-box .payment_options input {
    display: none;
}
.credit-card-box .payment_options label:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #ababab;
    left: 0;
    top: 3px;
    display: block;
}
.payment_options li {
    margin-bottom: 10px;
}
.credit-card-box .payment_options label:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #002c8a;
    left: 5px;
    top: 8px;
    display: block;
    opacity: 0;
    transition: all 0.3s ease-in;
}
.credit-card-box .payment_options input:checked + label:after {
    opacity: 1;
}
.credit-card-box .form-control {
    font-size: 16px;
    color: #231429;
    background-color: #a3a3a3;
    border: 1px solid #a3a3a3;
    margin: 0;
    height: 40px;
}
.credit-card-box .form-control[readonly] {
    background-color: #a3a3a3;
    opacity: 1;
}
.credit-card-box .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #231429;
    font-style: normal;
    opacity: 1;
}
.credit-card-box .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #231429;
    font-style: normal;
    opacity: 1;
}
.credit-card-box .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #231429;
    font-style: normal;
    opacity: 1;
}
.credit-card-box .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #231429;
    font-style: normal;
    opacity: 1;
}
.credit-card-box .btn_submit {
    background-color: #337ab7;
    border-color: #337ab7;
    font-size: 18px;
    color: #fff;
    display: block;
    width: 100%;
    text-transform: initial;
    font-family: "AgencyFBBold";
    margin-bottom: 10px;
    padding: 0;
    line-height: 35px;
    height: 35px;
}
.text-transform-none {
    text-transform: none !important;
}
.alert-danger {
    color: #e00614;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    margin: 0;
}
.credit-card-box .input-group-text {
    background-color: #bcbcbc;
    border: 1px solid #bcbcbc;
    border-radius: 0;
    width: 40px;
}
.credit-card-box .card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.credit-card-box label {
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
}
.credit-card-box .switch-label:before {
    background-color: #a3a3a3;
}
.credit-card-box .switch-label .after {
    background-color: #828282;
    border-radius: 8px;
    border: 0;
    top: 1px;
    border: 1px solid #a3a3a3;
}
.credit-card-box .switch-input:checked + .switch-label .toggle_label {
    color: #fff;
}
.credit-card-box .switch-input:checked + .switch-label .after {
    background-color: #337ab7;
    border-color: #a3a3a3;
}
.credit-card-box .switch-input:checked + .switch-label:before {
    background-color: #a3a3a3;
}
.search_bar .container-fluid {
    padding: 0;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}
.game_filter select.form-control {
    font-size: 12px;
    border-radius: 4px;
    direction: rtl;
    padding-right: 40px;
}
.game_filter label {
    display: block;
}
.game_filter label span {
    float: right;
}
.sort_by {
    position: relative;
    font-size: 12px;
    border-radius: 4px;
    padding-right: 40px;
    color: #c2d4f8;
    background-color: #292845;
    border: 1px solid #292845;
    height: 40px;
    font-family: "Montserrat-Regular";
    padding: 11px 15px;
    cursor: pointer;
    text-transform: uppercase;
}
.sort_by:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 15px;
    top: 8px;
    right: 15px;
    color: #c2d4f8;
}
.sort_by.open {
    border-radius: 4px 4px 0 0;
}
.data_list {
    background: #e1e1e1;
    position: absolute;
    left: 15px;
    right: 15px;
    color: #292845;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    font-family: "Montserrat-Regular";
    display: none;
    z-index: 999;
    text-transform: uppercase;
}
.data_list li {
    cursor: pointer;
    transition: all 0.3s ease-in;
    padding: 5px 15px;
    font-size: 10px;
}
.data_list li span {
    display: block;
    font-size: 12px;
}
.cat_list li {
    padding-left: 40px;
}
.cat_list li .category_img {
    width: 30px;
    margin-left: -30px;
}
.cat_list li div {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}
/* Search Result Page */
.game_filter_title {
    background: #100f1f;
    padding: 30px 0 20px;
    position: relative;
}
.game_filter_title p {
    font-size: 12px;
    color: #7482ac;
    margin-bottom: 0;
}
.game-title {
    background: #181728;
    padding: 8px 0 10px;
}
.game-title .container-fluid {
    max-width: calc(100% - 70px);
}
.game-title .container-fluid .row {
    width: 100%;
}
.game-title .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    max-width: 190px;
    padding-right: 0;
}
.game_filter_title h3 span {
    color: #eee454;
}
#search_result {
    display: none;
}
.search_result {
    padding: 35px 0;
}
.search_result .container-fluid {
    padding: 0;
}
.search_result .game_tile {
    width: 174px;
    height: 200px;
    margin: 0 6px 15px;
}
.search_result .gaming_list {
    margin: 0;
}
.search_result .game_tile img.game_img {
    height: 120px;
}
.search_result .gaming_list .list-inline-item {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.search_result .blue_box {
    max-width: calc(100% - 70px);
    margin: 0 auto;
}
.search_result .gaming_list p span {
    float: right;
}
.search_result .gaming_list .game_tile span {
    text-align: left;
    position: relative;
    padding: 0;
}
.search_result .gaming_list .game_tile a span {
    color: #fff;
}
.search_result li div.game_info {
    font-family: "Montserrat-Regular";
    font-size: 11px;
    padding: 5px 10px;
    text-transform: uppercase;
    text-align: left;
}
.search_result .gaming_list .game_title {
    font-family: "Montserrat-Bold";
    color: #42b8be;
}
.search_result .gaming_list a,
.search_result .gaming_list .game_tile .tags {
    color: #42b8be;
    transition: all 0.3s ease-in;
    font-family: "Montserrat-Bold";
    font-size: 11px;
    display: inline;
}
.search_result .gaming_list .game_tile .tags span {
    font-size: 11px;
    color: #fff;
}
.search_result .gaming_list .game_tile .tags span i:last-child {
    display: none;
}
.search_result .gaming_list .game_tile .tags {
    display: inline-block;
    width: 120px;
    vertical-align: text-top;
    line-height: 10px;
}
.search_result .gaming_list .game_tile span.tags a {
    display: inline-block;
}
.search_result .game_tile span.published_date {
    font-family: "Montserrat-Regular";
    font-size: 8px;
}
.search_result .game_tile p {
    color: #7482ac;
    margin-bottom: 0;
    font-size: 8px;
}
.search_result .gaming_list a:hover {
    color: #eee454;
}
.search_result .game_tile:hover {
    text-decoration: none;
    color: #fff;
}
/* profile */
.profile_bio {
    background: #3d4364;
    padding: 10px;
    min-height: 310px;
}
.profile_bio .profile_pic {
    margin: -97px auto 0;
    background: #292845;
}
.budhha_img {
    margin-top: 40px;
}
.next_level_game {
    line-height: 5px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
.my_profile_link {
    display: block;
    line-height: 0;
    transition: all 0.3s ease-in;
    color: #36adb1;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    text-align: center;
    z-index: 9999;
    border-radius: 100%;
    overflow: hidden;
}
.my_profile_link::after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    width: 100%;
    display: block;
    height: 20px;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 0 0 193% 100%;
    content: "\f107";
    font-family: "FontAwesome";
    color: #fff;
    line-height: 20px;
    font-size: 20px;
}
.my_profile_link:hover {
    color: #eee454;
}
.profile {
    padding: 100px 20px;
    background: radial-gradient(
        circle,
        rgba(29, 3, 68, 1) 0%,
        rgba(12, 3, 28, 1) 100%
    );
}
.profile_pic {
    position: relative;
    width: 148px;
    height: 148px;
    border: 3px solid #36adb1;
    border-radius: 50%;
    margin: 0 auto;
}
.profile_stats {
    text-align: center;
    margin: 15px 0 6px;
}
.profile .owl-carousel .owl-nav button.owl-next,
.profile .owl-carousel .owl-nav button.owl-prev,
.profile .owl-carousel button.owl-dot {
    font-size: 10px;
}
.profile_stats .list-inline-item {
    margin: 10px 8px 0;
    line-height: 24px;
}
.profile_stats p i {
    font-size: 28px;
    font-style: normal;
    vertical-align: middle;
    margin-left: 5px;
}
.profile_stats span {
    font-size: 10px;
    opacity: 0.55;
    display: block;
}
.profile_stats.owl-theme .owl-nav {
    margin-top: 5px;
}
.profile_stats.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
}
.carousel-control-next img,
.carousel-control-prev img {
    width: 7px;
}
.loyalty_progress {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 148px;
    height: 148px;
    border: 4px solid yellow;
    border-radius: 50%;
}
.loyalty_progress svg {
    width: 146px;
    height: 146px;
    display: none;
}
/* .loyalty_progress svg circle{
    width: 100%;
    height: 100%;
} */
.avatar_history h5 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
/* .responsive-tabs-container .nav-tabs li.active a img {
    display: none;
} */
.form-control:disabled,
.form-control[readonly] {
    background-color: #383b42;
    opacity: 1;
}
#player_card_popup .modal_title .profile_pic .dp,
#player_card .modal_title .profile_pic .dp {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9999;
    width: 106px;
    height: 106px;
    object-fit: cover;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
}
.avatar_history ul {
    max-width: 135px;
    margin: 0 auto;
}
.avatar_history img {
    max-width: 40px;
    width: 100%;
}
.avatar_history .list-inline-item {
    margin: 0 1px 5px;
}
.avatar_history .list-inline-item img {
    cursor: pointer;
}
#info form {
    padding: 10px;
}
#edit_profile .upload_profile label {
    font-size: 84px;
    margin-bottom: 0;
    color: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    line-height: 42px;
    line-height: 180px;
    cursor: pointer;
}
#edit_profile .modal-dialog-scrollable .modal-content {
    min-height: 360px;
}
.upload_profile {
    position: relative;
    z-index: 99999;
    width: 180px;
    height: 180px;
    background: #f8c900;
    color: #fff;
    font-size: 134px;
    margin: 0 auto;
}
.upload_profile img {
    cursor: pointer;
}
.progress_ring_circle {
    transition: all 0.35s ease-in;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
}
.profile .carousel-item img {
    width: 70px;
}
.random_avatar {
    text-align: center;
    color: #fff;
    display: block;
    transition: all 0.3s ease-in;
    font-size: 14px;
    background: #730270;
    margin: 10px auto 20px;
    border: 0;
    cursor: pointer;
    width: 70px;
    height: 20px;
    padding: 0;
    line-height: 20px;
}
.random_avatar:hover {
    color: #fff;
    opacity: 1;
}
.personal_info small {
    font-size: 8px;
    font-weight: 400;
    font-family: "Montserrat-Regular";
    padding-left: 46px;
    display: block;
    margin-top: -8px;
    transition: all 0.3s linear;
}
.editable_form small {
    display: none;
}
.personal_info li img {
    /* width: 16px; */
    display: inline-block;
    /* height: 15px; */
    object-fit: contain;
    vertical-align: unset;
}
.data_box h4 + small {
    font-size: 12px;
    text-align: center;
    display: block;
    line-height: 8px;
    margin-bottom: 10px;
}
.list-inline-item:not(:last-child).renew_switch {
    margin-right: 20px;
}
.personal_info li {
    margin-bottom: 6px;
}
input[readonly].personal_info_input {
    background: transparent;
    border-color: transparent;
    transition: all 0.3s ease-in;
    padding: 4px 0;
    color: #fff;
    outline: none;
    font-size: 12px;
    float: right;
    text-align: right;
    border: 0;
}
input[readonly].personal_info_input.phone {
    font-size: 14px;
}
.profile_bio input.personal_info_input {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 4px 0 0;
    margin-top: 5px;
}
.pro_img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin: 0 auto 10px;
    background: #211f3b;
    position: relative;
}
.switch-input {
    display: none;
}
.switch-label {
    position: relative;
    display: inline-block;
    min-width: 112px;
    cursor: pointer;
    color: #382e00;
    text-align: left;
    padding-left: 50px;
}

.switch-label:before {
    content: "";
    position: absolute;
    margin: 0;
    outline: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.switch-label:before {
    left: 1px;
    width: 25px;
    height: 16px;
    background-color: #a3a3a3;
    border-radius: 15px;
    border: 1px solid #a3a3a3;
}
.switch-label .after {
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #828282;
    border-radius: 50%;
    border: 1px solid #a3a3a3;
    position: absolute;
    margin: 0;
    outline: 0;
    top: 3px;
}
.switch-label .toggle_label {
    display: inline-block;
}
.switch-input:checked + .switch-label .after {
    background-color: #730270;
    border-color: #fff;
}
.switch-input:checked + .switch-label:before {
    background-color: #fff;
}
.credit-card-box .switch-label:before,
.credit-card-box .switch-label:after {
    border: 0;
}
.btn_edit,
.btn_save {
    cursor: pointer;
    margin: 0 auto;
    background: #7c69e3;
    width: 90px;
    height: 24px;
    border-radius: 0;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 26px;
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
    font-size: 10px;
    transition: all 0.3s ease-in;
    margin-top: 5px;
    border: 0;
    display: block;
}
.btn_save.btn_edit {
    background: #730270;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-family: "AgencyFBBold";
}
#edit_profile .modal-dialog {
    max-width: 450px;
}
#personal .btn_save.btn_edit {
    max-width: 180px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.49);
}
.croppie-container {
    max-width: 300px;
    width: 100% !important;
    position: relative;
    margin: 0 auto;
}
.result {
    max-width: 200px;
    max-height: 200px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
img.cropped {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 100%;
}
.badges {
    text-align: center;
    position: absolute;
    right:20px;
    top: 21px;
}
.badges img {
    width: 55px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
.responsive-tabs {
    margin-top: -60px;
}
.nav-tabs.modal_title {
    border-bottom: 0;
    margin-bottom: 0;
    margin: 0 -15px 0;
    background: #24222f;
}
.nav-tabs {
    border-bottom: 0;
}
.responsive-tabs-container .tab-content {
    padding: 0;
    border: 0;
}
.responsive-tabs-container[class*="accordion-"] .tab-pane {
    margin-bottom: 15px;
}
.responsive-tabs-container[class*="accordion-"] .accordion-link {
    display: none;
    margin-bottom: 10px;
    padding: 10px 15px;
    background-color: #3a0039;
    border-radius: 0;
    border: 1px solid #3a0039;
    color: #fff;
    position: relative;
}
.responsive-tabs-container[class*="accordion-"] .accordion-link img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.responsive-tabs-container[class*="accordion-"] .accordion-link:before,
.dedicated_faq .btn-link:before {
    content: "";
    font-family: "Montserrat-Light";
    font-size: 20px;
    position: absolute;
    right: 20px;
    color: #fff;
    transition: all 0.3s ease-in;
    top: 22px;
    line-height: 0;
    display: block;
    margin: 0;
    font-weight: 700;
    height: 2px;
    width: 14px;
    background: #fff;
    border-radius: 0;
}
.dedicated_faq .btn-link:before {
    top: 30px;
}
.responsive-tabs-container[class*="accordion-"] .accordion-link:after,
.dedicated_faq .btn-link:after {
    content: "";
    font-family: "Montserrat-Light";
    font-size: 20px;
    position: absolute;
    right: 26px;
    color: #fff;
    transition: all 0.3s ease-in;
    top: 16px;
    line-height: 0;
    display: block;
    margin: 0;
    font-weight: 700;
    height: 14px;
    width: 2px;
    background: #fff;
    border-radius: 0;
    border: 0;
}
.dedicated_faq .btn-link:after {
    top: 24px;
}
.dedicated_faq .btn-link:not(.collapsed):after {
    opacity: 0;
}
.responsive-tabs-container[class*="accordion-"] .accordion-link.active:after {
    opacity: 0;
}
.responsive-tabs-container[class*="accordion-"] .accordion-link.active {
    border-bottom: medium none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
    background-color: #73026f;
}
.responsive-tabs-container .tab-content > .tab-pane.active {
    display: flex;
    flex-wrap: wrap;
}
.responsive-tabs-container .nav-tabs li a img {
    margin-right: 5px;
    vertical-align: text-top;
}
.responsive-tabs-container .nav-tabs li a.disabled,
.disabled.accordion-link {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}
.custom_tooltip_profile {
    position: relative;
}
.custom_tooltip_profile:before {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    background-color: #ec4356;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    border-radius: 0.25rem;
    margin: 0.4rem 0;
    content: attr(data-title);
    display: block;
    position: absolute;
    top: -32px;
    z-index: 99;
    line-height: 13px;
    right: 20px;
}
.custom_tooltip_profile.green:before {
    background: #40e349;
}
.custom_tooltip_profile.green:after {
    border-top-color: #40e349;
}
.custom_tooltip_profile:after {
    position: absolute;
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #ec4356;
    top: -6px;
    right: 28px;
    width: 10px;
    height: 10px;
}
.data_box {
    width: 20%;
    background: #2a2f49;
    border-radius: 0 0 6px 6px;
    padding: 10px;
    min-height: 317px;
    height: 100%;
    position: relative;
}
.data_box .coin_price {
    font-size: 30px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
}
.coin_price span {
    color: #f2c903;
    font-size: 45px;
    vertical-align: inherit;
}
.coin_price + img {
    width: 140px;
    height: 140px;
    object-fit: contain;
}
.coin_price i {
    font-size: 24px;
    text-transform: uppercase;
}
.coin_price sup {
    top: -8px;
    font-size: 20px;
}
.data_box .soon {
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
    text-align: center;
}
.data_box .soon.add_tournament {
    font-size: 100px;
    font-family: "AgencyFB";
}
.btn_purple {
    cursor: pointer;
    margin: 0 auto;
    background: #73026f;
    width: 90px;
    height: 24px;
    border-radius: 0;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 26px;
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
    font-size: 10px;
    transition: all 0.3s ease-in;
    margin-top: 5px;
    border: 0;
    display: block;
}
.btn_coin {
    background: #f2c903;
    border: 1px solid #f2c903;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
    text-shadow: 2px 2px 5px #000;
    height: 40px;
    line-height: 36px;
    width: 130px;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.btn_purple:hover {
    color: #fff;
}
.red_text {
    color: #c90000;
}
.data_box .que_mark {
    opacity: 0.39;
    font-style: normal;
}
.data_box .check {
    width: 11px;
    vertical-align: initial;
    margin-left: 5px;
    opacity: 0.39;
    filter: grayscale(100%);
}
.pay_coins {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 18px;
    background: #4c3aba;
    border-radius: 6px;
    padding: 3px 10px 1px;
    text-transform: uppercase;
    display: block;
    max-width: 180px;
    margin: 0 auto;
}
.pay_coins:hover {
    color: #fff;
}
.data_box:nth-of-type(even) {
    background: #222740;
}
.data_box h4 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}
.tounament_game {
    width: 90%;
    margin: 30px auto 0;
}
.profile .tounament_game p {
    font-family: "Montserrat-Bold";
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: uppercase;
}
.profile .tounament_game p.date_day {
    margin-top: 30px;
    font-size: 12px;
}
.profile .tounament_game p.date_day.today {
    font-size: 35px;
    color: #fcd100;
    text-transform: uppercase;
    font-family: "AgencyFBBold";
}
.tooltip.tournament {
    opacity: 1;
}
.tooltip.tournament {
    opacity: 1;
}
.responsive-tabs-container .nav-tabs li a {
    background: #3a0039;
    /* padding: 5px 30px; */
    padding: 5px 11px;
    text-align: center;
    margin: 0 5px;
    border-radius: 8px 8px 0 0;
    color: #fff;
    display: block;
    line-height: 30px;
    margin-top: 20px;
    text-transform: uppercase;
    position: relative;
}
/* .responsive-tabs-container .nav-tabs li.active a {
    background-color: #73026f;
    font-size: 25px;
    line-height: 50px;
    margin-top: 0;
} */

.responsive-tabs-container .nav-tabs li.active a {
    color: #eee454;
    background-color: #73026f;
}

.responsive-tabs-container .nav-tabs li {
    vertical-align: bottom;
    margin: 0;
}
.profile_table .table thead th {
    vertical-align: bottom;
    border: 0;
    background: #3c326b;
    font-size: 34px;
    padding: 0;
}
.profile_table .table td {
    border-top: 0;
}
.profile_table .table td:nth-of-type(odd) {
    background-color: #130d24;
}
.profile_table .table td:nth-of-type(even) {
    background-color: #1b1533;
}
.profile p {
    font-family: "AgencyFBBold";
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 0 5px;
    line-height: 25px;
    clear: both;
}
.profile .owl-carousel .owl-item img {
    display: inline-block;
    width: 25px;
}
.profile p .right {
    float: right;
    text-align: right;
}
.profile .personal_info p .right {
    float: right;
    text-align: right;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
}
.profile p .right small {
    letter-spacing: 0;
    font-size: 9px;
    line-height: 0;
}
.profile_table .table td p.bigger,
.profile_table .table td a.buy_now {
    font-size: 30px;
    text-transform: uppercase;
}
.profile p.bigger sup {
    top: -3px;
    font-size: 6px;
}
.profile_table .table td p.bigger.smaller {
    font-size: 17px;
}
.profile p.disabled {
    opacity: 0.5;
}
.profile .challenge_text p {
    font-size: 15px;
}
.profile .challenge_text img {
    filter: grayscale(100%);
    width: 13px;
    float: right;
    margin-top: 5px;
    opacity: 0.5;
}
.profile .challenge_text img.active {
    filter: grayscale(0);
    opacity: 1;
    margin-right: 5px;
}
.profile .tounament {
    margin-top: 10px;
}
.profile .tounament p {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
}
.profile .tounament p small {
    display: block;
}
.personalized .pro_img {
    width: 100px;
    height: 100px;
    background: rgba(19, 13, 36, 0.2);
    text-align: center;
    line-height: 90px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    display: block;
}
label.btn_save {
    font-family: "Montserrat-Regular";
    font-size: 12px;
    width: 100px;
    height: 30px;
    background: #3dadba;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    margin: 15px auto 20px;
    display: block;
    cursor: pointer;
}
#avatar .modal-body,
#personal .modal-body {
    margin-top: 20px;
}
#edit_profile .form-group {
    margin: 0;
}
#avatar {
    display: none;
    position: relative;
}
#edit_profile .form-control {
    margin-bottom: 5px;
    height: 30px;
    font-size: 12px;
}
#edit_profile .ro-select-wrapper {
    position: relative;
}
#edit_profile .ro-select-caret {
    top: 7px;
    color: #fff;
}
#edit_profile .ro-select-text {
    border: 1px solid #383b42;
    display: block;
    height: 30px;
    cursor: pointer;
    background: #363b42;
    padding: 0.375rem 0.75rem;
    font-family: "Montserrat-Regular";
    font-size: 12px;
}
#edit_profile .ro-select-text.ro-select-text-empty {
    color: #fff;
}
#edit_profile .ro-select-list {
    background-color: #545a63;
}
.input-group-prepend {
    cursor: pointer;
}
#edit_profile .ro-select-list > .ro-select-item {
    padding: 0 15px;
    line-height: 23px;
    cursor: pointer;
    font-family: "Montserrat-Regular";
    font-size: 12px;
}
#edit_profile .ro-select-list > .ro-select-item:hover {
    background-color: #24222f;
}
#edit_profile textarea.form-control {
    height: auto;
}
#edit_profile .modal-header {
    border: 0;
}
#avatar .modal-dialog,
#personal .modal-dialog {
    max-width: 350px;
}
#avatar .carousel {
    position: relative;
    max-width: 100px;
    margin: 0 auto;
}
#avatar .avatar_history ul {
    text-align: left;
}
#avatar .carousel-item img {
    width: 70px;
    cursor: pointer;
}
.tounament.disabled,
.next_level.disabled,
.balance.disabled {
    opacity: 0.32;
}
.next_level {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.next_level img {
    width: 60px;
}
.next_level.disabled img {
    filter: grayscale(100%);
}
.profile_table {
    border: 8px solid #3c326b;
    border-top: 0;
    border-radius: 10px;
    margin-top: 30px;
}
.profile_table .container-fluid {
    padding: 0;
}
.profile_table .table {
    margin: 0;
    table-layout: fixed;
}
#player_card_popup .profile_pic,
#player_card .profile_pic {
    transform: scale(0.6);
    margin: -80px auto 0;
    background: #3d4364;
    position: absolute;
    left: 0;
}
#player_card_popup .modal-body .player_hostory li,
#player_card .modal-body .player_hostory li {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
}
.score_update {
    text-align: right;
    margin: 0;
}
.score_update.disabled {
    opacity: 0.1;
}
#player_card_popup .score_update li,
#player_card .score_update li {
    color: #e4942a;
    font-size: 14px;
    vertical-align: bottom;
}

#player_card .score_update li span {
    font-size: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.49);
}
#player_card_popup .modal-body .score_update li span,
#player_card .modal-body .score_update li span {
    float: none;
    vertical-align: baseline;
    display: inline-block;
}
.player_hostory {
    padding: 0 30px;
    margin-top: 25px;
}
.player_hostory .achivement {
    margin-bottom: 40px;
    font-size: 17px;
}
.player_hostory .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.666667%;
    flex: 0 0 45.666667%;
    max-width: 45.666667%;
}
.player_hostory .offset-md-2 {
    margin-left: 8.666667%;
}
#player_card_popup .modal-body li span,
#player_card .modal-body li span {
    float: right;
}
.level_badge {
    position: absolute;
    right: 0;
}
.modal_title .level_badge {
    right: 45px;
    width: 60px;
    top: -18px;
    left: auto;
}
#player_card_popup .modal_title,
#player_card .modal_title {
    font-size: 20px;
    margin: 0 -11.5px 20px;
    padding: 0 110px;
    text-align: left;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.49);
}
#player_card_popup .modal-header,
#player_card .modal-header,
#edit_profile .modal-header,
#avatar .modal-header,
#personal .modal-header {
    padding: 5px 15px 0;
    border: 0;
    display: block;
}
#player_card_popup .modal-body,
#player_card .modal-body,
#edit_profile .modal-body {
    padding: 0 11.5px 11.5px;
}
#player_card .modal-title,
#player_card_popup .modal-title,
#edit_profile .modal-title {
    font-size: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.49);
    position: absolute;
    text-align: center;
    left: 42px;
    right: 42px;
    line-height: 1;
    margin-top: 6px;
    text-transform: uppercase;
}
.modal_title.nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    background: #383b42;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.49);
}
.modal_title.nav-tabs .nav-item {
    margin-bottom: 0;
    width: 50%;
}
.modal_title.nav-tabs .nav-link.active,
.modal_title.nav-tabs .nav-item.show .nav-link {
    background-color: #24222f;
    color: #fff;
}
#player_card_popup .modal-header .close,
#player_card .modal-header .close,
#edit_profile .modal-header .close {
    margin: -5px -15px 0;
}
.record_list {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0 0 5px;
}
.game_level p {
    margin: 0;
}
.coming_soon {
    color: #323055;
    font-family: "AgencyFBBold";
}
.coming_soon span {
    color: #fff;
}
.select2-search--dropdown {
    display: none !important;
}
.category_select_img {
    width: 25px;
    margin-right: 5px;
}
#edit_profile label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}
.img_selection {
    margin-bottom: 10px;
}
.switch-field {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}
.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.switch-field label {
    background-color: #211f3b;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    transition: all 0.1s ease-in-out;
    width: 75px;
    margin-left: -2px;
}
.switch-field label:hover {
    cursor: pointer;
}
.switch-field input:checked + label {
    background-color: #eee454;
    box-shadow: none;
    color: #222;
}
.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}
.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}
.close img {
    width: 12px;
}
.contact_us input:-internal-autofill-selected {
    background-color: transparent !important;
    background-image: none !important;
    color: #fff !important;
}
.privacy_terms li:last-child {
    padding-left: 12px;
    position: relative;
}
.privacy_terms li:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 2px;
    display: block;
    background: #c2d4f8;
    top: 9px;
    border-radius: 50%;
}
/* All Games */
.all_games {
    background: #2b0a54;
    padding: 50px 0;
    max-width: calc(100% - 70px);
    margin: 0 auto;
}
a.compact_card.locked_game_card {
    filter: grayscale(1);
    opacity: 0.5;
    cursor: default;
}
a.compact_card.locked_game_card + .locked_game_chain {
    width: 20px;
    position: absolute;
    top: 42%;
    transform: translate(0, -50%);
    right: 20px;
    margin: 0;
}
.all_game_nav {
    background: #170335;
}
.all_game_nav .list-inline-item {
    vertical-align: middle;
}
.all_game_nav {
    position: sticky;
    top: 0;
    text-align: center;
    z-index: 99;
}
.all_games .blue_box {
    margin: 0;
    padding: 60px 40px 40px;
    position: relative;
    margin-bottom: 30px;
}
#none_alpha {
    min-height: 300px;
}
.all_game_nav li a {
    transition: all 0.3s ease-in;
    font-size: 32px;
    color: #423f8a;
    line-height: 35px;
    display: block;
}
.all_game_nav li a.active {
    color: #fff;
}
.compact_card {
    background: #2b0a54;
    border-radius: 6px;
    padding: 6px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}
.compact_card:hover {
    color: #fff;
}
.compact_card_img {
    width: 38px;
    height: 38px;
    border-radius: 6px;
    object-fit: cover;
}
.compact_card span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 54px;
    line-height: 18px;
    right: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.all_games .top_info {
    position: absolute;
    top: 10px;
    left: 10px;
}
.all_games .top_info li {
    vertical-align: top;
}
.active_alphabet {
    background: #423f8a;
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
}
.total_games {
    color: #5a5890;
    font-size: 14px;
    line-height: 25px;
}
.gender_selection input {
    display: none;
}
.gender_selection label:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    display: block;
    border: 2px solid #fff;
    top: -1px;
}
.gender_selection label {
    position: relative;
    padding-left: 16px;
    line-height: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    font-size: 14px;
}
.gender_selection input:checked + label:before {
    background: #730270;
}
.rotate:hover {
    animation: rotate 0.8s linear infinite;
}
@keyframes rotate {
    0% {
        transform: rotate(0);
        opacity: 0.4;
    }
    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}
.no_result_found {
    display: none;
    color: #eee454;
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
}
#locked_games .container-fluid,
.categorised_games .container-fluid {
/*    max-width: 1520px;*/
    max-width: 100%;
}
.search_result .pagination {
    margin-top: 20px;
}
#avatar .btn_more {
    width: 80px;
    height: 30px;
    font-size: 10px;
    border: 0;
    line-height: 32px;
    margin: 10px auto 0;
}
.hide {
    display: none;
}
.payment_methods {
    max-width: 735px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    list-style-type: none;
    padding: 0;
    margin: 0 auto 35px;
    left: -7px;
    position: relative;
}
.payment_methods li {
    background: linear-gradient(
        90deg,
        rgba(148, 148, 148, 1) 0%,
        rgba(71, 71, 71, 1) 100%
    );
    color: #fff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.57);
    font-size: 18px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
}
.payment_methods li span {
    font-size: 27px;
    vertical-align: bottom;
    margin-right: 5px;
}
.payment_methods li:first-child {
    z-index: 999;
}
.payment_methods li:nth-child(2) {
    z-index: 99;
}
.payment_methods li:nth-child(3) {
    z-index: 9;
}
.payment_methods li:before {
    content: "";
    position: absolute;
    border-left: 15px solid #474747;
    border-top: 24px solid transparent;
    border-bottom: 26px solid transparent;
    right: -15px;
}
.payment_methods li.active:before {
    border-left: 15px solid #e53a19;
}
.payment_methods li:before {
    content: "";
    position: absolute;
}
.payment_methods li a {
    color: #fff;
}
.payment_methods li.active {
    background: linear-gradient(90deg, #e9cd06 0%, #e53819 100%);
}
.payment_method {
    background: radial-gradient(circle, #1d0343 0%, #05052c 100%);
    padding: 35px 0 75px;
}

/* custom select */

.input-group .ro-select-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}
.input-group .ro-select-text {
    border: none;
    border: 1px solid #a3a3a3;
    display: block;
    max-height: 40px;
    padding: 7px 0 7px 15px;
    cursor: pointer;
    background: #a3a3a3;
    font-size: 16px;
    color: #231429;
    font-family: "Montserrat-Regular";
}
.input-group .ro-select-caret {
    display: none;
}
.input-group .ro-select-text.ro-select-text-empty {
    color: #231429;
}
.input-group .ro-select-list {
    background-color: #a3a3a3;
}
.input-group .ro-select-list > .ro-select-item {
    padding: 0 15px;
    line-height: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #231429;
    font-family: "Montserrat-Regular";
}
.input-group .ro-select-list > .ro-select-item.ro-select-item-active {
    font-family: "Montserrat-Bold";
}
.ro-select-text {
    border: 1px solid #888888;
    display: block;
    max-height: 45px;
    padding: 16px 24px 8px 0;
    cursor: pointer;
}
.ro-select-text.ro-select-text-empty {
    color: #cccccc;
}
.ro-select-caret {
    position: absolute;
    right: 8px;
    top: 20px;
    color: #888888;
}
.ro-select-list {
    user-select: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    list-style: none;
    margin: 0;
    background-color: #a3a3a3;
    box-shadow: none;
    height: 210px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 0;
    z-index: 9;
}
.ro-select-list > .ro-select-item {
    padding: 0 16px;
    line-height: 48px;
    cursor: pointer;
}
.ro-select-list > .ro-select-item:hover {
    background-color: #eaeaea;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}
#warning .modal-body {
    padding: 30px 0;
    text-align: center;
    font-family: "Montserrat-Regular";
}
#warning .modal-dialog {
    max-width: 370px;
}
#warning .btn_save.btn_edit {
    background: #3dadba;
    width: 120px;
    height: 40px;
    line-height: 43px;
    margin-top: 15px;
    color: #fff;
}
#dp {
    padding: 10px 0;
}
.complete_profile {
    font-size: 14px;
    max-width: 300px;
    margin: 20px auto 10px;
    text-align: center;
}
#viewbox {
    overflow: hidden;
    width: 70px;
    height: 70px;
    position: absolute;
    margin: 0 auto 20px;
    display: none;
    top: 0;
    left: 0;
    right: 0;
}
#viewbox .wrapper {
    position: relative;
}
#viewbox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#viewbox li {
    display: block;
    width: 100%;
    height: 70px;
    text-align: center;
    font-size: 170px;
}
#viewbox li img {
    width: 70px;
}
.inp textarea + span + .border_bottom {
    bottom: 0;
}
.inp .border_bottom {
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 18px;
    fill: none;
}
.inp .border_bottom path {
    stroke: #383b42;
    stroke-width: 2;
}
.inp .border_bottom path d {
    transition: all 0.2s ease;
}
.inp .check,
.admin_login svg.check {
    position: absolute;
    top: 20px;
    right: 20px;
    fill: none;
    transform: translate(0, 9px) scale(0);
    transition: all 0.3s cubic-bezier(0.5, 0.9, 0.25, 1.3);
    transition-delay: 0.15s;
}
.admin_login .form-group {
    position: relative;
}
.admin_login svg.check {
    top: 50px;
    right: 10px;
}
svg.error_icon {
    position: absolute;
    right: 10px;
    top: 50px;
}
.error_icon path {
    fill: #d02932;
}
.all_login .alert-danger {
    color: #fff;
    font-family: "Montserrat-Regular";
    font-size: 14px;
    padding: 15px;
    background: #db2124;
}
.inp .check path,
.admin_login svg.check path {
    stroke: #53ff00;
    stroke-width: 2;
}
.here_link {
    color: #eee545;
    text-decoration: none;
}
.inp input:focus + .label + .border_bottom path,
.inp textarea:focus + .label + .border_bottom path {
    stroke: #eee454;
}
.inp input:valid + .label + .border_bottom + .check,
.inp textarea:valid + .label + .border_bottom + .check,
input:valid + .check {
    transform: translate(0, 0) scale(1);

}
.inp {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.inp .label {
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    pointer-events: none;
    font-family: "Montserrat-Regular";
    font-style: italic;
    background: #170335;
}
.inp input,
.inp textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 15px 50px 0 11px;
    height: 50px;
    font-size: 13px;
    font-weight: 400;
    background: transparent;
    /* box-shadow: inset 0 -1px 0 rgb(56, 59, 66); */
    color: #fff;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    font-family: "Montserrat-Regular";
}
.inp textarea {
    height: auto;
    padding-top: 20px;
    resize: none;
}
.inp input:not(:placeholder-shown) + .label,
.inp input:focus + .label,
.inp textarea:not(:placeholder-shown) + .label,
.inp textarea:focus + .label {
    color: #fff;
    -webkit-transform: translate3d(0, -12px, 0) scale(0.75);
    transform: translate3d(0, -20px, 0) scale(0.8);
    font-style: normal;
    color: #eee454;
    display: block;
    width: 102%;
    padding-top: 5px;
}

.inp input:focus + .label,
.inp textarea:focus + .label {
    background: #383b42;
}
.inp input:focus,
.inp textarea:focus {
    background: rgb(56, 59, 66);
    outline: none;
    /* box-shadow: inset 0 -1px 0 #eee454; */
}
.alert-success {
    color: #fff;
    background-color: #24222f;
    border-color: #24222f;
    border-radius: 0;
}
.alert-success p {
    color: #fff;
    margin: 0;
    font-size: 16px;
}
.alert-success .close:not(:disabled):not(.disabled) {
    cursor: pointer;
    text-shadow: none;
    opacity: 1;
    line-height: 18px;
}
.error_text {
    opacity: 0;
    color: #d41316;
    font-family: "AgencyFBBold";
    text-transform: none;
    font-size: 13px;
    margin-left: 10px;
}
.has-error .error_text {
    opacity: 1;
}
.has-error .form-control,
.has-error .input-group {
    border: 2px solid #d41316;
}
.has-error .input-group .form-control {
    border: 1px solid #a3a3a3;
}
.cookies_popup {
    position: fixed;
    background: #24222f;
    max-width: 300px;
    z-index: 9999;
    bottom: -100%;
    opacity: 0;
    right: 15px;
    text-align: center;
    padding: 30px 20px;
    box-shadow: 0 0 10px 2px hsla(0, 0%, 0%, 0.3215686274509804);
}
.get_cookies {
    background: #eee454;
    color: #24222f;
    border: 0;
    width: 100px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 18px;
}
.ad_banner_2 {
    margin-top: 15px;
}
.ad_banner_2,
.ad_banner_1,
.ad_banner_narrow {
    position: relative;
}
.ad_banner iframe {
    width: 100%;
    height: 225px;
}
a.go_link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    text-align: center;
    color: #ffffff;
    opacity: 0;
}
/* Hot games carousels */
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
/* radial Progess */
#slide_progress svg {
    height: 30px;
    transform: translate(0.5px, 0.5px) rotate(-90deg);
    width: 30px;
    overflow: visible !important;
}
#progress_label {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    font-size: 10px;
    font-family: "Montserrat-Bold";
    text-align: center;
}
#slide_progress {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: visible;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}

.player,
#player {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}
.vp-controls-wrapper {
    display: none !important;
}
.datepicker-dropdown {
    font-size: 13px;
}
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-image: linear-gradient(to right, #750271, #390038) !important;
}
#verifyEmail .card-body {
    font-family: "Montserrat-Regular";
    font-size: 16px;
}
#verifyEmail.admin_login {
    max-width: 430px;
}
#verifyEmail button {
    color: #00b4d6;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}
.admin_login .alert-success {
    padding: 0;
    background: transparent;
    border-color: transparent;
}
.container.only_modal {
    height: calc(100vh - 450px);
}
.not_mobile_friendly_message {
    display: none;
}
.no_data {
    min-height: 307px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    font-size: 30px;
}
.no_data_box + footer {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #00948c;
    animation: fill 0.4s ease-in-out 0.4s forwards,
        scale 0.3s ease-in-out 0.9s both;
    margin: 0 auto 20px;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #00948c;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #00948c;
    }
}
.admin_login p.hint,
.admin_login p.hint {
    color: #dcd8d885;
    font-size: 12px;
}
#loginMsg.modal {
    max-width: 350px;
    margin: 0 auto;
}
.about_us .media > img.width100 {
    width: 100px;
}
.unsubscribe {
    height: 55vh;
    padding: 50px 0;
}
.btn_unsubscribe,
.btn_cancel {
    font-family: "Montserrat-Regular";
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    font-weight: 700;
    background: #db2124;
    border: 1px solid #db2124;
    padding: 5px;
}
.btn_cancel {
    background: #2b0a54;
    border: 1px solid #2b0a54;
}
.table-responsive {
    position: relative;
}
.guest_user {
    font-size: 14px;
    color: #eee454;
    position: absolute;
    background: rgb(0 0 0 / 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9;
}
.guest_user p {
    font-family: "Montserrat-Regular";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
}
.guest_user a {
    color: #3dd0d8;
}
#scoreboard .modal-content {
    min-height: 560px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}
#scoreboard .paginate_button {
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
}
#scoreboard .pagination {
    background: #141028;
    font-family: "Montserrat-Regular";
    font-size: 10px;
    padding: 5px 0;
    line-height: 25px;
    border-radius: 0;
    margin: 0;
}
#scoreboard .paginate_button:disabled {
    color: #434081;
    pointer-events: none;
}
#score_wrapper.empty_msg:after {
    content: "No score yet for this game";
    position: absolute;
    top: 57%;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 14px;
    font-family: "Montserrat-Regular";
}
#edit_profile .blue_box {
    background: transparent;
    margin: 0;
    border-radius: 0;
    padding: 0;
}
#edit_profile .blue_box .loader:after {
    top: 40%;
}
#edit_profile .blue_box .loader {
    background: rgb(36 34 47 / 89%);
}

#scoreboard .table td:nth-child(2),
#scoreboard .table th:nth-child(2) {
    width: 26%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}
/* #scoreboard .table td:nth-child(4),
#scoreboard .table th:nth-child(4) {
    width: 18%;
} */
#scoreboard .table td:nth-child(3),
#scoreboard .table th:nth-child(3) {
    text-align: center;
}
#carouselExampleControls {
    position: static;
}
body > .loader:after,
#score_wrapper .loader:after {
    top: 50%;
}
body > .loader {
    z-index: 999999;
    position: fixed;
}
#score_wrapper > .loader {
    transition: none;
    width: 100% !important;
    height: 100% !important;
}
.no_domain {
    color: #f12;
    cursor: pointer;
}
.login_container {
    background: #53005e;
}
.contact_detail li:last-child img {
    width: 24px;
}



.single-row{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
    flex-direction: column;

}

.single-row .more_games img{

}

.title-head{
    /* position: absolute;
    left: 23px;
    top: 50%;
    transform: translate(-50%,-50%); */
/*    width: 2%;*/

}
.categorised_games .single-row h3{
    margin: inherit;
     /* transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);   */
}

/* .single-row .gaming_list .list-inline-item{
    margin-bottom: 12px;
    margin-top: 12px;
} */
.single-row .gaming_list{
    margin-bottom: 0;
    /* max-width: 1520px; */
}
.single-row a .more_games{
    /* position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);*/
    margin: 0;
    float: left;
    color: #eee454;
}
.single-row a .more_games img{
    transition: all .5s;
}
.single-row a .more_games:hover img{
    margin-left: 8px;
}





.password-input{
    position: relative;
}

#password-addon{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    border: none;
    outline: none;
    padding: 0;
    right: 0px;
}
#password-addon:focus{
    box-shadow: none;
}
.password-input #password-addon:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url('../img/hide-password-icon.png')no-repeat;
    background-size: 20px;
    background-position: center;
    display: block;
    position: absolute;
    top: 10px;
    right: 11px;
}
.password-input.show #password-addon:after{
    content: "";
    width: 20px;
    height: 20px;
    background: url('../img/show_password_icon.png')no-repeat;
    background-size: 20px;
    background-position: center;
    display: block;
    position: absolute;
    top: 10px;
    right: 11px;
}

.admin_login svg.check{
    right: -20px;
}

.admin_login form{
  padding: 0 15px 0 0;
}

.score_update.card-icons{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: left;
}
.score_update.card-icons li .top-row span{
    color: #fff;
    font-size: 20px;
    margin: 0 0 0 5px;
}
.top-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
     -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.iconimg {
  max-width: 20px;
}
.top-row img{
    width: 100%;
}
.score_update.card-icons li{
    list-style:none;
    text-align: center;
    padding: 0 5px;
}
.score_update.card-icons li:last-child{
    padding-right: 0;
}
.score_update.card-icons li span{
    font-size: 10px;
    color: #fff;
}


.admin_login.all_login {
  max-width: 630px;
}

.admin_login .password-input svg.check{
    top: 13px;
}


.tab-content-box {
  width: 100%;
  background: #3d4364;
  /* max-width: 650px; */
  max-width: 733px;
  margin: 5px auto 0;
    padding: 0 0 15px;
}
.top-div {
    width: 100%;
    height: 85px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    /* padding: 0 15px 0 15px;  */
    /* background: #7e0279;
    background: -moz-linear-gradient(left,  #7e0279 0%, #670263 25%, #560154 50%, #460045 75%, #3a0039 100%);
    background: -webkit-linear-gradient(left,  #7e0279 0%,#670263 25%,#560154 50%,#460045 75%,#3a0039 100%);
    background: linear-gradient(to right,  #7e0279 0%,#670263 25%,#560154 50%,#460045 75%,#3a0039 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e0279', endColorstr='#3a0039',GradientType=1 );  */

}
.top-div img{
    width: 100%;
}
.top-div h3{
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    top: -8px;
}
.top-div h3 span{
    text-transform: lowercase;
    font-size: 20px;
    display: inline-block;
    position: relative;
    margin: 0 0 0 5px;
}
.top-div h3 span:before{
    position: absolute;
    font-family: "AgencyFBBold";
    content: "[";
    left: -7px;
    top: -3px;
    font-size: 21px;
    color: #fff;
}
.top-div h3 span:after{
    position: absolute;
    font-family: "AgencyFBBold";
    content: "]";
    right: -7px;
    top: -3px;
    font-size: 21px;
    color: #fff;
}

.top-div .badges{
    font-size: 12px;
    padding: 3px 0 0;
}
.top-div .badges img{
    width: 40px;
}
.tab-content-box .profile_bio{
    position: relative;
    min-height: 110px;
}
.tab-content-box .profile_stats ul{
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.tab-content-box .profile_stats ul li{
    list-style: none;
    padding: 0 10px;
}
.tab-content-box .profile_stats ul li .item img{
    width: 20px;
}
.tab-content-box .profile_stats ul li .item p{
    min-height: 24px;
}
.tab-content-box .profile_stats ul li:nth-child(2){
    padding-right: 80px;
}
.tab-content-box .profile_stats ul li:nth-child(3){
    padding-left: 80px;
}
.tab-content-box .profile_stats{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tab-content-box .profile_bio .btn_edit{
    width: 80px;
    height: 20px;
    line-height: 19px;
    font-size: 8px;
}
.tab-content-box .profile_bio input.personal_info_input{
    font-size: 14px;
}

.details-content .item > span {
    display: none;
}
.details-content {
  background: #24222f;
  margin: 0 15px;
    /* padding: 20px 125px 20px 125px; */
    padding: 5px 65px 0px 65px;
    height: 209px;
    /* min-height: 230px; */
    position: relative;
}
/*
.details-content .owl-carousel .item{
    width: 100%;
    min-height: 230px;
}
.details-content .owl-carousel .owl-item{
    margin-right: 0;
}
*/


#content-list {
  width: 100%;
}
#content-list .list{
    list-style: none;
    padding: 0;
    margin: 0;
}
#content-list .list .page-item > span{
    display: none;
}
.pagination-layout{
    padding: 25px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.pagination-layout li {
    padding: 0 5px;
    list-style: none;
}
.pagination-layout li a{
    color: #3d4364;
}
.pagination-layout li.active a{
    color: #fff;
}
#content-list .pagination-prev {
    background:#3d4364;
    width: 24px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
	-webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
#content-list .pagination-next {
    background: #3d4364;
    width: 24px;
    text-align: center;
  position: absolute;
  right: 0;
    top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

#content-list .pagination-wrap .disabled {
    opacity: 0.35;
    cursor: default;
}
#content-list .pagination-wrap a i {
    color: #fff;
    font-size: 10px;
    position: relative;
    top: -2px;
}









.details ul{
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.details ul li{
    list-style: none;
    width: 100%;
    margin: 0 0 11px;
    text-transform: uppercase;
}
.details .single-block ul li span{
    float: right;
    text-transform: inherit;
    min-width: 93px;
    text-align: left;
}
.details ul li span.uppertext {
  text-transform: uppercase;
}
.details ul li span i{
    font-style:normal;
    display: block;
    font-size: 9px;
    line-height: 1;
    text-align: right;
}
.tab-content-box .details-content .owl-prev {
  position: absolute;
  left: -130px;
  top: 55%;
  right: inherit;
  transform: translateY(-50%);
  background: #3d4364 !important;
  width: 25px;
  border-radius: 0 !important;
  height: 25px;
}
.tab-content-box .details-content  .owl-next {
  position: absolute;
    left: inherit;
  right: -130px ;
  top: 55%;
  transform: translateY(-50%);
  background: #3d4364 !important;
  width: 25px;
  border-radius: 0 !important;
  height: 25px;
}




.pagination-blk ul {
    margin: 0;
}
.pagination ul li.show{
    color:#fff;
}
.pagination ul{
    display: flex;
}
.pagination ul li{
    list-style: none;
    padding: 0 6px;
    color:#3d4364;
}



.profile .owl-item .details ul.personal-info img{
    width: auto;
}
.details ul.personal-info li.mail span{
    text-transform: inherit;
}
.profile .responsive-tabs{
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}










/* media queries */

@media (min-width: 576px) {
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
}
@media screen and (max-height: 800px) {
    .no_data_box + footer {
        bottom: auto;
        position: relative;
        width: 100%;
    }
}
@media (min-width: 1921px) {
    .profile p {
        font-size: 12px;
    }
    .pay_coins {
        font-size: 17px;
        text-align: center;
    }
    .profile_stats i {
        font-size: 24px;
    }
    .coin_price i {
        font-size: 16px;
    }
    .coin_price sup {
        font-size: 14px;
        top: -5px;
    }
    .coin_price span {
        font-size: 24px;
    }
    .data_box .coin_price {
        font-size: 22px;
    }
    .tab-content .container {
        max-width: 100%;
    }
    .container,
    .container-fluid {
        max-width: 1520px;
    }
    .social_icon_rounded {
        right: 0;
    }
    section.last_played .container-fluid {
        max-width: 100%;
    }
    .navbar-expand-lg {
        max-width: 1520px;
        margin: 0 auto;
    }
    .search_bar .form-group {
        max-width: 1520px;
    }
    .last_played .gaming_list li.list-inline-item:nth-child(n + 9) {
        display: none;
    }
}
@media (max-width: 1915px) {
    .game-title .container-fluid {
        max-width: 1870px;
    }
}
@media (max-width: 1920px) {
    .search_bar .form-group {
        max-width: 1318px;
    }
}
@media (max-width: 1850px) {
    .coin_price span {
        font-size: 35px;
    }
    .coin_price i {
        font-size: 20px;
    }
    .data_box .coin_price {
        font-size: 28px;
    }
    .coin_price sup {
        top: -7px;
        font-size: 18px;
    }
}
@media (max-width: 1701px) {
    .last_played li:nth-child(n + 8) {
        display: none;
    }
}
@media (max-width: 1693px) {
    .game-title .container-fluid {
        max-width: 1470px;
    }
}
@media (max-width: 1693px) {
    .game-title .container-fluid {
        max-width: 1660px;
    }
    .search_result li div.game_info {
        font-size: 10px;
        line-height: 18px;
        padding: 5px;
    }
    .search_result .game_tile .game_info > span {
        margin-bottom: 2px;
    }
}
@media (max-width: 1683px) {
    .search_bar .form-group {
        max-width: 1252px;
    }
    #hot_games .gaming_list {
        max-width: 1244px;
    }
    .profile_table .table thead th {
        font-size: 24px;
    }
    .badges li a,
    .user_name {
        font-size: 18px;
        line-height: 20px;
    }
}
@media (max-width: 1600px) {
    .game-title .container-fluid {
        max-width: 1440px;
    }
    .data_box {
        min-height: 310px;
        max-width: 707px;
    }

    .coin_price i {
        font-size: 16px;
    }
    .no_data {
        min-height: 270px;
        font-size: 24px;
    }



}
@media (min-width: 1582px) and (max-width: 1599px) {
    .categorised_games .gaming_list,
    .categorised_games h3 {
        max-width: 1472px;
    }
    .categorised_games h3 {
        padding: 0 9px 0 7px;
    }
    #hot_games {
        padding: 30px 0;
    }
}
@media (max-width: 1581px) {
    .coin_price sup {
        font-size: 16px;
    }
    .coin_price span {
        font-size: 30px;
    }
    .gaming_list .list-inline-item:nth-child(n + 15) {
        display: none;
    }
    #locked_games .container-fluid,
    .categorised_games .container-fluid {
/*        max-width: 1330px;*/
    }


    .categorised_games h3 {
        /* padding: 0 16px; */
        padding: 0 16px 0 0 ;
    }
}
@media (max-width: 1560px) {
    .last_played li:nth-child(n + 7) {
        display: none;
    }
    .social_icon_rounded {
        right: 70px;
    }
    #welcome p {
        font-size: 18px;
    }
}
@media (max-width: 1458px) {
    .search_bar .form-group,
    .search_bar .container-fluid {
        max-width: 1038px;
    }
    .data_box .coin_price {
        font-size: 22px;
    }
    .coin_price i {
        font-size: 16px;
    }
    .coin_price sup {
        font-size: 13px;
    }
    .coin_price span {
        font-size: 24px;
    }
}
@media (max-width: 1440px) {
    .game_description .game_data .list-inline-item:not(:last-child) {
        margin-right: 1rem;
    }
    #locked_games {
        padding: 28px 0 22px;
    }
    .search_result .game_tile {
        margin: 0 15px 30px;
    }
    .game-title .container-fluid {
        max-width: 100%;
    }
    #welcome .carousel-wrap {
        max-width: 70%;
    }
    .blue_box {
/*        margin: 30px;*/
    }
}
@media (max-width: 1396px) {
    .categorised_games h3 {
        padding: 0 8px;
    }
    .gaming_list .list-inline-item:nth-child(n + 13) {
        display: none;
    }
    /* .categorised_games .gaming_list ,
  .categorised_games h3{
    max-width: 1105px;
  }  */
    .responsive-tabs-container .nav-tabs li a {
        padding: 5px 10px;
    }
    #locked_games .container-fluid,
/*
    .categorised_games .container-fluid {
        max-width: 1135px;
    }
*/
    /* .categorised_games li:nth-child(n+13) {
    display: none;
  } */



}
@media (max-width: 1366px) {
    .no_data {
        min-height: 100px;
    }
    .btn_coin {
        font-size: 20px;
    }
    .profile p {
        font-size: 12px;
    }
    .game_description .game_data .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }
    #hot_games .gaming_list {
        max-width: 994px;
    }
    /* .all_category .owl-stage-outer {
    margin: 0 0 0 39px;
    padding: 0;
  } */
    .search_result .game_tile {
        margin: 0 10px 24px;
    }
    .search_result .blue_box {
        padding: 50px 20px 24px 20px;
        margin: 0 auto;
    }
    .game-title .container-fluid {
        padding: 0 0 0 80px;
    }
}
@media (max-width: 1305px) {
    .pay_coins {
        font-size: 14px;
        text-align: center;
    }
    .data_box h4 {
        font-size: 18px;
    }
    .profile_stats i {
        font-size: 18px;
    }
    .profile .tounament_game p {
        font-size: 14px;
    }
    .profile .tounament_game p.date_day.today {
        font-size: 24px;
    }
}
@media (max-width: 1280px) {
    .profile p .right {
        max-width: 120px;
    }
    .search_result .game_tile {
        margin: 0 5px 15px;
    }
    .game-title .container-fluid {
        padding: 0 0 0 5px;
    }
    .profile_table .table td p {
        font-size: 13px;
    }
    .profile_table .table td p.bigger,
    .profile_table .table td a.buy_now {
        font-size: 22px;
    }
    .game-title .container-fluid {
        max-width: 1160px;
    }
    .game_preview {
        top: 40px;
    }
    .last_played li:nth-child(n + 6) {
        display: none;
    }
    .close_panel {
        width: 40px;
        height: 40px;
    }
    /* Game page */

    .game_description .game_data .list-inline-item:not(:last-child) {
        margin-right: 1rem;
    }
}
@media (max-width: 1250px) {
    .data_box .check {
        margin-left: 0;
    }
    .data_box .coin_price {
        font-size: 18px;
    }
    .coin_price sup {
        font-size: 9px;
    }
    .responsive-tabs-container .nav-tabs li a {
        margin-top: 10px;
    }
    .responsive-tabs-container .nav-tabs li.active a {
        font-size: 20px;
        /* line-height: 40px; */
    }
    .coin_price i {
        font-size: 14px;
    }
    .coin_price span {
        font-size: 22px;
    }
    .responsive-tabs-container .nav-tabs li a {
        font-size: 12px;
        margin: 10px 2px 0;
    }
    .responsive-tabs-container .nav-tabs li.active a {
        font-size: 12px;
      }
}
@media (max-width: 1233px) {
    /* .categorised_games .gaming_list li:nth-child(n+10),
  .categorised_games .gaming_list li:nth-child(n+9) {
    display: none;
  }
  .categorised_games .gaming_list, .categorised_games h3 {
    max-width: 794px;
  } */
    .search_bar .form-group,
    .search_bar .container-fluid {
        max-width: 820px;
    }
    /* Game Page */
    .game_col.ads_col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }
}

@media (min-width: 1601px) and (max-width: 1799px) {

    .single-row .gaming_list{
         /* max-width: 1270px; */
    }
}
@media (min-width: 1370px) and (max-width: 1600px) {

    .single-row .gaming_list{
         /* max-width: 1000px; */
    }

    .big_game_poster li{
        height: 29%;
    }
    .new_box{padding: 5px 25px 18px 25px;}
}
@media (min-width: 1200px) and (max-width: 1369px) {

    .single-row .gaming_list{
         /* max-width: 910px; */
    }
    .big_game_poster ul{margin: 0 0 0 15px;}
    .new_box{padding: 5px 25px 18px 25px;}

}

@media (max-width: 1220px) {
    /* .categorised_games .gaming_list, .categorised_games h3 {
    max-width: 920px;
  } */
    /* #locked_games .container-fluid,
    .categorised_games .container-fluid {
       max-width: 950px;
    } */
    .categorised_games .gaming_list li:nth-child(n + 11) {
        display: none;
    }
    #locked_games .gaming_list li:nth-child(n + 5) {
        display: none;
    }
    .new_box li.list-inline-item {
        margin: 0 0 4px;
    }
}
@media (max-width: 1199px) {
    #hot_games .owl-carousel .owl-item .game_tile .locked_game_chain {
        width: 30px;
    }
    .game_wrapper.pro_gamer_area {
        padding: 0 5%;
    }
    .responsive-tabs-container .nav-tabs li.active a {
        /* font-size: 16px; */
    }

    .responsive-tabs {
        margin-top: -50px;
    }
    .accordion-link.custom_tooltip_profile:before {
        background-color: transparent;
        padding: 0;
    }
    .accordion-link.custom_tooltip_profile:after {
        content: none;
    }
    .vip_offer li img {
        width: 110px;
        height: 110px;
    }
    .data_box {
        min-height: 320px;
        width: 33%;
    }

    .top-div h3{
        font-size: 20px;
    }
    .profile p {
        font-size: 14px;
    }
    .responsive-tabs-container .nav-tabs li a {
        padding: 2px 10px;
    }
    .new_box ul {
        column-gap: 8px;
    }
}

@media (max-width: 1103px) {
    .blue_box {
        margin:2px 20px;
    }
    #hot_games {
        padding: 30px 5px;
    }
    #locked_games {
        padding: 28px 0 22px;
        margin: 0 20px;
    }
}
@media (max-width: 1100px) {
    .game-title .container-fluid {
        padding: 0 0 0 50px;
    }
    .search_result .blue_box {
        padding: 20px 20px 1px;
        margin: 0 auto;
    }
    .profile_table .table td p {
        font-size: 8px;
    }
    .profile .challenge_text img {
        width: 7px;
    }
    .profile_table .table td p.disabled img {
        width: 8px;
    }
    .profile_table .table td p.text-uppercase {
        font-size: 12px;
    }
    .profile_table .table td p.bigger,
    .profile_table .table td a.buy_now {
        font-size: 18px;
    }
    .profile_table .table td p.bigger.smaller {
        font-size: 11px;
    }
    .next_level img {
        width: 40px;
    }
    .next_level {
        font-size: 12px;
    }
}
@media (max-width: 1080px) {
    .game-title .container-fluid {
        max-width: 890px;
    }
}
@media (max-width: 1073px) {
    .last_played li:nth-child(n + 5) {
        display: none;
    }
    .search_result .game_tile {
        margin: 0 10px 24px;
    }
}
@media (max-width: 1024px) {
    .new_box .game_tile .locked_game_chain {
        width: 12px;
    }
    .game_preview.clicked .game_tile:before,
    .game_preview.clicked:hover .game_tile:before {
        opacity: 0;
    }
    .game_preview:hover .game_tile:before {
        opacity: 1;
    }
    .new_box .subscribed_user .hot_pro_badge,
    .new_box .subscribed_user .pro_badge {
        width: 20px;
    }
    .new_box .hot_game_tag {
        width: 24px;
        height: 24px;
        right: 0;
    }
    .payment_methods li {
        font-size: 14px;
        padding-left: 25px;
    }
    .pricing_box li {
        font-size: 12px;
    }
    .payment_methods {
        max-width: 600px;
    }
    .payment_methods li span {
        font-size: 20px;
        margin-right: 5px;
    }
    .maximize {
        padding-left: 28px;
    }
    .maximize span {
        display: none;
    }
    .game-title .container-fluid {
        max-width: 950px;
        padding: 0 0 0 80px;
    }
    .sidebar a {
        font-size: 16px;
        line-height: 30px;
    }
    .welcome_text_title {
        font-size: 52px;
        line-height: 55px;
    }
    .welcome_text_title span {
        font-size: 25px;
        line-height: 25px;
    }
    .social_icon_rounded {
        right: 20px;
    }
    .gradient_border {
        width: 150px;
    }
    .faq .media-body p {
        min-height: 150px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
        padding: 0.5rem;
    }
    /* Team */
    .team_card p {
        min-height: 40px;
    }
    .team_card:before {
        width: 60px;
        height: 60px;
    }
    .team_card {
        margin-bottom: 80px;
    }
    .vip_offer li {
        margin: 30px 5px !important;
    }
    .search_icon_link img,
    .notification_bell img {
        width: 20px;
    }
}
@media (max-width: 991px) {
    ul.profile_dropdown {
        width: 120px;
    }
    .navbar-collapse {
        flex-grow: 1;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #4e0058;
        z-index: 99999;
    }
    .navbar-brand {
        margin: 0;
        position: relative;
        left: 6%;
    }
    .navbar-brand {
        margin: 0;
    }
    .navbar-collapse .navbar-nav {
        margin: 20px 0;
    }
    .navbar-expand-lg .navbar-collapse .navbar-nav .nav-link {
        height: auto;
        padding: 5px 0.5rem;
    }
    .contact_us .col-lg-5 ul {
        margin-left: 15px;
        margin-right: 15px;
    }
    .contact_detail {
        margin-top: 30px;
    }
    .new_box .hot_game_tag {
        width: 22px;
        height: 22px;
        right: 0;
    }
    .new_box .carousel-control-next {
        right: -25px;
        left: auto;
    }
    .new_box .carousel-control-prev {
        left: -25px;
        right: auto;
    }
    .notification_bagde {
        top: 20px;
        left: 0;
    }
    #hot_games {
        padding: 30px 0;
    }
    .categorised_games h3 {
        padding-right: 11px;
    }
    .new_box h4 {
        font-size: 16px;
    }
    .play_game a {
        width: 70px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .game_info .game_name {
        font-size: 13px;
    }
    .game_info .game_category {
        font-size: 11px;
    }
    .game_info .game_thumbnail {
        width: 50px;
    }
    .new_box {
        padding: 5px 10px 7px 9px;
    }
    /* .categorised_games .gaming_list, .categorised_games h3 {
    max-width: 740px;
  } */
    #locked_games .container-fluid,
    .categorised_games .container-fluid {
        max-width: 770px;
    }
    .categorised_games .gaming_list li:nth-child(n + 9) {
        display: none;
    }
    .navbar-expand-lg .navbar-nav .nav-link.search_icon_link,
    .navbar-expand-lg .navbar-nav .nav-link.notification_bell {
        height: 54px;
        padding: 20px 0.5rem;
    }
    .responsive-tabs-container[class*="accordion-"] .tab-pane {
        border: 0;
        border-top: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-width: medium 1px 1px;
        margin-bottom: 10px;
        margin-top: -10px;
        padding: 0;
        background: #1d1c30;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .data_box {
        width: 50%;
        height: auto;
    }
    .page_title h1.small_title {
        font-size: 28px;
    }
    .payment_detail {
        padding: 10px 0;
    }
    .payment_detail h3 {
        font-size: 28px;
    }
    .card_payment img {
        width: 150px;
        vertical-align: text-bottom;
    }
    .payment_selection {
        padding: 0 5%;
    }
    .credit-card-box label {
        font-size: 11px;
        line-height: 18px;
    }
    .payment_methods {
        max-width: 500px;
    }
    .blue_box.categorised_games.pro_gamer_games .gaming_list .list-inline-item {
        margin-right: 0.3rem;
        margin-left: 0.3rem;
    }
    .blue_box.categorised_games.pro_gamer_games
        .gaming_list
        .list-inline-item:nth-child(n + 4) {
        display: none;
    }
    .like_counter li:last-child {
        width: calc(100% - 130px);
    }
    .all_game_nav li a {
        font-size: 30px;
    }
    .navbar-expand-lg .navbar-nav .nav-link.profile_link {
        margin-left: 3px;
        padding-left: 0;
    }
    .profile_table .table {
        table-layout: auto;
    }
    .profile .tounament img {
        width: 60px;
    }
    .gender_selection label {
        padding-left: 15px;
        font-size: 13px;
    }
    .profile #gender .carousel-item img {
        width: 50px;
    }
    .profile td:last-child {
        width: 100px;
    }
    .navbar-nav {
        align-items: initial;
    }
    .profile_table .table thead th {
        font-size: 16px;
    }
    .profile_table .table td {
        padding: 5px;
    }
    .badges li a,
    .user_name {
        font-size: 16px;
        line-height: 16px;
    }
    .personal_info input {
        font-size: 14px;
    }
    .payment_method .switch-label {
        margin: 0;
    }
    .search_result .blue_box {
        padding: 40px 20px 26px;
    }
    .game-title .container-fluid {
        max-width: 950px;
        padding: 0 0 0 90px;
    }
    .dedicated_faq .blue_box {
        margin-top: 20px;
    }
    .vip_offer li {
        margin: 20px 2px !important;
        width: calc(20% - 7px);
    }
    .pricing_box h4 {
        font-size: 18px;
    }
    .pricing_box li {
        font-size: 10px;
        line-height: 50px;
    }
    .buy_plan {
        width: 130px;
        height: 40px;
        font-size: 10px;
        margin: 0 auto 20px;
    }
    .gradient_bar {
        padding: 10px 0;
    }
    .price {
        font-size: 18px;
        line-height: 38px;
    }
    .price span {
        font-size: 40px;
    }
    .pricing_box ul {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .contact_us p br {
        display: none;
    }
    .about_box h3,
    .vip_offer h3 {
        font-size: 32px;
    }
    .game_wrapper
        #locked_games
        .gaming_list
        .list-inline-item:nth-child(n + 3) {
        display: none;
    }
    .game_wrapper #locked_games h3 {
        font-size: 18px;
    }
    .game_wrapper #locked_games h3 .btn_upgrade {
        font-size: 16px;
        max-width: 180px;
        height: 30px;
        margin-left: 0;
        margin-top: 10px;
        line-height: 32px;
    }
    #welcome .carousel-wrap {
        max-width: 80%;
    }
    .faq .media-body p {
        min-height: 210px;
    }
    .faq .media-body h5 {
        font-size: 16px;
    }
    .number_count {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 42px;
        margin-right: 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-link.search_icon_link {
        height: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link.join_btn {
        margin-left: 9px;
    }
    .navbar-expand-lg {
        justify-content: space-between;
        padding: 0 15px;
        display: flex;
    }
    .navbar-collapse {
        padding-bottom: 0;
        transition: all 0.5s linear;
    }
    footer br {
        display: none;
    }
    .footer_links {
        margin-top: 15px;
    }
    footer {
        padding: 50px 0 5px;
    }
    .navbar-toggler,
    .navbar-toggler:focus {
        padding: 0;
        font-size: 24px;
        line-height: 1;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        color: #fff;
        outline: none;
    }
    .navbar-expand-lg .navbar-collapse li.nav-item,
    .navbar-expand-lg .navbar-collapse .navbar-nav li:nth-child(2) {
        margin: 0 0 10px;
    }
    .navbar-expand-lg .navbar-nav li:nth-child(2) {
        margin: 0;
    }
    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
        /* position: absolute;
        left: 15px; */
        width: 24px;
        height: 20px;
        /* top: 40px; */
        position: relative;
    }
    .header_profile_pic {
        margin-top: -7px;
    }
    .navbar-collapse + .navbar-nav {
        flex-direction: row;
        position: static;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 20px;
        width: 100%;
        text-align: center;
        display: block;
        letter-spacing: 1px;
        height: 56px;
        padding: 20px 0.5rem;
    }
    .navbar-expand-lg .navbar-collapse .navbar-nav .nav-link img {
        display: none;
    }
    .navbar-toggler span {
        display: block;
        position: absolute;
        height: 4px;
        width: 24px;
        background: #ffffff;
        border-radius: 3px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    .navbar-toggler span:nth-child(1) {
        top: 0;
    }
    .navbar-toggler span:nth-child(2) {
        top: 8px;
    }
    .navbar-toggler span:nth-child(3) {
        top: 16px;
    }
    .navbar-toggler:not(.collapsed) span:nth-child(1) {
        top: 9px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .navbar-toggler:not(.collapsed) span:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggler:not(.collapsed) span:nth-child(3) {
        top: 9px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    .responsive-tabs-container.accordion-sm .nav-tabs {
        display: none;
    }
    .responsive-tabs-container.accordion-sm .accordion-link {
        display: block;
        cursor: pointer;
    }

    .single-row .gaming_list {max-width: 100%;margin: 25px auto 0;}
    .title-head{position: relative;left: inherit;top: inherit;transform: translate(0);}
    .single-row a .more_games{position: absolute;left: auto;right: inherit;top: 0;transform: inherit;}
    .single-row{align-items: flex-start;flex-direction: column;}
    #locked_games .container-fluid, .categorised_games .container-fluid {  max-width: 100%;}
    .categorised_games .single-row h3{transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);}

    .big_game_poster ul{margin: 0 0 0 10px;}
    .tab-content-box{   max-width: 100%;margin: 0px auto 30px;width: 100%;}
    .details-content{padding: 5px 45px 5px 45px;height: 314px;}
    .tab-content-box .details-content .owl-prev{left: -90px;}
    .tab-content-box .details-content .owl-next{right: -90px;}

}
@media (min-width: 992px) and (max-width: 1199px) {
    .responsive-tabs-container.accordion-md .nav-tabs {
        display: none;
    }
    .tab-content-box.data_box {
      /* width: 63%; */
      width: 600px;
    }
    .responsive-tabs-container.accordion-md .accordion-link {
        display: block;
    }
    #locked_games .container-fluid, .single-row .gaming_list {
      /* max-width: 730px; */
    }
    .big_game_poster ul{margin: 0 0 0 10px;}
    .new_box{padding: 5px 25px 18px 25px;}
    .new_box .owl-theme .owl-nav .owl-prev, .new_box .owl-theme .owl-nav .owl-next{width: 28px;height: 28px;line-height: 28px;}


}





@media (min-width: 1200px) {
    .responsive-tabs-container.accordion-lg .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-lg .accordion-link {
        display: block;
    }
}
@media (max-width: 967px) {
    .mt-10 {
        margin-top: 3rem;
    }
    .search_bar .form-group,
    .search_bar .container-fluid {
        max-width: 605px;
    }
}
@media (max-width: 863px) {
    .last_played li:nth-child(n + 4) {
        display: none;
    }
    #locked_games .gaming_list li:nth-child(n + 4) {
        display: none;
    }
}
@media (max-width: 803px) {
    .categorised_games .gaming_list li:nth-child(n + 7) {
        display: none;
    }
    #locked_games .container-fluid,
    .categorised_games .container-fluid {
        max-width: 585px;
    }
    .like__bar {
        height: 58px;
    }
}
@media (max-width: 767px) {
    #player_card_popup .modal-title{
        font-size: 18px;
    }
    .get_app img {
        width: 90px;
    }
    .get_app {
        text-align: center;
    }
    .like__bar {
        height: 54px;
    }
    .new_box .owl-theme .owl-nav .owl-prev,
    .new_box .owl-theme .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .new_box .owl-prev {
        left: -25px;
    }
    .new_box .owl-next {
        right: -25px;
    }
    .btn_tag {
        margin-bottom: 7px;
    }
    .game_tag .list-inline-item:not(:last-child) {
        margin-right: 2px;
    }
    .payment_options li {
        display: inline-block;
        width: 48%;
        margin: 0;
    }
    .payment_selection p {
        font-size: 14px;
    }
    .success_msg_iframe {
        height: 550px !important;
    }
    .navbar-brand {
        left: 10%;
    }
    .contact_us .blue_box {
        margin: 5px;
    }
    .contact_detail li a {
        font-size: 12px;
    }
    ul.profile_dropdown {
        width: auto;
        z-index: 999;
        left: 15px;
        right: 15px;
    }
    .profile_dropdown a {
        font-size: 16px;
        line-height: 34px;
    }
    .new_box .carousel-control-prev,
    .new_box .carousel-control-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .new_box .carousel-control-prev {
        left: -18px;
    }
    .new_box .carousel-control-next {
        right: -18px;
    }
    #scoreboard .table td:nth-child(2),
    #scoreboard .table th:nth-child(2) {
        width: 40%;
    }
    .splash {
        object-position: center;
    }
    #scoreboard .modal-content {
        height: 100%;
        min-height: 100%;
    }

    #scoreboard .modal-dialog {
        margin: 0;
        max-width: 100%;
        height: 100vh;
        align-items: end;
    }
    .main_game {
        height: max-content;
        /* height: 210px; */
    }
    #score_wrapper.empty_msg:after {
        top: 46%;
        font-size: 12px;
    }
    .game_maximize .text-right {
        text-align: right !important;
        /* display: flex;
        align-items: center;
        justify-content: flex-end;
        top: 6px;
        position: relative; */
    }
    .embed-responsive {
        height: auto;
    }
    .main_game canvas {
        margin: 0 auto !important;
        display: block;
    }
    .guest_user {
        font-size: 10px;
    }
    .no_data_box + footer {
        bottom: auto;
        position: relative;
    }
    .blue_box.categorised_games.no_data_box + footer {
        margin-top: 90px;
    }
    .btn_signin {
        max-width: 250px;
    }
    .not_mobile_friendly {
        display: none;
    }
    .not_mobile_friendly_message {
        display: flex;
        text-align: center;
        margin: 0;
        min-height: 150px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    img.no_responsive {
        filter: grayscale(1);
        width: 90px;
        margin: 20px 0;
    }
    .navbar-expand-lg .navbar-collapse li.nav-item,
    .navbar-expand-lg .navbar-collapse .navbar-nav li:nth-child(2) {
        margin: 0 0 5px;
    }

    nav .gaming_list .list-inline-item:nth-child(n + 13) {
        display: inline-block;
    }
    .game_category_capsule {
        padding-right: 10px;
        border-radius: 40px;
        height: 40px;
    }
    .game_category_capsule span {
        font-size: 12px;
        max-width: calc(100% - 40px);
        display: inline-block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .game_category_capsule img {
        width: 30px;
        height: 30px;
        margin: 3px 5px 3px 3px;
    }
    .categorised_games .game_tile span.hot_game_name,
    .categorised_games .game_tile span.pro_game_name,
    .categorised_games .game_tile span.hot_pro_name {
        padding-right: 30px;
    }
    .gaming_list.small_card .game_tile span.hot_game_name,
    .gaming_list.small_card .game_tile span.pro_game_name,
    .gaming_list.small_card .game_tile span.hot_pro_name {
        padding-right: 30px;
    }
    .new_box .hot_game_tag {
        width: 24px;
        height: 24px;
        right: 0;
    }
    .gaming_list.small_card .game_tile span {
        line-height: inherit;
    }
    .game_wrapper.pro_gamer_area {
        padding: 0 5px;
    }
    .credit-card-box .switch-label .after {
        top: 1px;
    }
    .header_profile_pic {
        width: 30px;
        height: 30px;
        margin-top: -3px;
    }
    .profile_stats {
        margin: 30px 0 6px;
    }
    .notification_bagde {
        top: 16px;
        left: 0;
    }
    .faq {
        padding: 0 0 40px;
    }
    .more_games {
        margin-top: 0;
    }
    .thankyou_message h3 {
        font-size: 1.5rem;
    }
    .thankyou_message p {
        font-size: 14px;
        margin-top: 10px !important;
    }
    .big_game_poster li {
        height: auto;
        width: 31%;
    }
    .cookies_popup img,
    .cookies_popup h1 {
        display: none !important;
    }
    .cookies_popup {
        max-width: 100%;
        padding: 15px;
        left: 15px;
        display: flex;
    }
    .cookies_popup p {
        font-size: 11px;
        text-align: left;
        margin-bottom: 0;
        width: calc(100% - 70px);
    }
    .get_cookies {
        width: 80px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .big_game_poster {
        margin-bottom: 20px;
        flex-direction: column-reverse;
        height: auto;
    }
    .big_game_poster .game_list {
        width: 100%;
        order: 1;
    }
    .big_game_poster ul {
        margin: 12px 0 0;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .big_game_poster .active_slide {
        width: 100%;
        height: 200px;
        order: 2;
    }
    a.category_dropdown {
        font-size: 16px;
        padding: 0.5rem 0.5rem 0.5rem 20px;
        width: 100%;
        text-align: center;
        display: block;
        letter-spacing: 1px;
        text-transform: uppercase;
        background: #7f008f;
        border-radius: 10px 10px 0 0;
    }
    a.category_dropdown i {
        font-size: 10px;
        vertical-align: text-top;
        margin-top: 4px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }

    .navbar-collapse .navbar-nav .nav-link:focus {
        background: #7f008f;
    }
    .payment_detail h3 {
        font-size: 20px;
    }
    .responsive-tabs-container.accordion-xs .nav-tabs {
        display: none;
    }
    .responsive-tabs-container.accordion-xs .accordion-link {
        display: block;
    }
    .page_title h1.small_title {
        font-size: 18px;
    }
    .payment_options {
        position: relative;
        background: #fff;
        width: auto;
        height: auto;
        padding: 10px;
        top: auto;
        border-radius: 0;
        margin: 20px 15px 0;
    }
    .credit-card-box .payment_selection.paypal .btn_submit {
        width: 100%;
    }
    .payment_selection.paypal {
        padding: 0 15px;
        margin-left: 0;
    }
    .payment_selection {
        padding: 0 15px;
        margin: 15px 0 0;
    }
    .payment_options .list-unstyled,
    .payment_options li:last-child {
        margin: 0;
    }
    .payment_options:before,
    .payment_options:after {
        content: none;
    }
    .page-link {
        padding: 5px 7px;
    }
    .payment_methods li {
        font-size: 8px;
        padding-left: 10px;
        line-height: 30px;
        height: 30px;
    }
    .payment_methods li span {
        font-size: 14px;
        margin-right: 2px;
    }
    .payment_methods {
        max-width: 290px;
    }
    .payment_methods li:before {
        border-left: 6px solid #474747;
        border-top: 14px solid transparent;
        border-bottom: 16px solid transparent;
        right: -6px;
    }
    .payment_methods li.active:before {
        border-left: 6px solid #e53a19;
    }
    .hot_game_tag {
        width: 30px;
        height: 30px;
    }
    .player_hostory .achivement {
        margin-bottom: 10px;
    }
    .modal_title img {
        left: 5px;
        top: -14px;
        width: 50px;
    }
    .modal_data p {
        margin-bottom: 8px;
        font-size: 14px;
    }
    .games_bg {
        padding: 25px 15px 5px;
    }
    .pro_gamer_games .gaming_list {
        text-align: center;
    }
    .blue_box.categorised_games.pro_gamer_games .gaming_list .list-inline-item {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    .blue_box.categorised_games.pro_gamer_games
        .gaming_list
        .list-inline-item:nth-child(n + 4) {
        display: inline-block;
    }
    #edit_profile .modal-dialog {
        max-width: calc(100% - 30px);
        margin: 20px auto 0;
    }
    #edit_profile .modal-content {
        height: 94vh;
    }
    #edit_profile .modal-body {
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #avatar .modal-dialog,
    #personal .modal-dialog {
        max-width: 90%;
        margin-top: 20px;
    }
    .social_icon_rounded {
        display: none;
    }
    .profile p.bigger sup {
        top: -5px;
    }
    .compact_card_img {
        width: 30px;
        height: 30px;
    }
    .compact_card span {
        left: 42px;
        line-height: 18px;
        right: 20px;
        font-size: 12px;
    }
    img.locked_game_chain {
        width: 14px;
        margin-top: 6px;
    }
    .profile .challenge_text p {
        margin-bottom: 5px;
    }
    .profile .challenge_text img {
        width: 18px;
    }
    .next_levels {
        overflow: scroll;
        white-space: nowrap;
    }
    .next_levels::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .game_tile .locked_game_chain {
        width: 30px;
        transform: translate(0, -80%);
    }
    .avatar_history ul {
        max-width: 135px;
        margin: 0 auto;
    }
    .next_level {
        display: inline-block;
        margin-right: 10px;
    }
    .all_games .col-6:nth-of-type(odd) {
        padding-right: 7px;
    }
    .all_games .col-6:nth-of-type(even) {
        padding-left: 7px;
    }
    .all_game_nav li a {
        font-size: 16px;
        padding: 0 3px;
        line-height: 35px;
        width: auto;
    }
    .all_games .blue_box {
        margin: 20px 0 0;
        padding: 70px 14px 5px;
    }
    .all_games .top_info {
        top: 15px;
        left: 15px;
    }
    .all_games {
        padding: 20px 0;
        max-width: 100%;
        margin: 0 auto;
    }
    /* .privacy_terms li:last-child:before {
    content: none
  } */
    .collapse-xs {
        display: none;
        padding-bottom: 5px;
    }
    #scoreboard table td:last-child {
        width: 70px;
    }
    #scoreboard table td:nth-child(3) {
        width: 80px;
    }
    .search_result .gaming_list a,
    .search_result .gaming_list .game_tile .tags,
    .search_result li div.game_info {
        font-size: 8px;
    }
    .profile_table {
        border: 5px solid #3c326b;
        border-top: 30px solid #3c326b;
        margin-top: 10px;
        border-radius: 10px;
    }
    .profile_table h4 {
        font-size: 20px;
    }
    #player_card .modal_title {
        margin: 0 -11.5px 15px;
    }
    .game_level p {
        font-size: 14px;
    }
    .profile_table .profile_row {
        padding: 10px;
    }
    .profile_table .profile_row:nth-of-type(odd) {
        background-color: #130d24;
    }
    .profile_table .profile_row:nth-of-type(even) {
        background-color: #1b1533;
    }
    .profile_row p {
        font-family: "AgencyFBBold";
        margin: 0;
        font-size: 14px;
    }
    .profile_row p.text-uppercase {
        font-size: 20px;
    }
    .personal_info input {
        font-size: 13px;
    }
    .badges {
        margin-top: 30px;
    }
    .profile {
        padding: 20px 0;
    }
    .profile_pic {
        transform: scale(0.7);
    }
    .user_name {
        margin: 0;
        letter-spacing: 0.1px;
        font-size: 14px;
    }
    .profile_bio {
        max-width: 290px;
        margin: 50px auto 10px;
    }
    .responsive-tabs-container .tab-content {
/*        max-width: 400px;*/
        max-width: 100%;
        margin: 0 auto;
    }
    .personal_info {
        margin: 20px auto 0;
        min-height: auto;
    }
    .btn_coin {
        font-size: 20px;
        position: relative;
        bottom: auto;
    }
    .data_box {
        width: 100%;
        height: auto;
        border-radius: 0;
        margin-bottom: 10px;
        min-height: 200px;
    }
    .profile_bio input.personal_info_input {
        font-size: 16px;
        margin: 0 auto;
        display: block;
    }
    .search_result .gaming_list .game_tile .tags {
        width: 70px;
        vertical-align: text-bottom;
    }
    .tooltip {
        right: 76% !important;
    }
    textarea[readonly] {
        font-size: 12px;
    }
    .includecheck .checkbox label {
        font-size: 14px;
    }
    .upgrade_to_pro + a .locked_icon {
        top: 70%;
        width: 60px;
    }
    #scoreboard .modal_title {
        font-size: 20px;
        height: 32px;
        line-height: 32px;
        margin: 0 -10px 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 10px;
    }
    div#score_wrapper.container-fluid {
        margin-top: 8px;
        position: relative;
    }
    .spicygame_logo {
        top: -20px;
        width: 75px;
    }
    .spicygame_logo.logo_upside {
        top: -60px;
    }
    #scoreboard .table th:first-child {
        width: 10px !important;
    }
    #scoreboard .table th {
        border: 0;
    }
    #scoreboard .modal-body {
        padding: 11.5px 10px 0;
        overflow-y: scroll;
    }
    #scoreboard .modal-body::-webkit-scrollbar {
        display: none;
    }
    #signin .modal-dialog {
        max-width: 95%;
    }
    .user_reviews .media-body {
        width: calc(100% - 44px);
    }
    .player_comment {
        cursor: pointer;
        width: 24px;
        margin-right: 5px !important;
    }
    #scoreboard .table th,
    #scoreboard .table td {
        height: auto;
    }

    .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 12px;
        text-transform: unset;
    }
    .search_result .blue_box {
        padding: 25px 20px 1px;
        max-width: 630px;
    }
    .game-title .container-fluid {
        padding: 0 20px;
        max-width: 630px;
    }
    .game-title .container-fluid .row {
        width: auto;
    }
    .search_result .gaming_list .list-inline-item:nth-child(n + 7) {
        display: none;
    }
    .copyright_text {
        line-height: 23px;
    }
    .form-control::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 12px;
        text-transform: unset;
    }
    .form-control:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 12px;
        text-transform: unset;
    }
    .form-control:-moz-placeholder {
        /* Firefox 18- */
        font-size: 12px;
        text-transform: unset;
    }
    .pricing_plan .row {
        position: relative;
    }
    .pricing_box {
        max-width: 290px;
        margin: 0 auto;
    }
    .other_plan {
        position: absolute;
        left: 0;
        right: 0;
    }
    dt {
        font-weight: inherit;
    }
    .pricing_box h4 {
        text-align: left;
        padding: 0 20px;
        position: relative;
    }
    .pricing_box h4:before {
        content: "";
        font-family: "Montserrat-Light";
        font-size: 20px;
        position: absolute;
        right: 20px;
        color: #fff;
        transition: all 0.3s ease-in;
        top: 10px;
        line-height: 0;
        display: block;
        margin: 0;
        font-weight: 700;
        height: 2px;
        width: 14px;
        background: #fff;
        border-radius: 0;
    }
    .pricing_box h4:after {
        content: "";
        font-family: "Montserrat-Light";
        font-size: 20px;
        position: absolute;
        right: 26px;
        color: #fff;
        transition: all 0.3s ease-in;
        top: 4px;
        line-height: 0;
        display: block;
        margin: 0;
        font-weight: 700;
        height: 14px;
        width: 2px;
        background: #fff;
        border-radius: 0;
        border: 0;
    }
    .pricing_box h4.open:after {
        opacity: 0;
    }
    .active_plan {
        z-index: 9;
    }
    .vip_offer li {
        margin: 10px 10px !important;
        width: calc(32% - 20px);
    }
    .vip_offer li h5 {
        font-size: 12px;
    }
    .pricing_plan {
        padding: 40px 0 20px;
    }
    .pricing_box {
        margin-bottom: 15px;
        overflow: hidden;
        padding-bottom: 0;
    }
    .pricing_box:hover {
        transform: none;
    }
    .privacy_terms .list-inline-item {
        display: inline-block;
        margin: 0 5px;
    }
    .privacy_terms .list-inline-item a {
        font-size: 12px;
        color: #fff;
    }
    footer .copyright p {
        font-size: 11px;
    }
    .order-1 {
        -ms-flex-order: 0;
        order: 0;
    }
    #hot_games .order-1 {
        -ms-flex-order: -1;
        order: -1;
    }
    .contact_us {
        padding: 30px 0;
    }
    .blue_box .btn_submit {
        margin-bottom: 0;
    }
    .contact_us .blue_box {
        padding: 15px;
    }
    .form-control {
        margin-bottom: 15px;
    }
    .contact_us p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .contact_detail li div {
        padding-left: 30px;
    }
    .contact_detail li p {
        font-size: 12px;
        line-height: 14px;
    }
    .contact_detail li a {
        font-size: 16px;
    }
    .btn_submit {
        height: 50px;
        margin-bottom: 20px;
    }
    .contact_detail {
        margin-top: 40px;
    }
    .scroll_up {
        position: fixed;
        bottom: 15px;
        right: 15px;
        background: #eee454;
        width: 40px;
        height: 40px;
        display: block;
        border-radius: 50%;
        color: #181728;
        text-align: center;
        line-height: 40px;
        font-size: 24px;
        z-index: 9;
        opacity: 0;
        transition: all 0.3s ease-in;
    }
    .privacy {
        padding: 15px 0;
    }
    .sidebar {
        max-width: 100%;
        padding: 15px 20px;
    }
    .privacy .about_box.height_auto {
        padding: 20px;
    }
    .indent_1 {
        padding-left: 15px;
    }
    .privacy ol,
    .privacy ul {
        padding-left: 30px;
    }
    .sidebar a {
        font-size: 18px;
        line-height: 35px;
        text-transform: uppercase;
    }
    #approval p {
        padding: 30px 0;
    }
    .game_col .blue_box.user_reviews {
        padding: 14px;
    }
    .game_description li {
        display: block;
        margin: 0 0 2px;
    }
    .game_description .game_tag li {
        display: inline-block;
        margin: 0 0 2px;
    }
    .game_description .game_data .list-inline-item:not(:last-child) {
        margin-right: 0;
    }
    .btn_circle {
        right: 5px;
        top: 80px;
    }
    .btn_send_comment.btn_circle {
        right: 5px;
        border: 0;
        padding: 0;
        top: 10px;
    }
    .game_preview {
        top: auto;
        position: relative;
        right: auto;
        margin-bottom: 15px;
        float: right;
    }
    .like_counter .list-inline-item,
    .like__bar .progress,
    .like__bar svg {
        height: 30px;
    }
    .progress-bar {
        font-size: 18px;
    }
    .playing_game {
        max-width: 100%;
        /* margin: 30px auto; */
    }
    #adblocker h4.vip_login {
        font-size: 14px;
    }
    /* iframe {
        width: 100%;
        height: 200px;
    } */
    #locked_games {
        margin: 0;
    }
    .footer_links li:first-child a {
        margin-left: 0;
        padding-left: 0;
    }
    .footer_links li:last-child a {
        padding-right: 6px;
    }
    .copyright {
        text-align: center;
        padding-bottom: 10px;
    }
    .text-right {
        text-align: center !important;
    }
    footer .order-12,
    .all_login .order-12 {
        order: -1;
    }
    /* .categorised_games .gaming_list, .categorised_games h3 {
    max-width: 550px;
  } */
    .search_bar .form-group,
    .search_bar .container-fluid {
        max-width: 545px;
    }
    .categorised_games .game_tile,
    .last_played .game_tile,
    #locked_games .game_tile,
    .game_tile {
        width: 165px;
        height: 135px;
    }
    .last_played .game_tile span {
        padding: 6px 5px 6px;
        font-size: 12px;
    }
    .categorised_games .game_tile span,
    #locked_games .game_tile span {
        font-size: 15px;
        padding: 4px 10px 4px;
    }
    .categorised_games .game_tile span span {
        font-size: 12px;
        line-height: 22px;
    }
    .categorised_games .game_tile img.game_img,
    .last_played .game_tile img.game_img,
    #locked_games .game_tile img.game_img,
    .game_tile img.game_img {
        height: 105px;
        width: 100%;
    }
    #category .game_tile img.game_img {
        height: 42px;
    }
    .modal-dialog,
    #adblocker .modal-dialog,
    #verifyEmail .modal-dialog {
        max-width: calc(100% - 30px);
        margin: 0 auto;
    }
    #adblocker p {
        padding: 0;
        font-size: 14px;
    }
    #adblocker .modal_title {
        padding: 0 16px;
    }
    .modal_title,
    #player_card .modal_title,
    #player_card_popup .modal_title,
    #player_card .modal-title,
    #player_card h5 {
        font-size: 18px;
    }
    .btn_vip {
        font-size: 22px;
        width: 240px;
        height: 40px;
        margin: 10px auto 10px;
        line-height: 40px;
    }
    .record_list {
        font-size: 12px;
    }
    #locked_games ul li {
        margin-bottom: 10px;
    }
    .categorised_games h3 {
        padding: 0 11px 0 9px;
        font-size: 20px;
        margin: 0 auto 20px;
    }
    .contact_us h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .blue_box {
        padding: 20px 0;
    }
    #hot_games.blue_box {
        padding: 20px 5px;
    }
    .close_panel {
        top: 50px;
    }
    .close_panel {
        background-size: 14px;
        top: 50%;
        transform: translate(0, -50%);
    }
    #category .gaming_list {
        margin: 15px 8px;
        text-align: left;
    }
    #category .gaming_list .list-inline-item {
        width: calc(33% - 4px);
        margin-right: 1px;
        margin-left: 1px;
        margin-bottom: 12px;
    }
    #category .game_tile {
        width: 100%;
        height: 62px;
        background-size: 40px;
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
    }
    #category .game_tile span {
        font-size: 13px;
        padding: 1px 8px 0;
        height: 20px;
    }
    #category .game_tile span span {
        font-size: 8px;
        opacity: 0.5;
        right: 5px;
        left: auto;
        top: 4.5px;
        height: auto;
        padding: 0;
        letter-spacing: 1px;
    }
    /* #category .gaming_list li:nth-child(5n+0) .game_tile span {background-color: #5e36cf;}
  #category .gaming_list li:nth-child(5n+1) .game_tile span {background-color: #cf36cd;}
  #category .gaming_list li:nth-child(5n+2) .game_tile span {background-color: #cf3641;}
  #category .gaming_list li:nth-child(5n+3) .game_tile span {background-color: #367ecf;}
  #category .gaming_list li:nth-child(5n+4) .game_tile span {background-color: #cf7336;} */
    .welcome_text_title {
        font-size: 32px;
        line-height: 35px;
    }
    .welcome_text_title span {
        font-size: 17px;
        line-height: 24px;
        margin: 0;
    }
    #welcome p {
        font-size: 14px;
    }
    #welcome p br {
        display: none;
    }
    .welcome_text {
        padding: 35px 0 0;
    }
    .owl-carousel button.owl-dot {
        width: 40px;
        height: 40px;
        font-size: 16px;
        display: inline-block;
        transform: none;
        vertical-align: middle;
    }
    #welcome .carousel-wrap {
        max-width: 100%;
    }
    .btn_more {
        width: 180px;
        height: 50px;
        line-height: 54px;
    }
    /* .social_icon_rounded {
    right: auto;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 30px 0;
  }
  .social_icon_rounded li{
    display: inline-block;
    margin: 0 10px;
  } */
    #category {
        background: #383668;
        padding: 1px;
        margin-bottom: 0;
        transition: all 0.5s linear;
    }
    .carousel-wrap {
        max-width: 100%;
    }
    .faq h3,
    .dedicated_faq h3 {
        font-size: 24px;
        margin-top: 2rem;
    }
    .dedicated_faq h3 {
        margin-top: 0;
    }
    .dedicated_faq .blue_box {
        color: #fff;
        margin: 0;
        padding: 15px;
    }
    .dedicated_faq h3.mt-5 {
        margin-top: 2rem !important;
    }
    .mt-10 {
        margin-top: 0;
    }
    .faq .media-body h5 {
        font-size: 16px;
    }
    .faq .col-md-6:nth-of-type(odd) {
        border-right: 0;
    }
    .faq .media_right .media-body p {
        text-align: left;
    }
    .faq .media_right {
        text-align: left;
        display: flex;
        flex-direction: row-reverse;
    }
    .faq .media_right .number_count {
        margin-left: 0;
        margin-right: 10px;
    }
    footer .img-fluid {
        width: 150px;
        margin: 0 auto;
        display: block;
    }
    .footer_links,
    .social_icon {
        text-align: center;
    }
    footer .col-md-9.text-right {
        text-align: left !important;
    }
    footer .mt-5,
    .my-5 {
        margin-top: 1.5rem !important;
    }
    .faq .mb-5,
    .faq .mb-3 {
        margin-bottom: 0 !important;
    }
    .faq .que_grid::before {
        content: none;
    }
    .faq .media-body p {
        min-height: auto;
    }
    .categorised_games .gaming_list .list-inline-item {
        margin-bottom: 1.2rem;
    }

    .single-row .gaming_list .list-inline-item{
        margin-right: 7px;
        margin-left: 7px;
    }

    /* Game Page */
    .game_col.games_col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .main_game ul li {
        width: 45%;
    }
    /* .share_link .lets_chat {
    width: 14px;
  }
  .share_link .share_game {
    width: 15px;
  }
  .share_link .embed_game {
    width: 24px;
  } */
    .share_link img {
        max-width: 20px;
    }
    .share_link .list-inline-item:not(:last-child) {
        margin-right: 4px;
    }
    .like__bar .col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        max-width: 90px;
        padding-left: 0;
    }
    .like__bar .col-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 90px);
        flex: 0 0 calc(100% - 90px);
        max-width: calc(100% - 90px);
    }
    .like_counter li:last-child {
        width: calc(100% - 60px);
    }
    .game_description h4 {
        font-size: 24px;
        margin: 20px 0;
    }
    .game_description p {
        font-size: 14px;
        line-height: 18px;
    }
    .game_col .blue_box h3,
    .about_box h3 {
        font-size: 28px;
    }
    .vip_offer h3 {
        font-size: 20px;
    }
    .player_profile img.mr-3 {
        width: 30px;
        height: 30px;
        margin-right: 5px !important;
    }
    .player_profile .status {
        right: 5px;
    }
    .user_reviews .form-control {
        font-size: 14px;
    }
    .user_reviews .media-body p {
        font-size: 12px;
        margin-top: 5px;
        line-height: 15px;
    }
    .gaming_list.small_card .list-inline-item:nth-child(n + 7) {
        display: none;
    }
    .gaming_list.small_card {
        margin-bottom: 0;
    }
    /* Team */
    .page_title {
        padding: 20px 0;
        position: relative;
    }
    .page_title h1 {
        font-size: 28px;
    }
    .interpage_links li a {
        font-size: 10px;
        padding: 0 6px;
        letter-spacing: 0.5px;
    }
    .page_title .interpage_links {
        margin: 0 0 5px;
    }
    .about_box {
        padding: 20px;
        min-height: auto;
        margin-bottom: 15px;
        height: auto;
    }
    .about_us {
        padding: 20px 0;
    }
    .about_box h4 {
        font-size: 20px;
    }
    .about_box p {
        line-height: 20px;
    }

    .single-row .gaming_list {max-width: 100%;margin: 25px auto 0;}
    .title-head{position: relative;left: inherit;top: inherit;transform: translate(0);}
    .single-row a .more_games{position: absolute;right: inherit;left: auto;top: 0;transform: inherit;}
    .single-row{align-items: flex-start;flex-direction: column;}
    #locked_games .container-fluid, .categorised_games .container-fluid {  max-width: 100%;}
    .categorised_games .single-row h3{max-width: 220px;transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);}

     .user_reviews .comment{
        padding: 0 0 0 20px;
    }
    .clearall{
        left: 10px;
        top: 18px;
    }
    .user_reviews .comment .emojionearea .emojionearea-editor{
        padding: 15px 40px 15px 10px;
        font-size: 13px;
    }
    .user_reviews .comment .emojionearea .emojionearea-editor:empty::before{
        font-size: 13px;
    }

    .new_box {
        padding: 5px 25px 7px 25px;
    }
    .new_box .owl-prev {left: -30px;}
    .new_box .owl-next {right: -30px;}
    .tab-content-box{margin: 0px auto 0;max-width: 100%;}
    .tab-content-box .owl-carousel .owl-item{width: 100%;}
    .top-div .badges{margin: 0;}
    .tab-content-box .profile_stats p i{font-size: 16px;}
    .tab-content-box .details-content .owl-prev{left: -50px;}
    .tab-content-box .details-content .owl-next{right: -50px;}
    .details-content{padding: 20px 45px 20px 45px;height: auto;}
    .profile .responsive-tabs-container .tab-content > .tab-pane.active{height: inherit;}
    .top-div h3{font-size: 16px;}
    .top-div .badges img {width: 30px;}
    .top-div .badges{font-size: 10px;}
    .top-div{min-height: 45px;}
    .tab-content-box .profile_bio{max-width: inherit;}
    .tab-content-box .profile_stats ul li:nth-child(2) {padding-right: 50px;}
    .tab-content-box .profile_stats ul li:nth-child(3) {padding-left: 50px;}
    .top-div h3 span{font-size: 15px;}
    .top-div h3 span::before{font-size: 18px;}
    .top-div h3 span::after{font-size: 18px;}

}
@media (max-width: 629px) {
    .more_games {
        width: 158px;
    }
    .search_result .blue_box {
        max-width: 430px;
    }
    .game-title .container-fluid {
        max-width: 430px;
    }
    .categorised_games .game_tile,
    .last_played .game_tile,
    #locked_games .game_tile,
    .game_tile {
        width: 158px;
        height: 130px;
    }
    .categorised_games .game_tile img.game_img,
    .last_played .game_tile img.game_img,
    #locked_games .game_tile img.game_img,
    .game_tile img.game_img {
        height: 100px;
    }
    /* .categorised_games .gaming_list, .categorised_games h3 {
    max-width: 545px;
  } */
    #locked_games .container-fluid,
    .categorised_games .container-fluid {
/*        max-width: 565px;*/
        max-width: 100%;
    }
    #hot_games .container-fluid {
        padding: 0 17px;
    }
}
@media (max-width: 599px) {
    #locked_games .gaming_list li:nth-child(n + 3) {
        display: none;
    }
    .game-title .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .player_hostory .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .player_hostory .offset-md-2 {
        margin-left: 0%;
    }
    /* .categorised_games .gaming_list, .categorised_games h3 {
    max-width: 352px;;
  } */
    #locked_games .container-fluid,
    .categorised_games .container-fluid {
        max-width: 382px;
    }
    .search_bar .form-group,
    .search_bar .container-fluid {
        max-width: 520px;
    }
    .close_search {
        right: 24px;
        top: 15px;
    }
    .list-inline-item:not(:last-child).renew_switch {
        margin-right: 0;
    }
    .btn_skipad {
        font-size: 12px;
    }
    .audio-control {
        top: 45%;
        right: 45px;
    }
}
@media (max-width: 567px) {
    .ad_timer p {
        font-size: 8px;
    }
    #info .gender_selection li {
        display: block;
    }
    #info .switch-label {
        padding-left: 40px;
    }
    #locked_games .gaming_list li:nth-child(n + 3) {
        display: none;
    }
    .vip_offer li {
        width: calc(50% - 30px);
    }
    .game_preview {
        float: none;
    }
    li.breadcrumb-item {
        font-size: 11px;
    }
    li.breadcrumb-item:not(:first-child) {
        padding-left: 18px;
    }
    .breadcrumb-item + .breadcrumb-item::before {
        left: 7px;
    }
    .breadcrumb-item + .breadcrumb-item::after {
        left: 7px;
    }
    .maximize {
        line-height: 15px;
        height: 15px;
        padding-left: 15px;
        background-size: 15px;
        /* height: 33px; */
        background-position: right;
        position: relative;
        /* top: 8px; */
    }
    .btn_score {
        height: 17px;
        line-height: 15px;
        font-size: 8px;
        margin-right: 0;
        display: block;
        width: 50px;
    }
    .minimize_game {
        width: 15px;
        height: 15px;
    }
    .more_games {
        width: 130px;
        margin-top: -5px;
    }
    .last_played .game_tile span {
        padding: 2px;
    }
    /* .categorised_games .gaming_list, .categorised_games h3 {
    max-width: 391px;
  } */
    .search_bar .form-group {
        max-width: 90%;
        margin: 20px auto;
    }
    .search_bar .container-fluid {
        max-width: 90%;
    }
    .game_maximize .col-8{padding:0 7px}
    .maximize:hover{background-size: 15px 15px;width: 15px;height: 15px;background-position: right;}
    .admin_login form {
        padding: 0 0px 0 0;
      }
      .game_maximize .text-right {
        text-align: right !important;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        top: 8px;
        position: relative;
    }


}
@media only screen and (max-device-width: 820px) and (orientation: landscape) {
    /* .main_game {
        height: 260px;
    } */
    .game_tag {
        width: 70%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

    #locked_games .container-fluid, .categorised_games .container-fluid {
      max-width: 100%;
    }
    .new_box .owl-theme .owl-nav .owl-prev, .new_box .owl-theme .owl-nav .owl-next{
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
}
@media (max-width: 479px) {
    .big_game_poster ul{margin: 8px 0 0;}
     .user_reviews .comment{
        padding: 0 0 0 20px;
    }
    .clearall{
        left: 10px;
    }
    .user_reviews .comment .emojionearea .emojionearea-editor{
        padding: 15px 40px 15px 10px;
        font-size: 13px;
    }
    .user_reviews .comment .emojionearea .emojionearea-editor:empty::before{
        font-size: 13px;
    }
    .new_box .owl-theme .owl-nav .owl-prev, .new_box .owl-theme .owl-nav .owl-next{width: 25px;height: 25px;}
    .new_box .owl-theme .owl-nav .owl-prev, .new_box .owl-theme .owl-nav .owl-next {line-height: 25px;}
    .new_box {padding: 5px 10px 7px 9px;}
    .new_box .owl-prev {left: -25px;}
    .new_box .owl-next {right: -25px;}

    .tab-content-box .profile_stats ul li:nth-child(2) {
        padding-right: 50px;
    }
    .tab-content-box .profile_stats ul li:nth-child(3) {
      padding-left: 50px;
    }
    #content-list .pagination-prev{
        width: 19px;
    }
    #content-list .pagination-next{
        width: 19px;
    }
    .tab-content-box .profile_bio{
        min-height: auto;
    }
    .tab-content-box .profile_stats {
      position: relative;
      top: inherit;
      left: inherit;
      right: inherit;
      margin: 10px 0 0;
    }
    .tab-content-box .profile_stats ul li:nth-child(2) {
      padding-right: 8px;
    }
    .tab-content-box .profile_stats ul li:nth-child(3) {
          padding-left: 8px;
        }

    .details-content{
        min-height: auto;
    }
    .details-content .owl-carousel .item{
        min-height: auto;
    }

    .details-content {
      padding: 20px 25px 20px 25px;
    }

    .details ul li{
        font-size: 14px;
    }
    .tab-content-box .details-content .owl-prev {
        left: -30px;
        width: 17px;
    }
    .tab-content-box .details-content .owl-next{
        right: -30px;
        width: 17px;
    }




}




@media (max-width: 440px) {
    .search_result .game_tile {
        width: 140px;
        height: 180px;
        margin: 0 5px 12px;
    }
    .search_result .game_tile img.game_img {
        height: 99px;
    }
    .search_result .gaming_list {
        margin: 0 -8px;
    }
    .search_result .blue_box {
        max-width: 320px;
        padding: 15px 15px 3px;
    }
    .game-title .col-6.col-md-4.col-lg-3.col-xl-2 {
        padding: 0 5px;
    }
    .search_result {
        padding: 15px 0;
    }
    .game_filter_title h3 {
        font-size: 20px;
    }
    .sort_by {
        font-size: 10px;
        padding: 12px 15px;
    }
    .data_list {
        left: 5px;
        right: 5px;
    }
    .data_list li span {
        display: block;
        font-size: 13px;
    }
}
@media (max-width: 420px) {

    .categorised_games h3 {
        padding: 0 7px;
    }
    .search_result .game_tile {
        width: 100%;
        height: 180px;
        margin: 0;
    }
    .search_bar .categorised_games .game_tile {
        height: 110px;
    }
    .subscribed_user .hot_pro_badge,
    .subscribed_user .pro_badge {
        width: 40px;
    }
    .search_bar .categorised_games .game_tile img.game_img {
        height: 82px;
    }
    .search_result .gaming_list .list-inline-item {
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 14px;
    }
    .search_result .blue_box {
        padding: 15px 10px 3px;
    }
    .last_played li:nth-child(n + 3) {
        display: none;
    }
    .gaming_list .list-inline-item,
    .gaming_list.small_card .list-inline-item {
        margin-right: 8px;
        margin-left: 8px;
        margin-bottom: 0;
        width: calc(50% - 18px);
        margin-bottom: 18px;
    }

    .single-row{
        display: inherit;
    }
    .categorised_games .single-row h3{
        max-width: 135px;
    }

    .categorised_games .game_tile,
    .last_played .game_tile,
    #locked_games .game_tile,
    .game_tile,
    .gaming_list.small_card .game_tile {
        width: 100%;
        height: 120px;
        background-size: 90px;
        background-position: center 20px;
    }
    #sync2.gaming_list.small_card .game_tile {
        width: 120px;
    }
    div#sync2 {
        padding: 10px 20px;
    }
    div#sync2 .owl-nav button {
        width: 25px;
    }
    .gaming_list .game_tile span,
    .categorised_games .game_tile span,
    .gaming_list.small_card .game_tile span {
        padding: 4px 8px 3px;
        font-size: 14px;
    }
    .last_played .gaming_list .game_tile span {
        padding: 4px 1px;
        font-size: 12px;
    }
    .categorised_games .game_tile img.game_img,
    .last_played .game_tile img.game_img,
    #locked_games .game_tile img.game_img,
    .game_tile img.game_img,
    .gaming_list.small_card .game_tile img.game_img {
        height: 92px;
    }
    #player_card .profile_pic ,#player_card_popup .profile_pic{
        left: -15px;
    }
    .modal_title .level_badge {
        right: 25px;
    }
    #player_card .modal_title,#player_card_popup .modal_title {
        padding: 0 90px;
    }
    .player_hostory {
        padding: 0 10px;
        margin-top: 20px;
    }
}
@media (max-width: 375px) {
    .game_maximize .col-4 {
        padding-left: 0;
    }
}
@media (max-width: 350px) {
    .interpage_links li a {
        font-size: 9px;
        padding: 0 4px;
    }
    .game_category_capsule span {
        font-size: 10px;
    }
    .navbar-expand-lg .navbar-nav .nav-link.profile_link {
        margin-left: 3px;
        padding-left: 0;
    }
    .more_games {
        width: 106px;
        margin-top: -5px;
    }
    .croppie-container .cr-boundary {
        width: 100% !important;
        height: 260px !important;
    }
    .page_title h1 {
        font-size: 20px;
    }
    #adblocker .modal_title {
        padding: 0 5px;
        font-size: 16px;
    }
    .page_title h1.small_title {
        font-size: 20px;
    }
    .game_maximize .list-inline-item:not(:last-child) {
        margin-right: 0.2rem;
    }
    .btn_score {
        font-size: 6px;
        width: 40px;
    }
    .record_list {
        font-size: 10px;
    }
    .pricing_plan {
        padding: 15px 0;
    }
    .categorised_games .game_tile,
    .last_played .game_tile,
    #locked_games .game_tile,
    .game_tile,
    .gaming_list.small_card .game_tile {
        width: 100%;
        height: 80px;
        background-size: 60px;
    }
    .categorised_games .game_tile img.game_img,
    .last_played .game_tile img.game_img,
    #locked_games .game_tile img.game_img,
    .game_tile img.game_img,
    .gaming_list.small_card .game_tile img.game_img {
        height: 60px;
    }
    .gaming_list .game_tile span,
    .categorised_games .game_tile span,
    .gaming_list.small_card .game_tile span {
        padding: 2px 8px;
        font-size: 11px;
    }
    .last_played .gaming_list .game_tile span {
        padding: 0 1px;
        font-size: 12px;
    }
    #scoreboard .user_profile {
        width: 15px;
        margin-right: 2px;
    }
    #scoreboard .table th,
    #scoreboard .table td {
        padding: 4px 5px;
        font-size: 11px;
    }
}



.details{
    display: flex;
    justify-content: space-between;
}
.sinlge-block{
    width: 100%;
}

.details .single-block {
    width: 45%;
}
.details .single-block.lblock{
    width: 40%;
}
.details .single-block.lblock ul li  span{
    min-width: 63px;
}
.details-content{
    background: url("../img/greyblak.png") repeat-y;
    background-size: 100% 70px;
}


.sidebar-navs {
    position: absolute;
    left: 380px;
    top: 20px;
  }
  .sidebar-navs ul{
    margin: 0;
    padding: 0;
  }
  .sidebar-navs ul li{
    list-style: none;
    margin: 0 0 15px;
  }
  .sidebar-navs ul li a{
    color: #fff;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
  }
  .sidebar-navs ul li a i{
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
  }
  .sidebar-navs ul li a:focus,  .sidebar-navs ul li a:hover  {
    color:#eee454;
  }
  .sidebar-navs ul li a:focus i,  .sidebar-navs ul li a:hover i{
    color:#eee454;
  }
  .sidebar-navs ul li a span{
    min-width: 22px;
    float: left;
    position: relative;
    top: 1px;
  }
  .sidebar-navs img {
    width: 11px;
    margin: 0 5px 0 0;
    position: relative;
    top: -2px;
  }

  .sidebar-navs ul li.edit-link img{
    width: 17px;
  }
  .sidebar-navs ul li.help img{
    width: 13px;
  }
  .top-block {
    margin: 20px 0 0;
  }
  .back-btn img {
    width: 15px;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .delete-sec {
    display: flex;
    justify-content: space-between;
  }

  .settings-inner {
    min-height: 220px;
    position: relative;
    /* padding: 0 25px; */
  }
  .bottom-block {
    margin: 40px 0 0;
    padding: 15px 30px;
  }

  #page1{
    height: 100%;
  }
  .page2 {
    width: 100%;
    position: absolute;
    top: 0;
    /* background: rebeccapurple; */
    right: 0;
    background: #24222f;
  }
  .page2.active-class{
    right: -500px;
  }

  #PrivacySettings .modal-body {
    padding: 0;
  }
  #PrivacySettings .modal-dialog-scrollable .modal-body{
    overflow: hidden;
  }

  #PrivacySettings .modal-dialog-scrollable .modal-content{
    height: 350px;
  }

  #PrivacySettings .modal-header{
    padding: 10px;
  }
  #PrivacySettings .modal-header .close{
    padding: 28px 15px;
  }
  #next-page {
    position: absolute;
    right: 30px;
    bottom: 90px;
  }
  #next-page img {
    width: 30px;

  }


  .deletebtn{
    border: none;
    padding: 11px 15px 13px;
    display: inline-block;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    width: 100%;
    max-width: 300px;
    background-image: linear-gradient(to right, #750271 0%, #882186 51%, #390038 100%);

   }


  .deletebtn:hover{
    background-position: right center;
    color: #fff;
  }
  .img1{
    width: 15px;
    display: inline-block;
    position: relative;
    top: 4px;
  }
  .img2 {
    width: 15px;
    display: none;
    position: relative;
    top: 4px;
  }
  .responsive-tabs-container .nav-tabs li.active .img1{
    display: none;
  }
  .responsive-tabs-container .nav-tabs li.active .img2{
    display: inline-block;
  }
  .nav.nav-tabs.responsive-tabs  li:nth-child(2)  .img2{
    top: 2px;
    margin-right: 5px;
  }
  .nav.nav-tabs.responsive-tabs  li:nth-child(2)  .img1{
    top: 7px;
    margin-right: 5px;
    float: left;
  }
  .nav.nav-tabs.responsive-tabs  li:first-child .img1{
    top: 11px;
    width: 13px;
    margin-right: 5px;
    float: left;
  }

  .navbar-nav .custom_tooltip_profile::before{
    top: -20px;
  }
  .navbar-nav .custom_tooltip_profile::after{
    top: 7px;
  }
  .topRow {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
  }


  .location {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: #a2a2a2;
  }
  .location i{
    font-size: 12px;
  }
  .user_name{
    line-height: 1;
    padding: 4px 0 0;
  }

  .panel {margin: 50px auto 10px; text-align: center;}
  .button_outer {background: #730270; border-radius:30px; text-align: center; height: 50px; width: 200px; display: inline-block; transition: .2s; position: relative; overflow: hidden;}
  .btn_upload {padding: 13px 30px 12px; color: #fff; text-align: center; position: relative; display: inline-block; overflow: hidden; z-index: 3; white-space: nowrap;}
  .btn_upload input {position: absolute; width: 100%; left: 0; top: 0; width: 100%; height: 105%; cursor: pointer; opacity: 0;}
  .file_uploading {width: 100%; height: 10px; margin-top: 20px; background: #ccc;}
  .file_uploading .btn_upload {display: none;}
  .processing_bar {position: absolute; left: 0; top: 0; width: 0; height: 100%; border-radius: 30px; background:#730270; transition: 3s;}
  .file_uploading .processing_bar {width: 100%;}
  .success_box {display: none; width: 50px; height: 50px; position: relative;}
  .success_box:before {content: ''; display: block; width: 9px; height: 18px; border-bottom: 6px solid #fff; border-right: 6px solid #fff; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); position: absolute;left: 21px;top: 16px;}
  .file_uploaded .success_box {display: inline-block;}
  .file_uploaded {margin-top: 0; width: 50px; background:#83ccd3; height: 50px;}
  .uploaded_file_view {max-width: 300px; text-align: center; position: relative; transition: .2s; opacity: 0; border: 2px solid #ddd; }

  .uploaded_file_view.show{
    margin: 10px auto;padding: 15px;
  }
  .file_remove{width: 30px; height: 30px; border-radius: 50%; display: block; position: absolute; background: #aaa; line-height: 30px; color: #fff; font-size: 12px; cursor: pointer; right: -15px; top: -15px;}
  .file_remove:hover {background: #222; transition: .2s;}
  .uploaded_file_view img {max-width: 100%;}
  .uploaded_file_view.show {opacity: 1;}
  .error_msg {text-align: center; color: #f00}

  #reset{
    background: #730270;
    border-radius: 30px;
    text-align: center;
    height: 50px;
    width: 200px;
    display: inline-block;
    transition: .2s;
    position: relative;
    overflow: hidden;
    border: none;
    color: #fff;
  }
  #background .btn_save.btn_edit{
    max-width: 200px;
    margin: 0 auto 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.49);
}



  .game_wrapper.active-class .embed-responsive .embed-responsive-item,
  .game_wrapper.active-class .embed-responsive iframe,
  .game_wrapper.active-class .embed-responsive embed,
  .game_wrapper.active-class.embed-responsive object,
  .game_wrapper.active-class .embed-responsive video{
      height: 100vh;
  }

  .game_wrapper.active-class .embed-responsive-16by9::before{
      height: 100vh;
  }

  .game-slider{
    width: 100%;
    overflow: hidden;
    padding:16px 0px 10px;
  }
  .game-slider .owl-carousel .owl-stage-outer{
    overflow: visible;
  }

  .game-slider .categorised_games .game_tile img.game_img{
    z-index: 9999;
    position: relative;
    height: 100%;
  }

  .game-slider .owl-carousel:hover .owl-next{
    opacity: 1;
    visibility: visible;
  }
  .game-slider .owl-carousel:hover .owl-prev{
    opacity: 1;
    visibility: visible;
  }

  .game-slider .owl-prev.disabled{
    display: none;
    opacity: 0;
  }

  .game-slider .owl-prev{
    position:absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(53,29,91,0.8) !important;
    width: 30px;
    height: 100%;
    border-radius: 0;
    margin: 0 !important;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
  }
  .game-slider .owl-prev i{
    display: none;
  }
  .game-slider .owl-prev:after{
    position: absolute;
    content: "";
    width: 20px;
    height: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/prev-img.png") no-repeat;
    background-size: 100% 100%;
}

  .game-slider .owl-next{
    position:absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(53,29,91,0.8) !important;
    width: 30px;
    height: 100%;
    border-radius: 0;
    margin: 0!important;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
  }
  .game-slider .owl-next:after{
    position: absolute;
    content: "";
    width: 20px;
    height: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/next-img.png") no-repeat;
    background-size: 100% 100%;
}
  .game-slider .owl-next i{
    display: none;
  }



  /* #player_card  .profile_pic{
    width: 118px;
    height: 118px;
  } */

  #player_card .modal_title .profile_pic .dp{
    width: 100%;
    height: 100%;
  }
  #player_card .modal_title{
    padding: 0 70px 0 120px;
  }
  #player_card .profile_pic{
    margin: -90px 0 0 0;
    left: -10px;
  }


  .game-slider .owl-next.disabled{
    display: none;
    opacity: 0;
  }
  .game-slider .owl-theme .owl-nav [class*="owl-"]{
    border-radius: 0 !important;
  }
  .game-slider.owl-carousel.owl-drag .owl-item{
    border-radius: 30px !important;
  }
  .game-slider  .owl-carousel .item{
    transition: transform .2s;

  }
  .categorised_games .game-slider .game_tile img.game_img{
    height: 100%;
  }
 .game-slider  .owl-carousel .item:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  /* border: 1px solid; */
  border-radius: 5px;
}
.game-slider  .owl-carousel .item:hover .img-fluid.game_img{
    z-index: 999999;
    border-radius: 10px;
    border: 2px solid #eee454;
}
.game-slider  .owl-carousel .item:hover  .game_tile:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.game-slider  .owl-carousel .item:hover  .game_tile{
    border-radius: 10px;
}
.game-slider  .owl-carousel .item  .game_tile{
    border-radius: 10px;
}
 .game-slider .game_tile span{
    position: absolute;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    padding: 0 5px 0 15px;
    color: #eee454;
    z-index: 2;
    text-transform: capitalize;
    font-size: 0;
}
.game-slider  .owl-carousel .item:hover  .game_tile span{
    opacity: 1;
    visibility: visible;
    bottom: 20px;
    font-size: 16px;
}
 .game-slider  .game_tile span.hot_game_name {
    background:none;
  }

.blue_box.categorised_games.slider_block{
    margin: 0px 40px;
    padding: 10px 0;
}

.item_hover{
    z-index: 9999;
    position: relative;
}



.fill-closing-vertical {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    overflow: hidden
}

.fill-closing-horizontal:focus,
.fill-closing-horizontal:hover,
.fill-closing-vertical {
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease
}





.fill-closing-vertical {
    display: inline;
    position: relative;
    z-index: 2;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-user-select: none;
    user-select: none;
    padding: 10px;
    transition: color 1s ease
}

.fill-closing-vertical:after,
.fill-closing-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%
}

.fill-closing-vertical:focus,
.fill-closing-vertical:hover {
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease
}

.fill-closing-vertical:focus,
.fill-closing-vertical:hover {
    outline: 0;
    color: #1B98E0;
    transition: color 1s ease;
    cursor: pointer
}

.fill-closing-vertical:after,
.fill-closing-vertical:before {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.fill-closing-vertical:focus:after,
.fill-closing-vertical:focus:before,
.fill-closing-vertical:hover:after,
.fill-closing-vertical:hover:before {
    outline: 0;
    background-color: #2b0a54;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.fill-closing-vertical:before {
    height: 3px;
    top: 0;
    right: 0
}

.fill-closing-vertical:focus:before,
.fill-closing-vertical:hover:before {
    width: 100%;
    height: 50%
}

.fill-closing-vertical:after {
    height: 3px;
    bottom: 0;
    left: 0
}



.fill-closing-vertical:focus:after,
.fill-closing-vertical:hover:after {
    width: 100%;
    height: 50%
}



.fill-closing-vertical:hover {
    color: #eee454!important
}





.item.moregames{
    /* background-color: red; */
    width: 100%;
    height: 100%;
}
.item.moregames a{
    color: #fff;
}
.item.moregames a img {
    width: 16px;
    height: 26px;
    position: absolute;
    bottom: 20px;
    right: 10px;
  }
  .item.moregames  .game_tile{
    background-image: none;
  }
  .item.moregames:hover .game_tile{
    border: 2px solid #eee454;
  }

  .item.moregames   h5 {
    padding: 5px 10px;
    transition: all .5s;
  }

  .game-slider  .owl-carousel .item.moregames:hover h5 {
    position: relative;
    top: 10px;
  }
  .game-slider  .owl-carousel .item.moregames:hover img{
    right: 20px;
    width: 10px;
    height: 21px;
  }










  /*-- layout-- */

  @media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .sidebar-navs{left: 260px;}
    .data_box{max-width: 749px;}
  }

  @media only screen and (min-width: 1397px) and (max-width: 1599px) {
    .sidebar-navs{left: 160px;}
    .data_box{max-width: 749px;}
  }

  @media only screen and (min-width: 1250px) and (max-width: 1396px) {
    .sidebar-navs{left: 50px;}
    .data_box{max-width: 749px;}
  }
  @media only screen and (min-width: 1200px) and (max-width: 1250px) {
    .sidebar-navs{left: 80px;}
    .data_box{max-width: 637px;}
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav.nav-tabs.responsive-tabs li:nth-child(2) .img1{top: 9px;width: 13px;}
    .sidebar-navs{left: 40px;}
    .nav.nav-tabs.responsive-tabs li:nth-child(2) .img2{top: 1px;width: 13px;}
    .img2{top: 2px;}

    .details-content{padding: 5px 35px 0px 35px;}
  }

  @media  (max-width: 991px) {
    .navbar-nav .custom_tooltip_profile::after {
        top: 3px;
        right: 0;
        left: 0;
        margin: 0 auto;
      }

      .navbar-nav .custom_tooltip_profile::before {
        top: -18px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        max-width: 40px;
        width: 100%;
      }
}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-navs{position: relative;left: inherit;top: inherit;margin: 35px 0 0;}
  }

    @media only screen and (max-width: 767px) {
        .sidebar-navs{position: relative;left: inherit;top: inherit;margin: 35px 0 0;}
        .details-content{height: auto; padding: 0;}
    .details .single-block.lblock {width: 100%;}
    .details .single-block {width: 100%;}
    .details{flex-direction: column;}
    .details .single-block ul li{margin: 0;padding: 5px 15px;}
    .details .single-block ul li:nth-child(2n+1){background: #363636;}
    .details .single-block ul li:nth-child(2n){background: #202020;}
    .details .single-block  ul li span {min-width: 93px;}
    .details .single-block.lblock ul li span {min-width: 93px;}

    .blue_box.categorised_games.slider_block{margin: 0 20px;}

    }


  @media only screen and (max-width: 479px) {

    .top-block {margin: 10px 0 0;}
    .back-btn img{width: 10px;top: 15px;}
    .bottom-block{margin: 10px 0 0;padding: 15px 20px;}
    .bottom-block p{font-size: 14px;}
    .deletebtn{padding: 8px 15px 10px;font-size: 18px;max-width: 190px;}
    .delete-sec h4 {font-size: 20px;}
    #next-page{right: 10px;bottom: 123px;}
    #next-page img {width: 20px;}
    #PrivacySettings .modal-dialog-scrollable .modal-content {height: 310px;}
    .tab-content-box .profile_stats ul{width: 100%;}
    .game_maximize .col-8{padding:0 7px}
    .maximize:hover{background-size: 15px 15px;width: 15px;height: 15px;}

}

