body {
    background: rgba(250, 236, 253, 0.6);
    padding: 0;
}
.challenge_header_container {
    background: transparent;
    box-shadow: none;
}
.challenge__header {
    background: transparent;
}
.challenge__header_user li:last-child {
    flex:unset;
}
.challenge__header_user li:first-child {
    flex:1
}
.challenge__header_btn {
    width: 60px;
    height: 60px;
}
.challenge__header .challenge__header_user {
    background: #FAECFD;
    border-radius: 24px;
    padding: 10px 15px;
}
.challenge__header_user .header__package .progress {
    background-color: white;
}
.challenge__header_user .header__package {
    padding: 0;
}
.challenge__header_user ul {
    gap: 15px;
}
.challenge__header_user .header__package .header__package__info p {
    font-size: 14px;
}
.challenge__header_btn img {
    width: 28px;
    height: auto;
}
.challenge__header_btn .dropdown {
    display: none;
}
.challenge__header_btn {
    position: relative;
}
.challenge__header_btn.dropdown-active .dropdown {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0px;
    gap: 10px;
    transition: 0.3s ease;

}
.dropdown_btn {
    cursor: pointer;
}
.b-title {
    color: #000538;
    font-size: 30px;
    font-weight: 600;
}
.b-level__item {
    width: 100%;
    border-radius: 50px;
    display: inline-flex;
    max-width: 350px;
    align-items: center;
    padding:10px 30px;
    margin-bottom: 40px;
    background: linear-gradient(179deg, var(--primary-color-gradient) -8.01%, var(--secondary-color-gradient) 154.53%);
}
.b-level__item p {
    color: white;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    margin-right: auto;
}
.b-level__item .counter {
    background: #fff; /* keep background white */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b-level__item span {
    background: linear-gradient(
    179deg,
    var(--primary-color-gradient) -8.01%,
    var(--secondary-color-gradient) 154.53%
  );
  -webkit-background-clip: text;    /* for Chrome, Safari */
  -webkit-text-fill-color: transparent;
  background-clip: text;            /* for Firefox (sometimes needs prefix) */
  color: transparent;               /* fallback */
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  display: block;
  position: relative;
  top: 2px;
}

.b-levels {
    max-width: 900px;
    margin: 0 auto;
}
.b-background {
    background-image:url('../images/b/background.png');
    background-size: 100% 100%;
    background-position:top center;
}
.floating-question {
    position: absolute;
    bottom: 0px;
    left: 25px;
    width: 150px;
    height: auto;
}
.challenge {
    min-height: 800px;
    position: relative;
}
.challenge__content {
    background: none;
}
.challenge__questions_list {
    max-width: 900px;
    min-height: 500px;
    background: white;
    padding: 7px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 24px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.fav-toggler {
    padding-left: 0;
}
.challenge__questions_list .challenge__question {
    border: 3px solid rgba(176, 21, 205, 0.6);
    border-radius: 24px;
    max-width: 100%;
    padding: 20px 100px;
    min-height: 500px;
    height: 100%
    
}
.challenge__questions_list .challenge__question textarea {
    min-height: 170px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 16px;
    padding: 15px;
}
.challenge__questions_list .challenge__question textarea:active, .challenge__questions_list .challenge__question textarea:focus {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
    border-color: var(--bs-border-color) !important;

}
.level-tag {
    margin-right: 0;
    margin-left: 10px;
    background: #F5C8FF !important;
    color: #000538 !important;
}
.challenge__questions__start__container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.challenge__questions__start {
    display: inline-flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.challenge__questions__start span {
    position: absolute;
    font-weight: 900;
    color: white;
    font-size: 23px;
}
.challenge__questions__start img {
    width: 100px;
}
.challenge_footer_container {
    box-shadow: none;
}
.challenge__footer {
    padding: 20px 0px;
}
.question-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 75px 0px;
}
.question-intro p {
    font-size: 18px;
    color: #8E8E8E;
    margin: 0;
}
.sparkel-alert {
    background: #FAECFD;
    border-color: #B015CD;
        border:none;
    border-right: 4px solid #B015CD;
}
.sparkel-alert p {
    color: #000538;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.ai-image-inputs-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.ai-image-inputs-holder .form-group {
    margin: 0;
    flex:1;
    display: flex;
    align-items: center;
    gap: 5px;
    
}
.ai-image-inputs-holder .form-group label {
    color: #606060;
    font-size: 20px;
}
.ai-image-inputs-holder .form-group .form-check-input {
    margin-top: 0;
}
.form-check-input:checked {
    background-color: #B015CD;
    border-color: #B015CD;
}
.gradient__loader {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gradient__loader svg {
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.ai-image-result {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.ai-image-result p {
    font-weight: 600;
    color: #000538;
    font-size: 20px;
    margin-bottom: 10px;
}
.ai-image-result img {
    border-radius: 24px;
    width: 100%;
    height: auto;
}
.sparkel__question textarea {
    min-height: 100px !important; 
}
.sparkel__question {
        border-bottom: 1px solid #EAEAEA;
    padding-bottom: 20px;
    margin-bottom: 15px !important;
}
.sparkel__question__table {

}
.sparkel__question__table .table {
    margin: 0;
    border-radius: 10px;
}
.sparkel__question__table table.table {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.sparkel__question__table table.table thead th {
   background: #F6F3F7;
   vertical-align: middle;
   color: #000538;
   font-weight: 600;
   font-size: 16px;
   padding: 15px;
}
.sparkel__question__table table.table tbody tr td {
    vertical-align: middle;
    color: #000538;
   font-weight: 600;
   padding: 15px;
}
.sparkel__question__table table.table thead tr th:last-child {
    border-top-left-radius: 10px;
    /* border-bottom-left-radius: 10px; */
}
.sparkel__question__table table.table thead tr th:first-child {
    border-top-right-radius: 10px;
    /* border-bottom-right-radius: 10px; */
}
.sparkel__question__table table.table input.form-control {
    border-radius: 24px;
    border: 1px solid #EAEAEA;
    font-size: 16px;
    padding: 10px 20px;
}
.sparkel__question__table table.table input.form-control:active,
.sparkel__question__table table.table input.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}
.sparkel__question__table .add-more-inputs {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    
}
.future-talk-points {
    width: auto;
    height: auto;
    margin-right: 15px;
}
.future-talk-points img {
    width: auto;
    margin-left: 0px;
}
.answer.active .selected-input-holder svg circle {
    stroke:#B015CD
}
.spark__answer_item.active textarea {
    background: transparent;
    color: #B015CD;
}
.spark__answers .spark__answer_item {
    padding:5px 20px !important
}
.spark__answers .answer textarea,
.spark__answers .answer textarea:active,
.spark__answers .answer textarea:focus
{
    height:55px !important;
    border:none !important;
    box-shadow:none !important;
    outline:none !important;
    min-height:unset !important;
    resize:none !important
}
.spark__answers .add-more-inputs  {
        padding: 20px 20px !important;
}
.sparkel__question .table textarea 
,.sparkel__question .table textarea:active
, .sparkel__question .table textarea:focus
{
        min-height: unset !important;
    height: 50px !important;
        border-radius: 24px !important;
    border: 1px solid #EAEAEA !important;
    font-size: 16px;
    padding: 10px 20px;
    resize:none !important;
    box-shadow: none !important;
    outline:none !important
}
.spark-alert {
    color: #DD0417;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}
.spark-alert svg {
    height: 21px;
    width: auto;
}
.table__holders {
    display: flex;
    align-items: stretch;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 16px;
}
.table__holders .table__item {
    flex:1;
    display: flex;
    flex-direction: column;
}
.table__holders .table__item .table {
    box-shadow: none;
}
.table__holders .table__item .table thead tr th {
    border-radius: 0px !important;
}
.table__holders .table__item .add-more-inputs {
    margin: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
        padding: 15px 20px !important;
    box-shadow: none !important;
    margin-top: auto !important;
}
.table .form-check-input {
    margin-top: 1px !important;
}