/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28 déc. 2022, 10:41:39
    Author     : Jeremy Dorilas <jeremy@kowidi.ai>
*/

.cbb-container .cbb-upload-form {
    display: none;
}

.cbb-file-preview {
    width: 100%;
}

.cbb-file-preview img {
    width: 100%;
}


.cbb-container .text-form {
    background-color: #f4f5f8;
    height: auto;
    min-height: 50px;
    margin-bottom: 15px;
    border: 0;
    padding: 5px;
}

.cbb-btn {
    height: 50px;
    width: 50px;
}

ul.cbb-menu li {
    cursor: pointer;
}

ul.cbb-menu li:hover {
    background-color: #000;
}