.page-header .rd-navbar-brand {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  min-width: 88px;
  padding: 4px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(7, 22, 36, 0.16);
}

.page-header .rd-navbar-brand img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  border-radius: 8px;
  object-fit: contain;
}

.page-header .rd-navbar-brand picture {
  display: block;
  width: 100%;
  height: 100%;
}

.page-header .rd-navbar-fixed .rd-navbar-brand {
  top: 0;
  width: 80px;
  height: 80px;
  min-width: 80px;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .page-header .rd-navbar-brand,
  .page-header .rd-navbar-fixed .rd-navbar-brand {
    width: 54px;
    height: 54px;
    min-width: 54px;
    padding: 3px;
    margin-left: 10px;
    border-radius: 8px;
  }

  .page-header .rd-navbar-brand img {
    border-radius: 6px;
  }
}

.ui-to-top {
  color: #ffffff !important;
  background: #155e91 !important;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(15, 63, 102, 0.24);
}

.ui-to-top:hover,
.ui-to-top:focus {
  color: #ffffff !important;
  background: #11766f !important;
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 16px 32px rgba(17, 118, 111, 0.28);
}
