body,
html {
    min-height: 100%;
}

body {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.card {
    border: none;
    /* margin-bottom: 200px; */
    position: relative;
}

.card-footer {
    border-top: none;
}

.card-header {
    position: relative;
}

.header-clock {
    width: 100%;
    /* position: absolute;
    left: 0;
    bottom: -130px; */
}

.content {
    /* margin-bottom: 30px; */
}

.logo {
    max-width: 300px;
    /* background-color: #fff; */
    border-radius: 5px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.nowplaying {
    display: inline-block;
    background-color: #fff;
    padding: 10px 15px 13px 15px;
    border-radius: 3px;
}

.container-fluid {}

.clock-holder,
.message-holder {
    padding: 15px 30px 15px 30px;
    border-radius: 5px;
}

#clock {
    font-size: 13px;
    text-align: center;
}

#clock .col-3 {
    padding: 0;
}

#clock .holder {
    width: 100%;
}

#clock .holder:last-child {
    margin-right: 0;
}

#clock .number {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
}

#clock .legend {
    font-size: 12px;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 0;
}

.jp-play,
.jp-pause {
    margin-top: 0.5rem;
}

.scrollbar {
    height: 200px;
    max-height: 200px;
    overflow-y: auto;
}

.languages {
    top: -17px;
    right: 20px;
}

.message {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 13px;
}


/* width */

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 5px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 5px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #888;
}


@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeout {
    from { opacity: 1; }
    to { opacity: 0; }
}
