html,
body {
    height: 100%;
    /*min-height: 75rem;*/
    /*padding-top: 75px;*/
}

.side-menu {
    height: 100vh;
}

.sidenav {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 280px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 10; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
}

/* Style page content */
.main {
    margin-left: 280px; /* Same as the width of the sidebar */
    padding: 0 10px;
}

.form-signin {
    max-width: 330px;
    padding: 1rem;
    background-color: white;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-label {
    font-size: 14px !important;
}

.ss-main .ss-values {
    padding: 1px !important;
    margin: 14px 0 !important;
}

.featured-tags-holder {
    margin: 2rem 0;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.featured-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.featured-tags > .tag {
    font-size: 12px;
     background: #a5313c;
     padding: 0.3rem 0.8rem;
     /*border-radius: 16px;*/
     text-decoration: none;
     color: white;
     border: 1px solid #a5313c;
 }

.company-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.company-tags > .tag {
    font-size: 12px;
     background: white;
     padding: 0.1rem 0.5rem;
     /*border-radius: 12px;*/
     text-decoration: none;
     color: #a5313c;
     border: 1px solid #a5313c;
 }

.category-actions {
    width: 75px;

}

.btn-link {
    text-decoration: none !important;
}

.category-node {
    font-size: 13px;
    /*border-bottom: 1px solid #7C7C7C;*/
}

abbr[title] {
    color: #FF0000 !important;
}

.embed-map-fixed {
    position: relative;
    text-align: right;
    width: 310px;
    height: 210px;
    margin-left: 20px;
    padding: 4px;
    border: 1px solid #222222;
}

.embed-map-container {
    /*overflow: hidden;*/
    background: none !important;
    width: 300px;
    height: 200px;
}

.embed-map-frame {
    width: 300px !important;
    height: 200px !important;
}

.user-actions {
    /*height: 75px;*/
    background-color: #f8f9fa;
    border-bottom: 1px solid #999999;
}

.lead {
    font-size: 12px !important;
}

.compact {
    margin-bottom: 5px !important;
}

.content-scroller {
    max-height: 400px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 2px;
}

.dropdown-menu[data-bs-popper] {
    left: -165px !important;
}

.icon-link {
    text-decoration: none !important;
}

.standing-item {
    margin: 0 5px;
}

#main-theme {
    background-color: #f6f6f6 !important;
}

.small-padding {
    padding: 50px 0;
}

.gray-bg {
    background-color: #f6f6f6;
}

.standings ul {
    margin-left: 0 !important;

    margin-bottom: 10px;
}

.standings ul li {
    background-color: #ffffff;
}

.nested-fields-container {
    height: fit-content;
}

.restmenu-item-det {
    /*width: calc(100% - 70px);*/
    padding-left: 14px;
    /*width: 50%;*/
}

.restmenu-item-det-header {
    margin-bottom: 6px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.restmenu-item-det-header h4 {
    font-size: 1.077em;
    color: #566985;
    max-width: calc(100% - 55px);
}

.restmenu-item-desc {
    color: #878C9F;
    font-size: 0.923em;
    line-height: 24px;
    padding-bottom: 10px;
}

.breadcrumbs-wrapper.inline-breadcrumbs a, .breadcrumbs-wrapper.inline-breadcrumbs p, .breadcrumbs-wrapper.top-breadcrumbs p, .breadcrumbs-wrapper.top-breadcrumbs span {
    padding: 0 16px;
    position: relative;
    color: #888DA0;
    font-size: 0.923em;
    font-weight: 600;
}

.form-check-input {
    margin-top: 0 !important;
}