/* Static Small Surface */
.Sts_Surface_E {
  background-color: #fff;
  border: 4px solid #d1d2d4;
  border-radius: 50px;
  text-align: center;
  width: 76px;
  padding: 8px 16px;
  font-size: 28px;
}
.Sts_Surface_E:Hover {
  cursor: pointer;
  background: #ededee;
}
.Sts_Surface_E:active {
  background: #e8e8e9;
}

.Sts_Surface_E_Select {
  background: #1a1e27;
}

.Stsi_Surface_E span, .Stsi_Surface_S span, .Stsi_Surface_D span, .Stsi_Primary_E span, .Stsi_Primary_S span, .Stsi_Primary_D span, .Stsi_Secondary_E span, .Stsi_Secondary_S span, .Stsi_Secondary_D span {
  font-size: 24px;
}
.Stsi_Surface_E span:first-child, .Stsi_Surface_S span:first-child, .Stsi_Surface_D span:first-child, .Stsi_Primary_E span:first-child, .Stsi_Primary_S span:first-child, .Stsi_Primary_D span:first-child, .Stsi_Secondary_E span:first-child, .Stsi_Secondary_S span:first-child, .Stsi_Secondary_D span:first-child {
  margin-top: 1px;
}

.Stsi_Primary_E span, .Rms_Primary_E span, .Rmsi_Primary_E span, .Rmm_Primary_E span {
  color: #e8a113;
}

.Stsi_Secondary_E span, .Rms_Secondary_E span, .Rmsi_Secondary_E span, .Rmm_Secondary_E span {
  color: #6c6f75;
}

.Sts_Surface_S {
  background-color: #1a1e27;
  border: 4px solid #1a1e27;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 76px;
  padding: 8px 16px;
  font-size: 28px;
}

.Sts_Surface_D {
  background-color: #fff;
  border: 4px solid #dadbde;
  color: #dadbde;
  border-radius: 50px;
  text-align: center;
  width: 76px;
  padding: 8px 16px;
  font-size: 28px;
}

/* Static Small Primary */
.Sts_Primary_E {
  background-color: #fff;
  border: 4px solid #feb015;
  border-radius: 50px;
  text-align: center;
  width: 76px;
  padding: 8px 16px;
  font-size: 28px;
}
.Sts_Primary_E:Hover {
  cursor: pointer;
  background: #ede7dc;
}
.Sts_Primary_E:active {
  background: #e8e1d5;
}

.Sts_Primary_E_Select {
  background: #1a1e27;
}

.Sts_Primary_S {
  background-color: #fcc659;
  border: 4px solid #fcc659;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 76px;
  padding: 8px 16px;
  font-size: 28px;
}

.Sts_Primary_D {
  background-color: #fff;
  border: 4px solid #fed177;
  color: #fed177;
  border-radius: 50px;
  text-align: center;
  width: 76px;
  padding: 8px 16px;
  font-size: 28px;
}

/* Static Small Secondary */
.Sts_Secondary_E {
  background-color: #fff;
  border: 4px solid #1eb99d;
  border-radius: 50px;
  text-align: center;
  width: 76px;
  padding: 8px 16px;
  font-size: 28px;
}
.Sts_Secondary_E:Hover {
  cursor: pointer;
  background: #dce7e6;
}
.Sts_Secondary_E:active {
  background: #d3e2e0;
}

.Sts_Secondary_E_Select {
  background: #1a1e27;
}

.Sts_Secondary_S {
  background-color: #1eb99d;
  border: 4px solid #1eb99d;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 76px;
  padding: 8px 16px;
  font-size: 28px;
}

.Sts_Secondary_D {
  background-color: #fff;
  border: 4px solid #7dd6c6;
  color: #7dd6c6;
  border-radius: 50px;
  text-align: center;
  width: 76px;
  padding: 8px 16px;
  font-size: 28px;
}

/* Static Small Surface icon */
.Stsi_Surface_E {
  background-color: #fff;
  border: 4px solid #d1d2d4;
  border-radius: 50px;
  text-align: center;
  padding: 8px 16px;
  font-size: 28px;
  display: inline-block;
}
.Stsi_Surface_E:Hover {
  cursor: pointer;
  background: #ededee;
}
.Stsi_Surface_E:active {
  background: #e8e8e9;
}

.Stsi_Surface_E {
  background: #1a1e27;
}

.Stsi_Surface_S {
  background-color: #1a1e27;
  border: 4px solid #1a1e27;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 8px 16px;
  font-size: 28px;
  display: inline-block;
}

.Stsi_Surface_D {
  background-color: #fff;
  border: 4px solid #dadbde;
  color: #dadbde;
  border-radius: 50px;
  text-align: center;
  padding: 8px 16px;
  font-size: 28px;
  display: inline-block;
}

/* Static Small Primary icon */
.Stsi_Primary_E {
  background-color: #fff;
  border: 4px solid #feb015;
  border-radius: 50px;
  text-align: center;
  padding: 8px 16px;
  font-size: 28px;
  display: inline-block;
}
.Stsi_Primary_E:Hover {
  cursor: pointer;
  background: #ede7dc;
}
.Stsi_Primary_E:active {
  background: #e8e1d5;
}

.Stsi_Primary_E_Select {
  background: #1a1e27;
}

.Stsi_Primary_S {
  background-color: #fcc659;
  border: 4px solid #fcc659;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 8px 16px;
  font-size: 28px;
  display: inline-block;
}

.Stsi_Primary_D {
  background-color: #fff;
  border: 4px solid #fed177;
  color: #fed177;
  border-radius: 50px;
  text-align: center;
  padding: 8px 16px;
  font-size: 28px;
  display: inline-block;
}

/* Static Small Secondary icon */
.Stsi_Secondary_E {
  background-color: #fff;
  border: 4px solid #1eb99d;
  border-radius: 50px;
  text-align: center;
  padding: 8px 16px;
  font-size: 28px;
  display: inline-block;
}
.Stsi_Secondary_E:Hover {
  cursor: pointer;
  background: #dce7e6;
}
.Stsi_Secondary_E:active {
  background: #d3e2e0;
}

.Stsi_Secondary_E_Select {
  background: #1a1e27;
}

.Stsi_Secondary_S {
  background-color: #1eb99d;
  border: 4px solid #1eb99d;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 8px 16px;
  font-size: 28px;
  display: inline-block;
}

.Stsi_Secondary_D {
  background-color: #fff;
  border: 4px solid #7dd6c6;
  color: #7dd6c6;
  border-radius: 50px;
  text-align: center;
  padding: 8px 16px;
  font-size: 28px;
  display: inline-block;
}

.Rmsi_Surface_E span, .Rmsi_Surface_S span, .Rmsi_Surface_D span, .Rmsi_Primary_E span, .Rmsi_Primary_S span, .Rmsi_Primary_D span, .Rmsi_Secondary_E span, .Rmsi_Secondary_S span, .Rmsi_Secondary_D span {
  font-size: 24px;
}
.Rmsi_Surface_E span:last-child, .Rmsi_Surface_S span:last-child, .Rmsi_Surface_D span:last-child, .Rmsi_Primary_E span:last-child, .Rmsi_Primary_S span:last-child, .Rmsi_Primary_D span:last-child, .Rmsi_Secondary_E span:last-child, .Rmsi_Secondary_S span:last-child, .Rmsi_Secondary_D span:last-child {
  margin-top: 2px;
}

/* Removable Small Surface icon */
.Rmsi_Surface_E {
  background-color: #fff;
  border: 4px solid #d1d2d4;
  border-radius: 50px;
  text-align: center;
  padding: 8px 16px;
  font-size: 28px;
  display: inline-block;
}
.Rmsi_Surface_E:Hover {
  cursor: pointer;
  background: #ededee;
}
.Rmsi_Surface_E:active {
  background: #e8e8e9;
}

.Rmsi_Surface_E_Select {
  background: #1a1e27;
}

.Rmsi_Surface_S {
  background-color: #1a1e27;
  border: 4px solid #1a1e27;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 8px 16px;
  font-size: 28px;
  display: inline-block;
}

.Rmsi_Surface_D {
  background-color: #fff;
  border: 4px solid #dadbde;
  color: #dadbde;
  border-radius: 50px;
  text-align: center;
  padding: 8px 16px;
  font-size: 28px;
  display: inline-block;
}

/* Static Small Primary icon */
.Rmsi_Primary_E {
  background-color: #fff;
  border: 4px solid #feb015;
  border-radius: 50px;
  text-align: center;
  padding: 8px 16px;
  font-size: 28px;
  display: inline-block;
}
.Rmsi_Primary_E:Hover {
  cursor: pointer;
  background: #ede7dc;
}
.Rmsi_Primary_E:active {
  background: #e8e1d5;
}

.Rmsi_Primary_E_Select {
  background: #1a1e27;
}

.Rmsi_Primary_S {
  background-color: #fcc659;
  border: 4px solid #fcc659;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 8px 16px;
  font-size: 28px;
  display: inline-block;
}

.Rmsi_Primary_D {
  background-color: #fff;
  border: 4px solid #fed177;
  color: #fed177;
  border-radius: 50px;
  text-align: center;
  padding: 8px 16px;
  font-size: 28px;
  display: inline-block;
}

/* Removable Small Secondary icon */
.Rmsi_Secondary_E {
  background-color: #fff;
  border: 4px solid #1eb99d;
  border-radius: 50px;
  text-align: center;
  padding: 8px 16px;
  font-size: 28px;
  display: inline-block;
}
.Rmsi_Secondary_E:Hover {
  cursor: pointer;
  background: #dce7e6;
}
.Rmsi_Secondary_E:active {
  background: #d3e2e0;
}

.Rmsi_Secondary_E_Select {
  background: #1a1e27;
}

.Rmsi_Secondary_S {
  background-color: #1eb99d;
  border: 4px solid #1eb99d;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 8px 16px;
  font-size: 28px;
  display: inline-block;
}

.Rmsi_Secondary_D {
  background-color: #fff;
  border: 4px solid #7dd6c6;
  color: #7dd6c6;
  border-radius: 50px;
  text-align: center;
  padding: 8px 16px;
  font-size: 28px;
  display: inline-block;
}

.Rms_Surface_E span:first-child, .Rms_Surface_S span:first-child, .Rms_Surface_D span:first-child, .Rms_Primary_E span:first-child, .Rms_Primary_S span:first-child, .Rms_Primary_D span:first-child, .Rms_Secondary_E span:first-child, .Rms_Secondary_S span:first-child, .Rms_Secondary_D span:first-child {
  margin-top: 6px;
}
.Rms_Surface_E span:last-child, .Rms_Surface_S span:last-child, .Rms_Surface_D span:last-child, .Rms_Primary_E span:last-child, .Rms_Primary_S span:last-child, .Rms_Primary_D span:last-child, .Rms_Secondary_E span:last-child, .Rms_Secondary_S span:last-child, .Rms_Secondary_D span:last-child {
  margin-top: 6px;
}

/* Static Small Remove Surface */
.Rms_Surface_E {
  background-color: #fff;
  border: 4px solid #d1d2d4;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 28px;
  display: inline-block;
}
.Rms_Surface_E:Hover {
  cursor: pointer;
  background: #ededee;
}
.Rms_Surface_E:active {
  background: #e8e8e9;
}

.Rms_Surface_E_Select {
  background: #1a1e27;
}

.Rms_Surface_S {
  background-color: #1a1e27;
  border: 4px solid #1a1e27;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 28px;
  display: inline-block;
}

.Rms_Surface_D {
  background-color: #fff;
  border: 4px solid #dadbde;
  color: #dadbde;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 28px;
  display: inline-block;
}

/* Static Small Remove Primary */
.Rms_Primary_E {
  background-color: #fff;
  border: 4px solid #feb015;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 28px;
  display: inline-block;
}
.Rms_Primary_E:Hover {
  cursor: pointer;
  background: #ede7dc;
}
.Rms_Primary_E:active {
  background: #e8e1d5;
}

.Rms_Primary_E_Select {
  background: #1a1e27;
}

.Rms_Primary_S {
  background-color: #fcc659;
  border: 4px solid #fcc659;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 28px;
  display: inline-block;
}

.Rms_Primary_D {
  background-color: #fff;
  border: 4px solid #fed177;
  color: #fed177;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 28px;
  display: inline-block;
}

/* Static Small Remove Secondary */
.Rms_Secondary_E {
  background-color: #fff;
  border: 4px solid #1eb99d;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 28px;
  display: inline-block;
}
.Rms_Secondary_E:Hover {
  cursor: pointer;
  background: #dce7e6;
}
.Rms_Secondary_E:active {
  background: #d3e2e0;
}

.Rms_Secondary_E_Select {
  background: #1a1e27;
}

.Rms_Secondary_S {
  background-color: #1eb99d;
  border: 4px solid #1eb99d;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 28px;
  display: inline-block;
}

.Rms_Secondary_D {
  background-color: #fff;
  border: 4px solid #7dd6c6;
  color: #7dd6c6;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 28px;
  display: inline-block;
}

/* Static Medium Surface */
.Stm_Surface_E {
  background-color: #fff;
  border: 4px solid #d1d2d4;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
}
.Stm_Surface_E:Hover {
  cursor: pointer;
  background: #ededee;
}
.Stm_Surface_E:active {
  background: #e8e8e9;
}

.Stm_Surface_E_Select {
  background: #1a1e27;
}

.Stmi_Surface_E span, .Stmi_Surface_S span, .Stmi_Surface_D span,
.Stmi_Primary_E span, .Stmi_Primary_S span, .Stmi_Primary_D span,
.Stmi_Secondary_E span, .Stmi_Secondary_S span, .Stmi_Secondary_D span,
.Rmm_Surface_E span, .Rmm_Surface_S span, .Rmm_Surface_D span,
.Rmm_Primary_E span, .Rmm_Primary_S span, .Rmm_Primary_D span,
.Rmm_Secondary_E span, .Rmm_Secondary_S span, .Rmm_Secondary_D span {
  font-size: 32px;
}

.Stmi_Primary_E span, .Rms_Primary_E span {
  color: #e8a113;
}

.Stmi_Secondary_E span, .Rms_Secondary_E span {
  color: #1f816f;
}

.Stm_Surface_S {
  background-color: #1a1e27;
  border: 4px solid #1a1e27;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 76px;
  padding: 12px 24px;
  font-size: 32px;
}

.Stm_Surface_D {
  background-color: #fff;
  border: 4px solid #dadbde;
  color: #dadbde;
  border-radius: 50px;
  text-align: center;
  width: 76px;
  padding: 12px 24px;
  font-size: 32px;
}

/* Static Medium Primary */
.Stm_Primary_E {
  background-color: #fff;
  border: 4px solid #feb015;
  border-radius: 50px;
  text-align: center;
  width: 76px;
  padding: 12px 24px;
  font-size: 32px;
}
.Stm_Primary_E:Hover {
  cursor: pointer;
  background: #ede7dc;
}
.Stm_Primary_E:active {
  background: #e8e1d5;
}

.Stm_Primary_E_Select {
  background: #1a1e27;
}

.Stm_Primary_S {
  background-color: #fcc659;
  border: 4px solid #fcc659;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 76px;
  padding: 12px 24px;
  font-size: 32px;
}

.Stm_Primary_D {
  background-color: #fff;
  border: 4px solid #fed177;
  color: #fed177;
  border-radius: 50px;
  text-align: center;
  width: 76px;
  padding: 12px 24px;
  font-size: 32px;
}

/* Static Medium Secondary */
.Stm_Secondary_E {
  background-color: #fff;
  border: 4px solid #1eb99d;
  border-radius: 50px;
  text-align: center;
  width: 76px;
  padding: 12px 24px;
  font-size: 32px;
}
.Stm_Secondary_E:Hover {
  cursor: pointer;
  background: #dce7e6;
}
.Stm_Secondary_E:active {
  background: #d3e2e0;
}

.Stm_Secondary_E_Select {
  background: #1a1e27;
}

.Stm_Secondary_S {
  background-color: #1eb99d;
  border: 4px solid #1eb99d;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 76px;
  padding: 12px 24px;
  font-size: 32px;
}

.Stm_Secondary_D {
  background-color: #fff;
  border: 4px solid #7dd6c6;
  color: #7dd6c6;
  border-radius: 50px;
  text-align: center;
  width: 76px;
  padding: 12px 24px;
  font-size: 32px;
}

.Stmi_Surface_E span:first-child, .Stmi_Surface_S span:first-child, .Stmi_Surface_D span:first-child, .Stmi_Primary_E span:first-child, .Stmi_Primary_S span:first-child, .Stmi_Primary_D span:first-child, .Stmi_Secondary_E span:first-child, .Stmi_Secondary_S span:first-child, .Stmi_Secondary_D span:first-child {
  margin-top: 2px;
}

/* Static Medium Surface icon */
.Stmi_Surface_E {
  background-color: #fff;
  border: 4px solid #d1d2d4;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}
.Stmi_Surface_E:Hover {
  cursor: pointer;
  background: #ededee;
}
.Stmi_Surface_E:active {
  background: #e8e8e9;
}

.Stmi_Surface_E_Select {
  background: #1a1e27;
}

.Stmi_Surface_S {
  background-color: #1a1e27;
  border: 4px solid #1a1e27;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}

.Stmi_Surface_D {
  background-color: #fff;
  border: 4px solid #dadbde;
  color: #dadbde;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}

/* Static Medium Primary icon */
.Stmi_Primary_E {
  background-color: #fff;
  border: 4px solid #feb015;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}
.Stmi_Primary_E:Hover {
  cursor: pointer;
  background: #ede7dc;
}
.Stmi_Primary_E:active {
  background: #e8e1d5;
}

.Stmi_Primary_E_Select {
  background: #1a1e27;
}

.Stmi_Primary_S {
  background-color: #fcc659;
  border: 4px solid #fcc659;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}

.Stmi_Primary_D {
  background-color: #fff;
  border: 4px solid #fed177;
  color: #fed177;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}

/* Static Medium Secondary icon */
.Stmi_Secondary_E {
  background-color: #fff;
  border: 4px solid #1eb99d;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}
.Stmi_Secondary_E:Hover {
  cursor: pointer;
  background: #dce7e6;
}
.Stmi_Secondary_E:active {
  background: #d3e2e0;
}

.Stmi_Secondary_E_Select {
  background: #1a1e27;
}

.Stmi_Secondary_S {
  background-color: #1eb99d;
  border: 4px solid #1eb99d;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}

.Stmi_Secondary_D {
  background-color: #fff;
  border: 4px solid #7dd6c6;
  color: #7dd6c6;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}

/* Static Medium Remove Surface icon */
.Rmmi_Surface_E {
  background-color: #fff;
  border: 4px solid #d1d2d4;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}
.Rmmi_Surface_E:Hover {
  cursor: pointer;
  background: #ededee;
}
.Rmmi_Surface_E:active {
  background: #e8e8e9;
}

.Rmmi_Surface_E_Select {
  background: #1a1e27;
}

.Rmmi_Surface_S {
  background-color: #1a1e27;
  border: 4px solid #1a1e27;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}

.Rmmi_Surface_D {
  background-color: #fff;
  border: 4px solid #dadbde;
  color: #dadbde;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}

/* Static Medium Remove Primary icon */
.Rmmi_Primary_E {
  background-color: #fff;
  border: 4px solid #feb015;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}
.Rmmi_Primary_E:Hover {
  cursor: pointer;
  background: #ede7dc;
}
.Rmmi_Primary_E:active {
  background: #e8e1d5;
}

.Rmmi_Primary_E_Select {
  background: #1a1e27;
}

.Rmmi_Primary_S {
  background-color: #fcc659;
  border: 4px solid #fcc659;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}

.Rmmi_Primary_D {
  background-color: #fff;
  border: 4px solid #fed177;
  color: #fed177;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}

/* Static Medium Remove Secondary icon */
.Rmmi_Secondary_E {
  background-color: #fff;
  border: 4px solid #1eb99d;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}
.Rmmi_Secondary_E:Hover {
  cursor: pointer;
  background: #dce7e6;
}
.Rmmi_Secondary_E:active {
  background: #d3e2e0;
}

.Rmmi_Secondary_E_Select {
  background: #1a1e27;
}

.Rmmi_Secondary_S {
  background-color: #1eb99d;
  border: 4px solid #1eb99d;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}

.Rmmi_Secondary_D {
  background-color: #fff;
  border: 4px solid #7dd6c6;
  color: #7dd6c6;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}

.Rmmi_Surface_E span:last-child, .Rmmi_Surface_S span:last-child, .Rmmi_Surface_D span:last-child, .Rmmi_Primary_E span:last-child, .Rmmi_Primary_S span:last-child, .Rmmi_Primary_D span:last-child, .Rmmi_Secondary_E span:last-child, .Rmmi_Secondary_S span:last-child, .Rmmi_Secondary_D span:last-child {
  margin-top: 3px;
  font-size: 32px;
}

.Rmm_Surface_E span:first-child, .Rmm_Surface_S span:first-child, .Rmm_Surface_D span:first-child, .Rmm_Primary_E span:first-child, .Rmm_Primary_S span:first-child, .Rmm_Primary_D span:first-child, .Rmm_Secondary_E span:first-child, .Rmm_Secondary_S span:first-child, .Rmm_Secondary_D span:first-child {
  margin-top: 4px;
}
.Rmm_Surface_E span:last-child, .Rmm_Surface_S span:last-child, .Rmm_Surface_D span:last-child, .Rmm_Primary_E span:last-child, .Rmm_Primary_S span:last-child, .Rmm_Primary_D span:last-child, .Rmm_Secondary_E span:last-child, .Rmm_Secondary_S span:last-child, .Rmm_Secondary_D span:last-child {
  margin-top: 4px;
}

/* Static Medium Remove Surface */
.Rmm_Surface_E {
  background-color: #fff;
  border: 4px solid #d1d2d4;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}
.Rmm_Surface_E:Hover {
  cursor: pointer;
  background: #ededee;
}
.Rmm_Surface_E:active {
  background: #e8e8e9;
}

.Rmm_Surface_E_Select {
  background: #1a1e27;
}

.Rmm_Surface_S {
  background-color: #1a1e27;
  border: 4px solid #1a1e27;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}

.Rmm_Surface_D {
  background-color: #fff;
  border: 4px solid #dadbde;
  color: #dadbde;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}

/* Static Medium Remove Primary */
.Rmm_Primary_E {
  background-color: #fff;
  border: 4px solid #feb015;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}
.Rmm_Primary_E:Hover {
  cursor: pointer;
  background: #ede7dc;
}
.Rmm_Primary_E:active {
  background: #e8e1d5;
}

.Rmm_Primary_E_Select {
  background: #1a1e27;
}

.Rmm_Primary_S {
  background-color: #fcc659;
  border: 4px solid #fcc659;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}

.Rmm_Primary_D {
  background-color: #fff;
  border: 4px solid #fed177;
  color: #fed177;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}

/* Static Medium Remove Secondary */
.Rmm_Secondary_E {
  background-color: #fff;
  border: 4px solid #1eb99d;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}
.Rmm_Secondary_E:Hover {
  cursor: pointer;
  background: #dce7e6;
}
.Rmm_Secondary_E:active {
  background: #d3e2e0;
}

.Rmm_Secondary_E_Select {
  background: #1a1e27;
}

.Rmm_Secondary_S {
  background-color: #1eb99d;
  border: 4px solid #1eb99d;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}

.Rmm_Secondary_D {
  background-color: #fff;
  border: 4px solid #7dd6c6;
  color: #7dd6c6;
  border-radius: 50px;
  text-align: center;
  padding: 12px 24px;
  font-size: 32px;
  display: inline-block;
}

/* Static Large Surface */
.Stl_Surface_E {
  background-color: #fff;
  border: 4px solid #d1d2d4;
  border-radius: 50px;
  text-align: center;
  width: 82px;
  padding: 16px 32px;
  font-size: 36px;
}
.Stl_Surface_E:Hover {
  cursor: pointer;
  background: #ededee;
}
.Stl_Surface_E:active {
  background: #e8e8e9;
}

.Stl_Surface_E_Select {
  background: #1a1e27;
}

.Stli_Surface_E span, .Stli_Surface_S span, .Stli_Surface_D span,
.Stli_Primary_E span, .Stli_Primary_S span, .Stli_Primary_D span,
.Stli_Secondary_E span, .Stli_Secondary_S span, .Stli_Secondary_D span,
.Rml_Surface_E span, .Rml_Surface_S span, .Rml_Surface_D span,
.Rml_Primary_E span, .Rml_Primary_S span, .Rml_Primary_D span,
.Rml_Secondary_E span, .Rml_Secondary_S span, .Rml_Secondary_D span {
  font-size: 36px;
}

.Stli_Primary_E span, .Rms_Primary_E span, .Rml_Primary_E span {
  color: #e8a113;
}

.Stli_Secondary_E span, .Rms_Secondary_E span, .Rml_Secondary_E span {
  color: #1f816f;
}

.Stl_Surface_S {
  background-color: #1a1e27;
  border: 4px solid #1a1e27;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 82px;
  padding: 16px 32px;
  font-size: 36px;
}

.Stl_Surface_D {
  background-color: #fff;
  border: 4px solid #dadbde;
  color: #dadbde;
  border-radius: 50px;
  text-align: center;
  width: 82px;
  padding: 16px 32px;
  font-size: 36px;
}

/* Static Large Primary */
.Stl_Primary_E {
  background-color: #fff;
  border: 4px solid #feb015;
  border-radius: 50px;
  text-align: center;
  width: 82px;
  padding: 16px 32px;
  font-size: 36px;
}
.Stl_Primary_E:Hover {
  cursor: pointer;
  background: #ede7dc;
}
.Stl_Primary_E:active {
  background: #e8e1d5;
}

.Stl_Primary_E_Select {
  background: #1a1e27;
}

.Stl_Primary_S {
  background-color: #fcc659;
  border: 4px solid #fcc659;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 82px;
  padding: 16px 32px;
  font-size: 36px;
}

.Stl_Primary_D {
  background-color: #fff;
  border: 4px solid #fed177;
  color: #fed177;
  border-radius: 50px;
  text-align: center;
  width: 82px;
  padding: 16px 32px;
  font-size: 36px;
}

/* Static Large Secondary */
.Stl_Secondary_E {
  background-color: #fff;
  border: 4px solid #1eb99d;
  border-radius: 50px;
  text-align: center;
  width: 82px;
  padding: 16px 32px;
  font-size: 36px;
}
.Stl_Secondary_E:Hover {
  cursor: pointer;
  background: #dce7e6;
}
.Stl_Secondary_E:active {
  background: #d3e2e0;
}

.Stl_Secondary_E_Select {
  background: #1a1e27;
}

.Stl_Secondary_S {
  background-color: #1eb99d;
  border: 4px solid #1eb99d;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 82px;
  padding: 16px 32px;
  font-size: 36px;
}

.Stl_Secondary_D {
  background-color: #fff;
  border: 4px solid #7dd6c6;
  color: #7dd6c6;
  border-radius: 50px;
  text-align: center;
  width: 82px;
  padding: 16px 32px;
  font-size: 36px;
}

.Stli_Surface_E span:first-child, .Stli_Surface_S span:first-child, .Stli_Surface_D span:first-child, .Stli_Primary_E span:first-child, .Stli_Primary_S span:first-child, .Stli_Primary_D span:first-child, .Stli_Secondary_E span:first-child, .Stli_Secondary_S span:first-child, .Stli_Secondary_D span:first-child {
  margin-top: 3px;
}

/* Static Large Surface icon */
.Stli_Surface_E {
  background-color: #fff;
  border: 4px solid #d1d2d4;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}
.Stli_Surface_E:Hover {
  cursor: pointer;
  background: #ededee;
}
.Stli_Surface_E:active {
  background: #e8e8e9;
}

.Stli_Surface_E_Select {
  background: #1a1e27;
}

.Stli_Surface_S {
  background-color: #1a1e27;
  border: 4px solid #1a1e27;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}

.Stli_Surface_D {
  background-color: #fff;
  border: 4px solid #dadbde;
  color: #dadbde;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}

/* Static Large Primary icon */
.Stli_Primary_E {
  background-color: #fff;
  border: 4px solid #feb015;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}
.Stli_Primary_E:Hover {
  cursor: pointer;
  background: #ede7dc;
}
.Stli_Primary_E:active {
  background: #e8e1d5;
}

.Stli_Primary_E_Select {
  background: #1a1e27;
}

.Stli_Primary_S {
  background-color: #fcc659;
  border: 4px solid #fcc659;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}

.Stli_Primary_D {
  background-color: #fff;
  border: 4px solid #fed177;
  color: #fed177;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}

/* Static Large Secondary icon */
.Stli_Secondary_E {
  background-color: #fff;
  border: 4px solid #1eb99d;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}
.Stli_Secondary_E:Hover {
  cursor: pointer;
  background: #dce7e6;
}
.Stli_Secondary_E:active {
  background: #d3e2e0;
}

.Stli_Secondary_E_Select {
  background: #1a1e27;
}

.Stli_Secondary_S {
  background-color: #1eb99d;
  border: 4px solid #1eb99d;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}

.Stli_Secondary_D {
  background-color: #fff;
  border: 4px solid #7dd6c6;
  color: #7dd6c6;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}

.Rmli_Surface_E span, .Rmli_Surface_S span, .Rmli_Surface_D span, .Rmli_Primary_E span, .Rmli_Primary_S span, .Rmli_Primary_D span, .Rmli_Secondary_E span, .Rmli_Secondary_S span, .Rmli_Secondary_D span {
  font-size: 36px;
}
.Rmli_Surface_E span:last-child, .Rmli_Surface_S span:last-child, .Rmli_Surface_D span:last-child, .Rmli_Primary_E span:last-child, .Rmli_Primary_S span:last-child, .Rmli_Primary_D span:last-child, .Rmli_Secondary_E span:last-child, .Rmli_Secondary_S span:last-child, .Rmli_Secondary_D span:last-child {
  margin-top: 2px;
}

/* Static Large Remove Surface icon */
.Rmli_Surface_E {
  background-color: #fff;
  border: 4px solid #d1d2d4;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}
.Rmli_Surface_E:Hover {
  cursor: pointer;
  background: #ededee;
}
.Rmli_Surface_E:active {
  background: #e8e8e9;
}

.Rmli_Surface_E_Select {
  background: #1a1e27;
}

.Rmli_Surface_S {
  background-color: #1a1e27;
  border: 4px solid #1a1e27;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}

.Rmli_Surface_D {
  background-color: #fff;
  border: 4px solid #dadbde;
  color: #dadbde;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}

/* Static Large Remove Primary icon */
.Rmli_Primary_E {
  background-color: #fff;
  border: 4px solid #feb015;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}
.Rmli_Primary_E:Hover {
  cursor: pointer;
  background: #ede7dc;
}
.Rmli_Primary_E:active {
  background: #e8e1d5;
}

.Rmli_Primary_E_Select {
  background: #1a1e27;
}

.Rmli_Primary_S {
  background-color: #fcc659;
  border: 4px solid #fcc659;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}

.Rmli_Primary_D {
  background-color: #fff;
  border: 4px solid #fed177;
  color: #fed177;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}

/* Static Large Remove Secondary icon */
.Rmli_Secondary_E {
  background-color: #fff;
  border: 4px solid #1eb99d;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}
.Rmli_Secondary_E:Hover {
  cursor: pointer;
  background: #dce7e6;
}
.Rmli_Secondary_E:active {
  background: #d3e2e0;
}

.Rmli_Secondary_E_Select {
  background: #1a1e27;
}

.Rmli_Secondary_S {
  background-color: #1eb99d;
  border: 4px solid #1eb99d;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}

.Rmli_Secondary_D {
  background-color: #fff;
  border: 4px solid #7dd6c6;
  color: #7dd6c6;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}

.Rml_Surface_E span:first-child, .Rml_Surface_S span:first-child, .Rml_Surface_D span:first-child, .Rml_Primary_E span:first-child, .Rml_Primary_S span:first-child, .Rml_Primary_D span:first-child, .Rml_Secondary_E span:first-child, .Rml_Secondary_S span:first-child, .Rml_Secondary_D span:first-child {
  margin-top: 6px;
}
.Rml_Surface_E span:last-child, .Rml_Surface_S span:last-child, .Rml_Surface_D span:last-child, .Rml_Primary_E span:last-child, .Rml_Primary_S span:last-child, .Rml_Primary_D span:last-child, .Rml_Secondary_E span:last-child, .Rml_Secondary_S span:last-child, .Rml_Secondary_D span:last-child {
  margin-top: 6px;
}

/* Static Large Remove Surface */
.Rml_Surface_E {
  background-color: #fff;
  border: 4px solid #d1d2d4;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}
.Rml_Surface_E:Hover {
  cursor: pointer;
  background: #ededee;
}
.Rml_Surface_E:active {
  background: #e8e8e9;
}

.Rml_Surface_E_Select {
  background: #1a1e27;
}

.Rml_Surface_S {
  background-color: #1a1e27;
  border: 4px solid #1a1e27;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}

.Rml_Surface_D {
  background-color: #fff;
  border: 4px solid #dadbde;
  color: #dadbde;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}

/* Static Large Remove Primary */
.Rml_Primary_E {
  background-color: #fff;
  border: 4px solid #feb015;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}
.Rml_Primary_E:Hover {
  cursor: pointer;
  background: #ede7dc;
}
.Rml_Primary_E:active {
  background: #e8e1d5;
}

.Rml_Primary_E_Select {
  background: #1a1e27;
}

.Rml_Primary_S {
  background-color: #fcc659;
  border: 4px solid #fcc659;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}

.Rml_Primary_D {
  background-color: #fff;
  border: 4px solid #fed177;
  color: #fed177;
  border-radius: 50px;
  text-align: center;
  width: 226px;
  padding: 16px 32px;
  font-size: 36px;
}

/* Static Large Remove Secondary */
.Rml_Secondary_E {
  background-color: #fff;
  border: 4px solid #1eb99d;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}
.Rml_Secondary_E:Hover {
  cursor: pointer;
  background: #dce7e6;
}
.Rml_Secondary_E:active {
  background: #d3e2e0;
}

.Rml_Secondary_S {
  background-color: #1eb99d;
  border: 4px solid #1eb99d;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}

.Rml_Secondary_D {
  background-color: #fff;
  border: 4px solid #7dd6c6;
  color: #7dd6c6;
  border-radius: 50px;
  text-align: center;
  padding: 16px 32px;
  font-size: 36px;
  display: inline-block;
}