button.uws-badge.uws-badge--right {
        background-color: black;
}

.uws-button.uws-button--primary.uws-survey-button__next {
    background-color: #313232;
}

.uws-survey-progress {
    display: none;
}

.uws-button.uws-button--primary {
    background-color: #313232;
}

.uws-choose-one-button-scale__buttons .uws-radio__input:focus+.uws-button--primary {
    background-color: #313232;
}

.uws-button.uws-button--primary.uws-invite__button.uws-invite__button-accept {
    background-color: #95cc36;
    height: 50px;
        font-size: 1.5em;
}

.uws-modal__footer {
    display: flex;
    flex-direction: column;
}

.uws-button.uws-button--link.uws-invite__button.uws-invite__button-decline {
        background: #707070;
        color: white;
        margin-top: 20px;
        height: 50px;
        font-size: 1.5em;
        
}

.uws-invite__description {
    font-size: 1.5em!important;
    margin-bottom: 10px;
}

div.uws-modal_wrapper > div > div.uws-tagline.uws-modal__tagline > div > a {
    display: none!important;
}
@media (max-width: 768px) {
button.uws-badge.uws-badge--right.mobileBadge {
    display: none;
  }
}
button.uws-badge.uws-badge--right.mobileBadge {
    background-color: black;
    max-width: 78px !important;
    width: 100% !important;
    font-family: "Proxima Nova", Sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0px;
    padding-left: 7px;
    
}

@media screen and (max-width: 768px) {

body > uws-wrapper > div.uws-modal_wrapper {
    bottom: 0%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.uws-modal.uws-modal--fullscreen.uws-invite {
    border: none;
    border-radius: 0;
    height: fit-content !important;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    transform: none;
    width: 100%;
    margin-top: auto;
    position: sticky;
}
}
[data-uws-survey='38D2448919BB8CD7'] .uws-question-heading__title {
    text-align: center !important;
    margin-top: 7% !important;
    margin-right: 2% !important;
    margin-left: 2% !important;
}
[data-uws-survey='38D2448919BB8CD7'] .uws-choose-one-button-scale__buttons {
    display: flex !important;
    justify-content: center !important;
}

@media screen and (max-width: 980px) {
    [data-uws-survey='38D2448919BB8CD7'] .uws-choose-one-button-scale--horizontal label.uws-radio {
        width: 15% !important;
        justify-content: center !important;
    }
}
[data-uws-survey='38D2448919BB8CD7'] .uws-survey-end-page {
    margin-top: 5% !important;
}
@media (max-width: 480px) {
  .uws-choose-one-button-scale__buttons {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(30px, 1fr)) !important;
  }
}