.global-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    height: 46px;
    position: relative;
    width: 100%;
}
.global-nav-inner {
    background: #fff;
    height: 46px;
}
@media screen and (max-width: 1190px) {
    .global-nav .container {
        min-width: 590px;
    }
}
.global-nav .container {
    max-width: 1200px;
    text-align: center;
    width: auto;
}
.container {
    display: flex;
    align-items: center;
}
.nav {
    margin-right: 12px;
    text-align: left;
}
.Icon {
    float: left;
    margin: 0px 0 0 4px;
    width: 58px;
    height: 38px;
}
.pull-right {
    flex: 1;
    float: right;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 20px;
}
.search-input {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding: 5px 27px 6px 12px;
    font-size: 12px;
    line-height: 1;
    color: #292f33;
    background-color: #f5f8fa;
    border: 1px solid #e1e8ed;
    border-radius: 21px;
    transition: all 0.2s ease-in-out;
}
.nav-account-action {
    color: #66757f;
    cursor: pointer;
}
.nav-account-action:hover {
    color: #66757f;
    text-decoration: underline;
}
#nav-user {
    width: 34px;
    height: 34px;
    border-radius: 4px;
    cursor: pointer;
}
.nav-navigation {
    margin-left: 18px;
    height: 46px;
    display: flex;
    gap: 24px;
    align-items: center;
}
.nav-loc {
    height: 100%;
    display: flex;
    align-items: center;
    color: #66757f;
    box-sizing: border-box;
    border-top: 4px solid #ffffffff;
    border-bottom: 4px solid #ffffffff;
    padding: 0 6px;
}
.nav-loc:hover {
    text-decoration: none;
    color: #55acee;
}
.nav-loc i {
    font-size: 18px;
}
.nav-loc-cur {
    border-bottom: 4px solid #55acee !important;
}
#nav-compose {
    width: fit-content;
    height: 34px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3b88c3;
    background-color: #55acee;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    font-size: 14px;
}
#nav-compose:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
}
#user-options {
    position: absolute;
    top: 47px;
    right: calc((100vw - 1200px) / 6);
    width: 140px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    background-color: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    box-sizing: border-box;
}
#user-options a {
    width: 100%;
    background-color: #fff;
    padding: 6px;
    font-size: 12px;
    color: #292f33 !important;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}
#user-options a:hover {
    background-color: #c4c4c4;
    text-decoration: none;
}
