@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Ubuntu", sans-serif;
}

body {
  background-color: lavender;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100rem;
  height: 100vh;
}

.main-content-holder {
  background-color: white;
  position: relative;
  padding: 15px;
  border-radius: 15px;
  display: flex;
  min-width: 60rem;
  gap: 50px;
}
.main-content-holder .content-pagination-button {
  color: white;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px;
}
.main-content-holder .content-pagination-button .svg-container {
  width: 100%;
}
.main-content-holder .content-pagination-button .svg-container .desktop {
  width: 100%;
}
.main-content-holder .content-pagination-button .svg-container .mobile {
  display: none;
}
.main-content-holder .content-pagination-button ul {
  list-style: none;
  position: absolute;
  top: 35px;
  left: 30px;
}
.main-content-holder .content-pagination-button ul li {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.main-content-holder .content-pagination-button ul button {
  width: 40px;
  font-family: ubuntu;
  height: 40px;
  background: transparent;
  color: white;
  font-size: 15px;
  border-radius: 50%;
  border: 1px solid white;
  transition: all 0.3s;
  font-weight: bold;
}
.main-content-holder .content-pagination-button ul button:hover {
  background: white;
  color: black;
}
.main-content-holder .content-pagination-button div .step {
  font-size: 16px;
  color: hsl(231, 11%, 63%);
}
.main-content-holder .content-pagination-button div p {
  font-weight: bold;
  font-size: 16px;
}

.components-container {
  padding: 40px;
  max-height: 35rem;
}
.components-container .component-container-header {
  color: hsl(213, 96%, 18%);
}
.components-container .component-container-header p {
  color: hsl(231, 11%, 63%);
  margin-top: 10px;
}
.components-container .component-container-form {
  height: 40rem;
  margin-top: 2rem;
}
.components-container .component-container-form div {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
}
.components-container .component-container-form div label {
  color: hsl(213, 96%, 18%);
  margin-bottom: 10px;
  font-size: 16px;
}
.components-container .component-container-form div input {
  padding: 10px;
  border-radius: 8px;
  width: 100%;
  height: 45px;
  border: 1px solid hsl(229, 24%, 87%);
}
.components-container .component-container-form div input::-moz-placeholder {
  font-weight: bold;
  color: hsl(231, 11%, 63%);
}
.components-container .component-container-form div input::placeholder {
  font-weight: bold;
  color: hsl(231, 11%, 63%);
}

.billing-container {
  display: flex;
  gap: 15px;
  border: 1px solid hsl(229, 24%, 87%);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
  align-items: center;
}
.billing-container .price {
  margin-left: auto;
  color: hsl(243, 100%, 62%);
}
.billing-container .online-service h2 {
  font-size: 16px;
  color: hsl(213, 96%, 18%);
  margin-bottom: 9px;
}
.billing-container .online-service p {
  color: hsl(231, 11%, 63%);
}

.switch-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: hsl(231, 100%, 99%);
  border-radius: 10px;
  padding: 15px;
}
.switch-container .month {
  font-weight: bold;
  color: hsl(213, 96%, 18%);
}
.switch-container .year {
  font-weight: bold;
  color: hsl(231, 11%, 63%);
}

.switch-container .switch-toggle {
  height: 30px;
  width: 50px;
  background-color: hsl(213, 96%, 18%);
  border-radius: 20px;
  position: relative;
}
.switch-container .switch-toggle .slider {
  height: 20px;
  width: 20px;
  background: white;
  border-radius: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.prev-btn {
  border: none;
  color: hsl(231, 11%, 63%);
  background: transparent;
}

.next-btn {
  padding: 10px;
  border: none;
  background: hsl(213, 96%, 18%);
  color: white;
  border-radius: 5px;
}

.confirmation-form {
  background-color: hsl(231, 100%, 99%);
  padding: 20px;
  border-radius: 5px;
}

.subscription-final {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  font-size: 16px;
  width: 100%;
}
.subscription-final div .current-price {
  color: hsl(213, 96%, 18%);
}

hr {
  background: black;
  border: 1px solid black;
}

.active-billing {
  padding-bottom: 20px;
  font-weight: bold;
}
.active-billing button {
  margin-top: 5px;
  background: transparent;
  text-decoration: underline;
  border: none;
}

.total-per-year {
  margin-top: 20px;
  width: 100%;
  padding: 5px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.navigator {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  transform: translatex(7%);
  bottom: 30px;
}
.navigator div {
  display: flex;
  gap: 225px;
}
.hidden {
  background: white;
  color: black;
}

button {
  cursor: pointer;
}

.test {
  display: flex;
  gap: 20px;
  flex-direction: row;
  margin-bottom: 20px;
  margin-top: 40px;
}
.test .billing-control {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: cent;
}
.test .billing-container {
  height: 180px;
  width: 150px;
  display: flex;
  gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  transition: 0.2s;
  justify-content: center;
}
.test .billing-container .billing-info h2 {
  font-size: 16px;
  margin-bottom: 5px;
  color: hsl(213, 96%, 18%);
}
.test .billing-container .billing-info p {
  font-size: 14px;
  color: hsl(231, 11%, 63%);
}
.test .billing-container:hover {
  border: 1px solid blue;
}

.cool {
  margin-bottom: 30px;
}

.service-control {
  margin-top: 30px;
  border-radius: 10px;
}

.inactive {
  margin-top: 10px;
  color: hsl(231, 11%, 63%);
}
.inactive .inactive-amount {
  color: hsl(213, 96%, 18%);
  font-size: 15px;
}

.final-subscription {
  color: hsl(231, 11%, 63%);
  font-size: 15px;
}

.final-total-amount {
  font-weight: bold;
  font-size: 16px;
  color: hsl(243, 100%, 62%);
}/*# sourceMappingURL=index.css.map */