html,
body {
  background-color: #ebf2f6;
  line-height: 1.5em;
}

.btn-primary {
  background-color: #1a881a;
  color: white;
  border: 0;
}

.btn-primary[disabled] {
    background-color: #1a881a;
    color: white;
    border: 0;
}

.btn-primary:hover {
  background-color: #033803;
}

.text-justify {
  text-align: justify;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-info-icon {
  font-size: 1.7em;
  color: white;
  outline: none;
} 

.navbar-info-icon:active {
  outline: none;
}

/* ============== JÁTÉKKÓD ============== */

.game-code-input {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 2px solid #1a881a;
    border-radius: 0;
    max-width: 70%;
    height:70px;
    font-size:40px
}

.game-code-input:focus {
    outline: 0;
    border: 0;
    box-shadow: none !important;
    background: transparent;
    border-bottom: 2px solid #212529;
}

/* ============== JÁTÉKKÓD VÉGE ============== */

.round-title {
  text-align: center;
  text-transform: uppercase;
}

/* ====== FB SHARE ===== */
.fb-share{
    text-decoration: none;
    padding: 8px 10px;
    color: #fff;
    background: rgb(0,106,255);
    background: linear-gradient(66deg, rgba(0,106,255,1) 0%, rgba(0,178,255,1) 100%);
    border-radius: 30px;
    transition: 0.3s;
}
.fb-share:hover{
    color: #fff;
    padding: 8px 15px;
}
/* ====== END FB SHARE ===== */


.wrap {
    width: 100%;
    border-radius: 10px;
}
.stars {
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
}
.star {
    color: #1a881a !important;
}
.rate {
    height: 50px;
    margin-left: -5px;
    padding: 5px;
    font-size: 36px;
    position: relative;
    cursor: pointer;
}
.rate input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,0%);
    pointer-events: none;
}
.star-over::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    content: "\f005";
    display: inline-block;
    color: #d3dcff;
    z-index: 1;
    position: absolute;
    top: 17px;
    left: 10px;
}
.wrap .input100 {
    width: 90%;
    margin: 5px auto 15px auto;
    height: 100px;
    min-height: 100px;
    background: 0 0;
    font-size: 18px;
    color: #474747;
    line-height: 1.2;
    padding: 5px;
    border-radius: 0px 15px 15px 15px;
}


/* Not sure if I like this or not. */
/* Makes the emoji stay displayed */
/* input[type="radio"]:checked + .face {
	opacity: 1 !important;
} */