@import url('../../assets-custom/root.css');

.header-container {
  height: 98px !important;
  color: white;
  background: unset;
  width: 100% !important;
}

.login-a:hover {
  text-decoration: none;
}

.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4,
.bg-white h5,
.bg-white h6,
.bg-white p,
.bg-white span,
.bg-white a,
.bg-white li {
  color: black;
}

#accountProfileDropDown {
  color: var(--navbar-private-route-admin-name-color) !important;
}

nav ul li a {
  color: var(--navbar-private-route-link-color) !important;
}

body {
  background: var(--checkout-background-color);
}

#subscribeSection {
  padding: 50px 0;
  color: #190b70;
}

label {
  margin-bottom: 0;
}

li {
  list-style: none;
}

.checkout-form {
  background-color: var(--ea-checkout-form-input-color);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.checkout-heading {
  background: var(--checkout-order-form-heading-color);
  padding: 15px;
  color: white;
  margin-left: -15px;
  margin-right: -15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}

label {
  color: black;
}

input[type='text'],
input[type='email'],
input[type='password'] {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #afaaaa;
  border-radius: 5px;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus {
  outline: none;
  border-color: #66afe9;
}

.form-check-input {
  margin-right: 10px;
}

.credit-cards {
  margin-top: 30px;
}

.credit-cards img {
  margin-right: 10px;
  max-width: 50px;
}

.col p {
  margin-bottom: 10px;
  color: #777;
}

.SubscriptionInformation {
  padding: 30px;
  border-radius: 5px;
  color: var(--checkout-subscription-information-text-color);
  margin-top: 126px;
  display: flex;
  flex-direction: column;
  background-color: var(--ea-secondary-color);
  margin-bottom: 120px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.about-subscription {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 17px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--ea-primary-color) !important;
}

.about-subscription-1 {
  font-size: 14px;
}

.SubscriptionInformation h3 {
  color: var(--checkout-subscription-information-heading-text-color);
  padding-bottom: 23px;
  border-bottom: 1px solid;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
/* .... */
table th,
table td {
  text-align: left;
  font-size: 16px;
}

tr {
  padding-top: 12px;
  display: flex;
  padding-bottom: 12px;
  justify-content: space-between;
  border-bottom: 1px solid var(--ea-checkout-border-color);
}

.day-trial-3 {
  font-weight: 400;
}

.fix-height-of-logo td {
  height: 90px;
  position: relative;
}
.product-img {
  transform: rotate(360deg);
  height: 24px;
  top: -22px;
  right: 42px;
  position: absolute;
  display: none;
}

.product-img img {
  margin-left: -47px;
  margin-top: -48px;
}
/* .... */
#subscriptionTitle {
  font-weight: bold;
  margin-right: 10px;
}

#price {
  font-weight: bold;
}

.progress-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-direction: row;
}

.circle {
  width: 33px;
  height: 33px;
  /* padding: 20px; */
  border-radius: 50%;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  background-color: #ccc;
  transition: background-color 0.3s ease-in-out;
  border: 1px solid #5f4498;
}

.current-section-active {
  animation: rotateBorder 1s infinite linear;
  color: #121f61;
  background-color: #c2a7b0;
  animation: rotateBorder 3s infinite linear;
  border: 3px solid #5f4498;
}

.smallerLabel {
  font-size: 13px !important;
}

@keyframes rotateBorder {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.line {
  flex: 1;
  height: 2px;
  width: 20px;
  background-color: #ccc;
  transition: background-color 0.3s ease-in-out;
}

.current-section-completed {
  background-color: #0f9ce7;
}

.progress-bar i {
  color: #282553;
}

.order-now-heading {
  margin-bottom: 48px;
  color: #28064a;
}

input {
  /* background: #adc8ca !important; */
  color: white important;
}

label {
  color: #190b70 !important;
}

.next,
.prev {
  width: 95px;
  height: 35px;
  border-radius: 5px;
  background: #55858e;
  color: #cff091;
}

.formDiv h3 {
  color: #000000;
  font-size: 20px;
}

.fix-height-of-logo {
  height: 90px;
}

.form-check a {
  color: #190b70;
}

#registerAccount {
  border: 1px solid #c8b3b3;
  /* width: 100%; */
  padding: 16px;
  color: white;
  padding-left: 60px;
  background: black;
  padding-right: 60px;
  margin-top: -21px;
}

.last-para-checkout-page {
  justify-content: space-evenly;
  align-items: center;
  margin-top: 27px;
}

.last-para-checkout-page p {
  color: var(--ea-primary-color);
  font-size: 16px;
  font-weight: 600;
}

.para-payment-info {
  color: #190b70;
}

#paymentCheckbox img {
  margin-left: 10px !important;
  margin-bottom: 3px;
  margin-right: 5px;
}

.creditCardCheckbox,
.sepaCheckbox {
  border: 1px solid;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  padding-right: 5px;
}

.creditCardCheckbox input,
.sepaCheckbox input {
  position: relative;
  margin: 0;
  margin-top: 5px;
}

.form-check-input:checked {
  /* background: var(--ea-checkout-form-input-color); */
  border-color: var(--ea-checkout-form-input-color);
}

.checkbox-container {
  display: flex;
  flex-direction: row;
}

.creditCardCheckbox,
.sepaCheckbox {
  margin-right: 20px; /* Adjust as needed */
}

.form-check {
  display: flex;
}

/* responsive  */
@media (max-width: 990px) {
  .SubscriptionInformation h3 {
    padding: 12px;
  }
  tr {
    padding: 12px;
  }
  .SubscriptionInformation {
    padding: 0px;
  }

  .order-now-heading {
    margin-top: 104px;
  }

  .product-img {
    transform: rotate(-90deg);
  }

  .product-img img {
    height: 85px;
    margin-left: 10px;
    margin-right: -78px;
    margin-top: -8px;
  }

  .fix-height-of-logo {
    height: auto;
  }

  .fix-height-of-logo td {
    height: auto;
  }

  .SubscriptionInformation {
    margin-top: 4px;
  }

  .checkout-form {
    margin-top: -78px;
  }
}
