/*
|--------------------------------------------------------------------------
| Progress
|--------------------------------------------------------------------------
*/
.custom-progress-bar
{
    height: 32px;
    font-size: 16px;
    min-width: 96px;
}

/*
|--------------------------------------------------------------------------
| custom radio
|--------------------------------------------------------------------------
*/

.customRadio input[type="radio"] {
    position: absolute;
    left: -9999px;
  }

  .customRadio input[type="radio"]+label {
    position: relative;
    padding: 0px 0 0 40px;
    cursor: pointer;
    margin-bottom: 8px;
    font-size: 18px;
  }

  .customRadio input[type="radio"]+label:before {
    content: '';
    background: #fff;
    border: 2px solid #b0ade2;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .customRadio input[type="radio"]+label:after {
    content: '';
    background: #aa78bc;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0;
    transform: scale(2);
    transition: transform 0.3s linear, opacity 0.3s linear;
  }

  .customRadio input[type="radio"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
  }


.customToggle {
	width: 3em !important;
	height: 1.5em !important;
    margin-right: 10px !important;
}

.customToggle:checked {
	background-color: #fff !important;
	border-color: #a975ba !important;
}

.customToggleLabel {
    font-size: 18px;
    padding-top: 3px;
}




/*
|--------------------------------------------------------------------------
| Animation
|--------------------------------------------------------------------------
*/
.shake-anim {animation: shake 0.5s; animation-iteration-count: 4;}

@keyframes shake
{
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/*
|--------------------------------------------------------------------------
| Countdown
|--------------------------------------------------------------------------
*/
.countdown-td
{
    width: 30px;
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
}

/*
|--------------------------------------------------------------------------
| Loading
|--------------------------------------------------------------------------
*/
#loading-screen
{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
}

/*
|--------------------------------------------------------------------------
| Input
|--------------------------------------------------------------------------
*/
.question-check
{
    width: 25px;
    height: 25px;
    cursor: pointer;
}

/*
|--------------------------------------------------------------------------
| HTML Editor
|--------------------------------------------------------------------------
*/
.trix-content
{
    min-height: 300px;
    max-height: 800px !important;
    overflow-y: auto;
}

.trix-button-group.trix-button-group--file-tools {
    display:none;
}

/*
|--------------------------------------------------------------------------
| Trivia
|--------------------------------------------------------------------------
*/
.podium-row
{
    max-width: 800px;
}

.podium-name
{
    height: 2.5em;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Número de líneas antes de los puntos */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.podium-avatar
{
    width: 5em !important;
    max-width: 150px !important;
    height: auto !important;
}

.simple-flex
{
    display: flex;
}

#img-btn
{
    display: flex;
}

.image-btn-thumb
{
    max-height: 150px;
    width: auto;
}

.trivia-overlay-grow
{
    flex: 1;
    max-height: calc(100vh - 9.5em);
}

#feedback-box
{
    z-index: 9999 !important;
}

#img-box
{
    z-index: 9999 !important;
}

.trivia-image
{
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}

.hourglass-img
{
    height: 1.25em;
    width: 1.25em;
}

.clock-container
{
    width: 5.2em;
}

.question-number-container
{
    width: 7em;
}

.trivia-manage-bottom-icon
{
    font-size: 1.43em;
}

.trivia-bottom-icon
{
    font-size: 1.25em;
}

.trivia-bottom-text
{
    font-size: 1.25em;
}

.trivia-top-text
{
    font-size: 1.25em;
}

.trivia-th
{
    font-size: 1.25em;
}

.col-time-to-start
{
    min-width: 200px;
}

.col-people
{
    font-size: 1.25em;
}

.key-svg
{
    height: 1.25em!important;
    width: 1.25em !important;
}

.trivia-home-btn
{
    font-size: 1.25em !important;
}

.trivia-privacy-btn {
    font-size: 1.10em !important;
}

.trivia-home-back
{
    font-size: 1.25em !important;
    padding:  5px 40px !important;
}

@media (max-width: 576px) {
    .trivia-home-back {
      text-align: center;
      display: block !important;
    }
  }

.trivia-container
{
    flex: 1;
    overflow: auto;
    display: flex;
}

.flex-1
{
    flex: 1;
}

.z-2
{
    z-index: 2;
}

.z-3
{
    z-index: 3;
}

.trivia-overlay
{
    position: absolute;
    height: calc(100% - 4.7em);
}

.trivia-overlay-content
{
    /* height: 100%; */
    height: 120%;
    /*background-color: rgba(255, 255, 255, 0.6);*/
    background-color: rgba(0, 0, 0, 0.8);
}

.full-height
{
    height: 100%;
}

.trivia-tool-container
{
    padding: 30px 10px !important;
    height: 50px;
}

.manager-feed
{
    font-size: 1.2em;
    padding: 0.5em 0.8em;
    border-radius: 50%;
}

.ranking-box
{
    margin: 0;
    flex-basis: 100px;
    flex-shrink: 0;
}

.ranking-avatar
{
    width: 35%;
    height: 35%;
}

#clock
{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    height: 2.5em;
    width: 2.5em;
}

#answer-container
{
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    /*overflow: auto;*/
}

#question-container
{
    max-height: 50% !important;
}

#feedback-text
{
    font-size: 1.25em;
}

#question-box
{
    flex: 1;
    overflow: auto;
    font-size: 1.25em;
}

#answers-box
{
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: auto;
    gap: 1em;
}

.answer-text
{
    overflow: auto;
    cursor: pointer;
    gap: 10px;
    flex-grow: 1;
    font-size: 1.21em;
}

.answer-box
{
    display: flex;
    margin: auto;
}

.answer-icon
{
    font-size: 1.21em;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.answer-check
{
    /*font-size: 2em !important;*/
    font-size: 3em !important;
}

.no-border
{
    border-width: 0px !important;
}

.answer-info
{
    font-size: 0.7em;
}

#RankingFase-container {
    padding: 0 4% !important;
}

#RankingFase-container h2 {
    background-color: #b0ade2;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 5px !important;
}

#RankingFase-container #RankingFase-box {
    width: 100%;
    position: relative;
    float: left;
}

#RankingFase-box2 {
    width: 100%;
    position: relative;
    float: left;
}

.rankingFase-Item {
	width: 100%;
	position: relative;
	float: left;
	padding: 5px 20px;
	background-color: #fff;
	border-radius: 5px;
	margin: 5px 0;
	color: #67217e;
	font-size: 26px;
}

.rankingFase-Item .rankingFase-avatar {
    float: left;
    margin-right: 15px;
}

.rankingFase-Item .rankingFase-player {
    float: left;
    padding-top: 5px;
}

.rankingFase-Item .rankingFase-puntos {
    float: right;
    padding-top: 5px;
}

.trivia-div-ranking {
	width: 60% !important;
}

#titulo-ranking {

        background-color: #b0ade2;
        color: #fff;
        font-weight: bold;
        border-radius: 5px;
        margin-bottom: 5px !important;

}

.game-background {
    background-image: url("/images/game-background.png");
}

#players-num-feed {
    background-color: #fff !important;
    color: #515151 !important;
    border: 2px solid #515151;
}

#question-box {
    background-color: #515151 !important;
}

.trivia-btn-game {
    color: #515151 !important;
}

.answer-text {
    color: #2f2f2f;
}

#info-answer-box {
    display: block;
    position: relative;
    text-align: center;
}

#info-answer-box img {
    max-height: 40vh !important;
}


#players-done-div {
	float: left;
	width: auto;
	margin: 20px 40px;
	text-align: center;
    margin-top: 15vh;
}



#players-done-btn {
	background-color: #a975ba;
    color: #fff;
    text-align: center;
    height: 5em;
    width: 5em;
    border-radius: 50%;
}

#players-done-text {
	display: block;
	color: #a975ba;
	font-weight: bold;
}


.time-left-div {
	float: right;
   	width: auto;
	margin: 20px 40px;
	text-align: center;
    margin-top: 25vh;

}

.time-left-div-player {
	float: left !important;
    position: absolute !important;
    top: 0;
    left: 0;
}


#fase-time-btn {
	background-color: #a975ba;
    color: #fff;
    text-align: center;
    height: 5em;
    width: 5em;
    border-radius: 50%;
}

#fase-time-text {
	color: #a975ba;
	font-weight: bold;
}

#info-review-bars {
	width: 40%;
	margin: 0 auto;
	position: absolute;
	display: flex;
	top: 20px;
	left: 30%;
}

.info-bar {
	width: 23%;
	margin: 0 1%;
	text-align: center;
	font-size: 25px;
}

.base-bar {
    /*background-color: rgba(0, 0, 0, 0.2) !important;*/
	/*background-color: #000 !important;*/
	opacity: 0.5;
	color: #fff;
}



#playerYoutube {
    height: 250px;
}

.retransmision_espera .playerStreamyard {
	height: 500px !important;
}

#question-box {
    max-width: 58%;
}

.game-item-div {
    display: block;
    float: left;
    width: 100%;
    margin: 20px auto;
    position: relative;

}

.game-item-info {
	width: 100%;
	background-color: #b0ade2;
	color: #fff;
	font-size: 16px;
	border-radius: 20px 20px 0 0;
	padding: 20px 40px;
}

.game-item-info b {
    font-size: 22px;
}

.game-item-btn {
	width: 100%;
	background-color: #a975ba;
	color: #fff;
	border-radius: 0 0 20px 20px;
	text-align: center;
	font-size: 20px;
	padding: 6px;
}

.game-item-btn:hover {
    background-color: #515151;
}

.game-item-users {
	position: absolute;
	top: 15px;
	right: 30px;
	color: #fff;
	font-size: 22px;
}


.playerYoutube50 {
    width: 50%;
    float: left;
    min-height: 500px;
    height: 500px;
}

.chatYoutube50 {
    width: 50%;
    float: left;
    min-height: 500px;
    height: 500px;
}

.retransmision_juego {
    position: absolute;
    width: 20%;
    top: 90px;
    right: 0px;
    min-height: 250px;
    height: 250px;
}

.retransmision_espera {
    position: relative;
    width: 80%;
    margin: 20px 10%;
    float: left;
}

#salusquizz-img-div {
    margin: none;
    position: absolute;
    width: 100%;
    max-height: 80px;
    height: 80px;
    text-align: center;
}

#salusquizz-img {
    max-height: 75px;
}

#top-row {
	min-height: 90px;
	position: relative;
	overflow: hidden;
}

#titulo_trivial {
    width: 80%;
}

#player-number-div {
    width: 20%;
    font-size: 22px;
    text-align: right;
}

#player-number {
    font-size: 25px;
}

.fondo_oro {
    background-color: #b79b07;
    color: #fff;
}

.fondo_plata {
    background-color: #a0a0a0;
    color: #fff;
}

.fondo_bronce {
    background-color: #c5752b;
    /*margin-bottom: 30px;*/
    color: #fff;
}

#end-container {
    width: 70% !important;
    position: relative;
    padding-top: 3% !important;
    margin-bottom: 50px !important;
}


.podium-item {
    /* width: 33%;
    float: left;
    z-index: 1;
    position: relative; */
}

.podium-item h2 {
    /* font-size: 1.4rem; */
}

.podium-item-second {
    color: #a0a0a0;
    transform: translateY(3em);
    /* padding-top: 9%;
    padding-left: 8%; */
}

.podium-item-second h1 {
    /* font-size: 1.7rem; */
    /* margin-top: 70px; */
}

.podium-item-winner {
    color: #dda100;
    /* padding-top: 4%; */
}

.podium-item-third {
    color: #c5752b;
    transform: translateY(6.5em);
     /* padding-top: 14%;
    padding-right: 8%; */
}

.podium-item-third h1 {
    /* font-size: 1.3rem; */
    /* margin-top: 90px; */
}

#podium_base {
    position: relative;
    /* max-width: 500px;
    width: 100%; */
    z-index: 0;
}

#podium_base img {
	/* width: 100%; */
	/* margin-top: -40%; */
}

#winner-feed {
	/* display: block;
	max-height: 40px;
	overflow: hidden; */
}

#second-feed {
	/* display: block;
	max-height: 29px;
	overflow: hidden; */
}


#third-feed {
	/* display: block;
	max-height: 27px;
	overflow: hidden; */
}

.trivia-btn-primary, .lobby-modal > .swal2-actions > .swal2-confirm {
    color: #FFF !important;
}

.trivia-btn-red {
    background-color: #BA7575;
    border-color: #BA7575;
    color: #FFF;
}

.trivia-btn-red:hover {
    background-color: #A43535;
    border-color: #A43535;
    color: #FFF;
}

#reporte-ok {
    display: none;
}

#reporte-ok div {
    background-color: #87ba75;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.lobby-modal textarea#texto-reporte {
    height: 150px;
    border: 1px solid #ced4da;
}

.lobby-modal select#select_trivia_id {
    width: 100%;
    padding: 5px 10px;
    color: #707070;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ced4da;
}

.tetradic-background-dark-1 {
    background-color: #c5083d !important;
}

.tetradic-background-dark-2 {
    background-color: #1f62bd !important;
}

.tetradic-background-dark-3 {
    background-color: #af8810 !important;
}

.tetradic-background-dark-4 {
    background-color: #407132 !important;
}

.trivia-grey-background {
    background-color: #acacac !important;
}

.trivia-purple-background {
    background-color: #B0ADE2 !important;
}

.trivia-div-ranking {
    width: 95%;
}


.trivia_code_error {color:#d50202; display: none;}


#PlayerPrivacyForm {
    text-align: left;
    /* margin-bottom: -10px !important */
}

#PlayerPrivacyForm .form-privacy {
    margin-top: 0px !important;
    font-size: 0.8em;
}

#PlayerPrivacyForm h3 {
    text-align: center;
    color: #545454;
}

#PlayerPrivacyForm p {
    /* text-align: center; */
    color: #545454;
}


#PlayerPrivacyForm .customToggleLabel {
	font-size: 16px;
	padding-top: 6px;
}

#PlayerPrivacyForm .alert-info {
	margin-bottom: 0px !important;
}

.lobby-modal-privacy {
    min-width: 40% !important;
}

.content-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn_localgame {
	width: 180px;
	margin: 0 20px;
	background-color: #cecece;
	padding: 8px 10px;
	border-radius: 40px;
    color: #6e6e6e;
    cursor: pointer;
}

.btn_localgame i {
	font-size: 30px;
	display: block;
	width: 25%;
	margin: 0;
	float: left;
	border-radius: 46px;
	background-color: #fff;
	padding: 5px 0;
	color: #cecece;
	line-height: 33px;
}
.btn_localgame span {
    width: 75%;
    float: left;
    margin: 0;
    display: block;
    line-height: 16px;
    font-size: 15px;
    font-weight: bold;
    padding-top: 5px;
}

#btn_partida_normal {
    background-color: #cdcdcd;
    color: #606060;
}
#btn_partida_normal i {
    color: #cdcdcd;
}

#btn_partida_normal:hover {
    background-color: #a975ba;
    color: #fff;
}
#btn_partida_normal:hover i {
    color: #a975ba;
}

#btn_partida_rapida {
    background-color: #cdcdcd;
    color: #606060;
}
#btn_partida_rapida i {
    color: #cdcdcd;
}

#btn_partida_rapida:hover {
    background-color: #a975ba;
    color: #fff;
}
#btn_partida_rapida:hover i {
    color: #a975ba;
}

#btn_categorias_aleatorias {
    background-color: #606060;
    color: #fff;
}

#btn_categorias_aleatorias i {
    color: #606060;
}

#btn_categorias_aleatorias:hover {
    background-color: #a975ba;
    color: #fff;
}
#btn_categorias_aleatorias:hover i {
    color: #a975ba;
}

.btn_salusquizz_activo {
	background-color: #a975ba !important;
    color: #fff !important;
}

.btn_salusquizz_activo i {
	color: #a975ba !important;
}

#div_categorias {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.icono_categoria {
    cursor: pointer;
    width: 16%;
    margin: 10px 0;
}

.categoria_seleccionada {
    filter: brightness(80%);
}

/* #PlayerPrivacyForm .align-self-start {
	display: none;
} */

@media (max-height: 850px) { /* altura */

    #info-review-bars {
        display: none !important;
    }

    .time-left-div {
        margin-top:  2%;
    }

}

@media (max-height: 920px) {
    .vacio-bar {
        max-height: 150px;
    }
}


@media (max-width: 1500px) {
    #podium_base img {
        /* margin-top: -40%; */
    }
}

@media (max-width: 1220px) {
    #podium_base img {
        /* margin-top: -40%; */
    }

    #retransmision-container {
        width: 90%;
        margin: 20px auto !important;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 0px !important;
    }

    .playerYoutube50 {
        width: 100%;
        float: left;
        min-height: 250px;
        height: 250px;
    }

    .chatYoutube50 {
        width: 100%;
        float: left;
        min-height: 500px;
        height: 500px;
    }
}


@media (max-width: 992px) {

    #podium_base img {
        /* margin-top: -40%; */
    }

    #end-container {
        width: 100% !important;
        margin-top: 0 !important;
    }

    #question-box {
        max-width: 98%;
    }

    #info-review-bars {
        display: none !important;
    }

}

@media (max-width: 768px) {
    #podium_base img {
        /* margin-top: -40%; */
    }

    .podium-item-winner {
        /* padding-top: 8%; */
    }

    #top-row {
        min-height: 60px;
    }
    #salusquizz-img-div {
        position: none;
        max-height: 50px;
        height: 50px;
    }
    #salusquizz-img {
        max-height: 45px;
    }
}

@media (max-width: 576px) {

    #trivia-exit-btn
    {
        display: none;
    }

    .p-5 {
        padding: 1rem !important;
    }

    .rankingFase-player {
        text-align: left;
        max-height: 32px;
        overflow: hidden;
    }

    #titulo_trivial {
        margin-top: 0.5rem;
    }

    #RankingFase-container .rankingFase-Item .rankingFase-avatar {
        /* display: none; */
    }

    #RankingFase-container .rankingFase-Item {
        font-size: 20px;
    }

    #RankingFase-container .rankingFase-Item .rankingFase-player {
        padding-top: 0px;
    }

    #RankingFase-container .rankingFase-Item .rankingFase-puntos {
        padding-top: 0px;
    }

    #players-done-div {
        /* width: auto;
        margin: 20px 10px;
        text-align: center;
        margin-top: 0;
        position: absolute;
        float: none;
        top: -60px;
        left: 0px; */
    }

    /* .time-left-div {
        float: none;
        width: auto;
        margin: 20px 10px;
        text-align: center;
        margin-top: 0;
        position: absolute;
        top: -60px;
        right: 0px;
    } */

    .time-left-div {
        /* float: none;
        width: auto;
        margin: 0;
        text-align: center;
        margin-top: 0;
        position: absolute;
        top: -1000px;
        right: 0; */
    }

    #players-done-btn {
        /* font-size: 20px;
        padding: 5px 20px;
        border-radius: 0; */
    }

    #fase-time-btn {
        /* padding: 5px 20px;
        font-size: 20px;
        border-radius: 0; */
    }

    #players-done-text, #fase-time-text {
        margin-top: -3px;
    }

    #fullscreen-btn {
        /* display: none; */
    }

    #answer-container {
        overflow: visible !important;
    }

    .game-item-div {
        width: 90%;
        margin: 20px 5%;
    }

    .game-item-info {
        font-size: 14px;
        border-radius: 20px 20px 0 0;
        padding: 15px 15px;
    }

    .game-item-info b {
        font-size: 16px;
    }

    .game-item-users {
        top: 10px;
        right: 15px;
        font-size: 16px;
    }

    .answer-check {
        font-size: 3em !important;
        margin-left: 0px !important;
    }

    .trivia-div-ranking {
        width: 100% !important;
    }

    .rankingFase-Item .rankingFase-avatar {
        float: left;
        margin-right: 5px;
    }

    .rankingFase-Item {
        padding: 5px 10px;
        font-size: 18px;
    }

    .rankingFase-Item .rankingFase-player {
        padding-top: 10px;
        padding-left: 3px;
    }

    .rankingFase-Item .rankingFase-puntos {
        padding-top: 10px;
    }

    .podium-item-third {
        color: #c5752b;
        transform: translateY(2.5em);
        /* padding-top: 12%;
        padding-right: 0; */
    }

    .podium-item-second {
        color: #a0a0a0;
        transform: translateY(1.25em);
        /* padding-top: 12%;
        padding-left: 0; */
    }

    #winner-feed {
        /* display: block;
        max-height: 100px;
        overflow: hidden;
        font-size: 16px; */
    }

    #second-feed {
        /* display: block;
        max-height: 100px;
        overflow: hidden;
        font-size: 16px; */
    }

    #third-feed {
        /* display: block;
        max-height: 100px;
        overflow: hidden;
        font-size: 16px; */
    }

    .podium-item h2 {
        /* font-size: 0.9rem;
        margin: 0px !important;
        margin-bottom: 8px !important; */
    }

    #podium_base img {
        width: 100%;
        /* padding-top: 0px;
        margin-top: -150px; */
    }

    .podium-item-winner {
        /* padding-top: 16%; */
    }

    .col-auto-lobby {
        width: 100%;
    }

    #btn_partida_normal {
        margin-bottom: 20px;
    }

    .icono_categoria {
        width: 33%;
        padding: 3px;
        margin: 3px 0;
    }

    #div_categorias {
        margin: 0px !important;
    }

    .customToggleLabel {
        width: 85%;
    }

    .retransmision_espera .playerStreamyard {
    	height: 250px !important;
    }

}

@media (min-width: 992px)
{
    #question-box
    {
        font-size: 1.5em;
    }

    .answer-text
    {
        font-size: 1.5em;
    }

    .answer-icon
    {
        font-size: 1.5em;
    }

    .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }

    #input_term {
        min-width: 800px;
    }

    .trivia-div-ranking {
        width: 80% !important;
    }


}


@media (min-width: 1220px)
{
    /* VISTA EN HORIZONTAL EN PC */

    .fit-game-container
    {
        max-width: 100%;
    }

    #answers-box {
        display: block;
        position: absolute;
        bottom: 1%;
        width: 100%;
    }

    .answer-box {
        display: flex;
        margin: 0.2% 1%;
        float: left;
        width: 48% !important;
    }

    .answer-text {
        font-size: 1.5em;
        min-height: 90px;
        display: flex;
        align-items: center;
    }

    #question-box {
        font-size: 1.8em;
        min-height: 100px;
        display: flex;
        align-items: center;
    }

    .container-lg, .container-md, .container-sm, .container {
		max-width: 100% !important;
	}

    .max-width-50 {
        max-width: 50% !important;
    }

    .max-width-60 {
        max-width: 60% !important;
    }

    .form-privacy {
        font-size: 1.2em;
    }

    .trivia-top-text {
        font-size: 2em;
    }

    .clock-container {
        width: 3.5em;
    }

    #RankingFase-container {
        padding: 0 20% !important;
    }

    .trivia-div-ranking {
        width: 60% !important;
    }
}
