:root{
    --red:#ff0000;
}
/* scroll Css - width */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
/* Track */
::-webkit-scrollbar-track {
    background: var(--secondray-bg);
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--yellow);
}
.profile-footer {
    background: #f7f8fb;
}
.account-page input {
    width: 100%;
    display: block;
    background: transparent;
    border-radius: 8px;
    min-height: 50px;
    line-height: normal;
}
.account-page .merged-form-field {
    display: flex;
    gap: 24px;
}
.account-page .merged-form-field .form-field {
    width: 100%;
}
.account-page .form-field{
    position: relative;
}
.account-page form:not(.delete-profile-form) {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 500px;
    margin: 0 auto;
}
.deshboard-page.account-page input::placeholder, 
.deshboard-page.account-page input:not([type="submit"]) {
    font-size: 14px;
    color: var(--gray);
}
.account-page .form-field  label {
    color: var(--light-black);
    font-weight: 500;
    font-size: 14px;
    line-height: 2.2;
}
.account-page input:focus {
    border-style: solid;
}
.account-page .form-field input[type="checkbox"] {
    display: inline;
    width: fit-content;
    min-height: auto;
    accent-color:var(--yellow);
    cursor: pointer;
}
.account-page .form-field:has(input[type="checkbox"])  label {
    color: var(--gray);
}
.account-page .form-field:has(input[type="checkbox"])  label a{
    color:var(--yellow);
}
.account-page .email-sent {
    color: var(--green);
    font-size: 14px;
    border: 1px solid var(--green);
    margin: 12px 0 10px;
    padding: 10px 10px;
    border-radius: 4px;
    background: #5dcb5d1f;
    line-height: normal;
}
.account-page .submission-error {
    color: var(--red);
    font-size: 14px;
    border: 1px solid var(--red);
    padding: 10px 10px;
    border-radius: 4px;
    background: #ef48481f;
    line-height: normal;
}
.account-page input[type=submit] {
    background: var(--yellow);
    font-weight: 600;
    border: 1px solid var(--yellow);
}
.account-page input[type=submit]:hover {
    background: transparent;
    color: var(--yellow);
}
.account-page a:hover {
    text-decoration: underline;
    text-decoration-color: var(--yellow);
}
.account-page  .elementor-widget-text-editor {
    color: var(--light-black);
    font-weight: 500;  
}
.account-page  .elementor-widget-text-editor p {
    margin: 0;
    line-height: normal;
}
.account-page  .elementor-widget-text-editor a {
    color: var(--yellow);
}
.account-page .error-msg {
    font-weight: 400;
    color: var(--red);
    width: 100%;
    font-size: 12px;
    position: absolute;
    bottom: -16px;
    line-height: normal;
    left: 0;
}
.account-page {
    min-height: 100vh;
    overflow: hidden;
}
.keem-me-signed {
    display: flex;
    justify-content: space-between;
}
.keem-me-signed label {
    color: var(--gray);
    font-weight: 500;
}
.keem-me-signed .forget-link a {
    font-weight: 600;
    color: var(--yellow);
}
.wrapper-eye {
    position: relative;
    display: block;
}
.eye-icon-visible{
    display: none;
}
.eye-icon-visible, .eye-icon-not-visible {
    position: absolute;
    right: 12px;
    transform: translateY(-50%);
    top: 50%;
    bottom: 50%;
    cursor: pointer;
    left: auto;
    width: 16px;
    height: 16px;
    margin: 0;
}
.resister .form-field:has(input[type="checkbox"]) label {
    padding-left: 22px;
    display: block;
    cursor: pointer;
}
.resister .form-field input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 6px;
}
/*password-tooltip*/
#password-requirements {
    background: var(--white);
    max-width: 300px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 0 15px 15px 15px;
    border-radius: 8px;
    bottom: auto;
    position: absolute;
    z-index: 1;
}
#password-requirements ul {
    margin: 0 0 0 20px;
}
#password-requirements ul li {
    list-style: none;
    position: relative;
}
#password-requirements p {
    border-bottom: 1px solid var(--ast-border-color);
    font-weight: 600;
    color: var(--gray);
    padding: 4px 0px;
    margin: 0;
}
#password-requirements ul li.invalid {
    color: var(--red);
}
#password-requirements ul li.valid {
    color: var(--gray);
}
#password-requirements ul .valid {
    color: var(--green);
}
label[for=password] {
    position: relative;
}
#password-requirements ul .valid::after{
    background-image: url(/wp-content/plugins/powertoswitch/assets/img/tick.svg);
}
#password-requirements ul .invalid::after{
    background-image: url(/wp-content/plugins/powertoswitch/assets/img/red-cross.svg );
}
#password-requirements ul li::after {
    content: "";
    position: absolute;
    width: 10px; 
    height: 10px;
    left: -20px;
    background-repeat: no-repeat;
    top: 40%;
}
/* deshboard-page */
.deshboard-page .icon-list li a {
    padding: 16px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    text-decoration: none;
}
.deshboard-page .icon-list li {
    padding-bottom: 0;
}
.deshboard-page .icon-list li.active .elementor-icon-list-text {
    color: var(--black);
}
.deshboard-page .icon-list li a:hover, .deshboard-page .icon-list li.active a {
    background: var(--white);
    box-shadow: 3px 8px 30px 0px #7D87A61A;
}   
.deshboard-page .icon-list li a:hover path, 
.deshboard-page .icon-list li.active a path {
    stroke: var(--black);
}
.deshboard-page .icon-list li:nth-child(2) a:hover path, .deshboard-page .icon-list li:nth-child(2).active path {
    stroke: none;
    fill: var(--black);
}
.deshboard-page .icon-list li:nth-child(1) a path{
    fill:#656565
}
.deshboard-page .icon-list ul li:last-child .elementor-icon-list-text,
.deshboard-page .icon-list ul li:last-child a:hover .elementor-icon-list-text  {
    color: var(--red);
}
.deshboard-page.account-page input[type=submit] {
    max-width: 180px;
}
.deshboard-page .profile-card {
    margin-bottom: 20px;
}
.deshboard-page .icon-list li a:focus {
    outline: none;
}
.deshboard-page.account-page form:not(.delete-profile-form) {
    max-width: 100%;
    background: var(--white);
    padding: 30px;
    border-radius: 12px;
}
.deshboard-page .profile-heading h2 {
    font-size: clamp(18px, 2.1vw, 24px);
    font-weight: 600;
    color: var(--black);
}
.deshboard-page .addresses_column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.deshboard-page .arrow {
    position: absolute;
    right: 12px;
    transform: translateY(-50%);
    top: 50%;
    bottom: 50%;
    cursor: pointer;
    left: auto;
    width: 16px;
    height: 16px;
    margin: 0;
}
.deshboard-page label {
    position: relative;
    display: block;
}
.deshboard-page select {
    width: 100%;
    display: block;
    background: transparent;
    border-radius: 8px;
    min-height: 50px;
    line-height: normal;
    appearance: none;
    cursor: pointer;
}
.deshboard-page  .form-field:has(.remove-address) {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}
.deshboard-page  .form-field:has(.remove-address) a.remove-address {
    color: var(--red);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    font-size: clamp(14px, 2.1vw, 16px);
}
.deshboard-page select:focus-visible {
    outline: none;
}
.deshboard-page .form-field {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.deshboard-page .profile-heading:has(button ) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}
.deshboard-page .profile-heading:has(button ) button {
    width: 100%;
    font-weight: 600;
    color: var(--black);
    background: transparent;
    border: 1px solid;
    border-radius: 8px;
    max-width: 160px;
    padding: 15px 20px;
    font-size: 16px;
}
.deshboard-page input[type="radio"] {
    width: 100%;
    cursor: pointer;
    accent-color: var(--yellow);
    max-width: 20px;
}
.deshboard-page .form-field label:has(input[type="radio"]) {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: clamp(14px, 2.1vw, 16px);
}
.deshboard-page .profile-heading:has(button) h2 {
    margin: 0;
}
/*comparison*/
.deshboard-page  .header-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
.deshboard-page  .header-row button.tab {
    width: 100%;
    color: var(--gray);
    font-size: 14px;
    background: transparent;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 6px;
    min-height: 32px;
    min-width: 92px;
    display: block;
}
.deshboard-page  .header-row button.tab.active {
    background: var(--light-black);
    color: var(--white);
    font-weight: 600;
}
.deshboard-page .search-icon {
    position: absolute;
    left: 12px;
    transform: translateY(-50%);
    top: 50%;
    bottom: 50%;
    cursor: pointer;
    right: auto;
    width: 16px;
    height: 16px;
    margin: 0;
}
.deshboard-page .tabs {
    background: var(--white);
    padding: 6px;
    border-radius: 8px;
    display: flex;
    gap: 2px;
    width: fit-content;
}
.deshboard-page .search-wrapper label {
    position: relative;
}
.deshboard-page .search-wrapper input#custom-search {
    padding-left: 35px;
    min-height: 40px;
    font-size: 16px;
    font-weight: 500;
}
.deshboard-page .search-wrapper {
    max-width: 220px;
}
.deshboard-page.account-page .icon-list li:hover a,
.deshboard-page.account-page .icon-list li.active a {
    font-weight: 600;
}
.deshboard-page.account-page .icon-list li{
    list-style: none;
}
#comparison-table thead th:fitst-child{
    border-radius: 8px;
}
#switches-table thead th, #comparison-table thead th {
    background-color: #E9ECF3;
    padding: 8px 16px;
    font-size: 14px;
    color: var(--gray);
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
    border: none;
    line-height: normal;
}
#switches-table thead th {
    white-space: nowrap;
}
#switches-table tbody tr,
#comparison-table tbody tr {
    background: var(--white);
}
#switches-table tbody td,
#comparison-table tbody td {
    padding: 20px 16px;
    font-size: 14px;
    color: var(--black);
    vertical-align: middle;
    border: none;
    font-weight: 400;
}
/* View button */
.view-btn {
    display: inline-block;
    background-color: #F0F0F0;
    color: var(    --light-black);
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease;
    font-weight: 500;
    line-height: normal;
}
.deshboard-page  #comparison-table_info {
    font-weight: 600;
    padding: 0 0 20px 0;
}
.deshboard-page  .view-btn:hover,
.deshboard-page  .view-btn:focus-visible {
    background-color: #e5e7eb;
    text-decoration:none;
}
.deshboard-page table{
    border: none;
    border-collapse: collapse;
    overflow: auto;
}
.view-btn:focus-visible {
    outline: none;
}
#switches-table tbody tr,
#comparison-table tbody tr {
    border-bottom: 1px solid #EAEAEA;
}
#comparison-table tbody .dt-empty {
    font-weight: 600;
}
#comparison-table_wrapper,#switches-table_wrapper {
    overflow-x: auto;
}
#switches-table thead tr th:first-child,
#comparison-table thead tr th:first-child {
    border-radius: 8px 0px 0 0;
}
#switches-table tbody tr:nth-last-child(2),
#comparison-table tbody tr:nth-last-child(2) {
    border: none;
}
#switches-table thead tr th:last-child,
#comparison-table thead tr th:last-child {
    border-radius: 0 8px 0 0;
}
/*electricity-details*/
.elect-details .profile-heading a {
    color: var(--black);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.elect-details .profile-heading a:focus {
    outline: none;
}
.elect-details .form-container {
    margin-top: 20px;
    background-color: var(--white);
    padding: 30px 40px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 40px 0;
}
.elect-details .form-value {
    color: var(--light-black);
}
.elect-details .form-group strong {
    color: var(--gray);
    font-weight: 500;
}
.elect-details .form-group {
    font-size: clamp(14px, 2.1vw, 16px);
    font-weight: 500;
}
.deshboard-page .switch-history .header-row {
    justify-content: flex-end;
} 
#switches-table_info {
    font-weight: 600;
    margin-bottom: 10px;
}
/*switch-data*/
.card {
    background: var(--white);
    border-radius: 16px;
    color: var(--black);
    border: 1px solid rgb(30 25 25 / 6%);
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 24px;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.benefit-icon {
    display: flex;
    gap: 10px;
    align-items: center;
}
.benefit-icon svg {
    height: 35px;
    display: block;
    border: 1px solid;
    border-radius: 30px;
    padding: 8px;
    width: 35px;
}
.benefit-item {
    display: flex;
    gap: 5px;
    align-items: start;
    justify-content: flex-start;
    flex-direction: column;
    border: 1px solid;
    padding: 10px;
    border-radius: 10px;
    background-color: var(--white);
}
.benefits-card {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    background: #eefff1;
}
.contract {
    background-color: #ffeeee;
    color: var(--red);
}
.box {
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.3s;
}
.profile-card .rewards path,.profile-card .rewards circle {
    stroke: var(--green);
}
.profile-card .rewards {
    background-color: #eefff1;
    color: var(--green);
}
.box-title {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
    font-size: clamp(16px, 2.1vw, 20px);
}
.contract h6 {
    color: var(--red);
}
.box-title svg {
    width: 22px;
    height: auto;
}
h6 {
    font-size: clamp(16px, 2.1vw, 24px);
}
.card .box h6 {
    font-size: clamp(16px, 2.1vw, 22px);
    font-weight: 700;
    margin: 0;
}
.profile-card .rewards h6 {
    color: var(--green);
}
.card p {
    margin: 0;
}
.switch-details h2 {
    font-weight: 600;
    color: var(--black);
    margin: 0;
    font-size: clamp(18px, 2.1vw, 24px);
}
.switch-view h3 {
    font-size: clamp(18px, 2.1vw, 24px);
    font-weight: 600;
    color: var(--black);
    margin: 20px 0 0;
}
.elect-details .profile-heading a:focus-visible {
    outline: none;
}
.wrapper-group {
    background: var(--white);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.switch-view  .form-container {
    background: transparent;
    padding: 0;
    margin: 0;
    gap: 12px;
}
.confirme-btn {
    background: var(--yellow);
    height: auto;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 4px;
    line-height: normal;
    color: var(--white);
    cursor: pointer;
    font-weight: 600;
}
.head-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    align-items: center;
}
.header-outer {
    background: var(--white);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    color: var(--black);
    border: 1px solid rgb(30 25 25 / 6%);
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 24px;
    margin-bottom: 20px;
}
.header-outer .status-badge {
    display: flex;
    align-items: center;
    gap: 5px;
}
.account-page a.status-badge:hover {
    text-decoration: none;
}
.header-outer .head-wrap img {
    object-fit: contain;
    height: 40px;
}
.order-ref code {
    background: rgb(149 127 127 / 12%);
    padding: 4px 12px;
    border-radius: 30px;
    transition: background-color 0.3s;
    font-size: 12px;
}
.switch-details .summary {
    background: var(--white);
    border-radius: 16px;
    color: var(--black);
    border: 1px solid rgb(30 25 25 / 6%);
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 24px 24px 10px 24px;
    margin: 20px 0;
}
.switch-details .summary p:not(:last-child) {
    border-bottom: 1px solid rgb(30 25 25 / 6%);
}
.switch-details .summary p {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 15px 0;
}
.switch-details h3{
    color: var(--black);
    font-weight: 600;
    font-size: clamp(16px, 2.1vw, 20px);
    margin: 0;
}
.switch-details .receice p {
    margin: 0;
}
.switch-details p {
   font-size: clamp(14px, 2.1vw, 16px);
   font-weight: 500;
}
.recive-order p {
    margin: 0;
}
.recive-order {
    display: flex;
    gap: 7px;
    align-items: center;
    color: var(--green);
    padding: 0;
}
.status-badge.error {
    border-width: 1px;
    border-color: rgb(239 154 154);
    background-color: rgb(255 235 238);
    color: rgb(211 47 47);
}
.status-badge.success {
    border-width: 1px;
    border-color: rgb(165 214 167);
    background-color: rgb(232 245 233);
    color: rgb(56 142 60);
}
/*.status-badge.error svg path {
    fill: var(--red);
}
.status-badge.success svg path {
    fill: var(--green);
}*/
.status-badge {
    padding: 8px 14px;
    border-radius: 30px;
    font-weight: 500;
    transition: transform 0.3s;
    line-height: normal;
    font-size: 14px;
    text-decoration: none;
    max-width: 200px;
    text-align: center;
}
/*Setting-view*/
.setting-view h3 {
    color: var(--black);
    font-weight: 600;
    font-size: clamp(16px, 2.1vw, 20px);
    margin: 0;
}
.delete-account {
    background: var(--white);
    padding: 30px;
    border-radius: 8px;
}
.delete-account p {
    font-size: 14px;
    font-weight: 400;
    color: var(--gray);
    margin: 2px  0 30px 0;
}
.setting-view .delete-account a {
    color: var(--red);
    font-weight: 600;
    border: 1px solid var(
    --red);
    max-width: 160px;
    width: 100%;
    display: flex;
    border-radius: 8px;
    min-height: 50px;
    line-height: normal;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}
.setting-view .delete-account a:focus-visible,
.view-btn:focus-visible {
    outline: none;
}
.delete-account a:hover {
    background: var(--red);
    color: var(--white);
}
/*--Modal--*/
/* Overlay background */
.setting-view .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #00000080;
    display: none;
}
  /* Modal container */
  .setting-view .modal {
    background: var(--white);
    border-radius: 12px;
    padding: 16px;
    width: 90%;
    max-width: 385px;
    position: relative;
    text-align: left;
    box-shadow: 0px 20px 24px -4px #10182814;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
  /* Close button */
  .setting-view .close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: transparent;
    border: none;
    font-size: 22px;
    cursor: pointer;
  }
  
  /* Icon */
  .setting-view .modal-icon {
    background: #FFDBDB;
    width: 24px;
    height: 25px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
  /* Heading */
  .modal h2 {
    color: var(--black);
    font-weight: 700;
    font-size: clamp(16px, 2.1vw, 20px);
    margin-bottom: 0;
  }
  /* Paragraph */
  .setting-view .modal p {
    font-size: 14px;
    color: var(--gray); 
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.4;
  }
  /* Buttons */
  .setting-view .modal-actions .delete-profile-form {
    display: flex;
    gap: 12px;
    justify-content: center;
  }
  .setting-view .btn-cancel {
    background: transparent; 
    border: 1px solid #D0D5DD;
    font-weight: 500;
    color: var(--light-black);
  }
  .setting-view .btn-delete {
    background: var(--red); 
    color: var(--white);
  }
  .setting-view .icon-wraps {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 8px;
  }
  .setting-view .modal-actions .delete-profile-form button {
    width: 100%;
    padding: 14px 16px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    font-size: clamp(14px, 2.1vw, 16px);
    text-align: center;
    text-decoration: none;
}
.setting-view button.close-btn {
    background: transparent;
    color: var(--gray);
    padding: 0;
    font-size: 27px;
}
#comparison-table tbody td:has(.view-btn + .view-btn) {
    display: inline-flex;
    gap: 4px;
}
#comparison-table tbody td .view-btn {
    width: max-content;
}

/*dashborad-sec*/
.comparison-item, .switch-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
}
.item-icon {
    background: white;
    padding: 0.4rem;
    border-radius: 3.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #059669;
    transition: all 0.2s ease;
    display: flex;
}
.savings-amount {
    font-weight: 700;
    color: #059669;
    margin-bottom: 0.25rem;
}
.savings-label {
    font-size: 0.875rem;
    color: #6b7280;
}
.item-details {
    flex: 1;
    margin-left: 1rem;
}
.item-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7280;
    font-size: 0.875rem;
}
.item-savings {
    text-align: right;
    margin-right: 1rem;
}
.status-badges.pending {
    background: #fef3c7;
    color: #92400e;
    border-color: #fde68a;
}
.card-title {
    flex: 1;
    margin-left: 0.75rem;
}
.card-title p {
    margin: 0;
}
.card-icon {
    padding: 0.5rem;
    border-radius: 0.75rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(253, 183, 48), rgb(253, 183, 48));
}
.card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.status-badges {
    padding: 0rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid;
    width: 100px;
    text-align: center;
}
.view-all-btn {
    width: 100%;
    padding: 0.75rem;
    background: none;
    border: none;
    color: #3b82f6;
    font-weight: 500;
    border-radius: 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
}
.status-badges.active {
    background: #dbeafe;
    color: #1e40af;
    border-color: #bfdbfe;
}
.status-badges.completed {
    background: #dcfce7;
    color: #166534;
    border-color: #bbf7d0;
}
.item-details h5{
    font-weight: 600;
    color: var(--black);
    font-size: clamp(16px, 1vw, 18px);
}
.last-login {
    text-align: right;
    border-bottom: 1px solid #8080804a;
    margin-bottom: 30px;
}
.last-login h5 {
    margin: 0;
    font-size: clamp(18px, 2.1vw, 24px);
    font-weight: 600;
    color: var(--black);
}
.wrap-uncompare {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    margin-top: 30px;
}
.wrap-uncompare> div {
    background: var(--white);
    padding: 30px;
    border-radius: 12px;
    width: 100%;
}
.last-login p {
    margin-bottom: 11px;
}
.wrap-uncompare h5 {
    margin: 0;
}
.latest-compare {
    max-width: 100%;
    background: var(--white);
    padding: 30px;
    border-radius: 12px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.energy.card-header {
    margin: 0;
    flex-wrap: wrap;
    row-gap: 4px;
}
.last-switch {
    width: 100%;
}
.switches-icon span {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
}
.budget-amount {
    font-size: clamp(22px, 2.1vw, 35px);
    font-weight: 800;
    color: var(--black);
    line-height: 1;
}
.profile-dashboard h3 {
    font-size: clamp(18px, 2.1vw, 24px);
    font-weight: 600;
    color: var(--black);
    margin-bottom: 0px;
}
.deshboard-page .icon-list li:nth-child(1) a:hover path, .deshboard-page .icon-list li:nth-child(1).active a path {
    fill: var(--black);
    stroke: none;
}
/*Responsive*/
@media only screen and (min-width: 1025px) { 
    .account-page .elementor-widget-text-editor,
    .keem-me-signed,.account-page .form-field:has(input[type="checkbox"]) label {
        font-size: 16px;
    }
    .account-page .left-col {
        overflow-y: auto;
        height: 100vh;
        justify-content: center;
    }
   .account-page .right-col {
        overflow:hidden;
        height: 100vh;
    }
    .account-page .right-col .elementor-widget-image {
        height: 100%;
    }
    .account-page {
        gap: 20px;
        padding: 0 0 0 20px;
    }
    .account-page .right-col img {
        height: 100%;
        object-fit: cover;
    }
}
@media only screen and (min-width: 1200px) { 
    .benefits-card {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 1199px) { 
    .wrap-uncompare> div {
        padding: 15px;
    }
    .account-page .right-col {
        display: none;
    }
    .account-page.elementor-element {
        padding: 0 20px;
    }
    .account-page form:not(.delete-profile-form) {
        max-width:570px;
    }
    .deshboard-page .icon-list .elementor-icon-list-text{
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .wrap-uncompare {
        gap: 15px;
        flex-wrap: wrap;
    }
    .budget-total svg {
        width: 30px;
        height: 30px;
    }
    .card-icon {
        padding: 0.30rem;
        border-radius: 0.30rem;
    }
    .card-icon svg {
        width: 16px;
        height: 16px;
    }
    .wrap-uncompare> div {
        padding: 15px;
    }
    .setting-view .modal-actions .delete-profile-form {
        gap: 4px;
    }
    .account-page .merged-form-field{
        flex-wrap: wrap;
    }
    .deshboard-page .switch-history .header-row {
        justify-content: flex-start;
    }
    .account-page input {
        min-height: 30px;
    }
    .deshboard-page.elementor-element {
        padding: 0 10px;
    }
    .deshboard-page .profile-heading:has(button ){
        margin: 0 0 20px;
    }
    #switches-table tbody td, #comparison-table tbody td,
    #switches-table thead th, #comparison-table thead th{
        font-size: 11px;
        padding: 8px;
    }
    .deshboard-page .icon-list ul {
        display: flex;
        flex-direction: column;
        width: max-content;
    }
    .deshboard-page .icon-list li a {
        background: var(--white);
    }
    .deshboard-page .form-field:has(.remove-address){
        gap: 8px;
    }
    .benefits-card {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 420px) {
    .comparison-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    .item-savings {
        text-align: left;
    }
    .item-details {
        margin-left: 0rem;
    }
    .deshboard-page  .header-row {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 5px;
        flex-direction: column-reverse;
    }
    .deshboard-page .icon-list ul {
        width: 100%;
        max-width: 420px;
    }
    .benefit-item {
        flex-direction: column;
        align-items: flex-start;
    }
}