.category-nav-icon {
    margin-right: 2px;
    max-height: 22px;
}

.international-link {
    background: linear-gradient(45deg, #ff6a00, #ee0979);
}

@media (min-width: 992px) {
    .navbar_custom_category {
        display: none !important;
    }
}

.navbar_custom_category {
    top: 15px;
    overflow-x: auto;
    list-style: none;
    scrollbar-width: none;
    position: relative;
    padding: 5px 5px 20px;
    z-index: 99;
}

.navbar_custom_category::-webkit-scrollbar {
    display: none;
}

.navbar_custom_category span {
    margin: 0 10px;
    display: block;
    padding-bottom: 5px;
    text-decoration: none;
}

.navbar_custom_category a {
    text-decoration: none;
    color: white;
    padding: 10px 15px;
    background-color: #032055;
    border-radius: 5px;
    transition: background-color 0.3s;
}

@media (max-width: 991px) {
    #category-widget-frame .modal-dialog {
        position: fixed;
        bottom: 0;
        max-width: 100%;
        width: 100%;
        margin: 0;
        left: 0;
        transform: translateY(100%);
        transition: transform 0.6s ease;
    }

    #category-widget-frame.show .modal-dialog {
        transform: translateY(0);
    }

    #category-widget-frame .modal-content {
        border-radius: 25px 25px 0 0;
        padding-bottom: 20px;
        border: none;
        background: #032055;
    }

    #category-widget-frame .modal-dialog {
        transform: translateY(0);
    }
}
