@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@500;600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap');

#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;
}

.fancybox-skin .fancybox-close {
    right: 5px;
    top: 5px;
}
.fancybox-close {
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 36px;
    z-index: 8040;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("../img/fancybox_sprite.png");
}
footer {
    display: none;
}

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

.divisor span {
    background-color: #dddddd;
    height: 3px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 40px;
}
.k-pagination > li > a,
.k-pagination > li > span {
    border-radius: 4px;
}

#formChamado .list-form select.tam-s:first-child {
    margin-right: 5px;
}

/* Novo formulário de avaliação */
.formulario #bar {
    font-family: "Archivo", sans-serif;
    background-color: #782fc8;
    padding: 60px;
    position: relative;
    width: 100%;
    z-index: 6;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 13px;
    color: #e9e8ef;
    display: flex;
    justify-content: center;
    align-items: center;
}

.formulario h1 {
    font-family: "Archivo", sans-serif;
    font-style: normal;
    text-align: center;
    margin-top: 46px;
    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    color: #280F37;
}

.formulario h2 {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 50px;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #280F37;
}

.formulario .container {
    padding-top: 15px;
    max-width: 800px;
}

.formulario .box-avaliacao {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.formulario .box-avaliacao img {
    margin: 25px 5px 10px 5px;
    cursor: pointer;
    filter: grayscale(100%);
    transition: all 0.2s;
    width: 55px;
}
.formulario .box-avaliacao img:hover {
    filter: grayscale(0%);
}

.formulario .sub-texto {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.formulario .sub-texto .ruim {
    margin-right: 20px;
    font-size: 18px;
}
.formulario .sub-texto .otimo {
    margin-left: 20px;
    font-size: 18px;
}
.formulario .sub-texto img {
    position: relative;
    top: 5px;
    width: 173px;
    height: 18px;
}

.formulario .p2 {
    margin-top: 55px;
}

.formulario .p3 {
    margin-top: 62px;
}

.formulario .p4 {
    margin-top: 59px;
}

.pergunta textarea {
    height: 160px;
    border: 0.3px solid #73737D;
    box-sizing: border-box;
    border-radius: 2px;
    margin-top: 42px;
}

.pergunta button {
    font-family: "Work Sans", sans-serif;
    background: #FF5000;
    border: 1px solid #FF5000;
    box-sizing: border-box;
    border-radius: 50px;
    color: #FFF;
    margin: 0 auto;
    display: flex;
    padding: 20px 75px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 56px;
    margin-bottom: 50px;
    transition: all 0.3s;
}

.pergunta button:hover {
    background-color: #E64800;
    box-shadow: 0px 0px 10px #E64800;
}

.active {
    filter: grayscale(0%) !important;
}

.swal2-html-container {
    font-size: 16px !important;
}

.swal2-popup {
    padding: 20px 0px !important;
}
.swal2-styled.swal2-confirm {
    font-size: 14px;
}