.btn-default {   
   background-image: linear-gradient(to bottom, #893ae8 0%, #6923bd 100%) !important; 
   border-color: #893ae8!important;
}
.btn-default:hover {
   background-image: linear-gradient(to bottom, #893ae8 0%, #6923bd 100%) !important; 
   border-color: #893ae8!important;
}

.btn-action {
   background-image: linear-gradient(to bottom, #13bfab 0%, #173e72 100%) !important; 
   border-color: #13bfab !important;
}
.btn-action:hover,
.btn-action:active,
.btn-action:focus {
   background-image: linear-gradient(to bottom, #173e72 0%, #13bfab 100%) !important; 
   border-color: #13bfab !important;
   background-color: #13bfab !important;
}
.body-content {
   background: linear-gradient(0deg, rgba(23, 62, 114) 0%, rgb(137, 58, 232, 1) 100%)!important;
   height: 100vh;
}
body {
   background-color: #173e72;
}
div.delayed-component-content {
   box-shadow: 0 0 85px rgba(0, 0, 0, .7) !important;
}

.fullscreen-questions-background {
   background: rgb(23, 62, 114);
   background: linear-gradient(135deg, rgba(23, 62, 114) 0%, rgb(137, 58, 232, 1) 100%)!important;
}
.fullscreenSection {
    background: linear-gradient(135deg, rgba(23, 62, 114) 0%, rgb(137, 58, 232, 1) 100%)!important;
}

.fullscreenQuestionText {
    color: #ffffff !important;
}
.fullscreenQuestionText div {
   display: block !important;
}