.calendar-body .active {
  background: var(--color-gray-30);
}

.overview-events.block {
  display: flex;
  gap: 32px;
  align-items: stretch;
}

.overview-events.block > div {
  flex: 1;
}

.tabbed-ui-container {
  overflow: hidden;
}

.tabbed-ui-container .tabbed-ui-header {
  display: flex;
  gap: 20px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tabbed-ui-container .tabbed-ui-header::-webkit-scrollbar {
  display: none;
}

.tabbed-ui-container .tabbed-ui-header div {
  flex: 1;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  border-bottom: 4px solid transparent !important;
  padding-bottom: 4px;
  white-space: nowrap;
}

.tabbed-ui-container .tabbed-ui-header .tabbed-ui-active {
  color: #005dac;
  border-bottom: 4px solid #EE5600 !important;
  font-weight: 600;
}

.tabbed-ui-container .tabbed-ui-content {
  padding-right: 36px;
  padding-top: 16px;
  overflow-y: auto;
  max-height: 340px;
}

.tabbed-ui-container .tabbed-ui-item {
  margin-bottom: 30px;
  justify-content: space-between;
  display: flex;
}

.tabbed-ui-container .tabbed-ui-item h4 {
  font-size: 14px;
  color: #343a40;
  width: 60%;
  margin: 0;
  font-weight: normal;
}

.tabbed-ui-container .tabbed-ui-item p {
  font-size: 14px;
  margin: 0;
  color: #343a40;
  width: 40%;
  text-align: right;
}

.tabbed-ui-container .tabbed-ui-item p:first-child {
  text-align: left;
}

.change-data-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.change-data-btn:hover {
  background-color: #0056b3;
}

.tabbed-ui-container .tabbed-ui-no-items {
  text-align: center;
}

@media (width <= 992px) {
  .overview-events.block {
    flex-direction: column;
  }
}
