

  /* === Ashok css=== */
  
  .tablename  table {
    border-collapse: collapse;
    border: 2px solid rgb(200,200,200);
    letter-spacing: 1px;
    font-size: 0.8rem;
  }
  
  .tablename .tablename  td, th {
    border: 1px solid rgb(190,190,190);
    padding: 10px 20px;
  }
  
  .tablename  th {
    background-color: #f48120; color: #000;
  }
  
 
  
  .tablename  tr:nth-child(even) td {
    background-color: rgb(255, 255, 255);
    border-right: 1px solid #ccc;
  }
  
  .tablename  tr:nth-child(odd) td {
    background-color:#ededed; border-right: 1px solid #ccc;
  }
  
  .tablename caption {
    padding: 10px;
  }
  .tablename th:nth-child(1){width: 15%;}
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}











  .one h1 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 16px;
  }
  /* .one h1:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: #b80000;
  } */
  .one h1:after {
    width: 100px;  display: none !important;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -50px;
    background-color: #b80000;
  }
  
/**
  Browser should support Houdini API
*/

@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 90deg;
    inherits: false;
  }
  
  :root {
    --bg-background: #111827;
    --clr-card: #1f2937;
    --clr-1: #f48120;
    --clr-2: #f13127;
    --clr-3: #02113f;
  }
  
  *,
  *::after,
  *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .one {
    transition: .5s;
  }
  
  .one.actve, .one:hover{background: red;}
  .one.actve h1, .one:hover h1{ color: #fff;}
  
  
  
  
  .card {
    position: relative;
    
    width: 100%;
    border-radius: 0.45rem;
    cursor: pointer;
   
  }
  
  .card::after,
  .card::before {
    content: " ";
    position: absolute;
    z-index: -1;
    inset: -0.5rem;
    
  }
  
  .card::after {
    filter: blur(3rem);
  }
  
  @keyframes rotate {
    0% {
      --gradient-angle: 0deg;
    }
    100% {
      --gradient-angle: 360deg;
    }
  }
  




















  
.list-pro-popup {
  font-size: 62.5%;
  box-sizing: border-box;
}

.list-pro-popup {
  position: relative;

  display: flex;
  align-items: flex-start;
  justify-content: center;
  
}

@keyframes gradient {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}

.list-pro-popup header {
  position: absolute;
  display: inline-block;
  margin-top: 5rem;
  padding: 0.8rem 1.4rem 2rem;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.list-pro-popup .header-txt:hover {
  color: #000;
  border-bottom: 2px solid #000;
  cursor: pointer;
}

.list-pro-popup .html,
.list-pro-popup .css,
.list-pro-popup .js {
  font-size: 2.2rem;
  font-weight: 600;
  
 
  color: #444;
  background-color: #fff;
  border: none;
  border-radius: 2.5rem;
  cursor: pointer;
}
.pb-0{ padding-bottom: 0 !important;}

.list-pro-popup .close-html-modal,
.list-pro-popup .close-css-modal,
.list-pro-popup .close-js-modal {
  position: absolute;
  top: 1.2rem;
  right: 2rem;
  font-size: 3.5rem;
  color: #333;
  background: none;
  border: none;
  cursor: pointer;
}


/* Classes to make Modal work */
.list-pro-popup .hidden {
  display: none;
}

.html-modal,
.css-modal,
.js-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 6rem;
  width: 70%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.list-pro-popup  .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 5;
}
#box{
    width: 380px;
    height: 380px;
    background:url(../images/bg/4.jpg);
    border-radius: 10px;
 
    box-shadow: 5px 5px 5px gray;
    overflow: hidden;
    position: relative;
  }
  
  #moon{
    position: relative;
    width: 70px;
    height: 70px;
    background: beige;
    border-radius: 50%;
    top: 230px;
    left: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 4px 4px white;
    animation: moon_raise 600ms ease-out 1;
    animation-fill-mode: forwards;
  }
  
  .hole{
    background: burlywood;
    border-radius: 50%;
    position: absolute;
  }
  
  #hole1{
    width: 6px;
    height: 6px;
    left: 30px;
    top: 50px;
  }
  
  #hole2{
    width: 12px;
    height: 12px;
    left: 50px;
    top: 25px;
  }
  
  #hole3{
    width: 8px;
    height: 8px;
    left: 10px;
    top: 15px;
  }
  
  #hole4{
    width: 4px;
    height: 4px;
    left: 35px;
    top: 10px;
  }
  
  #hole5{
    width: 20px;
    height: 20px;
    left: -6px;
    top: 35px;
  }
  
  #hole6{
    width: 10px;
    height: 10px;
    left: 26px;
    top: 25px;
  }
  
  #hole7{
    width: 10px;
    height: 10px;
    left: 45px;
    top: 62px;
  }
  
  .light{
    background: #404080;
    z-index: 2;
  }
  
  .dark{
    background: #202060;
    z-index: 1;
  }
  
  .floor{
    width: 350px;
    height: 350px;
    border-radius: 50%;
    position: absolute;
  }
  
  #floor1{
    top: 240px;
    left: -200px;
  }
  
  #floor2{
    top: 220px;
    left: 30px;
  }
  
  #floor3{
    top: 240px;
    left: 230px;
  }
  
  #floor4{
    top: 200px;
    left: -70px;
  }
  
  #floor5{
    top: 190px;
    left: 170px;
  }
  
  #info{
    width: 380px;
    height: 80px;
    top: 300px;
    position: absolute;
    background: white;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: sans-serif;
    font-size: 22px;
    color: #fc3329
  }
  
  #temp{
    font-size: 45px;
  }
  
  #stats, #next{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 50px;
  }
  
  #stats{
    align-items: start;
  }
  
  #next span{
    display: flex;
    width: 130px;
    text-align: right;
    display: block;
  }
  
  #next span b{
    width: 80px;
    display: block;
    float: right;
  }
  
  .drop{
    position: absolute;
    z-index: 4;
    width: 120px;
    height: 370px;
    top: -70px;
  }
  
  .away{
    transform: scale(80%);
    opacity: 0.70;
  }
  
  .drop:before{
    position: relative;
    content: "";
    width: 8px;
    height: 8px;
    background: deepskyblue;
    display: block;
    top: 10px;
    left: 100px;
    border-radius: 50%;
    animation: rain_before 1s ease-out infinite;
  }
  
  .drop:after{
    position: absolute;
    content: "";
    display: block;
    top: -5px;
    left: 105.5px;
    opacity: 1;
    width: 0px;
    height: 0px;
    border-width: 10px 4px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: deepskyblue;
    transform: rotate(27deg);
    animation: rain_after 1s ease-out infinite;
  }
  
  #drop1{
    left: 0px;
  }
  
  #drop2{
    left: 100px;
  }
  
  #drop3{
    left: 200px;
  }
  
  #drop4{
    left: 300px;
  }
  
  #drop5{
    left: 50px;
  }
  
  #drop6{
    left: 140px;
  }
  
  #drop7{
    left: 230px;
  }
  
  #drop8{
    left: 320px;
  }
  
  #drop6:after, #drop6:before{
    animation-delay: 0ms;
  }
  
  #drop2:after, #drop2:before{
    animation-delay: 250ms;
  }
  
  #drop5:after, #drop5:before{
    animation-delay: 500ms;
  }
  
  #drop1:after, #drop1:before{
    animation-delay: 750ms;
  }
  
  #drop8:after, #drop8:before{
    animation-delay: 1000ms;
  }
  
  #drop4:after, #drop4:before{
    animation-delay: 1250ms;
  }
  
  #drop7:after, #drop7:before{
    animation-delay: 1500ms;
  }
  
  #drop3:after, #drop3:before{
    animation-delay: 1750ms;
  }
  
  #drop8{
    left: 320px;
    animation-delay: 1000ms;
  }
  
  @keyframes rain_before{
    0%{
      top: 10px;
      left: 100px;
      width: 8px;
      height: 8px;
      opacity: 1;
    }
    70%{
      top: 360px;
      left: 5px;
      width: 8px;
      height: 8px;
      opacity: 1;
    }
    
    85%{
      top: 360px;
      left: 3px;
      width: 12px;
      height: 6px;
      opacity: 0.5;
    }
    
    100%{
      top: 360px;
      left: 3px;
      width: 12px;
      height: 6px;
      opacity: 0;
    }
  }
  
  @keyframes rain_after{
    0%{
      top: -5px;
      left: 105.5px;
      opacity: 1;
    }
    70%{
      top: 345px;
      left: 10px;
      opacity: 1;
    }
    
    100%{
      top: 348px;
      left: 8px;
      opacity: 0;
    }
  }
  
  @keyframes moon_raise{
    from{
      top: 230px;
      left: 30px;
    }
    to{
      top: 50px;
      left: 50px;
    }
  }
  .table-h{ color: #000; font-weight: bold; text-transform: uppercase; font-size: 15px;}
  .tablename tr td:nth-child(2){ color: #000; font-weight: bold; width: 20%;} 
  .tablename tr td{ padding: 10px; color: #000; font-size: 14px;}


.singleTeam {
  
}
.checking-body img{
  height: 100px;
  width: 100px;
  float: left;
}
