/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.hr.solid {
  border-top: 3px solid #bbb;
}

.chkx--button-primary-big {
  height: 42px;
  min-width: 200px;
  padding: 0 20px !important;
  line-height: 40px !important;

  font-weight: 600;
  text-align: center;
}

.chkx--card {
  width: 230px;
  margin-right: 30px;
  padding: 20px 0 15px 0;
  text-align: center;
}

.chkx--header {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #1A2432;
}

.chkx--header-logo {
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

.chkx--installed-mark {
  margin-left: 10px;
}

.chkx--purple {
  color: #664FF3;
}

.chkx--checkmark {
  font-size: 26px;
  margin-left: 10px;
}

.chkx--card .dashicons {
  font-size: 22px;
  vertical-align: middle;
  margin-top: -5px;
  padding-right: 10px;
}

.chkx--card p {
  height: 120px;
  text-align: left;
  padding: 0 16px;
}

.chkx--promo-card {
  text-align: center;
  min-width: 200px;
  padding: 50px 32px 0px 32px;
}

.chkx--promo-card p {
  height: 120px;
  font-size: 12px;
}

.chkx--promo-card .chkx--header {
  width: 100%;
  padding-top: 5px;
}

.chkx--card .button {
  margin-top: 5px;
}

.chkx--card .chkx--header {
  text-align: left;
  width: 100%;
  padding: 0 16px;
}

.chkx--cards-row {
  display: flex;
  flex-direction: row;
}

.chkx--bg-white {
  background-color: white;
}

.chkx--badge {
  color: #444;
  background-color: #ddd;
  padding: 3px 15px;
}

.chkx--w-400 {
  width: 400px;
}

.chkx--w-800 {
  width: 800px;
}

.chkx--ml-1 {
  margin-left: 0.5rem !important;
}

.chkx--ml-3 {
  margin-left: 1.5rem !important;
}

.chkx--mb-3 {
  margin-bottom: 1.5rem;
}

.chkx--my-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.chkx--install-step {
  display: flex;
  align-items: center;
}

.chkx--connect-step section {
  margin-left: 10px;
}

.chkx-mt-5px {
  margin-top: 5px;
}

.chkx--align-center {
  text-align: center;
  align-items: center;
}
