.chatbox-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 320px;
    z-index: 100;
}

.chatbox-button {
    background-color: red;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.chatbox {
    display: none;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    padding: 15px;
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 320px;
}

.chatbox-body input, .chatbox-body textarea {
    width: 100%;
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.chatbox-message {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.confirmation-message {
    background: #e9f6e9;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.confirmation-message i {
    font-size: 24px;
    color: green;
    margin-right: 10px;
}
.iti__country-list {
	width: 290px;
	overflow-x: hidden;
}
textarea.form-control, textarea {
	min-height: 108px;
}
input#phone {
	width: 289px;
}