
.person-icon .icon-frame {
    margin: 0;
}

.person-icon .text {
    padding: 3px 12px 0 4px;
    display: none;
}

.header .title .person-icon .text {
    padding: 0;
}

.person-icon .icon {
    height: 24px;
    width: 24px;
}

.person-icon .circle {
    padding-right: 0;
    background: #0005;
}

.person-icon .action-item {
    padding: 0;
}
.person-main{
    width: 13vw;
    height: 13vw;
    border: 0px solid #ffffffee;
    border-radius: 50%;
}
.person-icon {
    width: fit-content;
    height: fit-content;
    background: #ffffffee;
    border: 0px solid #ffffffee;
    border-radius: 1vw;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-right: -16px;
}
.request-info{
    display: flex;
    align-items: center;
    justify-content: center;
}
.request-info > img{
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
}
.title .person-icon {
    margin-right: 7px;
}

.title .person-icon {
    border: 1px solid black;
}

.dialog .card .card-people .circle,
.card-people .circle {
    background: #000000ee;
    border: 1px solid #ffffffee;
    border-radius: 3rem;
}

.dialog .card-people .circle, .card-people .circle .text {
    margin: 0 0 0 2px;
    padding-top: 0;
    font-size: 0.9rem;
    white-space: nowrap;
}

.dialog .card-people .circle {
    margin: 0;
    padding-top: 0;
}

.general-location,
.profile-form{
    display: flex;
    width: 100%;
    padding: 20px 0px 0px 0px;
}
.profile-form .action-button{
    margin-top: 0.5rem;
}
.profile-host .profile-page {

    /* height: auto; */
    /* padding: 2em; */
    /* justify-content: space-between; */
    /* margin: 0; */
    /* border: 0; */
    gap: 1em;
}

.profile-host button {
    border-radius: 1rem;
}

.profile-host .profile-nav {
    /* border: 1px solid black; */
    /* height: 15%; */
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.profile-host .profile-nav .choice {
    min-width: 49%;
}

.profile-host .button-nav {
    height: 2rem;
    width: 8rem;
    /* border: 1px solid black; */
    color: white;
    font-size: 1em;
}

.profile-host .button-nav.profile {
    background-color: #dd8800;
}

.profile-host .button-nav.settings {
    background-color: grey;
}

.profile-host .profile-connections {
    flex-direction: row;
    /* gap: 1em; */
    justify-content: space-between;
    margin: 1em 0;
}

/* .profile-host .connections-friends {
    flex-direction: column;
} */

.profile-host .friends-people {
    flex-direction: row;
}

.profile-host .profile-main {
    /* border: 1px solid black; */
    /* height: 30%; */
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 1em;
}

/* .profile-host .profile-main * {
    border: 1px solid red;
  } */

.profile-host .main-top {
    display: grid;
    grid-template-columns: 140px 12px 1fr;
}

.profile-host .main-headshot {
    grid-column: 1;
    height: inherit;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #DEDEDE;
    border-radius: 50vh;
    width: 80%;
    margin: 0 auto;
    padding: 1px;
}

.profile-host .main-headshot img {
    max-height: 13vw;
    min-height: auto;
    padding: 1px;
    border-radius: 50%;
    margin: 0 0 0 10vw;
}

.profile-host .headshot-location img {
    margin: 0;
}
.profile-host .headshot-info {
    /* width: 100%; */
    height: 100%;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.profile-host .headshot-name {
    font-weight: bold;
    word-wrap: break-word;
    width: 52vw;
    align-items: center;
}

.profile-host .headshot-location {
    flex-direction: row;
    /* font-size: 11px; */
    align-items: end;
}

.profile-host .headshot-location img {
    height: 16px;
}

/* .profile-host .main-options {
    grid-column: 3;
    display: grid;
    grid-template-rows: 1fr;
} */

.profile-host .options-badges {
    flex-direction: row;
    /* gap: 1em; */
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    font-size: 8px;
}

.profile-host .options-badges .badge {
    border: 1px solid black;
    width: 60px;
    height: 80%;
    justify-content: center;
}

.profile-host .options-guide {
    display: grid;
    grid-template-columns: 55% auto;
    text-align: center;
    justify-content: space-around;
}

.profile-host .guide-nav {
    row-gap: 5%;
}

.profile-host .nav-btn {
    /* border: 1px solid black; */
    background-color: #dd8800;
    justify-content: center;
    color: white;
    /* font-weight: bold; */
    padding: 0.5em;
    border-radius: 2px;
}


.profile-host .guide-others {
    flex-direction: row;
    column-gap: 4px;
}

.profile-host .guide-others img {
    height: 16px;
}

.profile-host .guide-others button {
    height: 20px;
    width: 24px;
}

.profile-host .others-landscape {
    grid-column: 2;
}

.profile-host .main-bottom {
    gap: 4px;
}

.profile-host .main-interests {
    display: block;
}

.profile-host .interests-item {
    font-size: 12px;
    background-color: #dd8800;
    width: fit-content;
    padding: 4px;
    border-radius: 2px;
    border: 1px solid grey;
}

.profile-host .profile-misc {
    /* border: 1px solid black; */
    height: 8rem;
    justify-content: center;
    align-items: center;
}

.profile-host .profile-page {
    width: 100%;
    gap: 1em;
}

.profile-host button {
    border-radius: 2rem;
}

.profile-host .link {
    color: blue;
    text-decoration: underline;

    background: none;
    border: none;
}

.profile-host .profile-icons {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #0004;
    padding: 3px;
    margin: 3px 0em;
    border-radius: 3px;
}

.profile-host .icon-group {
    flex-direction: row;
    gap: 1em;
}

.profile-host .icon {
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.profile-host .profile-icons img {
    height: 20px;
}

.profile-host .button-nav {
    height: 2rem;
    width: 8rem;
    color: white;
    font-size: 1em;
}

.profile-host .button-nav.profile {
    background-color: #dd8800;
}

.profile-host .button-nav.settings {
    background-color: grey;
}

.profile-host .profile-connections {
    flex-direction: row;
    justify-content: space-between;
    margin: 1em 0;
}

.profile-host .friends-people {
    flex-direction: row;
}

.profile-host .profile-main {
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 1em;
}

.profile-host .main-top {
    display: grid;
    grid-template-columns: auto 2px;
    /* border: 1px solid #0004; */
    padding: 3px;
    margin: 3px 0em;
    border-radius: 3px;
}

/* repeat code */
/* .profile-host .main-headshot {
    grid-column: 1;
    height: inherit;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #DEDEDE;
    border-radius: 50vh;
    padding: 5px 9px 5px 5px
} */


.profile-host .headshot-info {
    height: 100%;
    justify-content: center;
    gap: 4px;
    align-items: center;
}

.profile-host .headshot-name {
    font-weight: bold;
}

.profile-host .headshot-location {
    flex-direction: row;
    align-items: end;
}

.profile-host .headshot-location img {
    height: 1.3rem;
}

.profile-host .headshot-location span {
    white-space: nowrap;
}

/* .profile-host .main-options {
    grid-column: 3;
    display: grid;
    grid-template-rows: 1fr;
} */

.profile-host .options-badges {
    flex-direction: row;

    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    font-size: 8px;
}

.profile-host .options-badges .badge {
    border: 1px solid black;
    width: 60px;
    height: 80%;
    justify-content: center;
}

.profile-host .options-guide {
    display: grid;
    grid-template-columns: 55% auto;
    text-align: center;
    justify-content: space-around;
}

.profile-host .guide-nav {
    row-gap: 5%;
}

.profile-host .nav-btn {

    background-color: #dd8800;
    justify-content: center;
    color: white;

    padding: 0.5em;
    border-radius: 2px;
}

.profile-host .nav-link {
    text-decoration-color: black;
    color: blue;
    font-size: 8px;
    font-weight: bold;
    margin: .5em 0;
    background: none;
    border: none;
}

.profile-host .nav-link:hover {
    text-decoration: underline;
}

.profile-host .guide-others {
    flex-direction: column;
    column-gap: 4px;
}

.profile-host .guide-others img {
    height: 16px;
}

.profile-host .guide-others button {
    height: 20px;
    width: 24px;
}

.profile-host .others-landscape {
    grid-column: 2;
}

.profile-host .main-bottom {
    gap: 4px;
}

.profile-host .main-interests {
    display: block;
}
#suggestionList .main-interests,
#culinarySuggestionList .main-interests,
#musicSuggestionList .main-interests,
#otherSuggestionList .main-interests {
    display: block;
}
.profile-host .hash-tag {
    width: max-content;
    margin-right: 6px;
    font-size: 1em;
}

.profile-host .hash-tag.hidden {
    width: 0;
    margin-right: 0;
}

.profile-host .interests-item {
    font-size: 12px;
    background-color: #dd8800;
    width: fit-content;
    padding: 4px;
    border-radius: 2px;
    border: 1px solid grey;
}

.profile-host .profile-nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.profile-host .profile-nav .choice {
    min-width: 49%;
}

.profile-host .profile-misc {
    height: 8rem;
    justify-content: center;
    align-items: center;
}

.interest-list {
    display: block;
    padding: 5px;
}

.interest-list .hash-tag {
    width: auto;
    margin: 5px 1rem auto auto;
}