body {
    background: #000000;
}

a,
a:hover,
a:visited {
    color: white;
}

@media(min-width: 576px) {
    .un-player {
        margin-bottom: -15px;
    }
}

.nombre {
    font-family: 'Press Start 2P', cursive;
    position: relative;
    bottom: 15px;
    font-size: 10px;
    line-height: 15px;
    background: black;
    background: rgba(0, 0, 0, 0.6);
    color: green;
    width: 65%;
    margin: 0 auto;
    text-align: center;
    pointer-events: none;
}

#reloj-control {
    position: relative;
}

#reloj-control .reloj-container {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
}

#reloj-control p {
    color: white;
    font-size: 12px;
    margin: 0;
}

.reloj {
    font-family: 'Press Start 2P', cursive;
    font-size: 1.4em;
}

.botones-donar.muted {
    opacity: 0.3;
    transition: opacity 600ms;
}

.botones-donar.muted:hover {
    opacity: 1;
    transition: opacity 600ms;
}

.btn-donar-ahora {
    background-color: #2a432a;
    border-color: green;
    color: #eee;
    font-weight: bold;
    font-size: 1.4rem;
    transition: background-color, color linear 500ms;
}

.btn-donar-ahora:hover {
    background-color: green;
    color: white;
    transition: background-color, color linear 1500ms;
}

.botones-donar.muted .btn {
    background-color: #000000;
    color: #333333;
    border-width: 0px;
}

div.impressum .btn-donar-ahora:hover {
    color: white;
    transition: background-color, color linear 500ms;
}

div.impressum .btn-reminder {
    color: white;
    transition: background-color, color linear 500ms;
}

div.impressum .btn-reminder:hover {
    color: white;
    transition: background-color, color 500ms;
}

@media(min-width: 1200px) {
    div.impressum .btn-donar-ahora {
        font-size: 1.6rem;
    }

    /* div.impressum .btn-reminder{
        font-size: 0.8rem;
    } */

}


@media(min-width: 800px) {
    .reloj {
        font-size: 2em;
    }

    .col-lg-3 .reloj {
        font-size: 1.5em;
    }

    .col-lg-2 .reloj {
        font-size: 1.7em;
    }

    .col-lg-2 .impressum .mensaje {
        display: none;
    }

    body.modo-normal #reloj-control p.mensaje {
        width: 60%;
        margin: 0 auto;
    }

    body.modo-denso #reloj-control .reloj-container {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    body.modo-denso a.link-denso {
        display: none;
    }
}

@media(min-width: 1200px) {
    .reloj {
        font-size: 3em;
    }
}


.rec {
    width: 10px;
    height: 10px;
    line-height: 15px;
    -webkit-animation: fadeIn linear 5s infinite;
    -moz-animation: fadeIn linear 5s infinite;
    -o-animation: fadeIn linear 5s infinite;
    -ms-animation: fadeIn linear 5s infinite;
    animation: fadeIn linear 5s infinite;
}

.un-player img.flag {
    width: 16px;
    max-height: 16px;
    height: auto;
    margin-top: -2.4px;
}

#footer-modo-especial {
    border: 2px solid white;
    width: 60%;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 20%;
    max-width: 640px;
    border-radius: 10px 10px 0 0;

    color: white;
    font-size: 0.8rem;
    text-align: center;

    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
}

#footer-modo-especial.faded {
    opacity: 0.05;
}


@media(min-width: 870px) {
    #footer-modo-especial {
        width: 40%;
        left: 30%;
    }
}

#footer-modo-especial div.row {
    margin: 0.3rem
}

#bg-cazar-donador{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5;
}
#bg-cazar-donador.active{
    display: block;
}

#footer-cazar-donador {
    display: none;
    opacity: 0;
}

#footer-cazar-donador.active {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 10;
    opacity: 1;
}

#wrapper-cazar-donador {
    position: relative;
    z-index: 20;
    width: 100vw;
    background: #3f51b5;
    color: white;
    border: 2px solid #162719;
    border-radius: 10px 10px 0 0;
    margin: 0 auto;
    height: 7rem;
    max-height: 200px;
}

#wrapper-cazar-donador div.text-right {
    font-family: 'Passion One', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.2rem;

}

#wrapper-cazar-donador .btn-donar-ahora {
    font-size: 1.4rem;
}

#wrapper-cazar-donador .btn-cerrar{
    text-align: center;
}

#wrapper-cazar-donador .btn-cerrar>span {
    font-size: 1.4rem;
    cursor: pointer;
    transition: font-size linear 300ms;
}

#wrapper-cazar-donador .btn-cerrar>span.big {
    font-size: 1.8rem;
}

@media(max-width: 767px) {
    #wrapper-cazar-donador .btn-donar-ahora{
        background-color: green;
        line-height: 1.4rem;
    }
}

@media(min-width: 768px) {
    #wrapper-cazar-donador{
        max-width: 70%;
    }

    #wrapper-cazar-donador div.text-right{
        font-size: 2rem;
        line-height: 1.8rem;
    }

    #wrapper-cazar-donador .btn-donar-ahora {
        font-size: 2rem;
    }

    #wrapper-cazar-donador .btn-cerrar>span {
        font-size: 32px;
    }

    #wrapper-cazar-donador .btn-cerrar>span.big {
        font-size: 42px;
    }
}

@media(min-width: 1200px) {
    #wrapper-cazar-donador {
        max-width: 60%;
    }
}



.boton-modal {
    color: white;
    font-size: 3em;
    opacity: 0.2;
    position: fixed;
    bottom: 0.5em;
    right: 0.5em;
    line-height: 1em;
}

.boton-modal span {
    font-size: 1.5em;
    cursor: pointer;
}

@media(min-width: 800px) {
    .boton-modal {
        bottom: 1em;
        right: 1em;
    }
}

@media(min-width: 1620px) {
    .boton-modal {
        font-size: 4em;
        bottom: 1em;
        right: 1em;
    }
}

.boton-modal:hover {
    opacity: 1;
}

.boton-modal .fa-plus-circle {
    cursor: pointer;
}

#modal-tabs-selecta {
    overflow-x: auto;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

#modal-tabs-selecta li {
    margin-bottom: 0.5rem;
}

#modal-tabs-selecta a {
    color: black;
    font-size: 0.70rem;
}

#modal-tabs-selecta li.streams-active {
    font-weight: bold;
}

#modal-tabs-selecta li.streams-active a {
    color: #2a9d5d;
    font-size: 0.8rem;
}

#modal-tabs-selecta a.active {
    color: white !important;
    font-size: 0.9rem;
    font-weight: normal;
}

#modal-selecta .modal-header {
    width: 100%
}

#modal-selecta .modal-header .row {
    width: 100%
}

#modal-selecta .modal-header a {
    padding: 0.3rem 0.1rem;
    font-size: 0.8rem;
    color: black;
}

#modal-selecta .modal-body button {
    margin-right: 3%;
    width: 45%;
    margin-bottom: 0.5em;
}


@media (max-width: 575px) {
    .tab-content {
        margin-top: 1.5rem !important;
    }
}

@media (min-width: 576px) {
    #modal-selecta .modal-body button {
        width: 24%;
        font-size: 0.85rem;
    }

    #modal-selecta .modal-dialog {
        max-width: 700px;
    }

    #modal-selecta .tab-pane {
        overflow-y: auto;
        max-height: 500px;
        min-width: 500px;
        width: 100%;
        max-width: 600px;
    }
}
@media (min-width: 768px){
	#modal-selecta .nav-pills {
        margin-right: 1em;
        flex-direction: column !important;
    }
}

div#modal-reminder-time-up .btn-donar-ahora {
    background-color: green;
    border-color: green;
    font-size: 1.6rem;
}

div#modal-reminder-time-up p.recall,
div#modal-reminder-time-up form .custom-select,
div#modal-reminder-time-up form .btn {
    font-size: 0.8rem !important;
}

@media (max-width: 575px) {
    #toaster-container {
        width: 100%;
    }

    #toaster-updated {
        margin: 0 auto;
    }
}


#toaster-updated {}


#toaster-updated .toast-header {
    padding: 0 1rem 0 1rem;
}

#toaster-updated .toast-body {
    background-color: rgba(255, 255, 255, 0.95);
    text-align: center;
    font-size: 0.9rem;
}

#toaster-updated .toast-body>p {
    margin-left: 3rem;
    margin-right: 3rem;
}

#toaster-updated .toast-body>a {
    border-color: green !important;
    border-width: 1px;
    margin: 6px;
}

#toaster-updated .toast-body>a:hover {
    border-width: 3px;
    margin: 4.5px;
}

#modal-recado div.col div.respuesta p {
    margin-left: 0.4rem;
    padding-left: 0.5rem;
    border-left: 0.4rem solid #babac9;
    border-radius: 5px;
    font-size: 1rem;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}