.location-frame {
    display: flex;
    width: 100vw;
    height: 80px;
    justify-content: center;
    align-items: center;
    position: fixed;
    border-radius: 0px 0px 16px 16px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	z-index: 999;
}

.location {
    display: flex;
    width: 120px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid #2F394E;
    background: #FFF;
}

.location-title {
    background-color: white;
    appearance: none;
    border: none;
    outline: none;
    color: #2F394E;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.036px;
}

.bottom-nav {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100vw;
    height: 80px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 16px 16px 0px 0px;
    background: #FFF;
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.25);
	z-index: 999;
}

.nav {
    color: #2F394E;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.036px;
    text-decoration: none;
}

.bold {
	font-weight: bold;
}

.nav_btn_frame {
	min-width: 65px;
    text-align: center;
}