.container-wrapper {
    width: 100%;
    height: 100vh;
}

.page-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 8%;
    left: 18%;
    display: flex;
}

.container-left {
    width: 18%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid rgb(240, 240, 240);
    position: fixed;
}

.container-left-items {
    height: 100%;
}

.container-right {
    position: fixed;
    z-index: 2;
    background-color: white;
    right: 0;
    top: 0;
    width: 82%;
    height: 10%;
    border-bottom: 1px solid rgb(235, 235, 235);
    display: flex;
    justify-content: space-between;
    /* -webkit-box-shadow: 0px 3px 6px -5px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 3px 6px -5px rgba(0,0,0,0.57);
    box-shadow: 0px 3px 6px -5px rgba(0,0,0,0.57); */
}

.profile-pic {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-image: url(../img/Gabriel\ Ferreira.jpg);
    background-position: center;
    background-size: cover;
}

.notify-area {
    display: flex;
    flex-direction: row;
    width: 20%;
    align-items: center;
    justify-content: space-around;
    margin-right: 100px;
    gap: 6px;
    width: 450px;
}

.notify-area>i {
    font-size: 30px;
}

.seta {
    position: absolute;
    margin-left: 5px;
    cursor: pointer;
}

.fa-solid.fa-bell {
    background-color: #f8fafb;
    padding: 15px;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.fa-solid.fa-cart-shopping.fa-not {
    background-color: #f8fafb;
    padding: 15px;
    border-radius: 100px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.fa-solid.fa-cart-shopping.fa-not:hover {
    background-color: #EBFBF4;
    color: #58BE9C;
    transition: 0.5s ease-in-out;
}

.fa-solid.fa-bell:hover {
    background-color: #EBFBF4;
    color: #58BE9C;
    transition: 0.5s ease-in-out;
}

.container-right .position-relative {
    position: relative;
}

.container-right .position-relative .fa-search {
    position: absolute;
    left: 10px;
    /* Ajuste a distância horizontal conforme necessário */
    top: 47px;
    transform: translateY(-40%);
}

.container-right .position-relative .form-control.pesquisa {
    padding-left: 40px;
    /* Ajuste a distância horizontal conforme necessário */
}

.container-right .position-relative .form-control.pesquisa::-webkit-search-cancel-button {
    cursor: pointer;
}

.lupa {
    font-size: 1rem;
    color: #dadada;
    top: .75rem;
    left: .75rem;
    margin-left: 20px;
}

.pesquisa::placeholder {
    margin-left: 70px;
}

.notification {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    margin-left: 7px;
    margin-top: 8px;
}

.container-right .position-relative .form-control.pesquisa:focus {
    -webkit-box-shadow: 1px 2px 23px -6px rgba(135, 255, 225, 0.63);
    -moz-box-shadow: 1px 2px 23px -6px rgba(135, 255, 225, 0.63);
    box-shadow: 1px 2px 23px -6px rgba(135, 255, 225, 0.63);
}

.pesquisa::-webkit-input-placeholder {
    margin-left: 70px;
}

.pesquisa::-moz-placeholder {
    margin-left: 70px;
}

.pesquisa {
    padding-top: 20px;
    padding-left: 2.5rem;
    width: 350px !important;
    border: none !important;
    background-color: #f8f8f8 !important;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.selector {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10%;
    gap: 20px;
    padding-left: 8%;
    padding-top: 1%;
    -webkit-box-shadow: -1px 8px 24px -21px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 8px 24px -21px rgba(0, 0, 0, 0.75);
    box-shadow: -21px 8px 24px -21px rgba(0, 0, 0, 0.75);
}

.texts {
    display: flex;
    flex-direction: column;
}

.named {
    font-weight: 900;
    text-transform: uppercase;
}

.dashlist {
    font-weight: 500;
}

.icon-arrow {
    cursor: pointer;
}

.pics img {
    border-radius: 10px;
}

.menu-title {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #dddddd;
}

.titulo-nav {
    margin-top: 10px;
}

.logout {
    display: flex;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    bottom: 10px;
    width: 100%;
    color: rgb(178, 178, 178);

}

.logout i {
    margin-right: 17px;
    transform: translate(30%, 13%);
}

.logout:hover {
    color: #58BE9C;
}

.nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ul-config {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    gap: 5px;
}

.button {
    padding: 15px;
    display: flex;
    flex-direction: flex-start;
    color: rgb(172, 172, 172);
    margin-right: 12%;
    width: 100%;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.button i {
    margin-right: 17px;
    transform: translate(30%, 13%);
}

.li-item-1 {
    /*PARA TESTES, APAGAR DEPOIS */
    background-color: #EBFBF4;
    color: #58BE9C;
    border-radius: 15px;
}

.button:hover {
    padding: 15px;
    border-radius: 15px;
    background-color: #EBFBF4;
    transition: 0.3s ease-in-out;
    color: #58BE9C;
}

hr {
    border-color: rgb(172, 172, 172) !important;
}