#cPanelPackagePanel {
  background-color: var(--domain-btn);
  color: var(--main-clr);
  border: 0;
  padding: 46px 30px;

  .panel-heading {
    display: none;
  }

  .panel-body {
    background-color: transparent;
    padding: 10px 15px;
    box-shadow: none;
    border: 0;
  }

  .cpanel-package-details {
    &::before {
      content: "\f466";
      font-family: "Font Awesome 5 Pro";
      font-weight: 300;
      font-size: 36px;
      background-color: #fff;
      display: flex;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      margin: 0 auto 20px;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

    em,
    h4 {
      font-style: normal;
      font-size: 22px;
      font-weight: 500;
      text-transform: capitalize;
      display: inline-block;
      color: inherit;
    }

    h4 {
      &::before {
        content: " - ";
      }
    }

    > a {
      margin-top: 5px;
      display: block;
      color: inherit;
      font-size: var(--description-size);
      opacity: 0.9;
      font-weight: var(--description-weight);
    }
  }

  .panel-body p {
    display: none;
  }
}

#cPanelUsagePanel {
  box-shadow: none;
  border: 1px solid #eee;
  position: relative;
  background-color: var(--head-clr);

  .panel-heading {
    display: none;
  }

  .panel-body {
    background-color: transparent;
    padding: 10px 15px;
    box-shadow: none;
  }

  .cpanel-usage-stats {
    color: #7e7e7e;
    font-weight: var(--description-weight);
    font-size: 13px;

    #diskUsage,
    #bandwidthUsage {
      strong {
        font-size: var(--description-size);
        font-weight: inherit;
        margin-bottom: -10px;
        display: block;
      }
    }
  }

  .cpanel-usage-stats {
    padding: 38.32px 0 71px;
  }

  .limit-near {
    color: #7e7e7e;
    font-size: 13px;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 6px;
    border-top: 1px solid #e7e7e7;
  }
}

.tab-content .panel.card {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 50px;

  .panel-heading {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #242424;

    h3 {
      margin-bottom: 25px;
      font-size: 18px;
      font-weight: 400;
    }
  }

  .panel-body {
    background-color: var(--head-clr);
    box-shadow: none;
    border: 1px solid #eee;
    padding: 25px;
    border-radius: var(--radius);
  }
}

#cPanelExtrasPurchasePanel {
  form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;

    select {
      max-width: 100%;
    }
    button[type="submit"] {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: var(--text-clr);
      gap: 10px;
    }
  }
}

#cPanelQuickShortcutsPanel {
  .col-md-3.col-sm-4.col-xs-6.col-6 {
    margin-bottom: 30px;
  }

  .cpanel-feature-row {
    a {
      font-size: 14px;
      color: #7e7e7e;
      text-decoration: none;
      transition: all 0.3s ease-in-out;

      &:hover {
        color: var(--main-clr);
      }
    }

    img {
      margin: 0 auto 12px auto;
    }
  }
}

#cPanelQuickEmailPanel {
  .input-group-addon {
    border: 1px solid #eee;
    border-left: 0;
  }
}

#cPanelConfigurableOptionsPanel,
#cPanelAdditionalInfoPanel {
  .row {
    margin-bottom: 20px;

    &:last-child {
      margin-bottom: 0;
    }
  }
}

#cPanelBillingOverviewPanel {
  .row {
    .row {
      margin-bottom: 20px;

      &:last-child {
        margin-bottom: 0;
      }
    }
  }
}
