body {
  color: none !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.input-a {
  width: 45px !important;
  height: 45px;
  border-radius: 8px;
  border: none;
  outline: none;
  font-weight: 700;
  font-size: 17px;
  color: #31312f;
}

.btn-played {
  color: black !important;
}

.bg-title {
  background: black;
  opacity: 0.7;
  padding: 10px;

}

.b-played {
  -webkit-box-shadow: 0 0 0 1px #FFFFFF;
  box-shadow: 0 0 0 1px #FFFFFF;
}

.b-pri {
  background: #FFC300 !important;
  color: #000 !important;
}

.ap- {
  font-size: 20px;
  font-style: bold;
  color: rgb(41, 41, 41);
}

.img-ap {
  width: 120px !important;
  height: 70px !important;
}

.team-name {
  color: white !important;
  font-style: uppercase;
  text-transform: uppercase;
}

.txt-vs {
  font-weight: 600;
}

.t_stage {
  font-weight: 600;
}

.btn-pri {
  background-color: #FFC300;
  color: rgb(14, 13, 13);
  font-weight: 700;
  outline: none !important;
  padding: 5px;
  border-radius: 15px;
  border: none;

}

.btn-send {
  background-color: #FFC300;
  color: white;
  font-weight: 500;
  outline: none !important;
  padding: 8px;
  /* border-radius: 15px; */
  border: none;
  width: 100%;
}

.btn-send:hover {
  opacity: 0.8;
}

.btn-exit {
  background-color: #2b2823;
  color: white;
  font-weight: 500;
  outline: none !important;
  padding: 8px;
  /* border-radius: 15px; */
  border: none;
  width: 100%;
}

.btn-exit:hover {
  opacity: 0.8;
}

.btn-pri:hover {
  opacity: 0.6;
  outline: none;
}

.form-control-feedback {
  position: absolute;
  padding: 18px;
  right: 40px;
  font-size: 20px;
  cursor: pointer;

}
.txt-label-ch{
  font-size: 12px;
}


.btn-saved {
  background-color: white;
  color: #199738;
  font-weight: 700;
  outline: none !important;
  padding: 5px;
  border-radius: 15px;
  border: 2px solid #199738;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=number] {
  text-align: center
}




/* ----- */

input[type=checkbox]+label, input[type=radio]+label{
  /* display: none !important; */
  padding-left: 0 !important;
  position: relative;
}
.circular_image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  /* commented for demo
  float: left;
  margin-left: 125px;
  margin-top: 20px;
  */
  
  /*for demo*/
  display:inline-block;
  vertical-align:middle;
}
.circular_image .img{
  background-position: center;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.image-upload > input
{
    display: none;
}

.image-upload img
{
    width: 30px;
    cursor: pointer;
}

.slider-xxx{
  height: 350px !important;
  justify-content:center;
  display: flex;
  align-items: center;
}


.text-gray-m{
  color:#959595;
}
.btn-register{
  width: 100%;
  font-size: 15px !important;
}
.google-button{
  width: 100%;
}














.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}








.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-weight: 500;
  font-size: 14px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
  font-size:13px;
  font-weight: 550;
  width:240px;
  background-color: #3B5999;
  background-image: linear-gradient(#3B5999, #3B5999);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #3B5999 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #3B5999;
  background-image: linear-gradient(#3B5999, #3B5999);
}


/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}


.reds-btns{
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}


.circle-user-ranking{
  width: 25px;
  height: 25px;
  
  border-radius: 50% !important;
  margin-right: 8px;
}
.circle-user-ranking img{
  width:100%;
  height:100%;
  border-radius: 50% !important;
}
.ranking-container{
  display: flex;
  align-items: center;
  
}


@media only screen and (max-width: 768px) {

  /* For mobile phones: */
  .name_team {
    font-size: 10px !important;
  }

  .stage-name {
    font-size: 12px !important;
    line-height: 10px;
  }

  .input-a {
    width: 35px !important;
    height: 35px;

  }

  .txt-vs {
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .img-ap {
    width: 70px !important;
    height: 40px !important;
  }
}