#theheader .menu__item {
  font-weight: 400;
}

.megamenu-links-wrapper .megamenu-group ul li {
  font-weight: 400 line-height: 1.3;
  font-size: 11px;
  line-height: 20px;
}

.megamenu li a {
  font-weight: 400;
}

.register-nav button {
  font-weight: 400;
  line-height: 1.3;
}

@media (min-width: 992px) {
  body:not(.orbiti__homepage, .orbiti__subpage) #theheader .container {
    width: calc(100% - 50px);
    max-width: calc(1920px - 50px);
  }

  body:not(.orbiti__homepage, .orbiti__subpage) #theheader .container .home-link {
    padding-left: 2%;
  }

  body:not(.orbiti__homepage, .orbiti__subpage) #theheader .container .register-nav {
    padding-right: 2%;
  }
}

@media (min-width: 1200px) {
  body:not(.orbiti__homepage, .orbiti__subpage) #theheader .container .home-link {
    padding-left: 5%;
  }

  body:not(.orbiti__homepage, .orbiti__subpage) #theheader .container .register-nav {
    padding-right: 5%;
  }
}

@media (min-width: 1400px) {
  body:not(.orbiti__homepage, .orbiti__subpage) #theheader .container .home-link {
    padding-left: 8%;
  }

  body:not(.orbiti__homepage, .orbiti__subpage) #theheader .container .register-nav {
    padding-right: 8%;
  }
}

@media (min-width: 1500px) {
  body:not(.orbiti__homepage, .orbiti__subpage) #theheader .container .home-link {
    padding-left: 12%;
  }

  body:not(.orbiti__homepage, .orbiti__subpage) #theheader .container .register-nav {
    padding-right: 12%;
  }
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 991px) {
  .row-flex {
    margin-left: auto;
    margin-right: auto;
  }

  .row-flex+.row {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .row-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.col-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}


@-webkit-keyframes FadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes FadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


.megamenu {
  width: 100%;
  height: auto;
  position: absolute;
  max-width: 100%;
  left: 0;
  right: 0;
  margin-right: 0;
  margin-left: auto;
  background-color: #FFFFFF;
  padding: 25px 35px 15px;
  -webkit-animation: FadeDown .2s linear;
  animation: FadeDown .2s linear;
}

@media (max-width: 1200px) {
  .megamenu {
    padding: 25px 35px 15px;
  }
}

.megamenu .dapps-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 180%;
  color: #261D83;
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 768px) {
  .megamenu .dapps-title {
    padding-left: 0;
  }
}

.megamenu .megamenu-links-wrapper {
  position: relative;
  /* 10April2023
padding-top: 30px;
margin-top: 30px;*/
}

.megamenu .megamenu-links-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 1px;
  width: calc(100% - 30px);
  background-color: #D9D9D9;
}

/* 10April2023 This horizontal line isn't needed as per the new branding */
.megamenu .megamenu-links-wrapper:before {
  content: none
}

/* End 10April2023 */
@media (max-width: 768px) {
  .megamenu .megamenu-links-wrapper:before {
    width: 100%;
    left: 0;
  }
}

@media (max-width: 768px) {
  .megamenu .megamenu-links-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.megamenu-app {
  display: block;
  margin-bottom: 5px;
}

.megamenu .megamenu-links {
  margin: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.megamenu .megamenu-links {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 992px) {
  .megamenu .megamenu-links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .megamenu .megamenu-links {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .megamenu .megamenu-links .group-title {
    margin-top: 5px !important;
  }

  .megamenu .megamenu-links ul {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .megamenu .megamenu-links {
    margin-bottom: 10px;
  }
}

.megamenu .megamenu-group {
  margin-top: 0;
  display: block;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .megamenu .megamenu-group {
    width: 50%;
  }
}

.megamenu .megamenu-group-img a {
  padding-right: 15px;
}

.megamenu .megamenu-group-img .img-lg {
  padding-right: 0;
  display: block;
}

.megamenu .megamenu-group-img img {
  margin-bottom: 15px;
  height: auto;
  width: auto;
}

.megamenu .megamenu-group .icon-link .icon-link-img {
  margin-right: 3px;
}

.megamenu .group-title {
  color: #261D83;
  font-weight: 600;
  font-size: 14px;
  line-height: 180%;
  margin-top: 0;
}

.megamenu .group-title.mb-0 {
  margin-bottom: 0;
}

.megamenu .group-title.mt-0 {
  margin-top: 0;
}

.megamenu .group-title.mt-5 {
  margin-top: 5px;
}

.megamenu ul {
  padding: 0px !important;
  height: 100% !important;
  float: left;
  display: block !important;
}

.megamenu li {
  padding: 0px !important;
  width: 100% !important;
  display: block !important;
}

.megamenu li a {
  padding: 0px !important;
  text-align: left !important;
  color: #999999 !important;
  font-size: 11px !important;
  line-height: 1.3;
  height: 100% !important;
  white-space: normal !important;
}

.megamenu li a:hover {
  color: #75B63C !important;
  text-decoration: none !important;
  background: none !important;
}

.megamenu-apps-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #D9D9D9;
  width: 280px;
}

.megamenu-apps-container .megamenu-download-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.megamenu-apps-container .megamenu-download-list-col {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  /*align-items: baseline;*/
  width: 100%
}

.megamenu-apps-container .megamenu-download-list-col img {
  width: auto;
  max-width: 100%;
}

/*
.megamenu-apps-container .megamenu-download-columns-item + .megamenu-download-columns-item .group-title {
margin-top: 20px;
}
*/
@media (max-width: 1200px) {
  .megamenu-apps-container {
    padding-left: 15px;
    width: 312px;
  }
}

@media (max-width: 768px) {
  .megamenu-apps-container {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border-left: none;
    border-top: 1px solid #D9D9D9;
    padding-left: 0;
    padding-top: 30px;
  }

  /*
.megamenu-apps-container .group-title {
  margin-top: 15px;
}
*/
}

.megamenu-dapps-container {
  height: 100%;
  padding-left: 15px;
  width: calc(100% - 280px);
}

@media (max-width: 1200px) {
  .megamenu-dapps-container {
    width: calc(100% - 280px);
  }
}

@media (max-width: 768px) {
  .megamenu-dapps-container {
    width: 100%;
    padding-left: 0;
  }
}

.megamenu-dapps-container .dapps-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .megamenu-dapps-container .dapps-group {
    width: 100%;
  }
}

.megamenu-dapps-container .dapps-group a {
  text-decoration: none;
  width: 25%;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* 08112022 align-items: center;*/
  align-items: flex-start;
  /* / 08112022 */
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .megamenu-dapps-container .dapps-group a {
    padding-right: 10px;
    width: 33.333333%;
  }
}

@media (max-width: 992px) {
  .megamenu-dapps-container .dapps-group a {
    width: 50%;
  }
}

.megamenu-dapps-container .dapps-group-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  color: #7DCF2E;
  margin-top: 0;
  margin-bottom: 8px;
  width: 100%;
}

.megamenu-dapps-container .dapps-logo {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #EFEFEF;
  border-radius: 10px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.megamenu-dapps-container .dapps-logo img {
  width: 27px;
  height: auto;
  display: block;
}

.megamenu-dapps-container .dapps-item-title {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3;
  color: #101010;
  margin-bottom: 2px;
}

.megamenu-dapps-container .dapps-item-desc {
  font-weight: 300;
  font-size: 11px;
  line-height: 1.3;
  color: #101010;
}

@media (max-width: 768px) {
  .megamenu-dapps-container {
    padding-bottom: 10px;
  }
}

.megamenu-social-links {
  text-align: center;
  padding-bottom: 20px;
}

.megamenu-social-links a {
  text-decoration: none;
}

.megamenu-social-links .social-link-item {
  padding-left: 5px;
  padding-right: 5px;
}

.megamenu-social-links img {
  width: 24px;
  height: 24px;
}

@media (max-width: 767px) {
  .megamenu-social-links img {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 767px) {
  .megamenu-dapps-container .dapps-group a:nth-child(1n) {
    -webkit-animation: FadeIn 1s both 0.05s;
    animation: FadeIn 1s both 0.05s;
  }

  .megamenu-download-columns-item a:nth-child(1n) {
    -webkit-animation: FadeIn 1s both 0.05s;
    animation: FadeIn 1s both 0.05s;
  }
}

@media (min-width: 767px) {
  .megamenu-dapps-container .dapps-group a:nth-child(2n) {
    -webkit-animation: FadeIn 1s both 0.1s;
    animation: FadeIn 1s both 0.1s;
  }

  .megamenu-download-columns-item a:nth-child(2n) {
    -webkit-animation: FadeIn 1s both 0.1s;
    animation: FadeIn 1s both 0.1s;
  }
}

@media (min-width: 767px) {
  .megamenu-dapps-container .dapps-group a:nth-child(3n) {
    -webkit-animation: FadeIn 1s both 0.15s;
    animation: FadeIn 1s both 0.15s;
  }

  .megamenu-download-columns-item a:nth-child(3n) {
    -webkit-animation: FadeIn 1s both 0.15s;
    animation: FadeIn 1s both 0.15s;
  }
}

@media (min-width: 767px) {
  .megamenu-dapps-container .dapps-group a:nth-child(4n) {
    -webkit-animation: FadeIn 1s both 0.2s;
    animation: FadeIn 1s both 0.2s;
  }

  .megamenu-download-columns-item a:nth-child(4n) {
    -webkit-animation: FadeIn 1s both 0.2s;
    animation: FadeIn 1s both 0.2s;
  }
}

@media (min-width: 767px) {
  .megamenu-dapps-container .dapps-group a:nth-child(5n) {
    -webkit-animation: FadeIn 1s both 0.25s;
    animation: FadeIn 1s both 0.25s;
  }

  .megamenu-download-columns-item a:nth-child(5n) {
    -webkit-animation: FadeIn 1s both 0.25s;
    animation: FadeIn 1s both 0.25s;
  }
}

@media (min-width: 767px) {
  .megamenu-dapps-container .dapps-group a:nth-child(6n) {
    -webkit-animation: FadeIn 1s both 0.3s;
    animation: FadeIn 1s both 0.3s;
  }

  .megamenu-download-columns-item a:nth-child(6n) {
    -webkit-animation: FadeIn 1s both 0.3s;
    animation: FadeIn 1s both 0.3s;
  }
}

@media (min-width: 767px) {
  .megamenu-dapps-container .dapps-group a:nth-child(7n) {
    -webkit-animation: FadeIn 1s both 0.35s;
    animation: FadeIn 1s both 0.35s;
  }

  .megamenu-download-columns-item a:nth-child(7n) {
    -webkit-animation: FadeIn 1s both 0.35s;
    animation: FadeIn 1s both 0.35s;
  }
}

@media (min-width: 767px) {
  .megamenu-dapps-container .dapps-group a:nth-child(8n) {
    -webkit-animation: FadeIn 1s both 0.4s;
    animation: FadeIn 1s both 0.4s;
  }

  .megamenu-download-columns-item a:nth-child(8n) {
    -webkit-animation: FadeIn 1s both 0.4s;
    animation: FadeIn 1s both 0.4s;
  }
}

@media (min-width: 767px) {
  .megamenu-dapps-container .dapps-group a:nth-child(9n) {
    -webkit-animation: FadeIn 1s both 0.45s;
    animation: FadeIn 1s both 0.45s;
  }

  .megamenu-download-columns-item a:nth-child(9n) {
    -webkit-animation: FadeIn 1s both 0.45s;
    animation: FadeIn 1s both 0.45s;
  }
}

@media (min-width: 767px) {
  .megamenu-dapps-container .dapps-group a:nth-child(10n) {
    -webkit-animation: FadeIn 1s both 0.5s;
    animation: FadeIn 1s both 0.5s;
  }

  .megamenu-download-columns-item a:nth-child(10n) {
    -webkit-animation: FadeIn 1s both 0.5s;
    animation: FadeIn 1s both 0.5s;
  }
}

@media (min-width: 767px) {
  .megamenu-dapps-container .dapps-group a:nth-child(11n) {
    -webkit-animation: FadeIn 1s both 0.55s;
    animation: FadeIn 1s both 0.55s;
  }

  .megamenu-download-columns-item a:nth-child(11n) {
    -webkit-animation: FadeIn 1s both 0.55s;
    animation: FadeIn 1s both 0.55s;
  }
}

@media (min-width: 767px) {
  .megamenu-dapps-container .dapps-group a:nth-child(12n) {
    -webkit-animation: FadeIn 1s both 0.6s;
    animation: FadeIn 1s both 0.6s;
  }

  .megamenu-download-columns-item a:nth-child(12n) {
    -webkit-animation: FadeIn 1s both 0.6s;
    animation: FadeIn 1s both 0.6s;
  }
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media(max-width: 768px) {
  #main-nav-responsive ul.menu li {
    margin-right: 0;
    padding-left: 0 !important;
  }
}

.version-number {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3;
  color: #101010;
  margin-top: 2px;
  text-align: center;
}

@media (max-width: 480px) {
  .megamenu-apps-container .megamenu-download-list-col img {
    width: auto;
    max-width: 90%;
  }
}

/*Manish added 3/4/2023*/
.megamenu {
  background-color: #0A0A0A !important;
  max-width: 840px !important;
  top: 60px;
}

h2.beyoncerts-dapps-title {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  margin-top: 0
}

.new-mega-menu-content,
.mega-menu-top-two-cols {
  display: flex;
  flex-wrap: wrap;
}

.new-mega-menu-content {
  border-bottom: 1px solid #515151;
  padding: 15px 0;
}

.mega-menu-top-two-cols {
  justify-content: space-between;
  border-bottom: 1px solid #515151;
  padding-bottom: 5px;
}

.mega-menu-top-col span {
  display: inline-block;
  color: #D7FF2B;
  letter-spacing: 2px;
  font-weight: 400;
}

.mega-menu-top-col a {
  font-weight: 300;
  font-size: 15px;
  color: #D7FF2B;
  text-decoration: underline;
}

.mega-menu-top-col a:hover {
  color: #75B63C !important
}

.new-menu-group {
  width: 25%
}

.new-menu-group h3 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 15px;
}

/*.new-menu-group h3:before{
    content: "";
    height: 16px;
    width: 5px;
    background-color: #D7FF2B;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
*/
.new-menu-group ul li {
  margin-bottom: 5px;
}

.new-menu-group ul li a {
  color: #878787 !important;
  font-weight: 400;
  font-size: 15px !important;
}

.new-menu-group ul li a:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  background-color: #D9D9D9;
  display: inline-block;
  margin-right: 10px;
}

.by-blockcerts span {
  color: #D7FF2B;
  font-weight: 300;
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
}

.mobile-only,
#mega-menu-close {
  display: none !important;
}

/* 11April2023 */
.megamenu li a:hover {
  color: #f1f2f2 !important;
  text-decoration: none !important;
  background: none !important;
}

/* End 11April2023 */
@media (max-width: 767px) {
  .new-menu-group {
    width: 50%
  }

  .mobile-only {
    background-color: #D7FF2B;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 5px;
    border: none !important;
    display: block !important;
    padding-top: 15px !important
  }

  .megamenu-apps-container.mobile-only .group-title {
    color: #000;
  }

  .megamenu-apps-container.mobile-only .version-number {
    color: #000;
  }

  #mega-menu-close {
    position: absolute;
    right: 15px;
    top: -;
    top: 10px;
    height: 30px;
    width: 30px;
    display: block !important;
  }

  h2.beyoncerts-dapps-title {
    text-align: center;
  }

  .mega-menu-top-two-cols {
    flex-direction: column;
    align-items: center;
  }

  .megamenu-apps-container.mobile-only .megamenu-download-list {
    justify-content: center;
  }

  .megamenu.dropdown-menu {
    top: 0;
  }

  .mega-menu-top-two-cols>div.mega-menu-top-col:last-child {
    margin-top: 10px;
    margin-bottom: 5px
  }
}

@media (max-width: 480px) {
  .mega-menu-top-col {
    text-align: center
  }

  .mega-menu-top-col a {
    display: block;
  }

  .no__mob-480 {
    display: none !important
  }

  #mega-menu-close {
    height: 20px;
    width: 20px
  }

  .new-menu-group h3 {
    font-size: 18px;
  }
}

@media (max-width: 320px) {
  .new-menu-group {
    width: 100%
  }
}

.mega-menu-icon {
  cursor: pointer;
}

.megamenu {
  position: absolute;
  top: 120%;
  right: 25px;
  font-size: 14px;
  text-align: left;
  background-color: #1f1e1e;
  box-shadow: 0 -1px 2px 0 rgb(0 0 0 / 30%), 0 -2px 6px 2px rgb(0 0 0 / 15%);
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform-origin: right top 0px;
  -webkit-transform: scale(0);
  /* 07222022 */
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  /* we can remove these 4 lines if it doesn'ork out */
  position: fixed;
  top: 76px;
  overflow: auto;
  max-height: calc(-81px + 100vh);
  transition: none !important;
  max-width: 900px;
  width: 100%;
  padding: 25px 35px 15px;
  display: none;
  z-index: 9;
}

.megamenu.active {
  opacity: 1;
  -webkit-transform-origin: right top 0px;
  -webkit-transform: scale(1);
  display: block
}