.TemplateTabs {
  background-color: #f2f1f1; }
  .TemplateTabs #myTab.nav-tabs {
    border-bottom: 0px; }
    .TemplateTabs #myTab.nav-tabs .nav-link {
      background-color: #e1e1e1;
      width: auto;
      margin: 0em;
      border-radius: 0;
      color: #1b1b1b;
      font-size: 1.25rem;
      font-weight: bold;
      padding: 0.25em 2em;
      white-space: nowrap; }
    .TemplateTabs #myTab.nav-tabs .nav-link.active {
      background-color: #ed1b2e;
      color: #fff; }
  .TemplateTabs .carousel-indicators {
    position: relative;
    margin: 0;
    justify-content: start;
    border: 1px solid #949595;
    background-color: #fff;
    bottom: unset;
    width: fit-content;
    max-width: 100%; }
    .TemplateTabs .carousel-indicators [data-bs-target] {
      box-sizing: content-box;
      flex: 0 1 auto;
      width: auto;
      height: 33px;
      padding: 0.25em 2.5em 0.25em 2.5em;
      margin-right: 0px;
      margin-left: 0px;
      text-indent: 0px;
      cursor: pointer;
      background-color: #fff;
      background-clip: padding-box;
      border: 0;
      border-top: 0px solid transparent;
      border-bottom: 0px solid transparent;
      opacity: 1;
      transition: opacity 0.6s ease;
      text-transform: uppercase;
      white-space: nowrap; }
    .TemplateTabs .carousel-indicators [data-bs-target].active {
      background-color: #e1e1e1; }
  .TemplateTabs .carousel-item img {
    width: 100%; }

#myTab button {
  padding: .75em 3em; }

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