input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

label.error{
    color: red;
    font-size: 12px;
    margin-bottom: 0 !important;
}


.card-total-sale .img-fluid{
    border-radius: 9px !important;
    max-height: none !important;
}
.iq-sidebar-menu i{
    font-size: 25px !important;
}



/* Chat ------------- */
.chatbox-container {
    display: flex;
    flex-direction: column;
}

.chat-container {
    height: 400px;
    padding: 20px 0;
    overflow-y: auto;
}



.chat-message {
    background: #3981F7;
    color: white;
    padding: 10px;
    border-radius: 22px;
    border-top-left-radius: 0px;
    width: max-content;
}

.chat-message-container {
    display: flex;
    width: 100%;
    margin-top: 20px;
    gap: 10px;

}

.message-right .chat-message {
    float: right;
    background: #EDF4FF;
    color: black;
    border-top-left-radius: 22px;
    border-top-right-radius: 0px;
}

.message-right {
    justify-content: end;
    flex-direction: row-reverse;

}

.chat-profile {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 25px;
}


.chat-input-container {
    border-top: 1px solid #272C341A;
    padding-top: 10px;
}

.chat-input-container input {
    width: 80%;
    border: none;
    padding: 17px;
}

.chat-input-container button {
    background: #3981F7;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 22px;
    float: right;
    margin-right: 26px;
    margin-top: 10px;
}

.chat-input-container button.disabled {
    opacity: 0.5;
    pointer-events: none;
}

#chatBoxList::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    border-radius: 10px;
    background-color: #7e7e7e;
}

#chatBoxList::-webkit-scrollbar {
    width: 5px;
    background-color: #ffffff;
}

#chatBoxList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
    background-color: #8db9ff;
}
