body {
  font-family: "Roboto", sans-serif;
  padding: 0px;
  margin: 0px;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
/* LoadPage CSS */
#loadpage {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading {
  height: 70px;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head_text {
  font-size: 30px;
  margin-top: 40px;
  text-align: center;
  color: #2c5ba7;
}
/* Team Selection CSS */

.select_team {
  text-align: center;
  padding: 15px;
}
.select_option {
  background-color: #2c5ba7;
  color: white;
  font-size: 20px;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 25px;
}
.select_option:focus {
  background-color: #2c5ba7;
  color: white;
  font-size: 20px;
  border-radius: 12px;
  box-shadow: none;
  padding: 10px;
}
.select_option:hover {
  color: white;
}
.start_match {
  width: 220px;
  color: white;
  background-color: #3db42e;
  border-radius: 12px;
  margin-top: 25px;
  font-size: 30px;
}
.start_match:hover {
  color: white;
}
.instruct {
  border-radius: 0px;
}
.instruct li {
  border: none;
  border: solid 1px #b8b7b7;
  margin-top: 5px;
  border-radius: 12px;
}
.logo {
  margin: auto;
  text-align: center;
}

#c1 {
  width: 30px;
  border-radius: 50px;
  height: 30px;
  background-color: black;
  margin-left: 20px;

  animation-name: color;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

#c2 {
  width: 15px;
  border-radius: 50px;
  height: 15px;
  background-color: black;
  margin-left: 20px;

  animation-name: color;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

#c3 {
  width: 30px;
  border-radius: 50px;
  height: 30px;
  background-color: black;
  margin-left: 20px;
  animation-name: color;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

@keyframes color {
  0% {
    background-color: black;
  }

  10% {
    background-color: green;
  }

  30% {
    background-color: blue;
  }

  40% {
    background-color: yellow;
  }

  50% {
    background-color: red;
  }

  60% {
    background-color: red;
  }

  70% {
    background-color: green;
  }

  80% {
    background-color: blue;
  }

  90% {
    background-color: yellow;
  }

  100% {
    background-color: red;
  }
}

.icon_img {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
/* Team Selection */

.in_box {
  border-radius: 6px;
  padding: 15px;
  background-color: #f8f8f8;
  margin: 5px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sel_box {
  padding: 3px;
  border-radius: 12px;
  background-color: white;
  margin: 3px;
  min-height: 35px;
  transition: all 0.5s;
  width: 100%;
}
.sel_box p {
  color: white;
  border-radius: 12px;
}
.sel_box:hover {
  background-color: #bbe5ff;
  cursor: pointer;
  transition: all 0.5s;
}
.sel_p {
  display: flex;
  justify-content: left;
  align-items: center;
}
.sel_p div:first-child {
  margin-right: 3px;
  color: #000080;
  font-weight: bold;
}
.save_next {
  width: auto;
  padding: 2px 4px;
  border-radius: 12px;
  background-color: #000080;
  color: white;
}
.save_next:hover {
  color: white;
}
.teamName {
  font-size: 30px;
  padding: 10px;
  background-color: #2c5ba7;
  border-radius: 15px;
  color: white;
  margin-left: 20px;
}

.teams_status {
  padding: 1px;
  background-color: #4e7ff0;
  border-radius: 2px;
  margin-left: 5px;
  color: white;
  font-size: 10px;
  width: 75px;
  border-radius: 5px;
  text-align: center;
}

.lists {
  border-width: 1px;
  border-style: solid;
  border-color: grey;
}
.lists:hover {
  cursor: pointer;
}

.score {
  padding: 8px;
  font-size: 15px;
  border-radius: 15px;
  background-color: #2a5eae;
  color: white;
  width: 50%;

  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  text-align: center;
}

.overs {
  padding: 8px;
  font-size: 15px;
  border-radius: 15px;
  background-color: #2a5eae;
  color: white;
  width: 50%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  text-align: center;
}

.c_bat1 {
  padding: 5px;
  font-size: 13px;
  border-radius: 100px;
  background-color: #000;
  width: 80%;
  margin-left: 10%;
  text-align: right;
  color: white;
  margin-top: 15px;
}

.pl {
  margin-left: 40px;
}

.c_bat2 {
  padding: 5px;
  font-size: 13px;
  border-radius: 100px;
  background-color: #000;

  width: 80%;
  margin-left: 10%;
  text-align: center;
  color: white;
  margin-top: 5px;
}

.c_o_ball {
  padding: 10px;
  background-color: #000;
  border-radius: 100px;
  font-size: 15px;
  text-align: center;
  color: white;
  margin-left: 5px;
  width: 40px;
  height: 40px;
}

.c_o_ball2 {
  padding: 7px;
  background-color: #000;
  border-radius: 100px;
  font-size: 12px;
  text-align: center;
  color: white;
  margin-left: 2px;
  width: 30px;
  height: 30px;
}

.c_o_ball3 {
  padding: 4px;
  background-color: black;
  border-radius: 5px;
  font-size: 10px;
  text-align: center;
  color: white;
  margin-left: 2px;
  width: 120px;
}

.c_o_ball1 {
  padding: 3px;
  width: 50%;
  background-color: black;
  color: white;
  border-radius: 100px;
  font-size: 13px;
  text-align: center;
}

.c_o {
  width: 100%;
}

.ov_s {
  width: 40%;
  margin-left: 15px;
}

.curr_p {
  width: 50%;
  border-radius: 5px;
  padding: 10px;
  background-color: #0053a0;
  text-align: center;
  color: white;
  font-size: 13px;
}

.crr {
  margin-left: 30px;
  padding: 10px;
  font-size: 13px;
  background-color: black;
  color: white;
  border-radius: 5px;
  width: 50%;
  text-align: center;
}

.bl {
  margin-left: 12px;
}

.c_bowl {
  padding: 10px;
  font-size: 13px;
  border-radius: 100px;
  background-color: #01768d;
  width: 90%;
  margin-left: 5%;
  color: white;
  text-align: center;
}

.curr_run {
  border-radius: 500px;
  padding: 20px;
  font-size: 40px;
  color: white;
  margin-left: 20px;
  width: 100px;
  height: 100px;
  text-align: center;
}

.bat_btn {
  width: 120px;
  height: 120px;
  border-radius: 500px;
  margin-left: 25px;
  background-color: rgb(255, 183, 49);
  color: white;
  font-size: 22px;
  box-shadow: 0 2px 3px #474747, 0 -2px 3px #474747;
}
.bat_btn:focus {
  box-shadow: none;
}
.bat_img {
  width: 60px;
  height: 60px;
}

#ba1 {
  background-color: #3db42e;
}

#ba2 {
  background-color: #de0000;
}

.bat_details {
  padding: 3px;
  font-size: 12px;
  color: white;
  border-radius: 5px;
}
@media only screen and (max-width: 992px) {
  .sel_box {
    font-size: 14px;
    vertical-align: middle;
  }
}
