html,
body {
    background: #101010;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

@font-face {
    font-family: lato-light;
    src: url(fonts/Lato-Light.ttf);
}

@font-face {
    font-family: lato-regular;
    src: url(fonts/Lato-Regular.ttf);
}

.main {
    display: flex;
    height: 100%;
    color: white;
    font-family: 'lato-regular';
    font-size: 16px;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
}

.logo-image {
    max-width: 120px;
    min-width: 50px;
    width: 5vw;
    padding: 20px;
}


.container {
    display: flex;
    z-index: 2;
    top: 50%;
    left: 50%;
    text-align: center;
    background: #121212;
    border: 2px solid #1f1f1f;
    border-radius: 14px;
    min-width: 25em;
    padding: 2rem;
    margin: 20px;
    flex-direction: column;
    align-items: center;
    align-content: center;
    overflow: hidden;
    justify-content: flex-start;
    width: 70%;
    max-width: 70rem;
    min-height: 50vh;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 12px;
    background: #191919;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: #272727;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #272727d6;
}


.bg-text {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateX(52%) translateY(-50%);
    text-align: center;
    color: white;
}

button,
input[type="submit"],
input[type="reset"] {
    background: #121212;
    transition: all 0.5s ease-out;
    border: 2px solid #1f1f1f;
    border-radius: 8px;
    padding: 10px;
    padding-left: 38px;
    padding-right: 38px;
    color: inherit;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 40px;
    min-width: 165px;
}

button:focus,
input[type="submit"],
input[type="reset"] {
    background: #121212;
    border: 2px solid #1f1f1f;
    border-radius: 8px;
    padding: 10px;
    padding-left: 38px;
    padding-right: 38px;
    color: inherit;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

input[type="submit"]:hover {
    border: 2px solid #272727;
}

button:hover {
    border: 2px solid #272727;
}

input {
    background-color: #121212;
    border: 2px solid #1f1f1f;
    width: 200px;
    padding: 10px;
    border-radius: 8px;
    color: #4a4a4a;
}

input:focus-visible {
    border: 2px solid #272727;
    color: #919191;
    outline: none;
}

form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.navbar {
    border-bottom: 1px solid #272727;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: row;
    position: relative;
    padding-top: 15px;
    padding-bottom: 30px;
}

.navbar-user {
    position: absolute;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    gap: 15px;
    right: 0;
}

.navbar-user-icon {
    border-radius: 100%;
    max-height: 150px;
    height: 3vw;
    margin-bottom: 5px;
    aspect-ratio: 1;
    object-fit: cover;
}

.logo-navbar {
    max-width: 120px;
    min-width: 20px;
    width: 3vw;
}

.logo-navbar-section {
    position: absolute;
    left: 0;
}

.nav-text {
    margin: 15px;
}

a {
    color: white;
    text-decoration: none;
    font-family: sans-serif;
}

.pagination {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.active-text {
    color: #ffffff;
    ;
}

.inactive-text {
    color: #4a4a4a;
}

th {
    border: none;
    border-bottom: 1px solid grey;
}

table {
    width: 100%;
    padding-bottom: 20px;
}


.user-title {
    margin-bottom: -15px;
    z-index: 2;
}

.variable-container {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    overflow-y: auto;
    flex: 1;
    padding-right: 15px;
}

.child-left {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start
}

.content-card {
    display: flex;
    margin-top: 1vw;
    flex-direction: column;
    justify-content: space-between;
}


.content-card-box {
    display: flex;
    background-color: #151515;
    border: 2px solid #1f1f1f;
    border-radius: 14px;
    padding: 22px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.child-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    height: 100%;
    justify-content: flex-start;
}


.profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.user-icon {
    border-radius: 100%;
    max-height: 150px;
    height: 6vw;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

a.buy-with-crypto {
    background: #191919 !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 10px !important;
    padding-left: 38px !important;
    padding-right: 38px !important;
    color: inherit !important;
    font: inherit !important;
    cursor: pointer !important;
    outline: inherit !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.header-text {
    font-size: 32px;
    margin: 0;
    margin-bottom: 10px;
}

h3 {
    margin: 0;
    margin-bottom: 12px;
    color: #fff666;
}

h4 {
    margin: 0;
}

.login-form {
    display: flex;
    height: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

div#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

div#overlay:hover {
    opacity: 1;
}

.profile-picture {
    position: relative;
    display: inline-block;
}

.popup,
.plan-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #121212;
    border: 2px solid #1f1f1f;
    border-radius: 14px;
    padding: 35px;
    display: none;
    z-index: 1000;
    flex-direction: column;
    align-content: center;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.cards-containter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.card {
    background: #1f1f1f;
    transition: all 0.5s ease-out;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 280px;
    padding: 0px 0px 14px;
    border: 1px solid #62626200;
}

.card.selected {
    border: 1px solid #707070;
    box-shadow: 0px 0px 30px #4949497a;
}

.card-title {
    width: 105%;
    background: #272727;
    /* box-shadow: 0px 0px 20px #fff666;
    color: #fff666; */
}

.card-body {
    margin-left: 14px;
    margin-right: 14px;
    height: 120px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999;
}

.popup-container {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #272727;
    border-radius: 12px;
    display: inline-block;
    padding: 60px 60px;
    cursor: pointer;
}

.members-body {
    display: flex;
    width: 100%;
    overflow: auto;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.mini-user {
    display: flex;
    border-radius: 14px;
    min-width: 80%;
    padding: 1rem;
    background-color: #191919;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border: 2px solid #1f1f1f;
}

.search-bar {
    margin-bottom: 15px;
    background-color: #272727;
    padding: 10px;
    width: 30%;
    border-radius: 15px;
}

.mini-profile-category {
    display: flex;
    height: 100%;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #272727;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    min-width: 20%;
    display: inline;
}

ul {
    list-style: none;
    padding: 0px;
}

.input-wrapper {
    display: flex;
    position: relative;
    width: 200px;
    margin-top: 20px;
}

.input-wrapper input {
    background-color: #272727;
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    color: #4a4a4a;
    font: inherit;
}

.input-wrapper input:focus-visible {
    border: none;
    color: #919191;
    outline: none;
}

.input-wrapper label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #4a4a4a;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.input-wrapper input:focus+label,
.input-wrapper input:not(:placeholder-shown)+label {
    opacity: 0;
}