<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "Heebo";
    src: url("../fonts/Heebo-VariableFont_wght.ttf");
  }
/* body{
    background: transparent radial-gradient(closest-side at 82% 53%, #3C6DB0 0%, #3561A7 17%, #22438F 70%, #1B3886 100%) 0% 0% no-repeat padding-box !important;
    background-attachment: fixed !important;
} */

body{
    background-color: white;
}
main{
    height: 100vh;
}
.small{
    /* color: #F1F2F4 !important; */
    font: normal normal normal 14px/21px Heebo;
    font-size: 0.85rem !important;
    font-weight: 300 !important;
}
.info-msg{
    color: #ffc119;
    text-align: center;
    font: normal normal bold 20px/29px Heebo;
}
.match-details{
    font: normal normal normal 14px/24px Heebo;
    color: #8890A0;
}
.ipl-logo{
    height: 2.5rem;
}
.team{
    font: normal normal 900 24px/62px Heebo;
    color: #132241;
}
.ipl-card{
    border-radius: 8px !important;
    /* max-height: 82px; */
}

h2{
    font: normal normal 900 24px/38px Heebo !important;
    color: #132241 !important;
}
.ipl-form .form-control,.ipl-form button{
    height: 3rem;
}
@media (max-width:600px){

      .ipl-card{
          max-height: unset;
      }
      .intersection{
        border-bottom: 1px solid rgba(241, 242, 244, 0.51);
    }
    #iplModal .modal-dialog{
        min-width: 100%;

    }
    .w-sm-100{
        width: 100% !important;
    }
    .shadow-sm {
        box-shadow: unset !important;
    }
}
.ipl-card .card-body &gt; div {
    flex-direction: row !important;
  }
@media (max-width:990px){
    .work-cards .card{
        height: unset !important;
        min-height: 11rem;
    }
    .ipl-card .card-body &gt; div{
        flex-direction: column !important;
      }
    }
@media (min-width:600px){
    .intersection{
        border-right: 1px solid rgba(241, 242, 244, 0.51);
    }
    #iplModal .modal-dialog{
        min-width: 30%;
    }
}

/* new style */

h2,p{
    color:black;
}
.none{
    display: none;
}
.hv-100{
    height: 100vh !important;
}

#iplModal .modal-content{
    border: unset;
    border-radius: unset;
}
ol{
    list-style: decimal inside none;
}
.grecaptcha-badge {
    display: none;
}

.no-tick-cross{
    background-image: unset !important;
}
.blur{
    filter: blur(3px);
}
.login-msg &gt; div{
    top:25%;
    z-index:1000;
}
h3{
    font-size: 1rem;
    color: #3d4a63;
}
.work-cards .card{
    width: 19rem;
    height: 11rem;
    margin-bottom: 1rem !important;
    margin-right: 1rem !important;
}
.time{
    color: #20408d !important; 
    font-weight: 700 !important;
}
.spinner{
    z-index: 1000000 !important;
    position: fixed;
}</pre></body></html>