﻿.error {
    color: #ff0000;
}

/*Password*/
.alert-msg-dvdr {
    width: 12%;
}

.alert-warning p {
    color: #003c79;
}

.wrong-icon {
    color: #003c79;
}

.reg-in .fa-eye-slash {
    cursor: pointer;
    color: #bbb;
    margin: 13px 0px 0px -23px;
    position: absolute;
}

.veri-code {
    position: relative;
}

    .veri-code img {
        position: absolute;
        top: 0;
        left: 75px;
    }

    .veri-code input {
        position: relative;
        right: -46px;
        width: 350px;
    }

.validation-popup {
    display: none;
    position: absolute;
    left: 0px;
    z-index: 10;
    width: 250px;
    padding: 10px;
    border: none;
    background: #1f1f1f;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    top: 40px;
}

.pass-level {
    display: block;
    position: absolute;
    right: 0px;
    z-index: 10;
    padding: 8px 20px;
    background: #dd0023;
    color: #fff;
    text-align: center;
    top: 0px;
    font-size: 11px;
    border-radius: 5px;
    font-weight: bold;
}

    .pass-level p {
        margin-bottom: 0px;
    }

.validation-message.invalid {
    color: #ff0000;
}

.validation-message.valid {
    color: #72ff41;
}

.validation-message i {
    margin-right: 5px;
}

.reg-psw {
    position: relative;
}

    .reg-psw input {
        margin: 0px auto;
        border-radius: 0px;
    }

.slot-thumb-container {
    position: relative;
    display: inline-block;
}

    .slot-thumb-container img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 10px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

.play-now-btn {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 8px;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 0.7em;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    opacity: 0.95;
    transition: background 0.2s, color 0.2s;
    z-index: 2;
    width: 90%;
    background: #2a5197;
}

.slot-thumb-container:hover .play-now-btn {
    display: block;
}

.slot-thumb-container:hover img {
    filter: brightness(0.7) blur(1px);
    transition: filter 0.2s;
}

.slot-wrap {
    padding: 10px;
    background: #392820;
    margin: 20px 0px;
}

    .slot-wrap ul {
        display: flex;
        gap: 25px 26px;
        flex-wrap: wrap;
    }

        .slot-wrap ul img {
            height: 50px;
        }

        .slot-wrap ul li a {
            display: flex;
            background: none;
            border: 1px solid #ffffff00;
            border-radius: 5px;
        }

            .slot-wrap ul li a:hover,
            .slot-wrap ul li a.active {
                border: 1px solid #cc945f;
                background: #210e05;
            }

.slot-thub-wrap ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    padding: 0px;
    list-style: none;
}

.search-bar input {
    background: #fff;
    max-width: 300px;
    padding: 5px 20px;
    border-radius: 50px;
    border: none;
    height: 35px;
    color: #000;
}

.search-bar i {
    color: #1c2134;
    position: absolute;
    top: 17px;
    right: 20px;
    cursor: pointer;
    padding: 0px;
    width: auto;
    margin: 0px;
}

.slot-thub .search-bar {
    background: #2a5197;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    border-radius: 44px;
    display: flex;
    justify-content: end;
    position: relative;
    margin-bottom: 20px;
    width: auto;
}

.slot-thub {
    margin-top: 0px;
}

@media (max-width: 767px) {
    .slot-thub {
        margin-top: 30px;
    }

    .slot-thub-wrap ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .search-bar input {
        max-width: 100%;
        height: 30px;
        width: 100%;
    }

    .search-bar {
        padding: 5px;
    }

    .slot-thub {
        margin-top: 20px;
    }

    .slt-lbby {
        margin-top: 0px;
    }

    .slot-thub .search-bar {
    }
}