#offcanvas-toggler {
    width: 80px;
    background: var(--t-normal);
    display: flex;
    justify-content: center;
    text-align: center;
}

.color-selector {
    cursor: pointer;
}

.progress-bar-content {
    height: 85px;
    display: flex;
    width: 100%;
    position: relative;
}

.circle-item {
    width: 45px;
    height: 45px;
    border-radius: 50% !important; 
}

.circle-item,
.text-item {
    position: absolute;
    z-index: 1;
    padding: 0 !important;
    line-height: 45px;
}

.text-item {
    margin-top: 5%;
}

.circle-middle,
.text-middle {
    left: 50%;
    margin-left: -15px;
}

.text-middle {
    margin-left: -25px;
}

.circle-end,
.text-end {
    right: 0;
}

[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

.bloco-palestrantes {
    border-top: 1px solid rgba(238, 238, 238, 0.5);
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: #173e6d !important;
    border-color: white !important; 
}

@media (max-width: 1200px) {
    .text-item {
        margin-top: 7%;
    }
}

@media (max-width: 992px) {
    .text-item {
        margin-top: 8%;
    }
}

@media (max-width: 767px) {
    .text-item {
        margin-top: 13%;
    }
}

@media (max-width: 425px) {
    .text-item {
        margin-top: 17%;
        font-size: small;
    }
}

@media (max-width: 375px) {
    .text-item {
        margin-top: 22%;
        font-size: small;
    }
}

/* CHOICES */
.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
    background: #fff;
    padding: 0 0.2rem;
}

.choices__list.choices__list--multiple {
    padding: 0.2rem;
    display: block;
}


.choices__list.choices__list--multiple + .choices__input {
    border: none;
    border-radius: 0;
    max-width: 100%;
}
.choices .choices__list.choices__list--multiple  .choices__button_joomla{
    display: inline-block;
    font-size: 0;
    border: none;
    background: none;
}

.choices__list--dropdown {
    word-break: normal;
}

.choices__list--multiple .choices__item {
    background: #eee;
    padding: 0.1rem .5rem;
    word-break: normal;
    line-height: 1.1em;
}

.choices .choices__list.choices__list--multiple  .choices__button_joomla:after {
    content: "\f2ed";
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
}

/* ALERT */
#system-message-container {
    max-width: 420px;
}
#system-message-container joomla-alert {
    font-size: 20px;
    font-weight: 500;
    border-radius: 0;
    border: none;
    border-left: .5rem solid;
    padding: .6rem 1rem;
}
joomla-alert .joomla-alert--close {
    font-size: 1.8rem;
}

/* SweetAlert */
.swal2-icon.swal2-warning,
.swal2-icon.swal2-info,
.swal2-icon.swal2-question{
    font-size: 1rem!important;
    margin-top: 1rem!important;
}

.swal2-icon.swal2-warning.swal2-icon-show{
    margin: 0 auto;
}
