.nbX7a {
  position: fixed;
  top: 103px;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  z-index: 1000;
  opacity: 1;
  transition: opacity 0.5s ease;
    padding:20px;
}



.nbX7a_text {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  background-color: transparent;
}

.nbX7a.hide {
  opacity: 0;
  pointer-events: none;
}
    
    @media (max-width: 768px) {
  .nbX7a {
    top: 80px;
        padding: 10px;
  }
    .nbX7a_text {
    font-size:14px;
    }
}

@media (max-width: 768px) {
.custom-tab-container {
flex-direction: column;
align-items: stretch;
}
.custom-tabs {
display: flex;
flex-direction: row;
justify-content: space-around;
border-right: none;
border-bottom: 2px solid #8d8d8d;
}
.custom-tab {
width: 100%;
margin-bottom: 0;
flex: 1;
border-left: none;
border-bottom: 2px solid transparent;
text-align: center;
font-size: 14px;
padding: 10px 5px;
}
.custom-tab.active {
border-left: none;
border-bottom: 2px solid #0877fc;
}
.custom-content-container {
padding-left: 0;
padding-top: 10px;
min-width: unset;
}
}