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

*:focus {
    outline: none;
}

textarea {
    resize: none !important;
}

#default-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 999;
    background: url('../images/default-loading.svg') no-repeat center center black;
    /* display: none; */
}

.highlight-txt {
    color: crimson;
}

.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;
}

.default-form-box {
    /* position: absolute; */
    /* top: 0;
    bottom: 0;
    left: 0;
    right: 0; */
    margin: auto;
    width: 300px;
    /* height: 514px; */
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.default-form-box-user-icon img {
    width: 90px;
}

.default-form-box-input {
    padding: 5px 0;
    text-align: left;
    font-size: 14px;
}

.default-form-box-input input {
    width: 90%;
    padding: 20px 14px;
    border-radius: 10px;
    border: 1px solid lightgoldenrodyellow;
    background: lightgoldenrodyellow;
    color: black;
    margin: 5px 0 auto;
    font-size: 16px;
}

.default-form-button {
    border: 1px solid crimson;
    background: crimson;
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: 70%;
    cursor: pointer;
    margin-top: 25px;
    font-size: 16px;
}

html {
    height: 100%;
}

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

body {
    padding-top: 0px !important;
}

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

a {
  color: crimson !important;
}

.logout-button {
    display: block;
    padding: 10px 15px;
    background: crimson;
    color: white !important;
    width: 100px;
    text-decoration: none;
    margin: 40px auto 0 auto;
    border-radius: 10px;
}

.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: crimson !important; */
    background: crimson !important;
    color: lightgoldenrodyellow !important;
}

/* HEADER APP */
.header-app-fixed {
    position: fixed;
    width: 100%;
    max-width: 800px;
    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%;
    color: yellow;
}

.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: lightgoldenrodyellow;
    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 #ededed;
}

.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: 30px;
}


.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: lightgoldenrodyellow;
    color: #000000;
    height: 100px;
    font-size: 14px;
}

.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 #ededed;
}

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

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

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

.loading-more-timeline {
    color: crimson;
    position: fixed;
    bottom: 45px;
    width: 100%;
}

.btn-app-default, .timeline-post-show-more-comments-button {
    background: crimson;
    width: 30%;
    border-radius: 10px;
    text-align: center;
    margin: 10px auto;
    padding: 10px;
    font-size: 14px;
    border: none;
    color: white;
}

.btn-app-default-red {
    color: white;
    background-color: red;
}

.btn-app-default-green {
    color: white;
    background-color: green;
}



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: whitesmoke;
    top: 92px;
    left: 0;
    z-index: 9;
}

#post-box-img {
    width: 100%;
    height: 450px;
    min-height: 450px;
    
}

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

#post-img {
    width: 100%;
}

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





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

#profile-photo-box-img {
    width: 100%;
    height: 450px;
}

#profile-photo-img {
    width: 100%;
}

#profile-photo-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-selected {
    color: yellow;
}

.my-profile-photo {
    width: 150px;
    height: 150px;
    border-radius: 80px;
    margin: 0 auto;
}

.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 9px 0;
    border-bottom: 1px solid #eeeeee;
    background: lightgoldenrodyellow;
}

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

.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 black;
    overflow: hidden;
    width: 30px;
    height: 30px;
}

.notification-list-item-head-photo img {
    border-radius: 25px;
}

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

.notification-list-item-info {
    margin: -15px 0 0 40px;
    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: fixed;
    bottom: 60px;
    width: 100%;
    /* position: relative; */
    /* top: 667px; */
}

#message-input {
    width: 100%;
    border: none;
    padding: 14px 40px 14px 10px;
    background: crimson;
    color: white;
    font-size: 14px;
}

#message-input::placeholder {
  color: white; /* ou outro valor de cor */
}

#send-text {
    position: absolute;
    right: 0;
    border: none;
    background: crimson;
    font-size: 28px;
    color: greenyellow;
    height: 44px;
}

.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: 800px;
    width: 100%;
    height: 55px;
    padding-top: 5px;
}

#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
        }
    }
} */



/* LOGIN =================================================================================================== */

.login-box { 
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
  margin: auto;
  width: 300px;
  height: 404px;
  text-align: center;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.login-box-user-icon img {
  width: 90px;
}

.aquidolado-loafing {
  font-size: 40px !important;
} 

.aquidolado {
  font-family: LilitaOne-Regular;
  font-size: 30px;
  margin: 0;
  color: crimson;
}

.h1-title {
  font-family: LilitaOne-Regular;
  font-size: 30px;
  margin: 0;
  color: crimson;
}

.login-box-input {
  padding: 5px 0;
}

.login-box-input input {
  width: 90%;
  padding: 20px 10px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid lightgoldenrodyellow;
  background: lightgoldenrodyellow;
  color: black;
  margin: 0 auto;
}

.entrar-button {
  border: 1px solid crimson;
  background: crimson;
  color: white;
  padding: 20px;
  border-radius: 10px;
  width: 70%;
  cursor: pointer;
  margin-bottom: 30px;
  font-size: 16px;
}

#login-status {
  color: darkred;
  width: 100%;
  display: block;
  text-align: center;
}

/* LOGIN =================================================================================================== */





/* CONFIRMATION =================================================================================================== */

.confirmation-box { 
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
  margin: auto;
  width: 300px;
  height: 404px;
  text-align: center;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.confirmation-box-user-icon img {
  width: 90px;
}

.confirmation-box-input {
  padding: 5px 0;
}

.confirmation-box-input input {
  width: 90%;
  padding: 20px 10px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #dbc56c;
  background: #dcc66c;
  color: black;
  margin: 0 auto;
}

.recover-password-button, .save-new-password-button {
  border: 1px solid crimson;
  background: crimson;
  color: white;
  padding: 20px;
  border-radius: 10px;
  width: 70%;
  cursor: pointer;
  margin-bottom: 30px;
  font-size: 16px;
}

.confirmation-continue-div {
    margin-top: 20px;
}

#confirmation-status {
  color: darkred;
  width: 100%;
  display: block;
  text-align: center;
}

/* CONFIRMATION =================================================================================================== */





/* RECOVER PASSWORD =================================================================================================== */

.recover-password-box { 
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
  margin: auto;
  width: 300px;
  height: 320px;
  text-align: center;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.recover-password-box-user-icon img {
  width: 90px;
}

.recover-password-box-input {
  padding: 5px 0;
}

.recover-password-box-input input {
  width: 90%;
  padding: 20px 10px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid lightgoldenrodyellow;
  background: lightgoldenrodyellow;
  color: black;
  margin: 0 auto;
}

.recover-password-continue-button {
  border: 1px solid crimson;
  background: crimson;
  color: white;
  padding: 20px;
  border-radius: 10px;
  width: 70%;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 16px;
}

.recover-password-continue-div {
    margin-top: 20px;
}

#recover-password-status {
  color: darkred;
  width: 100%;
  display: block;
  text-align: center;
}

/* RECOVER PASSWORD =================================================================================================== */






/* CREATE ACCOUNT ========================================================================================== */

.criar-conta-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    height: 514px;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.criar-conta-box-user-icon img {
    width: 90px;
}

/* .aquidolado {
    font-family: LilitaOne-Regular;
    font-size: 30px;
    margin: 0;
    color: crimson;
} */

.criar-conta-box-input {
    padding: 5px 0;
}

.criar-conta-box-input input {
    width: 90%;
    padding: 20px 14px;
    border-radius: 10px;
    border: 1px solid lightgoldenrodyellow;
    background: lightgoldenrodyellow;
    color: black;
    margin: 0 auto;
    font-size: 16px;
}

.criar-conta-button {
    border: 1px solid crimson;
    background: crimson;
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: 70%;
    cursor: pointer;
    margin-top: 25px;
    font-size: 16px;
}

#create-account-status {
    color: darkred;
}

/* CREATE ACCOUNT ========================================================================================== */


/* CONFIGURATIONS ==================================================================================================== */

#my-data-status, #my-password-status {
    color: crimson;
}

/* CONFIGURATIONS ==================================================================================================== */

/* CONFIRMATION CODE ==================================================================================================== */
.confirmation-code-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 385px;
    height: 380px;
    text-align: center;
    padding: 0px;
    border-radius: 10px;
}

.code-container {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin: 20px 0;
}

.code-input {
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    border: 2px solid #ccc;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.code-input:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.code-input.filled {
    border-color: #28a745;
    background-color: #f8fff9;
}

.instructions {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin: 15px auto 20px auto;
    width: 350px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 6px;
}

#verificarBtn {
    display: block;
    width: 70%;
    padding: 12px;
    background-color: crimson;
    color: #dbc56c;
    border: 1px solid crimson;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 0 auto;
}

.feedback {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    min-height: 20px;
}

.success {
    color: #28a745;
}

.error {
    color: #dc3545;
}

.demo-section {
    margin-top: 20px;
    padding: 10px;
    background-color: #e7f3ff;
    border-radius: 6px;
    border-left: 4px solid #007bff;
}

.demo-section p {
    margin: 5px 0;
    font-size: 13px;
    color: #0066cc;
}

#demoCode {
    font-weight: bold;
    font-size: 16px;
    background-color: white;
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid #007bff;
    display: inline-block;
    margin: 0 5px;
}
/* CONFIRMATION CODE ==================================================================================================== */



/* INSTALLATION ==================================================================================================== */

/* Modal de Instalação */
.install-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  backdrop-filter: blur(5px);
  animation: fadeIn 0.3s ease;
}

.install-modal-content {
  background: white;
  border-radius: 20px;
  max-width: 400px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  animation: slideUp 0.3s ease;
}

.install-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  transition: color 0.2s;
}

.install-modal-close:hover {
  color: #333;
}

.install-modal-header {
  text-align: center;
  padding: 30px 20px 20px;
  background: linear-gradient(135deg, #f7dd77 0%, #ff6885 100%);
  color: black;
  border-radius: 20px 20px 0 0;
}

.install-modal-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  margin-bottom: 15px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.install-modal-header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.install-modal-body {
  padding: 25px;
}

.install-modal-body p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}

.install-modal-features {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.install-modal-features li {
  background: #f7f7f7;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
  transition: transform 0.2s;
}

.install-modal-features li:hover {
  transform: translateY(-2px);
  background: #f0f0f0;
}

.install-modal-footer {
  display: flex;
  gap: 10px;
  padding: 0 25px 25px;
}

.install-modal-btn {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.install-modal-btn-primary {
  background: linear-gradient(135deg, #f7dd77 0%, #ff6885 100%);
  color: white;
}

.install-modal-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

.install-modal-btn-secondary {
  background: #f0f0f0;
  color: #666;
}

.install-modal-btn-secondary:hover {
  background: #e0e0e0;
}

.install-modal-note {
  text-align: center;
  padding: 0 25px 25px;
  color: #999;
  font-size: 12px;
  margin: 0;
}

/* Botão flutuante de instalação */
.install-button {
  position: fixed;
  bottom: 70px;
  right: 20px;
  background: linear-gradient(135deg, #d5b432 0%, #ff6885 100%);
  color: black;
  border: none;
  padding: 15px 25px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 999;
  animation: slideInRight 0.5s ease;
  transition: transform 0.2s;
}

.install-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(102, 126, 234, 0.4);
}

.install-button-icon {
  font-size: 20px;
}

/* Animações */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsivo */
@media (max-width: 480px) {
  .install-modal-features {
    grid-template-columns: 1fr;
  }
  
  .install-modal-footer {
    flex-direction: column-reverse;
  }
  
  .install-button {
    left: 20px;
    right: 20px;
    width: auto;
    justify-content: center;
  }
}

/* INSTALLATION ==================================================================================================== */