﻿
.tab-content .tab-pane {
    display: none;
}

    .tab-content .tab-pane.active {
        display: block;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.welcome_name {
    text-align: right;
}

    .welcome_name h3 {
        font-size: 16px;
        color: #fff;
        margin: 0;
    }

.btn {
    padding: 17px 24px !important;
    border-radius: 6px;
    margin: 0 !important;
}

.head-btn1 {
    padding: 11px 21px !important;
}

.welcome_name h2 {
    font-size: 20px;
    color: #fff
}

.bottom_cookies {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 7px 10px;
    background: #000000a6;
    left: auto;
    right: auto;
    text-align: center;
    z-index: 999;
}

    .bottom_cookies p {
        margin: 0;
        color: #fff;
    }

    .bottom_cookies .cookies {
        padding: 4px 22px 7px 22px;
        margin-left: 10px;
        background: #0046BF;
        color: #fff;
        border-radius: 100px
    }

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1;
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
}

    .dropdown-menu li {
        list-style: none; /* Remove default list style */
    }

        .dropdown-menu li a {
            display: block;
            padding: 10px; /* Add padding for better spacing */
            text-decoration: none;
            color: #000; /* Adjust text color */
        }

            .dropdown-menu li a:hover {
                background-color: #f0f0f0; /* Change background color on hover */
            }

.dropdown:hover .dropdown-menu {
    display: block;
}

.owl-dot.active {
    background: #003B70 !important;
}

.owl-dot {
    background: #FDF026;
    width: 10px;
    display: inline-block;
    margin: 0 2px;
    height: 10px;
    border-radius: 100px;
}

.owl-dots {
    display: none !important;
}

.owl-dots {
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px;
}

#notification {
    position: relative;
}

.notifications {
    color: red;
    border-radius: 4px;
    font-size: 20px;
    display: block;
    text-align: center;
    margin-right: 18px;
    line-height: 37px;
}

.badge {
    background: green;
    color: white;
    border-radius: 42px;
    font-size: 11px;
    line-height: 1;
    padding: initial;
    font-weight: normal;
    position: absolute;
    top: -6px;
    right: 8px;
    z-index: 100;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-weight: 600;
}

.fa-bell {
    position: relative;
    display: inline-block;
}
















/*Optimsed CSS*/

/* Reset and base styles for consistency */
/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}*/

/* Container improvements */
/*.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}*/

/* Header stability */
/*.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}*/

/* Navigation improvements */
/*.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

    .nav-menu a {
        text-decoration: none;
        color: #333;
        padding: 8px 15px;
        transition: all 0.3s ease;
        font-weight: 500;
    }*/

/* Button consistency */
/*.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    background-clip: padding-box;
}

.btn-primary {
    background-color: #0066cc;
    color: white;
}

    .btn-primary:hover {
        background-color: #0052a3;
    }*/

/* Hero section improvements */
/*.hero {
    padding: 120px 0 80px;
    text-align: center;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
}

    .hero h1 {
        font-size: 2.5rem;
        margin-bottom: 20px;
        line-height: 1.2;
        font-weight: 700;
    }*/

/* Form control consistency */
/*input, select, textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s;
}

    input:focus, select:focus, textarea:focus {
        border-color: #0066cc;
        outline: none;
        box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
    }*/

/* Card consistency */
/*.card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }*/

/* Footer stability */
/*.footer {
    background-color: #2c3e50;
    color: white;
    padding: 40px 0;
}

    .footer a {
        color: #ecf0f1;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer a:hover {
            color: #3498db;
        }*/

/* Responsive improvements */
/*@media (max-width: 768px) {
    .nav-menu {
        flex-direction: column;
        padding: 10px 0;
    }

    .hero {
        padding: 100px 0 60px;
    }

        .hero h1 {
            font-size: 2rem;
        }
}*/

/* Animation consistency */
/*@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn 0.5s ease forwards;
}*/

/* Print styles */
/*@media print {
    .no-print {
        display: none !important;
    }

    body {
        background: none;
        color: black;
        font-size: 12pt;
    }
}*/
