@import "variable.css";

@import "base-component.css";
@import "checkbox.css";

@import "input-field/main.css";
@import "button/main.css";

/* Static Step Guide */
.static-step-guide {
    color: #fff;
    padding-top: 24px;
}

.static-step-guide .title {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
}

.static-step-guide .icon-steps, .static-step-guide .text-steps {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 10px;
}

.static-step-guide .icon-steps {
    margin-top: 16px;
    margin-bottom: 8px;
}

.static-step-guide .icon-steps span{
    margin-left: 25px;
}

.static-step-guide .text-steps span{
    display: block;
    width: 90px;
    height: 30px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
}

.static-step-guide .icon-separate {
    margin-top: 18px;
}

/* Order step */
.step-order {
    display: flex;
    flex-direction: row;
}

.step-order .order {
    width: 24px;
    height: 24px;
    background-color: #fff;
    color: #211A53;
    font-size: 13px;
    line-height: 16px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-order .text {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    margin-left: 12px;
    padding-top: 5px;
    color: #FFFFFF;
}