﻿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;
    max-height: 25%;
    /*max-height: 100%;*/
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 240px;
    /*top: 150px;*/
    bottom: 0;
    left: 0;
    right: 0;
    width: 10%;
    /*width: 15%;*/
}

.pregame_Transfer {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
}

.error {
    color: red !important;
    padding-top: 3px;
}

.loadingbtn {
    margin: 0;
}

    .loadingbtn img {
        width: 6%;
    }

button:disabled {
    color: #333;
    background-color: #6c757d;
    border-color: #6c757d;
    opacity: .65;
}

.loading-indicator {
    width: 10%;
}

#deeplinkLionKing {
    display: none;
}

@media (max-width: 999px) {
    #deeplinkLionKing.mobile-only {
        display: block;
    }
}

/**Floating Icon Event **/
.floating-left {
    position: fixed;
    left: 50px;
    top: 10vh;
    bottom: 100px;
    z-index: 99;
    max-width: 180px;
    animation: upDown 20s ease-in-out infinite;
}

@media(max-width: 1080px) {
    .floating-left {
        max-width: 150px;
        left: 10px;
    }
}

@media(max-width: 767px) {
    .floating-left {
        max-width: 110px;
        left: 10px;
    }
}

@media(max-width: 480px) {
    .floating-left {
        max-width: 85px;
        left: 10px;
    }
}

@keyframes upDown {
    0% {
        top: 10vh; /* highest point */
    }

    50% {
        top: 80vh; /* lowest point */
    }

    100% {
        top: 10vh; /* go back up */
    }
}

.top_text.totalBalance {
    font-size: 60%;
}