﻿
body {
    font-family: Nunito, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
tr {
    height: 55px;
}

/* custom-btn */
.custom-btn {
    transition: all 0.3s ease;
    border-radius: 12px;
}

    .custom-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }



/* إزالة الخط السفلي من روابط NavLink و Dropdown */
.navbar-nav .nav-link,
.dropdown-menu .dropdown-item {
    text-decoration: none !important;
}

    /* إزالة الإطار عند التركيز */
    .navbar-nav .nav-link:focus,
    .dropdown-menu .dropdown-item:focus {
        outline: none;
        box-shadow: none;
    }

.dropdown-menu {
    z-index: 1050;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #f8f9fa;
    color: #212529;
}

/*  RTL القائمة */
.dropdown-menu-end {
    right: 0 !important;
    left: auto !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #e9ecef;
    color: #212529;
}

.dropdown-item {
    cursor: pointer;
}
