.chat-widget-send-button {
    background-color: #3a9dff !important;
}

.chat-widget-toggle-button {
    position: absolute;
    top: -45px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3c9eff !important;
}

.chat-widget-history {
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    width: 100%;
    max-width: 600px;
    height: 1000px;
    max-height: 80vh;
    background-color: white;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.1) !important;
}

#chat-widget-container-4t71qcv5d .sw-j3346mksp-input-container {
    border-radius: 20px !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.chat-widget-input-container {
    border-radius: 20px !important;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}


.chat-widget-input {
    font-family: 'SFProDisplay'!important;
}

.t-body {
    padding-bottom: 0 !important;
}
