.hover-body {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.hover-body img {
    object-fit: cover;
    object-position: center;
}

.hover-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    padding: 1rem;
    flex-direction: column;
    opacity: 0;
    transition: 0.2s ease;
    backdrop-filter: blur(5px);
}

.hover-body:hover .hover-detail {
    opacity: 1;
}

.loader {
	width: 1em;
	height: 1em;
	border: 3px solid rgba(0, 0, 0, 0.125);
	border-bottom-color: initial;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.splash-cover {
    background-image: url('/img/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.splash-header {
    font-family: 'Bebas Neue', sans-serif;
    line-height: 1;
    font-size: 46pt;
}

.menu-card {
    border-radius: 0.75rem;
    overflow: hidden;
    transition: 0.2s ease;
    position: relative;
    background-color: #F6F6F6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #3A3E4F;
    gap: 0.5rem;
    padding: 1.5rem 1rem;
}
.menu-card:hover {
    background-color: #e7e7e7;
    color: #222;
}

.slot-card {
    border-radius: 0.5rem;
    overflow: hidden;
    background-color: #FFF;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.125);
    transition: 0.2s ease;
    position: relative;
}

.slot-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
}

.slot-img {
    position: relative;
}

.slot-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 5%, transparent 85%);
}

.slot-online {
    padding: 0.5rem 0.5rem;
    background-color: rgba(0, 0, 0, 0.675);
    position: absolute;
    font-size: 0.85rem;
    top: 6px;
    right: 6px;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    z-index: 3;
    border-radius: 0.5rem;
    color: #FFF;
    line-height: 0;
}

.online-dot {
    width: 6px;
    height: 6px;
    background-color: #78F022;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.online-dot::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #78F022;
    top: 0;
    left: 0;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {
  75%, 100% {
    transform: scale(3);
    opacity: 0;
  }
}

.slot-body {
    padding: 0.5rem;
    position: relative;
    display: block;
    margin-top: -1.5rem;
}


.rtp-progress {
    width: 100%;
    position: relative;
    height: 1.375rem;
    background-color: #e9ecef;
    overflow: hidden;
    border-radius: var(--bs-border-radius);
}

.rtp-percentage {
    z-index: 2;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 0.85rem;
    font-weight: 600;
    height: 100%;
}

.rtp-bar.red {
    --rtp-bar-bg: #ec2e2e;
}
.rtp-bar.yellow {
    --rtp-bar-bg: #ffc227;
}
.rtp-bar.green {
    --rtp-bar-bg: #78f022;
}
.rtp-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--rtp-bar-bg);
    transition: 0.3s ease;
    display: flex;
    border-radius: var(--bs-border-radius);
    align-items: center;
    justify-content: center;
}

.social-body {
    padding: 0.35rem 1rem 0.35rem 0.35rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #000;
    color: #FFF;
    border-radius: 5rem;
}

.social-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    background-color: #C00000;
    border-radius: 50%;
    color: #FFF;
}

.provider-body {
    padding: 0.5rem 1.25rem;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 0.75rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.125);
}

.provider-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 1.75rem 1rem;
    background-color: #FFF;
    cursor: pointer;
    color: #6C6E71;
}

.provider-card:hover {
    color: #273138;
}

.fvrt {
    flex: 50px;
    width: 50px;
    text-align: center;
}

.stmr {
    flex: 60px;
    width: 60px;
    text-align: center;
}
.scro {
    display: flex;
    flex: 30px;
    width: 30px;
    flex-direction: column;
    text-align: end;
    gap: 0.5rem;
}
.smnr {
    display: flex;
    flex: calc(100% - 90px);
    width: calc(100% - 90px);
    flex-direction: column;
    padding-right: 1rem;
    gap: 0.5rem;
}

.score-card {
    background-color: #E7E8ED;
    border: 1px solid var(--bs-border-color);
    transition: 0.2s;
    color: #6A7085;
    cursor: pointer;
}

.score-card:hover {
    background-color: #D7D8DE;
    border-color: #D7D8DE;
    color: #373B46;
}

.jh {
    background-color: #090E22;
    border-radius: 7.5px;
    display: flex;
    max-width: 500px;
    flex-direction: column;
    margin: 0 auto;
    padding: 1rem 1rem 0.5rem;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.125);
}

.kh {
    align-items: center;
    display: flex;
    font-size: 0.8rem;
    position: relative;
}

.kh .lh {
    flex: 1 1;
    flex-direction: column;
    text-align: center;
}

.kh .lh .nh, .kh .lh img {
    max-height: 40px;
    width: 40px;
}

.kh .lh .mh {
    align-items: center;
    color: #FFF;
    display: flex;
    flex: 1 1;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    margin: auto;
    max-width: 160px;
}

.rh {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.rh .th {
    margin-bottom: 19px;
}

.rh .sh {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 18px;
    min-height: 18px;
    min-width: 56px;
    text-align: center;
}

.rh .vh {
    height: 20px;
    padding-top: 2px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.5);
}

.badgeContainer {
    background-color: #090E22;
    border-radius: 0.25rem;
    padding: 0.375rem;
}

.rt {
    flex-direction: column;
    min-width: 15px;
    line-height: 1;
}
.qt, .rt {
    align-items: center;
    display: flex;
    justify-content: center;
}

.st {
    color: #273138;
    font-size: 9px;
    font-weight: 700;
}

.Vq {
    position: relative;
    width: 15px;
}

.Ng {
    border: 0 solid #222;
    color: #aaa;
    font-size: 1rem;
    margin: 14px 10px 20px;
    position: relative;
}

.Fg, .Gg {
    display: flex;
}

.Ng .Pg, .Ng .Qg {
    display: none;
    flex: 1 1;
    margin-bottom: 1px;
    text-align: center;
}

.Ng .Qg {
    display: block;
}

.Ng .Rg {
    color: #222;
    font-weight: 700;
}

.Gg {
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}

.Fg, .Gg {
    display: flex;
}

.Gg .Hg, .Gg .Ig {
    background-color: #E7E8ED;
    display: flex;
    flex: 1 1;
    height: 12px;
    overflow: hidden;
    position: relative;
}

.Gg .Hg {
    justify-content: flex-end;
    margin-right: 4px;
}

.Gg .Mg {
    background-color: #aaa;
}

.Gg .Lg {
    background-color: #C00000;
}

.favActive {
    background: -webkit-linear-gradient(270deg, #C00000 0%, #970000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.yp {
    font-size: 14px;
    text-align: center;
    align-self: center;
    font-weight: 700;
    letter-spacing: -0.4px;
    padding-top: 20px;
    margin-left: 10px;
    margin-right: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE2IDE0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0FBQSI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTExLjAyOSAzLjE3MmMuMjgxLjE3LjUxNy40MDUuNjg2LjY4Nmw1LjQ2OCA5LjExM2MuNTY4Ljk0Ny4yNiAyLjE3Ni0uNjg2IDIuNzQ0LS4zMTEuMTg2LS42NjcuMjg1LTEuMDMuMjg1SDQuNTMzYy0xLjEwNCAwLTItLjg5NS0yLTIgMC0uMzYyLjA5OS0uNzE4LjI4NS0xLjAyOWw1LjQ2OC05LjExM2MuNTY4LS45NDcgMS43OTctMS4yNTQgMi43NDQtLjY4NnpNMTAgMTJjLS41NSAwLTEgLjQ1LTEgMXMuNDUgMSAxIDEgMS0uNDUgMS0xLS40NS0xLTEtMXptMC02Yy0uMzggMC0uNjkzLjI4Mi0uNzQzLjY0OGwtLjAwNy4xMDJ2My41YzAgLjQxNC4zMzYuNzUuNzUuNzUuMzggMCAuNjkzLS4yODIuNzQzLS42NDhsLjAwNy0uMTAydi0zLjVjMC0uNDE0LS4zMzYtLjc1LS43NS0uNzV6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDM3IC00MTgpIHRyYW5zbGF0ZSgxOTAgMTUwKSB0cmFuc2xhdGUoMjIxIDEyMikgdHJhbnNsYXRlKDEwIDU2KSB0cmFuc2xhdGUoMTAgODQpIHRyYW5zbGF0ZSg0IDQpIi8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 15px 13px;
    line-height: 1;
}

.dl {
    background-color: #FFF;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE2IDE0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0FBQSI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTExLjAyOSAzLjE3MmMuMjgxLjE3LjUxNy40MDUuNjg2LjY4Nmw1LjQ2OCA5LjExM2MuNTY4Ljk0Ny4yNiAyLjE3Ni0uNjg2IDIuNzQ0LS4zMTEuMTg2LS42NjcuMjg1LTEuMDMuMjg1SDQuNTMzYy0xLjEwNCAwLTItLjg5NS0yLTIgMC0uMzYyLjA5OS0uNzE4LjI4NS0xLjAyOWw1LjQ2OC05LjExM2MuNTY4LS45NDcgMS43OTctMS4yNTQgMi43NDQtLjY4NnpNMTAgMTJjLS41NSAwLTEgLjQ1LTEgMXMuNDUgMSAxIDEgMS0uNDUgMS0xLS40NS0xLTEtMXptMC02Yy0uMzggMC0uNjkzLjI4Mi0uNzQzLjY0OGwtLjAwNy4xMDJ2My41YzAgLjQxNC4zMzYuNzUuNzUuNzUuMzggMCAuNjkzLS4yODIuNzQzLS42NDhsLjAwNy0uMTAydi0zLjVjMC0uNDE0LS4zMzYtLjc1LS43NS0uNzV6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDM3IC00MTgpIHRyYW5zbGF0ZSgxOTAgMTUwKSB0cmFuc2xhdGUoMjIxIDEyMikgdHJhbnNsYXRlKDEwIDU2KSB0cmFuc2xhdGUoMTAgODQpIHRyYW5zbGF0ZSg0IDQpIi8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
    background-position: 7px;
    background-repeat: no-repeat;
    background-size: 15px 13px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 10px;
    padding: 7px 7px 7px 30px;
    position: relative;
    text-align: center;
}