body {
      font-family: Nunito, sans-serif;
  }
  .ui-autocomplete { z-index:2147483647; }

  .ui-autocomplete-loading { background:url('<?php echo base_url("assets/images/spinner-2.gif") ?>') no-repeat right center }

  .spinner img {
    width: 25px;
    height: 25px;
  }
  .loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }

  .loading-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
        }

        .loading-content {
            text-align: center;
            color: #333;
        }

        .loading-content .fa-spinner {
            font-size: 3rem;
            margin-bottom: 10px;
        }
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .card {
    border-radius: 15px;
  }
  .card .card-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
/*  tabelku */
.tabelku {
  border-collapse: collapse !important;
  width: 100%;
  font-size: 14px;
  border: solid 1px #dee2e6 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tabelku th, .tabelku td {
  padding: 5px 10px;
  vertical-align: top;
  border-bottom: solid 1px #dee2e6 !important;
}

.tabelku th {
  vertical-align: top;
}

.tabelku thead th {
  background-color: #f5f5f5;
  font-weight: bold;
}

/* Border-radius untuk sudut kiri atas dan kanan atas th pada baris pertama */
.tabelku thead tr:first-of-type th:first-child {
  border-top-left-radius: 10px;
}
.tabelku thead tr:first-of-type th:last-child {
  border-top-right-radius: 10px;
}

/* Border-radius untuk sudut kanan bawah dan kiri bawah td pada baris terakhir */
.tabelku tbody tr:last-of-type td:first-child {
  border-bottom-left-radius: 10px;
}
.tabelku tbody tr:last-of-type td:last-child {
  border-bottom-right-radius: 10px;
}



/* -------- */
.tabelnya {
  border-radius: 10px;
  border-collapse: separate;
  width: 100%;
  border-spacing: 0;
}
.tabelnya th, .tabelnya td {
  padding: 6px 12px;
  vertical-align: top;
}
.tabelnya td {
  border-bottom: solid thin #C4DFDF;
}
.tabelnya th {
  vertical-align: middle;
}
.tabelnya thead {
  border-radius: 10px !important;
  border: solid thin #C4DFDF;
  background-color: #E3F4F4;
}

.tabelnya thead tr {
  border-radius: 10px !important;
  border: solid thin #C4DFDF;
  background-color: #E3F4F4;
  border-collapse: collapse;
}
.tabelnya th {
  border-bottom: solid thin #C4DFDF;
  border-top: solid thin #C4DFDF;
}
.tabelnya th:first-child{
  border-radius:10px 0 0 10px;
  border-left: solid thin #C4DFDF;
}
.tabelnya th:last-child{
  border-radius:0 10px 10px 0;
  border-right: solid thin #C4DFDF;
}
/* end tabel */
/* button */
.btn-purple {
  color: #fff;
  background-color: #8231D3;
}
.btn-purple:hover {
  color: #fff;
  background-color: #5840FF;
}
.btn-info-light {
  color: #fff;
  background-color: #00AAFF;
}
.btn-info-light:hover {
  color: #fff;
  background-color: #5840FF;
}
/* border-radius */
.btn {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.input-group .btn {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-right: 2px;
}
.input-group input, .input-group select {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-right: 2px;
}
.btn-lg {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.input-group .btn-lg {
  border-top-left-radius: 0px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 15px;
}
.btn-sm {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.input-group .btn-sm {
  border-top-left-radius: 0px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 8px;
}
.btn-xs {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.input-group .btn-xs {
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 5px;
}
/* box urutkan */
.box
  {
    width:100%;
    padding:10px 2%;
    background-color:#fff;
    border:1px solid #ccc;
    border-radius:5px;
  }
  #page_list li
  {
    padding:10px 16px;
    background-color:#f9f9f9;
    border:1px dotted #ccc;
    cursor:move;
    margin-top:8px;
  }
  #page_list li.ui-state-highlight
  {
    padding:8px 16px;
    background-color:#ffffcc;
    border:1px dotted #ccc;
    cursor:move;
    margin-top:8px;
  }


/* Backgroud Color */
.bg-purple {
  color: #fff;
  background-color: #8231D3 !important;
}

/* Text Color */
.text-purple {
  color: #8231D3 !important;
}
/* alert */
.alert, .alert-info, .alert-warning, .alert-success, .alert-danger {
  border-radius: 15px;
}
.dropdown-item {
	white-space: normal;
}