.widget_sd_profile {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.widget_sd_profile .sd-profile,
.widget_sd_profile .sd-profile-ajax {
  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;
  font-size: 16px;
  font-family: "Raisonne", sans-serif;
  font-weight: 400;
}
.widget_sd_profile .sd-profile a,
.widget_sd_profile .sd-profile-ajax a {
  color: #FFF;
  line-height: 40px;
}
.widget_sd_profile .sd-profile svg,
.widget_sd_profile .sd-profile-ajax svg {
  cursor: pointer;
  z-index: 1;
}
.widget_sd_profile .sd-profile.opened .profile-container, .widget_sd_profile .sd-profile:hover .profile-container,
.widget_sd_profile .sd-profile-ajax.opened .profile-container,
.widget_sd_profile .sd-profile-ajax:hover .profile-container {
  display: flex;
  justify-content: flex-end;
}
.widget_sd_profile .sd-profile::after,
.widget_sd_profile .sd-profile-ajax::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,
.widget_sd_profile .sd-profile-ajax .profile-container {
  display: none;
  position: absolute;
  z-index: 500;
  left: -500px;
  top: 40px;
  width: 610px;
}
.widget_sd_profile .sd-profile .profile-container .profile-container-inner,
.widget_sd_profile .sd-profile-ajax .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,
.widget_sd_profile .sd-profile-ajax .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,
.widget_sd_profile .sd-profile-ajax .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,
.widget_sd_profile .sd-profile-ajax .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,
.widget_sd_profile .sd-profile-ajax .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,
.widget_sd_profile .sd-profile-ajax .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,
.widget_sd_profile .sd-profile-ajax .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,
.widget_sd_profile .sd-profile-ajax .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,
.widget_sd_profile .sd-profile-ajax .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,
.widget_sd_profile .sd-profile-ajax .profile-container .profile-container-inner a {
  color: #03192d;
  display: inline-block;
}
.widget_sd_profile .sd-profile .profile-container .profile-container-inner a:hover,
.widget_sd_profile .sd-profile-ajax .profile-container .profile-container-inner a:hover {
  text-decoration: underline;
}
.widget_sd_profile .sd-profile .profile-container .profile-container-inner a:not(:last-child),
.widget_sd_profile .sd-profile-ajax .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,
.widget_sd_profile .sd-profile-ajax .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,
.widget_sd_profile .sd-profile-ajax .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,
.widget_sd_profile .sd-profile-ajax .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],
.widget_sd_profile .sd-profile-ajax .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,
.widget_sd_profile .sd-profile-ajax .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,
.widget_sd_profile .sd-profile-ajax .sd-form.portal .input.radio label {
  color: #03192d;
  cursor: pointer;
}
.widget_sd_profile .sd-profile .sd-form.portal .input.radio input[type=radio],
.widget_sd_profile .sd-profile-ajax .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,
.widget_sd_profile .sd-profile-ajax .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,
.widget_sd_profile .sd-profile-ajax .sd-form.portal .input .custom-submit-button {
  color: #FFF;
  background-color: #a1304a;
  line-height: 50px;
}
.widget_sd_profile .sd-profile-ajax::after {
  display: none;
}

@media screen and (max-width: 1600px) {
  .widget_sd_profile .sd-profile {
    font-size: 16px;
  }
  .widget_sd_profile .sd-profile a {
    line-height: 40px;
  }
  .widget_sd_profile .sd-profile .profile-container {
    left: -415px;
    top: 33px;
    width: 506px;
  }
  .widget_sd_profile .sd-profile .profile-container .profile-container-inner {
    padding: 17px;
  }
  .widget_sd_profile .sd-profile .profile-container .profile-container-inner .sd-links-container-logged-in .sd-links {
    margin-bottom: 12px;
  }
  .widget_sd_profile .sd-profile .profile-container .profile-container-inner .sd-links-container {
    padding-left: 25px;
  }
  .widget_sd_profile .sd-profile .profile-container .profile-container-inner a:not(:last-child) {
    margin-bottom: 8px;
  }
  .widget_sd_profile .sd-profile .profile-container .profile-container-inner a.button-red {
    font-size: 17px;
    line-height: 37px;
    padding: 0 17px;
  }
  .widget_sd_profile .sd-profile .sd-form.portal {
    padding: 25px;
    margin-bottom: 17px;
  }
  .widget_sd_profile .sd-profile .sd-form.portal .input input[type=text] {
    padding: 0 25px;
  }
  .widget_sd_profile .sd-profile .sd-form.portal .input .custom-submit-button {
    line-height: 42px;
  }
  .widget_sd_profile .sd-profile .sd-form.portal .input.radio input[type=radio] {
    min-width: 12px;
    width: 12px;
    min-height: 12px;
    height: 12px;
  }
  .widget_sd_profile .sd-profile::after {
    width: 12px;
    height: 6px;
    right: -17px;
    background-size: 8px;
  }
}
@media screen and (max-width: 1400px) {
  .widget_sd_profile .sd-profile .profile-container {
    left: -365px;
    top: 29px;
    width: 445px;
  }
  .widget_sd_profile .sd-profile .profile-container .profile-container-inner {
    padding: 15px;
  }
  .widget_sd_profile .sd-profile .profile-container .profile-container-inner .sd-links-container-logged-in .sd-links {
    margin-bottom: 11px;
  }
  .widget_sd_profile .sd-profile .profile-container .profile-container-inner .sd-links-container {
    padding-left: 22px;
  }
  .widget_sd_profile .sd-profile .profile-container .profile-container-inner a:not(:last-child) {
    margin-bottom: 7px;
  }
  .widget_sd_profile .sd-profile .profile-container .profile-container-inner a.button-red {
    font-size: 16px;
    line-height: 35px;
    padding: 0 15px;
  }
  .widget_sd_profile .sd-profile .sd-form.portal {
    padding: 22px;
    margin-bottom: 15px;
  }
  .widget_sd_profile .sd-profile .sd-form.portal .input input[type=text] {
    padding: 0 22px;
  }
  .widget_sd_profile .sd-profile .sd-form.portal .input .custom-submit-button {
    line-height: 37px;
  }
  .widget_sd_profile .sd-profile .sd-form.portal .input.radio input[type=radio] {
    min-width: 11px;
    width: 11px;
    min-height: 11px;
    height: 11px;
  }
  .widget_sd_profile .sd-profile::after {
    width: 11px;
    height: 5px;
    right: -15px;
    background-size: 7px;
  }
}
@media screen and (max-width: 1250px) {
  .widget_sd_profile {
    display: none;
  }
}
.widget_sd_profile .sd-profile-ajax {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.widget_sd_profile .sd-profile-ajax::after {
  display: none;
}
.widget_sd_profile .sd-profile-ajax .sd-skeleton {
  display: block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.widget_sd_profile .sd-profile-ajax .sd-skeleton-icon {
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.widget_sd_profile .sd-profile-ajax .sd-skeleton-text {
  width: 84px;
  height: 16px;
}
.widget_sd_profile .loading-skeleton {
  background-color: rgba(255, 255, 255, 0.18);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.18) 25%, rgba(255, 255, 255, 0.38) 50%, rgba(255, 255, 255, 0.18) 75%);
  background-size: 200% 100%;
  animation: loading-skeleton 1.5s infinite;
}

@keyframes loading-skeleton {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

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