
.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: 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: 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(15, 15, 7, 0.975);
    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;
}
/* 
.top-logo svg { */
    /* -webkit-filter: drop-shadow(0px 0px .5px purple) drop-shadow(1px 1px .5px purple) drop-shadow(-1px -1px .5px purple) drop-shadow(1px -1px .5px purple) drop-shadow(-1px 1px .5px purple); */
    /* filter: drop-shadow(0px 0px .5px purple) drop-shadow(1px 1px .5px purple) drop-shadow(-1px -1px .5px purple) drop-shadow(1px -1px .5px purple) drop-shadow(-1px 1px .5px purple); */
/* } */

.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;
}
