.pointer,.reselectImage, .upload-section{
    cursor: pointer;
}

.coinchoice.active{
    border: 1px solid var(--cryphyip-primary-color) !important;
}

button.bootbox-close-button[type]{
    display:none !important;
}
/* STEP */
.p-number.btn-icon-only.btn-rounded{
    width: 10px !important;
    border-radius: 50%;
    height: 25px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0 !important;
}

span.opacity-7.p-label {
    font-size: 10px;
}

[stepbody] .progress{
    height: 3px !important;
}

[stepbody] .this-step.done .progress .progress-bar{
    width:100% !important;
    transition: width 2s ease;
}

[stepbody] .this-step:not(.last){
    display:flex;
    flex-grow: 1;
    align-items: center;
}

[stepbody] .this-step:not(.last) .step{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

[stepbody] .step-content{
    display: none;
}

[stepbody] .step-content.active{
    display: block;
}

[stepbody] .stepform-progress{
    display: flex;
    justify-content: space-between;
    align-items: center;
}