* {
    font-family: bariol_regular;
    color: #033;
    position: relative;
}

body {
    background-image: linear-gradient(0deg, #f5f5f5, #f5f5f5);
    position: relative;
    margin: 0px;
    max-width: 100vw;
    overflow-x: hidden;
}

.title {
    font-family: bariol_light;
    color: #5ad;
    letter-spacing: 1px;
}

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

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

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

.btn {
    padding: 12px;
    border: none;
}

.btn-primary {
    background-color: #5ad;
    color: #fff;
}

.rounded {
    border-radius: 6px;
}

.color-primary {
    color: #5ad;
}

.opacity-0 {
    opacity: 0;
}

a {
    text-decoration: none;
}

input {
    font-size: 14px;
}

textarea {
    font-size: 14px;
}

button:active {
    color: #7bd;
}

select {
    padding: 6px;
    border-radius: 4px;
}

span{
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

.no-margin {
    margin: 0;
}

#input-data p {
    margin: 0;
}

#input-data .bau_tidak_sedap label p {
    max-width: 190px;
}

.btn-text{
    background:transparent; border:none; font-family:bariol_regular; font-size:16px;
    padding: 0px;
}

h1 {
    color: #5ad;
}

.blue{
    color: #5ad;
}

input[type="text"], input[type="number"], input[type="email"], input[type="password"], textarea {
    border: none;
}

/* Hide the browser's default checkbox */

input[type="radio"], input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */

body:hover input[type="checkbox"]~.checkmark, body:hover input[type="radio"]~.checkmark, body:hover input[type="checkbox"]~p .checkmark, body:hover input[type="radio"]~p .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

body input[type="checkbox"]:checked~.checkmark, body input[type="radio"]:checked~.checkmark, body input[type="checkbox"]:checked~p .checkmark, body input[type="radio"]:checked~p .checkmark {
    background-color: #fafa00;
}

body input[type="checkbox"]:checked~.img_check, body input[type="radio"]:checked~.img_check {
    filter: grayscale(0%);
    border-radius: 12px;
    transform: scale(1.01);
    box-shadow: #ffaa55 0px 0px 12px 0px;
}

body input[type="checkbox"]:checked~.img_check1, body input[type="radio"]:checked~.img_check1 {
    -webkit-filter: drop-shadow( 0px 0px 22px rgba(255, 255, 0, .5));
    filter: drop-shadow( 0px 0px 8px #ffaa55);
    transform: scale(1.01);
}

.img_check, .img_check1{
    filter: grayscale(100%);
    transition: 0.3s;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after, p .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

body input[type="checkbox"]:checked~.checkmark:after, body input[type="radio"]:checked~.checkmark:after, body input[type="checkbox"]:checked~p .checkmark:after, body input[type="radio"]:checked~p .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

body .checkmark:after, body p .checkmark:after {
    left: 40%;
    top: -50%;
    width: 50%;
    height: 115%;
    border: solid #000000;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#home, #input-data{
    max-width: 500px;
    margin: auto;
}

#load_halaman {
    min-height: calc(100vh - 24px);
    padding: 12px;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

figure{
    margin: 0;
}

.btn-upload::-webkit-file-upload-button {
    visibility: hidden;
  }
  .btn-upload{
      width: 102px !important;
      height: 36px;
      padding: 6px 0px !important;
  }
  .btn-upload:disabled::before{
      background: #aaa;
  }
  .btn-upload::before {
    content: 'upload photo here';
    display: inline-block;
    background: #5ad;
    color: #fff;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    font-size: 12px;
    border-radius: 6px;
  }
  .btn-upload:hover::before {
    background: #5be;
  }
  .btn-upload:active::before {
    background: #5be;
  }
  form{
      margin: 0;
  }

@media screen and (min-width: 501px) {
    .div-img2{
        width: 190px !important;
        height: 130px !important;
    }
    .img2{
        width: 190px;
        height: 130px;
        max-width: 190px !important;
        max-height: 130px !important;
        border-radius: 12px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* .img2 img{
        width: 190px !important;
        height: 178px !important;
    } */
}

@media screen and (min-width: 800px) {
    .container {
        min-height: calc(100vh - 60px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    h1, h2 {
        font-size: 36px;
    }
    p {
        font-size: 16px;
    }
    .sub-paragraf {
        font-size: 16px;
    }
    .footer {
        min-height: 100px;
    }
}

@media screen and (max-width: 799px) {
    #load_halaman {
        min-height: calc(100vh - 160px);
        padding: 12px;
    }
    .container {
        min-height: calc(100vh - 160px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* .container {
        min-height: calc(100vh - 60px);
        display: flex;
        justify-content: center;
        align-items: center;
    } */
    h1, h2 {
        font-size: 36px;
    }
    p {
        font-size: 16px;
    }
    .sub-paragraf {
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    h1, h2 {
        font-size: 24px;
    }
    p {
        font-size: 13px;
    }
    .sub-paragraf {
        font-size: 12px;
    }
}