@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(./score-card.css);
@import url(./common.css);
.blink_me {
    animation: blinker 1s linear infinite;
    color: #fff;
    margin-right: 20px;
    font-size: 15px;
    background-color: red;
    padding: 10px 12px;
    margin-top: 10px;
    border-radius: 5px;
  }
  
  @keyframes blinker {
    80% {
      opacity: 0;
    }
  }

  /* hide Max bets for premium makt*/
  .hide-Maxstake{
    display: none;
  }

@keyframes ice-text-blink {0%, 100% { opacity: 1;} 50% {opacity: 0;}}
.ice-animated-text {animation: smooth-blink 1s infinite;}

.ice-slider {position: absolute; cursor: pointer; top: 0;left: 0; right: 0; bottom: 0; background-color: #ccc; transition: .4s;border-radius: 34px;}
.ice-switch {position: relative; display: inline-block;  width: 35px; height: 18px;  margin-bottom: 0;}
.ice-switch input {opacity: 0;width: 0; height: 0;}
.ice-slider:before {position: absolute; content: ""; height: 14px;  width: 15px; left: 4px;  bottom: 2px;  background-color: #fff; transition: .4s; border-radius: 50%;}
.ice-switch input:checked + .ice-slider {background-color: #2196f3;}
.ice-switch input:checked + .ice-slider:before {transform: translateX(15px);}
.ice-slider {background-color: #9d9999;}
.eventDtailSwithch .toggle-div {display: flex;  border-radius: 40px; padding: 6px 6px 6px 12px;  text-transform: uppercase;  align-items: center;}
.ice-switch input:checked + .ice-slider {background-color: #4CAF50;}
.switchBox.eventDtailSwithch .labelname {font-size: 12px;}
.ice-position-relative {position: relative;}
/* .paneltyShootGType .ballByRow li h4{position: relative;}
.paneltyShootGType .ballByRow li .penaltyAnnouncement{position: absolute; right: 0;}  */
.ice-text-red, #exposure-details .pth-value{color: #ff0000 !important;}


@keyframes customAnnounement {
  from {transform: translateX(0%);}
  100% {transform: translateX(-100%);}
}
.marqueeHtml {width: 100%; overflow: hidden;}
.marqueeHtml span {-webkit-animation: 10s linear infinite customAnnounement;  animation: 10s linear infinite customAnnounement;  white-space: nowrap;  padding-left: 100%;  display: inline-block !important;}