input{
    font-size: 1.25rem !important;
}

.animated{
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    animation-iteration-count: infinite;
 }

 .arrow {
    position: absolute;
    top: 15%;
    right: 3%;
    z-index: 0px;
    cursor: pointer;
    transform: translateX(0px);
    color: rgb(167, 167, 167);
}

.art{
    height: 90px;
    width: 90px;
}

.artwork {
    width:50px;
    height:50px; 
    max-height: 50px;
    vertical-align: middle;
}

.artwork-square{
    width: 80%;
    max-height: 300px;
    max-width: 300px;
}
.artwork-square:after{
    content: "";
      display: block;
      padding-bottom: 100%;
}

@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);} 
    60% {-webkit-transform: translateY(-15px);} 
 } 
 
 @keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-30px);} 
    60% {transform: translateY(-15px);} 
 }

 .bar {
    margin: 0px;
    padding: 0px;
    width: 100%;
    outline: none;
    height: 30px;
    border-radius: 5px;
}
 
 .bounce { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
 }
 
 .boundary {
    border-width: 0px;
    border-style: solid;
    border-color: white;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left:50%;
    transform:translateX(-50%);
    min-height: 100vh;
}

.blurry {
    position: absolute;
    filter: blur(15px);
}

.buttonIn {
    position: relative;
}

.button-black:hover{
    width:100%;
    border-radius:500px;
    color:white !important;
    background-color: black; 
    font-weight:600;
}

.button-black{
    width:100%;
    border-radius:500px;
    color:white !important;
    background-color: black; 
    font-weight:600;
}

.button-white:hover{
    width: 100%;
    border:1px solid black;
    border-radius:500px;
    border-color:gray;
    background-color: white; 
    font-weight:600;
}

.button-white{
    width: 100%;
    border:1px solid black;
    border-radius:500px;
    border-color:gray;
    background-color: white; 
    font-weight:600;
}

.category-leader {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    width: 85%;
    margin:auto;
}

.center{
    position: relative;
    top: 50%;
    transform: translate(10%,-50%) !important;
    bottom: 50%;
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.clear {
  position: relative;
}

.device{
    font-size: 24px;
}

.device-set{
    color:gray;
    font-size: 30px;
}

.fade-in {
    animation: fadeIn ease 2.5s;
    -webkit-animation: fadeIn ease 2.5s;
    -moz-animation: fadeIn ease 2.5s;
    -o-animation: fadeIn ease 2.5s;
    -ms-animation: fadeIn ease 2.5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.form-control:focus { /* You can also use .element.text:focus here */
	border-color: rgb(255, 192, 115) !important;
	outline: 0;
	-webkit-box-shadow: inset 0px 1px 1px rgb(255, 192, 115),0px 0px 8px rgb(255, 204, 133) !important;
	box-shadow: inset 0px 1px 1px rgb(255, 192, 115),0px 0px 8px rgb(255, 204, 133) !important;
}  

.form-width{
    max-width: 500px;
}

.guide {
    width: 5px;
    height: 5px;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
}

.hidden {
    opacity: 0;
}

.img-badge {
    width: 100px;
    height: 100px;
    padding: 0px 0px 0px;
    position: relative;
    display: inline-block;
    margin-bottom: -10px !important;
}

.info {
    padding-top: 8px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
}

.item {
    width:100px;
    vertical-align: top;
    display: inline-block;
}

.logo {
    max-width: 175px;
    max-height: 117px;
    top: 0%;
    left: 0%;
}

.main {
    position: relative;
    width: 80%;
    margin-top: 200px !important;
    margin: 0 auto;
}

.no-focus{
    outline: none !important;
      box-shadow: none !important;
}

.notify-badge{
    width: 20px; 
    height: 20px; 
    line-height:20px;
    position: absolute;
    top: -2px;
    right: 0px;
    padding: 5px 10px;
    border-radius: 50%;
    background: red;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
}

.option-padding {
    padding: 3px 0px;
}

.outside{
    position: fixed;
    top: -30;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.qr-square {
    width: 80%;
    max-height: 300px;
    max-width: 300px;
}

.qr-square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.reel_1 {
    width: 81px;
    height: 81px;
    position: relative;
}

.reel_2 {
    width: 81px;
    height: 81px;
    position: relative;
    margin-left: 8px;
}

.results {
    padding-left: 15px;
    padding-right: 15px;
}

.results-user{
    text-overflow: ellipsis;
    max-width: 90px;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 6px;
    font-size: 8px;
    color: gray;
    margin-top: -18px !important;
}

.results-song{
    text-overflow: ellipsis;
    max-width: 90px;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 6px;
    font-size: 10px;
}

.rotate {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(1440deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(1440deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(1440deg);
        transform: rotate(1440deg);
    }
}

.slide-down-fade-in {
    animation: slide-down-fade-in ease 1.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;

    -webkit-animation: slide-down-fade-in ease 1.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;

    -moz-animation: slide-down-fade-in ease 1.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;

    -o-animation: slide-down-fade-in ease 1.5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;

    -ms-animation: slide-down-fade-in ease 1.5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;

    opacity: 0;
    opacity: 1\9;

}

@keyframes slide-down-fade-in {
    0% {
        opacity: 0;
        transform: translate(0px, -40px);
    }

    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}

@-moz-keyframes slide-down-fade-in {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, -40px);
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
    }
}

@-webkit-keyframes slide-down-fade-in {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, -40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
    }
}

@-o-keyframes slide-down-fade-in {
    0% {
        opacity: 0;
        -o-transform: translate(0px, -40px);
    }

    100% {
        opacity: 1;
        -o-transform: translate(0px, 0px);
    }
}

@-ms-keyframes slide-down-fade-in {
    0% {
        opacity: 0;
        -ms-transform: translate(0px, -40px);
    }

    100% {
        opacity: 1;
        -ms-transform: translate(0px, 0px);
    }
}

.slide-up-fade-in {
    animation: slide-up-fade-in ease 1.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;

    -webkit-animation: slide-up-fade-in ease 1.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;

    -moz-animation: slide-up-fade-in ease 1.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;

    -o-animation: slide-up-fade-in ease 1.5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;

    -ms-animation: slide-up-fade-in ease 1.5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;


    opacity: 0;
    opacity: 1\9;

}

@keyframes slide-up-fade-in {
    0% {
        opacity: 0;
        transform: translate(0px, 40px);
    }

    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}

@-moz-keyframes slide-up-fade-in {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, 40px);
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
    }
}

@-webkit-keyframes slide-up-fade-in {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, 40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
    }
}

@-o-keyframes slide-up-fade-in {
    0% {
        opacity: 0;
        -o-transform: translate(0px, 40px);
    }

    100% {
        opacity: 1;
        -o-transform: translate(0px, 0px);
    }
}

@-ms-keyframes slide-up-fade-in {
    0% {
        opacity: 0;
        -ms-transform: translate(0px, 40px);
    }

    100% {
        opacity: 1;
        -ms-transform: translate(0px, 0px);
    }
}

.small {
    font-size: 24px;
    line-height: 24px;
}

.song-title {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 90%;
    margin:auto;
}

.spin {
    -webkit-animation: spin 5s linear;
    -moz-animation: spin 5s linear;
    animation: spin 5s linear;
}


.font-font {
    color:black; 
    text-shadow: 0px 0px 15px #ffff00ff,4px 4px 15px #ff00ffff,4px 4px #ff00ffff;
    font-size:50px; 
    font-family: 'Righteous', cursive;

}

.validator{
    color: gray;
    display: none;
}