.page_inner {
    background-color: #f2f4f7;
}

#top_page {
    height: 10vh;
    min-height: 50px;
    z-index: 50;
}

.current-nav {
    border-bottom: 2px solid rgba(61, 61, 61, 1);
    color: black !important;
}

.search-icon {
    color: rgba(61, 61, 61, 1);
    font-size: 1.5rem;
}

.custom-navbar-text {
    font-family: 'KGHAPPYSolid', sans-serif;

    font-style: normal;
    font-size: 16px;
    color: #8B8B8B;
}

.custom-navbar-text a {
    color: #8B8B8B;
}

.custom-navbar-text:hover {
    text-decoration: none;
    text-transform: none;
    color: #8B8B8B;
}

.dark-button-text {
    color: rgba(252, 252, 252, 1) !important;
}

.dropdown-menu i {
    font-size: 1.5rem;
    margin-right: 10px;
    top: 3px;
    position: relative;
}

#accountDropdown {
    border-radius: 10px;
    border-width: 1px;
    border-color: #3E3E3E;
}

#accountDropdown img {
    height: 24px;
    width: 24px;
    color: #8B8B8B;
    margin-right: 10px;
}

#accountDropdown a {
    font-family: 'Poppins-SemiBold', sans-serif;
    font-style: normal;
    font-size: 16px;
    color: #8B8B8B;
    letter-spacing: 1px;
}

#accountDropdown a:hover {
    color: black !important;
}

#accountDropdown a:not(:first-child) {
    margin-top: 10px;
}

.filter-grey img {
    filter: invert(59%) sepia(3%) saturate(17%) hue-rotate(336deg) brightness(93%) contrast(90%);
}

.filter-grey:hover {
    filter: invert(0%) sepia(100%) saturate(7445%) hue-rotate(42deg) brightness(101%) contrast(99%) !important;
}

.filter-grey:hover img {
    filter: inherit;
}

.flex-modal-container {
    display: flex;
    flex-direction: column;
}

#modal-content-row, #register_content, #login_content {
    flex-grow: inherit;
}

#loginModalContent #modal-header-row {
    justify-content: end;
}

#modal-header-row i {
    font-size: 3rem;
    -webkit-text-stroke: 2px white;
    fill: #3E3E3E;
    color: #3E3E3E !important;
}

#modal-header-row i:hover {
    font-weight: bold;
    -webkit-text-stroke: 0 white;
}

#auth_modal_header {
    font: normal normal normal 32px/42px 'KGHAPPYSolid';
    letter-spacing: 0;
    color: #3D3D3D;
}

.yellow-auth-txt {
    font: normal normal 600 16px/26px 'Poppins-SemiBold';
    letter-spacing: 0;
    color: #F1BE41;
}

.black-auth-txt {
    font: normal normal bold 16px/26px 'Poppins-Bold';
    letter-spacing: 0;
    color: #3D3D3D;
}

.auth-modal-button {
    border-radius: 0 !important;
    margin-bottom: 20px;
}

.hidden {
    display: none;
}

.login-img-col {
    width: 100%;
    align-self: center;
}

#loginModalContent {
    left: 20%;
    right: 20%;
    top: 15%;
    height: auto !important;
    width: auto !important;
}

#loginModalContent .modal-content {
    border-radius: 50px;
}

#sidebar_login_link_small {
    display: none;
}

#navbar_login_link_small {
    display: none;
}

#navbar_li_large {
    margin-right: 3rem;
}

#navbar-brand-name {
    margin-left: 3rem;
    position: relative;
    height: 100%;
}

#navbar-brand-name img {
    height: 180%;
    min-height: 100px;
    position: relative;
    bottom: 20px;
}

.sidebar-toggler-link {
    align-self: flex-end;
    padding-bottom: 3rem;
    padding-right: 1.5rem;
}

#loginModalContent .modal-content {
    border-width: 2px;
    border-color: #3E3E3E;
}

.content-swap-text {
    margin-bottom: 1.5rem;
}

#close-auth-modal {
    z-index: 5;
}

@media (max-width: 840px) {
    .login-img-col {
        display: none;
    }

    #loginModalContent {
        left: 8%;
        right: 8%;
    }

    #loginModalContent .modal-content {
        border-radius: 0;
    }

    #modal-content-row .form-grid-wrapper {
        margin-left: 10% !important;
    }

    #modal-content-row {
        text-align: center;
    }

    #modal-content-row .content-swap-text, #modal-content-row #auth_modal_header, #modal-content-row .forgot-password {
        margin-right: 10%;
    }
}

@media (max-width: 400px) {
    #loginModalContent {
        top: 7.5%;
    }
}

@media (max-width: 666px) {
    #sidebar_login_link_large {
        display: none;
    }

    #sidebar_login_link_small {
        display: unset;
    }
}

@media (max-width: 1070px) {
    #navbar_login_link_large {
        display: none;
    }

    #navbar_login_link_small {
        display: unset;
    }

    #navbar_li_small {
        margin-right: 3rem;
    }

    #navbar_li_large {
        margin-right: unset;
    }

}

@media (max-height: 400px) {
    hr {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    #loginModalContent {
        top: -5%;
    }

    #modal-content-row {
        margin-top: -12%;
    }

    .content-swap-text {
        margin-bottom: 0.5rem !important;
    }

    .form-group {
        margin-bottom: unset !important;
    }

    #forgot-password-link {
        margin-top: 0.25rem !important;
        margin-bottom: 0.5rem !important
    }

    #auth_modal_header {
        margin-bottom: 0.5rem !important;
        font-size: 26px;
        line-height: 38px;
    }

    .auth-modal-button {
        margin-bottom: unset;
    }

    .sidebar-toggler-link {
        padding-bottom: 1rem;
    }
}

