/* -------------------------  Dashboard  ------------------- */

.dashboard {
    position: relative;
    background: var(--grey-color);
  }
   
  /* --------------------------------------------------------dashboard css ---------------------------- */
  
  .dashboard .container{
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
  
  .dashboard .dashboard-additional { 
    display: flex;
    justify-content: center;
    align-items: baseline;
    position: relative;
    border-radius: 20px;
    margin: 60px auto;
    width: 75%;
    box-shadow: 0px 4px 11px 0px #00000021;

  }
  
  
  .dashboard .dashboard-tabs {
    display: grid;
    width: 100%; 
    position: relative; 
    margin-top: 20px;
  
  
  }
  
  .dashboard .dashboard-graph {
    width: 100%;
    background: var(--secondary-color); 
    display: flex;
    flex-wrap: wrap;border-radius: 20px;
  }
  
  .dashboard .dashboard-button {
    display: flex;
    justify-content: space-around;
    margin: 0px auto ;
  }


  .dashboard .dashboard-graph .h4 {
    font-weight: 700;
    padding: 0px 20px;
  
  }
  
  .graph-tool {
    position: relative;
    border-bottom: 0.5px solid #9F9F9F75;
    padding: 20px;
    background-color: #fff;
    border-top-right-radius: 20px;
    width: 100%;
  }
  
  .dashboard .dashboard-button a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    font-weight: 300;
    padding: 11px 40px;
    border-radius: 10px;
    color: #000;
    border: none;
    background-color: #fff;
    border-right: 0.5px solid #FFFFFF;
    cursor: pointer;
  }
  
  .dashboard .dashboard-button a:last-child{
    border: none;
  }
   
   
  
  .dashboard .dashboard-button .orders.active {
    background-color: var(--primary-color);
    color: #fff;
  }
  
  .dashboard .dashboard-button .orders.active img {
    filter: invert(0);
  }
  
  .dashboard .dashboard-button a img {
    width: 18px;
    filter: brightness(1000);
  }
  
  .dashboard .total-review {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
  
  .dashboard .main-review-wrapper {
    border-radius: 16px;
    padding: 0px 0px 0px;
    background:#FBFBFB;
    margin: 15px 10px;
  }
  
  .dashboard h1 {
    border-bottom: 1px solid #00000017;
  }
  
  .dashboard  h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-left: 0px;
    line-height: normal;
    padding-top: 0px;
    padding-bottom: 25px;
}
  
  .billing-plans h1 {
    border: none;
    margin-bottom:0;
}
  .dashboard .review-wrapper .total-review h2{
    margin-bottom: 0px;
  }
  
  
  
  .dashboard .total-review h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }
  
  .dashboard .total-review h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 63px;
    margin-bottom: 0px;
  }
  
  .dashboard .row-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* margin-top: 70px; */
    padding-bottom: 10px;
    position: relative;
  }
  
  .dashboard .row-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #00000030;
    top: -10px;
    min-width: 625px;
    left: 0px;
  }
  
  .dashboard .row-wrapper::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #00000030;
    bottom: 0px;
    min-height: 74px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }
  
  .dashboard .row-wrapper .d elever-review {
    text-align: center;
  }
  
  .dashboard .row-wrapper .delever-review p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
  }
  
  .dashboard .row-wrapper .delever-review h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
  
  }
  
  .dashboard .row-wrapper .delever-review h3::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--primary-color);
    left: -20px;
    top: -18px;
  }
  
  .dashboard .row-wrapper .delever-review.pending-review h3::before {
    background-color: var(--secondary-color);
  }
  
  .dashboard .dassborad-content {
    background-color: var(--primary-color);
    border-radius: 16px;
    padding: 26px 30px 0px;
    margin: 10px 10px 20px 0px;
  }
  
  .dashboard .dassborad-content .h3 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  
  .dashboard .dassborad-content p {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
  }
  
  .dashboard h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }
  
#graph{
    text-align: center;
    display: block;
    margin:auto;
    position: relative;
  }
 .review-wrapper canvas {
    width: auto;
   margin: 40px auto;
  }
  .review-wrapper .data {
    position: absolute;
    top: 40%;
    font-size: 20px;
    width: 100%;
    left: 0;
}
.review-wrapper  .data h2{
    font-size: 20px;
}
.review-wrapper  .data h2{
    font-size: 50px;
    font-weight: 500;
}
 .review-wrapper span {
    display: none;
  }
/* ---------------dashboard contact ------------- */

.dashboard-contact .contact-col .btn {
    max-width: 190px;
    display: flex;
    margin: 0px;
    margin-top: 15px;
    background-color: #000;
  }
  .dashboard-contact .main-review-wrapper {
    padding: 26px 40px;
  }
  
  .dashboard-contact .support-heading h2{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #00000017
  }
  
  .dashboard-contact .contact-col .btn:hover {
    background-color: var(--primary-color);
  }
  
  
  .dashboard-contact .dashboard-tabs::after {
    min-height: 685px;
  }
  
  /* -----------------dashborad settings ----------- */
  
  .dashboard-setting  .get-started-2 .get-started-form .btn {
    margin-top: 28px; 
  }
  
  .dashboard-setting .get-started-2 .form .input, .get-started-2 .form .textarea {
    margin-bottom: 30px;
  }
  
  .dashboard-setting .main-review-wrapper {
    border-radius: 16px;
    padding: 26px 40px;
    background: #fff;
    margin: 20px;
  }
  
  .dashboard-setting .dashboard-tabs::after {
    min-height: 930px;
  }
  
  .dashboard-setting .btn {
    max-width: 190px;
    display: flex;
    margin: 0px;
    margin-top: 20px;
    background-color: #000;
  }
  
  .dashboard-setting .btn:hover {
    background-color: var(--primary-color);
  }
  ul.password-requirements {
    list-style: none; /* Remove the default list style */
    padding: 0;
    color: #9F9F9F;
    font-weight: 200;
}

ul.password-requirements li {
    display: flex;
    align-items: center; /* Center the image vertically */
    padding: 5px 0; /* Optional: Add some padding for spacing */
}

ul.password-requirements li::before {
    content: '';
    display: inline-block;
    width: 16px; /* Width of the image */
    height: 16px; /* Height of the image */
    margin-right: 10px; /* Space between the image and the text */
    background: url('../images/white.png') no-repeat center center;
    background-size: contain; /* Ensure the image scales correctly */
}
ul.password-requirements li.active::before {
    background: url('../images/green.png') no-repeat center center;
    background-size: contain; /* Ensure the image scales correctly */
    color: #00FF00; /* Optional: Change text color when active */
}
.modify-plan strong.h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 6px;
}

/* -------------- dassboard popups ---------- */

.dashboard .dashboard-active.active {
    filter: blur(3px);
    width: 100%;
    height: 100%;
  }
  
  
  
  
  .pay-overlay-wrapper {
    display: none;
    position: fixed;
    top: 50%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 999;
    max-height: 90vh;
  }
  .nomorespace{
    max-height: 90vh;
    overflow-y: scroll;
    -ms-overflow-style: none;  
    scrollbar-width: none;
  }
  .nomorespace::-webkit-scrollbar{
    display: none; 
  }
  .pay-overlay .paying-btn {
    background-color: var(--secondary-color);
    padding: 94px 195px;
    border-radius: 20px;
    /* max-width: 890px; */
    position: relative;
    width: fit-content;
  
  }
  

  
  /* .pay-overlay .paying-btn.plan-wrapper { 
    width: unset;
  } */
  
  .pay-overlay .paying-btn.plan-wrapper p{
    font-size: 15px;
  }
  
  .pay-overlay .paying-btn.plan-wrapper strong.h2{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .pay-overlay .paying-btn.plan-wrapper strong.h2 span{
    font-size: 18px;
  }
  
  .pay-overlay .paying-btn.plan-wrapper strong.h5 {
    font-size: 14px;
    font-weight: 400;
  }
  
  .pay-overlay .paying-btn.plan-wrapper strong.h5 span{
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
  }
  
  .pay-overlay .paying-btn.plan-wrapper strong.h5 b{
    font-size: 13px;
    font-weight: 400; 
  }
  
  .pay-overlay .paying-btn.plan-wrapper .upgrade-btn{
    background-color: #000;
  }
  
  .pay-overlay .paying-btn.plan-wrapper .upgrade-btn:hover{
    background-color: var(--primary-color);
  }
  
  .pay-overlay .paying-btn.plan-wrapper ul{
    list-style: none;
    padding-left: 0px;
  }
  
  .pay-overlay .paying-btn.plan-wrapper ul li{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 10px;
  }
  
  .pay-overlay .plan-wrapper .show-more a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px 0px 15px;
    font-size: 15px;
    font-weight: 400;
    color: var(--primary-color);
  }
  
   
  
  .pay-overlay .plan-wrapper .plan-selection {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4663AC47;
    border-radius: 30px;
    gap: 5px;
    padding: 5px;
    background-color: #fff;
    margin: 40px auto 30px;
    width: 90%;
  }
  
  .pay-overlay .plan-wrapper .plan-selection .btn {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border-radius: 25px;
    padding: 5px 26px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0px !important;
    min-height: 55px;
    box-shadow: unset;
    background-color: transparent;
  }
  .upgrade-btn {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: fit-content;
  }
  .pay-overlay .plan-wrapper .plan-selection .btn.active {
    background-color: var(--primary-color);
    color: #fff;
  }
  
  
  .pay-overlay .paying-btn .btn { 
    font-size: 15px;
    font-weight: 500;
    padding: 10px 40px;
  }
  .pay-overlay .step-wrapper .step-info{
    font-size: 15px;
    font-weight: 200;
    margin-top: 15px;
  }
  
  .pay-overlay .paying-btn .btn img {
    width: 22px;
    height: 20px;
    margin-left: 10px;
    margin-right: 0px;
  
  }
  
  .pay-overlay .paying-btn .cross-btn {
    background-color: #DB3537;
    border-radius: 0px 20px 0px 16px;
    padding: 8px 13px;
    position: absolute;
    top: 0;
    right: 0px;
    border: none;
  }
  
  /* --------------card details popup -------- */
  
  
  .pay-overlay .card-detail-overlay {
    padding: 60px 48px 50px;
    max-width: 670px;
  
  }
  
  .pay-overlay .card-detail-overlay label {
    display: inline-block;
    width: 50%;
  }
  
  .pay-overlay .card-detail-overlay .input {
    background-color: #fff;
    width: 50%;
    min-width: 270px;
  }
  
  .pay-overlay .card-detail-overlay .get-started-form .btn {
    margin-top: 22px;
  }
  
  .pay-overlay .card-detail-overlay .get-started-form .btn img{
    margin-left: 10px;
  }
  
  
  
  /* ----------------plan selection popup -------- */
  .pay-overlay .plan-wrapper { 
    padding: 35px 30px; 
  }
  /*
  .pay-overlay .plan-wrapper h3 {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
  }
  
  .pay-overlay .plan-wrapper .plan {
    display: flex; 
    align-items: normal;
    gap: 0px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    cursor: pointer;
  }
  
  .pay-overlay .plan-wrapper input[type="radio"] {
    accent-color: #4663AC;
    width: 18px;
    position: relative;
    top: -10px;
    margin-right: 20px;
  }
  
  .pay-overlay .plan-wrapper .plan.recommended {
    background-color: #ffffff; 
  }
  .pay-overlay .plan-wrapper .plan .recommended-label {
    background-color: #d4f7d4;
    color: green;
    padding: 5px 10px;
    border-radius: 5px;
  }
   
  
  .pay-overlay .plan-wrapper .bussiness-type strong{
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
  }
  
  .pay-overlay .plan-wrapper .bussiness-type strong span{
    font-size: 15px;
    font-weight: 300; 
  }
  
  .pay-overlay .plan-wrapper .bussiness-type { 
    display: flex;
    gap: 20px;
  }
  
  .pay-overlay .plan-wrapper .plan .recommended-label {
    background-color: #2EB8182E;
    color: #2EB818;
    padding: 2px 6px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    height: 24px;
  }
  
  .pay-overlay .plan-wrapper .plan-btn {
    display: flex;
    justify-content: end;
    gap: 20px;
    margin-top: 40px;
  }
  
  .pay-overlay .plan-btn .btn{ 
    font-size: 15px;
    background-color: var(--primary-color);
  }
  
  .pay-overlay .plan-btn .btn:first-child{
    border: none;
    background-color: transparent;
    color: #000;
  }
    */
  
    .dashboard-button a {
      margin-right: 22px;
  }
  .dashboard .dashboard-button .orders {
      padding: 11px 57px;
  }
  .dashboard .dashboard-additional {
      max-width: 950px;
      margin: auto;
      width: 100%;
      margin-top: 46px;
  }
  .dashboard .dashboard-button .orders:last-child {
      margin-right: 0px;
  }
  .review-wrapper canvas {
      width: 238px;
  }
  .review-wrapper  .data h2 {
      font-size: 40px;
      font-weight: 900;
  }
  div#graph h4 {
      font-weight: 400;
      font-size: 19px;
      margin-bottom: 0px;
  }
  .dashboard-heading h2 {
      font-size: 26px;
      border-bottom: 1px solid #E8E8E8;
      padding-left: 15px;
      margin-bottom: 0px;
      padding-bottom: 5px;
  }
  .dashboard-graph .main-review-wrapper {
      margin: 20px !important;
      overflow: hidden;
  }
  .dashboard .dassborad-content {
      height: 91.5%;
      margin: 5% 5% 0% 0%;
  }
  section#dashboard {

    padding-bottom: 100px;
}
.pay-overlay .paying-btn {
  /* max-width: 405px; */
  margin: auto;
}
.instrutions-popup h2 {
  margin-bottom: 8px;
}
.instrutions-popup img.step-img {
  max-width: 322px;
  width: 100%;
  margin-left: auto;
  display: block;
}
/* .instrutions-popup {
  max-width: 994px !important;
  width: 100% !important;
} */
/* .instrutions-popup .steps {
  margin-top: 1px !important;
} */
.dashboard-setting .paying-btn.final-logout {
  margin: auto;
  max-width: 660px;
  width: 100%;
}
.dashboard-setting .paying-btn.final-logout .logout-btn {
  display: flex;
  justify-content: center;
}

.dashboard-setting .paying-btn.final-logout .logout-btn a.btn {
  margin: 0px !important;
  padding: 14px 35px;
}
  /* -------------------steps popup ------------- */
  
  .pay-overlay .step-wrapper {
    padding: 35px 30px;
    /* max-width: fit-content; */
    margin: auto;

  }
  .stepss {
    display: none;
}
.stepss.active {
    display: block;
}
.stepss .cancel{
    cursor: pointer;
}
  .pay-overlay .step-wrapper h3 {
    font-size: 29px; 
  }
  
  .pay-overlay .step-wrapper .step-info{
    padding-left: 20px;
    margin-bottom: 45px;
  }
  
  .pay-overlay .steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
  }
  
  .pay-overlay .step-wrapper .step-txt {
    padding-left: 20px;
  }
  
  .pay-overlay .step-wrapper .step-txt h5 {
    font-weight: 500;
    margin-top: 20px;
  }
  
  .pay-overlay .step-wrapper .step-txt p {
    font-size: 13px; 
    padding-bottom: 20px;
    border-bottom: 0.5px solid #0000006E
  }
  
  .pay-overlay .step-wrapper .step-txt:last-child p{
    border: none;
  }
  
  .pay-overlay .steps p {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
    color: #919191;
  }
  .pay-overlay .plan-btn .btn{
    width: auto;
    text-align: center;
  }
  .cancel {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-align: center;
    display: block;
    margin-bottom: 13px;
}
.step3.stepss h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}
.step3.stepss p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 24px;
}

  /* -------------------step 2 popup -------------- */
  
  .pay-overlay .step-next{
    padding: 35px;
    max-width: fit-content;
    min-width: fit-content;
  }
  
  .pay-overlay  .switch-wrapper {
    display: flex;
    gap: 90px;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 25px;
  }
  
  .pay-overlay  .switch-wrapper  strong {
    display: flex;
    align-items: first baseline;
    gap: 10px;
  }
  
  .pay-overlay  .switch-wrapper  h5{
    font-weight: 500;
  }
  
  .pay-overlay  .switch-wrapper h5 span{
    font-size: 15px;
    font-weight: 300;
  }
  
  .pay-overlay  .switch-wrapper  strong  p{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    background-color: #2EB818;
    border-radius: 5px;
    padding: 2px 6px;
  }
  
  .pay-overlay .switch-btn {
    background-color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    padding: 13px 65px;
    margin: 10px 0 45px;
  }
  
  .details-popup .btn {
    justify-content: center;
    width: 40%;
    margin-top: 42px;
    margin-bottom: 0px;
  }
  
  /* ---------------last step popup -------- */
  
  .pay-overlay .step-last {
    padding: 35px;
    max-width: fit-content;
    min-width: 890px;
  }
  .pay-overlay .step-last h3{
    font-size: 34px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 20px;
  }
  
   .pay-overlay .step-last .get-radio-btn {
    padding-top: 25px;
  }
  
  .pay-overlay .step-last .requirement {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    width: 100%;
    padding-bottom: 25px;
    position: relative;
    color: #000;
  }
  
  .pay-overlay .step-last .requirement input[type="checkbox"]:checked::before { 
    background-color: var(--primary-color); 
    top: 4px;
    left: 4px; 
  }
  
 /* Billing Subcrption */

 .switch-field {
display: flex;
margin-bottom: 36px;
overflow: hidden;
}

.switch-field input {
position: absolute !important;
clip: rect(0, 0, 0, 0);
height: 1px;
width: 1px;
border: 0;
overflow: hidden;
}

.switch-field label {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  transition: all 0.1s ease-in-out;
  border-radius: 48px !important;
  border: unset;
  box-shadow: unset;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.switch-field label:hover {
cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #4663AC;
  box-shadow: none;
  color: #fff;
}
.switch-field input:checked + label .best-value {
  color: #fff;
}
.switch-field label:first-of-type {
border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
border-radius: 0 4px 4px 0;
}
 .plan-selections {
  position: relative;
  margin-top: 34px;
  background-color: #fff;
  padding: 4px 5px;
  border-radius: 27px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.switch-field {
  margin: unset;
}
.subscription-plan .plan-of p {
  padding: 0px 12px;
  margin: 0px;
}
.subscription-plan .plan-of {
  position: absolute;
  right: 40px;
  top: -20px;
}
span.best-value {
  font-size: 12px;
  margin-top: 3px;
  color: #7A888E;
}
ul.features-box {
  display: none;
}

.show-more img {
  transition: 0.5s all;
}

.show-more img.active {
  transform: rotate(180deg);
}
ul.features-box.active {
  display: block;
}
.subscription-plan-grid {
  align-items: start;
}
.show-more p {
  text-align: center;
  margin: 0px;
  margin-top: 20px;
  cursor: pointer;
  color: #4663AC;
  font-weight: 400;
  margin-bottom: 20px;
}
.subscription-plan .plan-wrapper .show-more p {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.subscription-plan .paying-btn.plan-wrapper ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 15px;
}
 .plan-main-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
.subscription-plan .plan-of p {
    font-size: 12px;
    font-weight: 500;
    background-color: #2EB818;
    border-radius: 6px;
    padding: 2px 8px;
    color: #fff;
}
span.best-value {
    font-size: 12px;
    margin-top: 3px;
    color: #7A888E;
}



.premium-plan-grid {
  padding: 20px;
  background: var(--secondary-color);
  border-radius: 10px;
}
#mobile-credit-plans {
    display: none;
}
.premium-plan-grid h3 {
  font-size: 20px;
  margin-bottom: 0px;
}
.plan-main-wrapper .chosse-plan {
  display: grid; 
}
.plan-price span {
  font-weight: 400;
  font-size: 14px !important;
}
.plan-header select {
  width: 100%;
  padding: 10px 15px;
  border-radius: 10px;

  background-color: #fff;
  border: 1px solid #4663AC36;
  font-size: 15px;
  font-weight: 400;
}

.pay-overlay .paying-btn.plan-wrapper .plan-price p {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0px;
}

.pay-overlay .paying-btn.plan-wrapper .plan-price p span {
  font-size: 18px; 
}

.plan-options label {
  display: flex;
  align-items: center;
  padding: 15px 18px;
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  cursor: pointer;
  border: 0.5px solid #0000001a;
}

.plan-options label.recommended{
  border: 1px solid #4663AC;
}

.plan-options input[type="radio"] {
  margin-right: 10px;
  accent-color: var(--primary-color);
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 13px;
  font-size: 0;
}

.plan-options span {
  font-size: 15px;
  font-weight: 400;
}

.plan-options .price {
  margin-left: auto;
  font-size: 18px;
  font-weight: 600;
}

.plan-options .per-review {
  font-size: 13px;
  color: #ACACAC;
  font-weight: 300; 
}

.plan-footer {
  text-align: center;
}

.plan-footer p {
  font-size: 13px;
  margin: 20px 0;
  line-height: 20px;
}

.premium-plan-grid .btn {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  justify-content: center;
  background-color: #000;
}
 
.premium-plan-grid .btn:hover{
  background-color: var(--primary-color);
}


  /* --------------------cancel popup ------------ */
  
  .pay-overlay .cancel-plan,
  .logout-overlay .final-logout {
    padding: 90px 80px;
    max-width: 660px;
    width: 100%;
  }

  .billing-plans h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
}
  .cancel-overlay .cancel-plan .btn { 
    font-size: 15px;
    font-weight: 400;
  }
  
  .logout-overlay .final-logout {
    padding: 43px 20px !important;
    max-width: 400px;
    margin: auto;
    width: 100%;
}
.logout-overlay .final-logout h1.h3 {
  margin-bottom: 0pc;
  border-bottom: unset;
  padding-bottom: 10px;
}
  
  .pay-overlay .cancel-plan .cancel-img,
  .logout-overlay .final-logout .logout-img{
    display: block;
    margin: 0 auto 30px;
  }
  
  
  .pay-overlay .cancel-plan .h3,
  .logout-overlay .final-logout .h3{
    font-size: 30px;
    font-weight: 700;
  }
  
  .pay-overlay .cancel-plan  p,
  .logout-overlay .final-logout  p {
    font-size: 15px;
    font-weight: 400; 
  }
  
  .pay-overlay .cancel-plan .btn {
    display: flex;
    justify-content: center;
    max-width: 270px;
    margin: 20px auto 0px;
    background-color: var(--primary-color);
  }
  
  .logout-overlay .final-logout .logout-btn{
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  .logout-overlay .final-logout .logout-btn .btn:last-child {
    background-color: #000;
  }
  
  .logout-overlay .final-logout .logout-btn .btn:last-child:hover {
    background-color: var(--primary-color);
  }
  
  .logout-overlay .final-logout .btn {
    display: flex;
    justify-content: center;
    max-width: 200px;
    margin: 20px auto 0px;
    background-color: var(--primary-color);
  }
  
  .pay-overlay .cancel-plan .btn:hover,
  .logout-overlay .final-logout .btn:hover{
    background-color: #000;
  }
  
  .pay-overlay .cancel-plan .btn img,
  .logout-overlay .final-logout .btn img{
    margin-left: 10px;
  }
  
  
  .bussiness-details p {
    text-align: center;
    margin-top: 1rem;
    font-weight: 400 !important;
  }
  
  .checkout-form input {
    font-size: 14px !important;
  }
  a.skip {
    display: flex;
    text-align: center;
    margin-top: 10px;
    color: #000;
    font-weight: 300;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Login */
.login-col {
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 0px 4px 11px 0px #00000021;
}
.resend{
    color: var(--primary-color);
    font-weight: 400;
    cursor:pointer
}
.get-started-form .get-radio-btn .password-requirements li {
  padding: 0px;
  font-size: 15px;
  font-weight: 300;
  color: #9F9F9F;
}
.get-started-form li#password-match {
  font-size: 15px;
  font-weight: 300;
}
.get-started-form  .get-radio-btn .password-requirements {
  row-gap: 0px;
}
.get-started-form .confirm-password-input,.get-started-form input.input.password-input {
  margin-bottom: 15px !important;
}
.get-started-form button.btn.submitbtn.save_Changes {
  max-width: 200px;
  width: 100%;
  background-color: #000;
}

.step1.stepss.active {
  max-width: 890px;
  width: 100%;
}

.step1.stepss .step-info {
  font-weight: 400;
}

.step1.stepss h2 {
  margin-bottom: 0px;
}
.row-wrapper .delever-review {
  text-align: center;
}
  @media(max-width: 992px) {
/* --------------------get started 2 --------------- */

.get-started-2 .h4::before {
    left: 0px;
}

.get-started-2 .h4::before {
    left: 0px;
    min-width: fit-content;
}

/* -----------------------secure checkout ------------ */

.checkout2 .get-started-col {
    width: 100%;
}
.login  .get-started-col {
    width: 100% !important;
}
.checkout2 h1::before {
    min-width: fit-content;
    left: 0;
}

/* --------------thanks 2 --------------- */
.success .thanks-wrapper {
    width: 100%;
    margin: 10px auto 0px;
}

.checkout2 h1 {
    padding-bottom: 0px !important;
    margin-bottom: 10px !important;
}

/* ------------------login ------------- */


.login {
    padding: 60px 0;
    padding-top: 131px;
}

.login h1 {
    padding-bottom: 20px !important;
    margin-bottom: 1.5rem !important;
}

/* ---------------------dashboard----------- */

.dashboard .dashboard-active.active {
    width: 100% !important;
    pointer-events: none;
}



.dashboard .total-review {
    padding: 85px 0px 75px;
}

.dashboard .dashboard-additional {
    width: 100%;
}

.dashboard .row-wrapper::before {
    min-width: 100%;
}

.dashboard .dashboard-graph {
    width: 100%;
    border: none;
}





.dashboard .col-md-7,
.dashboard .col-md-5 {
    flex: 0 0 auto;
    width: 100%;
}



.dashboard-tabs.active {
    left: 0;
}


.dashboard .dashboard-tabs::after {
    content: none
}

.dashboard .dashboard-button a {
    background: #fff;
    top: 0px;
    border-radius: 0px 10px 10px 0px;
    width: 100%;
}

.dashboard-graph.active {
    position: relative;
    filter: blur(12px);
    width: 100%;
    height: 100%
}

.dashboard .dassborad-content {
    margin: 20px;
}

/* ---------------dashboad setting -------------- */

.dashboard-setting .main-review-wrapper {
    padding: 60px 60px 50px;
}

.get-started-2 .get-started-form .btn {
    width: 50%;
    margin-top: 22px;
}

.dashboard-setting .get-started-2 .get-started-form .btn {
    margin: 28px 0px 0px;
}

/* -------------dashboard subsciption plan ---------- */

.subscription-plan .invoice-wrapper {
    justify-content: space-between;
}



.subscription-plan .modify-plan .h2 {
    font-size: 38px;
    line-height: 30px;
}

.subscription-plan .modify-plan p {
    font-size: 16px;
}

/* ------------------dashboard popups ---------------- */


.pay-overlay .step-wrapper .col-6 {
    flex: 0 0 auto;
    width: 100%;
}


.pay-overlay .step-wrapper .step-info {
    margin-bottom: 15px;
}

/* .pay-overlay .steps {
    margin-top: 0px;
} */
.step1.stepss .steps {
  margin-top: 0px;
}
.pay-overlay .step-img {
    display: none;
}
.get-started-2 ul.password-requirements {
  margin-bottom: 0px;
}


.pay-overlay .card-detail-overlay {
    min-width: 700px;
    padding: 30px 20px !important;
}

.pay-overlay .plan-wrapper input[type="radio"] {
    width: 22px;
}

.pay-overlay .plan-wrapper .bussiness-type strong {
    font-size: 18px;
}



.pay-overlay .plan-wrapper .plan .recommended-label {
    font-size: 10px;
}

.pay-overlay .card-detail-overlay .input {
    width: 100%;
}

.pay-overlay .card-detail-overlay .get-started-form .btn {
    margin-top: 10px;
    margin-bottom: 0px;
    min-width: 40%;
}

/* -------------------switch wraper popup ------------ */

.next-step .paying-btn {
    padding: 20px !important;
    margin: 10px 15px;
}

.pay-overlay .step-next {
    min-width: 700px;
}

.pay-overlay-wrapper.next-step {
    top: 37%;
}

.pay-overlay .switch-wrapper h5 {
    font-size: 20px;
    font-weight: 600;
}

.pay-overlay .switch-wrapper {
    gap: 40px;
}


.next-step .paying-btn .switch-btn {
    display: flex;
    width: 230px;
    margin: 20px 0px;
    margin-right: auto;
}


.next-step .paying-btn .countinue-step-btn,
.next-step .paying-btn .cancel {
    display: flex;
    justify-content: center;
    width: unset;
    margin: 0 auto;
    padding: 11px 40px;
}

/* ---------------3rd dtep popup ---------- */
.last-step .paying-btn {
    padding: 20px !important;
    margin: 10px 15px;
}

.pay-overlay-wrapper.last-step {
    top: 37%;
}

.last-step .step-last {
    min-width: 700px;
}

.last-step .step-last h3 {
    font-size: 24px;
}

.last-step .paying-btn .cancel-subscription-btn,
.last-step .paying-btn .cancel {
    display: flex;
    justify-content: center;
    width: unset;
    margin: 0 auto;
    padding: 11px 40px;
}

.subscription-plan .modify-plan .btn {
    padding: 5px 10px;
}

.subscription-plan .cancel-plan-btn {
    margin-left: 15px !important;
}

/* -------------cancel popup --------- */

.cancel-overlay .paying-btn {
    padding: 95px 20px !important;
    margin: 10px 15px;
    min-width: 700px;
}

.cancel-overlay .cancel-plan .h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.cancel-overlay .paying-btn .btn {
    display: flex;
    width: 230px;
    margin: 20px auto 0px;
}
.stepss {
  width: 100% !important;
}
.step3.stepss h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.billing-plans h2 {
  padding-left: 16px;
  padding-top: 15px;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 16px;
}

  }

  .cancel-plan h2.text-center {
    font-size: 30px;
    font-weight: 700;
}


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

  .dashboard {
    background-color: var(--grey-color);
}

.dashboard .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding: 0px 5px;
}

.pay-overlay-wrapper.logout-overlay {
    left: 50%;
}

.pay-overlay-wrapper.logout-overlay .logout-btn {
    margin-top: 25px;
}

.pay-overlay-wrapper.logout-overlay .logout-btn .btn {
    justify-content: center;
}

.pay-overlay-wrapper.logout-overlay .logout-btn .btn img {
    margin-right: 0px;
}



.dashboard .dashboard-graph {
    border-radius: 20px;
    display: block;
}

.dashboard .dashboard-button {
    background: transparent;
    gap: 20px;
    overflow-x: scroll;
    /* Ensure the scrollbar is always visible */
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 20px;
}

.dashboard .dashboard-button::-webkit-scrollbar {
    height: 8px;
    border-radius: 2px;
    background: #fff;
}

.dashboard .dashboard-button::-webkit-scrollbar-track {
    background: #fff;
}

.dashboard .dashboard-button::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 2px;
}

.dashboard .dashboard-button {
  scrollbar-color: var(--primary-color) #fff;
  scrollbar-width: thin;
  gap: 7px;
}


.dashboard .dashboard-tabs {
    display: flex;
    width: 100%;
    position: relative;
    background: transparent;
    box-shadow: unset;
    margin: 20px 10px;
}

.dashboard .dashboard-button .orders {
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    padding: 9px 10px;
}

.dashboard .dashboard-button .orders img {
    display: none;
}

.dashboard .dashboard-button .orders.active {
    background-color: var(--primary-color);
    color: #fff;
}

.dashboard {
    padding: 40px 0 0px;
    padding-top: 83px;
}

.dashboard .dashboard-additional {
  width: 95% !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding-bottom: 20px;
  background-color: #e1f1fd;
}

.dashboard .row-wrapper::before {
    min-width: 376px;
}


.dashboard .row-wrapper::after {
    min-height: 72px;
}



.dashboard .row-wrapper {
    gap: 0px;
}

.dashboard .dassborad-content {
  width: 90%;
  margin: auto !important;
}

/* -------------dashboard subsciption plan ---------- */
.subscription-plan .main-billing-wrapper {
    margin: 15px 10px;
    padding: 0px;
}

.modify-plan .h5{
    margin-top: 10px;
    margin-bottom: 10px;
}



.subscription-plan .cancel-btn {
    order: 2;
    padding-left: 20px;
}

.dashboard .billing-plans h3 {
    margin-bottom: 0px;
    padding: 20px 18px;
    border-bottom: 0.5px solid #9F9F9F75;
}

.subscription-plan .billing-wrapper {
    flex-wrap: wrap;
    padding-bottom: 28px;
}

.subscription-plan .payment-wrapper {
    grid-template-columns: 1fr;
}

.subscription-plan .invoice-wrapper {
    gap: unset;
}

.subscription-plan .billing-plans,
.subscription-plan .cancel-btn {
    width: 100%;
}

.subscription-plan .billing-wrapper .btn {
    margin: 0px;
}

.subscription-plan .plan-type {
    margin-top: 20px;
    padding-left: 20px;
}

.subscription-plan .payment-methods h5 {
    margin-top: 40px;
}

.subscription-plan .payment-methods p {
    margin-top: 25px;
}

.subscription-plan .modify-plan .h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000 !important;
}

.subscription-plan .modify-plan {
    padding: 20px;
}

.subscription-plan .modify-plan .h2 span {
    font-size: 18px;
    font-weight: 600;
}

.subscription-plan .modify-plan .h5 span {
    font-size: 13px;
    font-weight: 400;
}

.subscription-plan .plan-reniew-block {
    display: block !important;
    font-size: 14px;
    font-weight: 300;
    color: #ACACAC;
    padding-left: 20px;
    margin-bottom: 0px;
}

.subscription-plan .plan-reniew-desktop {
    display: none;
}

.subscription-plan .payment-methods {
    padding: 20px 20px 15px;
}

.subscription-plan .invoice {
    padding: 20px;
}

.subscription-plan .modify-plan h5 {
    margin-top: 5px;
}
.premium-plan-grid {
        display: none;
    }
#mobile-credit-plans{
  display: block;
}

    .premium-plan-grid {
        padding: 20px 0;
    }
    .pay-overlay .paying-btn.plan-wrapper .plan-footer p{
      font-size: 15px;
    }
/* --------- dashboard support */

.dashboard-contact .pay-overlay-wrapper {
    top: 40%;
}



.dashboard-contact .main-review-wrapper {
    padding: 0px;
    margin: 15px 10px;
}

.dashboard-contact .get-started-form.form {
    padding: 0px 20px 20px;
}

/* --------------------dashboard setting ------------ */



.dashboard-contact .contact-col .btn {
    margin-top: 0px;
}

.dashboard-setting .main-review-wrapper {
    padding: 0px;
    margin: 15px 10px;
}

/* .dashboard-setting .support-heading {
    padding: 20px 0px 0px;
} */

.dashboard-setting .support-heading h2 {
    text-align: left;
    padding-left: 20px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #00000017;
}

.get-started2 {
    height: 100vh;
}

.get-started-2 .get-started-form .btn {
    margin: 10px auto 15px;
    width: 60%;
    font-size: 15px;

}

.otp-box {
    width: 40px;
}

.dashboard-setting .get-started-form.form {
    padding: 0px 20px 30px;
}

.dashboard-setting .get-started-2 .form .input,
.get-started-2 .form .textarea {
    margin-bottom: 20px;
}

.dashboard-setting .new-pass .requirement input[type="checkbox"] {
    width: 22px;
}

.dashboard-setting .new-pass .requirement input[type="checkbox"]:checked::before {
    top: 24px;
    left: 10px;
}

/* ------------------dashboard popups ---------------- */





.pay-overlay .plan-wrapper {
  padding: 20px !important;
  width: 90%;
  left: unset;
  box-shadow: 0px 4px 4px 0px #0000003D;
}

.plan-selection .paying-btn .btn {
    display: flex;
    width: 100% !important;
    margin: 20px auto !important;
    justify-content: center;
    box-shadow: 0px 4px 4px 0px #0000003D;

}

.pay-overlay .plan-wrapper .bussiness-type {
    gap: 10px;
}

.pay-overlay-wrapper.details-popup {
    top: 40%;
}

#checkout .pay-overlay-wrapper.details-popup {
    top: 47%;
}
.chide .payment-option {
 
    flex-direction: column;
    align-content: flex-start;
}
.details-popup .checkout-buy-btn {
    margin-top: 20px;
}

.details-popup .checkout-buy-btn #btnApplePay {
    max-width: 48%;
}

.details-popup .form-heading {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.pay-overlay .card-detail-overlay .get-started-form .btn {
    min-width: 100%;
}

.pay-overlay .switch-wrapper {
    gap: 0px;
    justify-content: space-between;
}




.pay-overlay .card-detail-overlay {
 
    padding: 30px 20px !important;
    max-width: 95%;
        min-width: auto;
        margin-left: 2.5%;
}

/* step wrapper popup */

.pay-overlay .step-wrapper h3 {
    font-size: 24px;
}


.pay-overlay .step-wrapper {
  padding: 20px !important;
  width: 90% !important;
  margin: auto;
}

.pay-overlay .step-wrapper .step-info {
    padding-left: 10px;
    margin-bottom: 2%;
}

.pay-overlay .step-wrapper .step-txt {
    padding-left: 10px;
}

.pay-overlay .steps {
    align-items: self-end;
}
.pay-overlay .cancel-plan, .logout-overlay .final-logout {
    padding: 10px;
    max-width: initial;
    min-width: initial;
}
.pay-overlay .cancel-plan .h3, .logout-overlay .final-logout .h3 {
  font-size: 20px;
  font-weight: 800;
  border-bottom: unset;
}
/* -------------------switch wraper popup ------------ */

.next-step .paying-btn {
    padding: 20px !important;
    margin: 10px 15px;
}

.pay-overlay .step-next {
    min-width: 400px;
}

.next-step .paying-btn .switch-btn {
    width: 250px !important;
    margin: 20px 0px !important;
    justify-content: center;
}



/* ---------------3rd dtep popup ---------- */
.last-step .paying-btn {
    padding: 20px !important;
    margin: 10px 15px;
}

.last-step .step-last {
    min-width: 400px;
}

.last-step .paying-btn .cancel-subscription-btn,
.last-step .paying-btn .cancel {
    width: unset !important;
}

.last-step .step-last p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.pay-overlay .step-last .requirement {
    padding-bottom: 20px;
}

/* -------------cancel popup --------- */

.cancel-overlay .paying-btn {
    padding: 95px 20px !important;
    margin: 10px 15px;
    min-width: 400px;
}

.logout-overlay .paying-btn {
    padding: 25px 20px !important;
    margin: 10px 15px;
    max-width: 90%;
}
section#success .container {
    padding: 0px;
}
.inner-flex-box .col-md-6:first-child .subs_box {
    margin-bottom: 20px;
}
.saveupto {
    font-size: 15px !important;
    bottom: -36px !important;
}
.thanks-wrapper a.btn {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin-top: 15px;
}
.verify .get-started-col {
    margin: 2.5%;
    width: 95%;
}
.dashboard .dashboard-button .orders {
  padding: 8px 16px !important;
  font-weight: 200;
  margin-right: 0px;
  margin-top: 8px;
}
.dashboard-heading h2 {
  padding-top: 9px;
}
.instrutions-popup img.step-img {
  display: none;
}
.dashboard h1 {
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cancel-plan h2.text-center {
  font-size: 20px;
  font-weight: 700;
}
}

@media(min-width: 767px) {
  .step1.stepss.active {
    width: 890px;
    max-width: unset;
  }
  .stepss {
    width: 660px;
}
.plan-btn .cancel {
  margin-right: 18px;
}
.plan-btn {
  display: flex;
  align-items: baseline;
}
}