.form-group .cst-file-group {
    display: flex;
    flex-direction: column;
}

.form-group .form-control-wrap .cst-form-file[type="file"] {
    display: none;
}
.form-group .form-control-wrap .cst-form-file-output {
    width: 100%;
    min-height: 100px;
    border: 1px dotted #aaaaaa;
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.form-group .form-control-wrap .cst-form-file-output.selected {
    background: #f5f6fa;
}

.form-group .form-control-wrap .cst-form-file-text {
    color: grey; font-size: 12px
}

.cst-form-file-text .bold {
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

a[href="#previous"] {
    background: transparent !important;
    border: 1px solid grey !important;
    color: grey !important;
}

.cst-card-active {
    flex: 1;
    background-color: #ffbaba;
    color: #841a1a;
    border-radius: 10px;
    padding: 20px;
}

.cst-card-inactive {
    flex: 1;
    background-color: #d9d9d9;
    color: #515151;
    border-radius: 10px;
    padding: 20px;
}
