.eventBar {
  height: 56px;
  display: flex;
  align-items: center;
  position: relative;
  float: right;
  width: 100%;
  overflow-x: clip;
}

.eventBar__flowers {
  position: relative;
  z-index: 1000;
  height: 87px;
  overflow-x: clip;
  transform: translate(100px, 0);
}

.global-header.header-react {
  position: sticky;
  top: 0;
  width: auto;
}

.main-panel > .content {
  margin-top: 4px;
}

.welcome-btn.loginBtn {
  background-color: rgb(180, 120, 122);
}

div.login-btn {
  background-color: rgb(180, 120, 122);
}

.flag-badge {
  margin-right: 160px;
  min-width: 84px;
  height: 30px;
  position: relative;
  left: 235px;
  padding-right: 8px;
  padding-bottom: 1px;
  background: linear-gradient(135deg, #f7caca, #d8a3b9, #b583b7);
  clip-path: polygon(0% 50%, 8px 0%, 95% 0%, calc(100% - 12px) 50%, 95% 100%, 8px 100%);
  border: none;
  box-shadow: 0 2px 4px rgba(183, 131, 183, 0.3);
  color: white;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

@media (max-width: 991px) {
  .eventBar {
    height: 54px;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 30px);
    padding-left: 4px;
  }

  .eventBar__flowers {
    position: relative;
    z-index: 1000;
    height: 80px;
    overflow-x: clip;
    transform: translate(20px, 0);
  }

  .flag-badge {
    left: 0;
    margin-right: 0;
    min-width: 60px;
    height: 40px;
    background: linear-gradient(135deg, #b583b7, #d8a3b9, #f7caca);
    clip-path: polygon(
      0% 0,
      50% 6px,
      50% 6px,
      100% 0,
      100% 6px,
      100% calc(100% - 6px),
      50% 100%,

      0% calc(100% - 6px),
      0% 6px
    );
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }

  header.global-header.header-react {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
}
