
.container-persona-user{
    margin: auto;
    max-width: 1400px;
}

.nothing-here {
    display: flex;
    padding: 1rem;
    align-items: center;
    justify-content: center;
}

.nothing-here h6{
    font-weight: 100;
}


/* sidebar user / usuário*/

.badge-persona {
    position: absolute;
    margin-left: 15px;
    margin-bottom: 30px;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.user-init-menu {
    width: 25%;
    min-height: 100vh;
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 10px;
}

.user-init-menu p{
    color: #212121;
}

.user-init-menu .menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.user-init-menu .nav-item {
    margin: 10px 0;
}

.user-init-menu .nav-item a {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: #212121;
    transition: background 0.3s;
    border-radius: 5px;
}

.user-init-menu .nav-item a:hover {
    background-color: #f1f1f1;
}

.user-init-menu .nav-item i {
    margin-right: 10px;
    font-size: 20px;
}

.sidebar-brand{
    display: flex;
    margin: 1.2rem;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    background-color: #f1f1f1cc;
    border-radius: 10px;
    padding: 10px;
}

.img-profile-user {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.user-info-sidebar{
    display: block;
}



@media only screen and (min-width: 201px) and (max-width: 1350px) {

    .user-info-sidebar{
        display: none;
    }
    .sidebar-brand{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1200px) {

    .user-init-menu {
        width: 10%;
        padding: 1rem 0.5rem;
    }

    .user-init-menu .nav-item span {
        display: none;
    }

    .user-init-main {
        margin-left: 0%;
        width: 93%;
    }

    .user-init-menu .menu-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }

}

.menu-toggle-persona-cs{
    display: none;
}

@media (max-width: 700px) {

    /* .user-init-menu {
        display: none;
    }

    .menu-toggle {
        display: block;
        position: fixed;
        top: 1rem;
        left: 1rem;
        background-color: #fff;
        padding: 0.5rem;
        border-radius: 5px;
        z-index: 20;
    }

    .user-init-main {
        margin-left: 0;
        width: 100%;

    } */

    .user-init-menu {
        width: 15%;
        padding: 1rem 0.5rem;
    }

    .user-init-menu .menu-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }
}

@media (max-width: 500px) {

    .user-init-menu {
        display: none;
    }



    .user-init-main {
        margin-left: 0;
        width: 100%;

    }

    .user-init-menu .menu-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }
}


@media (max-width: 1200px) {

    .sidebar-brand{
        margin: 0;
        display: flex;
        justify-content: center;
    }
    .menu-toggle-persona{
        display: block;
        /* position: fixed; */
        top: 1rem;
        left: 1rem;
        background-color: #fff;
        padding: 0.5rem;
        border-radius: 5px;
        z-index: 20;
        border: none !important;
    }

    .menu-toggle-persona i{
        color: #212121;
        font-size: 30px;
    }

    .menu-toggle-persona-cs{
        display: block !important;
        position: absolute;
        top: 13rem;
        left: 5rem;
        background-color: #fff;
        padding: 0.5rem;
        border-radius: 5px;
        z-index: 20;
    }
}

@media (max-width: 900px) {
    .sidebar-branad{
        margin: 0.2rem;
    }
}

@media (max-width: 800px) {
    .img-profile-user {
        height: 80px;
        width: 80px;
    }

    /* .sidebar-brand{
        margin: 0.8rem;
    } */
}


/* main-content */

.user-init-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.default-user-content{
    padding: 2rem 0rem;
    border-radius: 10px;
}

.user-init-main {
    /* margin-left: 22%; */
    width: 75%;
    min-height: 100vh;
    background-color: #fff;
    border-radius: 10px;
    padding: 2rem;
    position: relative;
    margin-bottom: 10px;
}

@media (max-width: 1200px) {

    .user-init-menu .nav-item i{
        margin-right: 0px;
    }
    .user-init-main {
        margin-left: 0%;
        width: 93%;
    }

    .default-user-content{
        width: auto;
    }

    /* carrossel mobile favoritos */

    .fav-product-container{
        gap: 6px !important;
        overflow-x: auto;
        overflow-y: hidden; /* Removendo o scroll vertical */
        white-space: nowrap
    }

    /* Estilizando a barra de rolagem para navegadores WebKit (Chrome, Safari) */
    .fav-product-container::-webkit-scrollbar {
        height: 8px; /* Altura da barra de rolagem */
        padding: 20px;
    }

    .fav-product-container::-webkit-scrollbar-thumb {
        background-color: #ffffff13; /* Cor do botão de rolagem */
        border-radius: 6px; /* Borda arredondada do botão de rolagem */
        width: 50px !important;
    }

    .fav-product-container::-webkit-scrollbar-track {
        background-color: #eee; /* Cor do fundo da barra de rolagem */
    }

    /* Estilizando a barra de rolagem para navegadores Firefox */
    .fav-product-container {
        scrollbar-width: none; /* Para fazer a barra não aparecer */
        /* width: 80%; Largura do carrossel */
    }

    .fav-product-container::-webkit-scrollbar-thumb {
        background-color: #b1b1b1 !important; /* Cor do botão de rolagem */
        border-radius: 10px; /* Borda arredondada do botão de rolagem */

    }

    .fav-product-container::-webkit-scrollbar-track {
        background-color: transparent !important; /* Cor do fundo da barra de rolagem */
    }


    .budget-info{
        gap: 6px !important;
        overflow-x: auto;
        overflow-y: hidden; /* Removendo o scroll vertical */
        flex-wrap: nowrap !important;
    }

    /* Estilizando a barra de rolagem para navegadores WebKit (Chrome, Safari) */
    .budget-info::-webkit-scrollbar {
        height: 8px; /* Altura da barra de rolagem */
        padding: 20px;
    }

    .budget-info::-webkit-scrollbar-thumb {
        background-color: #ffffff13; /* Cor do botão de rolagem */
        border-radius: 6px; /* Borda arredondada do botão de rolagem */
        width: 50px !important;
    }

    .budget-info::-webkit-scrollbar-track {
        background-color: #eee; /* Cor do fundo da barra de rolagem */
    }

    /* Estilizando a barra de rolagem para navegadores Firefox */
    .budget-info {
        scrollbar-width: none; /* Para fazer a barra não aparecer */
        /* width: 80%; Largura do carrossel */
    }

    .budget-info::-webkit-scrollbar-thumb {
        background-color: #b1b1b1 !important; /* Cor do botão de rolagem */
        border-radius: 10px; /* Borda arredondada do botão de rolagem */

    }

    .budget-info::-webkit-scrollbar-track {
        background-color: transparent !important; /* Cor do fundo da barra de rolagem */
    }

}

@media (min-width: 501px) and (max-width: 700px) {

    .fav-product-container{
        gap: 5px !important;
    }

}

@media (min-width: 381px) and (max-width: 500px) {

    .user-init-main {
        margin-left: 0;
        width: 100%;
        padding: 0.8rem;
    }

    .budget-item-info{
        padding: 0px !important;
        background-color: transparent !important;
    }

    .fav-product-container{
        gap: 3px !important;
    }

    .card-image-persona {
        height: auto !important;
    }

    .card-imgs-persona {
        height: 100px !important;
    }

    .card-persona {
        max-height: 150px;
        border-radius: 8px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 10px -20px, rgba(0, 0, 0, 0.185) 0px 30px 60px -30px;
    }

}

@media (max-width: 380px) {
    .card-imgs-persona{
        height: 100px !important;
    }

    /* Estilo para cada item de categoria */
    .category-item {
        flex: 0 0 auto;
        margin-right: 10px; /* Espaçamento entre os itens */
        box-sizing: border-box; /* Garante que a largura inclua a margem */
        text-align: center;
    }

    /* Estilo para as imagens */
    .single-banner img {
        max-width: 100%;
        height: auto;
    }

    .budget-info .budget-info-card{
        width: 15rem;
        margin-right: 0px;
    }
}

/* Orçamentos */

.btn-notifications{
    border-radius: 5px;
    background-color: #018b2a;
    color: #fff !important;
    height: fit-content;
    padding: 7px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.btn-notifications-delete{
    border-radius: 5px;
    background-color: #9b1919;
    color: #fff;
    height: fit-content;
    padding: 7px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.btn-pdf-budget-active{
    border-radius: 5px;
    background-color: #018b2a;
    color: #fff;
    height: fit-content;
    padding: 7px 10px;
}

.btn-pdf-budget-disabled{
    border-radius: 5px;
    background-color: #a1a0a0;
    color: #7a7878;
    height: fit-content;
    padding: 7px 10px;

}

.budget-container{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 12px;
    padding: 15px;
}

.budget-info{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    transition: .5s !important;
    margin: 0.5rem 0;
}

.budget-info .budget-info-card{
    position: relative;
    display: block;
    width: 19em;
    margin-right: 15px;
    margin-bottom: 10px;
    transition: .5s !important;
    border-radius: 12px;
    /* box-shadow: -11px -7px 24px 10px #b1b0b01f; */
    background-color: #ffffff;
    border: 0.3px #d4d4d4 solid;
    /* padding: 25px 20px; */
}

.budget-item-info{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 6px 15px;
    transition: .5s !important;
    overflow-x: hidden;
}

.budget-item-info-card{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    margin-right: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: .5s !important;
    border-radius: 5px;
    background-color: #f1f1f1;
    /* box-shadow: 2px 1px 3px 1px #b1b0b01f; */
    /* padding: 25px 20px; */
}

.budget-footer{
    border-top: 0.5px solid #dad9d979;
    padding-top: 5px;
}

.status-container{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.tag-green{
    background-color: #008609;
    padding: 8px 10px;
    margin: 0px;
    color: #fafafa !important;
}

.tag-green:hover{
    background-color: #037c0b;
    padding: 8px 10px;
    margin: 0px;
    color: #fafafa !important;
}

.tag-red{
    background-color: #9b1919;
    padding: 8px 10px;
    margin: 0px;
    color: #fafafa !important;
}

.tag-blue{
    background-color: #007bff;
    padding: 8px 10px;
    margin: 0px;
    color: #fafafa !important;
}

.tag-deseable{
    background-color: #dad9d9;
    padding: 8px 10px;
    margin: 0px;
}


.tag-green a{
    color: #fff !important;
    transition: 0.3s;
}

/* .tag-red a{

}
.tag-blue a{

} */
.tag-deseable a{
    color: #585757 !important;
}


/* Fim dos Orçamentos */


/* favoritos */

/* From Uiverse.io by Kagamiie */
.project-info {
    padding: 5px 8px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
}

.project-title {
    font-weight: 500;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: black;
}

.lighter {
    font-size: 0.9em;
    height: 3rem;
    overflow: hidden;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tag {
    font-weight: lighter;
    color: grey;
}

/*DELETE THIS TWO LINE*/
.delete {
    background-color: #f1f1f14b;
}

.btn-options {
    background-image: linear-gradient(to right, rgba(21, 149, 255, 1), rgba(7, 125, 223, 1));
    color: #fff;
}

.card-img-persona div {
    width: 90%;
}
/*IF USING IMAGES*/

.card-persona {
    padding: 0;
    /* margin: 20px 10px; */
    background-color: white;
    color: black;
    width: 130px;
    max-height: 200px;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 10px -20px, rgba(0, 0, 0, 0.185) 0px 30px 60px -30px;
}

.card-img-persona {
    position: relative;
    top: -20px;
    height: 100px;
    display: flex;
    justify-content: center;
}

/* Change the .card-img div to .card-img img to use img*/
.card-img-persona a,
.card-img-persona div {
    background-size: cover;
    height: 150px;
    width: 90%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-imgs-persona {
    transition: all 0.5s;
    height: 120px;
    margin: 10px;
}



.fav-product-container {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.fav-product {
    max-width: 220px;
}

.card-sl--persona {
    border-radius: 8px;
    background-color: #fff;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.card-image-persona{
    display: flex;
    justify-content: center;
    height: 125px;
}

.card-image-persona img {
    height: 110px;
    border-radius: 8px 8px 0px 0;
}

.fav-button {
    position: absolute;
    right: 5px;
    top: 5px;
    display: flex;
    justify-content: center;
    width: 30px;
    z-index: 2;
    color: #cc1b00;
    font-size: 15px;
    padding: 2px;
    border-radius: 3px;
    /* box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19); */
}

.fav-button:hover {
    color: #fff;
    background: #cc1b00;
    -webkit-animation: pulse 1.5s infinite;
}

.card-heading-persona {
    font-size: 18px;
    font-weight: bold;
    background: transparent;
    padding: 10px 15px;
    height: 60px;
    overflow: hidden;
}

.card-text-persona {
    padding: 10px 15px;
    background: #fff;
    font-size: 14px;
    color: #636262;
}

.card-button-persona {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
    color: #ffffff;
    /* border-radius: 0 0 8px 8px; */
}

.card-button-persona:hover {
    text-decoration: none;
    background-image: linear-gradient(to right, rgb(3, 159, 231), rgb(0, 113, 241));
    color: #000;

}

.action-message-container{
    position: absolute;
    top: 50%;
    left: 45%;
}
.action-message {
    /* display: block; */
    position: absolute;
    font-size: 14px;
    color: green;
    display: none;
    z-index: 9999; /* Garante que esteja à frente do conteúdo */
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

/* .options-p{

} */


