@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.fade.language_select.modal.show {
    z-index: 10000;
}


.desktop-view .registration_modal .modal-body iframe {
    height: 600px !important;
}



.fade.language_select.modal.show .modal-header {
    z-index: 10000;
    background: #01143c;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}


.fade.language_select.modal.show .modal-body {
    background: #ddd;
}

body {
    font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.navigation-item-image {
    width: auto !important;
}

loaderContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #2a3640;
  z-index: 9999;
}

/*---- da spostare su custom mobile e desktop ----*/
.payment-modal {
    z-index: 10000;
}

.payment-modal .modal-header h3 > svg {
    fill:#fff;
    width:25px;
    margin-right:10px;
    
}

.social-share {
    width: 100%;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    background: #c9c9c9;
}

.social-share button {
    flex: 1;
    padding: 10px !important;
    background-color: #f3f3f3 !important;
    border: 1px solid #ffffff !important;
}

.social-share div.copy-link-container {
    flex: 1;

}

.social-share div.copy-link-container > button {
   width:100%;
   display:flex;
   align-items:center;
   justify-content:center;
   line-height:1em;
   min-height: 54px;
   color: #002038 !important;
   font-weight: 600;
}

/*---- da spostare su custom mobile e desktop ----*/

.desktop-view .body.main-layout-item.promotion_box.ColumnSection_list {
    min-height: auto;
}

.promotion-account p.type-promo > svg {
    fill: #ffc500;
}

h3.promotion-win-credit span {
    background: #041e34;
    color: #fec403;
    font-size: 12px;
    padding: 3px 6px;
}

.progress {
    background: #2b5273;
}

.progress-bar {
    background: #041e34;
}

.indication-progress {
    color: #ffc500;
}

.coupon-box p.bet {
    background: #f7f7f700;
}

p.bet .win {
    font-weight: 900;
    color: #86d189;
}

.coupon-box.promotion-account {
    background: #013359;
}

.promotion-account .coupon-box p {
    color:#ffc500
}



.coupon-box p.activation-promo {
    color: #7ea2c1;
}

.promotion-account p.type-promo {
    color: #fff
}

div#promotion .body.main-layout-item.promotion_box {
    background:#013359;
    margin-bottom:0px;
    border:2px solid #fbc103;
}

.box-promo-text p {
    color:#fff;
}

.container-fluid.promotion-home {
    background: #01365f;
    padding-top: 20px;
    padding-bottom: 30px;
}

.gamebox .Home_header {
    margin: 0px 0px 0px;
}

div#promotion {
    z-index: 10000;
}

.select-promo-balance h5 {
    color: #fff;
}

.btn-balance {
    color: #ffffff;
    display: flex;
    padding: 8px;
    border: 1.5px solid #ffffff;
    text-decoration: none;
    align-items: center;
    border-radius: 3px;
    margin: 0px 2px;
    font-weight: 600;
}

.btn-balance:hover {
    color: #9b9b9b;
    border: 1.5px solid #9b9b9b;
}

.btn-bonus {
    align-items: center;
    background: #0161a2;
    appearance: none;
    border-color: #ffc500;
    background-color: #ffc500;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgb(182 147 63 / 40%) 0 2px 4px,rgb(66 56 35 / 30%) 0 7px 13px -3px,#dd961c 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395A !important;
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    font-weight: 800;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 15px;
}

.btn-bonus:hover {
    align-items: center;
    appearance: none;
    background-color: #f8d14d;
    color: #36395A;
    cursor: pointer;
    bottom: -2px;
    box-shadow: none;
}

.select-promo-balance {
    width: 100%;
    height: calc(100% - 36px);
    background: #013359 !important;
}

.desktop-view .home-container-all {
    height: calc(100% - 45px);
}


.desktop-view .big-slider {
    border-radius: 5px;
}

a.affiliation_link {
    display: none !important;
}

.registration_modal {
    z-index: 1000000;
}

.desktop-view .headerTopNav {
    z-index: 10000;
    /* background-color: #FF0000 !important; */
    background-color: #01143c !important;
}

.mobile-view .navbar-brand img {
    height: 38px;
}

.desktop-view .accordion-plus_footer a:not(.collapsed) {
    background: #01143c;
    box-shadow: rgba(0, 0, 0, 0.0) 0px 5px 15px;
    border-bottom: 0px solid #013359;
    color: #ffffff;
}

.desktop-view .accordion-plus_footer a:after {
    content: '';
    filter: invert(1);
    width: 26px;
    height: 25px;
    background-size: 23px;
}

.desktop-view  .footer-fixed {
    z-index: 1000;
}

.accordion-plus_footer {
    display: block;
    width: 80px;
    margin-right: 0px;
    height: 40px;
}

.mobile-view .accordion-plus_footer {
    display: block;
    width: 100%;
    margin-right: 0px;
}

.accordion-plus_footer a:not(.collapsed)::after {
    content: '';
    filter: invert(1);
}

.desktop-view .accordion-plus_footer a {
	color: #ffffff;
	background: #01143c;
	width: 100%;
	height: 100%;
	padding: 7px 10px;
	text-align: center;
}

.custom-select .select-items > p {
    font-size: 12px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    line-height: 1.1em;
}


.desktop-view .select-selected {
    border-color: transparent !important;
}

.desktop-view .select-selected2:after, .desktop-view .select-selected3:after, .desktop-view .select-selected:after {

    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid #04548e;
    border-width: 0 2px 2px 0;
    display: none;
    padding: 3px;
    position: absolute;
    right: 10px;
    top: calc(50% - 5.5px);
}

.desktop-view .nav_account li > a.login {
    background-color: #ffffff;
    border-color: #ffffff;
}

.nav_account li > a.login > svg {
    width: 15px;
    margin: 3.5px 0px 3.5px 0px;
    fill: #01143c;
}

.desktop-view .name-account {
    color: #ffdf00;
}

.desktop-view .name-account > div {
    color: #fff;
}

.desktop-view a.assitence.sb-chat-btn {
    border-color:#fff;
    background: transparent;
}

.desktop-view a.assitence.sb-chat-btn svg {
    fill:#fff;
}

.desktop-view .search-box .navigation-top {
    position: sticky;
    width: 100%;
}

.desktop-view .navigation-top {border-top: 1px solid #6b7c8c;bottom: 0px;background: #27323B;background: #ffffff;}

.desktop-view .menu-bar .menu-bar-item.router-link-active, .menu-bar .menu-bar-item[active=true] {
    /* background-image: linear-gradient(to bottom right, #ffdf00, #ffdf00); */
    box-shadow: 0 6px 22px #0000003b;
    font-weight: 700;
    color: #ffffff;
    background: #002b83 ;
}
.desktop-view .menu-bar .menu-bar-item.router-link-active img {
    height: 150%;   /* 15px */
    /* filter: invert(1); */
}

.desktop-view .menu-bar .menu-bar-item img {
    /* height: 15px; */
    height: 175%;   
    filter: invert(0);
}

.desktop-view .menu-bar .menu-bar-item {
    line-height: 14px;
    align-items: center;
    border-radius: 5px;
    color: #ffffff;
    justify-content: center;
    /* min-width: 120px; */
    padding:10px 15px;
    font-weight: 600;
    /* background-image: linear-gradient(to bottom right, #323e4c, #27323b); */
    background: #01143c;
    height: 80%; /* 26px */
    font-size: 14px;
    /* border-radius: 0px; */
    border: 1px solid #69798894;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    /* transform: skewX(-13deg); */
}

.desktop-view .navigation-item-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1em;
    margin-right: 1em;
    height: 2em;
    width: 4em;
    font-size: 8px;
    font-weight: 800;
    background: transparent;
    color: #fff;
}

.desktop-view .nav-controls .icon {
    fill: #01143c;
}

.box-underCarousel {background: rgb(6 6 6);background: linear-gradient(360deg, rgb(0 97 162) 0%, rgb(6 6 6) 60%);}

.desktop-view .box-underCarousel .box-navigation.promotionbox {
    border: 1px solid #FFEB3B;
    background: rgb(255 193 8);
    background-image: linear-gradient(to bottom right, #dca90a, #FF9800);
}

.desktop-view .box-underCarousel .box-navigation {
    margin: 15px 0px 15px;
    background: linear-gradient(27deg, rgb(1 54 94) 0%, rgb(1 97 162) 60%);
    border: 1px solid #024678;
}



.desktop-view .gamebox-home {
    padding-top: 20px;
    padding-bottom: 10px;
    background: #ddd;
    /* background: radial-gradient(circle, rgba(39, 50, 59, 1) 0%, rgba(88, 101, 115, 1) 100%); */
}

.desktop-view .body.main-layout-item.ColumnSection_list {
        min-height: 330px;
        position: relative;
        border: 1px solid #8fa5b79c;
        background: #f5f5f5;
        /* background: radial-gradient(circle, rgba(39, 50, 59, 1) 0%, rgba(88, 101, 115, 1) 100%); */
}

.desktop-view .HomeSection_label {
    font-size: 19px;
    font-weight: 700;
    color: #000000;
    /* text-shadow: #0a0a0a -1px 1px 2px; */
}

.desktop-view .gamebox-home .ColumnSection_list .HomeSectionCasinoGames_game {padding: 0px;margin: 3px;border: 3px solid #01143c;background: #ffffff;/* background: radial-gradient(circle, rgb(52 56 60) 0%, rgb(37 52 68) 100%); */border-radius: 5px;box-shadow: rgb(163, 163, 163) 0px 20px 20px -10px;}

.desktop-view .CasinoGameCard_info {
padding:0px 10px 10px;
}

.CasinoGameCard_info .CasinoGameCard_provider .CasinoGameCard_name {
    color: #01143c;
}

.desktop-view .HomeSection_headerLink a {
    color: #01143c;
    font-weight: 700;
}

.desktop-view .HomeSection_caption {
    color: #000;
}

.desktop-view .footer-section {
    background: #f5f5f5;
    border-top: 2px solid #01143c;
}

.row.sub-footer {
    background: #01143c;
    border-top: 1px solid #505c68;
}

.desktop-view .text-slider h2.shadow-dance-tex {
    /* text-shadow: 5px 5px 0 #ff005e, 10px 10px 0 #00d4ff; */
    /* animation: shadow-dance 2s infinite; */
}



.desktop-view .brand_Box {border-bottom: 1px solid #4f5c68;background: #2a3640;display: none;}

.desktop-view .slider-home-v1 {
    background: #ddd;
    /* background: radial-gradient(circle, rgba(39, 50, 59, 1) 0%, rgba(88, 101, 115, 1) 100%); */
}

.big-slider .carousel-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* padding-top: 0px; */
    padding-top: 46.25%;
   /* 16:9 Aspect Ratio */
    height: 300px;
}

.desktop-view .text-slider h2 {
    text-shadow: 2px 2px 2px rgb(21 21 21 / 70%);
    /* font-size: 63px; */
    color: #fddc00;
    text-transform: uppercase;
    font-weight: 900;
    max-width: 50%;
    line-height: 1em;
    margin-bottom: 20px;
}

.desktop-view .static-promotion {
    border-radius: 5px;
}

.desktop-view #navigation {
    border-bottom: 0px;
}

.desktop-view .box-underCarousel .box-navigation.promotionbox h4 {
    color: #01365e !important;
}

.desktop-view .box-navigation img {
    margin-top: 0px;
}

.text h4 {
    color: #fdc300;
    font-weight:700
}

.text p {
    color: #ffffff;
}

.desktop-view .box-underCarousel .box-navigation.promotionbox p {
    color: #472f00;
}

.box-best-win-complete {
    background: #ffffff;
    margin: 0px;
    border-radius: 5px;
    border: 0px;
}

.desktop-view .best-win-title {
    background: #ffffff !important;
    box-shadow: none !important;
    border: 0px !important;
    position: relative;
    z-index: 100;
}

.desktop-view .box-best-win-complete:after {
    content: "";
    border: 0px;
    margin: 10px;
    background: #00000075;
    top: -10px;
    width: calc(100% - 20px);
}

.custom-button{
    color: #000000 !important;
}

.desktop-view .multi-slider-box {
    z-index: 100;
    position: relative;
}

.desktop-view .button-category-f .accordion-plus_footer a {
    background: transparent;
    border-bottom: 0px;
    color: #01143c;
}

.desktop-view ul.footer-link > li {
    background: transparent;
    color: #ffffff;
}

.desktop-view .payment-method p {
    color: #ffbf00;
}

.desktop-view .payment-method svg {
    fill: #fff;
}

.desktop-view .license-payment {
    background: #30404d;
}

.desktop-view .best-win-title {
    min-height: auto !important;
}

.desktop-view .box-best-win-complete button.slick-arrow {
    display:none !important;
}



.desktop-view .nav_account li > .registration {
    border-color: #fff;
    color: #fff;
}

.desktop-view .nav_account li > .login_initial {
  align-items: center;
  background: #0161a2;
  appearance: none;
  border-color: #ffffff;
  background-color: #ffffff;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(185, 185, 185, 0.4) 0 2px 4px, rgb(66 56 35 / 30%) 0 7px 13px -3px, #ffffff  0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395A !important;
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  font-weight: 600;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 15px;
}

.desktop-view .nav_account li > .login_initial:hover {
  align-items: center;
  appearance: none;
  background-color: #ffffffbb;
  color: #ffffffbb;
  cursor: pointer;
  bottom:-2px;
  box-shadow:none;
}

.desktop-view .brand_Box img {
    width: auto;
    height: 35px;
}

.best-win-title {
    min-height: auto !important;
}

.box-best-win-complete button.slick-arrow {
    display:none !important;
}



.nav_account li > .registration {
    border-color: #fff;
    color: #fff;
}



a.affiliation_link {
  align-items: center;
  background: #0161a2;
  appearance: none;
  border-color: #ffc500;
  background-color: #ffc500;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgb(182 147 63 / 40%) 0 2px 4px,rgb(66 56 35 / 30%) 0 7px 13px -3px,#dd961c 0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395A !important;
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  font-weight: 800;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 15px;
}

.footer-section .box-underCarousel {
    background:transparent;
}

.footer-section .box-underCarousel {
    background:transparent;
}

body {
    background: #ddd;
}

.desktop-view .box-underCarousel .box-navigation.boxNav-chat h4  {
    color: #2a3640;
}

.desktop-view .box-underCarousel .box-navigation.boxNav-chat p  {
    color: #022f52;
}

.desktop-view .license-box h3 {
    color: #ffbf00;
}

.desktop-view .text_licenseBox {
    color: #fff;
}

.login_modal .modal-dialog .modal-content {
    border-radius: 10px !important;
    border: 1px solid #000000 !important;
    overflow: hidden;
}

.login_modal .modal-dialog .modal-content .modal-header {
    background-color: #01143c !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-bottom: 1px solid #4c5865;
}

.login_modal .modal-dialog .modal-content .modal-body {
    background: #ddd !important;
}



.field input {
    background: #ffffff;
    border: 1px solid #69798894;
    color: #000000;
    font-weight:700;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.field input::placeholder {

    color: #8c949c;
}

.login_modal .modal-header h3 {
    font-size:20px;
    color: #ffffff;
}

.field button {
    color: #000000;
    background-color: #ffffff;
    font-weight: 600;
    text-transform:uppercase;
    
}


.field button {margin-top:0px;align-items: center;appearance: none;background-color: #ffffff;border-radius: 4px;border-width: 0;box-shadow: #01143c 0 2px 4px,
    rgba(179, 18, 47, 0.3) 0 3px 6px -3px,
    #7a0c22 0 -3px 0 inset;box-sizing: border-box;color: #000000;cursor: pointer;display: inline-flex;height: 48px;justify-content: center;line-height: 1;list-style: none;overflow: hidden;padding-left: 16px;padding-right: 16px;position: relative;text-align: left;text-decoration: none;transition: box-shadow .15s,transform .15s;user-select: none;-webkit-user-select: none;touch-action: manipulation;white-space: nowrap;will-change: box-shadow,transform;font-size: 18px;}

.field button:hover {
  align-items: center;
  appearance: none;
  background-color: #01143c;
  color: #ffffff;
  cursor: pointer;
    bottom:-2px;
    box-shadow:none;

}


.eye-icon {
    color: #000000;
}

.desktop-view .copy_box {
    border-bottom: 0px;
}

.desktop-view .right_copy, .left_copy {
    color: #fff;
}


.coupon-modal {
    z-index: 10000;
}

.coupon-modal .modal-header {
    background: #1f272e;
    border-radius: 0px;
}

.coupon-modal .modal-header h3 {
    color:#f3f3f3;
}

.coupon-modal .modal-header .btn-close {
    filter:invert(1);
}

.coupon-modal .modal-header h3 > svg {
    fill:#ffffff
}

.desktop-view .footer-barNav {
    background: transparent;
}

.desktop-view .btn-socialGroup a {
    background: #ffffff;
    font-weight: 700;
}

.desktop-view .form-link span, .form-link a {
    color: #fff;
}

.desktop-view .form a {
    color: #000000;
}

.desktop-view .registration_modal .modal-header {
        background-color: #2a587c !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-bottom: 1px solid #040d13;
}

.desktop-view .registration_modal .modal-content {
    border-radius: 10px !important;
    overflow:hidden !important;
}

.desktop-view .registration_modal .modal-header .btn-close {
    filter: invert(1);
}

.desktop-view .registration_modal .modal-header h3 {
    color:#ffc500 !important;
}


.desktop-view .form-link span, .form-link a {
    color: #fff;
}


.desktop-view .registration_modal .modal-header {
        background-color: #232c33 !important;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-bottom: 1px solid #596d7d;
}

.desktop-view .registration_modal .modal-content {
    border-radius: 10px !important;
    overflow:hidden !important;
}

.desktop-view .registration_modal .modal-header .btn-close {
    filter: invert(1);
}

.desktop-view .registration_modal .modal-header h3 {
    color: #ffde01 !important;
}

.desktop-view .registration_modal .modal-body {
    background-color: #54616e !important;
}

.desktop-view .form-content h3 {
    color: #ffc500;
}

.desktop-view .form-content label {
    color: #000000;
    margin: 5px 0px -10px;
}

.input-field  {
    position: relative; 
}

.desktop-view .input-field select.form-select {

    background: #ffffff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 2px solid #01143c;
    color: #000000;
    font-weight: 700;
    position: relative;
    z-index:1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.desktop-view .side_bar_navigation_casino {
    background: #ddd;
    /* background: radial-gradient(circle, rgba(39, 50, 59, 1) 0%, rgba(88, 101, 115, 1) 100%); */
}

.desktop-view .side_bar_navigation_casino .box-underCarousel {
    background: transparent !important;
    padding: 0px;
}

.desktop-view .box-casino-search {
    position: sticky;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    margin: 0px -12px 20px;
    padding: 0px 20px;
    background: #ddd;
    z-index: 10;
}

.desktop-view .box-casino-search .input-group-text, .payment-box .input-group-text {
    border-radius: 3px;
    border: 1.5px solid #01143c;
    border-left: 0px;
    fill: #ffffff;
    background: #01143c;
}

.desktop-view h3.title-section-game {
    color: #01143c;
    text-shadow: #ff7e7e -1px 1px 2px;
}

.desktop-view a.list-item-navMenu {
    position: relative;
    color: #000000;
    background: #ffffff;
    padding: 5px 5px;
    text-transform: lowercase;
    margin-bottom: 6px;
    box-shadow: 
    #01143c 0 2px 4px,
    rgba(179, 18, 47, 0.3) 0 3px 6px -3px,
    #7a0c22 0 -3px 0 inset; 
    width: 95%;
    height: 45px;
}

.desktop-view a.list-item-navMenu img {
    /* filter: invert(1); */
}

.desktop-view .list-item-navMenu.active {
    background: #01143c  !important;
    color: #ffffff;
    /* box-shadow: #ffffff 0 2px 4px inset, #b8b8b8 0 7px 13px -3px inset, #435362 0 -3px 0; */
}

.desktop-view .list-item-navMenu.active img {filter: invert(0) !important; }

.desktop-view a.list-item-navMenu:hover {
    bottom: -2px;
    box-shadow: none;
    background: #01143c;
    color: #ffffff;
}

.desktop-view a.list-item-navMenu:hover img {
    filter: invert(0) !important;
}


.desktop-view .account-total-game .slide-general-game {
        border: 1px solid #8f9497;
        background: #f5f5f5;
        /* background: radial-gradient(circle, rgba(39, 50, 59, 1) 0%, rgba(88, 101, 115, 1) 100%); */
        border-radius: 5px;
}

.desktop-view .content-game {
    background: #ddd;
}

.desktop-view .HomeSection_headerLink {
    font-weight: 700;
    color: #01143c;
}

.desktop-view button.carousel-control-next.w-aut {
    background-color: transparent !important;
    opacity:1;
}

.desktop-view button.carousel-control-prev.w-aut {
    background-color: transparent !important;
    opacity:1;
}

.desktop-view .content-game .slick-slide > div {
    padding: 0px;
    margin: 3px;
    border: 3px solid #01143c;
    background: #ffffff;
    /* background: radial-gradient(circle, rgb(52 56 60) 0%, rgb(37 52 68) 100%); */
    border-radius: 5px;
    box-shadow: rgb(163, 163, 163) 0px 20px 20px -10px;
}

.CasinoGameCard_info .CasinoGameCard_gameName, .titleGame_provider {
    color: #000000;
}

.CasinoGamePreview_root {
    border: 2px solid #E9AB0F00;
    border-radius: 2px;
    overflow: hidden;
    padding-bottom: 107%;
    position: relative;
    transition: border-color .3s ease-in-out;
}

.desktop-view .box-casino-search .input-group>.form-control {
    border-color: #01143c;
    background: #ffffff;
    color: #000000;
}

.box-casino-search .input-group>.form-control:focus, .payment-box .input-group>.form-control:focus {
    border-color: #ffc500 !important;
    box-shadow: 0 0 0 2px rgb(255 197 0) !important;
}

.box-casino-search .input-group>.form-control:focus, .payment-box .input-group>.form-control:focus {
    background-color: #ffffff !important;
    outline: 0;
    box-shadow: 0 0 0 2px #01143c !important;
    color: #000;
    border: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.desktop-view .carousel-control-next-icon, .carousel-control-prev-icon {
    filter: invert(1);
    opacity: .7;
}

.search-box .modal-dialog {
    margin: 60px 0px 0px;
    height: calc(100% - 60px);
    max-width: 100%;
}

.mobile-view .search-box .modal-dialog {
    margin: 0px 0px 0px;
    height: calc(100% - 60px);
    max-width: 100%;
}

.search-box .modal-header {
    padding: 10px;
    background: #01143c;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
}

.search-box .input-group-text {
    background: #01143c;
    border: 1px solid #000000;
    fill: #ffffff;
}

.search-box .form-control {
    background: #ffffff;
    border: 0px;
    color: #000000;
    border: 1px solid #000000;
}

.search-box .modal-body {
    height: 100vh;
    padding: 0px;
    background: #ddd;
}

 .search-box .modal-body .Home_games {
    border: 1px solid #ced2d54d;
    background: #f5f5f5;
    /* background: linear-gradient(27deg, rgb(42 54 64) 0%, rgb(73 85 98) 60%); */
}

 .search-box .modal-body .Home_games .HomeSectionCasinoGames_game {
    margin-bottom:20px;
    border-radius:17px;
    padding: 0px;
    border: 3px solid #01143c;
    background: #ffffff;
    /* background: radial-gradient(circle, rgb(52 56 60) 0%, rgb(37 52 68) 100%); */
    border-radius: 5px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.no-content-search h3 > small {
    color: #dcdcdc;
}

.coupon-box {
    background: #ddd;
    border: 1px solid #01143c;
}

.coupon-box a {

    background: #ffffff;
}

.coupon-box a > svg {

    fill: #01143c;
}



.coupon-box h3 {
    color: #01143c !important;
}

.coupon-box p {color: #000000;}

.no-content-search h3 {
    color: #000000;
}

.body.main-layout-item.promotion_box {
    background: #00000075;
    border-radius: 10px;
    box-shadow: inset 0px 0px 24px -4px rgba(0, 0, 0, 0.9);
    margin-bottom: 30px;
}

.desktop-view .content-game  .box-best-win-complete .slick-slide > div {
    padding: 0px;
    margin: 0px;
    background: #ffffff00;
    /* border-radius: 21px; */
    border: 0px;
}

.box-best-win-complete .slick-slide .card {
    margin: 10px;
    padding: 5px;
    border: 3px solid #01143c;
    background: #ffffff;
    /* background: radial-gradient(circle, rgb(52 56 60) 0%, rgb(37 52 68) 100%); */
    border-radius: 5px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.box-best-win-complete .slick-slide .card > .card-img img {
    width: 100%;
}

.balance {background: #a1acb6;     border: 1px solid #01143c;}

.balance > p:last-child {background: #01143c;color: #ffffff;}

.balance > p {
    color: #324354;
    background: #fff;
}

.money-limit .input-group {
    border: 2px solid #ffc500;
    border-top: 0px;
}

.money-limit .input-group span {
    background: #0d253b;
    border: 0px;
    color: #fff;
    border-top-right-radius: 0px;
}

.money-limit .input-group input {
    border: 2px solid #ffc500;
    border-top: 0px;
    background:#78aecc;
}

.two_factor_authentication_box h3 {
    color:#ffc500 !important;
}

.two_factor_authentication_box h4 {

    color:#78aecc;
}

.two_factor_authentication_box p {

    color:#ffffff;
}

.box_code_authentication {

    border: 1px dashed #ffffff;

    color: #ffc500;

}

:root {
--cSize: 20px;
--cInactive: #f8f9fa;
--cActive: #fcc201;
--particleSize: 0px;
--cEasing: ease;
--cTiming: 0.5s;
--innerPaddingSize: 10px;
}

.particles-checkbox {
height: var(--cSize);
width: var(--cSize);
display: inline-flex;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 3px #01143c solid;
border-radius: 50%;
position: relative;
cursor: pointer;
transition: all var(--cTiming) var(--cEasing);
margin: 2px;
}

.particles-checkbox:checked::after {
background-color: #ffffff;
height: calc(var(--cSize) * 0.3);
width: calc(var(--cSize) * 0.3);
}
.particles-checkbox:checked::before {
-webkit-animation: particleAnimate var(--cTiming) var(--cEasing) forwards;
  animation: particleAnimate var(--cTiming) var(--cEasing) forwards;
}
.particles-checkbox:checked + span {
    border-color: #01143c ;
    color: #01143c;
    font-weight: 600;
}

.particles-checkbox-container span {
    color: #000000;
}

.language_select .modal-header {
    background: #013359;
    border-radius: 0px;
    border-bottom: 1px solid #025b8c;
}

.language_select .modal-header .modal-title {
    color: #ffffff;
    font-size:15px;
    font-weight:600;
}

.language_select .modal-header .btn-close {
    filter:invert(1);
}

.language_select .modal-body {
   background: #012a49;
    position: relative;
}

.language_select .particles-checkbox-container {
border:1px solid #01143c

}

.navigation-menu .modal-body {
    background: #012a49;
    background: #ddd;
    /* background: radial-gradient(circle, rgba(39, 50, 59, 1) 0%, rgba(88, 101, 115, 1) 100%); */
}

.navigation-menu .modal-header {
    border-radius: 0px;
    background: #01143c;
    border-bottom: 1px solid #ffffff;
}

.navigation-menu .modal-header .btn-close {
    filter:invert(1);
}

.nav-account > div {
    position: relative;
    color: #000000;
    background: #ffffff;
    padding: 5px 5px;
    border: 0px !important;
    margin: 5px 8px;
    border-radius:3px;
    padding:10px;
    box-shadow: #01143c 0 2px 4px,    rgba(179, 18, 47, 0.3) 0 3px 6px -3px,    #7a0c22 0 -3px 0 inset;
}

    .nav-account > div:hover {
       bottom: -2px;
       box-shadow: none;
       background: #01143c;
       color: #ffffff;
}

    .nav-account > div > svg {
    fill: #000000;
    width:30px;
   } 
   .nav-account > div:hover > svg {
    fill: #ffffff;
    width:30px;
   } 
   
   .no-content-search p {
    margin: 10px 0px;
    color: #fff;
}


    .nav-account > div.active {background: #01143c !important;color: #ffffff;box-shadow: #01143c 0 2px 4px,    rgba(179, 18, 47, 0.3) 0 3px 6px -3px,    #7a0c22 0 -3px 0 inset;}

.form-content label.radio-label {
    background: #ffffff;
    border-bottom: 1px solid #ddd;
}


.nav-account {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dddddd87;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.account-total-page > .row > .col-2 {
    background-color: #ddd;
    padding-bottom: 30px;
    height: 100%;
}

.boxed-form {
    background: #ffffff;
    /* background: radial-gradient(circle, rgba(39, 50, 59, 1) 0%, rgba(88, 101, 115, 1) 100%); */
}

.nav-account > div.active > svg {
    fill: #ffffff;
}

.form-content h3 > svg {fill: #01143c;}

.account-total-page .form-content h3 {
    color: #000000;
}


.history-section {
    border: 0px;
    background: #ffffff;
}

.history-section li.nav-item button.active {
    background: #01143c;
    border: 0px !important;
    color: #ffffff;
}


.history-section li.nav-item button.active > svg {
    fill: #ffffff !important;
}

.history-section li.nav-item button {
    background: #2a364000;
    border: 0px !important;
    color:#000000;
}


.history-section li.nav-item button > svg {
    fill: #000000 !important;
}

.responsive-table__cell.responsive-table__header {
    background: #01143c;
    color: #ffffff;
}

.responsive-table__cell {
    border-right: 1px solid #025b8c63;
    border-bottom: 1px solid #025b8c63;
}

.responsive-table__wrapper {
    border: 1px solid #ffffff5c;
}

.responsive-table__upper-element:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #ffffff47;
}

.radio2 {
    background: #ffffff;
    border: 1px solid #0000002e;
}

.radio2 input:checked {
    color: #ffffff;
    background: #01143c;
    font-weight: 700;
}

.radio2 input {
    background: #ddd;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}

.account-total-page .no-content-search p {
    padding: 20px;
    color:#fff;
}

.account-total-page .no-content-search p {
    font-weight:600;
}

.page-item.active > a {
    background: #01143c;
    border-color: #01143c;
    color: #ffffff;
}

.page-link {

    background-color: #ffffff08;
    border: 1px solid #01143c;
}

.account-total-page .button-field  {
    margin-bottom: 10px !important;
    
}

.accordion-button::after {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}

.accordion-button:not(.collapsed)::after{
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}

.provider-box-modal .HomeSectionCasinoGames_list > p {
    width: 100%;
    text-align: center;
    font-weight: 600;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#000000;
}

.provider-box-modal .modal-body {
    background: #ddd;
}
.desktop-view .provider-box-modal .HomeSectionCasinoGames_game {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 3px solid #01143c;
    background: #ffffff;
    /* background: radial-gradient(circle, rgb(52 56 60) 0%, rgb(37 52 68) 100%); */
    border-radius: 5px;
    box-shadow: rgb(163, 163, 163) 0px 20px 20px -10px;
}

.arrow {
    border: solid #01143c;
    border-width: 0 3px 3px 0;
}

.content-loader-games {
    color: #fff;
}

.loader-games {
    width: 20px;
    aspect-ratio: 4 / 1;
    clip-path: inset(0px 100% 0px 0px);
    margin: 0px 3px -9px;
    background: radial-gradient(circle closest-side, rgb(252 194 1) 90%, rgba(0, 0, 0, 0)) 0px center / calc(33.3333%) 100% space;
    animation: 1s steps(4) 0s infinite normal none running l1;
}

.navigation-menu .modal-footer.footer-barNav {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #01143c;
    border-radius:0px;
    border-top: 1px solid #ffffff;
}

a.log-out {align-items: center;appearance: none;border-color: #ffffff;background-color: #ffffff;border-radius: 4px;border-width: 0;box-shadow: rgba(185, 185, 185, 0.4) 0 2px 4px, rgb(66 56 35 / 30%) 0 7px 13px -3px, #ffffff  0 -3px 0 inset;box-sizing: border-box;color: #002a49 !important;cursor: pointer;display: inline-flex;height: 42px;justify-content: center;line-height: 1;list-style: none;overflow: hidden;padding-left: 16px;padding-right: 16px;position: relative;text-align: left;text-decoration: none;transition: box-shadow .15s, transform .15s;user-select: none;font-weight: 600;-webkit-user-select: none;touch-action: manipulation;white-space: nowrap;will-change: box-shadow, transform;font-size: 15px;}

a.log-out svg {
fill: #01143c !important;
}

.navigation-menu.show {
    z-index: 10000 !important;
    position: fixed;
}

















/*----------------mobile view------------------*/










.mobile-view .headerTopNav {
    box-shadow: rgb(92 92 92 / 35%) 0px 5px 15px;
    border-bottom: 1px solid #6b7c8c;
    top: 0px;
    background-color: #01143c !important;
    flex-wrap: inherit;
}

.mobile-view .menu-bar .menu-bar-item.router-link-active img {
    height: 85%;   /* 15px */
    filter: invert(0) !important;
}


.mobile-view .select-selected {
    border-color: transparent !important;
}

.mobile-view .select-selected2:after, .mobile-view .select-selected3:after, .mobile-view .select-selected:after {

    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid #04548e;
    border-width: 0 2px 2px 0;
    display: none;
    padding: 3px;
    position: absolute;
    right: 10px;
    top: calc(50% - 5.5px);
}

.nav_account li > a.login {
    background-color: #ffffff;
    border-color: #ffffff;
}

.account-dropdown {
    width: 260px;
    padding: 5px;
    border: 0px;
    background: #ddd;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.header-account > h3 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    margin: 0px 0px;
    line-height: 1.1em;
}

.account-btn-footer > a {
    width: 100%;

}

.list-navMenu h3 {
    color: #01143c;
    font-size: 15px;
    font-weight: 600;
}

.form-online .error-message {
    color: #fff;
    margin: 10px 0px 0px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.mobile-view .name-account {
    color: #02b8ff;
}

.mobile-view .name-account > div {
    color: #fff;
}

.mobile-view a.assitence.sb-chat-btn {
    border-color:#fff;
}

.mobile-view a.assitence.sb-chat-btn svg {
    fill:#fff;
}

.mobile-view .navigation-top {background: #3e3e3e;border-top: 0px solid #acacac;}

.mobile-view .menu-bar .menu-bar-item.router-link-active, .menu-bar .menu-bar-item[active=true] {
    /* background-image: linear-gradient(to bottom right, #ffdf00, #ffdf00); */
    background: #01143c;
    box-shadow: 0 6px 22px #0000003b;
    font-weight: 700;
    color: #ffffff;
}

.menu-bar .menu-bar-item {
    color: #000000;
}


.mobile-view .navigation-item-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1em;
    margin-right: 1em;
    height: 2em;
    width: 4em;
    font-size: 8px;
    font-weight: 800;
    background: transparent;
    color: #fff;
    filter: invert(1);
}

.mobile-view .nav-controls .icon {
    fill: #01143c;
}

.mobile-view .box-underCarousel .box-navigation.promotionbox {
    border: 1px solid #02233c;
    background: rgb(7 84 143);
    background-image: linear-gradient(to bottom right, #01365e, #050505);
}

.mobile-view .box-underCarousel .box-navigation {
    margin: 15px 0px 15px;
    background: linear-gradient(27deg, rgb(1 54 94) 0%, rgb(1 97 162) 60%);
    border: 1px solid #024678;
}

.mobile-view .box-navigation.promotionbox h4 {
    color: #01365e !important;
}

.mobile-view .box-navigation.promotionbox p {
    color: #503400 !important;
}

.mobile-view .box-navigation.promotionbox {
    border: 1px solid #FFEB3B;
    background: rgb(255 193 8);
    background-image: linear-gradient(to bottom right, #dca90a, #f6e0a0);
}

.navigation-menu.modal .box-navigation.promotionbox {
    border: 1px solid #FFEB3B;
    background: rgb(255 193 8);
    background-image: linear-gradient(to bottom right, #dca90a, #f6e0a0);
}

.navigation-menu.modal .box-navigation.promotionbox p {
    color: #503400 !important;
}

.navigation-menu.modal .box-navigation.promotionbox h4 {
    color: #01365e !important;
}

.navigation-menu.modal .box-navigation {
    border: 1px solid #FFEB3B;
    background: rgb(255 193 8);
    background-image: linear-gradient(to bottom right, #dca90a, #f6e0a0);
}

.navigation-menu.modal .box-navigation.promotionbox p {
    color: #503400 !important;
}

.navigation-menu.modal .box-navigation.promotionbox h4 {
    color: #01365e !important;
}

.mobile-view .gamebox-home {
    padding-top: 20px;
    padding-bottom: 10px;
    background: #133c4e;
    background: rgb(7 84 143);
    background: linear-gradient(180deg, rgb(0 97 162) 0%, rgb(1 54 94) 60%);
}

.mobile-view .body.main-layout-item.ColumnSection_list {
        position: relative;
        border: 1px solid #ffffff1a;
        background: rgb(7 84 143);
        background: linear-gradient(27deg, rgb(4 11 15) 0%, rgb(71 86 98) 60%) !important;
}

.mobile-view .HomeSection_label {
    font-size: 19px;
    font-weight: 700;
    color: #000000;
    /* text-shadow: #0a0a0a -1px 1px 2px; */
}

.mobile-view .gamebox-home .ColumnSection_list .HomeSectionCasinoGames_game {

    background:#fff;
    border-radius:15px;
}

.mobile-view .CasinoGameCard_info {
padding:0px 10px 10px;
}

.mobile-view .HomeSection_headerLink a {
    color: #133c4e;
    font-weight: 700;
}

.mobile-view .HomeSection_caption {
    color: #000000;
}

.mobile-view .footer-section {
    background: #041e34;
}

.mobile-view .brand_Box {border-bottom: 1px solid #124d64;background: #013359;display: none;}

.mobile-view .slider-home-v1 {
    background: #0a0a0a;
}

.mobile-view #navigation {
    border-bottom: 0px;
}

.mobile-view .box-underCarousel .box-navigation.promotionbox h4 {
    color: #ffc500 !important;
}

.mobile-view .box-navigation img {
    margin-top: 0px;
}


.mobile-view .best-win-title {
    /* background: transparent !important; */
    box-shadow: none !important;
    border: 0px !important;
    position: relative;
    z-index: 100;
}

.mobile-view .box-best-win-complete:after {
    content: "";
    border: 0px;
    margin: 0px;
    background: #00000075;
    top: 0px;
    width: calc(100% - 0px);
}

.mobile-view .multi-slider-box {
    z-index: 100;
    position: relative;
}

.mobile-view .multi-slider-box .card {
    border: 2px solid #01143c;
    background: #ffffff;
    /* background: radial-gradient(circle, rgb(52 56 60) 0%, rgb(37 52 68) 100%); */
    padding: 0px;
}

.multi-slider-box .best-win {padding: 0px 10px 10px;}

.mobile-view .button-category-f .accordion-plus_footer a {
    background: transparent;
    border-bottom: 0px;
    color: #000000;
}

.mobile-view ul.footer-link > li {
    background: transparent;
    color: #ffffff;
}

.mobile-view .payment-method p {
    color: #ffbf00;
}

.mobile-view .payment-method svg {
    fill: #fff;
}

.mobile-view .license-payment {
    background:#013359;
}

.mobile-view .best-win-title {
    min-height: auto !important;
}

.mobile-view .box-best-win-complete button.slick-arrow {
    display:none !important;
}

.mobile-view .provider-box-modal .Home_header {
    background-color: #ffffff;
}

.mobile-view .nav_account li > .registration {
    border-color: #fff;
    color: #fff;
}

.mobile-view .nav_account li > .login_initial {
  align-items: center;
  background: #0161a2;
  appearance: none;
  border-color: #ffffff;
  background-color: #ffffff;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(185, 185, 185, 0.4) 0 2px 4px, rgb(66 56 35 / 30%) 0 7px 13px -3px, #ffffff  0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395A !important;
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  font-weight: 600;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 15px;
}

.mobile-view .nav_account li > .login_initial:hover {
  align-items: center;
  appearance: none;
  background-color: #ffffff73;
  color: #36395A;
  cursor: pointer;
    bottom:-2px;
    box-shadow:none;

}

.mobile-view .brand_Box img {
    width: auto;
    height: 35px;
}

.mobile-view .box-underCarousel .box-navigation.boxNav-chat h4  {
    color: #0161a2;
}

.mobile-view .box-underCarousel .box-navigation.boxNav-chat p  {
    color: #022f52;
}

.mobile-view .license-box h3 {
    color: #ffbf00;
}

.mobile-view .text_licenseBox {
    color: #fff;
}

.mobile-view .login_modal .modal-dialog .modal-content {
    border-radius: 10px !important;
    overflow: hidden;
}

.mobile-view .login_modal .modal-dialog .modal-content .modal-header {
    background-color: #01143c !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-bottom: 1px solid #040d13;
}

.mobile-view .login_modal .modal-dialog .modal-content .modal-body {
    
background-color: #ddd !important;

}



.mobile-view .field input {
    background: #ffffff;
    border: 1px solid #ffffff59;
    color: #000000;
    font-weight:700;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.mobile-view .field input::placeholder {

    color: #737a80;
}

.mobile-view .login_modal .modal-header h3 {
    font-size:20px;
    color: #ffffff;
}

.mobile-view .field button {
    color: #032947;
    background-color: #ffffff;
    font-weight: 600;
    text-transform:uppercase;
    
}


.mobile-view .field button {
margin-top:0px;
  align-items: center;
  appearance: none;
  background-color: #ffffff;
  border-radius: 4px;
  border-width: 0;
  box-shadow: #b3122f 0 2px 4px, rgba(179, 18, 47, 0.3) 0 3px 6px -3px, #7a0c22 0 -3px 0 inset;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}

.mobile-view .field button:hover {
  align-items: center;
  appearance: none;
  background-color: #01143c;
  color: #36395A;
  cursor: pointer;
    bottom:-2px;
    box-shadow:none;

}


.mobile-view .eye-icon {
    color: #000000;
}

.mobile-view .copy_box {
    border-bottom: 0px;
}

.mobile-view .right_copy, .left_copy {
    color: #fff;
}

.mobile-view .footer-barNav {
    background: transparent;
}

.mobile-view .btn-socialGroup a {
    background: #ffbf00;
}

.mobile-view .form-link span, .form-link a {
    color: #fff;
}

.mobile-view .form a {
    color: #000000;
}

.mobile-view .page-item.active > a {
    background: #01143c;
    border-color: #01143c;
    color: #ffffff;
    font-weight:600;
}

.mobile-view .registration_modal .modal-header {
        background-color: #2a587c !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-bottom: 1px solid #040d13;
}

.mobile-view .registration_modal .modal-content {
    border-radius: 10px !important;
    overflow:hidden !important;
}

.mobile-view .registration_modal .modal-header .btn-close {
    filter: invert(1);
}

.mobile-view .registration_modal .modal-header h3 {
    color:#ffc500 !important;
}


.mobile-view .form-link span, .form-link a {
    color: #fff;
}

.mobile-view .form a {
    color: #000000;
}

.mobile-view .registration_modal .modal-header {
        background-color: #2a587c !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-bottom: 1px solid #040d13;
}

.mobile-view .registration_modal .modal-content {
    border-radius: 10px !important;
    overflow:hidden !important;
}

.mobile-view .registration_modal .modal-header .btn-close {
    filter: invert(1);
}

.mobile-view .registration_modal .modal-header h3 {
    color:#ffc500 !important;
}

.mobile-view .registration_modal .modal-body {
    background-color: #1a2c3a !important;
}

.mobile-view .form-content h3 {
    color: #ffffff;
}

.mobile-view .form-content label {
    color: #000000;
}

.mobile-view .input-field  {
    position: relative; 
}

.mobile-view .input-field select.form-select {

    background: #2f495e;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 2px solid #486c88;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    z-index:1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.mobile-view .side_bar_navigation_casino {
    background-color: #025b8c;
}

.mobile-view .side_bar_navigation_casino .box-underCarousel {
    background: transparent !important;
    padding: 0px;
}

.mobile-view .box-casino-search {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    margin: 0px 0px 20px;
    padding: 0px 5px;
    background: #01143c;
}

.box-casino-search .input-group-text, .payment-box .input-group-text {
    border-radius: 3px;
    border: 1.5px solid #01143c;
    border-left: 0px;
    color: #fff;
    font-size:12px;
    font-weight:600;
    fill: #ffffff;
    background: #01143c;
}

.box-casino-search .input-group>.form-control, .payment-box .input-group>.form-control {
    border-radius: 3px;
    border: 1.5px solid #01143c;
    border-right: 0px;
    font-size: 13px;
    font-weight: 600;
    padding-left: 6px;
    padding-right: 6px;
}

.mobile-view h3.title-section-game {
    color: #ffc500;
    text-shadow: #0a0a0a -1px 1px 2px;
}

.mobile-view a.list-item-navMenu {
    position: relative;
    color: #fff;
    background: #ffffff1a;
    padding: 5px 5px;
    margin-bottom: 6px;
    box-shadow: rgb(1 51 89) 0 2px 4px, rgb(1 51 89 / 30%) 0 7px 13px -3px, #005a8b 0 -3px 0 inset;
}

.mobile-view .list-item-navMenu.active {
    background: #ffc500 !important;
    color:#025b8c;
    box-shadow: #FF9800 0 2px 4px inset, #FF9800 0 7px 13px -3px inset, #005a8b 0 -3px 0;
}

.mobile-view a.list-item-navMenu:hover {
    bottom: -2px;
    box-shadow: none;
    background: #013359;
}

.mobile-view .account-total-game .slide-general-game {
        border: 1px solid #09558f;
        background: rgb(7 84 143);
        background: linear-gradient(27deg, rgb(28 108 168) 0%, rgb(2 91 140) 60%);
}

.mobile-view .content-game {
    background: #02375f;
}

.mobile-view .HomeSection_headerLink {
    font-weight: 700;
    color: #01143c;
}

.mobile-view button.carousel-control-next.w-aut {
    background-color:#ffc500 !important;
    opacity:1;
}

.mobile-view button.carousel-control-prev.w-aut {
    background-color:#ffc500 !important;
    opacity:1;
}

.mobile-view .content-game .slick-slide > div {
    padding: 2px;
    margin: 3px;
    background: #fff;
    border-radius: 21px;
}

.mobile-view .box-casino-search .input-group>.form-control {
    border-color: #01143c;
    background: #ffffff;
    color: #000000;
}

.mobile-view .box-casino-search .input-group>.form-control::placeholder {
    color:#b8bec1;
}



.mobile-view .carousel-control-next-icon, .carousel-control-prev-icon {
    filter: invert(1);
    opacity: .7;
}












.mobile-view .no-content-search h3 > small {
    color: #dcdcdc;
}



.mobile-view .body.main-layout-item {
    background: #ddd;
    /* background: linear-gradient(180deg, rgba(37, 52, 68, 1) 0%, rgb(27 41 54) 100%); */
}

.mobile-view .HomeSectionCasinoGames_game {
    padding: 0px;
    margin: 3px 3px 30px;
    border: 2px solid #01143c;
    background: #ffffff;
    /* background: radial-gradient(circle, rgb(52 56 60) 0%, #253444 100%); */
    border-radius: 5px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.mobile-view .provider-box-modal .HomeSectionCasinoGames_game {
    padding: 0px;
    margin: 3px 3px 30px;
    border: 2px solid #01143c;
    background: #ffffff;
    /* background: radial-gradient(circle, rgb(52 56 60) 0%, #253444 100%); */
    border-radius: 5px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.mobile-view .GameProvider_content .HomeSectionCasinoGames_game {
    width: calc(50% - 6px);
}


.mobile-view .provider_listScroll .HomeSectionCasinoGames_game {
    padding: 8px;
    margin: 0px;
    background: #ffffff;
    border: 2px solid #01143c;
    /* background: radial-gradient(circle, rgba(39, 50, 59, 1) 0%, rgba(88, 101, 115, 1) 100%); */
    border-radius: 5px;
    box-shadow: inset 0px 0px 19px 0px rgba(0,0,0,0.6);
}


.mobile-view .provider_listScroll .HomeSectionCasinoGames_game .HomeSectionCasinoGames_game {
    border-radius: 5px;
    padding: 1px !important;
    margin: 3px;
    background: #ffffff;
    /* background: radial-gradient(circle, rgb(52 56 60) 0%, #253444 100%); */
}



.mobile-view .Title_GameProvider h3 {
    color: #000000;
}

.mobile-view .header_GameProvider a::before {
    content: "";
    border: solid #ffc500;
    border-width: 0 2px 2px 0;

}


.mobile-view .content_gameProvider .titleGame_provider {
    margin:10px 5px;
}

.mobile-view #navigation {
    border-top: 1px solid #6b7c8c;
    top: 0px;
    background: #ddd;
    /* background: radial-gradient(circle, rgba(39, 50, 59, 1) 0%, rgba(88, 101, 115, 1) 100%); */
}

.mobile-view .accordion-plus_footer a:not(.collapsed) {
    /* background: #212930; */
    background: #01143c;
    box-shadow: rgba(0, 0, 0, 0.0) 0px 5px 15px;
    border-bottom: 0px solid #013359;
    color: #ffffff;

}

.mobile-view .accordion-plus_footer a {border-bottom: 1px solid #01143c;color: #ffffff;background: #01143c;}

.mobile-view a.mobile_nav_button {
    border-left: 1px solid #1e3944;
    color: #000000;
    border-right: 1px solid #000000;
}

.mobile-view  .mobile_navigation {background: #ffffff;z-index: 100;border-top: 1px solid #000000;box-shadow: rgb(27 41 54) 0px 5px 15px;}

.mobile-view  .mobile_navigation a > svg {
    fill: #ffffff;
    filter: invert(1);
}

.mobile-view  a.hamburger-menu > svg {
    /* fill: #ffdf00; */
}

.mobile-view .payment-method {
 border-top: 1px solid #0d4258;
    border-bottom: 1px solid #093a4f;
}

.mobile-view .mobile_navigation a.active {
    color: #ffffff;
    background: #01143c;
    box-shadow: none;
} 

.mobile-view .mobile_navigation a.active svg {
    fill: #ffffff;
    filter: invert(0);
}



.mobile-view .single-search .select-selected2 {
    background-color: #015b8b;
    border: 1.5px solid #ffbf00;
    color: #b8bec1;
}

.mobile-view .single-search .select-selected2:after {
    background-color: #015b8b;
    border: solid #ffbf00;
    border-width: 0 2px 2px 0;
    color: #b8bec1;
}

@media only screen and (max-width: 768px) {
.big-slider .carousel-item {
    height: 150px;
}

.text-slider h2 {
    text-shadow: 0 -1px 4px #FFF, 0 -2px 10px #ff0, 0 -10px 20px #ff8000, 0 -18px 40px #F00;
}

.text-slider p {
    text-shadow: 0 -1px 4px #FFF, 0 -2px 10px #ff0, 0 -10px 20px #ff8000, 0 -18px 40px #F00;
}

.mobile-view .body.main-layout-item.ColumnSection_list {
    background: #ddd !important;
}

    a.assitence.sb-chat-btn {
        border-color:#ffffff;
        background:#ffffff00

    }

    a.assitence.sb-chat-btn > svg {
        fill:#ffffff;

    }

    .list-item-navMenu {
        color:#000000 !important;
    }

    .list-item-navMenu svg {
        fill: #000000  !important;
        margin-right:10px;
        width:28px;
    }


    .list-item-navMenu .qr-code-svg {
        fill: none !important;
        margin-right:10px;
        width:28px;
    }

    .list-item-navMenu.active {
        color:#ffffff !important;
        background:#01143c !important;
    }

	.list-item-navMenu.active img {
    filter: invert(0);
    }

    .footer-barNav {
        background: #01143c;
    }   

    .btn-socialGroup a {
        background:#ffc81a !important;
    }

    .nav-account > div {
        word-break:break-word;
        margin:0px;
        border-radius:0px;
        font-size: 0px;
    }
    
    div.login_modal {
    z-index: 1000000;
}

    .box-navigation.app-download {
    display: none;
}

.box-navigation.boxNav-chat {
    display: none;
}
    
}

@keyframes shadow-dance {
    0%, 100% {
        text-shadow: 5px 5px 0 #b9a518, 10px 10px 0 #6c600d;
    }
    50% {
        text-shadow: -5px -5px 0 #6c600d, -10px -10px 0 #b9a518;
    }
}