body {
    background-color: #525174e7;
}
.container {
    padding: 30px;
    max-width: 600px;
    margin: auto;
    min-height: 100vh;
    background-color: #525174;
    color: white;
    border: 1px solid #3a3a3a56;
}

.login-container {
    margin-top: 40%;
}

#login-error {
    color: rgb(243, 0, 0);
    background-color:black;
    text-align: center;
}


.logo {
    width: 126px;
    height: 25px;
    background: url('../img/logo.png') no-repeat;
    margin-bottom: 7%;
}

.logo.login {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 7%;
}

.login-form {
    width: 70%;
    margin: auto;
}

.player-search-form {
    margin: auto;
}

#player-name-input {
    margin-top: 7%;
    height: 70px;
    font-size: 2.5rem;
    opacity: 0.8;
    border: 1px solid #3a3a3a;
}

.find-player-button {
    height: 70px;
    font-size: 2rem;
    font-weight: 800;
    background-color: #FF9000;
    border: 1px solid #FF9000;
    margin-bottom: 13%;
}
.find-player-button:hover {
    background-color: #f5a133;
    border: 1px solid #f5a133;
}
.find-player-button:focus {
    background-color: #f5a133;
    border: 1px solid #f5a133;
}

.menu-button {
    background-color: #D3B88C;
    border: 1px solid #D3B88C;
    font-weight: 500;
    text-shadow: 2px 2px 2px #3a3a3a;
}
.menu-button:hover {
    background-color: #cca76c;
    border: 1px solid #D3B88C;
}
.menu-button:focus {
    background-color: #cca76c;
    border: 1px solid #D3B88C;
    box-shadow: 0 0 0 0.25rem #D3B88C;
}


.player-status-heartbeat {
    width: 100%;
    height: 45px;
    background-color: #2BA84A;
    text-align: center;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
}
.player-status-playing {
    width: 100%;
    height: 45px;
    background-color: #2BA84A;
    text-align: center;
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;
}

#error-message {
    color: rgb(243, 0, 0);
    background-color:black;
    text-align: center;
}


.col-6.data.info-row {
    text-align: right;
}
.col-6.time-row {
    text-align: right;
}
.col-6.tech-data {
    text-align: right;
}
.col-6.title.info-row {
    font-weight: 600;
}



.modal-content {
    color: rgb(219, 206, 206);
    font-size: 1rem;
    background-color: rgb(0, 0, 0);
    opacity: 0.9;
}


.player-name {
    padding-top: 11px;
    font-size: 2.5rem;
    color: white;
    z-index:999;
    opacity:0.6;
}


.programs-text {
    background-color: white;
    font-size: 0.8rem;
    color: rgb(39, 37, 37);
    padding:10px;
    margin-top:10px;
}
.programs-text h3 {
font-weight: 800;
font-size: 1.2rem;
}



.universe_player_info {
    height: 250px;
    background-color: #3a3a3a;
    overflow-y: scroll;
    display: none;
}
