:root {
  --dark-title: #847c77;
  --selected-tactic: #cdcac8;
  --main-title: #00A19A;
  --changing-text: #F05D61;
  --general-tactic: #f7f5f2;
  --stroke-color: #ededed;
  --button-text: #fff;
  --button: #cdcac8;
  --body-text: #000000;
  --light-mint: #00BDB4;
}

.mainAnimation {
  text-align: center;
}

.mainContainer3 {
  margin-top: 40px;
}
.firstAnimation {
  position: relative;
  padding: 10px 20px;
  margin: 30px 0;
  border: 1px solid #ede7e3;
}

.thirdAnimation {
  position: relative;
}

.mainContainer {
  margin-bottom: 30px;
  margin-top: -50px;
}

.buttons {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 10px;
  justify-content: flex-end;
}

.restart {
  display: none;
}

svg {
  margin: auto;
  display: block;
}

.experimentalGroupTitles {
  font-size: 24px;
  fill: var(--main-title);
}

.groupNameBorder, .experimentalBorder, .algoBorder {
  stroke: var(--button);
  stroke-dasharray: 3;
  fill: transparent;
}

.experimentalCategories, .successRateTitle {
  fill: #F3EFEC;
}

.experimentalCategories {
  fill: #F3EFEC;
}
.successRateTitle, .tacticName {
  font-size: 18px;
  fill: var(--dark-title);
  -webkit-transition: font-size 1s; /* Safari and Chrome */
}

.selectedTactic {
  fill: var(--selected-tactic)
}

.exploitedTitle, .exploitedSubtitle {
  fill: var(--main-title);
  font-size: 20px;
}

.scale {
  font-size: 20px;
  -webkit-transition: font-size 1.3s; /* Safari and Chrome */;
  fill: var(--changing-text);
}

.button {
  border-color: transparent;
  cursor: pointer;
  background-color: var(--button);
  border-radius: 5px;
  font-size: 14px;
  margin: 0 10px;
  padding: 10px;
  color: var(--button-text)
}

.calculateAnimations {
  fill: var(--body-text);
}


#intro-matching-data {
  font-size: 14px;
}

#intro-matching-data-0 {
  font-size: 14px;
}

#intro-matching-data-2 {
  font-size: 16px;
}

.clientAttributesTitles {
  font-size: 16px;
}

.clientAttributesSubtitles {
  font-size: 14px;
}

.subtitle {
  font-size: 14px;
  fill: var(--dark-title);
  opacity: 0;
}

.moreCorrelatedTitle .title {
  fill: var(--main-title);
  opacity: 0;
}
.lessCorrelatedTitle .title {
  fill: var(--changing-text);
  opacity: 0;
}

.separator {
  stroke-dasharray: 3;
  stroke: var(--selected-tactic);
}

.algoCategoryLabel {
  font-size: 16px;
  fill: var(--main-title);
  /* opacity: .3; */
}



.analyzingTitle {
  fill: var(--main-title);
}

.successCharacteristicTitle {
  font-size: 18px;
  fill: var(--changing-text);
}

.successTraits {
  font-size: 18px;
  fill: var(--dark-title);
}

#overlay {
    position: absolute; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    color: white;
    padding: 10px;
    font-size: 20px;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}


#overlay3 {
    position: absolute; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    left: 50%;
    margin-left: -344px;
    top: 50%;
    margin-top: -200px;
    right: 0;
    bottom: 0;
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#text3 {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    color: white;
    padding: 10px;
    margin-top: -100px;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.algoCategory, .randomAssignments {
  fill: #cdcac8;
}

.separator {
  stroke-dasharray: 3;
  stroke: var(--button-text);
}

.randomAssignLabel {
  font-size: 16px;
  fill: var(--main-title);
}

.trait {
  fill: var(--dark-title);
  font-size: 12px;
}

.tree {
  stroke: var(--button);
  stroke-dasharray: 3;
}
