.accent-text {
  font-size: 14px;
  line-height: 22px;
  color: rgba(34, 34, 34, 0.6); }

#powered-by-sendowl {
  background: #ebebeb;
  font-size: 18px; }
  #powered-by-sendowl a {
    text-decoration: none !important; }

#referral-program-offer {
  background: #dbf9eb;
  font-size: 14px;
  text-align: center;
  padding: 12px; }

#referral-program-offer a {
  text-decoration: none;
  font-weight: bold;
  color: #299863; }

.btn-big {
  padding: 10px 24px 10px 24px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  height: 48px; }

.company-logo {
  max-height: 48px;
  max-width: 200px; }

.product-image {
  max-width: 48px;
  display: flex;
  align-items: center; }
  .product-image img {
    max-width: 48px; }

.locked-file {
  padding: 11px 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  min-width: 150px;
  text-align: center; }

.show-attribute-row {
  padding: 12px 0;
  border-top: 1px solid rgba(0, 54, 88, 0.08);
  font-size: 14px; }
  .show-attribute-row:last-of-type {
    border-bottom: 1px solid rgba(0, 54, 88, 0.08); }

.show-attribute-title {
  font-weight: 700; }

.vertical-divider {
  margin-left: 6px;
  margin-right: 6px;
  color: rgba(0, 54, 88, 0.08); }

#stripe-card-element {
  padding: 8px 10px 0 12px;
  height: 44px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }

.sendowl-panel-body input.form-control,
.sendowl-panel-body select.form-select {
  border: 2px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 10px; }
  .sendowl-panel-body input.form-control:focus,
  .sendowl-panel-body select.form-select:focus {
    border: 2px solid rgba(0, 117, 190, 0.5); }

.agree-title {
  font-size: 16px; }

.agree-text {
  font-size: 14px;
  max-height: 200px;
  overflow-y: auto; }

.btn-terms {
  padding: 12px;
  font-size: 16px;
  border-radius: 0.5rem;
  font-weight: 600; }
  @media (max-width: 479px) {
    .btn-terms {
      padding: 8px;
      font-size: 14px; } }

.product-price {
  font-size: 16px;
  font-weight: 400; }

.product-sales-image {
  max-width: 270px;
  max-height: 190px; }

.summary-points-list {
  padding-left: 16px; }
  .summary-points-list li {
    padding-left: 8px; }

.custom-graphic {
  max-height: 450px;
  max-width: 450px; }

.add-on-replacement-image {
  max-width: 136px;
  max-height: 136px; }
  @media (max-width: 479px) {
    .add-on-replacement-image {
      max-width: 96px;
      max-height: 96px; } }

.add-on-replacement-image.default-image {
  width: 136px; }

.upsell-product-container {
  height: 170px; }
  .upsell-product-container img {
    max-height: 170px; }

.upsell-left-col {
  border-right: 1px solid rgba(0, 54, 88, 0.08); }

.upsell-arrow {
  position: absolute;
  left: calc(50% - 24px);
  bottom: 250px;
  box-shadow: 4px 8px 32px -8px rgba(0, 54, 88, 0.4);
  height: 48px;
  width: 48px;
  border-radius: 50px;
  background: white; }

.spinner {
  text-align: center;
  padding: 50px 0; }

input[type="checkbox"].check-sm {
  height: 14px;
  width: 14px;
  margin-top: -1px;
  border-radius: 3px !important; }

.invalid-border {
  border: 2px solid #ffcfbf !important; }

#manage-home {
  max-width: 750px; }
