:root {
    --backgroundImg: url(../../images/bg/02.jpg);
    --backgroundImgPartner: url(https://img.freepik.com/free-vector/realistic-soccer-football-stadium-illustration_52683-60377.jpg?w=1380&t=st=1684133251~exp=1684133851~hmac=543acdb9231939b34fedefce0012466ab99b46106d03db53313f77e53946262c);
    --backgroundPartner: url(https://img.freepik.com/free-photo/soccer-players-action-professional-stadium_654080-1820.jpg?w=1060&t=st=1684140041~exp=1684140641~hmac=ace4f66c21248cdf41e029e83b871cd7af0f979fcfe9eda71f45f607939ef388);
    --clr-neon: rgb(255 234 118);
    --clr-bg: rgba(1, 1, 1, 1);
    --clr-white: rgb(255 234 118);
}

.image-container {
    position: relative;
    overflow: hidden;
}

.image-container img {
    transition: transform 0.3s;
}

.image-container .middle {
    transition: opacity 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(rgba(200, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid transparent;
    box-sizing: border-box;
}

.image-container .middle .text {
    font-size: 18px;
    margin-bottom: 5px;
}

.image-container .middle .play-icon {
    font-size: 30px;
}

.image-container:hover img {
    transform: scale(1.1);
}

.image-container:hover .middle {
    opacity: 1;
    border: 3px solid white;
}


    .badgeaff {
        display: inline-block;
        padding: 0.25em 0.7em;
        /* font-size: 75%; */
        /* font-weight: 700; */
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }


.affText{

        background: linear-gradient(to right, #9a8142 0%, #0455ff 100%);
        color: white;
        border: none;
        font-weight: 200;
        margin-right: 5px;
        padding: 2px 15px;
        border-radius: 10px;
    
}

.btntran {
    background-color: transparent;
}

.btnsection01 button {
    font-size: 25px;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: var(--clr-neon);
    border: var(--clr-neon) 4px solid;
    padding: 0.25em 1em;
    border-radius: 0.25em;
    text-shadow: 0 0 0.125em rgba(255, 255, 255, 0.55), 0 0 0.5em currentColor;
    box-shadow: inset 0 0 0.5em 0 var(--clr-neon), 0 0 0.5em 0 var(--clr-neon);
    position: relative;
    cursor: pointer;
    font-weight: 300;
}

.btnsection01 button {
    font-size: 25px;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    /* color: var(--clr-neon); */
    border: var(--clr-neon) 4px solid;
    padding: 0.25em 1em;
    border-radius: 0.25em;
    text-shadow: 0 0 0.125em rgba(255, 255, 255, 0.55), 0 0 0.5em currentColor;
    box-shadow: inset 0 0 0.5em 0 var(--clr-neon), 0 0 0.5em 0 var(--clr-neon);
    position: relative;
    cursor: pointer;
    font-weight: 300;
}


/*
.btnsection01 a::before {
    pointer-events: none;
    content: "";
    position: absolute;
    background: var(--clr-neon);
    top: 120%;
    left: 0;
    width: 100%;
    height: 100%;

    transform: perspective(1.2em) rotateX(40deg) scale(1.5, 0.5);
    filter: blur(1.15em);
    opacity: 0.7;

    transition: transform 0.5s linear;
}*/

.btnsection01 button::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 4em 0.6em var(--clr-neon), 0 0 1em 0.2em var(--clr-white);
    opacity: 0;
    background: var(--clr-neon);
    z-index: -1;
    transition: opacity 0.5s linear;
}

.btnsection01 button:hover,
.btnsection01 button:focus {
    color: var(--clr-bg);
    text-shadow: none;
    text-decoration: none;
    background: var(--clr-neon);
}

.btnsection01 button:hover::before,
.btnsection01 button:focus::before {
    opacity: 1;
    transform: perspective(1em) rotateX(40deg) scale(1.5, 0.6);
    transition: transform 0.5s linear;
}

.btnsection01 button:hover::after,
.btnsection01 button:focus::after {
    opacity: 1;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

[class*=sidebar-dark-] {
    /* background: linear-gradient(45deg, #83EAF1, #63A4FF)!important; */
    background: linear-gradient(45deg, #79a7d3, #8a307f)!important;
    /* background: linear-gradient(45deg, #daf2dc, #4d5198)!important; */
}

.modal-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    font-weight: bold;
}

#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: transparent;
    z-index: 9999!important;
    /* animation: transform rotate(265deg); */
    /* animation-duration: 0.2s; */
}

#loading-image {
    z-index: 100;
    animation: fa-spin 5s linear infinite;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

body {
    background: rgb(0, 0, 0);
    font-family: 'Kanit', 'Bai Jamjuree', sans-serif!important;
    position: relative;
    color: white;
    background: #2b080c;
    overflow-x: hidden;
}

body::after {
    content: "";
    background: rgb(24, 23, 33);
    background: linear-gradient(45deg, #00000054, #000000ba), var(--backgroundImg)center right;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -5;
    overflow-x: hidden;
}

@media (max-width: 767.8px) {
    body::after {
        background: linear-gradient( 45deg, #00000054, #000000ba), var(--backgroundImg)center right;
        background-size: cover;
    }
}

a {
    color: white;
}

a:hover {
    color: white;
    text-decoration: none;
}

footer {
    background-color: maroon;
    color: white;
    display: none;
}

.wrapper-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: none;
    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: none;
}

.wrapper-menu.hamopen {
    position: fixed;
    left: 200px;
    top: 8px;
}

.line {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
    animation: lineone 2s ease 0s infinite normal none;
}

@keyframes lineone {
    0.0% {}
    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 {
    0.0% {}
    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 {
    0.0% {}
    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;
}

@keyframes yourAnimation {
    0.0% {}
    50.1% {}
}

.fixedflexcn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-content: center;
}

.flexcn {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
}


/* Login  */

.loginPartner {
    background: linear-gradient(45deg, #00000054, #000000ba), var(--backgroundPartner)center center;
    background-size: cover;
}

.loginbg {
    background: linear-gradient(45deg, #00000054, #000000ba), var(--backgroundImg)center center;
    background-size: cover;
}

.partnerbg {
    background: linear-gradient(45deg, #00000054, #000000ba), var(--backgroundImgPartner)center center;
    background-size: cover;
}

.bginputlogin {
    background: linear-gradient(348deg, #100406c9, #3e090c82);
    padding: 30px;
    border-radius: 19px;
    font-size: 16px;
    position: relative;
    transition: all .4s;
}

.inbgbeforelogin {
    z-index: 99;
    position: relative;
}

.bginputlogin .logologin {
    z-index: 99;
    position: relative;
}

.bginputlogin::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
    border: 3px solid transparent;
    border-radius: 10px;
    background-image: linear-gradient( 348deg, #100406, #3e090c), linear-gradient( 180deg, #a78059 -30%, #f2d7a9 22%, #715236 72%, #f1bb73 112%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.paddinglogin {
    padding: 20px 20px;
}

.leftcartoon img {
    width: 100%;
    -webkit-mask-image: -webkit-linear-gradient( 268deg, #ffffffff 80%, #00000000 100%);
    animation: zoomout 20s ease 0s infinite normal none;
}

@keyframes zoomout {
    0.0% {}
    100% {}
    49.6% {
        transform: scale(1.05);
    }
}

.logologin {
    text-align: center;
}

.logologin img {
    max-height: 70px;
}

.regislogo img {
    width: 200px;
}

.incontainlogin {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    color: #ffe57b;
    overflow: auto;
    padding-bottom: 68px;
}

.incontainlogin img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
}

.logoleftlogin {
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}

.headerlogin {
    text-align: center;
}

.headerlogin h2 {
    display: inline-block;
    background: linear-gradient( 180deg, #b38c2c 20%, #e8da9b 50%, #b38c2c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    margin-top: 10px;
    font-size: 25px;
}

.wantregister {
    margin-top: 18px;
    font-weight: 100;
    color: white;
    text-align: center;
    font-size: 16px;
}

.wantregister a {
    font-weight: 400;
    color: white;
}

@media (max-width: 767.8px) {
    .loginbg {
        background: linear-gradient( 45deg, #00000054, #000000ba), var(--backgroundImg)center right;
        background-size: cover;
    }
    .incontainerlg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .bginputlogin {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        padding: 30px 20px;
        box-shadow: 0 0 10px #00000059;
    }
    .insidectloginmb {
        position: relative;
    }
    .bginputlogin::before {
        display: none;
    }
}

.ic-lg-01,
.ic-lg-02,
.ic-lg-03 {
    position: absolute;
    width: 90px;
    z-index: 999;
}

.ic-lg-01 {
    width: 16%;
    top: -50px;
    left: -10px;
    -webkit-animation: x-sexy-up-down-loop 4s ease-in-out infinite;
    animation: x-sexy-up-down-loop 4s ease-in-out infinite;
}

.ic-lg-02 {
    width: 20%;
    bottom: -70px;
    right: 0px;
    -webkit-animation: x-sexy-up-down 3s 1s infinite alternate;
    animation: x-sexy-up-down 3s 1s infinite alternate;
}

@media(max-width: 767px) {
    .ic-lg-01 {
        width: 15%;
        top: 11px;
        left: 20px;
    }
    .ic-lg-02 {
        width: 19%;
        bottom: -49px;
        right: 20px;
    }
}

@-webkit-keyframes x-sexy-up-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes x-sexy-up-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes x-ball-up-down-loop {
    0% {
        transform: translate(0, 0) rotate(0deg) skewX(0deg);
    }
    12.5% {
        transform: translate(2.5px, 2.5px) rotate(0.5deg) skewX(0.5deg);
    }
    25% {
        transform: translate(5px, 5px) rotate(1deg) skewX(1deg);
    }
    37.5% {
        transform: translate(2.5px, 2.5px) rotate(0.5deg) skewX(0.5deg);
    }
    50% {
        transform: translate(0, 0) rotate(0eg) skewX(0deg);
    }
    62.5% {
        transform: translate(-2.5px, -2.5px) rotate(-0.5deg) skewX(-0.5deg);
    }
    75% {
        transform: translate(-5px, -5px) rotate(-1deg) skewX(-1deg);
    }
    87.5% {
        transform: translate(-2.5px, -2.5px) rotate(-0.5deg) skewX(-0.5deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg) skewX(0deg);
    }
}

@-webkit-keyframes x-sexy-up-down-loop {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes x-sexy-up-down-loop {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}


/* Login  */


/* Input style */

.loginbtn {
    /* padding: 10px;
    border: none;
    border-radius: 10px;
    width: 100%;
    margin-top: 20px;
    background: transparent;
    border: 1px solid #ffe18c;
    color: #ffe18c; */
   
        padding: 5px;
        border: none;
        border-radius: 10px;
        width: 50%;
        margin-top: 20px;
        background: transparent;
        border: 1px solid #ffe18c;
        color: #ffe18c;
    
}

.inputstyle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #00000038;
    border: none;
    border-radius: 10px;
    font-weight: 100;
    color: white;
    padding: 10px;
    padding-left: 35px;
    width: 100%;
    border: 1px solid #908585;
    box-shadow: 3px 3px 5px black;
}

.inputstyle:read-only {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #33333387;
    border: none;
    border-radius: 10px;
    color: white;
    padding-left: 35px;
}

.buttonStyle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #780812;
    border: none;
    border-radius: 10px;
    font-weight: 100;
    color: white;
    padding: 10px;
    width: 100%;
    border: 1px solid #780812;
    box-shadow: 3px 3px 5px white;
}

.inputstyle::placeholder {
    color: #888;
    opacity: 1;
    /* Firefox */
}

.inputstyle:focus {
    background: #69625c91;
    border: none;
    color: white;
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    -webkit-background: #1e1c38b8;
    -webkit-box-shadow: 0 0 0px 1000px #6b7696b8 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.el-input {
    position: relative;
}

.el-input i {
    display: block;
    position: absolute;
    top: 15px;
    left: 12px;
    color: #ffe287;
}


/* Input style */


/* Register */


/*register Container*/

.stepregister {
    justify-content: center;
    align-content: center;
    display: flex;
    margin: 10px 0;
}

.stepregis {
    margin: 0 5px;
    border-radius: 20px;
    padding: 0 10px;
    background: #2b2b2b;
}

.stepregis.active {
    background: #ffe57b;
    color: black;
}

.regisstep {
    display: none;
}

.re01 {
    display: block;
}

.finishcontain {
    font-size: 25px;
    text-align: center;
    margin: 25px 0;
}


/* Register */


/* Bank */

.x-bank-choices-type .-outer-wrapper {
    display: grid;
    justify-content: center;
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.x-bank-choices-type .-outer-wrapper .-input-radio {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px 10px;
    position: relative;
    margin: 5px auto;
    border-radius: 50%;
    opacity: .75;
    transition: all .1s;
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label {
    opacity: 1;
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .-logo {
    width: 45px;
    height: 45px;
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label .-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all .1s;
}

.fa-check:before {
    content: "\f00c";
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .fas.fa-check {
    display: flex;
    justify-content: center;
    align-items: center;
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label .fas.fa-check {
    display: none;
    position: absolute;
    bottom: -2px;
    right: -1px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    background-color: #71dd8a;
}


/* Bank */


/* Home Dashboard */

.cthome {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.x-hr-border-glow {
    height: 1px;
    margin-top: 0;
    margin-bottom: 0;
    background: linear-gradient( 90deg, transparent, #ecbd7b 30%, #ecbd7b 70%, transparent);
    width: 101%;
    text-align: center;
}


/* Home Dashboard */


/* Section01 */

.section01 {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 50px;
    background: linear-gradient(152deg, #611b1eb0, #130205), url(images/bg/04.jpg)top center;
    background-size: cover;
    border-top: none;
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
    position: relative;
    z-index: 9;
    backdrop-filter: blur(3px);
}

.section01 .x-hr-border-glow {
    margin-top: 45px;
    height: 2px;
    width: 90%;
}

.circlecredit {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    padding-top: 15px;
    background: black;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.circlecredit::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
    border: 3px solid transparent;
    border-radius: 100%;
    background-image: linear-gradient( 348deg, #100406, #3e090c), linear-gradient( 180deg, #a78059 -30%, #f2d7a9 22%, #715236 72%, #f1bb73 112%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.incrcd {
    text-align: center;
    z-index: 1;
    color: #dedede;
    font-weight: 100;
}

.incrcd span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: rgb(255 212 112);
}

.logocrcd img {
    width: 84px;
    position: absolute;
    z-index: 1;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    animation: logotopanimate 10s ease 0s infinite normal none;
    -webkit-filter: drop-shadow(0px 0px 2px rgb(255 212 112));
    filter: drop-shadow(0px 0px 2px rgb(255 212 112));
}

@keyframes logotopanimate {
    0.0% {
        -webkit-filter: drop-shadow(0px 0px 2px rgb(255 212 112));
        filter: drop-shadow(0px 0px 2px rgb(255 212 112)));
        transform: translateX(-50%);
    }
    50.0% {
        -webkit-filter: drop-shadow(0px 0px 10px rgb(255 212 112));
        filter: drop-shadow(0px 0px 10px rgb(255 212 112));
        transform: translateX(-50%);
    }
    100.0% {
        -webkit-filter: drop-shadow(0px 0px 2px rgb(255 212 112));
        filter: drop-shadow(0px 0px 2px rgb(255 212 112)));
        transform: translateX(-50%);
    }
}

.nameband {
    position: absolute;
    width: 50%;
    right: 0;
    top: 7px;
    display: inline-block;
    background: linear-gradient( 180deg, #b38c2c 20%, #e8da9b 50%, #b38c2c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin-top: 10px;
    font-size: 25px;
}

.detailuser img {
    width: 27px;
    margin-top: auto;
    margin-left: -5px;
}

.detailuser ul {
    margin: 0;
    padding: 0;
}

.detailuser li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 100;
    white-space: nowrap;
}

.detailuser strong {
    width: 26px;
    display: inline-block;
    color: white;
}

.btnsec01 {
    position: absolute;
    width: 94%;
    right: 10px;
    bottom: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.btnsec01 button {
    font-size: 15px;
    font-weight: 200;
    margin-right: 5px;
    padding: 5px 8px;
    color: #ffeec7;
    background: transparent;
    border: none;
    border-radius: 10px;
    white-space: nowrap;
}

.btnsec01 button:nth-child(1) {
    background: linear-gradient(to right, #4fb35c 0%, #235040 100%);
    color: white;
    border: none;
    font-weight: 200;
}

.btnsec01 button:nth-child(2) {
    background: linear-gradient(to right, #b53150 0%, #793686 100%);
    color: white;
    border: none;
    font-weight: 200;
}

.btnsec01 button:nth-child(3) {
    background: linear-gradient(to right, #4e6e8f 0%, #304156 100%);
    color: white;
    border: none;
    font-weight: 200;
}

.btnsec01 button:nth-child(4) {
    background: linear-gradient(to right, #9a8142 0%, #0455ff 100%);
    color: white;
    border: none;
    font-weight: 200;

  
}

@media(max-width: 550px) {
    .detailuser li {
        font-size: 3.2vw;
    }
    .btnsec01 {
        width: 94%;
    }
    .btnsec01 button {
        font-size: 13px;
    }
}

@media(max-width: 500px) {
    .detailuser strong {
        width: 6vw;
        display: inline-block;
    }
}

@media (max-width: 450px) {
    .section01 .x-hr-border-glow {
        margin-top: 70px;
        height: 2px;
    }
    .detailuser img {
        width: 6vw;
    }
    .detailuser {
        padding-top: 14px;
    }
    .btnsec01 {
        width: 95%;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .btnsec01 button {
        /* font-size: 3vw; */
        font-weight: 100 !important;
        padding: 7px 0;
    }
    .section01 {}
    .circlecredit {
        width: 150px;
        height: 150px;
        padding-top: 0px;
    }
    .logocrcd img {
        width: 60px;
    }
    .incrcd {
        font-size: 14px;
    }
    .incrcd span {
        font-size: 17px;
    }
}

@media (max-height:675px) {
    .circlecredit {
        width: 130px;
        height: 130px;
        padding-top: 10px;
    }
    .section01 .x-hr-border-glow {
        margin-top: 42px;
        height: 2px;
    }
    .btnsec01 {
        bottom: -14px;
    }
}


/* Section01 */


/* DropDown Right Sec01 */

.menuright {
    position: absolute;
    right: 5px;
    top: 13px;
}

.menuright i {
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
}

.containsideright {
    font-size: 15px;
    background: #12121ab5;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: white !important;
    border-radius: 9px;
    left: -10px !important;
    box-shadow: 0 0 0 1.5px #ecbd7a, 0 0 15px black;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #3b3b3b;
}

.dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #4a4a4a78;
}

.containsideright i {
    font-size: 15px !important;
    width: auto;
    height: auto;
}


/* DropDown Right Sec01 */


/* Line Fixed */

.sideline {
    overflow: hidden;
    background: rgba(255, 203, 0, 1);
    background: radial-gradient(ellipse farthest-corner at right bottom, #89734C 0%, #89734C 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffac 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    position: fixed;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    top: 50%;
    right: 0;
    text-align: center;
    font-size: 12px;
    padding: 8px;
    color: white;
    z-index: 1001;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
    cursor: pointer;
}

.sideline i {
    font-size: 50px;
}

@media (max-width:817px) {
    .sideline {
        top: 70%;
    }
}

@media (max-height:830px) {
    .sideline {
        top: 65%;
    }
}

@media (max-height:730px) {
    .sideline {
        top: 82%;
    }
}

@media (max-height:650px) {
    .sideline {
        top: 88%;
    }
}

@media (max-width:450px) {
    .sideline {
        font-size: 11px;
        padding: 10px 4px;
    }
    .sideline i {
        font-size: 37px;
    }
}


/* Line Fixed */


/* Contain Main */

.containmain {
    width: 100%;
    max-width: 750px;
    position: relative;
    background: linear-gradient(98deg, #330a12ab, #330a0ad9), url(images/bg/03.jpg?v=1)center center;
    margin: 0 auto;
    margin-top: 4px;
    border-radius: 11px;
    padding: 20px 0px;
    padding-top: 20px;
    overflow: auto;
    margin-bottom: 10px;
}

@media (max-height:675px) {
    .containmain {}
}


/* Contain Main */


/* Section02 */

.section02 {
    box-shadow: 0px 5px 5px #00000061;
}

.headersection {
    font-size: 17px;
    font-weight: 400;
    padding-left: 20px;
}

.headersection i {
    color: #ffca51;
    font-size: 25px;
    margin-right: 6px;
}


/* Section02 */


/* Promotion */

.containslide {
    padding: 0 31px;
    position: relative;
    margin-top: 10px;
    height: 318px;
}

@media (max-width:767px) {
    .containslide {
        margin-top: 0px;
    }
}

.swiper.prosw {
    width: 100%;
    height: 100%;
    padding-bottom: 48px;
    position: relative;
    padding-top: 10px;
}

.prosw .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 100%;
    max-width: 260px;
    opacity: 1;
    position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.prosw .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 13px;
}

.prosw .swiper-slide button {
    position: absolute;
    bottom: -43px;
    left: 50%;
    transform: translateX(-50%);
    color: #f9de7a;
    border-radius: 5px;
    display: none;
    padding: 3px 10px;
    font-size: 15px;
    font-weight: 400;
    border: 1.5px #d5a96f solid;
    background: transparent;
}

.prosw .swiper-slide.swiper-slide-active button {
    display: inline-block;
}

.prosw .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.prosw .swiper-slide.swiper-slide-active img {
    box-shadow: 2px 2px 10px black;
}

.btnslide {
    z-index: 0;
    left: 0;
    right: 0;
    top: 85%;
    height: 30px;
    width: 100%;
    position: absolute;
    transform: translateY(-50%);
}

.btnslide button {
    padding: 0;
    color: white;
    font-size: 48px;
    background: transparent;
    border: none;
    position: absolute;
}

.btnslide button:nth-child(1) {
    left: 8px;
}

.btnslide button:nth-child(2) {
    right: 8px;
}

@media (max-height:675px) {
    .prosw .swiper-slide {
        max-width: 229px;
    }
}


/* Promotion */


/* Section03 */

.section03 {
    margin-top: 20px;
    box-shadow: 0px 5px 5px #00000061;
}


/* Game Home Tab */

.customgametab {
    justify-content: center;
}

.customgametab img {
    width: 44px;
    display: block;
    margin: 0 auto;
}

.customgametab.nav-pills .nav-link {
    border-radius: 50px;
    margin: 0 5px;
    margin-bottom: 10px;
    padding: 15px 5px;
    box-shadow: 0 5px 7px 0 #000000;
    background: linear-gradient(112deg, #79181e, #35070c);
}

.customgametab.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: linear-gradient(to bottom, #e7d39d, #b19560);
}

.gridgame {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}

.ingridgame {
    width: 100%;
}

.iningridgame {
    width: 100%;
    padding: 0 5px;
}

.iningridgame img {
    width: 100%;
    transition: all .3s;
    cursor: pointer;
}

.iningridgame img:hover {
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .customgametab img {
        width: 30px
    }
    .customgametab.nav-pills .nav-link {
        margin: 0 5px;
        margin-bottom: 12px;
        padding: 5px 12px;
        white-space: nowrap;
        font-size: 13px;
        box-shadow: 0 5px 7px 0 #000000;
        background: linear-gradient(112deg, #79181e, #35070c);
    }
    .gridgame {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }
}

.headertab {
    text-align: center;
    margin: 10px 0;
    margin-top: 15px;
}

.headertab h2 {
    font-size: 30px;
    display: inline-block;
    background: linear-gradient( 180deg, #b38c2c 20%, #e8da9b 50%, #b38c2c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.gslidebg {
    background: linear-gradient(145deg, #651610d1, #25080dd4);
    border-radius: 20px;
    padding-top: 6px;
    height: 242px;
    box-shadow: inset 0 0 10px black;
}

@media (max-width:767px) {
    .gslidebg {
        height: 208px;
    }
}

.swiper.gameslide {
    width: 100%;
    height: 100%;
    padding-bottom: 56px;
    position: relative;
    padding-top: 10px;
}

.gameslide .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 100%;
    max-width: 200px;
    opacity: 1;
    position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width:767px) {
    .gameslide .swiper-slide {
        max-width: 160px;
    }
}

.gameslide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.gameslide .swiper-slide button {
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    border-radius: 5px;
    display: none;
    padding: 3px 21px;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 400;
    border: 1.5px #84100f solid;
    background: linear-gradient(136deg, #bb0c0a, #370101);
}

@media (max-width:767px) {
    .gameslide .swiper-slide button {
        padding: 3px 13px;
        bottom: -39px;
    }
}

.infogame01 {
    left: 4px !important;
    transform: translateX(0%) !important;
    background: linear-gradient(150deg, #decd36, #a07d15) !important;
    border: 1.5px #b69a21 solid !important;
}

.playgame01 {
    /* right: 6px !important; */
    left: auto !important;
    transform: translateX(0%) !important;
}

.creditgame {
    position: absolute;
    bottom: -4px;
    width: 100%;
    padding: 5px 0;
    background: #101010c9;
    color: #fff3c6;
    border-radius: 0;
    font-size: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.creditgame i {
    font-size: 17px;
    margin-right: 3px;
}

.gameslide .swiper-slide.swiper-slide-active button {
    display: inline-block;
}

.gameslide .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.gameslide .swiper-slide.swiper-slide-active img {}

@media (max-height:675px) {
    .gameslide .swiper-slide {
        max-width: 229px;
    }
}


/* Game Home Tab */


/* Section03 */


/* Section04 */

.bccontainer {
    padding: 0 28px;
    margin-top: 10px;
    position: relative;
    /* height: 430px; */
    margin-bottom: 10px;
}

@media (max-width:767px) {
    .bccontainer {
        margin-top: 0px;
        /* height: 420px; */
    }
}

@media (max-width:600px) {
    .bccontainer {
        margin-top: 0px;
        /* height: 420px; */
    }
}

@media (max-width:490px) {
    .bccontainer {
        margin-top: 0px;
        /* height: 420px; */
    }
}
@media (max-width:490px) {
    .bccontainer_promotion {
        margin-top: 0px;
        /* height: 180px; */
    }
}


@media (max-width:390px) {
    .bccontainer {
        margin-top: 0px;
        /* height: 420px; */
    }
}

.broadcast .swiper {
    width: 100%;
    height: 100%;
}

.broadcast .swiper-slide {
    text-align: center;
    font-size: 18px;
    padding: 10px;
    /* Center slide text vertically */
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.broadcast .swiper-slide img {
    display: block;
    width: 100%;
    height: 328px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 0 10px black;
}

@media (max-width:767px) {
    .broadcast .swiper-slide img {
        width: auto;
        max-height: 250px;
    }
}

@media (max-width:600px) {
    .broadcast .swiper-slide img {
        width: auto;
        max-height: 200px;
    }
}

@media (max-width:490px) {
    .broadcast .swiper-slide img {
        width: auto;
        max-height: 150px;
    }
}

@media (max-width:390px) {
    .broadcast .swiper-slide img {
        width: auto;
        max-height: 135px;
    }
}

 :root {
    --swiper-theme-color: #ffffff;
}

.swiper-pagination-bullet {
    background: white;
}

.broadcast .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -2px;
    left: 0;
    width: 100%;
}

.bccontainer .btnslide {
    top: 42%;
    transform: translateY(-50%);
}


/* Section04 */


/* Menu Tab */

.menucontent {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2000;
    padding: 0 7px;
    align-items: center;
    justify-items: center;
}

.hidemenu {
    position: absolute;
    font-size: 25px;
    font-weight: bold;
    z-index: 3;
    padding: 0;
    top: 5px;
    right: 14px;
    border-radius: 20px;
    border: none;
    background: transparent;
    color: white;
}

.inmenucontent {
    border-radius: 20px;
    padding: 10px;
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.ininmnct {
    z-index: 2;
    position: relative;
}

.menuhead {
    text-align: center;
    margin-top: 5px;
    font-size: 22px;
    font-weight: 400;
}

.menuhead i {
    font-size: 25px;
    color: #ffce42;
}

.inmenucontent::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
    border: 3px solid transparent;
    border-radius: 10px;
    background-image: linear-gradient(140deg, #6a2323, #470c22 95%), linear-gradient( 180deg, #a78059 -30%, #f2d7a9 22%, #715236 72%, #f1bb73 112%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.inmenucontent.animate__animated.animate__bounceIn {
    --animate-duration: .8s;
}

.overlaymenu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000ad;
    z-index: 0;
}


/* Menu Tab */


/* Deposit */

.depositimg {
    margin: 15px 0;
    text-align: center;
}

.depositimg img {
    width: 140px;
}

.gridbank {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ingridbank {}

.bankimg {
    text-align: center;
}

.bankimg img {
    width: 100%;
    max-width: 90px;
}

.detailbank {
    text-align: center;
    font-weight: 100px;
    font-size: 14px;
}

.detailbank button {
    margin-top: 10px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #ffe18c;
    color: white;
    font-weight: 100;
    padding: 5px 10px;
}


/*DPS SECTION*/

.banktabicon {
    width: 100%;
    max-width: 45px;
    display: block;
    margin: 0 auto;
}

.containdps {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.griddps {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ingriddps {
    padding: 5px;
}

.iningriddps {
    text-align: center;
    font-size: 14px;
    color: #efefef;
    font-weight: 100;
}

.iningriddps span {
    text-align: center;
    font-size: 16px;
    color: white;
    font-weight: 500;
}

.iningriddps img {
    width: 90px;
    margin-bottom: 5px;
}

.iningriddps button {
    margin-top: 5px;
    border: none;
    font-weight: 100;
    border-radius: 10px;
    color: white;
    background: transparent;
    border: 2px solid #d9ba8e;
    padding: 5px 10px;
}

.iningriddps button i {
    color: #fff4bc;
}

.leftdps {
    box-shadow: 3px -2px 7px #00000052;
    border-radius: 10px;
}

.leftdps .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: linear-gradient(to bottom, #e7d39d, #b19560);
}

.leftdps .nav-pills .nav-link {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 440px) {
    .iningriddps {
        text-align: center;
        font-size: 3.4vw;
        color: #ffffff;
    }
}

@media (max-width: 405px) {
    .griddps {}
    .ingriddps {
        padding-bottom: 15px;
    }
    .iningriddps img {
        width: 67px;
    }
}

.headerbankdt {
    text-align: center;
    margin-top: 10px;
}

.headerbankdt img {
    width: 40px;
}


/*END DPS SECTION*/


/* Deposit */


/*  history SECTION*/

.containhis {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.containhislist {
    height: 400px;
    overflow: auto;
}

.containerhis {
    padding: 0 15px;
    font-size: 15px;
    white-space: nowrap;
}

.timehis {
    font-size: 11px;
    color: #d2d2d2;
}

.listht {
    box-shadow: 0 0 0px 2px #62986d;
    background: #0000004f;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 10px 0;
    font-size: 15px;
}

.listhtwd {
    box-shadow: 0 0 0px 2px #bd4c4c;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 15px;
    margin: 10px 0;
}

.containhis .nav-link.green.active {
    background: linear-gradient(204deg, #8bc34a, #134815);
}

.containhis .nav-link.red.active {
    background: linear-gradient(190deg, #c34a4a, #481313);
}

.containerhis table {
    width: 100%;
}

.containerhis td {
    width: 50%;
}

.containerhis td:nth-child(2) {
    text-align: right;
}

@media (max-width:400px) {
    .listht,
    .listhtwd {
        font-size: 3.5vw;
    }
}


/* history Section*/


/* Withdraw */

.selectwdbox {
    padding: 17px 0;
    text-align: center;
    background: linear-gradient(150deg, #942c2c, #3e0c0c);
    margin: 6px 0;
    margin-bottom: 15px;
    border-radius: 20px;
    font-size: 15px;
    box-shadow: 0 0 0 2px #d2b286;
    white-space: nowrap;
    cursor: pointer;
}

.selectwdbox i {
    display: block;
    font-size: 50px;
}

.selectwdbox img {
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

@media (max-width:430px) {
    .selectwdbox {
        font-size: 3.5vw;
    }
}

.containdeposit,
.nmwdcontain,
.rtwdcontain {
    display: none;
}

.backtw {
   
        position: absolute;
        font-size: 25px;
        font-weight: bold;
        z-index: 3;
        padding: 0;
        top: 5px;
        /* right: 14px; */
        border-radius: 20px;
        border: none;
        background: transparent;
        color: white;
    
}

.backwd {
    background: transparent;
    border: none;
    color: white;
    position: absolute;
    padding: 0;
    top: -5px;
    left: 10px;
    font-size: 30px;
    display: none;
}

.detailwd {
    width: 100%;
    max-width: 344px;
    background: linear-gradient(153deg, #9a2d2d, #4c1436);
    box-shadow: 0 0 10px black;
    padding: 5px 30px;
    padding-bottom: 10px;
    margin: 0 auto;
    color: #ffffff;
    margin-top: 5px;
    font-size: 14px;
    border-radius: 10px;
    white-space: nowrap;
}

.detailwd button {
    padding: 3px 20px;
    border-radius: 10px;
    border: none;
    margin-top: 7px;
    background: transparent;
    border: 1px solid #ffe18c;
    color: #ffe18c;
    font-size: 15px;
    box-shadow: 2px 2px 5px black;
}

.detailwd span {
    font-weight: 300;
}

.detailwd img {
    width: 50px;
    margin-right: 10px;
}

.containdeposit.animate__animated.animate__flipInX {
    --animate-duration: .5s;
}

.selectcontainer.animate__animated.animate__flipInX {
    --animate-duration: .5s;
}


/* Withdraw */


/* Friends Menu */

.friendsimg {
    text-align: center;
}

.friendsimg img {
    width: 100%;
    max-width: 201px;
}

.levelfriend {
    width: 100%;
    max-width: 250px;
    /* margin: 10px auto; */
    margin: 0px auto;

    font-size: 13px;
}

.levelfriend td {
    padding: 3px 0;
}

.frienddetail {
   
        width: 100%;
        max-width: 371px;
        margin: 0 auto;
        font-size: 13px;
        background: black;
        padding: 10px;
        border-radius: 10px;
        margin-top: 10px;
    
}

.headdtf {
    text-align: center;
    z-index: 1;
    margin-top: -5px;
}

.detailaf {
    background: linear-gradient(to right, #4e6e8f 0%, #304156 100%);
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}

.friendlink {
    /* padding: 6px 0;
    background: #682123 !important;
    cursor: pointer;
    border: 1px solid #d2a66e !important;
    box-shadow: 3px 3px 10px #00000063; */
   
        padding: 6px 0;
        background: #682123 !important;
        cursor: pointer;
        border: 1px solid #d2a66e !important;
        box-shadow: 3px 3px 10px #00000063;
        width: 341px;
        margin-left: -23px;
        /* margin-right: 27px; */
    
}

.friendtext {
    font-size: 13px;
    width: 100%;
    max-width: 345px;
    padding: 0 20px;
    margin: 9px auto;
    margin-bottom: 0;
}

.friendtext .el-input i {
    top: 7px;
    font-size: 24px;
    /* left: 3px; */
    left: -18px;
}

.iconbankfrind {
    width: 30px !important;
}


/* Friends Menu */


/*COPY*/

.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: white;
    z-index: 9999;
    text-align: center;
}

.myAlert-top i {
    font-size: 50px;
    color: #4cd41f;
}

.alertcopy {
    display: none;
}


/*END COPY*/


/* SweetAlert2 */

.swal2-popup {
    background: #000000ad;
    backdrop-filter: blur(5px);
}

.swal2-popup::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border: 3px solid transparent;
    border-radius: 10px;
    background-image: linear-gradient( 348deg, #100406, #3e090c), linear-gradient( 180deg, #a78059 -30%, #f2d7a9 22%, #715236 72%, #f1bb73 112%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.swal2-title {
    color: white;
}

.swal2-html-container {
    color: white;
}

.swal2-styled.swal2-confirm {
    background: linear-gradient(136deg, #bb0c0a, #370101);
    border: 2px solid #fde97d;
    border-radius: 10px;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    background: transparent !important;
}

.swal2-success-circular-line-right {
    background: transparent !important;
}

.swal2-icon.swal2-success .swal2-success-fix {
    background: transparent !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid rgb(164 219 134);
}

.swal2-title {
    z-index: 1;
}


/* SweetAlert2 */