@charset "UTF-8";

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.topnav {
    padding: 20px;
    background-color: #eb2d2d;
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #FF0004;
    color: white;
    border-radius: 11px;
}

.topnav-right {
    float: right;
}

.topnav div .logoycck {
    width: 300px;
}

.topnav div .tophead {
    color: #FFFFFF;
}

.topnav div h3 {
    color: #FFFFFF;
}

.form {
    padding-top: 0px;
    margin-top: 15px;
	margin-left: auto;
  margin-right: auto;
    max-width: 600px;
    width: 100%;
	
}

form  .double {
    display: inline;
	width: 40%;
}

input, select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #eb2d2d;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #d22323;
}

div .form {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.form form label {
    margin-top: 15px;
    margin-bottom: -8px;
}

.boxx {
    align-items: left;
    width: 100%;
    max-width: 600px;
    margin-bottom: 8px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.checkbox-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin-bottom: 8px;
    padding: 8px;
    border: 0px solid #ccc;
    border-radius: 4px;
    
}

.checkbox-container-ket {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin-bottom: 8px;
    padding: 8px;
    border: 0px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.checkbox-container label {
    margin: 0;
}

.checkbox-container input[type="checkbox"] {
    margin-left: 10px;
}

label {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin-bottom: 8px;
}

input[type="checkbox"] {
    margin-left: 10px;
}

.error {
    color: red;
    font-size: 12px;
}

#secondCheckboxList {
    margin-left: 1px;
}

.checkbox-container2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 599px;
    margin-bottom: 8px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.checkbox-container label .keterangan {
    text-align: left;
}

.checkbox-container label .label {
    font-weight: bold;
    font-size: x-large;
}

.form .checkbox-container #mainCheckbox {
}

.boxx .checkbox-container-ket .ket {
    margin-top: -25px;
    margin-bottom: -15px;
}

input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: #34495E;
    border-radius: 1px;
    box-sizing: border-box;
    position: relative;
    box-sizing: content-box;
    width: 30px;
    height: 30px;
    border-width: 0;
    transition: all .3s linear;
}

input[type="checkbox"]:checked {
    background-color: #eb2d2d;
}

input[type="checkbox"]:focus {
    outline: 0 none;
    box-shadow: none;
}

#submit1 {
    background-color: red;
    border: none;
    outline: none;
    width: 100%;
    max-width: 600px;
    padding: 10px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

#submit1:disabled {
    background-color: #cc0000;
    cursor: not-allowed;
}

.boxx.selected {
    outline: 2px solid green;
}

#submit1 {
        background-color: red;
        border: none;
        outline: none;
        width: 100%;
        max-width: 600px;
        padding: 10px;
        color: white;
        font-size: 16px;
        cursor: pointer;
      }

      #submit1:disabled {
        background-color: #cc0000; /* Darker red when disabled */
        cursor: not-allowed;
      }

.container-fluid .judulatas {
    margin-top: 15px;
}
.boxx .checkbox-container input {
}
.checkbox-container label .label {
    margin-bottom: 10px;
}


#submit1 {
        background-color: red;
        border: none;
        outline: none;
        width: 100%;
        max-width: 600px;
        padding: 10px;
        color: white;
        font-size: 16px;
        cursor: pointer;
      }
      #submit1:disabled {
        background-color: #cc0000;
        cursor: not-allowed;
      }
      .boxx.selected {
        outline: 2px solid green;
      }

 .selected {
        outline: 2px solid green;
      }


      input[type="checkbox"] {
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        background: #34495E;
        border-radius: 4px;
        width: 30px;
        height: 30px;
        position: relative;
        border: none;
        transition: background-color .3s;
      }
      input[type="checkbox"]:checked {
        background-color: green;
      }
      input[type="checkbox"]:checked::after {
        content: "✓";
        position: absolute;
        color: white;
        font-size: 16px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }

#secondCheckboxList .checkbox-container2 label {
    margin-bottom: 15px;
}
.checkbox-container label .label {
    padding-bottom: 0px;
    margin-bottom: 15px;
}
.boxx #secondCheckboxList .checkbox-container2 {
}

.checkbox-container2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 599px;
    margin-bottom: 8px;
    padding: 8px;
    border: 1px solid #ccc; /* Warna outline default */
    border-radius: 4px;
    background-color: #f9f9f9;
}

.checkbox-container2.selected {
    outline: 2px solid green; /* Warna outline saat terpilih */
}


hr.style16 { 
  border-top: 2px dashed #8c8b8b; 
} 


.double-buttons-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.double-buttons-container form.double {
    width: 48%; /* Memberikan sedikit ruang di antara tombol */
}

.double-buttons-container input[type="submit"] {
    width: 100%;
}