body {
  overflow-x: hidden;
}

.backDiv1 {
  display: flex;
  justify-content: space-between;
  padding: 64px 0 16px;
}

.profile {
  padding-top: 0px;
}

.profileMain {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}

.profileLeft {
  width: 10%;
}

.profileMiddle {
  background-color: var(--BG6);
  padding: 24px;
  width: 100%;
  height: fit-content;
}

.profileRight {
  width: 10%;
}

.profileInner {
  width: 100%;
}

.profileLogin {
  background-color: var(--BG6);
  box-shadow: 2px 4px 12px var(--colorShadow);
  border-radius: 16px;
  padding: 24px;
  margin: 0 auto;
  max-width: 600px;
}

.profileHead {
  display: flex;
  gap: 24px;
}

.profileHeading {
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

#login {
  display: block;
}

#signup {
  display: none;
}

.profileHeading.active {
  border-bottom: 2px solid var(--colorBlue1);
}

.inputsCon {
  display: flex;
  flex-direction: column;
  margin: 0px 0 20px;
}

.label {
  margin-bottom: 4px;
  font-size: 14px;
}

.label.red {
  color: var(--colorAlert);
}

.inputs {
  margin: 24px 0 32px;
}

.inputsInput {
  padding: 12px;
  font-size: larger;
  background-color: var(--BG5);
  display: block;
  width: 100%;
  border-radius: 8px;
  border: none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
}

.inputsInput:focus {
  outline: 2px;
  border-color: hsla(210, 31%, 40%, 50%);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 3px hsla(210, 31%, 40%, 25%), 0 1px 1px 0 rgba(0, 0, 0, 0.08);
}

.checkbox {
  width: auto;
}

.showPasswordP {
  padding: 0;
}

.showPassword {
  display: flex;
  align-items: center;
  padding: 2px 0 8px;
}

.showPasswordSign {
  display: flex;
  align-items: center;
  padding: 12px 0 6px;
}

.checkbox:before {
  width: 10px;
}

.passwordCon {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
}

.forgotP {
  padding: 4px 0;
  background: none;
  border: none;
  color: var(--colorBlue1);
  cursor: pointer;
}

.profileAlert {
  margin-top: 12px;
  color: red;
}










/*profile*/
.profilenew {
  display: flex;
  justify-content: space-around;
}

.profileNavigation {
  display: flex;
  flex-direction: column;
  width: 28%;
  border-right: 3px solid var(--colorBlue2)
}

.profileNavigationInner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6%;
  margin: 0 0 auto 0;
  padding: 0 48px 80px 0;
}

.profileNav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 12px 2%;
  width: 100%;
  margin: 6px 0 0;
  height: 48px;
  cursor: pointer;
  transition: none;
}

.profileNavCon {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.profileNavMiddle {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 8px 18%;
  width: 100%;
  height: 100%;
}

.profileMiddleP {
  font-size: 24px;
  font-weight: 600;
}

.profileNavSvg {
  width: 100%;
  height: 100%;
}

.profileNavH {
  padding-bottom: 8px;
  font-size: 24px;
}

.profileNav.active .profileNavSvg {
  fill: var(--colorBlue1);
}

.profileNav:hover .profileNavSvg {
  fill: var(--BGblur);
}

.profileNavP {
  padding-left: 12px;
}

.profileLogout {
  margin-top: auto;
}

.profileSite {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin: 0 32px;
  width: 80%;
}

.profileSiteLeft {
  position: absolute;
  width: 12.07%;
  left: 0;
  height: 100%;
}

.profileSiteMiddle {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  z-index: 4;
  background-color: var(--BG6);
  padding: 24px 0;
  width: 78%;
}

.profileSite .svgPolygon {
  fill: var(--BG6);
}

.profileSiteRight {
  position: absolute;
  right: 0;
  height: 100%;
  width: 12.07%;
}

.svgPolygon {
  width: 100%;
}

.profileSiteSvg {
  width: 100%;
  height: 100%;
  fill: var(--BG6);
}

.profileSiteMiddle:not(.active) {
  display: none;
}

.profileSiteH {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 16px;
}

.profileContainer {
  display: flex;
  flex-direction: column;
  width: max-content;
  gap: 12px;
  padding: 0 0 40px;
}

.profileSiteCon {
  display: flex;
  flex-direction: column;
}

.profileLabel {
  font-size: 14px;
  width: 100px;
  padding: 0 0 2px;
}

.profileInput {
  background-color: var(--BG5);
  border: none;
  border-bottom: 2px solid var(--BG4);
  border-radius: 4px;
  padding: 8px;
  font-size: 16px;
}

.profileSelect {
  background-color: var(--BG5);
  border-radius: 4px;
  padding: 8px;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid var(--BG4);
}

.profileOption {
  font-size: 16px;
}

.profileSafe {
  background: var(--gradient1);
  border-radius: 4px;
  margin-top: 20px;
  padding: 8px;
  font-size: 18px;
}

.profileProgressTop {
  display: flex;
  gap: 32px;
}

.profileProgressBottom {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 24px;
}

.progressTitle {
  display: flex;
}

.progressCon {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.progressBar {
  position: relative;
  width: 100%;
  height: 34px;
  padding-top: 4px;
  margin-bottom: 24px;
}

.progressBarInner {
  position: absolute;
  bottom: 0;
  padding-left: 6%;
  font-size: 20px;
  font-weight: 600;
  color: var(--colorBlue3);
}

.progressBarLine {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 28px;
  width: 2%;
}

.svg {
  width: 100%;
  height: 100%;
}










@media (orientation: portrait) {
  .profilenew {
    flex-direction: column;
  }

  .profileNavigation {
    width: 100%;
    border: none;
    padding-bottom: 64px;
  }

  .profileSite {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .profile {
    margin: 62px var(--marginView);
  }

  .profileNav {
    margin: 0;
  }

  .profileNav.active {
    border-right: none;
    border-left: 2px solid var(--colorBlue);
    padding-left: 12px;
  }

  .profileNavigationInner {
    flex-direction: unset;
    padding-bottom: 12px;
  }
}