.container {
  padding: 3em 0em;
  padding-bottom: 200px;
}

.ui.dividing.header,
.first {
   margin-top: 3em;
}

.section {
    margin-top: 2em;
}

.ui.dividing.header:first-child {
  margin-top: 0em;
}

h1,
h3 {
   margin-top: 5em;
}


.section-header .first {
    display: inline-block;
}

.section-header .filter-toggle {
    display: inline-block;
    margin-bottom: -5px;
    margin-left: 10px;
}

.ui.buttons {
    display: block;
}

.ui.search input {
    width: 100%;
}

.age-select {
    margin-right: 10px;
    display: inline-block;
}

.genoitem, .phenoitem {
    margin: 40px 0;
    display: flex;
    align-items: center;
}

.genoitem-title, .phenoitem-title {
  flex: 2;
}

.js-remove {
  cursor: pointer;
}

.genoitem .ui.dropdown, .phenoitem .ui.dropdown {
    flex: 1;
    margin: 0 5px;
}

/*addons */
.nomargin {
    margin: 0 !important;
}

.engagment-item {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.agreebox {
    margin: 20px 0;
}

.colorselect {
    margin: 10px 0 !important;
}

.button.orange {
    box-shadow: 0 0 0 1px #F47100 inset!important;
    color: #F47100 !important;
    background-color: white !important;
}
.button.orange.active {
    background-color: #F47100 !important;
    color: white !important;
}

.button.blue {
    box-shadow: 0 0 0 1px #0093D4 inset!important;
    color: #0093D4 !important;
    background-color: white !important;
}
.button.blue.active {
    background-color: #0093D4 !important;
    color: white !important;
}

.button.gold {
    box-shadow: 0 0 0 1px #FFBB39 inset!important;
    color: #FFBB39 !important;
    background-color: white !important;
}

.button.gold.active {
    background-color: #FFBB39 !important;
    color: white !important;
}

.donecheck {
    width: 75vh;
    position: absolute;
    left: 30%;
    top: 21%;
}

/* Pricebar */
.pricebar {
    position: fixed;
    bottom: 0;
    background: white;
    height: 100px;
    width: 100%;
    z-index: 100;
    border-top: 1px solid #b1b1b1;
}

.pricebar-users {
    position: absolute;
    margin-left: 20px;
    left: 0;
}

.pricebar-usercount, .pricebar-total {
    font-size: 50px;
    margin-top: 30px;
    height: 35px;
}

.pricebar-price {
    position: absolute;
    right: 0;
    margin-right: 20px;
}

.pricebar-peruser {
    float: right;
}
