.select-categoria > option, .categoria-selecionada {
    color: var(--bs-body-color)!important;
}

.select-categoria:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
}

.select-categoria > option:first-child {
    display: none;
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.noticia .swiper-button-prev:after, .noticia .swiper-button-next:after, .noticia .swiper-button-next, .noticia .swiper-button-prev {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.btn-custom {
    align-items: center;
    display: flex;
    justify-content: center;

    background: #f1f1f1;
    border: 1px solid #ddd;
    color: var(--main-color);
    line-height: 18px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.btn-custom:hover {
    color: var(--third-color);
}

.btn-hlb {
    margin: 0 auto;
    max-width: 500px;
}

.icone-btn-custom {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
}

.icone-modal-carimbo-tempo, .icone-modal-assinatura-digital {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    line-height: normal;
    text-align: center;
}

.icone-modal-hlb {
    align-items: center;
    display: flex;
    justify-content: center;

    color: var(--main-color);
    line-height: normal;
    text-align: center;
}

.icone-modal-hlb img {
    margin-right: 10px;
}

.text-right{
    text-align: right;
}

.overlay_loading{
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10000;
    display: none;
    width: 100%;
    height: 100%;
}

#ui-datepicker-div{
    z-index: 9999 !important;
}

.ui-datepicker td a{
    text-align: center;
}

blockquote {
    font-style: italic;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}