#exitModal {
    display: none !important;
}

h5 .sv-string-viewer+span:not(.sv-question__required-text) {
    display: none;
}

h5 .sv-question__required-text {
    color: rgb(170, 0, 0);
    font-size: 19px;
}


.sv-footer__prev-btn {
    /* display: none; */
    margin-right: 12px;
    background-color: transparent !important;
    color: #4f38a2 !important;
    border: 1px solid #4f38a2 !important;
}

.sv-footer__next-btn {
    float: left;
}

#salesHiring .sv-footer__complete-btn {
    float: left;
}

body {
    overflow-x: hidden;
}

.sv-question__content img {
    box-shadow: 0 20px 40px rgb(16 30 54 / 4%);
    border-radius: 9px;
    margin: 15px 10px;
    border: 1px solid #ccc;
    padding: 5px;
}

.sv-footer__next-btn {
    transition: all .2s;
}

.sv-footer__next-btn:disabled {
    opacity: 0.5;
    transition: all .2s;
}

.sv-question__title {
    font-size: 19px;
    font-weight: 400;
    padding: 0;
}

.sv-question__content {
    margin: 0;
}

.sv-question__header--location--top {
    margin-bottom: 4px;
}

.sv-root-modern .sv-dropdown,
.sv-root-modern input.sv-text,
textarea.sv-comment,
select.sv-dropdown {
    border: 1px solid #cecece;
    border-radius: 8px;
    height: 40px;
}

.sv-root-modern .sv-question__title--answer {
    background-color: transparent !important;
}

.sv-footer {
    margin-top: 0;
    justify-content: center;
    display: flex;
}

#user-get-started-navbar-modal-container .sv-root-modern .sv-btn,
.custom-new-survey-form-container .sv-root-modern .sv-btn,
#user-get-started-navbar-modal-container .btn-purple,
.custom-new-survey-form-container .btn-purple {
    border-radius: 8px;
    height: 52px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    padding: 6px 24px;
    border: none;
    align-items: center;
    display: flex;
}

.btn-purple {
    width: fit-content !important;
    margin: auto;
}

.sv-row:not(:last-child) {
    padding-bottom: 12px;
}

.sv-root-modern .sv-completedpage {
    background-color: transparent !important;
    margin-left: 24px;
    margin-right: 24px;
}

.sv-root-modern .sv-completedpage::before {
    display: none;
}

.end-screen-container p {
    padding: 0;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
}

.container-fluid {
    background-color: white;
}

.sv-btn.sv-footer__complete-btn {
    width: 100% !important;
}

.btn-purple-exist {
    font-size: 16px;
    background-color: transparent;
    border: none;
    color: #4f38a2;
    border-radius: 4px;
    transition: 0.5s;
}

.btn-purple-exist:hover {
    background-color: #e5ddff;
}