
body {
        font-size: 1rem !important;
        color:black;
      }

      .tr-title {
        font-size: 1.3rem !important;
        font-weight: bold;
      }

      .tr-subtitle {
        font-size: 1.1rem !important;
      }

      .logo img {
        width: 100%;
      }

      th {  
        font-size: 0.9rem!important;
        color:black;
      }

      li {
        list-style-type: circle;
        padding: 1px;
        margin-left: 30px;
      }
      
      .min-height-kecil {
        min-height: 410px;
      }

      .min-height-besar {
        min-height: 540px;
      }
      
      .modal-body p {
        font-size: 1.0rem; /* Sesuaikan ukuran font sesuai kebutuhan */
      }
      
      .modal-body h6 {
        font-weight: bold; /* Sesuaikan ukuran font sesuai kebutuhan */
      }


.form-control {
  font-size: 0.95rem!important;
  padding: 2px 10px 2px 10px !important;
}

.form-label {
  font-size: 0.95rem!important;
  color: #161616!important;
  line-height: 1.0!important;
}

.sidebar{
  background:#d2dee8;
  padding: 10px 20px 10px 20px;
  border-radius: 10px; 
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); 
  margin-bottom: 20px;
  color:rgb(77, 77, 77);
  line-height: 20px;
}
.content{
  background:#e9e9e9;
  padding: 25px;
  border-radius: 10px; 
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); 
}
.content2{
  background:#e9e9e9;
  padding: 5px;
  border-radius: 10px; 
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); 
}

.small-padding-left {
padding-left:7.5px;
}

.small-padding-right {
padding-right:7.5px;
}
 
.form-select {
font-size: 0.9rem !important;
font-weight: 400;
line-height: 1 !important;
}

.autocomplete {
font-size: 0.7rem !important;
}
h4 {
color: black !important;
}

header {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 15px 0;
}
header.fixed {
  position: fixed;
  z-index: 9999999;
  background-color: rgba(129, 134, 140, 0.8);
  padding: 10px 0;
}
header.fixed nav {
  margin-top: 10px;
}
header.fixed nav ul li a {
  font-size: 14px;
  padding: 10px 15px;
}

.header-content {
  float: left;
  width: 100%;
  color: white;
  font-size: 1.2rem;
  text-align: right;
}


.reg-section {
  background-color: #ffffff;
  /* background-image: url(reg-img-bg.jpg); */
  padding: 100px 0px 130px 0px; /* top-right-bottom-left */
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 1;
}

.teks {
  color: #d60000;
  font-size: 22px;
}

.tekslabel {
  font-size: 16px;
  font-weight: 600;
}

label {
   color: #595959;
 
}


nav ul li a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
nav ul li a.active, nav ul li a:hover {
  background-color: rgba(13, 29, 49, 0.3);
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
}

.checkbox-list{
    padding-left: 50px;
}
.checkbox{
    display: block;
}
.checkbox input[type=checkbox]{
    margin: 0;
    visibility: hidden;
    left: 1px;
    top: 1px;
}
.checkbox label{
    font-size: 1.1em;
  	line-height: 30px;
    padding-left: 35px;
    margin: 0;
    display: block;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease 0s;
}
.checkbox label:before,
.checkbox label:after{
    content: "";
    width: 25px;
    height: 25px;
    border: 4px solid rgba(0,100,200,0.7);
    border-radius: 4px;
    position: absolute;
    top: 0px;
    left: 3px;
    transition: all 0.25s;
}
.checkbox label:after{
    height: 10px;
    width: 16px;
    border-radius: 0 0 0 4px;
    border: 5px solid #CC0000;
    border-top: none;
    border-right: none;
    opacity: 0;
    transform: rotate(-45deg);
    top: 15px;
    left: 6px;
}
.checkbox input[type=checkbox]:checked+label{ font-weight: 600; }
.checkbox input[type=checkbox]:checked+label:before{
    opacity: 0;
    top: -10px;
}
.checkbox input[type=checkbox]:checked+label:after{
    opacity: 1;
    top: 6px;
}
@media only screen and (max-width:767px){
    .checkbox{ margin: 0 0 20px; }    

    .tr-title {
      font-size: .7rem !important;
      font-weight: bold;
    }

    .tr-subtitle {
      font-size: .6rem !important;
    }
    
    /* Modifikasi untuk header-content mobile layout */
    .header-content .row {
        flex-direction: column;
    }
    
    .header-content .col-lg-2.col-md-3.col-sm-3.col-4,
    .header-content .col-lg-10.col-md-9.col-sm-9.col-8 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        text-align: center !important;
    }
    
    .header-content .col-lg-2.col-md-3.col-sm-3.col-4 {
        margin-bottom: 10px;
    }
    
    .header-content .col-lg-10.col-md-9.col-sm-9.col-8 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .logo {
        text-align: center;
    }
    
    .logo img {
        max-width: 150px;
        height: auto;
    }
}


