.fantasyHeader {
    background: rgb(255, 70, 205);
    background: linear-gradient(0deg, rgba(255, 70, 205, 1) 0%, rgba(252, 21, 140, 1) 22%, rgba(47, 8, 99, 1) 100%);
}

.fantasyHeader p b {
    font-weight: 400;
}

#screenscontainer{
    height: 865px;
}

#screenscontainer .screen{
    height: 850px;
}

a.btn,
button.btn {
    background-color: #F8DE16;
    color: #350964;
}


a.btn:hover,
button.btn:hover {
    background-color: #e4cb11;
    color: #350964;
}


.container h1 img.raq_join_logo {
    height: 150px;
    width: auto;
}

.raqJoinForm {
    text-align: center;
    background-color: #ff46cd;
    padding: 30px;
    padding-bottom: 50px;
    border: none;
}

.discord {
    background-color: transparent;
}

.discordsection {
    margin-bottom: 50px;
    margin-top: 0;
}

input[type="text"] {
    border-bottom: 4px solid #caa1d6;
    color: #F8DE16;
}

input[type=text]:focus {
    border-bottom: 4px solid #d9bde1;
}

input[type=text]::placeholder {
    color: #E0CEE5;
    opacity: 0.5;
    /* Firefox */
}

.title {
    display: block;
    font-size: 25px;
    line-height: 27px;
    color: #FFF;
    font-weight: 400;
}

.joinheader.row .queen {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: -15px;
}

.joinheader.row .queen .imageWrapper {
    width: 50px;
    height: 50px;
    border: 4px solid #FFF;
}

#formWrapper {
    text-align: center;
    display: block;
}

#formWrapper form {
    max-width: 640px;
    display: inline-block;
    background: rgb(103, 62, 177);
    background: linear-gradient(0deg, rgba(103, 62, 177, 1) 0%, rgba(91, 42, 157, 1) 38%, rgba(90, 8, 99, 1) 100%);
    padding: 40px;
    border-radius: 20px;
}

.selectorsection {
    background: rgb(103, 62, 177);
    background: linear-gradient(0deg, rgba(103, 62, 177, 1) 0%, rgba(91, 42, 157, 1) 38%, rgba(90, 8, 99, 1) 100%);
}

.waiting-content-wrapper {
    background: rgb(255, 70, 205);
    background: linear-gradient(0deg, rgba(255, 70, 205, 1) 0%, rgba(252, 21, 140, 1) 22%, rgba(47, 8, 99, 1) 100%);
    color: #f1efe8;
}

.waiting-content-wrapper h1{
    margin-bottom: 0;
}

.waiting-content-wrapper p b {
    padding-bottom: 5px;
    display: block;
    font-size: 25px;
    line-height: 27px;
    text-align: center;
    color: #f1efe8;
    font-weight: 400;
}

#invite {
    background: none;
    margin-top: 0;
}

.queen.queenrank{
    width:85%;
    display:block;       
    text-align:left;
    height:auto;
    padding: 3px 4%;
    border:1px solid #ff46ceb7;
    border-radius: 12px;
    margin: 3px 3%;
    background-color: #ff46ce57;
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.59);
    transition: all 1s;
    touch-action: none;
    cursor: pointer;
}

.queen.queenrank:hover {
    background-color: #ff46ce9c;
}

.queen.queenrank.ex-moved{
    background-color: #ff46ce;
}

.queen.queenrank.ex-moved .rank {
    transform: scale(1.05);
    background-color: #F8DE16;
}

.queen.queenrank.ex-over{
    border-color: #ff46ce;
}

.queen.queenrank.ex-over .rank {
    transform: scale(1.05);
    background-color: #F8DE16;
}

.queenrank .imageWrapper{    
    width: 25px;
    height: 25px;
    border-width:2px;
    float:left;  
    box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.4);  
}

.queenrank .nameWrapper{    
    font-size:20px;
    font-weight:bold;
    width:auto;
    margin:0;
    float:left;
    padding-left:5px;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#f1efe8;
    
}

.queenrank .clear{
    clear:both;
}

.rankheader{
    display: block;
    text-align: left; 
    position: relative;   
    padding-left: 4%;
}

.rankheader h1{    
    margin-bottom: 0;    
}

.ticker{
    float:right;
    width: 60px;
    height: 60px;
    font-size: 30px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #f1efe8;
    font-weight: bold;
    background-color: #ff01de;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5);
    transition: width 2s, height 2s, background-color 1s, transform 2s;
    position: absolute;
    top: -10px;
    right:0px;
}
.rankheader .contentWrapper{
    display: block;
}

.clear{
    clear:both;
}

#sendrank{
    margin-top: 10px;
}

.rank{
    float:right;
    width: 35px;
    height: 35px;
    font-size: 20px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #350964;
    font-weight: bold;    
    background-color: #e4cb11;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;    
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.5);
    transition: width 1s, height 1s, background-color 1s, transform 2s;
    position: absolute;
    top: -3px;
    right:-3px;
    transition: all 1s;
}

.rankepisode_details{            
    opacity: 0.85;
    background-color: #f00baf38;
    border-radius: 18px;
    display: inline-block;
    margin-top: -5px;
    padding: 2px 10px;
    padding-top: 4px;
    box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.2);
    min-width: 100px;
    scale: 0.8;    
    margin-bottom: 8px;        
}

.rankepisode_details span{
    display: inline-block;
    margin-right: 10px;
    color:#f1efe8;
    font-size: 16px;
    font-weight: 600;
}

#chat {
    z-index: 100;
}

#onlinePlayers{
    display: inline;
    position: absolute;
    top:20px;
    right:20px;
    background-color: #350964b4;
    padding:5px;
    border-radius: 10px;
    color:#f1efe8;
    z-index: 101;
    box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.41);
}

#onlinePlayers .dot{
    color:chartreuse;
    font-weight: bolder;
    font-size: 30px;
    line-height: 7px;
    margin-top: 8px;
    float: left;
    margin-right: 5px;
}

#onlinePlayers #numberOfPlayers{
    float: left;
    width: 20px;
    height: 20px;
    font-size: 17px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #f1efe8;
    font-weight: bold;
    background-color: #ff01dd84;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5);
    transition: width 2s, height 2s, background-color 1s, transform 2s;  
    margin-right: 5px; 
    margin-top: 2px;
}

#untuckerwrapper{
    position: relative;
}