/* Your Custom CSS Goes here */

.widget-stats .widget-stats-container .widget-stats-content .widget-stats-amount{
    font-size: 18px;
}


#msform {
    /* text-align: center; */
    position: relative;
    margin-top: 20px
}



#msform fieldset:not(:first-of-type) {
    display: none
}





.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #416df2
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f180"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f015"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #416df2
}

.progress {
    height: 25px;
}

.progress-bar {
    background-color: #2269f5;
    font-size: 14px;
    font-weight: bolder;
    color: #fff;
}

.fit-image {
    width: 100%;
    object-fit: cover
}
.error-radio {
    outline: 1px solid red !important;
}

.error {
    border: 1px solid red !important;
}
button:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
.error-photo{
    border: 1px solid red !important;
}

.risk-circle-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 20px 0px;
}

.progress-ring__circle {
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition: stroke-dashoffset 0.5s, stroke 0.5s;
}

.progress-ring__background {
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.progress-ring__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
}
.card.result-card {
    box-shadow: 3px 3px 4px 2px #ccc;
    border-radius: 20px;
}
#resultCard{
    position: relative;
}
/* #resultCard img{
    position: absolute;
    left: 60%;
    top: 40%;
} */
 .btn-hover:hover{
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
}
