.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 2px solid #f4f4f4;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.select2 {
    max-width: 100%;
    width: 100%;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left: 5px;
}
.searchable-link {
    padding: 0 5px 0 5px;
}
.searchable-link:hover {
    cursor: pointer;
    background: #eaeaea;
}
/* .select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
} */

.form-group .required::after {
    content: " *";
    color: red;
}

.dropzone {
    border: 1px solid #d2d6de;
}

.ideal-tabs .nav.nav-tabs {
    padding-left: 10px;
}

.ideal-p-10 {
    padding: 10px;
}

.ideal-m-10 {
    margin: 10px;
}

.ideal-m-0 {
    margin: 0px;
}

.ideal-p-5 {
    padding: 5px;
}

.ideal-pt-25 {
    padding: 25px;
}

.ideal-m-5 {
    margin: 5px;
}

.ideal-m-15 {
    margin: 15px;
}

.ideal-pt-5 {
    padding-top: 5px;
}

.ideal-pt-10 {
    padding-top: 10px;
}

.ideal-pt-15 {
    padding-top: 15px;
}

.ideal-tabs .box {
    margin-bottom: 10px;
}

.ideal-tabs .box-header {
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.ideal-rounded-5 {
    border-radius: 5px;
}

.ideal-d-none {
    display: none;
}

.box-footer-custom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.row.no-pad {
    margin-right: 0;
    margin-left: -10px;
}

.row.no-pad > [class*="col-"] {
    padding-right: 0;
    padding-left: 10px;
}

/* .grid-item { width: 25%; }
.grid-item--width2 { width: 50%; } */

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
}

.flex-container-consumables {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: stretch;
    margin-bottom: -5px;
}

.flex-container-consumables button {
    margin-right: 5px;
    margin-bottom: 5px;
}

.display-flex {
    display: flex;
}

.bubble {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.bubble.sent {
    justify-content: flex-end;
}

.bubble.received {
    justify-content: flex-start;
}

.bubble.received .image-and-caption .bubs {
    border-radius: 0px 8px 8px 8px;
    background: rgb(255, 255, 255);
}

.bubble.sent .image-and-caption .bubs {
    border-radius: 8px 0px 8px 8px;
    background: rgba(0, 0, 255, 0.1);
}

.image-and-caption {
    /* display: flex;
    flex-direction: column;
    align-items: flex-start; */
    max-width: 33%;
    min-width: 200px;
}

.image-and-caption .bubs {
    padding: 5px;
    border-radius: 5px;
    font-weight: 400;
    font-family: var(--plm-dt-font-primary);
    line-height: 16px;
    font-feature-settings: "tnum" 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    box-sizing: content-box;
    position: relative;
    color: rgb(36, 55, 78);
    padding: 12px;
    font-size: 14px;
    word-break: break-word;
    box-shadow: rgb(195, 205, 221) 0px 1px 2px;
}

.bubble.received .bubs::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-style: solid;
    border-width: 0px 8px 8px 0px;
    top: 0px;
    border-color: transparent rgb(255, 255, 255) transparent transparent;
    left: -8px;
}

.bubble.sent .bubs::before {
    transform: rotate(270deg);
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-style: solid;
    border-width: 0px 8px 8px 0px;
    top: 0px;
    border-color: transparent rgba(0, 0, 255, 0.1) transparent transparent;
    right: -8px;
}

.swal2-popup {
    font-size: 1.2rem !important;
}

.d-flex {
    display: flex;
}

.w-100 {
    width: 100%;
}

.mb-1 {
    margin-bottom: 1rem;
}

.h-100 {
    height: 100%;
}

.justify-content-between {
    justify-content: space-between;
}

.body-full-page {
    height: calc(100vh - 180px);
}

.overflow-y-auto {
    overflow-y: auto;
}

.messages-border {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.list-group-item {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #ddd !important;
}

.list-group-item.active {
    border-bottom: 1px solid #ddd !important;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 1px solid #ddd !important;
}

.abs-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 4px;
    background: black;
    opacity: 20%;
}

.abs-loader i {
    top: calc(50% - 20px);
    position: absolute;
    color: white;
    font-size: 60px;
}

.message-board {
    display: flex;
}

#conversations {
    padding-right: 10px;
    min-width: 280px;
}

#messages {
    position: relative;
    background: rgb(241, 237, 229);
}

.pt-2 {
    padding-top: 2px;
}

.iti {
    width: 100%;
}

.id-search-input {
    width: 72px;
}

.dataTables_scrollBody {
    height: calc(100vh - 400px);
}

.mt-10 {
    margin-top: 10px;
}

#page-loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2000;
    /* opacity: 0.5; */
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    background-color: #d2d6de;
}

.center-screen {
    height: 40vh;
    width: 40vh;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
}

.justify-text {
    text-align: justify;
    text-justify: inter-word;
}

div.scroll {
    overflow: scroll;
    word-wrap: normal;
    height: 30vh;
}

.h-50 {
    height: 50vh;
}

.vertical-center {
    margin-top: auto;
    margin-bottom: auto;
}

div.outer {
    padding-top: 30vh;
    position: relative;
    display: table;
    height: 100%;
}


.comment-text{
    margin-left: 0px!important;
}


