[contenteditable=true], [contenteditable=false]{
    display: block;
    resize: none;
    outline: none;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    min-height: 42px;
    cursor: text;
    height: auto;
    width: 100%;
    border: 1px solid #CED4DA;
    border-radius: .25rem;
    background-color: #FFFFFF;
    padding: 15px;
    color: #495057;
    overflow-y: auto;
    transition: border-color 0.2s ease-in-out;
}
[contenteditable]:empty:before {
    content: attr(placeholder);
    color: #6C757D;
    display: block;
}
[contenteditable]:focus {
    border-color: var(--theme-color);
}

.form-err{
    width: 100%;
    margin-top: 0.25rem;
    /*font-size: 80%;*/
    color: #e74a3b;
}
.toast-success {
    background-color: #1cc88a!important
}
.upload-avatar{
    cursor: pointer;
}
.form-control-search {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2;
    width: 34px;
    height: 100%;
    line-height: 42px !important;
    text-align: center;
    display: none;
    cursor: pointer;
}
.referral-link{
    cursor: pointer;
}

.loading{
    opacity: 0.5;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
}
.bootstrap-dialog.type-light .bootstrap-dialog-title{
    color: inherit !important;
    font-weight: 600 !important;
    font-size: 17px !important;
}
.theme-modal.no-header > .modal-dialog > .modal-content > .modal-header{
    display: none;
}
.theme-modal.no-header > .modal-dialog > .modal-content > .modal-body{
    padding: 0;
}
.theme-modal .modal-dialog .modal-content .modal-header {
    background-color: inherit;
}


/*Select2 element*/
.theme-form-floating .select2-container{
    width: 100% !important;
    height: 54px;
}
.theme-form-floating .select2-container .selection{
    width: 100% !important;
}
.theme-form-floating .select2-container .select2-selection--single{
    height: 54px;
}
.theme-form-floating .select2-container--default .select2-selection--single {
    border: 1px solid #CED4DA;
}
.theme-form-floating .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 54px;
    font-size: 1rem;
}
.theme-form-floating .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 54px;
}

/*Select2 dropdown*/
.select2-dropdown {
    border: 1px solid #CED4DA;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #CED4DA;
}
.select2-search--dropdown .select2-search__field {
    padding: 1rem .75rem;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    width: 100%;
}
.select2-results__option {
    width: 100%;
}

.text-rows {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.text-rows.rows-1 {
    -webkit-line-clamp: 1;
}
.text-rows.rows-2 {
    -webkit-line-clamp: 2;
}
.text-rows.rows-3 {
    -webkit-line-clamp: 3;
}

@media (max-width: 991px) {
    .user-dashboard-section .dashboard-left-sidebar {
        z-index: 10;
    }
}