.display-inline-block-poor {
    display: inline-block;
}

.display-block-poor {
    display: block;
}

.display-inline-poor {
    display: inline;
}

.display-none-poor {
    display: none;
}

.main-body-padding-top {
    padding-top: 50px;
}


.mx-btn-option {
    height: 55px !important;
    line-height: 50px;
    width: 160px !important;
}

.mx-btn-option-lg {
    height: 100px !important;
    line-height: 100px;
    width: 200px !important;
}

.mx-btn-selected {
    background-color: #17a2b8;
    color: #fff;
}

.activity-div {
    background-color: white;
    border: 1px solid #c8d6e5;
}

.btn-file-upload{
    border: 1px solid #c8d6e5;
    border-radius: 2px;
    background-color: #fff;
    padding: 0 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 1.125rem;
    color: #2e86de;
    cursor: pointer;
    white-space: nowrap;
}

.activity-option {

}

.activity-option-file {

}

.activity-option-url {
}

.activity-option-textarea {

}


.activity-step-0 {
    background-color: white;
    border: 1px solid #c8d6e5;
    height: 420px !important;
}

.activity-step-1 {
    background-color: white;
    border: 1px solid #c8d6e5;
    height: 420px !important;
}

.activity-step-2 {
    background-color: white;
    border: 1px solid #c8d6e5;
    height: 420px !important;
}

.activity-step-3 {
    background-color: white;
    border: 1px solid #c8d6e5;
    height: 420px !important;
}

.progressing{
    color: white;
}
