@font-face {
    font-family: 'Inter Variable';
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
    src: url(https://cdn.jsdelivr.net/fontsource/fonts/inter:vf@latest/latin-wght-normal.woff2) format('woff2-variations');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: 'Inter Variable', sans-serif !important;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container, .footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .navbar form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form > button.logout:focus {
    outline: none;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item > a {
    text-decoration: none;
}

.main-nav--bg {
    position: sticky;
    top: 0;
    z-index: 99;
}

.main-nav {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidebar {
    background: rgba(44, 41, 59, 1) !important;
}

.site-index span {
    display: block;
}

.main-wrapper {
    background-color: rgb(15, 23, 42);
}

.main-nav--bg {
    background-color: rgb(15, 23, 42);
    border: 1px solid rgba(15, 23, 42, 1);
}

.form-group label {
    font-size: 0.875rem;
    line-height: 1.5715;
    color: rgb(148 163 184 / 80%);
    margin-bottom: 0.5rem;
}

.form-control {
    border: 1px solid rgb(51 65 85) !important;
    outline: 2px solid transparent;
    outline-offset: 2px;
    background-color: rgb(15 23 42);
    color: rgb(226 232 240);
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .5rem .75rem;
    outline-color: #0000;
    outline-offset: 2px;
    outline-style: dashed;
    outline-width: 2px;
}

.form-group input:focus-within {
    outline-color: rgb(203 213 225);
    outline-style: dashed;
    --tw-ring-offset-shadow: 0 0 0 0 0 #fff;
    --tw-ring-shadow: v0 0 0 0 0 #3b82f680;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.form-control:focus {
    background-color: rgb(15 23 42);
    color: rgb(226 232 240);
}

.btn-success {
    background-color: rgb(5 150 105) !important;
}

.btn:focus {
    outline: 0;
}

.card {
    background-color: rgb(30 41 59);
    color: #fff;
}

.main-title {
    color: #fff;
}

.me-10, .sidebar-body-menu a > img {
    margin-right: 10px;
}

.site-index h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #f1f5f9;
}

.site-index p {
    font-weight: 400;
    font-size: .75rem;
    padding: .25rem;
    color: #94a3b8;
}

.vip-index .card-body {
    position: relative;
    z-index: 0;
}

.vip-index .card-body:before {
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 2px;
    background: linear-gradient(168deg, #8b5cf6 0%, #1f283700 50%, #8b5cf6 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.vip-index .card-body h3 {
    color: rgb(124 58 237);
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 5px;
}

.vip-index .card-body p {
    font-weight: 500;
    padding-left: .25rem;
    padding-right: .25rem;
    font-size: 18px;
}

.vip-index .card-body p span {
    color: rgb(148 163 184);
    font-size: .875rem;
    line-height: 1.25rem;
}

.vip-index .card-body .card-list p {
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: rgb(139 92 246);
    font-size: 16px;
}

.vip-index .card-body .card-list p span {
    color: rgb(139 92 246);
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 10px;
    border-radius: 9999px;
    background-color: rgb(139 92 246 / 20%);
    align-items: center;
    display: inline-flex;
    justify-content: center;
    position: relative;
}

.vip-index .card-body .card-list button {
    width: 100%;
    margin-top: 1.5rem;
    background-color: rgb(139 92 246);
    color: #fff;
    border-radius: .375rem;
    font-size: .875rem;
    height: 2.5rem;
    line-height: 1.25rem;
    padding: .5rem 1.25rem;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    position: relative;
    border: 1px solid rgb(139 92 246);
}

.site-index .welcome {
    background-color: rgb(91 33 182);
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 1rem;
    border-radius: 1rem;
    padding-top: 20px;
}

.site-index .welcome .left-image {
    width: 280px;
    height: 168px;
    position: relative;
}

.site-index .welcome .left-image img {
    position: absolute;
    top: -5rem;
    height: auto;
    z-index: 9999;
    max-width: 100%;
}

.right-text h3 {
    font-weight: 600;
    line-height: 1.5;
    font-size: 1.25rem;
    opacity: .9;
    color: #fff;
}

.right-text p {
    font-weight: 400;
    line-height: 1.5;
    font-size: .875rem;
    opacity: .7;
    color: rgb(255 255 255);
}

.right-text .analytic p {
    line-height: 1.5;
    font-weight: 400;
    font-size: .75rem;
    opacity: .7;
    color: #fff;
    padding: 0;
}

.right-text .analytic h3 {
    line-height: 1.5;
    font-weight: 500;
    font-size: .875rem;
}

.card-rounded {
    border-radius: .75rem;
    background-color: rgb(30 41 59);
    border: 1px solid rgb(51 65 85);
    padding: .75rem;
    display: inline-block;
    width: 100%;
}

.card-rounded .avatar-md {
    height: 3rem;
    width: 3rem;
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    outline: 2px solid #0000;
    outline-offset: 2px;
    position: relative;
}

.card-rounded p {
    line-height: 1.5;
    font-weight: 500;
    font-size: .875rem;
    color: rgb(241 245 249);
}

.card-rounded a {
    align-items: center;
    border-radius: 9999px;
    display: flex;
    height: 2.25rem;
    justify-content: center;
    width: 2.25rem;
    border: 1px solid rgb(51 65 85);
    background-color: rgb(30 41 59);
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}

.size-10 {
    height: 2.5rem;
    width: 2.5rem;
}

.text-muted-400 {
    color: rgb(148 163 184);
}

.ms-auto {
    margin-inline-start: auto;
}

.hot {
    color: rgb(239 68 68);
    font-size: .75rem;
    line-height: 1rem;
    display: flex;
    align-items: center;
    gap: .25rem;
}

.fake-balance a {
    background-color: rgb(51 65 85);
    border: 1px solid rgb(71 85 105);
    color: rgb(241 245 249);
    border-radius: .5rem;
    height: 2.5rem;
    padding: .5rem;
    width: 2.5rem;
}

.guarantee p {
    line-height: 1.5;
    padding-top: 5px;
    font-size: .75rem;
}

.avatar-xl {
    height: 5rem;
    width: 5rem;
}

.w-33 {
    width: 33%;
    font-weight: 400;
    font-size: .75rem;
    opacity: .7;
    color: #fff;
}

.nav-right .nav-user-wrapper .btn-block {
    border: 1px solid rgb(139 92 246);
    background-color: rgb(139 92 246);
    color: #fff !important;
    border-radius: .5rem;
    font-size: .75rem !important;
    line-height: 1rem;
    padding-bottom: .375rem !important;
    padding-top: .375rem !important;
}

.nav-right .nav-user-wrapper .btn-logout {
    font-size: .75rem;
    line-height: 1rem;
    padding-bottom: .375rem;
    padding-top: .375rem;
    color: #fff;
}

.pcoded-main-container, .pcoded .pcoded-header[header-theme=theme1] {
    background-color: rgb(15 23 42);
}

a, button, h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.main-title {
    font-weight: 700;
    line-height: 1.42;
    color: #fff;
    margin-bottom: 20px;
}

.pcoded[theme-layout=vertical][vertical-nav-type=expanded] .pcoded-header .pcoded-left-header, .pcoded[theme-layout=vertical][vertical-nav-type=expanded] .pcoded-navbar, .pcoded .pcoded-navbar[navbar-theme=theme1] .main-menu {
    width: 280px;
    background-color: rgb(30 41 59);
}

.pcoded .pcoded-header .navbar-logo[logo-theme=theme1] {
    background-color: rgb(30 41 59);
}

.pcoded[theme-layout=vertical][vertical-placement=left][vertical-nav-type=expanded][vertical-effect=shrink] .pcoded-content {
    margin-left: 280px;
}

.header-navbar .navbar-wrapper .navbar-logo {
    width: 280px;
    z-index: 9999;
}
.header-navbar .navbar-wrapper .navbar-container .nav-right{
    z-index: 99999;
    position: relative;
}
.pcoded[theme-layout=vertical] .pcoded-header {
    box-shadow: none;
}

.pcoded .pcoded-navbar .pcoded-item > li > a {
    font-weight: 500;
}

.navbar-logo {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

nav.pcoded-navbar {
    padding-top: 20px;
}

.header-navbar .navbar-wrapper .navbar-logo {
    height: auto;
}

.pcoded .pcoded-navbar .pcoded-item > li > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item > li > a .pcoded-mtext {
    position: unset;
}

.pcoded .pcoded-navbar .pcoded-item > li {
    margin: 5px 0;
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item > li > a {
    padding: 10px 15px;
    border-radius: .5rem;
    margin: 0 10px;
    border: 0;
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu > a:after {
    top: 10px;
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
    font-weight: 400;
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
    padding: 15px;
}

.pcoded .pcoded-navbar .pcoded-item > li.active > a {
    color: rgb(139 92 246) !important;
    background-color: rgb(139 92 246 / 20%) !important;
    font-weight: 700;
}

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item > li.active > a:before, .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item > li:hover > a:before {
    border: 0;
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li {
    padding-left: 40px;
}

.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item li.pcoded-hasmenu .pcoded-submenu, .pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a {
    background: transparent;
}

.pcoded[theme-layout=vertical][vertical-nav-type=expanded] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
    padding-left: 10px;
}

.pcoded .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.pcoded-trigger .pcoded-submenu li > a:before, .pcoded .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li .pcoded-submenu li > a:before {
    border-left-color: rgb(51 65 85) !important;
    color: rgb(148 163 184 / 80%);
}

.pcoded .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.pcoded-trigger .pcoded-submenu li.active > a:before, .pcoded .pcoded-navbar[active-item-theme=theme1] .pcoded-item > li.active .pcoded-submenu li.active > a:before {
    border-left-color: rgb(139 92 246) !important;
    border-left-width: 2px;
}

.pcoded .pcoded-navbar[active-item-theme=theme1] .pcoded-item li .pcoded-submenu li.active > a, .pcoded .pcoded-navbar[active-item-theme=theme1] .pcoded-item li .pcoded-submenu li:hover > a {
    color: rgb(139 92 246) !important;
}

.pcoded .pcoded-navbar[active-item-theme=theme1] .pcoded-item li .pcoded-submenu li.active > a, .pcoded .pcoded-navbar[active-item-theme=theme1] .pcoded-item li .pcoded-submenu li:hover > a:before {
    border-left-color: rgb(139 92 246) !important;
}

.pcoded .pcoded-navbar[navbar-theme=theme1] .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a {
    background: transparent;
    color: rgb(226 232 240);
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li {
    font-size: .85rem;
}

.border-muted-700 {
    border-top: 1px solid rgb(51 65 85);
}

.h-px {
    height: 1px;
}

.w-full {
    width: 100%;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

.main-body .page-wrapper {
    padding-top: 0;
}

.lightrope {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
    margin: -15px 0 0 0;
    padding: 0;
    pointer-events: none;
    width: 100%;
}

.lightrope li {
    position: relative;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 12px;
    height: 28px;
    border-radius: 50%;
    margin: 20px;
    display: inline-block;
    background: rgba(0, 247, 165, 1);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 1);
    animation-name: flash-1;
    animation-duration: 2s;
}

.lightrope li:nth-child(2n+1) {
    background: rgba(0, 255, 255, 1);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
    animation-name: flash-2;
    animation-duration: 0.4s;
}

.lightrope li:nth-child(3n+1) {
    animation-duration: 1.4s;
}

.lightrope li:nth-child(4n+2) {
    background: rgba(247, 0, 148, 1);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 1);
    animation-name: flash-3;
    animation-duration: 1.1s;
}

.lightrope li:first-child {
    margin-left: -40px;
}

.lightrope li:before {
    content: "";
    position: absolute;
    background: #222;
    width: 10px;
    height: 9.3333333333px;
    border-radius: 3px;
    top: -4.6666666667px;
    left: 1px;
}

.lightrope li:after {
    content: "";
    top: -14px;
    left: 9px;
    position: absolute;
    width: 52px;
    height: 18.6666666667px;
    border-bottom: solid #222 2px;
    border-radius: 50%;
}

@keyframes flash-1 {
    0%, 100% {
        background: rgba(0, 247, 165, 1);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 1);
    }
    50% {
        background: rgba(0, 247, 165, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
    }
}

@keyframes flash-2 {
    0%, 100% {
        background: rgba(0, 255, 255, 1);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 1);
    }
    50% {
        background: rgba(0, 255, 255, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
    }
}

@keyframes flash-3 {
    0%, 100% {
        background: rgba(247, 0, 148, 1);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 1);
    }
    50% {
        background: rgba(247, 0, 148, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
    }
}

.bank-info {
    border: 1px solid rgb(71 85 105);
    background-color: rgb(51 65 85);
    color: rgb(241 245 249);
    border-radius: .75rem;
    padding: 1rem !important;
}

.bank-info h3 {
    font-size: 15px;
    padding-bottom: 5px;
}

.cash-history thead {
    border-bottom: 1px solid rgb(30 41 59);
    margin-bottom: 5px;
}

.cash-history tbody th {
    padding: 15px 0;
    border-bottom: 1px solid rgb(30 41 59)
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0%, 100% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(80px)
    }
}

.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px #000;
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running;
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}

.snowflake:nth-of-type(10) {
    left: 25%;
    -webkit-animation-delay: 2s, 0s;
    animation-delay: 2s, 0s
}

.snowflake:nth-of-type(11) {
    left: 65%;
    -webkit-animation-delay: 4s, 2.5s;
    animation-delay: 4s, 2.5s
}

.btn-download {
    position: absolute;
    bottom: 30px;
    transition-duration: .3s;
    transition-delay: .1s;
    z-index: 20;
    border: 1px solid rgb(244 63 94);
    background-color: rgb(244 63 94);
    color: #fff;
    border-radius: .5rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding: .4rem .75rem;
    text-decoration-line: none;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
}

.btn-download:hover {
    background-color: rgb(251 113 133);
    color: #fff;
}

.duration-300 {
    transition-duration: .3s;
}

.group-hover > div {
    inset: 0;
    background: rgb(15 23 42);
    opacity: 0;
    z-index: 10;
}

.group-hover:hover > div {
    opacity: .5;
}

.group-hover:hover .btn-download {
    opacity: 1;
}

ul#pager-wrapper {
    display: flex;
    justify-content: flex-end;
    color: rgb(148 163 184);
    font-size: 15px;
    margin-top: 20px;
}

ul#pager-wrapper li {
    padding: 0 5px;
}

ul#pager-wrapper li.active {
    color: rgb(139 92 246);
}

.file-input .file-drop-zone {
    border: none;
    margin: 0;
    padding: 0;
}

.krajee-default.file-preview-frame {
    box-shadow: none;
    border: none;
    margin: 0;
}

.file-thumbnail-footer {
    display: none;
}

.file-drop-zone {
    min-height: 180px;
}

.fileinput-remove {
    display: none;
}

.input-group .btn {
    display: flex;
}

.form-control {
    text-align: left !important;
}

.modal-content {
    background-color: rgb(30, 41, 59);
    color: #fff;
    z-index: 0;
    position: relative;
}

.modal-content:before {
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 2px;
    background: linear-gradient(354deg, #8b5cf6 0%, #06291100 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.modal-content .btn-primary {
    background-color: rgb(139 92 246);
    font-size: 14px;
    padding: 10px 24px;
    border: none;
    color: #fff;
    border-radius: 5px;
}

.text-muted-100 {
    color: rgb(241 245 249);
}

.bg-success-400 {
    background-color: #2dd4bf;
}

.text-success-500 {
    color: #14b8a6;
}

.size-2 {
    height: .5rem;
    width: .5rem;
}

.rounded-full {
    border-radius: 9999px;
}
.support-menu{
    position: fixed;
    top: 30%;
    right: 8px;
    border-top: 1px solid rgb(255, 207, 135);
    background: linear-gradient(175deg, rgb(92, 75, 51) 4.52%, rgba(0, 0, 0, 0) 53.34%), rgb(39, 37, 39);
    width: 70px;
}
.support-menu ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.support-menu ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.support-menu ul li img{
    width: 30px;
}
.support-menu ul li span{
    color: rgb(246, 246, 246);
    font-weight: 600;
    font-size: 12px;
    padding-top: 3px;
}