.uws-modal.uws-invite {
    max-width: 450px;
    height: 100%;
    font-size: 16px;
    font-family: helvetica;
    text-align: center;
    max-height: 455px;
}
.uws-invite__title {
    padding-top: 2%;
}
.uws-modal__logo {
    height: 65px!important;
    background-image: var(--modal-logoUrl);
    background-size: contain;
    background-repeat: no-repeat;
    width: 115px;
    justify-content: center;
    display: inline-block;
    justify-items: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    max-width: 100%;
}
.uws-survey-progress {
   display:none;
}
.uws-button--primary {
    color: var(--button-primary-foreground);
    background-color: #d40029!important;
    border: #d40029;
    outline: var(--button-primary-outline);
}
.uws-survey-modal .uws-survey-control {
    position: static;
}
.uws-notification__close {
    width: 20px!important;
    height: 20px!important;
    padding: 13px!important;
}
.uws-button.uws-button--primary.uws-notification__button.uws-notification__button-accept {
    background-color: #d40029;
}
.uws-button.uws-button--primary.uws-notification__button.uws-notification__button-accept {
    background-color: #d40029;
}
.uws-modal__footer {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.uws-button--link {
    color: #000000!important;
    background-color: transparent;
    border: none;
    font-weight: normal;
}
.uws-invite__description {
    padding-top: 7%;
    padding-bottom: 2%;
}
.uws-modal__tagline {
    font-size: 12px!important;
}
.uws-invite__description {
    letter-spacing: .5!important;
    line-height: 1.4!important;
    font-weight: 550!important;
}
.uws-modal.uws-on-exit-modal {
    font-size: 14px;
    font-family: helvetica;
}
.uws-modal--fullscreen {
    max-width: initial;
    max-height: initial;
    width: auto!important;
    height: auto!important;
    top: 0;
    left: 0;
    transform: none;
    margin: 0;
    border-radius: 0;
    border: none;
}
.uws-modal.uws-modal--fullscreen.uws-on-exit-modal {
  position: relative!important;
}
.uws-modal__close::before {
    content: "";
    width: 0!important;
    height: 100%;
    display: block;
    clip-path: polygon(15% 5%, 5% 15%, 40% 50%, 5% 85%, 15% 95%, 50% 60%, 85% 95%, 95% 85%, 60% 50%, 95% 15%, 85% 5%, 50% 40%);
    background-color: currentColor;
}
button.uws-badge.uws-badge--right {
   background-color: #d40029;
}
.uws-survey-control .uws-button {
    max-width: 100% !important;
    width: 100% !important;
}

