.btn-paac {
  font-size: 11px;
  font-weight: bold;
  padding: 0 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #911254;
  border: 1px solid #911254;
  border-radius: 2px;
}
@media (min-width: 991px) {
  .btn-paac {
    font-size: 14px;
    padding: 0 10px;
  }
}
.btn-paac:hover {
  color: #911254;
  text-decoration: none;
  background-color: #FFFFFF;
  transition: all 0.3s linear;
}
.btn-paac img {
  margin: 0 0 2px 2px;
}

.btn-paac-disabled {
  background-color: #F4F4F4;
  color: #BBBABA;
  border: none;
}
.btn-paac-disabled:hover {
  color: #BBBABA;
}

.btn-paac-dark {
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #000000;
}
.btn-paac-dark:hover {
  color: #000000;
}
.btn-paac-dark.inverted {
  background-color: #000000;
  color: #ffffff;
}
.btn-paac-dark.inverted:hover {
  color: #000000;
  background-color: #ffffff;
  transition: all 0.3s linear;
}

.btn-paac-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 46px;
  padding: 16px 8px;
  text-align: center;
  color: #0a0908;
  margin: 0px 4px;
  background-color: #ffffff;
  border: 1px solid #bbbbab;
  border-radius: 5px;
  width: 146px;
  height: 32px;
}
.btn-paac-filter .toggle-top-filter {
  font-size: 18px;
  cursor: pointer;
}
.btn-paac-filter .top-filter-aggregator {
  font-size: 18px;
  cursor: pointer;
}

.btn-paac-2 {
  background-color: #830d0d;
  border: 2px solid #830d0d;
  font-weight: normal;
}

.btn-paac-alt {
  color: #911254;
  background-color: #ffffff;
  box-sizing: border-box;
}
.btn-paac-alt:hover {
  color: #ffffff !important;
  background-color: #911254;
  transition: all 0.3s linear;
}
.btn-paac-alt:visited, .btn-paac-alt:active, .btn-paac-alt:focus {
  color: #911254;
}

.btn-paac-bw {
  color: #0a0908;
  background-color: #ffffff;
  border-color: #ffffff;
  box-sizing: border-box;
}
.btn-paac-bw:hover, .btn-paac-bw:visited, .btn-paac-bw:active, .btn-paac-bw:focus {
  color: #0a0908;
}

.btn-paac-lg {
  width: 200px;
  height: 48px;
}

.btn-paac-sm {
  font-size: 13px;
  height: 32px;
  line-height: 27px;
}

.btn-paac-wide {
  width: 80%;
  height: 48px;
}

.btn-paac-full {
  width: 100%;
  height: 48px;
}

.btn-paac-full-lg-medium {
  min-width: 100%;
}
@media (min-width: 991px) {
  .btn-paac-full-lg-medium {
    min-width: 200px;
  }
}

.btn-paac-play {
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background-color: #ffffff;
  border-radius: 30px;
}

.btn-paac-play-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  margin-right: 8px;
  margin-top: 16px;
  background-color: transparent;
  border-style: solid;
  border-width: 0.5px;
  border-radius: 50px;
  border-color: #ffffff;
}
@media (min-width: 991px) {
  .btn-paac-play-container {
    margin-top: 0px;
  }
}

.lnk-paac {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: #911254;
  background-color: transparent;
}
.lnk-paac.dark {
  color: #0a0908;
}
.lnk-paac.underlined {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding: 0 0;
  line-height: 16px;
}

.lnk-paac-lg {
  width: 210px;
  height: 48px;
}

.btn-paac-180 {
  height: 36px;
  line-height: 32px;
  width: 180px;
  font-size: 14px;
  font-weight: normal;
}

.btn-paac-underlined {
  color: #0a0908;
  border: none;
  padding: 0;
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  line-height: 20px;
}

.btn-paac-select {
  border-style: solid;
  border-width: 1px;
  border-color: #bbbaba;
  padding: 12px 8px;
  flex: 0.9;
  font-size: 14px;
  color: #0a0908;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  height: 50px;
}

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