:root {
    --background-color: #1e1e1e;
}
body {
    color: white;
    overflow-x: hidden;
    font-weight: 300;
    line-height: 1.7;
}
ul {
    list-style-type: none;
    margin: 0; 
    padding: 0;
}
.nav {
    color: #fff;
    background-color: #1c1b1b !important;
}
footer {
    color: #fff;
    background-color: #131313 !important;
    border-top: 1px solid #131313;
}
.breadcrumb-item.active {
    color: #fff;
    font-weight: bold;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
.background-2 {
    background-color: #131313 !important;
    border-top: 1px solid #131313;
}
footer ul li {
    padding: 6px;
}
a {
    color: #fa5501;
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
    color: #fa5501;
}
a:focus {
    outline: 1px solid #fa5501;
}
.link::after {
    display: inline-flex;
    content: ' ';
    background-image: url('../assets/icon/link.svg');
    background-size: 18px 18px;
    width: 16px;
    height: 16px;
    filter: invert(48%) sepia(59%) saturate(6052%) hue-rotate(1deg) brightness(100%) contrast(99%);
    margin-left: 2px;
}
.navbar {
    text-align: left;
    border-color: rgba(85, 85, 85, 0.4);
}
.float-nav {
    text-align: right;
}
.text-icon {
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px;
    width: 40px;
    height: 40px;
}
.text-link {
    font-size: 20px;
    text-transform: uppercase;
}
.text-link span {
    margin-right: 4px;
}
.nav-icon {
    width: 24px;
    height: 24px;
    filter: invert(96%) sepia(0%) saturate(0%) hue-rotate(108deg) brightness(104%) contrast(105%);
    margin-right: 8px;
}
.nav-icon-2 {
    width: 24px;
    height: 24px;
    margin-right: 8px; 
}
.nav-link-2 {
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #fa5501;
    background-color: #fa5501;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 6px 12px;
    margin-left: 7px;
    margin-right: 7px;
}
.nav-link-2:hover {
    opacity: 0.8;
    color: #fff;
}
.nav-link-2:focus {
    opacity: 0.8;
}
.nav-link {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background: transparent;
    margin-left: 7px;
    margin-right: 7px;
    text-transform: uppercase;
}
.nav-link:hover {
    color: #fa5501;
}
.nav-link:active, .nav-link:focus {
    color: #fa5501;
    outline: none;
}
.logo {
    width: 226px;
    height: 60px;
}
.logo-link {
    width: 100%;
}
.logo-link:focus, .logo-link:active {
    outline: 1px solid #e1a941;

}
.background-image {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background-position: 50% 50%;
    background-image: url(../assets/background-2.jpg);
    z-index: -1;
  }
  .modal-content {
    background: linear-gradient(90deg,rgba(87, 29, 0, 0.77) 2%,rgb(138, 81, 7) 51%,rgba(185, 91, 3, 0.78) 100%);
    border-radius: 0px;
    border: 2px solid #fa5501;
    box-shadow: 0px -0.5px 1px 0.5px #fa5501, 0 0 20px #fa5501, 0 0 35px #000, 0 0 70px #000, 0 0 0 2px #d24700 inset, 0 0 5px #fa5501 inset, 0 0 35px #b73e00 inset !important;
    margin-left: auto;
    margin-right: auto;
  }
  .span-grey {
    color: #b9b5b5;
    text-transform: uppercase;
    font-size: 16px;
  }
  .h-span-break {
    background: linear-gradient(0deg,rgb(250, 85, 1) 0%,rgb(255, 143, 65) 100%);
      background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
  }
  #countdown {
    display: block;
    padding: 5px;
    background: linear-gradient(0deg,rgb(250, 85, 1) 0%,rgb(255, 143, 65) 100%);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    text-decoration: none;
  }
  .modal-body {
    color: #e9eaf4;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
    text-align: center;
    padding: 0px 12px 12px 12px;
    text-transform: uppercase;
  }
  .modal-title {
    color: rgba(193,195,214,.7);
    font-weight: 400;
    text-align: center;
    width: 100%;
  }
  .modal-header {
    border-bottom: 0px !important;
    padding: 0px 0px 4px 0px;
    border-radius: 0px;
  }
  .btn-close {
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    color: #c1c3d6;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 20px;
    height: 15px;
    width: 15px;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 0px;
    transition: background-color .3s ease;
  }
.slider {
    border-radius: 10px;
    display: flex;
    overflow-x: auto;
    background-image: linear-gradient(to right,#080808,#080808),linear-gradient(to right,#080808,#080808),linear-gradient(to right,rgba(255,255,255,0.4),rgba(255,255,255,0)),linear-gradient(to left,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background-position: left center,right center,left center,right center;
    background-repeat: no-repeat;
    background-size: 30px 100%,30px 100%,30px 100%,30px 100%;
    background-attachment: local,local,scroll,scroll;
    --ms-overflow-style: none;
    scrollbar-width: none;
}
.slider-2 {
    display: flex;
    overflow-x: auto;
    background-image: linear-gradient(to right,#1e1e1e,#1e1e1e),linear-gradient(to right,#1e1e1e,#1e1e1e),linear-gradient(to right,rgba(255,255,255,0.4),rgba(255,255,255,0)),linear-gradient(to left,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background-position: left center,right center,left center,right center;
    background-repeat: no-repeat;
    background-size: 30px 100%,30px 100%,30px 100%,30px 100%;
    background-attachment: local,local,scroll,scroll;
    --ms-overflow-style: none;
    scrollbar-width: none;
}
.bg-ig-gradient {
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
}
.btn-ig {
    color: #DD2A7B; 
    font-weight: bold;
}
.slider li, .slider-2 li, .slider-3 li {
    display: inline-block;
    white-space: nowrap;
}
.slider-3 {
    display: flex;
    overflow-x: auto;
    background-image: linear-gradient(to right,transparent,transparent),linear-gradient(to right,transparent,transparent),linear-gradient(to right,rgba(255,255,255,0.4),rgba(255,255,255,0)),linear-gradient(to left,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background-position: left center,right center,left center,right center;
    background-repeat: no-repeat;
    background-size: 30px 100%,30px 100%,30px 100%,30px 100%;
    background-attachment: local,local,scroll,scroll;
    --ms-overflow-style: none;
    scrollbar-width: none;
}
.slot-background {
    background: #1c1b1b;      
}
.slot-background-2 {
    background: url(../assets/background.jpg) center center fixed;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 1px solid #1d1d1d;
}
.slot-background-3 {
    background-color: #080808;      
}
.background-image-2 {
    border: none;
    box-shadow: none;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    width: 100%;
    background-position: 50% 50%;
    background-image: url(../assets/background.jpg);
    z-index: -1;
}
.payment-tab {
    padding-right: 12px;
    margin-bottom: 12px;
    margin-top: 12px;
    padding-left: 6px;
}
.payment-btn {
    color: #fff;
    box-shadow: 0 0 9px -4px #fff;
    border-radius: 6px;
    width: 100px;
    height: 60px;
    background: 0 0;
    border: none;
    padding: 0;
}
.payment-btn:hover, .payment-btn:focus {
    color: #fff;
    outline: 1px solid #fa5501;
    font-weight: bold;
}
.payment-btn.active {
    color: #fff;
    outline: 1px solid #fa5501;
    font-weight: 700;
}
.payment-icon {
    width: 100px;
    height: 60px;
}
.container-flex {
    display: flex;
}

.preload-image {
    width: 100%;
    height: 653px;
    object-fit: fill;
    opacity: .9;
    filter: blur(4px);
    box-shadow: 0px -0.5px 1px 0.5px #fa5501, 0 0 20px #fa5501, 0 0 35px #000, 0 0 70px #000, 0 0 0 2px #d24700 inset, 0 0 5px #fa5501 inset, 0 0 35px #b73e00 inset !important;
}
.mobile-promo-img {
    box-shadow: 0 0 9px -4px #fff;
}
.mobile-box {
    display: none;
}
#iframeHolder {
    display: flex;
}
.ja-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ja-2-center {
    display: flex;
    align-items: center;
}
.margin-center {
    margin-left: auto;
    margin-right: auto
}
.navbar-toggler {
    border: 1px solid #8c3403;
    margin-right: 12px;
    border-radius: 0px;
}
.navbar-toggler:focus {
    box-shadow: 0 0 9px -4px #fa5501;
}
.navbar-toggler-icon {
    width: 1.7em;
    height: 1.7em;
    filter: invert(39%) sepia(97%) saturate(3004%) hue-rotate(2deg) brightness(100%) contrast(100%);
}
.btn-light {
    width: 100%;
    border-radius: 15px;
    padding: 12px;
    background-color: #fff;
    color: #000;
    border: 2px solid #fff;
    font-size: 14px;
}
.btn-outline {
    width: 100%;
    border-radius: 15px;
    padding: 12px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 14px;
}
.btn-outline:hover {
    border: 2px solid #fff;
}
.casino-card {
    box-shadow: 0px -0.5px 1px 0.5px #fa5501, 0 0 20px #fa5501, 0 0 35px #000, 0 0 70px #000, 0 0 0 2px #d24700 inset, 0 0 5px #fa5501 inset, 0 0 35px #b73e00 inset !important;
    padding: 0 !important;
}
.casino-btn {
    font-weight: 700;
    font-size: 20px;
    color: #eee;
    background-color: #16a616;
    border: 4px solid #16a616;
    text-shadow: 0 2px 3px #1d1d1d;
    border-radius: 4px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
}
.casino-btn:hover {
    opacity: 0.8;
    background-color: #16a616;
    border: 4px solid #16a616;
}
.casino-btn:focus {
    opacity: 0.8;
    background-color: #16a616;
    border: 4px solid #16a616;
}
.casino-btn span {
    margin-right: 4px;
}
.casino-btn-2 {
    font-size: 16px;
    color: #fff;
    background: #fa5501;
    border: none;
    box-shadow: 0 0 10px #fa5501;
    border-radius: 8px;
    padding: 6px;
    text-shadow: 0 2px 3px #1d1d1d;
}
.casino-btn-2:hover {
    color: #fff;
    background: #fa5501;
    opacity: 0.8;
}
.iframe-slot {
    width: 100%;
    height: 653px;
    border-radius: 10px;
    box-shadow: 0 0 10px #fa5501;
}
.casino-logo {
    max-width: 250px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
.bewertung {
    height: 18px;
    width: 18px;
    margin-right: 4px;
    margin-bottom: 2px;
}
.platzierung {
    height: 30px;
    width: 30px;
    margin: 2px;
}
.item {
    position: relative;
}
.rounded {
    border-radius: 15px !important;
}
.box-orange {
    box-shadow: 0 0 8px #333;
}
.notify-badge {
    position: absolute;
    background-color: rgba(255,255,255,.1);
    text-align: center;
    border-radius: 0px 0 15px 0;
    color: #fff;
    padding: 4px 8px;
    z-index: 1;
    top: 0px;
    left: 0px;
    font-size: 14px;
    white-space: nowrap;
}
.notify-badge-2 {
    position: absolute;
    background-color: rgba(255,255,255,.1);
    text-align: center;
    border-radius: 0 0px 0 15px;
    color: #fff;
    padding: 4px 8px;
    z-index: 1;
    right: 0px;
    top: 0px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}
.h-span {
    background: linear-gradient(0deg,rgb(250, 85, 1) 0%,rgb(255, 143, 65) 100%);
      background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.h-span-break {
    color: #fa5501;
    font-weight: bold;
}
.h-break {
    display: block;
}
.card {
    box-shadow: 0 0 9px -4px #fff;
    border-radius: 4px;
}
.offcanvas-header {
    background: linear-gradient(90deg,rgba(87, 29, 0, 0.77) 2%,rgb(138, 81, 7) 51%,rgba(185, 91, 3, 0.78) 100%);
    border-top: 2px solid #fa5501;
    padding: 12px 0px;
    height: 100%;
  }
  .offcanvas.offcanvas-bottom {
    border-top: none;
    height: auto;
  }

.img-wrapper {
    position: relative;
    width: 100%;
}


.img-wrapper .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 4px solid #16a616;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 2px 3px #1d1d1d;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    width: 320px;
}
.play-btn span {
    margin-right: 4px;
}
.img-wrapper .play-btn:focus {
    outline: 1px solid #16a616;
}
.dropdown-menu {
    background-color: #141414;
    box-shadow: 0 0 9px -4px #fff;
}
.dropdown-item {
    color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
    background: #fa5501;
    color: #fff;
}
.headline-icon {
    width: 100px;
    height: 100px;
    filter: invert(48%) sepia(59%) saturate(6052%) hue-rotate(1deg) brightness(100%) contrast(99%);
}
@keyframes glowing {
    0% {
      background-color: #2ba805;
      box-shadow: 0 0 3px #2ba805;
    }
    50% {
      background-color: #49e819;
      box-shadow: 0 0 10px #49e819;
    }
    100% {
      background-color: #2ba805;
      box-shadow: 0 0 3px #2ba805;
    }
}
.play-btn {
    animation: glowing 1300ms infinite;
}
.date-note {
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}
.slot-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}
.slot-image {
    width: 152px;
    height: 152px;
    box-shadow: 0 0 10px #fa5501;
    display: block;
    margin-bottom: 6px;
    border-radius: 100px;
}
.slot-link {
    text-align: center;
    margin: 6px;
}
.slot-link:focus {
    outline: 1px solid #fa5501;
    border-radius: 10px;
}
.accordion {
    box-shadow: 0 0 10px #333;
}
.accordion-button {
    background: #080808;
    color: #fff;
}
.accordion-item {
    border: 0;
    color: #fff;
}
.accordion-item:not(:first-of-type) {
    border: 0;
}
.accordion-button:not(.collapsed) {
    background: #080808;
    color: #fff;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    filter: invert(48%) sepia(59%) saturate(6052%) hue-rotate(1deg) brightness(100%) contrast(99%);
    margin-bottom: 4px;
}
.accordion-button::after {
    filter: invert(96%) sepia(0%) saturate(0%) hue-rotate(108deg) brightness(104%) contrast(105%);
}
.accordion-button {
    font-size: 18px;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(250 85 0 / 20%);
}
.display-block {
    display: block;
}
/*.accordion-button:focus {
    z-index: 3;
    border-color: #fa5501;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(250, 85, 0.25);
}*/
.banner-check {
    border-radius: 10px;
    box-shadow: 0 0 9px -4px #fff;
}
.tab-img {
    display: inline;
}
.slot-info-box {
    padding: 12px;
}
.list-group {
    border-radius: 10px;
    box-shadow: 0 0 9px -4px #fff;
}
.list-group-item {
    background: #080808;
    color: #fff;
}
.list-label {
    text-align: left;
    width: 60%;
    display: inline-block;
}
.list-details {
    text-align: right;
}
.list-headline {
    font-size: 18px;
}
.list-icon {
    width: 18px;
    height: 18px;
    filter: invert(48%) sepia(59%) saturate(6052%) hue-rotate(1deg) brightness(100%) contrast(99%);
    margin-bottom: 4px;
    margin-right: 4px;
}
.faq-icon {
    width: 24px;
    height: 24px;
    filter: invert(48%) sepia(59%) saturate(6052%) hue-rotate(1deg) brightness(100%) contrast(99%);
    margin-right: 12px;
}
.check-icon {
    width: 24px;
    height: 24px;
}
.card-footer {
    border-top: none;
}
.price-highlight {
    margin-bottom: 8px;
}
.price-highlight h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}
.price-highlight-4 {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    display: inline;
    color: #b9b5b5;
}
.break {
    display: block;
}
.bonus-note {
    font-size: 14px;
    text-transform: uppercase;
    font-style: italic;
}
.content-image {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 9px -4px #fff;
}
.figure-caption {
    text-align: center;
    margin-top: 6px;
}
.navbar-brand {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-brand:hover, .navbar-brand:focus {
    color: #fff;
    outline: 0;
    opacity: 0.6;
}
.navbar-brand span {
    color: #fa5501;
}
.logo-icon {
    width: 24px;
    height: 24px;
    border-radius: 15px;
    box-shadow: 0 0 9px -4px #fa5501;
    margin-right: 6px;
    margin-bottom: 6px;
}
.filterDiv {
    display: none;
}
.show {
    display: block;
}
::-webkit-scrollbar-thumb {
    background: #fa5501;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
::-webkit-scrollbar-corner {
    background: #1c1b1b;
}
::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    background: #1c1b1b;
}
.sub-nav-container li {
    border-left: 1px solid rgba(85, 85, 85, 0.4);
}
.sub-nav-container li:last-child {
    border-right: 1px solid rgba(85, 85, 85, 0.4);
}
.sub-nav {
    width: 100%;
    background-color: #080808;
    border-top: 1px solid #1d1d1d;
    border-bottom: 1px solid #1d1d1d;
    text-transform: uppercase;
    font-size: 15px;
}
.sub-nav li {
    padding: 8px 16px;
}
.sub-nav-li-active {
    color: #fa5501 !important;
}
.sub-nav a {
    color: #fff;
}
.sub-nav a:hover {
    color: #fa5501;
}
.small-break {
    display: block;
}
.iframe-promo {
    width: 300px;
    height: 253px;
}
.tooltip-btn {
    border: none;
    background-color: transparent;
}
.popover {
    z-index: 100;
    background-color: #1c1b1b;
    box-shadow: 0 0 9px -4px #fff;
}
.popover-header {
    color: #fff;
    background-color: #1c1b1b;
    padding: 10px 10px 4px 10px;
    border-bottom: 1px solid #1d1d1d;
}
.popover-body {
    color: #fff;
    padding: 4px 10px 10px 10px;
}
#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    display: none;
    background: rgb(250, 85, 1, 0.9);
    color: #fff;
    font-size: 14px;
    min-height: 48px;
    padding: 12px;
}
.link-white {
    color: #fff;
}
.link-white::after {
    display: inline-flex;
    content: ' ';
    background-image: url('../assets/icon/link.svg');
    background-size: 18px 18px;
    width: 16px;
    height: 16px;
    filter: invert(96%) sepia(0%) saturate(0%) hue-rotate(108deg) brightness(104%) contrast(105%);
    margin-left: 2px;
}
.link-white:hover {
    color: #fff;
    text-decoration: underline;
}
.cookie-icon {
    filter: brightness(0) invert(1);
    height: 18px;
    width: 18px;
}
.toast {
    max-width: 275px;
}
.toast small {
    color: #fff;
}
.toast-icon {
    height: 40px;
    border-radius: 100px;
    margin-right: 6px;
}
.toast-icon-casino {
    height: 40px;
}
.toast-border {
    box-shadow: 0 0 9px -4px #fff;
}
.toast-header {
    background-color: transparent;
}
.btn-close {
    color: #fff;
    background: #fff url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
}
.win-box {
    background: transparent;
    max-width: 300px;
    border-radius: 4px;
    border: 1px solid #fa5501;
    margin: 0 8px 8px;
}
.win-box-header {
    display: flex;
    align-items: center;
    border-bottom: none;
    padding: 6px 12px;
}
.win-box-body {
    word-wrap: break-word;
    padding: 12px 8px;
    margin: 0;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.d-hide {
    display: none !important;
}
.payments-icon {
    width: 42px;
    height: 29px;
    padding: 2px;
  }
  .casino-logo {
    max-width: 250px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
.wildz-logo {
    width: 275px;
    height: 134px;
    margin-left: auto;
    margin-right: auto;
}
.spinz-logo {
    width: 160px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}
.netbet-logo {
    /*width: 274px;*/
    height: 75px;
    margin-left: auto;
    margin-right: auto;
}
.netbet-logo-2 {
    width: 274px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}
.mrgreen-logo {
    width: 276px;
    height: 216px;
    margin-left: auto;
    margin-right: auto;
}
.xbit-logo {
    width: 318px;
    height: 53px;
    margin-left: auto;
    margin-right: auto;
}
.mbit-logo {
    width: 119px;
    height: 52px;
    margin-left: auto;
    margin-right: auto;
}
.rocketpot-logo {
    width: 100px;
    height: 94px;
    margin-left: auto;
    margin-right: auto;
}
.bitcoincasinoio-logo {
    width: 318px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
.catcasino-logo {
    width: 260px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
}
.wunderino-logo {
    width: 236px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
.drueckglueck-logo {
    width: 140px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
.payment-box {
    margin: 10px auto;
    position: relative;
    display: flex;
    padding: 5px 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .price-highlight h3 {
    text-transform: uppercase;
    text-align: left;
  }
  .d-box-hide {
    display: unset;
}
.m-box-hide {
    display: none;
}
.promo {
    width: 300px;
    height: 236px;
}
.breadcrumb {
    margin: 0;
}

.preview-b {
    width: 302x;
    height: 252px;
}

  /* Skeleton-Loader Styling */
  .skeleton-image-b {
    background-color: #e0e0e0;
  }
  .skeleton { opacity: 0.3; }
  .skeleton-badge, .skeleton-img, .skeleton-text, .skeleton-btn, .skeleton-text-2 {
    background-color: #e0e0e0;
    border-radius: 4px;
  }
  .skeleton-img { 
    margin-left: auto;
    width: 90%;
    height: 90px;
    margin-right: auto;
}
  .skeleton-badge { width: 50px; height: 20px; display: inline-block; }
  .skeleton-text { 
    margin-left: auto;
    margin-right: auto; 
    height: 20px;
    width: 40%;
    margin-top: 6px;
    }
    .skeleton-text-2 {
        width: 200px;
        height: 90px;
        margin-top: 10px;
    }
  .skeleton-btn { 
    height: 90px; 
    width: 200px; 
    margin: 10px auto; 
    background-color: #e0e0e0; 
}

/* applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}


/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .wildz-logo {
        width: 232px;
        height: 134px;
    }
    .wunderino-logo {
        width: 206px;
        height: 87px;
    }
    .m-hide {
        display: none !important;
    }
    .d-hide {
        display: block !important;
    }
    .medium-none {
        display: none;
    }
    .notify-badge {
        border-radius: 0 0 15px 0;
    }
    .notify-badge-2 {
        border-radius: 0 0 0 15px;
    }
    .filterDiv {
        padding: 15px 15px;
    }
    .slot-background-2 {
        background: none;
        border-bottom: none;
    }
    .dropdown-menu {
        border: none;
        box-shadow: none;
        padding: 0;
    }
    .dropdown-menu li {
        padding: 6px;
        border-bottom: 1px solid gray;
    }
    .dropdown-menu li:last-child {
        border-bottom: none;
    }
    .nav-link, .nav-link-2 {
        height: 50px;
        background: #000000;
        border-radius: 0px;
        padding: 1rem;
        margin: 0;
        border-bottom: 1px solid #1d1d1d;
        border-left: none;
        border-right: none;
        border-top: none;
    }
    .navbar-nav li:first-child {
        border-top: 1px solid #1d1d1d;
    }
    .navbar-brand {
        margin-left: 8px;
        margin-right: auto;
    }
    .container {
        padding: 0;
        max-width: 100%;
    }
    .preload-image {
        width: 100%;
        height: 300px;
        border-radius: 0px;
    }
    .iframe-slot {
        width: 100%;
        height: 300px;
        border-radius: 0px;
    }
    .casino-btn {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .d-box-hide {
        display: none;
    }
    .m-box-hide {
        display: unset;
    }
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .preview-b {
        width: 260px;
        height: 209px;
    }
    .img-wrapper .play-btn {
        font-size: 18px;
    }
    .text-link {
        font-size: 16px;
    }
    .row > * {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .box-orange {
        box-shadow: none;
    }
    .logo {
        width: 100%;
        height: 81px;
    }
    .logo-icon {
        width: 32px;
        height: 32px;
    }
    .container-flex {
        display: block;
    }
    .preload-image {
        width: 100%;
        height: 210px !important;
        border-radius: 0px;
    }
    .iframe-slot {
        width: 100%;
        height: 250px !important;
        border-radius: 0px;
    }
    .mobile-box {
        width: 100% !important;
        display: block !important;
    }
    .headline-icon {
        display: none;
    }
    /*.h-span-break {
        display: block;
    }*/
    .filterDiv {
        padding: 10px 30px;
    }
    .navbar-brand {
        font-size: 22px;
    }
    .modal-content {
        width: 300px;
    }
}