@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Poppins", sans-serif; }

.pr-30 {
  padding-right: 30px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pr-50 {
  padding-right: 50px !important; }

.form-control:read-only {
  background: #e9ecef; }

.btn-light-double {
  background: #f3f4f8;
  border-color: #f3f4f8; }
  .btn-light-double:hover {
    background: #e3e5ef;
    border-color: #e3e5ef; }

.input-group .bi {
  height: auto !important; }

.help-block {
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 14px; }

#main-content {
  min-height: calc(100vh - 132px); }

.card-header.with-border {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(113, 113, 113, 0.1); }

.card-header.with-border ~ .card-body {
  padding-top: 1.5rem; }

.card.card-default {
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .card.card-default .card-header {
    font-weight: 600;
    background: rgba(238, 238, 238, 0.5); }

#auth #auth-left .auth-logo {
  margin-bottom: 3rem; }

.sidebar-wrapper .menu .submenu .submenu-item a {
  display: flex;
  padding: .7rem 1.2rem;
  font-size: 1rem;
  color: #676767;
  font-weight: 500; }

.submenu-link {
  align-items: center; }
  .submenu-link .bi {
    display: flex;
    align-items: center;
    margin-right: 3px;
    font-size: 8px;
    line-height: 8px; }

html[data-bs-theme="dark"] .sidebar-wrapper .sidebar-header,
.sidebar-wrapper .sidebar-header {
  padding-top: .9rem;
  padding-bottom: .9rem;
  padding-left: 3rem;
  background: #233259; }
  html[data-bs-theme="dark"] .sidebar-wrapper .sidebar-header img,
  .sidebar-wrapper .sidebar-header img {
    margin: 0 auto;
    width: 150px;
    height: auto; }

.sidebar-footer {
  display: none;
  padding: 0 2rem; }

.page-title h3 {
  font-weight: 600; }

.table thead th {
  font-weight: 600; }

.form-group {
  margin-bottom: .8rem; }
  .form-group label {
    margin-bottom: 3px;
    color: #565656; }

.form-control {
  padding: .5rem .75rem; }
  .form-control[type="file"] {
    padding: .375rem .75rem; }

#qrcode-wrap {
  text-align: center; }

#qrcode {
  margin-bottom: 30px;
  width: 400px; }

#view-logs {
  max-height: 124px;
  overflow-y: auto; }

#view-logs .list-group {
  margin: 0; }

.chat-sidebar {
  height: 100%;
  max-height: 750px;
  overflow: hidden; }

.chat-sidebar .card-body {
  max-height: 100%;
  overflow: hidden; }

.chat-user-list {
  position: relative;
  height: 100%;
  overflow-y: auto; }

.wrap-user-chat {
  margin: 0 -15px; }

.item-user-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px 15px;
  margin-bottom: 5px;
  border-radius: 7px; }
  .item-user-list:hover {
    background: #f1f1f1; }

.icon-user-list {
  width: 50px;
  height: 50px; }
  .icon-user-list img {
    width: 100%;
    border-radius: 50%; }

.content-user-list {
  padding-left: 15px;
  width: calc(100% - 45px); }

.info-user-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }
  .info-user-list span.name-user-list {
    font-size: 15px;
    color: #212121;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .info-user-list span.time-user-list {
    font-size: 12px;
    color: #898989;
    white-space: nowrap;
    letter-spacing: 1px; }

.last-chat-user-list {
  font-size: 15px;
  color: #99A1B7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.item-document {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px;
  width: 400px;
  min-width: 100%;
  margin-bottom: 15px;
  background: #f0f0f0;
  border-radius: 5px; }

.icon-document {
  width: 45px; }
  .icon-document i {
    font-size: 38px;
    line-height: 38px; }

.content-document h3 {
  margin-bottom: 5px;
  font-size: 14px; }
.content-document ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin-bottom: 0;
  list-style: none; }
  .content-document ul li {
    position: relative;
    margin-right: 7px;
    font-size: 12px;
    color: #787878; }
    .content-document ul li:after {
      content: ","; }
    .content-document ul li:last-child {
      margin-right: 0; }
      .content-document ul li:last-child:after {
        display: none; }

.elastic-textarea {
  resize: none;
  overflow-y: hidden;
  height: 44px;
  max-height: 100px; }

.error-form {
  font-size: 14px;
  color: red; }

.select2-container--bootstrap-5 .select2-selection {
  padding: .5rem .75rem; }

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 3px 7px; }

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  margin-right: 7px;
  width: 10px;
  height: 10px; }

.dropdown-chat {
  margin-right: 15px; }
  .dropdown-chat .dropdown-toggle {
    margin-bottom: 0; }
    .dropdown-chat .dropdown-toggle:after {
      display: none; }

.dropdown-menu-chat {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  .dropdown-menu-chat .dropdown-item {
    margin-bottom: 0;
    font-weight: 600; }
    .dropdown-menu-chat .dropdown-item .bi {
      margin-right: 10px;
      font-size: 18px; }

.btn-emoji {
  padding: 0;
  font-size: 18px;
  color: #435ebe;
  background: transparent;
  border: none; }

.frame-video {
  width: 100%;
  height: auto;
  max-width: 400px;
  max-height: 400px; }
  .frame-video video {
    width: 100%;
    max-height: 400px;
    box-sizing: border-box; }

.sticker-message {
  width: 100%;
  max-width: 200px;
  max-height: 200px; }
  .sticker-message img {
    width: 100%; }

.chat .chat-message.chatSticker {
  background: transparent;
  box-shadow: none; }

.suggestions-container {
  position: relative;
  width: 100%;
  /* Sesuaikan lebar sesuai kebutuhan */ }

/* Dropdown suggestions */
#suggestions {
  position: absolute;
  top: 100%;
  /* Muncul tepat di bawah input */
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 150px;
  overflow-y: auto;
  background-color: white;
  z-index: 1000;
  /* Pastikan dropdown muncul di atas elemen lain */
  display: none; }

/* Item dalam dropdown */
.suggestion-item {
  padding: 8px;
  cursor: pointer; }

.suggestion-item:hover {
  background-color: #f1f1f1; }

.editor-mini {
  border: 1px solid #ddd; }
  .editor-mini .editor-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #eee;
    border-bottom: 1px solid #ddd; }
    .editor-mini .editor-button .btn {
      position: relative;
      border-radius: 0; }
      .editor-mini .editor-button .btn::after {
        position: absolute;
        content: '';
        top: 50%;
        right: -1px;
        width: 1px;
        height: 20px;
        background: #999;
        transform: translateY(-50%); }
      .editor-mini .editor-button .btn:last-child::after {
        display: none; }
  .editor-mini .form-control {
    font-size: 14px;
    color: #454545;
    border-color: transparent;
    border-radius: 0; }
    .editor-mini .form-control:focus {
      box-shadow: none; }

html[data-bs-theme="dark"] .card-header.with-border {
  border-bottom: 1px solid rgba(113, 113, 113, 0.1); }
  html[data-bs-theme="dark"] .card-header.with-border ~ .card-body {
    padding-top: 1.5rem; }
html[data-bs-theme="dark"] .form-group {
  margin-bottom: .8rem; }
  html[data-bs-theme="dark"] .form-group label {
    margin-bottom: 3px; }
html[data-bs-theme="dark"] .form-control {
  padding: .5rem .75rem; }
  html[data-bs-theme="dark"] .form-control[type=file] {
    padding: .375rem .75rem; }
html[data-bs-theme="dark"] .sidebar-wrapper .menu .submenu .submenu-item a {
  display: flex;
  padding: .7rem 1.2rem;
  font-size: 1rem; }
html[data-bs-theme="dark"] .submenu-link {
  align-items: center; }
  html[data-bs-theme="dark"] .submenu-link .bi {
    display: flex;
    align-items: center;
    margin-right: 3px;
    font-size: 8px;
    line-height: 8px; }

#custom-header {
  background: #233259; }

.header-custom {
  padding: 15px 0; }
  .header-custom a {
    display: block;
    text-align: center; }
    .header-custom a img {
      width: 100%;
      max-width: 180px; }

#custom-container {
  padding: 50px 0; }

.btn-register {
  padding-left: 50px;
  padding-right: 50px; }

#custom-footer {
  padding: 25px 0;
  background: #e4eaee; }
  #custom-footer p {
    margin-bottom: 0;
    text-align: center; }

/*# sourceMappingURL=custom.css.map */
