@import "https://fonts.googleapis.com/css2?family=Kanit:wght@200&display=swap";

body {
    font-family: Kanit, sans-serif;
    margin: 0;
    background: #000;
    color: #fff;
    overflow-x: hidden
}

body::after {
    content: "";
    background: #151925;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: linear-gradient(325deg, #00000059 0, #00000036 100%), url(images/bg/bggold.webp) center center;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(43, 43, 58, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(270deg, rgb(139, 104, 50) 0%, rgb(252, 221, 154) 50%, rgb(150, 107, 42) 100%);
    border-radius: 10px;
    border: 1px solid rgb(236, 202, 119);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(270deg, rgb(160, 120, 60) 0%, rgb(255, 231, 170) 50%, rgb(170, 125, 50) 100%);
    box-shadow: 0 0 10px rgba(236, 202, 119, 0.5);
}

footer {
    background: linear-gradient(135deg, rgba(139, 104, 50, 0.9) 0%, rgba(150, 107, 42, 0.9) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(236, 202, 119, 0.3);
    color: #fff;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 2px solid rgba(236, 202, 119, 0.5);
    outline-offset: 2px;
}

.boxcolor {
    background: linear-gradient(135deg, rgba(43, 43, 58, 0.8) 0%, rgba(30, 30, 40, 0.9) 100%);
    /* backdrop-filter: blur(15px); */
    /* -webkit-backdrop-filter: blur(15px); */
    border: 1px solid rgba(236, 202, 119, 0.3);
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 20px rgba(236, 202, 119, 0.1);
}

@media(max-width:768px) {
    .boxcolor {
        background: linear-gradient(135deg, rgba(43, 43, 58, 0.9) 0%, rgba(30, 30, 40, 0.95) 100%);
        /* backdrop-filter: blur(12px); */
        /* -webkit-backdrop-filter: blur(12px); */
        border: 1px solid rgba(236, 202, 119, 0.4);
        border-radius: 12px;
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
    }
}

.mcolor {
    background: linear-gradient(270deg, rgb(139, 104, 50) 0%, rgb(252, 221, 154) 50%, rgb(150, 107, 42) 100%);
    color: #fff;
    text-shadow: 0 0 10px rgba(252, 221, 154, 0.8), 0 0 20px rgba(236, 202, 119, 0.6), 0 0 30px rgba(139, 104, 50, 0.4);
    font-weight: 700;
    border: 1px solid rgba(236, 202, 119, 0.5);
    border-radius: 8px;
    padding: 8px 16px;
    box-shadow: 0 4px 15px rgba(236, 202, 119, 0.3);
}

.bkcolor {
    background: linear-gradient(135deg, rgba(50, 50, 50, 0.9) 0%, rgba(40, 40, 40, 0.9) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(236, 202, 119, 0.2);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.cutcolor {
    color: #fcdd9a;
    text-shadow: 0 0 8px rgba(252, 221, 154, 0.5);
}

.bkcolor:hover {
    background: linear-gradient(135deg, rgba(60, 60, 60, 0.9) 0%, rgba(50, 50, 50, 0.9) 100%);
    border: 1px solid rgba(236, 202, 119, 0.4);
    box-shadow: 0 4px 20px rgba(236, 202, 119, 0.2);
    transform: translateY(-2px);
}

.tmcolor {
    color: #ff6b6b;
    text-shadow: 0 0 8px rgba(255, 107, 107, 0.5);
}

.containinlogin {
    padding: 0 30px;
    margin: 0 auto;
    color: #fbdeb2;
}

.loginform01 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: linear-gradient(135deg, rgba(43, 43, 58, 0.8) 0%, rgba(30, 30, 40, 0.9) 100%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(236, 202, 119, 0.3);
    border-radius: 12px;
    color: #fbdeb2;
    padding-left: 45px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.loginform01:read-only {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: linear-gradient(135deg, rgba(25, 25, 35, 0.9) 0%, rgba(20, 20, 30, 0.95) 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(150, 107, 42, 0.4);
    border-radius: 12px;
    color: #fbdeb2;
    padding-left: 45px;
}

.iconlogin {
    z-index: 9;
    color: #fff;
    position: absolute;
    margin-top: 12px;
    margin-left: 15px;
    font-size: 18px;
    text-shadow: 0 0 8px rgba(252, 221, 154, 0.5);
}

.loginform01::placeholder {
    color: rgba(251, 222, 178, 0.6);
    opacity: 1;
}

.loginform01:focus {
    background: linear-gradient(135deg, rgba(50, 50, 65, 0.9) 0%, rgba(35, 35, 45, 0.95) 100%);
    border: 1px solid rgb(236, 202, 119);
    color: #fff;
    outline: 0;
    box-shadow: 0 0 20px rgba(236, 202, 119, 0.3), 0 4px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #fbdeb2;
    -webkit-background: linear-gradient(135deg, rgba(43, 43, 58, 0.9) 0%, rgba(30, 30, 40, 0.95) 100%);
    -webkit-box-shadow: 0 0 0 1000px rgba(43, 43, 58, 0.9) inset;
    transition: background-color 5000s ease-in-out 0s;
    border: 1px solid rgba(236, 202, 119, 0.3);
    border-radius: 12px;
}

.colorbtn01 {
    width: 50%;
    max-width: 300px;
    min-width: 250px;
    border: 1px solid rgb(236, 202, 119);
    color: #fff;
    background: linear-gradient(270deg, rgb(139, 104, 50) 0%, rgb(252, 221, 154) 50%, rgb(150, 107, 42) 100%);
    border-radius: 12px;
    padding: 12px 20px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(236, 202, 119, 0.3);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.colorbtn01:hover {
    background: linear-gradient(270deg, rgb(160, 120, 60) 0%, rgb(255, 231, 170) 50%, rgb(170, 125, 50) 100%);
    box-shadow: 0 6px 25px rgba(236, 202, 119, 0.4), 0 0 20px rgba(252, 221, 154, 0.3);
    transform: translateY(-2px);
    border: 1px solid rgba(255, 231, 170, 0.8);
}

.colorbtn01:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(236, 202, 119, 0.4);
}

.colorbtn01:disabled,
.colorbtn01[disabled] {
    background: linear-gradient(270deg, rgba(100, 100, 100, 0.5) 0%, rgba(120, 120, 120, 0.5) 50%, rgba(100, 100, 100, 0.5) 100%);
    border: 1px solid rgba(150, 150, 150, 0.3);
    color: rgba(255, 255, 255, 0.4);
    cursor: not-allowed;
    opacity: 0.6;
    box-shadow: none;
    text-shadow: none;
    transform: none;
    transition: none;
}

.colorbtn01:disabled:hover,
.colorbtn01[disabled]:hover {
    background: linear-gradient(270deg, rgba(100, 100, 100, 0.5) 0%, rgba(120, 120, 120, 0.5) 50%, rgba(100, 100, 100, 0.5) 100%);
    border: 1px solid rgba(150, 150, 150, 0.3);
    box-shadow: none;
    transform: none;
    cursor: not-allowed;
}

.logologin {
    text-align: center;
    padding: 10px
}

.containlogin {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(43, 43, 58, 0.3) 0%, rgba(30, 30, 40, 0.4) 100%);
    /* backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px); */
    border: 1px solid rgba(236, 202, 119, 0.2);
    border-radius: 20px;
    margin-top: 30px;
    padding-bottom: 30px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 0 0 30px rgba(236, 202, 119, 0.1);
}

.containall {
    padding-bottom: 10px
}

.contentmain {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(43, 43, 58, 0.3) 0%, rgba(30, 30, 40, 0.4) 100%);
    /* backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px); */
    border: 1px solid rgba(236, 202, 119, 0.2);
    border-radius: 20px;
    margin-top: 20px;
    padding-bottom: 30px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 0 0 30px rgba(236, 202, 119, 0.1);
}

.contentmain:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 40px rgba(236, 202, 119, 0.15);
    transform: translateY(-2px);
}

@media(max-width:768px) {
    .contentmain {
        margin-top: 0;
        border-radius: 15px;
        /* backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px); */
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    }
}

@media(max-width:600px) {
    .containall {
        padding-bottom: 30px;
    }
}

.containregister {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 40px;
    padding-bottom: 40px;
    position: relative
}

.needregister {
    width: 50%;
    max-width: 300px;
    min-width: 250px;
    text-align: center;
    border-radius: 10px;
    padding: 11px 0;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
    transition: .3s
}

.bankselectpopup {
    display: none;
    position: fixed;
    height: 500px;
    max-width: 400px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

.inbankselectpopup {
    height: 500px;
    width: 100%;
    overflow: auto;
    background: #131724;
    box-shadow: 0 0 0 1px #a99871;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    overflow: auto;
    animation: showbank .5s ease 0s normal none
}

.closeanimationselectbank {
    animation: showbankclose .5s ease 0s normal none
}

.btnclosebankselect {
    position: absolute;
    right: 30px;
    top: 3px;
    border-radius: 5px;
    border: none;
    font-size: 20px;
    padding: 0 7px;
    background: #ed2638;
    color: #fff;
    transition: .3s
}

.bankselectpopup img {
    width: 70px
}

.bankselectpopup table {
    width: 100%;
    text-align: center
}

.bankselectpopup td {
    padding: 10px;
    width: 50%
}

.selectbank {
    cursor: pointer
}

@keyframes showbank {
    0.0% {
        transform: scale(.1)
    }

    100% {
        transform: scale(1) translate(0, 0)
    }

    50.3% {
        transform: translate(0, -100px)
    }

    74.9% {
        transform: scale(1) translate(0, 0)
    }
}

@keyframes showbankclose {
    0.0% {
        transform: scale(1) translate(0, 0)
    }

    100% {
        transform: scale(.1) translate(-900px, 0)
    }
}

.textlogin {
    color: #fcdd9a;
    text-shadow: 0 0 10px rgba(252, 221, 154, 0.8), 0 0 20px rgba(236, 202, 119, 0.6);
    font-weight: 700;
}

.linebtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer
}

.tdstepregister {
    width: 25%;
    background: #504734b8;
    padding: 10px 0
}

.tdstepregister b {
    background: #000;
    padding: 0 9px;
    border-radius: 20px
}

.tdstepregister.active b {
    color: #000;
    font-weight: 700;
    background: #dfcb7a
}

.tdstepregister span {
    font-size: 14px
}

.btnofregister {
    margin-top: 40px;
    white-space: nowrap
}

.tdbtnregister {
    width: 50%;
    padding: 0 10px
}

.btnbackregister {
    width: 100%;
    border: none;
    padding: 10px 0;
    border-radius: 5px;
    color: #fff
}

.btnnextregister {
    width: 100%;
    border: none;
    padding: 10px 0;
    border-radius: 5px;
    color: #fff
}

.slideto {
    animation: slidenextregister .2s ease 0s normal none
}

.showanimate {
    animation: slidenextcontent .2s ease 0s normal none
}

@media(max-width:768px) {
    .slideto {
        animation: slidenextregistermobile .2s ease 0s normal none
    }

    .showanimate {
        animation: slidenextcontentmobile .2s ease 0s normal none
    }
}

@keyframes slidenextregister {
    0.0% {
        transform: translate(100px, 0);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes slidenextregistermobile {
    0.0% {
        transform: translate(10px, 0);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes slidenextcontent {
    0.0% {
        transform: translate(0, -50px);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes slidenextcontentmobile {
    0.0% {
        transform: translate(0, -50px);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

.tabcontent {
    display: none;
    -webkit-animation: fadeEffect .3s;
    animation: fadeEffect .3s
}

@-webkit-keyframes fadeEffect {
    0.0% {
        transform: translate(0, -50px);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes fadeEffect {
    0.0% {
        transform: translate(0, -50px);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

.checkfinish {
    font-size: 50px;
    text-shadow: 0 0 5px #fff, 0 0 10px #f5dab6, 0 0 20px #f5dab6, 0 0 30px #fff
}

.finishregister {
    text-align: center;
    font-size: 20px
}

.finishregister span {
    font-size: 30px;
    color: #f5dab6
}

.imganimationlogin {
    max-width: 250px;
    height: auto;
    -webkit-filter: drop-shadow(0 0 5px #777);
    filter: drop-shadow(0 0 5px #777)
}

.headmain {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 20px;
    line-height: 25px
}

.headmain span {
    font-size: 13px;
    color: #888
}

.logoutbtn {
    border-radius: 20px;
    border: none;
    padding: 3px 6px;
    white-space: nowrap;
    font-size: 20px;
    background: #313131;
    color: #e2b94c;
    font-weight: 700;
    transition: .3s
}

.logoutbtn:hover {
    color: #fff;
    text-shadow: 0 0 5px #fff, 0 0 10px red, 0 0 20px red, 0 0 30px red
}

.containmoney {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
    padding-bottom: 14px;
    background: linear-gradient(158deg, rgb(60 60 60) 0, #101113 100%);
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    white-space: nowrap
}

.hrmoney {
    margin: 8px;
    height: 3px;
    background: linear-gradient(270deg, rgba(236, 202, 119, 0.3) 0%, rgb(252, 221, 154) 50%, rgba(236, 202, 119, 0.3) 100%);
    border-radius: 2px;
    box-shadow: 0 0 15px rgba(252, 221, 154, 0.6), 0 0 30px rgba(236, 202, 119, 0.4);
    animation: animatelight 4s ease 0s infinite normal none;
}

@keyframes animatelight {
    0.0% {
        box-shadow: 0 0 5px #f4d166
    }

    20.1% {
        box-shadow: 0 0 5px #f4d166, 0 0 15px #f4d166, 0 0 15px #f4d166, 0 0 25px #f4d166, 0 0 35px #f4d166
    }

    54.1% {
        background: #fff;
        box-shadow: 0 0 5px #f4d166, 0 0 15px #f4d166, 0 0 15px #f4d166, 0 0 25px #f4d166, 0 0 35px #f4d166
    }

    55.1% {
        background: #6f5505;
        box-shadow: 0 0 5px #000
    }

    56.1% {
        background: #fff;
        box-shadow: 0 0 5px #f4d166, 0 0 15px #f4d166, 0 0 15px #f4d166, 0 0 25px #f4d166, 0 0 35px #f4d166
    }

    57.1% {
        background: #fff;
        box-shadow: 0 0 5px #f4d166, 0 0 15px #f4d166, 0 0 15px #f4d166, 0 0 25px #f4d166, 0 0 35px #f4d166
    }

    58.1% {
        background: #5d4910;
        box-shadow: 0 0 5px #000
    }

    59.1% {
        background: #fff;
        box-shadow: 0 0 5px #f4d166, 0 0 15px #f4d166, 0 0 15px #f4d166, 0 0 25px #f4d166, 0 0 35px #f4d166
    }

    100% {
        box-shadow: 0 0 5px #f4d166
    }
}

.fal.fa-wallet {
    font-size: 45px;
    color: #fcdd9a;
    border-radius: 50%;
    padding: 15px;
    background: linear-gradient(135deg, rgba(43, 43, 58, 0.8) 0%, rgba(30, 30, 40, 0.9) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(236, 202, 119, 0.5);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(252, 221, 154, 0.4);
    text-shadow: 0 0 20px rgba(252, 221, 154, 0.8), 0 0 40px rgba(236, 202, 119, 0.6);
    transition: all 0.3s ease;
}

.fal.fa-wallet:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.4), 0 0 30px rgba(252, 221, 154, 0.6);
    border: 2px solid rgba(252, 221, 154, 0.8);
}

.btncommis,
.btnfriend {
    width: 90%;
    border: none;
    border-radius: 5px;
    padding: 5px 0;
    color: #fff
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgb(0 0 0/0%);
    border-top: 1px solid rgb(0 0 0/0%)
}

.menucontain {
    text-align: center
}

.tdgridicon {
    padding-top: 20px;
    width: 25%;
    text-align: center;
    color: #fbdeb2;
    font-size: 14px;
    transition: all 0.3s ease;
}

.tdgridicon a {
    color: #fbdeb2;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tdgridicon:hover a {
    color: #fcdd9a;
    text-decoration: none;
    text-shadow: 0 0 10px rgba(252, 221, 154, 0.6);
}

.tdgridicon span {
    cursor: pointer
}

.tdgridicon i {
    font-size: 40px;
    margin-bottom: 5px;
    background: linear-gradient(135deg, rgba(43, 43, 58, 0.8) 0%, rgba(30, 30, 40, 0.9) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(236, 202, 119, 0.3);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding-left: 1px;
    padding-top: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(236, 202, 119, 0.1);
    color: #fcdd9a;
}

.tdgridicon i:hover {
    background: linear-gradient(135deg, rgba(60, 60, 75, 0.9) 0%, rgba(45, 45, 60, 0.95) 100%);
    border: 2px solid rgba(252, 221, 154, 0.6);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(252, 221, 154, 0.4);
    text-shadow: 0 0 15px rgba(252, 221, 154, 0.8), 0 0 30px rgba(236, 202, 119, 0.6);
    color: #fff !important;
    transform: translateY(-3px) scale(1.05);
}

.copybtn {
    border: 1px solid rgba(236, 202, 119, 0.4);
    background: linear-gradient(135deg, rgba(139, 104, 50, 0.7) 0%, rgba(150, 107, 42, 0.7) 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    margin-top: 8px;
    border-radius: 6px;
    height: 30px;
    color: #fff;
    white-space: nowrap;
    font-weight: 600;
    padding: 0 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.copybtn:hover {
    background: linear-gradient(135deg, rgba(160, 120, 60, 0.8) 0%, rgba(170, 125, 50, 0.8) 100%);
    border: 1px solid rgba(252, 221, 154, 0.6);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), 0 0 10px rgba(236, 202, 119, 0.3);
    transform: translateY(-1px);
}

.friendlink {
    width: 100%;
    color: #fcdd9a;
    font-size: 20px;
    border-radius: 8px;
    border: 1px solid rgba(236, 202, 119, 0.3);
    background: linear-gradient(135deg, rgba(43, 43, 58, 0.8) 0%, rgba(30, 30, 40, 0.9) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.friendlink:focus {
    border: 1px solid rgba(252, 221, 154, 0.6);
    box-shadow: 0 0 20px rgba(236, 202, 119, 0.3);
    outline: none;
}

.pcfriendback {
    margin-top: 20px;
    font-size: 17px
}

.containfriend {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 10px
}

.wrapgrid001 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    padding: 0 10px
}

.inwrapgrid001 {
    padding: 0 5px;
    margin-top: 5px
}

.ininwrapgrid001.active {
    background: #263050;
    box-shadow: 0 0 0 1.5px #ffc107
}

.ininwrapgrid001 {
    background: #101525;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    max-width: 90px;
    margin: 0 auto;
    padding: 5px 0;
    box-shadow: 0 0 0 1.5px #3d4663
}

.moneycontainaf {
    width: 100%;
    background: linear-gradient(158deg, rgb(59 59 59) 0, rgb(19 20 22) 100%);
    border-radius: 20px;
    margin-top: 8px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    padding: 10px 40px;
    box-shadow: 0 0 5px 0 #947a2d
}

.fas.fa-users-crown {
    font-size: 45px;
    color: #fff;
    border-radius: 50px;
    padding: 10px 5px;
    box-shadow: 0 0 0 1px #8c8b8b
}

.countearnmoney {
    padding: 0 5px;
    font-size: 11px;
    background: #101525;
    border-radius: 20px;
    color: #fff
}

.containlinkcopy {
    margin-top: 5px
}

.friendlink {
    width: 100%;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
    border: none;
    background: #141416
}

.btnfriendback02 {
    background: #bb9b3a;
    font-size: 13px;
    border: none;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    padding: 0;
    width: 70px;
    cursor: pointer
}

.detailaf {
    padding: 5px 10px;
    font-size: 15px;
    background: #4c4c56;
    border-radius: 4px;
    color: #fff
}

.indetail {
    font-size: 16px;
    color: #d4d4d4;
    margin-top: 0;
    background: #232324;
    padding: 15px 5px;
    border-radius: 8px;
    padding-left: 10px;
    padding-top: 15px;
    margin-top: -15px
}

.alert01 {
    margin: 0;
    padding: 12px 20px;
    border: 1px solid rgba(236, 202, 119, 0.3);
    background: linear-gradient(135deg, rgba(43, 43, 58, 0.8) 0%, rgba(30, 30, 40, 0.9) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 14px !important;
    border-radius: 10px;
    color: #fbdeb2;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.friendcontent {
    display: none;
    -webkit-animation: fadeEffect .3s;
    animation: fadeEffect .3s
}

#withdrawfriend {
    height: 10px;
    position: relative
}

.btn-grad {
    background: linear-gradient(270deg, rgb(139, 104, 50) 0%, rgb(252, 221, 154) 50%, rgb(150, 107, 42) 100%);
    border: 1px solid rgb(236, 202, 119);
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(236, 202, 119, 0.2);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    margin-top: 8px;
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-grad:hover {
    background: linear-gradient(270deg, rgb(160, 120, 60) 0%, rgb(255, 231, 170) 50%, rgb(170, 125, 50) 100%);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4), 0 0 25px rgba(252, 221, 154, 0.4);
    text-shadow: 0 0 10px rgba(252, 221, 154, 0.8), 0 0 20px rgba(236, 202, 119, 0.6);
    transform: translateY(-2px);
    border: 1px solid rgba(255, 231, 170, 0.8);
}

.divoffriends {
    text-align: center;
    background: #101525;
    border-radius: 20px;
    margin-top: -5px;
    height: 330px;
    overflow: auto;
    padding: 0 10px;
    padding-top: 10px
}

.wranningwd {
    margin: 10px 0;
    position: relative;
    text-align: left;
    color: #fff;
    font-size: 12px
}

.btnfriendback02 {
    white-space: nowrap
}

.moneyfriend {
    padding: 20px;
    margin-top: 15px;
    background: linear-gradient(158deg, rgb(60 60 60) 0, #101113 100%);
    border-radius: 15px;
    -moz-box-shadow: 0 0 0 1px #a99871;
    -webkit-box-shadow: 0 0 0 1px #333435;
    box-shadow: 0 0 0 1px #333435
}

.wraper-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    padding: 10px 0
}

.ingrid {
    font-size: 13px
}

.headerprocess {
    margin-top: 15px;
    text-align: center;
    font-size: 30px;
    text-shadow: 3px 3px 10px #000, 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff
}

.headerprocess i {
    text-shadow: 0 0 0 #000;
    color: #bca057;
    font-size: 23px
}

.carousel {
    margin-top: 30px
}

.carousel-cell {
    width: 100%;
    margin-right: 10px;
    border-radius: 5px;
    text-align: center
}

.carousel-cell img {
    width: 87%;
    border-radius: 10px
}

.carousel-cell.is-selected {
    opacity: 1
}

.carousel-cell.is-selected button {
    display: inline
}

.flickity-button {
    position: absolute;
    background: hsl(0deg 0% 21%/0%);
    border: none;
    color: #fff;
    outline: 0;
    width: 50px
}

.flickity-prev-next-button.next {
    right: 0
}

.flickity-prev-next-button.previous {
    left: 0
}

.flickity-button:hover {
    background: hsl(0deg 0% 21%/0%)
}

.carousel2 {
    margin-top: 30px
}

.flickity-page-dots .dot {
    background: #fff;
    box-shadow: 0 0 5px #fff, 0 0 10px #2196f3, 0 0 15px #2196f3, 0 0 25px #2196f3, 0 0 35px #2196f3
}

@media(max-width:590px) {
    .carousel-cell img {
        width: 85%;
        border-radius: 10px
    }
}

@media(max-width:510px) {
    .carousel-cell img {
        width: 80%;
        border-radius: 10px
    }
}

.backtohome {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 15px;
    color: #fff;
    background: #2b2c2f;
    padding: 5px 0;
    padding-left: 20px;
    border-radius: 10px
}

.homebtn {
    font-size: 25px
}

.textfriend {
    font-size: 20px
}

@media(max-width:768px) {
    .textfriend {
        font-size: 15px
    }
}

.wrapermenucon {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto
}

.wrapper-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: 0;
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 1000;
    transition: all .5s
}

.wrapper-menu2 {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: 0
}

.wrapper-menu.hamopen {
    position: fixed;
    left: 200px;
    top: 8px
}

.line {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    transition: stroke-dasharray .6s cubic-bezier(.4, 0, .2, 1), stroke-dashoffset .6s cubic-bezier(.4, 0, .2, 1)
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
    animation: lineone 2s ease 0s infinite normal none
}

@keyframes lineone {
    50.1% {
        transform: scale3d(1.2, 1, 1) translate(-10px)
    }
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 3;
    animation: linetwo 2s ease 0s infinite normal none
}

@keyframes linetwo {
    50.1% {
        transform: scale3d(.8, 1, 1) translate(10px)
    }
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
    animation: linetree 2s ease 0s infinite normal none
}

@keyframes linetree {
    50.1% {
        transform: scale3d(1.2, 1, 1) translate(-10px)
    }
}

.open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
    animation: yourAnimation 3s ease 0s infinite normal none
}

.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 3;
    animation: yourAnimation 3s ease 0s infinite normal none
}

.open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
    animation: yourAnimation 3s ease 0s infinite normal none
}

.myAlert-top {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 150px;
    text-align: center;
    margin: auto;
    background-color: rgba(0, 0, 0, .7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 10px;
    color: #fff
}

.alert {
    display: none
}

.tablewd01 {
    width: 100%;
    max-width: 500px
}

.wdsec02 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    font-size: 20px;
    padding: 20px;
    border-radius: 15px;
    background: linear-gradient(158deg, rgb(60 60 60) 0, #101113 100%);
    -moz-box-shadow: 0 0 0 1px #a99871;
    -webkit-box-shadow: 0 0 3px 2px #fbf8a5;
    box-shadow: 0 0 3px 2px #d5bb6c
}

@media(max-width:430px) {
    .wdsec02 {
        font-size: 4vw
    }
}

.headdeposit {
    background: #1a1e2b;
    padding: 10px 0
}

.headwithdraw {
    background: #141723;
    padding: 10px 0
}

.headdeposit button {
    background: #2c392c;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    padding: 10px;
    transition: .3s
}

.headwithdraw button {
    background: #4d1e1e;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    padding: 10px;
    transition: .3s
}

.headdeposit.active button {
    box-shadow: 0 0 0 2px #aeffae
}

.headwithdraw.active button {
    box-shadow: 0 0 0 2px #d05858
}

#deposithis,
#withdrawwhis {
    text-align: center;
    margin-top: 10px;
    padding: 0 10px
}

#deposithis {
    animation: historyplusanimate .2s ease 0s normal none
}

#withdrawwhis {
    animation: historyminusanimate .2s ease 0s normal none
}

@keyframes historyplusanimate {
    0.0% {
        transform: translate(-20px, 0);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes historyminusanimate {
    0.0% {
        transform: translate(20px, 0);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

.containloophisdps {
    height: 500px;
    overflow: auto;
    padding: 0 10px;
    padding-bottom: 15px;
    box-shadow: inset 0 0 10px #000;
    border-radius: 10px;
    background: #0000005c
}

.containloophisdps::-webkit-scrollbar {
    width: 3px
}

.containloophisdps::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

.containloophisdps::-webkit-scrollbar-thumb {
    background: #75a975;
    border-radius: 10px
}

.containloophisdps::-webkit-scrollbar-thumb:hover {
    background: #75a975
}

.containloophiswd {
    height: 500px;
    overflow: auto;
    padding: 0 10px;
    padding-bottom: 15px;
    box-shadow: inset 0 0 10px #000;
    border-radius: 10px;
    background: #0000005c
}

.containloophiswd::-webkit-scrollbar {
    width: 3px
}

.containloophiswd::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

.containloophiswd::-webkit-scrollbar-thumb {
    background: #d05858;
    border-radius: 10px
}

.containloophiswd::-webkit-scrollbar-thumb:hover {
    background: #d05858
}

.historyofdps {
    background: #272b27;
    border-radius: 10px;
    padding: 10px;
    margin-top: 13px;
    box-shadow: 0 0 0 2px #404f40;
    position: relative;
    white-space: nowrap;
    cursor: pointer
}

.historyofwd {
    background: #4d1e1e;
    border-radius: 10px;
    padding: 10px;
    margin-top: 13px;
    box-shadow: 0 0 0 2px #894444;
    position: relative;
    white-space: nowrap;
    cursor: pointer
}

.statushistory {
    margin-top: -10px
}

.statushistory span {
    color: #fff;
    font-size: 13px;
    background: #619d61;
    padding: 0 5px;
    border-radius: 3px;
    border-top-left-radius: 10px
}

.spanofbankhis {
    font-size: 15px
}

.prohistory {
    font-size: 12px
}

.aftercradithis {
    font-size: 11px;
    white-space: normal
}

.backlogohis {
    width: 40px
}

.moneyhisdps {
    font-size: 20px
}

.plushis {
    color: #81e681;
    font-size: 20px
}

.minushis {
    color: #ed7f7f;
    font-size: 20px
}

@media(max-width:600px) {
    .spanofbankhis {
        font-size: 3.5vw
    }

    .prohistory {
        font-size: 2.5vw
    }

    .aftercradithis {
        font-size: 2.5vw
    }

    .backlogohis {
        width: 40px
    }

    .moneyhisdps {
        font-size: 4vw
    }

    .minushis {
        font-size: 3vw
    }

    .plushis {
        font-size: 3vw
    }
}

.gameingtd {
    width: 25%;
    text-align: center;
    padding: 5px
}

.gameingtd div {
    padding: 10px 0;
    border-radius: 10px;
    cursor: pointer
}

.tablinkgame.active {
    background: linear-gradient(160deg, #d1b667 0, #77613d 100%);
    text-shadow: 0 0 5px #fff, 0 0 10px #fff;
    font-weight: 700
}

.tabgame {
    display: none;
    padding: 6px 5px;
    padding-top: 0;
    -webkit-animation: fadegame .3s;
    animation: fadegame .3s
}

@-webkit-keyframes fadegame {
    0.0% {
        transform: translate(0, -10px);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes fadegame {
    0.0% {
        transform: translate(0, -10px);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

.gridofgame {
    margin-top: 7px;
    padding-bottom: 10px;
    border-radius: 20px;
    background: #23243380;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.ingridgame {
    text-align: center
}

.ingridgame a {
    text-decoration: none;
    color: #fff
}

.ingridgame a:hover {
    color: #fff;
    text-shadow: 0 0 5px #fff, 0 0 20px #fff
}

.ingridgame img {
    width: 100%
}

.iningridgame {
    border-radius: 10px;
    padding: 0 4px;
    white-space: nowrap;
    cursor: pointer;
    opacity: 1;
    transition: all .3s
}

.iningridgame:hover {
    transform: scale(1.07);
    opacity: 1
}

@media(max-width:600px) {
    .gridofgame {
        grid-template-columns: 1fr 1fr
    }

    .iningridgame {
        opacity: 1
    }
}

.cashbmoney {
    width: 50%;
    color: #f7d467;
    font-size: 30px
}

.btncashback02 {
    font-size: 15px;
    border: none;
    color: #fff;
    border-radius: 15px;
    font-weight: 700;
    padding: 10px 0;
    width: 120px
}

.pccashback {
    margin-top: 20px;
    font-size: 17px
}

.slipimage {
    text-align: center;
    margin-top: 15px;
    background: linear-gradient(107deg, rgb(42 44 56) 0, rgb(46 55 87) 100%);
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    padding: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
    box-shadow: 0 0 0 1px #a99871;
    border-radius: 15px;
    margin-top: 20px
}

.infoslip {
    background: #fff;
    padding: 20px 10px;
    border-radius: 5px
}

.pdingaccord {
    padding: 10px 20px
}

.accordion {
    background: linear-gradient(158deg, rgb(69 69 69) 0, rgb(24 24 24) 100%);
    color: #fff;
    cursor: pointer;
    margin-bottom: 5px;
    height: 80px;
    width: 100%;
    max-width: 500px;
    padding: 0 20px;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 20px;
    transition: .4s;
    border-radius: 10px;
    box-shadow: 0 0 3px 0 #888;
    outline: 0
}

.accordion.active {
    background: linear-gradient(158deg, rgb(99 99 99) 0, rgb(33 33 33) 100%);
    color: #fff;
    box-shadow: 0 0 3px 2px #8c7737
}

.accordion:focus {
    outline: 0
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: 700;
    float: right;
    margin-left: 5px
}

.accordion.active:after {
    content: "\2212"
}

.panel {
    color: #fff;
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.accordion-div {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center
}

.copybutton {
    background: #1b1f22;
    font-size: 13px;
    border-radius: 10px;
    margin: 2px 10px;
    border: none;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    outline: 0;
    box-shadow: 0 0 0 1px #5d9aa4, 0 0 5px 1px #000
}

.rulewd {
    width: 100%;
    background: #bf1a1a;
    background: linear-gradient(277deg, #bf1a1a 0, #4e1b1b 100%);
    box-shadow: 0 0 10px #000;
    border-radius: 20px;
    margin-top: 10px;
    padding: 20px;
    text-align: center
}

.rulebox {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    color: #fff;
    font-size: 20px;
    background: #000;
    background: linear-gradient(332deg, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .3) 100%);
    border-radius: 20px;
    padding: 10px
}

.tdbank {
    text-align: center;
    border-radius: 10px;
    cursor: pointer
}

.tdbank:hover {
    background-color: #ccc
}

.tabletruewallet {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center
}

.righttopmain {
    padding-right: 10px
}

.bglangbtn {
    padding: 5px;
    border-radius: 20px
}

.languagebtn {
    width: 25px;
    margin-top: -10px;
    cursor: pointer
}

.paddinglefttop {
    padding-left: 0
}

@media(max-width:550px) {
    .paddinglefttop {
        padding-right: 10px
    }
}

.containpromotion {
    position: relative
}

.swiper-container {
    width: 90%;
    max-width: 1000px;
    height: 650px;
    padding-top: 10px;
    padding-bottom: 50px;
    white-space: nowrap
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    border-radius: 15px;
    box-shadow: 0 0 0 5px rgb(251 214 110), 0 0 0 10px rgb(27 40 88)
}

.swiper-slide.swiper-slide-active {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    border-radius: 15px;
    box-shadow: 0 0 0 5px rgb(251 214 110), 0 0 0 10px rgb(27 40 88);
    margin-top: 20px
}

.detailpro {
    display: none
}

.swiper-slide.swiper-slide-active .detailpro {
    position: absolute;
    width: 450px;
    left: -70px;
    margin: 0 auto;
    bottom: -90px;
    line-height: 30px;
    font-size: 20px;
    display: block
}

.btnnext {
    padding: 50px 10px;
    margin-top: -190px;
    box-shadow: 0 0 0 2px #a28d51, 0 0 0 6px #1c1f22;
    border-radius: 7px;
    position: absolute;
    top: 50%;
    right: 8px;
    font-size: 25px;
    color: #fff;
    z-index: 999;
    border: none
}

.btnnext:hover {
    font-size: 25px;
    text-shadow: 0 0 2px #fff, 0 0 10px #fff, 0 0 10px gold, 0 0 20px gold, 0 0 30px gold
}

.btnnext.swiper-button-disabled {
    opacity: .5
}

.btnnext.swiper-button-disabled:hover {
    opacity: .5;
    text-shadow: 0 0 0 #fff
}

.btnprev {
    padding: 50px 10px;
    margin-top: -190px;
    box-shadow: 0 0 0 2px #a28d51, 0 0 0 6px #1c1f22;
    border-radius: 7px;
    position: absolute;
    top: 50%;
    left: 8px;
    font-size: 25px;
    color: #fff;
    z-index: 999;
    border: none
}

.btnprev:hover {
    background: #4a4a4a;
    font-size: 25px;
    text-shadow: 0 0 2px #fff, 0 0 10px #fff, 0 0 10px gold, 0 0 20px gold, 0 0 30px gold
}

.btnprev.swiper-button-disabled {
    opacity: .5
}

.btnprev.swiper-button-disabled:hover {
    opacity: .5;
    text-shadow: 0 0 0 #fff
}

@media(max-width:959px) {
    .swiper-slide {
        width: 300px;
        height: 300px
    }

    .swiper-slide.swiper-slide-active {
        width: 300px;
        height: 300px;
        margin-top: 20px
    }

    .btnnext {
        margin-top: -170px
    }

    .btnprev {
        margin-top: -170px
    }

    .swiper-slide.swiper-slide-active .detailpro {
        position: absolute;
        width: 400px;
        left: -50px;
        margin: 0 auto;
        bottom: -90px;
        line-height: 30px;
        font-size: 18px;
        display: block
    }

    .swiper-container {
        height: 600px
    }
}

@media(max-width:765px) {
    .swiper-container {
        margin-top: -20px
    }

    .swiper-slide {
        width: 300px;
        height: 300px
    }

    .swiper-slide.swiper-slide-active {
        width: 300px;
        height: 300px;
        margin-top: 20px
    }

    .btnnext {
        margin-top: -150px
    }

    .btnprev {
        margin-top: -150px
    }

    .swiper-slide.swiper-slide-active .detailpro {
        position: absolute;
        width: 400px;
        left: -50px;
        margin: 0 auto;
        bottom: -90px;
        line-height: 30px;
        font-size: 18px;
        display: block
    }

    .swiper-container {
        height: 560px
    }
}

@media(max-width:643px) {
    .swiper-container {
        margin-top: -45px
    }

    .swiper-slide {
        width: 250px;
        height: 250px;
        margin-top: 40px
    }

    .swiper-slide.swiper-slide-active {
        width: 250px;
        height: 250px;
        margin-top: 40px
    }

    .swiper-slide.swiper-slide-active .detailpro {
        position: absolute;
        width: 400px;
        left: -80px;
        margin: 0 auto;
        bottom: -90px;
        line-height: 30px;
        font-size: 18px;
        display: block
    }

    .btnnext {
        margin-top: -140px
    }

    .btnprev {
        margin-top: -140px
    }

    .swiper-container {
        height: 530px
    }
}

@media(max-width:512px) {
    .swiper-container {
        margin-top: -35px
    }

    .swiper-slide {
        width: 230px;
        height: 230px
    }

    .swiper-slide.swiper-slide-active {
        width: 230px;
        height: 230px;
        margin-top: 40px
    }

    .btnnext {
        padding: 20px 10px;
        margin-top: -100px
    }

    .btnprev {
        padding: 20px 10px;
        margin-top: -100px
    }

    .swiper-slide.swiper-slide-active .detailpro {
        position: absolute;
        width: 360px;
        left: -70px;
        margin: 0 auto;
        bottom: -90px;
        line-height: 30px;
        font-size: 16px;
        display: block
    }

    .swiper-container {
        height: 505px
    }
}

@media(max-width:458px) {
    .swiper-container {
        margin-top: -35px
    }

    .swiper-slide {
        width: 210px;
        height: 210px
    }

    .swiper-slide.swiper-slide-active {
        width: 210px;
        height: 210px;
        margin-top: 40px
    }

    .swiper-slide.swiper-slide-active .detailpro {
        position: absolute;
        width: 350px;
        left: -70px;
        margin: 0 auto;
        bottom: -90px;
        line-height: 30px;
        font-size: 15px;
        display: block
    }

    .swiper-container {
        height: 480px
    }
}

@media(max-width:401px) {
    .swiper-slide {
        width: 190px;
        height: 190px
    }

    .swiper-slide.swiper-slide-active {
        width: 190px;
        height: 190px;
        margin-top: 40px
    }

    .swiper-slide.swiper-slide-active .detailpro {
        position: absolute;
        width: 330px;
        left: -70px;
        margin: 0 auto;
        bottom: -90px;
        line-height: 30px;
        font-size: 14px;
        display: block;
        padding: 5px
    }

    .btnnext {
        padding: 20px 10px;
        margin-top: -100px
    }

    .btnprev {
        padding: 20px 10px;
        margin-top: -100px
    }

    .swiper-container {
        height: 460px
    }
}

.accountofuser {
    width: 310px
}

.headeraccount {
    padding: 9px 0
}

.headeraccount i {
    color: #e8c675
}

.trofaccount {
    border-bottom: 1px solid #938568
}

.heightmobile {
    height: 0
}

@media(max-width:885px) {
    .heightmobile {
        height: 95px
    }
}

.closemodalalert {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: #9e3737;
    color: #fff;
    font-size: 20px;
    padding: 1px 10px;
    border-radius: 20px;
    padding-top: 2px
}

.closemodalalert:hover {
    background: #f44040
}

.bgalrtcontent {
    background: #212639;
    padding: 5px;
    box-shadow: 0 0 0 3px #f0c96f;
    border-radius: 10px
}

.bgalrtcontent img {
    border-radius: 10px
}

#swal2-content,
#swal2-title {
    color: #fff
}

#btn-changepassword {
    background-color: #2a2d3f;
    color: #fff
}

#btn-changepassword:hover {
    background-color: #565b7b;
    color: #fff;
    text-shadow: 0 0 5px #fff
}

a {
    text-decoration: none;
    color: #fff
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgb(0 0 0/0%);
    border-top: 1px solid rgb(0 0 0/0%)
}

#loader {
    position: absolute;
    z-index: 1000;
    width: 120px;
    height: 120px;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 8px solid rgba(43, 43, 58, 0.3);
    border-radius: 50%;
    border-top: 8px solid rgb(252, 221, 154);
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 0 30px rgba(252, 221, 154, 0.4), 0 0 60px rgba(236, 202, 119, 0.2);
}

#loader img {
    animation: spin 1.5s infinite linear;
    animation-direction: reverse;
    position: absolute;
    filter: drop-shadow(0 0 10px rgba(252, 221, 154, 0.6));
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

#myDiv {
    display: none;
    text-align: center
}

.swiper-container-2 {
    width: 100%;
    max-width: 1000px;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    overflow: auto;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 40px
}

.swiper-container-2 .swiper-slide {
    width: 89%;
    height: auto !important;
    box-shadow: 0 0 0;
    background-size: 100%;
    margin-top: 0 !important
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    padding: 5px
}

.swiper-container-2 .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px
}

.swiper-button-prev,
.swiper-container-2 .swiper-button-next {
    transform: scale(.6);
    margin-top: -40px;
    font-weight: 700
}

.swiper-pagination-bullet {
    background-color: #fff;
    box-shadow: 0 0 5px #fff, 0 0 10px #aea07a, 0 0 15px #aea07a, 0 0 25px #aea07a, 0 0 35px #aea07a;
    padding: 5px
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px
}

.swiper-container-2 .swiper-button-next {
    right: 5px
}

.swiper-container-2 .swiper-button-prev {
    left: 5px
}

@media(max-width:500px) {
    .swiper-container-2 .swiper-slide {
        width: 85%;
        height: auto !important;
        box-shadow: 0 0 0;
        background-size: 100%;
        margin-top: 0 !important
    }
}

.swal2-popup {
    border-radius: 20px !important;
    background: linear-gradient(170deg, #22222fbf 0, #121421eb 100%) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.swal2-html-container {
    color: #fff !important
}

.text-danger {
    color: #ff717f !important
}

.inputcheck {
    color: #ff717f !important;
    font-size: 14px
}

.myAlert-top {
    position: fixed;
    width: 200px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: auto;
    background-color: rgb(53 3 3/61%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(5px);
    border-radius: 17px;
    box-shadow: 2px 3px 0 2px #00000085;
    padding: 10px;
    color: #fff;
    z-index: 9999;
    text-align: center
}

.myAlert-top i {
    font-size: 50px;
    color: #4cd41f
}

.alertcopy {
    display: none
}

/* Select and Form Control Styles */
select, 
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: linear-gradient(135deg, rgba(43, 43, 58, 0.8) 0%, rgba(30, 30, 40, 0.9) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(236, 202, 119, 0.3);
    border-radius: 12px;
    color: #fbdeb2;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

select:focus,
.form-control:focus {
    background: linear-gradient(135deg, rgba(50, 50, 65, 0.9) 0%, rgba(35, 35, 45, 0.95) 100%);
    border: 1px solid rgb(236, 202, 119);
    color: #fff;
    outline: 0;
    box-shadow: 0 0 20px rgba(236, 202, 119, 0.3), 0 4px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
}

/* Option styles */
select option,
.loginform01 option,
.form-control option {
    background-color: #2b2b3a !important;
    background: #2b2b3a !important;
    color: #fbdeb2 !important;
    border: none !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
}

select option:hover,
select option:focus,
.loginform01 option:hover,
.loginform01 option:focus,
.form-control option:hover,
.form-control option:focus {
    background-color: #8b6832 !important;
    background: #8b6832 !important;
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

select option:checked,
.loginform01 option:checked,
.form-control option:checked {
    background-color: #8b6832 !important;
    background: #8b6832 !important;
    color: #fff !important;
    font-weight: 600 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

/* Firefox specific */
@-moz-document url-prefix() {
    select option,
    .loginform01 option,
    .form-control option {
        background-color: #2b2b3a !important;
        color: #fbdeb2 !important;
    }
    
    select option:hover,
    select option:focus,
    select option:checked,
    .loginform01 option:hover,
    .loginform01 option:focus,
    .loginform01 option:checked,
    .form-control option:hover,
    .form-control option:focus,
    .form-control option:checked {
        background-color: #8b6832 !important;
        color: #fff !important;
    }
}

/* Custom arrow for select */
select {
    background-image: linear-gradient(45deg, transparent 50%, #fbdeb2 50%), 
                      linear-gradient(135deg, #fbdeb2 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), 
                         calc(100% - 15px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    padding-right: 40px;
}

select:focus {
    background-image: linear-gradient(45deg, transparent 50%, #fcdd9a 50%), 
                      linear-gradient(135deg, #fcdd9a 50%, transparent 50%);
}

/* For webkit browsers */
select::-webkit-scrollbar {
    width: 8px;
}

select::-webkit-scrollbar-track {
    background: rgba(43, 43, 58, 0.3);
    border-radius: 10px;
}

select::-webkit-scrollbar-thumb {
    background: linear-gradient(270deg, rgb(139, 104, 50) 0%, rgb(252, 221, 154) 50%, rgb(150, 107, 42) 100%);
    border-radius: 10px;
    border: 1px solid rgb(236, 202, 119);
}

/* Additional form-control classes if needed */
.form-control::placeholder {
    color: rgba(251, 222, 178, 0.6);
    opacity: 1;
}

.form-control:read-only {
    background: linear-gradient(135deg, rgba(25, 25, 35, 0.9) 0%, rgba(20, 20, 30, 0.95) 100%);
    border: 1px solid rgba(150, 107, 42, 0.4);
}

/* Additional specific styling for loginform01 select */
select.loginform01 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

select.loginform01 option {
    background-color: #2b2b3a !important;
    background: #2b2b3a !important;
    color: #fbdeb2 !important;
}

select.loginform01 option:hover,
select.loginform01 option:focus,
select.loginform01 option:checked {
    background-color: #8b6832 !important;
    background: #8b6832 !important;
    color: #fff !important;
}

/* Webkit specific for better option styling */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select.loginform01 option,
    select option,
    .form-control option {
        background-color: #2b2b3a;
        background: #2b2b3a;
        color: #fbdeb2;
    }
    
    select.loginform01 option:hover,
    select.loginform01 option:checked,
    select option:hover,
    select option:checked,
    .form-control option:hover,
    .form-control option:checked {
        background-color: #8b6832;
        background: #8b6832;
        color: #fff;
    }
}