
/* Add for bootstrap 4.0.0 */
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}
.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:not(:last-child) {
    border-right: 0;
}
.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-items: center;
  gap: 0px 25px;
}
.breadcrumb-item {
  float: left;
}
.modal-footer {
    flex-wrap:none !important;
}

/* Sembunyikan checkbox asli */

/* Kotak checkbox kustom */
.custom-chek-2 {
  display: inline-block;
  width: 18px;
  
  height: 18px;
  border: 2px solid #b3b3b3;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s, background-color 0.2s;
}
/* Efek hover sebelum dicentang */
input[type="checkbox"] + .custom-chek-2:hover {
  border-color: #000;
  background-color: #f9f9f9;
}
/* Efek saat checkbox tercentang */
input[type="checkbox"]:checked + .custom-chek-2 {
  background-color: #fff;
  border: 2px solid #4da6ff;
}
input[type="checkbox"]:checked + .custom-chek-2::after {
  content: '';
  width: 80%;
  height: 80%;
  background-color: #4da6ff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.card {
  /* border: 1px solid #e0e0e0; */
  padding-bottom: 15px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 6px 20px 0px rgba(59, 64, 72, 0.10);
}

.box-info {
  height: auto;
  width: auto;
  padding: 20px;
  border-radius: 15px; /* Or adjust to 20px for more rounded corners */
}

.border-box {
  height: auto;
  width: 100%;
  border: 1px solid grey;
  box-sizing: border-box;
}



.daterangepicker {
  z-index: 1051 !important;
}

table#tblList.compact.nowrap.dataTable.no-footer{
  margin: 0 0 !important;

}
div#tblList_info.dataTables_info, div.dataTables_wrapper div.dataTables_info{
  margin-left: 15px;
  font-size: 16px;
}
ul.pagination{
  padding-right: 15px;
}
table {
  /* border: 1px solid #e0e0e0; */
  /* box-shadow: 10px 4px 0 6px rgba(0, 0, 0, 0.1); */
  /* dataTable {
    border-collapse: collapse !important;
  } */

  border: 0 !important;
  th {
    height: 47px;
    background-color: #ddeeea;
  }
  th:first-child {
    border-top-left-radius: 8px; /* Tampilan sudut bulat pada pinggiran kiri atas */
  }
  th:last-child {
    border-top-right-radius: 8px; /* Tampilan sudut bulat pada pinggiran kiri atas */
  }

}

.input-group-addon {
  background-color: #1d8b70 !important;
  border-radius: 8px;
}

.input-group {
  filter: drop-shadow(0 3px 3px #00000020);
}

.input-group input[type="date"] {
  padding: 10px 30px 10px 10px; /* Ruang dalam input */
  border: 1px solid #ced4da; /* Garis tepi */
  height: auto;
  border-radius: 8px; /* Tampilan sudut bulat */
  transition: border-color 0.3s; /* Transisi warna border saat di hover */
}

.input-group input[type="text"] {
  padding: 10px 30px 10px 10px; /* Ruang dalam input */
  border: 1px solid #ced4da; /* Garis tepi */
  height: auto;
  border-radius: 8px; /* Tampilan sudut bulat */
  transition: border-color 0.3s; /* Transisi warna border saat di hover */
}

.form-control-success {
  border-color: #1d8b70;
  color: #1d8b70;
}

.modal-center .modal-content{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1.25rem;
}
.modal-center{
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: auto !important;
  min-height: 100vh;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1.25rem;
  outline: 0;
  z-index: 1050;
}

.line-left-group {
  background-image: linear-gradient(88deg, #2f8b6f, #6cbeae);
  width: 10px;
  height: auto;
  border-radius: 7px;
}

.wrapper-input-file {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.label-input-file {
  display: flex;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: #d1d5db;
  border-style: dashed;
  cursor: pointer;
}
.label-input-file:hover {
  background-color: #f3f4f6;
}

.sub-label-input-file {
  display: flex;
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.svg-input-file {
  margin-bottom: 1rem;
  color: #6b7280;
  width: 2rem;
  height: 2rem;
}
.p-input-file {
  margin-bottom: 0.5rem;
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.p2-input-file {
  color: #6b7280;
  font-size: 0.75rem;
  line-height: 1rem;
}
/* dropdown-item:active{
  background:none !important;
} */
.modal-footer {
  background-color: #EEEEEE;
  border-radius: 0 0 20px 20px;
}

.round-custom.btn-danger{
  background: #D03737;
}
.round-custom{
  border-radius: 8px;
}
.btn-bg-green-custom {
  background-color: #1D8B70;
  color: white;
}
.btn-outline-danger {
  background-color: #FFFFFF
}
.btn-outline-danger:hover {
  background-color: #D03737;
  color: white
}

.custSelect {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.008);
  height: 45px;
  /* display: block; */
  width: 100%;
  padding: 8px;
  font-size: 14px;
  line-height: 1.25;
  color: #495057;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.2893 0H0.461217C0.0764518 0 -0.138392 0.40625 0.0998893 0.683594L6.51395 8.12109C6.69755 8.33399 7.05106 8.33399 7.23661 8.12109L13.6507 0.683594C13.889 0.40625 13.6741 0 13.2893 0Z" fill="%23959DAD"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.8rem auto;
  /* background-position-x: 95%;
  background-position-y: 20px; */
  filter: drop-shadow(0 3px 3px #00000020);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custSelect:focus {
  border-color: #DDEEEA;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(221 238 234);
}
.custInput2 {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.008);
  height: 45px;
  width: 100%;
  padding: 8px;
  font-size: 13px;
  line-height: 1.25;
  color: #000;
  border: none;
  filter: drop-shadow(0 3px 3px #00000020);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custInput {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.008);
  height: 45px;
  width: 100%;
  padding: 8px;
  font-size: 16px;
  line-height: 1.25;
  color: #495057;
  border: none;
  filter: drop-shadow(0 3px 3px #00000020);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-kembali-petunjuk{
  display: flex;
  width: 170px;
  height: 45px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  background: #1D8B70;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  background: transparent !important;
}
.select2-container.select2-container--default.select2-container--open{
  background: #FFF !important;
}

.select2-selection.select2-selection--single{
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.008) !important;
  height: 45px;
  width: 100%;
  padding: 8px;
  font-size: 16px;
  line-height: 1.25;
  color: #495057;
  border: none !important;
  filter: drop-shadow(0 3px 3px #00000020);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custInputarea {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.008);
  width: 100%;
  padding: 8px;
  font-size: 16px;
  line-height: 1.25;
  color: #495057;
  border: none;
  filter: drop-shadow(0 3px 3px #00000020);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.truncate {
  display: inline-block;
  max-width: 150px; /* Atur lebar maksimum sesuai kebutuhan */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.custInputColor {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  filter: drop-shadow(0 3px 3px #00000020);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cna_correct .custInput:focus , .cke_chrome:focus,.custInput2:focus {
  border: none;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(221 238 234);
}
.custInput:focus ,.custInput2:focus {
  border-color: #ddeeea;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(221 238 234);
}
.custInputarea:focus {
  border-color: #ddeeea !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(221 238 234);
}

.custFontForm {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.188rem;
}

.btn {
  font-family: "Inter", sans-serif;
}

.pcoded {
  font-family: "Inter", sans-serif;
}

.nunitoFont {
  font-family: "Nunito", sans-serif;
}

.custRow {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.custCol {
  padding-right:0px !important;
  padding-left:0px !important;
}

.custSubTitle {
  border-bottom: 1px solid rgba(204, 204, 204, 0.35);
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #1d8b70
}

.custTitle {
  font-weight: 700;
  size: 1rem;
  line-height: 1.5rem;
}

.custSubTitle2 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.688rem;
  font-family: "Inter", sans-serif;
}

#content-title {
  font-family: "Inter", sans-serif;
}

.header-navbar {
  z-index: 1040;
}

.custCard {
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-top: none;
  /* margin-bottom: 30px; */
}

.wizard > .content {
  border: none;
}

.custFlex {
  display: flex;
}
.custLang {
  color: #000;
}

.custNotif {
  font-size: 14pt !important;
  color: #000; 
  position: relative;
}

.custBadge1 {
  background: red;
  border-radius: 999px;
  left: 10px;
  font-size: 0.75rem;
  position: absolute;
  top: -10px;
  padding: 3px 6px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}

.marginNotif {
  margin: 0;
}

.custom-dropdown .dropdown-toggle {
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  padding: 10px 20px;
  color: #6c757d;
  display: flex;
  align-items: center;
}

.custom-dropdown .dropdown-toggle:after {
  display: none;
}

.custom-dropdown .dropdown-toggle .user-icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.custom-dropdown .dropdown-menu {
  border-radius: 0.5rem;
}

.notif-item {
  display: flex;
  /* align-items: center; */
  gap: 5px;
}
.notif-user{
  font-size: 15px;
  font-weight: bold;
}
.notif-msg{
  font-size: 13px;
  margin-top: 0;
}
.notif-time{
  font-size: 10px;
  color: gray;
}

.logoSilaniSmall {
  display: none;
}

.iconSidebar {
  font-size: 20px;
}
.custFont20 {
  font-size: 20px;
}
.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"]
  .logoSilaniSmall {
  display: block;
}
.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .iconSidebar {
  font-size: 15px;
}

.tesFlex {
  display: flex;
  align-items: center;
  gap: 5px;
}

td.text-status-nonaktif{
  text-align: center;
  font-size: 16px;
  color: #D03737 !important; 
  position: relative;
}
td.text-status-aktif{
  text-align: center;
  font-size: 16px;
  color: #1D8B70 !important; 
  position: relative;
}

a.btnLihat {
  cursor: pointer;
  text-align: center;
  color: #5BAEFB !important; 
  font-size: 14px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  vertical-align: middle; 
  top: 18px;

}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Background semi-transparan */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999999999; /* Pastikan overlay berada di atas elemen lain */
}

/* HTML: <div class="custLoading"></div> */
.custLoading {
  box-sizing: border-box;
  position: relative;
  width: 48px;
  height: 48px;
  animation: spin 1s linear infinite;
}
.custLoading:after, .custLoading:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  border-radius: 50%;
  background: #1D8B70;
  animation: spin 1s linear infinite;
  transform-origin: 0px 100%;
}

.custLoading:before {
  transform-origin: 0 50%;
  background: #fff;
}

.icodatabase {
  background-image: url('../images/data-storage 1.png');
  width: 18.667px;
  height: 16px;
  position: relative;
  top: 2px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.icomanager {
  background-image: url('../images/groups 2.png');
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icogroup{
  background-image: url('../images/groups 2.png');
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.iconewspaper{
  background-image: url('../images/newspaper 2.png');
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


.icoemail{
  background-image: url('../images/emails 2.png');
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.icoview{
  background-image: url('../images/Icon Dashboard.png');
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.roleuser{
  color: var(--secondary-2, #959DAD);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.nameuser1{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main-menu-header{
  border-bottom: 1px solid #E0E0E0;
  top: -4px;
  position: relative;
}

.garisuser{
  border-left: #00000009 2px solid ;
}

.nameuser2{
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.roleuser2{
  color: var(--secondary-2, #959DAD);
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.textdropdownuser{
  position: relative;
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.itemdropdownuser:active{
  background: #ddeeea  !important ;
}
.itemdropdownuser{
  transition: 0.1s ease-in-out ;
  align-items: center;
  position: relative;
}
.itemdropdownuser svg{
  align-items: center;
  position: relative;
  top: 4px;
  position: relative;
}
.itemdropdownuser:hover{
  width: 90%;
  background: #E0E0E0;
  border-radius: 10px;
}
.itemdropdownuser:hover .textdropdownuser{
  font-weight: bold;
}
.btnuser {
  border: none;
  display: flex;
  align-items: center;
  background: #FFF;
  padding: 10px 20px;
  font-size: 16px;
  color: #007bff; /* Bootstrap primary color */
  cursor: pointer;
  border-radius: 4px;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.btnuser:focus {
  outline: none;
  position: relative;
}

.btnuser1{
  display: flex;
  align-items: center;
  gap: 14px;
}

.basedropdownuser{
  width: 241px;
  height: 165px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #D7D7D7;
  background: #FFF;
  box-shadow: 0px 5px 4px 1px rgba(0, 0, 0, 0.02);
}
#serviceBlockContainer{
  max-height : 290px;
  overflow-y: scroll;

}

.cardContainer{
  box-shadow: 0px 0px 10px 0px rgba(30, 30, 30, 0.07);
}

.form-silani select{
  padding: 9px 0px 12px 20px;
}
.form-silani select option{
  padding: 10px 0;
}

.form-silani textarea{
  border-radius: 4px;
  border: 1px solid var(--abu2-muda, #E0E0E0);
  background: #FFF;
  box-shadow: 0px 6px 20px 0px rgba(59, 64, 72, 0.10);
  padding: 9px 0px 12px 20px;
}

.tindakanCont label{
  padding: 10px 0;
}
.tindakanCont label span{
  margin-left: 20px;
}
.tindakanCont{
  padding-top: 20px;
  border-radius: 4px;
  border: 1px solid var(--abu2-muda, #E0E0E0);
  background: #FFF;
  box-shadow: 0px 6px 20px 0px rgba(59, 64, 72, 0.10);
  max-width: 98%;
  position: relative;
  margin-left: 10px;
  min-height: 50px ;
}

.checkboxtindakanpemohon input{
  border-radius: 4px;
  border: 1px solid var(--abu2-muda, #E0E0E0);
  background: #FFF;
  box-shadow: 0px 6px 20px 0px rgba(59, 64, 72, 0.10);
}


.edJam{
  border-radius: 4px;
  border: 1px solid var(--abu2-muda, #E0E0E0);
  background: #FFF;
  box-shadow: 0px 6px 20px 0px rgba(59, 64, 72, 0.10);
}

.btnaddpemohon{
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  width: 206px;
  height: 40px;
  flex-shrink: 0;

  border-radius: 8px;
  border: 1px solid var(--Secondary-color, #1D8B70);
  background: var(--Secondary-color, #1D8B70);

/* shadow 1 */
  box-shadow: 0px 3px 6px 0px rgba(59, 64, 72, 0.10);
}

.btncancelpemohon{
  border-radius: 8px;
  border: 1px solid #D03737;
  background: #FFF;

  color: #D03737;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  width: 167px;
  height: 40px;
  flex-shrink: 0;
  /* shadow 1 */
  box-shadow: 0px 3px 6px 0px rgba(59, 64, 72, 0.10);
}

.pcoded-submenu{
  border:none;
  background: #F6F8FC !important;
}

.pcoded-submenu li:hover > a.parent{
  color: #1abc9c !important;
}
.pcoded-submenu li:hover > a.parent{
  color: #1abc9c !important;
}
.pcoded-submenu li:hover > a.parent{
  color: #1abc9c !important;
}

.sss:focus{
  background: red;
}

.dsaada {
  background: rgb(255, 0, 0);
}
.tengah-y{
  vertical-align: middle !important;
}
table.dataTable.nowrap th{
  font-size: 14px !important;
}

.dataTable tbody tr:nth-of-type(even) {
  background-color: #F7F7F7 !important;
}

.dataTable tbody tr:nth-of-type(odd):hover, 
.dataTable tbody tr:nth-of-type(even):hover {
    background-color: #F6F8FC !important;
}
.dataTable thead tr th.sorting {

  padding-left: 20px;
}
.dataTable thead tr th , .dataTable thead tr th.sorting_disabled{
  text-align: center;
  vertical-align: middle; 
}

.dataTable thead tr{
  text-align: center;
}

thead {
  text-align: center; 
}
.table.dataTable ::after , .table.dataTable ::before{
  font-size: 14px !important;
  font-family: "Nunito", sans-serif !important;
}
table.dataTable.nowrap td  {
  font-size: 14px !important;
  color: #000000;
}

.table.dataTable  {
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  border-collapse: collapse !important;
  overflow-x: auto;
  width: 100% !important;
}
.main-body .custPageWrapper {
    padding: 0.5rem 1.8rem 1.8rem 1.8rem;
}

button.btn-setting-edit:focus {
  border-color: #ddeeea;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 98, 0.25);
}

.base-button-profile{
  display: flex;
  width: 250px;
  white-space: nowrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.biodata-lansia {
  display: grid;
  grid-template-columns: auto 1fr; 
  gap: 5px 10px; 
  margin: 20px auto; 
}
.biodata-lansia-2 p{
  margin-bottom: 0rem !important;
}
.biodata-lansia-2 {
  display: grid;
  grid-template-columns: 1fr; 
}
.picture-component-dokumen {
  overflow: scroll;
  width: 150px;
  height: 150px;
  background: #D9D9D9;
  scrollbar-width: none; 
  -ms-overflow-style: none;  
}
.component-dokumen2{
  position: relative;
}
.picture-component-dokumen::-webkit-scrollbar {
  display: none;
}

.btn-unduhpdf {
  position: absolute;
  top: -10px;
  right: 10px;
  padding: 10px ;
  background-color: #1D8B70;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  border-radius: 999px;
  transition: background-color 0.3s, transform 0.3s;
}
.btn-unduhpdf:hover {
  background-color: #DDEEEA;
  color:black;
  transform: scale(1.1);
}
.btn-editdoc {
  position: absolute;
  top: -10px;
  right: 10px;
  padding: 10px ;
  background-color: #3786d0;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  border-radius: 999px;
  transition: background-color 0.3s, transform 0.3s;
}
.btn-editdoc:hover {
  background-color: rgb(221, 230, 238);
  color:black;
  transform: scale(1.1);
}
.text-component-dokumen{
  display: flex;
  width: 150px;
  padding: 20px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.dokumen-lansia {
  display: grid;
  margin: 20px auto;
}
.responsive-img {
  width: 100%;
  height: 100%; /* Atur ini sesuai kebutuhan */
  object-fit: cover; /* Menyesuaikan gambar dengan kontainer sambil mempertahankan rasio aspek */
}
.component-dokumen{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.biodata-lansia label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.biodata-lansia-header{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.biodata-lansia .biodata-lansia-value .p2{
  width: 50%;
}
.biodata-lansia .biodata-lansia-value .p1{
  width: 45px;
}
.biodata-lansia .biodata-lansia-value{
  position: relative;
  max-width: 400px;
  margin-left: 10px;
  text-align: left;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.biodata-lansia-2 label{
  margin:  10px  0 !important;
}
.biodata-lansia-2 .biodata-lansia-value .p3 {
  display: flex;
  width: 39%;
  align-items: center; /* sejajarkan secara vertikal */
  gap: 10px; /* jarak antar elemen */
}

.biodata-lansia-2 .biodata-lansia-value .p3 span {
  margin: 0; /* reset margin */
}

.biodata-lansia-2 .biodata-lansia-value{
  max-width: none;
  margin-left: 0 ;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
  /* width: 100%; */
}
button.btn-form-skrining {
  cursor: pointer;
  display: flex;
  height: 36px;
  padding: 10px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid #D2D2D2;
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #FFF;
  transition: all 0.3s ease; /* Efek transisi untuk perubahan properti */
}

button.btn-form-skrining.tersimpan {
  background: #DDEEEA !important;
}

button.btn-setting-edit{
  cursor: pointer;
  display: flex;
  height: 36px;
  padding: 10px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid #D2D2D2;
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #FFF;
}
button.btn-setting-edit.active{
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #DDEEEA !important;
}

button.btn-form-skrining.active {
  font-size: 15px;
  font-weight: 750;
  text-indent: 20px;
  transition: text-indent 0.3s ease, font-size 0.3s ease; /* Efek transisi pada perubahan ukuran dan indentasi teks */
}

button.btn-form-skrining.null {
  background: #eedddd !important;
}

/* Efek hover agar lebih interaktif */
button.btn-form-skrining:hover {
  background: #f5f5f5;
  border-color: #a8a8a8;
  transform: translateY(-2px);
}

button.btn-form-skrining:active {
  transform: translateY(1px);
}

.base-edit-setting{
  display: flex;
  gap:30px;
}

.base-edit-setting .card-form{
  padding-bottom: 50px;
  border: 1px solid #D2D2D2;
}
.base-form-skrining {
  padding: 30px;
  border: 1px solid #D2D2D2;
}

.base-form-skrining .card-form P{
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}



.base-form-skrining .opt .txt{
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  top: -6px;
}
.base-form-skrining .card-form .opt .txt{
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  top: -6px;
}

.base-form-skrining .card-form .opt{
  display: flex;
  flex-direction: column;
}
.base-form-skrining .skor-skrining{
  display: flex;
  padding: 10px 0px;
  justify-content: end;
  gap: 20px;
  align-self: stretch;
}
.base-form-skrining .skor-skrining .txt1{
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.base-form-skrining .skor-skrining .txt2{
  display: flex;
  width: 55px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #9A9A9A;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.base-form-skrining button{
  cursor: pointer;
}
.base-form-skrining .card-form{
  width: 100%;
  padding: 10px 20px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border: 1px solid #D2D2D2;
}
.name-lansia-skrining{
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.title-skirning{
  margin: 15px 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  align-self: stretch;
}
.addopt{
  cursor: pointer;
  z-index: 2;
  display: inline;
  color: #0454A4;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  left: 50px;
  top: -15px;
}
.deleteopt{
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #ED0000;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.indexopt{
  display: flex;
  width: 55px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
 .title-skirning .title-skrining{
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
  .hitung-resiko-text{
    color: #000;
font-family: Inter;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 25px; /* 192.308% */
  }
 .title-skirning .sub-title-skrining{
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.input-skrining:focus{
    border-color: #DDEEEA;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #DDEEEA;
  
}
.input-skrining{
  display: inline;
  width: 100%;
  padding: 10px 10px 10px 15px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 5px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.edit-skrining-opt{
  display: flex;
  align-items: center;
  gap: 20px;
}
.btn-unggah-skrining:hover{
  border: 1px solid #FFFFFF;
background: #0454A4;
color: #FFFFFF;

}
.text-verifikasi span{
  color: #000;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.text-verifikasi {
  color: #000;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.btn-unggah-skrining svg path {
  fill: #3749A6; /* Warna isi SVG */
}
.btn-unggah-skrining:hover svg path {
  fill: #FFFFFF; /* Warna isi SVG saat hover */
}
.btn-success:focus {
  color: white !important;
}
.btn-unggah-skrining{
  transition: ease-in 0.1s;
  display: flex;
height: 40px;
padding: 0px 10px;
justify-content: center;
align-items: center;
gap: 9px;
align-self: stretch;
color: #0454A4;
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
border-radius: 100px;
border: 1px solid #0454A4;
background: #FFFFFF;
}
.up-profil{
  display: flex;
  position: relative;
  padding: 40px 0px;
  align-items: center;
  gap: 60px;
}
.button-base-profil{
  display: flex;
align-items: center;
gap: 16px;
}
.button-base-profil .btn-change{
  display: flex;
  width: 180px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #1D8B70;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition-duration: 0.6s;
}
.button-base-profil .btn-change:hover{
  background-color: #28a745;
  cursor: pointer;
}
.button-base-profil .btn-delete{
  display: flex;
  width: 180px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  /* background: #1D8B70; */
  color: #D03737;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #F7F8F9;
  border: 1px solid #D03737;
}
.bg-profilt{
  width: 130.137px; 
  height: 130.137px; 
  min-width: 130.137px; 
  min-height: 130.137px; 
  border-radius: 50%; 
  background-color: #f0f0f0; 
  position: relative;
}
.bgImgProfil{
  height: 40px;
  width: 40px;
  border-radius: 999px;
  background: grey;
  overflow: hidden;
}
.imgProfil{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.btn.btn-danger.btn-round.btn-outline-danger{
  margin: 0 10px;
}
.btn.btn-info.btn-round.btn-outline-info{
margin-left: 10px;
}

.btn-peta{
  border: 1px solid #9747FF;
  color: var(--purple, #9747FF);
}
.btn-peta:hover{
  color: white;
  background: var(--purple, #9747FF);
}


.header-lansia-detail{
  display: flex;
  width: 1600px;
  padding: 40px;
  flex-direction: column;
  gap: 50px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}
.header-lansia-detail .opsiheader{
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-profil-lansia{
  width: 100px;
  height: 100px;
  border-radius: 15px;
  background: #D9D9D9;
  overflow: hidden;

}

.subheader-profil-lansia{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  flex-shrink: 0;
}
.subheader-profil-lansia .nik{
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.subheader-profil-lansia .name{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.subheader-profil-lansia .alamat{
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  max-width: auto;
  white-space: normal;
  word-break: break-all;
}
.header-lansia-detail .box-label-lansia{
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #DDEEEA;
  box-shadow: 0px 4px 4px 0px rgba(221 238 234);
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
  flex-shrink: 0;
}
.detail-lansia-content .box-label-lansia{
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #DDEEEA;
  box-shadow: 0px 4px 4px 0px rgba(221 238 234);
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
  flex-shrink: 0;
}
.detail-lansia-content .box-label-lansia  .box-head, .detail-lansia-content .box-label-lansia  .box-subhead{
  padding: 10px 20px;
}
.box-label-lansia .box-head{
  white-space: nowrap;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 5px 5px 0px 0px;
  /* border: 1px solid #DDEEEA; */
  background: #FFF;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.box-label-lansia .box-subhead{
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-top: 1px solid #DDEEEA;
  background: #FFF;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-lansia-header{
  display: flex;
  width: 150px;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid #1d8b70;
  background: #FFF;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}
.btn-lansia-header .fa.fa-phone,
.btn-lansia-header .fa.fa-envelope-o,
.btn-lansia-header .fa.fa-map-marker{
  color: #1d8b70;
}

.opsi-lansia{
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
}

.btn-lansia-opsi{
  cursor: pointer;
  display: flex;
  min-width: 170px;
  max-width: 170px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid #D2D2D2;
  opacity: 0.7;
  background: #FFF;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.1s ease-in-out;
}
.btn-lansia-opsi:hover{
  border-radius: 5px;
  border: 1px solid #D2D2D2;
  background: #DDEEEA;
  box-shadow: 0px 1px 10px 0px #D2D2D2;
  display: flex;
  width: 170px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.btn-lansia-opsi.active{
  border-radius: 5px;
  background: #1D8B70;
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.custom-tab-button {
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  background-color: white;
  color: #000000;
  margin-right: 10px;
  padding: 5px 15px;
  cursor: pointer;
}
.custom-tab-button.active {
  background-color: #1D8B70;
  color: white;
}
.text-rencana-rawat{
  display: flex;
  padding: 10px;
  justify-content: start;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.nowrap {
  white-space: nowrap !important;
}
ul .breadcrumb-item{
  left: -22px !important;
  position: relative;
}
.base-edit-setting{
  left: -22px !important;
  position: relative;
}
.form-silani:not(.card-form form):not([class*=" "]) {
  position: relative;
  left: -6.5px !important;
}
.box-card-rawat{
  display: flex;
  width: 33.33%;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.box-header-rawat{
  
  display: flex;
  padding: 10px 0;
  gap: 10px;
  align-self: stretch;
  border-radius: 5px;
  background: #1D8B70;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.text-tengah{
  text-align: center;
  vertical-align: middle !important;
  /* height: 100%; */
}
.text-centery{
  /* text-align: center; */
  vertical-align: middle !important;
  /* height: 100%; */
  max-width: 500px;
}
.header_rencana_rawat_2{
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 10px; 
  align-items: start; 
}
.header_rencana_rawat{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; 
  gap: 10px; 
  align-items: start; 

}
 .card-box-2{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  height: auto;
  padding: 20px;
  align-self: stretch;
  border-radius: 5px;
  border: 0.4px solid #D2D2D2;
  background: #FFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.20);
}
.card-box-2 ul, .card-box-2 ol {
  margin: 0;
  padding: 0;
  list-style-type: disc;
  color: #333;
}
.card-box-2 li {
  margin-bottom: 2px;
}

.text-lihat{
  color:#5BAEFB !important;
}

.card-box-3{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  /* height: 100px; */
  justify-content: space-around;
  align-items: center;
  align-self: stretch;
  border-radius: 5px;
  background: #FFF;
}

.box-card-rawat .card-box-3 .text-box-1{
  cursor: pointer;
}

.input-edit-lansia{
  width: 100%;
  max-width: 400px;
}

.btn-cna-1{
  border-radius: 10px;
  background: #0454A4;
  display: flex;
  width: 100px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.btn-cna-2{
  display: flex;
  width: 120px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #1D8B70;
  background: #FFF;
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.btn-cna-3{
  color: #FFF;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  width: 100px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #959595;
}
.btn-cna-4{
  border-radius: 10px;
  background: #1D8B70;
  display: flex;
  width: 100px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.btn-cna-5{
  border-radius: 10px;
  background: #1D8B70;
  display: flex;
  width: auto;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.error-message{
  font-size: 12.8px;
}
.box-card-rawat .text-rawat{
  display: flex;
  height: 36px;
  justify-content: center;
  align-items: flex-start;
}
.box-card-rawat .text-rawat-1{
  display: flex;
  height: 36px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.option-skrining{
  border: 1px solid #D2D2D2;
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.hitung-resiko-base{
  border-radius: 5px;
  border: 1px solid #1D8B70;
    display: flex;
  padding: 10px;
  flex: 1 0 0;
  flex-direction: column;
  background: #FFF;
}
.hitung-resiko-base .text1{
  color: #1D8B70;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 192.308% */
}
.hitung-resiko-base .text2{
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.hitung-resiko-base .text3{
  color: #000;
  font-family: Inter;
  font-size: 10px;
  font-style: italic;
  font-weight: 300;
  line-height: 25px;
}
.judul_cna span{
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  margin-right: 10px;
  white-space: nowrap;
}
.judul_cna{
  display: flex;
  align-items: center;
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form_group_cna .radio-inline{
  gap: 10px;
}
.form_group_cna{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 10px;
}
.textheadcna{
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.base_form_cna{
  display: flex;
width: 100%;
padding: 20px 50px;
flex-direction: column;
align-items: flex-start;
gap: 15px;
}
.cna_correct .txt{
  position: relative;
  top: -4px;
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.img-datatable {
  height: 64px;
  width: 64px;
  border-radius: 5px;
  object-fit: cover; /* Menyesuaikan gambar agar terisi penuh dengan mempertahankan aspek rasio */
  overflow: hidden; /* Menyembunyikan bagian gambar yang melampaui batas */
}
.btn-upload-file-cna{
  display: flex;
  width: 150px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #9A9A9A;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-silani .btn-upload-file-cna{
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.008);

}
.cna_correct .custInput{
  border-radius: 5px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.cna_correct{
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 40px;}
/* tbody td{
  word-wrap: break-word;
  white-space: normal; 

} */
 .kotak_warna_layanan{
  width: 67px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 8px;
 }
 .body_constuctor{
  
 }
 .text_head_constuctor {
  color: #34364a;
  font-size: 16px;
  }
 .text_head_constuctor {
  color: #34364a;
  font-size: 22px;
  font-weight: 700;
 }
 .breadcrumb-item + .breadcrumb-item::before {
  top: 3px;
  position: relative;
 }
.txt-sub-notif{
  color: var(--grey-01, #6F6F6F);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
 }
.txt-body-notif{
  position: relative;
  /* width: 198px; */
  white-space: normal;
  color: var(--grey-01, #6F6F6F);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
 }
 .txt-notif{
  white-space: normal;
  color: #1D8B70;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  /* line-height: 10px; */
 }
.crd-head-notif h6{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.crd-head-notif{
  display: flex;
  height: 40px;
  padding: 0px 15px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.inputhide{
  display: none;
}
.card-dashboard-1{
  display: flex;
  max-width: 980px;
  /* height: 362px; */
  padding: 20px 30px;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}
.card-dashboard-3{
  display: flex;
  max-width: 980px;
  /* height: 362px; */
  padding: 9px 15px;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
  background: #FFF;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}
.card-dashboard-list-petugas table{
  width: 100%;
}
.card-dashboard-list-petugas table tr td:nth-child(1){
  max-width: 170px; /* Sesuaikan lebar maksimal */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-dashboard-list-petugas table td{

  /* Body Text/ Small/ Bold */
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.28px;
}
.card-dashboard-list-petugas table th{
  background:none !important;
  color: var(--Secondary-Grey-600, #A3AED0);

  /* Body Text/ Small/ Medium */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.28px;
}
.card-dashboard-list-petugas{
  display: flex;
  /* max-width: 980px; */
  /* height: 362px; */
  padding: 9px 15px;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
  background: #FFF;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}
.text-head-dsh-1{
  /* color: var(--Primary-Dark-Shade, #05004E); */
  color: #000000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 160% */
}
.text-subhead-dsh-1{
  /* color: #6d6d6d; */
  color: var(--Greys-Blue-Grey-700, #737791);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 187.5% */
  align-self: stretch;
}
.card-make-form{
  display: flex;
  /* width: 250px;
  height: 80px; */
  padding: 10px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 20px;
  background: #D9D9D9;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}
.card-dashboard-1 .content-1{
  justify-content: space-between;
  /* align-items: flex-start; */
  /* gap: 40px; */
  /* align-self: stretch; */
  width: 100%;
}
.card-dashboard-1 .content-1 .card-make-form .text-make-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  width: 100%;
  gap: 10px;
}
.card-dsh-1{
  gap: 15px;
  display: flex;
  flex-direction: column;
  padding: 18px;
  width: 160px;
  margin-top: 10px;
  border-radius: 16px;
}
.card-dsh-1 .text-1{
  color: var(--Greys-Blue-Grey-900, #151D48);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 133.333% */
}
.card-dsh-1 .text-2{
  color: #425166;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 20px; /* 150% */
}
.card-dashboard-2 .content-1{
  position: relative;
  margin-top: 15px;
}
.card-dashboard-2 {
  width: 350px;
  height: 350px;
  position: relative;
  /* overflow: hidden; */
  border-radius: 10px; /* Membuat sudut lebih halus */
  display: flex;
  justify-content: center;
}
#chart_Donut {
  width: 240px; /* Ukuran yang lebih proporsional */
  height: 240px;
  position: absolute;
  z-index:1;
  transform: translateX(15%);
}
.custom-legend {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 15px;
  margin-top: 240px;
  font-size: 12px;
  z-index:2;
  font-family: Inter;
  font-style: normal;
  width: 300px;
  font-weight: 500;
  line-height: 22px; /* 100% */
  letter-spacing: 0.5px;
}
#draw_chart{
  margin-top: -55px;
}
.custom-legend-2 {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 15px;
  /* margin-top: -55px; */
  font-size: 12px;
  z-index:2;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 100% */
  letter-spacing: 0.5px;
}
.legend-item {
  display: flex;
  align-items: center;
}
.text-dot{
  opacity: 0.7;
}
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: -10px;
  margin-right: 5px;
  color: #121212;
}

.text-judul-dashboard-2{
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 110% */
  letter-spacing: 0.5px;
  white-space: nowrap;
  position: relative;
}
.custom-legend-3 {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 15px;
  margin-top: 140px;
  font-size: 12px;
  z-index: 2;
  font-family: Inter;
  font-style: normal;
  width: 100%;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.hint-label{
  font-size: 12px;
  color: #6F6F6F;
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 993px) {
  .base-form-todo-skrining{
    width: 270px;
  }  
}

@media (max-width: 992px) {
  .base-button-profile {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; /* Mengatur dua kolom dengan lebar yang sama */
    gap: 10px;
    align-items: start; /* Menyelaraskan item grid ke awal kontainer */
    white-space: nowrap;
  }
  .base-edit-setting .card-form{
    position: relative;
    left: 15px;
  }
  .base-edit-setting{
    flex-direction: column;
  }
  .up-profil {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {

  .base-form-skrining .skor-skrining{
    display: flex;
    padding: 10px 0px;
    justify-content: end;
    gap: 0px;
    align-self: stretch;
    flex-direction: row;
  }
  .base-form-skrining {
    padding: 0;
    border: 0 solid #D2D2D2;
  }
  .marginNotif {
    margin: 20px 0px 10px 0px;
  }


}

@media (max-width: 576px) {
  .btn-upload-file-cna.v2{
    position: relative;
    margin-top: -50px !important;
  }
  .biodata-lansia .biodata-lansia-value{
    position: relative;
    margin-left: 30px;
  }  
  .subheader-profil-lansia{
    margin: 10px 0 ;
  }
  .base-button-profile {
    align-items: center; 
    display: grid;
    grid-template-columns: 1fr 1fr; 

  }
  .button-base-profil{
    flex-direction: column;
  }
  .button-plat {
    
    gap: 10px;
    flex-direction: column;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.status_permohonan{
  display: flex;
  width: 120px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  cursor: pointer;
}

.btn_ambil:active{
  border: none;
}
.btn_ambil{
  /* width: 50%; */
  cursor: pointer;
  background:none;
  border: none;
  color: #D03737;
}

.char-counter{
  text-align: right;
  position: absolute;
  right: 0px;
  font-size: 12px; 
}
.form-group{
  position: relative;
}
.edit-detail-bs{
  display: inline-block;  /* Membuat form group menyesuaikan ukuran input */
  width: auto;            /* Agar lebar div form-group sesuai dengan lebar input */
}
.btn-export{
  width: 170px;
}

.select2-container .select2-selection--multiple {
  border: solid black 1px !important;
  outline: 0 !important;
  border-radius: 4px !important;
  background: #FFF !important;
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.008) !important;
  /* height: 45px !important; */
  width: 100% !important;
  padding: 8px !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  color: #495057 !important;
  border: none !important;
  filter: drop-shadow(0 3px 3px #00000020) !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-search__field{
  /* width: 200px !important; */
}
.tooltip-content_fp {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #EDEDED;
}

.tooltip-content_fp {
  position: relative;
  display: inline-block;
  padding: 12px 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #EDEDED;
}

/* Segitiga luar (border) */
.tooltip-content_fp::before {
  content: "";
  position: absolute;
  bottom: -14px; /* Sesuaikan dengan ukuran segitiga */
  left: 20px; /* Sesuaikan posisi */
  width: 0;
  height: 100px;
  height: 0;
  border-top: 14px solid #EDEDED; /* Border segitiga */
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
}

/* Segitiga dalam (warna sama dengan tooltip) */
.tooltip-content_fp::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 21px;
  width: 0;
  height: 0;
  border-top: 12px solid #fff; /* Warna sama dengan tooltip */
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.tooltip-content_fp .text-content:nth-child(1){
  color: #000;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.tooltip-content_fp .text-content:nth-child(2){
  color: #000;
  font-family: Poppins;
  margin-top: 3px;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px; /* 100% */
  letter-spacing: 0.3px;
  opacity: 0.5;
}
.tooltip-content_fp .text-content:nth-child(3){
  color: #000;
  font-family: Poppins;
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: 0.3px;
}

.google-visualization-tooltip {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.circle-icon {
  height: 40px;
  width: 40px;
  border-radius: 999px;
  background: #5A5DFA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-icon i {
  color: white;
}
.dsh-detail-lansia{
  display: flex;
  width: 144px;
  white-space: nowrap;
  height: 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  background: #1D8B70;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.dsh-total-lansia{
  /* color: #2B3674; */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 175% */
  letter-spacing: -0.32px;
}
.dsh-total-lansia-count{
  /* color: var(--Greys-Blue-Grey-900, #151D48); */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}
.dsh-content-lansia{
  /* display: flex; */
  width: 230px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dsh-text-gender{
  color: #9ca1af;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
  letter-spacing: -0.24px;
}
.dsh-text-gender-count{
  color: #262c4f;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 166.667% */
  letter-spacing: -0.36px;
}

.card_chart_combo {
  overflow: hidden;
  background: #FFF;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
  width: 555px;
  height: 213px;
  position: relative;
  overflow: hidden;
  border-radius: 10px; /* Membuat sudut lebih halus */
  /* display: flex; */
  /* justify-content: center; */
}
.card_chart_combo .content {
  width: 645px;
  height: 228.373px;
    position: absolute;
  z-index:1;
  margin-left:-10px;
  top: 20px;
}

.card_chart_combo .text-head-dsh-1{
  position:relative;
  z-index:2 !important; 
  display:flex;
  margin-left: 22px;
  margin-top: 10px;

}
/* .custom-rect-2{
  x:200px;
} */
/* #chart_Combo svg rect {
  rx: 2px; 
  ry: 2px;
}  */

.card_chart_combo .content text[text-anchor="end"] {
  color: var(--Primary-200, #7B91B0);
  fill: var(--Primary-200, #7B91B0); /* Pastikan teks berubah warna */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

/* Styling untuk teks di bawah tengah (label di sumbu X) */
.card_chart_combo .content text[text-anchor="middle"] {
  color: var(--Primary-200, #7B91B0);
  fill: var(--Primary-200, #7B91B0);
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.card-notifikasi{
  height: 265px;
  width: auto;
  overflow-y: auto;
}

#akun_profil_lansia{
  display: none;
}

#captcha-img-popup, #captcha-img-popup img  {
  width: 100%;
}
@media (min-width: 1431px) {
  .navbar-expand-lg .navbar-nav {
    left: 100px;
  }
}