﻿body {
    min-height: 100vh;
}

select :disabled {
    color: red;
}

.loading-panel {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999991;
}

.loading-logo {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 170px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
}

.pregame_Transfer {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
}

.validation-message-field {
    padding: 10px;
    padding-left: 20px;
    border-radius: 10px;
}

.validation-message.valid {
    color: limegreen;
}

.validation-message.invalid {
    color: red;
}

.invalid-feedback {
    padding-left: 20px;
}

.footer-menu a:hover {
    color: #ccc;
}