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

  /* 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-radius: 10px;
  border-collapse: separate;
  width: 100%;
  border-spacing: 0;
  font-size: 14px;
  border: solid thin #dee2e6; /* Border di area luar tabel */
}

.tabelku th, .tabelku td {
  padding: 5px 10px;
  vertical-align: top;
  border: none; /* Menghapus border di dalam tabel */
  
}

.tabelku td {
  border-bottom: solid thin #dee2e6; /* Border bawah pada td */
}

.tabelku th {
  vertical-align: top;
  border-bottom: solid thin #eee;
}

.tabelku thead {
  border-radius: 10px 10px 0 0; /* Border-radius hanya untuk sudut atas */
  border: none; /* Menghapus border di thead */
  background-color: #f5f5f5;
  font-weight: bold;
}

.tabelku thead tr th:first-child {
  border-top-left-radius: 10px;
}

.tabelku thead tr th:last-child {
  border-top-right-radius: 10px;
}

.tabelku tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px; /* Border-radius di sudut kiri bawah */
}

.tabelku tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px; /* Border-radius di sudut kanan bawah */
}



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

