.nav-link-icon{
    i.icon{
        font-size: 15px !important;
        margin-top: -5px !important;
    }
}
.btn i, .dataTables_wrapper .dataTables_paginate .paginate_button i, .dataTables_wrapper .dataTables_paginate .paginate_button.current i {
    font-size: 1rem;
    vertical-align: -2px;
}
.dataTables_length, .dataTables_filter {
    padding: 15px 15px 0px 15px;
}
.dataTables_info, .dataTables_paginate{
    padding: 0px 15px 15px 15px;
}

.dropify-wrapper .dropify-message span.file-icon{
    font-size: 22px !important;
}
.dropify-wrapper{
    border: 1px solid rgba(110, 117, 130, 0.2) !important;
}
$screen410: "max-width: 410px";
.notification{
    .dropdown-menu-card.show{
        width: 340px !important;

        @media ($screen410) {
            width: 280px !important;
        }

        a.dropdown-item{
            @media ($screen410) {
                padding-left: 0 !important;
                padding-right: 0 !important;

                &:not(:last-child){
                    padding-bottom: 1rem !important
                }
            }

            div{
                white-space: normal;
            }
        }
    }
}
