@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard.css');
@import url('https://fonts.cdnfonts.com/css/impact');
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-rounded/css/uicons-regular-rounded.css');

body {
    background: #0f1324;
    position: relative;
}

body,
body * {
    font-family: Pretendard, sans-serif;
}

body * {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    letter-spacing: -0.025em;
}

body .font_gmarket_sans {
    font-family: Pretendard, sans-serif;
}

body input[type='number'] {
    color: #15a7fb;
}

body img {
    -webkit-user-drag: none;
}

body a {
    text-decoration: none;
}

body input {
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
}

body .flexbox {
    display: flex;
}

body .fullbox {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

body .scrollbox {
    overflow-x: hidden;
    overflow-y: scroll;
}

body .scrollbox::-webkit-scrollbar {
    width: 5px !important;
    border-radius: 3px !important;
}

body .scrollbox::-webkit-scrollbar-track {
    background: #000 !important;
    border-radius: 3px !important;
}

body .scrollbox::-webkit-scrollbar-thumb {
    background: #8600f7;
    border-radius: 3px;
}

body iframe {
    border: 0;
    padding: 0;
    margin: 0;
}

body iframe,
body iframe body,
body iframe html {
    overflow: hidden !important;
}

input[type='checkbox'] {
    background-color: #000;
    border: 1px solid #363f49;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

input[type='checkbox']:checked {
    background-color: #0042ff;
    border-color: #363f49;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

button:not(:disabled),
[role='button']:not(:disabled) {
    cursor: pointer;
}

.font-pretendard {
    font-family: 'Pretendard';
}

.font-impact {
    font-family: 'Impact', sans-serif;
}

#App {
    position: relative;
    box-sizing: border-box !important;
}

#App::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

#App::-webkit-scrollbar,
#App::-webkit-scrollbar-corner {
    background-color: #1b222c;
}

#App::-webkit-scrollbar-thumb {
    background-color: #2a3746;
    border-radius: 10px;
}

#App {
    position: fixed;
    overflow-x: auto;
    overflow-y: auto;
    transition: all 0.5s;
    opacity: 1;
}

#App,
#App #Page {
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#App #Page {
    min-height: 600px;
}

#App #Page,
#App #Page #Container {
    position: absolute;
    min-width: 1200px;
    width: 100%;
}

#App #Page #Container {
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 130px;
    bottom: 0;
}

@keyframes effect_animate_glossy {
    0% {
        background-position: 0;
    }

    to {
        background-position: 10rem;
    }
}

#App #Page #Container .effect_glossy {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        hsla(0, 0%, 100%, 0.1) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.1) 0,
        hsla(0, 0%, 100%, 0.1) 75%,
        transparent 0,
        transparent
    );
    background-size: 10rem 10rem;
    filter: blur(10px);
    animation: effect_animate_glossy 2s linear infinite;
}

@keyframes effect_animate_glossy_large {
    0% {
        background-position: 0;
    }

    to {
        background-position: 60rem;
    }
}

#App #Page #Container .effect_glossy_large {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        hsla(0, 0%, 100%, 0.1) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.1) 0,
        hsla(0, 0%, 100%, 0.1) 75%,
        transparent 0,
        transparent
    );
    background-size: 60rem 60rem;
    filter: blur(20px);
    animation: effect_animate_glossy_large 4s linear infinite;
}

@media screen and (max-width: 1399px) {
    #App #Page #Container {
        width: 100%;
    }
}

#App #Page #Container .SportsInternational .match_master .scroll-to-top-btn {
    right: 57% !important;
}

#App #Page #Container.FullScreen {
    top: 70px;
}

#App #Page #Container::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: #0b0e18;
}

#App #Page #Container::-webkit-scrollbar-corner {
    background-color: #0b0e18;
}

#App #Page #Container::-webkit-scrollbar-thumb {
    background-color: #2a3746;
    border-radius: 10px;
}

#App #Page:not(.active) {
    opacity: 0;
}

#App #Popup {
    transition: all 0.5s;
}

#App #Popup:not(.active) {
    opacity: 0;
}

#App #Advertisement {
    transition: all 0.5s;
}

#App #Advertisement:not(.active) {
    opacity: 0;
}

#App .loading {
    color: #fff;
    opacity: 1;
}

#App .loading.active {
    opacity: 0;
    transition: all 0.5s;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.swal2-container {
    width: 100vw;
    height: 100vh;
    opacity: 1;
    background: rgba(0, 0, 0, 0.533) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    backdrop-filter: blur(5px) !important;
}

.swal2-popup {
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.333), 0 0 30px #000,
        0 0 60px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 1px solid #394558;
    -webkit-backdrop-filter: blur(30px) !important;
    backdrop-filter: blur(30px) !important;
    background: rgba(6, 6, 14, 0.74) !important;
}

.swal2-title {
    font-size: 25px !important;
    color: #f4f4f4;
}

.swal2-html-container {
    display: none !important;
}

.swal2-actions {
    flex-wrap: wrap !important;
    width: 100%;
}

.swal2-actions,
.swal2-actions .swal2-confirm {
    display: flex !important;
    justify-content: center !important;
}

.swal2-actions .swal2-confirm {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center !important;
    background-color: #0042ff !important;
    outline: none !important;
    max-width: 420px;
    min-width: 150px;
    margin: 20px 10px;
    transition: a;
}

.swal2-actions .swal2-confirm:focus {
    box-shadow: none !important;
}

.swal2-actions .swal2-cancel {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #dc3741;
    outline: none;
    max-width: 420px;
    min-width: 150px;
    margin: 20px 10px;
    transition: a;
}

.swal2-actions .swal2-cancel:focus {
    box-shadow: none !important;
}

.Ads-Container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: auto;
    overflow-y: auto;
    transition: all 0.5s;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.62);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 100px;
}

.Ads-Container .ads-item {
    flex-shrink: 1;
}

.Ads-Container .ads-item .img-banner {
    max-width: 520px;
    height: 780px;
    max-height: 50vh;
}

.Ads-Container .ads-item .btn-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.Ads-Container .ads-item .btn-group .btn {
    color: hsla(0, 0%, 100%, 0.78);
    font-size: 14px;
    font-family: Pretendard, sans-serif;
    cursor: pointer;
}

.Ads-Container .ads-item .btn-group .btn:hover {
    color: #640ea9;
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td {
    vertical-align: middle !important;
}

.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-expand {
    max-width: 0;
    min-width: 0;
    padding: 0 5px;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 0;
}

.dx-datagrid {
    border: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 100%;
}

.dx-datagrid,
.dx-datagrid .dx-datagrid-content {
    background: transparent;
}

.dx-datagrid .dx-datagrid-headers {
    background: transparent;
    border: 0 !important;
    position: relative;
}

.dx-datagrid .dx-datagrid-rowsview {
    background: transparent;
    border: 0;
    z-index: 10 !important;
}

.dx-datagrid .dx-master-detail-row {
    animation: animation 1.3s !important;
}

.dx-datagrid .dx-master-detail-row .dx-master-detail-cell {
    background-color: #101721 !important;
    border: none;
    padding: 0;
}

@keyframes animation {
    0% {
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
    }

    to {
        height: 100% !important;
        min-height: 100% !important;
        max-height: 100% !important;
    }
}

.dx-datagrid tr.dx-datagrid-filter-row input.dx-texteditor-input {
    font-size: 12px;
}

.dx-datagrid tr.dx-header-row td {
    background: linear-gradient(#1d232c, #0e1116);
    border: 1px solid #474747 !important;
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    text-align: center !important;
    width: 100%;
}

.dx-datagrid tr.dx-header-row td:first-child {
    border-left: 0;
}

.dx-datagrid tr.dx-header-row td:last-child {
    border-radius: 0 5px 5px 0;
}

.dx-datagrid tr.dx-header-row td:nth-child(2) {
    border: 0 !important;
    display: none;
    max-width: 0 !important;
    min-width: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    width: 0 !important;
}

.dx-datagrid tr.dx-data-row {
    background: #1b222c !important;
    border: 0 !important;
    padding: 0;
    position: relative;
}

.dx-datagrid tr.dx-data-row:hover {
    background: #293442 !important;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.145);
    z-index: 10;
}

.dx-datagrid tr.dx-data-row:hover td {
    color: #fff;
}

.dx-datagrid tr.dx-data-row td {
    border: 1px solid #474747;
    color: #c7c7c7;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    transition: all 0.1s;
    width: 100%;
}

.dx-datagrid tr.dx-data-row td:last-child {
    border-radius: 0 5px 5px 0;
    font-size: 12px;
}

.dx-datagrid tr.dx-data-row td:first-child {
    border: 0 !important;
    display: none;
    max-width: 0 !important;
    min-width: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    width: 0 !important;
}

.dx-datagrid tr.dx-data-row.dx-selection td {
    background: #11161d !important;
    border: 0 !important;
    border-left: 0 solid transparent !important;
    color: #16bdf9 !important;
}

.dx-datagrid .p-0 {
    padding: 0 !important;
}

.dx-datagrid .dx-checkbox-container {
    filter: invert(0.8) hue-rotate(180deg);
}

.dx-datagrid .dx-datagrid-nodata {
    font-size: 14px;
}

html {
    scroll-behavior: smooth !important;
}

.scroll-to-top-btn {
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: transparent;
    border: 0;
    border-radius: 35px;
    bottom: 20px;
    box-shadow: -2px -2px 4px 0 hsla(0, 0%, 100%, 0.4),
        2px 2px 10px 0 rgba(0, 0, 0, 0.9);
    color: #afafaf;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 70px;
    justify-content: center;
    padding-top: 10px;
    position: fixed;
    right: 20px;
    transition: all 0.2s;
    width: 70px;
    z-index: 100000000;
}

.scroll-to-top-btn div {
    border: 0;
    font-family: 'sans-serif';
    font-size: 30px;
    height: 15px;
    margin: 0;
    padding: 0;
    transform: scaleY(0.6) translateY(-145%);
}

.scroll-to-top-btn div:first-child {
    font-size: 50px;
}

.scroll-to-top-btn div:nth-child(2) {
    font-size: 30px;
}

.scroll-to-top-btn:hover {
    box-shadow: -2px -2px 5px 0 hsla(0, 0%, 100%, 0.2), 2px 2px 10px 0 #000;
    transition: all 0.2s;
}

.scroll-to-top-btn:hover div {
    color: #fff;
    transition: all 0.2s;
}

.scroll-to-top-btn:active {
    box-shadow: -2px -2px 10px 0 rgba(0, 0, 0, 0.9),
        2px 2px 4px 0 hsla(0, 0%, 100%, 0.2);
    transition: all 0.2s;
}

.scroll-to-top-btn:active div {
    color: #0042ff;
    transition: all 0.2s;
}

.scroll-fullscreen .scroll-to-top-btn {
    right: 265px !important;
    z-index: 99999;
}

.team-logo:after {
    background-image: url(https://file.onetopdev.com/img/frontend/gif/electric-sparks.gif);
    background-repeat: round;
    content: '';
    filter: hue-rotate(65deg) brightness(0.8) saturate(4);
    height: 65px;
    margin-right: 5px;
    position: absolute;
    width: 65px;
}

.team-logo img {
    box-shadow: 0 0 5px #3affe1;
}

.event_details_wrapper .team-logo:after {
    bottom: -24px;
    height: 72px;
    left: -7px;
    position: absolute;
    width: 72px;
}

.match_detail_head .team-logo:after {
    background-image: none;
    content: none;
}

.match_detail_head .team-logo:before {
    background-image: url(https://file.onetopdev.com/img/frontend/gif/electric-sparks.gif);
    background-position-x: -3px;
    background-position-y: -2px;
    background-repeat: no-repeat;
    background-size: 45px;
    content: '';
    filter: hue-rotate(57deg) brightness(0.8) saturate(4);
    height: 50px;
    position: absolute;
    width: 50px;
}

.MainBeforeLoginVisualBox .visualNav div.Active {
    background: #929292;
    border-radius: 8px;
    display: block;
    height: 16px;
    margin: 3px 8px 5px;
    transition: all 0.2s;
    width: 50px;
}

.casino-notice-img {
    bottom: 20px;
    cursor: pointer;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 999;
}

#MainNav {
    bottom: 0;
    display: block;
    position: absolute;
    right: 10px;
}

#MainNav .menuGroup {
    cursor: pointer;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
}

#MainNav .menuGroup .menuItem {
    display: block;
    position: relative;
}

#MainNav .menuGroup .menuItem .glow {
    color: #fff !important;
    animation: blinkAnimation 1s infinite;
}

@keyframes blinkAnimation {
    0% {
        text-shadow: 0 0 0 #56abf7;
    }

    to {
        text-shadow: 0 0 20px #56abf7;
    }
}

#MainNav .menuGroup .menuItem a {
    color: #ded9e3;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px 22px;
    transition: all 0.1s;
    white-space: nowrap;
}

#MainNav .menuGroup .menuItem .menuGroup {
    bottom: 0;
    display: block;
    height: 0;
    left: 50%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transform: translate(-50%, 100%);
    transition: all 0.3s;
}

#MainNav .menuGroup .menuItem .menuGroup .menuItem {
    background: #222a33;
    display: block;
    height: 35px;
    position: relative;
}

#MainNav .menuGroup .menuItem .menuGroup .menuItem a {
    color: #8b8b8b;
    font-size: 13px;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    min-width: 150px;
    padding: 0 15px;
    text-align: center;
    text-shadow: none;
    white-space: nowrap;
}

#MainNav .menuGroup .menuItem .menuGroup .menuItem:nth-child(odd) {
    background: #1e252c;
}

#MainNav .menuGroup .menuItem .menuGroup .menuItem .menuGroup {
    display: block;
    height: 0;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%);
}

#MainNav .menuGroup .menuItem .menuGroup .menuItem .menuGroup .menuItem {
    background: #222a33;
    display: block;
    height: 35px;
    position: relative;
}

#MainNav .menuGroup .menuItem .menuGroup .menuItem .menuGroup .menuItem a {
    color: #8b8b8b;
    font-size: 13px;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    min-width: 150px;
    padding: 0 15px;
    text-align: center;
    text-shadow: none;
    white-space: nowrap;
}

#MainNav
    .menuGroup
    .menuItem
    .menuGroup
    .menuItem
    .menuGroup
    .menuItem:nth-child(odd) {
    background: #1e252c;
}

#MainNav .menuGroup .menuItem .menuGroup .menuItem .menuGroup .menuItem.active,
#MainNav .menuGroup .menuItem .menuGroup .menuItem .menuGroup .menuItem:hover {
    background: #171c21;
}

#MainNav
    .menuGroup
    .menuItem
    .menuGroup
    .menuItem
    .menuGroup
    .menuItem.active
    a,
#MainNav
    .menuGroup
    .menuItem
    .menuGroup
    .menuItem
    .menuGroup
    .menuItem:hover
    a {
    color: #fff;
    text-shadow: 0 0 0 #fff, 0 0 10px #8600f7, 0 0 30px #8600f7;
    transition: all 0.1s;
}

#MainNav .menuGroup .menuItem .menuGroup .menuItem:hover {
    background: #171c21;
}

#MainNav .menuGroup .menuItem .menuGroup .menuItem.active a,
#MainNav .menuGroup .menuItem .menuGroup .menuItem:hover a {
    color: #fff;
    text-shadow: 0 0 0 #fff, 0 0 10px #0042ff, 0 0 30px #0042ff;
    transition: all 0.1s;
}

#MainNav .menuGroup .menuItem .menuGroup .menuItem:hover .menuGroup {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: auto;
    opacity: 1;
    overflow: visible;
    position: absolute;
    right: 0;
    transform: translate(100%);
    transition: all 0.1s;
}

#MainNav .menuGroup .menuItem.active a,
#MainNav .menuGroup .menuItem:hover a {
    color: #fff;
    text-shadow: 0 0 5px #0042ff, 0 0 10px #0042ff, 0 0 15px #0042ff,
        0 0 20px #0042ff, 0 0 25px #0042ff, 0 0 30px #0042ff, 0 0 35px #0042ff;
    transition: all 0.1s;
}

#MainNav .menuGroup .menuItem:hover .menuGroup {
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: auto;
    left: 50%;
    opacity: 1;
    overflow: visible;
    position: absolute;
    transform: translate(-50%, 100%);
    transition: all 0.3s;
}

#MainNav .menuGroup .menuItem:last-child .menuGroup {
    bottom: 0;
    left: 0;
}

#MainOutlogin {
    display: flex;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all 0.2s;
    transition-delay: 0.2s;
}

#MainOutlogin .button {
    align-items: center;
    color: #ded9e3;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    justify-content: center;
    margin-left: 5px;
    padding: 20px 10px 0;
    transition: all 0.3s;
    white-space: nowrap;
}

#MainOutlogin .button.active,
#MainOutlogin .button:hover,
#MainOutlogin .icon-top.active,
#MainOutlogin .icon-top:hover {
    color: #fff;
    text-shadow: 0 0 5px #0042ff, 0 0 10px #0042ff, 0 0 15px #0042ff,
        0 0 20px #0042ff, 0 0 25px #0042ff, 0 0 30px #0042ff, 0 0 35px #0042ff;
}

#MainOutlogin .balance {
    display: flex;
    margin-left: 15px;
}

#MainOutlogin .balance .label {
    color: #fff;
    margin-right: 10px;
}

#MainOutlogin .balance .amount,
#MainOutlogin .balance .label {
    align-items: center;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    white-space: nowrap;
}

#MainOutlogin .balance .amount {
    color: #0042ff;
    margin-right: 5px;
}

#MainOutlogin .balance .currency {
    color: #0042ff;
    display: none;
}

#MainOutlogin .balance .currency,
#MainOutlogin .level-label {
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    margin-right: 10px;
    white-space: nowrap;
}

#MainOutlogin .level-label {
    align-self: center;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 30px;
    margin-left: 7px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 30px;
}

#MainOutlogin .nickname {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    margin-right: 10px;
    white-space: nowrap;
}

#MainOutlogin .user-profile-icon-img {
    height: 20px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    width: 45px;
}

#MainOutlogin .user-profile-icon-img img {
    border: 1px solid #5a616a;
    border-radius: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 50px;
}

#MainOutlogin .icons {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#MainOutlogin .icons .icon-top {
    display: flex;
    gap: 4px;
}

#MainOutlogin .icons .icon-top .notification-icon,
#MainOutlogin .icons .icon-top .user-profile-icon {
    border: 2px solid #fff;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    height: 23px;
    position: relative;
    transition: all 0.1s;
    width: 23px;
}

#MainOutlogin .icons .icon-top .notification-icon .pulsate-fwd,
#MainOutlogin .icons .icon-top .notification-icon img,
#MainOutlogin .icons .icon-top .user-profile-icon .pulsate-fwd,
#MainOutlogin .icons .icon-top .user-profile-icon img {
    filter: invert(1);
    height: 19px;
    left: 50%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 19px;
}

#MainOutlogin .icons .icon-top .notification-icon:hover,
#MainOutlogin .icons .icon-top .user-profile-icon:hover {
    background: #8600f7;
    box-shadow: 0 0 10px #8600f7, 0 0 15px hsla(0, 0%, 100%, 0.333),
        0 0 30px #8600f7;
    transition: all 0.1s;
}

#MainOutlogin .icons .icon-bottom {
    display: flex;
    gap: 4px;
}

#MainOutlogin .icons .icon-bottom .download-icon,
#MainOutlogin .icons .icon-bottom .play-icon {
    border: 2px solid #fff;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    gap: 4px;
    height: 23px;
    width: 23px;
}

#MainOutlogin .icons .icon-bottom .download-icon:hover,
#MainOutlogin .icons .icon-bottom .play-icon:hover {
    background: #0042ff;
    box-shadow: 0 0 10px #0042ff, 0 0 15px hsla(0, 0%, 100%, 0.333),
        0 0 30px #0042ff;
    transition: all 0.1s;
}

#MainOutlogin .icons .icon-bottom .download-icon .img-container .appstore,
#MainOutlogin .icons .icon-bottom .play-icon .img-container .appstore {
    aspect-ratio: 1;
    margin: -1px 0 0 -1px;
    padding: 4px;
    width: 21px;
    z-index: -10;
}

#MainOutlogin .icons .icon-bottom .download-icon .img-container .playstore,
#MainOutlogin .icons .icon-bottom .play-icon .img-container .playstore {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0)
        hue-rotate(32deg) brightness(107%) contrast(101%);
    margin: -1px 0 0;
    padding: 3px;
    width: 19px;
    z-index: 2;
}

.folded:not(:hover) #MainOutlogin {
    opacity: 0;
    transition: all 0.2s;
}

.lang_wrapper {
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
    justify-content: space-around;
}

.divider {
    text-align: center;
    color: #1292d9;
    font-weight: 700;
}

.Notification {
    position: relative;
    z-index: 1;
    height: auto;
}

.Notification .pulsate-fwd {
    animation: pulsate-fwd 0.5s ease-in-out infinite both;
}

@keyframes pulsate-fwd {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.3);
    }

    to {
        transform: translate(-50%, -50%) scale(1);
    }
}

.Notification .notification-unread-count {
    background: red;
    font-size: 10px;
    position: absolute;
    border-radius: 100%;
    padding: 5px;
    top: -15px;
    right: -15px;
    z-index: 1;
    color: #fff;
    min-height: 20px;
    min-width: 20px;
    text-align: center;
}

.Notification:hover .arrow,
.Notification:hover .notification-box {
    display: block;
    opacity: 1;
}

.Notification .arrow {
    position: absolute;
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
    top: 0;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 1;
    padding-bottom: 20px;
}

.Notification .new-notification {
    color: #fff;
    padding: 20px 15px;
    transition: all 0.3s ease-in-out;
    scroll-snap-align: start;
    position: relative;
    background: #242a32;
    border: 1px solid #fff;
    border-radius: 5px;
    position: absolute;
    top: 30px;
    width: 300px;
    right: 50%;
    margin-right: -150px;
    transform: translateY(-1000px);
    opacity: 0;
}

.Notification .new-notification p {
    margin: 0 0 10px;
    font-size: 13px;
}

.Notification img {
    display: block;
}

.Notification .notification-box {
    position: relative;
    display: none;
    opacity: 0;
    overflow: hidden;
    width: 300px;
    border-radius: 4px;
    position: absolute;
    right: 50%;
    margin-right: -150px;
    margin-top: 30px;
    padding: 0;
    border: 1px solid #fff;
    background: #242a32;
    transition: all 0.3s ease-in-out;
}

@keyframes notifFadeIn {
    0% {
        display: none;
        opacity: 0;
    }

    to {
        display: block;
        opacity: 1;
    }
}

.Notification .notification-box-container {
    height: 400px;
    overflow: auto;
    scroll-snap-type: y mandatory;
    position: relative;
}

.Notification .notification-box-container::-webkit-scrollbar {
    width: 5px !important;
    border-radius: 3px !important;
}

.Notification .notification-box-container::-webkit-scrollbar-thumb {
    background: #8600f7;
    border-radius: 3px;
}

.Notification .notification-box-container::-webkit-scrollbar-track {
    background: #242a32 !important;
    border-radius: 3px !important;
}

.Notification .notification-box-container .notification-item {
    color: #fff;
    padding: 20px 15px;
    transition: all 0.3s ease-in-out;
    scroll-snap-align: start;
    position: relative;
}

.Notification .notification-box-container .notification-item:not(:last-child) {
    border-bottom: 1px solid #313841;
}

.Notification .notification-box-container .notification-item.unread {
    background: linear-gradient(
            90deg,
            transparent 33%,
            hsla(0, 0%, 100%, 0.3) 50%,
            transparent 66%
        )
        #242a32;
    background-size: 300% 100%;
    animation: shine 2s ease-in-out infinite;
}

.Notification
    .notification-box-container
    .notification-item.unread.animation-delay-0 {
    animation-delay: 0s;
}

.Notification
    .notification-box-container
    .notification-item.unread.animation-delay-1 {
    animation-delay: 0.5s;
}

.Notification
    .notification-box-container
    .notification-item.unread.animation-delay-2 {
    animation-delay: 1s;
}

.Notification
    .notification-box-container
    .notification-item.unread.animation-delay-3 {
    animation-delay: 1.5s;
}

.Notification
    .notification-box-container
    .notification-item.unread.animation-delay-4 {
    animation-delay: 2s;
}

.Notification
    .notification-box-container
    .notification-item.unread.animation-delay-5 {
    animation-delay: 2.5s;
}

.Notification .notification-box-container .notification-item.unread:after {
    content: '';
    height: 10px;
    width: 10px;
    background: #8600f7;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    z-index: 100;
    display: block;
}

.Notification .notification-box-container .notification-item:hover {
    background: #0b0e18;
}

.Notification .notification-box-container .notification-item:first-child {
    border-radius: 4px 4px 0 0;
}

.Notification .notification-box-container .notification-item--action,
.Notification .notification-box-container .notification-item--datetime,
.Notification .notification-box-container .notification-item--message,
.Notification .notification-box-container .notification-item--subject {
    margin: 0 0 10px;
    font-size: 13px;
}

.Notification .notification-box-container .notification-item--subject {
    font-weight: 700;
}

.Notification .notification-box-container .notification-item--message {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    line-height: 1.6;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Notification .notification-box-container .notification-item--datetime {
    font-size: 10px;
    color: #9f9f9f;
}

.Notification .notification-box-action {
    border-top: 1px solid #313841;
    color: #fff;
    text-align: center;
    font-size: 13px;
    margin: 0;
    padding: 15px 0;
}

.Notification .notification-box-action:hover {
    background: #0b0e18;
    text-decoration: underline;
}

@keyframes shine {
    0% {
        background-position: 100%;
    }
}

.Popup.PopupScreen {
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 9999;
}

.Popup.PopupScreen.Active {
    bottom: 0;
    right: 0;
}

.Popup.PopupScreen > .fadeout {
    animation: animate_fade_out_popup_item 0.25s;
}

.Popup.PopupScreen .PopupItem {
    animation: animate_fade_in_popup_item 0.25s;
    border-radius: 10px;
    /* box-shadow: 0 0 5px #0042ff, 0 0 15px #0042ff; */
    position: absolute;
    background-image: -moz-linear-gradient(
        90deg,
        rgb(11, 22, 50) 0%,
        rgb(20, 38, 74) 99%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(11, 22, 50) 0%,
        rgb(20, 38, 74) 99%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(11, 22, 50) 0%,
        rgb(20, 38, 74) 99%
    );
}

@keyframes animate_fade_in_popup_item {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes animate_fade_out_popup_item {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.LoadingScreen {
    align-items: center;
    background-color: #1a0e29;
    background-image: linear-gradient(#1b0e29, #1b0e29);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 22;
}

.LoadingScreen .loading-wrapper {
    align-items: center;
    justify-content: center;
    position: relative;
}

.LoadingScreen .loading-wrapper .custom-loader {
    animation: d8 1s linear infinite;
    background: #8600f7;
    border-radius: 50%;
    clip-path: inset(-26px);
    color: #0042ff;
    height: 12px;
    margin-left: -91.6px;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 12px;
}

.LoadingScreen .loading-wrapper img {
    animation: animate_heart_beat_loading_logo 0.5s infinite;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
}

@keyframes animate_heart_beat_loading_logo {
    0% {
        transform: translate(-50%, -50%) scale(0.95);
    }

    50% {
        transform: translate(-50%, -50%) scale(1);
    }

    to {
        transform: translate(-50%, -50%) scale(0.95);
    }
}

@keyframes d8 {
    0% {
        box-shadow: 0 0 0 0, 40px 0, -40px 0, 0 40px, 0 -40px;
        margin-left: -50.6px;
    }

    10% {
        box-shadow: 0 0 0 0, 12px 0, -40px 0, 0 40px, 0 -40px;
    }

    20% {
        box-shadow: 0 0 0 4px, 0 0, -40px 0, 0 40px, 0 -40px;
    }

    30% {
        box-shadow: 0 0 0 4px, 0 0, -12px 0, 0 40px, 0 -40px;
    }

    40% {
        box-shadow: 0 0 0 8px, 0 0, 0 0, 0 40px, 0 -40px;
    }

    50% {
        box-shadow: 0 0 0 8px, 0 0, 0 0, 0 12px, 0 -40px;
        margin-left: -91.6px;
    }

    60% {
        box-shadow: 0 0 0 12px, 0 0, 0 0, 0 0, 0 -40px;
    }

    70% {
        box-shadow: 0 0 0 12px, 0 0, 0 0, 0 0, 0 -12px;
    }

    80% {
        box-shadow: 0 0 0 16px, 0 0, 0 0, 0 0, 0 0;
    }

    to {
        box-shadow: 0 0 0 0, 40px 0, -40px 0, 0 40px, 0 -40px;
        margin-left: -140.6px;
    }
}

.toast-custom-class {
    box-shadow: 0 0 0px #0042ff, 0 0 2px #0042ff !important;
    background-image: -moz-linear-gradient(
        90deg,
        rgb(11, 22, 50) 0%,
        rgb(20, 38, 74) 99%
    ) !important;
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(11, 22, 50) 0%,
        rgb(20, 38, 74) 99%
    ) !important;
    background-image: -ms-linear-gradient(
        90deg,
        rgb(11, 22, 50) 0%,
        rgb(20, 38, 74) 99%
    ) !important;
}

.user-cash-container {
    border: 2px solid rgb(15, 61, 113);
    border-radius: 10px;
    background-color: rgb(0, 0, 0);
}

.primary-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #000;
    height: 38px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 10px;
    background-image: -moz-linear-gradient(
        90deg,
        rgb(12, 48, 95) 0%,
        rgb(22, 90, 156) 55%,
        rgb(32, 132, 216) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(12, 48, 95) 0%,
        rgb(22, 90, 156) 55%,
        rgb(32, 132, 216) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(12, 48, 95) 0%,
        rgb(22, 90, 156) 55%,
        rgb(32, 132, 216) 100%
    );
    box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.64);
}

.primary-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: -moz-linear-gradient(
        90deg,
        rgb(134, 88, 0) 0%,
        rgb(207, 175, 0) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(134, 88, 0) 0%,
        rgb(207, 175, 0) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(134, 88, 0) 0%,
        rgb(207, 175, 0) 100%
    );
    box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.64);
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 1;
}

.primary-btn:hover::before {
    opacity: 1;
}

.primary-btn > * {
    position: relative;
    z-index: 2;
}

.primary-input {
    border: 2px solid rgb(15, 61, 113);
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 16px;
    background-color: rgb(0, 0, 0);
}

.primary-input:focus {
    outline: none;
}

.radio-options {
    border-radius: 5px;
}

.radio-options input[type='radio'] {
    position: absolute;
    opacity: 0;
}

.radio-options label {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
}

.radio-options label::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 12px;
    background-color: #000;
    border: 3px solid #123456;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.radio-options input[type='radio']:checked + label::before {
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(12, 48, 95) 0%,
        rgb(22, 90, 156) 55%,
        rgb(32, 132, 216) 100%
    );
    background-image: -moz-linear-gradient(
        90deg,
        rgb(12, 48, 95) 0%,
        rgb(22, 90, 156) 55%,
        rgb(32, 132, 216) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(12, 48, 95) 0%,
        rgb(22, 90, 156) 55%,
        rgb(32, 132, 216) 100%
    );
    box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.64);
}

.select-custom {
    position: relative;
    width: 100%;
}

.select-custom select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 14px 16px;
    background-color: #0f284b;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    outline: none;
}

.select-custom select::-ms-expand {
    display: none;
}

.select-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    pointer-events: none;
}

.select-custom select option {
    background-color: #272727;
    color: #fff;
    padding: 10px;
}

.casino_visual_section {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.casino_visual_section .banner_list {
    width: 100%;
    padding-top: 22.2395833333%;
    position: relative;
}

.casino_visual_section .banner_list img.banner {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    -o-object-position: top;
    object-position: top;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s;
}

.casino_visual_section .banner_list img.banner.active {
    transition: all 0.5s;
    opacity: 1;
}

.casino_visual_section .navigator {
    position: absolute;
    bottom: -58px;
    left: 50%;
    gap: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%);
}

.casino_visual_section .navigator .circle_nav_item {
    width: 16px;
    height: 16px;
    background: #87898e;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.casino_visual_section .navigator .circle_nav_item.active {
    background: #fff;
    box-shadow: 0 0 20px #0042ff, 0 0 30px #0042ff, 0 0 50px #fff;
    width: 48px;
    transition: all 0.3s;
}

.CasinoTab {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 2200px;
    padding: 25px 20px;
    position: relative;
}

.CasinoTab .tab-box {
    display: flex;
    flex-grow: 1;
    gap: 10px;
    justify-content: flex-start;
}

.CasinoTab .tab-box .tab-item {
    align-items: center;
    background-color: #c37cff;
    border-radius: 8px;
    box-shadow: 0 0 10px #8600f7, 0 0 15px #8600f7, 0 0 20px #8600f7,
        inset 0 0 10px #8600f7;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    height: 60px;
    justify-content: center;
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
    transition: all 0.2s;
    width: 150px;
}

.CasinoTab .tab-box .tab-item:hover {
    background-color: #fff;
}

.CasinoTab .tab-box .tab-item:before {
    animation: rotate 5s linear infinite;
    background-image: conic-gradient(#fff 200deg, transparent 200deg);
    box-shadow: inset 0 0 1px #fff;
    content: '';
    height: 20%;
    position: absolute;
    width: 150%;
}

.CasinoTab .tab-box .tab-item:hover:before {
    background-image: conic-gradient(transparent 10deg, transparent 200deg);
}

.CasinoTab .tab-box .tab-item .tab-item-inner {
    align-items: center;
    background: #640ea9;
    border-radius: 8px;
    box-shadow: inset 0 0 10px #8600f7, inset 0 0 15px #8600f7;
    color: #fff;
    content: '';
    display: flex;
    height: 55px;
    justify-content: center;
    position: absolute;
    width: 145px;
}

.CasinoTab .tab-box .tab-item .tab-item-inner:hover {
    background-color: #8600f7;
    box-shadow: inset 0 0 10px #fff;
    color: #fff;
    font-weight: bolder;
    height: 55px;
    transition: all 0.2s;
    width: 145px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.CasinoTab .balance {
    align-items: center;
    background-color: #08203d;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    gap: 10px;
    padding-left: 30px;
    padding-right: 30px;
    width: 250px;
}

.CasinoTab .balance,
.CasinoTab .balance .balance-content {
    display: flex;
    justify-content: space-between;
}

.CasinoTab .balance .balance-content .number {
    margin-right: 8px;
    position: relative;
}

.CasinoTab .balance .balance-content .number .spinner-box {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.CasinoTab .balance .balance-content .number .spinner-box .spinner {
    animation: loader-animation 1s linear infinite;
    background: radial-gradient(farthest-side, #8600f7 94%, #8600f7) top/8px 8px
            no-repeat,
        conic-gradient(transparent 30%, #8600f7);
    border-radius: 50%;
    display: flex;
    height: 20px;
    justify-content: center;
    -webkit-mask: radial-gradient(
        farthest-side,
        transparent calc(100% - 2px),
        #000 0
    );
    width: 20px;
}

@keyframes loader-animation {
    to {
        transform: rotate(1turn);
    }
}

.CasinoCardList {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(427px, 1fr));
    justify-content: center;
    margin: 0 auto;
    max-width: 2200px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    place-items: center;
}

.CasinoCard {
    color: #fff;
    cursor: pointer;
    display: block;
    flex-grow: 1;
    position: relative;
    transition: all 0.4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}

.CasinoCard .effect_glossy_large {
    opacity: 0;
}

.CasinoCard .card-upper {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 102%;
    border: 1px solid #209aae;
    filter: brightness(0.6);
    padding-top: 57.5757575758%;
    position: relative;
    transition: all 0.4s;
}

.CasinoCard .card-upper .card-logo {
    display: block;
    left: 40px;
    position: absolute;
    top: 80px;
    transform: translateY(-50%);
}

.CasinoCard .card-upper .card-contents {
    bottom: 50px;
    display: flex;
    flex-direction: column;
    left: 40px;
    position: absolute;
    right: 40px;
    top: 130px;
    width: auto !important;
}

.CasinoCard .card-upper .card-contents .card-header {
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
}

.CasinoCard .card-upper .card-contents .card-header .card-title-kor {
    display: flex;
    flex-shrink: 0;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.CasinoCard .card-upper .card-contents .card-header .card-title-en {
    margin-bottom: 5px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.CasinoCard .card-upper .card-contents .card-subtext {
    line-height: 16px;
}

.CasinoCard .card-upper .card-contents .card-body {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}

.CasinoCard .card-footer {
    background-color: #1b222c;
    border: 3px solid #1b222c;
    border-radius: 18px;
    display: flex;
    font-size: 18px;
    font-weight: 800;
    justify-content: space-between;
    margin-top: -40px;
    padding: 50px 30px 15px;
    position: relative;
    transition: all 0.4s;
    z-index: -1;
}

.CasinoCard:hover .card-upper {
    border: 1px solid #06f0ff;
}

.CasinoCard:hover .effect_glossy_large {
    opacity: 1;
}

.CasinoCard:hover .card-upper {
    background-position: 50%;
    background-size: 105%;
    filter: brightness(1);
    transition: all 0.4s;
}

.CasinoCard:hover .card-footer {
    background-color: #1c7293;
    border: 3px solid #16bdf9;
    transition: all 0.4s;
}

.game_item {
    color: #fff;
    font-size: 20px;
    height: 40px;
    align-items: center;
    display: flex;
}

.game_item .item {
    width: 300px;
    border-bottom: 1px solid #fff;
}

.game_item .button {
    cursor: pointer;
}

.slot-title-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    background-image: -moz-linear-gradient(
        90deg,
        rgb(11, 22, 50) 0%,
        rgb(20, 38, 74) 99%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(11, 22, 50) 0%,
        rgb(20, 38, 74) 99%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(11, 22, 50) 0%,
        rgb(20, 38, 74) 99%
    );
    box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.4),
        inset 0px 1px 2px 0px rgba(255, 255, 255, 0.1);
}

.SlotCard .effect_glossy_large {
    opacity: 0;
}

.SlotCard:hover .effect_glossy_large {
    opacity: 1;
}
