body * {
    background-repeat: no-repeat;
    transition: 0.5s;
    outline: none !important;
    font-family: 'Open Sans', sans-serif;
}

body *:focus {
    outline: none !important;
    box-shadow: unset !important;
}

body {
    background-color: #1a1f38;
    min-height: 100%;
    height: 100%;
    font-family: "Open Sans", sans-serif;
}

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

::-webkit-scrollbar-thumb {
    background-color: #0e2034;
    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;
}

.progress {
    border-radius: 0;
}

.levels-progress {
    height: 20px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    width: 100%;
}

.currentLevel img {
    box-shadow: 0 0 20px 5px #41d4d4;
}

.level-block {
    cursor: pointer;
}

.level-img {
    border-radius: 10px;
    max-height: 600px;
}

.close-tabs, .load-more-tabs{
    background-color: #1c89d5;
    color: white;
    padding: 10px 0;
    margin-bottom: 10px;
}

.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;
}

.alert {
    border-radius: 0;
}

.center-block {
    overflow: hidden;
}

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

a.navbar-brand > img {
    height: 60px;
}
.statistics-nav li {
    width: 25%;
    height: 50px;
}
.statistics-nav{
    margin: 60px 30px;
}
.statistics-nav li a {
    background-color: unset !important;
    border: none !important;
    color: white;
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
}
.no-history{
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 18px;
}
.stats-item {
    border-bottom: 1px solid white;
    font-weight: bold;
    text-align: center;
}
.pay button{
    align-items: center;
    border-radius: 34px;
    display: flex;
    height: 35px;
    justify-content: center;
    margin: auto;
    max-width: 140px;
    font-size: 12px;
    text-align: center;
    width: 100%;
    border: unset!important;
}
.pay  .confirmed{
    background-color: #3d9b2a!important;
    color: #ffff;
}
.pay  .panding{
    background-color: #2d61f0!important;
    color: #ffff;
}
.pay  .support_confirmed{
    background-color: #307c0d!important;
    color: #ffff;
}
.pay  .canceled_returned{
    background-color: #daa208!important;
    color: #ffff;
}
.pay  .canceled{
    background-color: #f02d2d!important;
    color: #ffff;
}
.stats-item div {
    padding: 8px 0;
}
.withdraw_limit_hint{
    color: white;
    font-size: 12px;
    text-align: center;
}
.stats-item {
    color:white;
}
.mtop-5{
    margin-top: 50px;
}
.statistics-nav li.active a {
    background-color: #960819 !important;
    height: 100%;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-nav > li.nav-item {
    padding: 5px 15px;
}

.main-menu-toggler {
    border: 1px solid white;
}

.header-block {
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #1a1f38;
    width: 100%;
}

.header-block > nav {
    border-bottom: 1px solid #373e5e;
}

.banner {
    margin-top: 87px;
}

.header-link {
    font-family: 'Open Sans', serif;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 4px !important;
}

.header-link::before {
    display: block;
    content: "";
    width: 85%;
    height: 2px;
    background-color: #41d4d4;
    position: absolute;
    bottom: -1px;
    margin-left: 7px;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.nav-item.active .header-link::before, .nav-item:hover .header-link::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-item.active > .header-link, .header-link:hover, .header-link.active, .header-link:focus, .header-link:active {
    color: #41d4d4;
}

.red-btn {
    border: 2px solid #eb4adc;
    background-color: transparent;
    color: #eb4adc !important;
}

.auth-btn.red-btn:hover, .auth-btn.red-btn:focus, .auth-btn.red-btn:active {
    color: #ffffff !important;
    background-color: #eb4adc;
    border: 2px solid #eb4adc;
}

.modal .red-btn {
    border-width: 1px !important;
}

.modal .btn-lb {
    border: 1px solid #41d4d4 !important;
}

.foot-block-contain {
    padding-bottom: 30px;
}

.search-area {
    overflow: hidden;
}

.search-area .game-search-form {
    margin-top: 3px;
    position: relative;
    margin-bottom: 0;
}
.paymethod-label .min-amount-label{
    font-size: 12px;
    width: 50%;
    display: flex;
    justify-content: right;
    align-items: center;
}
.search-btn {
    background-color: transparent;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    margin-right: -5px;
}

#search {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    padding-right: 5px;
    position: relative;
    margin-top: 8px;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
    color: #adadad;
    cursor: pointer;
}

#search-input {
    background-color: transparent;
    color: #40d4d3 !important;
    line-height: 10px;
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid #40d4d3;
    outline: none !important;
    height: 38px;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 36px 8px 15px;
    transition: border 260ms;
    margin: 0;
}

#search-input::placeholder {
    color: #40d4d3
}

#search-btn {
    background-color: transparent;
    color: #787983;
    border: medium none;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 15px;
    font-size: 20px;
}

#game-custom-providers-menu {
    height: 500px;
    overflow-y: scroll;
    background: white;
    position: absolute;
    z-index: 100;
    top: 70px;
    border-radius: 5px;
    transition: 0.2s;
}

#game-custom-providers-menu a:hover {
    background-color: #41d4d4 !important;
    color: white;
}

.footer {
    border-top: 1px solid #373e5e;
    padding-top: 15px;
}

.footer-menu-item > span,
.footer-menu-item > a {
    color: #fefeff;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 6px;
    display: block;
    width: max-content;
}

.footer-menu-item > span:hover,
.footer-menu-item > a:hover {
    text-decoration: none;
    transition: 0.3s;
    color: #41d4d4
}

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

.game-menu-container {
    background-color: transparent;
    float: left;
}

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

.game-item-container img {
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
    object-fit: contain;
    height: 200px;
}

.category-img {
    width: 40px;
    height: 40px;
}

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

.gtab-elem:hover,
.gtab-elem.active {
    background-color: #e3fafc42;
    border-radius: 5px;
    border: none !important;
}

.gtab-elem.active a, .gtab-elem.hover a, .gtab-elem:focus a, .gtab-elem:hover a {
    color: #787983;
}

.gtab-elem a .middle {
    padding-bottom: 5px;
    text-align: left;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
}

.gtab-link {
    border: unset !important;
    background-color: transparent !important;
    color: #787983;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
}

.gtab-link.active {
    color: #eb4adc !important;
}

.header-social-icon {
    text-decoration: none !important;
}

.header-social-icon i {
    color: white;
    font-size: 25px;
}

.header-social-icon i:hover {
    color: #41d4d4;
    transition: 0.2s;
}

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

.game-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    background: rgba(56, 66, 119, 1);
    background: linear-gradient(0deg, rgba(56, 66, 119, 1) 0%, rgba(56, 66, 119, 0.5) 50%, rgba(56, 66, 119, 0) 100%);
    z-index: 10;
    border-radius: 5px;
}

.game-preview-img:hover .game-hover {
    display: flex !important;
}

.game-play-btn {
    text-align: center;
    display: block !important;
}

.game-play-btn > a {
    padding: 5px 15px;
    font-size: 14px;
}

.games-resp {
    width: 208px;
    background: #fff;
    height: 100px;
    position: absolute;
    right: 39px;
    z-index: 9;
}

.btn-trans-blue {
    border: 2px solid #41d4d4;
    background-color: transparent;
    color: #41d4d4 !important;
    transition: 0.2s;
    font-size: 12px;
}

.winner-slider-title {
    background-color: #41d4d4;
    color: white;
    font-weight: 600;
    padding: 15px 0;
    font-size: 16px;
    text-transform: capitalize;
}

.winners-slider-area {
    color: white;
    padding: 5px;
    background-color: #eb4adc;
}
.winner-href{
    text-decoration: unset;
    color: #ffffff;
}
.winner-game-logo img{
    width: 60px;
    height: 50px;
    object-fit: cover;
}
.after-slider-winner-block {
    height: 60px;
    overflow: hidden;
}

.after-slider-winner-block .slick-slide {
    height: unset !important;
    padding-left: 10px;
    border-right: 1px solid #ffffff;
    float: left;
    overflow: hidden;
}

.winners {
    display: block;
}

.winners li {
    float: left;
    display: block;
    padding-left: 10px;
    height: 100%;
}

.winners-controls {
    background-color: #373e5e;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    font-size: 36px;
    font-weight: 900;
}

.winners-controls span {
    padding: 0 15px;
}

.winners-slider-area span {
    padding: 0 0 0 15px;
    color: white;
}

.slick-arrow:hover i {
    color: #41d4d4;
}

.slick-arrow {
    position: absolute;
    z-index: 10;
    top: 0;
    font-size: 32px;
}

.slick-arrow i {
    font-weight: 100;
}

.slick-arrow-prev {
    right: -67px;
}

.slick-arrow-next {
    right: -104px;
}

.pm-style {
    background-color: #ffffff;
    border-radius: 10px;
}

.bb-input {
    padding: 10px 0;
    border-radius: 0;
    outline: 0 !important;
    border: unset;
    border-bottom: 1px solid #adadad;
    height: unset !important;
    color: #adadad !important;
}

.bb-input:focus, .bb-input:hover {
    color: #adadad;
    background-color: #fff;
    border-color: #41d4d4;
    outline: 0;
    box-shadow: unset;
    outline: none;
}

.bb-input::placeholder {
    color: #adadad;
    opacity: 1;
}

.nd-title {
    color: #41d4d4 !important;
    font-weight: 600;
}

.text-gray {
    color: #adadad
}

.text-lb {
    color: #41d4d4 !important;
}

.text-lb:hover {
    text-decoration-color: #41d4d4;
}

.fw-700 {
    font-weight: 700 !important;
}

.btn-lb, .reload_captcha {
    background-color: #41d4d4 !important;
    color: #ffffff !important;
    border-radius: 5px;
    padding: 6px 15px;
    border: 2px solid #41d4d4 !important;
}

.btn-lb:hover, .btn-lb:focus, .reload_captcha:hover, .reload_captcha:active, .reload_captcha:focus {
    background-color: transparent !important;
    color: #41d4d4 !important;
    transition: 0.2s;
}

.help-pm {
    color: #adadad;
    font-size: 10px;
}

.progress-bar {
    background-color: #41d4d4 !important;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .45) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .45) 50%, rgba(255, 255, 255, .45) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.alert-danger {
    background-color: #eb4adc;
    color: #ffffff;
}

.alert-success {
    color: #ffffff;
    background-color: #41d4d4;
}

.modal-header, .modal-footer, .modal-content {
    border: unset;
}

.modal-header .close {
    font-size: 2rem;
    font-weight: 100;
    color: #41d4d4 !important;
    opacity: 1;
}

.modal-md {
    max-width: 800px;
}

.page-title {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}

.terms_tab_ul {
    border-bottom: unset;
}

.terms_tab a {
    border-radius: 5px;
    font-weight: 700;
    color: #41d4d4;
    border: 1px solid #41d4d4 !important;
}

.terms_tab a.active {
    color: #1a1f38 !important;
    background-color: #41d4d4 !important;
    border: 1px solid #41d4d4 !important;
}

.terms-block .tab-content {
    color: white;
}

.terms-block .table {
    color: #ffffff !important;
}

.btn-red-st {
    background-color: #e73f7c;
    color: #ffffff !important;
    min-width: 100px;
    display: inline-block;
}

.prof-icon {
    display: inline-block;
    width: 50px;
    height: auto;
}

.user-details-link:after {
    display: none;
}

.btn-red-st span {
    font-size: 16px;
    font-weight: 600;
}

.btn-red-st i {
    font-size: 15px;
}

.user-details-menu {
    position: absolute !important;
    width: 100%;
    background-color: #1a1f38;
    box-shadow: 0 0 8px 0px #27bdcf;
}

.user-details-menu .details-tab-elem {
    color: white;
}

.user-details-menu::before {
    content: "";
    top: -10px;
    right: 20px;
    position: absolute;
    display: inline-block;
    border-bottom: 10px solid #ffffff;
    background-color: transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.user-drop-img {
    width: 30px;
    margin-right: 7px;
}

.user-details-menu .dropdown-item.active, .user-details-menu .dropdown-item:active, .user-details-menu .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #41d4d4 !important;
}

.cashbox-tab-list > li > a, .details-tab-list > li {
    border-bottom: 1px solid #adadad;
    background-color: transparent;
}

.cashbox-tab-list > li > a, .details-tab-list > li > a {
    background-color: transparent !important;
    color: #ffffff;
    text-transform: uppercase;
    border: 0 !important;
    text-align: center;
    font-size: 14px;
    position: relative;
    font-weight: 700 !important;
    transition: 0s;
}

.details-tab-list > li > a.active, .details-tab-list > li > a:hover, .details-tab-list > li > a:focus, .details-tab-list > li > a:active, .cashbox-tab-list > li > a.active {
    color: #41d4d4 !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: 0s;

}

.cashbox-tab-list > li > a.active .cashbox-img {
    fill: #41d4d4;
}

.cashbox-tab-list > li > a.active .cashbox-img1 {
    stroke: #41d4d4;
}

.details-tab-list > li > a.active::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 17px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #41d4d4;
}

.col-form-label {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.form-group button.absolute {
    position: absolute;
    padding: 9px 25px 10px 10px;
    cursor: pointer;
    right: 0;
    font-size: 13px;
    font-style: italic;
    background: none;
    border: none;
}

.mt-10 {
    margin-top: 10px;
}

.form-group a.absolute, .form-group i.absolute {
    position: absolute;
    padding: 9px 25px 10px 10px;
    cursor: pointer;
    right: 0;
    font-size: 13px;
    font-style: italic;
}

.setting-input {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    color: #41d4d4 !important;
    font-size: .9rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.cashbox-title {
    display: inherit;
}

.paymethods {
    background-color: #1a1f38;
}

.payment_icon_block {
    background-color: #ffffff;
    border-radius: 7px;
    margin: 7px;
    height: 60px;
}

.paymethod-label {
    height: 100%;
    border-radius: 7px;
    cursor: pointer;
    vertical-align: middle;
    padding: 5px;
}

.paymethod-label:hover, .paymethod-label.selected, .paymethod-label:active {
    border: 1px solid rgb(65 212 212 / 70%);
    box-shadow: 0 0 10px 5px rgb(65 212 212 / 70%);
}

.footer-deposit-method {
    width: 100%;
    max-width: 75px;
}

#cashBox * {
    color: #ffffff;
}

.cashbox-helper {
    font-size: 12px;
}

.cashbox-label {
    font-style: italic;
    font-weight: 100 !important;
}

.gotonext_gtab, .gotoprev_gtab {
    font-weight: 700;
}

.gotonext_gtab i {
    margin-left: 5px;
    font-size: 12px !important;
}

.gotoprev_gtab i {
    margin-right: 5px;
    font-size: 12px !important;
}

.game-item-preview {
    background: -moz-linear-gradient(-45deg, rgba(40, 206, 206, 0.44) 0%, rgba(116, 142, 161, 0.49) 41%, rgba(141, 121, 146, 0.51) 53%, rgba(162, 103, 134, 0.51) 63%, rgba(212, 61, 104, 0.49) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(40, 206, 206, 0.44) 0%, rgba(116, 142, 161, 0.49) 41%, rgba(141, 121, 146, 0.51) 53%, rgba(162, 103, 134, 0.51) 63%, rgba(212, 61, 104, 0.49) 100%);
    background: linear-gradient(135deg, rgba(40, 206, 206, 0.44) 0%, rgba(116, 142, 161, 0.49) 41%, rgba(141, 121, 146, 0.51) 53%, rgba(162, 103, 134, 0.51) 63%, rgba(212, 61, 104, 0.49) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7028cece', endColorstr='#7dd43d68', GradientType=1);
    border-radius: 4px;
}

.icon-ruble:before {
    content: "\e900";
    color: #fff;
    font-weight: 800;
}

.user-details-menu .dropdown-item {
    padding: .6rem 1.5rem;
    float: left;
}

.has-error .help-block {
    color: #e73f7c !important;
    font-size: 13px;
    font-style: italic;
}

.has-error .cashbox-input {
    border-bottom-color: #e73f7c !important;;
}

.method-container-img-block {
    background-color: #ffffff;
    height: 55px;
    border-radius: 7px;
    transition: 0s;
}

.withdraw_method_selecter.selected .method-container-img-block {
    box-shadow: 0 0 70px 70px #e3fafc inset;
    filter: unset;
}

.method-container-img-block img {
    max-width: 100%;
}

.w-form {
    display: none;
}

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

.cashbox-input {
    border: unset !important;
    border-bottom: 1px solid #e3fafc !important;
    border-radius: 0;
    padding-left: 0;
    background-color: transparent;
    font-size: 14px;
    color: white;
    font-style: normal;
}

.cashbox-input:hover, .cashbox-input:active, .cashbox-input:focus {
    background-color: transparent !important;
    color: white;
}

.cashbox-input::placeholder {
    color: #41d4d4;
    opacity: 1;
    font-style: italic;
    font-weight: 100 !important;
}

.footer-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 3px;
}

.footer-menu-item {
    display: block;
    width: 100%;
}

.alexaLauncherIframe {
    border-color: #41d4d4;
    margin-top: -112px;
}

.superomatic-denomination-selecter {
    background-color: #1a1f38;
}

.superOmaticDenomSelecter .btn-success {
    background-color: #41d4d4;
    border-color: #41d4d4;
}

.outcombet_game_container {
    width: 90%;
    margin: 0 auto;
}

.newGamecontainer #GameBlock {
    height: 100%;
}
.newGamecontainer {
    margin-top: 20px;
}
#outcomBetGameIframe {
    height: 85% !important;
}

.gtab-elem {
    padding-right: 0;
    padding-left: 10px;
}

.fixes-game-tabs {

    background-color: #1a1f38;
    z-index: 80;
    width: 16% !important;
    transition: 0s !important;
}

.games-tabs-container-list {
    height: min-content;
    border: none;
}

.auth-border {
    border-right: 1px solid #ffffff;
    margin: 5px;
}
.tip{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    color: #ffffff;
}
.tip-block{
    width: 300px;
}
.fin-icon,
.mange-icon{
    width: 70px;
    height: 70px;
    cursor: pointer;
    transition: fill 0.3s;
    border-radius: 50%;
    object-fit: contain;
}
.samyl-text-block{
    text-align: center;
}
.text-block{
    margin-top: 20px;
    font-size: 20px;
}
.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;

}
.active-type{
    width: 80px;
    height: 80px;
}
.smaylik-amount-block{
    height: 60px;
    display: flex;
    justify-content: space-between;
}
.text-block p{
    text-align: center;
}
.amount-icon{
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    transition: width 0.5s, height 0.5s;
}
.active-amount{
    width: 60px;
    height: 60px;
}

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

.tip-amount-val{
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}
.check-block{
    display: flex;
    justify-content: center;
}
.checkmark{
    display: none;
}
.active-check{
    display: block;
}
.checkmark__check {
    stroke-dasharray: 412;
    stroke-dashoffset: 412;
    animation: anim 1s ease forwards 0.3s;
}

@keyframes anim {
    to {
        stroke-dashoffset: 0;
    }
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?k1au1u');
    src: url('../fonts/icomoon.eot?k1au1u#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?k1au1u') format('truetype'),
    url('../fonts/icomoon.woff?k1au1u') format('woff'),
    url('../fonts/icomoon.svg?k1au1u#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
}

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

.icon-ruble:before {
    content: "\e900";
    color: #fff;
    font-size: 13px !important;
}

.icon-logout:before {
    content: "\e901";
    color: #787983;
}

.icon-search-icon:before {
    content: "\e902";
    color: #40d4d3;
}

.dropdown-item i, .dropdown-item span {
    float: left;
}

.dropdown-item span {
    margin-left: 15px;
}

.styled_tab_ul {
    border-bottom: unset;
}

.styled_tab_li a {
    border-radius: 5px;
    font-weight: 700;
    color: #41d4d4;
    border: 1px solid #41d4d4 !important;
}

.styled_tab_ul a.active {
    color: #1a1f38 !important;
    background-color: #41d4d4 !important;
    border: 1px solid #41d4d4 !important;
}

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

.input-group-addon select#phone_code {
    color: #41d4d4 !important;
    padding: 10px 0;
    outline: 0;
    cursor: pointer;
}

select#phone_code option {
    background-color: #1a1f38 !important;
    color: #41d4d4 !important;
}

.message-block {
    border-bottom: 1px solid #ffffff;
    color: #f5deb3;
}

.freespins-block {
    border-bottom: 1px solid #ffffff;
    color: #f5deb3;
}

.message-time {
    position: absolute;
    font-size: 12px;
    float: right;
    display: inline-flex;
    right: 0;
    bottom: 0;
}

.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 #fff;
    border-radius: 5px !important;
    overflow: hidden;
    background: #1a1f38;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
    height: 28px;
}

.wheel-progress .progress-bar {
    position: unset;
    border-radius: 0;
    background: #8c36bd;
    -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: #ffffff;
    background: transparent;
    font-size: 16px;
    border: unset;
    position: absolute;
    font-weight: 600;
    left: 46%;
    z-index: 1020;
}

.bonus-block {
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 400px;
}

.bonus-block p.text {
    color: white;
    text-align: center;
    margin: 20px 0;
    font-weight: 600;
}

.bonus-block img {
    display: block;
    width: 250px;
    margin: 0 auto;
    height: 250px;
    object-fit: contain;
}

.dropdown-toggle::after {
    display: none;
}

.btn-pink-border {
    background-color: transparent;
    color: #ffffff;
    min-width: 100px;
    display: inline-block;
    border: 1px solid #e73f7c;
}

.level-main-block td a {
    color: #41d4d4;
}

.level-main-block td,
.level-main-block th {
    border-color: #41d4d4;
}

.level-item {
    display: inline-block;
    text-align: center;
    padding: 5px;
    margin-right: 30px;
    width: 200px;
}

.level-item-box {
    width: 150px;
}

.level-item-box .progress-box {
    margin-top: 7px;
    width: 200px;
}

.level-progress {
    height: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 0 8px 2px inset #0000006e;
}

.level-progress .progress-bar {
    position: unset;
    border-radius: 4px;
    background: #00df02;
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
    min-width: 1px !important;
}

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

.level-item.not-reached-level {
    box-shadow: 0 0 16px 0 inset #e73f7c85;
    border-radius: 10px;
}

.level-item.passed-level {
    box-shadow: 0 0 16px 0 inset #a7d9e9;
    border-radius: 10px;
}

.level-item.main-level {
    box-shadow: 0 0 16px 0 inset #41d4d4;
    border-radius: 10px;
}

.points-hint,
.level-text-success {
    color: #40d3d3;
}

.wheel-alert-title,
.level-text-danger {
    color: #e73f7cb8;
}

.level-text-info {
    color: #c0dadf;
}

.level-item-title {
    position: relative;
    width: 100%;
    display: inline-block;
    font-weight: 800;
}

.level-icon {
    width: 55px;
}

.level-main-block {
    width: 100%;
    margin-bottom: 10px;
}

.levels-close-btn {
    color: white !important;
    background-color: #63d3d3 !important;
}

.show-level-desc {
    background-color: #63d3d3;
    color: white;
}

.levels-modal .modal-content {
    background-color: #1a1f38;
}

.levels-table {
    background-color: transparent;
    color: white;
}

.mobile-show-details {
    display: none;
}
.bank-option{
    background: #12142d;
}
.amount-alert{
    color:#e73f7c;
}
.mb-15{
    margin-bottom: 15px!important;
}

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

.main-slider-block .slide-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
    background-color: #1c1f37;
    height: 480px;
}

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

.sm-simage {
    display: none !important;
}

.lg-simage {
    display: block !important;
}

@media screen and (max-width: 1524px) {
    .navbar-nav > li.nav-item{
        padding: 5px 10px!important;
    }
    .header-social-icon i{
        padding-top: 15px;
        font-size: 18px!important;
    }
    .header-link{
        font-size: 14px;
    }
}

@media screen and (max-width: 1420px) {
    .slick-arrow-prev {
        right: -55px;
    }

    .slick-arrow-next {
        right: -90px;
    }

    .gtab-elem a .middle {
        padding-left: 4px;
        font-size: 13px;
    }

    .method-container-img-block {
        background-color: #ffffff;
        height: 40px;
        border-radius: 7px;
        transition: 0s;
    }
}

@media screen and (max-width: 1394px) {
    .navbar-nav > li.nav-item{
        padding: 5px 5px!important;
    }
}

@media screen and (max-width: 1290px) {
    .navbar-nav > li.nav-item{
        padding: 5px 3px!important;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .paymethod-label .min-amount-label{
        font-size: 11px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .level-item {
        width: 100%;
    }

    .level-td {
        line-height: 9 !important;
    }
}

@media screen and (max-width: 768px) {
    .level-icon {
        width: 38px;
    }

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

    .level-item-box .progress-box {
        width: 150px;
    }

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

    .level-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .level-td {
        line-height: 9 !important;
    }

    .main-slider-block,
    .main-slider-block .slide-item {
        height: 350px;
    }

    .sm-simage {
        display: block !important;
    }

    .lg-simage {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .level-td {
        line-height: 14 !important;
    }

    .level-item {
        width: 150px;
        height: 70px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 350px) {
    .level-item-box .progress-box {
        width: 110px;
    }

    .level-item-box {
        width: 110px;
    }
}

.game-item-container-new {
    height: 200px;
    overflow: hidden;
}

.winners-game-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.winner-list-item a {
    display: flex;
    text-decoration: none;
}

.game-item-container-new img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
}

.page-container {
    background-image: url("../images/pautina_bg.png");
    background-size: cover;
    background-repeat: repeat;
}

#wheel-alert .modal-content {
    background-color: #1a1f38;
    box-shadow: 0 0 10px 2px #70a5c7;
}

#wheel-alert .close {
    color: #e73f7c;
}

.projects-area {
    text-align: center;
    margin-bottom: 15px;
}

.partners-area {
    height: 60px;
    padding: 10px 0 !important;
    border-bottom: 1px solid #373e5e;
    margin: 0 0 25px 0;
}

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

.partner-item {
    height: 100%;
}

.hidden {
    display: none;
}

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

#selfieModalContainer .explain-text {
    font-size: 16px;
    margin: 20px 0;
    color: #37afd3;
    font-weight: 600;
}

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

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

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

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