body {
    margin: 0;
    padding: 0;
    background-color: #fffefa;
    font-family: "Montserrat", "Noto Sans Thai", sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #000;
}
@media (max-width: 1600px) {
   body {
        zoom: 80%;
    }
}
a ,a:hover {
    text-decoration: none;
    color: #66362d;
}
a:hover {
    color: #a78484;
}
input {
    font-family: "Montserrat", "Noto Sans Thai", sans-serif;
    font-size: 14px;
    background-color: #e8eaed;
    color: #000;
    border: none;
    border-radius: 10px;
    padding: 10px;
    margin: 15px 0;
    width: 100%;
    box-sizing: border-box;
}
input[type="text"], input[type="submit"] {
    display: block;
}
#bank input[type="submit"] {
    cursor: pointer;
    background-color: #4996e3;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    margin: auto;
    width: 150px;
}
.lutn-fm-lnr {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lutn-fm-lnr-bd {
    width: 250px;
    background-color: #fff;
    padding: 50px 50px 25px;
    border-radius: 15px;
    border: 2px solid #a78484;
}
.lutn-fm-lnr-lg {
    height: 110px;
    background: url(/assets/images/luna_logo.png) center / contain no-repeat;
    margin-top: -105px;
}
.lutn-fm-lnr-fm-ip input {
    display: block;
}
.lutn-fm-lnr-fm-ip input[type="submit"] {
    cursor: pointer;
    background-color: #997169;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    margin: auto;
    width: 150px;
}
#register .lutn-fm-lnr-fm-ip input[type="submit"] {
    width: 180px;
}
.lutn-fm-lnr-fm-rr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    margin: 15px 0 20px;
}
.lutn-fm-lnr-fm-rr input[type="checkbox"] {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: unset;
}
.lutn-fm-lnr-fm-rr-rm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.lutn-fm-lnr-fm-rr input[type="checkbox"], .lutn-fm-lnr-fm-rr-rm label {
    cursor: pointer;
}
.lutn-fm-lnr-fm-ip-cc {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
}
.lutn-fm-lnr-fm-ip-cc input[type="text"] {
    margin: 0;
}
.lutn-fm-lnr-fm-ip-cc button {
    background-color: #e8eaed;
    color: #000;
    border: none;
    border-radius: 10px;
    padding: 10px 12px;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
}
#captcha_img {
    border-radius: 10px;
    display: block;
}
.lntn-mn-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/assets/images/luna_bg.jpg) center / cover no-repeat;
    z-index: -1;
}
.lntn-mn-lg {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 50px;
    left: 50px;
    right: 50px;
}
.lntn-lg {
    height: 175px;
    aspect-ratio: 1752 / 824;
    background: url(/assets/images/luna_logo.png) center / contain no-repeat;
    z-index: 11;
}
.lntn-mn-tl {
    position: fixed;
    top: 50px;
    left: 50px;
    z-index: 11;
}
.lntn-mn-tl-mi {
    display: flex;
    flex-direction: column;
    gap: 3px;
    cursor: pointer;
}
.lntn-mn-tl-mi > span {
    width: 50px;
    height: 7px;
    background-color: #f9f1e2;
    border-radius: 100px;
    border: 2px solid #a78484;
}
.lntn-mn-tb {
    display: none;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #a78484;
    position: fixed;
    top: 45px;
    left: 45px;
    width: 250px;
    z-index: 12;
}
.lntn-mn-tb.show {
    display: block;
}
.lntn-mn-tb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lntn-mn-tb ul li {
    border-radius: 10px;
    background-color: #efefef;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 700;
}
.lntn-mn-tb ul li a {
    padding: 10px 15px;
    display: block;
}
#tabadmin {
    background-color: #fff4d2;
}
#tabadmin a {
    color: #000;
}
.lntn-mn-tb-cl {
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #ffd2d2;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}
.lntn-mn-tr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    top: 50px;
    right: 50px;
    gap: 25px;
    z-index: 11;
}
.lntn-mn-tr-av {
    border: 2px solid #a78484;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
}
.lntn-mn-tr-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.lntn-mn-tr-cn {
    border-radius: 100px;
    background-color: #fff;
    overflow: hidden;
    border: 2px solid #a78484;
    padding: 8px 25px 8px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 25px;
}
.lntn-mn-tr-cn-im {
    width: 35px;
    height: 35px;
    margin-left: -10px;
    background: url(/assets/images/coins.png) center / contain no-repeat;
}
.lntn-mn-tr-cn-nb {
    font-size: 16px;
}
.lntn-mn-st {
    width: 350px;
    position: absolute;
    top: 200px;
    right: 50px;
    margin-bottom: 50px;
}
.lntn-mn-st-bd {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #a78484;
    margin-bottom: 45px;
}
.lntn-mn-st-tt {
    background: #66362d;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    padding: 10px;
    font-weight: 700;
    font-size: 22px;
    width: 70%;
    margin: -40px auto 15px;
}
.lntn-mn-st-st {
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 2px solid #a78484;
    box-sizing: border-box;
    margin-top: 8px;
}
.lntn-mn-st-st-if-sm {
    margin-top: 10px;
    text-align: center;
    background-color: #ededed;
    padding: 10px;
    border-radius: 10px;
    font-weight: 700;
    color: #000;
}
.lntn-mn-st-st-if-sm:hover {
    background-color: #d1d1d1;
}
.lntn-mn-st-st-ic {
    flex: none;
    width: 20%;
    margin: 0 0 0 5px;
}
.lntn-mn-st-st-ic > img {
    width: 100%;
    display: block;
}
.lntn-mn-st-st-if {
    flex: 1;
}
.lntn-mn-st-st-if-tt {
    font-weight: 700;
    font-size: 17px;
}
.lntn-mn-st-st-lk {
    flex: none;
    background-color: #aa2066;
    color: #000;
    border-radius: 5px;
    margin: 0 15px;
    position: relative;
}
.lntn-mn-st-st-lk a {
    color: #fff;
    padding: 2px 15px;
    display: block;
}
#activity .lntn-mn-st-st {
    padding: 10px 0 10px 15px;
}
.lntn-mn-bl {
    position: fixed;
    bottom: 50px;
    left: 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.lntn-mn-bl-bt {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #a78484;
    box-shadow: 0 0 0px 3px #fff;
}
.lntn-mn-bl-bt img {
    width: 40px;
    display: block;
}
