#chat-close {
    width: 50px;
    height: 50px;
    border-radius: 50% 0 50% 50%;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 3rem 3rem 0.5rem 3rem;
}

#chat-close .material-symbols-outlined {
    color: white;
    font-size: 24px;
    user-select: none;
}

#chat-window {
    width: 308px;
    z-index: 10;
    margin-bottom: 4rem;
    padding-right: 0.7rem;
}
#chat-body {
    background-color: #efefef;
}

#chat-trigger {
    z-index: 10;
    cursor: pointer;
    background-color: #efefef;
}
.form-control {
    height: 30px !important;
}
textarea.form-control {
    height: 60px !important;
}
.tb-btn.btn-lg {
    height: 35px !important;
}
.toast-container {
    top: 56px !important;
}
.chatbot-img {
    width: 40px;
    height: 40px;
}
.form-label {
    color: #a6a6a6 !important;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #b0b0b0;
    opacity: 1;
}
@media (min-width: 360px) {
    textarea.form-control {
        height: 80px !important;
    }
    #chat-close {
        margin: 3rem 1.5rem 1rem 3rem;
    }
    #chat-window {
        margin-bottom: 4.5rem;
    }
}

@media (min-width: 900px) {
    .toast-container {
        top: 75px !important;
    }
    #chat-window {
        width: 380px;
        margin-left: 4rem;
        margin-right: 3rem;
        margin-bottom: 5.5rem;
        padding-right: 0;
    }
    #chat-close {
        margin: 3rem 3rem 2rem 3rem;
    }
    .form-control {
        height: 40px !important;
    }
}
