.content-master {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
}

.navbar-main {
    width: 100%;
    min-height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #181818;
    padding: 15px 40px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.navbar-nav .nav-item {
    margin-right: 15px;
}

.navbar-nav .nav-link {
    color: white !important;
    font-weight: 500;
    padding: 10px 15px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #f7d935 !important;
}

.icons .btn {
    color: white;
    background: transparent;
    border: none;
    font-size: 20px;
}

.icons .btn:hover {
    color: #f7d935;
}

/* notification-bar */
.notification-bar {
    width: 100%;
    background-color: #181818;
    color: white;
    text-align: center;
    padding: 12px;
    font-weight: bold;
    border-bottom: 3px solid #f7d935;
}

.notification-bar a {
    color: #f7d935;
    text-decoration: none;
}

.notification-bar a:hover {
    text-decoration: underline;
}
