.gradient {
  background: #04befe;
  background: linear-gradient(5deg, #006dda 30%, #04befe);
  background: -webkit-linear-gradient(5deg, #006dda 30%, #04befe);
  background: -moz-linear-gradient(5deg, #006dda 30%, #04befe);
  background: -o-linear-gradient(5deg, #006dda 30%, #04befe); }

.gradient25, .searchContainerMobile {
  background: #04befe;
  background: linear-gradient(25deg, #006dda 40%, #04befe);
  background: -webkit-linear-gradient(25deg, #006dda 40%, #04befe);
  background: -moz-linear-gradient(25deg, #006dda 40%, #04befe);
  background: -o-linear-gradient(25deg, #006dda 40%, #04befe); }

.gradientBright {
  background: #04befe;
  background: linear-gradient(45deg, #006dda -40%, #04befe);
  background: -webkit-linear-gradient(45deg, #006dda -40%, #04befe);
  background: -moz-linear-gradient(45deg, #006dda -40%, #04befe);
  background: -o-linear-gradient(45deg, #006dda -40%, #04befe); }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.transition01, .searchItem, .searchItem:hover, .searchItem:hover i {
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s; }

.transition02, body .navItem span, .navItem:hover span, .navItemSelected, .navItemSelected span, .navItemSelected:hover, .navItemSelected:hover span {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s; }

.transition03 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.transition05 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.disableClick {
  filter: grayscale(50%);
  opacity: 0.5;
  pointer-events: none; }

#toolbar {
  width: 100%;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  z-index: 11; }

.toolbarHeight {
  display: none;
  height: 100px; }

@media all and (max-width: 992px) {
  #toolbar {
    position: fixed; }

  .toolbarHeight {
    display: flex;
    height: 50px; } }
.navbar {
  height: 100px; }

.navbar-logo {
  height: 50px; }

.navbar-light .navbar-toggler {
  border: 0; }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important; }

body .navItem {
  padding: 0 15px !important;
  text-align: center;
  display: flex;
  align-items: center;
  min-width: 100px;
  flex-direction: column;
  justify-content: center;
  cursor: pointer !important; }

body .navItem span {
  font-size: 12pt;
  font-family: "Ubuntu", "Open Sans", sans-serif;
  font-weight: 300 !important;
  color: #006dda;
  padding: 3px 10px; }

.navItem:hover span {
  color: #04befe !important;
  cursor: pointer !important; }

.navItemSelected {
  padding: 0 15px !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  flex-direction: column;
  cursor: pointer !important; }

.navItemSelected span {
  font-size: 12pt;
  font-family: "Ubuntu", "Open Sans", sans-serif;
  font-weight: 300 !important;
  border-radius: 3px;
  padding: 5px 30px;
  color: #ffffff !important;
  background: #04befe; }

.navItemSelected:hover {
  padding: 0 13px !important; }

.navItemSelected:hover span {
  padding: 5px 32px; }

@media all and (max-width: 992px) {
  body .navbar {
    height: auto; }

  body .navItem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 5px;
    margin-top: 2px;
    padding: 8px 5px !important; }

  body .navItemSelected {
    width: 100%;
    margin-top: 2px;
    background: #ffffff;
    border: 1px solid #04befe;
    border-radius: 5px;
    padding: 10px 10px !important; }

  body .navItemSelected:hover, body .navItemSelected:active {
    border-radius: 5px; }

  .navItemSelected:hover {
    padding: 10px 10px !important; }

  .navItemSelected span {
    color: #04befe !important;
    font-weight: 300 !important;
    background: #ffffff; }

  .navbar-nav {
    padding-top: 20px !important; }

  .navbar-logo {
    height: 45px; } }
@media all and (min-width: 992px) {
  body .navbar-collapse, body .navbar-nav {
    height: 100%; }

  body .navbar.navbar-expand-lg.navbar-light {
    padding-top: 0;
    padding-bottom: 0; } }
.searchItem {
  padding: 0 15px !important;
  border-radius: 5px;
  text-align: center;
  display: flex;
  position: relative;
  align-items: center;
  min-width: 40px;
  flex-direction: column;
  justify-content: center; }

.searchItem i {
  cursor: pointer !important; }

.searchItem:hover {
  background: #f5f5f5; }

.searchItem:hover i {
  color: #04befe; }

#searchDesktopContainer {
  position: absolute;
  width: 400px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  top: 90px;
  right: 0;
  border-radius: 10px 0 10px 10px;
  background: #fff; }

#searchDesktopInnerContainer {
  display: flex;
  flex-direction: column;
  width: 100%; }

#searchDesktopInputContainer {
  width: 100%;
  height: 50px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center; }

.searchInput {
  color: #04befe;
  font-size: 13pt;
  text-decoration: none;
  width: 100%;
  border-radius: 15px;
  height: 30px;
  padding: 2px 20px 2px 5px;
  background: transparent;
  outline: none;
  border: none;
  text-align: center; }

.searchInput::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 300;
  opacity: 0.4; }

.searchInput::-moz-placeholder {
  color: #aaa;
  font-weight: 300;
  opacity: 0.4; }

.searchInput:-ms-input-placeholder {
  color: #aaa;
  font-weight: 300;
  opacity: 0.4; }

#desktopSearchSpinner {
  height: 30px;
  width: 30px;
  right: 20px;
  position: absolute;
  display: none; }

.toolbarSearchResultsContainer {
  min-height: 50px;
  background: #fff;
  width: 100%;
  z-index: 5000;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  max-height: 370px;
  overflow-y: auto;
  display: none; }

.toolbarSearchResult {
  width: 100%;
  height: 50px;
  display: flex;
  padding: 10px;
  flex-direction: row;
  align-items: center; }

.toolbarSearchResult:hover, .toolbarSearchResult:active {
  background: #f5f5f5; }

@media all and (max-width: 991px) {
  .toolbarSearchResultsContainer {
    position: absolute;
    min-height: 50px;
    background: #fff;
    margin-top: 40px;
    width: 100%;
    z-index: 5000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    max-height: 370px;
    overflow-y: auto;
    display: none; }

  .toolbarSearchResult {
    height: auto;
    min-height: 50px; } }
.toolbarSearchResultPicture {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  border-radius: 15px;
  object-fit: cover;
  border: 1px solid #f5f5f5; }

.toolbarSearchResultTextContainer {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000000;
  font-size: 11pt; }

.toolbarServiceSearchResultIcon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  border-radius: 15px;
  background: #04befe;
  text-align: center; }

.toolbarServiceSearchResultIcon span {
  color: #ffffff;
  font-size: 14pt; }

/**
Mobile
 */
.mobileMenuOption {
  font-size: 13pt;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.mobileMenuOptionIcon {
  font-size: 13pt;
  margin-right: 10px;
  color: #aaaaaa; }

.searchContainerMobile {
  height: auto;
  display: flex;
  padding: 5px 10px;
  align-self: center;
  border-radius: 3px;
  width: 100%; }

.searchButton {
  background: rgba(255, 255, 255, 0.1);
  height: 32px;
  width: 32px;
  border-radius: 16px;
  cursor: pointer;
  padding: 3px 5px;
  margin-bottom: 3px; }

.searchButton:hover {
  background: rgba(255, 255, 255, 0.3); }

.searchInputMobile {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  width: 100%;
  border-radius: 15px;
  height: 30px;
  background: transparent;
  outline: none;
  border: none; }

.searchInputMobile::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
  opacity: 0.4; }

.searchInputMobile::-moz-placeholder {
  color: #fff;
  font-weight: 300;
  opacity: 0.4; }

.searchInputMobile:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
  opacity: 0.4; }

body div li.dropdown .dropdown-menu {
  border: none;
  border-radius: 0 0 5px 5px;
  width: auto;
  padding: 10px 5px 7px 5px; }

body .navbar-light .navbar-nav .nav-link:after {
  color: #006dda;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s; }

@media all and (max-width: 992px) {
  body div li.dropdown .dropdown-menu {
    background: #f1f1f1;
    border-radius: 5px;
    width: 100%; }

  body div li.dropdown .dropdown-menu .dropdown-item {
    padding: 8px 10px; } }
@media all and (min-width: 993px) {
  body div li.dropdown .dropdown-menu {
    margin-top: 0;
    top: 100%; }

  body div li.dropdown .dropdown-menu .dropdown-item {
    padding: 5px 10px;
    margin-bottom: 3px;
    width: 100%;
    border-radius: 5px;
    font-family: "Ubuntu", "Open Sans", sans-serif;
    color: #000000;
    font-size: 12pt;
    font-weight: 300; }

  body div li.dropdown .dropdown-menu .dropdown-item:hover {
    background: #04befe;
    color: #ffffff; }

  body div li.dropdown:hover > .nav-link:after {
    color: #04befe;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s; }

  body div li.dropdown:hover > #navbarDropdownMenuLink > span {
    color: #006dda !important; } }

/*# sourceMappingURL=toolbar.css.map */
