/**==============> Start dashboard custom css 26/10/2021 <==================== **/
#page-user-view table {font-size: 14px !important;}

/* Start about section */
.img-upload {
    margin: auto !important;
    float: none !important;
}

/* Start quill editor */
.custom-editor-class .ql-container {
    height: 30% !important
}

/* Start Data table customer style */
    /*filters */
    .flatpickr-input {
        padding: .5rem !important
    }
.vs-con-table .vs-con-tbody .vs-table--tbody-table .vs-table--thead th,
.vs-con-table .vs-con-tbody .vs-table--tbody-table .tr-values .vs-table--td{
    padding: 10px !important
}
/* End table customer style */
/* Start add Customer component */
.upload-customer .con-input-upload, .upload-customer .con-img-upload .img-upload {
    width: 100px;
    height: 100px
}
.upload-customer .con-input-upload.disabled-upload {
    display: none;
}
/* End add Customer component */

/* Start view customer component */
.service-note {
    border: 1px solid #ddd;
    padding: 8px;
    background: #f7f7f7;
}

/* Start my framework */
button:focus {border:none; outline: none;}
.vs-tabs-position-bottom .vs-tabs--ul, .vs-tabs-position-top .vs-tabs--ul {
    flex-wrap: wrap;
}
/* End my framework */