.wheel-container {
    position: relative;
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1/1;
    margin: auto;
}
.wheelModal .modal-content {
    background: linear-gradient(312deg, rgba(48, 55, 63, 1), rgba(18, 29, 43, 1)) !important;
    border: none;
    padding: 20px;
    border-radius: 15px;
}
.wheelModal .modal-header {
    border-bottom: none !important;
}
.wheelModal .modal-header .btn-close-modal {
    position: absolute;
    right: 0;
    background: rgba(5, 19, 37, 0.9);
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
    top: -14px;
}
#wheel {
    width: 100%;
    height: 100%;
    display: block;
}

.wheel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* tránh chặn sự kiện */
    z-index: 2;
}

.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 110px;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
    /*pointer-events: none;*/
}
#spin {
    background: transparent;
    border: none;
    height: 40px;
    width: 180px;
    /*background: linear-gradient(107.83deg, #FF8A66 2.38%, #FFB366 85.01%, #FB6515 110.75%);*/
    /*border: 2px solid;*/
    /*border-image-source: linear-gradient(270deg, #F35B09 0%, #FFC7A9 22.5%, #FA6413 50%, #FFC19F 74%, #FB6514 100%);*/
    /*color: white;*/
    /*font-family: "DM Sans" , sans-serif;*/
    /*font-weight: 900;*/
    /*font-size: 16px;*/
    /*border-radius: 50px;*/
    display: block;
    margin: 0 auto;
    /*box-shadow: 0px 4px 4px 0px #FFFFFF80 inset;*/
    /*box-shadow: -4px -4px 4px 0px #FFFFFF80 inset;*/
    /*box-shadow: 0px 2px 0px 0px #FC7909;*/
}
.prize-item {
    background: #FFE2C9;
    padding: 10px 10px 10px 20px;
    border-radius: 5px;
}
.prize-item .prize-level {
    transform: translate(-50%, -50%);
    top: 20px;
    left: 10px;
    width: 50px;
    height: 24px ;
    background: url("/images/events/event-prize-bg.png") no-repeat ;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prize-item .prize-img {
    width: 102px;
    height: 60px;
}
.prize-item .prize-text {
    background: #FD8901 ;
    border-radius: 10px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.history-rollcall .tab-content {
    padding: 15px 20px !important;
}
.modal-instruct .description-title {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.modal-instruct .btn-close-instruct {
    background: linear-gradient(90deg, #FEF7E2 0%, #F5D0A0 98%);
    border-radius: 50px;
    border: none;
    color: rgba(159, 88, 4, 1);
    font-size: 18px;
    font-weight: 500;
    height: 30px ;
    width: 100px;
    margin: 0 auto;
    display: block;
}
