* {
    box-sizing: border-box;
    font-family: roboto,Arial,sans-serif;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0
}

#sence {
    border: 2px solid #bebebe;
    border-top: 2px solid #FB406B;
    border-radius: 0;
    padding: 0 24px 24px;
    position: relative;
    margin: 0px 0 20px;
}

#sence .sence-header {
    background: rgb(125,31,159);
    background: linear-gradient(90deg, rgba(125,31,159,1) 0%, rgba(137,113,233,1) 100%);
    color: #fff;
    text-align: center;
    padding: 24px;
    border-radius: 16px 16px 0 0;
    font-size: 16px;
    line-height: 1.8;
    margin: -2px -25px 30px
}
#quiz-main-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 5px;
    line-height: 36px;
    background: #FB406B;
    padding: 16px 24px;
    border-radius: 16px 16px 0 0;
    color: #fff;
}

#sence .sence-header-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    line-height: 1.3
}

#sence .sence-content {
    margin-top: 15px
}

#sence .sence-content-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: left;
}

#sence .sence-options {
    display: flex;
    align-items: center;
    column-gap: 1%
}

#sence .sence-options.not-active .sence-option {
    opacity: .4;
    pointer-events: none;
    background: #bebebe
}

#sence .sence-option {
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    height: 112px;
    padding: 24px;
    cursor: pointer;
    transition: all .2s ease;
    line-height: 1.3;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

#sence .sence-option:hover {
    background-color: #592C81;
    color: #fff
}

#sence .sence-option.active {
    background-color: #592C81!important;
    color: #fff;
    opacity: 1!important
}

#sence .line-arrow {
    width: 430px;
    height: auto;
    display: block;
    margin: 0 auto
}

#sence .cta-banner-male,
#sence .cta-banner-female
{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    margin-top: 10px
}

#sence .try-again {
    height: 61px;
    border-radius: 8px;
    background: #000;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer
}

#sence .emoji {
    font-size: 16px;
    margin: -2px 0!important
}

#sence .sence-header .emoji {
  font-size: 19px !important;
  margin: 0 !important;
}

#sence .result-wrapper {
    display: block;
    align-items: center;    
    border-radius: 12px;        
    margin: 15px 0 20px 0; 
    padding-bottom: 10px;
}
#sence .result-wrapper1, #sence .result-wrapper2, #sence .result-wrapper3{
    background: #F4F4F4;
}

#sence .result-wrapper .result-title {
    padding: 20px 20px 20px 20px;
    margin: 0;
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    
}
#sence .result-wrapper .result-info-img {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 20px;
}
#sence .result-wrapper .result-info {
    color: #344D5E;    
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 20px 17px 20px;
    margin: 0 !important;
    
}
#sence .result-wrapper .result-info p {
    font-size: 14px;
    line-height: 1.5;
    margin: 5px 0;
}
#sence .result-wrapper .result-info .inner-link {
    text-decoration: underline;
}
#sence .result-wrapper .emoji {
    font-size: unset;
    margin: 0 !important;
} 
