@import "../../styles//global/variables";

.content-wrapper {
  h6 + p,
  h6 + div {
    padding-left: 1rem;
    img {
      width: 40px;
      height: 40px;
      &:not(:last-child) {
        margin-right: 10px;
      }
    }
  }
}

.tab-modal {
  .MuiTabs-indicator {
    background-color: transparent;
  }
  .MuiButtonBase-root {
    opacity: 1;
    .MuiTab-wrapper {
      color: #fff;
    }
    &.Mui-selected {
      .MuiTab-wrapper {
        color: $primary;
      }
    }
  }
}
