* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #F8F8FA;
    display: flex;
}

/* styling for boxes */

.sidebar {
    border-radius: 0.7em;
    height: 100vh;
    width: 17em;
    display: flex;
    justify-content: center;
}

.results-wrapper {
    display: none;
    background: #fff;
    border-radius: 0.7em;
    height: 93vh;
    width: 54em;
    align-self: center;
    margin-left: 2em;
    box-shadow: 0px 3px 22px rgba(0,0,0,0.08);
}

.vendor-detail-wrapper {
    display: none;
    background: #fff;
    border-radius: 0.7em;
    height: 93vh;
    width: 41em;
    align-self: center;
    margin-left: 1.7em;
    box-shadow: 0px 3px 22px rgba(0,0,0,0.08);
}

.profile-div {
    display: none;
    background: #fff;
    border-radius: 0.7em;
    height: 93vh;
    width: 41em;
    align-self: center;
    margin-left: 1.7em;
    box-shadow: 0px 3px 22px rgba(0,0,0,0.08);
}

.box-header {
    background: #293241;
    width: 100%;
    border-radius: 0.7em 0.7em 0em 0em;
    display: inline-block;
    vertical-align: top;
}

.header-title {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 0.9em;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
    margin-left: 1.3em;
    font-weight: 400;
}

/* sidebar styling */
.sidebar-container {
    height: 100%;
    width: 85%;
    margin-left: 1.4em;

}

.name {
    font-family: 'Poppins', sans-serif;
    color: rgb(22, 22, 22);
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 2.7em;
}

.main-nav {
    margin-top: 6em;
}

.nav-options {
    display:flex;
    margin-top: 0.2em;
    border-radius: 0.5em;
    width: 14em;
    height: 3.3em;
    padding-left: 0.8em;
    transition: ease-in-out 0.15s;
}

.nav-options:hover {
    background: #FFCDC1;
    cursor: pointer;
}

.search-icon {
    display: inline-block;
    height: auto;
    width: 1.6em;
    align-self: center;
    transition: ease-in-out 0.15s;
}

.search-icon > g > g {
    transition: ease-in-out 0.15s;
}

.search-icon > g > line {
    transition: ease-in-out 0.15s;
}

/* search icon hover */
.nav-options:hover > .search-icon > g > g  {
    stroke: #EE6C4D;
}

.nav-options:hover > .search-icon > g > line  {
    stroke: #EE6C4D;
}

.nav-options:hover > h1 {
    color: #EE6C4D;
}

.nav-options:hover > h1 {
    color: #EE6C4D;
}

.map-icon {
    display: inline-block;
    height: auto;
    width: 1.2em;
    align-self: center;
    margin-left: 5px;
}

.map-icon > g > #Path_1  {
    transition: ease-in-out 0.15s;
}

.map-icon > g > #Path_2{
    transition: ease-in-out 0.15s;
}

/* map-icon hover */
.nav-options:hover > .map-icon > g > #Path_1  {
    fill: #EE6C4D;
}

.nav-options:hover > .map-icon > g > #Path_2  {
    fill: #ff9f8a;
}

.profile-icon {
    display: inline-block;
    height: auto;
    width: 1.2em;
    align-self: center;
    margin-left: 5px;
}

/* profile-icon hover */

.profile-icon > g > g > * {
    transition: ease-in-out 0.15s;
}

.nav-options:hover > .profile-icon > g > g > * {
    fill: #EE6C4D;;
}

.nav-title {
    position: absolute;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    color: rgb(53, 53, 53);
    font-size: 1.0em;
    font-weight: 500;
    margin-left: 3em;
    align-self: center;
    margin-top: 0.2em;
    transition: ease-in-out 0.15s;
}

.nav-options:hover > h1 {
    color: #EE6C4D;
}

.settings {
    position: absolute;
    font-family: 'Poppins', sans-serif;
    color: rgb(110, 110, 110);
    font-size: .8em;
    font-weight: 500;
    bottom: 5em;
    left: 5em;
    transition: ease-in-out 0.15s;
}

.settings:hover {
    cursor: pointer;
    color: rgb(73, 73, 73);
}

.googleAuth {
   
    border: 0;
    background: #de5246;
    padding: 0.8em 2em .8em 2em;
    border-radius: .7em;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: .8em;
    font-weight: 500;
    margin-top: 3em;
    transition: ease-in-out 0.15s;
    margin-left: 1em
}

.googleAuth:hover {
    background: #ca3729;
    cursor: pointer;
}

.signOut {
    display: none;
    border: 0;
    background: #3d5a80;
    padding: 0.8em 2em .8em 2em;
    border-radius: .7em;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: .8em;
    font-weight: 500;
    margin-top: 3em;
    transition: ease-in-out 0.15s;
    margin-left: 1em
}

.signOut:hover {
    background: #264d80;
    cursor: pointer;
}

/* profile page styling */
.profile-container {
    height: 44em;
    width: 85%;
    margin-left: 3em;
    margin-top: 3em;
}

.pf-header {
    display: flex;
}

.pfp {
    display: inline-block;
    border-radius: 50% ;
    align-self: center;
}

.pf-email {
    display: inline;
    font-family: 'Poppins', sans-serif;
    color: rgb(53, 53, 53);
    font-size: 1.3em;
    font-weight: 500;
    margin-left: 2em;
    align-self: center;
}

.pf-form {
    margin-top: 3em;
}

.pf-div {
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
}

.pf {
    display: inline;
    font-family: 'Poppins', sans-serif;
    color: rgb(53, 53, 53);
    font-size: .9em;
    font-weight: 500;
    word-wrap: break-word;
    max-width: 10em;
    align-self: center;
}

.pf-input {
    display: inline-block;
    border-radius: .7em;
    padding: 0.8em;
    width: 23em;
    border: 0;
    outline: none;
    background: #293241;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: .9em;
    align-self: center;
}

#desc-input, #stg-input-vendor {
    resize: none;
}

#map {
    width: 98em;
    height: 100vh;
    margin-left: 2em;
}

.map-search {
    border: 0;
    outline: none;
    position: absolute;
    background: #fff;
    width: 40em;
    padding: 0.8em;
    padding-left: 1.7em;
    z-index: 3;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #293241;
    border-radius: 2em;
    left: 40%;
    right: 50%;
    top: 4em;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

.search-wrapper {
    margin: 3em;
}

.search-div {
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
}

.location-input {
    position: relative;
    border-radius: 2em;
    padding: 0.8em;
    padding-right: 1em;
    width: 40em;
    border: 0;
    outline: none;
    background: #293241;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: .9em;
    align-self: center;
}

.location-input[type=text] {
    padding-left: 2em;
}

.distance-input {
    position: absolute;
    border-radius: 2em;
    padding: 0.8em;
    width: 3em;
    border: 0;
    outline: none;
    background: #293241;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: .9em;
    align-self: center;
    left: 35em;
}

.distance-input[type=text] {
    text-align: center;
}

.results-title {
    font-family: 'Poppins', sans-serif;
    color: rgb(53, 53, 53);
    font-size: 1em;
    font-weight: 500;
    word-wrap: break-word;
    max-width: 10em;
    align-self: center;
}

.distance-title {
    flex-shrink: 3;
}

.btn {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    border-radius: 2em;
    background-color: #EE6C4D;
    border: 0;
    width: 12em;
    padding: 1em;
    transition: ease-in-out .15s;
    float: right;
    margin-top: 3em;
    font-weight: 500;
}

.btn:hover {
    background-color: #c75538;
    cursor: pointer;
}

.search-button {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;
    border-radius: 2em;
    background-color: #EE6C4D;
    border: 0;
    width: 12em;
    padding: 1em;
    transition: ease-in-out .15s;
}

.search-button:hover {
    background-color: #bb4629;
    cursor: pointer;
}

.result-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 5em;
    row-gap: 3em;
}

.results {
    font-family: 'Poppins', sans-serif;
    color: rgb(22, 22, 22);
    font-size: 1.3em;
    font-weight: 700;
    margin-top: 2.7em;
    margin-bottom: 1.7em;
}

.result-entry {
    display: inline-block;
    width: 22em;
    height: 11em;
    background: #fff;
    border-radius: 1em;
    border: 0.1em solid #DCDCDC;
    margin-right: 1em;
    transition: ease-in-out 0.1s;
    margin-bottom: 1.3em;
}

.result-img {
    margin-top: 1em;
    margin-left: 1em;
    border-radius: 0.7em;
    width: 20em;
    height: 5em;
    object-fit: cover;
}

.vendor-name {
    font-family: 'Poppins', sans-serif;
    color: rgb(22, 22, 22);
    font-size: 1em;
    font-weight: 500;
    margin-top: 1em;
    margin-left: 1em;   
}

.location {
    font-family: 'Poppins', sans-serif;
    color: rgb(100, 100, 100);
    font-size: .7em;
    font-weight: 500;
    margin-left: 1.3em;
}

.result-entry:hover {
    border: 0.1em solid #ff9b48;
    cursor: pointer;
}

.details-img {
    border-radius: 0.9em;
    width: 38em;
    height: 20em;
    object-fit: cover;
    margin-top: 1.5em;
    margin-left: 1.5em;
}

.details-title {
    font-family: 'Poppins', sans-serif;
    color: rgb(22, 22, 22);
    font-size: 1.3em;
    font-weight: 500;
    margin-top: 2.7em;
    margin-left: 2.5em;
}

.details-location {
    font-family: 'Poppins', sans-serif;
    color: rgb(100, 100, 100);
    font-size: .9em;
    font-weight: 500;
    margin-left: 3.7em;
    margin-top: .2em;
    margin-bottom: 2em;
}

.phone-div {
    display: flex;
    width: 20em;
    margin-left: 3.2em; 
    margin-bottom: 1em;
    align-items: center;
}

.phone-svg {
    display: none;
    align-self: center;
    width: auto;
    height: 1.6em;
}

.phone-number {
    font-family: 'Poppins', sans-serif;
    color: rgb(22, 22, 22);
    font-size: 1.3em;
    font-weight: 500;
    margin-left: 1.5em;
    align-self: center;
    vertical-align: middle;
}

.email-div {
    display: flex;
    width: 20em;
    margin-left: 3.2em; 
    margin-bottom: 1em;
    margin-bottom: 1.5em;
}

.email-svg {
    display: none;
    align-self: center;
    width: auto;
    height: 1.6em;
}

.email {
    font-family: 'Poppins', sans-serif;
    color: rgb(22, 22, 22);
    font-size: 1.3em;
    font-weight: 500;;
    margin-left: 1.5em;
    align-self: center;
    vertical-align: middle;
}

.vendor-desc {
    width: 38em;
    font-family: 'Poppins', sans-serif;
    color: rgb(22, 22, 22);
    font-size: .9em;
    font-weight: 400;;
    margin-left: 3.4em;
}

.drum {
    fill: rgb(110, 110, 110);
    width: 1.7em;
    height: auto;
}

.drum > * {
    fill: rgb(83, 83, 83);
    transition: ease-in-out 0.15s ;
}

.nav-options:hover > .drum > * {
    fill: #EE6C4D;
}

.create-div {
    background: #fff;
    border-radius: 0.7em;
    height: 93vh;
    width: 41em;
    align-self: center;
    margin-left: 1.7em;
    box-shadow: 0px 3px 22px rgba(0,0,0,0.08);
}