/* 
Theme Name:		 New Hello Elementor Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Hello Elementor Child paired with the Checked Device Plans plugin.
Author:			 Minimaxsol Team
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.1.1
Text Domain:	 hello-elementor-child
*/

/*
    Add your custom styles here
*/
/* Disappearing Header Start */

.scrollingHeader {
  z-index: 10;
  transition: all 0.25s linear;
  left: 0;
}
.elementor-element.elementor-element-ba075ce.e-con-full.e-flex.e-con.e-child,
.elementor-569
  .elementor-element.elementor-element-bd5f877
  > .elementor-widget-container {
  background: none;
  background-color: #e3e3e300 !important;
}
.fixed {
  position: fixed;
  top: 0px;
  background: linear-gradient(101deg, #14293f 0%, #2d390e 100%);
  box-shadow: 0 0 10px rgba(66, 137, 215, 0.4);
}
h4.or-for-gogel {
  color: black !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  text-align: center !important;
}
.invisible {
  top: -80px;
}
.elementor-4871 .elementor-element.elementor-element-40ab902 {
  top:9px !important;
}
/* Disappearing Header End */

#checkout_hidden_button {
  display: none;
}
.embeded-drive {
  height: 1200px;
  transform: scale(0.67);
  transform-origin: 0 0;
  width: 149% !important;
  max-width: 200% !important;
  margin-bottom: -400px !important;
}
@media screen and (max-width: 767px) {
  .embeded-drive {
    width: 220% !important;
    height: 800px !important;
    max-width: 300% !important;
    transform: scale(0.46);
    transform-origin: 0% 0%;
    margin-bottom: -430px !important;
  }
}
.sub-cat-tab .e-n-tabs-heading {
  background: #fff;
}
.sub-cat-tab .e-n-tabs-heading:before {
  content: "Sub Categories";
  font-family: "Inter", Sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--e-global-color-6840a1a);
  background: #fff;
  padding: 5px 15px;
}
.elementor-element-17cae2f5 .sub-cat-tab .e-n-tabs-heading::before,
.elementor-element-4bd1ae1e .sub-cat-tab .e-n-tabs-heading::before {
  content: none !important;
}
.sub-cat-tab .e-n-tab-title {
  display: flex;
  align-items: center;
  width: 250px;
}
.sub-cat-tab .e-n-tab-title:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIxMDI0IiB3aWR0aD0iODk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04MzIgMTkyYzAgMC0zMjAgMC0zNTIgMHMtMzItMzItMzItMzIgMC0yMS4yNSAwLTMyYzAtNjQtNjQtNjQtNjQtNjRzLTI1NiAwLTMyMCAwUzAgMTI4IDAgMTI4djcwNGg4OTZjMCAwIDAtNTEwIDAtNTc2UzgzMiAxOTIgODMyIDE5MnpNMzg0IDE5Mkg2NHYtMzJjMCAwIDAtMzIgMzItMzJoMjU2YzMyIDAgMzIgMzIgMzIgMzJWMTkyeiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: contain;
}
.sub-cat-tab .e-n-tabs-content {
  min-height: 800px;
}

/* ==================================

THE CSS FOR CHECKOUT PAGE 
======================================*/

.e-checkout__container,
.testmode-info,
.p-BillingAddressForm,
.woocommerce-terms-and-conditions-wrapper {
  display: none !important;
}

.woocommerce-SavedPaymentMethods-saveNew,
.woocommerce-SavedPaymentMethods-token,
.woocommerce-SavedPaymentMethods-new {
  display: flex;
  flex-direction: row;
}

fieldset,
.woocommerce-checkout-payment {
  border: none !important;
}
.woocommerce-checkout-payment {
  margin-bottom: 0px !important;
}
.elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  #payment
  .place-order.form-row {
  margin-top: 0px !important;
}
.checked-summary-wrapper {
  max-width: 826px;
  min-height: 660px;
  margin: 30px auto;
  background: #ffffff00;
}

.checked-summary-wrapper.is-loading {
  opacity: 0.65;
  pointer-events: none;
}

.pay-credentials-form {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
}

.checked-left {
  width: 418px;
  background: var(--checked-left-bg-clr);
  padding: 10px 23px 15px 14px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.checked-right-summary {
  width: 440px;
  background: var(--summary-right-bg-clr);
  padding: 0 25px 15px 13px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}

.checked-back {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 19px;
  margin-bottom: 36px;
}

.checked-heading {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 600 !important;
  font-size: 24px !important;
  line-height: 33px !important;
  text-align: center;
  color: var(--chekcout-heading-top) !important;
  margin: 0;
}

.chek-summary-payment-choice-row {
  display: flex;
  gap: 14px;
}

.chek-summary-method-card {
  position: relative;
  width: 50%;
  height: 68px;
  border: 1px solid var(--chek-summary-method-card-border-clr);
  border-radius: 8px;
  background: var(--chek-summary-method-card-bg-clr);
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
  transition: all 0.18s ease;
  box-sizing: border-box;
}

.chek-summary-method-card:hover {
  border-color: #bcbcbc;
}

.chek-summary-method-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.chek-summary-method-card-visual {
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  border-radius: 8px;
  pointer-events: none;
}

.chek-summary-method-card input:checked + .chek-summary-method-card-visual {
  border-color: var(--pay-card-mthod-border-color);
  overflow: hidden;
}

.chek-summary-method-card
  input:checked
  + .chek-summary-method-card-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(95, 174, 227, 0.2);  */
  /* background: #5faee3; */
  opacity: 0.2;
  pointer-events: none;
}

.chek-summary-method-card-icon {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.chek-summary-method-card-text {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 19px !important;
  text-align: left;
  color: var(--chekcout-text-clr-nrml);
}
.chek-summary-method-card.active {
  background: var(--chek-summary-method-card-active-bg-clr);
}

.chek-summary-section-heading {
  /* font-family: "Noto Sans", Arial, sans-serif; */
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  margin-top: 20px;
  margin-bottom: 12px;
  color: var(--chekcout-text-clr-nrml);
}

.summary-heading {
  height: 69px;
  padding: 10px 0 0 14px;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 25px !important;
  color: var(--chekcout-text-clr-nrml) !important;
  margin: 0;
  text-align: left !important;
}

.chek-summary-right-divider {
  height: 1px;
  width: 100%;
  background: #c7c7c7;
}

/* Billing form */

.checked-custom-billing-area .woocommerce-billing-fields > h3 {
  display: none;
}

.checked-custom-billing-area .form-row {
  margin: 0;
  padding: 0;
}

.checked-custom-billing-area label {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #919191;
  margin: 0 0 4px;
}

.checked-custom-billing-area input.input-text,
.checked-custom-billing-area select,
.checked-custom-billing-area textarea {
  width: 100%;
  height: 50px;
  border: 1.5px solid #cfcfcf;
  background: #f9f9f9;
  padding: 0 12px;
  box-sizing: border-box;
  border-radius: 8px;
  outline: none;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 14px;
  color: #111;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper {
    background-color: #ffffff00 !important;
    border:none !important;
    padding: 20px 10px;
}
.checked-custom-billing-area textarea {
  height: 80px;
  padding-top: 12px;
}

.checked-custom-billing-area .woocommerce-account-fields {
  margin-top: 12px;
}

.checked-account-info {
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  margin-top: 12px;
}

/* Input groups */

.chek-summary-input-shell {
  width: 100%;
  height: 50px;
  border: 1.5px solid #cfcfcf;
  background: transparent;
  padding: 0 12px;
  box-sizing: border-box;
}

.chek-summary-input-shell.top {
  border-radius: 10px 10px 0 0;
}

.chek-summary-inline-fields {
  display: flex;
}

.chek-summary-inline-fields .chek-summary-input-shell {
  width: 50%;
  height: 48px;
}

.chek-summary-inline-fields .left {
  border-radius: 0 0 0 10px;
  border-right: none;
}

.chek-summary-inline-fields .right {
  border-radius: 0 0 10px 0;
}

.chek-summary-text-input {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  outline: none;
  font-size: 13px;
}

input.chek-summary-text-input::placeholder {
  color: #919191;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px;
}

/* Address */

.chek-summary-address-box {
  display: none;
  /* border: 1.5px solid #c9c9c9;
  border-radius: 12px;
  overflow: hidden;
  background: #f9f9f9;
  margin-bottom: 36px; */
}

.chek-summary-floating-group {
  height: 50px;
  padding: 0px 12px;
  border-bottom: 1px solid #c9c9c9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.woocommerce-billing-fields h3 {
  display: none;
}
.chek-summary-floating-label {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #919191;
}
.p-GridCell.p-GridCell--12 {
  display: none;
}
.chek-summary-floating-value {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 19px !important;
}

.chek-summary-country-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 12px;
  height: 50px;
  border-bottom: 1px solid #c9c9c9;
}

.chek-summary-country-row-2-fdf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 37px;
}

.chek-summary-address-row {
  padding: 13px 12px;
  height: 50px;
}

.chek-summary-country-select {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  cursor: pointer;
}

.chek-summary-country-arrow {
  position: absolute;
  right: 12px;
  bottom: 18px;
  pointer-events: none;
}

/* Payment */

.checked-real-payment-area {
  margin-top: 0px;
}

.checked-real-payment-area #payment {
  background: transparent !important;
  border-radius: 0 !important;
}

.checked-real-payment-area #payment ul.payment_methods {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  list-style: none !important;
}

.checked-real-payment-area #payment ul.payment_methods > li {
  margin: 0 0 10px !important;
}

.checked-real-payment-area #payment ul.payment_methods > li > input.input-radio,
.checked-real-payment-area #payment ul.payment_methods > li > label {
  display: none !important;
}

.checked-real-payment-area #payment div.payment_box {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

.checked-real-payment-area #payment div.payment_box::before {
  display: none !important;
}

.checked-real-payment-area .form-row.place-order {
  padding: 0 !important;
  margin-top: 28px !important;
}

.chek-summary-legal-copy.mobile{
  display: none;
}
.checked-real-payment-area #place_order,
.confirm-purchas-btn {
  width: 100%;
  height: 52px;
  background-color: #10a7f0 !important;
  color: #fff !important;
  border-radius: 8px !important;
  border: none !important;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: none !important;
}

.confirm-purchas-btn {
  margin-top: auto;
}

.confirm-purchas-btn svg {
  padding-right: 10px;
}

.checked-real-payment-area #place_order:hover,
.confirm-purchas-btn:hover {
  filter: brightness(1.15);
}

.checked-real-payment-area .woocommerce-privacy-policy-text {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #919191;
  margin-top: 12px;
}

/* Plan */

.chek-summary-plan-name {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: var(--chekcout-text-clr-nrml);
  margin-top: 20px;
}

.chek-summary-plan-subtext {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 21px;
  color: var(--chek-summary-plan-subtext);
  margin-bottom: 20px;
  margin-top: 5px;
}

/* Devices */

.chek-summary-devices-row {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 25px;
}

.chek-summary-devices-label {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: var(--chekcout--devices-label);
}

.chek-summary-devices-stepper {
  display: flex;
  align-items: center;
  border: 1px solid var(--device-stepper-border-clr);
  border-radius: 8px;
  overflow: hidden;
  background: var(--device-stepper-bg-clr);
}

.chek-summary-devices-stepper-button {
  width: 30px;
  height: 30px;
  border: none;
  background: #0000000d !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: #111;
}

.chek-summary-devices-stepper-button--decrease {
  color: #bdbdbd;
}

.chek-summary-devices-stepper-input {
  width: 42px;
  height: 30px;
  border: none;
  border-left: 1px solid var(--device-stepper-border-clr);
  border-right: 1px solid var(--device-stepper-border-clr);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--chekcout-text-clr-nrml);
  outline: none;
  background: transparent;
  appearance: textfield;
  -moz-appearance: textfield;
}

.chek-summary-devices-stepper-input::-webkit-outer-spin-button,
.chek-summary-devices-stepper-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Toggle */

.chek-summary-billing-toggle-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.chek-summary-switch-field {
  position: relative;
  width: 40px;
  height: 22px;
  flex-shrink: 0;
}

.chek-summary-switch-input {
  position: absolute;
  opacity: 0;
  inset: 0;
  margin: 0;
  cursor: pointer;
}

.chek-summary-switch-slider {
  width: 40px;
  height: 22px;
  background: #c9c9c9;
  border-radius: 20px;
  position: relative;
  display: block;
  transition: 0.2s ease;
}

.chek-summary-switch-slider::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  transition: 0.2s ease;
}

.chek-summary-switch-input:checked + .chek-summary-switch-slider {
  background: #10a7f0;
}

.chek-summary-switch-input:checked + .chek-summary-switch-slider::after {
  left: 20px;
}

.chek-summary-billing-toggle-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: var(--chekcout--devices-label);
  cursor: pointer;
}

.chek-summary-save-chip {
  background: var(--check-summary-save-chip);
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  font-family: "inter";
  color: var(--check-summary-save-chip-text-clr);
}

/* Totals */

.chek-summary-due-row {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 0px;
}
.chek-summary-total-row {
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  margin-bottom: 6px;
}

.chek-summary-due-row {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px;
  color: #919191;
}

.chek-summary-total-row {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 25px !important;
  color: var(--chekcout-text-clr-nrml);
}

/* Footer */

.refund-any-chat {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 39px;
  margin-bottom: 20px;
}
.chek-summary-method-card-icon.card-wala svg rect,
.chek-summary-method-card-icon.card-wala svg path {
  stroke: var(--card-wala-icon-clr);
}

.cancel-time {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sercutiy-text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  text-align: center;
  color: var(--security-text-clr);
  margin: 12px 0 0;
}

.sercutiy-text.email {
  width: 117px;
}

.chek-summary-legal-copy {
  /* margin-top: 175px; */
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #919191;
  /* margin-top: auto; */
}

.woocommerce-checkout #place_order,
.woocommerce-checkout button[name="woocommerce_checkout_place_order"] {
  display: none !important;
}

.chek-summary-legal-copy a {
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 100%;
  color: #555555 !important;
  text-decoration: underline !important;
  text-underline-offset: 1px;
}

/* Responsive */

/* @media (max-width: 900px) {
  .checked-summary-wrapper {
    max-width: 100%;
    margin: 20px 12px;
  }

  .pay-credentials-form {
    flex-direction: column;
    gap: 25px;
  }

  .checked-left,
  .checked-right-summary {
    width: 100%;
  }
} */

/* ==================================

THE CSS FOR USER MY ACCOUNT PAGE 
======================================*/

/* .ci-outer h1,
.ci-outer h2,
.ci-outer h3,
.ci-outer h4,
.ci-outer h5,
.ci-outer p,
.ci-outer h6 {
  color: #000 !important;
} */

.elementor-kit-7 {
  background-image: none !important;
  background-color: #f5f5f5;
}

body {
  padding: 0px !important;
  background-image: none !important;
  /* background-color: #f5f5f5; */
}

* {
  box-sizing: border-box;
}
button,
.btn-current {
  transition: transform 0.2s ease;
}
/* button:hover, .btn-current:hover, .subs-act-button:hover{
  transform: scale(1.03);
  filter: brightness(1.25) !important;
} */
body {
  margin: 0;
  /* background: #f3f3f3; */
  font-family: "Noto Sans", Arial, sans-serif;
  color: #1f1f1f;
}

.ci-outer {
  width: 1240px;
  width: 1134px;
  margin: 0 auto;
  padding: 0px 0px;
}

.ci-my-profile-outer-container {
  display: flex;
  gap: 47px;
  align-items: flex-start;
}

.ci-my-profile-left-bar {
  width: 279px;
  min-width: 279px;
  padding-top: 16px;
  font-family: "Noto Sans", Arial, sans-serif;
}

.ci-profile-tabs {
  display: flex;
  flex-direction: column;
  /* height: 152px; */
}

.ci-profile-tab-btn span {
  color: var(--ci-profile-tab-btn-nrml-clr);
  font-family: "Noto Sans", Arial, sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -3%;
}
.ci-profile-tab-btn {
  width: 100%;
  border: 1px solid transparent;
  background: transparent !important;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 07px 16px;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s ease;
  text-shadow: none !important;
}

.ci-profile-tab-btn.active span {
  color: var(--ci-profile-tab-btn-active-txt-clr);
}

.join-community-tele {
  display: flex;
  align-items: center;
  gap: 10px !important;
  padding-left: 16px;
  text-decoration: none;
  padding: 9px 16px !important;
}
.join-community-tele .join-text {
  font-family: "Noto Sans", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-style: Medium;
  font-size: 14px !important;
  line-height: 22px !important;
  letter-spacing: 0%;

  color: var(--join-community-tele-text-clr) !important;
}
.tab-btn-breaker {
  width: 100%;
  height: 2px !important;
  border: none !important;
  background-color: var(--tab-btn-breaker-clr) !important;
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.ci-profile-tab-btn svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.ci-profile-tab-btn svg rect {
}

.ci-profile-tab-btn svg,
.ci-profile-tab-btn svg path {
  stroke: var(--ci-profile-tab-btn-nrml-icon-clr);
}

.ci-profile-tab-btn.active {
  border-color: var(--ci-profile-tab-btn-active-border);
  background: var(--ci-profile-tab-btn-active-bg) !important;

  border-radius: 8px;
}

.ci-profile-tab-btn svg rect {
  stroke: var(--ci-profile-tab-btn-nrml-icon-clr);
}

.ci-profile-tab-btn.active svg path,
.ci-profile-tab-btn:hover svg path {
  stroke: var(--ci-profile-tab-btn-active-icon-clr);
}

.ci-profile-tab-btn.active svg,
.ci-profile-tab-btn:hover svg {
  stroke: var(--ci-profile-tab-btn-active-icon-clr);
}

.ci-profile-tab-btn.active svg rect,
.ci-profile-tab-btn:hover svg rect {
  stroke: var(--ci-profile-tab-btn-active-icon-clr);
  /* stroke: #ce7542; */
}

.ci-my-profile-outer-container
  .ci-my-profile-left-bar
  .ci-profile-tabs
  .ci-profile-tab-btn:hover {
  background: #fafafa;
}
.ci-profile-tab-btn:hover span {
  /* background: #fafafa; */
  /* color: #ce7542; */
  color: var(--ci-profile-tab-btn-active-txt-clr);
}

.ci-left-divider {
  height: 1px;
  background: #e3e3e3;
  margin: 22px 0 26px;
}

.ci-sign-out-btn {
  padding-left: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ae4b4e !important;
  text-decoration: none;
  font-family: "Noto Sans", Arial, sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 100%;
}

.ci-sign-out-btn svg {
  width: 20px;
  height: 20px;
  stroke: none;
}

.ci-my-profile-right-bar {
  flex: 1;
  max-width: 808px;
  /* min-width: 808px; */
  /* max-width: 68.8%;
  min-width: 68.8%; */
  font-family: "Noto Sans", Arial, sans-serif;
}

.ci-tab-panel {
  /* display: none; */
}

.ci-tab-panel.active {
  display: block;
}

h5.ci-page-title {
  margin-bottom: 014px !important;
  color: var(--ci-account-page-normal-text) !important;
  font-family: "Noto Sans" sans-serif !important;
  font-weight: 600 !important;
  font-style: SemiBold;
  font-size: 32px !important;
  line-height: 57px;
  letter-spacing: -4%;
}

.ci-tab-panel .ci-page-subtitle {
  margin: 0 0 14px !important;
  font-size: 14px !important;
  line-height: 19px;
  font-weight: 500 !important;
  color: var(--ci-tabpanel-subtitle) !important;
}

.ci-content-card {
  background: var(--ci-acc-cards-bg);
  border-radius: 11px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  padding: 26px 14px 20px 20px;
  margin-bottom: 50px;
  border: 1px solid var(--ci-content-card-border-clr);
}

.ci-profile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 20px;
}

.ci-form-group {
  display: flex;
  flex-direction: column;
}

.ci-form-group.ci-full {
  grid-column: 1 / -1;
}

.ci-form-label {
  margin-bottom: 8px;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0%;

  color: var(--ci-account-page-profile-text-label);
}

.ci-field-row {
  display: flex;
  gap: 22px;
  align-items: center;
}

.ci-text-input {
  width: 100%;
  height: 38px;
  border: 1px solid var(--ci-text-input-border-clr);
  border-radius: 4px;
  background: #ffffff00;
  padding: 0 12px;
  font-size: 15px;
  font-family: "Noto Sans", Arial, sans-serif;
  outline: none;
  color: var(--ci-account-page-normal-text) !important;
}
.ci-text-input:hover,
.ci-password-wrap input:hover {
  background: none !important;
}
.ci-text-input::placeholder {
}

.ci-text-input.ci-email-field {
  background: #e2e7e7;
  background: var(--ci-email-input-acc);
  color: black !important;
  font-size: 16px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.ci-text-input:focus {
  border-color: #ce7542;
  box-shadow: 0 0 0 2px rgba(206, 117, 66, 0.08);
}

.ci-secondary-btn {
  height: 38px;
  min-width: 125px;
  border: 1px solid var(--change-profile-email-btn-border) !important;
  border-radius: 6px;
  background: var(--change-profile-email-btn-bg) !important;
  color: var(--change-profile-email-btn-clr) !important;
  font-weight: 500 !important;
  font-style: Medium;
  font-size: 14px !important;
  line-height: 14px;
  letter-spacing: 0%;
  text-shadow: none !important;
  cursor: pointer;
  font-family: "Noto Sans", Arial, sans-serif;
}

.ci-section-heading {
  font-weight: 600 !important;
  font-style: SemiBold;
  font-size: 20px !important;
  line-height: 25px;
  letter-spacing: 0%;
  color: var(--profile-section-heaidng-clr) !important;
  height: 38px;
  margin-bottom: 20px !important;
}

.ci-password-group {
  margin-bottom: 22px;
}

.ci-password-label {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  margin-bottom: 9px;

  color: var(--ci-account-page-profile-text-label) !important;
}

.ci-password-wrap {
  position: relative;
}

input.ci-current-pass-field {
  background: var(--ci-current-pass-field) !important;
}
.ci-password-wrap input {
  background: #ffffff00;
  width: 100%;
  height: 41px;
  border: 1px solid var(--ci-text-input-border-clr);
  color: var(--ci-text-input-text-clr) !important;
  border-radius: 5px;
  padding: 0 42px 0 12px;
  font-size: 15px;
  font-family: "Noto Sans", Arial, sans-serif;
  outline: none;
}

.ci-password-wrap input:focus {
  /* border-color: #ce7542; */
  box-shadow: 0 0 0 2px rgba(206, 117, 66, 0.08);
}

.telegrm {
  stroke: none !important;
}

.ci-toggle-eye {
  background: #00000000 !important;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ci-toggle-eye svg {
  width: 20px;
  height: 20px;
  stroke: var(--ci-account-page-normal-text);
}

.ci-primary-btn {
  font-style: Medium;
  font-size: 16px !important;
  line-height: 100%;
  letter-spacing: 0%;
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 4px;
  background: #388cc5e5 !important;
  color: #fff !important;
  font-weight: 500 !important;
  cursor: pointer;
  font-family: "Noto Sans", Arial, sans-serif;
  margin-top: 5px;
}
.ci-primary-btn:hover,
.manage-subscription:hover,
.payment-method:hover,
.devices-panel-856__delete-btn:hover,
.devices-success-modal-btn:hover {
  filter: brightness(1.25);
}

/* second tab content */

.pro-membersip-box {
  display: flex;
  gap: 14px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
}
.cancel-subs {
  color: var(--cancel-subs-text-color) !important;
  font-weight: 300 !important;
  cursor: pointer;
  font-size: 13px !important;
  line-height: 28px;
  text-underline-offset: 1px;
  text-shadow: none !important;
  font-family: "Noto Sans", Arial, sans-serif !important;
  margin-left: auto;
  border: none;
  letter-spacing: -2% !important;
  text-decoration: underline !important;
}

.member-title {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 600 !important;
  font-style: SemiBold;
  font-size: 22px !important;
  line-height: 33px;
  letter-spacing: 0%;
  color: var(--ci-text-input-text-clr) !important;
  margin: 0px !important;
}

.membership-plan {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #8a8a8a !important;
  margin: 0px;
}

.membership p.membership-plan {
  color: #8a8a8a;
}

.pro-member-detail {
  width: 100%;
  margin-top: 16px;
}

.pro-member-detail tr {
  display: flex;
  gap: 27px;
}

table.pro-member-detail th,
table.pro-member-detail td {
  width: 17.32% !important;
  text-align: left !important;
}

.pro-member-detail th {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0%;
  color: var(--ci-subs-detail-th-clr) !important;
  padding-bottom: 0px !important;
}

.pro-member-detail td {
  font-family: "Noto Sans", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-style: Medium;
  font-size: 12px !important;
  line-height: 22px !important;
  color: var(--ci-subs-detail-td-clr) !important;
  letter-spacing: -3%;
  padding: 0px !important;
}

.pro-subscription-buttons {
  padding-top: 24px;
  display: flex;
  gap: 22px;
}

.manage-subscription,
.payment-method {
  display: inline-block;
  width: 217px;
  height: 42px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 500 !important;
  font-style: Medium;
  font-size: 14px !important;
  line-height: 22px;
  letter-spacing: 0%;
  border-radius: 6px;
  transition: all 0.3s ease-out;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.manage-subscription {
  background-color: #388cc5 !important;
  border: 1px solid #388cc5 !important;
  color: #fff !important;
}

.manage-subscription:hover {
  /* background-color: #fff !important;
    color: #213F5B !important; */
}

.payment-method {
  border: 2px solid #388cc5 !important;
  background-color: transparent !important;
  color: #388cc5 !important;
  /* color: var(--ci-acc-payment-method-color) !important; */
  text-shadow: none !important;
}

.payment-method:hover {
  background-color: #388cc5 !important;
  color: #fff !important;
}
.payment-method:hover svg path {
  fill: #fff !important;
}

table.invoices-table {
  width: 100%;
  background: var(--ci-acc-cards-bg) !important;
  border-radius: 14px !important;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--ci-content-card-border-clr) !important;
  overflow: hidden;
}

.invoices-table tbody {
  /* border-radius: 14px !important;
  border: 1px solid #bfbfbf !important; */
}

tr.invoice-heading {
  /* background: var(--ci-acc-invoice-heading); */

  padding: 20px 26px;
}

.invoices-table tbody tr {
  border-bottom: 1px solid var(--ci-content-card-border-clr) !important;
}
.invoices-table tbody tr td svg path {
  /* stroke:var(--stroke-download-clr) */
}
.invoice-heading th {
  padding: 10px 26px !important;
  font-family: "Noto Sans", Arial, sans-serif !important;
  font-weight: 500 !important;
  font-style: Medium;
  font-size: 14px !important;
  line-height: 19px !important;
  letter-spacing: 0%;
  color: var(--ci-invoice-heading-th-clr) !important;
  text-align: left !important;
}
.invoice-ki-date {
  font-weight: 300 !important;
}
.invoices-table th,
.invoices-table td {
  border-bottom: 1px solid var(--ci-content-card-border-clr) !important;
}
.paid-gre {
  width: 66px;
  color: #5a8d7a;
  border: 1px solid #a7e8d0;
  border-radius: 4px;
  font-family: "Noto Sans", Arial, sans-serif;
  background-color: #e7f6ef;
  font-weight: 500 !important;
  font-style: Medium;
  font-size: 16px !important;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 2px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.paid-red {
  width: 100px;
  color: #934f4f;
  border: 1px solid #ff4f4f;
  border-radius: 4px;
  font-family: "Noto Sans", Arial, sans-serif;
  background-color: #f6e7e7;
  font-weight: 500 !important;
  font-style: Medium;
  font-size: 16px !important;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 2px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.invoices-table tbody td {
  padding: 20px 26px !important;
  color: var(--ci-invoices-table-tbody-td-clr) !important;
  font-family: "Noto Sans", Arial, sans-serif !important;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 22px !important;
}

@media (max-width: 1280px) {
  .ci-outer {
    width: calc(100% - 40px);
  }
}

/* @media (max-width: 900px) {
  .ci-my-profile-outer-container {
    flex-direction: column;
    gap: 24px;
  }

  .ci-profile-grid {
    grid-template-columns: 1fr;
  }
} */

@media (max-width: 640px) {
  .ci-field-row {
    flex-direction: column;
    align-items: stretch;
  }

  .ci-secondary-btn {
    width: 100%;
  }
}

.subcription-cards-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 15px;
  margin: 32px 0 0;
}

.subs-card {
  width: 31%;
  min-height: 310px;
  border-radius: 17px;
  padding: 17px;
  border: 1.35px solid #e1e1e1;
  box-sizing: border-box;
  background: var(--ci-show-plans-popup);
}

.manage-subs-heading {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700 !important;
  font-size: 25.2px !important;
  line-height: 34px;
  letter-spacing: -4%;
  color: var(--ci-account-page-normal-text) !important;
  margin: 0;
}

.ci-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}

.ci-popup-box {
  width: 900px;
  /* max-width: 100%; */
  /* height: 515px; */
  background: var(--ci-acc-cards-bg);
  border-radius: 10px;
  position: relative;
  padding: 25px 21px 21px;
  box-sizing: border-box;
  overflow: auto;
  border: 1px solid var(--ci-content-card-border-clr);
}

.ci-popup-close {
  background: none;
  position: absolute;
  top: 10px;
  right: 15px;
  background-color: transparent !important;
  border: none;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  z-index: 2;
  color: var(--ci-account-page-normal-text) !important;
}

.ci-popup-content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.popup-view {
  display: none;
}

.popup-view.active {
  display: block;
}

.subs-name-div {
  /* border-bottom: 1px solid #e1e1e1; */
}
.sub-card-manage-divider {
  height: 2px;
  background-color: #e1e1e1;
  margin-top: 25px !important;
  margin-bottom: 20px !important;
}

.cards-subs-name {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700 !important;
  font-size: 23.04px !important;
  line-height: 31px;
  letter-spacing: 0;
  color: var(--ci-account-page-normal-text) !important;
  /* margin-bottom: 8px; */
}

.for-use {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  margin: 0;
  color: var(--ci-account-page-normal-text) !important;
}

.subs-act-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e7e9eb;
  border: 1.44px solid #6d6d6d !important;
  color: #000 !important;
  margin: 15px auto;
  border-radius: 9px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 19px;
  width: 100%;
  height: 40px;
  text-align: center;
  text-decoration: none;
}

.subs-feature {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  flex-direction: column;
  margin: 0;
}

.feature {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0;
  color: var(--ci-account-page-normal-text) !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.popular-div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.popular-text {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 10.08px;
  line-height: 100%;
  letter-spacing: 0;
  background: #c0dbef;
  color: #4e758f;
  border-radius: 23px;
  padding: 5px 8px;
  white-space: nowrap;
}
.popular-text.limited-kala {
  color: #4e758f;
}
.popular-text.padinng-more {
  padding: 8px 12px;
}
.use-device-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 15px;
  align-items: center;
  gap: 15px;
}

.price-left {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.save-per {
  padding: 3px 15px;
  background: #00ff005c;
  border-radius: 25px;
}

.price-month {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  color: var(--ci-text) !important;
  font-weight: 500 !important;
  font-size: 14.4px !important;
  line-height: 100%;
  letter-spacing: 0;
}

.subs-bill-yearly-text {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  color: var(--ci-text, #000);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
}

#yearly-user-select {
  color: var(--ci-text, #000);
  background: transparent;
  border: none;
  font-size: 10px;
  font-weight: 700;
}

.yearly-price {
  color: var(--ci-text, #000);
}

select option {
  color: #000 !important;
  background: #fff;
  font-size: 10px;
}

.user-devices-right {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: space-around;
  align-items: center;
}

.subs-mon-price {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 600;
  color: var(--ci-text, #000);
  line-height: 27px;
  letter-spacing: 0;
  font-size: 23px;
}

.payment-method-box {
  border: 1.35px solid #e1e1e1;
  border-radius: 17px;
  margin-top: 32px;
}

.new-payment-btn {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 500 !important;
  font-style: Medium;
  font-size: 16px !important;
  leading-trim: NONE;
  line-height: 22px !important;
  letter-spacing: 0%;
  width: 100% !important;
  border-radius: 8px !important;
  padding: 15px 0px;
  text-align: center !important;
  background-color: #418fc4 !important;
  display: flex;
  color: #fff !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 9px;
  border: none;
  margin-top: 32px;
}

.payment-detail {
  width: 410px;
}

h2.pay-gate-name {
  font-family: "Noto Sans", Arial, sans-serif !important;
  font-weight: 600 !important;
  font-style: SemiBold;
  font-size: 20px !important;
  leading-trim: NONE;
  line-height: 27px;
  letter-spacing: 0%;
  color: var(--ci-account-page-normal-text) !important;
  margin: 0px !important;
}

.pay-contact {
  font-family: "Noto Sans", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-style: Regular;
  font-size: 12px !important;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: 0%;
  color: #80807e !important;
  text-decoration: none;
  margin: 0px !important;
}

.default-btn {
  background: #fae4d5;
  color: #b08a5c;
  padding: 2px 6px;
}

.subs-act-button.blue-btn {
  background-color: #1b9edb;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.subs-act-button.brown-btn {
  background: linear-gradient(
    91.11deg,
    #92643f 17.43%,
    #cf9c76 50.24%,
    #91653f 99.57%
  );
  color: #fff !important;
}

.payment-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 16px;
  border-bottom: 1px solid #e1e1e1;
}

.payment-row:last-child {
  border-bottom: none;
}

.payment-title {
  margin: 0;
  font:
    600 18px/1.3 "Noto Sans",
    Arial,
    sans-serif;
  color: #000 !important;
}

.payment-desc {
  margin: 4px 0 0;
  font:
    400 13px/1.4 "Noto Sans",
    Arial,
    sans-serif;
  color: #555;
}

.payment-btn {
  padding: 8px 12px;
  border-radius: 9px;
  font-weight: 400 !important;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px !important;
  letter-spacing: 0%;

  background: #4992cb;
  color: #fff !important;
  text-decoration: none;
  font:
    400 14px/1 "Noto Sans",
    Arial,
    sans-serif;
}

@media (max-width: 950px) {
  .ci-popup-box {
    width: 95%;
    height: auto;
    max-height: 90vh;
  }

  .subcription-cards-container {
    flex-direction: column;
  }

  .subs-card {
    width: 100%;
  }

  .use-device-container,
  .payment-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .user-devices-right {
    width: 100%;
    align-items: flex-start;
  }
}

.progress-bar {
  width: 100%;
  height: 10px;
  background: #e4e4e4;
  border-radius: 6px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #936b4b 0%, #ce9f7c 100%);
  border-radius: 6px;
  transition: width 1s ease-in-out;
}

.progress-text {
  margin-top: 6px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0%;
  color: var(--ci-account-page-normal-text) !important;
}

.mnge-btns-subscription {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
}

.mnge-subscrip-btn {
  margin-top: 40px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 14.4px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 9px 21px;
  text-shadow: none !important;
}

.mnge-subscrip-btn.subscrip-cancel {
  border: 1.8px solid #d9d9d9;
  color: #213f5b;
  background: transparent;
  padding: 13px 25px;
}

.mnge-subscrip-btn.subscrip-confirm {
  border: 1.8px solid #213f5b;
  background: #213f5b;
  color: #fff;
  padding: 13px 25px;
}

.mnge-subscrip-btn.subscrip-confirm:hover {
  border: 1.8px solid #213f5b;
  color: #213f5b;
  background-color: #fff;
}

.mnge-subscrip-btn.subscrip-cancel:hover {
  border: 1.8px solid #d9d9d9;
  background: #213f5b;
  color: #fff;
}

.user-outer-bg {
  background: var(--ci-acc-full-bg);
  width: 100%;
}

/* ============================
User Page CSS @
===============================*/

.devices-success-modal-overlay-xyz {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;

  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}

.devices-success-modal-overlay-xyz.devices-success-modal--show-xyz {
  opacity: 1;
  visibility: visible;
}

.devices-success-modal-box {
  width: 393px;
  background: #fff;
  border-radius: 14px;
  padding: 28px 40px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);

  transform: translateY(20px);
  transition: all 0.25s ease;
}

.devices-success-modal--show-xyz .devices-success-modal-box {
  transform: translateY(0);
}

.devices-success-modal-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto;
}

.devices-success-modal-icon svg {
  width: 100%;
  height: 100%;
}
.Smartphone-body {
  fill: var(--ci-Smartphone-body-color);
}

.devices-success-modal-title {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 600 !important;
  font-style: SemiBold;
  font-size: 24px !important;
  line-height: 33px;
  letter-spacing: 0%;
  text-align: center;
  color: #000 !important;
  margin: 14px auto;
}

.devices-success-modal-text {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 500 !important;
  font-style: SemiBold;
  font-size: 18px !important;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
  margin: 0px;
  color: #000 !important;
  width: 100%;
}

.devices-success-modal-btn {
  margin-top: 33px;
  width: 100%;
  height: 51px;
  border: none;
  border-radius: 8px;
  background: #454d58 !important;
  color: #fff !important;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 600 !important;
  font-style: SemiBold;
  font-size: 14px !important;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;

  cursor: pointer;
}

/* 
For user page devices
*/
.devices-panel-856 {
  width: 100%;
  margin: 0 auto;
}

.devices-panel-856__usage-card {
  width: 100%;
  min-height: 91px;
  margin-left: 0px;
  margin-bottom: 26px;
  background: var(--device-panel-usage-card-bg-clr);
  border: 1px solid var(--device-panel-usage-card-border-clr);
  border-radius: 10px;
  padding: 19px 14px 16px 14px;
  position: relative;
}

.devices-panel-856__usage-status {
  position: absolute;
  top: 19px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px 5px 9px;
  border-radius: 6px;
  background: #d8ecd8;
  border: 1px solid #a8d0a8;
  font-size: 12px;
  font-weight: 700;
  color: #4f7a51;
  line-height: 13px;
}

.devices-panel-856__usage-status svg {
  width: 14px;
  height: 14px;
  display: block;
}

.devices-panel-856__usage-heading {
  margin: 0px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 400 !important;
  font-style: SemiBold;
  font-size: 20px !important;
  leading-trim: NONE;
  line-height: 27px;
  letter-spacing: -2%;
  color: var(--device-panel-usage-heaidng-clr) !important;
  margin-bottom: 8px;
}

.devices-panel-856__usage-row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-right: 0;
}

.devices-panel-856__usage-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 400 !important;
  font-style: Regular;
  font-size: 13px;
  line-height: 22px !important;
  letter-spacing: 0%;
  color: var(--ci-device-max-txt-clr) !important;
}

.devices-panel-856__usage-meta strong {
  font-family: "Noto Sans", Arial, sans-serif !important;
  font-weight: 700 !important;
  font-style: Bold;
  font-size: 13px !important;
  leading-trim: NONE;
  line-height: 22px !important;
  letter-spacing: 0%;
  color: var(--ci-device-max-txt-clr) !important;
}

.devices-panel-856__usage-bar-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 1px;
}

.devices-panel-856__usage-bar-track {
  width: 535px;
  height: 10px;
  background: #ece3df;
  border-radius: 999px;
  overflow: hidden;
}

.devices-panel-856__usage-bar-fill {
  width: 79.5%;
  height: 100%;
  background: #419dd3;
  border-radius: 999px;
}

.devices-panel-856__usage-count {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 400 !important;
  font-style: SemiBold;
  font-size: 12px !important;
  line-height: 16px;
  letter-spacing: 0%;
  color: var(--ci-device-inuse-count-clr) !important;
  min-width: 24px;
  text-align: right;
}

.devices-panel-856__list-header {
  width: 856px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.devices-panel-856__list-title {
  margin: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 600 !important;
  font-style: SemiBold;
  font-size: 15px !important;
  line-height: 25px !important;
  letter-spacing: 0%;
  color: var(--ci-account-about-device-heading) !important;
}

.devices-panel-856__refresh-btn {
  height: 31px;
  padding: 6px 8px;
  border: 1.5px solid #e4e4e3;
  border-radius: 7px;
  background: #f7f7f7;
  display: inline-flex;
  align-items: center;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 600 !important;
  font-style: SemiBold;
  font-size: 12px !important;
  leading-trim: NONE;
  line-height: 16px !important;
  letter-spacing: 0%;
  text-shadow: none !important;
  color: #000;
  cursor: pointer;
}

.devices-panel-856__refresh-btn svg {
  margin-right: 5px;
  width: 14px;
  height: 14px;
  display: block;
}

.devices-panel-856__device-card {
  width: 100%;
  min-height: 89px;
  /* margin-left: 13px; */
  margin-bottom: 18px;
  background: var(--ci-acc-device-cards-bg);
  border: 1px solid var(--ci-acc-device-cards-border);
  border-radius: 11px;
  display: flex;
  align-items: center;
  padding: 14px 20px;
}

.devices-panel-856__device-icon {
  width: 28px;
  min-width: 28px;
  margin-right: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.devices-panel-856__device-icon svg {
  width: 26px;
  height: 26px;
  display: block;
}

.devices-panel-856__device-icon svg path {
  fill: var(--ci-laptop-icon-clr);
}
.laptop-screen {
  fill: #ffffff00;
}

.devices-panel-856__device-info {
  width: 320px;
  padding-top: 1px;
}

.devices-panel-856__device-name {
  margin: 0 0 2px 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 400 !important;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 25px !important;
  letter-spacing: -6%;
  color: var(--ci-account-device-name) !important;
  /* color: #3c4041; */
}

.devices-panel-856__device-email,
.devices-panel-856__device-code {
  margin: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 400 !important;
  font-style: SemiBold;
  font-size: 14px !important;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -2%;
  vertical-align: bottom;
  color: var(--ci-account-device-name) !important;
}

.devices-panel-856__device-ip {
  margin-left: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 600 !important;
  font-style: SemiBold;
  font-size: 14px !important;
  leading-trim: NONE;
  line-height: 25px;
  letter-spacing: -2%;
  vertical-align: bottom;
  color: var(--ci-account-device-name) !important;
  min-width: 250px;
}

.devices-panel-856__device-ip span {
  font-weight: 700;
  color: var(--ci-account-device-ip-span) !important;
}

.devices-panel-856__delete-btn {
  margin-left: auto;
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: transparent !important;
}

.devices-panel-856__delete-btn svg {
  width: 20px;
  height: 20px;
  display: block;
}

/* @media (max-width: 900px) {
  .devices-panel-856 {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .devices-panel-856__title,
  .devices-panel-856__description,
  .devices-panel-856__usage-card,
  .devices-panel-856__list-header,
  .devices-panel-856__device-card {
    width: 100%;
    margin-left: 0;
  }

  .devices-panel-856__description {
    max-width: 100%;
  }

  .devices-panel-856__usage-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .devices-panel-856__usage-meta {
    min-width: auto;
    flex-wrap: wrap;
  }

  .devices-panel-856__usage-bar-wrap {
    width: 100%;
  }

  .devices-panel-856__usage-bar-track {
    width: 100%;
  }

  .devices-panel-856__device-card {
    flex-wrap: wrap;
    gap: 14px;
  }

  .devices-panel-856__device-info {
    width: calc(100% - 57px);
  }

  .devices-panel-856__device-ip {
    min-width: auto;
    width: 100%;
    padding-left: 57px;
  }

  .devices-panel-856__delete-btn {
    position: absolute;
    top: 14px;
    right: 14px;
  }

  .devices-panel-856__device-card {
    position: relative;
  }
} */

@media (max-width: 640px) {
  .devices-panel-856__title {
    font-size: 30px;
  }

  .devices-panel-856__description {
    font-size: 15px;
  }

  .devices-panel-856__usage-status {
    position: static;
    margin-bottom: 14px;
    width: max-content;
  }

  .devices-panel-856__list-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .devices-panel-856__device-ip {
    padding-left: 0;
  }
}
.btn-for-sign-in-up {
  margin: 0 auto;
}

.invoice-ki-history {
  margin-top: -15px !important;
  font-family: "Inter" !important;
  font-weight: 700 !important;
  font-size: 19px !important;
  line-height: 25px !important;
  text-align: left;
  color: var(--profile-section-heaidng-clr) !important;
}
.woocommerce-billing-fields__field-wrapper label {
  display: none !important;
}
input#billing_address_1 {
  border: none;
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  font-size: 13px;
  padding: 0px;
}
input#billing_address_1::placeholder {
  color: #919191;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px;
}
.woocommerce form .form-row .input-text:focus {
  border: none;
}

@media (max-width: 767px) {
  .ci-outer {
    width: 95%;
  }
  .ci-profile-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* height: 65px; */
    margin-top: 35px;
  }
  .ci-profile-tab-btn {
    width: 39%;
    height: 27px;
    height: 27px;
    padding: 0 8px;
  }

  /* .ci-profile-tab-btn span {
    font-size: 12px;
    line-height: 17px
} */

  .ci-my-profile-left-bar {
    display: flex !important;
    flex-direction: column !important;
  }
  a.ci-sign-out-btn {
    order: -3;
    padding: 10px 0px;
    margin: 20px auto 0px auto;
  }


  .ci-page-title {
    /* font-size: ; */
  }
  .woocommerce-MyAccount-content-wrapper {
    padding: 20px 8px !important;
  }

  table.pro-member-detail tbody {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    column-gap: 15px;
  }

  table.pro-member-detail tr {
    display: contents !important;
  }

  table.pro-member-detail th,
  table.pro-member-detail td {
    display: block !important;
  }

  table.pro-member-detail th:nth-child(1) {
    order: 1;
  }
  table.pro-member-detail tr:nth-child(2) td:nth-child(1) {
    order: 2;
  }

  table.pro-member-detail th:nth-child(2) {
    order: 3;
  }
  table.pro-member-detail tr:nth-child(2) td:nth-child(2) {
    order: 4;
  }

  table.pro-member-detail th:nth-child(3) {
    order: 5;
  }
  table.pro-member-detail tr:nth-child(2) td:nth-child(3) {
    order: 6;
  }

  table.pro-member-detail th:nth-child(4) {
    order: 7;
  }
  table.pro-member-detail tr:nth-child(2) td:nth-child(4) {
    order: 8;
  }

  table.pro-member-detail th:nth-child(5) {
    order: 9;
  }
  table.pro-member-detail tr:nth-child(2) td:nth-child(5) {
    order: 10;
  }

  table.pro-member-detail th:nth-child(6) {
    order: 11;
  }
  table.pro-member-detail tr:nth-child(2) td:nth-child(6) {
    order: 12;
  }

  .ci-content-card {
    width: 100%;
    padding: 10px;
  }
  table.pro-member-detail th,
  table.pro-member-detail td {
    width: 100% !important;
    text-align: left !important;
    font-size: 12px !important;
    line-height: 16px !important;
    padding: 05x !important;
  }
}

.elementor-element.elementor-element-9463838.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
  /* background: var(--footer-bg); */
}

.woocommerce ul.order_details li,
.woocommerce-order-details__title,
.shop_table.order_details tr td,
.shop_table.order_details tr td bdi,
.woocommerce-order-details header {
  color: var(--ci-account-page-normal-text) !important;
}
h5.woocommerce-order-details__title {
  font-size: 32px;
  line-height: 42px;
  font-family: "Noto Sans";
  margin: 15px 0px;
}
.order.woocommerce-orders-table__row td {
  color: var(--ci-account-page-normal-text) !important;
}
.p-AccordionButton {
  display: none !important;
}
div#wc-stripe-payment-method-instructions-card {
  display: none !important;
}
.margin-top-auto{
  margin-top: 94px;
}

/*================
Tablet
===================*/

@media (min-width: 768px) and (max-width: 1023px) {
    .join-community-tele, .ci-sign-out-btn {
        display: none;
    }
    .ci-my-profile-left-bar {
      width: 100%;
    }
    .ci-profile-tabs {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        /* height: 65px; */
        margin-top: 35px;
    }
    .ci-profile-tab-btn {
      width: 30%;
    }
    .tab-btn-breaker {
      margin-top: 15px !important;
    margin-bottom: 15px !important;
    }
     .devices-panel-856__device-ip {
        padding-left: 0px;
    }
  
    .ci-my-profile-right-bar {
    width: 100%;
    }










    /* ========== */

  .pay-credentials-form {
    /* flex-direction: column; */
    /* gap: 25px; */
  }

  .checked-left,
  .checked-right-summary {
    width: 100%;
  }




  .ci-my-profile-outer-container {
    flex-direction: column;
    gap: 24px;
  }

  .ci-profile-grid {
    grid-template-columns: 1fr;
  }
  



  .devices-panel-856 {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .devices-panel-856__title,
  .devices-panel-856__description,
  .devices-panel-856__usage-card,
  .devices-panel-856__list-header,
  .devices-panel-856__device-card {
    width: 100%;
    margin-left: 0;
  }

  .devices-panel-856__description {
    max-width: 100%;
  }

  .devices-panel-856__usage-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .devices-panel-856__usage-meta {
    min-width: auto;
    flex-wrap: wrap;
  }

  .devices-panel-856__usage-bar-wrap {
    width: 100%;
  }

  .devices-panel-856__usage-bar-track {
    width: 100%;
  }

  .devices-panel-856__device-card {
    flex-wrap: wrap;
    gap: 14px;
  }

  .devices-panel-856__device-info {
    width: calc(100% - 57px);
  }

  .devices-panel-856__device-ip {
    min-width: auto;
    width: 100%;
    padding-left: 57px;
  }

  .devices-panel-856__delete-btn {
    position: absolute;
    top: 14px;
    right: 14px;
  }

  .devices-panel-856__device-card {
    position: relative;
  }


button#confirm_purchas_btn {
    margin-top: 20px;
}






    



}











/*================
Mobile  REsponsive
===================*/

@media (max-width: 767px) {
  /* Account pages */

  .ci-profile-tabs .ci-profile-tab-btn svg {
    display: none;
  }
  .ci-my-profile-outer-container{
      display: flex;
      flex-direction: column;
    }
  .ci-my-profile-left-bar {
    width: 100%;
  }
  .ci-profile-tabs button {
    width: 32%;
    display: flex;
    justify-content: center;
  }
  .ci-profile-tabs {
    width: 100%;
  }

  hr.tab-btn-breaker {
    display: none;
    margin: 15px 0px in !important;
  }
  .ci-outer {
    margin: 0 auto;
    width: 95% !important;
  }
  .ci-tab-panel.active {
    display: block;
    width: 100%;
}

  .ci-my-profile-right-bar {
    max-width: 100%;
    width: 100%;
  }

.pro-subscription-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.devices-panel-856__device-icon {
  margin-right: 10px;

}
.devices-panel-856__usage-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding-right: 0;
}
.devices-panel-856__usage-bar-wrap {
    width: 100%;
  }
  .devices-panel-856__usage-meta {
    width: 100%;
  }
  .devices-panel-856__device-card {
    padding: 10px;
    display: flex;
    flex-direction: column;
  }
  .devices-panel-856__device-info {
    width: 100%;
  }



  .invoices-table {
    width: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border-collapse: separate !important;
    border-spacing: 0 14px !important;
  }

  .invoices-table tbody {
    width: 100%;
    display: flex;
        width: 100%;
        flex-direction: column;
        gap: 10px;
  }

  .invoices-table .invoice-heading {
    display: none !important;
  }

  .invoices-table tr {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 14px;
    width: 100%;
    margin-bottom: 14px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #e7e8ec;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(20, 28, 45, 0.06);
  }

  .invoices-table td {
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 14px;
    line-height: 1.4;
    color: #1f2937;
  }
  .invoices-table tbody td {
    padding: 5px 10px !important;
  }

  .invoices-table td:nth-child(1) {
    order: 1;
    grid-column: 1;
    font-size: 15px;
    font-weight: 700;
    color: #111827;
  }

  .invoices-table td:nth-child(2) {
    order: 3;
    grid-column: 1;
    color: #8a8f9c;
    font-size: 13px;
  }

  .invoices-table td:nth-child(3) {
    order: 4;
    grid-column: 2;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
  }

  .invoices-table td:nth-child(4) {
    order: 2;
    grid-column: 2;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .invoices-table td:nth-child(5) {
    order: 5;
    grid-column: 1 / -1;
    width: 100% !important;
    text-align: left !important;
    padding-top: 12px !important;
    margin-top: 8px;
    border-top: 1px solid #edf0f4 !important;
  }

  .invoices-table .paid-gre,
  .invoices-table .paid-red {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
  }

  .invoices-table .paid-gre {
    background: #dcf7e7;
    color: #248347;
    border: 1px solid #a7e7c0;
  }

  .invoices-table .paid-gre svg {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
table.invoices-table{
  border: none !important;
  border-spacing: 0 0px !important;
}
.invoices-table tbody tr {
border: 1px solid var(--ci-content-card-border-clr) !important;
background: var(--ci-acc-cards-bg) !important;
margin: 0px ;
}
  .invoices-table .paid-red {
    background: #fff1f1;
    color: #ef3d3d;
    border: 1px solid #ff6b6b;
    text-transform: capitalize;
  }

  .invoices-table .link-to-download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 42px;
    border-radius: 10px;
    background: #f4f8ff;
    color: #2476d9;
    border: 1px solid #d7e7ff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .invoices-table .link-to-download::after {
    content: "Download Invoice";
  }

  .invoices-table .link-to-download svg {
    width: 15px;
    height: 15px;
  }

  .invoices-table .link-to-download svg path {
    stroke: #2476d9;
  }
  .devices-success-modal-box {
    width: 90%;
  }
  .devices-panel-856 {
    padding: 0px;
  }
  h5.ci-page-title {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .ci-tab-panel .ci-page-subtitle {
    font-size: 12px !important;
    line-height: 19px;
}
.devices-panel-856__usage-heading {
font-size: 15px !important;
}
.checked-left{
  padding: 15px !important;
  border-radius: 15px !important;
}
.checked-summary-wrapper
 {
        margin: 0px;
    }
.checked-right-summary {
  padding: 15px !important;
  border-radius : 15px !important;
}
.chek-summary-legal-copy.mobile{
  display: block;
}

.chek-summary-legal-copy{
  display: none;
  margin-top: 15px;
}
.join-community-tele , .ci-sign-out-btn{
  display: none;
}
.ci-my-profile-left-bar {
  padding-top : 0px;
}

form.checkout.woocommerce-checkout.pay-credentials-form.checked-summary-wrapper{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.checked-right-summary{
  width: 100%;
}
.margin-top-auto {
    margin-top: 0px;
}

.checked-right-summary {
    order: -1 ;
}


}
