﻿.site-home-signed-in {
    width: 40px;
    height: 40px;
    padding: 6px 0px;
    border-radius: 25px;
    text-align: center;
    font-size: 17px;
    line-height: 1.42857;
}

input, p {
    font: 16px Calibri;
}

.ui-autocomplete {
    cursor: pointer;
    position: fixed !important;
    z-index: 1050 !important;
    min-width: 160px;
    max-height: 300px; /* Keeps it from growing too large */
    overflow-y: auto; /* Enables vertical scrolling */
    overflow-x: hidden; /* Hides horizontal scrollbar */
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.ui-menu .ui-menu-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; 
}



.ui-autocomplete > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover,
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    outline: none !important;
    border: none !important;
    background-color: #f4f4f4 !important;
    color: #333 !important;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}


.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    padding: 6px 9px !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
}




.navbar-nav .nav-link i {
    color: #808080 !important;
}


.nav-link:hover i {
    color: #007bff; /* example hover color */
}





.tooltip-inner {
    background-color: #21374C;
    color: #fff;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
    border-width: 5px;
    border-style: solid;
    content: "";
}

/* Match your brand color */
.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #21374C !important;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #21374C !important;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}

.tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #21374C !important;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #21374C !important;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
}



.tooltip.fade {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.tooltip.show {
    opacity: 1;
}
