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

.datatable {
    width: 100% !important;
}

.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;
}

table.dataTable thead th {
    border-bottom: 2px solid #dee2e6;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #dee2e6;
}

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

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

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.select2-container--open {
    z-index: 9999;
}
.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;
}

.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}

.brand-text {
    color:  #eaeaea;
    font-size: 2rem;
}

.btn-right-sm {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 0;
    padding-left: 10px;
    padding-right: 10px;
    outline:none !important;
    box-shadow: none !important;
}

.btn-left-sm {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
    padding-left: 10px;
    padding-right: 10px;
    outline:none !important;
    box-shadow: none !important;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    margin-top: 0px;
    border: #adb5bd solid 1px;
}

table.datatable .badge {
    white-space: normal;
}


/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: red;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.chat-conversation .conversation-list {
    max-width: 90%;
}

.verti-timeline .event-list {
    padding: 0px 0px 10px 30px;
}

.help-block{
    font-size: 0.7rem;
    font-style: italic;
}

table.dataTable tbody tr.selected a {
    color: #212529;
}

/* Risk Level Badges - Centralized styles for policy companies */
.risk-level-very-low {
    background-color: #5bc0de;
    color: white;
}

.risk-level-low {
    background-color: #34c38f;
    color: white;
}

.risk-level-medium {
    background-color: #f1b44c;
    color: white;
}

.risk-level-high {
    background-color: #f46a6a;
    color: white;
}

.risk-level-critical {
    background-color: #c72c41;
    color: white;
}
