 .grecaptcha-badge {
    bottom: 100px !important;
    width: 10% !important;
}
    
.btn-float-chat {
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 9999;
    width: 15%;
    cursor: pointer;
}
/*
#float-chat-logo {
    width: 200px;
    image-rendering: auto;
    image-rendering: smooth;     
    margin: 0 auto;
    display: block;
    margin-bottom: 20px !important;
    margin-top: 60px !important;
}
.text-form {
    font-size: 20px;
    font-weight: bold;
}
.modal-overlay {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px); 
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.modal--white {
    background: white;
}
.modal--gradient {
    background: #bb99ff;
    background: linear-gradient(219deg, rgba(187, 153, 255, 1) 3%, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 1) 89%, rgba(255, 168, 243, 1) 100%);
}
.modal {
    padding: 8px;
    border-radius: 25px;
    width: 80%;
    height: 100%;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    text-align: center;
}
.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    margin: 0 auto;
}
.modal-container {
    border-radius: 25px;
    height: 95%;
}

#chatgpt-start-screen {
    max-width: 100%;
    text-align: center;
    font-family: 'Arial', sans-serif;
}
#chatgpt-form-content {
    max-width: 400px;
    margin: 2rem auto;
    text-align: center;
    font-family: 'Arial', sans-serif;
}
#chatgpt-start-screen h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #1E293B;
}
#chatgpt-start-screen input {
    padding: 0.75rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    border: 1px solid #CBD5E1;
    font-size: 1rem;
}
#chatgpt-start-screen button {
    background-color: #6E2AF8;
    color: white;
    font-weight: bold;
    padding: 0.50rem;
    width: 55%;
    border: none;
    border-radius: 100px !important;
    cursor: pointer;
    font-size: 1rem;
}
#chatgpt-container {
    max-width: 100%;
    margin: 2rem auto;
    border-radius: 16px;
    gap: 10px;
    padding: 20px;
    display: none;
    font-family: 'Arial', sans-serif;
    flex-direction: column;
}
#chatgpt-messages {
    height: 450px;
    overflow-y: auto;
    margin-bottom: 1rem;
    padding: 0.5rem;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    background: #F8FAFC;
    width: 85%;
    margin: 0 auto;
}
#chatgpt-input-row {
    display: flex;
    gap: 0.5rem;
    width: 85%;
    margin: 0 auto;
}

#chatgpt-input {
    flex-grow: 1;
    padding: 0.75rem;
    border-radius: 8px;
    border: 1px solid #CBD5E1;
}

#chatgpt-send, #end-chat, .closeModalNo, #openModal {
    padding: 0.75rem 1rem;
    background-color: #6E2AF8;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    color: white;
}
#chatgpt-input, #start-chat, .text-error, #chatgpt-send, #end-chat, #chatgpt-messages, .closeModalNo, #openModal {
    border-radius: 15px !important;
}

.message {
    margin-bottom: 1rem;
}
.message.user {
    color: white;
    background-color: #000F2F;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 10px;
    min-width: 10%;
    max-width: 100%;
    align-self: flex-end !important;
    margin-left: 50%;
}
.message.assistant {
    background-color: #427ABC ;
    color: white;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 10px;
    width: 100%;
    align-self: flex-start !important;
}


.ico-send {
    font-size: 1.2rem;
    color: white;
}
.text-error {
    background-color: #6E2AF8;
    color: white;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
    display: none;
}

.input-forms {
    display: flex;
    flex-direction: row;
}
.fas {
    padding-top: 15px;
    color: white;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #6E2AF8;
    width: 20%;
    height: 50px;
    margin: 0 auto;
}
#user-name, #user-phone {
    border-radius: 0 15px 15px 0 !important;
}
.privacy-policy {
    font-size: 0.9rem;
    color: black;
    margin-top: 1rem;
}
.privacy-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    
}
#policy {
    width: 1rem;
}
#policy-check {
    width: 32px;
    accent-color: black;
}
.policy-strong {
    color: black;
    font-weight: bold;
    text-decoration: underline;
}
.g-recaptcha {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}
button {
    cursor: pointer;
}

.ice-crash-top {
    top: 0;
    color: #000F2F;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    text-align: center;
}
.ice-crash-top__assistant {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}
.ice-crash-top__assistant--mini {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    left: 0;
}
.ice-crash__message-sugest {
    background-color: white;
    color: #000F2F;
    padding: 10px;
    border-radius: 20px;
    border-color: lightgray !important;
    border: solid 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    cursor: pointer;
}
.ice-crash__message-sugest span {
    font-size: 1vw;
}
.ice-crash-messages {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
}
.ice-crash__message-sugest:hover {
    box-shadow: 5px 5px 5px -6px rgba(0,0,0,0.6);
    -webkit-box-shadow: 5px 5px 5px -6px rgba(0,0,0,0.6);
    -moz-box-shadow: 5px 5px 5px -6px rgba(0,0,0,0.6);
}
.ice-crash-top h4 {
    font-size: 2vw;
}
.logo-azul {
    width: 120px;
}

@media (max-width: 768px) {
    .grid {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }
    .ice-crash-messages  {
        display: contents;
    }
    .ice-crash__message-sugest {
        width: calc(50% - 6px);
        box-sizing: border-box;
    }
    .ice-crash__message-sugest span {
        font-size: 1.6vw;
    }
    .ice-crash-top h4 {
        font-size: 3vw;
    }
    .ice-crash-top__assistant {
        width: 60px !important;
        height: 60px !important;
        border-radius: 50% !important;
        object-fit: cover !important;
    }
    #chatgpt-container {
        width: 100% !important;
    }
    .e-con>.e-con-inner {
        width: 100% !important;
    }
    #chatgpt-messages {
        height: 400px;
        overflow-y: auto;
        margin-bottom: 1rem;
        padding: 0.5rem;
        border: 1px solid #E2E8F0;
        border-radius: 8px;
        background: #F8FAFC;
        width: 100%;
        margin: 0 auto;
    }
} 
 */
