@import url('https://fonts.googleapis.com/css2?family=AmstelvarAlpha:wght@400&display=swap');

.table>:not(caption)>*>* {
    padding: 0;
}

#text-logo {
    font-size: 11px;
    font-weight: 800;
    padding: 15px 20px;
    color: #CE362E;
}

#logo-link {
    text-decoration: none;
}

.disabled {
    background-color: #ccc;
}

.action-button {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 42px;
}

#header-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin: -2px 0 10px 0;
}

.header-badge {
    font-size: 12px;
    margin: 0 4px 4px 0;
    cursor: pointer;
}

.bg-active {
    background-color: #0001B4;
    color: white !important;
}

.bg-inactive {
    background-color: #f6f6f6;
    color: #3a3a3a;
}

.tag-badge {
    font-size: 16px;
    margin: 0 4px 4px 0;
    cursor: pointer;
}

#navigation-buttons {
    display: flex;
    justify-content: center;
}

#button_previous,
#button_next {
    display: none;
}

#header {
    max-width: 600px;
    margin: auto;
}

#navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #f6f6f6;
    border-bottom: 2px solid #f6f6f6;
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100vw;
    max-width: 600px;
}

#navbar h2 {
    color: #c4c4c4;
    padding: 20px;
    font-size: 11px;
}

#header-user {
    border-left: 2px solid #f6f6f6;
    padding: 15px 20px;
    color: #3a3a3a;
    font-size: 10px;
    font-weight: 700;
}

#header {
    border-bottom: 2px solid #f6f6f6;
    background-color: white;
}

.header {
    font-size: 12px;
    font-weight: 500;
    color: #3a3a3a;
    background-color: white;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
}

.empty-space-20 {
    width: 20px;
}

.empty-space-30 {
    width: 30px;
}

.empty-vspace-100 {
    height: 100px;
}

#notifications-button {
    display: flex;
    cursor: pointer;
    width: 20px;
}

#notifications-count {
    position: relative;
    top: -4px;
    right: 8px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: red;
    color: wheat;
    text-align: center;
    font-size: 10px;
    display: none;
}

.notification {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 20px;
    border-bottom: 2px solid #f6f6f6;
}

.notification-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.notification-unread {
    background-color: #00A3FF10 !important;
}

.notification-text {
    font-size: 12px;
}

.notification-date {
    font-size: 10px;
    color: #3a3a3a;
}

.notification-establishment {
    width: 80px;
    position: relative;
}

.notification-establishment-photo {
    background-color: #3a3a3a64;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.notification-establishment-name {
    font-size: 10px;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

tags {
    width: 100%;
    border-radius: .375rem;
}

.establishment-icons {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.establishment-icons>div:first-child {
    margin-bottom: 10px;
}

#establishmentsTable {
    margin-bottom: 180px;
}

.my-establishment-picture {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
}

.establishment-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.establishment-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

#establishment-photo>div.establishment-thumb-selected>img,
#establishment-photo>div.establishment-overlay {
    border-radius: 0;
}

.establishment-text {
    color: white;
    text-align: center;
    padding: 10px;
}

.establishment-type {
    color: #adadad;
    font-size: 11px;
}

.opacity-60 {
    opacity: 0.6;
}

.container {
    max-width: 600px;
    padding: 0;
    background-color: white;
    margin-bottom: 90px;
}

#explorators-container {
    margin-top: 72px;
}

.cta-bar {
    position: fixed;
    height: 100px;
    width: 100%;
    max-width: 600px;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    border-top: 2px solid #f6f6f6;
    padding: 10px 20px 30px 10px;
}

.cta-bar button,
.cta-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 5px;
    font-size: 15px;
    font-weight: 600;
}

.cta_button {
    width: 100%;
    position: fixed;
    bottom: 50px;
    z-index: 1;
}

.cta_button button,
.cta_button a {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100vw - 40px);
    max-width: calc(600px - 40px);
    border-radius: 100px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    padding: 20px;
    height: 70px;
    gap: 5px;
    font-size: 15px;
    font-weight: 600;
}

.cta-bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 10px;
    color: #adadad;
    width: 60px;
    height: 60px;
    cursor: pointer;
}


#add-establishment-button {
    border: 5px solid #0001B4;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0001B4;
    font-weight: 800;
    font-size: 32px;
    cursor: pointer;
}

.td-already-added-button {
    vertical-align: middle;
    padding: 20px !important;
}

.already-added-button {
    background-color: #c4c4c4;
    color: white;
    border-radius: 100px;
    width: 145px;
    font-size: 12px;
    font-weight: 600;
}


.star-rating {
    display: inline-block;
    cursor: pointer;
}

.star {
    font-size: 24px;
    color: #ccc;
}

.star.selected {
    color: gold;
}

.explorer-item {
    display: flex;
    align-items: center;
    gap: 12px
}

.explorer-item-label {
    color: #3a3a3a;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.table {
    background-color: white;
}

#explorers {
    margin-bottom: 20px;
}

.filter-item-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #3a3a3a;
}

.filter-item-label-empty {
    color: #ccc;
}

.filter-item-value-all {
    color: #d9d9d9;
    font-size: 12px;
    font-weight: bold;
}

.filter-item-value {
    color: #0001B4;
    font-size: 12px;
    font-weight: bold;
}

.filter-list-item {
    justify-content: space-between;
    height: 65px;
}

.user-list-item-content {
    display: flex;
    align-items: center;
    gap: 5px;
}

.user-list-item,
.filter-list-item {
    padding: 20px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    border-bottom: 2px solid #f6f6f6;
    background: white;
    cursor: pointer;
}

.filter-list-item-disabled {
    color: #ccc;
}

.user-list-item-initials {
    background-color: lightgrey;
    color: white;
    border: 2px solid white;
    border-radius: 50%;
    min-width: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

.user-list-item-initials-text {
    position: absolute;
}

.user-list-item-initials-icon {
    position: relative;
    bottom: -16px;
    right: -18px;
}

.user-list-item-more {
    background-color: #6d6d6d;
}

.likes-label_0 {
    color: #adadad;
    font-size: 12px;
    font-weight: 500;
}

.likes-label_1 {
    color: #3a3a3a;
    font-size: 12px;
    font-weight: 500;
}

body {
    height: 100vh;
    margin: 0;
    font-family: Inter, sans-serif;
    background-color: white;
    padding-top: 48px;
}

body.background-image {
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.login-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    margin: 30px auto;
}

.login-container h2 {
    margin: 0 0 20px;
    text-align: center;
}

.login-container label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.login-container input[type="email"],
.login-container input[type="password"],
input[type="text"] {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}

.login-container button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #007BFF;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.login-container button:hover {
    background-color: #0056b3;
}

#food-types-filter {
    margin: 10px 20px;
    width: calc(100% - 40px);
}

.error-message {
    color: red;
    margin-bottom: 20px;
    text-align: center;
}

.success-message {
    color: green;
    margin-bottom: 20px;
    text-align: center;
}

#background_picture {
    width: 100%;
}

#search {
    border-radius: 0;
    border: 2px solid #f6f6f6;
}

#establishment_name {
    border-radius: 0;
    width: 100%;
    margin: 0;
}

.image-container {
    height: 200px;
    width: 100%;
    position: relative;
    display: inline-block;
    background-image: url(../images/background.jpg);
    background-position: center;
    background-size: cover;
}

.image-container img {
    display: block;
}

.initials {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -40%);
    background-color: lightgrey;
    color: white;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: bold;
    border: 4px solid white;
}

#profile-picture {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.container-user-initials {
    position: relative;
    width: 80px;
    height: 40px;
    display: flex;
    justify-content: flex-end;
}

.user-initials {
    background-color: lightgrey;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    border: 4px solid white;
    position: absolute;
}

#nb_public_users {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -90%);
    font-size: 10px;
    font-weight: bold;
    background-color: white;
    padding: 8px;
    opacity: 0.9;
    border-radius: 100px;
}

#nb_public_users a {
    color: #00A3FF;
    text-decoration: none;
}

.btn-primary {
    background-color: #00A3FF;
    border-color: #00A3FF;
}


.select-button {
    border-radius: 40px;
    height: 38px;
    width: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.modal-dialog {
    margin: auto;
    max-width: 600px;
}

.modal-content {
    padding-top: 50px;
    /* height: 100vh; */
}

.modal-body {
    padding: 0;
    padding-bottom: 200px;
    background-color: #f6f6f6;
}

.modal-header {
    background-color: white !important;
    height: 46px;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 2px solid #f6f6f6;
}

.modal-title-close {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#go-back-search-modal {
    color: #3a3a3a;
    cursor: pointer;
}

.comment {
    padding: 10px;
}

.comment-header {
    display: flex;
    justify-content: space-between;
}

.comment-user {
    font-weight: bold;
    cursor: pointer;
}

#required-experience {
    display: none;
}

#required-rating {
    display: none;
}

.required-action,
.delete-action {
    color: #c23f14;
    font-size: 12px;
    cursor: pointer;
}

#add-establishment-comment-container {
    margin-top: 10px;
    padding: 10px;
    border-top: 1px solid #777;
}

#establishment-comment {
    width: 100%;
}

#add-establishment-comment {
    color: #ccc;
    ;
    cursor: pointer;
}

#add-establishment-comment-container {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.last-comments {
    margin-top: 10px;
    font-size: 12px;
}

#modal-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-title {
    font-weight: 500;
    font-size: 12px;
    color: #3a3a3a;
    height: 30px;
    display: flex;
    align-items: center;
}

#modal-title-icons {
    display: flex;
}

.modal-title-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 40px;
    cursor: pointer;
}

.modal-close {
    cursor: pointer;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    float: left;
    color: #3a3a3a;
}

#foundEstablishments {
    background-color: white;
}


input#search {
    margin-bottom: 0;
    width: 100%;
}

input#establishment_name,
input#location {
    border: none;
    background: #f6f6f6;
    border-radius: 50px;
    margin: 15px 20px;
    width: calc(100% - 40px);
    color: #3a3a3a;
}

#establishment-id {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#establishment-id-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

#establishment-id-type {
    color: #3a3a3a80;
    font-size: 11px;
}

#establishment-id-name {
    color: #3a3a3a;
    font-size: 20px;
    font-weight: bold;
}

#establishment-id-comment {
    color: #3a3a3a;
    background-color: #f6f6f6;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 12px;
    margin-top: 20px;
}

#establishment-id-address {
    font-size: 12px;
    color: #adadad;
}

#establishment-id-rating {
    padding: 10px;
    background-color: #f6f6f6;
    border-radius: 5px;
    color: #3a3a3a;
    font-size: 15px;
    font-weight: bold;
    width: 65px;
    text-align: center;
}

#selected-establishment {
    padding: 20px;
    border-bottom: 2px solid #f6f6f6;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#selected-establishment-name {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 600;
}

#selected-establishment-vicinity {
    color: #3a3a3a;
    font-size: 11px;
}

.td-select-button {
    padding: 20px !important;
    vertical-align: middle;
}

.establishment-name {
    vertical-align: middle;
    padding: 20px !important;
    border-bottom: 2px solid #f6f6f6;
}

.establishment-right {
    vertical-align: middle;
    padding: 20px !important;
}

.summary-section-action {
    display: flex;
    justify-content: space-between;
}

.form-check-input[type=checkbox] {
    transform: scale(1.5);
}

.wish {
    background-color: #00A3FF;
    color: white;
    border-radius: 50px;
    text-align: center;
    padding: 5px 10px;
    height: 25px;
    display: flex;
    align-items: center;
}

.form-check-input:checked {
    background-color: #00A3FF;
    border-color: #00A3FF;
}

.second-cell {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.padding20 {
    padding: 20px !important;
}

#establishment-photo {
    height: 200px;
    position: relative;
    overflow: hidden;
}

#explorators-title {
    position: fixed;
    width: 100%;
    height: 72px;
}

#modal-title {
    font-weight: 600;
    width: 100%;
}

#modal-title-add {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}

#establishmentsTable>tbody>tr:first-child {
    border-top: none;
}

table tr {
    border-bottom: 2px solid #f6f6f6;
    border-top: transparent;
}

#schedule-table>tbody>tr {
    border: none;
}

.touch-button {
    cursor: pointer;
    background-color: #f6f6f6;
    height: 40px;
    width: fit-content;
    border-radius: 100px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #3a3a3a;
}

.pointer {
    cursor: pointer;
}

.subform-input {
    background-color: white;
    padding: 0 20px 20px 20px;
    border-bottom: 2px solid #f6f6f6;
}

.summary-section-action-experience {
    padding: 40px 20px !important;
}

.summary-section-action-subform {
    border-bottom: none !important;
    padding: 10px 20px !important;
}

.search-container {
    position: relative;
    display: inline-block;
    width: calc(100% - 120px);
    border-bottom: 2px solid #f6f6f6;
}

.search-container-modal {
    width: 100%;
    background: white;
    border-bottom: 2px solid #f6f6f6;
}

.search-container input[type="text"] {
    padding: 0 50px 0 50px;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
}

#filters {
    display: none;
    border-left: 2px solid #f6f6f6;
    border-right: 2px solid #f6f6f6;
    border-bottom: 2px solid #f6f6f6;
    background-color: #f6f6f6;
}

#filters .bg-light {
    background-color: white !important;
}

.dashboard-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 50px;
    float: right;
    border-top: 2px solid #f6f6f6;
    border-right: 2px solid #f6f6f6;
    border-bottom: 2px solid #f6f6f6;
    background-color: white;
}

#bullet-icon {
    display: none;
    position: relative;
    right: 6px;
    top: -8px;
}

::placeholder {
    color: #000;
    opacity: 0.4;
}

#search-icon {
    position: absolute;
    left: 40px;
    top: 30px;
    cursor: pointer;
}

#erase-icon,
#modal-erase-icon,
#location-erase-icon {
    display: none;
}

.erase-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.bottom-action {
    padding: 20px 20px 0 20px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
}

#edit_establishment {
    color: #007BFF;
    text-align: right;
}

#delete_establishment {
    color: #c23f14;
    text-align: center;
}

#summary {
    background-color: white;
}

.summary-label {
    color: #3a3a3a;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 35px;
    line-height: normal;
    margin-bottom: 0;
}

.summary-label-icon {
    height: 25px;
    display: flex;
    align-items: center;
}

.summary-label-text {
    display: flex;
    align-items: center;
}

#establishment_comment {
    background-color: #f6f6f6;
}

#establishment_comment:focus,
#establishment_comment:not(:placeholder-shown) {
    background-color: white;
}

.summary-flex-criterion {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.summary-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 2px solid #f6f6f6;
    background-color: white;
}

#establishment-id-rating-container {
    border-bottom: none !important;
    padding: 20px 20px 0 20px !important;
}

#summary-user-comments {
    border-bottom: 2px solid #f6f6f6;
    background-color: white;
}

.summary-user-comment {
    padding: 20px;
    border-radius: 10px;
    background: #f6f6f6;
    margin: 20px;
}

.summary-user-comment-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.summary-user-comment-date {
    font-size: 12px;
}

.summary-user-comment-content {
    font-size: 14px;
    margin-top: 10px;
}

#summary-actions {
    padding: 20px;
}

.summary-action {
    border-radius: 100px;
    margin-bottom: 5px;
    padding: 12px 20px !important;
}

.summary-section {
    padding: 20px;
    border-bottom: 2px solid #f6f6f6;
    background-color: white;
    align-items: center;
}

#establishment-comment-container {
    width: 100%;
}

#establishment-comment {
    font-style: italic;
    font-size: 14px;
    color: #3a3a3a;
}

#establishment-comment-user {
    text-align: center;
    font-weight: bold;
    color: #6d6d6d;
    font-size: 10px;
    margin-top: 10px;
}

#schedule-table {
    margin-right: 0;
    margin-left: auto;
}

#schedule-table tr.text-muted {
    display: none;
}

#schedule-table tr td {
    font-size: 14px;
}

#schedule-table tr td:first-child {
    padding-right: 10px;
}

#schedule-table tr td:last-child {
    padding-left: 10px;
}

#show-schedules {
    cursor: pointer;
    color: #adadad;
}

#tags {
    padding: 10px 20px;
}

tags {
    margin-bottom: 5px;
}

#locations {
    padding: 10px 20px;
}

input[type="email"],
input[type="password"],
input[type="text"],
input,
select,
textarea {
    font-size: 16px !important;
}

.header-link {
    font-size: 12px;
    text-decoration: none;
}

#me-link {
    text-decoration: none;
    color: #3a3a3a;
}

#sort {
    padding: 10px 20px;
}

#sort a {
    color: #3a3a3a;
}

#z-sort {
    display: none;
}

#establishment-actions {
    padding: 20px;
    border-radius: 10px;
    background-color: #f6f6f6;
}

#establishment-actions div:first-child {
    border-radius: 10px 10px 0 0;
}

#establishment-actions .summary-flex:last-of-type {
    border-radius: 0 0 10px 10px;
}

#establishment-actions .summary-flex,
#establishment-actions .summary-section {
    background-color: white;
    border-bottom: 2px solid #f6f6f6;
}

.establishment-address {
    display: block;
    line-height: normal;
    margin-bottom: 3px;
}

.create-account {
    text-decoration: none;
    color: #3a3a3a;
    margin-left: 0;
}

.input-helper {
    font-size: 11px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 15px;
}

.first-cell {
    display: flex;
    align-items: center;
    gap: 14px;
}

#filters-header {
    display: flex;
    align-items: center;
}

#wish-tag {
    margin-bottom: 0;
}

#map-icon {
    width: 24px;
}

.user-list-item-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid white;
    cursor: pointer;
}

#user-filter-item-value {
    width: 30px;
}

#selected-users>.user-list-item-avatar,
#user-filter-item-value>.user-list-item-avatar,
#selected-users>.user-list-item-initials,
#user-filter-item-value>.user-list-item-initials {
    min-width: 35px;
    width: 35px;
    height: 35px;
    position: absolute;
    cursor: pointer;
}

.dashboard-establishment-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard-establishment-username {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.dashboard-establishment-date {
    color: rgba(58, 58, 58, 0.5);
    font-size: 10px;
}

.dashboard-establishment-establishment {
    margin-top: 15px;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.establishment-image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.dashboard-establishment-type {
    font-size: 10px;
}

.dashboard-establishment-name {
    font-size: 18px;
    font-weight: bold;
}

.dashboard-establishment-address {
    font-size: 10px;
}

.dashboard-establishment-experience {
    display: flex;
    gap: 5px;
}

.dashboard-establishment-rating-container {
    width: 100%;
}

.dashboard-establishment-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 5px;
    gap: 5px;
}

.yellow-star {
    color: #FBC11A;
}

.gray-star {
    color: #adadad;
}

.dashboard-establishment-rating-text {
    margin-top: 5px;
    font-size: 16px;
    text-align: center;
    width: 100%;
}

.dashboard-establishment-comment {
    background-color: #f6f6f6;
    color: #3a3a3a;
    font-size: 12px;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 5px 0;
}

.dashboard-establishment-comment-title {
    font-size: 14px;
    font-weight: 800;
}

.dashboard-establishment-comment-text {
    font-style: italic;
}

.dashboard-establishment-experience-title {
    font-weight: 800;
}

.dashboard-establishment-experience-text {
    font-size: 16px;
    margin: 10px 0;
    font-family: 'AmstelvarAlpha', sans-serif;
}

.dashboard-establishment-experience-author-date {
    font-size: 10px;
    color: #adadad;
}

.dashboard-establishment-experience-date {
    margin-bottom: 20px;
}

.dashboard-establishment-footer {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-establishment-likes {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dashboard-establishment-comments {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#map-establishment .establishment-picture {
    border: 4px solid #ffffff !important;
    height: 192px !important;
}

#map-establishment .establishment-thumb-selected {
    border: 4px solid #0001B4;
    border-radius: 10px;
}

#map-establishment {
    display: none;
    max-width: 600px;
    margin: auto;
}

#map-establishment,
.my-establishment {
    padding: 20px;
    border-bottom: 1px solid #f6f6f6;
    cursor: pointer;
    background-color: white;
}

.establishment-thumb-selected {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.my-establishment-photo {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#selected-establishment-photo,
#selected-establishment-photo img {
    width: 100vw;
    height: 56vw;
    max-width: 600px;
    max-height: 337px;
    border-radius: 0;
}

.my-establishment-type {
    color: #adadad;
    font-size: 11px;
}

.my-establishment-name {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: bold;
}

.my-establishment-address {
    color: #3a3a3a;
    font-size: 11px;
}

#establishment-tag-container {
    margin-top: 15px;
    display: flex;
    gap: 5px;
}

.establishment-tag {
    background-color: #f6f6f6;
    color: #3a3a3a;
    font-size: 12px;
    border-radius: 10px;
    padding: 10px;
    width: fit-content;
}

.flex-center {
    justify-content: center;
}

#rating-container {
    display: flex;
    gap: 5px;
    cursor: pointer;
    justify-content: center;
}

#rating-container img {
    width: 40px;
    height: 40px;
    transition: transform 0.2s;
}

#rating-container img:hover {
    transform: scale(1.1);
}

.chip-form-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chip-selected {
    background-color: #f6f6f6;
    color: #3a3a3a;
    font-weight: 600;
    font-size: 14px;
    border-radius: 100px;
    padding: 10px 20px;
    text-align: center;
}

.radio-item {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #f6f6f6;
    gap: 50px;
    background: white;
}

.radio-item-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.radio-item-title {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: bold;
}

.radio-item-description {
    color: #adadad;
    font-size: 12px;
}

.marker {
    background-size: contain;
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.marker_blue {
    background-image: url('https://spaghettis.app/images/markers/establishment.svg');
}

.marker_blue_g {
    background-image: url('https://spaghettis.app/images/markers/establishment_g.svg');
}

.marker_blue_wine {
    background-image: url('https://spaghettis.app/images/markers/wine.svg');
}

.marker_blue_wine_g {
    background-image: url('https://spaghettis.app/images/markers/wine_g.svg');
}

.marker_blue_cafe {
    background-image: url('https://spaghettis.app/images/markers/cafe.svg');
}

.marker_blue_cafe_g {
    background-image: url('https://spaghettis.app/images/markers/cafe_g.svg');
}

.marker_blue_bar {
    background-image: url('https://spaghettis.app/images/markers/bar.svg');
}

.marker_blue_bar_g {
    background-image: url('https://spaghettis.app/images/markers/bar_g.svg');
}

.marker_blue_bakery {
    background-image: url('https://spaghettis.app/images/markers/bakery.svg');
}

.marker_blue_bakery_g {
    background-image: url('https://spaghettis.app/images/markers/bakery_g.svg');
}

.marker_blue_restaurant {
    background-image: url('https://spaghettis.app/images/markers/restaurant.svg');
}

.marker_blue_restaurant_g {
    background-image: url('https://spaghettis.app/images/markers/restaurant_g.svg');
}

.marker_blue_cocktail {
    background-image: url('https://spaghettis.app/images/markers/cocktail.svg');
}

.marker_blue_cocktail_g {
    background-image: url('https://spaghettis.app/images/markers/cocktail_g.svg');
}

.marker_blue_sandwich {
    background-image: url('https://spaghettis.app/images/markers/sandwich.svg');
}

.marker_blue_sandwich_g {
    background-image: url('https://spaghettis.app/images/markers/sandwich_g.svg');
}

.marker_blue_market {
    background-image: url('https://spaghettis.app/images/markers/market.svg');
}

.marker_blue_market_g {
    background-image: url('https://spaghettis.app/images/markers/market_g.svg');
}

.marker_blue_icecream {
    background-image: url('https://spaghettis.app/images/markers/icecream.svg');
}

.marker_blue_icecream_g {
    background-image: url('https://spaghettis.app/images/markers/icecream_g.svg');
}

.mapboxgl-marker {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.text-with-outline {
    text-shadow:
        1px 1px 0 white,
        -1px 1px 0 white,
        1px -1px 0 white,
        -1px -1px 0 white;
}

#map {
    height: 100vw;
    max-height: calc(100svh - 446px);
}

#map-container {
    max-width: 600px;
    margin: auto;
}

.filter-title {
    padding: 20px;
    font-size: 12px;
    color: #3a3a3a;
    border-bottom: 2px solid #f6f6f6;
    text-align: center;
}

.filter-item {
    padding: 20px;
    font-size: 14px;
    color: #3a3a3a;
    border-bottom: 2px solid #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-item label {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#selected-filters {
    border-top: 2px solid #f6f6f6;
    border-bottom: 2px solid #f6f6f6;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 20px;
    overflow: auto;
}

#selected-users {
    width: 33px;
}

#selected-users,
#user-filter-item-value {
    display: flex;
    height: 35px;
    position: relative;
}

#map-filters {
    display: flex;
    max-width: 600px;
    margin: auto;
    background-color: white;
}

.map-filter {
    display: none;
    padding: 10px 15px;
    border-radius: 100px;
    background-color: #f6f6f6;
    color: #3a3a3a;
    font-size: 12px;
    width: fit-content;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.clear-filter {
    color: #c4c4c4;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    padding-top: 1px;
    background-color: white;
    border-radius: 20px;
}

#wish-buttons-container {
    padding: 10px 0;
    border-bottom: 2px solid #f6f6f6;
    background-color: white;
}

#wish-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    background-color: #3a3a3a;
    width: fit-content;
    margin: auto;
    padding: 5px;
    border-radius: 50px;
}

.wish-button {
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    background-color: #3a3a3a;
    color: white;
}

.wish-button-active {
    background-color: white;
    color: #3a3a3a;
}

#search-dashboard #search-icon {
    left: 20px;
    top: 15px;
}

#search-dashboard .erase-icon {
    top: 0;
}

.establishment-already-registered {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    width: 145px;
    margin-bottom: 2px;
}

@media (min-width: 600px) {

    body,
    .container {
        background-color: #f6f6f6;
    }

    #navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cta_button button,
    .cta_button a {
        width: 400px;
        padding: 0 50px;
        position: fixed;
        bottom: 50px;
        margin: auto;
        left: calc(50% - 200px);
    }

    #display-filters {
        left: 540px;
    }
}

@media (min-width: 992px) {
    .cta-bar {
        width: 600px;
    }

    .cta_button {
        position: absolute;
    }

    .login-container {
        margin: 0;
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
    }

    #explorators-title {
        max-width: 600px;
        left: calc((100vw - 600px) / 2);
    }

}







#friends-container {
    display: flex;
    justify-content: center;
    padding: 30px 0 15px 0;
    height: 125px;
}

#friends-avatars {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

#friends-avatars>div.user-list-item-initials {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 3px solid white;
}

#friends-avatars>.user-list-item-avatar {
    min-width: 80px;
    width: 80px;
    height: 80px;
    position: absolute;
    cursor: pointer;
}

#friends-avatars>.user-list-item-avatar,
.guide-establishment-avatars>.user-list-item-avatar {
    border: 3px solid white;
}

#friends-title {
    color: #707070;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}

#guide-establishments {
    display: flex;
    gap: 5px;
    flex-direction: column;
    width: calc(100% - 40px);
    margin: 20px auto;
}

.guide-establishment {
    background-color: white;
    border-radius: 13px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.guide-establishment-name {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 800;
}

.guide-establishment-address {
    color: #707070;
    font-size: 11px;
    font-weight: 500;
}

.guide-establishment-avatars {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

#guide-cities {
    margin: 20px 0 0 20px;
    display: flex;
    gap: 5px;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.guide-city {
    flex: 0 0 auto;
    border-radius: 13px;
    border: 1px solid #E8E8E8;
    color: #3a3a3a;
    font-size: 11px;
    font-weight: 600;
    padding: 13px 15px;
    cursor: pointer;
    text-align: center;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    overflow: hidden;
}

.guide-city.selected {
    background-color: white;
}