body {
    background-color: #FAFAFA;
}

.text {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 20px;
}
.divisor {
    border-bottom-color: #DDDDDD;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    clear: both;
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    position: relative;
    width: 100%;
}

.btn {
    line-height: 1.2;
}
#chamadosMain {
    position: relative;
    width: 100%;
}
#chamadosMain .container {
    margin-bottom: 80px;
    padding-top: 47px;
}
#chamadoDados .chamado-dados .fechado,
.table.tbl-chamados tbody tr td .chamado-link.fechado {
    color: #999999;
}
.list-form .item {
    display: block;
    float: left;

    width: 100%;
    margin-bottom: 10px;
}
.chamado-container{
    margin-top: 25px;
}

.uppercase{
    text-transform: uppercase;
}
#chamadoDados{

}

#chamadoDados .list-form{
    padding-top: 0;
    padding-bottom: 0;
}
#chamadoDados .chamado-dados{
    color: #666666;
    padding-left: 230px;
}
#chamadoResolvidoActions .interacao,
#interacao-novo .interacao,
#interacoes .interacao{
    padding-top: 35px;
    padding-bottom: 20px;
    border-top: 1px solid #DDDDDD;
}


#bar {
    background-color: #2A1F4B;
    height: 28px;
    position: relative;
    width: 100%;
    z-index: 6;
}

#bar section{
    display: none;   
}

.box.box-a {
    background-color: #F5F5F5;
    border-top-color: #ECECEC;
    border-top-style: solid;
    border-top-width: 4px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
}

.list-form {
    display: block;
    float: left;
    width: 100%;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    visibility: hidden;
    width: 0;
}

footer{
    display: none;
}

.divisor-b span {
    background-color: #4A3979;
}

.divisor span {
    background-color: #DDDDDD;
    height: 3px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 40px;
}

.av_container {
    box-shadow: 0px 32px 32px 0px rgba(0, 0, 0, 0.15);
    background-color: var(--light-1000, #fff);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 560px;
    margin: 20px;
}

.evaluation-form {
    width: 100%;
    padding: 24px;
    padding-top: 0;
}

.av_header_img {
    aspect-ratio: 8.33;
    object-fit: auto;
    object-position: center;
    width: 100%;
    align-self: stretch;
}
@media (max-width: 991px) {
    .av_header_img {
        max-width: 100%;
    }
}
.av_header {
    background-color: var(--primary-500, #782dc8);
    align-self: stretch;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
}
.av_logo {
    aspect-ratio: 5;
    object-fit: auto;
    object-position: center;
    width: 105px;
    max-width: 100%;
}
.av_intro {
    color: var(--neutral-800, #353334);
    margin-top: 20px;
    font: 500 16px/21px Archivo, sans-serif;
    text-align: center;
}
.av_question {
    color: var(--neutral-800, #353334);
    margin-top: 24px;
    font: 400 14px/130% Archivo, sans-serif;
}
.av_rating_group {
    display: flex;
    margin-top: 10px;
    width: 100%;
    max-width: 552px;
    gap: 9px;
    font-size: 16px;
    color: var(--light-1000, #fff);
    font-weight: 400;
    white-space: nowrap;
    line-height: 130%;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .av_rating_group {
        max-width: 100%;
        flex-wrap: wrap;
        white-space: initial;
    }
}
.av_rating_option {
    font-family: Archivo, sans-serif;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
}
.av_rating_option.time, .av_rating_option.solution, .av_rating_option.cordiality {
    background-color: var(--semantic-warning-200, #ff9191);
}
.av_rating_option.alert {
    background-color: var(--semantic-alert-200, #efc666);
}
.av_rating_option.success {
    background-color: var(--tertiary-200, #a9ede9);
}
.av_rating_option:hover {
    background-color: #d3f9f5;
}
.av_comment {
    border-radius: 4px;
    background-color: #fff;
    margin-top: 8px;
    width: 100%;
    max-width: 512px;
    padding: 10px;
    font: 400 12px/130% Archivo, sans-serif;
    box-sizing: border-box;
    resize: none;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 4px;
}
.av_footer {
    display: flex;
    gap: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    justify-content: end;
    margin: 24px 0 0 0;
}
.av_button_submit {
    font-family: Work Sans, sans-serif;
    padding: 0 8px;
    cursor: pointer;
    border: none;
    background: none;
    color: inherit;
    justify-content: center;
    border-radius: 8px;
    background-color: var(--primary-500, #782dc8);
    display: flex;
    flex-direction: column;
    color: #fff;
    white-space: nowrap;
    padding: 6px 16px;
}
.av_button_submit.disabled {
    background-color: var(--dark-100, rgba(0, 0, 0, 0.1));
    color: var(--neutral-600, #6d6c6d);
    cursor: not-allowed;
}
.av_button_submit.enabled {
    background-color: var(--primary-500, #782dc8);
    color: #fff;
    cursor: pointer;
}
.av_container input[type="radio"] {
    display: none;
}