 .navbar,
 footer {
     display: none;
 }

 html,
 body {
     height: 100%;
 }

 .header-title {
     color: var(--portalThemeColor4) !important;
 }

 form#liquid_form {
     display: flex;
     height: 100%;
 }

 .main-content {
     display: flex;
     flex-direction: column;
 }

 .data-content {
     flex-grow: 1;
     display: flex;
 }

 .row-data-content {
     flex-grow: 1;
 }

 div {
     box-sizing: border-box !important;
 }

 .login-right-col .tab-title,
 .login-right-col fieldset[aria-label='Consent'],
 .login-right-col fieldset[aria-label='Hidden'] {
     display: none;
 }

 .form-control-cell:has(#parentaccountid_name) {
     display: none;
 }

 .login-right-col .crmEntityFormView .cell {
     padding-left: 0px;
 }

 .login-right-col .crmEntityFormView .tab {
     margin-bottom: 0;
 }

 .full-container {
     height: 100%;
 }

 #sp-root-container {
     display: none !important;
 }

 .row {
     margin: 0px;
     /* height: 100% */
 }

 @media (min-width: 992px) {
     .login-right-col {
         padding-left: 8rem !important;
         padding-right: 8rem !important;
     }
 }

 .crmEntityFormView .actions {
     display: none;
 }

 .actions button {
     width: 80%;
     text-align: center;
     font-size: 2rem;
     display: flex;
     justify-content: center;
     font-size: 1.6rem;
     font-weight: 500;
     margin-right: auto;
     margin-left: auto;
 }

 .sp-round-button {
     position: initial;
 }

 .login-left-col {
     background-image: url('/futurist-default-background.png');
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
 }

 main.survey-container {
     display: flex;
     flex-direction: column;
     height: 100vh;
     overflow: auto;
 }

 .full-container {
     padding-left: 0px;
     padding-right: 0px;
 }

 .survey-container {
     flex-basis: 100%;
 }

 .data-content {
     flex-grow: 1;
     min-height: 0;
     overflow-y: auto;
 }
.futurist__header-title {
    width: 100%;
    text-align: right;
}
 .data-content .row {
     flex-basis: 100%;
 }

 .question-container {
     padding-left: 5rem;
 }

 @media screen and (max-width: 768px) {
     .question-container {
         padding-left: 2rem;
         padding-right: 2rem;
     }

 }

 .question-text {
     font-family: "Sora", sans-serif !important;
     font-weight: 600;
     font-size: 3rem !important;
     line-height: 4rem;

 }

 .btn {
     font-size: 1.6rem !important;
     display: block;
     margin-top: 1rem;
     font-weight: 500;
     padding: 1.3rem 2.5rem !important;
     text-align: left;
     /* transition: .3s ease; */
 }

 .navigation-btn .btn.btn-primary {
     display: inline-flex;
     align-items: center;
     color: white;
     background-color: var(--portalThemeColor4) !important;
 }

 .btn.btn-secondary:hover {
     color: var(--portalThemeColor4) !important;
     ;
 }
  @media (hover: hover) {
     .btn.btn-secondary:hover {
         color: white !important;
         background-color: var(--portalThemeColor4) !important;
     }
 }

 .btn-secondary {
     border-radius: 3rem;
 }

 .question-container {
     min-height: 80%;
 }

 .navigation-btn {
     /* position: fixed; */
     bottom: 0;
     left: 0;
     right: 0;
     background-color: #FEF1E7;
     padding: 1.5rem 5rem 1.5rem 5rem;
     display: flex;
     justify-content: space-between;
     align-items: center;
     border-top: 1px solid #dee2e6;
     z-index: 1000;
 }

 span.back-arrow.arrow-left {
     background: url(/back-arrow.png) no-repeat;
     width: 3rem;
     height: 3rem;
     background-color: var(--portalThemeColor4);
     border-radius: 50%;
     display: inline-block;
 }

 clever-search-toggler {
     display: none !important;
 }