/* your styles go here */
.settings-toggle {
    height: 165px !important;
}

.settings-toggle-option-text {
    height: 149px !important;
}

select.form-control {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: auto !important;
}

select option.bg-success,
select option.bg-warning,
select option.bg-danger{
    color: #fff;
    padding: 5px;
}
select option.bg-success:hover,
select option.bg-warning:hover,
select option.bg-danger:hover{
   background-color: initial!important;
}

.sidebar [data-bs-toggle=collapse]:before {
    border: solid;
    border-width: 0;
    content: " ";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.7rem;
    top: 1rem;
    transform: rotate(270deg);
    transition: all .2s ease-out;
}

.sidebar [aria-expanded=true]:before,
.sidebar [data-bs-toggle=collapse]:not(.collapsed):before {
    top: 1.2rem;
    transform: rotate(90deg);
}

.sidebar-link:focus {
    background: #2196F3 !important;
}

.dz-success-mark,
.dz-error-mark {
    display: none !important;
}

.table-action a {
    margin: 0 5px !important;
}

.dz-message {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(53, 107, 197);
    border-image: none;
    max-width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 15px;
    text-align: center;
}

.dz-image {
    margin-top: 20px;
}

.listaImagens .stretched-link {
    max-height: 195px;
    overflow: hidden;
}

/*
 CUSTOM JENNER
*/
body {
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: #393939;
}

body[data-theme=colored] .sidebar-link, body[data-theme=colored] a.sidebar-link,
body[data-theme=colored] .sidebar-link i, body[data-theme=colored] .sidebar-link svg, body[data-theme=colored] a.sidebar-link i, body[data-theme=colored] a.sidebar-link svg {
    color: rgb(248 249 250 / 1);
}


.badge {
    padding: 10px;
    font-size: 12px;
    border-radius: 20px;
}

.text-white h3,
.text-white h4,
.text-white h5 {
    color: #fff !important;
}

.btn.text-uppercase {
    letter-spacing: 0;
}

.small,
small {
    font-size: 90%;
}

#alerta-content {
    font-size: 14px;
}

img.rounded-circle {
    object-fit: cover;
}


.timeline-item {
    padding-left: 0 !important;
}

.timeline-wrapper::before {
    left: 50% !important
}

.timeline-item::before {
    display: none !important;
}

/*.timeline-item .card-header,
.timeline-item .card-header a,
.timeline-item .card-header .card-title,
.timeline-item .card-header .text-muted {
    color: #fff !important
}*/

.timeline-item .card-header .badge.bg-light {
    color: #495057 !important
}

#msgValidacao,
.toast-body {
    font-size: 17px !important;
}

.timeline-item .dropdown .dropdown-menu a {
    color: #495057 !important
}

.year-timeline {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #2d6bcf;
    margin: 0 auto 0 auto;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    letter-spacing: -1px;
}

.year-timeline small {
    font-size: 14px;
    letter-spacing: 0;
}

.btn-plataforma,
.btn-help {
    padding: 0 !important;
    border: 0 !important;
}

.card-title {
    font-size: 1.2rem !important;
}

.tooltip-inner {
    text-align: left !important;
    padding: 10px !important;
}

.icon-header {
    border-right: 1px solid #fff;
    margin-right: 10px;
    padding-right: 20px;
}

/*
.icon-header svg{
     fill: #fff!important;
     width: 40px;
     height: 40px;
}
.icon-header svg path {  
    fill: #fff!important;

}*/


input[type="text"],
input[type="file"],
input[type="date"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="password"],
textarea,
select,
select.form-control {
    border-radius: 20px !important;
    padding: 10px!important;

}
.btn{
    border-radius: 20px !important;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #b7b7b7!important;
}
.form-control{
    color: #333!important;
}

.timeline-wrapper {
    position: relative;
}

/* .timeline-wrapper::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 14px;
width: 2px;
background: #e9ecef;
}*/

.timeline-item {
    position: relative;
    padding-left: 40px;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 30px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #0d6efd;
}

.timeline-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.timeline-dot.positivo {
    background-color: #0d6efd;
}

.timeline-dot.negativo {
    background-color: #dc3545;
}

.timeline-dot.neutro {
    background-color: #ffc107;
}

.timeline-meta li {
    margin-bottom: .35rem;
}

.timeline-thumb {
    width: 150px;
}

.timeline-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50% 0;
    border-radius: .35rem;
    border: 1px solid #dee2e6;
}
.timeline-thumb img.full {
    height: 400px;
}

.timeline-thumb span {
    display: block;
    font-size: .75rem;
    color: #6c757d;
    margin-top: .25rem;
}

.resumo-card {
    border-radius: .75rem;
    background: #f8f9fa;
}

.resumo-card-total {
    background: #0d6efd;
    color: #fff;
}

.resumo-card-total small {
    color: rgba(255, 255, 255, .8);
}

/* Estilos para embeds de redes sociais */
.social-embeds {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.social-embed {
    margin-bottom: 1.5rem;
}

.social-embed:last-child {
    margin-bottom: 0;
}

.social-embed iframe {
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Centralizar embeds */
.instagram-embed,
.tiktok-embed,
.twitter-embed,
.facebook-embed {
    text-align: center;
}

/* YouTube responsive */
.youtube-embed {
    margin: 0 auto;
}

/* Loading para embeds */
.social-embed blockquote {
    background: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.tab .nav-tabs .nav-link.active{
    font-weight: bold;
}


#sectionTabs .nav-item .nav-link{
    font-size: 20px;
    color: #fff;
    border: 0;
}
#sectionTabs .nav-item .nav-link.active{
    color: #495057;
    border-radius: 0;
}

.timeline-item .avatar {
    height: 70px!important;
    width: 70px!important;
}



.pulse {
  animation: pulse 0.7s infinite;
    display: table;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -webkit-filter: brightness(100%);
  }
  100% {
    -webkit-transform: scale(1.1);
    -webkit-filter: brightness(120%);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    filter: brightness(100%);
  }
  100% {
    transform: scale(1.1);
    filter: brightness(120%);
  }
}

.page-item.active .page-link {
  background-color: #0d6efd!important;
  border-color: #0d6efd!important;
}

.form-label{
    font-weight: 600;
}

.dual-listbox-tags-add,
.dual-listbox-tags-remove{
    width: 26px;
    height: 25px;
}