.breadcrumb {
    padding: 0 !important;
    background-color: transparent !important;
}

.breadcrumb>li+li:before {
    color: rgba(51, 51, 51, 0.68);
    font-weight: bold !important;
    content: '\02C3';
    padding: 0 7px 0 5px;
}

.breadcrumb h5 {
    display: inline;
}

.margin-initial{
    margin-top: 20px;
}

.header-page{
    text-transform: uppercase;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.input-search{
    margin-top: 5px;
    margin-bottom: 20px;
}

.input-search .form-control{
    height: 35px;
}

#headerFilters{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

#headerFilters .erase, #headerFilters .erase:hover{
    color: #196af7;
    cursor: pointer;
}

#headerFilters .erase:hover{
    text-decoration: underline;
}

.header-image{
    margin-bottom: 30px;
}

h1{
    height: 0 !important;
    text-indent: -99999px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

#headerRow{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #196af7;
}

.box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
}

.box:last-child {
    margin-bottom: 10px;
}

.box a{
    width: 100%;
}

.box .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    aspect-ratio: 16 / 9;
    border: 1px solid #dddddd;
    overflow: hidden;
}

.box .logo img {
    max-height: 100%;
    object-fit: cover;
}

.box .text {
    flex: 1;
    min-width: 0;
    padding-top: 10px;
}

.box .text .title {
    display: flex;
    font-weight: normal;
    font-size: 14px;
    color: #666;
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    word-wrap: break-word;
    word-break: break-word;
    align-items: flex-start;  /* Alinha ao topo */
    margin: 0;
    padding: 0;
}

.box .text .title .position {
    display: flex;
    font-weight: normal;
    font-size: 1rem;
    color: #FFF;
    background-color: #666;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    flex-shrink: 0; 
    justify-content: center;
    align-items: center;
}

.box .text .title .title-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;    /* Limita o texto a 2 linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
    max-height: 32px;         /* 2 linhas x 15px */
    flex: 1;                 /* Ocupa espaço restante */
    background: transparent;  /* Remove fundo */
    color: #666;            /* Mantém cor do texto */
    font-size: 14px;        /* Mantém tamanho do texto */
    white-space: normal;
    word-break: break-word;
    align-self: center;
}

.box .text .categories {
    display: block;
    color: #196af7;
    font-size: 12px;
    font-weight: 600;
    /* white-space: nowrap; */
    overflow: hidden;
    text-transform: uppercase;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.box .button {
    width: 95px;
    min-width: 75px;
}

.box .button a {
    width: 100%;
    border-radius: 10px !important;
    background-color: #196af7;
    color: #fff;
    text-align: center;
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    white-space: nowrap;
}

.box .button a:hover,
.box .button a:active,
.box .button a:focus {
    background-color: #196af7 !important;
    border-color: #196af7 !important;
    outline: none !important;
    outline-offset: none !important;
    box-shadow: none !important;
}

.contentNotFound{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.searchSettingsColumn .title{
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
}

.categories-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: start;
}

.category-item {
    position: relative;
}

.category-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.category-label {
    display: flex;
    align-items: center;
    padding: 5px 40px 5px 15px;
    background-color: #4dabf7;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #4dabf7;
    font-weight: 500;
    color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.category-label small {
    margin-left: 5px;
}

.category-label:hover {
    background-color: #196af7;
    /* transform: translateY(-2px); */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: #103f91;
}

.category-input:checked+.category-label {
    background-color: #196af7;
    color: white;
    border-color: #103f91;
    box-shadow: 0 5px 15px rgba(77, 171, 247, 0.3);
}

.category-input:checked+.category-label::after {
    content: "✓";
    position: absolute;
    right: 15px;
    font-size: 1.2rem;
    font-weight: bold;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Fundo escuro */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1056;
    /* Acima de outros conteúdos */
}

.loading-overlay .text-light {
    color: white;
    font-size: 20px;
}

.loading-message {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 2px #000000;
}

@media (max-width: 991px) {
    .categories-list {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
        gap: 12px;
        justify-content: start;
        padding-bottom: 15px;
    }
    .category-item{
        width: fit-content;
        white-space: nowrap;
    }

    .contentItens{
        margin-top: 15px;
    }

    .box{
        /* width: 100%; */
    }

    .box .text .categories{
        white-space: nowrap;
    }

    .box .button{
        width: 50px;
        min-width: unset;
    }

    .box .button a{
        line-height: 31px;
        width: 50px;
        padding: 8px 15px;
        overflow: hidden;
    }

    .box .button a:before{
        font-family: 'Font Awesome 6 Pro';
        content: '\f2f6';
        font-weight: 300;
        margin-right: 20px;
    }
}