.layout-topba .layout-topbar {
    background-color: #0772B3;
}
.layout-topbar .layout-topbar .layout-topbar-icon {
    color: #ffffff;
  }
  .layout-topbar .layout-topbar .layout-topbar-icon:hover {
    background-color: #054e7a;
  }
  .layout-topbar .layout-topbar .layout-topbar-search {
    background-color: #0772B3;
  }
  .layout-topbar .layout-topbar .layout-topbar-search input {
    background-color: #0772B3;
    color: #ffffff;
  }
  .layout-topbar .layout-topbar .layout-topbar-search input::-webkit-input-placeholder {
    color: #E0FFFB;
  }
  .layout-topbar .layout-topbar .layout-topbar-search input:-moz-placeholder {
    color: #E0FFFB;
  }
  .layout-topbar .layout-topbar .layout-topbar-search input::-moz-placeholder {
    color: #E0FFFB;
  }
  .layout-topbar .layout-topbar .layout-topbar-search input:-ms-input-placeholder {
    color: #E0FFFB;
  }
  .layout-topbar .layout-topbar .layout-topbar-search i {
    color: #E0FFFB;
  }
  .layout-topbar .layout-topbar .user-profile .layout-profile-name, .layout-wrapper.layout-topbar-blue .layout-topbar .user-profile .layout-profile-role, .layout-wrapper.layout-topbar-blue .layout-topbar .user-profile .layout-profile-icon {
    color: #E0FFFB;
  }
  .layout-topbar .layout-topbar .user-profile a:hover .layout-profile-name, .layout-wrapper.layout-topbar-blue .layout-topbar .user-profile a:hover .layout-profile-role, .layout-wrapper.layout-topbar-blue .layout-topbar .user-profile a:hover .layout-profile-icon {
    color: #ffffff;
  }