/* :root {
    --main-color: #c79238;
    --main-color-hover: #b0802e;
    --main-color: #359042;
    --main-color-hover: #2e7e3a;
    --font-family-key: 'Montserrat';
} */

/* body {
    font-family: Arial, Helvetica, sans-serif;
} */

.luckywheel {
    padding: 60px 0;
}

@media(max-width: 767px) {
    .luckywheel {
        padding: 20px 0;
    }
}

.luckywheel_1 {
    padding: 50px 0 20px;
}

.luckywheel .logo {
    text-align: center;
    line-height: normal;
    margin-top: 20px;
}

.luckywheel .logo img {
    max-height: 80px;
}

.luckywheel_1 .form_input {
    margin-top: 15px;
    background: var(--main-color);
    padding: 14px 20px;
    border-radius: 3px;
}

.luckywheel_1 .form_input>h4 {
    color: #f7f7f7;
    font-weight: 600;
    /* padding: 0 6px; */
}

.luckywheel_1 .form_input .note {
    /* padding: 0 6px; */
    margin: 10px 0 0 0;
    color: #fff;
    text-align: center;
}

.luckywheel_1 .form_input .note p {
    margin: 4px 0;
}

.luckywheel_1 .form_input .note a {
    color: #fff59f;
    font-weight: 600;
}

.luckywheel_1 .form_input .row {
    margin: 0 -6px;
}

.luckywheel_1 .form_input .row>div {
    padding: 0 6px;
}

.luckywheel_1 .form_input .form-group {
    /* float: left; */
    /* width: calc(50% - 12px); */
    margin: 6px 0px;
}

.luckywheel_1 .form_input .form-group input {
    background: #fff;
    border-color: #fff;
}

.luckywheel_1 .form_input .form-group.last {
    /* float: left; */
    /* width: calc(100% - 12px); */
}

.luckywheel_1 .form_input .form-group .btn {
    width: 100%;
    border-radius: 3px;
    border-style: none !important;
    padding: 8px;
    background-image: -webkit-linear-gradient(57deg, #ffeb3b 0%, #fff59f 100%, #1b4e76 100%) !important;
    font-weight: bold;
    color: #37434e !important;
}


/**/

.luckywheel_2 {}

.luckywheel_2 .title {
    text-transform: uppercase;
    font-size: 143%;
    margin: 20px 0 12px;
}

@media(max-width: 767px) {
    .luckywheel_2 .table {
        display: table;
    }
    .luckywheel_2 table tbody {
        display: table-row-group;
    }
}

.luckywheel_2_search {}

.luckywheel_2_search input {
    height: 40px;
    border-radius: 40px;
    border: 1px solid #fff;
    padding: 6px 14px;
}

.luckywheel_2_search .btn {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 38px;
    border-radius: 0 30px 30px 0;
    padding: 0 14px;
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
}


/**/

.hc-luckywheel ul,
.hc-luckywheel li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hc-luckywheel {
    position: relative;
    width: 400px;
    /*Change this when change size*/
    height: 400px;
    /*Change this when change size*/
    border-radius: 50%;
    /* border: 16px solid var(--main-color); */
    /* box-shadow: 0 2px 3px #333, 0 0 2px #000; */
    /* position: fixed; */
    /* top: 50%; */
    /* left: 50%; */
    /* margin-top: -250px; */
    /* margin-left: -250px; */
    margin: 50px auto 30px;
}

.wrap_bonus_list_website.active+div .hc-luckywheel {
    /* margin-top: 180px; */
}

.hc-luckywheel::before {
    content: '';
    position: absolute;
    left: -60px;
    top: -53px;
    width: calc(100% + 114px);
    height: calc(100% + 118px);
    /* border: 10px solid var(--main-color); */
    border-radius: 50%;
    /* background: url(../images/lucky_vien.png); */
    background: url(https://2demo.vuawebnhanh.vn/uploads/2077/config/2024-12-23/bg-3-4335.webp);
    background-size: 100%;
    background-repeat: no-repeat;
}

.hc-luckywheel::after {
    content: '';
    position: absolute;
    background: url('../../../../public/images/quay1-0118.png') no-repeat;
    width: 40px;
    height: 35px;
    background-size: 100%;
    bottom: 0;
    right: -5px;
    margin: auto;
    z-index: 9;
    top: 0;
}

@media(max-width: 767px) {
    .hc-luckywheel::after {
        right: -14px;
    }
}

.hc-luckywheel-canvas {
    width: 400px;
    height: 400px;
}

@media(max-width: 767px) {
    .wrap_bonus_list_website.active+div .hc-luckywheel {
        margin-top: 30px;
    }
    .hc-luckywheel {
        width: 314px;
        height: 314px;
        margin-top: 30px;
    }
    .hc-luckywheel-canvas {
        width: 314px;
        height: 314px;
    }
}

.hc-luckywheel-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-clip: padding-box;
    background-color: #e2cb9e;
    -webkit-transition: transform 6s ease;
    transition: transform 6s ease;
}

.hc-luckywheel-container canvas {
    border-radius: 50%;
}

.hc-luckywheel-list {
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit;
    z-index: 2;
}

.hc-luckywheel-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: var(--main-color);
    color: #000;
    /* font-weight: bold; */
    /* text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6); */
}

.hc-luckywheel-item span {
    position: relative;
    display: block;
    padding-top: 10px;
    /* width: 50px; */
    margin: 0 auto;
    text-align: center;
    -webkit-transform-origin: 50% 200px;
    /*Change this when change size*/
    -ms-transform-origin: 50% 200px;
    /*Change this when change size*/
    transform-origin: 50% 200px;
}

.hc-luckywheel-item span p {
    line-height: 1.2;
    margin: 0 0 12px 0;
    font-weight: 500;
    color: #000;
    font-size: 100%;
    color: #fff;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    width: 82px;
    position: absolute;
    top: 13px;
    font-weight: 500;
    /* left: 91px; */
    font-size: 12px;
    text-align: left;
    position: relative;
    /* text-align: left; */
    left: 0;
    right: 0;
    margin: auto;
}

.hc-luckywheel-item:nth-child(2n) span p {
    color: #b8833d;
}


/*Change this when change size*/

.hc-luckywheel-item img {
    position: relative;
    top: -5px;
    left: 0px;
    max-height: 68px;
    max-width: 44px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.hc-luckywheel-item:nth-child(6) img,
.hc-luckywheel-item:nth-child(4) img {
    max-height: 80px;
}

.hc-luckywheel-item:nth-child(6) span p,
.hc-luckywheel-item:nth-child(4) span p {
    /* top: 8px; */
}

.hc-luckywheel-item:nth-child(6) span p {
    top: 20px;
}

.hc-luckywheel-item:nth-child(12) span p {
    top: 5px;
}


/* .hc-luckywheel-item.item_4 img{
    max-height: 60px;
}

.hc-luckywheel-item.item_6 img{
    max-height: 54px;
}

.hc-luckywheel-item.item_8 img{
    max-height: 48px;
}

.hc-luckywheel-item.item_10 img{
    max-height: 40px;
} */

@media(max-width: 767px) {
    .hc-luckywheel-item span {
        position: relative;
        display: block;
        padding-top: 0px;
        width: 60px;
        margin: 0 auto;
        text-align: center;
        -webkit-transform-origin: 50% 148px;
        -ms-transform-origin: 50% 148px;
        transform-origin: 50% 148px;
        font-size: 93%;
    }
    .hc-luckywheel-item span p {
        margin: 10px 0px;
        line-height: 1;
        font-size: 107%;
    }
}

@media(max-width: 700px) {
    .hc-luckywheel-item span {
        transform-origin: 50% 155px;
    }
    .hc-luckywheel-item span p {
        font-size: 77%;
        overflow: hidden;
        /* text-overflow: ellipsis; */
        /* display: -webkit-box; */
        /* -webkit-box-orient: vertical; */
        /* -webkit-line-clamp: 2; */
        top: 0px;
        left: 0px;
        width: 60px;
        text-align: right;
        line-height: 1.2;
    }
    .hc-luckywheel-item span p.adjust-padding {
        /* top: 13px; */
        /* left: -9px; */
        /* font-size: 80%; */
        /* width: 72px; */
    }
    .hc-luckywheel-item:nth-child(7) span p.adjust-padding{
    }
    .hc-luckywheel-item span img {
        top: 0px;
        max-height: 54px;
        max-width: 36px;
        object-fit: cover;
    }
    .hc-luckywheel-item:nth-child(6) img,
    .hc-luckywheel-item:nth-child(4) img {
        max-height: 62px;
        margin-top: 0px;
    }
    .hc-luckywheel-item:nth-child(8) span img {
        /* margin-top: 10px; */
        margin-bottom: -10px;
    }
    .hc-luckywheel-item:nth-child(8) span p{
        margin-top: 20px;
    }
    .hc-luckywheel-item:nth-child(5) span p{
    top: 6px;
    }
}


/*Change this when change size*/

.hc-luckywheel-btn {
    position: absolute;
    left: 0;
    /*Change this when change size*/
    top: 0;
    /*Change this when change size*/
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    width: 60px;
    height: 60px;
    color: #fff !important;
    text-align: center;
    font-size: 93%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.hc-luckywheel-btn img {
    max-width: 100%;
}

.hc-luckywheel-btn::after {
    position: absolute;
    display: block;
    content: "";
    left: 7px;
    top: -31px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 20px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: var(--main-color);
    display: none;
}

@media(max-width: 767px) {
    .hc-luckywheel-item img {
        /* height: 46px; */
    }
    .hc-luckywheel-btn {
        width: 90px;
        height: 90px;
    }
    .hc-luckywheel-btn::after {}
}

.hc-luckywheel-btn.disabled {
    pointer-events: none;
    opacity: .4;
}

.hc-luckywheel-btn.disabled::after {
    border-bottom-color: #ddd;
}

.bg {
    background-image: url(https://2demo.vuawebnhanh.vn/uploads/2077/images/2024-12-23/bg11111-4036.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
}

.swal2-html-container {
    display: block;
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 143%;
    margin-top: 5px;
    font-weight: 600;
    padding: 8px 0px;
}

.swal2-html-container br {
    display: none;
}