body {
  font-family: "Poppins", sans-serif;
}

.header nav li a {
  color: #000;
}

.header button.login {
  color: #000;
  border-color: #000;
}

.header .user-name {
  color: #000;
}

.header .dropdown-arrow path {
  stroke: #000;
}

.header .dropdown-arrow {
  filter: brightness(0);
}

.navbar-button.login {
  border-color: #000;
}

.hero-section {
  padding-top: 144px;
  padding-bottom: 59px;
}

#header-arrow {
  display: none;
}

.hero-container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 32px;
}

.hero-title {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 64px;
  color: #232323;
  margin-bottom: 0px;
  text-transform: uppercase;
  line-height: 112%;
  font-weight: 500;
  letter-spacing: 2px;
}

.content {
  display: grid;
  grid-template-columns: 440px 1fr;
  width: 100%;
  gap: 40px;
  align-items: start;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 32px 167px 32px;
}

.aside {
  width: 100%;
}

.main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.main-title {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  color: #232323;
  margin-bottom: 0;
  text-transform: none;
}

.main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 44px;
}

.main-form {
  padding: 0;
  width: 100%;
  max-width: 653px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.form-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #9c9c9c;
  margin-bottom: 0;
  letter-spacing: normal;
}

.form-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.form-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  background: #fafafa;
  padding: 16px;
  border-radius: 4px;
}

.form-label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #353535;
  flex-shrink: 0;
}

.form-input {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #353535;
}

.edit-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0px;
  width: 100%;
  max-width: 450px;
}

.edit-form-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.edit-form-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.edit-form-label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
}

.edit-form-input {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  height: 44px;
  background: #ffffff;
  border: 1px solid #a5a5a5;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.edit-form-input::placeholder {
  color: #a5a5a5;
}

.edit-form-input:focus {
  border: 1px solid #6b7c5d;
}

#edit-form-buttons {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 450px;
}

.edit-form-cancel {
  border: 1px solid #6b7c5d;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  flex: 1;
  font-style: normal;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #353535;
  height: 48px;
  outline: none !important;
}

.edit-form-cancel:hover {
  background: #e3e4e1;
}

.edit-form-submit {
  padding: 16px;
  background: #d63b54;
  border-radius: 4px;
  height: 48px;
  flex: 1;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 1100px) {
  .content {
    grid-template-columns: 262px 1fr;
    gap: 30px;
  }
  .settings__sidebar {
    width: 100% !important;
    flex-shrink: 1 !important;
  }
  .hero-title {
    font-size: 48px;
  }
  .hero-section {
    padding-top: 88px;
  }
}
@media (max-width: 767px) {
  .hero-section {
    display: none;
  }
  .content {
    padding: 70.5px 16px 114px 16px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0px;
  }
  .main-form {
    max-width: 100%;
  }
  .edit-form {
    max-width: 100%;
  }
  #edit-form-buttons {
    max-width: 100%;
  }
  #edit-form-buttons button {
    width: 100%;
    height: 48px !important;
    padding-bottom: 12px;
    padding-top: 12px;
    min-height: 48px !important;
    max-height: 48px !important;
  }
  .main-title {
    display: none;
  }
  .footer {
    display: none;
  }
  .main-content {
    margin-top: 0px;
  }
  .main-title.back {
    display: inline-flex;
    align-items: center;
    gap: 16px;
  }
  .form-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }
  .main-button {
    margin-top: 24px;
  }
  .form-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  #edit-form-buttons {
    flex-direction: column;
    gap: 8px;
  }
}
#toast-container {
  position: fixed;
  top: 120px;
  right: 40px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 12;
}

@media screen and (max-width: 768px) {
  #toast-container {
    right: 15px;
  }
}
#toast-container .toast-message {
  color: #fff;
  font-family: "Poppins-Medium";
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 250px;
  animation: fadein 0.3s;
  transition: all 0.3s ease;
}

#toast-container .toast-error {
  background-color: #D63B54;
}

#toast-container .toast-success {
  background-color: green;
}

#toast-container .toast-info {
  background-color: yellow;
}

#toast-container .toast-close {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

#toast-container.show {
  opacity: 1;
  transform: translateY(0);
}

#toast-container.hidden {
  display: none;
}

.toast-message-close {
  margin-left: 15px;
  cursor: pointer;
  font-size: 20px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.personal-info__phone-container {
  display: flex;
  gap: 8px;
  position: relative;
}
.personal-info__phone-container .dropdown {
  display: flex;
  align-items: center;
  padding: 0 16px 0 8px;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #A5A5A5;
  height: 44px;
  width: 105px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4.75L6 7.75L3 4.75H9Z' fill='%23A5A5A5' stroke='%23A5A5A5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 69px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .personal-info__phone-container .dropdown {
    width: 113px;
  }
}
.personal-info__phone-container .dropdown img {
  width: 20px;
  height: 14px;
  margin-right: 5px;
}
.personal-info__phone-container .dropdown span {
  color: #232323;
  font-family: Poppins-Regular;
  font-size: 16px;
}
.personal-info__phone-container .dropdown-menu {
  position: absolute;
  top: 50px;
  left: 0;
  background: #fff;
  max-height: 170px;
  width: 100%;
  max-width: 100%;
  overflow-y: auto;
  display: none;
  z-index: 999;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #A5A5A5;
}
.personal-info__phone-container .dropdown-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px;
  cursor: pointer;
  color: #232323;
  font-family: "Poppins-Regular";
  font-size: 16px;
}
.personal-info__phone-container .dropdown-item.active {
  background-color: #E3E4E1;
}
.personal-info__phone-container .dropdown-item:hover {
  background-color: #E3E4E1;
  border-radius: 4px;
}
.personal-info__phone-container input {
  border-radius: 4px;
  border: 1px solid #a5a5a5;
  padding: 16px;
  color: #353535;
  font-family: Poppins-Regular;
  font-size: 16px;
  line-height: normal;
  height: 44px;
  width: 100%;
  max-width: 100%;
}
.personal-info__phone-container .phone-field {
  width: 100%;
  max-width: 100%;
}
.personal-info__tooltip-phone {
  display: none;
  background: #D63B54;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins-Regular";
  padding: 4px;
  border-radius: 5px;
  text-align: center;
  animation: fadeIn 0.3s ease-in-out;
  position: absolute;
  top: -4px;
  left: 157px;
}
.personal-info__tooltip-phone:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #D63B54 transparent transparent transparent;
}
.personal-info__tooltip-phone {
  top: -36px;
}

/*# sourceMappingURL=personal-info.css.map */
