#placar h6 {
  color: #fff !important;
}

#placar .input-placar,
.input-placar-penaltis {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0 !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 7px 0 rgba(0, 0, 0, 0.8) inset !important;
  color: #00a65a !important;
  border: none !important;
  font-family: "Oswald", sans-serif, verdana;
  text-align: center !important;
}

.sidebarbox {
  padding: 20px;
  border-radius: 20px;
  background-color: #1a1a1a;
  color: #fff !important;
  border: 1px solid #333;
  box-shadow: 0px 0px 6px 0px rgba(240, 88, 3, 0.51);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(240, 88, 3, 0.51);
  -moz-box-shadow: 0px 0px 6px 0px rgba(240, 88, 3, 0.51);
}

.sidebarbox img {
  max-width: 100% !important;
}

.sidebarbox-2 img {
  max-width: 100% !important;
}

.sidebarbox-2 .glass {
  padding: 20px;
  height: 100%;
}

#placar .input-placar,
.input-placar option {
  font-size: 35px !important;
  height: 80px !important;
  width: 100% !important;
  background-color: #2f2f2f !important;
}

#placar .input-placar-penaltis {
  max-width: 40%;
  width: 100%;
}

.loader {
  display: block;
  --height-of-loader: 4px;
  --loader-color: #0071e2;
  width: 130px;
  height: var(--height-of-loader);
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.loader::before {
  content: "";
  position: absolute;
  background: var(--loader-color);
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 30px;
  animation: moving 1s ease-in-out infinite;
}

.profile-img {
  width: 40px;
  height: 40px;

  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.justify-content-between {
  justify-content: space-between;
}

.league-photo {
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 18px;
}

.profile-photo-min {
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 25px;
}

.cursor-pointer {
  cursor: pointer;
}

.br-30 {
  border-radius: 30px;
}

.br-20 {
  border-radius: 10px;
}

.post-image {
  border-radius: 15px;
  width: 100%;
}

.post-preview-container {
  height: 60vh;
  aspect-ratio: 1/1;
}

#descricao-comentarios {
  border-bottom: 1px solid lightgray;
}

#comentarios {
  height: 50vh;
  overflow-y: auto;
}

@keyframes moving {
  50% {
    width: 100%;
  }

  100% {
    width: 0;
    right: 0;
    left: unset;
  }
}

.placar-wo,
.placar-penaltis {
  border: 1px solid #282828;
  padding: 5px;
  border-radius: 3px;
  background-color: #333333;
  color: #fff;
}

.mensagem-erro {
  background-color: red;
  color: white;
  padding: 1em;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 15px;
}

.mensagem-sucesso {
  background-color: green;
  color: white;
  padding: 1em;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 15px;
}

.logo_form {
  margin-top: 20px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  border-top: 0px !important;
}

tr.date-location {
  color: #666666;
}

tr.cards {
  color: #4e4e4e;

  display: none;
}

.div-weather {
  display: none;
}

.click-supensos {
  cursor: pointer;
}

tr.tr-weather {
  display: none;
}

img {
  border-radius: 10px;
}

#container-registro {
  display: flex;
  flex-direction: column;
}

.form-inscricao-liga {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  background-color: #1a1a1a;
  color: #fff !important;
  border: 1px solid #333;
  box-shadow: 0px 0px 6px 0px rgba(240, 88, 3, 0.51);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(240, 88, 3, 0.51);
  -moz-box-shadow: 0px 0px 6px 0px rgba(240, 88, 3, 0.51);
}

.form-inscricao-liga label {
  position: relative;
}

.form-inscricao-liga label .input {
  background-color: #333;
  color: #fff;
  width: 100%;
  padding: 10px 05px 05px 10px;
  outline: 0;
  border: 1px solid rgba(105, 105, 105, 0.397);
  border-radius: 10px;
  width: 100%;
}

.form-inscricao-liga label .input + span {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 0.9em;
  cursor: text;
  transition: 0.3s ease;
}

.form-inscricao-liga label .input:placeholder-shown + span {
  top: 12.5px;
  font-size: 0.9em;
}

.form-inscricao-liga label .input:focus + span,
.form-inscricao-liga label .input:valid + span {
  color: #2b4a81;
  top: 0px;
  font-size: 0.7em;
  font-weight: 600;
}

.bg-success {
  background-color: #00a65a;
}

.input {
  font-size: medium;
}

.submit {
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transform: 0.3s ease;
  background-color: #2b4a81;
}

.submit:hover {
  background-color: #3a64ad;
}

.h-100vh {
  height: 100vh;
}

.bg-boleiro {
  height: 100vh;
  background-image: url("../../images/bg1.jpg");
}

.img-escudo {
  width: 64px;
  height: 64px;
}

.success-field {
  color: #57c60d;
  border: 1px solid #57c60d !important;
}

.error-field {
  color: rgb(234, 88, 88) !important;
  border: 1px solid rgb(234, 88, 88) !important;
}

span.error-message {
  color: rgb(234, 88, 88) !important;
}

span.text-white {
  font-size: 13px;
}

.form-inscricao-liga input {
  border-radius: 6px !important;
}

#imagemEnviada,
#imagemEnviadaPost {
  height: 50vh !important;
  max-width: 75%;
}
.gol-texto {
  font-family: "Black Ops One", sans-serif;
}

.d-flex {
  display: flex;
}

.text-center {
  text-align: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

input.form-control {
  background-color: #333;
  border-radius: 5px !important;
  color: white !important;
}

.flex-column {
  flex-direction: column;
}

.p-2 {
  padding: 10px;
}

.logo_form {
  margin-top: 20px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  border-top: 0px !important;
}

tr.date-location {
  color: #666666;
  background-color: #eeeeee;
}

tr.cards {
  color: #4e4e4e;
  background-color: #f5f5f5;
  display: none;
}

.div-weather {
  display: none;
}

.click-supensos {
  cursor: pointer;
}

tr.tr-weather {
  background-color: #f5f5f5;
  display: none;
}

.team-friendly-shield {
  border-radius: 10px;
}

.friendly-match {
  background-color: #1a1a1a;
  color: #fff !important;
  padding: 10px;
}

.otp-Form {
  max-width: 430px;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  gap: 20px;
  position: relative;

  border-radius: 15px;
  background-color: #1a1a1a;
  color: #fff;
  border: 1px solid #333;
  box-shadow: 0px 0px 6px 0px rgba(240, 88, 3, 0.51);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(240, 88, 3, 0.51);
  -moz-box-shadow: 0px 0px 6px 0px rgba(240, 88, 3, 0.51);
}

.mainHeading {
  font-size: 1.1em;
  color: #fff;
  font-weight: 700;
}

.otpSubheading {
  font-size: 0.7em;
  color: #fff;
  line-height: 17px;
  text-align: center;
}

.inputContainer {
  width: 30%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.otp-input {
  background-color: rgb(175, 174, 174);
  width: 50px;
  height: 50px;
  text-align: center;
  border: none;
  border-radius: 7px;
  caret-color: rgb(127, 129, 255);
  color: rgb(255, 255, 255);
  outline: none;
  font-weight: 600;
}

.otp-input:focus,
.otp-input:valid {
  background-color: rgba(127, 129, 255, 0.199);
  transition-duration: 0.3s;
}

.verifyButton {
  width: 100%;
  height: 50px;
  border: none;
  background-color: rgb(127, 129, 255);
  color: white;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
  transition-duration: 0.2s;
}

.verifyButton:hover {
  background-color: rgb(144, 145, 255);
  transition-duration: 0.2s;
}

.resendNote {
  font-size: 0.8em;
  color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.resendBtn {
  background-color: transparent;
  border: none;
  color: rgb(127, 129, 255);
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 700;
}

@keyframes pulse {
  from {
    transform: scale(0.9);
    opacity: 1;
  }

  to {
    transform: scale(1.8);
    opacity: 0;
  }
}

.title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #d30000;
}

.title::before {
  width: 15px;
  height: 15px;
}

.title::after {
  width: 15px;
  height: 15px;
  animation: pulse 1.5s linear infinite;
}

.title::before,
.title::after {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  border-radius: 50%;
  left: 0px;
  background-color: #d30000;
}

/* Tela de fundo */
.tela-gol {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  z-index: 9999;
}

.gol-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s, transform 0.5s;
}

.gol-texto {
  font-family: "Black Ops One", sans-serif;
  font-size: 100px;
  font-weight: bold;
  color: #90ee90;

  text-shadow: 5px 5px 10px rgba(144, 238, 144, 0.8);
}


.bola {
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, white 60%, black 80%);
  border-radius: 50%;
  box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.8);
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/d/d3/Soccerball.svg");
  background-size: cover;
}
