* {
  box-sizing: border-box;
}
body.dark::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}

body.dark::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #2a3546;
    border-radius: 2px;
}

body::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}

body::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #999999;
    border-radius: 2px;
}
html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}

.betcore-container.custom-heading {
    min-height: inherit;
}

.betcore-container.custom-heading .mobile-layout {
    display: flex;
}

.betcore-container.custom-heading .mobile-layout .btn + .btn {
    margin-left: 15px
}

.custom-open-coupon.btn {
    position: fixed;
    right: 30px;
    bottom: 60px;
    width: 60px;
    height: 60px;
    z-index: 50;
    border-radius: 50%;
    overflow: visible;
    background-color: #ffe036;
    background-image: url(https://bitcasino.gambling-dev.pro/templates/default/img/svg/coupon.svg);
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: center;
}

.custom-coupon-count {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
    width: 20px;
    height: 20px;
    line-height: 10px;
    background: red;
    border-radius: 50%;
    color: #fff;
}

@media screen and (min-width: 1000px) {
    .custom-open-coupon {
        display: none;
    }
}