/*--- LOGIN ---*/
* {
  font-family: Poppins;
}

body {
  height: auto;
}

.login-logo {
  font-size: 24px;
}

.login-logo-img {
  margin: auto;
}

.login-logo-img img {
  height: 82px;
  width: auto;
}

.login-box-body {
  padding: 20px;
  border-radius: 4px;
}

.login-box-body .login-logo {
  margin-bottom: 10px;
}

.login-box-body>hr {
  margin-top: 7px;
  margin-bottom: 7px;
}

.login-box-msg {
  padding: 0px;
  font-size: 10px;
  font-weight: bold;
}

/*--- /LOGIN ---*/
/*--- CUSTOM GLOBAL ---*/
.text-bold {
  font-weight: bold !important;
}

.text-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-white {
  color: #fff;
}

.label-dark {
  background-color: #000;
}

h1.with-border,
h2.with-border,
h3.with-border,
h4.with-border,
h5.with-border,
h6.with-border,
.row.with-border {
  border-bottom: dotted 2px #eee;
  padding-bottom: .8rem;
  border-top: dotted 2px #eee;
  padding-top: .8rem;
}

.modal-xl {
  width: 90% !important
}

.modal-custom .modal-header, .modal-custom .modal-footer {
  background: #2b3e77 !important;
  color: #fff;
}

.modal-custom .modal-header .close {
  color: #fff;
}

.form-group .control-label {
  text-transform: uppercase;
}

.select2 {
  width: 100% !important;
}

.nowrap {
  white-space: nowrap;
  width: 1%;
}

.info-box-number {
  font-size: 32px;
}

/*--- /CUSTOM GLOBAL ---*/
/*--- TIMELINE ---*/
.timeline>li>.timeline-item {
  border: 1px solid #f4f4f4;
  margin-right: 0px;
}

.timeline>li>.timeline-item>.timeline-header {
  background: #222d32;
  color: #fff;
}

.timeline>li>.timeline-item>.timeline-header small {
  font-size: x-small;
}

.timeline>li>.timeline-item>.timeline-body form hr {
  margin-top: 0px;
  margin-bottom: 15px;
}

.timeline>li>.timeline-item>.timeline-footer {
  background: #222d32;
}

/*--- TIMELINE ---*/
/*--- TABLE ---*/
.table thead tr th {
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  background: #222d32;
  color: #fff;
  font-size: 13px;
}

.table tbody tr td {
  font-size: 13px;
}

/*--- /TABLE ---*/
.main-header .logo .logo-lg img {
  height: 45px;
  width: auto;
}

.main-header .navbar {
  text-transform: uppercase;
}

.main-header .navbar-custom-menu {
  float: left;
  padding: 0px 15px;
  font-weight: bold;
}

.skin-yellow .content-header {
  background: #222d32;
  position: relative;
  padding: 10px 0px 10px 15px;
  color: #fff;
  text-transform: uppercase;
}

.skin-yellow {
  background: #e4e4e4;
}

.content-header>h1 {
  margin: 0;
  font-size: 16px;
}

.content-header>.breadcrumb {
  padding: 0px 20px;
  top: 10px;
}

.p-a-0 {
  padding: 0px !important;
}

#map {
  width: 100%;
  height: 280px;
}

/* 2022 */
.navbar-default {
  background-color: #f5a62a;
  border-color: #f5a62a;
  border-radius: 0px;
  padding: 3px;
  margin-bottom: 0px;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #dc8a08;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.box {
  border-radius: 5px;
  padding: 8px;
}

.box-header {
  /* padding-top: px; */
  padding-bottom: 15px;
}

.skin-yellow .wrapper, .skin-yellow .main-sidebar, .skin-yellow .left-side {
  background-color: #e4e4e4;
}

.table thead tr th {
  border: 0.5px solid #4e5e8e;
  background: #2b3e77;
}

.table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
  border: 0.5px solid #e1e1e1;
}

.navbar-brand>img {
  margin-top: -10px;
}

.login-box, .register-box {
  width: 420px;
  box-shadow: 0px 0px 12px 2px #ddd;
}

.card {
  box-shadow: 0px 0px 12px 2px #ddd;
}

.login-page {
  background: url('../../images/bg-qrs.png') no-repeat;
  background-size: cover;
}

.nav>li>a {
  padding: 15px 11px;
}

@media (min-width: 1200px) {
  .container {
    width: 1400px;
  }

  .box-right {
    float: right;
  }

  .box-left {
    float: left;
  }
}

/* LANDING */
.logo-landing {
  margin-top: 8%;
}

.box-margin {
  margin: 10px;
}

.bg-success2 {
  background-color: #00a65a;
  color: #fff;
}

.bg-warning2 {
  background-color: #f5a62a;
  color: #fff;
}

.icon-map {
  margin-right: 10px;
  margin-left: 10px;
}

.td-map {
  vertical-align: middle;
  text-align: center;
}

.direct-chat-messages {
  height: 300px;
}

.btn-chat {
  position: fixed;
  bottom: 45px;
  right: 135px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  z-index: 999;
  opacity: 0.7;
}

.box-deskripsi {
  height: 130px;
  overflow-y: auto;
}

/* Efek Hover & Active untuk List Chat */
.chat-thread-list .chat-detail:hover {
  background-color: #f8fafc !important;
}

.chat-thread-list .chat-detail.active {
  background-color: #eff6ff !important;
  border-left: 3px solid #3c8dbc !important;
}

.chat-thread-list .chat-detail.active .media-heading {
  color: #1e40af !important;
}

/* Custom Scrollbar */
.chat-thread-list::-webkit-scrollbar,
#list-forum::-webkit-scrollbar {
  width: 5px;
}

.chat-thread-list::-webkit-scrollbar-thumb,
#list-forum::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

/* Utilitas Text Overflow */
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}