html {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
}


table thead th {
  text-align: left;
  color : #EDFFFB;
  background: #273c75;
  white-space: nowrap;
  font-size:14px;
}

.table td, .table th {
  padding: .45rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.main-sidebar {
  background: #273c75;
}

.label {
  text-align: left;
  font-weight: bold;
  color: #273c75;
}

.modal-header {
  padding-top:5px;
  height: 40px;
  background-color: #273c75;
  color:#EDFFFB;
}

.judul {
  font-size: 1.5em;
  font-weight: bold;
  vertical-align: middle;
  color: #273c75;
  
}

div.dt-buttons {
  float: right;
  margin-left:10px;
}


ul.nav a:hover { 
  color: #fff !important;
  font-weight:bold !important;
}

.nav-pills .nav-link {
  color: #FFFFFF;
}

.nav-pills .nav-link.active {
  color: #fff;
  background-color: #132261
}

div.search-title {
  color: #000!important;
}

strong.text-light {
  color: #000!important;
}

.pcare-form label {
  background-color: #154397;
  color: #fff;
  display: block; /* Ensure the label takes up the full width */
  padding: 5px; /* Adjust padding as needed */
}

.warning-form label {
  background-color: darkred;
  color: #fff;
  display: block; /* Ensure the label takes up the full width */
  padding: 5px; /* Adjust padding as needed */
}

.pcare-form-notice p {
  background-color: lightskyblue;
  display: block; /* Ensure the label takes up the full width */
  padding: 5px; /* Adjust padding as needed */
}

.error-message {
  color: red;
  display: none;
}
.invalid {
  border-color: red;
}

.form-highlight div {
  background-color: lightskyblue;
}
.form-highlight label {
  color: black;
}

.required-label::after {
  content: " *";
  color: red;
  font-weight: bold;
}

/* Overlay styles */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7); /* Semi-transparent white */
  z-index: 1000; /* Just below the loader */
  display: none; /* Hide by default */
}

/* Loader styles */
#loader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001; /* Above the overlay */
  display: none; /* Hide by default */
}

/* Blur effect applied only to the content */
.blurred #content {
  filter: blur(5px);
  pointer-events: none; /* Disable clicks */
}

.card.card-outline-tabs .card-header a:hover {
  border-top: 3px solid transparent;
}
/* ---------------------------------------------------
MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  
  .label {
    text-align:left;
    font-weight: bold;
    color: #36638F;
  }
  
  
  .col {
    width: 100%;
    
  }
  
}

[class*="sidebar-dark-"] .list-unstyled > .nav-item > .nav-link.active, [class*="sidebar-dark-"] .list-unstyled > .nav-item > .nav-link.active:hover, [class*="sidebar-dark-"] .list-unstyled > .nav-item > .nav-link.active:focus {
  background-color: rgba(58, 0, 41, 0.9);
  color: #fff;
}

[class*="sidebar-dark-"] .list-unstyled > .nav-item > .nav-link:hover, [class*="sidebar-dark-"] .list-unstyled > .nav-item > .nav-link:focus {
  background-color: rgba(58, 0, 41, 0.9);
  color: #fff;
}

[class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link:focus {
  background-color: rgba(58, 0, 41, 0.9);
  color: #fff;
}

p.inlinex {
  display: inline;
}

.inline {
  display: inline;
  width: auto;
  outline: 0;
  border-width: 0 0 2px;
  border-color: black
}

input:read-only {
  background-color: none;
}

.center-text {
  text-align: center;
}

.full-text {
  width: auto;
}

table.icmodal {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td.icmodal, th.icmodal, tr.icmodal {
  border: 1px solid #000;
  text-align: left;
  padding: 8px;
}

.warning-section {
  background-color: red;
  color: #FFFFFF;
}

.login-box,
.register-box {
  width: 65%;
}

@media (max-width: 576px) {
  .login-box,
  .register-box {
    margin-top: .5rem;
    width: 90%;
  }
}