.widget_sd_profile {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.widget_sd_profile .sd-profile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 0;
  padding: 0;
  color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-family: "Raisonne", sans-serif;
  font-weight: 400;
}
.widget_sd_profile .sd-profile a {
  color: #FFF;
}
.widget_sd_profile .sd-profile svg {
  cursor: pointer;
  z-index: 1;
}
.widget_sd_profile .sd-profile.opened .profile-container, .widget_sd_profile .sd-profile:hover .profile-container {
  display: flex;
  justify-content: flex-end;
}
.widget_sd_profile .sd-profile::after {
  content: "";
  display: block;
  width: 15px;
  height: 7px;
  position: absolute;
  right: -20px;
  padding: 0;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cstyle%3Esvg%7Bfill:%23FFF%7D%3C/style%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}
.widget_sd_profile .sd-profile .profile-container {
  display: none;
  position: absolute;
  z-index: 500;
  left: -500px;
  top: 20px;
  width: 610px;
}
.widget_sd_profile .sd-profile .profile-container .profile-container-inner {
  position: relative;
  width: fit-content;
  background-color: #FFF;
  padding: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.widget_sd_profile .sd-profile .profile-container .profile-container-inner .sd-success-message-container {
  margin-bottom: 0;
}
.widget_sd_profile .sd-profile .profile-container .profile-container-inner .sd-success-message-container .sd-success-message {
  color: #03192d;
  font-weight: 200;
  font-family: "Runda", sans-serif;
}
.widget_sd_profile .sd-profile .profile-container .profile-container-inner .sd-success-message-container .sd-success-message a {
  text-decoration: underline;
}
.widget_sd_profile .sd-profile .profile-container .profile-container-inner .sd-links-container-logged-in .sd-links {
  list-style: none;
  margin-bottom: 15px;
}
.widget_sd_profile .sd-profile .profile-container .profile-container-inner .sd-links-container-logged-in .sd-links .sd-link-item {
  color: #03192d;
}
.widget_sd_profile .sd-profile .profile-container .profile-container-inner .sd-links-container {
  padding-left: 30px;
}
.widget_sd_profile .sd-profile .profile-container .profile-container-inner .sd-links-container .sd-links {
  list-style: none;
  margin-bottom: 0;
}
.widget_sd_profile .sd-profile .profile-container .profile-container-inner .sd-links-container .sd-links .sd-link-item {
  color: #03192d;
}
.widget_sd_profile .sd-profile .profile-container .profile-container-inner a {
  color: #03192d;
  display: inline-block;
}
.widget_sd_profile .sd-profile .profile-container .profile-container-inner a:not(:last-child) {
  margin-bottom: 10px;
}
.widget_sd_profile .sd-profile .profile-container .profile-container-inner a.button-red {
  display: inline-flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  font-size: 20px;
  font-family: "Raisonne", sans-serif;
  color: #FFF;
  background-color: #a1304a;
  text-decoration: none;
  line-height: 45px;
  padding: 0 20px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_sd_profile .sd-profile .profile-container .profile-container-inner a.button-red:hover {
  background-color: #a1304a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_sd_profile .sd-profile .sd-form.portal {
  display: grid;
  grid-template-columns: unset;
  background-color: #f1eee7;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 20px;
}
.widget_sd_profile .sd-profile .sd-form.portal .input input[type=text] {
  background-color: #FFF;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 0 30px;
}
.widget_sd_profile .sd-profile .sd-form.portal .input.radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget_sd_profile .sd-profile .sd-form.portal .input.radio label {
  color: #03192d;
}
.widget_sd_profile .sd-profile .sd-form.portal .input.radio input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  min-width: 15px;
  width: 15px;
  min-height: 15px;
  height: 15px;
  border: 2px solid #FFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #FFF;
  cursor: pointer;
  position: relative;
}
.widget_sd_profile .sd-profile .sd-form.portal .input.radio input[type=radio]:checked {
  border-color: #a1304a;
  background-color: #a1304a;
}
.widget_sd_profile .sd-profile .sd-form.portal .input .custom-submit-button {
  color: #FFF;
  background-color: #a1304a;
  line-height: 50px;
}

@media screen and (max-width: 991px) {
  .widget_sd_profile .sd-profile .profile-container {
    left: -75px;
  }
}
@media screen and (max-width: 767px) {
  .widget_sd_profile .sd-profile .profile-container {
    padding-top: 45px;
  }
}

/*# sourceMappingURL=style.css.map */
