.ct-global-site-header,
.ct-global-site-header * {
  box-sizing: border-box;
}

.ct-global-site-header {
  position: sticky;
  top: 0;
  z-index: 10000;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

body.admin-bar .ct-global-site-header {
  top: 32px;
}

.ct-global-surface-smf {
  margin-top: -8px;
}

.ct-global-navbar {
  min-height: 68px;
  background-image: linear-gradient(90deg, #7d87c2 0%, #363795 100%);
  color: #fff;
  font-family: Poppins, Arial, Helvetica, sans-serif;
}

.ct-global-inner {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 68px;
  margin: 0 auto;
  padding: 8px 16px;
  gap: 12px;
}

.ct-global-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 0;
}

.ct-global-brand img {
  display: block;
  width: 175px;
  max-width: 100%;
  height: auto;
  max-height: 51.5px;
  object-fit: contain;
}

.ct-global-menu {
  flex: 1 1 auto;
  min-width: 0;
}

.ct-global-list,
.ct-global-dropdown-menu {
  list-style: none;
}

.ct-global-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  gap: 0;
}

.ct-global-list > li {
  position: relative;
  margin: 0;
  padding: 0;
}

.ct-global-list a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 7px;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
}

.ct-global-list > li > a:hover,
.ct-global-list > li > a:focus-visible,
.ct-global-list > .ct-global-open > a {
  color: #ccc;
  background: transparent;
  outline: none;
}

.ct-global-dropdown-toggle span {
  margin-left: 3px;
  font-size: .72em;
}

.ct-global-dropdown-menu {
  position: absolute;
  z-index: 10020;
  top: 100%;
  left: 0;
  display: none;
  min-width: 230px;
  margin: 0;
  padding: 8px 0;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0 0 4px 4px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
}

.ct-global-user .ct-global-dropdown-menu {
  right: 0;
  left: auto;
}

.ct-global-open > .ct-global-dropdown-menu,
.ct-global-list > li:focus-within > .ct-global-dropdown-menu {
  display: block;
}

.ct-global-dropdown-menu li {
  margin: 0;
  padding: 0;
}

.ct-global-dropdown-menu a {
  display: flex;
  width: 100%;
  min-height: 0;
  padding: 8px 16px;
  color: #212529;
  font-size: 14px;
  white-space: normal;
}

.ct-global-dropdown-menu a:hover,
.ct-global-dropdown-menu a:focus-visible {
  color: #16181b;
  background: #f8f9fa;
  outline: none;
}

.ct-global-heading {
  padding: 8px 16px;
  border-bottom: 1px solid #e9ecef;
  color: #6c757d;
  font-size: 12px;
  font-weight: 600;
}

.ct-global-auth,
.ct-global-trial,
.ct-global-wa {
  white-space: nowrap;
}

.ct-global-wa img {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 4px;
  object-fit: contain;
  vertical-align: middle;
}

.ct-global-trial {
  margin-left: 4px !important;
}

.ct-global-list .ct-global-trial > a {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid #1f5fbf;
  border-radius: 12px;
  background: #1f5fbf;
  color: #fff;
  font-weight: 700;
}

.ct-global-list .ct-global-trial > a:hover,
.ct-global-list .ct-global-trial > a:focus-visible {
  background: #194f9f;
  color: #fff;
}

.ct-global-toggle {
  display: none;
  align-items: center;
  margin-left: auto;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 4px;
  background: #fff;
  color: #363795;
  cursor: pointer;
  font: inherit;
}

.ct-global-icon,
.ct-global-icon::before,
.ct-global-icon::after {
  display: block;
  width: 19px;
  height: 2px;
  background: currentColor;
  content: "";
}

.ct-global-icon {
  position: relative;
  margin-right: 7px;
}

.ct-global-icon::before {
  position: absolute;
  top: -6px;
}

.ct-global-icon::after {
  position: absolute;
  top: 6px;
}

.ct-global-menu-label {
  font-size: 14px;
}

@media (hover: hover) and (min-width: 1181px) {
  .ct-global-list > li:hover > .ct-global-dropdown-menu {
    display: block;
  }
}

@media (max-width: 1380px) and (min-width: 1181px) {
  .ct-global-inner {
    gap: 8px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .ct-global-list a {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }

  .ct-global-list .ct-global-trial > a {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 1180px) {
  .ct-global-inner {
    flex-wrap: wrap;
  }

  .ct-global-toggle {
    display: inline-flex;
  }

  .ct-global-menu {
    display: none;
    flex: 1 0 100%;
  }

  .ct-global-menu.ct-global-is-open {
    display: block;
  }

  .ct-global-list {
    display: block;
    padding: 4px 0 10px;
  }

  .ct-global-list a {
    display: flex;
    width: 100%;
    padding: 9px 10px;
    font-size: 14px;
  }

  .ct-global-dropdown-menu,
  .ct-global-user .ct-global-dropdown-menu {
    position: static;
    right: auto;
    left: auto;
    width: 100%;
    min-width: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .ct-global-trial {
    margin: 6px 0 0 !important;
  }

  .ct-global-list .ct-global-trial > a {
    display: inline-flex;
    width: auto;
  }
}

@media (max-width: 782px) {
  body.admin-bar .ct-global-site-header {
    top: 46px;
  }
}

@media (max-width: 420px) {
  .ct-global-inner {
    padding-right: 10px;
    padding-left: 10px;
  }

  .ct-global-brand img {
    width: 150px;
  }
}
