body {
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --bs-body-color: var(--bs-light-text-emphasis)
}

html[data-bs-theme=light] body {
    background-color: #f7f6f3;
    color: #495057
}

html[data-bs-theme=dark] body {
    background-color: #212529;
    color: #f7f6f3
}

html[data-bs-theme="light"] .tooltip {
    --bs-tooltip-bg: #212529;
    --bs-tooltip-color: #f7f6f3
}

html[data-bs-theme="dark"] .tooltip {
    --bs-tooltip-bg: #f7f6f3;
    --bs-tooltip-color: #212529
}

img {
    max-width: 100%;
    height: auto
}

.hover, .hover-effect {
    opacity: .9;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1), opacity .25s cubic-bezier(.4, 0, .2, 1);
}

.hover-effect:hover, .hover:hover {
    opacity: 1;
    transform: translateY(-3px);
    box-shadow: 0 .75rem 1.25rem rgba(0, 0, 0, .12) !important
}

.surf-card-visited, .surf-card-visited:hover {
    opacity: .5 !important;
    transform: scale(1) !important;
    box-shadow: none !important;
}

.start-btn {
    display: none;
    font-weight: 700;
    box-shadow: 0 0 10px #7d7d7d
}

.badge, .btn:not(.btn-close,.btn-theme), .table thead th {
    background-image: var(--bs-gradient)
}

.progress {
    height: .5rem
}

#viewproccess {
    display: none
}

.surfspace {
    margin-bottom: 250px
}

.dataTables_filter, .dataTables_length {
    margin: .25rem
}

.bspott-slide {
    z-index: 99999;
    position: fixed;
    bottom: 10px;
    right: 10px
}

.bspott-slide button {
    position: absolute;
    top: -20px;
    left: -20px;
    transition: transform .3s ease
}

.promo-card {
    height: 88px !important
}

.tooltip .tooltip-arrow {
    display: none !important
}

.offerwall-frame {
    position: relative;
    min-height: 1006.4px
}

.offerwall-frame iframe {
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.offerwall-frame iframe.loaded {
    opacity: 1
}

.offerwall-overlay {
    opacity: 1;
    transition: opacity .4s ease-in-out;
    z-index: 5
}

.offerwall-overlay.fade-out {
    opacity: 0;
    pointer-events: none
}

.captcha-frame {
    position: relative;
    display: inline-block;
    min-height: 65px
}

.captcha-overlay {
    opacity: 1;
    z-index: 5
}

.captcha-overlay.fade-out {
    transition: opacity .4s ease
}

.captcha-container, .captcha-overlay, .cpx-loader {
    transition: opacity .5s ease-in-out
}

.captcha-container, .captcha-overlay.fade-out {
    opacity: 0;
    pointer-events: none
}

.captcha-container.visible {
    opacity: 1;
    pointer-events: auto;
    transition: opacity .3s ease;
    min-height: 65px
}

.cpx-loader {
    opacity: 1
}

.cpx-loader.fade-out {
    opacity: 0;
    pointer-events: none
}

#728_1 {
    max-width: 727px;
    max-height: 89px
}

#300_1 {
    max-width: 299px;
    max-height: 249px
}

#160_1, #160_2 {
    max-width: 159px;
    max-height: 599px
}

.chart-container {
    position: relative;
    min-height: 300px;
    height: 100%;
    max-height: 400px
}
