.settings-content {
    width: 100%;
    background-color: var(--vz-secondary-bg);
    transition: all .2s;
}
.settings-list a {
    display: flex;
    align-items: center;
    color: #878a99;
    padding: 5px 0;
    font-weight: var(--vz-font-weight-medium);
}
.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: white;
}

.attachment-count {
    position: absolute;
    right: 100px;
    top: 0;
}

/* Password rule */
#password-requirements {
    font-size: 14px;
}

#password-requirements ul {
    list-style-type: none;
    padding: 0;
}

#password-requirements li {
    margin-bottom: 10px;
}

.invalid {
    color: red;
}

.valid {
    color: green;
}
