@import url("https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

html,
body {
    height: 100%;
    width: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    background: #000000;
}

body,
.form-control {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

h1,
h2 {
    font-size: 60px;
}

h3 {
    font-size: 30px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
    font-weight: 600;
}

h5 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

small {
    font-size: 12px
}

a {
    color: #e52225;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #e52225;
    outline: none;
    text-decoration: none;
}

input,
select {
    margin-bottom: 40px
}

.kuning {
    color: #ffdf41
}

.putih {
    color: #ffffff
}

.login-sec {
    padding: 40px;
    background: #FFFFFF;
    border-radius: 10px;
}

.login-sec-bg {
    position: relative;
    background: #FFFFFF;
}

.login-sec .copy-text {
    position: absolute;
    width: 80%;
    bottom: 20px;
    font-size: 13px;
    text-align: center;
}

.login-sec .copy-text i {
    color: #FEB58A;
}

.login-sec .copy-text a {
    color: #E36262;
}

.login-sec h4 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #017032;
}

.login-sec h4:after {
    content: " ";
    height: 5px;
    background: #ffdf41;
    display: block;
    margin-top: 5px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
}

.form-control:disabled {
    background-color: #fff;
    border: none !important;
    padding-left: 0;
    color: #c60000;
}

.wizard-main {
    padding: 30px 0px;
    position: relative;
}

.wizard-main .title-wb {
    text-align: center;
    font-size: 24px;
}

.wizard>.content {
    min-height: 30em;
}

.wizard>.content>.body input.error,
.wizard>.content>.body select.error {
    border: 1px solid #df010b;
}

.wizard>.content>.body label.error,
.invalid-feedback {
    color: #b41500;
    display: block;
    margin-left: 10px;
    font-size: 12px;
    position: absolute;
    top: 63px;
    left: 0;
}

.flipper {
    font-size: 47px !important
}

#checklist {
    color: #585858;
}

#checklist i {
    font-size: 16px;
}

#checklist .status {
    float: right;
}

#checklist div {
    border-bottom: 1px solid #acacac;
    padding: 15px;
}

#checklist div:last-of-type {
    border-bottom: none;
}

.step-success {
    color: rgb(18, 1, 65);
}

.step-danger {
    color: red;
}

.step-proses, #step7 {
    color: rgb(182, 17, 17);
}

#statusModal {
    background: rgba(0, 0, 0, 0.9);
}

#statusModal .progress-bar {
    /* width: 0%; */
    align-items: center;
    background-color: #681010;
    border-radius: 0;
}

.progress1 {
    display: none;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
}

.progress1 .progress-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%)
}

.progress1 #progress-bar {
    height: 40px;
    padding: 10px 0;
    font-size: 14px;
    color: #ffffff;
}