/* .tul-recruitment-chat-link {
    display: none;
}
[data-roles*="administrator"] .tul-recruitment-chat-link {
    display: block;
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    z-index: 100;
} */
.tul-recruitment-chat-link {
    display: block;
    position: fixed;
    right: 1.7rem;
    bottom: 2rem;
    z-index: 100;
}

.tul-recruitment-chat-link>.tul-recruitment-chat-link-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    justify-items: center;
    align-items: center;
}

.tul-recruitment-chat-link .tul-recruitment-chat-link-item>a {
    display: block;
    aspect-ratio: 1/1;
    width: 3.5rem;
    background-color: transparent;
    background-size: contain;
    padding: 0;
    border: 0;
    margin: 0;
    margin-top: 1rem;
}

.tul-recruitment-chat-link .tul-recruitment-chat-link-item>a[href^="https://m.me"] {
    background-image: var(--tul-svg-flag-icon-messanger-logo) !important;
    filter: drop-shadow(5px 5px 5px #761c79);
}

.tul-recruitment-chat-link .tul-recruitment-chat-link-item>a[href^="https://wa.me"] {
    background-image: var(--tul-svg-flag-icon-whatsapp-logo) !important;
    filter: drop-shadow(5px 5px 5px #427933);
}

.theme-dark .tul-recruitment-chat-link .tul-recruitment-chat-link-item>a[href^="https://wa.me"] {
    background-image: var(--tul-svg-flag-icon-whatsapp-logo-dark) !important;
    filter: drop-shadow(5px 5px 5px #414f33);
}