.alert .alert-details {
    align-items: center;
    font-family: Lato-Regular;
    gap: 5px;
}

.alert .alert-text-wrapper {
    margin: 0 !important;
}

.alert .icon-error,
.icon.icon-error svg {
    display: none;
}

.alert-success {
    border-left: none !important;
}

.alert .alert-details .icon {
    width: 16px;
    height: 16px;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    padding: .75rem 1.25rem;
    color: inherit;
}

.alert-details .item-list__comma-list li a {
    color: #a51b00;
}

.alert .item-list--messages {
    margin-bottom: 0;
}

.alert-details .icon-error {
    line-height: normal;
    margin-right: 0;
    display: none;
}

/* .alert .item-list--messages li + li{
    margin-top: 4px;
} */

.alert-text-wrapper {
    margin: 0 !important
}

#psm-email-error p {
    margin-top: 5px;
    padding: 10px;
    font-weight: normal;
    border: 1px solid #dedddd;
}

#psm-email-error p.valid-psm-email {
    color: #155724 !important;
}

#psm-email-error p.invalid-psm-email {
    color: #a51b00 !important;
}

#esign-ip-error>div,
#ip-error>div {
    margin-top: 0;
    margin-bottom: 16px;
    padding: 5px 10px;
    font-weight: normal;
    border: 1px solid #dedddd;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

#esign-ip-error>div br,
#ip-error>div br {
    display: none;
}