﻿/*.generalexporttoexcelbutton img {
    display: none !important; 
}

.generalexporttoexcelbutton {
    position: relative !important;
    display: inline-block;
    padding: 0.1rem 1rem !important;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    border-radius: 0.375rem;
    background-color: var(--color-pallete-4);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 900;
    margin-right:0!important;
    margin-top: 20px;

    max-width: 168px;
}
td .generalexporttoexcelbutton, th .generalexporttoexcelbutton {
    display: block;
}
    .generalexporttoexcelbutton:hover {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
    }

    .generalexporttoexcelbutton::before {
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: 400 !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -.125em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\F368";
    }

    .generalexporttoexcelbutton::after {
        content: "ייצוא לאקסל";
        width: 200px;
        height: auto;
        margin: 0;
        font-family: var(--bs-font-sans-serif);
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5;
        color: #ffffff;
        padding-right: 12px;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
*/