﻿/*.settings-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
*/
.settings-icon {
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: black;
}

    .settings-icon:focus {
        outline: none;
    }

.settings-menu {
    display: none;
    position: absolute;
    bottom: auto;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px;
    width: max-content;
    z-index: 1000;
}

    .settings-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .settings-menu ul li {
            padding: 8px 12px;
            cursor: pointer;
        }

            .settings-menu ul li:hover {
                background: #f0f0f0;
            }


.settings-container {
    position: relative;
}

/*.settings-menu {
    display: none;
    position: absolute;
    top: 100%;*/ /* Initially place it below the button */
/*right: 0;
    bottom:auto;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}*/

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: fixed;
        width: 98%;
        margin-bottom: 5px;
    }

    .secondaryNav {
        z-index: 999;
    }
}

.Maintitle::after {
    content: '';
    display: block;
    margin: 0.5rem auto 0 auto;
    height: 5px;
    width: 100px;
    background: #ff4e13;
}

.menu-item .card {
    border-radius: 15px;
    box-shadow: 2px 2px 0px #f7dddd;
}

    .menu-item .card:hover {
        box-shadow: 2px 2px 10px #ff4e13;
    }

.clicked {
    border: 2px solid #172804;
    box-shadow: 0px 0px 2px 2px #2d5403 !important;
}

#moreDropdownMenu {
    max-height: 400px;
    overflow-y: auto;
}

.CategoryNameNav {
    font-size: 16px;
}

@media (min-width: 768px) and (max-width: 811px) {
    .CategoryNameNav {
        padding-right: 2px !important;
        font-size: 11px !important;
        font-weight: 700 !important
    }
}

@media (min-width: 812px) and (max-width: 860px) {
    .CategoryNameNav {
        padding-right: 2px !important;
        font-size: 12px !important;
        font-weight: 700 !important
    }
}

@media (min-width: 861px) and (max-width: 922px) {
    .CategoryNameNav {
        padding-right: 2px !important;
        font-size: 13px !important
    }
}

@media (min-width: 923px) and (max-width: 1134px) {
    .CategoryNameNav {
        padding-right: 4px !important;
        font-size: 14px !important
    }
}

@media (min-width: 1135px) and (max-width: 1188px) {
    .CategoryNameNav {
        padding-right: 4px !important;
        font-size: 15px !important
    }
}

@media (min-width: 1189px) and (max-width: 1297px) {
    .CategoryNameNav {
        padding-right: 8px !important;
        font-size: 16px !important
    }
}
