.mainMenuDropdown {
  margin-right: -8px;
  margin-left: -10px;
  border-radius: 5px;
}

.menuDropDownList {
  width: 260px;
}
.menuDropDownList span {
  font-size: 16px;
  padding: 5px 0;
}
.categoryLink {
  font-size: 17px;
  padding: 5px 0;
}

.gmiPulseLink {
  margin-right: -10px;
  margin-left: -10px;
  border-radius: 5px;
}

.megatrendsLink {
  padding: 0.5rem;
}

.megatrendsInnerLink {
  height: 60px;
}

.megatrendsInnerLink span {
  font-size: 16px;
}

.mainHeaderFilter {
  margin-top: 15px;
}

.noReportMobileMenu {
  color: black;
}

.resultFilterReports {
  color: black;
  text-align: justify;
}

.dropdown-menu.displayMobileMenu {
  display: block;
}

.mobileCategoryLink {
  padding-left: 10px;
  color: black;
  font-weight: normal;
  font-size: 16px;
}

.megatrendsMobileMain {
  width: 260px !important;
}

.megatrendsMobileMain a span {
  font-size: 16px !important;
  padding: 5px 0 !important;
}

.megaTrendsMobileTwo span {
  font-size: 16px !important;
  padding: 5px 0 !important;
}

.mainGMIHeader {
  border-top: 4px solid rgb(58, 120, 155);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
}

.mainHeaderColumn {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .mainNavigationMenu {
  padding-right: 70px;
} */

.mainHeaderRight {
  float: none;
  display: none;
}
.ampHomePageLink{
  font-weight: 700;
}

.ampHomePageLink:hover{
  text-decoration: underline;
}

@media (min-width: 1201px) {
  .mainHeaderRight {
    float: none; /* Override for larger screens */
    display: block;
  }
}
.requestMoreInfoBtn {
  display: none !important;
  align-content: center !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  text-transform: capitalize !important;
  font-size: 15px !important;
  color: white !important;
}

.mainHeaderRightInner {
  width: 190px;
}

.mainSearchPopup {
  height: 610px;
}

.searchPopupBtn {
  margin-right: -5px;
}

.searchPopupInner {
  margin-top: 15px;
  width: 300px;
  height: 450px;
  overflow: hidden;
}

.searchPopupInnerTwo {
  height: 100%;
  padding-right: 10px;
  overflow-y: auto;
}

.colorWhite {
  color: white !important;
}

.fiveReportsTexr {
  color: white;
  cursor: pointer;
  text-align: justify;
}
.boldClass {
  font-weight: bold;
}

.submitBtnDivPopup {
  display: flex;
  justify-content: center;
}

.showAllBtn {
  border: 1px solid grey;
  width: 80px;
  margin-bottom: 12px;
  cursor: pointer;
  color: white;
  text-align: center;
}

.showAllBtn.showAllDisplay {
  display: block;
}

.serverErrorDiv {
  background-color: #f3f3f3;
}

.serverErrorInnerDiv {
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.serverErrorHeading {
  font-size: 30px !important;
}
.serverErrorpara {
  font-size: 15px !important;
}

.notFoundDiv {
  background-color: #f3f3f3 !important;
}
.notFoundDiv {
  text-align: justify;
}

.notFoundDivheading {
  font-size: 55px;
}
.notFoundDivPara {
  font-size: 18px !important;
}

.sampleFormPopupInner {
  text-align: center;
}

.sampleFormPopupText {
  padding: 10px;
  font-size: 18px;
  color: rgb(32, 154, 180);
  text-align: center;
  font-weight: 600;
}

.sampleFormPopupIcon {
  background-color: rgb(242, 242, 242);
  position: absolute;
  z-index: 100;
  margin-top: 1px;
  margin-left: 0.5px;
  border-radius: 5px 0px 0px 5px;
  padding: 6px 7px 7px 12px;
  min-width: 50px;
  font-size: 30px;
}
.sampleFormEmailErr {
  margin-top: -5px;
  padding-left: 20px;
  color: red;
}

.sampleFormCounty {
  padding-top: 20px;
  font-size: 15px;
}
