
:root {
    --background: #000;
    --text: #fff;
}
 
body {
    font-family: "Outfit" !important;
    font-style: normal !important;
    font-size: 14px !important;
    background-color: var(--background);
    color: var(--text);
    overflow-x: hidden;
    height: 100%;
}

a {
    color: #F8D176;
    text-decoration: underline;
}
a:hover {
    color: #D9AE56;
    text-decoration: underline;
}
.nav-link{
    color: var(--text);
    text-decoration: none;
}

.nav-link:hover {
    color: var(--text);
    text-decoration: none;
}


.bg-transparent {
    background-color: transparent !important;
    color: var(--text) !important;
}

.bg-dark {
    background-color: var(--background) !important;
    color: var(--text) !important;
}


@media (min-width: 992px) {
    .navbar-brand {
        margin-right: 30px;
        flex-grow: 0 !important;
    }
}

.navbar .navbar-brand {
    color: var(--text);
    font-weight: bold;
}
.navbar .navbar-toggler i {
    color: var(--text);
}

.navbar .navbar-nav .nav-item .nav-link {
    font-weight: bold;
    font-size: 14px;
    color: rgba(255,255,255, 0.30);
}

.navbar .navbar-nav .nav-item.active .nav-link {
    font-weight: 700;
    font-size: 14px;
    color: var(--text);
}

.navbar .navbar-nav .nav-item {
    margin-right: 20px;
}

.btn-z-glass, .btn-success {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(33.85px);
    color: var(--text);
    border-radius: 20px;
    font-weight: bold;
    text-shadow: none !important;
}
.btn-success:hover, .btn-z-glass:hover, 
.btn-success:active, .btn-z-glass:active, 
.btn-success:focus, .btn-z-glass:focus
{
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(33.85px);
    color: var(--text);
}

.dropdown-menu {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(33.85px);
}
.dropdown-item {
    color: var(--text);
}

.dropdown-item.active, .dropdown-item:active {
    background: rgba(255, 255, 255, 0.16);
    font-weight: bold;
}

.pill-basket {
    background-color: var(--text);
    color: var(--background);
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    padding: 10px;
}

.btn-z-glass:hover .pill-basket, 
.btn-z-glass:active .pill-basket, 
.btn-z-glass:focus .pill-basket
{
    background-color: var(--background);
    color: var(--text);
}

.hero-text {
    font-size: 96px;
    font-weight: bold;
}
.hero-headline {
    font-size: 16px;
    font-weight: bold;
}

.hero-message-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: 0px 0px 18.3px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(7.55px);
    /* filter: blur(7.55px); */
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 6px;

}

.hero-message-text {
    color: var(--text);
    font-size: 40px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.69);
    font-weight: bold;
}

.glass-box {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(33.85px);
    border-radius: 20px;
    padding: 20px;
}
.glass-box-outline {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 20px;
}

.glass-box-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.glass-box-item .description {
    font-weight: 500;
    font-size: 16px;
}

.glass-box-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.glass-box-title .title {
    color: var(--text);
    font-weight: bold;
    font-size: 28px;
}

.glass-box-title .icon {
    display: flex;
    justify-content: center;
    align-items: center;

    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(33.85px);
    border-radius: 5px;
    padding: 5px;
    font-size: 20px;
    width: 34px;
    height: 34px;
}

.section-title {
    font-weight: bold;
    font-size: 46px;
}

.recent-payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px
}

.recent-payments .glass-box {
    display: flex;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(33.85px);
    border-radius: 20px;
    padding: 10px;
}
.recent-payments .glass-box img {
    border-radius: 10px;
}

.newest-resources {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.glass-box {
    display: flex;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(33.85px);
    border-radius: 20px;
    flex-direction: column;
}

.glass-box-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden; 
}

.glass-box-details .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.glass-box-details .title p {
    font-weight: bold;
    font-size: 26px;
}
.glass-box-details .title span {
    font-weight: bold;
    font-size: 28px;
}

.glass-box-details .description {
    font-size: 16px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.40);
    text-overflow: ellipsis;
    overflow: hidden; 
    width: fit-content;
    height: 30px; 
    white-space: nowrap;
}

.glass-box-details .price {
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.resources-image {
    width: 100%;
    position: relative;
}

.light-container {
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: -1;
    opacity: 0;
    animation: 4s ease-out 0s 1 normal forwards running animation-1fb29g;
    bottom: 0px;
}


@keyframes animation-1fb29g {
    0% {
        opacity: 0;
        transform: scale(0.2);
        animation-timing-function: cubic-bezier(0.74, 0.25, 0.76, 1);
    }
    10% {
        opacity: 1;
        transform: scale(1);
        animation-timing-function: cubic-bezier(0.12, 0.01, 0.08, 0.99);
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

.lights {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 96em;
    left: 0px;
}

.lights::before {
    height: 0px;
    content: "";
    display: block;
    padding-bottom: 100%;
}

.lights>*:not(style) {
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.light {
    background-image: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background-blend-mode: saturation;
    opacity: 1;
    overflow: hidden;
    pointer-events: none;
    object-fit: cover;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    transform: translate3d(0, 0, 0);
}
.page-title > div {
    font-weight: bold;
}

.footer {
    background: rgba(255, 255, 255, 0.04);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(33.85px);
    color: var(--text) !important;
}

.login-headtext {
    font-weight: bold;
    color: var(--text);
    font-size: 36px;
}
.login-secondtext {
    color: var(--text);
    font-size: 16px;
    font-weight: normal;
}

input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="file"], 
input[type="number"], 
select {
    width: 100%;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(33.85px);
    border-radius: 20px;
    color: var(--textColor);
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="password"]:focus, 
input[type="file"]:focus, 
input[type="number"]:focus,
select:focus {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(33.85px);
    border-radius: 20px;
}

input[type="text"]:disabled {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(33.85px);
    border-radius: 20px;
}

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

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

.form-control::placeholder{
    color: rgba(255,255,255,0.5);
}