@import url('/plugin/assets/additionalplugins/fontawesome-5.10.1/css/all.min.css');
@import url('/plugin/minimallite/assets/vendor_components/Ionicons/css/ionicons.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');

.h1, .h2, .h3, .h4, .h5, .h6, body, label, h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
}

body{
	font-family: Montserrat, sans-serif;
}
* {
    margin: 0;
    padding: 0
}


html {
    height: 100%
}

p {
    color:#000000b9
}

.font-size-18{
    font-size: 1.286rem;
    padding-top:10px;
}

#msform {
    text-align: center;
    position: relative;
    padding-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

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

.form-card .fieldtitle, .form-card .partOne .fieldtitle{
    margin-bottom: 20px;
}

#part{
    margin-left: 20px;
}

.text-link:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }

.text-link {
    text-decoration: none;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border-bottom: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
    color: #2C3E50;
    background-color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px
    
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid #59c3c3;
    outline-width: 0
}

#msform .action-button {
    width: 150px;
    background: #0097a2;
    font-weight: 400;
    color: white;
    border: 0 none;
    border-radius: .25rem;
    cursor: pointer;
    padding: 10px 5px;
    margin: 20px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #078b94
}

#msform .action-button-previous {
    width: 150px;
    background: #dde2e2;
    font-weight: 400;
    color: #0097a2;
    border: 0 none;
    border-radius: .25rem;
    cursor: pointer;
    padding: 10px 5px;
    margin: 20px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #cddedf
}


.fieldlabels {
    color: gray;
    text-align: left
}


#progressbar {
    margin-bottom: 30px;
    overflow: auto;
    color: lightgrey
}

#progressbar .active {
    color: #2a9999
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    z-index: 0;
}

#progressbar #satu:before {
    content: "1"
}

#progressbar #dua:before {
    content: "2"
}

#progressbar #tiga:before {
    content: "3"
}

#progressbar #empat:before {
    content: "4"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #3a9eb7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #3a9eb7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.color-cyan {
    color: #13676d !important;
}

.color-black {
    color: #03171b !important;
}

.color-primary-red {
    color: #e3170a !important;
  }

.register-box {
    width: 500px;
    left      : 50%;
    top       : 50%;
    position  : absolute;
    transform : translate(-50%, -50%);
    /* margin: 7% auto; */
}

  
.formstyle{
    padding-left: 50px;
    padding-right: 50px;
}  

.register-box-header {
    border-radius: 20px 20px 0 0;
    background: rgba(255, 255, 255, 1);
    color: #333333;
    height : 100%;
    padding-bottom: 0px;
    padding-top:15px ;
    text-align: center;
  }
  
.register-box-body {
    border-radius: 0 0 20px 20px;
    background: rgb(255, 255, 255);
    color: #333333;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

.register-box-body .tulisan{
    text-align: center;
    margin-left: -20px;
}

.register-page .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #e3342f;
  }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

@media (max-width: 991px) {
    .register-box {
      width: fit-content;
    }
    .register-box-body {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
      }
    .formstyle{
        padding-left: 10px;
        padding-right: 10px;
    } 
    #msform .action-button {
        width: 80px;
    } 
    #msform .action-button-previous {
        width: 90px;
  }
  