* {
    padding: 0;
    margin: 0;
}

body {
    font-size: 1em;
    height: 100%;
    color: #909090;
    background-color: #F4F4F4;
    border-color: #872b2d #872b2d #872b2d #872b2d;
    border-style: solid;
    border-width: 3px 0px 0px 0px;
}

img {
    border: 0;
}

.main {
    max-width: 700px;
    margin: 0 auto;
    max-height: 100%;

}

.header {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0px 5px 0px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.6em;
    background: #9B3435;
    border-radius: 0px 0px 10px 10px;
}

.content {
    margin-top: 10px;
    width: 100%;
    float: left;
    font-family: 'Antic Slab', serif;
    text-align: center;
    padding: 20px 0px 30px 0px;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #993300 #993300 #EAEAEA #993300;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.grid-50 {
    width: 50%;
    float: left;
    min-width: 300px;
}

.grid-full {
    width: 100%;
    float: left;
    min-width: 300px;
}

p {
    max-width: 90%;
    margin-left: 5%;
    color: #5d5d5d;
}

.cont-form p {
    max-width: 100%;
    margin-left: 0%;
    color: #606060;
}


h2 {
    width: 100%;
    padding: 5px 0px 5px 0px;
    font-size: 5em;
    color: #58c13b;
}

h5 {
    font-size: 1.1em;
    color: #0707f1;
}

h3 {
    font-size: 1.1em;
    color: #646464;
}

h6 {
    font-size: 1.1em;
    color: #f00707;
    font-weight: bold;
}

.info {
    font-size: 1.1em;
    color: #09ca31;
    font-weight: bold;
    margin-top: -10px !important;
}

.value {
    width: 100%;
    float: left;
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    font-size: 1.8em;
    color: #5f58bd;
}

.carteira {
    width: 85%;
    margin-left: 8%;
    margin-top: 3px;
    float: left;
    padding: 20px 0px 20px 0px;
    font-size: 2em;
    background-color: #EBEFF3;
    color: #5b5bc4;
    border-radius: 10px
}

.aviso {
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 1em;
    font-family: 'Antic Slab', serif;
    font-weight: bold;
    transition: margin-top 0.3s ease-in-out;
}

.aviso-cont {
    max-width: 90%;
    text-align: center;
    margin-left: 2%;
}




@media(max-width:600px) {
    .content {
        margin-left: 0% !important;
        width: 100% !important;
    }

    .grid-50 {
        width: 100% !important;
        float: left;
        text-align: center;
    }

    .value {
        width: 95% !important;
        float: left;
        padding: 10px 0px 10px 0px;
        font-weight: bold;
        font-size: 2em;
    }

    .carteira {
        max-width: 80% !important;
        float: left;
        padding: 10px 0px 10px 0px;
        font-size: 2em;
        background-color: #EBEFF3;
    }


    .botao {
        margin-left: 10%;
        margin-top: 10px;
    }

}


.botao {
    margin-left: 15%;
    margin-top: 10px;
}

.botao a {
    width: 80%;
    padding: 10px 15px 10px 10px;
    text-align: center;
    background: #25810c;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    outline: none;
    font-size: 0.9em;
    font-weight: bold;
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    -ms-transition: background 0.5s ease-out;
    border-radius: 5px;
}

.botao a:hover {
    background: #5ca149;
}


/*forms*/
input[type=text],
select {
    width: 100%;
    padding: 12px 20px;
    margin: 0px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.3em;
    color: #404040;
}

input[type=number] {
    width: 100%;
    padding: 12px 20px;
    margin: 0px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.3em;
    color: #404040;
}

input[type=date] {
    width: 100%;
    padding: 12px 20px;
    margin: 0px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.3em;
    color: #404040;
    float: left;
}






input[type=time] {
    width: 100%;
    padding: 12px 20px;
    margin: 0px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.3em;
    color: #404040;
}




input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 18px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;

    font-size: 0.9em;
    font-weight: bold;
}



textarea {
    width: 90%;
    padding: 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    background-color: #d8f7dc !important;
    font-size: 1.1em;
    color: #070707 !important;
    font-family: "Arial Rounded MT Bold", sans-serif;
}


input[type=submit]:hover {
    background-color: #45a049;
    font-weight: bold;
}



.cont-form {
    width: 70%;
    margin-left: 12%;
    border-radius: 5px;
    padding: 20px;

}

.cont-form p {
    float: left;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 20px;
    width: 100%;
    text-align: left;

}

.cont-form h5 {
    float: left;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 10px;
    width: 100%;
    text-align: left;
}

.cont-form a {
    font-size: 0.9em;
    font-weight: bold;
    float: left;
    color: #ff0000;
    padding: 5px;
}

.link {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
}

.link a {
    font-size: 0.9em;
    font-weight: bold;
    color: #ff0000;

}




::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dbdbdb;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #dbdbdb;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #dbdbdb;
}



/*mob*/
@media(max-width:600px) {
    .cont-form {
        width: 90%;
        margin-left: 0%;
        border-radius: 5px;
        padding: 20px;
    }

    input[type=submit] {
        margin-top: 10%;
    }


}



.footer {
    margin-top: 10px;
    margin-left: 5px;
    width: 97%;
    float: left;
    font-family: 'Antic Slab', serif;
    font-size: 0.9em;
    padding: 0px 0px 50px 0px;
    text-align: center;

}

.footer p {
    color: #8b8b8b;
}

.footer a {
    color: #9d9c9c;
    text-decoration: none;

}

.footer a:hover {
    text-decoration: none;
    color: #8b8b8b;
}


.container {
    text-align: center;
    float: left;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 20px;
    width: 100%;

}

.g-recaptcha {
    margin-top: 5%;
}

.error-message {
    color: red;
    font-weight: bold;
}


/* Estilos para o contêiner do checkout */
.checkout-container {
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
    font-size: 18px;
}

.checkout-container p {
    margin-bottom: 20px;
}

/* Estilos para o logotipo */
.logo {
    width: 200px;
    margin-bottom: 20px;
}

/* Estilos para o título */
h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

/* Estilos para a div do QR Code */
.qrcode-container {
    width: 300px;
    /* Largura padrão */
    height: 300px;
    /* Altura padrão */
    margin: 0 auto;
    margin-bottom: 20px;
}

/* Estilos para a imagem do QR Code */
.qrcode-container img {
    max-width: 100%;
    height: auto;
}



/* Estilos para o botão Copiar */
.btn-copiar {
    padding: 8px 16px;
    font-size: 16px;
    background-color: #007bff;
    /* Cor do botão */
    color: #fff;
    /* Cor do texto do botão */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 5px;
}

.aviso-copia {
    color: green;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.5s ease;
}


.aviso-copia.mostrar {
    opacity: 1;
}


/* Estilo para o card de pedido */
.pedido-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 90%;
    /* Ocupa 80% da largura */
    margin-left: 5%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Adiciona sombra */
}

/* Estilo para o corpo do card de pedido */
.pedido-card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

/* Estilo para a seção de informações do pedido */
.pedido-info {
    flex: 1;
}

/* Estilo para o título do card de pedido */
.pedido-card-title {
    font-size: 2rem;
    font-weight: bold;
    color: #595959;
    margin-bottom: 0.5rem;
    text-align: left;
    margin-left: 5%;
}

/* Estilo para o texto do card de pedido */
.pedido-card-text {
    font-size: 1rem;
    color: #666;
    text-align: left;
}

/* Estilo para o botão de detalhes do pedido */
.pedido-btn {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: background-color 0.3s;
    text-decoration: none;
}

/* Estilo para o botão de detalhes do pedido quando hover */
.pedido-btn:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.protoc-card-body {
    text-align: left;
    margin-left: 20px;
    margin-top: 20px;
}

/* Estilo para o botão "Mostrar Mais" */
#carregar-mais {
    display: none;
    margin-top: 20px;
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}



/* TICKET */

.box-mensager-ticket {
    width: 100%;
    /* height:95px; */
    float: left;
    padding-bottom: 30px;
    padding-top: 20px;
    bottom: 0;
    left: 0;
    background-color: #d5d5d5;
    font-family: "Arial Rounded MT Bold", sans-serif;
}

.box-mensager-ticket p {
    padding: 5px;
    text-align: left;
    color: #858585 !important;
}

.anchor-txt p {
    padding: 0px;
}


.box-comment-textarea {
    width: 70%;
    float: left;
    margin-left: 55px;
}


.box-comment-butt {
    width: 10%;
    float: left;
    margin-top: 23px;
}

.box-comment-textarea textarea {
    background: #ffffff !important;
}

.box-comment-textarea textarea:focus {
    outline: solid 2px #ece8e8 !important;
    border-radius: 2px;
}

@media(max-width:600px) {



    .box-comment-textarea {
        width: 85%;
        float: left;
        margin-left: 10px;
    }

    .box-comment-butt {
        width: 10%;
        float: right;
        margin-top: 23px;
    }

}

.protoc-card-tkt {
    font-family: "Arial Rounded MT Bold", sans-serif;
    text-align: left;
    font-weight: bold;
    color: #464444 !important;
    padding: 12px 0px 0px 15px;
    border: none;
    font-size: 1.2rem;
}

.topo-chat {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #eeeeee;
    padding: 10px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.content-chat {
    max-width: 90%;
    margin-left: 5%;
    margin-top: 1%;
}


.chat-container {
    width: 95%;
    margin: 20px auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
}

.chat-messages {
    height: 523px;
    overflow-y: scroll;
}

@media(max-width:600px) {
    .chat-messages {
        height: 500px;
        overflow-y: scroll;
    }

    .content-chat {
        max-width: 100%;
        margin-left: 0%;
    }


}

@keyframes slideInFromTop {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.message {
    padding: 10px;
    text-align: right;
    border-radius: 5px;
    width: 100%;
    float: right;
    animation: slideInFromTop 1s ease forwards;
    opacity: 0;
}


@keyframes fadeOut {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.message-support {
    animation: fadeOut 2s ease forwards;
}





.message:last-child {
    border-bottom: none;
}

.message .user {
    padding-bottom: 5px;
    color: #ffffff;
    width: 100%;
    float: right;
    font-size: 0.6em;
    margin-bottom: 10px;
    border-bottom: 1px solid #546d4dfa;

    text-align: right;
}

.message .time {
    color: #ffffff;
    font-size: 0.7em;
    width: 100%;
    float: right;

}

.message .text {
    margin-left: 10px;
    background-color: #4c6244;
    width: 70%;
    border-radius: 40px 0px 40px 10px;
    padding: 20px;
    float: right;
    color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-family: "Arial Rounded MT Bold", sans-serif;
    margin-top: 5px;
    text-align: left;
}



/* Do suporte */
.message-support {
    padding: 10px;
    border-radius: 5px;
    /* border-bottom: 1px solid #cccccc3b; */
}

.message-support .text {
    margin-left: 10px;
    background-color: #434146;
    width: 70%;
    border-radius: 0px 40px 10px 40px;
    padding: 20px;
    float: left;
    box-shadow: 0px 4px 8px rgb(41 40 40 / 10%);
    font-family: "Arial Rounded MT Bold", sans-serif;
    margin-top: 10px;
    color: aliceblue;
}

.message-support .user {
    /* font-weight: bold; */
    color: #ffffff;
    width: 100%;
    float: right;
    font-size: 0.6em;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #525053;
}

.aviso-card {
    background-color: #d4edda;
    border-color: #c3e6cb;
    border-radius: 0.25rem;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    padding: 15px;
    /* margin-bottom: 20px; */
}

.aviso-icon {
    margin-right: 15px;
    color: #155724;
}

.aviso-content {
    color: #155724;
}

.error-message {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.error-message i {
    margin-right: 5px;
}