:root {
    --main-color: #e56f8b;
    --main-color-hover: #ca5f78;
    --font-family-key: 'Montserrat';
}

.luckywheel {}

.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: 0px auto 30px;
}

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

.hc-luckywheel::before {
    content: '';
    position: absolute;
    left: -23px;
    top: -23px;
    width: calc(100% + 46px);
    height: calc(100% + 46px);
    /* border: 10px solid var(--main-color); */
    border-radius: 50%;
    background: url(../images/lucky_vien.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.hc-luckywheel::after {
    content: '';
    position: absolute;
    background: url(../images/nutchon.png) no-repeat;
    width: 30px;
    height: 50px;
    background-size: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    top: -18px;
}

.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: #ffadcf;
    -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: 30px;
    /* 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%;
}


/*Change this when change size*/

.hc-luckywheel-item img {
    position: relative;
    top: -5px;
    left: 0px;
    max-height: 54px;
}

.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%;
    }
}


/*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;
    border-radius: 50%;
    color: #fff !important;
    background-color: var(--main-color);
    text-align: center;
    font-size: 93%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.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 {}
    .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('../images/bg.jpeg');
    background-size: cover;
    background-position: center;
}

.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;
}