﻿body {
}
.btn_dropup_lang img {
    height: 26px !important;
}
.btn_dropup_lang .dropdown-menu a {
    font-size: inherit !important;
}

.floating img {
    width: 50%;
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
    bottom: 10%;
    position: fixed;
    z-index: 1000;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 15px);
    }

    to {
        transform: translate(0, -0px);
    }
}

.floating-all img {
    width: 70%;
}

.floating_modal .modal-content {
    background: none;
    border: none;
}

.floating-wrap img {
    display: block;
    margin: 0px auto;
    opacity: 1;
}

.floating-wrap .close {
    color: #fff;
    opacity: 1;
}

.floating_modal .close {
    color: #fff;
    opacity: 1;
    font-size: 50px;
    position: absolute;
    right: 0px;
    z-index: 10;
}

.floating-wrap a {
    position: relative;
}

.floating-text {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    padding: 16px;
    color: #000;
    font-weight: bold;
}

.floating-pop {
    display: inline-flex;
    padding: 10px 20px;
    color: #fff;
    font-size: 50px;
    text-shadow: 3px 3px black;
    line-height: 30px;
}
.head_afterlogin_custom .btn_dropup_lang {
    width: 180px !important;
    margin: 0 0px 0 20px;
}
.wheel_product_inner {
    width: 500px;
    height: 500px;
    position: relative;
    margin: auto;
}

.wheel-wrap .wheel_product_frame {
    animation: unset;
    width: auto;
    position: relative;
    bottom: initial;
}

#fortune-wheel-canvas {
    position: absolute !important;
    z-index: auto !important;
    top: -125px !important;
    left: -155px !important;
    height: 810px !important;
    width: 810px !important;
}

.wheel-wrap .wheel_product_arrow {
    bottom: 225px;
}

.fortune-wheel-prize div {
    font-size: 28px !important;
    font-weight: bold !important;
    color: #ed1d49 !important;
}

.fortune-wheel-prize {
    /*margin-top: 10% !important;*/
    bottom: 435px !important;
    background-repeat: no-repeat !important;
    background-position-x: center !important;
}

@media (max-width: 600px) {
    .wheel_product.wheel-wrap {
        height: unset;
        width: unset;
    }

    .wheel_product_inner {
        width: 400px;
        height: 400px;
    }

    #fortune-wheel-canvas {
        top: -93px !important;
        left: -123px !important;
        height: 646px !important;
        width: 646px !important;
    }

    .wheel-wrap .wheel_product_arrow {
        bottom: 180px;
    }

    .fortune-wheel-prize {
        bottom: 390px !important;
    }
}

@media (max-width: 460px) {
    .wheel_product.wheel-wrap {
        height: unset;
        width: unset;
        min-height: 320px;
    }

    .wheel_product_inner {
        width: 300px;
        height: 300px;
    }

    #fortune-wheel-canvas {
        top: -63px !important;
        left: -93px !important;
        height: 486px !important;
        width: 486px !important;
    }

    .wheel-wrap .wheel_product_arrow {
        bottom: 136px;
    }

    .fortune-wheel-prize {
        bottom: 340px !important;
    }

        .fortune-wheel-prize div {
            font-size: 22px !important;
        }
    .contact_wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}
@media (max-width: 360px) {
    .wheel_product.wheel-wrap {
        height: unset;
        width: unset;
        min-height: 250px;
    }

    .wheel_product_inner {
        width: 250px;
        height: 250px;
    }

    #fortune-wheel-canvas {
        top: -53px !important;
        left: -83px !important;
        height: 426px !important;
        width: 426px !important;
    }

    .wheel-wrap .wheel_product_arrow {
        bottom: 106px;
    }

    .fortune-wheel-prize {
        bottom: 300px !important;
    }

        .fortune-wheel-prize div {
            font-size: 20px !important;
        }

    .contact_wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}
@media (max-width: 310px) {
    .wheel_product.wheel-wrap {
        height: unset;
        width: unset;
        min-height: 180px;
    }

    .wheel_product_inner {
        width: 180px;
        height: 180px;
    }

    #fortune-wheel-canvas {
        top: -33px !important;
        left: -63px !important;
        height: 306px !important;
        width: 306px !important;
    }

    .wheel-wrap .wheel_product_arrow {
        bottom: 86px;
    }

    .fortune-wheel-prize {
        bottom: 250px !important;
    }

        .fortune-wheel-prize div {
            font-size: 16px !important;
        }

    .contact_wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}
/* Modal Dialog */
#socialBindModal .modal-dialog {
    max-width: 700px;
    margin: 50px auto;
}

/* Modal Content */
#socialBindModal .modal-content {
    border-radius: 8px;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Close Button */
#socialBindModal .modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
    color: #333;
    background: none;
    border: none;
}
#socialBindModal .form-control {
    border: 1px solid #ccc !important; /* grey border */
    border-radius: 5px !important; /* rounded corners */
}

#socialBindModal label {
    color: black !important; /* black text */
}
/* Modal Header */
#socialBindModal .modal-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

#socialBindModal .modal-title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin: 0;
    color:black;
}

/* Nav Tabs */
#socialBindModal .custom-nav {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
}

    #socialBindModal .custom-nav li {
        margin: 0 10px;
    }

        #socialBindModal .custom-nav li a {
            font-weight: bold;
            color: #555;
            padding: 10px 15px;
            display: block;
            text-transform: uppercase;
        }

        #socialBindModal .custom-nav li.active a {
            border-bottom: 3px solid #4CAF50;
            color: #4CAF50;
        }


.mix {
    display: none;
}
.left_container_bonus_box1 {
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    border-radius: 10px;
}