*,
*::before,
*::after {
    box-sizing: border-box;
}

/* html, */
body {
    height: 100%;
}

body {
    background: rgba(0, 0, 0, 1);
    font-family: "Inter", sans-serif;
    color: rgba(215, 181, 109, 1);
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-0 {
    margin: 0 !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.p-25 {
    padding: 0.7rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-3-8 {
    padding: 3% 8% !important;
}

.w-82 {
    width: 82px !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.opacity-75 {
    opacity: 0.75;
}

.fw-bold {
    font-weight: 700 !important;
}

.underline {
    text-decoration: underline;
}

.overflow-anywhere {
    overflow-wrap: anywhere;
}

.d-none {
    display: none;
}

section {
    max-width: 400px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}

.profile-card {
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(101, 101, 101, 1);
    filter: drop-shadow(0 20px 13px rgba(255, 255, 255, 0.03)) drop-shadow(0 8px 5px rgba(255, 255, 255, 0.08));
    border-radius: 15px;
}

.profile-card .card-up {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-left: 10px;
    height: 168px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid rgba(101, 101, 101, 1);
}

.cover {
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid rgba(101, 101, 101, 1);
}

img {
    vertical-align: middle;
}

.img-fluid {
    max-width: 100%;
}

.profile-card .card-up img {
    height: 45%;
}

.gradient {
    background: linear-gradient(180deg,
            rgba(44, 44, 44, 1),
            rgba(57, 57, 57, 0)) !important;
}

.profile-card .avatar {
    width: 110px;
    height: 110px;
    margin-top: -40px;
    overflow: hidden;
    border: 3px solid rgba(101, 101, 101, 1);
    border-radius: 50%;
}

.profile-card .avatar img {
    width: 100%;
    height: 100%;
}

.rounded-circle {
    border-radius: 50% !important;
}

.text-center {
    text-align: center !important;
}

.card-body {
    flex: 1 1 auto;
    padding: 0.5rem 1rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 3rem !important;
}

.fw-600 {
    font-weight: 600;
}

.fw-800 {
    font-weight: 800;
}

.text-primary {
    color: rgba(215, 181, 109, 1);
}

.basic-info {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(169, 169, 169, 1);
}

ul {
    padding-left: 0;
    margin: 0;
}

li,
a {
    display: flex;
    text-decoration: none;
    color: rgba(215, 181, 109, 1);
}

a:hover {
    color: unset;
}

li {
    margin-bottom: 5px;
}

li i,
p {
    margin: 0;
    overflow-wrap: anywhere;
}

li i {
    font-size: 1.5rem;
    margin-right: 10px !important;
}

li p {
    font-size: 0.875rem;
    color: rgba(169, 169, 169, 1);
}

.box {
    width: 105px;
    height: 105px;
    margin: auto;
    /* border: 1px solid rgba(215, 181, 109, 1);
    border-radius: 15px; */
    font-size: 2rem;
}

.box-gold {
    width: 95px;
    height: 95px;
    border: 1px solid rgba(215, 181, 109, 1);
    border-radius: 15px;
    margin: 5px;
    font-size: 2rem;
}

.cursor-pointer {
    cursor: pointer;
}

.box-text {
    white-space: nowrap;
    font-size: 1rem;
}

.box-text-colurfull {
    white-space: nowrap;
    font-size: 1rem;
}

.box img {
    width: 80px;
    /* max-height: 32px; */
    height: 80px;
    border-radius: 15px;
}

.box-gold img {
    width: 60px;
    height: 60px;
    border-radius: 15px;
}

.modal-container {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 40px;
    overflow: auto;
}

.modal-container.open {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-header>* {
    margin: 0;
}

.modal-body {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 360px;
    background: linear-gradient(180deg,
            rgba(38, 38, 38, 1),
            rgba(13, 13, 13, 1));
    border-radius: 10px;
    border: 2px solid rgba(164, 164, 164, 0.1);
}

.close-modal {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 20px;
    top: 22px;
    cursor: pointer;
    border-radius: 100%;
    color: #fff;
    background-color: rgba(215, 181, 109, 1);
    text-align: center;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: rgba(129, 129, 129, 1);
    margin: 1rem 0;
}

.input-group {
    position: relative;
    margin: 0 0 15px;
}

.input {
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: rgb(234, 234, 234);
    padding: 12px 16px;
    font-size: 1rem;
    color: #222;
    outline: 0;
    transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.input-label {
    position: absolute;
    left: 15px;
    color: #fff;
    pointer-events: none;
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    top: 50%;
    transform: translateY(-50%);
    line-height: normal;
}

.btn {
    padding: 3% 5%;
    margin: 4% 0;
    border: none;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    background: linear-gradient(180deg,
            rgba(215, 181, 109, 1),
            rgba(160, 123, 43, 1));
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
}

/* .btn-outlined {
    flex: 1;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    background: #fff;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
} */

.btn:hover {
    background: linear-gradient(180deg,
            rgba(160, 123, 43, 1),
            rgba(215, 181, 109, 1));
}

.btn-outlined {
    padding: 3% 5%;
    border-radius: 10px;
    border: 2px solid rgba(215, 181, 109, 1);
    background: rgba(0, 0, 0, 1);
    color: rgba(215, 181, 109, 1);
    cursor: pointer;
    font-weight: 700;
}

.btn-outlined-circle {
    padding: 2.5%;
    border-radius: 100%;
    border: 2px solid rgba(215, 181, 109, 1);
    background: rgba(0, 0, 0, 1);
    color: rgba(215, 181, 109, 1);
    cursor: pointer;
    font-size: 1rem;
}

.logo {
    align-self: center;
}

.logo img {
    max-width: 150px;
}

.text-small {
    font-size: 0.8rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-l {
    font-size: 0.9rem;
    line-height: 1.75rem;
}

.card-tile {
    background: rgba(35, 33, 33, 1);
    filter: drop-shadow(0 20px 13px rgba(255, 255, 255, 0.03)) drop-shadow(0 8px 5px rgba(255, 255, 255, 0.08));
}

.card-tile .text-small {
    font-size: 0.8rem;
    line-height: 1.25rem;
}

.apk-icon {
    gap: 6px;
    border-radius: 11px;
}

@media (max-width: 450px) {
    section {
        max-width: 100%;
    }

    .profile-card {
        border: none;
        border-radius: 0;
        filter: none;
    }

    .profile-card .card-up {
        border-radius: 0;
    }
}

@media (min-width: 576px) {
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

@media (max-width: 576px) {
    .profile-card {
        border-radius: 0;
    }

    .profile-card .card-up {
        border-radius: 0;
    }
}

@media (max-width: 356px) {
    .btn-outlined {
        width: 100%;
        margin: 5px 0 !important;
    }
}