/* MAC Pricing Page Start */

.logo-top {
  left: 40px;
  top: 10px;
  position: absolute;
}

.card-heading-sub {
  font-size: 16px;
  left: 36%;
  position: absolute;
  top: 135px;
}

.table-container {
  background: #fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.table-detail-container {
  margin-bottom: 30px;
}

.solo_table th,
.solo_table td {
  padding: 10px !important;
}

.solo_table th {
  border-color: #0f285b !important;
}

.solo_table td:last-child {
  padding-left: 28px !important;
}

.download-icon {
  cursor: pointer;
}
