.progress.password-progress {
    height: 3px !important;
    margin-top: 10px;
    margin-bottom: 0px;
}

.list-unstyled i.fas {
    width: 10px;
    display: inline-block;
}

.list-unstyled i.fas svg {
    width: 10px;
    height: auto;
}

.progress-bar-danger {
    background-color: #e90f10;
}

.progress-bar-warning {
    background-color: #ffad00;
}

.progress-bar-success {
    background-color: #43a047;
}

ul.list-unstyled li {
    font-family: 'Inter';
    font-size: 13px;
    font-weight: 400;
    color: #7e7c7c;
}

span#result {
    font-family: 'Inter';
    font-size: 13px;
    font-weight: 400;
    color: #e90f10;
}

ul.list-unstyled li span {
    display: flex;
    align-items: center;
    column-gap: 3px;
}

i.fas.fa-circle svg.tick-i,
i.fas.fa-check svg.cross-i {
    display: none;
}

i.fas.fa-circle + span {
    color: #f44336;
}
.text-danger {
    color: red !important;
    font-size: 14px!important;
}
i.fas.fa-check + span {
    color: #43a047;
}

i.fas.fa-check svg {
    width: 11px;
}

div#popover-password {
    display: none;
}
