.button-logout {
    &,
    &:hover {
        min-width: 94px !important;
        height: 34px !important;
        background: #eeeefb !important;
        border-radius: 4px !important;
        box-shadow: none !important;
        color: #595991 !important;
        border: 0 !important;
    }
}

.button-primary {
    &,
    &:hover {
        color: #fff !important;
        border-radius: 4px !important;
        border-color: #079751f7 !important;
        background: #079751f7 !important;
        box-shadow: none !important;
        min-width: 100px !important;
        height: 34px !important;
    }
}
.button-secondary {
    &,
    &:hover {
        color: #fff !important;
        border-radius: 4px !important;
        border-color: #2f2f75 !important;
        background: #2f2f75 !important;
        box-shadow: none !important;
        min-width: 100px !important;
    }
}
.button-icon {
    &,
    &:hover {
        color: #079751f7 !important;
        border-color: transparent !important;
        background: transparent !important;
        box-shadow: none !important;

        svg {
            fill: #079751f7 !important;
            margin-right: 8px;
        }
    }
}

.button-gradient {
    &,
    &:hover {
        background: transparent linear-gradient(270deg, #079751f7 0%, #343379 100%) !important;
    }
}

.button-default {
    &,
    &:hover {
        height: 34px !important;
        color: #04041c !important;
        border-radius: 4px !important;
        border-color: #d4d4d4 !important;
        box-shadow: none !important;
    }

    img {
        margin-bottom: 1px;
    }
}

.button-default-accept {
    &,
    &:hover {
        height: 34px !important;
        color: #04041c !important;
        border-radius: 4px !important;
        border-color: rgba(7, 151, 81, 0.968627451) !important;
        box-shadow: none !important;
    }
}

.button-default-bordered {
    &,
    &:hover {
        color: #2f2f75 !important;
        border-radius: 4px !important;
        border-color: #2f2f75 !important;
        box-shadow: none !important;
    }

    img {
        margin-bottom: 1px;
        margin-right: 10px;
    }
}

.button-filter {
    &,
    &:hover {
        min-width: 88px !important;
        height: 34px !important;
        background: #f2f2f2 !important;
        border-radius: 4px 4px 0px 0px !important;
        border: 0 !important;
    }
}

.button-back {
    display: inline-block;
    img {
        margin-right: 14px;
        margin-bottom: 3px;
    }
}
*[dir="rtl"] .button-back {
    img {
        margin-right: 0;
        margin-left: 14px;
    }
}

.btn {
    &__approve {
        color: #089752 !important;
        border: 1px solid #089752 !important;
        border-radius: 4px !important;
    }

    &__reject {
        color: #d0021b !important;
        border: 1px solid #d0021b !important;
        border-radius: 4px !important;
        height: 34px !important;
    }

    &__expense {
        background: #089752 !important;
        color: #ffffff !important;
        width: 119px !important;
        height: 34px !important;
        border-radius: 4px !important;
    }

    &__create-new-category {
        color: #089752 !important;
        box-shadow: none !important;
        font-weight: 500 !important;
    }
    &__create-new {
        color: #089752 !important;
        box-shadow: none !important;
        font-weight: 500 !important;
    }

    &__create {
        background: #089752 !important;
        color: #ffffff !important;
        box-shadow: none !important;
        border-radius: 4px;
    }

    &__active {
        color: #089752 !important;
        border: 1px solid #089752 !important;
        border-radius: 4px !important;

        &:active {
            color: #ff4e4e !important;
            border: 1px solid #ff4e4e !important;
            border-radius: 4px !important;
        }
    }
}

.cancel-btn {
    &,
    &:hover {
        color: #2f2f75 !important;
        border: 1px solid #2f2f75 !important;
        border-radius: 4px !important;
    }
}

.file-upload-btn {
    background-color: #eff4fc !important;
    border: 1px solid #f1f1f1 !important;
    border-radius: 4px !important;
    height: 134px !important;
    p {
        color: #b4b4b4;
        font-weight: 300;
    }
}

.cancel-btn-rejected-approve {
    height: 18px !important;
    width: 46px !important;
    font-size: 10px !important;
    color: #2f2f75 !important;
    border: 1px solid #2f2f75 !important;
    border-radius: 4px !important;
}
.button-primary-default,
.button-primary-default:hover,
.button-primary-default:focus,
.button-primary-default:active {
    border-color: #343379 !important;
    color: #343379 !important;
    border-radius: 4px !important;
}
.save-btn-rejected-approve {
    height: 18px !important;
    width: 46px !important;
    font-size: 10px !important;
    color: #ffffff !important;
    border: 1px solid #2f2f75 !important;
    border-radius: 4px !important;
    background-color: #089752 !important;
}

// button DANGER

.button-danger,
.button-danger:hover,
.button-danger:focus,
.button-danger:active {
    color: #ff4e4e !important;
    border-radius: 4px !important;
    border-color: #ff4e4e !important;
}

// clear filter button
.btn-clear-filter-new {
    color: #262828 !important;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

// top nav button
.btn-top-nav {
    min-width: 90px;
    min-height: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    background: transparent;
    border: none;
    border-left: 1px solid #e8e8e8;
    margin-left: 18px;
    padding-left: 20px;
    color: #2f2f75;
}
.btn-top-nav-active {
    opacity: 0.6;
}

.btn-compose-send {
    width: 91px !important;
    height: 34px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.btn-send-icon {
    font-size: 16px !important;
    margin-right: 10px !important;
}
*[dir="rtl"] .btn-send-icon {
    margin-right: unset !important;
    margin-left: 10px !important;
}
