﻿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: 58%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    text-align: center;
}

.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;
}

.dropdown-balance {
    height: 70vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}

.wallet-menu {
    grid-template-columns: repeat(2, 1fr);
}

.rd-color {
    font-size: 15px;
    background: none;
    border: none;
    color: #ffffff;
    margin-left: 7px;
}

.announcementpopupimg img {
    /* width: 400px; */
    margin: auto;
    border-radius: 5px;
}

#announcementpopup .carousel-control-prev {
    left: -22px;
}

#announcementpopup .carousel-control-next {
    right: -22px;
}

.announcementmodal.modal {
    z-index: 999999;
}

.announcementmodal .modal-content {
    position: relative;
}

.announcementmodal .close {
    right: 0;
    bottom: -35px;
    color: #fff;
    opacity: 1;
    position: absolute;
    z-index: 111;
    text-align: center;
    left: 48%;
    font-size: 27px;
    font-weight: 100;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.announcementmodal.detectannouncementmodal02 .close {
    position: absolute;
    right: 55px;
    top: 20px;
}

.announcementmodal .modal-content {
    background-color: transparent;
    border: none;
}


.announcementmodal .modal-dialog {
    max-width: 500px;
}

.annou-pop {
    border-radius: 20px;
    background: var(--box-bg);
    padding: 20px;
    color: #fff;
    border: 1px solid var(--border-color);
}

.annou-ttle {
    color: var(--border-color);
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 7px;
}

.annou-content {
    padding-top: 25px;
    font-size: 12px;
}

.announcementmodal .modal_close {
    z-index: 10;
    color: #fff;
    opacity: 1;
}

.annou-content img {
    display: block;
    margin: 0px auto;
}

.annou-pop p {
    margin-top: 20px;
    margin-bottom: 0px;
    color: var(--border-color);
}

.round {
    position: relative;
    margin-right: 10px;
    height: 16px;
}

    .round label {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        cursor: pointer;
        height: 16px;
        left: 0;
        position: absolute;
        top: 0;
        width: 16px;
        margin: 0px;
    }

        .round label:after {
            border: 2px solid #fff;
            border-top: none;
            border-right: none;
            content: "";
            height: 6px;
            left: 1px;
            opacity: 0;
            position: absolute;
            top: 3px;
            transform: rotate(-45deg);
            width: 12px;
        }

    .round input[type="checkbox"] {
        visibility: hidden;
    }

        .round input[type="checkbox"]:checked + label {
            background-color: #2283f6;
            border-color: #2283f6;
        }

            .round input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }

.cls-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    font-size: 12px;
}