div#authModal .am-modal-contentt.modal-contentt::-webkit-scrollbar {
  width: 0px; 
  height: 0px; 
}

div#authModal .am-modal-contentt.modal-contentt::-webkit-scrollbar-thumb {
  background: transparent; 
}

div#authModal .am-modal-contentt.modal-contentt::-webkit-scrollbar-track {
  background: transparent; 
}

div#authModal {
    max-width: 450px;
    margin: 0 auto;
    height: 100dvh;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
div#authModal .modal-overlay {
    width: 100%;
    height: 100%;
    background: #00000047;
    z-index: -1;
    position: relative;
    box-sizing: border-box;
    backdrop-filter: blur(5px);
}
img.banner_img {
    width: 100%;
}
div#authModal .wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
div#authModal .login_box.login_bg {
    width: 305px;
    height: 430px;
    overflow: visible;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    background: url(../../login_bg.png);
    background-size: 100% 100.5%;
    background-repeat: no-repeat;
    background-position: center center;
    filter: drop-shadow(0 0 5px #00000039);
background-color: #ffffff00;
    border-radius: 1.5rem;
    backdrop-filter: blur(4px);
    box-shadow: inset 0 0 8px #fff;
}
div#authModal .login_box.register_bg {
    width: 305px;
    height: 430px;
    overflow: visible;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    background: url(../../register_bg.png);
    background-size: 100% 100.5%;
    background-repeat: no-repeat;
    background-position: center center;
    filter: drop-shadow(0 0 5px #00000039);
background-color: #ffffff00;
    border-radius: 1.5rem;
    backdrop-filter: blur(4px);
    box-shadow: inset 0 0 8px #fff;
}
div#authModal .modal_logo_wrapper {
    width: 70%;
    height: auto;
    position: relative;
    bottom: 20px;
    margin: 0 auto;
}
div#authModal div#stateFooter {
    position: absolute;
    top: auto;
    bottom: .25rem;
    left: 0;
    right: 0;
}
div#authModal .am-modal-contentt.modal-contentt {
    width: 100%;
    height: 100%;
}
div#authModal span#modalTitle {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 3px #00000036;
    font-family: 'Winky2' !important;
    text-transform: uppercase;
    line-height: 1.1;
}

div#authModal .headerTitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 10px;
}

div#authModal .btn_close_modal img {
    position: relative;
    width: 1rem;
    height: 1rem;
    z-index: 1;
    right: 9px;
    top: 7px;
}
div#authModal a.close.btn_close_modal {
    display: grid;
    position: relative;
    justify-content: flex-end;
    align-items: start;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    z-index: 1;
    border-top-right-radius: 1.5rem;
}
div#authModal .top_wrap {
    display: grid;
    grid-template-columns: 15% 70% 15%;
    align-items: flex-start;
    border-radius: 1.5rem;
}
div#authModal .modal_close_wrap {
    width: 100%;
    height: 100%;
}
div#authModal a.close.btn_cl1ose_modal::after {
    content: "";
    position: absolute;
    background: #000;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    top: auto;
    bottom: 1.25rem;
    left: auto;
    right: -.5rem;
    z-index: 0;
}
div#authModal .am-modal-body.modal-body {
    height: 100%;
}
div#authModal form#authForm {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
}
div#authModal div#loginForm , div#authModal div#registerForm{
    padding: 3.5rem 2rem 0;
}
div#authModal .input-wrap {
    display: flex;
    width: 100%;
    line-height: 1.5;
    height: 2.5rem;
    background: #ffeeeb;
    border: 1px solid white;
    border-radius: .5rem;
    overflow: hidden;
}
div#authModal span.leftIconInput {
    min-width: 3.5rem;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: #fff;
}
div#authModal .icon-auth {
    width: 1rem;
    height: auto;
}
div#authModal input.inputAuth {
    background: transparent;
    border: 0;
    width: 100%;
    padding-left: 1.24rem;
}
div#authModal .checkbox-container {
    display: flex;
    justify-content: space-between;
    padding-left: .1rem;
    width: 100%;
}
div#authModal .sm-checkbox-item {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-size: .85rem;
    font-weight: 400;
    color: #646464;
    cursor: pointer;
    gap: .25rem;
    font-style: italic;
    font-family: 'poppins';
}
div#authModal .sm-checkbox-item-bg {
    position: relative;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 0.08rem;
    background: #646464;
}
div#authModal .checkbox-container span.sm-label, .checkbox-container .forget a span {
    color: #646464;
    font-style: italic;
    margin-left: .3rem;
}
div#authModal .forget {
    font-size: .85rem;
}
div#authModal .checkbox-container span.sm-label, .checkbox-container .forget a span {
    color: #646464;
    font-style: italic;
    margin-left: .3rem;
}

html[data-page="home?Hot"] .winlist_wrapper {
    display: block !important;
}

.winlist_wrapper {
    display: none;
}









