html {
    height: 100%;
}

@font-face {
    font-family: plex ;
    src: url("../fonts/IBMPlexSans-Light.ttf");
    font-style: normal ;
    font-weight: normal;
}

@font-face {
    font-family: plex-bold;
    src: url("../fonts/IBMPlexSerif-Bold.otf");
    font-style: normal ;
    font-weight: normal;
}

body * {
    outline: none !important;
    font-family: "Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial", sans-serif;
}

body {
    min-height: 100%;
    font-family: 'plex', sans-serif;
    height: 100%;
    background: #F5F5F5;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #2f2f2f;
    border-radius: 0;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 5px;
}

.content-section {
    min-height: 80vh;
    height: auto;
    background-color: #151515;
}

.home-games {
    width: 100%;
    min-height: 80vh;
    background-image: url('../images/zz-_back.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.alert,
.progress {
    border-radius: 0;
}

.progress-bar-striped {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -o-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    background-repeat: repeat;
}

.form-input {
    border: 2px solid #377ADB !important;
    border-radius: 4px;
    font-weight: 400;
    padding: 12px 16px;
    width: 100%;
    box-shadow: none !important;
}

.form-input::placeholder {
    color: #7c8381;
}

.center-block {
    overflow: hidden;
}

.logo-img {
    height: 30px;
}

.footer {
    background-color: #0A0405;
}

.header .navbar {
    background-color: #0A0405;
    border: 0 !important;
    margin-bottom: 0;
}

.header .navbar-brand {
    margin: 0;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.header .navbar-top {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #6e6e6e;
}

.account-nav li {
    width: 33%;
    display: flex;
}

.wallet-nav li {
    width: 25%;
    display: flex;
}

.account-nav li a,
.wallet-nav li a {
    width: 100%;
    background-color: unset !important;
    border: none !important;
    color: #377ADB !important;
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
    text-decoration: none !important;
}

.account-nav > li a.show {
    background-color: #125FB2 !important;
    color: #FBFBFB !important;
    border-radius: 7px 7px 0 0;
}

.wallet-nav > li a.show {
    width: 300px;
    background-color: #125FB2 !important;
    color: #FBFBFB !important;
    border-radius: 7px 7px 0 0;
}

.btn-cancel {
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    box-shadow: none !important;
    color: #4f4f4f !important;
    border-radius: 15px;
    padding: 5px 20px;
    min-width: 100px;
    font-weight: 700;
}

.stats-item {
    border-bottom: 1px solid #377ADB;
    font-weight: bold;
}

.stats-item div {
    padding: 4px 0;
    line-height: 1;
    word-break: break-all;
}

.pay button {
    align-items: center;
    border-radius: 34px;
    display: flex;
    height: 35px;
    justify-content: center;
    margin: auto;
    max-width: 140px;
    font-size: 12px;
    width: 100%;;
    border: unset !important;
    line-height: 1 !important;
}

.pay .confirmed {
    background-color: #3d9b2a !important;
    color: #FBFBFB;
}

.pay .panding {
    background-color: #0b4682 !important;
    color: #FBFBFB;
}

.pay .support_confirmed {
    background-color: #307c0d !important;
    color: #FBFBFB;
}

.pay .canceled_returned {
    background-color: #daa208 !important;
    color: #FBFBFB;
}

.pay .canceled {
    background-color: #f02d2d !important;
    color: #FBFBFB;
}

.btn-profile {
    background: unset;
    color: #FBFBFB;
    border: 0;
    box-shadow: none !important;
}

.zz-dropdown-menu {
    background-color: #211f1f;
    min-width: 100%;
    border: 1px solid #FBFBFB;
    border-radius: 5px;
}

.zz-dropdown-menu a {
    color: #FBFBFB !important;
    background-color: #211f1f;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}

.zz-dropdown-menu a:hover {
    background-color: #377ADB;
}

.btn-black {
    background-color: #0A0405;
    border: 1px solid #FBFBFB;
    box-shadow: none !important;
    color: #FBFBFB !important;
    border-radius: 15px;
    padding: 5px 20px;
    min-width: 100px;
    font-weight: 700;
}

.btn-black:hover {
    background-color: #1C1617;
}

.btn-blue {
    background-color: #377ADB;
    border: 1px solid #377ADB;
    box-shadow: none !important;
    color: #FBFBFB !important;
    border-radius: 15px;
    padding: 5px 20px;
    min-width: 100px;
    font-weight: 700;
}

.btn-blue:hover {
    background-color: #125FB2;
    border-color: #125FB2;
}

.header-menu .nav-item {
    padding: 0;
    margin-right: 15px;
}

.header-menu .nav-item .nav-link:hover,
nav.navbar .navbar-nav > .active > a,
nav.navbar .navbar-nav > .active > a:focus,
nav.navbar .navbar-nav > .active > a:hover {
    color: #FBFBFB;
    border-bottom: 3px solid #82202E;
}

.header-menu .nav-item .nav-link {
    color: #b7b2b2;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 3px solid transparent;
    padding-left: 0;
}

#withdraw_bank {
    height: 52px;
}

.slider-item-middle {
    position: relative;
    text-align: center;
}

.slider-item-middle .slide-content {
    position: absolute;
    bottom: 65px;
    width: 100%;
}

.slide-content-text {
    font-size: 34px;
    text-transform: uppercase;
}

.banner {
    min-height: 0;
}

.games-tabs-container-list {
    position: relative;
    border: none !important;
}

.category-icon {
    display: block;
    width: 42px;
    height: 44px;
    padding: 0;
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0 auto;
}

.gtab-elem.active .category-icon, .gtab-elem:hover .category-icon, .gtab-elem:active .category-icon, .gtab-elem:focus .category-icon {
    background-position: center bottom !important;
}

.gtab-elem a img {
    margin-bottom: 10px;
    height: 50px;
}

.superomatic-denomination-selecter {
    background-color: #FBFBFB !important;
    color: #0A0405;
}

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

.game-preview-name, .game-item-preview {
    transition: 0.15s;
}

.game-item-container:hover {
    transform: scale(1.04);
}

.game-item-container:hover .game-item-preview, .game-item-container:hover .game-preview-name, .game-item-container:focus .game-preview-name {
    text-decoration: none;
    transform: none !important;
}

.game-item-container:hover .hover-play {
    display: inline-block !important;
}

.game-preview-name {
    text-align: center;
    padding-top: 5px;
    height: 30px;
    overflow: hidden;
}

.game-item-preview {
    color: #0B4782;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.home-game-contanier {
    max-width: 1300px;
}

.game-preview-img {
    height: 188px;
    border-radius: 7px;
    border: solid 1px #0B4782;
    box-shadow: 2px 2px #1C1617;
    background: #1C1617;
    position: relative;
}

.middle-preview-img {
    height: 390px;
}

.game-preview-play {
    position: relative;
}

.game-more {
    border-radius: 18px;
    box-sizing: border-box;
    font-size: 15px;
    height: 35px;
    line-height: 30px;
    outline: none;
    padding: 0 15px;
    border: 1px solid #999;
    box-shadow: inset 0 0 1px 0 #999, 0 0 1px 0 #999;
    color: #FBFBFB;
    text-decoration: none;
    font-weight: bold;
}

.game-more:hover {
    border: 1px solid #125FB2;
    color: #125FB2;
    text-decoration: none;
}

.game-preview-icons {
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    width: 70px !important;
    height: 70px !important;
    position: absolute;
    border: 4px solid #FBFBFB;
    border-radius: 50%;
    text-align: center;
}

.game-preview-icons:hover {
    box-shadow: 0 0 13px 1px #377ADB;
}

.game-preview-img:hover .game-preview-play {
    display: block;
}

.game-play {
    font-size: 40px;
    color: #FBFBFB;
    margin: 10px 18px;
    transition: 0.8s;
}

.game-preview-play {
    border-radius: 7px;
    background-color: #0A0405;
    opacity: 1;
    position: absolute;
    top: 0;
    display: none;
}

.game-preview-img img {
    border-radius: 7px;
    object-fit: cover;
}

.provider-header {
    color: #FBFBFB;
    padding-left: 28px;
    margin-top: 30px;
}

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

.search-area {
    overflow: hidden;
}

.search-area .game-search-form {
    margin-top: 3px;
    position: relative;
    margin-bottom: 0;
}

.search-area .game-search-form input {
    outline: none !important;
    background-color: #151515;
    border: 1px solid #151515;
    height: 38px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 36px 8px 15px;
    transition: border 260ms;
    color: #FBFBFB;
    margin: 0;
}

.search-area .game-search-form input::placeholder {
    color: #FBFBFB;
}

.search-area .game-search-form .form-group > button {
    background-color: transparent;
    border: none;
    color: #FBFBFB;
    position: absolute;
    right: 20px;
    font-size: 20px;
    top: 2px;
    cursor: pointer;
}

.footer-menu-item .nav-link {
    font-weight: 700;
    color: #b7b2b2;
}

.footer-menu-item .nav-link:hover {
    color: #FBFBFB;
}

.blue-list a:hover {
    color: #89b2e3;
}

.light-blue-list a:hover {
    color: #18b6dc
}

.games-tabs-container-list li {
    border-radius: 15px;
    box-sizing: border-box;
    line-height: 30px;
    outline: none;
    padding: 0 15px;
    background-color: #525252;
    color: #FBFBFB;
}

.paymethod-label {
    cursor: pointer;
    border: 2px solid #377ADB;
    border-radius: 5px;
}

.method-container-img-block:hover,
.withdraw_method_selecter.selected .method-container-img-block,
.paymethod-label:hover,
.paymethod-label.selected,
.paymethod-label:active {
    box-shadow: 0 0 20px 50px #377ADB2b inset;
    transition: 0.8s;
}

.reload_captcha {
    color: #377ADB !important;
    border-radius: 3px;
    background-color: #FBFBFB !important;
    border: unset;
    font-weight: bold;
    margin: 0;
}

.blue-text {
    color: #377ADB !important;
}

.danger-text {
    color: #82202E !important;
}

.link-as-text {
    font-weight: bold;
    text-decoration: none !important;
    font-size: 15px;
}

.footer-menu-item a:not([href]):not([tabindex]) {
    font-weight: 700;
    color: #b7b2b2 !important;
}

.alert-block {
    background-color: #1d2625;
    color: #FBFBFB;
    border-radius: 3px;
}

.min-amount-label {
    font-size: 13px;
    width: 50%;
    display: flex;
    justify-content: right;
    align-items: center;
}

.method-container-img-block {
    height: 80px;
    justify-content: center;
}

.promo-link {
    font-size: 16px;
    color: #377ADB !important;
    font-weight: bold;
}

.w-form {
    display: none;
}

.w-form.selected {
    display: block;
}


.alexaLauncherIframe {
    border: 1px solid #0076a5;
    margin-top: -111px;
}

.btn-red, .outcombetGameCloseBtn {
    background-color: #9A0707;
    border: 1px solid #9A0707;
    border-radius: 0;
}

.newGamecontainer #GameBlock {
    height: 100%;
}

.navbar-toggler.navbar-toggler-right {
    color: #FBFBFB;
}

.fa.fa-navicon::before {
    font-size: 28px;
}

.mobile-menu-content {
    position: absolute;
    top: 8px;
    right: 25px;
    width: 85%
}

.panel-blue ul > li {
    background-color: #11505f;
}

.panel-blue ul > li .fa {
    transition: 0s !important;
}

.panel-blue ul > li:hover .fa {
    transition: 0s !important;
}

.panel-blue ul > li:hover a {
    text-decoration: none;
}

.styled_tab_ul {
    border-bottom: unset;
}

.styled_tab_li a {
    border-radius: 5px;
    font-weight: 700;
    color: #2f2f2f;
    border: 1px solid #377ADB !important;
}

.styled_tab_ul a.active {
    color: #FBFBFB !important;
    background-color: #377ADB !important;
    border: 1px solid #377ADB !important;
}

select#phone_code {
    background-color: transparent;
    padding: 9px;
    height: 100%;
}

*[disabled] {
    cursor: not-allowed !important;
}

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

.wheel-progress .progress {
    position: relative;
    border: 1px solid #FBFBFB;
    border-radius: 0 !important;
    overflow: hidden;
    background: #1a1f38;
    padding: 0;
    width: 100%;
    max-width: 500px;
    margin-bottom: 0;
    height: 28px;
}

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

.wheel-progress .popOver {
    display: inline-block;
    line-height: 1.8;
    color: #FBFBFB;
    background: transparent;
    font-size: 16px;
    border: unset;
    position: absolute;
    font-weight: 600;
    left: 46%;
}

.tip {
    display: flex;
    justify-content: center;
}

.fin-icon,
.mange-icon {
    width: 70px;
    height: 70px;
    cursor: pointer;
    transition: fill 0.3s;
    border-radius: 50%;
    object-fit: contain;
}

.text-black {
    color: #0A0405 !important;
}

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

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

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

}

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

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

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

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

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

.check-block {
    position: relative;
}

.checkmark {
    display: none;
}

.active-check {
    display: block;
    position: absolute;
    top: -65px;
    right: -25px;
}

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

.header-menu .nav-item {
    padding: 0;
    margin-right: 15px;
}

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

.login-title {
    width: 100%;
    color: #0a0a0a;
    font-size: 15px;
    display: flex;
    justify-content: center;
}

.modal-header {
    background: #f5f5f5 !important;
}

.modal-header h4 {
    font-size: 15px;
    margin: auto;
}

.modal .modal-dialog {
    max-width: 767px;
    min-width: 320px !important;
}
#ForgotPassword .modal-dialog,
#changePasswordModal .modal-dialog,
#confirmEmailModal .modal-dialog,
#PromoModal .modal-dialog,
#confirmPhoneModal .modal-dialog{
    max-width: 600px;
}
.bonuses-page-baner {
    width: 100%;
    height: 400px;
    background-image: url(../images/bonuses/bonus_baner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.terms-container {
    color: #FBFBFB !important;
}

.bonus-item-black {
    background: #211f1f;
    min-height: 300px;
    padding-bottom: 20px;
}

.bonus-item {
    background: #151515;
    min-height: 300px;
    padding-bottom: 20px;
}

.page-title {
    color: #FBFBFB;
}

.text-block p {
    color: #FBFBFB;
    text-align: start;
}

.img-block {
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.promo-btn-block {
    background: #151515;
    padding: 50px 0;
}

.bonus-top-text {
    width: auto;
    padding: 20px;
    background: #151515;
    border-radius: 20px;
}

.bonus-top-text p {
    margin-top: 20px;
}

.gtab-elem {
    text-align: center;
    margin-right: 10px;
    max-width: 200px;
}

.gtab-elem a {
    font-size: 15px;
    color: #bfbbbb;
    font-weight: 600;
    padding: 0;
    border: none !important;
    cursor: pointer !important;
}

.gtab-elem.active a, .gtab-elem a:hover, .gtab-elem a:active, .gtab-elem a:focus {
    background: transparent !important;
    color: #FBFBFB !important;
}

.btn-mark-as-read {
    float: right;
    text-decoration: none !important;
    font-weight: bold;
    color: #377ADB !important;
}

.form-btn {
    border: none;
    background: transparent;
    cursor: pointer;
}

.message-item {
    background-color: #fbfbfb;
    border-radius: 5px;
    border: 1px solid #125fb2;
}

.supero-image-block {
    text-align: center;
}

.supero-image-block img {
    max-height: 180px;
    height: auto;
    width: auto;
}

.superomatic-denomination-selecter {
    padding: 50px 10px;
    margin: 40px auto;
    max-width: 600px;
}

.superomatic-denomination-selecter h3 {
    font-size: 22px;
}

.denom-selecter-label {
    font-size: 16px;
}

.denom-selecter-label input {
    margin-right: 10px;
}

.superomatic-denomination-selecter h4 {
    font-size: 18px;
    margin-bottom: 25px;
    color: #125FB2;
    font-weight: bold;
}

.denom-actions button {
    background-color: #377ADB !important;
    border: 1px solid #377ADB !important;
    box-shadow: none !important;
    color: #FBFBFB !important;
    border-radius: 15px;
    padding: 10px 40px;
    min-width: 100px;
    font-weight: 700;
}

.denom-actions button i {
    display: none;
}

.footer-icon img {
    width: 20px;
    height: 20px;
}

#IdentifyModalContainer .modal-title {
    font-size: 14px;
    font-weight: bold;
}

#IdentifyModalContainer img {
    height: 150px;
    object-fit: contain;
}

#IdentifyModalContainer .pic-block h5 {
    margin-bottom: 20px;
}

#IdentifyModalContainer .triggerInput {
    width: 100%;
    font-size: 14px;
}

#IdentifyModalContainer .alert-warning {
    font-size: 14px;
}

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

#IdentifyModalContainer .modal-footer,
#IdentifyModalContainer .sendIdentifyImages i,
#IdentifyModalContainer .verify-captcha-block label {
    display: none;
}

#IdentifyModalContainer .verify_captcha {
    border: 2px solid #377ADB !important;
    border-radius: 4px;
    font-weight: 400;
    padding: 12px 16px;
    width: 100%;
    box-shadow: none !important;
}

#IdentifyModalContainer .sendIdentifyImages {
    background-color: #377ADB;
    border: 1px solid #377ADB;
    box-shadow: none !important;
    color: #FBFBFB !important;
    border-radius: 15px;
    padding: 5px 20px;
    min-width: 100px;
    font-weight: 700;
    width: 100%;
    margin-top: 25px;
}

#IdentifyModalContainer .verify_captcha_img {
    height: 100% !important;
}

#IdentifyModalContainer .verify_update-captcha {
    color: #377ADB !important;
    border-radius: 3px;
    background-color: #FBFBFB !important;
    border: unset;
    font-weight: bold;
    margin: 0;
    display: block;
    padding: 0;
}

.alert-danger {
    color: #FBFBFB;
    background-color: #6a111a;
    border-color: #6a111a;
    border-radius: 4px;
}

.alert-success .close,
.alert-danger .close {
    color: #FBFBFB;
    opacity: 1;
}

.alert-success {
    color: #FBFBFB;
    background-color: #0c6020;
    border-color: #0c6020;
    border-radius: 4px;
}
#scroll-to-top {
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 99;
    background-color: #2A3A82;
    border-radius: 50%;
    cursor: pointer;
    border: 0;
    box-shadow: none !important;
}

#scroll-to-top i {
    font-size: 30px;
}

.wheel-progress p{
    font-size: 14px;
}

. alive-game-item img{
    width: 200px;
    height: auto;
    border-radius: 5px;
}
.send-email-block{
    width: 65%;
    background:#0A0405;
    color: #FBFBFB;
    border-radius: 4px;
    box-shadow: 0px 0px 13px 4px rgba(255, 0, 48, 0.52);margin: 10px auto;
}
.send-email-logo{
    display: flex;
    justify-content: center;
    padding-top: 10px
}
.send-email-logo img{
    width: 180px;
    height: 45px
}
.send-email-title{
    padding:10px;
}
.send-email-title h3{
    text-align:center;
    color: #FBFBFB;
}
.send-email-desc{
    background:#2A3A82;
    padding:10px;
    text-align: center;
}
.send-email-info a{
    padding:5px 10px ;
    font-size: 20px;
    color:#FBFBFB; !important;
}
.amount-alert{
    color:#a94442;
}
.mb-15{
    margin-bottom: 15px!important;
}

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

@media screen and (max-width: 990px) {
    .bonuses-page-baner {
        height: 250px;
    }
}

@media screen and (max-width: 767px) {
    #ForgotPassword .modal-dialog,
    #changePasswordModal .modal-dialog,
    #confirmEmailModal .modal-dialog,
    #PromoModal .modal-dialog,
    #confirmPhoneModal .modal-dialog{
        max-width: 767px;
    }
    #navbarCollapse {
        position: absolute;
        top: 53px;
        background-color: #0A0405;
        z-index: 999;
        width: 100%;
        height: 100vh;
        transition: 1s;
        left: 0;
    }

    .home-game-middle-block {
        margin-top: 20px;
    }

    #IdentifyModalContainer,
    #WalletModal {
        overflow-x: hidden;
        overflow-y: auto !important;
    }

    .middle-preview-img {
        height: 300px!important;
    }

    .bonuses-page-baner {
        height: 120px;
    }

    .bonus-top-text {
        padding: 15px 5px;
    }

    .bonus-top-text p,
    .text-block p {
        font-size: 17px;
    }

    .bonus-top-text h3,
    .text-block h2 {
        font-size: 19px;
    }

    .header-menu .nav-item .nav-link {
        text-align: left;
        padding-left: 20px;
    }

    .header-menu .nav-item .nav-link:hover,
    nav.navbar .navbar-nav > .active > a,
    nav.navbar .navbar-nav > .active > a:focus,
    nav.navbar .navbar-nav > .active > a:hover {
        color: #FBFBFB;
        border-left: 3px solid #82202E;
        border-bottom-color: transparent;
    }

    #navbarCollapse .header-menu {
        display: none;
    }

    #navbarCollapse.show .header-menu {
        transition: 0.2s;
        display: unset;
    }

    .navbar-toggler-right.collapsed + #navbarCollapse {
        width: 0 !important;
    }

    .header .navbar-top {
        position: absolute;
        top: 0;
        min-width: 300px;
    }

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

    .mobile-slide {
        margin-top: 76px !important;
    }

    .user-account .tab-content {
        padding: 0;
    }

    #messages > h3 {
        font-size: 1.45rem;
    }

    .withdraw-selected-icon {
        bottom: 2px;
        left: 20px;
    }

    .banner {
        margin-top: 54px;
    }

    .footer-icon img {
        width: 20px;
        height: 20px;
    }

    .footer-menu-item .nav-link {
        font-weight: 600;
        color: #b7b2b2;
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
    }

    .modal {
        padding: unset !important;
        background: #FBFBFB;
    }

    .modal .modal-dialog {
        margin: unset !important;
        padding: unset !important;
    }

    .modal .modal-dialog .modal-content {
        min-height: 100vh;
        border: 0;
        border-radius: 0;
    }
}

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

    .mobile-menu-content {
        width: 80%;
    }
    .btn-blue,
    .btn-black {
        min-width: 70px;
        padding: 5px;
    }

    .navbar-toggler-right.collapsed + #navbarCollapse {
        width: 0 !important;
        right: -280px;
    }

    .user-account .nav > .nav-item > a > h5 {
        font-size: 1.03rem;
    }

    .wallet-nav li {
        width: 50%;
    }

    .stats-item div {
        padding: 10px 6px;
        line-height: 1;
        word-break: break-all;
    }
    .game-preview-img{
        height: 150px;
    }
}

@media screen and (max-width: 400px) {
    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: block !important;
    }

    .logo-img {
        height: 35px;
    }
}