body {
    background: url("../images/main-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    color: #ffffff;
}
#app {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 75px 0 150px;
}
.container {
    max-width: 960px !important;
}
.container-md {
    width: 768px;
}
.is-desktop {
    display: block;
}
.is-mobile {
    display: none;
}

/* home */
.username {
    margin: 1rem 0 2rem;
    text-align: center;
}

/* header */
header .is-desktop {
    background: url("../images/header-bg-desktop.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* max-width: 1600px;
    height: 80px; */
    display: flex;
    align-items: center;
    margin: auto;
}
header .is-mobile {
    display: none;
}
header .is-desktop > .container .left {
    display: flex;
}
header .is-desktop > .container .left .avatar img {
    height: 50px;
}
header .is-desktop > .container .left .current-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
header .is-desktop > .container .left .current-time img {
    height: 35px;
    margin: 0 1rem;
}
header .is-desktop > .container .left .current-time h4 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
header .is-desktop .title {
    display: flex;
    justify-content: center;
    align-items: center;
}
header .is-desktop .title h4 {
    font-family: "Lato", sans-serif;
    font-size: 21px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #ffd200;
    margin-bottom: 0;
}
header .is-desktop .container .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header .container .balance {
    position: relative;
}
header .container .balance img {
    position: absolute;
    left: 0;
    height: 35px;
}
header .container .balance h4 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #460000;
    background: #ffffff;
    border: 3px solid #aaa;
    border-radius: 25px;
    padding: 3px 25px 3px 60px;
    margin-bottom: 0;
}
header .is-desktop > .container .right .menu-toggle {
    margin-left: 1rem;
}
header .is-desktop > .container .right .menu-toggle > img {
    height: 35px;
}

/* purple gradient box */
.purple-gradient-box {
    background: linear-gradient(#3303b3, #531de5, #3303b3);
    padding: 1.65rem 1.2rem 1.2rem;
    border-radius: 8px;
    margin: auto;
}
.purple-gradient-box .col {
    width: 25%;
    flex: none;
}
.purple-gradient-box button {
    font-family: "Roboto", sans-serif;
    border: 0;
    border-radius: 28px;
    color: #330000;
    background: linear-gradient(
        to top,
        #e8dfa0,
        #f6f8bd,
        #e6dc95,
        #c29a3f,
        #cc9933
    );
    padding: 5px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 10px;
    min-height: 20px;
    line-height: 1.1;
}
.purple-gradient-box button.active {
    background: linear-gradient(#000033, #000033);
    color: #ffffff;
}
.primary-btn {
    font-family: "Roboto", sans-serif;
    border: 0;
    border-radius: 21px;
    color: #330000;
    background: linear-gradient(
        to top,
        #e8dfa0,
        #f6f8bd,
        #e6dc95,
        #c29a3f,
        #cc9933
    );
    padding: 7px;
    font-weight: 700;
    width: 100px;
    margin-bottom: 10px;
}
.group-btn-dropdown {
    display: none;
}

/* box golden border */
.box-style-1 {
    margin-top: 1rem;
    font-family: "Roboto", sans-serif;
}
.box-style-1 .part,
.box-style-1 .seperator {
    padding: 1rem;
}
.box-style-1 .title {
    color: #ffcc00;
    font-weight: 700;
}
.box-style-1 .box-inner-wrapper {
    background: linear-gradient(#000033, #000033) padding-box,
        url("../images/gold.png") border-box;
    background-repeat: round;
    background-size: cover;
    border-radius: 1rem;
    border: 5px solid transparent;
    position: relative;
    overflow: auto;
}
.box-style-1 .box-inner-wrapper .select {
    margin-top: 5px;
}
.box-style-1 .box-inner-wrapper .form-select {
    color: #460000;
    border-radius: 2rem;
    font-size: 13px;
    font-weight: 700;
    width: auto;
    padding: 4px 30px 4px 10px;
}
.box-style-1 .box-inner-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background: linear-gradient(to right, #993300, #663300);
    background-position: center;
    border: 3px solid #ffcc00;
}
.box-style-1 .box-inner-wrapper::-webkit-scrollbar {
    width: 16px;
    height: 10px !important;
}
.box-style-1 .box-inner-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: linear-gradient(to right, #0033ff, #6699ff);
    /* background: url('../images/scrollbar.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; */
}
.box-style-1 .seperator {
    background: #330066;
}
.box-style-1 .seperator:last-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.table-header-st td:first-child {
    border-left: 0;
}
.table-header-st td:last-child {
    border-right: 0;
}
.form-control.bet-num1,
.form-control.bet-num2,
.form-control.bet-num3,
.form-control.bet-num4 {
    background: #2f009c;
    color: #ffffff;
    border: 0;
}
.minwidth100{
    min-width:100px;
}
.form-control.bet-control {
    background: #8f5fff;
    color: #ffffff;
    border: 0;
}
table ::placeholder {
    color: #ffffff !important;
}
.well {
    margin: 15px 0;
}
.well .shortcut-selection {
    margin-bottom: 15px;
}

/* Update button */
#btnUpdate {
    background: linear-gradient(
        to bottom,
        #cc9933 0%,
        #cc9933 18%,
        #ffffcc 65%,
        #ffffcc 75%,
        #cc9933 125%
    );
    border: 2px solid #ffffff;
    border-radius: 25px;
    color: #330000;
    font-weight: 600;
    min-width: 100px;
}

/* table */
.table {
    margin-bottom: 0;
}
.table.border-primary {
    border-color: #f4f4b8 !important;
    text-align: center;
}
.table thead {
    background: #2c0059;
    color: #ffd200;
}
.table thead > tr:first-child {
    border-top: 0;
}
.table thead > tr > th:first-child {
    border-left: 0;
}
.table tbody {
    color: #ffffff;
    border-color: #ffffff;
}
.table tbody > tr:last-child {
    border-bottom: 0;
}
.table tbody > tr > td:first-child {
    border-left: 0;
}
.table-amount.amount-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding-right: 3rem;
    text-align: right;
}
td {
    vertical-align: middle;
}

/* draw history popup */
#drawHistoryModal .modal-content {
    background: transparent;
}
#drawHistoryModal .modal-body {
    padding: 0;
}
#drawHistoryModal .box-style-1 {
    margin-top: 0;
}

/* table style */
.table-style-1 h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 10px;
}
.table-style-1 .title {
    color: #ffd200 !important;
}
.table-style-1 .table thead {
    color: #ffffff;
}
.table-style-1 .table thead tr:last-child th:last-child {
    border-right: 0;
}
.table-style-1 .table > :not(caption) > * > * {
    background: #2c0059;
}
.table-style-1 .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #48376d;
    color: #ffffff;
}
.table-style-1 .table-striped > tbody > tr:nth-of-type(odd) > th,
.table-style-1 .table-striped > tbody > tr > th {
    border-left: 0;
}
.table-style-1 .table-striped > tbody > tr > * {
    background-color: #160144;
    color: #ffffff;
    border-right: 0;
}
.table-style-1 .table-bordered > :not(caption) > * {
    border-width: 0;
}
.table-style-1 .modal-footer .btn {
    background: linear-gradient(#121212, #242424, #121212);
}

/* form select */
form {
    font-family: "Roboto", sans-serif;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.purple-gradient-box .form-control,
.purple-gradient-box .form-select {
    color: #460000;
    border-radius: 2rem;
    font-weight: 700;
}
#analisis .form-select {
    padding: 0.15rem 2.25rem 0.15rem 0.75rem;
    font-size: 0.85rem;
    /* background: linear-gradient(to top, #e8dfa0, #b48120); */
    color: #460000;
    border: 2px solid #8c67a8;
    appearance: auto;
}
#analisis .content-details .form-select {
    margin-bottom: 0.5rem;
    background: linear-gradient(to top, #e8dfa0, #b48120);
    color: #460000;
    border: 2px solid #8c67a8;
    appearance: auto;
}

/* custom select */
.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}
.hidden {
    display: none;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: black;
    width: 100%;
}
.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 0 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 28px;
    border: 2px solid #8c67a8;
}

.styledSelect-disabled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 0 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 28px;
    border: 2px solid #8c67a8;
}

.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: black transparent transparent transparent;
}
.styledSelect:active,
.styledSelect.active {
    background-color: #eee;
}
.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #ccc;
    background-image: linear-gradient(
        to bottom,
        #cc9933 -49%,
        #ffffcc 72%,
        #cc9933 114%
    );
    border-radius: 5px;
    margin-top: 2px; 
}
.options li {
    margin: 0 0;
    padding: 6px 10px;
    font-weight: 600;
    color: #330000;
    border-bottom: 1px solid #000033;
}
.options li:hover {
    background-color: #39f;
    color: white;
}

/* select pools */
#select-pools .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}
#select-pools .form-check .form-check-input {
    background: transparent;
    border: 1px solid white;
    margin-left: 0;
    margin-top: 0;
}
.form-check-input:checked {
    background-color: #0d6efd !important;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("../images/check.png") !important;
    background-size: contain !important;
}
#select-pools .btn-submit {
    background: linear-gradient(
        to bottom,
        #cc9933 0%,
        #cc9933 18%,
        #ffffcc 65%,
        #ffffcc 75%,
        #cc9933 125%
    );
    border: 2px solid #ffffff;
    border-radius: 25px;
    color: #330000;
    font-weight: 600;
    min-width: 100px;
}
#select-pools .btn-clear {
    background: linear-gradient(to bottom, #000000, #333333, #000000);
    border: 2px solid #ffffff;
    border-radius: 25px;
    color: #ffffff;
    min-width: 100px;
}
#select-pools .purple-gradient-box .div-wrapper {
    justify-content: center;
    margin-bottom: 1rem;
    padding: 0;
}
#select-pools .select-pools-input {
    margin-bottom: 15px;
    width: 30%;
}
#select-pools .select-pools-input .select {
    width: 100%;
}
#select-pools .select-game-input {
    margin-bottom: 15px;
    width: 30%;
}
#select-pools .select-game-input .select {
    width: 100%;
}
#select-pools .nav-link {
    color: #ffffff;
    font-weight: 700;
    padding: 8px 10px;
}
#select-pools .nav-link.active {
    background: linear-gradient(#0606ec, #08006d);
    border: 3px solid #ffb701;
    border-radius: 24px;
    color: #ffb701;
    margin-bottom: 1rem;
    padding: 5px 16px;
}
#betResult .modal-body {
    padding: 0;
}
#betResult .box-style-1 {
    margin-top: 0;
}
.shortcut-selection {
    width: 100%;
    display: flex;
    justify-content: center;
}
.radio-inline,
.checkbox-inline {
    margin-right: 8px;
}
.checkbox-inline .form-check-input {
    margin-right: 5px;
}
#select-pools select.form-control {
    appearance: auto;
}

/* home pools*/
.prize-pool {
    position: relative;
    padding: 0 50px;
    margin-top: -50px;
}
.prize-pool .swiper-wrapper {
    padding-top: 50px;
}
.pool-card:hover {
    cursor: pointer;
}
.prize-pool .pool-card {
    display: flex;
    justify-content: center;
    align-content: center;
}
.prize-pool .pool-card .top {
    display: flex;
    justify-content: center;
}
.prize-pool .pool-card .top img {
    margin-bottom: 1rem;
    /* width: 125px; */
}
.prize-pool .pool-details {
    position: absolute;
    top: -24px;
    /* display: flex; */
    display: block;
    flex-wrap: wrap;
    justify-content: center;
}
.prize-pool .centered {
    text-align: center;
}
.prize-pool .centered .draw-number {
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-weight: bold;
    color: #ffd200;
}
.prize-pool .centered .title {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0;
}
.prize-pool .centered .date {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #ffd200;
    margin-top: 0.1rem;
    margin-bottom: 0.65rem;
}
.prize-pool .bottom {
    position: absolute;
    bottom: 6px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.prize-pool .bottom p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: "" !important;
}
.swiper-button-next img,
.swiper-button-prev img {
    height: 75px;
}

/* menu dropdown */
.dropdown-menu {
    background: linear-gradient(
        to bottom,
        #cc9933 -49%,
        #ffffcc 72%,
        #cc9933 114%
    );
    padding: 0;
}
.dropdown-menu li .menu-ico {
    width: 30px;
    margin-right: 0.5rem;
}
.dropdown-item {
    border-bottom: 1px solid #460000;
    width: 300px;
    color: #460000;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.dropdown-menu .sub-menu {
    list-style-type: none;
    padding-left: 0;
}
.dropdown-menu .sub-menu li .dropdown-item {
    padding-left: 70px;
}
.menu-toggle.dropdown .dropdown-menu {
    max-height: 500px;
    overflow-y: scroll;
}

/* logout */
.modal-content {
    font-family: "Roboto", sans-serif;
    background: #ccccff;
    color: #333333;
}
.modal-header {
    border-bottom: 0;
}
.modal-header .btn-close {
    background: url(../images/close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}
.modal-body h5 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 2rem;
}

.modal-body .h5 {
    display:block;
    text-align: center;
    font-weight: 700;
    margin-bottom: 2rem;
}

.modal-footer {
    flex-wrap: nowrap;
    justify-content: center;
    border-top: 0;
}
.modal-footer .btn {
    border: 2px solid #ffffff;
    border-radius: 16px;
    padding: 8px 38px;
    font-size: 16px;
    font-weight: 700;
    min-width: 180px;
}
.modal-footer .btn-cancel {
    border: 2px solid #ffffff;
    color: #330000;
    background: linear-gradient(
        to bottom,
        #cc9933 0%,
        #cc9933 18%,
        #ffffcc 65%,
        #ffffcc 75%,
        #cc9933 125%
    );
    margin-right: 15px;
}
.modal-footer .btn-logout {
    color: #ffffff;
    background: linear-gradient(to bottom, #000000, #333333, #000000);
    margin-left: 15px;
}

/* mobile menu */
#menu .modal-dialog {
    margin: 0;
}
#menu .modal-header .btn-close {
    background: url(../images/close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    position: fixed;
    right: 1rem;
    top: 1rem;
}
#menu .modal-content {
    background: linear-gradient(
        to bottom,
        #cc9933 -49%,
        #ffffcc 72%,
        #cc9933 114%
    );
    height: 100vh;
    min-height: 100%;
    border-radius: 0;
    overflow-y: scroll;
}
#menu .modal-body {
    padding: 0;
}
#menu .modal-body ul {
    padding-left: 0;
}
#menu .modal-body ul li {
    border-bottom: 1px solid #460000;
}
#menu .modal-body ul li:last-child {
    border-bottom: 0;
}
#menu .modal-body ul li .dropdown-item {
    border-bottom: 0;
    padding: 7px 15px;
    font-size: 16px;
}
#menu .modal-body ul li .dropdown-item img {
    width: 28px;
    margin-right: 5px;
}
#menu .modal-body ul.sub-menu li .dropdown-item {
    padding: 7px 60px;
}
#menu .modal-body ul.sub-menu li:last-child {
    border-bottom: 1px solid #460000;
}

/* footer */
footer {
    display: flex;
}
footer .is-desktop {
    background: url("../images/footer-bg-desktop.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    /* max-width: 1600px;
    height: 124px; */
    margin: auto;
}
footer .is-mobile {
    display: none;
}
footer .icon-placement {
    display: grid;
    grid-template-columns: 30% 30%;
    justify-content: space-between;
}
footer .menu-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .menu-icon h6 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
}
footer .icon {
    width: 64px;
    margin-bottom: 0.5rem;
}
footer a {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}
footer button {
    background: none;
    box-shadow: none;
    border: 0;
    padding: 0;
    color: #ffffff;
}
footer .left-content,
footer .right-content {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: space-between;
    margin-bottom: 4px;
}
footer .menu-icon {
    position: relative;
}
footer .menu-icon .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 99;
    width: 64px;
    margin-bottom: 0.5rem;
}
footer .menu-icon:hover h6 {
    color: #ffd200;
}
footer .menu-icon:hover .img-top {
    display: inline;
}

.round-images {
    border-radius: 50%;
    width: 125px;
    height: 125px;
    object-fit: cover;
}
@media (max-device-width: 1020px) {
    /* SHOW MESSAGE HIDE CONTENT */
    @media only screen and (orientation: landscape) {
        #turn {
            display: block !important;
        }
        #content {
            display: none;
        }
    }

    /* SHOW CONTENT HIDE MESSAGE */
    @media only screen and (orientation: portrait) {
        #turn {
            display: none;
        }
        #content {
            display: block;
        }
    }
    .round-images {
        border-radius: 50%;
        width: 80px;
        height: 80px;
        object-fit: cover;
    }
    .prize-pool .pool-card .top img {
        margin-bottom: 0rem !important;
        /* width: 125px; */
    }
}

/* For 1024 Resolution */
@media screen and (orientation: portrait) and (max-device-width: 480px) {
    body {
        font-size: 12px;
        height: auto;
    }
    #app {
        display: block;
        min-height: 100vh;
        padding-top: 84px;
        padding-bottom: 116px;
    }
    .container-md {
        width: auto;
    }
    .is-desktop {
        display: none;
    }
    .is-mobile {
        display: block;
    }
    .username {
        margin: 0 0 1rem 0;
    }
    .username h4 {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 0;
    }
    header .is-mobile {
        display: block;
    }
    header .is-mobile .top {
        background: url("../images/mobile/header_gradient.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    header .is-mobile .top .row {
        padding: 8px 0;
    }
    header .is-mobile .bottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
    }
    header .is-mobile .bottom .title {
        position: absolute;
        top: 5px;
    }
    header .is-mobile .bottom .title h4 {
        font-family: "Lato", sans-serif;
        font-size: 15px;
        font-weight: 900;
        text-align: center;
        text-transform: uppercase;
        color: #ffd200;
        margin-bottom: 0;
    }
    /* header .is-mobile .avatar > img,
    header .is-mobile .menu-toggle > img {
        width: 32px;
    } */
    header .is-mobile .current-time {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header .is-mobile .current-time img {
        width: 18px;
    }
    header .is-mobile .current-time h4 {
        font-size: 10px;
        font-weight: 600;
        margin-left: 0.25rem;
        margin-bottom: 0;
    }
    header .container .balance img {
        height: 28px;
    }
    header .container .balance h4 {
        font-size: 10px;
        padding: 5px 5px 5px 25px;
        text-align: center;
    }
    header .is-desktop {
        display: none;
    }
    header .time-balance {
        display: grid;
        grid-template-columns: 50% 50%;
        padding: 0 5px;
        width: 100%;
    }
    header .grid {
        display: grid;
        grid-template-columns: 10% 80% 10%;
        justify-items: center;
        align-items: center;
        padding: 5px 0;
    }
    footer .is-mobile {
        background: url("../images/mobile/footer_bg.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: flex-end;
        width: 100%;
        height: 100px;
        margin: auto;
    }
    footer .is-mobile .menu-icon {
        width: 20%;
    }
    footer .is-desktop {
        display: none;
    }
    footer .menu-icon {
        padding-top: 0.5rem;
    }
    footer .menu-icon h6 {
        text-align: center;
        text-transform: uppercase;
        font-size: 8px;
    }
    footer .icon {
        width: 36px;
        height: 36px;
        margin-bottom: 0.3rem;
    }
    .group-btn-dropdown {
        display: block;
    }
    .group-btn-dropdown .dropdown-toggle {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        color: #330000;
        background: linear-gradient(
            to top,
            #e8dfa0,
            #f6f8bd,
            #e6dc95,
            #c29a3f,
            #cc9933
        );
        border: 3px solid #8c67a8;
        border-radius: 28px;
        width: 100%;
        padding: 10px 24px;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .group-btn-dropdown .dropdown-menu {
        width: 100%;
    }
    .group-btn-dropdown .dropdown-item {
        width: 100%;
        padding: 10px 24px;
        border-bottom: 3px solid #200052;
    }
    .group-btn-dropdown .dropdown-item:hover {
        background: #3303b3;
        color: #ffffff;
    }
    .prize-pool {
        margin-top: 15px;
    }
    .prize-pool.is-mobile {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }
    .prize-pool.is-mobile .pool-details {
        position: absolute;
        top: -24px;
    }
    .prize-pool.is-mobile .result-wrapper {
        margin-bottom: 2.5rem;
    }
    .prize-pool.is-mobile .result-wrapper .pool-card {
        position: relative;
    }
    .prize-pool .pool-card .top img {
        margin-bottom: 0.5rem;
        width: 80px;
        height: 80px;
    }
    .prize-pool .pool-card .bg {
        display: flex;
        justify-content: center;
    }
    .prize-pool .pool-card .bg img {
        width: 78%;
    }
    .prize-pool .centered .draw-number {
        font-size: 24px;
    }
    .prize-pool .centered .title {
        font-size: 11px;
    }
    .prize-pool .centered .date {
        font-size: 13px;
    }
    .prize-pool .bottom {
        bottom: 3px;
    }
    .prize-pool .bottom p {
        font-size: 9px;
    }
    #select-pools .purple-gradient-box .div-wrapper {
        background: linear-gradient(#0f0031, #180249);
        justify-content: center;
        padding: 1rem 0 0;
        border-radius: 1rem;
        margin-bottom: 1rem;
    }
    #select-pools .select-pools-input {
        width: 100%;
    }
    #select-pools .select-game-input {
        width: 100%;
    }
    .modal-footer .btn {
        padding: 6px;
        min-width: 140px;
    }
}

.default-hidden {
    display: none;
}

input[type="tel"] {
    min-width: 100px !important;
}

div.emptymargin > select {
    min-width: 100px !important;
}

.limit-width {
    min-width: 80px !important;
    text-align: left;
}

.h-space {
    display: block;
    margin: 5px 0 2px 0;
}

.select > .options {
    max-height: 260px;
    overflow-y: scroll;
}

@media screen and (orientation: landscape) and (max-device-width: 844px) {
    #app {
        padding: 78px 0 100px;
        margin: auto;
        width: 80%;
    }
    #app .username h4 {
        font-size: 15px;
    }
    #app .username {
        margin: -2rem 0 3rem;
    }
    .container-md {
        width: auto;
    }
    header .is-desktop .title h4 {
        font-size: 16px;
    }
    header .is-desktop > .container .left .avatar img {
        height: 38px;
    }
    header .is-desktop > .container .left .current-time h4 {
        font-size: 13px;
    }
    header .is-desktop > .container .left .current-time img {
        height: 30px;
    }
    header .is-desktop > .container .left {
        align-items: center;
    }
    header .container .balance h4 {
        padding: 3px 25px 3px 50px;
        font-size: 14px;
    }
    header .container .balance img {
        height: 32px;
    }
    footer .is-desktop {
        background-size: cover;
        height: 68px;
    }
    footer .icon {
        width: 45px;
        margin-bottom: 0.15rem;
    }
    footer .icon-placement {
        grid-template-columns: 30% 30%;
    }
    footer .menu-icon h6 {
        font-size: 9px;
    }
    .prize-pool .pool-details {
        top: -45px;
    }
    .prize-pool .pool-card .top img {
        margin-bottom: 0.5rem;
        width: 80px;
    }
    .prize-pool .centered .draw-number {
        font-size: 24px;
    }
    .prize-pool .centered .title {
        font-size: 10px;
    }
    .prize-pool .centered .date {
        font-size: 12px;
    }
    .prize-pool .bottom {
        bottom: 2px;
    }
    .prize-pool .bottom p {
        font-size: 10px;
    }
    .menu-toggle.dropdown .dropdown-menu {
        max-height: 280px;
    }
    .dropdown-item {
        width: 250px;
        font-size: 13px;
    }
    .dropdown-menu li .menu-ico {
        width: 20px;
    }
    #select-pools .select-pools-input,
    #select-pools .select-game-input {
        width: 35%;
    }
    .swiper-button-next img,
    .swiper-button-prev img {
        height: 58px;
    }
}

@media screen and (orientation: landscape) and (max-device-width: 736px) {
    #app {
        padding: 50px 0 100px;
        margin: auto;
        width: 95%;
    }
    #app .username h4 {
        font-size: 13px;
    }
    #app .username {
        margin: 0 0 3rem;
    }
    .container-md {
        width: auto;
    }
    header .is-desktop .title h4 {
        font-size: 16px;
    }
    header .is-desktop > .container .left .avatar img {
        height: 34px;
    }
    header .is-desktop > .container .left .current-time h4 {
        font-size: 10px;
    }
    header .is-desktop > .container .left .current-time img {
        height: 30px;
    }
    header .is-desktop > .container .left {
        align-items: center;
    }
    header .is-desktop > .container .right .menu-toggle > img {
        height: 28px;
    }
    header .container .balance h4 {
        padding: 3px 10px 3px 35px;
        font-size: 11px;
    }
    header .container .balance img {
        height: 26px;
    }
    footer .is-desktop {
        background-size: cover;
        height: 68px;
    }
    footer .icon {
        width: 45px;
        margin-bottom: 0.15rem;
    }
    footer .icon-placement {
        grid-template-columns: 30% 30%;
    }
    footer .menu-icon h6 {
        font-size: 8px;
    }
    .prize-pool .pool-details {
        top: -45px;
    }
    .prize-pool .pool-card .top img {
        margin-bottom: 0.5rem;
        width: 68px;
    }
    .prize-pool .centered .draw-number {
        font-size: 21px;
    }
    .prize-pool .centered .title {
        font-size: 9px;
    }
    .prize-pool .centered .date {
        font-size: 10px;
    }
    .prize-pool .bottom {
        bottom: 2px;
    }
    .prize-pool .bottom p {
        font-size: 9px;
    }
    .menu-toggle.dropdown .dropdown-menu {
        max-height: 280px;
    }
    .dropdown-item {
        width: 250px;
        font-size: 13px;
    }
    .dropdown-menu li .menu-ico {
        width: 20px;
    }
    #select-pools .select-pools-input,
    #select-pools .select-game-input {
        width: 35%;
    }
    .swiper-button-next img,
    .swiper-button-prev img {
        height: 50px;
    }
}
