body {
    background: #000000 url(https://pictstage.digital/images/2025/03/23/BG-BASIC-TEN-3.jpg) center center no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}

.section .container {
    padding: 0 20px 15px 20px;
    background: linear-gradient(to bottom, #086a7fe6 0%, #2e99a5 50%, #0000009e 100%);
}

.navbar-fixed-top {
    background-color: transparent;
    box-shadow: none !important;
}

.news-head {
    background: #00c5c6;
    height: 35px;
}

.news-body {
    background: #00c5c6ed;
    /* background: #fed804 url(../../img/brc/point.jpg) left center no-repeat; */
    height: 35px;
    overflow: hidden;
}


.navbar-fixed-top .container {
    background: linear-gradient(to bottom, #000000 20%, #157586e0 100%);
    padding-right: 15px;
}

.blog-sidebar .nav.menu > li > a:hover > i {
    color: #ffffff;
    background: -webkit-linear-gradient(#2e99a5, #2e99a5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00ffe9;
}

.navbar-collapse .row .col-sm-7 {
    margin-left: 150px !important;
}

ul.newsticker > li > a {
    color:#fff;
    text-shadow:0px 0px 10px #08eaee47;
}

.results {
    border-radius: 12px 12px 12px 12px !important;
    padding: 16px;
    background: #000000;
    background-image: -moz-linear-gradient(top, #e7e7e7 0%, #e7e7e7 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#e7e7e7));
    background-image: -webkit-linear-gradient(top, #00c1bd 0%,#083835 100%);
    background-image: -o-linear-gradient(top, #e7e7e7 0%,#e7e7e7 100%);
    background-image: linear-gradient(top, #e7e7e7 0%,#e7e7e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#e7e7e7',GradientType=0 );
    padding: 10px;
    margin-bottom: 15px;
    color: #000000;
    border: 2px #00c9ff solid;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
}

.results-detail {
    width: 100%;
    display: inline-block;
    /* background: rgba(0, 0, 0, 1); */
    background: linear-gradient(to bottom, #075e60 20%, #00b3e3 90%);
    padding: 5px 15px;
    color: #000000;
    /* border: 1px solid #68191c; */
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 16px;
    font-family: Helvetica;
    border: 1px solid #00ffe3;
}

.news-detail {
    height: auto;
    display: inline-block;
    /* background: rgba(0, 0, 0, 1); */
    background: linear-gradient(to bottom, #075e60 20%, #00b3e3 90%);
    padding: 5px 15px;
    color: #ffffff;
    /* border: 1px solid #68191c; */
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 16px;
    overflow-x: hidden ! important;
    overflow-y: auto ! important;
}

form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #05fff6;
    border-radius: 12px 12px 12px 12px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.wcover {
    width: 650px;
    background: #000000 !important;
    color: #efefef;
    padding: 10px;
    display: none;
    box-shadow: rgb(2 255 234 / 90%) 0 6px 12px -2px, rgb(0 159 255 / 90%) 0 3px 7px -3px;
    border-radius: 10px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #00d4ff;
}

button.btn-theme:hover, .btn.btn-theme:hover, button.btn-small:hover, .btn.btn-small:hover {
    color: #000000;
    background-image: -webkit-linear-gradient(top, #00f6ff 0%, #01adff 100%);
    border-radius: 16px;
}

button.btn-theme, .btn.btn-theme {
    background-image: linear-gradient(to top, #00e9ff 0%, #09e0c2 100%);
    background-repeat: repeat-x;
    color: black!important;
    border-width: 0;
    transition: all 0.2s ease-out;
    font-weight: 600;
    padding: 8px 12px;
    letter-spacing: 1px;
    font-weight: bolder;
    border-radius: 16px;
}

.blog-sidebar .nav.menu > li > a:hover, a:active, a:focus {
    color: #ffffff;
    /* background: rgba(0, 0, 0, 0); */
    background: #0cdaff85;
}

.blog-sidebar .nav.menu > li > a {
    color: #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid #00ffe9;
    font-size: 16px;
    padding-left: 10px;
}

.slider #progressBar {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(218 65 65 / 20%);
    z-index: 1000;
    display: none;
}

.owl-theme .owl-controls .owl-page span {
    display: none;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(1)  {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/49%20TOTOMACAU%204D.gif") !important;}/*TOTOMACAO*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(2)  {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/38%20SINGAPORE.gif") !important;}/*SINGAPORE*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(3)  {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/11%20HONGKONG.gif") !important;}/*HONGKONG*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(4)  {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/39%20SYDNEY.gif") !important;}/*SYDNEY*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(5)  {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/1%20BULLSEYE.gif") !important;}/*BULLEYES*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(6)  {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/3%20CAMBODIA.gif") !important;}/*CAMBODIA*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(7)  {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/6%20CHINA.gif") !important;}/*CHINA*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(8)  {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/70%20OREGON.gif") !important;}/*OREGON*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(9)  {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/40%20TAIWAN.gif") !important;}/*TAIWAN*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(10) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/34%20PCSO.gif") !important;}/*PCSO*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(11) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/14%20JAKARTA.gif") !important;}/*JAKARTA*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(12) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/15%20JEPANG.gif") !important;}/*JEPANG*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(13) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/18%20KOREA.gif") !important;}/*KOREA*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(14) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/19%20KUPANG.gif") !important;}/*KUPANG*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(15) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/28%20NUSA%20TOTO.gif") !important;}/*NUSATOTO*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(16) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/27%20NUSA%20POOLS.gif") !important;}/*NUSA*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(17) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/48%20THAILAND.gif") !important;}/*THAILAND*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(18) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/51%20VIETNAM.gif") !important;}/*VIETNAM*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(19) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/37%20SINGAPORE%2025.gif") !important;}/*SINGAPORE25*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(20) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/75%20VIRGINIA.gif") !important;}/*VIRGINIA*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(21) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/62%20KENTUCKY.gif") !important;}/*KENTUCKY*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(22) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/54%20CAROLINA.gif") !important;}/*CAROLINA*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(23) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/2%20CALIFORNIA.gif") !important;}/*CALIFORNIA*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(24) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/66%20MISSOURI.gif") !important;}/*MISSOURI*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(25) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/60%20INDIANA.gif") !important;}/*INDIANA*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(26) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/68%20NEW%20YORK.gif") !important;}/*NEW YORK*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(27) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/55%20FLORIDA.gif") !important;}/*FLORIDA*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(28) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/22%20MONGILIA.gif") !important;}/*MONGOLIA*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(29) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/73%20TENNESE.gif") !important;}/*TENNESSE*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(30) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/74%20TEXAS.gif") !important;}/*TEXAS*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(31) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/59%20ILLINOIS.gif") !important;}/*ILLINOIS*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(32) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/76%20WASHINGTON%20DC.gif") !important;}/*WASHINGTON*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(33) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/65%20MICHIGAN.gif") !important;}/*MICHIGAN*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(34) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/69%20OHIO.gif") !important;}/*OHIO*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(35) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/67%20NEW%20JERSEY.gif") !important;}/*NEW JERSEY*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(36) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/71%20PENNSYLVANIA.gif") !important;}/*PENSYLVANIA*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(37) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/57%20GEORGIA%20MID.gif") !important;}/*GEORGIA MIDDAY*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(38) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/56%20GEORGIA%20EVE.gif") !important;}/*GEORGIA EVENING*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(39) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/58%20GEORGIA%20NIGHT.gif") !important;}/*GEORGIA NIGHT*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(40) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/64%20MARYLAND%20MID.gif") !important;}/*MARYLAND MIDDAY*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(41) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/63%20MARYLAND%20EVE.gif") !important;}/*MARYLAND EVENING*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(42) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/7%20DELAWARE%20DAY.gif") !important;}/*DELAWARE DAY*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(43) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/8%20DELAWARE%20NIGHT.gif") !important;}/*DELAWARE NIGHT*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(44) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/72%20RHODE%20ISLAND.gif") !important;}/*RHODE ISLAND MIDDAY*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(45) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/77%20WISCONSIN.gif") !important;}/*WISCONSIN MIDDAY*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(46) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/61%20JAPAN%20POOLS.gif") !important;}/*JAPANPOOLS*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(47) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/MUNCHENTEN-ezgif.com-optimize.gif") !important;}/*MUNCHENLOTTERY*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(48) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/HONGKONGLIVETEN-ezgif.com-optimize.gif") !important;}/*HKLIVE*/

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(49) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/50%20TOTOMACAU%205D.gif") !important;}/*5D TOTOMACAU*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(50) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/BACCARAT.gif") !important;}/*BACCARAT*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(51) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/ROULETTE.gif") !important;}/*ROULETE*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(52) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/SICBO%20BALL.gif") !important;}/*SICBO BALL*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(53) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/BILLIARD.gif") !important;}/*BILLIARD*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(54) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/DICE%206.gif") !important;}/*DICE6*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(55) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/DRAGON%20TIGER.gif") !important;}/*DRAGON TIGER*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(56) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/GONG%20BALL.gif") !important;}/*GONGBALL*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(57) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/MONOPOLY.gif") !important;}/*MONOPOLY*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(58) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/POKER%20DICE.gif") !important;}/*POKER DICE*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(59) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/RED%20WHITE.gif") !important;}/*RED WHITE*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(60) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/SUWIT.gif") !important;}/*SUWIT*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(61) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/3D%20SHIO.gif") !important;}/*3D SHIO*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(62) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/RACE%20BALL.gif") !important;}/*RACE BALL*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(63) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/OGLOK.gif") !important;}/*OGLOK*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(64) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/48D.gif") !important;}/*48D*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(65) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/HEAD%20TAIL.gif") !important;}/*HEAD TAIL*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(66) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/IDN%204%20STAND.gif") !important;}/*IDN4STAND*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(67) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/FANTAN.gif") !important;}/*FANTAN*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(68) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/DOMINO%20LIVE.gif") !important;}/*DOMINO LIVE*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(69) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/BINGO%20SICBO.gif") !important;}/*BINGO SICBO*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(70) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/XOC%20DIA.gif") !important;}/*XOC DIA*/

.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(71) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/PRAGMATIC.gif") !important;}/*PRAGMATIC*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(72) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/HABANERO.gif") !important;}/*HABANERO*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(73) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/PG%20SOFT.gif") !important;}/*PGSOFT*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(74) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/MICRO%20GAMING.gif") !important;}/*MICROGAMING*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(75) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/TOP%20TREND.gif") !important;}/*TOPTREND*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(76) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/IDN%20SLOT.gif") !important;}/*IDNSLOT*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(77) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/GMW%20SLOT.gif") !important;}/*GMWSLOT*/
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(78) {  content:url("https://sgp1.digitaloceanspaces.com/ten-pro/SLIDER/NOLIMITTEN-ezgif.com-optimize.gif") !important;}/*NOLIMITSLOT*/

.article-tentoto h1 {
    font-size: 30px;
    text-shadow: 0px 0px 10px #046b8b;
    font-weight: bold;
    text-align: center;
}

table.tentoto-table td {
    text-align: left;
    padding: 6px 4px;
    border: 1px solid gold;
    background: #027491;
    color: white;
}


.ten-table {
    margin-bottom: 15px;
    margin-top: 5px;
}

.tentoto-table {
    border: 1px solid rgb(0, 238, 255);
    border-radius: 5px;
    border-collapse: separate;
    border-spacing: 4px;
    max-width: 824px;
    margin: auto;
    width: 100%
}

table.tentoto-table td {
    font-size: 13px;
    color: #ffffff;
    padding: 5px;
    background-color: none;
    text-align: left;
    border: 1px solid rgb(0, 238, 255);
    border-radius: 5px;
    line-height: 15px;
}

table.tentoto-table thead {
    font-size: 15px;
    text-align: center;
    background: radial-gradient(circle 214px at 46.5% 54.2%, #006a6e 0, #005960 96%);
    color: white;
    line-height: 33px;
}


.animation {
    height: 50px;
    overflow: hidden;
    margin-left: 1rem;
}

.animation>div>div {
    padding: 0.25rem 0.75rem;
    height: 2.81rem;
    margin-bottom: 2.81rem;
    display: inline-block;
}

.animation div:first-child {
    animation: text-animation 8s infinite;
}

.Slot-tentoto {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.casino-tentoto {
    align-self: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.daftar-slot-tentoto {
    margin: 7px;
    border: 1px solid cyan;
    border-radius: 11px;
    cursor: pointer;
    transition: 0.5s;
    animation: shadow 2s infinite alternate;
}

.daftar-casino-tentoto {
    margin: 7px;
    border: 1px solid cyan;
    border-radius: 11px;
    cursor: pointer;
    transition: 0.5s;
    animation: shadow 2s infinite alternate;
}

.daftar-slot-tentoto img {
    border-radius: 10px;
}

.daftar-slot-tentoto:hover {
    opacity: 0.3;
}

@keyframes shadow {
    0% {
        box-shadow: inset 20px -14px 20px gold;
    }

    100% {
        box-shadow: inset 20px -20px 20px red;
    }
}

.link-alternatif-tentoto-terbaik {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    margin-top: 15px;
    margin: 30px auto;
}

.link-alternatif11 {
    display: flex;
    flex-direction: column;
    background-position: center;
    padding: 10px;
    margin: 0px;
    border-radius: 10px;
    background: url(https://sgp1.digitaloceanspaces.com/ten-pro/ASET/FOOTER/button%20link%20alternatif.png);
    background-size: 100%;
    align-items: flex-end;
    text-align: right;
    border: 2px solid cyan;
    width: 250px;
    height: 77px;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    color: white;
    text-shadow: 0px 0px 1px black;
    color: white;
    font-weight: bold !important;
}

.link-alternatif12 {
    display: flex;
    flex-direction: column;
    background-position: center;
    padding: 10px;
    margin: 0px;
    border-radius: 10px;
    background: url(https://sgp1.digitaloceanspaces.com/ten-pro/ASET/FOOTER/button%20link%20alternatif.png);
    background-size: 100%;
    align-items: flex-end;
    text-align: right;
    border: 2px solid cyan;
    width: 250px;
    height: 77px;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    color: white;
    text-shadow: 0px 0px 1px black;
    color: white;
    font-weight: bold !important;
}

.link-alternatif13 {
    display: flex;
    flex-direction: column;
    background-position: center;
    padding: 10px;
    margin: 0px;
    border-radius: 10px;
    background: url(https://sgp1.digitaloceanspaces.com/ten-pro/ASET/FOOTER/button%20link%20alternatif.png);
    background-size: 100%;
    align-items: flex-end;
    text-align: right;
    border: 2px solid cyan;
    width: 250px;
    height: 77px;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    color: white;
    text-shadow: 0px 0px 1px black;
    color: white;
    font-weight: bold !important;
}

.alternatif-dasar {
    display: flex;
}

.info-alternatif {
    border-top: 1px solid gold;
    margin-top: 4px;
    padding-top: 3px;
    text-transform: uppercase;
    font-size: 13px;
    color: rgb(255, 255, 255);
    font-family: helvetica;
    text-shadow: 0 1px 1px rgb(0 255 243);
}

.alternatif-dasar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

a.link-alternatif11:hover {
    text-decoration: none;
    color: black;
}

a.link-alternatif12:hover {
    text-decoration: none;
    color: black;
}

a.link-alternatif13:hover {
    text-decoration: none;
    color: black;
}

.container-footer-bawah {
    max-width: 700px;
    margin: 25px auto;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    z-index: 99999;
}

.background-image {
    width: 100%;
    display: block;
    position: sticky;
    z-index: 2;
}

.top-image {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-35%, -50%);
    animation: marqueeAnimation 20s linear infinite;
    z-index: 0;
    height: 57%;
    background: transparent;
}

@keyframes marqueeAnimation {
    0% {
        left: 100%;
        /* Mulai dari tepi kanan container */
    }

    100% {
        left: -100%;
        /* Melewati tepi kiri container */
    }
}

.linkalte {
    color: black;
    text-decoration: none;
}

.linkalte:visited {
    color: #FFFFFF;
}

.linkalte:hover {
    color: rgb(113, 113, 113);
}

.linkalte {
    text-decoration: none;
    color: #FFFFFF;
    font-family: arial;
    font-weight: bold;
}