#winnerSlect .swiper-slide {
    background-color: #1a1a45;
    text-align: center;
    border-radius: 10px;
}

#winnerSlect .swiper-slide:nth-child(odd) {
    background-color: #131340;
}

#winnerSlect .swiperTxt {
    padding: 12px;

}

.luckyDrawBx {
    background: #20204e;
    border-radius: 10px;
    /* overflow: hidden; */
    position: relative;
    border: 2px solid #ecb200;
}

.luckyDrawBx .imgSide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.luckyDrawBx .content {
    padding: 22px 0 0 0;
}

.luckyDrawBx .content h4.date {
    background: #ecb200;
    white-space: nowrap;
    padding: 5px 20px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    display: inline;
    line-height: 100%;
}

.luckyDrawBx .content h2.title {
    color: #ecb200;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
}

.luckyDrawBx .content h3.price {
    color: #ecb200;
    font-size: 30px;
    font-weight: 600;
    line-height: 100%;
    color: #fff;
}

.loteryResultTable .resultTable {
    background: #20204e;
    border: 1px solid #fff;
    width: 100%;
    overflow-x: auto;
}

.loteryResultTable .resultTable table tbody tr:nth-child(odd) {
    background: #131340;
}

.loteryResultTable .resultTable table thead tr th,
.loteryResultTable .resultTable table tbody tr td {
    padding: 15px 20px;
}

.loteryResultTable .resultTable .self-number {
    display: flex;
    gap: 10px;
}

.loteryResultTable .resultTable .self-number li {
    background: #ecb200;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #131340;
}

.loteryResultTable h2,
.comingWinner h2 {
    font-weight: 600;
}

.comingWinner .luckyDrawBx .imgSide {
    padding: 22px;
    text-align: center;
}

.comingWinner .luckyDrawBx .imgSide img {
    height: 140px;
    border-radius: 10px;
    width: 185px;
    margin: 0 auto;
}

.comingWinner .luckyDrawBx .content {
    padding: 0 22px 22px 22px;
}

.comingWinner .luckyDrawBx {
    border: 0px solid #ecb200;
}

.winnerModal {
    background: #20204e;
    padding: 20px;
}

.winnerModal h2 {
    font-size: 45px;
    font-weight: 500;
}

.winnerModal .winerTitle {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

.drawDetail h3 {
    border: 1px solid #ecb200;
    border-radius: 5px;
    padding: 4px 16px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    gap: 2px;
    margin-bottom: 10px;
}

.drawDetail h3 span {
    font-weight: 600;
}

.winnerModalBX .modal-footer {
    justify-content: center !important;
}

.winnerModalBX button.btn.btn-primary {
    font-size: 18px;
    background: #ecb200;
    border: none;
    padding: 9px 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 6px;
    font-weight: 500;
}

.winnerModal .social h4 {
    margin: 10px 0 10px 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center
}

.winnerModal .social ul {
    display: flex;
    justify-content: center;
    gap: 5px;
}

@media only screen and (max-width: 768px) {
    .luckyDrawBx .content {
        padding: 22px 22px 0 22px;
    }
}

.spin-animation {
    height: 320px;
}

.spin-animation__holder {
    text-align: center;
    margin-bottom: 2rem;
}

.spin-animation__block {
    margin: 0 auto;
    max-width: 30rem;
    background: #eaeaea;
    border-radius: 1rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, .6);
    padding: 0 1rem;
    overflow: hidden;
    cursor: pointer;
}

.spin-animation,
.spin-animation__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.spin-animation,
.spin-animation__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.spin-animation:after,
.spin-animation:before {
    content: "";
    z-index: 6;
    display: block;
    pointer-events: none;
    height: 1.6rem;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.spin-animation__pin,
.spin-animation__pins {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 2rem;
}

.spin-animation__pins {
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    width: 100%;
    position: absolute;
    top: calc(50% - 1rem);
    left: 0;
}

.spin-animation__pin--left {
    left: -.5rem;
}

.spin-animation__pin {
    color: #34495e;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    position: relative;
    transform: rotate(0deg);
    transition: transform .1s ease-in-out;
    width: 2rem;
}

.spin-animation__pin--left svg {
    transform: rotate(270deg);
}

.spin-animation__pin svg {
    height: 2rem;
    width: 2rem;
}

.spin-animation__pin--right {
    right: -.5rem;
}

.spin-animation__pin--right svg {
    transform: rotate(90deg);
}

.spin-animation__holder.is-spinning .spin-animation__pin--left {
    transform: rotate(60deg);
}

.spin-animation__holder.is-spinning .spin-animation__pin--right {
    transform: rotate(-60deg);
}

.spin-animation__inner {
    width: 100%;
    /* background-color: #eaeaea; */
}

.spin-animation,
.spin-animation__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.spin-animation__item {
    color: #000;
    font-size: 1.5rem;
    text-align: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.5rem;
    margin: 0 1.5rem;
    white-space: nowrap;
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.spin-animation__item:first-child,
.spin-animation__item:nth-child(9) {
    height: 1.5rem;
    font-size: .5rem;
    opacity: .25;
    width: calc(100% - 14rem);
}


.spin-animation__item:first-child,
.spin-animation__item:nth-child(2),
.spin-animation__item:nth-child(3),
.spin-animation__item:nth-child(4) {
    border-radius: 1.25rem 1.25rem 0 0;
}

.spin-animation__item:nth-child(2),
.spin-animation__item:nth-child(8) {
    opacity: .5;
    height: 1.75rem;
    font-size: .75rem;
    width: calc(100% - 10rem);
}

.spin-animation__item:first-child,
.spin-animation__item:nth-child(2),
.spin-animation__item:nth-child(3),
.spin-animation__item:nth-child(4) {
    border-radius: 1.25rem 1.25rem 0 0;
}

.spin-animation__item:nth-child(3),
.spin-animation__item:nth-child(7) {
    opacity: .75;
    font-size: .9375rem;
    height: 2.25rem;
    width: calc(100% - 6rem);
}

.spin-animation__item:first-child,
.spin-animation__item:nth-child(2),
.spin-animation__item:nth-child(3),
.spin-animation__item:nth-child(4) {
    border-radius: 1.25rem 1.25rem 0 0;
}

.spin-animation__item:nth-child(4),
.spin-animation__item:nth-child(6) {
    font-size: 1rem;
    height: 2.75rem;
    width: calc(100% - 4rem);
}

.spin-animation__item:first-child,
.spin-animation__item:nth-child(2),
.spin-animation__item:nth-child(3),
.spin-animation__item:nth-child(4) {
    border-radius: 1.25rem 1.25rem 0 0;
}

.spin-animation__item:nth-child(5) {
    font-size: 1.125rem;
    font-weight: 700;
    height: 3.5rem;
    width: calc(100% - 2rem);
    border-radius: 1.25rem;
    background: #ecb200;
    color: #262779;
}

.spin-animation__item--start {
    text-transform: uppercase;
}

.spin-animation__item:nth-child(6),
.spin-animation__item:nth-child(7),
.spin-animation__item:nth-child(8),
.spin-animation__item:nth-child(9) {
    border-radius: 0 0 1.25rem 1.25rem;
}

.spin-animation__item.spin-animation__item--winner {
    z-index: 1;
    box-shadow: 0 0 2rem rgba(0, 0, 0, .6);
    background: #ecb200;
}

.drawDate {
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
}

.drawDate h4 {
    background: #ecb200;
    padding: 6px 27px 8px 27px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}

div.spin-animation__block {
    position: relative;
}

.musicIcon {
    position: absolute;
    right: 14px;
    top: 8px;
    z-index: 999;
}