body {
    unicode-bidi: isolate;
}

.fab-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.fab-btn {
    margin: 4px 0;
    width: 56px;
    height: 56px;
    border-radius: 80%;
    background-color: #1B373A;
    color: white;
    border: none;
    font-size: 24px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    cursor: pointer;
    border: #daa520 1px solid;
}

.fab-btn:hover {
    background-color: #132729;
}

.fab-btn.wa {
    border-radius: 80% 80% 50% 80%;
    background-color: #25D366;
    border: #dcf8c6 1px solid;
}

.fab-btn.wa:hover {
    background-color: #128c7e;
}

.fab-btn.wa a {
    color: white;
}

.fab-container .dropdown-item {
    cursor: pointer;
}

.dropup .dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.dropdown-toggle::after {
    display: none !important;
}

.skiptranslate,
#google_translate_element {
    display: none;
}