.btn-userOnboarding {
    font-size: 15px;
    font-weight: 700;
    color: white;
    background-color:  #001129;;
    border-color:  #001129;;
}

.btn-userOnboarding:hover {
    color: white;
    background-color:  #002A64;
    border-color:  #002A64;
}

.btn-userOnboarding:focus,
.btn-userOnboarding.focus {
    /* box-shadow: 0 0 0 .2rem rgba(91, 194, 194, 0.5) */
}

.btn-userOnboarding.disabled,
.btn-userOnboarding:disabled {
    color: #212529;
    background-color: #7cc;
    border-color: #5bc2c2
}

.btn-userOnboarding:not(:disabled):not(.disabled):active,
.btn-userOnboarding:not(:disabled):not(.disabled).active,
.show>.btn-userOnboarding.dropdown-toggle {
    color: white;
    background-color:  #3828a8;
    border-color:  #3828a8;
}

.btn-userOnboarding:not(:disabled):not(.disabled):active:focus,
.btn-userOnboarding:not(:disabled):not(.disabled).active:focus,
.show>.btn-userOnboarding.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(91, 194, 194, 0.5)
}

.btn-outline-userOnboarding {
    color: #7cc;
    background-color: transparent;
    background-image: none;
    border-color: #7cc
}

.btn-outline-userOnboarding:hover {
    color: #222;
    background-color: #8ad3d3;
    border-color: #7cc
}

.btn-outline-userOnboarding:focus,
.btn-outline-userOnboarding.focus {
    box-shadow: 0 0 0 .2rem rgba(119, 204, 204, 0.5)
}

.btn-outline-userOnboarding.disabled,
.btn-outline-userOnboarding:disabled {
    color: #7cc;
    background-color: transparent
}

.btn-outline-userOnboarding:not(:disabled):not(.disabled):active,
.btn-outline-userOnboarding:not(:disabled):not(.disabled).active,
.show>.btn-outline-userOnboarding.dropdown-toggle {
    color: #212529;
    background-color: #8ad3d3;
    border-color: #7cc
}

.btn-outline-userOnboarding:not(:disabled):not(.disabled):active:focus,
.btn-outline-userOnboarding:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-userOnboarding.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(119, 204, 204, 0.5)
}

/* additional button customization */
.additionalCustomization {
    position: fixed;
    bottom: 20px;
    left: 15px;
    /* opacity: 80%; */
    z-index: 1040;
    height: 62px;
    width: 190px;
    border-radius: 8px;
}

.progress.bgrColorChanged{
    background-color:rgba(0, 0, 0, 0.1)
}
.progress-bar.bgrColorChanged2{
    background-color:white;
}
/* once inside modal */
.progress.bgrColorChanged3{
    border-radius: 40px;
    background-color:#3047ec
}


.checkMark{
    color:#8391f4;
    font-size: 26px;
}
.lockot{
    color:#8391f4;
    font-size: 26px;
}
.circleIconStyle{
    color:#3047ec;
    font-size: 26px;
}
/* modal modification classess */

.myModalPosition{
    position: fixed;
    bottom: 110px;
    left: 34px;
    /* width:450px!important; */
}

.modalHeaderFontOpts{
    /* font-family: Montserrat,sans-serif; */
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.modalHeaderFontOpts.adjustedFontColor{
    font-size: 28px;
    color: #001129;
    font-weight: bold;
}

.doneTask {
    opacity: 0.3;
    /* text-decoration: line-through; */
    /* font-weight: 700; */
}
.stepDesc{
    font-weight: normal;
}
.stepDescLocked{
    opacity: 0.6;
    font-weight: normal;
}

.cursorDefault{
    cursor: default;
}

.cursorDefault.disabled{
    pointer-events: none;
}
.noTopBorder{
    border-top:none;
}

.modal-open {
    overflow-y: scroll!important;
}