﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.long-title h3 {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    margin-bottom: 1px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

html {
    position: relative;
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
}

#data-grid-demo {
    min-height: 700px;
    margin-top: 90px;
}

#gridContainer {
    padding-top: 20px;
    padding-bottom: 70px;
}

#gridDeleteSelected {
    position: absolute;
    z-index: 1;
    right: 0;
    margin: 1px;
    top: 0;
    margin-top: 90px;
}

    #gridDeleteSelected .dx-button-text {
        line-height: 0;
        float: right;
    }

.long-title h3 {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

#gridContainer .dx-datagrid-header-panel {
    padding: 0;
    background-color: rgba(85, 149, 222, 0.6);
}

    #gridContainer .dx-datagrid-header-panel .dx-toolbar {
        margin: 0;
        padding-right: 20px;
        background-color: transparent;
    }

    #gridContainer .dx-datagrid-header-panel .dx-toolbar-items-container {
        height: 70px;
    }

    #gridContainer .dx-datagrid-header-panel .dx-toolbar-before .dx-toolbar-item:not(:first-child) {
        background-color: rgba(103, 171, 255, 0.6);
    }

    #gridContainer .dx-datagrid-header-panel .dx-toolbar-before .dx-toolbar-item:last-child {
        padding-right: 10px;
    }

    #gridContainer .dx-datagrid-header-panel .dx-selectbox {
        margin: 17px 10px;
    }

    #gridContainer .dx-datagrid-header-panel .dx-button {
        margin: 17px 0;
    }

#gridContainer .informer {
    height: 70px;
    width: 130px;
    text-align: center;
    color: #fff;
}

#gridContainer .count {
    padding-top: 15px;
    line-height: 27px;
    font-size: 28px;
    margin: 0;
    font-weight: normal;
    font-family: "Helvetica Neue", "Segoe UI", Helvetica, Verdana, sans-serif;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}


html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.checkmark {
    position: absolute;
    top: 20%;
    left: 20%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    display: none; /* Initially hidden */
}

.data-square {
    width: 280px; /* Define your size */
    height: auto; /* Define your size */
    display: inline-block;
    margin: 10px;
    position: relative;
    text-align: center;
    line-height: 100px; /* Should be the same as height for vertical centering */
    border-radius: 12px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Simple box shadow for elevation */
    font-family: 'Arial', sans-serif; /* Modern font */
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease; /* Smooth transition for background color */
}

    .data-square.clicked {
        background-color: lightyellow; /* Color when clicked */
    }

    .data-square.active {
        background-color: green; /* Color on success */
    }

    .data-square.error {
        background-color: red; /* Color on error */
    }

.data-container {
    flex-direction: row;
}


table {
    width: 100%;
    border-collapse: collapse;
}

td {
    padding: 8px;
    text-align: left;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.billa-square.clicked {
    background-color: lightyellow;
}

.drawer {
    position: fixed;
    top: 0;
    right: -400px; /* Initially hide it off-screen */
    width: 400px;
    z-index: 100; /* Make sure it stays on top */
    height: 100%;
    background-color: #f1f1f1;
    overflow-x: hidden;
    transition: 0.5s; /* Animation to slide the drawer */
}

    .drawer.open {
        right: 0;
    }

#toggleDrawerButton {
    position: fixed;
    top: 10px;
    right: 10px;
    margin: 10px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

    #toggleDrawerButton:hover {
        background-color: #0056b3;
    }

    #toggleDrawerButton.drawerOpen {
        right: 410px; /* This should be the width of the drawer plus a little extra space */
    }

.drawer h2,
.drawer h5,
.drawer p {
    padding: 10px; /* You can adjust this value */
}

#selectAllButton, #historyButton {
    background-color: #0099cc;
    margin: 10px;
    padding: 12px 24px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
}

/* General button styles */
#addButton, #deleteButton {
    padding: 12px 24px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Specific styles for each button */
#addButton {
    background-color: #4CAF50; /* Green */
    color: white;
}

#deleteButton {
    background-color: #f44336; /* Red */
    color: white;
}

/* Hover states */
#addButton:hover {
    background-color: #45a049;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

#deleteButton:hover {
    background-color: #da190b;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

/* Active states */
#addButton:active, #deleteButton:active {
    transform: scale(0.98);
}

/* File Input Styles */
#fileInput {
    display: none; /* Hide the default input */
}

/* Custom File Input Label */
.custom-file-upload {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    background-color: #0099cc;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .custom-file-upload:hover {
        background-color: #0077b3;
    }

/* Import Button Styles */
button[onclick="importFile()"] {
    padding: 12px 24px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    button[onclick="importFile()"]:hover {
        background-color: #45a049;
    }

/* Div to display imported data */
#importedData {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
}

#removeImportButton {
    padding: 12px 24px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    #removeImportButton:hover {
        background-color: #da190b;
    }

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999;
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    cursor: pointer;
}

.modal h2 {
    margin-top: 0;
    font-family: 'Helvetica Neue', sans-serif;
}

.modal input[type="text"],
.modal input[type="radio"] + label {
    font-family: 'Helvetica Neue', sans-serif;
}

.modal-button-container {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.modal-button {
    padding: 12px 24px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .modal-button.send {
        background-color: #007BFF;
        min-width: 150px;
        color: white;
    }

        .modal-button.send:hover {
            background-color: #0056b3;
        }

    .modal-button.cancel {
        background-color: #FF0000;
        min-width: 150px;
        color: white;
    }

        .modal-button.cancel:hover {
            background-color: #b30000;
        }


/* Title styles */
.title-container {
    text-align: center;
    padding: 20px;
    border-radius: 15px;
}

    .title-container h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        color: #333; /* Dark color for the title */
        transition: transform 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
    }

        .title-container h1:hover {
            transform: scale(1.05); /* Slightly enlarges the title on hover */
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Enhances shadow effect on hover */
        }


.tooltip-container {
    position: relative;
    display: inline-block;
}

.custom-tooltip {
    visibility: hidden;
    width: 400px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 7px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -150px;
    border-radius: 4px;
    font-size: large;
    font-weight: bold;
}

.tooltip-container:hover .custom-tooltip {
    visibility: visible;
}

.date-picker-section {
    text-align: center; /* Center the content */
    margin-top: 20px; /* Spacing from the previous content */
}

    .date-picker-section h3 {
        margin-bottom: 15px; /* Spacing above the date pickers */
    }

.date-pickers input[type="date"] {
    padding: 8px 10px;
    margin-right: 10px; /* Spacing between the date pickers */
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.date-pickers button {
    padding: 10px 15px;
    color: white;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

    .date-pickers button:hover {
        background-color: #0056b3; /* Darker shade on hover */
    }

.report-buttons {
    text-align: center;
    margin-top: 20px;
}

    .report-buttons button {
        margin: 0 15px; /* Space between buttons */
        padding: 10px 15px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px;
    }

        .report-buttons button:hover {
            background-color: #0056b3;
        }

.hidden-grid {
    display: none;
    margin-bottom: 20px;
}

.hidden-payment-grid {
    display: none;
    padding-bottom: 200px;
    margin-top: 0px;
}

#loadingSpinner {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: auto;
    margin-top: 5px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.reports-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Adjusts space between groups */
}

.report-group {
    flex: 1; /* Each group will take equal space */
    min-width: 300px; /* Adjust based on your content and preference */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    padding: 10px; /* Adjust as per your design */
}

.date-picker-section,
.report-buttons {
    /* You can add specific styles for these sections if needed, like margins or padding */
}

/* Media query for smaller screens */
@media (max-width: 600px) {
    .report-group {
        flex-basis: 100%; /* On smaller screens, take full width */
    }
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}


.testimonials {
    background-color: #e9ecef;
    padding: 40px 0;
}

.jumbotron {
    background: #007bff; /* Adjust the color to fit your brand */
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .jumbotron h1 {
        font-weight: bold;
    }

    .jumbotron p {
        font-size: 1.2rem;
    }

.subtitle {
    color: #007bff;
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #0056b3; /* Darker shade for better contrast */
    border: none;
}

    .btn-primary:hover {
        background-color: #003d82; /* Even darker on hover */
    }

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/*.container, .jumbotron, .how-it-works, .testimonials {
    animation: fadeIn 2s ease-out;
}

    .container .row div, .testimonials .container, .how-it-works .container {
        animation: slideInFromLeft 1s ease-out;
    }*/

/* Responsive Design Tweaks */
@media (max-width: 768px) {
    .jumbotron h1 {
        font-size: 2.5rem;
    }

    .jumbotron p {
        font-size: 1rem;
    }
}

.navbar.active {
    background-color: #0056b3; /* Example: change background color on scroll */
}

/* Button hover effect */
.btn-primary:hover, .btn:hover {
    background-color: #024978; /* Darker shade for hover */
    color: #fff; /* Optional: change text color on hover */
    transform: scale(1.05); /* Slightly increase size */
    transition: all 0.3s ease;
}

/* Link hover effect */
a:hover {
    color: #0056b3; /* Highlight color for links */
    text-decoration: underline; /* Add underline to emphasize hover */
    transition: color 0.3s ease;
}

.img-hover-zoom:hover {
    transform: scale(1.05); /* Zoom in */
    transition: transform 0.5s ease;
}

.img-hover-brightness:hover {
    filter: brightness(120%); /* Make the image brighter */
    transition: filter 0.5s ease;
}

.card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* Add a shadow for depth */
}

.text-hover-highlight:hover {
    background-color: rgba(0,123,255,0.1); /* Slight background color highlight */
    transition: background-color 0.3s ease;
}

.interactive:hover {
    transform: translateY(-5px); /* Move up slightly */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.how-it-works {
    background-color: #f8f9fa; /* Light background for the section */
}

    .how-it-works h5 {
        color: #007bff; /* Primary color for headings */
        margin-top: 15px;
    }

    .how-it-works p {
        font-size: 1rem; /* Readable text size */
    }

    /* Optional: Add hover effects to each step for interactivity */
    .how-it-works .col-md-3:hover {
        transform: translateY(-10px); /* Slight lift */
        transition: all 0.3s ease-in-out;
    }

.testimonials .carousel-item {
    text-align: center;
    min-height: 200px; /* Reduced from 300px to make the carousel smaller */
    padding: 20px; /* Add some padding for spacing */
}

    .testimonials .carousel-item i {
        color: #007bff; /* Theme color for icons */
        font-size: 2em; /* Smaller icons */
    }

.testimonials h5 {
    margin-top: 15px;
    font-size: 1.25rem; /* Smaller heading */
}

.testimonials p {
    font-size: 0.95rem; /* Smaller paragraph text */
    margin: auto;
    max-width: 75%; /* Adjust the width of text for a tighter fit */
}

/* Adjust carousel controls to fit smaller carousel size */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px; /* Smaller controls */
    height: 20px; /* Smaller controls */
    filter: invert(100%);
}

/* Additional adjustment for responsive design */
@media (max-width: 768px) {
    .testimonials .carousel-item i {
        font-size: 1.5em; /* Even smaller icons on mobile */
    }

    .testimonials h5 {
        font-size: 1rem; /* Smaller heading on mobile */
    }

    .testimonials p {
        font-size: 0.85rem; /* Smaller text on mobile */
    }
}

.stats {
    background-color: #f8f9fa; /* Light gray background for contrast */
    color: #333; /* Dark text for readability */
}

    .stats h2 {
        color: #6c757d; /* Dark gray for the section title */
    }

    .stats .stat-item h3 {
        color: #6c757d; /* Dark gray for subheadings, for consistency */
        margin-bottom: 1rem;
    }

    /* Diverse colors for the numbers */
    .stats .number {
        font-size: 3rem; /* Large font size for visibility */
        font-weight: bold;
        transition: font-size 0.3s ease; /* Smooth transition for hover effect */
    }

/* Assign unique colors to each stat-item */
.stat-item:nth-child(1) .number {
    color: #17a2b8; /* Teal for Countries, softer than the original blue */
}

.stat-item:nth-child(2) .number {
    color: #ffc107; /* Yellow for Years of Experience, adds warmth */
}

.stat-item:nth-child(3) .number {
    color: #dc3545; /* Red for Clients, stands out for importance */
}

/* Hover effect to slightly increase the number size and add a shadow for depth */
.stats .number:hover {
    font-size: 3.2rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2); /* Subtle shadow for depth */
    transition: font-size 0.3s ease, text-shadow 0.3s ease;
}

/* Responsive adjustments for smaller devices */
@media (max-width: 768px) {
    .stats .number {
        font-size: 2.5rem; /* Adjust font size for smaller screens */
    }
}

/* Base styles for feature cards */
.container .card {
    padding: 20px;
    margin: 10px 0; /* Add some spacing around each card */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Subtle shadow for depth */
    border-radius: 8px; /* Soften edges with rounded corners */
}

    /* Header styles */
    .container .card h2 {
        font-size: 1.5rem; /* Slightly larger font size for headings */
        margin-bottom: 15px;
    }

    /* Assign unique colors to each feature card heading */
    .container .card:nth-child(1) h2 {
        color: #17a2b8; /* Teal for 'Easy Import/Export' */
    }

    .container .card:nth-child(2) h2 {
        color: #ffc107; /* Yellow for 'Automated QR Codes' */
    }

    .container .card:nth-child(3) h2 {
        color: #dc3545; /* Red for 'Reminders' */
    }

.navbar-brand, .nav-link {
    font-weight: 700; /* Make navigation items bolder */
}

.navbar-light .navbar-nav .nav-link {
    color: #007bff; /* Change this to adjust link colors */
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #0056b3; /* Darker shade on hover for better visibility */
    }
.container > main {
    padding-top: 4rem; /* Add space to account for the fixed navbar */
}


.btn-outline-primary {
    border: 2px solid #007bff;
}

.btn-primary, .btn-outline-primary {
    width: auto;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .btn-primary:hover, .btn-outline-primary:hover {
        background-color: #0056b3;
        border-color: #004085;
    }

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group {
    margin-bottom: 1rem;
}


.upload-box {
    border: 2px dashed #007bff; /* Dashed border for the upload area */
    border-radius: 10px; /* Rounded corners */
    padding: 30px;
    width: 80%;
    max-width: 400px; /* Adjust based on your layout */
    margin: 20px auto; /* Centering the box */
    cursor: pointer;
    background-color: #f8f9fa;
}

    .upload-box p {
        margin: 0;
        font-size: 1.2rem;
        color: #007bff;
    }

#fileName {
    display: block; /* Make filename display as block for better layout */
    margin-top: 10px;
}

/* Custom styles for language dropdown, if needed */
.navbar .dropdown-menu {
    right: 0; /* Ensure dropdown aligns right */
    left: auto; /* Override default left alignment */
}

.dropdown-item {
    color: #007bff; /* Adjust color to match your design */
}

    .dropdown-item:hover {
        background-color: #f8f9fa; /* Soft background on hover for visibility */
    }

.gdpr-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    padding: 15px;
    text-align: center;
    display: none; /* Initially hidden */
    z-index: 9999;
}

    .gdpr-banner a {
        color: #f8d210;
        text-decoration: underline;
    }

    .gdpr-banner button {
        margin-left: 10px;
    }


/* Navbar Dropdown Improvements */
.navbar .dropdown-menu {
    min-width: 280px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: none;
    padding: 0.5rem 0;
}

.navbar .dropdown-item {
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.navbar .dropdown-item:hover {
    background-color: #f8f9fa;
    padding-left: 1.75rem;
}

.navbar .dropdown-item i {
    width: 20px;
    text-align: center;
}

.navbar .dropdown-divider {
    margin: 0.5rem 0;
}

/* User dropdown styling */
.navbar #userDropdown {
    font-weight: 500;
}

/* Admin dropdown styling */
.navbar #adminDropdown {
    font-weight: 500;
}

/* Language dropdown compact styling */
.navbar .btn-outline-secondary {
    border-color: #dee2e6;
    color: #6c757d;
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
}

.navbar .btn-outline-secondary:hover {
    background-color: #f8f9fa;
    border-color: #adb5bd;
    color: #495057;
}

/* Navbar brand with icon */
.navbar-brand i {
    color: #0d6efd;
}

/* Nav link icons */
.nav-link i {
    opacity: 0.7;
}

.nav-link:hover i {
    opacity: 1;
}


/* Navbar Dropdown Improvements */
.navbar .dropdown-menu {
    min-width: 250px;
    padding: 0.5rem 0;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    border-radius: 0.375rem;
}

.navbar .dropdown-item {
    padding: 0.5rem 1.5rem;
    white-space: nowrap;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.navbar .dropdown-item:hover {
    background-color: #f8f9fa;
    padding-left: 1.75rem;
}

.navbar .dropdown-item i {
    width: 20px;
    text-align: center;
}

.navbar .dropdown-divider {
    margin: 0.5rem 0;
}

/* Navbar Brand Styling */
.navbar-brand {
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.navbar-brand i {
    font-size: 1.5rem;
}

/* Nav Link Styling */
.navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.navbar-nav .nav-link:hover {
    background-color: rgba(0,0,0,.05);
    border-radius: 0.25rem;
}

.navbar-nav .nav-link i {
    font-size: 0.9rem;
}

/* User Dropdown Styling */
#userDropdown {
    font-weight: 500;
}

/* Language Dropdown Button */
.navbar .btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d;
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
}

.navbar .btn-outline-secondary:hover {
    background-color: #6c757d;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .navbar .dropdown-menu {
        border: none;
        box-shadow: none;
        padding-left: 1rem;
    }
    
    .navbar-nav .nav-link {
        padding: 0.75rem 1rem;
    }
}
