
.taste-match {
    background-color: white;
    color: black;
    /* overflow: auto; */
    overflow: hidden;
}

div.hash-tag.selected {
    display: none;
}

.taste-match-underline {
    text-decoration: underline;
}

.taste-match-page {
    gap: 1rem;
}
.pane-content{
    /* margin-bottom: 100px; */
    overflow-y: scroll;
    height: max-content;
    padding-bottom: calc(40px + 4em);
    z-index: 0;
    /* position: absolute; */
    top: 0;
    max-height: calc(79vh - 4em + 40px);
}

/*.taste-match .page1 {*/
/*    min-height: calc(640px - (2 * 42px));*/
/*    gap: 48px;*/
/*}*/

/*.taste-match .page2,*/
/*.taste-match .page3,*/
/*.taste-match .page4,*/
/*.taste-match .page5,*/
/*.taste-match .page6 {*/
/*    min-height: calc(640px - (2 * 42px));*/
/*    gap: 52px;*/
/*}*/

.taste-match .progress-control {
   
    position: absolute;
    /* top: 0; */
    /* display: inline; */
    /* width: 100%; */
    position: relative;
    min-height: 19px;
    align-items: center;
    width: 95%;
    margin-bottom: 1rem;
}

/* .taste-match .progress-control hr {
    border: 1px solid #dd8800;
    width: 100%;
    position: absolute;
    top: 9px;
} */

.taste-match .progress-line {
    background-color: #FFEFD8;
    height: 3px;
    width: 98%;
    position: absolute;
    top: 8px;
    border-radius: 50vh;
    display: inline-block;
    /* flex-direction: row; */
}

/* .taste-match .progress-line .line-faded,
.taste-match .progress-line .line-full {

} */

.taste-match .progress-line .line-full {
    background-color: #dd8800;
    height: 100%;
    width: 100%;
    border-radius: 50vh;
    position: absolute;
    top: 0px;
}

.taste-match .progress-icon {
    height: 19px;
    width: 19px;
    position: absolute;
    display: block;
    top: -8px;
    left: -2px;
}

.taste-match .logo-control {
    justify-self: center;
    font-size: 30px;
    font-weight: bold;
    color: #dd8800;
    font-family: 'Averia Libre', sans-serif;
    text-align: center;
    gap: 12px;
}

.taste-match .slogan-control {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    /* margin: 48px 0 58px; */
    /* margin-bottom: 10px; */
    margin-bottom: 30px;
}

.taste-match .title-control {
    font-size: 1.25rem;
    font-weight: bold;
    /* margin: 48px 0 20px; */
    margin-bottom: 10px;
}

.taste-match .question-control {
    font-size: 1.2rem;
    color: #757575;
}

.taste-match .login-control {
    gap: 40px;
}

.taste-match .login-creds {
    gap: 12px;
}

.taste-match .login-buttons {
    gap: 8px;
}

.taste-match .login-control input {
    color: black;
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #B8B8B8;
    width: 100%;
    /* margin-top: 12px; */
    padding: 12px 0;
}

.taste-match input:focus {
    outline: none;
}

.taste-match .login-control input:focus {
    border-bottom: 1px solid black;
}

.taste-match .login-control input::placeholder {
    color: #B8B8B8;
    opacity: 1;
}

.taste-match .step-nav {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
}

.taste-match .pane-actions button {
    background-color: #dd8800;
    color: white;
    font-weight: bold;
    /* margin-top: 40px; */
    border: none;
    /*width: 100%;*/
    min-height: 4em;
    min-width: 4em;
    border-radius: 4em;
    padding: 1em;
}

.taste-match a,
.taste-match button {
    justify-content: center;
    align-items: center;
    display: flex;
}

.taste-match button.addButton {
    width:15%;
}
.taste-match button.addButton,
.taste-match button.show-less,
.taste-match button.show-more{
    display: inline-block;
    white-space: nowrap;
}
/* .tag-list.tag-results.tags button{
    display: none;
} */

.taste-match .login-control .submit-signin,
.taste-match .button-control .button-import {
    border-radius: 4px;
    background-color: #dd8800;
    color: white;
    font-weight: bold;
    /* margin-top: 40px; */
    border: none;
    width: 100%;
    height: 38px;
}

.taste-match .google-control,
.taste-match .button-control .button-skip {
    background-color: white;
    font-size: 14px;
    color: #8F8F8F;
    min-height: 38px;
    border: 2px solid #B8B8B8;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.taste-match .signup-control {
    /* border: 1px solid red; */
    min-height: 38px;

    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.taste-match .signup-control, .forgot-password {
    color: #B8B8B8;
}

.taste-match .signup-control .sign-up {
    color: #dd8800;
}

.taste-match .question-heading {
    margin-top: 0.5rem;
    gap: 0.5rem;
}

.taste-match .radio-control,
.taste-match .checkbox-control {
    /* margin-top: 52px; */
    font-size: 12px;
    gap: 14px;
    margin-bottom: 100px;
    flex-direction: row;
    flex-wrap: wrap;
}

.taste-match .radio-control input,
.taste-match .checkbox-control input {
    display: inline;
    opacity: 0;
    position: fixed;
    width: 0;
}

.taste-match label,
.taste-match .text-control input,
.taste-match .calender-control input {
    box-shadow: none;
    /* display: inline-block; */
    /* background-color: #ddd; */
    font-size: 12px;
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    /* height: 32px; */
    min-height: 32px;
    /* text-align: center; */
    line-height: 16px;
    color: #8F8F8F;
    padding: 0 20px 0 20px;
}

.taste-match label {
    display: flex;
    align-items: center;
}

.flatpickr-calendar * {
    flex-direction: row;
}

.taste-match .radio-control input:checked + label,
.taste-match .checkbox-control input:checked + label {
    background-color: #dd8800;
    color: white;
}

.taste-match .radio-control label:hover,
.taste-match .checkbox-control label:hover {
    border: 1px solid #dd8800;
    color: #dd8800;
}

/* .taste-match .radio-control input:focus + label {
    border: 1px dashed blue;
} */


.taste-match .text-control input:focus {
    border: 1px solid #dd8800;
}

.taste-match .dropbtn {
    background-color: white;
    border-radius: 16px;
    border: 1px solid #EAEAEA;
    color: #8F8F8F;
    min-height: 0;
    height: 32px;
    /* padding: 16px; */
    font-size: 12px;
    /* border: none; */
    cursor: pointer;
    width: 100%;
}

.taste-match .dropbtn:hover,
.taste-match .dropbtn:focus {
    border: 1px solid #dd8800;
    color: #dd8800;
}

.taste-match .dropdown-control {
    position: relative;
    display: inline-block;
    min-width: 100%;
}

.taste-match .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    max-height: 250px;
    overflow: auto;
}

.taste-match .dropdown-content p {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.taste-match .dropdown-content p:hover {
    background-color: #ddd;
}

.taste-match .show {
    display: block;
}

.taste-match .interests-list{
    gap:6px;
}

.taste-match .place-card {
    display: inline-block;
    padding: 4px;
    background-color: aquamarine;
    width: fit-content;
    border-radius: 4px;
    border: 1px solid grey;
}

.taste-match .known-places {
    gap: 1em;
}

.taste-match .known-place {
    flex-direction: row;
    font-size: 14px;
    /* justify-content: space-evenly; */
    /* gap: 1em; */
}

.taste-match .known-exp {
    flex-direction: row;
}

.taste-match .known-place-tab,
.taste-match .known-exp-tab {
    border: 1px solid #dd8800;;
    background-color: white;
    height: 32px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 8px;
    border-radius: 50vh;
    width: 100%;
}

.taste-match .known-place-tab {
    background-color: #ddd;
    height: 32px;
}

.taste-match .known-exp {
    /* margin: 0 32px; */
    margin-left: 32px;
    margin-right: 32px;
}

.taste-match .known-exp-tab {
    height: 24px;
}

.taste-match .button-plus,
.taste-match .button-minus {
    background: transparent;
    border: none;
    cursor: pointer;
    width: 30px;
    /* font-size: 0; */
}

.taste-match .pane.connect .pane-content{
    height: 100%;
}

.taste-match .pane.connect .taste-match-page {
    height: 100%;
    justify-content: space-between;
}

.taste-match .pane.connect .connect-buttons {
    gap: 1em;
    padding-bottom: 1em;
}

.taste-match .connect-suggestions {
    gap: 1.6em;
}

.taste-match .suggestions-friend {
    display: grid;
    grid-template-columns: auto 1fr;   
    gap: 1em;
}

.taste-match .suggestions-friend img {
    height: 40px;
}

.taste-match .friend-body {
    display: grid;
    grid-template-rows: auto auto;
}

.taste-match .body-content {
    display: grid;
    /* grid-row: 2; */
    grid-template-columns: 40% 57px auto;
    gap: 1em;
    height: 52px;
}

.taste-match .info-name {
    font-size: 11px;
    font-weight: bold;
}

.taste-match .info-location {
    color: grey;
}

.taste-match .friend-tag {
    background-color: black;
    font-size: 9px;
    color: white;
    height: 12px;
    justify-content: center;
    text-align: center;
    border-radius: 50vh;
    width: fit-content;
    margin-top: 2px;
    padding: 7px 6px;
    /* justify-self: center; */
}
.taste-match .friend-buttons {
    justify-content: space-between;
    grid-column: 3;
}

.taste-match .btn-follow,
.taste-match .btn-add {
    height: 22px;
    font-weight: bold;
    font-size: 1em;
    background-color: white;
    border: 1px solid grey;
    border-radius: 4px;
    /* margin-top: 2px; */
    width: 56px;
}

.hide-tastematch-pane {
    display: none;
}

.taste-match-close-button {
    align-items: flex-end;
}

.add-new-interest-container {
    padding: 1em;
    margin: 1em
}
.taste-match-timeline-card {
    box-shadow: none;
    display: inline-block;
    font-size: 12px;
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    height: fit-content;
    min-height: 32px;
    line-height: 16px;
    color: #8F8F8F;
    padding: 10px 20px 10px 20px;
    margin: 10px;
    background-color: #e5e5e5;
    color:#1a1919
}
/* .taste-match-selected {
    background-color: #f2a932;
} */
.taste-match-timeline-card-early-morning-experience {
    background-color: darkred;
}

.taste-match-timeline-card-breakfast {
    background-color: darkorange;
}

.taste-match-timeline-card-morning-experience {
    background-color: goldenrod
}

.taste-match-timeline-card-lunch {
    background-color: darkgreen
}

.taste-match-timeline-card-afternoon-experience {
    background-color: blue
}

.taste-match-timeline-card-dinner {
    background-color:darkslateblue;
}

.taste-match-timeline-card-evening-experience {
    background-color:#885588;
}

.taste-match-timeline-card-late-night-experience {
    background-color: darkviolet;
}

.early-morning-experience .taste-match-selected {
    background-color:darkred;
    color:#B8B8B8
}

.breakfast .taste-match-selected {
    background-color:darkorange;
    color:#474747
}

.morning-experience .taste-match-selected {
    background-color:goldenrod;
    color:#474747

}

.lunch .taste-match-selected{
    background-color:darkgreen;
    color:#B8B8B8

}

.afternoon-experience .taste-match-selected {
    background-color:blue;
    color:#B8B8B8

}

.dinner .taste-match-selected {
    background-color: darkslateblue;
    color:#B8B8B8

}

.evening-experience .taste-match-selected{
    background-color:#885588;
    color:#B8B8B8

}

.late-night-experience .taste-match-selected{
    background-color: darkviolet;
    color:#B8B8B8

}

.taste-match-edit-div{
    display: flex;
    flex-wrap: wrap;
}

.taste-match-edit-div .hash-tag{
    box-sizing: border-box; 
    text-align: center;
}

.tag-picker-view{
   gap: 1.1rem;
}