.mt16 {
    margin-top: 16px;
}

.right-column-with-table {
    flex-shrink: 0;
}

.paysafecard-lottery-wrapper {
    display: flex;
    flex-direction: column;
}

.paysafecard-lottery-info {
    border-radius: 3px 3px 0 0;
    background: #ffd62d;
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-bottom: 12px;
    text-align: center;
    height: 420px;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

.paysafecard-lottery-info > div {
    position: relative;
}

.paysafecard-lottery-info .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.paysafecard-lottery-info .title {
    color: #222;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
}

.paysafecard-lottery-info .description {
    color: #222;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
}

.paysafecard-lottery-info .info-title {
    color: #222;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.paysafecard-lottery-info .info-text {
    color: #222;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
}

.paysafecard-lottery-info .bg-cards {
    background-image: url("./img/vertical_cards_new.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 280px;
    height: 207px;
    position: absolute;
    top: 107px;
    left: 50%;
    transform: translateX(-50%);
    transition: transform ease 0.3s;
}

.paysafecard-lottery-info:hover .bg-cards {
    transform: scale(1.02, 1.02) translateX(-49%);
}

.lottery-info__joined {
    border-radius: 3px 3px 0 0;
    background: #ffd62d;
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-align: left;
    height: 155px;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.lottery-info__joined > div {
    position: relative;
}

.lottery-info__joined .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.lottery-info__joined .title {
    color: #222;
    font-size: 17px;
    font-weight: 700;
    max-width: 213px;
}

.lottery-info__joined .subtitle {
    color: #222;
    font-size: 15px;
    font-weight: 400;
    max-width: 213px;
}

.timer-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    border-radius: 0 0 3px 3px;
    background: #132623;
    padding: 15px;
    text-align: center;
    min-height: 162px;
}

.timer-wrapper > div {
    position: relative;
}

.timer-wrapper .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.timer-wrapper .join-block {
    padding: 10px 10px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    color: #fff;
    font-size: 13px;
}

.timer-wrapper .join-block .join-button {
    border-radius: 3px;
    background: #64b946;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16.8px;
    text-transform: uppercase;

&.disabled_12666 {
     opacity: 0.6;
     pointer-events: none;
 }
}

.timer-wrapper .join-block .join-button:hover {
    background-color: #58ae3a;
    cursor: pointer;
}

.timer-wrapper .join-block .disabled {
    opacity: 0.8;
    pointer-events: none;
}

.timer-wrapper .join-block .timer_info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #222;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.timer-wrapper .join-block .timer_info b {
    font-weight: 700;
}

.timer-wrapper .join-block .timer-next-lottery {
    margin-right: 5px;
}

.timer-wrapper .join-block .error-message {
    color: #ffdada;

&.dn {
     display: none;
 }
}

.timer-text {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.timer-container {
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    color: #fff;
}

.timer-container > span {
    text-transform: capitalize;
}

.timer-wrapper__joined {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border-radius: 0 0 3px 3px;
    background: #222;
    padding: 15px;
    text-align: center;
    min-height: 130px;
}

.timer-wrapper__joined > div {
    position: relative;
}

.timer-wrapper__joined .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.timer-wrapper__joined .desc {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    margin: 0 auto;
    margin-top: 10px;
    max-width: 248px;
}

.timer_b3f49 {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

.timer_b3f49 .lottery-hours-block {
    margin-right: 10px;
}

.timer_b3f49 .lottery-seconds-block {
    margin-left: 10px;
}

.timer_b3f49 span {
    text-transform: capitalize;
}

.timer_b3f49 .time-show {
    display: inline-block;
}

.timer_b3f49 .time-no-show_bfe72 {
    display: none;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.button.disabled {
    opacity: 0.6;
    pointer-events: none;
}

.button.dis_events {
    pointer-events: none;
}

.button.inline {
    display: inline-flex;
}

.button.outline {
    border: 1px solid #258473;
    color: #258473;
}

.winners-list {
    border-radius: 3px;
    border: 1px solid #eaeaea;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.winners-list .winner-list-header {
    border-radius: 3px 3px 0 0;
    background-color: #222;
    padding: 10px 0 13px 0;
    position: relative;
}

.winners-list .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.winners-list .winners-list-title {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    margin-bottom: 10px;
    z-index: 1;
}

.winners-list .winners-list-filter {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 61px;
    z-index: 1;
}

.winners-list .winners-list-filter .next-arrow,
.winners-list .winners-list-filter .prev-arrow {
    color: #fff;
    cursor: pointer;
}

.winners-list .winners-table-wrapper {
    display: grid;
}

.winners-list .winners-table {
    max-height: 208px;
    width: 100%;
}

.winners-list .winners-table tr.is-current-user_6d6fa td {
    background: #ffe88b;
}

.winners-list .winners-table tr.is-current-user_6d6fa td:last-child {
    color: #222;
}

.winners-list .winners-table td {
    padding: 10px 5px;
    color: #222;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 25%;
    text-align: left;
    background: #fff;
    border: none;
}

.winners-list .winners-table tr:nth-child(odd) td {
    background: #fffcee;
}

.winners-list .winners-table td:last-child {
    color: #222;
    width: 15%;
    font-weight: 700;
}

.winners-list .winners-table td:first-child {
    padding-left: 15px;
    padding-right: 0;
}

.winners-list .not-found_36538 {
    text-align: center !important;
    color: #222 !important;
}

.rcs-custom-scroll {
    min-width: 0;
    min-height: 0;
}

.rcs-custom-scroll .rcs-outer-container {
    position: relative;
    overflow: hidden;
}

.rcs-custom-scroll .rcs-custom-scrollbar {
    position: absolute;
    right: 3px;
    z-index: 1;
    box-sizing: border-box;
    padding: 6px 0;
    width: 4px;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease-out;
    pointer-events: none;
    will-change: opacity;
}

.rcs-custom-scroll .rcs-custom-scroll-handle {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.3;
}

.rcs-custom-scroll .rcs-inner-handle {
    margin-top: 6px;
    height: calc(100% - 12px);
    border-radius: 3px;
    background: #262626;
}

.rcs-custom-scroll .rcs-inner-container {
    overflow-x: hidden;
}

.checkbox-block {
    display: flex;
    justify-content: center;
    align-items: center;

.checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    margin-right: 9px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.border-default {
    border: 1px solid #a3a3a3;
}

.border-error {
    border: 1px solid #db3721;
}

.checkbox-not-selected {
    background-color: #575757;

&:hover {
     border-color: #64b946;
 }
}

.checkbox-selected {
    background-color: #64b946;
    border-color: #64b946;

&:hover {
     border-color: #94d77c;
 }
}

.checkbox-title {
button {
    text-decoration: underline;
}
}
}

.dn {
    display: none;
}
