:root{
    /* --azul-principal: red; */
    --azul-principal: #5bb4ff;
}

/* Readbook */
.col-livro {
    /* max-width: 150px !important; */
    margin: 20px 0;
    padding: 0 !important;
    min-width: 175px!important;
    max-width: 175px!important; 
    min-height: 280px;
}
.row-list-livros{
    gap: 10px;
    padding-top: 20px;
    padding-left: 30px!important;
}
.link-livro {
    text-decoration: none;
    color: #000;
    text-align: center;
    width: 100%;
}
.livro h1{
    font-size: 25px;
    padding: 10px;
}
.livro {
    background-position: center;
    background-size: cover;
    background-color: #ccc;
    /* width: 200px; */
    /* min-height: 290px; */
    background-repeat: no-repeat;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    overflow: auto;
    width: 100%;
    height: 100%;
}
.livro:hover {
    transform: scale(1.1);
}
nav{
    background: var(--azul-principal)!important;
}

.navbar-cel{
    transition: transform 0.3s ease-in-out;
}

.icon-heart-comment-liked{
    fill: #dc3545;
    color: #dc3545;
}

.padding-modal{
    padding: 0 10px;
}

body, html{
    height: 100vh;
}

*::-webkit-scrollbar-track{
    background: #EDF0F4!important;        /* color of the tracking area */
}

*::-webkit-scrollbar-thumb{
    background-color: #A8A8A8;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid #fff;  /* creates padding around scroll thumb */
}

.img-perfil-menu{
    border-radius: 5px!important;
}

ul.dropdown-repost{
    padding: 10px 10px;
    /* width: 200px; */
}

textarea.text-comment-big{
    min-height: 200px!important;
}

.container-label-img{
    padding: 0!important;
    width: 70%!important;
}

.icon-post, .icon-comment{
    opacity: .88;
}

.icon-comment{
    height: 15px;
    margin-bottom: 10px;
    margin-left: 5px;
}

.tetx-like-post-phone{
    display: none;
}

div.modal-specific-comment-body{
    padding: 0;
}


.username-comment, .date-comment{
    font-size: 13px;
    opacity: .88;
    margin-top: -5px;
    margin-bottom: 0px;
}

div.icons-config-comment{
    opacity: .5;
    display: flex;
    gap: 20px;
    margin-top: 5px;
}

div.response-icon-comment
div.heart-icon-comment{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.icon-comment-response{
    height: 17px;
    width: 17px;
    margin-left: -3px;
}


/* ESCONDER TEXTO */
.text-expand {
    max-height: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}

.can-open{
    cursor: pointer;
    /* margin-bottom: -5px; */
}

.text-expand.expanded {
    white-space: normal; /* Permite que o texto expanda */
    max-height: none!important; /* Remove a limitação de altura */
}

nav.navbar-pc.navbar-expand-md{
    padding-left: 100px;
    padding-right: 100px;
}


nav *,
div.row-info-post *,
.col-conf-post,
form.form-post div.modal-body,
.user-select-none,
.offcanvas-body{
    -webkit-touch-callout: none;  /* iPhone OS, Safari */
    -webkit-user-select: none;    /* Chrome, Safari 3 */
    -khtml-user-select: none;     /* Safari 2 */
    -moz-user-select: none;       /* Firefox */
    -ms-user-select: none;        /* IE10+ */
    user-select: none;            /* Possível implementação no futuro */
}

.div-comment-reply{
    margin-left: 20px!important;
    /* margin-top: 5px; */
    border: 0;
    position: relative;
}

.div-comment-reply .card-comment-open{
    padding-top: 10px!important;
    position: relative;
    margin: 0;
}

.original-coment{
    background: #eee;
    border: 0;
    padding-top: 10px!important;
}

.div-comment-reply::before{
    content: "";
    height: 100px;
    width: 15px;
    /* background-color: #cecece90; */
    border-left: 2px solid #eeee;
    border-bottom: 2px solid #eeee;
    position: absolute;
    top: -50px;
    left: 0px;
}

/* ESCONDER TEXTO */

.dropdown-menu{
    border: 0!important;
    box-shadow: 0 0 2px rgba(0,0,0,.12), 0 8px 16px rgba(0,0,0,.14);
}

.menu-father-icon{
    margin-right: 10px;
}

.img-menu-chat{
    /* margin-left: 20px;  */
    height: 25px;
}

div#row-type-feed{
    /* background: transparent!important;
    box-shadow: 0px 0px transparent!important;
    border: 0!important; */
    display: flex;
    /* padding: 0; */
    text-align: center;
    background: #fff;
    margin-top: 0!important;
    /* margin-bottom: 10px; */
    border-radius: 0!important;
}

div#row-type-feed .col p{
    border-bottom: 2px solid #cecece90;
    font-size: 17px;
    margin-left: 20px;
    margin-right: 20px;
}
div#row-type-feed .col.feed-active p{
    border-bottom: 2px solid var(--azul-principal);
    font-size: 17px;
}
div#row-type-feed .col p{
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.container-verificado,
.container-new-group{
    /* margin-top: 100px; */
    /* padding: 0 200px!important; */
    background-color: transparent!important;
}

.col-text-group{
    overflow: hidden;
}

/* BARRA DE ROLAGEM */
*::-webkit-scrollbar{
    width: 12px;               /* width of the entire scrollbar */
}

.img-add-file{
    height: 40px;
}

.button-block-user, .div-icon-block{
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.alert-success-absolute, .alert-danger-absolute{
    position: fixed!important;
    display: none;
    top: 90px;
    z-index: 9;
    /* right: 5px; */
    left: 40px;
    width: 400px;
    margin: 0 auto;
}

/* .alert-danger-absolute{
    position: fixed!important;
    top: 100px!important;
    z-index: 9;
    right: 15px;
    left: 15px;
    width: 90%;
    margin: 0 auto;
} */

.img-reply{
    width: 20px;
    transform: scaleX(-1);
    position: absolute;
    right: 20px;
    bottom: 5px;
    cursor: pointer;
}


.nav-item{
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-feed{
    background: #F4F2EE;
}

nav.navbar-cel{
    display: none;
}

.view-password{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0!important;
    height: 30px;
    right: 10px;
    cursor: pointer;
}

.name-likes,
.name-comment{
    color: #000;
    text-decoration: none;
    width: 100%;
}
.name-likes{
    margin-bottom: 15px;
}
.name-likes h1,
.name-comment h1{
    display: flex;
    align-items: center;
    gap: 5px;
}

.col-img-login, .col-img-register{
    background: var(--azul-principal);
    display: grid;
    place-items: center;
}

.col-md-6 h3 a{
    text-decoration: none;
}

.col-seguir{
    padding-right: 5px;
}

.img-how-to-use{
    width: 100%;
}

.icon-img-post{
    color: var(--azul-principal);
    margin-bottom: 20px;
}

.video-post{
    width: 100%;
    border-radius: 15px;
}

.img-verificado-conta{
    height: 20px;
    width: 20px;
}

.img-verificado-comentario{
    height: 15px;
    width: 15px;
}

.img-tester-comentario{
    height: 25px;
}

.btn-remove-file-post, .btn-edit-file-post{
    position: absolute;
    height: 40px;
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    z-index: 9;
}

.icon-config-img-post{
    height: 15px;
    width: 15px;
}

.btn-remove-file-post .btn-dark{
    width: 40px;
    height: 40px;
    background: #dc3545;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.emoji{
    height: 22px;
    width: 22px;
}

.emoji-big{
    height: 15px;
    width: 15px;
}

.btn-container-add-img{
    position: absolute;
}

.img-icon-emoji{
    height: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    background: var(--azul-principal);
    border-radius: 50%;
    transform: translateY(-50%);
    padding: 1px;
    cursor: pointer;
}

.cropper-container{
    /* height: 500px; */
    max-height: 681px;
    width: 100%!important;
}

.btn-edit-file-post .btn-dark{
    width: 40px;
    height: 40px;
    background: var(--azul-principal);
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.btn-red{
    background: #dc3545;
    color: #fff;
    box-shadow: 0 4px 0 #dc354580!important;
}
button.btn-red:hover{
    background: #dc3545;
    color: #fff;
    box-shadow: 0 4px 0 #dc354580!important;
}

.modal-body{
    border-radius: 10px;
}

.modal-body-img{
    background: transparent!important;
}

.dark-img{
    height: 20px;
    margin-right: 5px;
}

.label-img{
    /* height: 400px;
    width: 100%; */
    /* background: #d3d3d3;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
    background-image: url('../img/photo.png'); */
    transition: opacity 0.5s;
    padding: 0!important;
    /* display: none; */
    border-radius: 4px;
}

.text-post {
    overflow: hidden;
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-top: 4px;
    /* transition: max-height 0.3s ease; */
}

.link-name {
    display: inline-block; /* Garante que o elemento tenha uma largura definida */
    max-width: 70%!important; /* Ajuste isso conforme a largura desejada ou um valor fixo */
    overflow: hidden; /* Oculta o texto que excede o limite */
    text-overflow: ellipsis; /* Adiciona reticências (...) quando o texto é cortado */
    white-space: nowrap; /* Impede que o texto quebre em várias linhas */
}


.span-seguir{
    color: var(--azul-principal);
    text-decoration: 1px var(--azul-principal) underline;
    font-size: 15px;
}

.span-deixar-seguir{
    color: #000;
    text-decoration: 1px #000 underline;
    font-size: 15px;
    opacity: .88;
}

.text-post.collapsed {
    /* max-height: 157px;  */
}


.comment-father-icon{
    width: 15px;
    opacity: .5;
    position: absolute;
}

.label-img:hover{
    opacity: 0.7;
}

.card-post-text{
    height: 100%!important;
    padding: 10px;
}

h3#modal-comentarios{
    margin-left: -10px;
}

.comment-open{
    background-color: #F5F5F5;
    padding: 10px;
    border-radius: 5px;
}

.comment-text{
    /* background: #F5F5F5; */
    /* padding: 0 15px 10px 15px; */
    border-radius: 0 15px 15px 15px;
    /* margin-bottom: 10px; */
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow-wrap: anywhere;
    /* padding-right: 40px; */
}

.trash-chart{
    margin-left: -10px;
    margin-top: 5px;
}

.div-status-comment{
    justify-content: right;
    align-items: end;
    align-items: end;
    justify-content: right;
}

div#modal-curtida-body,
div#modal-comments-body{
    padding-bottom: 100px;
    overflow: auto;
}

div#modal-content-body{
    max-height: calc(100% - 72px) !important;
    min-height: calc(100% - 72px) !important;
    /* height: calc(100% - 72px) !important; */
}

.modal-footer-comment{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.card-comment{
    padding: 10px 20px 5px 20px;
    margin-top: 10px;
    background: #F5F5F5;
    /* border-radius: 20px; */
    position: relative;
}

.row.card-comment{
    margin: 0!important;

}

.card-comment-open{
    padding: 0 20px 5px 20px;
    border-bottom: 1px solid #d3d3d3;
    border-radius: 0;
}

.icon-feather-blue{
    color: var(--azul-principal);
}

.date-comment{
    margin-top: -5px;
}

p.text-comment{
    width: 100%;
    /* margin-top: -10px!important; */
    margin-bottom: 0;
    padding-right: 10px;
}

textarea.text-comment{
    resize: none;
    max-height: 260px;
    height: 42px;
}


.col-like, .col-comment{
    cursor: pointer;
    transition: 0.01s;
    /* margin: 0 10px; */
}

.col-icon-post{
    padding: 5px;
}

.row-fillter-notifications{
    text-align: left;
    overflow: auto;
    flex-wrap: nowrap!important;
}

/* Para esconder a barra de rolagem no Chrome, Safari e outros navegadores Webkit */
.row-fillter-notifications::-webkit-scrollbar {
    display: none;
}

/* Para garantir que a rolagem ainda funcione, mesmo com a barra escondida */
.row-fillter-notifications {
    -ms-overflow-style: none;  /* Para o IE e Edge */
}

.row-fillter-notifications .col-notification{
    padding: 0;
    display: flex;
    width: auto;
    margin-right: 5px;
    cursor: pointer;
    /* background: #00000018; */
    padding: 0 20px;
    border-radius: 5px;
}

.col-notification p{
    margin-bottom: 2px;
}

.col-notification{
    border-bottom: 2px solid transparent;
    margin-bottom: 10px;
}
.col-notification.notification-type-active{
    border-bottom: 2px solid var(--azul-principal);
}

.col-like:hover, .col-comment:hover{
    background: #d3d3d371;
    border: 0;
    border-radius: 4px;
}

.form-text-comment{
    width: 100%;
    resize: none;
    height: 65px;
    text-align: initial;
    color: #d3d3d3;
    text-wrap: auto;
}

.img-publicidade-horizontal{
    width: 100%;
}

.container-404{
    justify-content: center;
    display: flex;
}
.img-page-not-found{
    height: 500px;
}

textarea.textarea-red{
    color: red!important;
}

.texto-verificado-ate{
    /* padding-top: 50px; */
}

.container-account{
    max-width: 100px;
}
.container-404{
    height: 100%;
    display: grid;
    place-items: center;
}

.col-form-login, .col-form-register{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.col-form-login .container,.col-form-register .container{
    background: #dfdede;
}
.form-login{
    width: 100%;
    padding: 0 250px;
}
.form-login-readbook{
    width: 100%;
    padding: 0 100px;
}

.form-register{
    width: 100%;
    padding: 0 100px;
}

.input-login{
    /* font-size: 20px;
    margin-top: 5px;
    width: 400px;
    border: 0!important;
    border-radius: 0!important;
    border-bottom: 3px solid var(--azul-principal)!important; */
    /* background: transparent !important; */
    /* border-bottom: 2px solid var(--azul-principal) !important; */
    background: #F7F8F9 !important;
    border-radius: 8px !important;
    box-shadow: 0 0 0 0!important;
    border: 0!important;
    border-radius: 8px !important;
    font-size: 20px !important;
    /* background: #F7F8F9 !important; */
    height: 55px;
}

.input-login.is-invalid{
    /* border-color: #dc3545!important; */
    border: 1px solid #dc3545!important;
}

.form-register .col-md-6{
    margin-top: 20px;
}
.label-register{
    margin-top: 20px;
    width: 100%!important;
}

.form-group{
    margin-top: 40px;
}

.btn-login{
    background: var(--azul-principal)!important;
    width: 100%;
    color: #fff!important;
    margin: 50px 0;
}

.btn-login:hover{
    border: 1px solid var(--azul-principal)!important;
    color: var(--azul-principal)!important;
    background: #ffffff00!important;
}

div.link-criar-conta{
    text-align: center!important;
    margin-top: -50px!important;
    /* padding-bottom: 100px!important; */
}

main{
    height: calc(100% - 76px);
}

.title-notification{
    margin-top: 20px!important;
    margin-bottom: 50px!important;
}

.container-login{
    height: 100%!important;
}

img.img-conta-menu{
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.link{
    text-decoration: 2px underline var(--azul-principal);
    color: var(--azul-principal);
    background-color: transparent;
    border: 0;
}

.img-conta-perfil{
    height: 100px!important;
    width: 100px!important;
    max-height: 100px!important;
    max-width: 100px!important;
    min-height: 100px!important;
    min-width: 100px!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.img-perfil-menu{
    height: 35px!important;
    width: 35px!important;
    max-height: 35px!important;
    max-width: 35px!important;
    min-height: 35px!important;
    min-width: 35px!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.img-conta-pesquisa{
    height: 50px!important;
    width: 50px!important;
    /* max-height: 50px!important;
    max-width: 50px!important;
    min-height: 50px!important;
    min-width: 50px!important; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.nav-link{
    transition: 0.2s!important;
}

.active{
    border-bottom: 2px solid #fff!important;
}

.btn-outline-blue{
    color: #fff!important;
    border: 1px solid #fff!important;
}

.btn-outline-blue:hover{
    background: #fff!important;
    color:var(--azul-principal)!important;
    border: 1px solid #fff!important;
}

.div-permissions{
    border-bottom: 1px solid #000;
    padding: 20px 0;
    font-size: 18px;
}

.icon-more-account{
    background: #97979757;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.icon-permissions{
    width: 20px;
    margin-right: 10px;
}

.div-permissions label{
    cursor: pointer;
}

.btn-blue{
    color: #fff!important;
    background: var(--azul-principal)!important;
    /* border: 1px solid #fff!important; */
    box-shadow: 0 4px 0 var(--azul-principal)80!important;
}
.btn-blue-send-comment{
    color: #fff!important;
    background: var(--azul-principal)!important;
    max-height: 42px!important;
}

.message-error{
    color: #dc3545!important;
}

.btn-red-cancel-comment{
    color: #fff!important;
    background: #dc3545!important;
    max-height: 42px!important;
}

.btn-danger{
    box-shadow: 0 4px 0 #dc35469c!important;
}


.btn-gray, .btn-secondary{
    color: #fff!important;
    background: #979797!important;
    border: 0!important;
    box-shadow: 0 4px 0 #97979780!important;
}

.btn-gray:hover{
    opacity: .5;
}

div.img-account-likes{
    height: 45px;
    width: 45px;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 4px;
}

.img-account-suggestion{
    height: 35px;
    width: 35px;
    border-radius: 5px;
    object-fit: cover;
    margin-left: 4px;
}

.img-account-add-comment{
    height: 50px!important;
    width: 50px!important;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 20px;
}

.img-edit{
    width: 150px;
    height: 150px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: 0.2s;
}

.img-error{
    border: 1px solid #dc3545;
}

.img-edit img{
    transition: 15s;
    display: none;
}

.img-edit:hover img{
    display: block;
}

.img-edit:hover{
    box-shadow: inset 0px 0px 20px 100px #0404042c;
}

.row-likes{
    /* background: #d3d3d3; */
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-top: 10px!important;
    align-items: start;
}

.link-user{
    font-size: 18px;
    margin-top: 10px!important;
}

.btn-blue:hover{
    opacity: 0.7;
}

.icon-fillter{
    width: 27px;
    height: 27px;
    border-bottom: 2px solid transparent;
}

.col-post h2 a, .name-search{
    color: #000;
    text-decoration: none;
}

.col-conversa{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form-chat{
    margin-bottom:90px;
    display: flex;
}


.card-post-account{
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-link:hover{
    transform: scale(1.2);
}

div.img-conta-menu{
    margin-left: 9px!important;
}
.dropdown-toggle, .img-list-chat{
    min-height: 40px!important;
    height: 40px!important;
    min-width:40px!important;
    width:40px!important;
    border-radius: 50%;
    background-color: #fff!important;
    display: flex!important;
    place-items: center;
    color: #000;
    padding: 0!important;
    margin-left: 11px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}

.dropdown-toggle::after{
    margin-left: 45px!important;
}

.icon-menu{
    width: 24px;
    height: 24px;
    /* margin: 0 10px; */
    color: #fff;
}

.col-name-user p{
    margin-top: -15px;
    font-size: 20px;
}


.col-name-user div.numbers-user{
    font-size: 20px;
}


.span-seguidores{
    margin-right: 17px;
    margin-left: 17px;
}

.hr{
    width: 100%;
    background: #d3d3d3;
    height: 1px;
}

.row-text-post{
    padding-left: 11px;
    padding-right: 11px;
    position: relative;
}

.row-text-post div{
    padding: 0;
}

.container-account{
    padding-top: 100px;
    width: 1000px!important;
}

/* .container-account .row{
    justify-content: center;
} */

img.img-conta{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 40px;
}

div.img-conta{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin-bottom: 40px;
    background: #d3d3d3;
    display: grid;
    place-items: center;
    font-size: 50px;
}

.notification_opened{
    background: #F5F5F5;
}

.img-conta-post{
    height: 65px!important;
    width: 65px!important;
    border-radius: 10px;
}
.img-account-search{
    width: 50px!important;
    height: 50px!important;
    border-radius: 10px!important;
    background-color: transparent!important;
    display: flex;
    justify-content: end;
    align-items: end;
}

.img-account-search-dentro{
    width: 60%!important;
    height: 60%!important;
    border-radius: 10px!important;
    background-color: transparent!important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* .img-account-search */

.row-info-post{
    font-size: 15px;
    padding: 10px 0;
    /* border-top: 1px solid #d3d3d3c0; */
    /* border-bottom: 1px solid #d3d3d3c0; */
}

.icon-repost{
    height: 20px;
    opacity: .5;
}

.open-comment{
    cursor: pointer;
}

.row-info-post .col{
    display: flex;
    align-items: center!important;
    justify-content: center;
}


.row-reaction-post .col{
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.icon-reaction-post{
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.red{
    color: red;
}

.col-filtro{
    border-bottom: 2px solid #d3d3d3;
}

.col-post h2{
    margin-bottom: 10px;
    font-size: 20px;
    
    overflow: hidden;
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    align-items: center;
    gap: 5px;
}

.col-repost h2{
    margin-bottom: 10px;
    font-size: 15px!important;
}

div.icone-conta-ativo{
    border-bottom: 2px solid #000
}
svg.icone-conta-ativo{
    display: inline-block;
}

.div-story{
    height: 200px!important;
    min-width: 110px!important;
    min-height: 200px!important;
    width: 110px!important;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 0 #cecece90;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.row-stories{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    margin-top: 10px!important;;
    padding-bottom: 10px;
}

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

.col-add-story{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 15px 15px;
    height: 50px;

}

.div-add-story{
    display: flex;
    display: flex;
    align-items: end;
}

.img-story{
    margin: 0 auto;
    margin-bottom: 100px;
    /* width: 300px!important;
    max-width: 300px!important;
    height: 500px!important;
    max-height: 500px!important;
    width: 100%; */
    max-width: 300px!important;
    border-radius: 15px 15px 0 0;
    object-fit: cover; /* Garante que a imagem seja cortada */
    object-position: center; /* Centraliza a área visível da imagem */
}

.video-story{
    max-height: 800px;
}

/* Para Chrome, Safari e outros navegadores */
.scroll-fino::-webkit-scrollbar {
    width: 8px; /* Ajusta a largura da barra de rolagem */
}


div.modal-story div.modal-header,
/* .modal-body, */
.modal-story .modal-content,
.modal-story .carousel-item,
.modal-body-story{
    background: #000!important;
    color: #fff;
    border: 0 !important;
    /* border: 2px solid #000 !important; */
}

.modal-story .carousel.slide,
.modal-story .carousel-inner,
.modal-story .carousel-item,
.modal-story .carousel-inner{
    height: 100%;
}

.modal-story .carousel-item{
    display: flex;
    align-items: center;
}

.modal-story .btn-close{
    filter: invert(1);
}

.modal-story form{
    padding-left: 20px;
}

.modal-story .carousel-indicators{
    display: none;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active{
    display: flex!important;
}

/* .carousel-item{
    margin: 0 auto;
    width: 300px!important;
    max-width: 300px!important;
    height: 500px!important;
    max-height: 500px!important;
    border-radius: 15px 15px 0 0;
    object-fit: cover; 
    object-position: center;
} */

.img-accounr-story{
    height: 40px;
    width: 40px;
    margin: 5px 0 0 5px;
    border-radius: 15px;
    object-fit: cover; /* Garante que a imagem seja cortada */
    object-position: center; /* Centraliza a área visível da imagem */
}

.like-red{
    color: red;
    fill: red;
}

/* sem comentarios e sem curtida */
.row-empty{
    height: 100%;
    display: flex;
    justify-content: center;
    place-items: center;
    padding-top: 300px;
    gap: 20px;
}
.row-empty-comment{
    height: 100%;
    display: flex;
    justify-content: center;
    place-items: center;
    padding-top: 100px;
    gap: 20px;
}

.row-empty div, .row-empty-comment div{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    place-items: center;
}

.row-empty div h3, .row-empty-comment div h3{
    opacity: .88;
}

.icon-empty{
    height: 45px;
    width: 45px;
    opacity: .88;
    margin-bottom: 50px;
}

.card-repost{
    cursor: pointer;
    /* border-radius: 0!important; */
    padding: 15px 0 5px 25px;
    border-bottom: 0!important;
    border: 2px solid #cecece90!important;
    /* border-left: 0!important;
    border-right: 0!important; */
}
.icon-config-post,
.icon-repost{
    height: 20px;
    margin-right: 10px;
}

.limite-post, .limite-denuncia{
    opacity: .88;
    font-size: 14px;
    margin-bottom: 10px;
}

.point-post{
    cursor: pointer;
    display: flex;
    justify-content: end;
    padding: 0!important;
    margin-top: -10px!important;
    font-size: 15px!important;
    color: var(--azul-principal);
    position: absolute;
    bottom: 0;
    padding-right: 10px!important;
    right: 5px;
    width: 97%!important;
    /* box-shadow: 0px -1px 22px 25px; */
}

.point-post img{
    height: 30px;
}

.col-img-post{
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    max-height: 800px;
    /* background: #d3d3d3; */
    padding: 0!important;
    display: flex;
    border-radius: 15px;
    margin: 5px;
    overflow: hidden;
}

.img-post{
    width: 100%;
    min-width: 90%;
    max-height: 800px;
    border-radius: 15px;
}

.multiple-img-post{
    /* width: 100%!important; */
    aspect-ratio: 1/1; /* Mantém a proporção quadrada */
    object-fit: cover!important;
    border: 2px solid #cecece90;
    max-height: 500px!important;
    min-width: 80%!important;
    border-radius: 15px!important;
}

.col-conf-post{
    display: flex;
    justify-content: end;
    
    position: absolute;
    right: 0;
    top: 10px;
}

.col-post p, p.username-likes{
    line-height: 1px;
    font-size: 14px!important;
    opacity: .88;
    margin-top: -2px;
}

.account-search{
    padding-top: 15px!important;
    padding-bottom: 5px!important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.175);
    flex-wrap: nowrap!important;
}

.row-notification,
.row-create-group{
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.175); */
    display: flex;
    justify-content: center;
    /* align-items: center; */
    cursor: pointer;
    border-radius: 15px;
    width: 100%;
    margin: 0;
}
.row-create-group .tetx-config{
    align-items: center!important;
    /* justify-content: start; */
    display: flex;
}

.row-create-group .col-circle{
    max-width: 25px;
}

.row-notification{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    /* min-height: 80px; */
    margin-top: 2px!important;
}


#username-suggestions{
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: -50;
    z-index: 999;
    height: 100px;
    padding: 20px;
    border-radius: 15px;
    display: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#username-suggestions .matched-username {
    text-decoration: underline;
}


.col-publicidade{
    padding: 0 150px!important;
}
.form-mobile{
    display: none!important;
}


.account-search .col p, .account-search .col-6 p, .row-notification .col p, .row-notification .col-6 p, p.username-likes{
    font-size: 15px;
    margin-top: -8px;
    opacity: .88;
}


div.account-likes{
    padding-top: 15px;
    padding-bottom: 15px;
}
.account-likes p{
    margin-bottom: 0!important;
}


#modal-curtida .modal-content .modal-body{
    max-height: 60vh;
    overflow: auto; 
    min-height: 70vh; 
    padding: 0 25px 50px 25px;
}

#modal-curtida .modal-content{
    padding: 5px;
}

.account-search .col p{
    font-size: 15px;
    margin-top: -10px;
}

.account-search .col p, .row-notification .col p{
    font-size: 15px;
    margin-top: -5px;
    margin-bottom: 0;
}

.container-feed{
    padding-bottom: 100px;
}

.modal-view-img.show{
    display: flex!important;
    align-items: center;
}

.account-search .col h3 a{
    text-decoration: none;
}

.modal-fundo-black{
    background: rgb(0 0 0 / 62%);
}



.button-x-modal{
    color: #fff !important;
    /* margin-left: 40px; */
    /* margin-top: 40px; */
    border: 0;
    background: transparent;
    position: absolute;
    z-index: 999;
    background: black;
    border-radius: 15px;
    right: 10px;
    top: 10px;
    padding: 5;
}

div.cursor-pointer, .cursor-pointer{
    cursor: pointer!important;
}

.modal-dialog-grande{
    margin-top: 0!important;
    min-width: 35%!important;
}

div.container-likes{
    padding-bottom: 100px;
}
div.container-comments{
    padding-bottom: 100px;
}

.modal-content-grande{
    background: transparent;  border: 0;
}

.modal-body-grande{
    overflow: auto;
    max-height: 100vh;
    padding: 0 !important;
}

.icon-fixed-post{
    height: 12px;
    width: 12px;
}

.col-info-user{
    background: #F5F5F5;
    border-radius: 15px;
    margin-top: 15px!important;
    padding: 20px;
    padding-bottom: 30px!important;
    position: sticky;
    top: 90px;
    max-height: 400px;
}

.modal-header, .modal-footer, .modal-content, .modal-content-confirm{
    border: 0!important;
    background: #fff!important;
}

.modal-body{
    background: #fff;
}

.modal-content, .modal-content-confirm{
    border-radius: 15px !important;
    border: 2px solid #fff !important;
}

.modal-dialog{
    min-width: 40%;
}

.col-info-user p{
    font-size: 20px;
}

/* div.col-img-conta{
    display: flex;
    justify-content: end;
} */

.form-comment{
    position: relative;
    /* padding-top: 10px; */
    background: #fff;
    margin-bottom: 5px;
    /* padding-top: 10px; */
}
.user-suggestions {
    /* width: calc(100% - 10px); Para manter o alinhamento com o textarea */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 5px 0;
    border-radius: 4px;
    min-width: 300px;
    /* bottom: 109px; */
}

.suggestion-item {
    padding: 10px;
    cursor: pointer;
    text-wrap: nowrap;
}

.suggestion-item:hover {
    background-color: #f0f0f0;
}


.text-nowrap{
    text-wrap: nowrap;
    overflow: hidden;
}


h2.titulo-login, h2.titulo-register{
    text-align: center;
    font-size: 50px;
    margin-bottom: 40px !important;
    /* margin-top: -100px; */
}

.alert-account-create{
    width: 100%;
    position: absolute;
    top: -100px;
}

.row-filtro-account{
    padding-top: 8px;
}

.row-filtro-account .col a{
    color: #000;
    text-decoration: none;
    text-align: center;
}

.row-filtro-account .col{
    text-align: center;
    padding: 5px;
}

.img-account-comment{
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.btn-small{
    font-size: 15px!important;
}

/* .row.buttons-group .col-6:nth-child(1){
    padding: 0;
}
.row.buttons-group .col-6:nth-child(2){
    padding-right: 0;
} */

.row-create-group{
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-top: 2px!important;
}

.btn-back{
    background: transparent;
    border: 0;
    color: #000;
}
.icon-back{
    height: 40px;
    opacity: .5;
    margin-right: 20px;
}

.icon-send-comment{
    opacity: .88;
}


/* CHAT */

.row-list-chat{
    width: 100%;
    /* padding-top: 80px!important; */
    height: 100%;
    padding: 0 50px;
    background: #F4F2EE;
    border-radius: 8px;
    margin: 0!important;
}

div.container-likes .modal-header, div.container-comments .modal-header{
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

body.turbolinks-loading {
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}


.chat-open-name{
    border-radius: 8px;
}

.col-list-chat{
    margin: 0 20px 0 0;
}

#emoji-dropdown {
    position: absolute;
    z-index: 1;
    background: #fff;
    gap: 20px;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 5px;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    /* top: -100px; */
    /* width: 100%; */
}

.emoji-option{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px!important;
    width: 20px!important;
}

.filtro-conta-active{
    border-bottom-color: #000;
}

.list-chat{
    background: var(--azul-principal);
    color: #fff;
    border-radius: 8px;
    padding: 10px;
    /* margin-top: 5px!important; */
    /* min-height: 70px; */
    cursor: pointer;
}
.textarea-chat{
    resize: none;
    height: 100px;
    background: #F4F2EE!important;
    border: 1px solid #fff!important;
    /* color: #F4F2EE!important; */
}

div.div-icons-group{
    font-size: 15px;
    display: flex;
    gap: 20px;
}
.icons-group{
    height: 17px;
    margin-left: -5px;
}

.container-screen{
    padding: 20px 10px 0 10px;
}

.seguidores{
    /* margin-bottom: 30px!important; */
}

.button-submit-chat{
    height: 50px!important;
}

.switch-account{
    display: flex;
    gap: 10px;
    align-items: center;
    padding:  5px 20px;
    margin:  5px 0;
    overflow: hidden;
}

.switch-account .dropdown-item{
    padding: 0;
}

.switch-account img{
   height: 40px;
   width: 40px;
   border-radius: 5px;
   object-fit: cover; /* Corta a imagem para preencher o espaço */
}
.text-switch h5{
    margin: 0;
}
.text-switch p{
    font-size: 15px;
    opacity: .6;
    margin: 0;
    margin-top: -3px;
}

.item-menu-conta{
    margin:  5px 10px;
    padding:  5px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.item-menu-conta svg{
    width: 20px;
    height: 20px;
}

.img-game-menu-pc{
    height: 30px;
    filter: invert(1);
    /* opacity: .6; */
}

.img-game-menu-cel{
    height: 25px;
    /* filter: invert(1); */
}

.card-game{
    background: #fff;
    /* min-height: 300px; */
    width: 300px;
    border-radius: 15px;
    cursor: pointer;
    transition: .5s;
    box-shadow: 0 0 20px 0px #000;
}
.background-game{
    width: 100%;
    border-radius: 15px 15px 0 0;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.card-game:hover{
    transform: scale(1.1);
}
.row-games{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.small-menu-top {
    position: sticky;
    display: none;
    align-items: center;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: transform 0.3s ease-in-out;
    background-color: #fff;
}

.hidden-top-menu {
    transform: translateY(-100%);
}
.hidden-bottom-menu {
    transform: translateY(115%);
}

.icon-small-menu-top{
    position: absolute;
    right: 15px;
    /* top: 5px; */
}

.icon-back-menu-top{
    position: absolute;
    left: 15px;
}

.text-game{
    padding: 20px 10px 20px 10px;
}

.container-game{
    padding-top: 100px;
    gap: 20px;
}


.div-text-chat{
    width: 100%;
    display: flex;
    padding: 0 50px;
}

.div-text-chat-logado{
    justify-content: right;
}

.text-user-nao-logado p, .text-user-logado p{
    margin: 0;
    font-size: 17px;
}

.data-mensagem{
    opacity: 0.5;
    font-size: 10px;
}

.icone-conta-ativo .icon-fillter,
.icone-conta-ativo .feather{
    opacity: 1!important;
}

.text-user-logado{
    background: var(--azul-principal);
    border-radius: 15px 0 15px 15px;
}

.text-user-nao-logado{
    background: #979797;
    border-radius: 0px 15px 15px 15px;
}

div.img-capa-group{
    width: 100px!important;
    height: 100px!important;
    display: flex;
    align-items: start;
}

.background-group{
    min-height: 100px;
    padding: 20px 0;
    border-radius: 10px;
    position: relative;
}

.background-group p, .background-group h5, .background-group .div-icons-group, .icon-settings-group{
    color: #fff;
}


.background-group p{
    margin-top: -10px;
}

.label-color{
    height: 30px;
    width: 30px;
    border-radius: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.menu-drop .dropdown-item{
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
}

h5.tetx-config{
    overflow-wrap: anywhere; 
    /* white-space: nowrap;  */
    /* overflow: hidden;  */
    margin-bottom: 0; 
    margin-left: 10px;
}

.menu-drop .dropdown-item{
    padding-top: 7px;
    padding-bottom: 7px;
}

/* Aumentando o tamanho do label quando o radio button é selecionado */
input[type="radio"]:checked + .form-check-label {
    border: 3px solid #ccc;
    transform: scale(1.3); /* Aumenta o tamanho do label */
}

/* Borda de destaque para os labels ao passar o mouse */
.label-color:hover {
    border: 1px solid #ccc;
    transform: scale(1.1); /* Leve aumento no hover */
}

.icon-settings{
    margin-right: 10px;
    height: 20px;
    width: 20px;
}

.menu-chat-celular{
    display: none;
}

.chat-loading{
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #00000069;
    display: none;
    justify-content: center;
    align-items: center;
}


.post-tudo{
    padding: 0px!important;
    /* gap: 20px; */
    /* flex-wrap: nowrap!important; */
}

.chat{
    max-height: 700px;
    overflow-y: auto;
    padding-bottom: 100px;
}

.spinner-grow{
    height: 100px!important;
    width: 100px!important;
}


@media screen and (max-width: 1859px) and (min-width: 800px)  and (max-height: 1000px) {
    .container-feed .col-md-4{
        min-width: 60%;
    }
    .card-post{
        padding: 20px;
    }

    /* .form-chat{
        bottom: 110px;
        position: absolute;
        left: 10px;
        right: 10px;
        margin: 0 !important;
    } */
}

@media screen and (max-height: 1859px) {
    div#modal-curtida-body,
    #modal-comments-body{
        /* max-height: 77vh; 
        min-height: 77vh; */
    }
    /* .chat {
        max-height: 510px;
    } */
}

@media screen and (max-height: 930px) {
    .chat {
        max-height: 650px!important;
    }
}

@media screen and (max-height: 870px) {
    div#modal-curtida-body,
    #modal-comments-body{
        /* max-height: 76vh; 
        min-height: 76vh; */
    }
    .chat {
        max-height: 615px!important;
    }
}

@media screen and (max-height: 830px) {
    .chat {
        max-height: 600px!important;
    }
}

@media screen and (max-height: 815px) {
    div#modal-curtida-body,
    #modal-comments-body{
        /* max-height: 73vh; 
        min-height: 73vh; */
    }
    .chat {
        max-height: 590px!important;
    }
}

@media screen and (max-height: 810px) {
    .chat {
        max-height: 550px!important;
    }
}

@media screen and (max-height: 798px) {
    div#modal-curtida-body,
    #modal-comments-body{
        /* max-height: 72vh; 
        min-height: 72vh; */
    }

    .chat {
        max-height: 400px;
    }
}

@media screen and (max-height: 720px) {
    div#modal-curtida-body,
    #modal-comments-body{
        /* max-height: 70vh; 
        min-height: 70vh; */
    }

    /* Para Chrome, Safari e outros navegadores */
    .scroll-fino::-webkit-scrollbar {
        display: none!important; /* Oculta a barra de rolagem */
    }

}

@media screen and (max-height: 677px) {
    div#modal-curtida-body,
    #modal-comments-body{
        /* max-height: 68vh; 
        min-height: 68vh; */
    }

    .chat {
        max-height: 450px!important;
    }
}
@media screen and (max-height: 623px) {
    div#modal-curtida-body,
    #modal-comments-body{
        /* max-height: 67vh; 
        min-height: 67vh; */
    }
}
@media screen and (max-height: 605px) {
    div#modal-curtida-body,
    #modal-comments-body{
        /* max-height: 65vh; 
        min-height: 65vh; */
    }
}

@media screen and (max-height: 570px) {
    div#modal-curtida-body,
    #modal-comments-body{
        /* max-height: 62vh; 
        min-height: 62vh; */
    }

    .chat {
        max-height: 250px;
    }

}

@media screen and (max-width: 1859px)  and (min-width: 800px) and (max-height: 1000px) {
    .container-feed .col-md-4{
        width: 40%;
        min-width: 40%;
    }

    .form-login{
        padding: 0 200px;
    }
}

@media screen and (max-width: 1629px) {
    .form-login{
        padding: 0 150px;
    }
}

@media screen and (max-width: 1220px) {
    .form-login{
        padding: 0 100px;
    }
    .form-register{
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .img-logo-login{
        height: 300px
    }

    .container-feed .col-md-4, .container-search .col-md-4{
        min-width: 50%!important;
    }

    .row-list-livros{
        justify-content: center;
        padding: 10px 0 0 0!important;
        margin: 0!important;
        gap: 0px;
    }


    .col-livro {
        margin: 10px;
    }
}


@media (max-width: 1065px) {
    .col-livro {
        padding: 0 !important;
        min-width: 185px!important;
        max-width: 185px!important;
        min-height: 290px;
    }
}


@media screen and (max-width: 1000px) {
    .col-img-login{
        max-width: 300px!important  ;
    }

    .img-logo-login{
        height: 250px
    }

    .col-info-user h4{
        margin-bottom: -10px;
    }

    .col-info-user p{
        font-size: 15px;
        margin-top: -10px;
    }

    .container-feed .col-md-4, .container-search .col-md-4{
        min-width: 60%!important;
        padding: 1px;
    }

    /* .pessoas{
        padding: 0 30px!important;
    } */

    .row-search{
        padding: 0 10px!important;
    }

    .form-mobile1{
        margin-top: 10px;
    }

    .col-post h2 a, .name-search{
        font-size: 16px;
    }

    .text-search-account{
        padding-left: 5px!important;
        min-width: 55%!important;
        max-width: 55%!important;
    }

    .col-repost h2 a, .name-search{
        font-size: 16px;
    }

    .img-page-not-found{
        width: 100%;
        height: auto;
    }

    nav.navbar-pc.navbar-expand-md{
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav-link{
        padding: 0!important;
    }
}



@media screen and (max-width: 992px) {
    .col-info-user{
        width: 100%!important;
    }

    .post-tudo{
        flex-wrap: wrap!important;
    }

    .post-account-here{
        margin-left: 0!important;
    }
}

@media screen and (max-width: 850px) {
    .none-cel{
        display: none;
    }
    .img-logo-login{
        height: 200px
    }

    .container-feed {
        padding-top: 0px !important;
    }
    .navbar-pc{
        display: none!important;
    }
    nav.navbar-cel{
        display: block;
    }

    p.text-nenhum-comentario{
        padding-left: 20px;
        padding-top: 30px;
    }

    .padding-modal{
        padding: 0px;
    }
    

    .text-nenhum-like{
        padding-top: 30px;
    }


    .form-login-readbook{
        padding: 0 50px
    }

    p.text-comment{
        width: 100%;
        /* margin-top: 5px!important; */
        margin-bottom: 0;
        padding-right: 10px;
    }

    div.container-game{
        padding-top: 20px;
    }
    div.background-game{
        height: 100px;
    }
    div.card-game{
        width: 242px;
    }

    div.container-likes .modal-header, 
    div.container-comments .modal-header,
    div.container-notifications .modal-header,
    div.container-verificado .modal-header{
        margin-top: 10px;
        /* margin-bottom: -5px!important; */
    }

    /* body{
        height: auto!important;
    } */

    .card-create-post{
        margin-top: 0px!important;
    }
    .form-chat{
        /* margin-top: -200px; */
        display: flex;
    }

    .col-livro {
        min-width: 155px!important;
        max-width: 155px!important;
        min-height: 250px;
        margin-bottom: 20px;
    }

    .post-tudo{
        background: #F4F2EE;
    }

    div.container-likes{
        padding: 0 30px 100px 30px;
    }
    
    div.container-notifications .modal-header{
        padding: 0 15px 0 20px;
    }

    div.container-comments .modal-header{
        padding: 0 20px; 
    }

    .dropdown-config-user{
        margin-left: 10px!important;
        /* margin-top: 10px; */
    }

    .dropdown-config-auth-user{
        margin-left: -10px;
    }

    iframe{
        margin-top: 0;
    }

    .small-menu-top {
        display: flex;
    }

    .row-button-account{
        margin-top: 0px;
    }
}


/* QUEBRA DO MENU */
@media screen and (max-width: 768px) {
    .col-img-login{
        max-width: 300px!important  ;
    }

    .col-icon-post{
        padding: 5px;
        margin: 15px 0;
    }

    .title-notification{
        margin-top: 0px!important;
        margin-bottom: 30px!important;
    }

    .form-search{
        margin-bottom: 20px!important;
    }
    .follow-user{
        /* margin-top: -10px!important; */
    }

    .col-compartilhar{
        display: none;
    }

    .col-seguir, .col-conversar{
        padding: 0;
    }

    .account-search{
        padding-top: 5px!important;
        padding-bottom: 5px!important;
    }

    div.account-likes{
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }

    /* div.account-search.account-likes{
        padding-top: 15px!important;
    } */
    
    div.container-comments{
        background: #fff;
    }

    .container-verificado,
    .container-new-group{
        padding: 0 10px!important;
    }

    .point-post{
        box-shadow: rgb(255, 255, 255) 0px 0px 12px 16px;
    }
    .card-post.dark-mode span.point-post{
        box-shadow: #18191a 0px 0px 12px 16px !important;
    }

    .chat-open-name{
        border-radius: 0px;
    }

    .tetx-like-post{
        display: none;
    }
    .tetx-like-post-phone{
        display: block;
    }

    /* .post-tudo{
        padding: 0px!important;
        gap: 20px;
        flex-wrap: wrap!important;
    } */
    
    .texto-verificado-ate{
        /* margin-top: -50px;
        padding-top: 0px; */
    }

    .background-group{
        margin-left: -20px;
        margin-right: -20px;
        border-radius: 0;
    }

    .content-screen{
        padding-left: 20px!important;
        padding-right: 20px!important;
    }


    .row-empty{
        padding-top: 50px;
    }

    .container-verificado,
    .container-new-group{
        padding: 0 50px!important;
    }

    .account-search .col{
        padding: 0!important;
    }

    #modal-curtida .modal-content .modal-body{
        max-height: 100vh;
    }

    .account-search .col-6, .col-post{
        padding-left: 5px!important;
    }

    .col-form-register{
        order: 2;
    }

    #modal-curtida .modal-body{
        max-height: 100vh;
        padding: 10px 0;
    }

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

    .container-feed{
        padding-top: 0px!important;
    }

    .titulo-register{
        margin-top: 20px!important;
    }

    .col-img-login, .col-img-register{
        min-width: 100% !important;
    }

    .form-login{
        padding: 0 100px
    }
    .form-login-readbook{
        padding: 0 10px
    }


    .form-login-readbook .titulo-login{
        margin-top: 100px;
    }

    .img-logo-login{
        height: 150px
    }

    div.img-capa-group{
        width: 90px!important;
        height: 90px!important;
    }
    

    .titulo-register{
        margin-top: 500px
    }

    .col-conversa{
        max-height: calc(100vh - 100px);
    }

    .row-notification h5{
        line-height: 18px!important;
    }

    .img-notification{
        margin-top: 5px;
    }

    .titulo-login-contas{
        margin-top: -100px;
    }

    .container-account{
        margin-top: -75px;
        min-width: 100%;
    }

    .col-info-user, .post-account-here{
        width: 100%!important;
        position: relative;
        top: 0!important;
    }

    .img-conta-post{
        height: 55px!important;
        width: 55px!important;
    }
    .form-text-comment{
        height: 55px!important;
    }


    .img-account-search{
        width: 55px!important;
        height: 55px!important;
        border-radius: 10px!important;
    }

    div.img-account-likes{
        width: 45px!important;
        height: 45px!important;
        border-radius: 10px!important;
        margin-right: 5px;
    }

    .img-post{
        max-height: 600px;
    }

    .form-text-comment{
        min-height: 55px!important;
    }

    textarea.text-comment-big{
        min-height: 200px!important;
    }

    .chat-conteudo{
        max-height: 100px;
        overflow-y: hidden;
    }

    .col-post h2 a, .name-search{
        font-size: 16px;
        color: #000;
    }

    .form-mobile{
        display: flex!important;
    }

    .container-login{
        height: 100%;
        /* background: var(--azul-principal); */
    }

    .row-login{
        height: 100%!important;
    }

    .col-publicidade{
        display: none;
    }

    .swal2-modal{
        padding: 20px!important;
    }


    .dropdown-toggle, .img-list-chat{
        margin-left: 10px!important;
        margin-right: 5px!important;
    }
    .row-text-post {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row-notification h4{
        line-height: 20px;
    }

    /* .list-chat{
        margin-bottom: 20px;
    } */
    .col-list-chat{
        display: none;
    }

    .div-text-chat{
        padding: 0 0px;
    }
    .row-list-chat{
        padding: 0 0!important;
    }
    .list-chat{
        margin-top: 0px !important;
    }

    .chat{
        padding: 10px 10px 100px 10px!important;
        max-height: 660px;
    }
    
    .form-chat{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .row-notification,
    .row-create-group{
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

    .name-search{
        /* line-height: 5px!important; */
    }

    .title-notification{
        margin: 20px 0 20px 20px!important;
    }

    div.container-game{
        padding-top: 20px;
    }
    div.background-game{
        height: 100px;
    }
    div.card-game{
        width: 45%;
    }
    .row-games{
        display: flex;
        justify-content: center;
    }

    .textarea-chat{
        height: 50px;
    }

    .button-submit-chat{
        height: 50px!important;
    }
    .menu-chat-celular{
        display: flex;
    }

    .row-info-post{
        padding: 0;
        margin-bottom: -10px;
        margin-top: 10px!important;
    }

    .alert-success-absolute, .alert-danger-absolute{
        top: 5px;
        left: 5px;
        right: 5px;
        width: 95%;
        margin: 0 auto;
    }
    /* .col-livro {
        min-width: 140px!important;
        max-width: 140px!important;
        min-height: 220px;
        margin: 0;
        margin-bottom: 20px;
    } */
}

@media (max-width: 615px) {
     /* .col-livro {
        min-width: 140px!important;
        max-width: 140px!important;
        min-height: 220px;
        margin: 0;
        margin-bottom: 20px;
    } */

    .col-livro {
        min-width: 130px!important;
        max-width: 130px!important;
        min-height: 200px;
        margin: 0;
        margin-bottom: 20px;
    }

    .row-list-livros{
        padding-left: 0px!important;
    }

    .container-label-img{
        width: 100%!important;
    }
}

@media screen and (max-width: 570px) {
    .col-img-login {
        max-height: 140px !important;
    }

    .col-form-login, .col-form-register{
        justify-content: start!important;
    }

    .account-search .col-1, .row-notification .col-1{
        width: 65px;
    }
    .col-name-user{
        /* padding-left: 20px!important; */
    }
    .col-name-user h2{
        font-size: 28px;
    }

    .alert-danger-absolute{
        top: 10px!important;
    }

    
    .container-verificado,
    .container-new-group{
        padding: 0 30px!important;
    }

    .form-register .col-md-6{
        margin-top: 0;
    }

    .seguidores{
        width: 100%!important;
    }
    p.seguidores{
        font-size: 15px!important;
        margin-top: 5px;
    }


    .col-name-user .btn-blue{
        margin-bottom: 10px;
        font-size: 15px;
    }

    .col-name-user div, .col-name-user p{
        font-size: 18px;
    }

    .row-list-livros{
        gap: 10px;
        justify-content: center;
    }

    .post-spotify,
    .post-texto{
        padding: 0;
        padding: 0;
        margin: 0;
    }

    .col-livro {
        min-width: 30% !important;
        max-width: 30% !important;
        min-height: 240px;
    }


    .not-webview div#modal-content-body {
        max-height: calc(100% - 150px) !important;
        min-height: calc(100% - 150px) !important;
        height: calc(100% - 150px) !important;
    }



    .form-login{
        padding: 0 40px;
    }


    div.account-likes{
        padding-top: 5px!important;
        padding-bottom: 5px!important;
    }

}

@media (max-width: 510px) {
    .col-livro {
        min-height: 230px;
    }
}
@media (max-width: 455px) {
    .row-list-livros{
        gap: 10px;
        justify-content: center;
    }

    .post-spotify,
    .post-texto{
        padding: 0!important;
        padding: 0!important;
        margin: 0!important;
    }

    .col-livro {
        min-width: 30% !important;
        max-width: 30% !important;
        min-height: 190px;
    }

    .modal-title-readbook{
        /* margin-top: 30px; */
    }
}


@media screen and (max-width: 440px) {
    .col-post p, p.username-likes{        /* line-height: 5px; */
        font-size: 14px!important;
    }

    .follow-user, .btn-sm{
        width: 100%!important;
        margin-bottom: 10px;
    }

    img.img-conta{
        width: 120px;
        height: 120px;
    }

    .card-post{
        border-top: 0!important;
    }

    .card-post-account{
        min-height: 200px;
    }

    .col-img-post{
        max-height: 900px;
        margin: 5px;
    }

    .name-comment{
        width: 100%;
        font-size: 10px!important;
    }
    .name-likes{
        font-size: 15px!important;
        /* margin-bottom: 0; */
    }
    .name-comment{
        margin-bottom: 0;
    }

    .username-comment, .date-comment{
        margin-top: -5px;
        margin-bottom: 0;
    }

    /* .date-comment{
        width: 100%;
        margin-top: -5px;
        margin-bottom: 0px!important;
        font-size: 13px;
        order: 1;
    } */

    .col-post p, p.username-likes{
        margin-top: -2px;
    }


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

    .modal.show .modal-dialog, .modal-content{
        width: 100%!important;
        margin: 0!important;
        border-radius: 0!important;
        border: 0!important;
        margin: 0!important;
    }

    .modal-content, .modal-dialog{
        height: 100%;
    }

    .modal-content.modal-img, .modal-dialog.modal-img{
        height: auto!important;
    }

    .modal-body .row .col-2{
        width: 75px;
    }

    .comment-text h1{
        font-size: 15px!important;
    }

    .account-search .col p, .row-notification .col p{
        font-size: 14px;
        margin-top: -7px;
    }

    .img-edit{
        height: 150px;
    }

    .col-8.col-name-user-edit{
        width: 80%;
    }
/* 
    .row-comment{
        margin-top: 20px!important;
    } */

    .row-comment col{
        padding: 0;
    }
    .alert-account{
        top: 100px!important;
        left: 0;
    }

    .row-button-account{
        width: 160%!important;
    }

    .follow-user, .col-conversar{
        /* margin-top: 10px!important; */
        width: 100%;
    }

}

@media screen and (max-width: 420px) {
    .col-img-login, .col-img-register{
        /* min-width: 100%!important; */
        display: grid;
        place-items: center;
        max-height: 150px;
    }
    .col-form-login, .col-form-register{
        justify-content: start;
    }

    .container-login{
        background: var(--background-feed);
    }

    .col-img-register{
        min-width: 100%!important;
        height: 200px;
        margin-top: 0px!important;
    }
    .h2.titulo-login{
        margin-top: -100px!important;
        font-size: 30px;
    }
    .col-post p, p.username-likes{
        margin-top: -5px;
        line-height: 5px;
        font-size: 14px!important;
    }

    /* .col-post{
        margin-left: 35px;
    } */

    .col-form-register{
        order: 2;
    }

    .col-form-login{
        order: 2;
    }

    .titulo-register {
        margin-top: 30px;
    }

    .col-8.col-name-user-edit {
        width: 90%;
    }

    .img-logo-login {
        height: 100px;
    }

    .container-feed{
        padding-left: 10!important;
        padding-right: 10!important;
        padding-top: 0px!important;
    }

    .card-post{
        border-left: 0!important;
        border-right: 0!important;
        /* border-radius: 0!important; */
        margin: 10px 0 0 0!important;
    }
    .seguidor-post{
        margin-top: -7px!important;
    }

    .col-post p, p.username-likes{
        margin-top: -5px;
        font-size: 13px!important;
    }

    .row-info-post .col{
        font-size: 12px;
    }

    .col-img-post{
        margin: 0 0;
    }

    .row-text-post{
        font-size: 17px;
        /* padding: 0; */
        margin-top: -10px!important;
    }

    .col-comment-text{
        padding: 0!important;
    }

    .icon-menu{
        height: 24px;
        width: 24px;
    }

    .navbar{
        padding: 5!important;
    }
    .row-info-post{
        padding: 5px 0;
    }

    .icon-reaction-post{
        width: 17px;
        height: 17px;
    }

    .img-account-search {
        width: 45px!important;
        height: 45px!important;
        border-radius: 0px;
    }

    .row-search .col-1{
        width: 100px;
    }

    .img-account-likes {
        height: 40px;
        width: 40px;
        margin-right: 5px;
    }

    .link-user{
        font-size: 15px;
        color: #000;
    }

    .modal-header{
        height: 45px;
    }

    .modal.show .modal-dialog{
        margin: 0;
    }
    .col-curtidas-seguir{
        justify-content: start!important;
        display: flex;
        padding: 0;
    }

    .col-name-user .btn-gray, .col-name-user .btn-blue, .col-name-user .btn-danger{
        margin-bottom: 10px;
        font-size: 13px;
    }

    .card-post-text{
        padding: 10px;
    }
    .account-search{
        margin-top: 10px!important;
        margin-bottom: 10px!important;
    }

    .account-search .col h3 a{
        font-size: 15px!important;
    }

    .img-account-search{
        height: 40px;
        width: 40px;
        margin-right: 5px;
    }

    .account-search .col p, p.username-likes{
        font-size: 12px!important;
        margin-top: -8px;
    }

    .card-post-account{
        height: 100px!important;
        min-height: 170px!important;
    }
}

@media screen and (max-width: 415px) {
    .text-search-account{
        min-width: 55%!important;
        max-width: 55%!important;
    }

    div.background-game{
        height: 150px;
    }
    div.card-game{
        width: 100%;
    }
}

@media screen and (max-width: 315px) {
    .text-search-account{
        min-width: 45%!important;
        max-width: 45%!important;
    }
}

