h2{
    color:white;
}
.error{
    color:red;
    font-size:14px;
}
.form-control.error{
    border:1px solid red;
}

.navbar-vertical .navbar-nav .nav-item .collapse .nav .nav-item .nav-link, .navbar-vertical .navbar-nav .nav-item .collapsing .nav .nav-item .nav-link{
    font-weight: 300;
    white-space: normal;
}
.navbar-vertical .navbar-nav .nav-item .collapse .nav .nav-item .nav-link.active, .navbar-vertical .navbar-nav .nav-item .collapsing .nav .nav-item .nav-link.active{
    font-weight: 400;
}
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
    font-weight: 300;
}
.dataTable-wrapper .dataTable-container .table thead tr th{
font-weight: 500 !important;
}
.choices[data-type*=select-one]:after {
    top: 20px;
    color: var(--bs-primary);
}
.choices-error .choices__inner{
    border:1px solid red;
}
.choices__item {
    white-space: pre-line; /* Garante que quebras de linha (\n) sejam interpretadas corretamente */
}
h2{
    font-weight: 500;
}
.input-group-text{
    border-radius: 40px 0 0 40px;
    border: 1px solid black;
    color: var(--bs-primary);
    padding-left:20px;
}
.no-border{
    border:none;
}
.avatar-sm{
    width: 50px !important;
    height: 50px !important;
    margin-right:10px;
    border-radius:50px;
}

.usermenu{
    display: flex;
    align-content: flex-start;
}

#usermenu{
    color:var(--bs-white);
    line-height: 17px;
    padding-top: 10px;
}

.navbar-vertical.navbar-expand-xs.fixed-start{
    padding:15px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link{
    padding: 7px 20px;
}

.dropdown-role{
    color:white;
    margin-top:5px;
    font-size:13px;
    font-weight: 300;
}

#slider-div {
    display: flex;
    flex-direction: row;
}

#slider-div>div {
    margin: 8px;
    color:var(--bs-primary);
}

.slider-handle{
    background: var(--bs-primary);
}

.slider.slider-horizontal{
    width: 100%;
}

label{
    color:var(--bs-primary);
    font-weight: 300;
    font-size: 20px;
}


.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{
    color: #888181;
    font-weight: normal;
}
.datepicker-inline{
    width: 100%;
}
.datepicker table{
    width: 100%;
    margin:auto;
}
.datepicker table tr td, .datepicker table tr th, .datepicker table tr td:hover, .datepicker table tr th:hover{
    padding:5px;
    border: 5px solid white;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active{
    border: 5px solid white;
}
.datepicker .day{
    font-weight: bold;
}
.datepicker .new.day{
    color: #afafaf;
    font-weight: normal;
}

.choices__list--dropdown{
    z-index:999;
}

.datepicker{
    border:1px solid var(--bs-secondary);
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active{
    background-color: var(--bs-primary);
    background-image: none;
    border:none;
}

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
    background-color: var(--bs-secondary);
    background-image: none;
    border:none;
}
.tox-tinymce{
    border-radius: 40px !important;
    border: 1px solid black !important;
}
.tox-statusbar__text-container{
    display:none !important;
}
.tox-icon svg{
    color: var(--bs-primary);
    fill: var(--bs-primary) !important;
}
.tox-edit-area iframe .mce-content-body p{
    color:var(--bs-primary) !important;
    font-weight: 300 !important;
    font-family: "Poppins", sans-serif !important;
}
.choices__inner{
    min-height: 50px;
}
.choices__list--multiple .choices__item{
    background-color: var(--bs-primary);
    border:1px solid var(--bs-primary);
}
.result-card .card-header hr{
    border-bottom: 1px solid rgba(219, 219, 219, 1);
    margin:20px 0 0 0;
}
.result-card .card-header{
    padding-bottom:0;
    border-radius:50px ;
}
.result-card .card-header h3{
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.03em;
}
.result-card .card-header p{
    color: rgba(59, 59, 59, 0.6);
    font-weight: 400;
    font-size: 15px;
}
.bs-primary{
    color: var(--bs-primary)
}
.badge{
    padding: 10px 15px 10px 15px;
    border-radius: 900px;
    gap: 10px;
    background-color: rgba(234, 234, 234, 1);
    color: rgba(59, 59, 59, 1);
}
.badge-new{
    border:1px solid var(--bs-primary);
    color: var(--bs-primary);
    background-color: transparent !important;
    font-size: 15px;
    font-weight: 600;
    /* position:absolute;
    top:20px;
    right:20px; */
    width: fit-content;
    margin-left: auto;
    margin-top: 20px;
    margin-right: 20px;
}
.result-card a{
    color: rgba(227, 12, 61, 1);
    font-size:14px;
    font-weight: 500;
}

.search-form .btn{
    margin:0 !important;
    font-size: 18px;
    font-weight: 500;
    height: 52px !important;
    line-height: 10px;
    border: 1px solid var(--bs-primary) !important;
}

.search-form .input-group-text, .search-form .form-control{
    border: 1px solid var(--bs-primary) !important;
}

.search-form .form-control, .search-form .form-control::placeholder {
    color:black !important;
}


.btn-outline-secondary{
    border:1px solid var(--bs-primary);
    color: var(--bs-primary);
}

.btn-sm{
    border-radius: 50px;
    font-weight: 400;
    height: 50px;
    font-size: 14px !important;
    align-items: center;
    display: flex;
    justify-content: space-around;
}
.btn-sm svg{
    margin-right: 5px;
}

.card-header .btn-outline-secondary{
    margin:0;
    padding:13px 22px;
    border:1px solid var(--bs-primary);
    color: var(--bs-primary);
    font-size: 15px;
    font-weight: 400;
    height: 52px !important;
}



.fixed-plugin .card {
    position: fixed !important;
    right: -380px;
    top: 2%;
    height: 95%;
    left: auto !important;
    transform: unset !important;
    width: 380px;
    border-radius: 0;
    padding: 0 10px;
    transition: 0.2s ease;
    z-index: 1020;
    border-radius: 20px;
}

.fixed-plugin .show .card {
    right: 10px !important;
    margin-right: 20px !important;
}

.dataTable-wrapper .dataTable-top .dataTable-dropdown label, .dataTable-selector {
    font-size: 13px;
}

.prompt{
    transition: all 0.5s ease;
}
.table-bordered > :not(caption) > *{
    border-width: 1px !important;
}
.icon-shape i{
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center ;
}
.choices__list--multiple .choices__item{
    margin-top: 4.2px;
    padding: 2px 10px;
}