* {
-webkit-appearance: none;
}

.blur {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    height: 100vh;
    width: 50%;
}

h2#swal2-title {
    font-family: 'Gilroy';
}

div#swal2-html-container {
    font-family: 'TT Norms';
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
}

.online_monitoring-ico {
    border-radius: 50%;
    background-color: #8bc34a;
    box-shadow: 0 0 0 0 rgb(123 255 0 / 62%), 0 0 0 0 #4caf50;
    width: 11px;
    height: 11px;
    margin-top: 2px;
    min-width: 6px;
    margin-right: 16px;
    min-height: 6px;
    animation-name: pulser;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    transform-origin: center center;
}

@keyframes pulser {
    from {
        box-shadow: 0 0 0 0 rgb(76 175 80/47%), 0 0 0 0 rgb(139 195 74/60%)
    }

    to {
        box-shadow: 0 0 0 12px rgb(254 203 46/0%), 0 0 0 20px rgb(254 203 46/0%)
    }
}

.error-block {
    position: relative;
    margin-left: 45px;
    color: white;
    width: 53%;
    font-family: 'TT Norms';
    text-transform: uppercase;
    background: #202225;
    font-size: 16px;
    text-align: center;
    padding: 25px;
    font-weight: 400;
}

.error-panel {
    background: #824a4d;
    padding: 16px;
    text-transform: initial;
}


.donut {
    width: 2rem;
    height: 2rem;
    margin-left: 72px;
    border-radius: 50%;
    margin-top: 10px;
    border: 0.3rem solid rgba(151, 159, 208, 0.3);
    border-top-color: #979fd0;
    animation: 1.5s spin infinite linear;
}

.donut_2 {
    width: 2rem;
    height: 2rem;
    margin-left: 72px;
    border-radius: 50%;
    margin-top: 10px;
    border: 0.3rem solid rgba(151, 159, 208, 0.3);
    border-top-color: #979fd0;
    animation: 1.5s spin infinite linear;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
    }
.page-title {
                                        padding: 0px 10px;
                                    }

                                    .page-title * {
                                        font-size: 21px !important;
                                        line-height: 48px;
                                    }

                                    .backpls {
                                        display: none;
                                    }

                                    .lottery {
                                        width: 740px;
                                        margin: 0px;
                                    }

                                    .lottery_header {
                                        position: relative;
                                        width: 100%;
                                        color: #FFF;
                                        height: 200px;
                                        background-color: #000;
                                        box-sizing: border-box;
                                        padding-left: 200px;
                                    }

                                    .lottery_header * {
                                        text-shadow: 0px 2px 2px #000;
                                    }

                                    .lottery_header h1 {
                                        padding-top: 16px !important;
                                        font-size: 24px;
                                    }

                                    .lottery_header .param {
                                        width: 130px;
                                        display: inline-block;
                                    }
									
									.lottery-page {
									    margin-left: 4vh;
									}

                                    .ticket_buy_bar {
                                        position: relative;
                                        display: flex;
                                        margin-top: 10px;
                                        margin-bottom: 10px;
                                    }

                                    .ticket_buy_bar * {
                                        display: inline-block;
                                        line-height: 40px !important;
                                        vertical-align: middle !important;
                                    }

                                    .ticket_buy_bar h1 {
                                        font-size: 20px;
                                    }

                                    .ticket_buy_bar p {
                                        position: absolute;
                                        left: 400px;
                                        height: 40px;
                                        line-height: 40px;
                                        font-size: 16px;
                                        display: flex;
                                    }

                                    .ticket_buy_bar button {
                                        color: #000;
                                        display: inline-block;
                                        position: absolute;
                                        right: 0px;
                                        height: 40px;
                                        border: 0px;
                                        line-height: 40px;
                                        font-weight: bolder;
                                        font-size: 20px;
                                        width: 200px;
                                        cursor: pointer;
                                        text-align: center;
                                        text-transform: uppercase;
                                        background-color: #FFCD00;
                                        padding: 0px !important;
                                    }

                                    .ticket_buy_bar button:hover {
                                        background-color: #FFE300;
                                        box-shadow: 0px 0px 10px #FFCD0080;
                                    }

                                    .tickets {
                                        display: flex;
                                        flex-wrap: wrap;
                                        gap: 10px;
                                    }

                                    .ticket {
                                        user-select: none;
                                        position: relative;
                                        color: #FFF;
                                        cursor: pointer;
                                        background-color: #000;
                                        background-image: url(/img/tickets.png);
                                        width: 140px !important;
                                        height: 90px;
                                        display: inline-block;
                                        box-sizing: border-box;
                                        padding-left: 20px;
										margin-top: 10px;
                                    }

                                    .ticket h1 {
                                        margin-top: 8px;
                                        font-size: 24px;
                                    }

                                    .ticket span {
                                        vertical-align: top;
                                        font-size: 10px;
                                    }

                                    .ticket p {
                                        transform: rotate(-90deg);
                                        position: absolute;
                                        top: 37px;
                                        right: -20px;
                                        color: #FFF !important;
                                        width: 90px;
                                        z-index: 1;
                                        text-align: center;
                                    }

                                    .ticket.taken {
                                        cursor: not-allowed;
                                        background-color: #868888;
                                        color: #000 !important;
                                    }

                                    .ticket.taken p {
                                        color: #000 !important;
                                    }

                                    .ticket.unknown {
                                        cursor: wait;
                                        background-color: #DDD;
                                        color: #DDD !important;
                                    }

                                    .ticket.unknown p {
                                        color: #DDD !important;
                                    }

                                    .ticket.unknown i {
                                        opacity: 0;
                                    }

                                    .ticket.selected {
                                        background-color: #299FA7;
                                    }

                                    .ticket.purchased {
                                        background-color: #AAC6C9;
                                        color: #000;
                                    }

                                    .ticket.purchased p {
                                        color: #000 !important;
                                    }

                                    .ticket.win {
                                        background-color: #0EAC00;
                                    }

                                    .ticket.lose {
                                        background-color: #833434;
                                    }

                                    .ticket.disabled {
                                        background-color: #000;
                                        color: #FFF;
                                    }

                                    .ticket_buy_bar null {
                                        padding: 0px 4px;
                                    }

                                    .ticket_buy_bar i {
                                        height: 40px;
                                    }

                                    .ticket i {
                                        transform: scale(0.7);
                                    }

                                    .reward {
                                        color: #000;
                                        background-color: #EEE;
                                        width: 100%;
                                        padding: 10px;
                                        display: block;
                                        box-sizing: border-box;
                                    }

                                    .admin-btn {
                                        position: absolute;
                                        right: 0px;
                                        top: 0px;
                                        width: 48px;
                                        height: 48px;
                                        font-size: 25px;
                                        line-height: 48px;
                                        text-align: center;
                                        color: #FFF;
                                        opacity: 0.5;
                                    }

                                    .admin-btn:hover {
                                        opacity: 1;
                                    }

                                    .supernav {
                                        position: fixed;
                                        top: 0px;
                                        left: 0px;
                                        width: 100%;
                                        height: 60px;
                                        background-color: #FFF;
                                        z-index: 300;
                                        box-shadow: 0px 0px 24px #00000050;
                                    }

                                    .supernav > div {
                                        width: 1102px;
                                        margin: 10px auto;
                                    }

                                    .rewards {
                                        display: flex;
                                        flex-wrap: wrap;
                                        gap: 10px;
                                    }

                                    .rewards .reward {
                                        width: 33% !important;
                                        flex-grow: 1;
                                    }

                                    .lottery_header .button {
                                        color: #000;
                                        background-color: #F2CB00;
                                        line-height: 48px;
                                        height: 48px;
                                        display: block;
                                        font-size: 24px;
                                        font-weight: bold;
                                        text-align: center;
                                        max-width: 300px;
                                        margin-top: 20px;
                                        position: absolute;
                                        width: 300px;
                                        bottom: 20px;
                                        text-shadow: unset !important;
                                    }

                                    .lottery_header .button:hover {
                                        background-color: #F7FF03;
                                        box-shadow: 0px 0px 10px #F2CB00;
                                    }

                                    .pagination {
                                        display: flex;
                                        flex-wrap: wrap;
                                        gap: 10px;
                                    }

                                    .pagination a {
                                        cursor: pointer;
                                        width: 48px;
                                        height: 48px;
                                        line-height: 48px;
                                        text-align: center;
                                        box-sizing: border-box;
                                        padding: 0px;
                                        color: #FFF;
                                        background-color: #000;
                                        transition: 0s;
                                    }

                                    .pagination a:hover {
                                        color: #FFF !important;
                                        background-color: #299FA7 !important;
                                        transition: 0s;
                                    }

                                    .pagination a.selected {
                                        background-color: #F2CB00;
                                        transition: 0s;
                                    }

                                    .ticket time {
                                        vertical-align: top;
                                        font-size: 10px;
                                        display: block;
                                        position: absolute;
                                        bottom: 10px;
                                    }
									.select_lottery {
										display: flex;
										margin-left: 59px;
										margin-top: 27px;
									}

									.lottery_object {
										background: #32353a;
										padding: 12px;
										font-family: 'SF Pro Display';
										font-style: normal;
										font-weight: 600;
										font-size: 18px;
										color: white;
										padding-right: 22px;
										/* text-transform: uppercase; */
										padding-left: 22px;
										padding-top: 14px;
										border-radius: 13px;
										transition: 0.3s;
										opacity: 0.6;
										cursor: pointer;
										margin-right: 26px;
									}
									.lottery_object.active {
										background: #0091ff!important;
										opacity: 1;
									}

									.lottery_object:hover {
										opacity: 1;
									}    

									.item_object {
										background: #32353a;
										padding: 12px;
										font-family: 'SF Pro Display';
										font-style: normal;
										font-weight: 600;
										font-size: 18px;
										color: white;
										padding-right: 22px;
										/* text-transform: uppercase; */
										padding-left: 22px;
										padding-top: 14px;
										border-radius: 13px;
										transition: 0.3s;
										opacity: 0.6;
										cursor: pointer;
										margin-right: 26px;
									}
									.item_object.active {
										background: #0091ff!important;
										opacity: 1;
									}

									.item_object:hover {
										opacity: 1;
									}    


									.item_off {
										background: #32353a;
										padding: 12px;
										font-family: 'SF Pro Display';
										font-style: normal;
										font-weight: 600;
										font-size: 18px;
										color: white;
										padding-right: 22px;
										/* text-transform: uppercase; */
										padding-left: 22px;
										padding-top: 14px;
										border-radius: 13px;
										transition: 0.3s;
										opacity: 0.6;
										cursor: pointer;
										margin-right: 26px;
									}
									.item_off.active {
										background: #0091ff!important;
										opacity: 1;
									}

									.item_off:hover {
										opacity: 1;
									}    