﻿:root {
    --eh-green: #069c9e;
    --eh-pink: #e5326c;
    --eh-sand: #cc9428;
}


html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}
.main-menu {
    justify-content: flex-end;    
    margin-right: 50px;
}
.e-menu-wrapper {
    background-color: #fff;
    margin-right: 50px;
}
/*.e-menu-wrapper ul .e-menu-item {
    font-size: 18px;    
    line-height: 40px;
    color: red !important;
    font-weight: 500;
}
.e-menu-wrapper .e-menu .e-menu-item .e-menu-url, .e-menu-container .e-menu .e-menu-item .e-menu-url {
    color: red;
}*/

    .e-menu-wrapper .e-menu .e-menu-item .e-menu-url, .e-menu-container .e-menu .e-menu-item .e-menu-url {
        color: var(--eh-pink) !important;

    }
.e-menuitem.e-navigable:hover {
    background-color: var(--eh-sand); /* hover background */
}
.e-menuitem.e-navigable.e-focused {
    background-color: var(--eh-sand); /* hover background */
}
    /* ===== Base menu item text color ===== */
    .e-menu-wrapper ul .e-menu-item,
    .e-menu-wrapper ul .e-menu-item.e-menu-url {
        color: var(--eh-pink) !important; /* normal text color */
        font-weight: 500;
        font-size: 18px;
        text-decoration: none; /* remove underline for links */
    }

        #mnuMain .e-menu-item,
        #mnuMain .e-menu-item.e-menu-url {
            color: var(--eh-pink) !important; /* normal text color */
            font-weight: 500;
            font-size: 18px;
            text-decoration: none; /* remove underline for links */
        }

    /* ===== Hover & focus states ===== */
    .e-menu-wrapper ul .e-menu-item.e-selected.e-focused,
    .e-menu-wrapper ul .e-menu-item:hover,
    .e-menu-wrapper ul .e-menu-item.e-menu-url:hover {
        background-color: var(--eh-sand) !important; /* hover background */
        color: #ffffff !important; /* hover text color */
    }
        /* ===== Active / selected menu item ===== */
        .e-menu-wrapper ul .e-menu-item.e-selected,
        .e-menu-wrapper ul .e-menu-item.e-selected.e-menu-url {
            background-color: #2980b9;
            color: #ffffff;
        }

        /* ===== Disabled menu items ===== */
        .e-menu-wrapper ul .e-menu-item.e-disabled,
        .e-menu-wrapper ul .e-menu-item.e-disabled.e-menu-url {
            color: #999999;
            background-color: transparent;
            cursor: not-allowed;
        }

    /* ===== Popup sub-menu items ===== */
    .e-menu-wrapper.e-menu-popup .e-menu-item,
    .e-menu-wrapper.e-menu-popup .e-menu-item.e-menu-url {
        color: #2c3e50;
    }

        .e-menu-wrapper.e-menu-popup .e-menu-item:hover,
        .e-menu-wrapper.e-menu-popup .e-menu-item.e-menu-url:hover {
            background-color: var(--eh-green);
            color: #ffffff !important;
        }


.card.user-card {
    border-top: none;
    -webkit-box-shadow: 0 0 1px 2px rgba(0,0,0,0.05), 0 -2px 1px -2px rgba(0,0,0,0.04), 0 0 0 -1px rgba(0,0,0,0.05);
    box-shadow: 0 0 1px 2px rgba(0,0,0,0.05), 0 -2px 1px -2px rgba(0,0,0,0.04), 0 0 0 -1px rgba(0,0,0,0.05);
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 25px;
}

.card .card-header h5 {
    margin-bottom: 0;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.4;
}

.card .card-header + .card-block, .card .card-header + .card-block-big {
    padding-top: 0;
}

.user-card .card-block {
    text-align: center;
}

.card .card-block {
    text-align:center;
    padding: 25px;
}

.user-image {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    padding: 5px;
    width: 150px;
    min-height: 150px;
}

.user-image img {
    z-index: 20;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    overflow: hidden;
}

.partner-image img {        
    height: 150px;
    object-fit: cover;
    overflow: hidden;
}

.f-w-600 {
    font-weight: 600;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-15 {
    margin-top: 15px;
}

.card.user-card {
    height: 550px;
    max-height: 550px;
}
.card-user-card {
    height: 800px;
    max-height: 800px;
}
.card .card-block p {
    line-height: 1.4;    
}

.text-muted {
    color: #919aa3 !important;
}
.member-bio-container {
    min-height:400px;
    max-height: 400px;
    overflow-y: auto;
}
.member-bio-publications-icon-text-align {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem; /* Optional: adds space between icon and text */
    text-decoration: none; /* Optional: remove underline */
    color: inherit; /* Optional: inherit text color */
}
.project-card-title {
    min-height: 70px;
    max-height: 70px;
    overflow-y: clip;
}
.card-project-card {
    height: 700px;
    max-height: 700px;
}
.partner-bio-container {
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
}

.user-card .card-block .activity-leval li.active {
    background-color: #2ed8b6;
}

.user-card .card-block .activity-leval li {
    display: inline-block;
    width: 15%;
    height: 4px;
    margin: 0 3px;
    background-color: #ccc;
}

.user-card .card-block .counter-block {
    color: #fff;
}

.bg-c-blue {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.bg-c-green {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.bg-c-yellow {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.bg-c-pink {
    background: linear-gradient(45deg,#FF5370,#ff869a);
}

.m-t-10 {
    margin-top: 10px;
}

.p-20 {
    padding: 20px;
}

.user-card .card-block .user-social-link i {
    font-size: 30px;
}

.text-facebook {
    color: #3B5997;
}

.text-twitter {
    color: #42C0FB;
}

.text-dribbble {
    color: #EC4A89;
}
.header-social-container {
    background-image: url('/EqualHouse.Theme/images/header-background.png');
    width:300px;
    height:80px;
}
.footer-background {
    background-image: url('/EqualHouse.Theme/images/footer-background.png');
    width:100%;
    height:80px;
}
.footer-white-container {
    background-color: #fff;
    padding: 10px;
}
.footer-left-container {
    background-color: var(--eh-sand);
    padding: 10px;
}
.footer-middle-container {
    background-color: var(--eh-pink);
    padding: 10px;
}
.footer-right-container {
    background-color: var(--eh-green);
    padding: 10px;
}

.precarious-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;    
}
.precarious-table th {
    background-color: var(--eh-pink);
    text-align:center;
    padding: 5px;
    color: #fff;
}
.precarious-table td {
    color: #000;
    text-align: center;
    border: 1px solid var(--eh-pink);
}

.publication-page-banner {
    background-color: var(--eh-pink);
    padding: 20px;
    text-align: center;
    color: #fff;
}
.publication-list-image {
    width: 100%;
}
.publication-list-date {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    color: gray;
}
.publication-list-title a {
    text-decoration: none;
    text-transform: capitalize;
}

.footer-horizontal-centered {
    display: flex;
    justify-content: center; /* horizontal */    
}

.footer-centered {
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center; /* vertical */
    height: 60%;
}

.card-bg-pink {
    background-color: var(--eh-pink);
    color: #fff;
}
.card-bg-green {
    background-color: var(--eh-green);
    color: #fff;
}
.card-bg-sand {
    background-color: var(--eh-sand);
    color: #fff;
}