) 21%, rgb(253 237 124) 33%, rgb(226 193 96) 44%, rgb(117 95 29) 60%, rgb(253 237 124) 73%, rgb(226 193 96) 85%, rgb(117 95 29) 100%);
background-size: 400% 400%;
animation: gradient 5s ease infinite;
box-shadow: inset 0 0 5px 3px #ffd045, inset 0 2px 0 0 #ffd045, inset 0 0 0 2px #fff, 3px 3px 3px 1px rgba(0,0,0,.2);
}
a {
color: #e3e2db;
}
.border-primary {
animation: borderPulse 1s infinite ease-out;
border-color: #ffc115 !important;
fill: #fff;
}
.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
color: white;
}
.card {
background-color: #043a54;
}
.my-2 {
color: #f46d0d;
}
.bg-white {
background: linear-gradient(to bottom, #e2c160 0%, #755f1d 50%, #e2c460 100%) !important;
}
#navbar-imglogo {
margin-left: 0 !important;
}
#container-apk-a {
text-transform: uppercase;
font-weight: bold;
font-size: 0.7rem;
color: white;
}
#container-apk-b {
text-transform: uppercase;
font-weight: bold;
font-size: 1.1rem;
color: #ff5e24;
}
#container-apk-button {
float: right;
text-transform: uppercase;
font-weight: bold;
}
#apk-button {
text-decoration: none;
display: inline-block;
padding: 0.6em 1.5em;
border-radius: 2rem;
box-sizing: border-box;
text-decoration: none;
font-weight: 700;
color: #ff5e24;
background: rgb(231,90,235);
background: linear-gradient(6deg, rgb(0 0 0) 0%, rgb(0 0 0) 56%, rgb(0 0 0) 100%);
text-align: center;
transition: all 0.2s;
animation: beat 1s infinite;
}
@keyframes beat {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
@keyframes borderPulse{
0% { box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4), 0px 0px 0px 0px rgb(255, 255, 255); }
100% { box-shadow: 0px 0px 0px 3px rgba(226, 193, 96, 0), 0px 0px 0px 10px rgba(253, 237, 124, 0); }
}
@keyframes gradient {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
#carousel-togel .owl-stage-outer { padding-bottom:10px; padding-top:10px }