* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}

body {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  background: hsl(217, 100%, 97%);
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.container {
  display: grid;
  place-items: center;
  max-width: 100vw !important; /* Prevent exceeding screen width */
  overflow: hidden !important;
}

.banner {
  display: grid;
  place-items: center;
  max-width: 100vw;
}
.banner #desktop-svg {
  display: none;
}
.banner .progress {
  position: absolute;
  top: 30px;
  left: auto;
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.banner .progress .step-detail {
  display: none;
}
.banner .progress .circle-progress {
  border: 1px solid hsl(0, 0%, 100%);
  border-radius: 7px !important;
  color: hsl(0, 0%, 100%);
  border-radius: 50% !important;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.1em;
  margin: 7px;
}
.banner .progress .active {
  background: hsl(206, 94%, 87%);
  color: hsl(213, 96%, 18%);
}

.main {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.input-error {
  border-color: hsl(354, 84%, 57%) !important;
}

.error-text {
  color: hsl(354, 84%, 57%);
  position: absolute;
  right: 0;
  font-weight: bold;
  display: none;
}

.big-main {
  box-sizing: border-box !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

#form1 {
  position: relative;
  top: -72.8px;
  border-radius: 7px;
  background: hsl(0, 0%, 100%);
  padding: 20px;
}
#form1 h1 {
  color: hsl(213, 96%, 18%);
  padding-bottom: 8px;
}
#form1 p {
  color: hsl(231, 11%, 63%);
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.2em;
}
#form1 .form-group {
  margin: 13px 0px;
  position: relative;
}
#form1 .form-group .label-error {
  width: 100%;
  display: flex;
  justify-content: space-between !important;
}
#form1 .form-group label {
  color: hsl(213, 96%, 18%);
  font-weight: 500;
}
#form1 .form-group .input {
  border: 1px solid hsl(229, 24%, 87%);
  border-radius: 7px !important;
  width: 100%;
  padding: 13px 13px 13px 15px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold !important;
  font-size: 1em;
  box-sizing: border-box;
  margin-top: 5px;
  color: hsl(213, 96%, 18%);
  outline: none;
  border-radius: 8px !important;
}
#form1 .form-group .input::-moz-placeholder {
  color: hsl(231, 11%, 63%);
}
#form1 .form-group .input::placeholder {
  color: hsl(231, 11%, 63%);
}
#form1 .form-group .input:hover {
  border-color: hsl(243, 100%, 62%);
  cursor: pointer;
}
#form1 .form-group .input:active {
  border-color: hsl(243, 100%, 62%);
  caret-color: hsl(213, 96%, 18%);
}
#form1 .form-group .input:focus {
  border-color: hsl(243, 100%, 62%);
  caret-color: hsl(213, 96%, 18%);
}
#form1 .form-group input[type=number]::-webkit-outer-spin-button,
#form1 .form-group input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#form1 .form-group input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

#form2 {
  position: relative;
  top: -72.8px;
  border-radius: 7px;
  background: hsl(0, 0%, 100%);
  padding: 20px;
}
#form2 h1 {
  color: hsl(213, 96%, 18%);
  padding-bottom: 8px;
}
#form2 p {
  color: hsl(231, 11%, 63%);
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.2em;
}
#form2 .form-group {
  margin: 13px 0px;
  position: relative;
}
#form2 .form-group .active-input {
  background: hsl(217, 100%, 97%) !important;
  border-color: hsl(243, 100%, 62%) !important;
}
#form2 .form-group .input {
  background: hsl(0, 0%, 100%);
  border: 1px solid hsl(229, 24%, 87%);
  border-radius: 7px !important;
  width: 100%;
  padding: 13px 13px 13px 15px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold !important;
  font-size: 1em;
  box-sizing: border-box;
  margin-top: 5px;
  color: hsl(213, 96%, 18%);
  outline: none;
  display: flex;
  justify-content: space-between;
  justify-content: left !important;
}
#form2 .form-group .input::-moz-placeholder {
  color: hsl(231, 11%, 63%);
}
#form2 .form-group .input::placeholder {
  color: hsl(231, 11%, 63%);
}
#form2 .form-group .input:hover {
  border-color: hsl(243, 100%, 62%);
  cursor: pointer;
}
#form2 .form-group .input:active {
  border-color: hsl(243, 100%, 62%);
  caret-color: hsl(213, 96%, 18%);
}
#form2 .form-group .input:focus {
  border-color: hsl(243, 100%, 62%);
  caret-color: hsl(213, 96%, 18%);
}
#form2 .form-group .input:hover {
  background: hsl(217, 100%, 97%);
}
#form2 .form-group .input .form2-container {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}
#form2 .form-group .input .form2-container .form2-price {
  color: hsl(231, 11%, 63%);
  font-weight: 500;
  font-size: 0.8em;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
#form2 .form-group .input .form2-container .form2-price .free-month {
  color: hsl(213, 96%, 18%);
  display: none;
}
#form2 .form-group .input .form2-container .form2-price .variable-price2 {
  display: none;
}
#form2 .switch-container {
  margin-top: 20px;
  width: 90%;
  background: hsl(231, 100%, 99%);
  height: 35px;
  padding: 5px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 22px;
       column-gap: 22px;
  align-items: center;
  border-radius: 5px;
}
#form2 .switch-container .checked-color {
  color: hsl(213, 96%, 18%) !important;
}
#form2 .switch-container .unchecked-color {
  color: hsl(231, 11%, 63%) !important;
}
#form2 .switch-container .month {
  color: hsl(213, 96%, 18%);
  font-weight: bold;
}
#form2 .switch-container .year {
  color: hsl(231, 11%, 63%);
  font-weight: bold;
}
#form2 .switch-container .switch {
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  padding: 2.5px;
  width: 35px;
  border: 1px solid;
  border-radius: 15px;
  display: flex;
  align-items: center;
  background: hsl(213, 96%, 18%);
}
#form2 .switch-container .switch:hover {
  cursor: pointer;
}
#form2 .switch-container .switch input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0;
  height: 0;
}
#form2 .switch-container .switch input:active {
  background: hsl(213, 96%, 18%) !important;
}
#form2 .switch-container .switch input:focus {
  background: hsl(213, 96%, 18%) !important;
}
#form2 .switch-container .switch .slider {
  transition: 0.5s;
}
#form2 .switch-container .switch input:checked + .slider {
  transform: translateX(18.5px);
}
#form2 .switch-container .switch .round {
  width: 10px;
  height: 10px;
  background: hsl(217, 100%, 97%);
  border-radius: 50%;
}

#form3 {
  position: relative;
  top: -72.8px;
  border-radius: 7px;
  background: hsl(0, 0%, 100%);
  padding: 20px;
}
#form3 h1 {
  color: hsl(213, 96%, 18%);
  padding-bottom: 8px;
}
#form3 p {
  color: hsl(231, 11%, 63%);
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.2em;
}
#form3 .form-group {
  margin: 13px 0px;
  position: relative;
}
#form3 .form-group .variable-price2 {
  display: none;
}
#form3 .form-group .active3-input {
  background: hsl(217, 100%, 97%) !important;
  border-color: hsl(243, 100%, 62%) !important;
}
#form3 .form-group .active {
  display: inline !important;
}
#form3 .form-group .hidden {
  display: none !important;
}
#form3 .form-group .input {
  border: 1px solid hsl(229, 24%, 87%);
  border-radius: 7px !important;
  width: 100%;
  padding: 13px 13px 13px 15px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold !important;
  font-size: 1em;
  box-sizing: border-box;
  margin-top: 5px;
  color: hsl(213, 96%, 18%);
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#form3 .form-group .input::-moz-placeholder {
  color: hsl(231, 11%, 63%);
}
#form3 .form-group .input::placeholder {
  color: hsl(231, 11%, 63%);
}
#form3 .form-group .input:hover {
  border-color: hsl(243, 100%, 62%);
  cursor: pointer;
}
#form3 .form-group .input:active {
  border-color: hsl(243, 100%, 62%);
  caret-color: hsl(213, 96%, 18%);
}
#form3 .form-group .input:focus {
  border-color: hsl(243, 100%, 62%);
  caret-color: hsl(213, 96%, 18%);
}
#form3 .form-group .input:hover {
  background: hsl(217, 100%, 97%);
}
#form3 .form-group .input .form3-container {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
  width: 170px;
}
#form3 .form-group .input .form3-container .form3-detail {
  color: hsl(231, 11%, 63%);
  font-weight: 500;
  font-size: 0.8em;
  margin-top: 5px;
  text-align: left;
}
#form3 .form-group .input .form3-price {
  color: hsl(231, 11%, 63%);
  font-weight: 500;
  font-size: 0.8em;
  margin-top: 5px;
  color: hsl(243, 100%, 62%);
}
#form3 .form-group .input .custom-check {
  border: 1px solid hsl(229, 24%, 87%);
  border-radius: 7px !important;
  width: 19px;
  height: 19px;
  padding: 3px;
  border-radius: 5px !important;
}
#form3 .form-group .input .check-box {
  border: 1px solid hsl(243, 100%, 62%);
  border-radius: 7px !important;
  background-color: hsl(243, 100%, 62%);
  width: 19px;
  height: 19px;
  padding: 3px;
  border-radius: 5px !important;
  display: none;
}

#form4 {
  position: relative;
  top: -72.8px;
  border-radius: 7px;
  background: hsl(0, 0%, 100%);
  padding: 20px;
}
#form4 h1 {
  color: hsl(213, 96%, 18%);
  padding-bottom: 8px;
}
#form4 p {
  color: hsl(231, 11%, 63%);
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.2em;
}
#form4 .finish-group {
  padding: 15px;
  border-radius: 8px;
  background: hsl(231, 100%, 99%);
}
#form4 .finish-group .finish-header {
  padding: 0px 0px 7px 0px;
  border-bottom: 1px solid hsl(229, 24%, 87%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#form4 .finish-group .finish-header .finish {
  display: flex;
  flex-direction: column;
}
#form4 .finish-group .finish-header .finish a {
  color: hsl(231, 11%, 63%);
  margin-bottom: 15px;
}
#form4 .finish-group .finish-header .h1 {
  color: hsl(213, 96%, 18%);
  padding-bottom: 8px;
  margin-bottom: -4px;
  font-weight: bold;
}
#form4 .finish-group .form4-group {
  margin-top: 5px;
}
#form4 .finish-group .form4-group .h1-price {
  font-weight: bold !important;
  color: hsl(213, 96%, 18%);
}
#form4 .finish-group .sub-container {
  margin-top: 19px;
  color: hsl(231, 11%, 63%);
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
#form4 .finish-group .sub-container .sub-total {
  color: hsl(213, 96%, 18%);
}
#form4 .expense-container {
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
#form4 .expense-container .total-text {
  color: hsl(231, 11%, 63%);
}
#form4 .expense-container .total-expenses {
  font-weight: bold;
  color: hsl(243, 100%, 62%);
}

#form5 {
  position: relative;
  top: -72.8px;
  border-radius: 7px;
  background: hsl(0, 0%, 100%);
  padding: 20px;
  display: grid;
  place-items: center;
  padding: 100px 27px;
  text-align: center;
}
#form5 h1 {
  color: hsl(213, 96%, 18%);
  margin: 20px 0px 10px 0px;
}
#form5 p {
  color: hsl(231, 11%, 63%);
  font-size: 1.05em;
  line-height: 25px;
}

.form-nav {
  display: flex;
  justify-content: space-between;
  justify-content: right;
  box-sizing: border-box !important;
  background: hsl(0, 0%, 100%);
  margin-top: 30px;
  width: 100%;
  overflow: hidden !important;
  padding: 17px 10px;
}
.form-nav .next {
  border: 1px solid hsl(213, 96%, 18%);
  border-radius: 7px !important;
  padding: 15px 20px !important;
  background: hsl(213, 96%, 18%);
  color: hsl(0, 0%, 100%);
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  border: none;
  outline: none;
  font-weight: 500;
  border-radius: 7px !important;
}
.form-nav .next:hover {
  cursor: pointer;
  background: #022e64;
}
.form-nav .confirm {
  padding: 15px 20px !important;
  background: hsl(243, 100%, 62%);
  color: hsl(0, 0%, 100%);
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  border: none;
  outline: none;
  border: 1px solid hsl(243, 100%, 62%);
  border-radius: 7px !important;
  font-weight: 500;
  border-radius: 7px !important;
  display: none;
}
.form-nav .confirm:hover {
  cursor: pointer;
  background: #5a52ff;
}
.form-nav .back {
  padding: 15px 20px !important;
  background: hsl(0, 0%, 100%);
  color: hsl(231, 11%, 63%);
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  border: none;
  outline: none;
  display: none;
}
.form-nav .back:hover {
  color: hsl(213, 96%, 18%);
  cursor: pointer;
}/*# sourceMappingURL=style1.css.map */