/**
 * Admin Event Device Menu
 */

/* Main */
#appHeader .navbar .nav-device-heading-contents {
    color: #003366;
    padding: 25px 0 0 25px;
}

#appHeader .navbar-device.dropdown .textLabel {
    margin-left: 2px;
}

#appHeader .navbar-device .dropdown-menu-right {
    min-width: 400px;
    padding-bottom: 0;
    padding-right: 0;
}

.nav-device-heading {
    font-size: 24px;
    padding-right: 10px;
    margin-bottom: 10px;
    font-weight: bold; /* Make the heading bold */
}

.nav-device-info {
    padding-right: 10px;
    margin-bottom: 10px;
}

.nav-device-label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    font-size: 16px; /* Adjust font size */
}

.nav-device-icon-text {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-left: 20px;
}

.nav-device-text {
    font-size: 16px; /* Ensure the text size is consistent */
}

.nav-device-setup-button-container {
    position: relative;
    height: 42px;
}

.nav-device-setup-button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10001;
    display: block;
    background: #efefef;
    width: 150px;
    border-width: 2px 0 0 2px;
    border-color: #ffffff;
    border-style: solid;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    white-space: nowrap;
    font-size: 12px;
    padding: 11px 10px;
}