﻿* {
    margin: 0;
    padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input[type=date]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}

input[type=date]:focus::-webkit-datetime-edit {
    color: #707070 !important;
}

.select-wrapper select {
    display: block;
    position: absolute;
    top: 0;
    opacity: 0;
}

.pais-reserva .select-wrapper .dropdown-content {
    overflow-y: scroll;
    height: 600px !important;
}

.spin-icon {
    animation: spin 1s linear infinite;
    font-size: 1.7rem;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body {
    text-transform: uppercase;
}

h3 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.aviso-cliente {
    width: 100%;
    max-width: 1500px;
    margin-top: 60px;
    margin-inline: auto;
    padding: 20px;
}

.message-error-sac{
    display: flex;
    align-items: center;
    padding: 20px;
    border: 2px solid #8c1e1e;
    background-color: #f0c7c7;
    margin-bottom: 30px;
    border-radius: 4px;
    position: relative;
}
.message-error-sac p{
    color: #8c1e1e;
    font-weight: 600;
}

.close-message-error{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #8c1e1e;
    padding: 10px;
    cursor: pointer;
}

.close-message-error i{
    display: block;
}
.content-sac {
    width: 100%;
    max-width: 1500px;
    margin-top: 80px;
    padding: 20px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 12px;
}

.box-part-left {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.box-part-left .list-title {
    padding-left: 0;
}

form {
    background-color: #fff;
}

.car-grid {
    margin-top: 0;
}

.col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.content-formm {
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
}

.busca-form {
    background: #fff;
}

.box-part-right {
    margin-bottom: 30px;
}


.box-part-right .form-search-col1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-part-right .form-search-col1 .col.s6 {
    width: 48%;
    margin-left: inherit;
}


.box-part-right .form-search-col1 .select-wrapper+label {
    top: 0;
}

.select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid #00315A;
}

textarea {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #9e9e9e;
    font-size: 16px;
    max-width: 100%;
}

textarea:focus {
    border-bottom: 2px solid #00315A;
}

.danger strong {
    color: #EF6E2C;
}

.buttom-sac {
    width: 100%;
    margin-top: 40px;
}

.buttom-sac button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.content-left {
    width: 65%;
}

.content-right {
    width: 30%;
    animation: shadowAnimate 1s linear infinite alternate;
}

@keyframes shadowAnimate {
    0% {
        box-shadow: 0 0px 0px #eeeeee;
    }

    100% {
        box-shadow: 0 0px 20px #b9b9b9;
    }
}


.row:after {
    content: none;
}

.content-status-chamado {
    width: 100%;
    max-width: 1500px;
    margin-top: 70px;
    margin-inline: auto;
    padding: 20px;
}

.content-status-chamado .body-box {
    padding: 20px;
    background: #fff;
}

.content-status-chamado .status-bar {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-inline: auto;
    padding-top: 30px;
}

.content-status-chamado .status-bar .barra-0 {
    position: absolute;
    left: 5px;
    width: 0%;
    height: 10px;
    background: linear-gradient(to right, #00315A, #A94442, #EF6E2C);
}

.content-status-chamado .status-bar .barra-25 {
    position: absolute;
    left: 5px;
    width: 25%;
    height: 10px;
    background: linear-gradient(to right, #00315A, #A94442, #EF6E2C);
}

.content-status-chamado .status-bar .barra-50 {
    position: absolute;
    left: 5px;
    width: 50%;
    height: 10px;
    background: linear-gradient(to right, #00315A, #A94442, #EF6E2C);
}

.content-status-chamado .status-bar .barra-75 {
    position: absolute;
    left: 5px;
    width: 75%;
    height: 10px;
    background: linear-gradient(to right, #00315A, #A94442, #EF6E2C);
}

.content-status-chamado .status-bar .barra-100 {
    position: absolute;
    left: 5px;
    width: 98%;
    height: 10px;
    background: linear-gradient(to right, #00315A, #A94442, #EF6E2C);
}

.content-status-chamado .status-bar .aberto {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #00315A;
    position: relative;
}

.content-status-chamado .status-bar .aberto span {
    position: absolute;
    top: -25px;
    width: max-content;
    left: -7px;
}

.content-status-chamado .status-bar .andamento {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #7c3f48;
    position: relative;
}

.content-status-chamado .status-bar .andamento span {
    position: absolute;
    top: -25px;
    width: max-content;
    left: -32px;
}

.content-status-chamado .status-bar .finalizado {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #c25339;
    position: relative;
}

.content-status-chamado .status-bar .reaberto {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #EF6E2C;
    position: relative;
}

.content-status-chamado .status-bar .finalizado span {
    position: absolute;
    top: -25px;
    width: max-content;
    left: -24px;
}

.content-status-chamado .status-bar .reaberto span {
    position: absolute;
    top: -25px;
    width: max-content;
    left: -24px;
}

.content-status-chamado .content-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 40px;
}

.content-status-chamado .content-info p {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.content-status-chamado .content-info p strong {
    font-weight: 600;
}

.input-field.col label {
    font-weight: 500;
}

.content-status-chamado form .input-field {
    width: 50%;
    margin-bottom: 20px;
}

.dropzone {
    border-radius: 5px;
    padding: 20px 20px;
    cursor: pointer;
    box-shadow: 0px 2px 10px #c9c9c969;
}

.dz-message {
    margin-bottom: 20px;
}

.btn-upload {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00315A;
    gap: 10px;
    width: 100%;
    max-width: 250px;
    border-radius: 4px;
    padding: 10px;
    color: #fff;
    position: relative;
}

.btn-upload i {
    position: absolute;
    left: 20px;
}

.dropzone .dz-arquivos {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.dropzone .dz-arquivos .dz-arquivo {
    width: 120px;
    height: 100px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
    box-sizing: border-box;
    border: 1px solid #ee6b00;
    position: relative;
}

.dropzone .dz-arquivos .dz-arquivo i {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    background-color: #EF6E2C;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}

.dropzone .dz-arquivos .dz-arquivo .dz-size {
    font-weight: bold;
    color: #4d4d4d;
    font-size: 1rem;
    margin-bottom: 10px;
}

.dropzone .dz-arquivos .dz-arquivo .dz-name {
    text-align: center;
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-status-chamado form textarea {
    resize: vertical;
    min-height: 100px;
}

.status-chamado {
    margin-top: 20px;
}

.content-chat {
    display: flex;
    flex-direction: column;
}

.content-chat .chat-item {
    padding: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.content-chat .user-logged {
    align-items: flex-end;
}

.content-chat .user-logged .chat-user {
    background-color: #f4f6f8;
}

.content-chat .chat-item .chat-user {
    width: max-content;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.444);
    padding: 10px;
    border-radius: 4px;
}

.content-chat .chat-item .chat-user .chat-header {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 10px;
}

.content-chat .chat-item .chat-user .chat-header .chat-name {
    font-weight: 600;
    font-size: 1rem;
}

.content-chat .chat-item .chat-user .chat-header .chat-data {
    font-size: .8rem;
    color: #9e9e9e;
}

.content-chat .chat-user .chat-body .anexos {
    padding: 5px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    width: max-content;
}

.content-chat .chat-user .chat-body .anexos span {
    white-space: nowrap;
    width: max-content;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-chat .chat-user .chat-body .anexos i {
    color: #00315A;
}

@media screen and (max-width: 768px) {

    .content-sac .content-right {
        width: 38%;
    }

    .content-sac .content-left {
        width: 60%;
    }

    .box-part-right .form-search-col1 {
        flex-direction: column;
    }

    .box-part-right .form-search-col1 .col.s6,
    .box-part-right .form-search-col1 .input-field {
        width: 100%;
    }

    .content-sac .car-grid .title h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 600px) {
    .content-status-chamado{
        padding: 10px;
    }
    .content-sac {
        flex-direction: column-reverse;
        margin-top: 0;
    }

    .content-sac .content-right {
        width: 100%;
        margin-top: 80px;
    }

    .content-sac .content-left {
        width: 100%;
        margin-top: 30px;
    }

    .box-termos-condicoes {
        margin: 60px 0;
    }

    .buttom-sac {
        width: 100%;
    }

    .content-status-chamado .status-bar {
        width: 100%;
    }

    .content-status-chamado .status-bar .barra {
        width: 97%;
    }

    .content-status-chamado .status-bar span{
        font-size: 12px;
    }

    .content-status-chamado .status-bar .andamento span{
        text-align: center;
        width: 100px;
    }
    .content-status-chamado .status-bar .andamento span{
        left: -39px;
    }
    .content-status-chamado .status-bar .finalizado span{
        left: -20px;
    }

    .content-status-chamado .content-info {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .content-status-chamado form .input-field {
        width: 100%;
    }
    .content-chat .chat-item{
        padding: 10px;
    }
    .content-chat .chat-item .chat-user{
        max-width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .content-status-chamado .status-bar span{
        font-size: 10px;
    }
    .content-status-chamado .body-box{
        padding: 10px;
    }
    .content-status-chamado .status-bar .reaberto span,
    .content-status-chamado .status-bar .finalizado span{
        left: -13px;
    }
}