:root {
    --vh: 100vh;
    --red: #D42D37;
    --gray2: #3F4250;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: 600;
  line-height: calc(82 / 72);
  font-family: var(--title-font);
  color: #e9ae1a;
}

h1 span:not(.counter),
h2 span:not(.counter),
h3 span:not(.counter),
h4 span:not(.counter),
h5 span:not(.counter),
h6 span:not(.counter) {
  color: var(--c1);
}

h1 {
  font-size: 2.75rem;
  margin-bottom: 30px;
  color: #ffffff;
}

h2 {
  font-size: 2.25rem;
  margin-bottom: 30px;
  margin-top: 30px;
  color: #e9ae1a;
}

h3 {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 30px;
  color: #e9ae1a;
}

h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  margin-top: 30px;
  
}

h5 {
  font-size: 1.125rem;
  margin-bottom: 10px;
  margin-top: 30px;
}

h6 {
  font-size: 0.813rem;
}

p {

  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 2px;
    color: #fff;
}

p:last-child {
  margin-bottom: 0;
}


ol {
  list-style: none;
  counter-reset: steps;
  margin-bottom: 20px;
  padding-left: 20px;
}

ol li {
  counter-increment: steps;
  line-height: 30px;
}

ol li::before {
  content: counter(steps);
  margin-right: 0.5rem;
  background: #e9ae1a;
  color: #000000;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  line-height: 1.2em;
 
}
    
.table-wrap {
    overflow-x: auto;
}

table {
  width: 100%;
  max-width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0 15px;
}

table th,
table td {
  padding: 10px;
}

table th:first-child,
table td:first-child {
  border-radius: 5px 0 0 5px;
  padding-left: 0;
  overflow: hidden;
  position: relative;
}

table th:last-child,
table td:last-child {
  border-radius: 0 5px 5px 0;
}

table thead {
  position: relative;
  z-index: 1;
  background-color: transparent;
  height: 75px;
}

table thead:after {
  width: 100%;
  height: calc(100% - 15px);
  left: 0;
  top: 0;
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  content: "";
}

table thead th {
  color: var(--white);
}

table thead th:first-child {
  padding-left: 30px;
  text-align: left;
}

table tbody td,
table tbody th {
  background-color: #000000;
}


table tbody td,
table tbody th {
  color: #ffffff;  

  
}

table tbody td > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

table tbody td > div img,
table tbody td > div svg {
  margin-right: 5px;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 0;
	font-size: 0.8125rem;
	list-style: none;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 0.5rem;
}


.breadcrumb-item.active {
	color: #7d879c;
}



.color {
  list-style: none;
  list-style-position: inside;
  padding-bottom: 20px;
  padding-left: 70px;
}

.color li::before {
    content: "•";
    margin-left: 0.5rem;
    font-size: 202%;
    line-height: 20px;
    margin: 0 0.3rem ;
    position: relative;
    color: #ffffff;
}


@media (max-width: 767.98px) {
    .page-home .games-grid .game-item .game-item__overlay {
        opacity: 0 !important;
    }


    .justify-content-center {
        justify-content: center !important;
    }

    .d-flex {
        display: flex !important;
    }

    .ratio-16x9 {
        --aspect-ratio: calc(9 / 16 * 100%);
    }
}

.page-vip .btn-wrap, .page-promocontent .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.btn-wrap {
    column-gap: 10px;
}

.nav-loggedin .dropdown-wrap .dropdown-list .action-link .col-left .icon svg path {
    fill: var(--color-orange);
}

list .provider-item .logo img path, .page-home .menu-bar-wrap .provider-dropdown .dropdown-list .provider-item .logo svg path {
    fill: var(--color-orange);
}

list .provider-item .logo img path, .page-home .menu-bar-wrap .crypto-dropdown .dropdown-list .crypto-item .logo svg path {
    fill: var(--color-orange);
}

.page-home .menu-bar-wrap .search-wrap input {
    color: var(--color-grey);
    -webkit-text-fill-color: var(--color-grey);
}

/*.page-home .menu-bar-wrap .search-wrap input {
    font-size: 16px;
}

.page-home .menu-bar-wrap .search-wrap input::placeholder {
    font-size: 16px;
}*/

.page-home .welcome-banner-wrap .slider-banner .swiper-slide .welcome-banner .col-right img {
    position: absolute; /* Position the image absolutely within the div */
    bottom: 0; /* Align the bottom of the image with the bottom of the div */
    left: 0; /* Align the left side of the image with the left side of the div */
    width: 100%; /* Make the image width 100% of the div's width */
}

@media (orientation: portrait) {
    .page-home .welcome-banner-wrap .slider-banner .swiper-slide .welcome-banner .col-right img {
        position: relative;
    }
}

.page-home .welcome-banner-wrap .slider-banner .swiper-slide .welcome-banner .col-right {
    position: relative; /* Ensure the div has a defined position */
}

@media (max-width: 1199px) {
    .page-home .welcome-banner-wrap .slider-banner .swiper-slide .welcome-banner .col-right img {
        width: 120%;
    }
}

@media (max-width: 1024px) {
    .page-home .welcome-banner-wrap .slider-banner .swiper-slide .welcome-banner .col-right img {
        width: 116%;
    }
}

@media (max-width: 991px) {
    .page-home .welcome-banner-wrap .slider-banner .swiper-slide .welcome-banner .col-right img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .page-home .welcome-banner-wrap .slider-banner .swiper-slide .welcome-banner .col-right img {
        position: relative;
    }
}


.swiper-slide {
    touch-action: none;
}

#bannerButton {
    transition: all .3s ease;
    color: white;
}

@media (max-width: 767px) {
    .page-home .welcome-banner-wrap .slider-banner .swiper-slide .welcome-banner .col-right img {
        object-fit: contain;
    }

    .page-home .welcome-banner-wrap .slider-banner.swiper-initialized {
        overflow: unset;
    }

    .swiper-wrapper {
        min-height: 400px;
    }

    :root {
        --background-gradient: 100% 93%;
    }
}

@media (orientation: landscape) {

    .swiper {
        height: 230px;
    }

    #vip-swiper {
        height: unset !important;
    }

    .swiper.slider-banner {
        overflow: initial;
    }

    :root {
        --background-gradient: unset;
    }

    .page-home .welcome-banner-wrap {
        padding-top: 30px !important;
    }

    #bannerButton:hover {
        border: 2px solid white !important;
    }

}

.intl-phone {
    padding-left: 50px !important;
}

.modal-reward .reward-block__progress .progress-bar {
    grid-column: 1 !important;
    grid-row: 1 !important;
}

.page-vip .progress-bar-wrap .progress-bar {
    background-color: #23242b;
}

.modal-reward .reward-block__progress {
    display: grid !important;
}

.modal-reward .reward-block__content .text-muted {
    font-size: 9px !important;
    margin-top: 10px !important;
    padding-bottom: 10px !important;
    font-weight: bold;
}

    .modal-reward .reward-block__content .text-muted #cancel-promo {
        text-decoration: underline !important;
        color: var(--color-orange) !important;
    }

/*.modal-reward .reward-block__content .text-muted #cancel-promo:hover {
    text-decoration: underline !important;
}*/

.modal-reward .text-content p {
    font-size: 10px !important;
    text-decoration: none !important;
    color: #51535d !important;
}

.modal-reward .reward-block__progress p {
    padding-top: 4px !important;
    color: white !important;
    font-size: 9px !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
}

.modal-reward .reward-block__content .notice {
    font-size: 9px !important;
    padding-bottom: 9px !important;
}

    .modal-reward .reward-block__content .notice a {
        font-size: 8.5px !important;
    }

.modal-reward .modal-content .text-content p:last-child {
    margin-bottom: 0;
    font-size: 9px;
}

.modal-reward .reward-block__content .text-content {
    padding-top: 0;
}

.play-logo {
    margin: auto;
}

.btn-dark-grey.active:hover {
    color: var(--color-white) !important;
    border: 2px solid var(--color-white);
}

.btn-dark-grey.active svg path {
    fill: var(--color-white) !important;
}

.banner-message {
    background-color: #fe0000;
    color: white;
    border: 3px solid #fe0000;
    font-family: var(--font-primary);
    font-weight: bold;
    text-align: center;
    padding: 1vh;
    width: 100%;
    font-size: medium;
}


.modal-deposit .payment-methods .payment-method__header .logo svg {
    width: 60px;
    height: 50px;
    align-items: center;
    display: flex;
    line-height: 2em;
    vertical-align: middle;
}

.modal-deposit .payment-methods .payment-method__header .logo {
    align-items: center;
    display: flex;
    line-height: 2em;
    margin-top: 10px;
}

.modal-deposit .payment-methods .payment-methods__header {
    line-height: 4em;
    align-items: center;
    display: inline-block;
    vertical-align: top;
}

.modal-deposit .payment-methods .payment-method__header .col-left .caption {
    padding-bottom: 15px;
}

.modal-deposit .payment-methods .payment-method__header .col-right .arrow {
    padding-bottom: 15px;
}

option {
    background-color: black;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */
        ;
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */
        ;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.1em;
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

.modal-reward .reward-block__header img {
    height: 100%;
    transform: translateX(-50%);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

#cancel-withdraw-errors {
    padding-top: 30px;
}

.modal .modal-content {
    display: grid;
    justify-content: center;
}


.withdrawal-text .modal .modal-content .text-content.center {
    padding-bottom: 20px;
}

.withdrawal-text {
    text-align: center;
    margin: auto;
}

.withdraw-request {
    text-align: left !important;
    margin: 20px;
}

    .withdraw-request div {
        align-content: center;
        display: flex;
        text-align: left;
        left: 50%;
        margin-left: auto;
    }

.logo-wrap img, .nav-main .logo img, .footer .footer-logo-wrap .footer-logo img {
    height: 48px !important;
    max-height: 48px !important;
    margin-top: -12px;
    margin-left: auto;
    margin-right: auto;
}

.footer-socials {
    text-align: center;
    margin-bottom: 20px;
}

    .footer-socials a img {
        display: inline-block;
        height: 24px;
        width: 24px;
        color: #5D5F69;
        margin: 10px;
    }

.nav-loggedin {
    background-color: inherit !important;
}

.btn-black {
    background-color: var(--color-black-2);
    border-color: var(--color-black-2);
}

.nav-loggedin .deposit-block__value {
    background-color: var(--color-black-2);
}



/*Play Screen*/

.template-wrapper {
    background-color: var(--color-black) !important;
}

#main-menu {
    height: 43px;
}

#desktop-close {
    height: 27px;
    width: 27px;
    /*    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(54deg) brightness(99%) contrast(111%);*/
}

#exit-game {
    fill: white;
    display: flex;
    /*    right: 20px;*/
}

#logo-container {
    max-width: 300px;
    top: -7px;
}

.game-ratio > * {
    position: absolute;
    top: 0;
    /*70 is the height of the header, 24 is padding top, 1px to hide the scroll */
    height: calc(var(--vh, 100vh) - (70px + 24px + 1px));
}

@media (max-width: 991.98px) {
    .template-wrapper {
        padding-top: 0px;
    }

    #desktop-close {
        height: 17px;
        width: 17px;
    }

    #exit-game {
        top: 13px;
        right: 13px;
    }

    #logo-container {
        top: 5px;
    }

    .game-ratio > * {
        height: calc(var(--vh, 100vh) - 70px);
    }
}

@media (orientation: landscape) {
    .game-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .game-iframe {
        width: 100%;
    }

    .game-ratio {
        position: relative;
    }

        .game-ratio::before {
            display: block;
            padding-top: var(--aspect-ratio);
            content: "";
        }
}

@media (orientation: portrait) {
    .game-iframe {
        width: 100%;
    }

    .game-ratio {
        position: relative;
        width: 100%;
    }

        .game-ratio::before {
            display: block;
            padding-top: var(--aspect-ratio);
            content: "";
        }

        .game-ratio > * {
            /* 9/16, the 16:9 ratio*/
            max-width: calc(100vh / 0.5625);
        }
}

.footer-links > ul {
    min-width: 142px;
}

.modal-form-check-input {
    border: 2px solid var(--color-grey);
    border-radius: 4px;
    cursor: pointer;
    height: 12px;
    width: 20px;
    z-index: 15;
}

    .modal-form-check-input:not(:checked) {
        border: 2px solid var(--color-grey);
        border-radius: 4px;
        cursor: pointer;
        height: 12px;
        width: 20px;
        z-index: 15;
    }

    .modal-form-check-input:hover {
        border: 2px solid var(--color-orange);
        border-radius: 4px;
        transition: all .3s ease;
        border-radius: 4px;
    }

    .modal-form-check-input:checked {
        background-color: var(--color-orange);
        border: 2px solid var(--color-orange);
        height: 12px;
        width: 20px;
        border-radius: 4px;
        z-index: 15;
    }

.page-home .welcome-banner-wrap .slider-banner .swiper-slide .welcome-banner.gradient-green {
    --gradient: linear-gradient(91deg,#136d1f,#e0da14);
    background: var(--gradient);
}

.modal .modal-content .text-content p:last-child {
    margin-bottom: 0;
    font-weight: bold !important;
}

.btn-green:disabled {
    background-color: var(--color-black-2);
    border: 2px solid var(--color-black-2);
    color: var(--color-grey);
    cursor: default;
}

#self-exclusion-link {
    padding-top: 40px;
}

label.permanent-exclusion {
    padding-top: 20px;
    margin: auto;
    display: flex;
}

input#permanent-self-exclusion {
    padding-left: 5px;
}

[data-provider-name="pragmatic"]:before {
    content: "";
    background: url("../images/pragmaticplay.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="hacksaw"]:before {
    content: "";
    background: url("../images/hacksawgaming.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="elkstudios"]:before {
    content: "";
    background: url("../images/elkstudios.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="thunderkick"]:before {
    content: "";
    background: url("../images/thunderkick.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}


[data-provider-name="quickspin"]:before {
    content: "";
    background: url("../images/quickspin.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="pushgaming"]:before {
    content: "";
    background: url("../images/pushgaming.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="relaxgaming"]:before {
    content: "";
    background: url("../images/relaxgaming.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="nolimitcity"]:before {
    content: "";
    background: url("../images/nolimitcity.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="booongo"]:before {
    content: "";
    background: url("../images/booongo.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="yggdrasil"]:before {
    content: "";
    background: url("../images/yggdrasil.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="playson"]:before {
    content: "";
    background: url("../images/playson.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="evolution"]:before {
    content: "";
    background: url("../images/evolution.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="reevo"]:before {
    content: "";
    background: url("../images/reevo.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="popiplay"]:before {
    content: "";
    background: url("../images/popiplay.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="bgaming"]:before {
    content: "";
    background: url("../images/bgaming.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="booming"]:before {
    content: "";
    background: url("../images/boominggames.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="evoplay"]:before {
    content: "";
    background: url("../images/evoplay.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="wazdan"]:before {
    content: "";
    background: url("../images/wazdan.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="belatra"]:before {
    content: "";
    background: url("../images/belatra.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="apollo"]:before {
    content: "";
    background: url("../images/apollo.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="betsoft"]:before {
    content: "";
    background: url("../images/betsoft.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="nucleusgaming"]:before {
    content: "";
    background: url("../images/nucleus.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="mascotgaming"]:before {
    content: "";
    background: url("../images/mascotgaming.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="mrslotty"]:before {
    content: "";
    background: url("../images/mrslotty.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="platipus"]:before {
    content: "";
    background: url("../images/platipus.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="fugaso"]:before {
    content: "";
    background: url("../images/fugaso.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="pushgaming"]:before {
    content: "";
    background: url("../images/pushgaming.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

[data-provider-name="pariplay"]:before {
    content: "";
    background: url("../images/pariplay.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}


[data-provider-name="playtech"]:before {
    content: "";
    background: url("../images/playtech.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}


[data-provider-name="swintt"]:before {
    content: "";
    background: url("../images/swintt.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}


[data-provider-name="playtech"]:before {
    content: "";
    background: url("../images/playtech.svg") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 23%;
    height: 18%;
    bottom: 0;
}

.crypto-item,
.session-item,
.playerhistory-item {
    background: var(--color-black-2);
    border: 2px solid var(--color-black-2);
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    margin-bottom: 12px;
    height: 35px;
    padding: 8px 12px;
    font-family: var(--primary-font);
    font-weight: 700;
}

.timeframe-item {
    background: var(--color-black-2);
    border: 2px solid var(--color-black-2);
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    margin-bottom: 12px;
    height: auto;
    padding: 8px 12px;
    font-family: var(--primary-font);
    font-weight: 700;
    text-align: center;
    justify-content: center;
}

#timeframe-dropdown-header {
    text-align: center !important;
    justify-content: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.crypto-item:hover,
.session-item:hover,
.playerhistory-item:hover,
.timeframe-item:hover {
    border: 2px solid var(--color-orange)
}

.crypto-dropdown .dropdown-list,
.gamesession-dropdown .dropdown-list,
.playerhistory-dropdown .dropdown-list,
.timeframe-dropdown .dropdown-list {
    background: #1a1b20 !important;
    border-radius: 0px 0px 5px 5px;
    width: 100%;
    padding: 10px 10px 0;
    border: 2px solid var(--color-black-2);
    border-top: 0;
    top: 100%;
    max-height: 300px;
    overflow-y: auto;
}

#crypto-address-input {
    margin-top: 12px;
}

.rounded-top {
    border-radius: 4px 4px 0 0;
}

#crypto-logo {
    width: 20px !important;
    height: auto !important;
    margin-right: 5px;
}

.crypto-img {
    height: 20px;
    width: auto;
}

#address-field {
    -webkit-text-fill-color: var(--color-white);
    border: 2px solid var(--color-grey);
    border-radius: 4px;
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 700;
    height: 36px;
    padding: 2px 12px;
    display: inline-block !important;
    width: 90% !important;
    box-sizing: border-box;
}
/*
.crypto-details {
margin-top: 20px;
width: 100%;
display: inline-flex;
justify-content: center;
align-content: center;
}
*/

.crypto-details {
    display: flex;
    justify-content: center;
}

.crypto-address-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.crypto-info {
    display: flex;
    align-items: center;
    width: 100%;
}

.crypto-message {
    padding: 5px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-content {
    margin-bottom: 10px;
}


span.left-part {
    display: flex;
    align-items: center;
    text-align: center;
    align-content: center;
}

#generate-deposit-address {
    margin-top: 0px !important;
}


#click-to-copy {
    display: inline-flex !important;
    width: 8% !important;
    box-sizing: border-box;
    margin-left: 2%;
    min-width: 8% !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.clipboard-icon {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    position: absolute;
}


@media (orientation: landscape) {
    .tooltip-text {
        visibility: hidden;
        position: absolute;
        z-index: 1;
        width: 44px;
        color: white;
        font-size: 9px;
        background-color: var(--color-grey);
        border-radius: 10px;
        padding: 2px;
    }

    #click-to-copy:hover .tooltip-text {
        visibility: visible;
    }

    #top {
        top: -40px;
        left: -50%;
    }

    #bottom {
        top: 25px;
        left: -50%;
    }

    #left {
        top: -8px;
        right: 120%;
    }

    #right {
        top: auto;
        left: 120%;
    }
}


@media (orientation: portrait) {
    .tooltip-text {
        visibility: hidden;
        position: absolute;
        z-index: 1;
        width: 50px;
        color: white;
        font-size: 10px;
        background-color: var(--color-grey);
        border-radius: 10px;
        padding: 5px;
    }

    #click-to-copy:active .tooltip-text {
        visibility: visible;
    }

    #top {
        top: -40px;
        left: -50%;
    }

    #bottom {
        top: 25px;
        left: -50%;
    }

    #left {
        top: -8px;
        right: 120%;
    }

    #right {
        top: auto;
        left: 120%;
    }

    .crypto-item:active, .session-item:active {
        border: 2px solid var(--color-orange);
    }
}

.mb-0 {
    margin-bottom: 0px;
}

.page-home .games-grid .game-item img {
    height: 100%;
}

.page-home .games-grid .game-item {
    height: 105%;
}

.page-home .games-grid {
    grid-row-gap: calc(var(--gap-size) + 12px);
}

@media (max-width: 767px) {

    .page-home .games-grid {
        grid-row-gap: calc(var(--gap-half-size) + 6px);
    }
}


.table-container {
    width: 100%;
    max-height: 300px;
    overflow-x: auto;
    overflow-y: auto;
}

@media (orientation: landscape) {
    #mobile-playerhistory-dropdown {
        display: none;
    }

    #mobile-playerhistory-info {
        display: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) and (-webkit-min-device-pixel-ratio: 1) {
    #playerhistory-menu-bar {
        flex-direction: row !important;
        align-items: center;
    }

    #playerhistory-right {
        justify-content: flex-end !important;
        align-items: center !important;
        margin-bottom: 0;
    }
}


#playerhistory-tab-item {
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    min-height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all .3s ease;
}

#playerhistory-nav-wrap {
    display: flex !important;
    flex-direction: row !important;
}

#playerhistory-menu-bar {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #141519;
    border-radius: 4px;
    padding: 10px;
}

#playerhistory-titles {
    color: var(--color-orange);
    margin-bottom: 10px;
}

a#playerhistory {
    width: 150px !important;
    margin-right: 10px;
    font-weight: bold;
    font-size: 11px;
}

    a#playerhistory span {
        padding-left: 4px;
    }

.playerhistory-info-wrapper {
    max-width: 1290px;
    margin: 0 auto;
}

#playerhistory-info {
    position: relative !important;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    max-height: 500px;
    overflow-x: scroll;
    border-bottom: 2px solid var(--color-grey);
}

#playerhistory-titles {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    background-color: #1a1b20;
}

#playerhistory-titles,
#playerhistory-values {
    display: flex;
    justify-content: space-between;
}

    #playerhistory-titles > div:first-child,
    #playerhistory-values > div:first-child {
        justify-self: start;
    }

    #playerhistory-titles > div:last-child,
    #playerhistory-values > div:last-child {
        justify-self: end;
    }


#playerhistory-bottom {
    margin-top: 10px;
    margin-bottom: 50px;
}

#ph-logo {
    padding-right: 5px;
}

#ph-icon {
    padding-right: 2px;
}

#ph-value {
    text-align: left;
}

div#ph-value.col, div#ph-title.col {
    padding: 0 0 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    width: 150px;
}

#playerhistory-menu-bar-wrap {
    border-bottom: none;
}

@media (orientation: portrait) {
    #playerhistory-menu-bar {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: #141519 !important;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    span.caption {
        padding-left: 5px;
    }

    #playerhistory-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    #playerhistory-dropdown-header, #timeframe-dropdown-header {
        align-items: center;
        padding-left: 15px;
        width: 100%;
    }

    #playerhistory-bottom {
        text-align: center;
    }

    div#ph-value.col {
        justify-content: right;
        min-height: 30px;
    }

    div#ph-title.col {
        justify-content: left;
        min-height: 30px;
    }

    #playerhistory-menu-bar-wrap {
        background-color: #141519 !important;
        margin-bottom: 20px;
    }

    #playerhistory-desktop-tabs, #playerhistory-info {
        display: none;
    }

    #playerhistory-left {
        padding: 10px;
        max-width: 200px;
        display: block;
    }

    .dropdown-wrap {
        flex-basis: 48%;
    }

    #playerhistory-right {
        padding: 10px;
        margin-bottom: 0;
        max-width: 200px;
        display: block;
    }

    #mobile-playerhistory-titles, #mobile-playerhistory-values {
        display: flex;
        flex-direction: column;
        justify-content: normal;
    }
}

main.page-playerhistory {
    color: var(--color-grey) !important;
    font-family: var(--font-primary) !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
}

#dtList, #dtList_length, #dtList_filter, #dtList_info {
    color: var(--color-grey) !important;
    font-family: var(--font-primary) !important;
    font-size: 12px !important;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
}


    #dtList_length select {
        color: var(--color-grey);
        text-align: center;
        font-family: var(--font-primary) !important;
        font-size: 12px !important;
        font-weight: 700;
        font-style: normal;
        line-height: 1.2;
        transition: 0.3s ease-in-out;
        border: 1px solid var(--color-grey);
        margin-left: 2px;
        margin-right: 2px;
        border-radius: 4px;
        padding: 3px;
        padding-top: 6px;
        max-height: 20px;
    }

        #dtList_length select:hover {
            color: var(--color-orange);
            border-color: var(--color-orange);
        }

        #dtList_length select option:hover {
            color: var(--color-orange);
            background: unset;
        }

        #dtList_length select option:active {
            background: unset;
        }

        #dtList_length select option {
            color: var(--color-grey);
            background: #1a1b20;
        }




#dtList_previous, #dtList_next {
    font-family: var(--font-primary) !important;
    font-size: 12px !important;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
}

#dtList thead tr th {
    color: var(--color-orange);
    background-color: #1a1b20;
}

#dtList_info {
    display: flex;
    align-items: center;
    padding-top: 0 !important;
}

#dtList_wrapper .row {
    margin-bottom: 20px;
    align-items: center;
}

.ui.ui.menu .item.disabled {
    color: var(--color-grey) !important;
    margin-right: 5px;
}

.ui.ui.menu .item:hover {
    color: white !important;
}

#dtList_filter input {
    border: 2px solid #5D5F69;
    border-radius: 5px;
    background: #1a1b20;
    color: var(--color-grey);
    margin-left: .5em !important;
    font-size: 12px !important;
}

    #dtList_filter input:hover, #dtList_filter input:active {
        border: 2px solid var(--color-orange);
        border-radius: 5px;
        background: #1a1b20;
        color: var(--color-grey);
        margin-left: .5em !important;
        font-size: 12px !important;
    }

table.dataTable td.dataTables_empty {
    padding-top: 30px;
}

.ui.table {
    background: #1a1b20 !important;
    color: var(--color-grey);
}

.ui.menu {
    background: #1a1b20 !important;
    color: var(--color-grey);
}

.ui.pagination.menu {
    float: right;
}

.ui.menu .item {
    color: var(--color-orange) !important;
}

    .ui.menu .item:hover {
        color: var(--color-white) !important;
    }

.ui.input > input::placeholder {
    color: var(--color-grey) !important;
}

#timeframe-dropdown-header {
    width: 220px !important;
}

#timeframe-dropdown .dropdown-list.right .dropdown-list__scrollable {
    overflow-y: unset !important;
}

::selection {
    background-color: #1a1b20 !important;
    color: white !important;
    font-family: var(--font-primary) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    line-height: 1.2;
}

@media (orientation: portrait) {

    #dtList_filter {
        display: flex-end;
    }

    #dtList_wrapper .row {
        margin-bottom: 0 !important;
    }

    #timeframe-dropdown-header {
        width: 100% !important;
        display: flex;
        flex-flow: row;
        flex-wrap: nowrap;
    }

    #dtList_filter {
        width: 100%;
    }

    .timeframe-item {
        height: unset;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 100% !important;
    }

    .ui.stackable.ui.pagination.menu {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

        .ui.stackable.ui.pagination.menu .item {
            padding: 0;
        }

    .paginate_button.item {
        text-align: center !important;
    }
}

#dtList_next:hover, #dtList_previous:hover {
    background: unset;
}

body {
    font-family: var(--font-primary) !important;
}

.note-dropdown-menu.dropdown-menu.show {
    min-width: 170px !important;
}

.timeframe-dropdown .timeframe-item.selected {
    background-color: var(--color-orange) !important;
    color: white;
}

/* PROMOTIONS PAGE - All */

/* MOBILE VIEW */
@media (max-width: 767px) {
    .read-more {
        margin-top: 10px;
        background-color: transparent;
        color: white;
        border: 2px solid white;
        transition: all 0.5s;
    }

    .grid-container {
        margin: 0 auto;
        width: inherit;
        padding-left: var(--gap-size);
        padding-right: var(--gap-size);
    }

    .grid-item {
        height: 400px !important;
        max-width: 100%;
        margin: 5px !important;
    }

        .grid-item #bonus-info {
            margin-top: 65px;
            display: flex;
            flex-direction: column;
            height: 100%;
            align-items: center;
            position: relative;
            z-index: 1;
        }

        .grid-item img {
            position: relative;
            bottom: 0;
            width: 100%;
        }

    #primary-img-container {
        height: auto;
        width: 140%;
        position: absolute;
        bottom: 0;
    }

    .page-promocontent {
        padding-bottom: 50px;
    }

    .bonus-name {
        font-size: 15px;
        color: white;
        font-weight: 700;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        max-width: 200px;
    }

    .promo-material-container {
        max-width: 400px;
        width: 100%;
        display: flex;
        margin: auto;
        flex-direction: column;
        align-content: center;
        align-items: center;
        font-size: 12px !important;
        color: var(--color-grey);
        font-weight: 700;
    }

    .bonus-banner-container {
        display: flex;
        z-index: 22;
        width: 90%;
        height: 136px;
        align-items: center;
        border-radius: 3px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        justify-content: flex-start;
        position: relative;
        overflow: hidden;
    }

    .bonus-type-info {
        padding-top: 30px;
        padding-bottom: 50px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        padding: 20px;
    }

    .bonus-tc-container {
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-content: center;
        margin: auto;
    }

    #single-img-container {
        height: auto;
        width: 100%;
        position: absolute;
        bottom: 0;
        right: -20%;
    }

    .promo-btn {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

     #bonus-info {
         display: flex;
         flex-direction: column;
         align-content: center;
     }

    .bonus-name {
        font-size: 20px;
        color: white;
        font-weight: 700;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        max-width: 200px;
    }
}

@media (orientation: landscape) {

    .read-more {
        margin-top: 20px;
        background-color: transparent;
        color: white;
        border: 2px solid white;
        transition: all 0.5s;
    }

    .grid-container {
        padding-top: 40px;
        max-width: 1290px;
        width: 1290px;
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* Three columns per row */
        gap: 10px; /* Adjust the gap as needed */
        margin: 0 auto;
        padding-left: var(--gap-size);
        padding-right: var(--gap-size);
    }

    .grid-item {
        height: 500px;
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-size: cover;
        background-position: center;
    }

    #bonus-info {
        height: 100%;
        display: flex;
        align-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 1;
        position: relative;
    }
    #primary-img-container {
        height: 100%;
    }

    .page-promocontent {
        padding-bottom: 90px;
    }

    #primary-img-container {
        width: 150%;
        position: absolute;
        bottom: 0;
    }

    .bonus-name {
        font-size: 30px;
        color: white;
        font-weight: 700;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        max-width: 300px;
    }

    .promo-btn {
        text-align: center;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .read-more {
        margin-top: 20px;
        background-color: transparent;
        color: white;
        border: 2px solid white;
        transition: all 0.5s;
    }

        .read-more:hover {
            color: #ffffff !important;
            background: var(--color-orange);
            border-color: white !important;
            transition: all 0.4s ease 0s;
        }

    .promo-material-container {
        max-width: 1290px;
        width: 620px;
        display: flex;
        margin: auto;
        flex-direction: column;
        align-content: center;
        align-items: center;
        font-size: 12px !important;
        color: var(--color-grey);
        font-weight: 700;
    }

    .bonus-banner-container {
        display: flex;
        z-index: 22;
        width: 620px;
        height: 186px;
        align-items: center;
        border-radius: 3px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        justify-content: flex-start;
        position: relative;
        overflow: hidden;
    }

    .bonus-type-info {
        width: 620px;
    }

    .bonus-tc-container {
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-content: center;
        margin: auto;
    }
    .promo-cta-container {
        position: relative;
    }

    #single-img-container {
        height: auto;
        width: 100%;
        position: absolute;
        bottom: -10%;
        right: -25%;
    }
}

.cta-btn {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

}

.grid-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    border-radius: 4px;
    flex: 1;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    z-index: 0;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0; /* Initial state: fully transparent */
    transition: opacity 0.3s ease-in-out;

}

.grid-item:hover .bg-overlay {
    opacity: 1;
}

.col-left {
    position: relative;
    z-index: 2;
}

.bonus-name,
.btn-wrap {
    position: relative;
    z-index: 2;
}

#primary-img-container {
    z-index: -1;
}
    .grid-item #bonus-info {
        margin-top: 65px;
    }

    .grid-item img {
        position: relative;
        bottom: 0;
        width: 100%;
    }

#primary-img-container {
    height: auto;
    position: absolute;
    bottom: 0;
}


/* PROMOTIONS PAGE - Single */
.page-singlepromocontent {
    overflow-x: hidden;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.promo-material-container {
    display: flex;
    margin: auto;
    flex-direction: column;
    align-content: center;
    align-items: center;
    font-size: 12px !important;
    color: var(--color-grey);
    font-weight: 700;
}

#single-bonus-name {
    font-size: 30px !important;
    max-width: 300px;
    color: white;
    font-weight: 700;
    text-align: center;
    display: flex;
    position: relative;
    padding: 10px;
}

#bonus-info-single {
    display: flex;
    flex-direction: column;
    z-index: 1;
    max-width: 400px;
}

.bonus-banner-container {
    display: flex;
    z-index: 22;
    align-items: center;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}

    .bonus-banner-container img {
        bottom: 0;
    }

    .bonus-banner-container#bonus-info {
        width: 100%;
        max-width: 600px;
    }

#single-img-container {
    height: auto;
    width: 100%;
    position: absolute;
}

.additional-bonus-info-container {
    flex-direction: column;
    padding-top: 30px;
    width: 100%;
    max-width: 620px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.bonus-tc-container {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: auto;
    flex-wrap: wrap;
}

.bonus-tc {
    color: var(--color-grey) !important;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.general-tc {
    padding-top: 20px;
    width: 620px;
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    align-items: center;
    font-weight: normal;
}

#back-to-bonuses {
    margin-top: 100px;
}

.general-tc a {
    color: var(--color-orange);
}

.bonus-type-info {
    padding-top: 30px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.bonus-name-title {
    margin-top: 30px;
    font-size: 13px;
    color: var(--color-orange);
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.bonus-type-details {
    text-align: center;
    padding-top: 10px;
}

/*#additional-promo-material {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-evenly;
    align-items: center;
    max-width: 1290px;
    width: 100%;
}
*/
/*#additional-item.grid-item {
    border: 1px solid var(--color-grey);
    margin: 20px;
    display: flex;
    align-items: center;
    width: 100px;
    cursor: default;
    height: 100px !important;
    position: relative;
    box-shadow: none;
    transform: none;
}
*/


@media (orientation: portrait) {
    #ph-logo {
        display: flex;
        flex-direction: row;
        justify-content: flex-start !important;
    }

    #playerhistory-dropdown-header {
        display: flex;
        justify-content: flex-start;
    }

    #dropdown-arrow {
        width: 12px !important;
        height: 7px !important;
    }
}
.sub-nav-row {
    align-items: center;
    display: flex;
    height: 30px;
    justify-content: center;
}

.sub-nav-row .btn-dark-grey {
    border-radius: 20px;
}

.sub-nav-col {
    display: flex;
    margin: 0 5px;
}

.sub-nav-btn {
    color: var(--color-grey);
    font-family: var(--font-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    min-height: 36px;
    min-width: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 5px;
    padding: 8px 12px;
}

.sub-nav-icon {
    margin-right: 10px;
}

.deposit-standalone{
    border-radius: 4px !important;
}

.notification-counter {
	position: absolute;
	right: -7px;
	top: -7px;
	background: var(--red);
	width: 14px;
	height: 14px;
	display: flex;
	border-radius: 50%;
	justify-content: center;
	color: white;
	font-size: 8px;
	font-family: Montserrat;
	font-weight: 700;
	flex-flow: wrap;
	align-content: center;
}

.divider {
	width: 100%;
	border: 1px var(--gray2) solid;
	margin: 24px 0px;
}

/*Quick fix for playerhistory button taking too much space on desktop*/
.width-auto {
	width: auto !important;
}

.nav-play {
	margin-top: -12px;
	padding-bottom: 12px;
}

@media (max-width: 991.99px) {
/*Fix for navbar covering top of the games on mobile*/
    .nav-play {
        margin-top: 0px;
        padding-bottom: 0px;
    }
}

/*Overwrite of style.css*/
.nav-loggedin .dropdown-wrap {
	display: block;
}

.nav-loggedin .col-right {
	display: flex;
}

.logo {
	margin-right: 12px;
}

@media(max-width: 991.99px) {
	.logo, .logo-mobile {
		margin-right: 0 !important;
	}
}
/*Overwrite of style.css END*/

/*Various utility classes*/
@media(max-width: 991.99px) {
	.hide-under-w-992 {
		display: none !important;
	}
}

@media(min-width: 991.99px) {
	.hide-over-w-992 {
		display: none !important;
	}
}

@media(max-width: 1199.99px) {
	.hide-under-w-1200 {
		display: none !important;
	}
}


@media(min-width: 1199.99px) {
	.hide-over-w-1200 {
		display: none !important;
	}
}

.force-auto-width {
	width: auto !important;
}

.force-pos-rel {
	position: relative !important;
}
/*Various utility classes END*/

/*Fix for sportsbook betslip modal overlapping our hamburger*/
[data-testid="BetslipModal"] {
	z-index: 149 !important;
}

/*Profile modal*/
.custom-col-left {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}

.custom-col-right {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.custom-action-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 12px;
	border-radius: 4px;
	color: #5D5F69;
	font-size: 12px;
	font-family: Montserrat;
	font-weight: 700;
	word-wrap: break-word;
}

.force-p-6 {
	padding: 6px !important;
}

.custom-icon {
	display: flex;
	margin-right: 10px;
}

.custom-list-element {
	margin: 12px 0;
}

.custom-modal-content {
	margin: 12px;
	display: block;
}

.email-address-header {
	color: #FA9E37;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 700;
	word-wrap: break-word
}

.force-transitions {
	transition: all .3s ease !important;
}

.nav-buttons{
    display: flex;
}


/*quickfix hide payment logos*/
.payment-logos {
    display:none !important;
}

/* Center web push text */

.sym-p-container p {
    text-align: center;
}

.sym-a-container {
    display: flex;
    justify-content: center;
}
