
span.successCriteria{
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}
.modal-header{
    display: block;
}
.fa, .far, .fas{
    font-family: "Font Awesome 5 Free";
}
.successCriteria i.fas{
    border: 2px solid white;
    background-color: #fff;
    color: #156407;   
    font-size: 25px;
    line-height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    text-align: center;
    box-shadow: 0px 2px 7px #56565666;
    cursor: pointer;
    margin-left: 12px;
    /* margin-top: 6px; */
}

.modal-dialog-centered{
    margin-top: 200px;
}
.fade{
    opacity: 0;
    transition: opacity .3s linear!important;
}

.modal-header h3{
    color: #153241;
    margin-bottom: 20px;
}
.modal-header h4, p{
    color: #212529;
}
.modal-header  p{
    font-size: 1.2em;
    
}

.modal-footer{
    border-top: none;
}

.successCriteria-lg i.fas{
    border: 2px solid white;
    background-color: #fff;
    color: #156407;   
    font-size: 45px;
    line-height: 47px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    box-shadow: 0px 2px 7px #56565666;
    margin-left: 0px;
    margin-right: 16px;
    cursor: none;
}