﻿/*FONT STYLES*/
.conxus-font {
    font-family: var(--global-font-family);
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: var(--global-letter-spacing);
    text-align: left;
    color: var(--typography-black);
}

.habit-day i{
    cursor:pointer !important;
}

.conxus-font.bold {
    font-weight: bold;
}

.conxus-font.medium {
    font-weight: 500;
}

.conxus-font.xlarge, .material-symbols-outlined.xlarge {
    font-size: 56px;
}
/*.conxus-font.xlarge.bold {
    font-weight:bold;
}*/

.conxus-font.large, .material-symbols-outlined.large {
    font-size: 40px;
}

/*.conxus-font.large.bold {
    font-weight: bold;
}*/

.conxus-font.medium, .material-symbols-outlined.medium {
    font-size: 32px;
}

/*.conxus-font.medium.bold {
    font-weight: bold;
}*/

.conxus-font.small-medium, .material-symbols-outlined.small-medium {
    font-size: 24px;
}

/*.conxus-font.small-medium.bold {
    font-weight: bold;
}*/

.conxus-font.small, .material-symbols-outlined.small {
    font-size: 20px;
}

/*.conxus-font.small.bold {
    font-weight: bold;
}*/

.conxus-font.xsmall, .material-symbols-outlined.xsmall {
    font-size: 16px;
}
.conxus-font.ysmall, .material-symbols-outlined.ysmall {
    font-size: 13px;
}

/*.conxus-font.xsmall.bold {
    font-weight: bold;
}*/
.conxus-font.xxsmall, .material-symbols-outlined.xxsmall {
    font-size: 8px;
}
@media only screen and (max-width:1280px) {
    .conxus-font.xlarge, .material-symbols-outlined.xlarge {
        font-size: 38px;
    }

    .conxus-font.large, .material-symbols-outlined.large {
        font-size: 28px;
    }
}

    @media only screen and (max-width:480px) {
        .conxus-font.xlarge, .material-symbols-outlined.xlarge {
            font-size: 32px;
        }

        .conxus-font.large, .material-symbols-outlined.large {
            font-size: 24px;
        }

        .conxus-font.medium, .material-symbols-outlined.medium {
            font-size: 20px;
        }

        .conxus-font.small-medium, .material-symbols-outlined.small-medium {
            font-size: 18px;
        }

        .conxus-font.small, .material-symbols-outlined.small {
            font-size: 16px;
        }

        .conxus-font.xsmall, .material-symbols-outlined.xsmall {
            font-size: 12px;
        }
    }

    .comment-more-link {
        font-weight: bold;
        margin-left: 50px;
    }


    /*CALENDAR STYLES*/
    .calendar-badge {
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px; /* same as height */
        border-radius: 50%;
    }

    @media only screen and (max-width:480px) {
        .calendar-badge {
            height: 30px;
            width: 30px;
            line-height: 30px; /* same as height */
        }
    }

    .calendar-header {
        font-size: 24px;
        margin-top: 15px;
    }

    @media screen and (max-width:480px) {
        .calendar-header {
            font-size: 20px;
            margin-top: 20px;
        }
    }

    /*END CALENDAR STYLES*/

    /*Icon buttons*/

    .icon-button {
        width: 30px;
        height: 30px;
        margin-top: 20px;
        border: none;
        background-color: transparent;
    }

        .icon-button:focus {
            outline: none;
        }

        .icon-button.small {
            width: 15px;
            height: 15px;
            margin-top: 5px;
            border-color: dimgray
        }

        .icon-button.medium {
            width: 20px;
            height: 20px;
            margin-top: 5px;
            border-color: dimgray
        }

        .icon-button.large {
            width: 50px;
            height: 50px;
            margin-top: 5px;
            border-color: dimgray
        }

    @media only screen and (max-width:480px) {
        .icon-button {
            margin-right: 10px;
            width: 25px;
            height: 25px;
            border-color: transparent
        }
    }

    /*STANDARD ELEMENT OVERRIDES*/

    input[type=checkbox] {
        border: 0;
        margin: 0 5px 0 5px;
        /*    width: 1em;
    height: 1em;*/
        width: 30px;
        height: 30px;
    }

    input[type=radio] {
        border: 0px;
        margin: 2px 2px 2px 2px;
        width: 1em;
        height: 1em;
    }

    textarea {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    @media only screen and (max-width:480px) {
        input[type='checkbox'] {
            width: 30px;
            height: 30px;
            background: white;
            border-radius: 5px;
            border: 2px solid #555;
        }

        input[type='checkbox'].small-checkbox {
            width: 20px;
            height: 20px;
            background: white;
            border-radius: 5px;
            border: 2px solid #555;
        }

        .people-card input[type='checkbox'] {
            margin: 0px !important;
        }

        .list-item-row input[type='checkbox'] {
            width: 30px;
            height: 30px;
            background: white;
            border-radius: 5px;
            border: 2px solid #555;
        }
    }

    input:hover, input:focus {
        background-color: white;
        border: 1px solid darkblue;
        color: #000000;
    }

    select:hover, select:focus {
        background-color: white;
        border: 1px solid darkblue;
        color: #000000;
    }

    textarea:hover, textarea:focus {
        background-color: white;
        border: 1px solid darkblue;
        color: #000000;
    }

    /*END STANDARD ELEMENT OVERRIDES*/

    /*STANDARD SECTION STYLES*/
    .header-section {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .contributor-section {
        margin-bottom: 10px;
    }

    /*.detail-section {
    margin-bottom: 10px;
}*/

    .action-section {
        margin-bottom: 10px;
        align-items: center;
    }

.filter-section {
    display: block;
    padding: 6px 8px;
    gap: 6px; /* tighten between rows */
}


.content-page select,
.content-page input {
    height: 32px; /* currently looks like 40–44px */
    font-size: 13px;
    padding: 2px 6px;
}

.content-page .search-bar-button,
.content-page .icon-button {
    width: 32px;
    height: 32px;
    font-size: 16px;
    padding: 0;
}

    @media only screen and (max-width:480px) {
        .search-section {
            width: 100%;
        }
    }

    .content-section.journal {
        background-color: var(--greyscale-grey-06);
    }



    /*END STANDARD SECTION STYLES*/


    /*SITE MASTER STYLES*/

    #main {
        transition: margin-left .5s; /* If you want a transition effect */
        padding: 0px;
        margin: 0px;
    }

    .container-fluid {
        overflow: hidden;
        width: 100%;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }

.jumbotron1 {
    right: 0;
    height: auto;
    padding: 0 20px 20px 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: auto;
    background-color: var(--left-panel);
/*    margin-left: 200px;*/
    margin-bottom: 0px;
}

        .jumbotron1.login {
            margin-left: 0px;
            padding: 0px;
        }

    /*RELEVANT TO LEFT NAV MENU VISIBILITY*/
    @media only screen and (max-width:1024px) {
        .jumbotron1 {
            margin-left: 0px;
        }
    }

    @media only screen and (max-width:768px) {
        .jumbotron1 {
            padding: 0px 0 0 0;
            margin-left: 0;
        }

            .jumbotron1.login {
                padding: 0px;
            }
    }

    @media only screen and (min-width: 0px) and (max-width: 312px) {
        .my-textbox.comment-textbox {
            min-width: 50% !important;
            height: 75px !important;
            scrollbar-width: none;
        }
    }

    @media only screen and (min-width: 312px) and (max-width: 480px) {
        .my-textbox.comment-textbox {
            min-width: 70% !important;
            height: 75px !important;
            scrollbar-width: none;
        }
    }

    @media only screen and (min-width: 480px) and (max-width: 720px) {
        .my-textbox.comment-textbox {
            min-width: 80% !important;
            height: 75px !important;
            scrollbar-width: none;
        }
    }


    @media only screen and (max-width:480px) {
        .jumbotron1 {
            padding: 0px 0px 50px;
            margin-left: 0;
        }

            .jumbotron1.login {
                padding: 0px;
            }
    }

    .status-button {
        width: 150px;
        margin-left: 25px;
    }

    .modal.fade.show:not(.top-modal) {
        filter: blur(3px);
    }

    .top-nav-widget-bar {
        height: 40px;
    }

    .logo .a {
        color: black;
        padding-right: 0px;
    }

    .logo-icon {
        width: 30px !important;
        height: 30px !important;
        margin-left: 10px;
        margin-right: 5px;
    }

    .logo:hover {
        cursor: pointer;
    }

    .logo-icon:hover {
        cursor: pointer;
    }


    @media screen and (max-width:480px) {
        .logo-icon {
            margin-left: 0px;
        }
    }

    /*Used for left nav menu*/
    .menu-button {
        margin-right: 10px;
        width: 15px;
        height: 15px;
        font-size: 16px;
        border-color: dimgray;
    }


    @media screen and (max-width:480px) {
        .HideInMobile {
            display: none;
        }
    }

    @media screen and (max-width:900px) {
        .HideInTablet {
            display: none;
        }
    }

    /* Large devices (laptops/desktops, 992px and up) */
    @media only screen and (min-width: 992px) {
        .HideOnDesktop {
            display: none;
        }
    }

    @media only screen and (min-width: 600px) {

        .ShowInMobile {
            display: none;
        }
    }

    @media only screen and (max-width:480px) {

        .ShowInMobile {
            display: block;
        }

        .status-button {
            width: 100px;
            margin-left: 15px;
        }
    }

    .top-nav-spacer {
        flex: 1;
    }

    @media only screen and (max-width: 340px) {
        .top-nav-spacer {
            flex: none;
        }
    }

    .top-nav-button {
        height: 40px;
        width: 40px;
        background-color: white;
        border-style: none;
        margin-left: 9px;
    }

        .top-nav-button:focus {
            outline: none !important;
            box-shadow: none !important;
        }

        .top-nav-button:hover {
            cursor: pointer;
        }

        .top-nav-button:active {
            transform: translateY(2px);
        }

        .top-nav-button.user-avatar {
            display: flex;
            border-radius: 50%;
            margin-left: 15px;
        }

    .material-symbols-outlined.nav-bar-icon {
        margin-right: 15px;
        font-size: 30px;
        margin-top: 6px;
    }

    @media only screen and (max-width: 480px) {
        .material-symbols-outlined.nav-bar-icon {
            margin-top: 5px;
            font-size: 24px;
        }

            .material-symbols-outlined.nav-bar-icon.large {
                margin-top: 5px;
                font-size: 36px;
            }

        .top-nav-button.user-avatar {
            margin-top: 5px;
        }
    }

    @media only screen and (max-width: 450px) {
        .material-symbols.outlined.nav-bar-icon {
            font-size: 24px;
        }

        .top-nav-button {
            height: 26px;
            width: 26px;
            margin-left: 8px;
        }
    }

    @media only screen and (max-width: 360px) {
        .material-symbols.outlined.nav-bar-icon {
            font-size: 24px;
        }

        .top-nav-button {
            height: 24px;
            width: 24px;
            margin-left: 5px;
        }
    }

    @media only screen and (max-width: 320px) {
        .material-symbols.outlined.nav-bar-icon {
            font-size: 18px;
        }

        .top-nav-button {
            height: 24px;
            width: 24px;
            margin-left: 5px;
        }
    }

    .top-nav {
        width: 100%;
        height: 64px;
        padding: 10px;
        display: none;
        background-color: var(--typography-white);
        box-shadow: 0px 3px 15px -4px rgba(17, 17, 15, 0.12);
    }

    .logo {
        width: 150px;
        padding: 3.5px 0 3.5px 0;
        font-family: var(--global-font-family);
        font-size: 24px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.05;
        letter-spacing: var(--global-letter-spacing);
        text-align: left;
        color: #191d21;
    }

    @media only screen and (max-width:481px) {
        .logo {
            font-size: 18px;
            width: auto;
        }
    }

    /*left nav menu*/
    /* The sidepanel menu */

    .sidepanel-menu {
        position: fixed;
        /*    top: 74px;*/
        top: 40px;
        bottom: 0px;
        width: 200px;
        display: block;
        background-color: var(--typography-white);
        padding-top: 60px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
        margin: 10px;
        overflow-x: hidden; /* Disable horizontal scroll */
        z-index: 1; /* Stay on top */
        overflow-y: scroll;
    }

    /* Media Query for Laptops and Desktops */
    @media only screen and (min-width: 1025px) and (max-width: 1280px) {
        .sidepanel-menu {
            padding-top: 20px; /* Place content 30px from the top */
        }
    }

    @media only screen and (min-width: 600px) and (max-width: 1024px) {
        .sidepanel-menu {
            padding-top: 20px; /* Place content 30px from the top */
            display: none;
            /* width: 100%;*/
            margin-bottom: 57px;
        }
    }
    /* Media Query for Tablets Ipads portrait mode */
    @media only screen and (min-width: 768px) and (max-width: 1215px) {
        .sidepanel-menu {
            padding-top: 20px; /* Place content 30px from the top */
            display: none;
            /* width: 100%;*/
        }
    }


    /* Media Query for low resolution  Tablets, Ipads */
    @media only screen and (min-width: 481px) and (max-width: 767px) {
        .sidepanel-menu {
            left: 0;
            display: none;
            padding-top: 20px; /* Place content 30px from the top */
        }
    }

    /* Media Query for Mobile Devices */
    @media only screen and (max-width: 480px) {
        .sidepanel-menu {
            left: 0;
            width: 100%;
            display: none;
            padding-top: 20px; /* Place content 30px from the top */
        }
    }

.word-management-container {
    display: flex;
    flex-direction: column;
    height: 100%; /* or 100vh if you want full screen height */
}

    .word-management-container > .content-section {
        flex: 1;
        max-height: calc(100vh - 140px); /* adjust 140px to height of header */
        overflow-y: auto;
    }


    /* The sidepanel links */
    .sidepanel-menu a {
        text-decoration: none;
        display: block;
        transition: 0.3s;
    }

        /* When you mouse over the navigation links, change their color */
        .sidepanel-menu a:hover {
            color: black;
        }


    /* left nav menu items*/
    .menu-item {
        font-size: 20px;
        font-family: var(--global-font-family);
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: var(--global-letter-spacing);
        padding: 2px 0 2px 10px;
        margin-bottom: 20px;
        text-align: left;
        color: var(--greyscale-grey-01);
        width: 100%;
    }

    .menu-divider {
        margin-top: 0px;
        display: none;
    }

    .menu-spacer {
        height: 20px;
    }

    .landing-page {
        height: 100vh;
        display: flex;
        flex-direction: column;
    }


    .menu-item:hover {
        color: var(--greyscale-grey-04);
        font-weight: bold;
        cursor: pointer;
    }

    @media only screen and (max-height: 1200px) {
        .menu-item {
            margin-bottom: 3px;
            padding: 2px 0 2px 10px;
            font-size: 18px;
        }
    }

    @media only screen and (max-height: 820px) {
        .menu-item {
            margin-bottom: 3px;
            padding: 2px 0 2px 10px;
            font-size: 16px;
        }
    }

@media only screen and (max-width: 480px) {
    .menu-item {
        margin-bottom: 5px;
        padding: 5px 0 5px 10px;
        font-size: 16px;
    }

    .menu-header {
        font-size: 14px;
    }


}

        @media (max-width: 768px) {
            .my-landing-page {
                flex-direction: column;
                text-align: center;
            }

            .landing-page-image-container img {
                max-width: 180px; /* smaller logo for mobile */
                margin-bottom: 20px;
            }
        }
.my-landing-page {
    gap: 40px; /* spacing between logo and text */
    padding: 60px 5%;
}

/* If you still see it, overlap the image by 1px */
.landing-page-image-container img {
    width: calc(100% + 2px);
    margin-left: -1px;
}
.landing-page-image-container {
    width: clamp(140px, 18vw, 240px); /* <= pick your max here */
    height: auto;
    flex: 0 0 auto;
    display: flex;
    align-self: center;
    align-items: center; /* vertical center */
    justify-content: center; /* horizontal center */
    margin: 0 auto; /* <-- this centers the entire container in its parent */
}


.landing-logo {
    width: 100% !important;
    height: auto !important;
    max-width: 240px !important; /* ensures hard cap */
    display: block;
}

        @media (max-width: 480px) {
            #landing_page_content1.my-landing-page {
                flex-direction: column;
                align-items: center;
                justify-content: flex-start;
                padding: 12px 16px 0;
                gap: 10px;
            }

/*            .landing-page-image-container {
                display: none;
            }*/

            /* tighten headline */
            #landing_page_content1 .conxus-font.large {
                font-size: 1rem;
                line-height: 1.4;
            }

            /* pull carousel up */
            .cx-carousel {
                margin-top: 8px !important;
            }
        }
    }

    .menu-item.active {
        font-weight: bold;
        background-color: var(--background-light-purple);
        border-left-style: solid;
        border-left-color: var(--primary-color);
        color: var(--colors-primary);
    }

    .menu-header {
        font-size: 20px;
        font-family: var(--global-font-family);
        color: var(--label);
        font-weight: bold;
        font-stretch: expanded;
        line-height: 2;
        letter-spacing: var(--global-letter-spacing);
        margin-bottom: 0px;
        margin-left: 5px;
        margin-top: 15px;
        text-align: left;
        width: 100%;
    }

    /*left nav individual menu items*/

    #home_menu {
        display: block;
    }

    #profile_menu {
        display: none
    }

    #bookmark_menu {
        display: none;
    }

    #community_menu {
        display: block;
    }

    #habit_main_menu {
        display: block;
    }

    #collections_menu {
        display: none;
    }

    #sharing_menu {
        display: block;
    }

    #list_menu {
        display: block;
    }

    #journal_main_menu {
        display: block;
    }

    #recipe_menu {
        display: block;
    }

    #signout_menu {
        display: block;
    }

    @media (max-width: 768px) {
        #recipe_menu {
            display: none;
        }

        #habit_main_menu {
            display: none;
        }

        #home_menu {
            display: none;
        }

        #collections_menu {
            display: block;
        }

        #journal_main_menu {
            display: none;
        }

        #list_menu {
            display: none;
        }

        #sharing_menu {
            display: none;
        }

        #profile_menu {
            display: block
        }

        #bookmark_menu {
            display: block;
        }
    }

    .disabled-button {
        background-color: #d3d3d3 !important;
        color: #000000 !important;
        cursor: not-allowed !important;
    }

    /*Mobile menu bar*/
    .conxus-bottom-menu {
        overflow: hidden;
        background-color: white;
        position: fixed;
        bottom: 0;
        /*    width:100%;*/
        right: 0;
        height: 55px;
        padding-top: 5px;
        left: 0;
        display: none;
    }

    @media only screen and (max-width: 1024px) {
        .conxus-bottom-menu {
            display: flex;
        }
    }

    /* Media Query for low resolution  Tablets, Ipads */
    @media (min-width: 481px) and (max-width: 768px) {
        .conxus-bottom-menu {
            display: flex;
        }
    }

    /* Media Query for Mobile Devices */
    @media (max-width: 480px) {
        .conxus-bottom-menu {
            display: flex;
        }
    }

    /*END SITE MASTER STYLES*/


    /*RSVP BUTTONS*/

    .rsvp-button {
        display: block;
    }

    .mobile-rsvp-button {
        display: none;
        font-size: 14px;
    }

    @media only screen and (max-width:1700px) {

        .mobile-rsvp-button {
            display: block;
            font-size: 14px;
        }

        .rsvp-button {
            display: none;
        }
    }

    /*END RSVP BUTTONS*/

    .deep-link-cover {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: var(--background-light-purple);
        z-index: 9999;
    }

    /*MY DEFAULT STANDARD ELEMENTS STYLES*/

    .my-label {
        text-align: right;
        padding-right: 10px;
        margin-top: 10px;
        font-size: medium;
        font-weight: bold;
    }

    .my-textarea {
        width: -webkit-fill-available;
        font-size: 18px;
        height: 6em;
        font-family: var(--global-font-family);
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 24px;
        letter-spacing: var(--global-letter-spacing);
        text-align: left;
        padding: 12px 20px 12px 12px;
        margin: 8px 0;
        border: 1px solid #ccc;
        border-radius: 8px;
        min-width: 100%;
        box-sizing: border-box;
    }

    .my-textbox {
        width: -webkit-fill-available;
        font-size: 18px;
        height: 44px !important;
        font-family: var(--global-font-family);
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 24px;
        letter-spacing: var(--global-letter-spacing);
        text-align: left;
        padding: 12px 20px;
        margin: 8px 0;
        border: 1px solid #ccc;
        border-radius: 5px;
        min-width: 100%;
        box-sizing: border-box;
    }

        .my-textbox.comment-textbox {
            min-width: 0%;
            height: 75px !important;
            scrollbar-width: none;
        }


.my-textbox-short {
    padding: 12px 20px;
    margin: 8px 0;
    height: 40px !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

    .my-textbox.limited {
        flex: 1;
        min-width: 50%;
    }

    @media only screen and (max-width:1024px) {
        .my-textbox.limited {
            flex: 0;
            min-width: 75%;
        }
    }

    @media only screen and (max-width:480px) {

        .my-textbox {
            font-size: 18px;
            height: 40px !important;
        }

            .my-textbox.limited {
                flex: 0;
                max-width: 65%;
            }
    }

    .my-checkbox {
        border: 0;
        margin: 2px 2px 2px 2px;
        width: 1em;
        height: 1em;
    }

        .my-checkbox input[type="checkbox"] {
            margin-right: 5px;
        }

    .my-dropdownlist {
        /*font size is small-medium*/
        height: 40px;
        border-radius: 4px;
        padding-left: 5px;
        font-size: 16px;
        font-family: var(--global-font-family);
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 16px;
        letter-spacing: var(--global-letter-spacing);
        text-align: left;
        color: var(--typography-black);
    }

    @media only screen and (max-width:480px) {
        .my-dropdownlist {
            /*font size is small-medium*/
            font-size: 16px;
            height: 40px;
        }
        /*        .recipes-container .my-dropdownlist {
            margin-top: 5px !important;
            width: 46% !important;
        }*/
    }

    .my-dropdown-label {
        font-size: 20px;
        margin-right: 5px;
    }

    @media only screen and (max-width:480px) {
        .my-dropdown-label {
            font-size: 15px;
        }
    }

    /*END MY DEFAULT STANDARD ELEMENTS STYLES*/

    /*TWITTER TEXTBOX STYLES*/

    .twitter-typeahead > input {
        width: 100% !important;
        height: 30px;
    }


    .twitter-typeahead {
        width: 100% !important;
    }

    .tag-field-container .twitter-typeahead {
        width: 89% !important;
    }

    .tag-field-container .twitter-typeahead {
        width: 89% !important;
    }

    .tt-dropdown-menu {
        width: 102%;
    }

    .typeahead, .tt-query, .tt-hint {
        border: 2px solid #CCCCCC;
        border-radius: 8px;
        font-size: 22px; /* Set input font size */
        height: 30px;
        line-height: 30px;
        outline: medium none;
        padding: 8px 12px;
        width: 396px;
    }

.tt-hint {
    display: none !important;
}

    .typeahead {
        background-color: #FFFFFF;
        margin-top: 10px;
    }

        .typeahead:focus {
            border: 2px solid #0097CF;
        }

    .tt-query {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    }

    .tt-hint {
        color: #999999;
    }

    .tt-menu {
        background-color: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        margin-top: 12px;
        padding: 8px 0;
        width: 422px;
    }

    .tt-suggestion {
        font-size: 22px; /* Set suggestion dropdown font size */
        padding: 3px 20px;
    }

        .tt-suggestion:hover {
            cursor: pointer;
            background-color: #0097CF;
            color: #FFFFFF;
        }

        .tt-suggestion p {
            margin: 0;
        }

    /*END TWITTER TEXTBOX STYLES*/

    /*QUICK ADD STYLES*/
    .quick-add-text {
        margin-top: 13px;
        width: 225px;
        height: 40px;
        color: black;
        font-size: medium;
        border-radius: 10px;
        padding-left: 10px;
    }

    .quick-add-button:focus {
        outline: none;
    }

    .quick-add-button.focus {
        outline: none;
    }

    .quick-add-radio-button {
        margin-left: 10px;
        margin-right: 15px;
    }

        .quick-add-radio-button.last {
            margin-right: 0px !important;
        }

    @media screen and (max-width:480px) {
        .quick-add-radio-button {
            margin-left: 5px !important;
            margin-right: 10px !important;
        }

            .quick-add-radio-button.last {
                margin-left: 5px !important;
                margin-right: 0px !important;
            }
    }

    /*END QUICK ADD STYLES*/

    /*MISCELLANEOUS STYLES*/
    @media only screen and (max-width: 480px) {
        .search-results {
            width: 100%;
        }
    }


    .popup-form-section-column {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
    }

    .popup-form-section-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }
/* 1) Keep the input row on one line and vertically centered */
/* 1) Any input row stays on one line */
.edit-popup-section .popup-form-section-row.align-elements {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    width: 100%;
}

    /* 2) Fixed/natural width for small boxes like quantity */
    .edit-popup-section .popup-form-section-row.align-elements .quantity-widget {
        flex: 0 0 56px; /* adjust as you like */
        min-width: 56px;
    }

    /* 3) Let typeahead occupy the remaining space (handles nested wrappers) */
    .popup-form-section-row.align-elements .twitter-typeahead {
        display: flex !important; /* override inline-block */
        flex: 1 1 0% !important; /* take leftover space */
        min-width: 0; /* allow shrinking */
        width: 100%; /* pass width through nested wrappers */
        max-width: none !important; /* clear caps */
    }

        /* 4) Visible input fills its wrapper (clear any global max-width) */
        .edit-popup-section .popup-form-section-row.align-elements .twitter-typeahead .tt-input,
/*        .edit-popup-section .popup-form-section-row.align-elements input.edit-form-text,
        .edit-popup-section .popup-form-section-row.align-elements input.my-textbox*/ {
            flex: 1 1 auto;
            width: 100% !important;
            max-width: none !important;
            box-sizing: border-box;
            height: 40px; /* match your control height */
        }

    /* 5) Keep icons natural size on the same line */
    .edit-popup-section .popup-form-section-row.align-elements .add-another-icon,
    .edit-popup-section .popup-form-section-row.align-elements .error-icon {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        line-height: 1;
    }

/* keep icons natural size */
.add-another-icon {
    flex: 0 0 auto;
}




    .draggable {
        cursor: move;
    }

        .draggable.dragging {
            opacity: .5;
        }

    hr.divider {
        border: .5px solid lightgrey;
        margin: 0px 2px 0px 2px;
        display: block;
    }

        hr.divider.thick {
            border: 3px solid darkgrey;
            margin: 0px;
        }

        hr.divider.medium {
            border: 2px solid darkgrey;
            margin: 0px;
        }

    .my-float {
        margin-top: 8px;
    }

    .edit-photo-link {
        text-align: center;
        color: blue;
        margin-bottom: 10px;
    }

    .edit-popup-section {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .edit-widget {
        margin-bottom: 24px;
    }

    @media screen and (max-width:580px) {
        .edit-popup-section {
            display: block;
            flex-direction: column;
            flex-wrap: wrap;
            width: 100%;
        }

        .edit-widget {
            margin-bottom: 5px;
        }
    }


    .vertical-scrollable-region {
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
    }

    @media screen and (max-width:480px) {
        .vertical-scrollable-region {
            height: auto;
        }
    }

    .mobile-filter {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
    }

    .mobile-filter-widget {
        margin-left: 0px;
    }

    .my-hint {
        color: var(--greyscale-grey-01);
        font-size: small;
        margin-top: 2px;
    }

    .required-field-indicator {
        color: var(--alert);
        text-align: left;
    }

.error-label {
    margin-top: 5px;
    font-size: medium;
    color: var(--alert)
}

.my-validator {
    color: var(--alert);
    text-align: left;
}

    /*END MISCELLANEOUS STYLES*/

    /* BUTTON STYLES*/
    .add-new-button {
        position: fixed;
        width: 56px;
        height: 56px;
        bottom: 65px;
        right: 16px;
        background-color: var(--background-light-purple);
        color: var(--greyscale-grey-01);
        border-radius: 50px;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
        touch-action: none; /* IMPORTANT: allow dragging on touch */
        user-select: none;
        display: none;
    }

        .add-new-button:active {
            transform: translateY(4px);
        }

        .add-new-button:focus {
            outline: none;
        }

    .info-button {
        margin-right: 15px;
        font-size: 24px;
    }

        .info-button:hover {
            cursor: pointer;
        }

    @media only screen and (max-width: 768px) {
        .add-new-button {
            display: block;
        }
    }

    @media only screen and (max-width: 480px) {
        .add-new-button {
            display: block;
        }
    }


    /*.modal-backdrop.show {
    opacity: 0.5;
}

.modal.fade.show:not(:last-of-type) {
    filter: blur(3px);
}
*/

    /*.modal:nth-of-type(2) .modal-content {
    border: 3px solid #007bff;
}*/

    /*.modal-backdrop:nth-of-type(2) {
    background-color: rgba(0, 0, 0, 0.75);
}*/

    button:focus {
        outline: none;
    }

    .large-button {
        width: 140px;
        height: 40px;
        margin-left: 16px;
        padding: 8px 12px 8px 12px;
        border-radius: 12px;
        text-align: center;
        white-space: nowrap;
        color: black;
        background-color: var(--typography-white);
    }

    @media only screen and (max-width: 481px) {
        .large-button {
            width: 110px;
            height: 40px;
            margin-left: 12px;
            padding: 6px 10px 6px 10px;
        }

        .button-label {
            font-size: 12px;
        }
    }

    @media only screen and (max-width: 365px) {
        .large-button {
            width: 100px;
            height: 40px;
            margin-left: 10px;
            padding: 4px 10px 4px 10px;
        }

        .button-label {
            font-size: 10px;
        }
    }

    @media only screen and (max-width: 340px) {
        .large-button {
            width: 80px;
            height: 40px;
            margin-left: 8px;
            padding: 4px 8px 4px 8px;
        }

        .button-label {
            font-size: 8px;
        }
    }


    .large-button:focus {
        outline: none;
    }

    .large-button:active {
        transform: translateY(4px);
    }

    .medium-button {
        width: auto;
        height: 30px;
        font-size: 12px;
        margin: 0 8px 0 0;
        padding: 1px 8px 4px 8px;
        border-radius: 6px;
        white-space: nowrap;
        color: black;
        background-color: var(--typography-white);
    }

.small-button {
    width: auto;
    height: 40px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 16px 0 0;
    padding: 0 16px 0 16px;
    border-radius: 6px;
    border: .5px solid var(--important-button);
    white-space: nowrap;
    color: black;
    background-color: var(--typography-white);
}

    @media only screen and (max-width:480px) {
        .small-button {
            height: 40px;
            font-size: 16px;
        }
    }

    .small-button:focus {
        outline: none;
    }

.important-button {
    background-color: var(--important-button);
    color: var(--important-text);
    border: none;
}

    .small-button:hover {
        background: #C7DDF2;
        border-color: #7AAED4;
        color: var(--important-text);
        border: none;
        transform: scale(1.05);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    }


    /*END BUTTON STYLES*/

    /*MANAGE OBJECT STYLES*/
    .manage-object-title {
        font-size: 18px;
        font-family: var(--global-font-family);
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.08;
        letter-spacing: var(--global-letter-spacing);
        text-align: left;
        color: var(--typography-black);
    }

        .manage-object-title.manage-object-body {
            font-weight: normal;
        }

    .manage-object-item {
        /*        height:30px;*/
        padding: 10px;
    }
    /*END MANAGE OBJECT STYLES*/


    /*HORIZONTAL MENU STYLES*/
    .horizontal-menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #333333;
    }

    .horizontal-menu li {
        float: left;
        font-size: medium;
    }


        .horizontal-menu li a {
            display: block;
            color: white;
            text-align: center;
            padding: 16px;
            text-decoration: none;
        }

            .horizontal-menu li a:hover {
                background-color: #111111;
            }

    .c-horizontal-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
    }

        .c-horizontal-menu.icon-menu {
            height: auto;
            flex-wrap: wrap;
            margin-left: 0px;
            margin-bottom: 32px;
            padding-left:30px;
        }
@media only screen and (max-width: 1024px) {
    .c-horizontal-menu.icon-menu {
        padding-left: 10px;
    }
}

    @media only screen and (max-width: 480px) {
        .c-horizontal-menu {
            overflow-x: scroll;
        }


    }


    .c-horizontal-menu-button.active {
        background-color: var(--typography-white);
        font-weight: bold;
        box-shadow: 0px 4px 20px rgba(17, 17, 15, 0.12);
        color: var(--colors-primary);
    }

    .c-horizontal-menu-button-small.active {
        border-bottom-color: var(--colors-primary);
        border-bottom-style: solid;
        font-weight: bold;
        color: black;
    }

    .c-horizontal-menu-button {
        padding: 15px;
        width: auto;
        height: 50px;
        margin: 2px;
        border-radius: 8px;
        font-size: 20px;
        font-family: var(--global-font-family);
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.08;
        letter-spacing: var(--global-letter-spacing);
        text-align: center;
        color: var(--greyscale-grey-03);
    }

    @media only screen and (max-width: 480px) {
        .c-horizontal-menu-button {
            font-size: 14px;
            padding: 15px 10px 10px 10px;
        }
    }

    .c-horizontal-menu-button-small {
        font-weight: bold;
        padding-top: 5px;
        padding-left: 2px;
        padding-right: 2px;
        font-family: var(--global-font-family);
        font-size: 16px;
        width: auto;
        height: 30px;
        color: var(--greyscale-grey-03);
    }

    .c-horizontal-menu-button-medium {
        font-weight: bold;
        padding-top: 5px;
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 25px;
        font-family: var(--global-font-family);
        border-color: transparent;
        font-size: 20px;
        width: auto;
        height: 30px;
        color: var(--greyscale-grey-03);
    }

        .c-horizontal-menu-button-medium:focus {
            outline: none;
        }

        .c-horizontal-menu-button-medium.active {
            border-bottom-color: var(--colors-primary);
            border-bottom-style: solid;
            font-weight: bold;
            color: black;
        }


    /*END HORIZONTAL MENU STYLES*/


    /*MODAL STYLES*/


    .modal.center {
        text-align: center;
        padding: 0 !important;
    }

        .modal.center:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -4px;
        }

    .modal-dialog.center {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    /*END MODAL STYLES*/




    /* Add animation (fade in the popup) */
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }


    .dashboard-menu-item {
        /*        font-weight: bold;*/
        padding-top: 5px;
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 25px;
        font-family: var(--global-font-family);
        border-color: transparent;
        /*        font-size: 20px;*/
        width: auto;
        height: 30px;
        color: var(--greyscale-grey-03);
        margin-top: 5px;
        margin-right: 24px;
    }

        /*DASHBOARD MENU STYLES FOR HOME PAGE*/

        /*Common breakpoints
320px: A baseline for smaller mobile devices.
375px: Often used for modern smartphones.
768px: A typical size for tablets in portrait mode.
992px: A common point for smaller desktops or tablets in landscape mode.
1200px: A standard width for desktop monitors.
1920px: A breakpoint for very large or high-resolution desktop monitors.*/

        .dashboard-menu-item.small {
            /*            font-size: 16px;*/
            height: 25px;
            margin-right: 20px;
        }

    /*These area the tabbed menu items with icon + title* for large monitors*/
    .dashboard-icon-menu {
        border-color: transparent;
        background-color: var(--icon-menu);
        text-align: center;
        margin-right: 25px;
        display: flex;
        align-items: center;
        flex-direction: row;
        padding: 8px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width: 150px !important;
        height: 50px !important;
        color: var(--greyscale-grey-03);
        margin-top: 5px;
        /*    margin: 5px 0 0 20px;*/
    }

    .dashboard-menu-item:focus {
        outline: none;
    }

    .dashboard-icon-menu .icon-badge {
        right: 25px;
    }

    .dashboard-menu-item:hover {
        cursor: pointer;
    }

.dashboard-menu-item.active {
    font-weight: bold;
    color: var(--button);
    border-bottom: 3px solid; /* modern underline, pick your brand color */
    border-bottom-color: var(--alert);
}

    /*This is the tabbed menu icon*/
    .material-symbols-outlined.dashboard-menu-icon {
        font-size: 22px;
        padding-top: 0px;
        display: block;
    }

.dashboard-icon-menu.active {
    background-color: white;
    color: black;
    /*box-shadow: none;*/ /* remove drop shadow */
    border-bottom: 3px solid; /* modern underline, pick your brand color */
    border-bottom-color: var(--alert);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

    /*This is tabbed menu title*/
    .dashboard-icon-title {
        line-height: 1em;
        margin-top: 0px;
        font-weight: bold;
        flex: 1;
        font-family: var(--global-font-family);
        font-size: 18px;
    }

    .event-card {
        padding: 0 20px 0 20px;
    }

    /*Standard desktop*/
    @media only screen and (max-width: 1320px) {
        .dashboard-icon-menu:not(.keep-title) {
            padding: 6px;
            width: 125px !important;
            margin-right: 20px;
        }

        .dashboard-icon-title {
            font-size: 16px;
        }

        .dashboard-icon-menu .icon-badge {
            right: 15px;
        }
    }



    /*Tablets in portrait mode*/
@media only screen and (max-width: 1180px) {

    .dashboard-icon-menu:not(.keep-title) {
        width: 60px !important;
        height: 50px !important;
    }
    /*    .icon-badge-container {
        height:auto;
        position:initial;
    }*/

    .dashboard-icon-title:not(.keep-title) {
        font-size: 12px;
        display: none;
    }

    .material-symbols-outlined.dashboard-menu-icon:not(.keep-title) {
        font-size: 24px;
        padding-top: 0px;
        flex: 1;
    }
}

    /*mobile phones*/

    @media only screen and (max-width: 480px) {
        .dashboard-icon-menu:not(.keep-title) {
            width: 55px !important;
            height: 45px !important;
            padding-top: 0px;
        }

        .dashboard-icon-menu.keep-title {
            height: 40px !important;
        }

        .event-card {
            padding: 0 5px 0 5px;
        }


        .dashboard-icon-title:not(.keep-title) {
            font-size: 9px;
        }
    }

@media only screen and (max-width: 440px) {
    .dashboard-icon-menu:not(.keep-title) {
        width: 48px !important;
        height: 35px !important;
        padding-top: 6px;
        margin-right: 12px;
    }

    .dashboard-icon-menu.keep-title {
        width: 125px !important;
        height: 35px !important;
        padding: 6px;
        margin-right: 20px;
    }

    .dashboard-icon-title.keep-title {
        font-size: 14px;
    }

    .dashboard-icon-menu .icon-badge {
        right: 8px;
    }


    .material-symbols-outlined.dashboard-menu-icon:not(.keep-title) {
        font-size: 20px;
        padding-top: 0px;
        flex: 1;
    }
}

    /*small smartphones. Changed this for Bill Gills phone at 395px*/
    @media only screen and (max-width: 395px) {
        .dashboard-icon-menu:not(.keep-title) {
            width: 48px !important;
            height: 35px !important;
            padding-top: 6px;
            margin-right: 12px;
        }

        .dashboard-icon-menu.keep-title {
            width: 125px !important;
            height: 35px !important;
            padding: 6px;
            margin-right: 20px;
        }

        .dashboard-icon-title.keep-title {
            font-size: 14px;
        }

        .dashboard-icon-menu .icon-badge {
            right: 8px;
        }


        .material-symbols-outlined.dashboard-menu-icon:not(.keep-title) {
            font-size: 20px;
            padding-top: 0px;
            flex: 1;
        }
    }

    @media only screen and (max-width: 360px) {
        .dashboard-icon-menu:not(.keep-title) {           
            width: 45px !important;
            height: 35px !important;
            padding: 6px;
            margin-right: 12px;
        }
    }


    /*END DASHBOARD MENU STYLES*/
    .password-container {
        position: relative;
        display: flex;
        align-items: center;
    }

        .password-container input {
            width: 100%;
            padding-right: 40px;
        }

        .password-container .toggle-password {
            position: absolute;
            right: 10px;
            cursor: pointer;
        }
    /*PAGE SPECIFIC STYLES*/

    /*JOURNAL STYLES*/
    .journal-nav-button {
        width: 40px;
        height: 40px;
        background-color: white;
        border-radius: 50%;
        border: none;
    }

        .journal-nav-button.active {
            background-color: var(--colors-primary);
        }

        .journal-nav-button:focus {
            outline: none;
        }
    /*END JOURNAL STYLES*/

    /*HABIT STYLES*/

    .habit-date {
        font-size: 16px;
        margin-top: 22px;
    }

    @media screen and (max-width:480px) {
        .habit-date {
            font-size: 12px;
            margin-top: 10px;
        }
    }

    .habit-title {
        font-size: 18px;
    }

    .home-habit-container {
        width: 800px;
    }

    @media only screen and (max-width:480px) {
        .habit-title {
            font-size: 10px;
        }

        .home-habit-container {
            width: auto;
        }
    }

    .habit-report-comment {
        margin: 0 0 6px;
        font-family: var(--global-font-family);
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.08;
        letter-spacing: var(--global-letter-spacing);
        text-align: left;
        color: var(--typography-black);
    }

    .comment-box1 {
        max-width: 100% !important;
    }

    /*END HABIT STYLES*/

    /*RECIPE STYLES*/
    .recipe-card {
        width: 220px;
        padding: 0px;
    }

    @media (max-width: 768px) {
        .comment-box1 {
            max-width: 100% !important;
        }
    }

    @media only screen and (max-width:480px) {
        .recipe-card {
            padding: 5px;
            flex-shrink: 0;
            width: 200px;
            height: 120px;
            margin-right: 16px;
        }

        .comment-box1 {
            max-width: 100% !important;
        }
    }

    .recipe-details {
        font-size: 20px;
        font-family: var(--global-font-family);
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: var(--global-letter-spacing);
        text-align: left;
        color: var(--typography-black);
        margin-bottom: 5px;
        margin-top: 2px;
    }

    @media only screen and (max-width: 480px) {
        .recipe-details {
            font-size: 14px !important;
            margin-bottom: 5px;
            margin-top: 2px;
        }
    }

    .ingredient-checkbox + .checkbox-text {
        flex: 1;
    }
    /*END RECIPE STYLES*/

    /* HEALTH RECORD STYLES*/
    .health-fact {
        font-size: 16px;
        font-family: var(--global-font-family);
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 24px;
        letter-spacing: var(--global-letter-spacing);
        text-align: left;
        color: var(--typography-black);
    }

    @media only screen and (max-width: 480px) {
        .health-fact {
            font-size: 12px;
            line-height: 16px;
        }
    }

    .tox.tox-tinymce {
        margin-top: 0 !important; /* Remove any extra margin at the top */
        padding-top: 0 !important; /* Remove any extra padding at the top */
    }

    /* You can also adjust the TinyMCE content area specifically */
    .tox-edit-area {
        padding-top: 0 !important; /* Remove padding at the top of the content area */
    }
    /*END HEALTH RECORD STYLES*/
    .pac-container {
        max-height: 300px;
        overflow-y: auto;
        position: absolute !important;
        z-index: 99999 !important;
        top: 100%;
        width: 100%;
        z-index: 9999;
    }

    .filter-widget {
        flex: 1 1 0; /* allow flexible growth */
        max-width: 250px; /* desktop max */
        min-width: 120px; /* optional safeguard */
        width: 100%;
    }

    /* 3 per row desktop */
    @media (min-width: 769px) {
        .filter-widget {
            flex-basis: calc(33.333% - 10px);
        }
    }

    /* 2 per row mobile */
    @media (max-width: 768px) {
        .filter-widget {
            flex-basis: calc(50% - 10px);
            max-width: 150px; /* tighter max for mobile */
        }
    }



    #favorite_page_filter .tooltip-specific {
        position: relative;
        cursor: pointer;
    }

        #favorite_page_filter .tooltip-specific:hover::after {
            content: attr(title);
            position: absolute;
            top: -30px;
            left: 50%;
            transform: translateX(-50%);
            background-color: black;
            color: white;
            padding: 5px;
            border-radius: 5px;
            font-size: 12px;
            white-space: nowrap;
            z-index: 1000;
            opacity: 1;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }

        #favorite_page_filter .tooltip-specific::after {
            opacity: 0;
            transition: opacity 0.3s ease;
        }

    #emailValidationPopup {
        display: none;
        position: fixed;
        z-index: 14000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.5);
    }

        #emailValidationPopup.show {
            display: block;
        }

        #emailValidationPopup .modal-dialog {
            position: relative;
            margin: 1.75rem auto;
            max-width: 500px;
        }

        #emailValidationPopup .modal-content {
            background-color: #fff;
            border-radius: 0.3rem;
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
        }

        #emailValidationPopup .modal-header {
            padding: 1rem;
            border-bottom: 1px solid #dee2e6;
        }

        #emailValidationPopup .modal-footer {
            padding: 1rem;
            border-top: 1px solid #dee2e6;
            text-align: right;
        }

    .feed-ingredients .popup-form-section-row .twitter-typeahead {
        width: 100% !important;
        max-width: 89%;
    }

    @media (max-width: 1024px) {
        .feed-ingredients .popup-form-section-row .twitter-typeahead {
            max-width: 88%;
        }
    }

    @media (max-width: 768px) {
        .feed-ingredients .popup-form-section-row .twitter-typeahead {
            max-width: 89%;
        }
    }

    @media (max-width: 480px) {
        .feed-ingredients .popup-form-section-row .twitter-typeahead {
            max-width: 85%;
        }
    }


    #user_profile_tags_widget .popup-form-section-row .twitter-typeahead {
        width: 93% !important;
    }

    @media only screen and (max-width: 768px) {
        #user_profile_tags_widget .popup-form-section-row .twitter-typeahead {
            width: 87% !important;
        }
    }

    #user_main_tab #user_profile_tags_widget .popup-form-section-row .twitter-typeahead {
        max-width: 87%;
    }

    .modal-content .popup-form-section-row .twitter-typeahead {
        max-width: 93%;
    }

    #popup_manage_tags_widget .popup-form-section-row .twitter-typeahead {
        max-width: 86%;
    }

    #manage_interest_text {
        min-width: auto;
    }

    #community_tag_widget .popup-form-section-row .twitter-typeahead {
        max-width: 89%;
    }

    @media (max-width: 480px) {
        #community_tag_widget .popup-form-section-row .twitter-typeahead {
            max-width: 86%;
        }
    }

    @media (max-width: 768px) {
        #community_tag_widget .popup-form-section-row .twitter-typeahead {
            max-width: 86%;
        }
    }
    /* Main container to center content on the page */
    #people_job_list {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, -0.9);
        border-radius: 8px;
    }

    .job-row {
        display: flex;
        align-items: center; /* Align items vertically if needed */
        padding: 16px; /* Adds spacing inside the row */
        border-bottom: 1px solid #ccc; /* Light black underline */
        gap: 16px; /* Space between items in the row */
        background-color: #f9f9f9; /* Optional: Slight background color for distinction */
        font-family: Arial, sans-serif; /* Optional: Set a clean font */
        font-size: 16px;
    }

        /* Remove underline from the last row */
        .job-row:last-child {
            border-bottom: none;
        }

    /* Optional: Make rows responsive */
    @media (max-width: 768px) {
        #people_job_list {
            width: -webkit-fill-available; /* Adjust width for smaller screens */
            padding: 0px;
        }

        .job-row {
            flex-wrap: wrap; /* Allow items to wrap in smaller screens */
            padding: 12px;
        }
    }

    @media (min-width: 600px) and (max-width: 1215px) {
        #people_left_panel {
            padding: 10px !important;
        }
    }

    @media (min-width: 600px) and (max-width: 1024px) {
        #people_left_panel {
            padding: 10px !important;
        }

        .add-new-button {
            display: block;
        }
    }

    .date-widget.collapsed {
        max-height: 50px;
        overflow: hidden;
    }

    .url-widget.collapsed {
        max-height: 100px;
        overflow: hidden;
    }

        .url-widget.collapsed .url-address {
            display: block;
        }

        .url-widget.collapsed .url-display-text,
        .url-widget.collapsed .url-display-order {
            display: none;
        }

    .popup-form-section-row.actions {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
    }

    .material-symbols-outlined.medium {
        cursor: pointer;
    }

    .toggle-collapse {
        color: #555;
    }

    .date-widget.collapsed {
        max-height: 50px;
        overflow: hidden;
    }

    .url-widget.collapsed {
        max-height: 105px;
        overflow: hidden;
    }

    .date-widget.collapsed .popup-form-section-row + * {
        display: none;
    }

    .date-widget.collapsed .date-summary {
        display: flex !important;
    }

    .date-widget.collapsed .popup-form-section-row:first-child {
        display: block;
    }

/* LEFT NAV MENU CLASSES */
.center-message {
    display: flex;
    align-items: center; /* vertical center */
    justify-content: center; /* horizontal center */
    text-align: center;
    height: 100%; /* panel height */
    width: 100%;
    padding: 20px; /* optional */
}
/* Parent: row layout */
.page-layout {
    display: flex;
    height: calc(100vh - 56px); /* adjust for your top header height */
    width: 100%;
}

/* LEFT SIDEBAR */
.sidebar {
    width: 80px; /* your width */
    background-color: lightgrey; /* light gray like your screenshot */
/*    border-right: 1px solid #d7dee4;*/
    flex-shrink: 0;
    padding-top: 10px; /* optional */
}

/* MAIN CONTENT */
.main-content {
    flex: 1; /* take remaining width */
    overflow-y: auto; /* scroll content if needed */
    background: white;
    padding: 0;
}

/* main area */
.main-content,
#main {
    flex: 1;
    margin: 0 !important; /* <-- clears any old margin-left */
    padding-left: 0 !important; /* optional if you want it tight */
    border-left:none;
}

.nav-item {
    display: flex;
    flex-direction: column; /* <-- icon above text */
    align-items: center; /* center horizontally */
    justify-content: center;
    gap: 4px; /* space between icon + label */
    padding: 12px 0;
    cursor: pointer;
    color: #444;
    font-size: 13px;
}

    .nav-item i {
        font-size: 22px; /* icon size */
        line-height: 1;
    }

    .nav-item span {
        font-size: 12px;
        margin-top: 3px;
    }

/* layout for left nav items */
.sidebar .nav-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width:100%;
    justify-content: center;
    gap: 4px;
    padding: 10px 0;
    border-radius: 0;
}

    /* icon on its own line */
    .sidebar .nav-item i {
        display: block;
        font-size: 32px;
        line-height: 1;
    }

    /* label under icon */
    .sidebar .nav-item span {
        display: block;
        font-size: 12px;
    }

    /* Active (selected) item */
.nav-item.active {
    background-color: var(--left-panel);
    color: #000;
    font-weight: bold;
    border-right: none;
    border-top-left-radius: 12px;
    border-bottom-left-radius:12px;
}

/* ✔ HOVER: soft background tint only */
#mySidepanel-left .nav-item:not(.active):hover {
    background-color: #e8f0ff; /* light ConXus blue tint */
}

@media (max-width: 900px) {
    .sidebar {
        width: 56px;
    }

        .sidebar .nav-item span {
            display: none;
        }
}

@media (max-width: 480px) {
    .sidebar {
        flex-direction: row;
        width:100%;
    }
        .sidebar .nav-item span {
            display: block;
        }
}

@media (max-width: 480px) {
    #mySidepanel-left {
        background: #f3f6f9;
        padding: 12px 8px 20px;
        text-align: center; /* helps center the inline-block cards */
    }
        #mySidepanel-left .nav-item {
            display: inline-block !important;
            /* layout */
            width: 28% !important; /* slightly narrower; ~3 per row */
            max-width: 120px;
            min-height: 92px; /* keeps them feeling square */
            box-sizing: border-box;
            margin: 10px 4px !important; /* more gap between cards */
            /* card look */
            padding: 12px 6px;
            border-radius: 18px;
            background: #ffffff;
            box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
            /* text/icon alignment */
            text-align: center;
            vertical-align: top;
            /* nice tap/hover feel */
            transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease, color 0.12s ease;
        }

            #mySidepanel-left .nav-item i {
                display: block;
                font-size: 35px;
                margin-bottom: 6px;
            }

            #mySidepanel-left .nav-item span {
                display: block;
                font-size: 12px;
                font-weight: 500;
                line-height: 1.2;
            }

            /* hover / tap */
            #mySidepanel-left .nav-item:hover {
                transform: translateY(-1px);
                box-shadow: 0 6px 14px rgba(15, 23, 42, 0.18);
            }

            /* active selection */
            #mySidepanel-left .nav-item.active {
                background: var(--important-button);
                color: var(--important-text);
                border:none;
                transform: scale(0.97);
            }

}

    .action-right {
        display: flex !important;
        justify-content: flex-end !important;
        gap: 10px !important;
    }

    .email-field-container {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .form-control {
        flex: 1;
        padding: 8px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .alternate-container {
        position: relative;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 10px;
        margin-top: 20px;
    }

    @media (max-width: 768px) {
        .dynamic-field > div {
            margin-top: 5px;
        }

        /*    #add_event_popup .date-widget .start-date {
        width: 30% !important;
        margin-top: 12px !important;
    }*/

        .has-date-widget .date-widget .start-date {
            width: 30% !important;
            margin-top: 12px !important;
        }

        #add_event_popup .date-widget .end-date {
            width: 30% !important;
            margin-top: 12px !important;
        }

        .has-date-widget .date-widget .end-date {
            width: 30% !important;
            margin-top: 12px !important;
        }

        .alt-edit-form-label::placeholder {
            font-size: 14px;
        }

        .alt-textbox::placeholder {
            font-size: 14px !important;
            height: 44px !important;
            font-family: Assistant, Arial, sans-serif !important;
            font-weight: 400 !important;
        }

        .alt-edit-form-label {
            font-family: Assistant, Arial, sans-serif !important;
            font-size: 18px !important;
            font-weight: bold !important;
            height: 44px !important;
        }

        .alt-textbox {
            font-size: 18px !important;
            height: 44px !important;
            font-family: Assistant, Arial, sans-serif !important;
            font-weight: 400 !important;
        }

        .url-widget.collapsed {
            max-height: 105px;
            overflow: hidden;
        }

        .date-widget.collapsed {
            max-height: 47px;
            overflow: hidden;
        }

        .recurrence-dropdown {
            width: 45% !important;
        }

        .toggle-icon {
            font-size: 36px !important;
        }
    }

    .global-toggle {
        position: absolute;
        top: -30px;
        right: 10px;
        font-size: 24px;
        color: #555;
        cursor: pointer;
    }

    .dynamic-field {
        transition: all 0.3s ease;
        display: flex;
    }

    .btn-danger {
        padding: 2px 8px;
        font-size: 14px;
    }

    .btn-link {
        color: #007bff;
        text-decoration: none;
    }

        .btn-link:hover {
            text-decoration: underline;
        }

    .alt-edit-form-label {
        font-family: Assistant, Arial, sans-serif !important;
        font-size: 20px !important;
        font-weight: bold !important;
        height: 44px !important;
    }

    .alt-textbox {
        font-size: 23px !important;
        height: 44px !important;
        font-family: Assistant, Arial, sans-serif !important;
        font-weight: 400 !important;
    }

    .date-options-row {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 10px;
    }

    .recurring-container {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }

    .recurrence-dropdown {
        font-size: 18px !important;
        height: 44px !important;
        font-family: var(--global-font-family);
        /*    font-family: Assistant, Arial, sans-serif !important;*/
        font-weight: 400 !important;
    }

    .textarea {
        width: 100%;
        resize: none;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 14px;
    }

    .recurring-container {
        display: flex;
        align-items: center;
        margin-top: 10px;
        font-size: 14px;
    }

    .recurring-checkbox {
        margin-right: 5px;
    }

    .recurring-container label {
        margin-right: 10px;
        font-size: 14px;
        font-weight: normal;
    }

    .recurrence-dropdown {
        width: 30%;
        font-size: 14px;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .add-another-date-button {
        width: 95%;
        margin-top: 10px;
        margin-bottom: 10px;
        display: block;
    }

    #quick_add_list_item {
        min-width: 0% !important;
        flex: 1 1 0%;
    }

    .email-row {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        padding: 8px;
        border-radius: 6px;
        background-color: #fdfdfd;
    }

    .email-label-input {
        width: 18%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .email-text-input {
        flex: 1;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .remove-icon {
        color: #777;
        cursor: pointer;
        font-size: 20px;
        margin-left: 8px;
    }

    .toggle-icon {
        font-size: 40px;
    }
    /*.date-summary-label {
    font-size: 20px !important;
}*/

button.browser-panel-button {
    width: 140px;
    padding: 8px;
    font-weight: bold;
    border-radius: 6px;
    margin-bottom: 6px;
    text-align: center;
}

#clippings_right_panel .modal-content {
    border: none !important;
    box-shadow: none !important;
    background-color: white !important;
}

#clippings_right_panel .recipe-modal {
    background-color: transparent !important;
}

#clippings_right_panel .modal-footer {
    padding: 15px 20px !important;
}

#clippings_right_panel.content-panel {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    border: none !important;
    box-shadow: none !important;
}

.sharewith-input-wrapper {
    border: 1px solid lightgray;
    border-radius: 6px;
    padding: 6px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 40px;
    position: relative;
    background: #fff;
}

.sharewith-input-wrapper input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 100px;
    font-size: 14px;
}

.sharewith-dropdown {
    max-height: 196px;
    overflow-y: auto;
    border: 1px solid lightgray;
    border-radius: 6px;
    margin-top: 4px;
    display: none;
    position: absolute;
    background: white;
    z-index: 1000;
    width: -webkit-fit-content;
    top: 100%;
    left: 0;
}

.sharewith-option {
    padding: 6px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sharewith-option:hover {
    background: #eee;
}

.sharewith-tag {
    background: var(--background-light-purple);
    padding: 4px 8px;
    margin: 2px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.sharewith-tag span {
    margin-right: 6px;
}

.sharewith-tag .remove-btn {
    cursor: pointer;
    font-weight: bold;
}

.sharewith-tag.everyone-tag {
    background: #ddd;
}

.other-sharing-options {
    display: none;
}

    .fc-scrollgrid-sync-table {
        width: 100% !important
    }

/*START LANDING PAGE CAROUSEL*/
/* Tunables */

:root {
    --cx-gap: 14px;
    --cx-radius: 16px;
    --cx-card-bg: #ffffff;
    --cx-ink: #0b2e4f; /* ConXus deep blue */
    --cx-muted: #4e6883;
    --cx-peek: 12%; /* ≈1/8 card visible on mobile */
}

/* ===== Carousel Shell ===== */
.cx-carousel {
    width: 100%;
    overflow: hidden; /* hides scrollbar area */
    position: relative;
}

/* ===== Scroll Track ===== */
.cx-track {
    display: flex;
    gap: var(--cx-gap);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* hides Firefox scrollbar */
    padding: 8px 2px 12px;
}

    /* hide scrollbars visually but keep scroll behavior */
    .cx-track::-webkit-scrollbar {
        display: none;
    }

/* ===== Cards ===== */
.cx-track {
    padding-left: 0; /* important: avoid offset mismatch */
    padding-right: 0; /* keep your top/bottom padding if you like */
}
.cx-card {
    background-color: var(--card);
    border-radius: var(--cx-radius);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    padding: 14px 14px 16px;
    scroll-snap-align: start;
    flex: 0 0 calc(100% - var(--cx-peek)); /* 1 + peek on mobile */
    min-width: 240px;
}

.cx-icon {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #e8f1f9; /* light brand tint */
    margin-bottom: 10px;
    color:var(--button);
}

    .cx-icon svg {
        fill: var(--button);
    }

.cx-title {
    margin: 0 0 6px;
    font: 700 1rem/1.3 system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color:var(--button);
}

.cx-desc {
    margin: 0;
    /*color: var(--cx-muted);*/
    color: var(--button);
    font: 400 0.95rem/1.45 system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* ===== Controls ===== */
.cx-controls {
    display: none; /* shown via media query */
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

    .cx-controls button {
        border: 0;
/*        background: #ffffff;*/
        background-color: var(--button);
        color:white;
/*        padding: 0.45rem 0.75rem;*/
        border-radius: 10px;
        line-height:50px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        cursor: pointer;
        font-size: 1.2rem;
    }

        .cx-controls button:focus-visible {
            outline: 2px solid #005BA5;
            outline-offset: 2px;
        }

/* ===== Breakpoints ===== */
@media (min-width: 640px) {
    /* show controls (desktop/tablet) */
    .cx-controls {
        display: flex !important;
    }

    /* show ~3 cards */
    .cx-card {
        flex: 0 0 calc((100% - var(--cx-gap) * 2) / 3);
    }
}

@media (min-width: 1024px) {
    /* show ~4 cards */
    .cx-card {
        flex: 0 0 calc((100% - var(--cx-gap) * 3) / 4);
    }
}

@media (min-width: 1280px) {
    /* show ~5 cards */
    .cx-card {
        flex: 0 0 calc((100% - var(--cx-gap) * 4) / 5);
    }
}

/* ===== Motion Preferences ===== */
@media (prefers-reduced-motion: no-preference) {
    .cx-track {
        scroll-behavior: smooth;
    }
}

/*END LANDING PAGE CAROUSEL*/
.fc-scrollgrid-sync-table {
    width: 100% !important
}
.sync-calendar-btn {
    background-color: #005ba5;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 8px 16px;
    font-weight: bold;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.sync-calendar-btn:hover {
    background-color: #0052cc;
}

.sync-calendar-btn i.material-icons {
    font-size: 18px;
}

@media (max-width: 768px) {
    .fc.fc-media-screen.fc-direction-ltr.fc-theme-standard {
       
        height: 561px;
    }
    .fc .fc-col-header-cell-cushion {
        font-size: 10px !important;
    }
    .fc .fc-daygrid-day-top {
        font-size: 10px !important;
    }
    .fc .fc-timegrid-slot-label-cushion {
        font-size: 10px !important;
    }
    .fc .fc-timegrid-axis-cushion {
        font-size: 10px !important;
    }
    .fc .fc-list-day-cushion, .fc .fc-list-table td {
        font-size: 10px !important;
    }
    .fc-event-main {
        font-size: 10px !important;
    }
    #home_upcoming_content {
        padding-top: 10px !important;
    }
    .sidepanel-menu {
        z-index: 1301 !important; 
    }
}
#job_popup {
    filter: blur(0px);
}
#mobile_menubar {
    z-index: 1300;
}
#upcomingCalendar {
    margin: 0px !important;
}
#addCalendarEventPopup #event_popup_region {
    padding-top: 0px !important;
}
#addCalendarEventPopup #edit_event_title_widget {
    margin-bottom : 0px !important;
}
#addCalendarEventPopup #edit_event_description_widget {
    margin-bottom: 0px !important;
}
.responsive-add-item-row {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: nowrap;
}
.responsive-add-item-row .quantity-widget {
    flex: 0 1 50px;
    min-width: 40px;
    max-width: 60px;
}
.responsive-add-item-row .twitter-typeahead {
    flex: 1 1 auto;
    min-width: 120px;
    position: relative;
}
.responsive-add-item-row .tt-input {
    width: 100% !important;
    box-sizing: border-box;
}
.responsive-add-item-row .clear-search-button {
    flex: 0 0 auto;
    cursor: pointer;
}
.responsive-add-item-row .add-item-button {
    flex: 0 0 auto;
    white-space: nowrap;
}
@media (max-width: 500px) {
    .responsive-add-item-row {
        gap: 4px;
    }

    .responsive-add-item-row .twitter-typeahead {
        min-width: 80px;
    }
}

.fc-theme-standard .fc-list-day.fc-day-today .fc-list-day-cushion.fc-cell-shaded {
    background-color: #F7E9C5 !important;
    color: #fff !important;
}
tr.fc-event.fc-event-today.fc-event-future {
    background-color: #FFFADF !important;
}
#calendar-color-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

#calendar-color-legend .color-checkbox {
position: relative;
}

#calendar-color-legend .color-checkbox span {
    line-height: 1;
}

.fc-list-sticky .fc-list-day{
    position:unset;
}
.fc .fc-list-sticky .fc-list-day > *{
    position:unset;
}
.fc-timegrid-event,
.fc-event-main,
.fc-event-main-frame {
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
}
.search-section.popup-form-section-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important; 
    width: 100%;
}

#content_search_text {
    max-width: initial !important;
}
#clippings_right_panel #quick_add_popup .modal-dialog {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
#mySidepanel-left {
    overflow-y: auto;
    scrollbar-width: none;
    margin-bottom: 25px;
}

#mySidepanel-left::-webkit-scrollbar {
    display: none; 
}
