body {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    align-content: space-between;
}

main {
    flex: 1 1 auto;
}

.img-logo{
    height: 2.5rem;
}

.w-md-50 {
    width: 50% !important;
}

.imagemDoUsuario {
width:35px;
height:35px;
object-fit: cover;
}

.custom-img-fluid {
    width: 100%;
    aspect-ratio: 1/1;
}

.custom-img-fluid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Tamanho do mapa, se retirar o mapa n�o aparece */
#map {
    height: 300px;
}

#Search {
    min-width: 300px;
}

.border-dashed {
    border: 1px dashed black;
}

.truncate-3-rows {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cursor-pointer {
    cursor: pointer;
}

.p-6 {
    padding: 5rem !important;
}

.ratio-1x06{
    aspect-ratio: 1/0.6;
    object-fit: cover;
}

.upload-card {
    width: 10rem;
    height: 10rem;
}

.swiper-button-next:after {
    font-weight: 900;
    color: #000;
    font-size: smaller;
}

.swiper-button-prev:after {
    font-weight: 900;
    color: #000;
    font-size: smaller;
}

.swiper-slide:hover .swiper-button-prev,
.swiper-slide:hover .swiper-button-next {
    display: flex;
    opacity: 1;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #ffffff !important;
}

.swiper-button-prev,
.swiper-button-next {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ffffffe4 !important;
    color: black;
}

.ui-tree {
    display: flex;
    flex-wrap: nowrap;
}

.ui-tree .ui-tree-node {
    flex: 0 0 auto;
    margin-right: 10px;
}


.accordion-button:not(.collapsed) {
    background-color: #d2d2d2;
}

.accordion-button:not(.collapsed) {
    background-color: #d2d2d2;
}

.swiperImagens {
    overflow: visible !important;
}

.page-link:focus {
     box-shadow: none; 
}

@media (max-width: 768px) {
    .w-md-50 {
    width: 100% !important;
    }
}