.select2-container {
  width: 100% !important;
}

.select2-container .select2-search--inline .select2-search__field {
  font-family: var(--tblr-font-sans-serif) O !important;
  font-size: .875rem !important;
  font-weight: 400 !important;
  line-height: 1.4285714286 !important;
  margin-top: 8px !important;
  margin-bottom: 3px !important;
  margin-left: 12px !important;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border: var(--tblr-border-width) solid var(--tblr-border-color) !important;
  border-radius: var(--tblr-border-radius) !important;
}

.select2-container--default .select2-selection--single {
  border: var(--tblr-border-width) solid var(--tblr-border-color) !important;
  border-radius: var(--tblr-border-radius) !important;
}

.select2-container--default .select2-selection--multiple {
  border: var(--tblr-border-width) solid var(--tblr-border-color) !important;
  border-radius: var(--tblr-border-radius) !important;
  /* padding-top: 5px !important; */
  /* padding-bottom: 5px !important; */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px !important;
  /* 26px */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px !important;
  /* 28px */
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #a5a9b1 !important;
  /* #999 */
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px !important;
  /* padding-bottom: 12px !important; */
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 33px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  color: #d63939 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  color: #d63939 !important;
}

.theme-dark .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px !important;
  color: #fff !important;
}

.theme-dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #D63939 !important;
  color: #fff !important;
}

.theme-dark .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #206BC4 !important;
  color: white;
}

.theme-dark .select2-container--default .select2-results__option--selected {
  background-color: #174d8f !important;
}

.theme-dark .select2-container--default .select2-dropdown {
  background-color: #1a2234;
}

.theme-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: initial;
  border: 1px solid #aaa;
}

.theme-dark .select2-container--default .select2-results>.select2-results__options {
  background-color: #1a2234 !important;
}

.theme-dark .select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #1a2234 !important;
  color: #fff !important;
}

.theme-dark .select2-container--default .select2-selection--single,
.theme-dark .select2-container--default .select2-selection--multiple {
  background-color: #1a2234 !important;
  color: #f8fafc !important;
  border-color: #243049 !important;
}

.select2-selection--single {
  width: 100%;
}

.select2-search__field::-webkit-input-placeholder {
  color: #a5a9b1;
  opacity: 1;
}

.select2-search__field::-moz-placeholder {
  color: #a5a9b1;
  opacity: 1;
}

.select2-search__field:-ms-input-placeholder {
  color: #a5a9b1;
  opacity: 1;
}

.select2-search__field::-ms-input-placeholder {
  color: #a5a9b1;
  opacity: 1;
}

.select2-search__field::placeholder {
  color: #a5a9b1;
  opacity: 1;
}

.select2-search__field {
  width: 100%;
}

.select2-search__field::placeholder {
  color: #a5a9b1;
}

.select2-container .select2-selection--single {
  height: 36px !important;
  /* 28px */
}

.select2-container--default .select2-selection--single {
  height: 36px !important;
  /* 28px */
}

.webclient-btn-green {
  color: white;
  background-color: #0CA672;
  border: 2px solid #0CA672;
}

.webclient-btn-green-claim {
  color: white;
  background-color: #086B4A;
  border: 2px solid #086B4A;
}

.webclient-background-gradient {
  background: linear-gradient(to left, #194e30, #3cb371);
  /* Gradasi dari hijau gelap ke hijau terang */
  /* padding: 20px; */
  /* border-radius: 8px; */
  /* Memberikan sudut melengkung */
}

.select2-container--default .select2-results__option--highlighted {
  background-color: #0CA672 !important; 
  color: white !important; 
}

.btn-outline-success.m-1 {
  background-color: #E7F6F2; 
  border: none;              
  color: #0CA672;  
               
}

.text-default.h3.m-1 {
  color: black; 
}

/*css datatable custom*/
table.dataTable thead {
  background-color: #E7F6F2;
}

table.dataTable thead th {
  color: #0CA672;
  background-color: #E7F6F2; 
}

.dataTables_wrapper .dataTables_info {
  order: 1 !important;
}

.dataTables_wrapper .dataTables_paginate {
  order: 2 !important;
  margin-top: 10px !important;
}

.dataTables_wrapper .dataTables_paginate .page-item.active a{
  background-color: #0CA672 !important;  
  color: white !important;             
}

.dataTables_wrapper .dataTables_filter input{
  width: 200px !important;  
  padding: 7px !important;         
}


#claim-list-data-table_wrapper .dataTables_filter {
  float: left; 
  margin-left: -183px; 
  margin-right: 0;/* Geser ke kiri */

}

#claim-list-data-table_wrapper .dataTables_filter input {
  width: 150px !important;
  padding: 5px !important;   
}

#claim-list-data-table_wrapper .dropdown-green1 {
  width: 120px; 
}

#claim-list-data-table_wrapper .dropdown-green2 {
  width: 140px; 
}

#claim-list-data-table_wrapper .dropdown-green3 {
  width: 100px; 
}

.d-flex.justify-content-between {
  align-items: center;
}

.btn-tablesetting {
  display: inline-block;
  vertical-align: middle;
  background-color: #E7F6F2; 
  border: none;            
  color: #0CA672;            
  
}

.custom-select2 .select2-selection__rendered {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    align-items: center;
}

/* css modal table setting */

.modal-dialogsetting {
  margin-right: 0;
  margin-left: auto;
}

.modal-footersetting {
  display: flex;
  justify-content: center;
  align-items: center; 
}

/* Customizing modal size */
.modal-dialogsetting {
  max-width: 280px; 
  width: 80%; 
}

input[type="checkbox"]:checked {
  background-color: #0CA672;
  border-color: #0CA672;
}


input[type="checkbox"] {
  border-color: #ddd;
}


input[type="checkbox"]:checked + label {
  color: #000000;
}

input[type="checkbox"]:checked:focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 166, 114, 0.25);
}

.btn-modal {
  display: inline-block;
  vertical-align: middle;
  background-color: #E7F6F2; 
  border: none;            
  color: #0CA672;
  width: 100%;             
  
}

#member-list-table {
  width: 100% !important; /* Biarkan tabel menyesuaikan lebar kontainer */
}

#member-list-table td {
  font-size: 12px; /* Atur ukuran font untuk td dalam tabel member-list-table */
}

#activecase-list-table {
  width: 100% !important; /* Biarkan tabel menyesuaikan lebar kontainer */
}

#activecase-list-table td {
  font-size: 12px; /* Atur ukuran font untuk td dalam tabel member-list-table */
}

#claim-list-table {
  width: 100% !important; /* Biarkan tabel menyesuaikan lebar kontainer */
}

#claim-list-table td {
  font-size: 12px; /* Atur ukuran font untuk td dalam tabel member-list-table */
}

#claimreject-list-table {
  width: 100% !important; /* Biarkan tabel menyesuaikan lebar kontainer */
}

#claimreject-list-table td {
  font-size: 12px; /* Atur ukuran font untuk td dalam tabel member-list-table */
}

#provider-list-table {
  width: 100% !important; /* Biarkan tabel menyesuaikan lebar kontainer */
}

#provider-list-table td {
  font-size: 12px; /* Atur ukuran font untuk td dalam tabel member-list-table */
}


/* css tabs */
.nav-tabs.card-header-tabs {
  background-color: #E7F6F2; 
}

.nav-tabs .nav-link:hover {
  color: #0CA672; /* Mengubah warna teks menjadi hijau saat hover */
}

.nav-tabs .nav-link.active {
  color: #0CA672; 
}

.highlight-green-container {
  background-color: #E7F6F2; 
  padding: 5px 10px; 
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
}

.highlight-link {
  color: #0CA672; 
  text-decoration: none; 
}

.highlight-link:hover {
  text-decoration: underline; 
  text-decoration-color: #0CA672; 
}

.highlight-linkStatus {
  color: #0CA672; 
  text-decoration: underline; 
}

.highlight-linkStatus:hover {
  text-decoration: underline; 
  text-decoration-color: #0CA672; 
}

.breadcrumb-item.text-muted a.highlight-linkbreadcums {
  color: #6c757d !important; 
  text-decoration: none; 
}
.breadcrumb-item.text-muted a.highlight-linkbreadcums:hover {
  text-decoration: underline; 
  color: #0CA672 !important; 
}

.dropdown-green1 {
  display: inline-block;
  vertical-align: middle;
  background-color: #E7F6F2;
  color: #0CA672;
  font-size: 12px;
}

.dropdown-green1:focus {
  border-color: #0CA672;
  box-shadow: 0 0 0 0.2rem rgba(12, 166, 114, 0.25);
}

.dropdown-green2 {
  display: inline-block;
  vertical-align: middle;
  background-color: #E7F6F2;
  color: #0CA672;
  font-size: 12px;
}

.dropdown-green2:focus {
  border-color: #0CA672;
  box-shadow: 0 0 0 0.2rem rgba(12, 166, 114, 0.25);
}

.dropdown-green3 {
  display: inline-block;
  vertical-align: middle;
  background-color: #E7F6F2;
  color: #0CA672;
  font-size: 12px;
}

.dropdown-green3:focus {
  border-color: #0CA672;
  box-shadow: 0 0 0 0.2rem rgba(12, 166, 114, 0.25);
}

.form-select-sm {
  height: auto; 
}

.input-group > .form-select,
.input-group > .form-control {
    flex: 1; 
}

.bold-text {
  font-weight: bold;
}

/* .d-flex {
  display: flex;
  align-items: center;
} */

/* Menyesuaikan lebar select2 */
#member.select2 {
  width: auto !important; /* Pastikan lebar dropdown tidak melebihi input */
}

.multiselect-dropdown [placeholder] {
  background: none !important;
  color: inherit !important;
}


