body {
    background-color: #F0F0F0 !important;
}
.grecaptcha-badge {
    bottom: 100px !important;
    width: 2% !important;
}
#chatgpt-start-screen {
    max-width: 400px;
    margin: 4.1rem auto;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    font-family: 'Arial', sans-serif;
}
#chatgpt-start-screen p {
    margin-bottom: 2.0rem;
    color: #7628F6;
}
#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;
    font-size: 1rem;
    height: 40px;
    border: 0px solid #7628F6 !important;
}
#chatgpt-start-screen button {
    background-color: #7628F6;
    color: white;
    font-weight: bold;
    padding: 0.75rem;
    width: 100%;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
}
#chatgpt-container {
    max-width: 100%;
    height: 500px;
    margin: 2rem auto;
    border-radius: 16px;
    gap: 10px;
    padding: 0;
    display: none;
    font-family: 'Arial', sans-serif;
    flex-direction: column;
}
#chatgpt-messages {
    height: 85vh;
    overflow-y: auto;
    margin-bottom: 1rem;
    padding: 0.4rem;
    border-radius: 8px;
    background-color: #F0F0F0 !important;
    width: 100%;
    margin-top: -42px;
    top: 0;
}
#chatgpt-input-row {
    display: flex;
    gap: 0.5rem;
}

#chatgpt-input {
    flex-grow: 1;
    padding: 0.75rem;
    border-radius: 8px;
    height: 40px;
    border: 0px solid #666 !important;
    font-size: 0.9rem !important;
}

#chatgpt-send {
    padding: 8px 10px;
    background-color: #7628F6;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
#chatgpt-send i {
    color: white !important;
    font-size: 17px !important;
}
strong {
    font-size: 0.8rem !important;
}
.message {
    margin-bottom: 1rem;
    font-size: 0.9rem !important;
}
.message p li ol{
    font-size: 0.9rem !important;
}
.message.user {
    color: #7628F6;
    background-color: #D3D3D3;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    min-width: 10%;
    max-width: 100%;
    align-self: flex-end !important;
    margin-left: 20%;
    font-size: 0.9rem !important;
}
.message.assistant {
    background-color: #E6E6E6 ;
    color: #7628F6;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    width: 100%;
    align-self: flex-start !important;
    font-size: 0.9rem !important;
}
.wait-message {
    color: #7628F6 !important;
    text-align: center !important;
    font-size: 0.9rem !important;
    background-color: #F0F0F0 !important;
}

.ico-send {
    font-size: 1.2rem;
    color: white;
}
.text-error {
    background-color: #7628F6;
    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: #000F2F;
    width: 20%;
    height: 50px;
    margin: 0 auto;
}
#user-name, #user-phone {
    border-radius: 10px !important;
}
.privacy-policy {
    font-size: 0.875rem;
    color: #6B7280;
    margin-top: 1rem;
}
.privacy-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    
}
#policy {
    width: 1rem;
}
#policy-check {
    width: 30px;
    accent-color: #000F2F;
}
.policy-strong {
    color: #000F2F;
}
.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: 15% !important;
    height: 15% !important;
    border-radius: 50% !important;
    /* border: 1px solid #000F2F !important; */
    object-fit: cover !important;
}
.ice-crash-top__assistant--mini {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    /* border: 1px solid #000F2F !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 p {
    color:#7628F6;
}
.ice-crash-top strong{
    font-size: 1.0rem !important;
}

.modal-overlay {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px); 
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal {
  background: white;
  padding: 3cap 30px;
  border-radius: 25px;
  max-width: 500px;
  width: 90%;
  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;
}
.text-error {
    color: white !important;
}
.chatgpt-frame input {
    background-color: #E6E6E6;
    color: #000F2F
}

@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: 5vw;
    }
    .ice-crash-top__assistant {
        width: 100px !important;
        height: 100px !important;
        border-radius: 50% !important;
        /* border: 1px solid #000F2F !important; */
        object-fit: cover !important;
    }
    #chatgpt-container {
        width: 100% !important;
    }
    .e-con>.e-con-inner {
        width: 100% !important;
        height: 50% !important;
    }
    .message p {
        font-size: 0.8rem !important;
    }
    #chatgpt-messages {
        height: 318px;
        margin-top: -42px;
    }
    #chatgpt-start-screen {
        max-width: 400px;
        margin: 0.1rem auto;
        border-radius: 16px;
        padding: 2rem;
        text-align: center;
        font-family: 'Arial', sans-serif;
    }
}
