/* file input */
input::file-selector-button {
    font-size: 12px;
    background: rgb(238, 233, 161) !important;
    color: #333 !important;
    padding: 6px 10px !important;
    border: none;
    margin-top: 0 !important;
}
.bold-label {
    font-weight: bold;
    font-size: 14px;
}

/* Datatables */
.table-responsive table td {
    padding: 1px 10px !important;
}
input[type="search"] {
    min-height: 20px;
}

/* Modal Dependencies */
#modal_body body {
    background-color: #ffffff;
}

/* View field style */
.field-style {
    opacity: 0.65;
    font-size: 11px; 
    font-weight:normal; 
    margin-top:-4px; 
    margin-bottom:4px;
}
.form-floating-file {
    border: 0;
    background-color: rgb(228, 245, 255) !important;
}
.form-control-solid {
    min-height: 59px;
}

/* Card Wrapper */
.card-wrapper {
    background-color: #e4eaef;
    padding: 20px 20px 5px 20px;
    border-radius: 6px;
}

/* Process Messages */
@media (min-width:1200px) {
    .messages {
        position: -webkit-sticky;
        position: sticky;
        top: 150px;
    }
}
.message-box {
    background-color: #F5F8FA !important;
    font-size: 12px;
    font-weight: normal;    
}
.message-wrapper {
    padding: 4px 10px;
    text-align: left;
    border-radius: 5px;
    width: fit-content;
}
.message-person {
    color: #000000;
    font-size: 11px;
}
.message-date {
    font-size: 10px;
    color: #888888;
}
.customer-message {
    background-color: #F5F8FA;
}
.analist-message {
    background-color: #e4f5ff;
    text-align: right;
    margin: 0 0 0 auto; /* align right */
}
.message-flow {
    font-size: 12px;
    max-height: 350px; 
    overflow: scroll;
    display: flex;
    flex-direction: column-reverse;    
}

/* ---------------------------- */
.dropdown-dotted {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
}
.dropdown-dotted-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 10px;
  z-index: 10;
}
.dropdown-dotted-content p {
  text-align: left;
  margin-left: 5px;
  font-weight: 500;
}
.dropdown-dotted-content a.menu-link {
  color: #333;
  font-weight: 500;
}
.dropdown-dotted-content a.menu-link:hover {
  color: #009EF7;
  background-color: #f0f0f0;
}
@media (max-width: 1414px) {
  .dropdown-dotted-content {
    left: 0;
  }
}
.dropdown-dotted:hover .dropdown-dotted-content {
  display: block;
}
.table-responsive,
.dataTables_scrollBody {
    overflow: visible !important;
}
 
.table-responsive-disabled .dataTables_scrollBody {
    overflow: hidden !important;
}