/* [project]/src/widgets/CountriesList/ui/CountriesList.css [app-client] (css) */
.tabWrapper {
  background-color: #0000;
  justify-content: center;
  width: 770px;
  margin: 0 auto;
  display: flex;
}

.tagTriggerItem {
  box-shadow: none;
  color: #7d77a6;
  background-color: #0000;
  border: none;
  border-bottom: 2px solid #cac6e3;
  border-radius: 0;
  height: 42px;
  margin: 0;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.tagTriggerItem[data-state="active"] {
  color: #3e30bb;
  border-bottom-color: #3e30bb;
  font-weight: 700;
}


/*# sourceMappingURL=src_widgets_CountriesList_ui_CountriesList_015f7027.css.map*/