.profile > p {
  background-color: rgb(249, 252, 255);
  margin-bottom: 1px;
}

.image {
  display: flex;
  flex-wrap: wrap;
}

.img {
  width: 200px;
  border-radius: 10px;
}

.user-data {
  display: flex;
  justify-content: space-between;
  /* gap: 250px; */
  padding: 0px 5px;
}

@media screen and (max-width: 600px) {
  .img {
    width: 100%;
  }
  .user-data {
    display: flex;
    justify-content: space-between;
  }
}

.user-data {
  box-sizing: border-box;
  background-color: aliceblue;
  /* filter: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)); */
  /* filter: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)); */
  /* filter: drop-shadow(red 1rem 1rem 10px); */
  /* box-shadow: 10px 5px grey; */
  /* box-shadow: 0px 5px 15px; */
  border-radius: 10px;
}

.user-data:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* 
[slider] {
  position: relative;
  height: 14px;
  border-radius: 10px;
  text-align: left;
  margin: 45px 0 10px 0;
}

[slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 14px;
}

[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #ccc;
  margin: 0 7px;
}

[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #ccc;
  margin: 0 7px;
}

[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 14px;
  background-color: #1abc9c;
}

[slider] > div > [thumb] {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 28px;
  width: 28px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  border-radius: 50%;
  outline: none;
}

[slider] > input[type="range"] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[slider] > input[type="range"]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type="range"]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider] > input[type="range"]:focus {
  outline: none;
}

div[slider] > input[type="range"]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider] > input[type="range"]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type="range"]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type="range"]::-ms-tooltip {
  display: none;
}

[slider] > div > [sign] {
  opacity: 0;
  position: absolute;
  margin-left: -11px;
  top: -39px;
  z-index: 3;
  background-color: #1abc9c;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

[slider] > div > [sign]:after {
  position: absolute;
  content: "";
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #1abc9c;
}

[slider] > div > [sign] > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}

[slider]:hover > div > [sign] {
  opacity: 1;
} */

.input--group {
  position: relative;
}

.form--control {
  height: 41px;
  background-color: white;
  border: 1px solid rgba(128, 128, 128, 0.544);
  color: var(--dark-color);
  font-size: 14px;
  padding-left: 15px;
  width: 100%;
}

.form--control:not(:placeholder-shown).form--control:not(:focus)
  ~ .form--label {
  top: 0;
  left: 15px;
  z-index: 5;
  transition: all 0.2s ease-in-out;
  color: rgb(var(--base));
}

select.form-control.form--control:has(option) ~ .form--label {
  top: 0% !important;
  /* border: 1px solid #fd2c79; */
}
.form--label {
  position: absolute;
  top: 20px;
  left: 15px;
  cursor: text;
  transform: translateY(-50%);
  color: var(--light-color);
  padding: 4px 4px;
  /* font-size: 12px; */
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.2s ease;
  line-height: 0.8;
  pointer-events: none;
  z-index: 1;
  background-color: hsl(var(--white));
}

.user-nameall {
  color: #fd2c79;
  margin-top: 4px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 0px 20px;
}

.user-about {
  box-sizing: border-box;
  background-color: white;
  padding: 10px 10px;
  border-radius: 15px;
  box-shadow: rgba(180, 0, 72, 0.35) 0px 5px 15px;
}

.user-alldata {
  box-sizing: border-box;
  border-radius: 15px;
  background-color: aliceblue;
  box-shadow: rgba(180, 0, 72, 0.35) 0px 5px 15px;
  padding: 0px 10px;
}

main {
  width: 100%;
  height: auto;
}

main .section-1 .section-1-1 .section-main .link-groups .link-1,
main .section-3 .section-3-1 .section-main .link-1 {
  background: #1d1b67;
  color: #f0eeeb;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

main {
  width: 100%;
}

main .section-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 75px 0px;
  row-gap: 50px;
}
main .section-4 .section-4-1,
main .section-4 .section-4-2 {
  width: 60%;
  display: flex;
  justify-content: center;
}
main .section-4 .section-4-1 .section-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
main .section-4 .section-4-1 .section-main h1 {
  font-size: 40px;
  line-height: 42px;
  color: #fd2c79;
  text-align: center;
}
main .section-4 .section-4-1 .section-main p {
  color: #425466;
  line-height: 24px;
  text-align: center;
}
main .section-4 .section-4-2 .section-main div.pricing-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
}
main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 15px;
}
main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-header
  .pricing-checkbox {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-header
  .pricing-checkbox
  span {
  font-size: 14px;
  color: #425466;
}

main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-header
  .pricing-checkbox
  > div {
  width: 45px;
  background: #1d1b67;
  height: 24px;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
}

main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-header
  .pricing-checkbox
  > div
  div {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #fff;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  border-radius: 50%;
}

main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-header
  .pricing-checkbox
  > div.anually
  div {
  left: unset;
  right: 3px;
}

main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-plans
  > div {
  display: none;
}

main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-plans
  > div
  > div {
  display: flex;
  column-gap: 17px;
}

main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-plans
  > div
  > div
  .card {
  padding: 25px;
  border-radius: 8px;
  width: 280px;
  position: relative;
  border: 1px solid #b5b6b87d;
  box-shadow: 1px 1px #b5b6b86e;
  height: fit-content;
}

main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-plans
  > div
  > div
  .card
  .card-header {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: center;
  align-items: center;
}

main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-plans
  > div
  > div
  .card
  .card-header
  .card-price {
  font-size: 26px;
}
main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-plans
  > div
  > div
  .card
  .card-header
  .card-price
  span {
  font-size: 14px;
  color: darkgray;
}

main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-plans
  > div
  > div
  .card
  .card-header
  p {
  color: #425466;
  line-height: 24px;
}

main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-plans
  > div
  > div
  .card
  .card-body {
  padding-top: 25px;
  border-top: 1px solid lightgray;
  margin-top: 15px;
}

main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-plans
  > div
  > div
  .card
  .card-body
  ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-plans
  > div
  > div
  .card
  .card-body
  ul
  li {
  color: #b5b6b8;
  position: relative;
  font-size: 14px;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-plans
  > div
  > div
  .card
  .card-body
  ul
  li
  img {
  width: 20px;
}

main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-plans
  > div
  > div
  .card
  .card-body
  ul
  li::before {
  color: #1d1b67;
  font-weight: bold;
  width: 20px;
  margin-left: -18px;
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-plans
  > div
  > div
  .card
  .card-footer {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-plans
  > div
  > div
  .card
  .card-footer
  a {
  background: #fd2c79;
  color: #f0eeeb;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  width: 100%;
  text-align: center;
}

main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-plans
  > div
  > div
  .card:nth-of-type(2)
  .card-footer
  button {
  background: #1d1b67;
  color: #fff;
}

main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-plans
  > div
  > div
  .card:nth-of-type(2)
  .card-footer
  button:hover {
  background: transparent;
  color: #b5b6b8;
}

main
  .section-4
  .section-4-2
  .section-main
  div.pricing-body
  .pricing-body-plans
  > div.active {
  display: block;
}

@media only screen and (max-width: 1200px) {
  main .section-4 {
    padding: 65px 0px 35px 0px;
  }
  main .section-4 .section-4-1,
  main .section-4 .section-4-2 {
    width: 90%;
  }
  main
    .section-4
    .section-4-2
    .section-main
    div.pricing-body
    .pricing-body-plans
    > div
    > div {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
  }
  main
    .section-4
    .section-4-2
    .section-main
    div.pricing-body
    .pricing-body-plans
    > div
    > div
    .card {
    width: calc(50% - 10px);
    height: unset;
  }
  main
    .section-4
    .section-4-2
    .section-main
    div.pricing-body
    .pricing-body-plans
    > div
    > div
    .card:last-child {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  main
    .section-4
    .section-4-2
    .section-main
    div.pricing-body
    .pricing-body-plans
    > div
    > div
    .card {
    width: 100%;
    height: fit-content;
  }
}

.image-btn {
  padding: 0px 10px;
  background-color: #fd2c79;
  color: white;
  border-radius: 10px;
}

.connect-btn {
  /* margin-top: 10px; */
  position: fixed;
  bottom: 10px;
}

.view-detail {
  padding: 10px;
  background-color: #fd2c79;
  border-radius: 10px;
}
