@media (min-width: 1200px) {
    .legalmanager-main-sn {
        padding-top: 3rem;
        margin-right: 3% !important;
        margin-left: 3% !important;
    }
}

@media (min-width: 768px) {
    .legalmanager-main-sn {
        margin-right: 2% !important;
        margin-left: 2% !important;
    }
}

@media (max-width: 767px) {
    .legalmanager-main-sn {
        margin-right: 1% !important;
        margin-left: 1% !important;
    }
}

.double-nav .breadcrumb-dn {
    color: #fff;
}

.side-nav.wide.slim .sn-ad-avatar-wrapper a span {
    display: none;
}

header, main, footer {
    padding-left: 5em;
    padding-right: 2rem;
}

@media only screen and (max-width: 992px) {
    header, main, footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

/* responsively enforce wrapping */
.card-deck span {
    display: none;
}

@media (min-width: 1367px) {
    .card-deck span:nth-of-type(3n) {
        display: block;
        width: 100%;
    }

}

@media (min-width: 1200px) and (max-width: 1366px) {
    .card-deck span:nth-of-type(2n) {
        display: block;
        width: 100%;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .card-deck span:nth-of-type(2n) {
        display: block;
        width: 100%;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .card-deck span:nth-of-type(1n) {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .card-deck span:nth-of-type(0n) {
        display: block;
        width: 100%;
    }
}


/* add css for margin fix -- this will not be needed after beta */
.card-deck .card {
    margin: 0.5rem;
}

@media (min-width: 1367px) {
    .body-overflow-agenda {
        overflow-y: auto !important;
        overflow-x: hidden !important;
        max-height: 32rem !important;
    }

    .body-overflow {
        overflow-y: auto !important;
        overflow-x: hidden !important;
        max-height: 35rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1366px) {
    .body-overflow-agenda {
        overflow-y: auto !important;
        overflow-x: hidden !important;
        max-height: 22rem !important;
    }

    .body-overflow {
        overflow-y: auto !important;
        overflow-x: hidden !important;
        max-height: 23rem !important;
    }
}

.card-lm {
    min-height: 20em;
}

.canvas-chart-lm {
    min-height: 17em;
}

.card-deck .card:not(:last-child) {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.card-deck .card:not(:first-child) {
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

/* Bot�es circulares */

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 37px;
    height: 37px;
    padding: 9px 9px;
    font-size: 28px;
    line-height: 0.75;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.29;
    border-radius: 35px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.lm-float-left {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.lm-float-icon {
    margin-top: 22px;
}

.lm-float-icon-lg {
    margin-top: 15px;
}

.float-icon-xl {
    margin-top: 12px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: red !important;
    background-color: white;
}

section {
    min-height: 50vh;
}

.on-top {
    z-index: 999999999 !important;
}

.pills-rounded .nav-item .nav-link {
    border-radius: 10em;
}

.trigger {
    padding: 1px 10px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 10px;
    background-color: #eee;
    color: #212121;
    display: inline-block;
    margin: 2px 5px;
}

.guide-float-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 500000;
}

.legalmanager-bg-light {
    background-color: #f3f3f3;
}

.legalmanager-logo {
    border-bottom: 0px !important;
}

.legalmanager-search-crud {
    min-height: 70vh;
}

.legalmanager-form-horizontal {
    margin-top: -1.5rem
}

.my-custom-scrollbar {
    position: relative;
    max-height: 100vh;
    overflow-y: auto;
}


/* Rouded flat icon buttons*/
input[type="button"],
input[type="submit"],
span.btn,
.btn-rouded {
    position: relative;
    display: inline-block;
    font-weight: 500;
    color: #5a5a5a;
    background-color: white;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* box-shadow: 0 4px 12px rgba(102,103,107,0.15); */
    border: 1px solid transparent;
    padding: 10px 20px;
    line-height: 24px;
    font-size: 16px;
    border-radius: 4px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}


@media screen and (prefers-reduced-motion: reduce) {
    .btn-rouded {
        transition: none;
    }
}

.btn-rouded:hover {
    color: #8492a6;
    text-decoration: none
}

.btn-rouded.focus,
.btn-rouded:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 rgba(99, 0, 230, .25);
    box-shadow: 0 0 0 rgba(99, 0, 230, .25)
}

.btn-rouded.disabled,
.btn-rouded:disabled {
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-rouded:not(:disabled):not(.disabled).active,
.btn-rouded:not(:disabled):not(.disabled):active {
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15)
}

.btn-rouded:not(:disabled):not(.disabled).active:focus,
.btn-rouded:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 rgba(99, 0, 230, .25), inset 0 1px 0 hsla(0, 0%, 100%, .15);
    box-shadow: 0 0 0 rgba(99, 0, 230, .25), inset 0 1px 0 hsla(0, 0%, 100%, .15)
}

a.btn-rouded.disabled,
fieldset:disabled a.btn-rouded {
    pointer-events: none
}

.btn-rouded-icon {
    padding: 0px !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 18px !important;
}

.btn-rouded-icon.btn-rouded-lg {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 20px
}

.btn-rouded-icon.btn-rouded-sm {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 14px !important;
    padding: 0px !important;
}

.btn-rouded-hover {
    border-color: transparent !important;
    box-shadow: none !important;
    background: transparent;
}

.btn-rouded-hover:hover,
.btn-rouded-hover:focus,
.btn-rouded-hover.active {
    background-color: rgba(63, 135, 245, 0.1);
    color: #3f87f5;
    border-color: transparent
}

.btn-rouded-hover.text-primary:hover,
.btn-rouded-hover.text-primary:focus {
    color: #3f87f5 !important
}

.btn-circle {
    border-radius: 50% !important;
}

.btn {
    text-transform: none;
    --mdb-btn-padding-top: 0.625rem;
    --mdb-btn-padding-bottom: 0.5rem;
    --mdb-btn-padding-left: 1.1rem;
    --mdb-btn-padding-rigth: 1.1rem;
    padding-top: var(--mdb-btn-padding-top);
    padding-bottom: var(--mdb-btn-padding-bottom);
    padding-left: var(--mdb-btn-padding-left);
    padding-right: var(--mdb-btn-padding-rigth);
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}

/*
badge notification counter
https://mdbootstrap.com/snippets/jquery/mdbootstrap/888566
*/
.dot {
    height: 15px;
    width: 15px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

.sec {
    position: relative;
    right: -13px;
    top: -22px;
}

.counter.counter-agendas {
    top: -8px !important;
    left: 5px !important;
}

.counter.counter-agendas.active {
    color: #fe1212 !important;
    background-color: #fff !important;
}

.counter.counter-lg {
    top: -14px !important;
}

.help-block.error {
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.text-disabled {
    color: #e0e0e0;
}

/*
#####################
# COMPONENTES
#####################
*/

.lm-field-action {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.lm-field-action__icon {
    margin: 5px 0 0 5px;
}

.lm-glyphicon-large {
    font-size: 21px;
}

select.lm-select {
    padding: 0rem 0 0rem 0;
    margin:-0.6rem 0 0rem 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ced4da;
}

label.lm-select {
    font-size: 0.8rem;
    margin-bottom: 0rem;
    display: block;
    padding-top: 1.06rem;
}


/* 
####################
# FORMULARIO
#################### 
*/


.stopwatch-container {
    background-color: #FFFFFF;
    color: #000;
    /* border: 1px solid rgba(0, 0, 0, 0.3);
    border-width: 1px 1px 0px 1px; */
    border-radius: 8px;
    bottom: 0;
    font-family: Arial, Helvetica;
    font-size: 12px;
    line-height: 14.4px;
    position: fixed;
    width: 280px;
    z-index: 10000;
    right: 10px;
    overflow: hidden;
    transition: transform ease-out 0.3s;
    transform: translateY(0%);
    box-shadow: 0 0 0 1px rgba(0,0,0,.06), 0 29px 36px -9.5px rgba(0,0,0,.265), 0 56px 91px 0 rgba(0,0,0,.108), 0 21.5px 120px 0 rgba(0,0,0,.051);
}

.stopwatch-container.minimized {
    transform: translateY(-webkit-calc(100% - 27px));
    transform: translateY(-moz-calc(100% - 27px));
    transform: translateY(calc(100% - 27px));
}

.stopwatch-container .hidden {
    display: none;
}

.stopwatch-container .fa {
    margin-right: 5px;
}

.stopwatch-container hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #D5D5D5; /* old IE */
    background-color: #D5D5D5; /* Modern Browsers */
    margin: 0 auto;
}

.stopwatch-container .stopwatch-container-content {
}

.stopwatch-container .timer-label {
    display: inline-block;
}

.stopwatch-container .timer-originId {
    display: inline-block;
    margin-left: 20px;
}

.stopwatch-container .stopwatch-container-title {
    background: none repeat scroll 0 0 #EEEEEE;

    cursor: pointer;
    overflow: hidden;
    padding: 6px;
}

.stopwatch-actions {
    margin: 8px 0;
}

.stopwatch-container a {
    text-decoration: none;
    color: #336699;
}

.stopwatch-container .stopwatch-container-title .stopwatch-container-title-text {
    float: left;
    width: 88%;
}

.stopwatch-container .stopwatch-container-title .stopwatch-container-title-button {
    float: right;
}

.stopwatch-container .stopwatch-container-title .stopwatch-container-title-button a {
    display: inline;
}

.stopwatch-container .stopwatch-container-title .stopwatch-container-title-button a.hidden {
    /* display: none; */
    visibility: hidden;
}

.stopwatch-container .stopwatch-container-stopwatch {
    /* height: 600px; */
    overflow-y: auto;
}

.stopwatch-container-stopwatch::-webkit-scrollbar {
    display: none;
}

.stopwatch-container-stopwatch {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.stopwatch-container .stopwatch-footer {
    margin-top: 10px;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
}

.stopwatch-container .button {
    display: inline-block;
    border: 1px solid rgb(197, 197, 197);
    border-radius: 4px;
    padding: 3px 5px;
    margin-left: 3px;
    background-color: #D8E4EB;
    font-weight: bold;
    line-height: 16px;;
    cursor: pointer;
}

.stopwatch-container .button.play {
    background-color: #f9fdfc;
    border: 1px solid #146c43;
    border-radius: 4px;
    color: #146c43;
    font-weight: bold;
    line-height: 16px;
}

.stopwatch-container .button.pause {
    background-color: #fffbee;
    border: 1px solid #CC9A06;
    border-radius: 4px;
    color: #CC9A06;
    font-weight: bold;
    line-height: 16px;
}

.stopwatch-container .button.finalize {
    background-color: #fbfdff;
    border: 1px solid #417fb0;
    border-radius: 4px;
    color: #2c6a9b;
    font-weight: bold;
    line-height: 16px;
}

.stopwatch-container .button svg {
    margin: 0px 4px 0px 4px;;
}

.stopwatch-container-add {
    padding: 8px;
    box-shadow: 0px -4px 8px rgb(0 0 0 / 12%);
}

.stopwatch-container-total {
    padding: 8px;
}


.stopwatch-container-footer {
    margin: 0px 8px 8px 0px;
    text-align: right;
}

.stopwatch {
    padding: 4px;
    margin: 4px;
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
    min-height: 136px;
}

.stopwatch div {
    padding: 0px 4px;
}

.stopwatch-timer div {
    padding: unset;
}

.stopwatch.active {
    /* background-color: #EEEEEE; */
}

.stopwatch .close-button {
    float: right;
}

.stopwatch .stopwatch-footer {
    margin-top: 16px;
    margin-bottom: 8px;
    text-align: right;
}


.stopwatch .button.hidden {
    display: none;
}

.stopwatch-title {
    background: #f2f2f2;
    border-radius: 4px;
    min-height: 30px;
    padding: 8px !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

.active .stopwatch-title {
    background: #fbfdff;
    color: #2c6a9b;
}


.stopwatch-title .stopwatch-warning-time {
    display: block;
    color: #CF5050;
    margin-bottom: 5px;
    width: 100%;
}

.stopwatch-title-text {
    display: flex;
    width: 93%;
    font-weight: bold;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 512 512"><path fill="currentColor" d="M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z"/></svg>');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;

}

.stopwatch-title-text:focus {
    background-image: none;
}

.stopwatch-content {
    padding-top: 6px;
}

.stopwatch-content .row {
    margin: unset;
    padding: 4px 0px 4px 0px;
    display: flex;
    justify-content: space-between;
}

.stopwatch.active .stopwatch-title,
.stopwatch.active .stopwatch-content .stopwatch-timer {
    font-weight: bold;
}

.stopwatch-content .stopwatch-timer {
    overflow: hidden;
}


.stopwatch-content .stopwatch-timer .timer-duration {
    display: inline-block;
    padding: 5px;
    /* border: 1px solid #A9A9A9; */
    /* margin-left: 10px; */
}

.stopwatch-vinculo-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 10px;
    color: #63788C;
    font-family: Verdana, Arial, 'Microsoft Sans Serif';
    text-decoration: none;
}

.stopwatch-vinculo-label:hover {
    white-space: unset;
    overflow: unset;
}

.stopwatch-texto-padrao {
    font-size: 10px;
    color: #63788C;
    font-family: Verdana, Arial, 'Microsoft Sans Serif';
    text-align: end;
    cursor: pointer;
}

.stopwatch-description textarea {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    border: 1px solid #CFE2FF;
    border-radius: 8px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    word-wrap: break-word;
    word-break: break-all;
    resize: none;
}

.stopwatch-description textarea {
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stopwatch-description textarea:focus {
    height: 60px;
    overflow: unset;
    text-overflow: unset;
    transition: height 0.5s;
}

.stopwatch-subcontainer.disabled-container {
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0.4;
    pointer-events: none;
}

/* Alertas e Notificações */

.file-upload-drop-area {
    border: 2px dashed #8ab9e3;
    /* border-radius: 20px; */
    background-color: #f9fafc;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    color: #8ab9e3;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
}

/* Spinner loading */
.cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 60px;
    height: 60px;
    border-style: solid;
    border-color: #007bff;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.dropdown-menu {
    left: auto;
}

div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_length input {
    width: 80px;
}

div.dataTables_wrapper div.dataTables_length label {
    display: inline-flex;
}

.select-dropdown {
    background-color: #fff;
}

.navbar .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: white;
}

.cursor-pointer {
    cursor: pointer!important;
}

.cursor-not-allowed {
    cursor: not-allowed!important;
}

.text-underlined {
    text-decoration: underline;
}

.row .clustered label {
    margin-bottom: 1px;
}

.clustered .md-form{
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
}

.vh-5{
    height: 5vh!important;
}
.vh-10{
    height: 10vh!important;
}
.vh-15{
    height: 15vh!important;
}
.vh-20{
    height: 20vh!important;
}
.vh-25{
    height: 25vh!important;
}
.vh-30{
    height: 30vh!important;
}
.vh-35{
    height: 35vh!important;
}
.vh-40{
    height: 40vh!important;
}
.vh-45{
    height: 45vh!important;
}
.vh-50{
    height: 50vh!important;
}
.vh-55{
    height: 55vh!important;
}
.vh-60{
    height: 60vh!important;
}
.vh-65{
    height: 65vh!important;
}
.vh-70{
    height: 70vh!important;
}
.vh-75{
    height: 75vh!important;
}
.vh-80{
    height: 80vh!important;
}
.vh-85{
    height: 85vh!important;
}
.vh-90{
    height: 90vh!important;
}
.vh-95{
    height: 95vh!important;
}
.vh-100{
    height: 100vh!important;
}

/*Corrigir o bug do scroll horizontal no datatable*/
.dataTables_scrollBody th:first-child {
    visibility: hidden!important;
}

/*Marcadores de expansão de linha do datatable*/
table.dataTable td.dt-control {
    text-align: center;
    cursor: pointer
}

table.dataTable td.dt-control:before {
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: inline-block;
    color: white;
    border: .15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 .2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;
    content: "+";
    background-color: #4285f4
}

table.dataTable tr.dt-hasChild td.dt-control:before {
    content: "-";
    background-color: #58a1d6
}

/*Usado nos mostradores de filtros do filtro+*/
.optfilter {
    background-color: #F4F9FD;
    border: 1px solid #b8daff;
    padding: 3px;
    margin: 2px;
    display: inline-flex;
    color: #004085;
    border-radius: .25rem;
    font-size: 12px;
}

.removeFilter {
    border: 0px;
    background-color: #F4F9FD;
    box-sizing: border-box;
    padding: 0px 4px;
    color: #004085;
    font-size: 12px;
}

table.table-sm td {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.lm-button-overlay {
    position: absolute;
    right: -50%; /* Isso move a div pela metade de sua largura para a esquerda */
    top: 0; /* Você pode ajustar isso para mover os botões para cima ou para baixo */
    z-index: 1; /* Isso garante que os botões apareçam acima do card */
}

.disabled img {
    filter: grayscale(100%) brightness(100%) contrast(90%) blur(0px) sepia(0%) invert(0) opacity(0.5) drop-shadow(2px 2px 1px #011);
}

/* Adiciona o asterisco apenas ao label associado a qualquer elemento com o atributo required */
form.needs-validation div:has(*[required]) > label::before {
    content: "* ";
    color: red;
    font-weight: bold;
}



