/* Custom CSS */
.dropdown:hover .dropdown-menu {
    display: block;
    z-index: 999;
    background: #f9fafb;
    height: 500px;
    overflow: scroll;
    overflow-x: hidden;
    border-radius: 10px;
}

button.bg-gray-50.text-gray-700.font-semibold.py-2.px-4.rounded.inline-flex.items-center:focus {
    outline: none;
}

.dropdown:hover .mobile-dropdown-menu {
    display: block;
    z-index: 999;
    background: #f9fafb;
    overflow: scroll;
    overflow-x: hidden;
    border-radius: 10px;
}

.dropdown:hover .dropdown-menu::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

.types-count {
    font-weight: 900;
    font-size: 170px;
    position: relative;
    top: 50px;
    text-align: center;
    text-shadow: 8px 8px 40px #9ca3af;
    color: #fbfbfb;
}

a.filepond--credits {
    display: none;
}

/* WhatsApp Chatbot */
.whatapp-chatbot {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatapp-chatbot-icon {
    margin: 15px;
}