body {
    font-family: Sora;
    background-color: #0E0C0C;
    color: white;
    font-feature-settings: "calt" 0;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    height: 100%;
}

/* Simple sticky footer solution */
#app {
    min-height: 100vh;
    position: relative;
    padding-bottom: 424px;
}

/* Clean up - removed unnecessary flexbox styles */

.scroll-x,
.scroll-xy,
.scroll-y {
    scrollbar-color: #333541 transparent;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.scroll-x::-webkit-scrollbar,
.scroll-xy::-webkit-scrollbar,
.scroll-y::-webkit-scrollbar {
    /* width: 6px;
    height: 6px; */
    width: 0px !important;
    height: 0px !important;
}

.scroll-x::-webkit-scrollbar-corner,
.scroll-x::-webkit-scrollbar-track,
.scroll-xy::-webkit-scrollbar-corner,
.scroll-xy::-webkit-scrollbar-track,
.scroll-y::-webkit-scrollbar-corner,
.scroll-y::-webkit-scrollbar-track {
    background: transparent;
}

.scroll-x::-webkit-scrollbar-thumb,
.scroll-xy::-webkit-scrollbar-thumb,
.scroll-y::-webkit-scrollbar-thumb {
    background-color: #333541;
    border-radius: 0px;
}

.scroll-x--contain,
.scroll-xy--contain,
.scroll-y--contain {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}

.scroll-y {
    overflow-x: hidden;
    overflow-y: auto;
}

.scroll-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.scroll-xy {
    overflow-x: auto;
    overflow-y: auto;
}

::selection {
    color: black;
    background: rgb(231, 179, 41);
}

body::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

body::-webkit-scrollbar-track {
    border-radius: 0px;
}

body::-webkit-scrollbar-thumb {
    background: #323232;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #323232;
}

html {
    scrollbar-width: thin;
    scrollbar-color: #323232 #121616;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar {
    /* width: 7px; */
    width: 0px;
}

::-webkit-scrollbar-thumb {
    background: #323232;
}

::-moz-selection {
    color: black;
    background: rgb(231, 179, 41);
}

::selection {
    color: black;
    background: rgb(231, 179, 41);
}

.col,
.row>div,
.row {
    padding: 0;
    margin: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.p5 {
    padding: 5px !important;
}

.pb10 {
    padding-bottom: 10px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}

.w-full {
    width: 100%;
}

.grecaptcha-badge {
    display: none !important;
}

html {
    scrollbar-width: none !important;
}

.modal {
    padding: 10px !important;
    backdrop-filter: blur(4px) !important;
}

.kd-body {
    background-color: #0d0b09;
    width: 100%;
    height: 100vh;
}

.kd-font-sora {
    font-family: "Sora";
}

.kd-p4 {
    padding: 1.5rem !important;
}

.kd-px4 {
    padding: 0 1.5rem !important;
}

.kd-px4-0 {
    padding: 0 1.5rem !important;
}

.kd-px3 {
    padding: 0 1.2rem !important;
}

.kd-p2 {
    padding: 0.5rem !important;
}

.kd-bg-img {
    position: absolute;
    width: 100%;
}

.kd-bg-img-case {
    position: absolute;
    width: 100%;
    backdrop-filter: blur(3px);
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.kd-color-yellow {
    color: #FFD80A;
    fill: #FFD80A;
}

.reen {
    color: #4AF65B;
    fill: #4AF65B;
}

.kd-color-white {
    color: #FFFFFF !important;
    fill: #FFFFFF;
}

.kd-color-white-80 {
    color: #FFFFFFCC;
    fill: #FFFFFFCC;
}

.kd-color-white-60 {
    color: #FFFFFF99 !important;
    fill: #FFFFFF99;
}

.kd-color-white-40 {
    color: #35353566 !important;
    fill: #35353566;
}

.kd-color-white-40x {
    color: #56565666 !important;
    fill: #56565666;
}

/* .kd-color-white-40 {
    color: #FFFFFF66;
    fill: #FFFFFF66;
} */

.kd-color-white-8 {
    color: #FFFFFF1A;
    fill: #FFFFFF1A;
}

.kd-color-black {
    color: #000000;
    fill: #000000;
}

.kd-color-black-32 {
    color: #00000051;
    fill: #00000051;
}

.kd-color-black-60 {
    color: #00000099;
    fill: #00000099;
}

.kd-color-black-80 {
    color: #000000c5;
    fill: #000000c5;
}

.kd-color-yellow {
    color: #FFD80A;
    fill: #FFD80A;
}

.kd-color-yellow-40 {
    color: #FFD80A66;
    fill: #FFD80A66;
}

.kd-color-yellow-20 {
    color: #FFD80A33;
    fill: #FFD80A33;
}

.kd-color-yellow-light {
    color: #FFF3B4;
    fill: #FFF3B4;
}

.kd-color-green {
    color: #4AF65B;
    fill: #4AF65B;
}

.kd-color-green-40 {
    color: #4AF65B66;
    fill: #4AF65B66;
}

.kd-color-green-20 {
    color: #4AF65B33;
    fill: #4AF65B33;
}

.kd-color-green-light {
    color: #B5FFB4;
    fill: #B5FFB4;
}

.kd-color-red {
    color: #F64A4A;
    fill: #F64A4A;
}

.kd-color-red-40 {
    color: #F64A4A66;
    fill: #F64A4A66;
}

.kd-color-red-20 {
    color: #F64A4A33;
    fill: #F64A4A33;
}

.kd-color-red-light {
    color: #FFB4B4;
    fill: #FFB4B4;
}

.kd-color-tier1-main {
    color: #C8AE58;
}

.kd-color-tier1-light {
    color: #DECE9B;
}

.kd-color-tier2-main {
    color: #489FDC;
}

.kd-color-tier2-light {
    color: #91C5EA;
}

.kd-color-tier3-main {
    color: #6764FC;
}

.kd-color-tier3-light {
    color: #A4A2FD;
}

.kd-color-tier4-main {
    color: #BE45F9;
}

.kd-color-tier4-light {
    color: #D88FFB;
}

.kd-color-tier5-main {
    color: #F420B3;
}

.kd-color-tier5-light {
    color: #F879D1;
}

.kd-color-tier6-main {
    color: #F94C4C;
    fill: #F94C4C;
}

.kd-color-tier6-light {
    color: #FB9494;
}

.kd-color-tier7-main {
    color: #47DE44;
    fill: #47DE44;
}

.kd-color-tier7-light {
    color: #91EB8F;
}

.kd-color-tier8-main {
    color: #F6B91B;
}

.kd-color-tier8-light {
    color: #FAD576;
}

.kd-color-tier9-main {
    color: #a1a1a1;
    fill: #a1a1a1;
}

.kd-color-tier9-light {
    color: #bdbdbd;
    fill: #a1a1a1;
}

.kd-lv1-color {
    color: #F7CECE;
}

.kd-lv2-color {
    color: #DCC4F7;
}

.kd-lv3-color {
    color: #D3D4F3;
}

.kd-lv4-color {
    color: #F8EC61;
}

.kd-lv5-color {
    color: #D9A4ED;
}

.kd-lv6-color {
    color: #BEC3FF;
}

.kd-lv7-color {
    color: #8AD0EB;
}



.kd-tx-center {
    text-align: center;
}

.kd-fontsize-24 {
    font-size: 24px;
}

.kd-fontsize-22 {
    font-size: 22px;
}

.kd-fontsize-20 {
    font-size: 20px;
}

.kd-fontsize-18 {
    font-size: 18px;
}

.kd-fontsize-16 {
    font-size: 16px;
}

.kd-fontsize-14 {
    font-size: 14px;
}

.kd-fontsize-12 {
    font-size: 12px !important;
}

.kd-fontsize-11 {
    font-size: 11px;
}

.kd-fontsize-10 {
    font-size: 10px;
}

.kd-round-16 {
    border-radius: 16px !important;
}

.kd-mf-10 {
    font-size: 12px;
}

.kd-line-height-264 {
    line-height: 26.4px;
}

.kd-font-max {
    font-weight: 900;
}

.kd-font-heavy {
    font-weight: 700 !important;
}

.kd-font-heavy p {
    font-weight: 700 !important;
}

.kd-font-bold {
    font-weight: 500;
}

.kd-font-s-bold {
    font-weight: 400;
}

.kd-font-regular {
    font-weight: 300;
}

.kd-line-h-1em {
    line-height: 1em;
}

.kd-italic {
    font-style: italic
}

.kd-underline {
    text-decoration: underline;
}

.kd-w-100 {
    width: 100%;
}

.kd-w-90px {
    width: 90px !important;
}

.kd-w-m100 {
    width: initial;
}

.kd-ml-04rem {
    margin-left: 0.4rem !important;
}

.kd-align-left {
    text-align: left;
}

.kd-align-center {
    text-align: center;
}

.kd-app-side-ml {
    margin-left: 205px;
}

.kd-app-side-ml-mini {
    margin-left: 112px;
}

.kd-app-side-ml-drop {
    margin-left: 205px;
}

.kd-app-side-mr {
    margin-right: 310px;
}

.kd-none {
    display: none;
}

.kd-aff-code-warp {
    width: 100%;
    max-width: 384px;
}

.kd-text-shadow-yellow {
    text-shadow: 0px 0px 10px rgba(255, 216, 10, 0.4);
}

.kd-aff-code-title {
    background: linear-gradient(90deg, #FFBA0A 0%, #F1CE13 36%, #AAE00E 74.6%, #4EEE26 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 20px;
    font-weight: 700;
}

.kd-aff-code-text {
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.6) 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 14px;
    font-weight: 600;
}

.kd-aff-inbox {
    background: #00000080;
    border: 1px solid #FFFFFF1F;
    padding: 8px 12px 8px 12px;
    border-radius: 8px;
    height: 44px;
    width: 100%;
    color: #FFFFFF99;
}

.kd-aff-inbox-2 {
    background: #00000080;
    border: 1px solid #50504f;
    padding: 8px 12px 8px 12px;
    border-radius: 8px;
    height: 44px;
    width: 100%;
    color: #FFFFFF99;
}

.kd-aff-inbox-short {
    background: #00000080;
    border: 1px solid #FFFFFF1F;
    padding: 8px 125px 8px 12px;
    border-radius: 8px;
    height: 44px;
    width: 100%;
    color: #FFFFFF99;
}


#kd-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #1c1c1c;
    margin: 0;
    padding: 0;
}

.kd-btn-yellow {
    background: #FFD80A33;
    height: 44px;
    padding: 0 10px 0 10px;
    border-radius: 6;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    box-shadow: 0px 1px 3px 0px #000000B2;
    backdrop-filter: blur(56px);
}

.kd-btn-yellow-nh {
    background: #FFD80A33;
    height: 44px;
    padding: 0 10px 0 10px;
    border-radius: 6;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    box-shadow: 0px 1px 3px 0px #000000B2;
    backdrop-filter: blur(56px);

}

.kd-btn-yellow:hover {
    background: #FFD80A66;
    transition: 0.5s;
}

.kd-btn-yellow p {
    color: #FFD80A;
    font-size: 14px;
    line-height: 20px;
    font-family: "Sora";
    margin: 0;
}

.kd-btn-yellow-middle {
    background: #FFD80A33;
    height: 36px;
    padding: 0 4px 0 4px;
    border-radius: 6;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    box-shadow: 0px 1px 3px 0px #000000B2;
    backdrop-filter: blur(56px);

}

.kd-btn-yellow-middle:hover {
    background: #FFD80A66;
    transition: 0.5s;
}

.kd-btn-yellow-middle-b {
    background: #403611;
    height: 36px;
    padding: 0 4px 0 4px;
    border-radius: 6;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    box-shadow: 0px 1px 3px 0px #000000B2;
    backdrop-filter: blur(56px);

}

.kd-btn-yellow-middle-b:hover {
    background: #6b5a0b;
    transition: 0.5s;
}

.kd-btn-yellow-middle p {
    color: #FFD80A;
    font-size: 14px;
    line-height: 20px;
    font-family: "Sora";
    margin: 0;
}

.kd-btn-yellow-middle-b p {
    color: #FFD80A;
    font-size: 14px;
    line-height: 20px;
    font-family: "Sora";
    margin: 0;
}

.kd-btn-deposit {
    background: #E1B11E;
    height: 48px;
    padding: 0 12px 0 12px;
    border-radius: 6;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    -webkit-animation: yellow 5s infinite;
    -moz-animation: yellow 5s infinite;
    -o-animation: yellow 5s infinite;
    animation: yellow 5s infinite;
}

.kd-btn-deposit:hover {
    background: #E1B11EF2;
    transition: 0.5s;
}

.kd-btn-deposit p {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-family: "Sora";
    margin: 0;
    display: inline-block;
    font-weight: 600;
}

.kd-btn-green {
    background: #1BBF2C33;
    height: 44px;
    padding: 0 10px 0 10px;
    border-radius: 6;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    box-shadow: 0px 1px 3px 0px #000000B2;
    backdrop-filter: blur(56px);
}

.kd-btn-green:hover {
    background: #1BBF2C66;
    transition: 0.5s;
}

.kd-btn-green p {
    color: #4AF65B;
    font-size: 14px;
    line-height: 20px;
    font-family: "Sora";
    margin: 0;
}

.kd-btn-blue {
    background: #0A7BFF33;
    height: 44px;
    padding: 0 10px 0 10px;
    border-radius: 6;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    box-shadow: 0px 1px 3px 0px #000000B2;
    backdrop-filter: blur(56px);
}

.kd-btn-blue:hover {
    background: #0a73eb50;
    transition: 0.5s;
}

.kd-btn-blue p {
    color: #0AA7FF;
    font-size: 14px;
    line-height: 20px;
    font-family: "Sora";
    margin: 0;
}

.kd-btn-pink {
    background: #FF0ABA33;
    height: 44px;
    padding: 0 10px 0 10px;
    border-radius: 6;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    box-shadow: 0px 1px 3px 0px #000000B2;
    backdrop-filter: blur(56px);
}

.kd-btn-pink:hover {
    background: #ff0aba5b;
    transition: 0.5s;
}

.kd-btn-pink p {
    color: #FF0AE6;
    font-size: 14px;
    line-height: 20px;
    font-family: "Sora";
    margin: 0;
}

.kd-btn-red {
    background: #BF1B3933;
    height: 44px;
    padding: 0 10px 0 10px;
    border-radius: 6;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    box-shadow: 0px 1px 3px 0px #000000B2;
    backdrop-filter: blur(56px);
}

.kd-btn-red:hover {
    background: #fa364081;
    transition: 0.5s;
}

.kd-btn-red p {
    color: #FF4E58;
    font-size: 14px;
    line-height: 20px;
    font-family: "Sora";
    margin: 0;
}

.kd-btn-green-middle {
    background: #1BBF2C33;
    height: 36px;
    padding: 0 4px 0 4px;
    border-radius: 6;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    box-shadow: 0px 1px 3px 0px #000000B2;
    backdrop-filter: blur(56px);
}

.kd-btn-green-middle:hover {
    background: #1BBF2C66;
    transition: 0.5s;
}

.kd-btn-green-middle-b {
    background: #0b2c10;
    height: 36px;
    padding: 0 4px 0 4px;
    border-radius: 6;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    box-shadow: 0px 1px 3px 0px #000000B2;
    backdrop-filter: blur(56px);
}

.kd-btn-green-middle-b:hover {
    background: #105017;
    transition: 0.5s;
}

.kd-btn-green-middle p {
    color: #4AF65B;
    font-size: 14px;
    line-height: 20px;
    font-family: "Sora";
    margin: 0;
}

.kd-btn-green-middle-b p {
    color: #4AF65B;
    font-size: 14px;
    line-height: 20px;
    font-family: "Sora";
    margin: 0;
}

.kd-btn-green-small {
    background: #1BBF2C33;
    height: 32px;
    padding: 0 4px 0 4px;
    border-radius: 6;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    box-shadow: 0px 1px 3px 0px #000000B2;
    backdrop-filter: blur(56px);
}

.kd-btn-green-small p {
    color: #4CDD57;
    font-size: 0.8em;
    font-weight: 600;
}

.kd-btn-green-small:hover {
    background: #1BBF2C66;
    transition: 0.5s;
}

.kd-btn-grey {
    background: #FFFFFF1F;
    height: 44px;
    padding: 0 10px 0 10px;
    border-radius: 6;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 1px 3px 0px #000000B2;
    backdrop-filter: blur(56px);
}

.kd-btn-grey:hover {
    background: #ffffff49;
    transition: 0.5s;
}

.kd-btn-grey p {
    color: #FFFFFFCC;
    font-size: 14px;
    line-height: 20px;
    font-family: "Sora";
    font-weight: 600;
    margin: 0;
}

.kd-btn-primary {
    background: linear-gradient(90deg, #FFB648 0%, #FF858F 32.5%, #FE6EF8 65%, #8057F5 100%);
    box-shadow: 0px 1px 3px 0px #000000B2, 0px -3px 0px 0px #00000040 inset, 2px 3px 6px 0px #C3FFAE99 inset;
    height: 44px;
    padding: 0px 10px 0px 10px;
    border-radius: 6;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 0;
    position: relative;
}

.kd-btn-primary:hover::before {
    opacity: 1;
}

.kd-btn-primary::before {
    content: "";
    border-radius: 6px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #ffffff66, #ffffff66), linear-gradient(90deg, #ffb648c4 0%, #FF858F 32.5%, #FE6EF8 65%, #8057F5 100%);
    box-shadow: 0px 1px 3px 0px #000000B2, 0px -3px 0px 0px #00000040 inset, 2px 3px 6px 0px #C3FFAE99 inset;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: -1;
}

.kd-btn-primary p {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-family: "Sora";
    font-weight: 600;
    margin: 0;
}

.kd-btn-primary-light {
    background-color: #E4ACE7;
    box-shadow: 0px 1px 3px 0px #000000B2, 0px -3px 0px 0px #00000040 inset, 2px 3px 6px 0px #C3FFAE99 inset;
    height: 44px;
    padding: 0px 10px 0px 10px;
    border-radius: 6;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 0;
    position: relative;
}

.kd-btn-primary-light:hover::before {
    opacity: 1;
}

.kd-btn-primary-light::before {
    content: "";
    border-radius: 6px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #E5BBE7;
    box-shadow: 0px 1px 3px 0px #000000B2, 0px -3px 0px 0px #00000040 inset, 2px 3px 6px 0px #C3FFAE99 inset;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: -1;
}

.kd-btn-primary-light p {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-family: "Sora";
    font-weight: 600;
    margin: 0;
}


.kd-btn-primary-middle {
    background: linear-gradient(90deg, #FFBA0A 0%, #F1CE13 36%, #AAE00E 74.6%, #4EEE26 100%);
    height: 40px;
    padding: 0 10px 0 10px;
    border-radius: 6;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    box-shadow: 0px 1px 3px 0px #000000B2;
    z-index: 0;
    position: relative;
}

.kd-btn-primary-middle:hover::before {
    opacity: 1;
}

.kd-btn-primary-middle::before {
    content: "";
    border-radius: 6px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #dbec90, #FAD576 50%, #81f165 90%);
    opacity: 0;
    transition: opacity 0.5s;
    z-index: -1;
}

.kd-btn-primary-middle p {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-family: "Sora";
    font-weight: 600;
    margin: 0;
}

.kd-btn-primary-middle2 {
    background: linear-gradient(90deg, #FFB648 0%, #FF858F 32.5%, #FE6EF8 65%, #8057F5 100%);
    height: 40px;
    padding: 0 10px 0 10px;
    border-radius: 6;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    box-shadow: 0px 1px 3px 0px #000000B2;
}

.kd-btn-primary-middle2:hover {
    background: linear-gradient(0deg, #ffffff66, #ffffff66), linear-gradient(90deg, #ffb648c4 0%, #FF858F 32.5%, #FE6EF8 65%, #8057F5 100%);
    transition: 0.5s;
}

.kd-btn-primary-middle2 p {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-family: "Sora";
    font-weight: 600;
    margin: 0;
}

.kd-btn-op-0 {
    background: transparent;
    height: 40px;
    padding: 0 10px 0 10px;
    border-radius: 6;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    backdrop-filter: blur(56px);
    backdrop-filter: blur(56px);
    /* box-shadow: 0px 1px 3px 0px #000000B2; */
}

.kd-btn-op-0 p {
    color: #FFFFFF99;
    font-size: 14px;
    line-height: 20px;
    font-family: "Sora";
    font-weight: 600;
    margin: 0;
}

.kd-rain-wrap {
    position: absolute;
    width: 98%;
    left: 1%;
    top: 58px;
    height: 122px;
    z-index: 1;
    border: 2px solid;
    background: linear-gradient(180deg, rgb(35 35 35) 0%, #000000 100%), linear-gradient(90deg, #BA52FF 0%, #329FE2 39.5%, #2DDFFF 75%, #22FFB9 100%);
    background-clip: padding-box, border-box;
    box-shadow: 0px 6px 6px 0px #000000a3;
    display: flex;
    align-items: center;
    padding: 10px 8px;
    justify-content: space-between;
    border-image: linear-gradient(90deg, #BA52FF 0%, #329FE2 39.5%, #2DDFFF 75%, #22FFB9 100%) 2;
    border-radius: 8px;
}

.kd-btn-claim-btn {
    height: 36px;
    padding: 0px 30px 0 30px;
    border-radius: 6;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    box-shadow: 0px 1px 3px 0px #000000B2;
    z-index: 0;
    position: relative;
    background: linear-gradient(90deg, #BA52FF 0%, #329FE2 39.5%, #2DDFFF 75%, #22FFB9 100%);
    font-weight: 700;
}

.kd-rain-title {
    background: linear-gradient(90deg, #cd86fb 0%, #5eb8ef 36%, #6ce0f5 74.6%, #71ebc4 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 16px;
    font-weight: 700;
}

.kd-btn-small {
    height: 40px;
}

.kd-btn-smallx {
    height: 38px;
}

.kd-btn-small-xx {
    height: 36px;
}

.kd-btn-mini {
    height: 32px;
}

.disabled {
    opacity: 0.8;
}

.kd-btn-disable {
    filter: brightness(0.6);
}

.kd-auth-btn {
    color: #FFC352 !important;
    font-weight: 500;
}

.kd-fair-btn {
    color: #49D454 !important;
    font-weight: 600;
}

.kd-trans-btn {
    color: #FDC5C2 !important;
}

.kd-menu-item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: fit-content;
    padding: 10px 20px;
    cursor: pointer;
    height: 63px;
    border-bottom: solid 2px #00000000;
    position: relative;
    overflow: hidden;
}

.kd-menu-item-active {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: fit-content;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #FFD80A1A;
    border-bottom: solid 2px #FFD80A;
    height: 63px;
    position: relative;
    overflow: hidden;
}

.kd-mobile-menu-item-active {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    cursor: pointer;
    background-color: #FFD80A1A;
    border-top: solid 2px #FFD80A;
    height: 66px;
    position: relative;
    overflow: hidden;
    width: 60px;
}

.kd-mobile-menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 60px;
    padding: 10px 10px;
    cursor: pointer;
    height: 66px;
    border-bottom: solid 2px #00000000;
    position: relative;
    overflow: hidden;
}

.ripple-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.kd-menu-item-active::after {
    display: none;
}

.kd-mobile-menu-item-active::after {
    display: none;
}

.kd-menu-item::after {
    display: none;
}

.kd-user-detail::after {
    display: none;
}

.kd-color-yellow-active {
    text-shadow: 0px 0px 8px rgba(255, 216, 10, 0.4);
    /* Horizontal offset, vertical offset, blur radius, color */
}

.kd-menu-item:hover {
    background-color: #211f1b;
    transition: 0.5s;
}

.kd-top-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000000a6;
    background: linear-gradient(90deg, #181611 0%, #12110E 35%, #10100D 100%);
    border-bottom: solid 1px #FFFFFF1A;
    width: 100%;
}

.kd-divider-bottom {
    border-bottom: solid 1px #FFFFFF1A;
}

.kd-divider-right {
    border-right: solid 1px #FFFFFF1A;
}

.kd-divider-left {
    border-left: solid 1px #FFFFFF1A;
}

.kd-divider-top {
    border-top: solid 1px #FFFFFF1A;
}

.kd-setting-left {
    width: 220px;
}

.kd-setting-right {
    width: calc(100% - 220px);

}

.kd-web3-item svg {
    zoom: 0.9;
}

.kd-top-menu-item {
    cursor: pointer;
    padding: 8px 18px;
    position: relative;
    overflow: hidden;
}

.kd-top-menu-item:hover {
    /* background: #FFFFFF1A; */
    transition: 0.5s;
}

.kd-top-menu-item:hover span {
    color: #FFFFFFCC;
}

.kd-balance-box {
    display: flex;
    align-items: center;
    justify-content: start;
    width: fit-content;
    border: solid 1.5px #FFFFFF1A;
    background: rgb(0, 0, 0, 0.15);
    padding: 5px;
    border-radius: 10px;
}

.kd-main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #00000069;
    background-color: #171412;
    background: linear-gradient(90deg, #1F1B15 0%, #161511 35%, #0E0E0C 100%);
    border-bottom: solid 1px #36322E;
    width: 100%;
    height: 63px;
}

.kd-main-nav-sect-left {
    display: flex;
    align-items: center;
    justify-content: start;
}

.kd-main-nav-sect-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.kd-bt-nav-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.kd-mobile-bt-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #161411;
    /* border-top: solid 1px #FFFFFF1A; */
    width: 100%;
}

.kd-logo-wrap {
    width: 205px;
    text-align: center;
}

.kd-logo {
    padding: 5px 40px;
    cursor: pointer;
    width: 210px;
    padding-left: 30px;
}

.kd-logo-a {
    border-image: linear-gradient(to right, #E1BA60 0%, #5F5044 60%, #23211C 100%) 1;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    padding-bottom: 6px;
    padding-top: 7px;
}

.kd-notification {
    cursor: pointer;
}

.kd-user-avatar {
    width: 40px;
    border-radius: 100px;
    background: #FFB4B4;
}

.kd-user-avatar-profile {
    width: 64px;
    height: 64px
}

.kd-user-avatar-profile img {
    transform: translateX(0px);
    border-radius: 50px;
}

.kd-user-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF1A;
    padding: 5px 5px;
    border-radius: 99px;
    cursor: pointer;
    /* height: 50px; */
}

.kd-lang-drop {}

.kd-lang-btn {
    background: #FFFFFF1A;
    height: 24px;
    padding: 5px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border: solid 1px #FFFFFF33;
}

.kd-lang-btn::after {
    display: none;
}

.kd-emoji-btn::after {
    display: none !important;
}

.kd-lang-wrap,
.kd-profile-wrap {
    background: #070605 !important;
    cursor: pointer;
    padding: 8px;
}

.kd-lang-wrap {
    width: 70px !important;
    min-width: 70px !important;
}

.kd-flag-icon {
    width: 24px;
    height: auto;
}

.kd-menu-icon {
    filter: drop-shadow(0px 12px 7px rgba(0, 0, 0, 0.5));
}

.kd-profile-drop-wrap {
    background: #161616ed !important;
    cursor: pointer;
    padding: 8px;
    min-width: 300px;
    border-radius: 15px;
    border: solid 1px #ffffff30;
    backdrop-filter: blur(10px);

}

.kd-profile-drop-info {
    border: solid 1px #ffffff30;
    border-radius: 6px;
    padding: 10px;
}

.kd-profile-menu {
    background: #0000006b;
    border-radius: 6px;
    padding: 5px;
}


.kd-ms-sub-item {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 250px;
    padding: 0px 10px;
    margin-right: 4px;
    border-radius: 4px;
    position: relative;
}

.kd-ms-sub-item:hover {
    background: #FFFFFF1A;
    transition: 0.5s;
}

.kd-sub-wrap {
    background: transparent !important;
    cursor: pointer;
    position: absolute;
    transform: translate3d(0px, 63px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
    z-index: 1000;
    display: none;
}

.kd-triangle-poly {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #161616ed;
    margin-left: 20%;
}

.kd-drop-item-wrap {
    background: #161616ed;
    padding: 8px 16px;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid;
}

.kd-accordion .kd-font-bold.kd-color-white-40x {
    color: #a4a4a4 !important;
}


.kd-play-item {
    width: 88px;
    height: 88px;
    position: relative;
    cursor: pointer;
    padding: 0 !important;
    text-align: center;
}

.kd-play-item:hover {
    transition: 0.5s;
    filter: brightness(1.3);
}

.kd-relative:hover p {
    color: #CECECE !important;
    transition: 0.3s;
}

p.m-0.ml-2.kd-font-sora.kd-fontsize-12.kd-color-white-80:hover {
    color: #FFD80A !important;
}

.col-6.col-md-6.kd-play-item:hover {
    transition: 0.5s;
    filter: brightness(1.3);
}

.kd-play-item-mini {
    width: 38px;
    height: 38px;
    position: relative;
    padding: 0 !important;
    cursor: pointer;
}

.kd-play-item-mini:hover {
    transition: 0.5s;
    filter: brightness(1.3);
}


.kd-side-bar {
    height: calc(100vh - 103px);
    background: #16141170;
    background: linear-gradient(180deg, #1D1914 0%, #16141170 15%, #16141170 60%, #181412 100%);
    border-right: solid 1px #FFFFFF1A;
    width: 205px;
    padding: 15px 5px;
    position: fixed;
    top: 102px;
    display: block;
}

.kd-side-bar-mini {
    height: calc(100vh - 103px);
    background: linear-gradient(180deg, #1D1914 0%, #1e1c1870 15%, #16141170 60%, #181412 100%);
    border-right: solid 1px #FFFFFF1A;
    width: 112px;
    padding: 15px 5px;
    position: fixed;
    top: 102px;
    display: block;
}

.kd-mobile-side-bar {
    display: none;
}

.kd-side-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
}



.kd-chatright {
    position: fixed;
    top: 103px;
    height: calc(100vh - 103px);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 0;
    padding-bottom: 7.3rem;
    font-size: .875rem;
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding-left: 0;
    padding-right: 0;
    background: #0d0d0d;
    z-index: 7;
    right: 0;
    width: fit-content;
}

.kd-hidechatd {
    display: none;
}

.kd-side-open-btn {
    display: block;
}

.kd-cursor {
    cursor: pointer;
}

.kd-play-items {
    row-gap: 10px;
    padding: 0 0px;
}

.kd-mobile-play-items {
    row-gap: 10px;
    padding: 0 0px;
    display: none;
}

.kd-play-items-mini {
    row-gap: 10px;
    padding: 0 4px;
    text-align: center;
}



.kd-play-item-img {
    width: 88px;
    height: 88px;
}

.kd-play-item-img-mini {
    width: 38px;
    height: 38px;
}

.kd-divider {
    border-bottom: solid 1px #FFFFFF1A;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.kd-w-50 {
    width: 50%;
    display: inline-block;
}

.kd-divider-full {
    border-bottom: solid 1px #FFFFFF1A;
    margin-top: 10px;
    margin-bottom: 10px;
}

.kd-relative {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 2px;
}

.kd-web3-items {
    padding: 0px 0px;
}

.kd-web3-item {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 6px 10px;
    cursor: pointer;
}

.kd-web3-item .kd-color-white-60 {
    color: #bfbfbf;
}

.kd-relative:hover {
    background-color: #1e1d1a;
    transition: 0.5s;
}

.kd-web3-item:hover {
    background-color: #1e1d1a;
    transition: 0.5s;
}

.kd-relative-round {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 2px;
    border-radius: 6px;
}

.kd-relative-round:hover {
    background-color: #1e1d1a;
    transition: 0.5s;
}

.kd-web3-item-round {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 6px 10px;
    border-radius: 6px;
}

.kd-web3-item-round .kd-color-white-60 {
    color: #bfbfbf;
}

.kd-web3-item-active {
    background: #FFD80A33;
    border-radius: 4px;
}

.kd-dp-icon {
    zoom: 0.9;
}

.kd-sys-items {
    padding: 0px 0px;
}

.kd-live-sup-wrap {
    padding: 0 5px;
    position: absolute;
    bottom: 10px;
    width: calc(100% - 10px);
}

.kd-body-section {
    min-height: calc(100vh - 315px); /* Adjusted for header + footer space */
    /* width: calc(100% - 230px); */
    /* width: 100%; */
}

.kd-body-sections {
    display: flex;
    justify-content: end;
}

.kd-body-section {
    /* width: 100%; */
    /* background    wheat; */
}

.kd-svg-socials {
    margin-bottom: -3px;
    margin-right: 10px;
}

.kd-drop-it:hover {
    background: #FFFFFF99 !important;
    transition: 0.5s;
}

.kd-chat {
    height: calc(100vh - 103px);
    background: #100f0d;
    border-left: solid 1px #FFFFFF1A;
    width: 310px;
    position: relative;
}

.kd-chat-header-wrap {
    padding: 5px;
    position: absolute;
    top: 0;
    width: 100%;
}

.kd-chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF1A;
    padding: 15px 10px;
    border-radius: 4px;
    width: 100%;
}

/* .kd-chat-body {
    position: absolute;
    top: 60px;
    width: 100%;
    padding: 0px 15px;
    height: calc(100vh - 170px);
    overflow-y: scroll;
    scrollbar-width: none;
    padding-bottom: 100px;
} */

.kd-chat-body {
    position: absolute;
    top: 60px;
    width: 100%;
    padding: 0px 10px;
    height: calc(100vh - 170px);
    overflow-y: scroll;
    scrollbar-width: none;
    padding-bottom: 100px;
}

.kd-border-top {
    border-top: solid 1px #FFFFFF1A;
}

.kd-chat-box-wrap {
    background: #161411a3;
    border-top: solid 1px #FFFFFF1A;
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 110px;
    backdrop-filter: blur(20px);
    padding: 5px;
}

.kd-chat-box {
    width: 100%;
    background: #2C2C2C;
    position: relative;
    height: 54px;
    border-radius: 4px;
}

.kd-chat-input {
    position: absolute;
    top: 0;
    border: none;
    background: transparent;
    height: 54px;
    width: 80%;
    padding: 10px 85px 10px 10px;
    color: #FFFFFF66;
    font-size: 12px;
    font-family: 'Sora';
    outline: none !important;
}

.kd-chat-input:focus {
    outline: none !important;
    border: none !important;
}

.kd-chat-emoji-btn {
    position: absolute;
    right: 55px;
    top: 15px;
    cursor: pointer;
}

.kd-chat-emoji-btn svg.dropdown-toggle:hover path {
    fill: #E0E0E0 !important;
    transition: 0.5s;
}

.kd-vs-color {
    color: #2F2F2F;
}

.kd-emoji-group {
    /* position: absolute;
    right: 55px;
    top: 15px; */
    cursor: pointer;
}

.kd-chat-send {
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 0;
    width: 40px;
}

.kd-chat-send:hover {
    background: #FFD80A66;
    transition: 0.5s;
}

.kd-mobile-chat-func-wrap {
    display: none;
}

.kd-chat-funcs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 20px;
    margin-top: 15px;
}

.kd-chat-funcs:hover {
    color: #ffffffb0 !important;
    transition: 0.5s;
}

/* .kd-chat-avatar {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    background: #FFB4B4;
} */

.kd-chat-avatar {
    margin-right: 5px !important;
    width: 25px !important;
    height: 25px !important;
    max-height: 25px !important;
    border-radius: 7px !important;
    background: #FFB4B4;
}

.kd-chater {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    font-weight: 500;
}


.kd-chat-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.kd-chat-user {
    display: flex;
    align-items: center;
    justify-content: start;
}

/* .kd-chat-text {
    background: #FFFFFF0F;
    padding: 8px 10px;
    color: #FFFFFF99;
    font-family: 'Sora';
    font-size: 12px;
    margin-top: 10px;
    overflow-wrap: break-word;
    border-radius: 5px;
} */

.kd-chat-text {
    background: #FFFFFF0F;
    padding: 8px 10px;
    color: #FFFFFF99;
    font-family: 'Sora';
    font-size: 12px;
    overflow-wrap: break-word;
    border-radius: 5px;
}

.kd-chat-text:hover {
    background: #fdfdfd17;
    transition: 0.3s;
}

.kd-chat-text img {
    width: 20px;
    max-height: 25px;
}

.kd-emojies {
    height: 170px;
    overflow-y: scroll;
    width: 100%;
    scrollbar-width: thin;
}

.kd-chat-item {
    margin-bottom: 10px;
}

.kd-chat-body::-webkit-scrollbar {
    width: 1px !important;
    height: 1px !important;
}

.kd-chat-body::-webkit-scrollbar-thumb {
    background: transparent !important;
}

.kd-chat-body::-webkit-scrollbar-thumb:hover {
    background: transparent !important;
}

.kd-mod {
    background: #4AF65B;
    font-size: 10px;
    font-family: 'Sora';
    border-radius: 4px;
    padding: 2px 4px 2px 4px;
    margin: 0;
    font-weight: 700;
    color: black;
}

.kd-type-icon {
    width: 15px;
    position: absolute;
    right: 5px;
    top: 4px;
    border-radius: 2px;
    filter: drop-shadow(0px 12px 7px rgba(0, 0, 0, 0.5)) opacity(0.6);
    display: none;
}

.kd-op-00 {
    opacity: 0;
}

.kd-op-08 {
    opacity: 0.8;
    transition: 0.2s;
}

.kd-op-10 {
    opacity: 1;
    transition: 0.1s;
}

.kd-mod-color {
    color: #4AF65B !important;
}

.kd-owner-color {
    color: #FF4E58 !important;
}

.kd-owner {
    background: #FF4E58;
    font-size: 10px;
    font-family: 'Sora';
    border-radius: 4px;
    padding: 2px 4px 2px 4px;
    margin: 0;
    font-weight: 700;
    color: black;
}

.kd-case-name {
    font-size: 14px;
    font-family: 'Sora';
    font-weight: 600;
    color: white;
    background: #000;
    border-radius: 8px;
    padding: 8px 16px;
    position: absolute;
    top: 10px;
    max-width: 90%;
    text-align: center;
}

.kd-ban {
    background: #FB9494;
    font-size: 10px;
    font-family: 'Sora';
    border-radius: 4px;
    padding: 2px 4px 2px 4px;
    margin: 0;
    font-weight: 700;
    color: #121212;
    cursor: pointer;
}

.kd-del {
    background: #FAD576;
    font-size: 10px;
    font-family: 'Sora';
    border-radius: 4px;
    padding: 2px 4px 2px 4px;
    margin: 0;
    font-weight: 700;
    color: #121212;
    cursor: pointer;
}


.kd-emoji-box {
    background: #141414;
    left: -10px !important;
    padding: 10px;
    width: 280px;
    height: 240px;
    transform: translate3d(-260px, -230px, 0px) !important;
}

.kd-margin-left {
    margin-left: 230px;
}

.kd-margin-left-mini {
    margin-left: 112px;
}

.kd-margin-right {
    margin-right: 350px;
}



.kd-drop-item {
    width: 130px;
    height: 130px;
    position: relative;
    text-align: center;
    align-items: center;
    flex: 0 0 auto;
    transition: transform 380ms cubic-bezier(0.28, 0.67, 0.04, 1) 0s;
    animation: expandWidth 1000ms ease forwards, fadeIn 2s ease forwards;
}

@keyframes expandWidth {
    0% {
        width: 10px;
        opacity: 0;
    }

    100% {
        width: 130px;
        opacity: 1;
    }
}

/* .kd-drop-items > *:not(:nth-child(n+2)) {
    animation: none;
} */

.kd-drop-item .kd-drop-title {
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Limit to 1 line */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
    width: fit-content;
}

.kd-drop-item .kd-drop-sub {
    text-align: left;
    text-transform: capitalize;
}

.kd-drop-item-round {
    width: 186px !important;
    height: 246px;
    padding: 10px;
    position: relative;
    text-align: center;
    align-items: center;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px;
    margin-left: 5px;
    margin-right: 5px;
}

.kd-drop-item-round .kd-drop-title {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
}

.kd-drop-item-full {
    width: 100%;
    height: 100%;
    padding: 10px;
    position: relative;
    text-align: center;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer;
    border: 2px solid #0c0b0b;
}

.kd-w-20 {
    width: 20px !important;
}

.kd-w-24 {
    width: 24px !important;
}

.kd-drop-item-full .kd-drop-img {
    height: 63px;
    position: absolute;
    top: calc(50% - 26px);
    max-height: 63px;
    filter: drop-shadow(0px 12px 7px rgba(0, 0, 0, 0.5));
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.kd-drop-item-full .kd-drop-title {
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
}

.kd-drop-item-w100 {
    width: 100%;
    height: 200px;
    padding: 14px;
    position: relative;
    align-items: center;
    flex: 0 0 auto;
    border-radius: 4px;
}

.kd-drop-item-w100:hover {
    filter: brightness(1.24);
    transition: 0.32s;
}


.kd-drop-item-w100 .kd-drop-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
}

.kd-drop-data {
    width: calc(100% - 30px);
}

.kd-name-data {
    width: calc(100% - 16px);
}

.kd-gamedrop-img {
    height: 75px;
    position: absolute;
    top: calc(50% - 37px);
    max-height: 75px;
    filter: drop-shadow(0px 12px 15px rgba(0, 0, 0, 0.75));
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.kd-footer .d-flex.my-2 .kd-color-white-60:hover {
    color: #9F9F9F !important;
}


.kd-white-06-bg {
    background: #FFFFFF0F;
}

.kd-drop-item-round .kd-drop-sub {
    text-align: center;
}

.kd-drop-img {
    height: 60px;
    position: absolute;
    top: calc(50% - 26px);
    max-height: 60px;
    filter: drop-shadow(0px 12px 7px rgba(0, 0, 0, 0.5));
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.kd-opening-img {
    width: 150px;
    position: absolute;
    left: calc(50% - 150px / 2);
    top: calc(42% - 35px);
    filter: drop-shadow(0px 24px 22.5px rgba(0, 0, 0, 0.75));
}

.kd-drop-case {
    width: 70px;
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    max-height: 63px;
}

.kd-drop-user-data {
    position: absolute;
    bottom: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    width: calc(100% - 16px);
}

.kd-drop-user-data img {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #FB9494;
    margin-right: 5px;
}

.kd-drop-item-price {
    position: absolute;
    bottom: 6px;
    width: calc(100% - 20px);
    font-weight: bold;
}

.kd-opening-item-price {
    position: absolute;
    bottom: 6px;
    width: calc(100% - 20px);
    font-weight: 500;
    font-size: 15px !important;
}

.kd-drop-item-price-light {
    position: absolute;
    bottom: 12px;
    width: calc(100% - 20px);
    font-weight: 600;
}

.kd-page-info svg.kd-cursor:hover rect {
    fill: #00ff1ae0;
    transition: 0.5s;
}

.kd-drop-bottom {
    position: absolute;
    bottom: 0;
    left: 17%;
    width: 66%;
    height: 3px;
}

.kd-item-bg {
    width: 88%;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 6%;
}

.kd-ranknft-bg {
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)) !important; */
}

.kd-ranknft00 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)), radial-gradient(89.38% 72.08% at 50% 100%, rgba(122, 118, 104, 0.2) 0%, rgba(200, 174, 88, 0) 100%);
}

.kd-bg-ranknft00 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0)), radial-gradient(63% 100% at 50% 99%, rgba(122, 118, 104, 0.2) -10%, rgba(200, 174, 88, 0) 90%);
}


.kd-ranknft00 .kd-drop-bottom {
    background: #DEC9B466;
    box-shadow: 0px -2px 12px 0px #DEC9B466;
}

.kd-ranknft0 {
    background: linear-gradient(0deg, rgb(255 255 255 / 6%), rgba(255, 255, 255, 0.06)), radial-gradient(89.38% 72.08% at 50% 100%, rgb(133 133 133 / 20%) 0%, rgb(116 115 115 / 0%) 100%);
}

.kd-bg-ranknft0 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0)), radial-gradient(63% 100% at 50% 99%, rgb(183 175 149 / 20%) -10%, rgb(182 173 143 / 0%) 90%);
}

.kd-ranknft0 .kd-drop-bottom {
    background: #7c7c7c;
    box-shadow: 0px -2px 12px 0px #716e6199;
}

.kd-ranknft0 .kd-drop-item-price {
    color: #c3beae;
}

.kd-ranknft0 .kd-drop-item-price-light {
    color: #e0dccf;
}

.kd-ranknft1 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)), radial-gradient(89.38% 72.08% at 50% 100%, rgba(72, 159, 220, 0.2) 0%, rgba(72, 159, 220, 0) 100%);
}

.kd-bg-ranknft1 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0)), radial-gradient(63% 100% at 50% 99%, rgba(72, 159, 220, 0.2) -10%, rgba(72, 159, 220, 0) 90%);
}

.kd-ranknft1 .kd-drop-bottom {
    background: #489FDC;
    box-shadow: 0px -2px 12px 0px #489FDC99;
}

.kd-ranknft1 .kd-drop-item-price {
    color: #489FDC;
}

.kd-ranknft1 .kd-drop-item-price-light {
    color: #c7e7ff;
}


.kd-ranknft2 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)), radial-gradient(89.38% 72.08% at 50% 100%, rgba(103, 100, 252, 0.2) 0%, rgba(103, 100, 252, 0) 100%);
}

.kd-bg-ranknft2 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0)), radial-gradient(63% 100% at 50% 99%, rgba(103, 100, 252, 0.2) -10%, rgba(103, 100, 252, 0) 90%);
}

.kd-ranknft2 .kd-drop-bottom {
    background: #6764FC;
    box-shadow: 0px -2px 12px 0px #6764FC99;
}

.kd-ranknft2 .kd-drop-item-price {
    color: #6764FC;
}

.kd-ranknft2 .kd-drop-item-price-light {
    color: #afadff;
}

.kd-ranknft3 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)), radial-gradient(89.38% 72.08% at 50% 100%, rgba(190, 69, 249, 0.2) 0%, rgba(190, 69, 249, 0) 100%);
}

.kd-bg-ranknft3 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0)), radial-gradient(63% 100% at 50% 99%, rgba(190, 69, 249, 0.2) -10%, rgba(190, 69, 249, 0) 90%);
}

.kd-ranknft3 .kd-drop-bottom {
    background: #BE45F9;
    box-shadow: 0px -2px 12px 0px #BE45F999;
}

.kd-ranknft3 .kd-drop-item-price {
    color: #BE45F9;
}

.kd-ranknft3 .kd-drop-item-price-light {
    color: #e7b7ff;
}

.kd-ranknft4 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)), radial-gradient(89.38% 72.08% at 50% 100%, rgba(244, 32, 179, 0.2) 0%, rgba(244, 32, 179, 0) 100%);
}

.kd-bg-ranknft4 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0)), radial-gradient(63% 100% at 50% 99%, rgba(244, 32, 179, 0.2) -10%, rgba(244, 32, 179, 0) 90%);
}

.kd-ranknft4 .kd-drop-bottom {
    background: #F420B3;
    box-shadow: 0px -2px 12px 0px #5E98D999;
}

.kd-ranknft4 .kd-drop-item-price {
    color: #F420B3;
}

.kd-ranknft4 .kd-drop-item-price-light {
    color: #ffafe6;
}

.kd-ranknft5 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)), radial-gradient(89.38% 72.08% at 50% 100%, rgba(249, 76, 76, 0.2) 0%, rgba(249, 76, 76, 0) 100%);
}

.kd-bg-ranknft5 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0)), radial-gradient(63% 100% at 50% 99%, rgba(249, 76, 76, 0.2) -10%, rgba(249, 76, 76, 0) 90%);
}

.kd-ranknft5 .kd-drop-bottom {
    background: #F94C4C;
    box-shadow: 0px -2px 12px 0px #F94C4C99;
}

.kd-ranknft5 .kd-drop-item-price {
    color: #F94C4C;
}

.kd-ranknft5 .kd-drop-item-price-light {
    color: #ff9292;
}

.kd-ranknft6 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)), radial-gradient(89.38% 72.08% at 50% 100%, rgba(71, 222, 68, 0.2) 0%, rgba(71, 222, 68, 0) 100%);
}

.kd-bg-ranknft6 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0)), radial-gradient(63% 100% at 50% 99%, rgba(71, 222, 68, 0.2) -10%, rgba(71, 222, 68, 0) 90%);
}

.kd-ranknft6 .kd-drop-bottom {
    background: #47DE44;
    box-shadow: 0px -2px 12px 0px #47DE4499;
}

.kd-ranknft6 .kd-drop-item-price {
    color: #47DE44;
}

.kd-ranknft6 .kd-drop-item-price-light {
    color: #bcffbb;
}

.kd-ranknft7 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)), radial-gradient(89.38% 72.08% at 50% 100%, rgba(246, 185, 27, 0.2) 0%, rgba(246, 185, 27, 0) 100%);
}

.kd-bg-ranknft7 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0)), radial-gradient(63% 100% at 50% 99%, rgba(246, 185, 27, 0.2) -10%, rgba(246, 185, 27, 0) 90%);
}

.kd-ranknft7 .kd-drop-bottom {
    background: #F6B91B;
    box-shadow: 0px -2px 12px 0px #EEB93299;
}

.kd-ranknft7 .kd-drop-item-price {
    color: #F6B91B;
}

.kd-ranknft7 .kd-drop-item-price-light {
    color: #ffd978;
}


.kd-v-img-rarity0 img {
    filter: drop-shadow(0px 0px 6px #C8AE58);
}

.kd-v-img-rarity1 img {
    filter: drop-shadow(0px 0px 6px #489FDC);
}

.kd-v-img-rarity2 img {
    filter: drop-shadow(0px 0px 6px #6764FC);
}

.kd-v-img-rarity3 img {
    filter: drop-shadow(0px 0px 6px #BE45F9);
}

.kd-v-img-rarity4 img {
    filter: drop-shadow(0px 0px 6px #F420B3);
}

.kd-v-img-rarity5 img {
    filter: drop-shadow(0px 0px 6px #F94C4C);
}

.kd-v-img-rarity6 img {
    filter: drop-shadow(0px 0px 6px #47DE44);
}

.kd-v-img-rarity7 img {
    filter: drop-shadow(0px 0px 6px #F6B91B);
}


.kd-vw-rarity0 {
    color: #C8AE58;
}

.kd-vw-rarity1 {
    color: #489FDC;
}

.kd-vw-rarity2 {
    color: #6764FC;
}

.kd-vw-rarity3 {
    color: #BE45F9;
}

.kd-vw-rarity4 {
    color: #F420B3;
}

.kd-vw-rarity5 {
    color: #F94C4C;
}

.kd-vw-rarity6 {
    color: #47DE44;
}

.kd-vw-rarity7 {
    color: #F6B91B;
}


.kd-live-drop {
    width: 100px;
    height: 125px;
    flex: 0 0 auto;
    display: block;
}

.kd-live-drop-mobile {
    display: none;
    padding: 6px;
}

.kd-drops {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.kd-drops-active {
    background: #1BBF2C33;
}

.kd-drops-active .kd-drop-color {
    color: #4AF65B;
}

.kd-drops-active .kd-drop-ac-mark {
    position: absolute;
    width: 3px;
    height: 40px;
    right: 0;
    top: 14px;
    border-right: 3px solid #4AF65B;
}

.kd-drops-deactive {
    background: #FFFFFF0F;
}

.kd-drops-deactive .kd-drop-color {
    color: #FFFFFF99;
}

.kd-drop-icon {
    fill: #FFFFFF66;
}

.kd-drops-active .kd-drop-icon {
    fill: #4AF65B !important;
}

.kd-drop-bar {
    display: inline-flex;
    align-items: start;
    justify-content: start;
    gap: 6px;
    padding-top: 6px;
    padding-left: 6px;
    border-bottom: solid 1px #FFFFFF1A;
    width: 100%;
}

.kd-drop-items {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
    overflow-x: scroll;
    scrollbar-width: none;
    overflow-y: hidden;
}

.kd-drop-items::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.kd-drop-items::-webkit-scrollbar-thumb {
    background: transparent;
}

.kd-drop-items::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.kd-back {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.kd-page-title {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Sora';
    color: #FFF3B4;
    text-shadow: 0px 0px 8px rgba(255, 216, 10, 0.4);
    margin: 0;
}

.kd-page-subtitle {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Sora';
    color: #FFF3B4;
    margin: 0;
}

.kd-case-item {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1.25;
    position: relative;
    cursor: pointer;
    width: calc((100% - 269px) / 5);
    transition: border .25s ease-in, all .38s cubic-bezier(0, 0, 0, 1);
}

.kd-case-item:hover {
    filter: sepia(1) contrast(1) brightness(1) saturate(3);
    transform: translate3d(0px, -5px, 0px);
}

.kd-case-item:hover .kd-case-img-catg {
    border: 2px solid #B17A02;
}

.kd-small-loader-wrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #00000099;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 32vh;
    border-radius: 6px;
}

.kd-case-item-profile {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: solid 2px #FFFFFF1A;
    position: relative;
    cursor: pointer;
    height: 100%;
}

.kd-case-item-profile img {
    width: 100%;
    height: auto;
}

.kd-case-img {
    height: 100%;
}

.kd-case-price {
    font-size: 14px;
    font-family: 'Sora';
    font-weight: 600;
    color: #FFFFFF;
    background: #000000ad;
    border-radius: 8px;
    padding: 8px 16px;
    position: absolute;
    bottom: 5px;
    border: solid 1px #FFFFFF1F;
    margin: 0;
}

.kd-case-wrap {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    gap: 12px;
}

.kd-game-list {
    background: #FFFFFF14;
    border-top: solid 1px #FFFFFF1F;
}

.kd-game-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.kd-game-view-filter {
    display: flex;
    align-items: center;
    justify-content: start;
}

.kd-game-sort-filter {
    display: flex;
    align-items: center;
    justify-content: start;
}

.kd-sort-filter-btn::after {
    display: none !important;
}
 

.kd-game-table-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #00000099;
    border-top: solid 1px #FFFFFF1F;
    border-bottom: solid 1px #FFFFFF1F;
    padding: 15px 2%;
}

.kd-game-table-header-2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #00000099;
    border-bottom: solid 1px #FFFFFF1F;
    padding: 15px 2%;
}

.kd-game-table-tr {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kd-tb-player {
    width: 20%;
}

.kd-tb-cases {
    width: 55%;
}

.kd-tb-price {
    width: 10%;
}

.kd-tb-actions {
    width: 15%;
}

.kd-tb-user {
    width: 20%;
    justify-content: start !important;
    padding-left: 3%;
}

.kd-tb-user-start {
    justify-content: start !important;
    width: 20%;
}

.kd-tb-pid {
    width: 30%;
}

.kd-tb-place {
    width: 20%;
}

.kd-tb-place-order {
    background: #201e1c;
    padding: 6px 14px;
    border-radius: 4px;
}

.kd-tb-openbox {
    width: 25%;
}

.kd-tb-profit {
    width: 25%;
}

.kd-game-data-wrap {
    padding: 0px 10px 10px 10px;
    min-height: 15vh;
}

.kd-game-data-wrap-2 {
    padding: 0px 10px 10px 10px;
    height: 69vh;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.kd-game-data {
    height: 100px;
    background: #18181899;
    margin-top: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 2%;
    padding-right: 2%;
    border: 1px solid #1d1d1d;
}

.kd-game-players {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kd-game-boxes {
    display: flex;
    align-items: end;
    justify-content: start;
    gap: 8px;
    overflow-x: auto;
    overflow-y: unset;
    height: 130px;
    margin-top: -40px;
    /* padding: 0px 30px; */
    scrollbar-width: none;
    touch-action: pan-x;
    cursor: grab;
}

.kd-game-actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kd-game-wons {
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.kd-game-player-avatar {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: solid 2px #FFFFFF1F;
    background: #FFB4B4;
}

.kd-game-case-item {
    width: 76px;
    height: 80px;
    border-radius: 4px;
    position: relative;
    /* overflow: hidden; */
    /* cursor: pointer; */
    /* flex: 0 0 auto; */
    flex-shrink: 0;
    user-select: none;
    transition: .45s cubic-bezier(.215, .61, .355, 1);
}

.kd-box-icon {
    width: 76px;
    height: 76px;
    border-radius: 4px;
    overflow: hidden;
    /* touch-action: none; */
    -webkit-user-drag: none;
    user-select: none;
}

.kd-box-icon-active {
    border: solid 3px #ffd80a;
}

.kd-mini-needle-wrap {
    position: absolute;
    top: -2px;
    display: block;
    height: 80px;
    left: calc(50% - 8px);
}

.kd-needle-mini {
    position: relative;
    width: 14px;
    height: 100%;
    text-align: center;
}

.kd-needle-poly-top-mini {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #55b500;
    position: absolute;
    top: 0;
    left: 0;
    filter: drop-shadow(2px 4px 6px black);
}

.kd-needle-poly-bottom-top {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #55b500;
    position: absolute;
    bottom: 0;
    left: 0;
    filter: drop-shadow(2px 4px 6px black);
}

.kd-box-details {
    display: none;
    position: absolute;
    top: -38px;
    left: 0px;
    background: #191d1e;
    padding: 5px 5px;
    z-index: 9;
    border-radius: 5px;
    transform: translateX(calc(-50% + 38px));
    border: solid 1px #ffffff78;

    width: 100%;
}

.kd-box-details .kd-box-name {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    transition: transform 2.5s ease-in-out;
}

.kd-box-details:hover .kd-box-name {
    transform: translateX(-60%);
}

.kd-tip-name-wrap {
    width: 100%;
    overflow: hidden;
}

.kd-box-details-h {
    display: none;
    position: absolute;
    top: -64px;
    left: 0px;
    background: #141414;
    padding: 6px 10px;
    z-index: 9;
    border-radius: 5px;
    transform: translateX(calc(-50% + 38px));
    border: solid 2px #282828;
    color: #E9E9E9;
}

.dropdown-menu.drop-section.show {
    border: 1px solid #292929;
    border-radius: 5px;
    background: #121212;
    width: 100%;
}

.dropdown-toggle.d-flex.align-items-center.kd-drop-section {
    border-color: #262626 !important;
    background-color: #121212 !important;
    color: #636363 !important;
}


button.dropdown-item.d-flex.p-1:hover {
    background: #1C1C1C;
}

.dropdown-toggle.d-flex.align-items-center.kd-drop-section {
    box-shadow: none !important;
}

.kd-op-7 {
    opacity: 0.7;
}

.kd-game-case-item:hover .kd-box-details {
    display: block;
}

.kd-bt-round-item {
    position: relative;
}

.kd-bt-round-item:hover .kd-box-details-h {
    display: block;
}

.kd-no-wrap {
    text-wrap: nowrap;
}

/* .kd-game-case-item img {
    width: 76px;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
} */

.kd-boxes-count {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background: #00000099;
    border: solid 1px #FFFFFF1F;
    position: absolute;
    top: 3px;
    right: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kd-game-price {
    text-align: center;
}

.kd-case-idx {
    padding: 8px 10px;
    border: 1px solid #FFD80A;
    box-shadow: 0px 0px 33px 0px #FFD80A33 inset;
    border-radius: 4px;
    font-size: 20px;
    width: 44px;
    height: 44px;
    text-align: center;
    cursor: pointer;
}

.kd-h-slider-wrap {}



.kd-roulette-wrap {
    padding: 8px 0px;
    border-bottom: solid 1px #FFFFFF1F;
    border-top: solid 1px #FFFFFF1F;
    overflow-x: hidden;
    position: relative;
    height: 263px;
    overflow-y: hidden;
    width: 100%;
    /* --parent-width: 100%; */
    background: linear-gradient(0deg, rgba(14, 12, 12, 1) 0%, rgba(14, 12, 12, 1) 90%, rgba(14, 12, 12, 0.4822303921568627) 100%);
}

.kd-roulette-items {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    flex-wrap: nowrap;
    position: absolute;
    /* transform: translateX(calc(var(--parent-width) * -0.5)); */
}

.kd-roulette-left-side {
    position: absolute;
    left: 0;
    width: 80px;
    height: 100%;
    top: 0;
    backdrop-filter: blur(3px);
    background: linear-gradient(90deg, rgb(0 0 0 / 25%) 0%, rgb(16 16 16 / 48%) 93.5%);
}

.kd-roulette-right-side {
    position: absolute;
    right: 0;
    width: 80px;
    height: 100%;
    top: 0;
    backdrop-filter: blur(3px);
    background: linear-gradient(90deg, rgb(16 16 16 / 48%) 0%, rgba(29, 27, 28, 0) 93.5%);
}

.kd-roulette-center {
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 16px);
}

.kd-needle {
    position: relative;
    width: 32px;
    height: 100%;
    text-align: center;
}

.kd-needle-poly-top {
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #FFFFFF66;
    position: absolute;
    top: 0;
    left: 0;
}

.kd-needle-poly-bottom {
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #FFFFFF66;
    position: absolute;
    bottom: 0;
    left: 0;
}

.kd-needle-center {
    width: 2px;
    height: calc(100% - 30px);
    background: #FFFFFF66;
    top: 15px;
    position: absolute;
    left: calc(50% - 1px);
}

.kd-footer {
    background: radial-gradient(100% 100% at 50% 0%, rgb(22 20 19) 0%, rgb(43 37 33 / 0%) 100%), rgb(8 7 7);
    padding: 2% 2%;
    border-top: 1px solid rgb(255 255 255 / 10%);
    position: absolute;
    bottom: 0;
}

.kd-foot-logo {
    filter: grayscale(1);
}

.kd-foot-social {
    display: flex;
    align-items: center;
    justify-content: start;
}

.kd-chat-open-btn {
    /* background: #00000051; */
    border-radius: 4px;
    padding: 4px;
    width: fit-content;
    z-index: 1;
}

.kd-chat-open {
    display: flex;
    width: 100px;
    align-items: center;
    justify-content: space-around;
    height: 40px;
    border-radius: 4px;
    background: #101010;
}

.kd-bt-number-wrap {
    position: relative;
    width: 72px;
    height: 72px;
}

.kd-battle-info {
    width: 100%;
    height: 110px;
}

.kd-bt-number-wrap img {
    position: absolute;
    width: 72px;
    height: 72px;
}

.kd-round-num {
    color: #B5C9FF;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-shadow: 3px 3px 5px rgba(169, 204, 240, 0.4);
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.kd-bt-round-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
    width: 60px;
    height: 60px;
}

.kd-bt-img-wrap {
    gap: 10px;
}

.kd-bt-url-wrap {
    padding: 8px 10px;
    border-radius: 8px;
    background: #00000080;
    border: 1px solid #FFFFFF1F;
    color: #FFFFFF99;
    font-size: 12px;
    font-weight: 500;
    display: block;
}

.kd-game-wrap {
    background: #FFFFFF14;
    border-top: solid 1px #FFFFFF1F;
}

.kd-wrap-back {
    background: #FFFFFF14;
}

.kd-game-item-wrap {
    background: #00000099;
    border-radius: 8px;
}

.kd-game-item-userdata {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    width: 100%;
    min-height: 72px;
}

.kd-game-item-userdata .user-data img {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #FFB4B4;
}

.kd-game-item-userdata .user-data p {
    text-transform: capitalize;
}

.kd-capitalize {
    text-transform: capitalize;
}

.kd-game-winner {
    color: #4AF65B !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.kd-game-looser {
    color: #F94C4C !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.kd-v-r-wrap {
    height: 360px;
    overflow: hidden;
    position: relative;
    margin: 0px 8px 4px 8px;
    border-radius: 8px;
    background: url(/uploads/kd_assets/noise_back.svg), linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.015) 100%, rgba(255, 255, 255, 0.009) 100%);
    background-size: cover;
}

.kd-roulette-h-center {
    position: absolute;
    width: 100%;
    height: 28px;
    top: calc(50% - 14px);
    left: 0;
}

.kd-h-needle {
    position: relative;
}

.kd-h-needle-poly-left {
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #353535;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.kd-h-needle-poly-right {
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #353535;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.kd-h-needle-center {
    position: absolute;
    width: 100%;
    top: 2.5px;
}

.kd-h-needle-center img {
    width: 100%;
    opacity: 0.1;
}


.kd-round-q {
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF99;
    text-align: center;
}

.kd-round-number {
    position: absolute;
    bottom: 32px;
    text-align: center;
    width: calc(100% - 20px);
}

.loading-skeleton {
    animation: skeleton 2s infinite;
}

.kd-timer-waits {
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 40px 0px;
}

.kd-timer-wait {
    font-size: 100px;
    width: 150px;
    height: 150px;
    border: solid 10px;
    text-align: center;
    line-height: 135px;
    border-radius: 120px;
    font-weight: bold;
    color: #5fbcdc;
    margin: 40px 0px;
}

.kd-round-active-box {
    border: solid 3px #FDD92F;
    border-radius: 4px;
}

.kd-round-deactive-box {
    opacity: 0.6;
}

.kd-caseback {
    background-repeat: no-repeat;
    background-size: contain;
}

.kd-btback {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
}

.kd-game-noactived {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 13vh;
}

@keyframes skeleton {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.p4 {
    padding: 4px !important;
}

.ripple-button {
    /* position: relative; */
    overflow: hidden;
}

.ripple-button span {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    animation: ripple 2s;
    opacity: 0;
}

.kd-setting-avatar {
    position: relative;
}

.kd-setting-avatar div {
    width: 100%;
    height: 100%;
    background: #0000004d;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 200px;
    border: solid #c9c9c9cf;
}

.kd-setting-avatar svg {
    position: absolute;
    left: calc(50% - 12px);
    top: calc(50% - 12px);
    cursor: pointer;
}

.kd-ws-box {
    border: solid 1px #FFFFFF1F;
    border-radius: 8px;
    padding: 15px 12px;
}

.kd-balance-wrap {
    display: flex;
    align-items: center;
    margin-right: 5px;
    min-width: 90px;
}

.kd-balance-money {
    font-size: 14px;
    color: #4AF65B;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 600;
    width: 70px;
}

.kd-balance-diamond {
    font-size: 14px;
    color: #82d9ff;
}

.kd-balance-point {
    font-size: 14px;
    color: #FFD80A;
}

.kd-point-icon {
    /* width: 24px; */
    height: 20px;
    width: auto;
}

.kd-battle-modal-body {
    height: 45vh;
    overflow: auto;
    scrollbar-width: none;
}

.kd-profile-modal-body {
    /* height: 76vh; */
    overflow: hidden;
}

.kd-case-img {
    width: 64px;
    height: 80px;
    border-radius: 8px;
}

.kd-case-img-catg {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 2px solid transparent;
}

.kd-fair-info-item {
    padding: 5px 10px;
    margin-top: 2px;
    border-radius: 4px;
    width: 100%;
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale(0);
    }

    to {
        opacity: 0;
        transform: scale(10);
    }
}


@-moz-keyframes yellow {

    0%,
    100% {
        -moz-box-shadow: 1px 0px 24px 1px #ffbd0a96, inset 0px 0px 5px rgba(255, 255, 255, 0.2);
        box-shadow: 1px 0px 24px 1px #ffbd0a96, inset 0px 0px 5px rgba(255, 255, 255, 0.2);
    }

    50% {
        -moz-box-shadow: 0px 0px 0px 0px rgba(255, 143, 3, 0.2), inset 0px 0px 0px rgba(255, 255, 255, 0);
        box-shadow: 0px 0px 0px 0px rgba(255, 143, 3, 0.2), inset 0px 0px 0px rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes yellow {

    0%,
    100% {
        -webkit-box-shadow: 1px 0px 24px 1px #ffbd0a96, inset 0px 0px 5px rgba(255, 255, 255, 0.2);
        box-shadow: 1px 0px 24px 1px #ffbd0a96, inset 0px 0px 5px rgba(255, 255, 255, 0.2);
    }

    50% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 143, 3, 0.2), inset 0px 0px 0px rgba(255, 255, 255, 0);
        box-shadow: 0px 0px 0px 0px rgba(255, 143, 3, 0.2), inset 0px 0px 0px rgba(255, 255, 255, 0);
    }
}

@-o-keyframes yellow {

    0%,
    100% {
        box-shadow: 1px 0px 24px 1px #ffbd0a96, inset 0px 0px 5px rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0px 0px 0px 0px rgba(255, 143, 3, 0.2), inset 0px 0px 0px rgba(255, 255, 255, 0);
    }
}

@keyframes yellow {

    0%,
    100% {
        box-shadow: 1px 0px 24px 1px #ffbd0a96, inset 0px 0px 5px rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0px 0px 0px 0px rgba(255, 143, 3, 0.2), inset 0px 0px 0px rgba(255, 255, 255, 0);
    }
}


.kd-mystery:hover+.kd-sub-wrap {
    display: block !important;
}

.kd-sub-wrap:hover {
    display: block !important;
}

.kd-drop-one {
    padding: 8px;
    width: 130px;
    height: 130px;
    overflow: hidden;
}

.kd-drop-two {
    padding: 8px;
    position: absolute;
    width: 130px;
    height: 130px;
    background: #141414;
}

.kd-drop-item:hover {
    transform: translateY(-130px);
    transition: transform 380ms cubic-bezier(0.28, 0.67, 0.04, 1) 0s;
}

.kd-modal-content {
    background: #1d1c1b;
    border: 2px solid #FFFFFF1F;
    border-radius: 12px;
    overflow: hidden;
}

.kd-modal-content-sign {
    background: #1d1c1b;
    /* border: 2px solid #FFFFFF1F; */
    border-radius: 12px;
    overflow: hidden;
}

.kd-create-modal-title {
    color: #FFF3B4;
    font-size: 18px;
    font-weight: 600;
}

.kd-create-totalcase {
    border-right: solid 2px #FFFFFF14;
    padding-right: 15px;
    margin-right: 15px;
}

.kd-drop-menu {
    /* height: 150px; */
    overflow: hidden scroll;
    width: 100%;
    background: #050505;
    bottom: 0px !important;
    height: fit-content;
    max-height: 150px;
}

.kd-drop-menu-small {
    height: 150px;
    overflow: hidden scroll;
    width: 100%;
    background: #050505;
    bottom: 0px !important;
    width: 85px;
    scrollbar-width: thin;
}

.kd-create-title-wrap {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kd-create-mode-wrap {
    border-bottom: 2px solid #434242;
    border-top: 1px solid #FFFFFF1F;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kd-app-boxsearch {
    color: white !important;
    border: 1px solid #FFFFFF1F;
    border-radius: 8px;
    width: 50%;
    height: 40px;
    background: #121212 !important;
    max-width: 250px;
    display: block;
    font-size: 13px;
}

.kd-battle-item {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1.25;
    border-radius: 12px;
    border: solid 2px #FFFFFF1A;
    position: relative;
    cursor: pointer;
}

.kd-battle-count {
    position: absolute;
    background: #00000099;
    top: calc(50% - 16px);
    color: white;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 13px;
    border-radius: 50px;
    line-height: 16px;
    margin: 0;
}

.kd-battle-name {
    font-size: 14px;
    font-family: 'Sora';
    font-weight: 600;
    color: #000000;
    background: #FFFFFFCC;
    border-radius: 8px;
    padding: 8px 16px;
    position: absolute;
    top: 15px;
    max-width: 80%;
    overflow-wrap: break-word;
    text-align: center;
}

.kd-battle-item:hover {
    border: solid 2px #FFD80A;
}

.kd-battle-item:hover .kd-battle-price {
    display: none;
}

.kd-battle-price {
    font-size: 14px;
    font-family: 'Sora';
    font-weight: 600;
    color: #FFFFFF;
    background: #000000A6;
    border-radius: 8px;
    padding: 8px 16px;
    position: absolute;
    bottom: 15px;
    border: solid 1px #FFFFFF1F;
    margin: 0;
}

.kd-battle-price-btn {
    position: absolute;
    bottom: 15px;
    margin: 0;
    display: none;
}

.kd-battle-item:hover .kd-battle-price-btn {
    display: flex;
}

.kd-battle-box-img {
    width: 100%;
    height: 100%;
}

.kd-card-head {
    padding: 20px;
    background: #FFFFFF0F;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 5px;
}

.kd-card-body {
    padding-top: 15px;
    border-top: solid 1px #FFFFFF1F;
    margin-top: 15px;
}

.kd-card-active {}

.kd-chat-btn-wrap {
    position: fixed;
    right: 0px;
    z-index: 7;
    top: 240px;
}

.kd-aff-sect {
    width: 100%;
    max-width: 1036px;
}

.kd-pos-4 {
    position: absolute;
    top: 4px;
    right: 4px;
}

.kd-pos-10 {
    position: absolute;
    top: 10px;
    right: 10px;
}

.kd-pos-12 {
    position: absolute;
    top: 12px;
    left: 12px;
}

.kd-aff-code-sect {
    background: #00000052;
    border-top: solid 1px #FFFFFF1F;
    border-bottom: solid 1px #FFFFFF1F;
    padding: 30px 10px;
}

.kd-br {
    border-right: solid 1px #FFFFFF1F;
}

.kd-bl {
    border-left: solid 1px #FFFFFF1F;
}

.kd-aff-greyback-warp {
    background: #FFFFFF33;
    border-radius: 8px;
    padding: 20px;
}

.kd-aff-greenback-warp {
    background: #1BBF2C33;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
}

.kd-aff-yellowback-warp {
    background: #FFD80A33;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
}

.d-index-card-wrap {
    padding: 12px;
    border: solid 2px #FFFFFF14;
    border-radius: 12px;
}

.order-wrap {
    position: relative;
    width: 706px;
    height: 289px;
}

.d-index-card-wrap-mobile {
    display: none;
    flex-direction: column;
    align-items: center;
}

.kd-flex-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kd-order-avatar1 {
    position: absolute;
    text-align: center;
    top: 75px;
    left: -210px;
    transform: rotate(-5deg);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3;
}

.kd-order-avatar2 {
    position: absolute;
    text-align: center;
    top: 5px;
    left: -20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kd-order-avatar3 {
    position: absolute;
    text-align: center;
    top: 105px;
    left: 180px;
    transform: rotate(10deg);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order-avatar-img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: solid 2px rgb(63, 153, 255);
    background: wheat;
}

.order-name {
    color: #FFFFFFCC;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px !important;
}

.order-num1 {
    background-image: linear-gradient(180deg, #FCFCFC 0%, #FAD4FA 41%, #F7664B 100%);
    box-shadow: 4.97px 4.97px 7.45px 0px #000E1D4D;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 32px;
    font-weight: 900;
    margin: 0;
    margin-top: 24px;
}

.order-price1 {
    color: #FFE2DD;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-shadow: 1px 1px 16px #FF4F2699;
    line-height: 40px;
}

.order-num2 {
    background-image: linear-gradient(180deg, #FCFCFC 0%, #E1FCFF 41%, #6B87FD 100%);
    box-shadow: 4.97px 4.97px 7.45px 0px #000E1D4D;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 32px;
    font-weight: 900;
    margin: 0;
    margin-top: 40px;
}

.order-price2 {
    color: #DDE7FF;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-shadow: 1px 1px 16px #26B1FF99;
    line-height: 40px;
}

.order-num3 {
    background-image: linear-gradient(180deg, #FCFCFC 0%, #FCF6FD 41%, #F163FE 100%);
    box-shadow: 4.97px 4.97px 7.45px 0px #000E1D4D;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 32px;
    font-weight: 900;
    margin: 0;
    margin-top: 25px;
}

.order-price3 {
    color: #F6DDFF;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-shadow: 1px 1px 16px #EE26FF99;
    line-height: 40px;
}

.kd-game-data:hover {
    /* zoom: 1.03; */
    cursor: pointer;
}

.kd-profile-m-img {
    width: 130px;
    height: 130px;
    border-radius: 130px;
    background: #fbc9ff;
}

.kd-p-name {
    font-size: 22px;
    color: white;
    font-weight: 600;
    margin: 0;
}

.kd-p-rank {
    background: #FFFFFF1F;
    color: #C8AE58;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 0;
    margin-left: 5px;
}

.kd-p-rank-mini {
    background: #FFFFFF1F;
    color: #C8AE58;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 7px;
    border-radius: 4px;
    margin: 0;
    margin-left: 5px;
}

.kd-m-lvbar-wrap {
    width: 290px;
    height: 45px;
    position: relative;
}

.kd-m-levelbar-board {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #A282FF1A;
    width: 270px;
    height: 45px;
    position: absolute;
    right: 0;
    border-radius: 8px;
    box-shadow: 0px 2px 1px 0px #07040F3B;
}

.kd-m-lv-pro-wrap {
    width: 117px;
    height: 20px;
    border: solid 2px #A282FF;
    border-radius: 4px;
    box-shadow: 0px 0px 8px 0px #A282FF3B;
    position: relative;
    background: black;
}

.kd-lv-frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 2px;
    height: 100%;
}

.kd-m-under-lv {
    color: #A282FF;
    margin: 0;
    font-weight: 600;
    font-size: 13px;
    margin-right: 10px;
    margin-left: 10px;
}

.kd-m-top-lv {
    color: #FFFFFF99;
    margin: 0;
    font-weight: 600;
    font-size: 13px;
    margin-left: 10px;
}

.kd-m-lvmark {
    position: absolute;
    left: -15px;
    top: -15px;
}

.kd-m-lvmark-popup {
    width: 20px;
    margin-left: 5px;
}

.kd-m-lvmark-popup-st {
    width: 30px;
    margin-left: 5px;
}

.kd-m-lvmark-modal {
    width: 24px;
    margin-left: 5px;
}

/* .kd-m-lvmark {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 24px;
} */

.kd-m-data-wrap {
    margin-left: 15px;
}

.kd-m-data-wrap2 {
    border: solid 1px #FFFFFF14;
    padding: 15px 15px;
    border-radius: 12px;
}

.kd-m-data-wrap3 {
    border: solid 1px #FFFFFF14;
    padding: 15px 15px;
    border-radius: 12px;
}

.kd-lv-pro {
    height: 10px;
    background: linear-gradient(45deg, #171725, #534ce1);
    border-radius: 1.5px;
    margin-top: 3px;
}

.kd-lv-pro-2 {
    height: 12px;
    background: linear-gradient(45deg, #171725, #534ce1);
    border-radius: 1.5px;
    margin-top: 3px;
}

.kd-home-state-banner {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 16px;
    align-items: start;
}

.kd-home-state-item {
    width: calc(50% - 10px);
}

.kd-profile-mwrap {
    display: flex;
    align-items: center;
    justify-content: left;
}

.kd-announce-wrap {
    width: 100%;
    /* max-width: 750px; */
    max-width: 100%;
}

.kd-m-game-status {
    width: 100%;
    background: #00000099;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.kd-m-game-status-v {
    width: 100%;
    background: #00000099;
    border-radius: 12px;
    min-height: 40vh;
}

.kd-m-status {
    background: #FFFFFF14;
    height: 48px;
    border-radius: 4px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.kd-border-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.kd-border-bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.kd-border-bottom-12 {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.kd-bottom-border-2 {
    border-bottom: 2px solid #282828;
}

.kd-selected {
    border: 2px solid #FFD80A66 !important;
}

.kd-bg-white-08 {
    background: #FFFFFF14;
}

.kd-bg-black-60 {
    background: #00000099;
}

.kd-bg-black-40 {
    background: #0000004d;
}

.kd-bg-brown-60 {
    background: #1c1a18;
}

.kd-w-0 {
    width: 0;
    overflow: hidden;
}

.kd-w-min-80 {
    min-width: 80px;
}

.kd-w-min-120 {
    min-width: 120px;
}

.kd-w-min-140 {
    min-width: 140px;
}

.kd-w-min-160 {
    min-width: 160px;
}

.kd-w-min-180 {
    min-width: 180px;
}

.kd-w-min-200 {
    min-width: 200px;
}

.kd-h-min-20 {
    min-height: 20vh;
}

.kd-h-min-35 {
    min-height: 35vh;
}

.kd-h-min-50 {
    min-height: 50vh;
}

.kd-1v1 {
    aspect-ratio: 1;
}

.kd-p-1-5 {
    padding: 6px !important;
}

.kd-box-shadow {
    box-shadow: 0px 1px 3px 0px #000000B2;
}

.kd-m-open-icon {
    position: absolute;
    right: 9px;
    top: 9px;
    background: #080807;
    width: 38px;
    height: 38px;
    padding: 8px;
    border-radius: 4px;
    z-index: 1;
    cursor: pointer !important;
}

.kd-big-lt {
    text-transform: capitalize !important;
}

.kd-blur-back {
    position: absolute;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 18.3vh;
    background-position-x: center;
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.kd-lv-mask {
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    top: 0;
}

.kd-page-opening {
    opacity: 1;
    /* margin-top: 1.5rem; */
    -webkit-transition: opacity .7s ease-in-out 0ms, -webkit-transform .7s ease-in-out 0ms;
    transition: opacity .7s ease-in-out 0ms, -webkit-transform .7s ease-in-out 0ms;
    transition: transform .7s ease-in-out 0ms, opacity .7s ease-in-out 0ms;
    transition: transform .3s ease-in-out 0ms, opacity .3s ease-in-out 550ms, -webkit-transform .3s ease-in-out 550ms;
    position: relative;
    will-change: opacity;
    -webkit-animation: page-in-2652b504 .2s linear forwards;
    animation: page-in-2652b504 .6s cubic-bezier(.26, .68, .05, 1) forwards;
}

.kd-mw-300 {
    max-width: 300px;
}

.kd-mw-220 {
    max-width: 220px;
}

.kd-steam-box {
    border: solid 1px #FFFFFF1F;
    border-radius: 8px;
    padding: 15px 12px;
    background: linear-gradient(90deg, #1B3B54 0%, #191C3F 100%);
}

.kd-drop-section {
    background-color: #050505 !important;
    color: #FFFFFFCC;
    height: 44px;
    border: solid 1px #FFFFFF1F;
    border-radius: 8px;
    font-size: 14px;
    padding: 8px 10px 8px 12px;
    border-radius: 8px;
    min-width: 80px;
}

.kd-drop-section-2 {
    background-color: #050505 !important;
    color: #FFFFFFCC;
    height: 44px;
    border: solid 1px #FFFFFF1F;
    border-radius: 8px;
    font-size: 14px;
    padding: 8px 20px 8px 12px;
    border-radius: 8px;
    min-width: 160px;
}

.kd-drop-bm{
    min-width: 220px !important;
}

.kd-drop-section-tr {
    background-color: #05050536 !important;
    color: #FFFFFFCC;
    height: 44px;
    border: solid 1px #FFFFFF1F;
    border-radius: 8px;
    font-size: 14px;
    padding: 8px 10px 8px 12px;
    border-radius: 8px;
    min-width: 80px;
}

.kd-drop-box {
    background-color: #383837 !important;
    color: #FFFFFFCC;
    height: 44px;
    border: solid 1px #FFFFFF1F;
    font-size: 14px;
    padding: 8px 10px 8px 12px;
    border-radius: 8px;
    min-width: 80px;
    width: 100%;
}

.kd-phone-box {
    background: #121212;
    width: calc(100% - 85px);
    margin-left: 4px;
    padding: 8px 10px 8px 12px;
    border-radius: 8px;
    border: solid 1px #FFFFFF1F;
    background-color: #050505 !important;
    color: #FFFFFFCC;
}

.kd-bt-vs{
    width: 80px;
    position: absolute;
    left: calc(50% - 40px);
    top: 225px;
    z-index: 99;  
}

.kd-setting-tab {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    height: 100%;
}

.kd-profile-drop-btn {}

#kd-profile-drop-body {
    display: none;
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 2;
}

#kd-profile-drop-btn:hover #kd-profile-drop-body {
    display: block !important;
}

.kd-show {
    display: block !important;
}


.kd-announce-box {
    background: #FFFFFF14;
    border-radius: 12px;
    padding: 20px 15px;
}

svg#hidechatbutton:hover .kd-color-white-60 {
    color: #ffffffb8;
    fill: #ffffffb8;
}

.kd-abs-center {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
}

.kd-abs-center-hover {
    display: none;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
}

.kd-inv-item-wrap:hover .kd-abs-center-hover {
    display: block !important;
}

.kd-inv-item-wrap:hover .kd-drop-item-full {
    border: 2px solid #FFD80A66 !important;
}

#nextpage {
    cursor: pointer;
}

#prevpage {
    cursor: pointer;
}

.modal-open .modal {
    backdrop-filter: blur(4px) !important;
}

.kd-btn-input-padding {
    padding: 8px 80px 8px 12px !important;
}

.kd-btn-input-padding-1 {
    padding: 8px 40px 8px 12px !important;
}

.kd-btn-input-padding-2 {
    padding: 8px 140px 8px 12px !important;
}

.kd-btn-input-padding-3 {
    padding: 8px 100px 8px 24px !important;
}

.dropdown-toggle::after {
    position: absolute !important;
    right: 8px !important;
    top: 20px !important;
}

@-webkit-keyframes page-in-2652b504 {
    0% {
        opacity: 0;
        transform: scale3d(.6, .6, .6);
    }
}

@keyframes page-in-2652b504 {
    0% {
        opacity: 0;
        transform: scale3d(.6, .6, .6);
    }
}

.kd-notify-bell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}




.kd-menu-sub-item {
    display: block;
}

.kd-bt-nav-wrap {
    display: none;
}

.kd-home-case-item {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    overflow: hidden;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: #2a2928;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 100ms;
    aspect-ratio: auto;
}

.kd-home-case-item .item-img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
    border-radius: 8px;
}

.kd-home-case-item .kd-item-header {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    position: absolute;
    bottom: -11px;
    left: 20px;
}

.kd-page-info {
    display: flex;
}

.kd-mobile-page-info {
    display: none;
}

.kd-flex-mblock {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kd-dropwrap {
    width: 98%;
    min-width: 70px !important;
    position: absolute;
    transform: translate3d(8px, 40px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}

.kd-mobile-dropwrap {
    position: absolute;
    transform: translate3d(-105px, 40px, 0px) !important;
    top: 0px;
    will-change: transform;
    right: 0px;
    width: fit-content !important;
    min-width: 70px !important;
    left: 0px;
}

.kd-sl-img {
    border-radius: 12px;
}

.kd-v_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
    position: relative;
}

.kd-v_img {
    max-height: 85px;
    /* aspect-ratio: 1; */
    display: flex;
    align-items: center;
    justify-content: center;
}


.kd-v_img img {
    width: -webkit-fill-available;
    height: 100%;
    border-radius: 6px;
}

.kd-roulette-mask {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.kd-battle-winner-mask {
    background-image: linear-gradient(#10101042, #42ad4942);
    border-bottom: solid 4px #09A513;
    z-index: 37;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.kd-battle-looser-mask {
    background-image: linear-gradient(#10101042, #f33e3c42);
    border-bottom: solid 4px #BF4747;
    z-index: 37;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.kd-battle-ready-mask {
    background-image: linear-gradient(#10101042, #3d9c4342, #10101042);
    z-index: 37;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.kd-battle-bot-mask {
    background-image: linear-gradient(#10101042, #454f4542, #10101042);
    z-index: 37;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-item img {
    border-radius: 5px !important;
}

.owl-item {
    /* border: 1px solid #2B2B2B !important; */
    border-radius: 5px !important;
}

#readmore-sect {
    background-color: #101010 !important;
    border-radius: 5px !important;
    border: none !important;
}

.kd-readmore-wrap {
    position: absolute;
    bottom: 20px;
}

.kd-readmore-un {
    position: absolute;
    background: linear-gradient(rgb(17 16 16) 15%, rgba(20, 26, 32, 0) 100%);
    transform: rotate(180deg);
    bottom: 0px;
    width: calc(100%);
    height: 300px;
    left: 0px;
}

.kd-readmore-sect {
    display: flex;
    flex-direction: column;
    max-height: 425px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    transition: max-height 0.5s ease-out 0s;
    margin-left: auto;
    box-sizing: border-box;
    box-shadow: rgba(18, 18, 18, 0.45) 0px 0px 20px 4px;
    margin-bottom: 20px;
}

.kd-modal-mx {
    max-width: 800px;
    width: 100%;
}

.kd-gap-2 {
    gap: 2px;
    ;
}

.kd-gap-8 {
    gap: 8px;
}

.kd-h-230 {
    height: 230px;
}

.kd-h-460 {
    height: 460px;
}

.kd-h-10 {
    height: 10px;
}

.kd-p-04 {
    padding: 0px 4px 4px 4px;
}

.kd-sort-menu-98 {
    width: 98% !important;
    min-width: 70px !important;
    position: absolute;
    transform: translate3d(8px, 40px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
    border: 1px solid #212020;
    padding: 8px;
    background: #070605 !important;
    cursor: pointer;
}

.dropdown-menu .kd-lang-item:hover {
    color: #ffffffc3 !important;
}


.kd-sort-menu-100 {
    width: 100%;
    min-width: 70px !important;
}

.kd-battle-mode-btn-wrap {
    height: 40px;
}

.kd-battle-mode-btn-wrap button {
    border-color: #232323
}

.kd-check-fair-link {
    text-decoration: underline;
    height: 50px;
}

.kd-dia-open-btn-inner {
    margin-left: 10px;
    width: 16px;
    justify-content: center;
    margin-bottom: 3px;
    margin-right: 5px;
}

.kd-opencase-bg {
    backdrop-filter: blur(10px);
    /* background: #FFFFFF0F; */
}

.kd-trust-img {
    width: 110px;
}

.kd-app-install-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    background-color: #181818;
    padding: 10px;
    text-align: center;
    transition-property: background-color;
    transition-duration: 0.2s;
    cursor: pointer;
    width: 80%;
    margin-top: 0.86rem !important;
}

.kd-app-install-btn:hover {
    background-color: #1E1E1E;
}

.kd-footer-mbtn:hover {
    filter: brightness(1.5);
}

.kd-fosocial svg:hover path {
    color: #B5B5B5 !important;
    fill: #B5B5B5 !important;
}

.kd-open-win-box {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: #181818e0;
    backdrop-filter: blur(16px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.kd-zindex-zero {
    z-index: -1 !important;
}

.kd-open-win-board {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: relative;
    width: 100%;
    height: 100%;
}

.kd-open-win-cgr {
    color: #FFD80A;
    font-size: 16px;
    margin-right: 8px;
    text-shadow: 0px 0px 3px #000000bd;
    font-weight: 600;
}

.kd-open-win-name {
    font-size: 16px;
    color: #FFF;
    text-shadow: 0px 0px 3px #121212a9;
    font-weight: 600;
}

.kd-open-win-img {
    height: 100px;
    width: auto;
    filter: drop-shadow(2px 4px 6px black);
    transition-timing-function: cubic-bezier(.5, 0, .2, 1);
    transition-duration: .17s;
    animation: wonitem 2s ease-in-out infinite;
}

@keyframes wonitem {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-5px)
    }

    to {
        transform: translateY(0)
    }
}


.kd-open-win-price {
    font-size: 16px;
    color: #FFF;
    text-shadow: 0px 0px 3px #121212a9;
    font-weight: 600;
}

.kd-c-round {
    font-size: 9px;
    margin: 0;
    text-align: center;
}

.kd-current-round {
    margin: 0;
    height: 34px;
    background: #0a090b;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    border: solid 2px #191921;
    padding: 0 8px;
    color: wheat;
    font-size: 16px;
    width: fit-content;
}

.kd-rank-img {
    width: 16px;
    margin-right: 2px;
    max-height: 25px !important;
    margin-left: 2px;
}

.kd-chat-verify {
    transform: translate3d(-2px, 4px, 0px) !important;
}

.kd-profile-rank-img {}


.kd-boxes-divider {
    flex: 1 1 0%;
    background-color: rgb(219 215 210 / 6%);
    height: 2px;
}

.kd-box-category-name {
    font-size: 1em;
    max-width: 20rem;
    line-height: 1.7rem;
    padding-left: 2rem;
    padding-right: 2rem;
    align-items: center;
    justify-content: center;
    display: flex;
}

.kd-boxes-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 140.625%;
    transition: border .25s ease-in, all .38s cubic-bezier(0, 0, 0, 1);
}

.kd-boxes-wrap:hover {
    filter: sepia(1) contrast(1.35) brightness(1) saturate(3);
}

.kd-boxes-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid #121616;
}

.kd-boxes-wrap:hover .kd-boxes-img {
    border-color: #c07d06;
}

.kd-boxes-price {
    position: absolute;
    bottom: 4px;
    left: 3.9em;
    background: #2f2f2fa3;
    border-radius: 4px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 0.82rem;
}

.kd-ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}

.kd-ripple__circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
}

.kd-ripple.is-active .kd-ripple__circle {
    -webkit-animation: a-ripple 0.4s ease-in;
    animation: a-ripple 0.4s ease-in;
}

.kd-c-button {
    -webkit-appearance: none;
    position: relative;
    vertical-align: middle;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0s ease;
}

.kd-c-button:hover,
.kd-c-button:focus {
    outline: 0;
    text-decoration: none;
}

.kd-c-button:not(:disabled) {
    cursor: pointer;
}

.kd-m-20-30 {
    margin: 20px 30px 20px 20px;
}

.kd-lead-back {
    background-image: url('/uploads/kd_assets/lead_back.png');
}

.kd-aff-bg {
    background-image: url('/uploads/kd_assets/aff_back.png');
}

.kd-battles-bg {
    background-image: url('/uploads/kd_assets/caseback/back1.png');
}

.kd-fights-bg {
    background-image: url('/uploads/kd_assets/caseback/back2.png');
}

.kd-dailybox-wrap {
    padding: 4px;
    border-radius: 10px;
    cursor: pointer;
}

.kd-dailybox-item {
    width: 100%;
    height: max-content;
    border: solid 2px #473e3eab;
    border-radius: 8px;
    padding: 10px;
    background: #121212;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kd-dailybox-name {
    margin: 0;
    background: #FFFFFFA6;
    padding: 8px 10px;
    border-radius: 8px;
    margin-bottom: 8px;
    color: black;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.kd-dailybox-img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
}

.kd-dailybox-img {
    width: 100%;
    height: 240px;
    border-radius: 10px;
}

.kd-dailybox-info {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.kd-dailybox-diamond {
    margin-left: 10px;
    width: 16px;
    justify-content: center;
    margin-bottom: 3px;
    margin-right: 5px;
}

.kd-withdraw-item-img {
    width: 120px;
    border-radius: 10px;
    margin-top: 20px;
}


.kd-w-25 {
    width: 25px;
}

.kd-show-top .kd-drop-all {
    display: none;
}

.kd-show-top .kd-drop-top {
    display: block
}

.kd-show-all .kd-drop-all {
    display: block;
}

.kd-show-all .kd-drop-top {
    display: none
}

.kd-custom-row {
    display: flex;
    column-gap: 10px;
}

.kd-web3-btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
}

.kd-modal-mx-medium {
    width: 100%;
    max-width: 460px;
}

.kd-modal-mx-medium-bg {
    width: 100%;
    max-width: 600px;
}

.kd-divider-linear {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.36) 60%, rgba(255, 255, 255, 0) 100%);
}

.kd-sign-form-light {
    position: absolute;
    top: 0;
    left: -100px;
}

.kd-sign-form-top-border {
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
}

.kd-sign-modal-body {
    border: 2px solid #FFFFFF1F;
    overflow: hidden;
    border-radius: 12px;
}

.kd-forget-password {
    font-size: 14px;
    color: #A7A7A7;
    font-weight: 500;
    cursor: pointer;
    width: fit-content;
}

.kd-forget-password:hover {
    color: #B8B8B8;
}

.kd-web3-btn:hover {
    opacity: 0.9;
    transition: .4s;
}

.modal-header {
    border-bottom: 1px solid #5654544d !important;
}

.kd-deposit-method-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kd-dm-tab-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.hide-spin {
    -moz-appearance: textfield;
}

.kd-dp-notify-wrap {
    background: #489FDC1F;
    padding: 12px;
    border-radius: 8px;
}

.kd-chat-rain-load {
    position: relative;
    margin: auto;
    shape-rendering: auto;
    width: 20px;
    height: 20px;
}

.kd-emoji-icon {
    width: 25.6px;
    height: 25.6px;
}

.kd-cr-win-data {
    position: absolute;
    top: -20px;
    left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 67px;
    justify-content: center;
    max-width: 30%;
}

.kd-cr-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
}

.kd-cr-type {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
}

.kd-icon-img {
    width: 20px;
    border-radius: 5px;
}

.kd-icon-img-wh {
    width: 20px;
    height: 20px;
    border-radius: 5px;
}

.kd-icon-img-24 {
    width: 24px;
    height: fit-content;
}

.kd-icon-img-26 {
    width: 26px;
    height: fit-content;
}

.kd-icon-img-28 {
    width: 28px;
    height: fit-content;
}

.kd-welcome-back-img {
    width: 100%;
    height: -webkit-fill-available;
}

.kd-welcome-diller-img {
    position: absolute;
    left: -40px;
    top: 184px;
    width: 470px;
}

.kd-sl-img-1 {
    border: 2px solid #BB8AF3 !important;
}

.kd-sl-img-2 {
    border: 2px solid rgb(255, 128, 90) !important;
}

.kd-sl-img-3 {
    border: 2px solid #FF4747 !important;
}

.kd-sl-img-4 {
    border: 2px solid rgb(71, 196, 255) !important;
}

.kd-home-img {
    width: 20px;
    border-radius: 5px;
    margin-right: 5px;
    vertical-align: sub;
}

.kd-home-text-st {
    font-weight: 700;
    font-size: 1.1em;
}

.kd-home-catg-div {
    height: 16em;
    max-height: 16em;
}

.kd-home-svg-st {
    margin-left: 10px;
    margin-bottom: -5px;
}

.kd-category-name-st {
    color: #cfcfcf !important;
    font-size: 15px;
    font-weight: 500;
}

.kd-category-inside {
    background: #1C1C1C;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    width: calc((100% - 50px) / 7);
    padding: 0px 10px;
    margin-right: 4px;
    border-radius: 4px;
    margin-bottom: 4px;
    text-align: left;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
    position: relative;
}

.kd-category-inside:hover {
    background: #2F2F2F !important;
    cursor: pointer;
    transition: 0.1s;
}

.kd-cate-active {
    background: #2f2f2f !important;
}

.kd-filter-price-range {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kd-filter-wrap {
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
}

.kd-filter-item {
    flex-shrink: 0;
}

.kd-filter-label-input {
    border: 1px solid #202129;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    height: 48px;
    padding-right: 40px;
    position: relative;
    transition: border-color .3s ease;
    width: 183px;
}


.kd-filter-amount-wrap {
    border: 1px solid #202129;
    border-radius: 8px;
    display: flex;
    height: 40px;
    position: relative;
    transition: border-color .3s ease;
    background: #101010;
}

.kd-filter-amount-wrap-2 {
    border: 1px solid #333333;
    border-radius: 8px;
    display: flex;
    height: 40px;
    position: relative;
    transition: border-color .3s ease;
    background: #212121;
}

.kd-filter-am-label {
    align-items: center;
    display: flex;
    height: 100%;
    width: 84px;
    padding: 0 10px;
}

.kd-fl-right {
    border-left: 1px solid #202129;
    margin-left: -1px;
}

.kd-fl-right-2 {
    border-left: 1px solid #2A2A2A;
    margin-left: -1px;
}

.kd-filter-currency {
    color: #5e606a;
    font-size: 13px;
    line-height: 1;
    padding-right: 4px;
    padding-left: 4px;
}

.kd-filter-am-in {
    height: 100%;
    line-height: 1;
    text-overflow: ellipsis;
    width: 100%;
    background-color: transparent;
    border-style: none;
    color: white;
    font-size: 12px;
}

.kd-filter-am-separator {
    background: #202129;
    border-radius: 8px;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}

.kd-filter-am-separator-2 {
    background: #36363d;
    border-radius: 8px;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}

.kd-filter-am-separator::before {
    background: #5e606a;
    border-radius: 3px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -3px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 6px;
}

.kd-filter-am-separator-2::before {
    background: #bcc2df;
    border-radius: 3px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -3px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 6px;
}

.kd-price-slide-wrapper {
    width: 250px;
}

.kd-f-price-input {
    width: 100%;
    display: flex;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.kd-f-slider {
    height: 5px;
    position: relative;
    background: #2f3141;
    border-radius: 5px;
}

.kd-f-slider .kd-f-progress {
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: #FFD80A;
}

.kd-f-range-input {
    position: relative;
}

.kd-f-range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #e1ffca;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.kd-big-dropdown {
    height: 400px;
    overflow-y: scroll;
    scrollbar-width: thin;
    transform: translate3d(0px, 44px, 0px);
}

.kd-small-dropdown {
    height: fit-content;
    transform: translate3d(0px, 42px, 0px) !important;
    width: 100%;
}

.kd-w-230 {
    width: 230px !important;
}

.kd-inventory-order-btn {
    border: 1px solid #515151;
    background: #252525 !important;
    cursor: pointer;
}

.kd-inventory-order-name {
    margin-left: 0.3em !important;
    color: #C1C1C1 !important;
}

.kd-inventory-order-btn:hover {
    background: #353535 !important;
    transition: 0.2s;
}

.kd-won-case-item-img {
    width: 32px;
    height: 32px;
    border-radius: 4px;
}

.kd-open-case-item-img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
}

.kd-table-60 {
    width: 60%;
}

.kd-table-50 {
    width: 50%;
}

.kd-table-40 {
    width: 40%;
}

.kd-table-30 {
    width: 30%;
}

.kd-table-20 {
    width: 20%;
}

.kd-table-10 {
    width: 10%;
}

.kd-dp-amount-btn-wrap {
    display: inline-flex;
    flex-wrap: wrap;
}

.kd-daily-countdown {
    position: relative;
    width: 600px;
    height: 240px;
}

.kd-timer-back {
    position: absolute;
    top: 0;
    left: 6px;
}

.kd-timer-one {
    position: absolute;
    top: 94px;
    left: 39px;
}

.kd-timer-two {
    position: absolute;
    top: 94px;
    left: 124px;
}

.kd-timer-thr {
    position: absolute;
    top: 94px;
    left: 219px;
}

.kd-timer-fou {
    position: absolute;
    top: 94px;
    left: 304px;
}

.kd-timer-fiv {
    position: absolute;
    top: 94px;
    left: 398px;
}

.kd-timer-six {
    position: absolute;
    top: 94px;
    left: 483px;
}

.kd-daily-back {
    background-image: url('/uploads/kd_assets/daily_back.png');
    height: fit-content;
}

.kd-quest-back {
    background-image: url('/uploads/kd_assets/quest_back.png');
    height: fit-content;
}

.kd-reward-back {
    background-image: url('/uploads/kd_assets/reward_back.png');
    height: fit-content;
}

.kd-daily-mask {
    backdrop-filter: blur(20px);
    height: -webkit-fill-available;
}

.kd-back-mask {
    backdrop-filter: blur(20px);
    height: 15em;
}


.kd-yellow-title {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Sora';
    color: #FFD80A;
    text-shadow: 0px 0px 8px rgb(255 216 10 / 68%);
    margin: 0;
}

.kd-white-title {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Sora';
    color: #ededed;
    text-shadow: 0px 4px 8px rgb(0 0 0 / 88%);
    margin: 0;
    width: 41%;
    text-align: center;
}

.kd-white-title-2 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Sora';
    color: #ededed;
    text-shadow: 0px 4px 8px rgb(0 0 0 / 88%);
    margin: 0;
    width: 55%;
    text-align: center;
}

.kd-dp-amount-btn-wrap {
    display: inline-flex;
    flex-wrap: wrap;
}

.kd-count-wrap {
    position: absolute;
    top: -75px;
    left: calc(50% - 300px);
}

.kd-daily-body {
    background: #000000;
}

.kd-notify-wrap {
    border: solid 2px #57575773;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 10px;
    backdrop-filter: blur(16px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kd-notify-success {
    background: #4af65b2b;
}

.kd-notify-error {
    background: #F64A4A0D;
}

.kd-notify-success .title {
    color: #B5FFB4;
}

.kd-notify-success .msg {
    color: #B5FFB4;
}

.kd-notify-error .title {
    color: #FFB4B4;
}

.kd-notify-error .msg {
    color: #FFB4B4;
}

.vue-notification-group {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    left: 0 !important;
}

.kd-quest-item-wrap {
    width: 232px;
    height: 300px;
    padding: 10px;
    background: radial-gradient(100.45% 100% at 50.21% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
}

.kd-reward-item-wrap {
    padding: 10px;
    display: flex;
    background: radial-gradient(100.45% 100% at 50.21% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 2px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
    border-radius: 12px;
}

.kd-quest-img {
    width: 100%;
}

.kd-reward-img {
    width: 191px;
    height: 117px;
    margin-right: 10px;
    margin-top: auto;
    margin-bottom: auto;
}

.kd-quest-diamond {
    margin-bottom: 4px;
}

.kd-quest-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.kd-freebox-back {
    position: absolute;
    bottom: -10px;
    width: 520px;
    left: -30px;
}

.kd-sell-item-img {
    width: 96%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.modal-content .kd-drop-item-full svg.kd-cursor {
    opacity: 0.6;
}

.kd-count-down-text {
    font-size: 60px;
    background: linear-gradient(180deg, #FFFFFF 0%, #c9d3ef 100%);
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0px 0px 8px rgb(255 254 247 / 68%);
    margin: 0;
}

.kd-battle-count-mask {
    background-image: linear-gradient(#10101042, #59484842);
    z-index: 37;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
}

.kd-game-price-wrap {
    width: 10%;
}

.d-flex.justify-content-end.mb-4.align-items-center svg.kd-cursor:hover rect {
    fill: #00ff1ae0;
    transition: 0.5s;
}


/* custom multi slider start*/

.multi-range-slider {
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.multi-range-slider .bar-left {
    box-shadow: none !important;
    padding: 0 !important;
    height: 5px !important;
    background-color: #2f3141 !important;
}

.multi-range-slider .thumb::before {
    content: "";
    background-color: white;
    position: absolute;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 50%;
    z-index: 1;
    margin: -3px !important;
    cursor: pointer;
}

.multi-range-slider .bar-inner {
    background-color: #FFD80A !important;
    border: none !important;
    box-shadow: none !important;
}

.multi-range-slider .bar-right {
    box-shadow: none !important;
    padding: 0 !important;
    height: 5px !important;
    background-color: #2f3141 !important;
}

.multi-range-slider .ruler {
    display: none !important;
}

.multi-range-slider .thumb .caption * {
    display: none !important;
}

.multi-range-slider .labels {
    display: none !important;
}

/* custom milti slider end */








/* old css */
.kd-timestamp-0-2-222 {
    color: hsl(220, 22%, 70%);
    font-size: 0.75rem;
    margin-left: 0.25rem;
    white-space: nowrap;
}

.kd-chatopenbop {
    display: initial;
}

.kd-displayemojis {
    display: initial !important;
}

.kd-hideemojis {
    display: none !important;
}

.loading.kd-loading {
    z-index: 2000;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0d0d0d;
    display: flex;
    align-items: center;
    touch-action: none;
    justify-content: center;
    flex-direction: column;
    transition: all 0.25s linear;
}

.kd-loader-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    transition: all 250ms ease 0s;
}

.kd-anim {
    flex: 1 1 0%;
    min-height: 0px;
}

.kd-lrb-p20 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.kd-tb-p8em {
    padding-top: 8em;
    padding-bottom: 8em;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791 !important;
}

.kd-create-new:hover {
    color: #E1E1E1;
}

.kd-faq-px {
    padding-left: 15%;
    padding-right: 15%;
}

/* old css */
.chat-ebicon {
    width: 32px;
    height: 32px;
    float: left;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
}

.chat-ebicon img {
    width: 20px !important;
    height: 20px !important;
    opacity: 0.8;
}

.chat-ebicon img:hover {
    opacity: 1;
}

.chat-ebicon img:focus {
    opacity: 1;
}

.chat-ebicon img:active {
    opacity: 1;
}

.grid-cols-7 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid {
    display: grid;
}

.v-win-lowlight {
    opacity: 0.1;
}

.v-win-highlight {
    animation: vwin-highlight 1s ease;
}

@keyframes vwin-highlight {
    0% {
        transform: rotate(0deg) scale(1, 1);
    }

    50% {
        transform: rotate(5deg) scale(1.5, 1.5);
    }

    100% {
        transform: rotate(0deg) scale(1, 1);
    }
}


@keyframes zoom-in-zoom-out {
    0% {
        transform: rotate(0deg) scale(1, 1);
    }

    50% {
        transform: rotate(5deg) scale(1.5, 1.5);
    }

    100% {
        transform: rotate(0deg) scale(1, 1);
    }
}

.cases {
    opacity: 1;
    margin-top: 1.5rem;
    display: grid;
    -webkit-transition: opacity .7s ease-in-out 0ms, -webkit-transform .7s ease-in-out 0ms;
    transition: opacity .7s ease-in-out 0ms, -webkit-transform .7s ease-in-out 0ms;
    transition: transform .7s ease-in-out 0ms, opacity .7s ease-in-out 0ms;
    transition: transform .3s ease-in-out 0ms, opacity .3s ease-in-out 550ms, -webkit-transform .3s ease-in-out 550ms;
    position: relative;
    will-change: opacity;
    -webkit-animation: page-in-2652b504 .2s linear forwards;
    animation: page-in-2652b504 .6s cubic-bezier(.26, .68, .05, 1) forwards;
}

.kd-tb-m5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.app-fight-zoom {
    zoom: 1;
}

.app-fight-zoom-board {
    zoom: 1;
}

.app-fight-zoom-sub {
    zoom: 1;
}

.app-fight-zoom-80 {
    zoom: 1;
}


.user-avatar-fight {
    border-radius: 200px;
    width: 65%;
    border: solid 3px #35acdf;
    position: relative;
}

.user-info-fight {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.fighter-name {
    font-size: 1.5rem;
    color: #ffdd85;
    text-transform: capitalize;
}

.winner-fighter {
    color: #faff1b !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    text-shadow: 2 5 white;
    text-shadow: 2px -2px 7px rgb(240 255 8 / 50%);
    font-size: 2rem;
}

.open-box-fight {
    display: inline-block;
    padding: 10px 20px;
    background-image: linear-gradient(to bottom, #ffc729, #9b4816);
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.fight-reward-price {
    font-size: 18px;
    background-image: linear-gradient(to right, #ffe210, #ffa535);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
}

.fight-waiter {
    border: solid 3px;
    border-radius: 200px;
    width: 65%;
    padding-top: 65%;
    background-color: #3498db;
    position: relative;
    margin: auto;
}

.waiter-join {
    position: absolute;
    top: 50%;
    left: 50%
}

.waiter-wrap {
    transform: translate(-50%, -50%);
    text-wrap: nowrap;
}

.cursor-pointer {
    cursor: pointer;
}

.fight-reward-image {
    align-items: center;
    width: 100%;
    height: 190px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}

.fight-reward-image .reward-img {
    width: 100%;
}

.fight-reward-item {
    text-align: center;
    background: #2a2a2a;
    border-radius: 10px;
    padding: 10px;
}

.view-all {
    max-height: fit-content !important;
    height: fit-content !important;
}

.app-fight-blood-wrap {
    position: relative;
    width: 70%;
    background: #ff000030;
    box-shadow: 3px 3px 10px rgb(237 81 81 / 32%);
    border-radius: 2px;
    overflow: hidden;
    height: 30px;
}

.app-fight-blood {
    position: absolute;
    background: #af0000;
    height: 100%;
    transition: 0.8s;
    mix-blend-mode: lighten;
}

.m-title {
    font-size: 14px;
    color: #9E9E9E;
    font-weight: bold;
    margin: 0;
}

.s-title {
    font-size: 12px;
    color: #9E9E9E;
    font-weight: bold;
    margin: 0;
}

.x-title {
    font-size: 10px;
    color: #9E9E9E;
    font-weight: bold;
    margin: 0;
}

.fair-check-btn {
    background-color: green;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer !important;
    text-align: center;
}

.replay-btn {
    max-width: 60px;
    cursor: pointer;
}

.fair-block {
    padding: 10px !important;
}

.fair-one-block {
    border-bottom: solid 1px #80808052;
    padding-bottom: 7px;
    padding-top: 7px;
}

.loadhide {
    display: none !important;
}

.hidemunload {
    display: none !important;
}

.opacityhideloader {
    opacity: 0;
}

.hideloader {
    display: none !important;
}

button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
}

.dropdown {
    display: inline-flex;
    position: relative;
    vertical-align: top;
}

.app-auth-mobile {
    display: none !important;
}

.app-auth-web {
    display: flex !important;
}

.app-game-tag {
    display: none;
    font-size: 12px;
    color: #6a6969;
    font-weight: 800;
    margin: 0;
    margin-top: 4px;
}

.app-game-tag-hide {
    display: inline-block;
}

.mt-8 {
    margin-top: 2rem !important;
}


.justify-center {
    justify-content: center;
}

.justify-start {
    justify-content: flex-start;
}

.items-center {
    align-items: center;
}

#myimg {
    display: block;
    margin: 0 auto;
    width: 130px;
    height: 130px;
    transform-style: preserve-3d;
    transition: all 0.2s linear;
    border-radius: 100px;
    box-shadow: 0 3px 25px #ffffff6e;
}

/* toggle switch */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #1BBF2C88;
}

input:focus+.slider {
    box-shadow: 0 0 1px #1BBF2C88;
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* toggle switch */


@media only screen and (min-width: 2471px) {
    .kd-case-item {
        width: calc((100% - 40px) / 9.3);
    }
}

@media only screen and (max-width: 1620px) {
    .kd-menu-sub-item {
        display: none;
    }

    .kd-category-inside {
        width: calc((100% - 30px) / 5);
    }
}

@media only screen and (max-width: 1480px) {
    .app-game-tag-hide {
        display: none !important;
    }
}

@media only screen and (max-width: 1450px) {
    .app-game-tag {
        display: block;
    }

    .app-game-tag-hide {
        display: none !important;
    }
}



@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {
    .kd-case-item {
        width: calc((100% - 30px) / 4);
    }

    .kd-category-inside {
        width: calc((100% - 30px) / 3);
    }

    .kd-white-title {
        width: 60%;
    }
}

/*  */
@media only screen and (max-width: 1024px) {
    .kd-top-menu {
        display: none !important;
    }

    .kd-main-nav {
        justify-content: end;
    }

    .kd-main-nav-sect-left {
        display: none;
    }

    .kd-bt-nav-wrap {
        display: block;
    }

    .kd-app-side-mr {
        margin-right: 0;
    }

    .kd-app-side-ml {
        margin-left: 0px;
    }

    .kd-side-bar {
        display: none;
        width: 100%;
        top: 63px;
        height: calc(100vh - 126px);
        background: #0d0d0d;
        overflow: scroll;
    }

    .kd-live-sup-wrap {
        position: relative;
        bottom: 0px;
        width: 100%;
    }

    .kd-side-bar-mini {
        display: none;
    }

    .kd-chatright {
        top: 0px;
        height: calc(100vh - 66px);
        width: 100%;
        z-index: 99;
    }

    .kd-chat {
        height: calc(100vh - 66px);
        width: 100%;
        background: #00000099;
    }

    .kd-chat-funcs {
        display: none;
    }

    .kd-chat-box-wrap {
        height: 66px;
        background: #00000080;
    }

    .kd-chat-body {
        height: calc(100vh - 190px);
    }

    .kd-btn-small {
        padding: 0px 8px !important;
    }

    .kd-chat-header-wrap {
        padding: 0;
    }

    .kd-chat-header {
        border-radius: 0;
    }

    #hidechatbutton {
        display: none;
    }

    .kd-mobile-chat-func-wrap {
        display: flex;
        align-items: center;
    }

    .kd-chat-open-btn {
        display: none;
    }

    .kd-side-open-btn {
        display: none;
    }

    .kd-mobile-side-bar {
        display: block !important;
    }

    .kd-play-items {
        display: none;
    }

    .kd-mobile-play-items {
        row-gap: 10px;
        padding: 0 0px;
        display: flex;
        flex-wrap: wrap;
    }

    .kd-category-inside {
        width: calc((100% - 30px) / 2);
    }

    .kd-faq-px {
        padding-left: 10%;
        padding-right: 10%;
    }


}

@media only screen and (max-width: 866px) {
    .d-index-card-wrap {
        display: none !important;
    }

    .d-index-card-wrap-mobile {
        display: block;
    }

    .kd-m-data-wrap3 {
        border: none;
        padding: 0;
        border-radius: 0;
    }

    .kd-mf-10 {
        font-size: 10px !important;
    }

    .kd-app-boxsearch {
        display: none;
    }

    .kd-category-inside {
        width: calc((100% - 30px) / 1);
    }

    .kd-faq-px {
        padding-left: 8%;
        padding-right: 8%;
    }

    .kd-white-title {
        width: 80%;
    }

}

@media only screen and (max-width: 768px) {
    .kd-case-item {
        width: calc((100% - 20px) / 3);
    }

    .kd-page-info {
        display: none;
    }

    .kd-mobile-page-info {
        display: flex;
    }

    .kd-flex-mblock {
        flex-direction: column;
        align-items: start !important;
        row-gap: 10px;
    }

    .kd-w-m100 {
        width: 100%;
        max-width: 380px;
    }

    .app-fight-zoom {
        zoom: 0.8;
    }

    .app-fight-zoom-sub {
        zoom: 0.8;
    }

    .app-fight-zoom-board {
        zoom: 1.2;
    }

    .app-fight-zoom-80 {
        zoom: 0.8;
    }


}

@media only screen and (max-width: 640px) {
    .kd-case-item {
        width: calc((100% - 10px) / 2);
    }

    .kd-p4 {
        padding: 1.2rem 1rem !important;
    }

    .kd-px4 {
        padding: 0 1rem !important;
    }

    .kd-px4-0 {
        padding: 0 !important;
    }

    .kd-user-avatar {
        width: 32px;
    }

    .kd-faq-px {
        padding-left: 5%;
        padding-right: 5%;
    }

}

@media only screen and (max-width: 560px) {
    .kd-user-detail {
        padding: 3px;
    }

    .kd-user-lvl {
        display: none;
    }

    .kd-user-dr-btn {
        display: none;
    }

    .kd-notify-bell {
        display: none;
    }

    .kd-drop-bar {
        display: block;
        padding: 0;
    }

    .kd-live-drop {
        display: none;
    }

    .kd-live-drop-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .kd-home-case-item {
        padding: 10px 6px 6px 6px;
    }

    .kd-home-case-item .kd-item-header {
        justify-content: center;
        margin-bottom: 8px;
    }

    .kd-home-case-item .kd-item-header svg {
        display: none;
    }

    .kd-bt-url-wrap {
        display: none;
    }

    .kd-open-win-img {
        height: 90px;
    }

    .app-fight-zoom {
        zoom: 0.5;
    }

    .app-fight-zoom-sub {
        zoom: 0.7;
    }

    .app-fight-zoom-80 {
        zoom: 0.8;
    }


    .app-fight-zoom-board {
        zoom: 1.5;
    }

    .kd-white-title {
        width: 100%;
    }

    .kd-reward-img {
        width: 40%;
    }

    .kd-fontsize-18 {
        font-size: 16px;
    }

}



@media only screen and (max-width: 390px) {
    .kd-case-item {
        width: calc((100% - 10px) / 2);
    }

    .kd-p4 {
        padding: 0.8rem 0.5rem !important;
    }

    .kd-px4 {
        padding: 0 0.5rem !important;
    }

    .kd-home-state-item {
        width: calc(50% - 6px);
    }

    .kd-home-state-banner {
        column-gap: 10px;
    }

    .kd-px3 {
        padding: 0 0.3rem !important;
    }

    .kd-p2 {
        padding: 0.3rem !important;
    }

    .kd-faq-px {
        padding-left: 2%;
        padding-right: 2%;
    }
}


.owl-theme .owl-dots .owl-dot span {
    width: 7px !important;
    height: 7px !important;
    margin: 5px 7px !important;
    background: #5D5D5D !important;
    display: block !important;
    -webkit-backface-visibility: visible !important;
    transition: opacity .2s ease !important;
    border-radius: 30px !important;
}

.openforimg{
    width: 21px;
    margin-right: 3px;
}

.openfortext{
    text-transform: uppercase;
    font-weight: 800 !important;
    justify-content: center;
    display: contents;
}

#vopennft1{
    will-change: transform;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

#boxopennft{
    will-change: transform;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}




@keyframes progress2 {
    0% {
      transform: scale(.3,.8) translatez(0);
      opacity: 0;
    }
    90% {
      transform: scale(1,1) translatex(300px) translatez(0);
      opacity: 1;
    }
    100% {
      transform: scale(1,1) translatex(300px) translatez(0);
      opacity: 0;
    }
  }
  
  .line {
    position: absolute;
    top: 80%;
    width: 200px;
    left: 0%;
    height: 3px;
    
    &:after {
      content: "";
      position: absolute;
      animation: progress2 4s infinite;
      transform-origin: 10% 10%;
      top: -9px;
      width: 30px;
      height: 21px;
      left: 0%;
      border-radius: 2px;
      background: rgba(210,189,255,.55);
      filter: blur(8px);
      box-shadow: 0 0 10px 6px rgba(210,189,255,.4),
                  -20px 0 15px 4px rgba(210,189,255,.3),
                  -40px 0 15px 2px rgba(210,189,255,.2),
                  -60px 0 10px 1px rgba(210,189,255,.1),
                  -80px 0 10px 1px rgba(210,189,255,.05);
    }
  }