﻿/********************************/

/** Atomic Classes
  *   Guide:
  *     Prefixes:
  *       c:   color
  *       cl:  clear
  *       d:   display
  *       fwe: font-weight
  *       hma: max-height
  *       mt:  margin-top
  *       mb:  margin-bottom
  *       o:   overflow
  *       r:   right
  *       w:   width
  *     Sufixes:
  *       p:   percentage
  *       px:  pixel
 **/

.c-danger {
  color: rgb(169, 68, 66);
}

.c-disabled {
  color: rgba(51,51,51, 0.5);
}

.c-link {
  color: #04c;
}

.cl-both {
  clear: both;
}

.d-none {
  display: none;
}

.d-in-bl {
  display: inline-block;
}

.fwe-bold {
  font-weight: bold;
}

.hma44p {
  max-height: 44px;
}

.mt_1px {
  margin-top: 1px;
}

.mt_2px {
  margin-top: 2px;
}

.mt_3px {
  margin-top: 3px;
}

.mt_4px {
  margin-top: 4px;
}

.mt_5px {
  margin-top: 5px;
}

.mt_10px {
  margin-top: 10px;
}

.mt_15px {
  margin-top: 15px;
}

.mt_16px {
  margin-top: 16px;
}

.mb_1px {
  margin-bottom: 1px;
}

.mb_2px {
  margin-bottom: 2px;
}

.mb_3px {
  margin-bottom: 3px;
}

.mb_4px {
  margin-bottom: 4px;
}

.mb_5px {
  margin-bottom: 5px;
}

.mb_6px {
  margin-bottom: 5px;
}

.mb_7px {
  margin-bottom: 5px;
}

.mb_15px {
  margin-bottom: 15px;
}

.mb_16px {
  margin-bottom: 16px;
}

.ml_1px {
  margin-left: 1px;
}

.ml_2px {
  margin-left: 2px;
}

.ml_3px {
  margin-left: 3px;
}

.ml_4px {
  margin-left: 4px;
}

.ml_5px {
  margin-left: 5px;
}

.ml_50px {
  margin-left: 50px;
}

.o-hidden {
  overflow: hidden;
}

.r10px {
  right: 10px;
}

.r15px {
  right: 15px;
}

.r50px {
  right: 50px;
}

.w100p {
  width: 100%;
}

.new-customerdata input[type="checkbox"] {
  margin: 0px 0px 2px 0px;
}

.flex {
  display: flex;
}

.ratesForm {
  width: 100%;
  display: flex;
  margin: 12px 0px;
  align-items: center;
}

.ratesFormWDesc {
  width: 100%;
  display: flex;
  margin-bottom: 4px;
  margin-top: 12px;
  align-items: center;
}

.ratesInputPhone {
  width: 90px;
}

.ratesSelectPhone {
  width: 110px;
  margin-bottom: 0px !important
}





.ratesDivider {
  margin-bottom: 16px;
  margin-left: 16px;
}

.ratesInput {
  margin: 0 24px 0 0 !important;
}


.ratesInputPhone {
  margin: 0 4px 0 0 !important;
}

.ratesSpan {
  margin-right: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

.ratesCheckboxDiv {
  width: 40%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.ratesCheckbox {
  margin: 3px 5px !important;
}

.ratesTooltip {
  margin-top: 3px !important;
  margin-left: 4px;
}

.creditCheckCheckbox {
  display: flex;
  justify-content: space-between;
}

.ratesDatePicker {
  border: 1px solid #cccccc !important;
}

.w-1\/2 {
  width: 50%;
}

input#Step03_Opted_Marketing_Comms {
  margin-left: 100px !important;
}

.stepsContainer {
  display: flex;
  justify-content: end;
  width: 100%;
}

.wrapper-page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

html, body {
  min-height: 100%;
  height: 100%;
}

footer#wrapper-footer {
  width: 100%;
}

div#divError {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ratesForm {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    align-items: baseline;
  }

  .ratesInput {
    margin: 0 !important;
  }

  .ratesFormWDesc {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
  }

  .ratesInputPhone {
    width: 50%;
  }


  .ratesSelectPhone {
    margin-top: 16px !important;
  }

  .ratesFormWDesc input[type="text"], .ratesForm input[type="text"],
  .ratesFormWDesc input[type="search"], .ratesForm input[type="search"],
  .ratesFormWDesc input[type="password"], .ratesForm input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    height: 30px;
  }

  .ratesFormWDesc select, .ratesForm select {
    width: 100%;
  }
}


.enrollment-form-datetime {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #cccccc;
  width: 98% !important;
  padding: 0px !important;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
}

#step03_post_logon_credit_Check .enrollment-form-datetime {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #cccccc;
  width: 220px !important;
  padding: 0px !important;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
}

.enrollment-switch-form-datetime {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #cccccc;
  width: 72% !important;
  padding: 0px !important;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
}

.enrollment-date-input {
  width: 85%;
  background: white;
  border: none;
  border-right: 1px solid #cccccc;
  padding-left: 5px;
  font-size: 12px;
  height: 22px;
  cursor: text !important;
  color: black !important;
}

.input-group-addon {
  display: flex;
  width: 15% !important;
  margin: 0 !important;
  justify-content: center;
  align-items: center;
}

.rates-form-datetime {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #cccccc;
  width: 220px;
  padding: 0px !important;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
}

.rates-date-input {
  width: 85% !important;
  background: white !important;
  border: none !important;
  border-right: 1px solid #cccccc !important;
  padding-left: 5px !important;
  font-size: 14px !important;
  height: 28px !important;
  border-radius: 10px 0px 0px 10px !important;
  cursor: text !important;
  color: black !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .rates-form-datetime {
    width: 100%;
  }
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: end;
}

.justify-center {
  justify-content: center;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.rates-filter-section {
  width: 20%;
}

.rates-content {
  width: 80%;
}

.rates-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.rates-card {
  width: 100%;
  box-sizing: border-box;
}

.rates-addon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25%;
}

.rates-addons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
}

.plan-filters-content {
  background: white;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 10px 10px 10px 10px;
}

  .plan-filters-content select {
    height: 40px;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 10px 10px 10px 10px;
  }

.div-summary-content {
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  background: white;
}

.rates-addons div {
  margin: 0 auto;
}

.filter-zip-code-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}

.tiered-rate-padding {
    padding-bottom: 8px !important;
}

.rates-filter-title span {
  font-weight: bold;
  font-size: 1em;
}

.rates-filter {
  margin-bottom: 10px;
}

.filter-zip-code-div span {
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
}

.rates-filter-title {
  text-align: start;
  padding-left: 5px;
}


@media screen and (max-width: 768px) {
  .rates-filter-section, .rates-addons {
    display: none;
  }

  .rates-content {
    width: 100%;
  }

  .planButtons {
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
  }
  .plan-grid {
    height: auto !important;
  }

  #divPlanContractTerms .plan_center {
    justify-content: start;
  }
  #divPlanRates .plan_center {
    justify-content: end;
  }
  #divPlanGreenDetails .plan_center {
    justify-content: start;
  }

  /* MOBILE LOADING SKELETON RULES */

  #divPlanContractTerms .skeleton-loading {
    width: 100px !important;
    margin-right: 5px;
  }
  #divPlanGreenDetails .skeleton-loading {
    width: 50px !important;
    margin-right: 5px;
  }
  #divPlanRates .skeleton-loading {
    width: 80px !important;
  }
  #divPlanButtons .skeleton-loading {
    width: 105px !important;
  }

}

#panelStep_Plan .title {
  line-height: inherit;
  margin-top: 0;
}

@keyframes wave-lines {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

@keyframes wave-squares {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.skeleton-loading {
  background: rgba(130, 130, 130, 0.2);
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
  background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
  background-size: 800px 100px;
  animation: wave-lines 2s infinite ease-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ============================================================
   Smarty Address Verification Widget — Rates / Enrollment
   ============================================================ */

.smarty-status {
  margin-top: 4px;
  font-size: 0.85em;
  font-weight: 500;
}

/* Override --smarty-verified-color in the tenant stylesheet to match the brand title color. */
.smarty-verified {
  color: var(--smarty-verified-color, #3c763d);
}

.smarty-verified i {
  margin-right: 3px;
}

.smarty-partial {
  color: #8a6d3b;
}

.smarty-partial i {
  margin-right: 3px;
}

.smarty-not-verified {
  color: #a94442;
}

.smarty-not-verified i {
  margin-right: 3px;
}

.smarty-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 220px;
  overflow-y: auto;
}

/* Anchor point for .smarty-dropdown inside each wizard layout */
.ratesFormWDesc {
  position: relative;
}

.smarty-candidate {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 0.85em;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.15s ease;
}

.smarty-candidate:last-child {
  border-bottom: none;
}

.smarty-candidate:hover {
  background-color: #e8f4fd;
  color: #31708f;
}