.myContainer {
  position: absolute;
  top: 6rem;
  right: 0rem;
  height: calc(100vh - 6rem);
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  width: calc(100vw - 15rem) !important;
}

.myContainer::-webkit-scrollbar {
  display: none;
  /* WebKit */
}

body {
  height: 100vh;
  overflow: hidden;
}

div.pricingTable {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 3rem 0px 0px;
  padding: 0 2rem;
  padding-bottom: 4rem;
}

div.tableHeading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* background-color: #ee1c1c; */
  border: 0.8px solid #DEDEDE;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  padding: 0;
  padding-left: 1rem !important;
  width: 100%;
  /* justify-content: space-between; */
  height: 3rem;
  /* align-items: center; */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

div.featuresHeading1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-family: Satoshi-Bold;
  font-size: 0.9rem;
  padding-left: 1rem;
  line-height: 30px;
}

.availableSilver, .notAvailable, .availableGold, .availablegold, .availablePlatinum {
  padding-left: 1rem;
}

.packageHeading {
  padding: 0 !important;
}

.packageHeading .silverHeading, .packageHeading .goldHeading, .packageHeading .platinumHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  font-family: "Satoshi-Bold";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.5rem;
  border-right: 1.2px solid #dedede;
  /* background-color: red; */
  height: 3rem !important;
}
/*# sourceMappingURL=pricingDashboard.css.map */