.contact_star {
    color: var(--phoenix-warning);
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    background-color: var(--phoenix-avatar-status-border-color);
    height: 12px;
    width: 12px;
    right: 1px;
    bottom: 1px;
}


.swal2-confirm, .swal2-deny, .swal2-cancel {
    font-weight: 300;
    font-size: 14px !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #4CAF50 !important;
}