
.hamburger {
    width: 20px;
    margin-right: 14px;
}

.hamburger svg {
    stroke: rgba(230, 230, 230, 0.8);
    height: 100%;
}

.disableTransition {
    transition: none !important;
}
.bottomLedge {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: -webkit-sticky !important;
    position: sticky !important;
    float: left;
    transform: none !important;
    z-index: 1500 !important;
    top: 10px !important;
    bottom: unset !important;
    transition: none !important;
}

.topLedge {
    box-shadow: rgba(0, 0, 0, 0.24) 0px -3px 8px;
    position: -webkit-sticky !important;
    position: sticky !important;
    float: left;
    transform: none !important;
    z-index: 1500 !important;
    top: calc(100dvh - (100vw * 0.66) - 12.75dvh) !important;
    transition: none !important;
}

.top-nav-bar {
    min-height: 32px;
    background-color: rgba(12, 12, 12, 0.93);
    border-bottom-style: solid;
    border-bottom-width: 0.5px;
    border-bottom-color: #1f1f1fc5;
    box-shadow: 0 -8px 30px 0px rgba(0, 0, 0, 0.90), 0 0px 4px .2px rgba(3, 3, 3, 0.5);
    -webkit-backdrop-filter: blur(1.5em);
    backdrop-filter: blur(1.5em);
    width: 100%;
    position: fixed;
    top: 0;
    height: 5vh;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    align-items: center;
}

.top-nav-right {
    display: flex;
    align-items: center;
    height: 100%;
}

.top-logo {
    margin: 5px 0 0 20px;
    height: 90%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-logo svg {
    height: 75%;
    width: auto;
}

.top-logo-wordmark {
    font-family: 'Geist Black';
    font-size: 22px;
    letter-spacing: 0.22em;
    background:
        repeating-linear-gradient(
            to bottom,
            transparent 0px,
            transparent 4px,
            rgba(12, 12, 12, 0.93) 4px,
            rgba(12, 12, 12, 0.93) 6px
        ),
        linear-gradient(135deg, #a89fff 0%, #7b6ff0 50%, #5237ed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 6px rgba(130, 110, 255, 0.45));
    transform: translateY(-2px);
}

.top-nav-bar-elem {
    height: 90%;
    aspect-ratio: 1;
}

.login-button {
    background: linear-gradient(rgb(77, 72, 228), rgb(90, 72, 228));
    box-sizing: content-box;
    font-family: 'Geist SemiBold';
    font-size: 16.5px;
    border: none;
    color: rgba(240, 240, 240, 0.850);
    border-radius: 3.5px;
    box-shadow: .75px .75px 3px 0.25px rgba(33, 33, 33, 0.4);
    margin-right: 24px;
    padding: 4px 18px;
}

.header-profile-icon img,
.header-profile-icon svg {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
    border-radius: 2px;
}

.header-profile-icon {
    /* background: linear-gradient(rgb(77, 72, 228), rgba(90, 72, 228, 0.732)); */
    height: 62%;
    aspect-ratio: 1;
    font-family: 'Geist SemiBold';
    font-size: 16.5px;
    border: none;
    color: rgba(240, 240, 240, 0.850);
    border-radius: 3px;
    /* box-shadow: .75px .75px 3px 0.25px rgba(33, 33, 33, 0.4); */
    margin-right: 25px;
}
