@font-face {
    font-family: LibreFranklin;
    src: url('../fonts/LibreFranklin-Light.ttf'),
    url('../fonts/LibreFranklin-Bold.ttf'),
    url('../fonts/LibreFranklin-SemiBold.ttf') format("truetype");
}

* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'LibreFranklin', sans-serif;
    overflow-x: hidden;
    width: 100%;
}

.page-container {
    width: 100%;
    float: left;
    height: 100%;
    min-height: 70vh;
}

.form-control {
    height: 44px;
    border: 1px solid #cccccc;
    border-radius: 25px;
    padding: 6px 18px;
}

.provider-item {
    margin-right: 0 !important;
}

.ml-15 {
    margin-left: 15px;
}

.header {
    background-color: #9A0707;
}

.navbar-brand {
    display: inline-block;
    height: auto;
    padding: 20px 15px 0 15px;
}

.navbar-brand img {
    width: 130px;
}

.header a {
    color: white !important;
}

.magnit-top-navbar li.active .menu-item {
    border: 1px solid white;
    border-radius: 22px;
    box-shadow: inset 0 0 3px 0 rgb(255 254 254);
}

.magnit-top-navbar li .menu-item:active,
.magnit-top-navbar li .menu-item:focus,
.magnit-top-navbar li .menu-item:hover {
    color: #2D2828 !important;
}

.magnit-top-navbar li .menu-item:active img,
.magnit-top-navbar li .menu-item:focus img,
.magnit-top-navbar li .menu-item:hover img {
    filter: invert(1) sepia(0) saturate(0) hue-rotate(0deg);
}

.menu-item img {
    transition: .5s;
}

.menu-item {
    color: white;
    padding: 5px 8px !important;
    background: transparent !important;
    transition: .2s;
}

.nav-right-btns a.dropdown-toggle:focus,
.nav-right-btns a.dropdown-toggle:hover,
.nav-right-btns a.dropdown-toggle:active,
.nav-right-btns a.dropdown-toggle[aria-expanded="true"] {
    color: white !important;
    font-weight: unset;
    background-color: unset;
}

.nav-right-btns > li a {
    line-height: 18px;
}

.top-navbar {
    margin-bottom: 0;
    border: none !important;
}

.mr-10 {
    margin-right: 10px;
}

.navbar .dropdown-menu li, .navbar .dropdown-menu {
    background: #9A0707;
    width: 100%;
}

.header #top-collapsing-nav {
    margin: 10px 0;
}

.navbar-custom .navbar-toggle {
    color: white;
    border-color: white;
    padding: 5px 14px;
}

.provider-tab-icon {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.navbar-new-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 2px;
    right: 3px;
}

.circle {
    border-radius: 50%;
}

.game-live-icon {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 40px;
    height: 25px;
    z-index: 9;
    display: block;
    visibility: visible;
    background-size: 100% 100%;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.w-100 {
    width: 100% !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.modal-content {
    box-shadow: 0 0 10px 5px #6b0504;
    border: none;
}

.modal-header {
    border-bottom: none;
    background-color: #9a0807;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
    margin-top: 0;
    line-height: unset;
    font-size: 25px;
    font-weight: 500;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.withdrawFormsContainer {
    margin: 20px 0;
    padding: 0 15px;
}

.slide-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 100%;
    height: 100%;
}

a.slick-arrow {
    position: absolute;
    background: rgba(0, 0, 0, 0.71);
    z-index: 999;
    top: 40%;
    font-size: 47px;
    padding: 5px;
    color: rgba(237, 239, 244, 0.69);
    cursor: pointer;
}

a.slick-arrow.slick-arrow-next {
    right: 0;
}

.main-content {
    padding: 10px 0;
}

.middle {
    min-height: 400px;
}

#depositModalBox .paymethod-label .min-amount-label {
    font-size: 13px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.withdraw-min {
    font-size: 12px;
}

#depositModalBox .paymethod-label .min-amount-label span {
    font-weight: 700;
}

.footer {
    background-image: url("../images/footer-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer-content {
    padding-top: 20px;
}

.footer-content li a {
    color: #edeff4;
    padding: 2px 0;
    display: block;
    font: 15px/20px Unbounded, Arial, Helvetica, sans-serif;
    text-decoration: unset;
    width: fit-content;
}

.footer-menus {
    margin-bottom: 10px;
}

.footer-menu-item li.title {
    font-weight: 600;
    min-height: 30px;
    color: white;
}

.outcombet_game_container {
    height: 100%;
}

.slick-track,
.slick-list {
    height: 100%;
}

.main-slider {
    height: 100%;
}

.games-tabs-list {
    background-color: #9A0707;
    border: none !important;
    padding: 0 8px 15px;
    margin-bottom: 15px;
}

.games-tabs-list a {
    color: white;
    font-size: 15px;
    border: none !important;
    padding: 7px 17px !important;
}

.games-tabs-list > li > a:hover,
.games-tabs-list > li > a:focus,
.games-tabs-list > li > a:active,
.games-tabs-list > li.active > a,
.games-tabs-list > li > a:visited {
    color: white !important;
    border-radius: 25px !important;
    background: rgba(210, 32, 48, 1) !important;
}

.game-itm {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 15px;
}

.game-item {
    border: 1px solid red;
}

#game-loader-container {
    z-index: 5;
    margin: 0 auto;
    display: block;
    position: relative
}

.method-select-msg {
    width: 100%;
    padding: 5px;
}

.account-panel {
    border: 3px solid #9a0807;
    border-radius: 10px;
    box-shadow: 0 0 15px 3px #9a0807;
    margin: 40px auto;
    padding: 30px 20px;
}

h1.page-title {
    font-weight: 100;
    font-size: 31px;
}

.alert.payin-alert {
    border-radius: 22px;
    box-shadow: 0 0 5px 1px #9a0807;
    border: none;
}

.wheel-game-container {
    float: none;
    margin: 0 auto;
}

.methods-container {
    padding: 10px 15px;
}

.account-table > tbody > tr > td,
.account-table > tbody > tr > th,
.account-table > tfoot > tr > td,
.account-table > tfoot > tr > th,
.account-table > thead > tr > td,
.account-table > thead > tr > th {
    padding: 12px 0;
    border-top: none;
    border-bottom: 1px solid #9a0807;
    color: #450f0f;
}

.account-table > tbody > tr > td:first-child,
.account-table > tfoot > tr > td:first-child,
.account-table > thead > tr > td:first-child {
    font-weight: bold;
}

.w-form {
    height: 0;
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
}

.w-form.selected {
    height: 100%;
}

.withdraw_method_selecter {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #333;
    margin-bottom: 30px;
    position: relative;
}

.withdraw_method_selecter span.selected {
    display: none;
    font-weight: 800;
    font-size: 17px;
}

.withdraw_method_selecter.selected span.selected {
    display: inline-block;
}

.withdraw_method_selecter img {
    display: block;
    width: 180px;
    background: #edeff4;
    box-shadow: 0 0 8px 8px rgba(237, 239, 244, 0.57);
}

.withdraw_method_selecter::after {
    content: ' ';
    display: block;
    position: absolute;
    background: #9A0707;
    height: 60px;
    width: 35px;
    z-index: -1;
    bottom: 15px;
    left: -10px;
    transition: 0.3s;
}

.withdraw_method_selecter.selected::after {
    left: -31px;
}

.supero-confirm-denomination-btn, .gameCloserBtn, .outcombetGameCloseBtn {
    margin: 6px 0 6px 10px;
    background: rgba(154, 7, 7, 1) !important;
    box-shadow: 2px 3px 5px 1px rgba(255, 255, 255, 0.2) inset, 2px 3px 5px 1px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    font-size: 15px;
    padding: 12px 30px;
    border: none;
    color: white;
}

.gameCloserBtn, .outcombetGameCloseBtn {
    display: block;
    max-width: 200px;
    margin: auto auto 15px;
}

.supero-confirm-denomination-btn i {
    display: none;
}

.superomatic-denomination-selecter {
    background: white;
    border-radius: 7px;
    box-shadow: 2px 3px 5px 1px rgba(255, 255, 255, 0.2) inset, 2px 3px 5px 1px rgba(0, 0, 0, 0.5);
    color: #2D2828;
}

.supero-image-block img {
    max-width: 200px;
    border-radius: 5px;
}

#GameBlock {
    height: 100%;
}

.preview_content {
    vertical-align: middle;
    display: table-cell;
}

.game-item-container .preview {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    color: white;
    height: 100%;
    font-size: 16px;
    word-break: break-all;
    padding: 5px;
    border-radius: 7px;
    font-weight: 600;
    background: rgb(37 34 34 / 80%);
}

#selected-method-img {
    margin: 15px;
    max-width: 100px;
    border-radius: 7px;
}

.game-item-container:hover .preview {
    display: table;
    width: 100%;
}

.bonus-area {
    position: relative;
    margin-bottom: 20px;
}

.levels-area {
    position: relative;
    margin-bottom: 20px;
    float: none;
}

.levels-area-in {
    box-shadow: 5px 5px 6px 0 #d10011;
    border-radius: 10px;
    border: 2px solid #d10011;
    padding-bottom: 15px;
}

.bonus-area-in {
    box-shadow: 5px 5px 6px 0 #d10011;
    border-radius: 7px;
    border: 2px solid #d10011;
    padding-top: 10px;
    padding-bottom: 15px;
    overflow: hidden;
    max-height: 330px;
}

.bonus-img-area {
    margin-bottom: 20px;
    text-align: center;
}

.bonus-img-area img {
    width: 100%;
    max-width: 150px;
}

.red-title {
    color: #9a0707;
}

.games-tabs-list .show-all-tabs {
    background: transparent;
    border: none;
    color: white;
    padding: 10px;
}

.withdraw_limit_hint {
    text-align: center;
    margin: 20px auto;
    font-size: 12px;
}

#WheelGameContainer {
    max-width: 90vw;
    max-height: 90vh !important;
    margin: auto;
}

.bonus-title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 14px;
    color: #730808;
}

.bonus-right-side {
    padding: 0;
}

.game_load_loading {
    font-size: 30px;
    margin-top: 15px;
    color: #ffffff;
}

.game_load_effect {
    position: absolute;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    z-index: 200;
    background-color: #9A0707;
    text-align: center;
    border: 1px solid #9A0707;
    top: 0;
}

#game_load_effect_in {
    margin-top: 250px;
    background-color: #9A0707;
    padding: 50px 0;
}

.double-repl-alert {
    padding-left: 0;
    padding-right: 0;
}

.double_repl {
    border-radius: 22px;
    box-shadow: 0 0 5px 1px #9a0807;
    border: none;
    padding: 10px;
}

.double_repl input[type="checkbox"] {
    display: none;
}

.double_repl input[type="checkbox"] + .btn-group > label span {
    width: 40px;
}

.double_repl input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
    color: #00a65a;
}

.double_repl input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;
    color: #9A0707;
}

.double_repl input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
    color: #59B428;
}

.double_repl input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
    color: #9A0707;
}

.coming_soon {
    border: 1px solid #d10011 !important;
    padding: 2px;
    font-size: 20px;
}

.game_view_background {
    background-color: #0B2050;
    background-image: url("../images/wheelbg.png");
    background-position: 0 0;
    background-size: 50% 100%;
    min-height: 100vh;
}

.tab_change_buttons {
    margin-bottom: 20px;
}

.games-list-container {
    min-height: 500px;
    margin-top: -20px;
}

.DuplicateModal img {
    width: 134px;
}

.text-orange {
    color: #FAA400
}

.form-toggle-area {
    padding: 15px;
    border: 2px solid #9A0707;
    margin-bottom: 15px;
}

button {
    outline: none !important;
}

.game-loader-trigger {
    background: rgba(154, 7, 7, 1);
    box-shadow: 2px 2px 2px 1px rgba(255, 255, 255, 0.2) inset, 2px 3px 3px 1px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    font-size: 12px;
    padding: 10px 20px;
    border: none;
    color: white;
    outline: none !important;
}

.game-loader-trigger:hover {
    color: rgba(45, 40, 40, 1);
}

.action-btn {
    background: rgba(154, 7, 7, 1);
    box-shadow: 2px 3px 5px 1px rgba(255, 255, 255, 0.2) inset,
    2px 3px 5px 1px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    font-size: 15px;
    padding: 12px 30px;
    border: none;
    color: white;
}

.action-btn:hover {
    color: rgba(45, 40, 40, 1);
}

.demo-btn {
    background: none;
    color: white !important;
    display: block;
    width: fit-content;
    margin: 8px auto;
}

.header .dropdown-menu {
    min-width: 150px;
}

.footer-game-btn {
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 20%;
    background-color: #1f1111;
    cursor: pointer;
    padding: 2px 12px;
}

.footer-game-img {
    max-width: 100%;
}

.footer-title {
    font: 15px/13px Roboto, Arial, Helvetica, sans-serif;
    color: white !important;
    font-weight: 600;
}

.nav-right-btns li > a.dropdown-toggle {
    padding: 0 28px !important;
}

#top-collapsing-nav {
    padding: 0;
}

.magnit-top-navbar {
    padding: 5px 15px;
    margin: 0;
}

.restore-legend {
    color: #9a0807;
    font-weight: bold;
    font-size: 14px
}

.message-text {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.message-item.alert {
    color: #9a0707;
    font-size: 15px;
    border: 2px solid #9a0707;
    padding: 25px 15px;
}

.message-item span.time {
    position: absolute;
    font-size: 12px;
    bottom: 5px;
    color: #450f0f;
    right: 15px;
}

#messages > div > h3 {
    margin-bottom: 40px;
}

.after-reg-show {
    border: 2px solid #9a0807;
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0 0 2px 1px #8f1d0e;
}

#countdown {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.slier-go-back {
    color: #9a0807;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
}

.slier-go-back:hover,
.slier-go-back:active {
    color: #ba1c1a;
}

.withdraw_method_selecter.selected {
    transform: scale(1.1);
}

.footer-social-icon:hover {
    color: #c19f9f;
}

.footer-soc-icons {
    overflow: hidden;
    border-top: 1px solid white;
    padding: 20px 0;
}

.footer-soc-icons a {
    text-decoration: none !important;
}

.footer-soc-icons span {
    color: white !important;
    font-weight: bold;
}

.footer-soc-icons img {
    width: 30px;
    height: auto;
    margin-right: 5px;
}

.footer-logo-area a img {
    max-width: 200px;
}

.footer-logo-area a {
    text-align: left;
}

.wheel-progress .tooltip {
    float: right;
    z-index: 10;
    top: 0 !important;
    left: unset !important;
    display: block;
    width: 100%;
    text-align: center;
}

.wheel-progress .tooltip > .tooltip-inner {
    background-color: transparent;
    padding: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    max-width: unset;
}

.wheel-progress .popOver + .tooltip > .tooltip-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
    display: none;
}

.wheel-progress .progress {
    position: relative;
    border-radius: 50px !important;
    overflow: hidden;
    background: #a0a0a0;
    background: -moz-linear-gradient(top, #a0a0a0 0%, #898989 36%, #666666 63%, #545454 100%);
    background: -webkit-linear-gradient(top, #a0a0a0 0%, #898989 36%, #666666 63%, #545454 100%);
    background: linear-gradient(to bottom, #a0a0a0 0%, #898989 36%, #666666 63%, #545454 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0a0a0', endColorstr='#545454', GradientType=0);
    padding: 0;
    width: 100%;
    max-width: 400px;
    margin-bottom: 0;
    height: 28px;
}

.wheel-progress .progress-bar {
    position: unset;
    border-radius: 50px;
    background: #901f10;
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
    min-width: 1px !important;
}

.withdraw_area {
    margin-top: 20px;
}

.withdraw_method_item {
    height: 140px;
    cursor: pointer;
    margin-bottom: 15px;
    padding: 0 10px;
}

.withdraw_method_item_inn {
    border: 1px solid #9A0707;
    border-radius: 7px;
}

.withdraw_method_item.selected > .withdraw_method_item_inn {
    background-color: #6a0505;
    box-shadow: 2px 2px 2px 1px #796565;
    overflow: hidden;
}

.withdraw_method_item.selected .withdraw_method_name {
    background-color: #9a0707;
}

.withdraw_method_name {
    background-color: #9a0707;
    padding: 5px;
    height: 65px;
    color: #ffffff;
    text-align: center;
}

.withdraw_method_name span {
    display: block;
    font-size: 11px;
}

.withdraw_method_picture_area {
    max-height: 100%;
    max-width: 100%;
    padding: 5px;
    height: 80px;
}

.withdraw_method_picture {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    object-fit: contain;
}

.container-top-block {
    margin-top: 50px;
}

.pay button {
    align-items: center;
    display: flex;
    height: 35px;
    justify-content: center;
    margin: auto;
    max-width: 140px;
    font-size: 12px;
    text-align: center;
    width: 100%;
    border: unset !important;
    border-radius: 22px;
    color: #ffff;
    box-shadow: 2px 3px 5px 0 #00000040;
}

.pay .confirmed {
    background-color: #59B428 !important;
}

.pay .panding {
    background-color: #2D2828 !important;
}

.pay .support_confirmed {
    background-color: #59B428 !important;
}

.pay .canceled_returned {
    background-color: #120000 !important;
    color: #9A0707;
}

.pay .canceled {
    background-color: #9A0707 !important;
}

.w-form-action {
    padding: 0 15px;
}

.level-item {
    text-align: center;
}

.level-progress .tooltip {
    display: none !important;
}

.progress-hint {
    font-size: 12px;
    color: #3c7673;
    font-weight: 500;
}

.level-item-title {
    font-weight: 600;
    display: block;
    margin-top: 10px;
}

.level-icon {
    max-width: 100%;
}

.blink-main-level {
    animation: nav-zoom-in-zoom-out 3s ease-out infinite;
}

.mobile-show-details {
    display: none;
}

.level-percent {
    font-weight: 600;
}

.amount-alert {
    color: #a94442;
}

.h-100 {
    height: 100% !important;
}

.flex-box {
    align-items: center;
    justify-content: center;
    display: flex;
}

.vh-60 {
    height: 60vh;
}

.authform-container {
    border: 3px solid #9a0807;
    border-radius: 10px;
    box-shadow: 0 0 15px 3px #9a0807;
    margin: 40px auto;
    padding: 20px;
}

.auth-form-title {
    color: #9a0807;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

.action-link,
.auth-action-link {
    color: #8f1d0e !important;
    font-weight: 600;
}

.auth-action-link a {
    color: #5d0707 !important;
    font-weight: 300;
    text-decoration: none !important;
}

.info-icon {
    font-size: 18px;
}

.red-color {
    color: #9a0807;
}

.fs-unset {
    font-size: unset;
}

.input-group-addon {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 25px;
}

#user_phone_code {
    border: none;
    outline: none !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.has-success .form-control:focus {
    border-color: #145615;
    -webkit-box-shadow: inset 0 1px 1px rgba(57, 173, 21, 0.5);
    box-shadow: inset 0 1px 1px rgba(57, 173, 21, 0.5);
}

.dropdown-menu > li > a {
    background-color: unset !important;
}

.user-mobile-info {
    display: none;
    width: 100%;
}

.user-mobile-info > a {
    display: none;
}

.navbar-icon {
    height: 20px;
    float: left;
    margin: 0 5px 0 0;
}

.games-search-block {
    margin-top: 30px;
    margin-bottom: 15px;
}

.games-search-block button {
    top: 0;
    position: absolute;
    background: transparent;
    color: white;
    left: 0;
    width: 50px;
    font-size: 20px;
}

.games-search-block.searching button[type='submit'] {
    display: none;
}

#depositModalBox .paymethod-label {
    min-height: 110px;
    margin-bottom: 10px;
    padding: 5px;
    cursor: pointer;
    border-radius: 7px;
}

.paymethod-label:hover, .paymethod-label.selected {
    box-shadow: 0 0 5px 2px #bb3c47;
    width: calc(100% - 35px);
    margin: auto;
}

#depositModalBox .paymethod-label img {
    width: 100%;
    object-fit: contain;
    max-width: 115px;
    height: 77px;
    border-radius: 7px;
}

.deposit-modal-slider-container {
    width: 200%;
    margin: 0;
    color: #333 !important;
}

.double-repl-question {
    font-weight: bold;
    color: #2D2828;
    text-decoration: underline;
    padding-right: 0;
}

#depositModalBox .payInform {
    width: 100%;
    overflow: hidden;
}

#depositModalBox .payInform .slide-item {
    width: calc(100% / 2 - 5px);
    padding: 0;
    overflow: hidden;
    text-align: center;
    max-height: unset;
}

#depositModalBox .payments-page {
    padding: 0;
}

#depositModalBox .payInform.methodSelected .deposit-modal-slider-container {
    transform: translateX(-50%);
}

#depositModalBox .payInform .deposit-modal-slider-container .slide-item1 {
    transition: .5s
}

#depositModalBox .payInform.methodSelected .deposit-modal-slider-container .slide-item1 {
    height: 200px;
}

.bottom.rectangle #tawkchat-minified-wrapper {
    bottom: 5px !important;
}

.close-tabs,
.load-more-tabs {
    width: 100% !important;
    text-align: center;
    background-color: #d22031 !important;
    border-radius: 25px;
    margin-top: 15px;
}

.game-preview-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #1c1919;
    border-radius: 7px;
}

.game-loader {
    height: 250px;
    max-height: 100%;
    width: auto;
}

.slick-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.slick-dots li {
    margin: 0 7px;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button {
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: white;
    transition: background-color 0.3s ease;
}

.slick-dots li.slick-active button {
    background-color: #9a0807;
}

.login-banner {
    position: absolute;
    left: -40px;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
}

.reg-banner {
    position: absolute;
    left: -70px;
    object-fit: contain;
    width: calc(100% + 70px);
    max-width: 100%;
    min-height: 500px;
    height: 100%;
}

.gameOfTheDayContainerTd {
    transform: scale(0.92);
}

.g-sliders .game-item-container {
    width: 0;
}

.game-item-container {
    cursor: pointer;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.freeround-img {
    width: 75px;
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    border-radius: 7px;
    box-shadow: 0 0 7px 2px #882013;
}

.fs-info {
    padding-left: 15px;
}

.games-table-placeholder {
    padding: 0 !important;
}

.form-control:focus {
    border-color: #9a0707;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(154 7 7 / 50%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(154 7 7 / 50%);
}

.bonus-text a.link {
    color: #9a0707;
}

.projects-area {
    text-align: center;
}

.partners-area {
    height: 60px;
    padding: 10px 0 !important;
    background: #282828;
    margin: 0;
}

.partners-logo {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 40px;
    object-fit: contain;
}

.partner-item {
    height: 100%;
}

.user-levels-table .block-header {
    padding: 5px;
    border-radius: 22px;
    border: 1px solid #2D2828;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.list-heading .block-header {
    padding: 5px 0;
    background-color: transparent;
    color: #2D2828;
    text-align: center;
    border-radius: 22px;
    border: 1px solid #2D2828;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.statistics-img {
    vertical-align: middle;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    object-fit: cover;
}

.stats-item {
    font-weight: bold;
    text-align: center;
}

.stats-item div {
    padding: 8px 0;
    height: 90px;
}

.stats-item a {
    color: #333333;
    text-decoration: none !important;
}

.stats-gradient-left-bg {
    background: linear-gradient(90deg, rgba(154, 7, 7, 0) 1.32%, rgba(154, 7, 7, 0.13) 102.37%);
    margin: auto;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, rgba(154, 7, 7, 0) 1.32%, rgba(154, 7, 7, 0.13) 102.37%);
    border-image-slice: 1;
}

.stats-gradient-right-bg {
    background: linear-gradient(90deg, rgba(154, 7, 7, 0.13) 2.24%, rgba(154, 7, 7, 0) 96.58%);
    margin: auto;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, rgba(154, 7, 7, 0.13) 2.24%, rgba(154, 7, 7, 0) 96.58%);
    border-image-slice: 1;
}

.stats-solid-bg {
    background-color: #9A070721;
    border-right: 5px solid white;
    border-left: 5px solid white;
    border-bottom: 1px solid #9A070721;
}

.tip-block {
    width: 300px;
    margin: 10px auto;
    max-width: 100%;
}

.modal-footer {
    border: none;
}

.fin-icon,
.mange-icon {
    cursor: pointer;
    transition: fill 0.3s;
    object-fit: contain;
}

.text-block {
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
}

.mange span {
    margin-right: 20px;
}

.tip-type-block {
    display: flex;
    justify-content: space-evenly;
}

.tip-type {
    width: 50px;
    height: 50px;
    transition: width 0.5s, height 0.5s;
}

.tip-label {
    width: 100%;
    text-align: center;
}

.tip-label p {
    font-weight: unset;
    margin-top: 10px;
    color: #6a0405;
}

.active-type {
    width: 52px;
    height: 52px;
}

.active-type + p {
    text-decoration: underline;
}

.smaylik-amount-block {
    height: 40px;
    display: flex;
    justify-content: space-evenly;
}

.amount-icon {
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: width 0.5s, height 0.5s;
}

.active-amount {
    width: 45px;
    height: 45px;
}

.tip-amount-block {
    margin-top: 10px;
}

.tip-amount-val {
    margin-top: 30px;
    margin-bottom: 30px;
}

.checkmark__check {
    stroke-dasharray: 412;
    stroke-dashoffset: 412;
    animation: anim 1s ease forwards 0.3s;
}

@keyframes anim {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.05, 1.05);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes nav-zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.07, 1.03);
    }
    100% {
        transform: scale(1, 1);
    }
}

.bonus-animation {
    animation: zoom-in-zoom-out 3s ease-out infinite;
}

.info-area {
    margin-top: 10px;
    font-weight: bold;
    color: #6a0405;
}

#IdentifyModalContainer .modal-title,
#selfieModalContainer .modal-title {
    font-size: 16px;
    float: left;
}

#IdentifyModalContainer .explain-text,
#selfieModalContainer .explain-text {
    font-size: 16px;
    margin: 20px 0;
    color: #8f1d0e;
    font-weight: 600;
}

#IdentifyModalContainer .modal-footer,
#selfieModalContainer .modal-footer {
    border: 0;
}

#selfieModalContainer .pic-block {
    margin-top: 30px;
}

#IdentifyModalContainer .triggerInput,
#selfieModalContainer .triggerInput-selfie {
    width: 100%;
    background-color: #9a0807;
    color: white;
    margin: 20px 0;
    border-radius: 22px;
}

#IdentifyModalContainer .identify-img,
#selfieModalContainer .identify-img {
    max-height: 150px;
    max-width: 100%;
    object-fit: contain;
}

#IdentifyModalContainer .alert-warning,
#selfieModalContainer .alert-warning {
    color: #712220;
    background-color: unset;
    border-color: #9a0807;
    box-shadow: 2px 2px 3px 1px #6b0504;
    border-radius: 22px;
}

#IdentifyModalContainer .verify-captcha-block,
#selfieModalContainer .verify-captcha-block {
    margin-top: 20px;
}

#IdentifyModalContainer .verify_captcha_img,
#selfieModalContainer .verify_selfie_captcha_img {
    float: left;
    height: 44px !important;
    width: 120px !important;
    margin: 0 20px;
    border-radius: 3px;
}

#IdentifyModalContainer .verify_update-captcha,
#selfieModalContainer .verify_selfie_update-captcha {
    float: left;
    background: none;
    border: none;
    color: #2e6da4;
    padding: 10px 0;
    box-shadow: none !important;
}

#IdentifyModalContainer .sendIdentifyImages,
#selfieModalContainer .sendSelfieImages {
    background: rgba(154, 7, 7, 1);
    color: white;
    border: none;
    padding: 12px 30px;
    box-shadow: 2px 3px 5px 1px rgba(255, 255, 255, 0.2) inset,
    2px 3px 5px 1px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    font-size: 15px;
    width: 300px;
    margin: 20px 0 20px 20px;
}

#IdentifyModalContainer .sendIdentifyImages:hover,
#selfieModalContainer .sendSelfieImages:hover {
    color: rgba(45, 40, 40, 1);
}

#IdentifyModalContainer .pic-block h5 {
    text-align: left;
    font-weight: bold;
    text-decoration: underline;
    color: #8f1d0e;
    font-size: 16px;
}

#selfieModalContainer .identifyImageSelfie_preview,
#IdentifyModalContainer .identifyImagePassport_preview,
#IdentifyModalContainer .identifyImageFacePassport_preview {
    max-height: 150px;
    object-fit: contain;
}

.parent-custom-btn {
    display: flex;
    justify-content: space-around
}

.w-47 {
    width: 47%;
}

.withdraw-btn {
    margin: 20px 0;
}

.login-button {
    backdrop-filter: blur(44px);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.08) inset;
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: rgba(255, 255, 255, 0.04) !important;
    border-radius: 25px;
    font-size: 13px;
    padding: 10px 20px !important;
    font-weight: bold;
    transition: .3s;
}

.registration-button {
    border-radius: 25px;
    font-size: 13px;
    padding: 10px 20px !important;
    background: #2d2828 !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: bold;
    box-shadow: 2px 3px 5px 1px #FFFFFF33 inset, 2px 3px 5px 1px #00000080;
    transition: .4s;
}

.login-button:hover,
.login-button:active,
.login-button:focus {
    color: #2D2828 !important;
}

.registration-button:hover,
.registration-button:active,
.registration-button:focus {
    color: #9A0707 !important;
    border: 1px solid #FFFFFF;
    box-shadow: none;
}

.btn-default,
.gray-btn {
    background: rgba(45, 40, 40, 1) !important;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.25);
    color: white;
    border-radius: 25px;
    font-size: 15px;
    padding: 12px 30px;
    border: none;
}

.btn-default:hover,
.gray-btn:hover {
    color: #9A0707 !important;
}

.main-category-title {
    color: #9a0807;
    transition: .3s;
    font-weight: bold;
    text-transform: uppercase;
}

.main-category-title:hover {
    text-decoration: underline;
}

.category-icon {
    height: 25px;
    display: inline;
    float: left;
    margin-right: 10px;
    margin-top: -3px;
}

.game-more {
    position: absolute;
    right: 10px;
    top: 6px;
    padding: 3px 10px !important;
    text-decoration: none !important;
}

.search-area {
    background-color: #9a0807;
    border-top: 1px solid white;
}

.search-area-wrapper {
    background-color: rgba(45, 40, 40, 1);
    padding: 10px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow: 1px 1px 7px 1px rgba(255, 255, 255, 0.2) inset,
    2px 3px 5px 1px rgba(0, 0, 0, 0.5);
}

#search-input {
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow: unset !important;
    padding-left: 50px;
    color: white;
    font-size: 16px;
}

#search-input::placeholder {
    color: white;
}

.search-result-text {
    text-align: center;
    margin: 40px 0;
    color: #9a0807;
    font-weight: 700;
    text-decoration: underline;
}

.winners-area-wrapper {
    padding: 0 10px;
    height: 100%;
}

.winners-area {
    background-color: rgba(45, 40, 40, 1);
    border-radius: 15px;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow: 2px 3px 5px 1px rgba(255, 255, 255, 0.2) inset, 2px 3px 5px 1px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.winners-area .nav-tabs li {
    width: 33%;
    text-align: center;
    font-size: 10px;
}

.winners-area .nav-tabs li:nth-child(2) {
    margin-left: .5%;
    margin-right: .5%;
    padding: 0 2px;
    word-wrap: break-word;
}

.winners-area .nav-tabs {
    background: rgba(255, 255, 255, 0.04);
    width: 90%;
    margin: 10px auto;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 15px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.08) inset;
}

.winners-area .nav-tabs li a {
    background: transparent !important;
    border: unset !important;
    color: white !important;
    padding: 10px 0;
    cursor: pointer;

}

.winners-area .nav-tabs li a:hover,
.winners-area .nav-tabs li a:active,
.winners-area .nav-tabs li a:visited {
    color: rgba(154, 7, 7, 1);
}

.winners-area .nav-tabs li.active .winners-slider-title,
.winners-area .nav-tabs li a:hover .winners-slider-title,
.winners-area .nav-tabs li a:active .winners-slider-title,
.winners-area .nav-tabs li a:visited .winners-slider-title {
    color: rgba(154, 7, 7, 1);
}

.winners-slider-title {
    color: white;
}

.winners-area .nav-tabs li a img {
    margin-bottom: 5px;
    transition: .3s;
}

.winners-slider-img {
    width: 50px;
    max-width: 100%;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
}

.winners-area .slick-slide {
    background: rgba(255, 255, 255, 0.04);
    padding: 10px;
    margin: 7px 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.08) inset;
    border-radius: 15px;
    display: block;
    width: 90%;
}

.winned-game-name {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.f-none {
    float: none;
}

.text-center {
    text-align: center !important;
}

.winned-amount {
    color: rgba(154, 7, 7, 1);
    font-weight: bolder;
}

.winned-user {
    color: white;
    font-weight: bolder;
}

.h-tab-line {
    width: 100%;
    margin-top: 3px;
}

.tab-line {
    position: absolute;
    top: 20px;
    right: 0;
}

.standard_tab li:last-child .tab-line {
    display: none;
}

.standard_tab {
    border: none;
    width: max-content;
    margin: auto;
}

.standard_tab li a {
    color: #2D2828;
    font-size: 16px;
    padding: 15px;
    border: unset !important;
    background: unset !important;
    text-align: center;
}

.standard_tab li a:hover,
.standard_tab li.active a {
    color: #9A0707 !important;
}

.list-heading {
    line-height: 33px;
    margin-top: 33px;
}

.standard_tab li a:hover .tab-icon,
.standard_tab li.active a .tab-icon {
    filter: invert(0) sepia(1) saturate(10) hue-rotate(287deg);
}

.tab-icon {
    height: 40px;
    width: 30px;
    display: block;
    margin: auto;
}

.reload_captcha {
    background: unset;
    color: #071a7d;
    border: unset;
    padding: 0;
}

.paginate {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.hide-paginate {
    display: none;
}

.progress-bar-success {
    background-color: #9a0707;
    border-radius: 22px;
}

.progress {
    background-color: #ffffff;
    border-radius: 22px;
    -webkit-box-shadow: inset 0 1px 5px rgb(36 34 34 / 30%);
    box-shadow: inset 0 1px 5px rgb(36 34 34 / 30%);
}

.user-levels-table tbody tr td:first-child,
.user-levels-table tbody tr th:first-child {
    background: linear-gradient(90deg, rgba(154, 7, 7, 0) 1.32%, rgba(154, 7, 7, 0.13) 102.37%);
    border-top: 0;
    border-right: 5px solid white;
}

.user-levels-table tbody tr td:last-child,
.user-levels-table tbody tr th:last-child {
    background: linear-gradient(90deg, rgba(154, 7, 7, 0.13) 2.24%, rgba(154, 7, 7, 0) 96.58%);
    border-top: 0;
}

.user-levels-table tbody tr td:nth-child(3),
.user-levels-table tbody tr td:nth-child(2),
.user-levels-table tbody tr th:nth-child(3),
.user-levels-table tbody tr th:nth-child(2) {
    background-color: #9A070721;
    border-top: 0;
    border-left: 5px solid white;
    border-right: 5px solid white;
}

.promo_code_area .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    top: 12px;
    left: 7px;
}

.promo_code_area .switch input {
    display: none;
}

.promo_code_area .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 24px;
}

.promo_code_area .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.promo_code_area input:checked + .slider {
    background-color: #9a0707;
}

.promo_code_area input:checked + .slider:before {
    transform: translateX(26px);
}

.promo_code_area {
    padding: 10px 15px;
    box-shadow: 0 0 4px 1px #9a0707;
    border-radius: 7px;
}

.alert-danger {
    color: #882013;
    background-color: unset;
    border-color: #882013;
    font-weight: bold;
    border-radius: 22px;
    box-shadow: 0 2px 6px 1px #882013;
}

.alert-success {
    color: #2a892c;
    background-color: unset;
    border-color: #2a892c;
    font-weight: bold;
    border-radius: 22px;
    box-shadow: 0 2px 6px 1px #2a892c;
}

#deposit_history .stats-item div:nth-child(2),
#withdrawal_history .stats-item div:nth-child(2) {
    border-left: 5px solid white;
    border-bottom: 1px solid #9A070721;
    background-color: #9A070721;
}

#deposit_history .stats-item div:nth-child(3),
#withdrawal_history .stats-item div:nth-child(3) {
    background-color: #9A070721;
    border-left: 5px solid white;
    border-right: 5px solid white;
    border-bottom: 1px solid #9A070721;
}

#deposit_history .stats-item div:first-child,
#withdrawal_history .stats-item div:first-child {
    background: linear-gradient(90deg, rgba(154, 7, 7, 0) 1.32%, rgba(154, 7, 7, 0.13) 102.37%);
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, rgba(154, 7, 7, 0) 1.32%, rgba(154, 7, 7, 0.13) 102.37%);
    border-image-slice: 1;
}

#deposit_history .stats-item div:last-child,
#withdrawal_history .stats-item div:last-child {
    background: linear-gradient(90deg, rgba(154, 7, 7, 0.13) 2.24%, rgba(154, 7, 7, 0) 96.58%);
    border-left: 5px solid white;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, rgba(154, 7, 7, 0.13) 2.24%, rgba(154, 7, 7, 0) 96.58%);
    border-image-slice: 1;
}

.category-section {
    margin-bottom: 20px;
}

.toggle-on-small a,
.bonus-modal a {
    color: rgba(154, 7, 7, 1);
    font-weight: bold;
}

.refund-policy-page .block li {
    list-style: auto;
    margin-bottom: 10px;
    line-height: 35px;
}

.refund-policy-page .block ul {
    padding-left: 51px;
}

.refund-policy-page .block li:first-letter {
    text-transform: capitalize;
}

.privacy-policy-page .block {
    box-shadow: 0 0 10px 1px #9a070787;
    border-radius: 4px;
    padding: 8px 10px;
    margin: 30px 0;
}

video::cue {
    background-color: white;
    color: black;
    line-height: 130px !important;
    background-size: 200%;
}

.after-slider-winner-block {
    background: #282828;
    height: 75px;
    color: white;
}

.winner-list-container {
    overflow: hidden;
    min-height: 65px;
}

.newWinnersList {
    padding: 5px 0;
    margin: 0;
    height: 65px;
}

.newWinnersList li span.game-logo,
.newWinnersList li > span,
.newWinnersList li {
    display: inline-block
}

.newWinnersList li span.game-logo img {
    width: 80px;
    object-fit: fill;
}

.newWinnersList li span.game-logo {
    display: inline-block;
    float: left;
}

.newWinnersList li span.info {
    display: inline-block;
    float: right
}

.newWinnersList li span.info > span {
    display: block;
}

.newWinnersList .game-logo .img {
    width: 50px;
    height: 50px;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
}

.newWinnersList .info {
    padding: 0;
}

.newWinnersList .info p {
    margin-bottom: 1px;
}

.newWinnersList .info .amount {
    font-size: 16px;
}

.newWinnersList li {
    border-left: 1px solid white;
}

.newWinnersList .overlay {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: #000000b5;
    text-align: center;
    top: 0;
    max-width: 100%;
}

.newWinnersList .winner-item * {
    transition: .5s;
}

.newWinnersList .winner-item:hover .game-logo .img {
    position: relative;
    z-index: 999
}

.newWinnersList .winner-item:hover .overlay {
    opacity: 1;
    overflow: hidden;
}

.winner-list-play-btn {
    outline: none !important;
}

.winner-list-play-btn i {
    font-size: 22px;
}

.winner-item a.btn, .winner-item a.btn:hover {
    color: white;
}

@media screen and (max-width: 1440px) {
    .footer-menu-item {
        margin-top: 15px;
    }

    #game_load_effect_in {
        margin-top: 50px;
        margin-bottom: 150px;
    }

    .footer-soc-icons span {
        font-weight: 100;
        word-wrap: break-word;
    }

    .sm-mb-3 {
        margin-bottom: 10px;
    }
}

@media (min-width: 1081px) and (max-width: 1300px ) {
    .header #top-collapsing-nav li > a.dropdown-toggle {
        padding: 0 10px !important;
    }

    .header .top-navbar > .container-fluid {
        padding: 0;
    }
}

@media screen and (max-width: 1081px) {
    .newWinnersList .info .amount {
        font-size: 14px;
    }

    .blink-main-level {
        animation: unset;
    }

    .header {
        position: fixed;
        top: 0;
        z-index: 11;
        width: 100%;
    }

    .middle {
        margin-top: 50px;
    }

    .user-mobile-info {
        display: inline-block !important;
        color: white;
        padding: 16px 0;
        text-align: center;
    }

    #top-collapsing-nav {
        padding: 25px 15px;
        min-height: 100vh;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .nav-right-btns .menu-open,
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-header,
    .navbar-nav,
    .navbar-text,
    .navbar-nav > li {
        float: none !important;
    }

    .navbar-nav > li > a {
        padding: 10px 20px !important;
    }

    .user-mobile-info > a,
    .navbar-toggle,
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .sm-mb-5 {
        margin-bottom: 10px;
    }

    .navbar-brand {
        padding: 15px 0 0 15px;
    }

    .menu-item {
        padding: 10px 0 !important;
        font-size: 16px;
    }

    .mobile-auth-btns {
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .main-slider {
        height: 330px;
        max-height: 330px;
        overflow: hidden;
    }

    .winners-area {
        max-height: 215px;
    }

    .winners-area .nav-tabs {
        width: 97% !important;
    }

    .winned-game-name {
        text-transform: unset;
        font-size: 10px;
    }
}

@media screen and (min-width: 992px) {
    .mobile-winners-area {
        display: none;
    }

    .main-slider-block {
        height: 482px;
    }

    .winners-area {
        max-height: unset;
    }

    .winners-area-wrapper {
        padding: 0 10px !important;
    }

    .main-slider {
        height: 480px;
        max-height: 480px;
        overflow: hidden;
    }
}

@media screen and (max-width: 991px) {
    .desktop-winners-area {
        display: none;
    }

    .winners-area-wrapper {
        padding: 0 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .winners-area {
        max-height: 185px;
    }
}

@media (min-width: 768px) and (max-width: 1080px) {
    .header > .center-block {
        width: 100% !important;
    }

    .navbar-header {
        width: 100%;
        text-align: center;
    }

    .navbar-brand {
        margin-left: auto !important;
    }

    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        padding: 0;
    }

    .top-navbar > .container-fluid {
        padding: 0;
    }

    .nav-right-btns li > a.dropdown-toggle {
        padding: 11px 15px !important;
    }

    .navbar-right {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    .account-panel {
        padding: 15px 10px;
    }

    .save-name-btn {
        padding-left: 0 !important;
    }

    .withdraw_method_picture_area {
        height: 60px;
    }

    .sm-pl-0 {
        padding-left: 0;
    }

    .sm-pr-0 {
        padding-right: 0;
    }

    .sm-mt-15 {
        margin-top: 15px;
    }

    .sm-pull-left {
        float: left !important;
    }

    .mobile-show-details {
        display: block;
    }

    .withdraw_method_item {
        margin-bottom: 3px;
    }

    .toggle-on-small {
        display: none;
    }

    .footer-logo-area a {
        text-align: center;
    }

    .dropped {
        border-bottom: 1px solid #ffffff !important;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block !important;
    }

    .menu-open > .dropdown-toggle {
        display: none;
    }

    .bonus-area-in {
        box-shadow: 0 0 6px 3px #d10011 inset;
        height: auto !important;
    }

    .bonus-left-side {
        padding-right: 0 !important;
    }

    .bonus-text {
        font-size: 16px;
    }

    .bonus-right-side {
        background-color: #ffffff;
        max-width: 100%;
        height: 80%;
    }

    .alexaLauncherIframe {
        margin-top: -30px;
    }

    .list-heading .block-header {
        padding: 5px;
        border: 1px solid #2D2828;
        font-size: 12px;
        margin-bottom: 15px;
        line-height: 15px;
        word-wrap: break-word;
        min-height: 45px;
    }

    .stats-gradient-left-bg,
    .stats-solid-bg,
    .stats-gradient-right-bg {
        padding: 0 5px;
    }

    .withdraw_method img {
        max-width: 100%;
        width: 140px;
    }

    .withdraw_method_selecter.selected::after {
        left: 5px !important;
        bottom: -30px !important;
        border-top: 20px solid #098a1b;
    }

    .withdraw_method_selecter::after {
        height: 30px;
        width: 85px;
        bottom: -10px !important;
        left: 5px !important;
        border-left: 45px solid transparent;
        border-right: 45px solid transparent;
        border-top: 30px solid #9A0707;
        background-color: transparent;
    }

    .method-container {
        padding: 0 8px !important;;
    }

    .hidden-in-mobile {
        display: none;
    }

    #IdentifyModalContainer .verify_captcha_img,
    #selfieModalContainer .verify_selfie_captcha_img {
        margin: 10px 10px 10px 0 !important;
    }

    #deposit_history .stats-item div:nth-child(3),
    #withdrawal_history .stats-item div:nth-child(3) {
        background: linear-gradient(90deg, rgba(154, 7, 7, 0.13) 2.24%, rgba(154, 7, 7, 0) 96.58%);
    }

    #deposit_history .stats-item div:last-child, #withdrawal_history .stats-item div:last-child {
        background: white;
        margin-bottom: 15px;
        margin-top: 0;
        height: 55px;
        border: unset;
    }

    .pay button {
        max-width: 100%
    }

    #depositModalBox .paymethod-label .min-amount-label {
        width: 100%;
    }

    .standard_tab {
        width: auto;
    }

    .standard_tab li a {
        font-size: 12px;
        padding: 5px;
    }
}

@media screen and (min-width: 768px) {
    .dropdown-menu > li > a {
        padding: 10px 5px !important;
    }

}

@media screen and (max-width: 767px) {
    .game_view_background {
        background-size: 200% 200%;
    }

    .authform-container {
        margin: 0 auto;
    }

    .vh-60 {
        height: 100%;
    }

    .reg-banner,
    .login-banner {
        display: none;
    }

    .w-min {
        width: min-content;
    }
}

@media (min-width: 500px) and (max-width: 768px) {
    .statistics-page .standard_tab li {
        width: 25%;
    }
}

@media screen and (max-width: 500px) {
    .game-loader {
        height: 140px;
    }

    .category-section {
        margin-bottom: 0;
    }

    .w-form.selected {
        margin-top: 20px;
    }

    .odometer-digit {
        width: 15px;
        height: 20px;
    }

    .number_content_item {
        font-size: 15px;
    }

    .methods-container {
        padding: unset;
    }

    .winners-slider-img {
        height: 35px;
        width: 35px;
    }

    .statistics-page .standard_tab li {
        width: 50%;
    }

    .withdraw-page .standard_tab li {
        width: 33%;
    }
}

