.home {
    color: white;
    background-color: transparent;
    border: none;
}

.exampleTextarea1 {
    margin: 20px 0 0 0;
    background: rgba(255, 255, 255, 0.4);
}

label.error {
    color: white;
}

.panel.active {
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(9, 123, 135, 0.4);
    border-radius: 10px;
    box-shadow: 0 0 3px 0 rgb(4 203 213 / 80%);
}

.box-hidden {
    display: none;
}

.my-vh-100 {
    min-height: 100vh;
}

.my-vh-120 {
    min-height: 120vh;
}

.add-margintop-20 {
    margin-top: 20px;
}

.title2, .non-title2 {
    /* padding: 20px 15px; */
    font-weight: bold;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.title2 h1 {
    width: 50%;
}

.a-right {
    text-align: right;
}

h1.h-title {
    text-align: center;
    color: #fff;
    font-weight: bolder;
    text-shadow: 0 0 20px rgb(4 203 213);
    letter-spacing: 2px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px;
}

.answer-item img {
    margin-top: 30px;
    display: block;
}

.note-1 {
    background: none;
}

/* game report detail */

.player-answre-item-2 {
    padding: 20px;
    font-size: 1.2rem;
    display: flex;
    justify-content: space-between;
}

.player-answre-item-2.q-correct {
    background: #3FEDEC;
    color: #222;
}

/* login */

.form-check {
    margin: -10px 0 30px 0;
}

.form-check-label {
    margin: -2px 0px 0 5px;
    color: white;
}

/* misssion detail */

.explor-info-p-2 {
    margin: 20px 0 0 0;
}

.explor-info-p-2 p {
    margin-top: 10px;
    text-align: justify;
}

/* float-enter-area */

.float-enter-area {
    position: relative;
    z-index: 99;
}

.float-group {
    position: fixed;
    top: 40vh;
    left: 30px;
    background: rgba(255, 255, 255, 0.3);
    width: 70px;
    border-radius: 99px;
}

.float-item {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 99px;
    margin: 10px auto 15px;
}

.float-item a {
    display: block;
    height: 50px;
}

.float-item img {
    width: 35px;
    transform: translate(8px, 8px);
}

.explore-banner {
    width: 90%;
    margin: 0 auto;
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow, .slick-dots {
    display: initial!important;
}

@media(max-width:1400px) {
    .float-group {
        position: fixed;
        display: flex;
        justify-content: space-between;
        top: auto;
        bottom: 0;
        right: auto;
        left: auto;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 0;
        width: 100%;
    }
    .float-item {
        border-radius: 99px;
        display: inline-block;
        width: 23%;
        text-align: center;
    }
    .float-item img {
        width: 35px;
        transform: translate(0px, 8px);
    }
    .footer-info-area {
        padding-bottom: 8rem;
    }
}