.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    color: #eeeeee;
    background-color: rgb(255, 0, 204);
}

.navbar-light .navbar-nav .nav-link {
    color: black;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255, 0, 204);
}

.underline-title {
    border-bottom: 6px solid var(--bs-primary);
}


body {
    background-color: rgba(255, 255, 255, 1.00);
}



.link-unstyled,
.link-unstyled:link,
.link-unstyled:hover {
    color: inherit;
    text-decoration: inherit;
}

.article-text {
    color: #6f6f6f;
    font-size: 14;
    font-weight: 400;
}

.nav-link {

    font-size: 14;
    font-weight: 500;
}


.article-title-card:hover {
    color: rgb(255, 0, 204);

}

.article-title {

    color: #000000;
}

.value-prop-images {
    margin-top: 1em;
    margin-bottom: 1em;
    max-height: 60%;
    width: auto;
}


.alert_nl_text {
    color: #6f6f6f;
    font-size: 14;
    font-weight: 400;

}

.article-image-preview {
    max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.badge {
    margin-top: 0.5em;

}




#video-background {
    min-width: 10%;
    min-height: 100%;
    z-index: -1;


}


.upgrade-needed {
    color: #d98d4f;
    font-size: 0.9em;
}

.upgrade-needed .fa-lock {
    margin-right: 5px;
}

img.nav-logo {
    max-width: 60px;
    margin: 5px;
}

.blurry-text {
    filter: blur(12px);
    user-select: none;
}

.boxed-icons {
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 60%;
}

.card {
    border-radius: 10px;
    /* Rounded corners for the monitor look */
    border: 3px solid #000;
    /* Simulate a monitor's bezel */
}

.video-monitor {
    position: relative;
    border: 12px solid #000;
    /* Simulate the bezel of a PC monitor */
    border-radius: 12px;
    /* Slightly rounded corners */
}

.monitor-stand {
    width: 20%;
    height: 20px;
    background-color: #000;
    margin: 0 auto;
    /* Center the stand under the monitor */
    border-radius: 0 0 4px 4px;
    /* Slightly rounded bottom edges */
}

/* Optional: Add a base to the stand for more detailed simulation */
.monitor-stand::after {
    content: '';
    display: block;
    width: 60%;
    height: 5px;
    background-color: #000;
    margin: 10px auto 0;
    /* Position the base right below the stand */
    border-radius: 5px;
}