@font-face {
    font-family: LilitaOne-Regular;
    src: url(../fonts/LilitaOne-Regular.ttf);
}

*:focus {
    outline: none;
}

.loading {
    font-size: 30px;
    margin: 20px auto;
    width: 32px;
    display: block !important;
}

.container {
  display: grid;
  place-items: center;   /* Centraliza em ambos os eixos */
  height: 100vh;
}

.centered-div {
  width: 300px;
  height: 200px;
  text-align: center;
}

.scroll-less {
    overflow-y: overlay;
    /* Funciona no Chrome/Safari */
    scrollbar-width: none;
    /* Firefox */
}

.scroll-less::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.like-heart {
  position: relative;
  color: red;
  font-size: 40px;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.like-heart.active {
  animation: animate 0.8s linear forwards;
}
@keyframes animate {
  30% {
    font-size: 80px;
    opacity: 1;
  }
  50% {
    opacity: 1;
    font-size: 60px;
  }
  70% {
    font-size: 70px;
  }
  80% {
    font-size: 60px;
    opacity: 1;
  }
  90% {
    font-size: 60px;
    opacity: 1;
  }
}

.liked-heart {
    color: red !important;
}

html {
    height: 100%;
}

body,
main {
    width: 100%;
    min-height: 100%;
    color: black;
    /* background: #b7ffb7; */
    background-color: #f6dc76 !important;
    /* overflow-y: scroll; */
    overflow-x: hidden;
    margin: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-top: 50px;
}

/* body {
    background-color: #242e24 !important;
} */

main {
    max-width: 390px !important;
    margin: 0 auto;
    /* background: #b7ffb7; */
    background: #f6dc76;
}

a {
  color: navy !important;
}

.display-none {
    display: none !important;
}

.modal-content {
    background-color: #f7dd77 !important;
}

.modal-header,
.modal-footer {
    border-bottom: 1px solid #487748 !important;
}

.btn-primary {
    background-color: #487748 !important;
    border-color: #487748 !important;
}

.btn-secondary {
    background-color: rgb(255, 2, 2) !important;
    border-color: darkred !important;
}

.clear-both {
    clear: both;
}

.theme-color {
    background: navy !important;
    color: #f7dd77 !important;
}

/* HEADER APP */
.header-app-fixed {
    position: fixed;
    width: 390px;
    top: 0;
    margin: 0 auto;
    /* left: 0; */
}

.header-app {
    /* background: linear-gradient(180deg, darkcyan, #dbc56c); */
    /* color: #f6dc76; */
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    /* background: darkcyan; */
}

.header-app-column-title {
    font-family: LilitaOne-Regular;
    font-size: 25px;
    width: 80%;
}

.header-app-column-icon {
    width: 10%;
    font-size: 25px;
    text-align: right;
}

/* HEADER APP */

.my-location {
    text-align: center;
    box-shadow: 5px 5px 43px #000;
    background: #dbc56c;
    color: black;
    padding: 5px;
}




.timeline-posts-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.timeline-posts-list-item {
    padding: 20px 0;
    /* border-bottom: 1px solid #a5f0a6; */
    border-bottom: 1px solid #dbc66c;
}

.timeline-posts-list-item-head {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}

.timeline-posts-list-item-head-photo {
    width: 30px;
    height: 30px;
    display: block;
    overflow: hidden;
    background: #dbc66c;
    border-radius: 25px;
    border: 1px solid #000000;
}

.timeline-posts-list-item-head-photo img {
    width: 28px;
}

.timeline-posts-list-item-head-name {
    padding: 3px 0 0 3px;
}

.timeline-posts-list-item-subicons {
    padding: 5px;
    font-size: 30px;
    display: flex;
    flex-wrap: wrap;
}

.timeline-posts-list-item-subicons-like,
.timeline-posts-list-item-subicons-comment {
    padding: 5px;
    cursor: pointer;
}

.timeline-posts-list-item-subtitle {
    padding: 5px;
    margin: 0;
}

.timeline-posts-list-item-time {
    padding: 5px;
    margin: 0;
    font-size: 11px;
}

.timeline-post-comment {
    margin: 10px 0px;
    border: none;
    padding: 10px 40px 10px 10px;
    width: 100%;
    background: #dbc76c;
    color: #000000;
    height: 100px;
}

.timeline-post-comment-send {
    width: 35px;
    padding: 10px 10px;
    border-radius: 50px;
    color: #f7dd77;
    text-align: center;
}

.timeline-post-comments-box {
    padding: 10px 10px 25px 10px;
    border-top: 1px solid #dbc66c;
}

.post-comments-list {
    list-style: none;
    padding: 0;
}

.post-comments-list-item {
    border-bottom: 1px solid #dbc66c;
    padding: 10px 0;
}

.timeline-post-comment-send-button {
    background: #dbc66c;
    width: 50%;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto 10px auto;
    padding: 10px;
}

.timeline-post-show-more-comments-button {
    background: #dbc66c;
    width: 30%;
    border-radius: 10px;
    text-align: center;
    margin: 10px auto;
    padding: 3px;
    font-size: 14px;
}



nav {
    position: fixed;
    bottom: 2%;
    right: 0;
    width: 80px;
    /* height: 300px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* cursor: grab; */
}

nav .nav-content {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
}

.nav-content .toggle-btn,
.nav-content span div {
    height: 60px;
    width: 60px;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.nav-content .toggle-btn {
    font-size: 35px;
    /* color: lightgreen; */
    color: #f7dd77;
    z-index: 100;
    cursor: pointer;
    transform: rotate(-225deg);
    transition: all 0.6s ease;
    background-color: black;
}

nav.open .toggle-btn {
    transform: rotate(0deg);
}

.nav-content span {
    position: absolute;
    transition: all 0.6s ease;
    opacity: 0;
}

nav.open .nav-content span {
    transform: rotate(calc(var(--i) * (360deg/8))) translateY(120px);
    opacity: 1;
}

.nav-content span div {
    text-decoration: none;
    transform: rotate(45deg);
}

.nav-content span div i {
    font-size: 24px;
    color: #f7dd77;
    transform: rotate(calc(var(--i) * (360deg/ -8)));
    opacity: 0.8;
    transition: 0.2s;
}

.nav-content span div:hover i {
    opacity: 1;
}




#post-box {
    display: none;
    width: 100%;
    min-height: 100%;
    position: absolute;
    background: #f7dd77;
    top: 92px;
    left: 0;
    z-index: 9;
}

#post-comment {
    margin: 10px auto;
    background: #f7dd77;
    border: none;
    border-bottom: 1px solid black;
    width: 95%;
    height: 90px;
    display: block;
}

#post-img {
    width: 100%;
}

#post-buttons {
    text-align: center;
}



.modal-dialog {
    margin: 0 !important;
}

.modal-body {
    padding: 0 !important;
    overflow: hidden;
}

.modal-content {
    border: none !important;
}

.img-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.modal-footer {
    text-align: center;
    display: block !important;
}

/* .navigation-link {
    display: block !important;
} */

.my-profile-photo {
    text-align: center;
}

.my-profile-photo img {
    width: 150px;
    border-radius: 80px;
}

.my-profile-account {
    text-align: center;
    font-size: 14px;
}

.my-profile-name {
    text-align: center;
    font-size: 16px;
}

.my-profile-following-and-followers {
    margin: 0 !important;
}

.my-profile-following-and-followers .column {
    padding: 10px;
    width: 50%;
    text-align: center;
}

/* NOTIFICATIONS */

.no-notifications {
    text-align: center;
    background: burlywood;
}

.notification-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.notification-list-item {
    padding: 5px 0;
    border-bottom: 1px solid #f7dd77;
    background: #e7d480;
}

.notification-list-item-head {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}

.notification-list-item-head-photo {
    background: #f7dd77;
    border-radius: 25px;
    padding: 3px;
    border: 1px solid #dbc66c;
}

.notification-list-item-head-name {
    padding: 0 0 0 3px;
}

.notification-list-item-info {
    margin: -15px 0 0 42px;
    font-size: 12px;
}

.notification-list-item-head-mini {
    float: right;
    margin-right: 5px;
}

.notification-list-item-head-mini img {
    width: 50px;
}

/* NOTIFICATIONS */

/* EXPLORE */
.explore-search-box input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #e8d16e;
}

.explore-place-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.explore-place-list-item {
    padding: 20px 0;
    border-bottom: 1px solid #dbc66c;
}

.explore-place-list-item-head {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}

.explore-place-list-item-head-photo img {
    background: #f7dd77;
    border-radius: 25px;
    /* padding: 1px 3px; */
    border: 1px solid #dbc66c;
}

/* .explore-place-list-item-head-photo img {
    border-radius: 25px;
} */

.explore-place-list-item-head-name {
    padding: 3px 0 0 3px;
}

.explore-place-list-item-subicons {
    padding: 5px;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
}

.explore-place-list-item-subicons-like,
.explore-place-list-item-subicons-comment {
    padding: 5px;
}

.explore-place-list-item-subtitle {
    padding: 5px;
    margin: 0;
}

.explore-place-list-item-time {
    padding: 5px;
    margin: 0;
    font-size: 11px;
}


#explore-categories-list {
    list-style: none;
    padding: 0;
    height: 44px;
    overflow: hidden;
}

.explore-categories-list-item {
    float: left; 
    padding: 10px;
}

.explore-categories-list-item-selected {
    background: #e8d16e;
}
/* EXPLORE */


/* CHAT */
#messages {
    border-bottom: 1px solid black;
    overflow: auto;
}

#chat-bottom {
    position: relative;
    /* top: 667px; */
}

#message-input {
    width: 100%;
    border: none;
    padding: 10px 40px 10px 10px;
    background: blanchedalmond;
}

#send-text {
    position: absolute;
    border-radius: 30px;
    right: 0;
    /* padding: 10px 15px; */
    border: none;
    background: none;
    font-size: 28px;
}

.chat-message-box {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    clear: both;
}

.chat-message-box-left {
    float: right;
}

.chat-message-my-message {
    background: aliceblue !important;
}

.chat-message-head {
    padding: 5px;
}

.chat-message-head-photo img {
    /* background: lightgreen; */
    background: #dbc66c;
    border-radius: 25px;
    /* border: 1px solid #3fad3d; */
    border: 1px solid #000000;
}

.chat-message-head-name {
    padding: 3px 0 0 3px;
    font-weight: bold;
}

.chat-message-box-message {
    background: #e9dda9;
    padding: 0 10px;
    border-radius: 10px;
    max-width: 80%;
}

.message {
    padding-left: 3px;
    clear: both;
}
/* CHAT */

#menu-bottom {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    max-width: 390px;
    width: 100%;
    /* background: darkcyan;
    color: #f7dd77; */
    height: 60px;
}

#menu-bottom .menu-bottom-icon {
    display: block;
    width: 33%;
    text-align: center;
    font-size: 30px;
}


#notifications-number {
    position: absolute;
    padding: 4px;
    background: red;
    border-radius: 20px;
    margin: 7px 0 0 20px;
}

/* @media (min-width: 500px) {
    #main-page {
        --s: 140px;

        --c1: #AB3E5B;
        --c2: #FFBE40;

        --_g:
            #0000 25%, #0008 47%, var(--c1) 53% 147%, var(--c2) 153% 247%,
            var(--c1) 253% 347%, var(--c2) 353% 447%, var(--c1) 453% 547%, #0008 553%, #0000 575%;
        --_s: calc(25%/3) calc(25%/4) at 50%;
        background:
            radial-gradient(var(--_s) 100%, var(--_g)),
            radial-gradient(var(--_s) 100%, var(--_g)) calc(var(--s)/2) calc(3*var(--s)/4),
            radial-gradient(var(--_s) 0, var(--_g)) calc(var(--s)/2) 0,
            radial-gradient(var(--_s) 0, var(--_g)) 0 calc(3*var(--s)/4),
            repeating-linear-gradient(90deg, #ACCEC0 calc(25%/-6) calc(25%/6), #61A6AB 0 calc(25%/2));
        background-size: var(--s) calc(3*var(--s)/2);
        animation: m 2.5s infinite linear;
    }

    @keyframes m {
        to {
            background-position:
                var(--s) 0,
                calc(var(--s)/-2) calc(3*var(--s)/4),
                calc(3*var(--s)/2) 0,
                calc(-1*var(--s)) calc(3*var(--s)/4),
                0 0
        }
    }
} */