/Header search start/
.search-bar-2,
.search-bar{
    position: relative;
}
.search-results-2,
.search-results{
    position: absolute;
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
    left: 5px;
}
.typeahead.dropdown-menu, /* auto search css */
.search-results-2,
.search-results{
    border-radius: 0.30rem;
    background: #ffffff;
    width: 12.5rem !important;
}
.typeahead .dropdown-item{ /* auto search css */
    color: #0c768a;
    padding: 10px 0 10px 10px;
    cursor: pointer;
}
.search-results-2 a,
.search-results a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    color: #0c768a;
    padding: 10px 0 10px 10px;
    cursor: pointer;
}
.search-results-2 .not-found,
.search-results .not-found {
    color: red;
    margin-top: 0.5rem;
    padding: 10px 0 10px 10px;
}
.typeahead .dropdown-item:hover, /* auto search css */
.search-results-2 a:hover,
.search-results a:hover,
.search-results-2 a.active,
.search-results a.active,
.search-results-2 a.keyboard-hover,
.search-results a.keyboard-hover {
    background-color: #0c768a;
    color: white;
}

.success_toaster_font {
    font-size: 1rem !important;
}
/* dot start */
.dot-status{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0.35rem 0.4rem 0 0;
}
.dot-green {
    background-color: #69CCA4;
}
.dot-red {
  background-color: #ff006e;
}