
.blink_me {
    animation: blinker 1s linear infinite;
    font-weight: bold;
}
@keyframes blinker {  
  50% { opacity: 0; }
}
.table-buttons .btn{
    min-width:100px;
}
.table-buttons .btn-black{
    background-color:#333333;
    color:#ffffff;
}
.table-buttons .btn-black:first-child{
    border-radius: 22px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
}
.table-buttons .btn-black:last-child{
    border-radius: 22px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}
.table-buttons .btn-black:hover{
    background-color:#212529;
}
 .chatbox-popup aside, .chatbox-panel aside {
     font-size:14px;
 }
 .chatbox-popup h1, .chatbox-panel h1 {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
button.chatbox-open {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  color: #fff;
  background-color: #1AD03F;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, 0.15);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  margin: 16px;
}
button.chatbox-close {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 52px;
  color: #fff;
  background-color: #0360a5;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, 0.15);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  margin: 16px 16px 16px calc(2 * 16px + 65px);
}

textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  height: calc(16px + 16px / 2);
  padding: 0 calc(16px / 2);
  font-family: inherit;
  font-size: 16px;
  line-height: calc(16px + 16px / 2);
  color: #888;
  background-color: none;
  border: 0;
  outline: 0 !important;
  resize: none;
  overflow: hidden;
}
textarea::-moz-placeholder {
  color: #888;
}
textarea:-ms-input-placeholder {
  color: #888;
}
textarea::placeholder {
  color: #888;
}

.chatbox-popup {
  display: flex;
  position: fixed;
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  flex-direction: column;
  display: none;
  bottom: calc(2 * 16px + 52px);
  left: 16px;
  width: 330px;
  height: auto;
  background-color: #fff;
  border-radius: 16px;
  z-index: 9;
}
.chatbox-popup .chatbox-popup__header {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 11px 16px;
  color: #fff;
  background-color: #2c9ac6;
  align-items: center;
  justify-content: space-around;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
    height:auto;
}
.chatbox-popup .chatbox-popup__header .chatbox-popup__avatar {
  margin-top: -32px;
  background-color: #e80202;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width:66px;
  text-align:center;
}
.chatbox-popup .chatbox-popup__main {
  box-sizing: border-box;
  width: 100%;
  padding: calc(2 * 8px) 16px;
  line-height: calc(16px + 16px / 2);
  color: #1742a3;
  background:#1742a3;
  text-align: center;
}
.chatbox-popup .chatbox-popup__footer {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 16px;
  border-top: 1px solid #ddd;
  align-items: center;
  justify-content: space-around;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.chatbox-panel {
  display: flex;
  position: absolute;
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  flex-direction: column;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 377px;
  background-color: #fff;
}
.chatbox-panel .chatbox-panel__header {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 16px;
  color: #fff;
  background-color: #28a745;
  align-items: center;
  justify-content: space-around;
  flex: 0 0 auto;
  height:auto;
}
.chatbox-panel .chatbox-panel__main {
  box-sizing: border-box;
  width: 100%;
  padding: calc(2 * 16px) 16px;
  line-height: calc(16px + 16px / 2);
  color: #888;
  text-align: center;
  flex: 1 1 auto;
}
.chatbox-panel .chatbox-panel__footer {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 16px;
  border-top: 1px solid #ddd;
  align-items: center;
  justify-content: space-around;
  flex: 0 0 auto;
}

/*16-01-2022*/
.header_marque {
    /*background-image: linear-gradient(#e91933,#fb5e5e);*/
    /*background-color: #f7f7f7;*/
    /*line-height: 72px;*/
    padding: 0 15px;
    width: 100%;
}
.header_marque marquee {
    font-size: 14px;
    color:#bd0d00;
    text-transform: capitalize;
    padding-top: 6px; letter-spacing: 0.5px;
}
.porn{
     color: #fff;
}
.rain {
    opacity: 0.28;
}
.rain__drop {
  -webkit-animation-delay: calc(var(--d) * 1s);
          animation-delay: calc(var(--d) * 1s);
  -webkit-animation-duration: calc(var(--a) * 1s);
          animation-duration: calc(var(--a) * 1s);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: drop;
          animation-name: drop;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  height: 30px;
  left: calc(var(--x) * 1%);
  position: absolute;
  top: calc((var(--y) + 50) * -1px);
}
.rain__drop path {
  fill: #a1c6cc;
  opacity: var(--o);
  transform: scaleY(calc(var(--s) * 1.5));
}
@-webkit-keyframes drop {
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(100vh);
  }
}
@keyframes drop {
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(100vh);
  }
}
.satta-king-livegame1 {
    /* color: #ffffff; */
    font-size: 34px;
    font-weight: 700;
    line-height: 22px;
    padding-top: 11px;
}
.satta-king-livegame{
    animation: Color 4s linear infinite;
  -webkit-animation: Color 4s ease-in-out infinite;
}
@keyframes Color{
  0%{
    color:#A0D468;
  }
  
  20%{
    color:#4FC1E9;
  }
  
  40%{
    color:#FFCE54;
  }
  
  60%{
    color:#FC6E51;
  }
  
  80%{
    color:#ED5565;
  }
  
  100%{
    color:#AC92EC;
  }
}

@-moz-keyframes Color{
  0%{
    color:#A0D468;
  }
  
  20%{
    color:#4FC1E9;
  }
  
  40%{
    color:#FFCE54;
  }
  
  60%{
    color:#FC6E51;
  }
  
  80%{
    color:#ED5565;
  }
  
  100%{
    color:#AC92EC;
  }
}

@-webkit-keyframes Color{
  0%{
    color:#A0D468;
  }
  
  20%{
    color:#4FC1E9;
  }
  
  40%{
    color:#FFCE54;
  }
  
  60%{
    color:#FC6E51;
  }
  
  80%{
    color:#ED5565;
  }
  
  100%{
    color:#AC92EC;
  }
}
.today_leak {
    background-image: linear-gradient(#09d1f1, #0f3a40);
    padding: 5px 0;
    color: white;
    border-radius: 5px;
}
.today_leak h4{
    
    color: #fff;
        font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 4px;

}
.btn-whatsapp {
    background: #1ad03f;
    color: #fff;
    padding: 1px 90px;
    border-radius: 20px;
    display: inline-block;
    font-size: 12px;
}
.btn-whatsapp:hover, .btn-whatsapp:focus{
     color: #fff;
}
.link_sattaking {
    padding: 30px 5% 30px;
    background-color: #e3e3e3;
}
.link_satta {
    margin: 5px 0px;
}
.link_satta a {
   /*background-image: linear-gradient(#08070d, #211f38);*/
       display: block;
    color: #08070d;
    padding: 0px 0;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
}
.padding_10.bg_bg {
    /*background-image: linear-gradient(180deg, #9d7007, black);*/
    background-color: #fff;
    box-shadow: none;
    color: #333;
}
.padding_10.bg_bg p{
    color: #000000;
}
.whatsapp {
    background: #1ad03f;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 100px;
    font-size: 14px;
        font-weight: bold;
    margin-right:2px;
        min-width: 100px;
}
.whatsapp:hover, .call_:hover{
    color: #fff;
}
.call_{
    background: #e80202;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    margin-left:2px;
        min-width: 100px;
}
.telegra_ {float: right; padding:15px 0px;}
@media (max-width:767px){
.header-top{background-color:#644d21; padding:5px 15px;}
.header-top ul li{padding-right:20px; font-size:17px;}
    .head-logo img{
        width:300px;
    }
    .btn-1{
        margin-bottom: 30px;
    }
    .header_marque {
   line-height: inherit;
    width: 100%;
    position: relative;
    overflow: hidden;
} 
.telegra_ {
    width: 100%;
    float: none;
    margin-top: 0;
    text-align:center;
}
body, html{
    overflow-x:hidden;
}
.satta-list-cloud{
        padding: 7px 20px !important;
}
}


#cube-container {
width: 110px;
height: 110px;
margin: 50px auto;
perspective: 800px;
}

#cube-container:before {
content: '';
  position: absolute;
top: 90px;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 75px 20px rgba(0, 0, 0, 0.1), inset 0 0 350px 350px rgba(0, 0, 0, 0.1);
transform: rotateX(95deg) translateZ(-80px) scale(1);
animation: rotateShadow 16s infinite;
}

.cube {
height: 100%;
width: 100%;
position: relative;
transform-style: preserve-3d;
transition: all 3s ease-in-out;
animation: rotate 16s infinite;
}

.cube img {
 position: absolute;
 width: 110px;
 height: 110px; 
 backface-visibility: hidden; 
}

.cube img:nth-child(1) {
 transform: rotateY(0deg) translateZ(58px);
}
.cube img:nth-child(2) {
 transform: rotateY(90deg) translateZ(58px);
}
.cube img:nth-child(3) {
 transform: rotateY(-90deg) translateZ(58px);
}
.cube img:nth-child(4) {
transform: rotateY(180deg) translateZ(58px);
}

@keyframes rotate {
 0% { transform: rotateY(0deg); }
 25% { transform: rotateY(90deg); } 
 50% { transform: rotateY(180deg);} 75% {  transform: rotateY(270deg); } 100% { transform: rotateY(360deg); }
}

@keyframes rotateShadow {
 0% { transform:  rotateX(95deg) translateZ(-80px) scale(1) rotateZ(360deg); }
 25% { transform:  rotateX(95deg) translateZ(-80px) scale(1) rotateZ(270deg); }
 50% { transform:  rotateX(95deg) translateZ(-80px) scale(1) rotateZ(180deg);}
 75% {  transform: rotateX(95deg) translateZ(-80px) scale(1)  rotateZ(90deg); }
 100% { transform: rotateX(95deg) translateZ(-80px) scale(1)  rotateZ(0deg); }
}

.faq-heading{
    border-bottom: #777;
    padding: 20px 60px;
}
.faq-container{
display: flex;
justify-content: center;
flex-direction: column;
}
.hr-line{
  width: 60%;
  margin: auto;
  
}
/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
    background-color: #ffb516;color: #000000;cursor: pointer;padding: 5px 5px;
    width: 90%;transition: 0.4s;margin: auto;border-radius: 0.55rem;
    font-size:larger;
}
.faq-body{
padding: 0 18px;width: 90%;background-color: #ffb516;display: none;margin: auto;overflow: hidden;border-radius: 0.55rem;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.faq-page:hover {
    background-color: #ffb516;
}

.faq-page:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}