@keyframes colorChange {
  0% {
    border-color: white;
  }
  100% {
    border-color: #E91E63;
  }
}

@media (max-width:584px){
    .alesq-results .overview{
        order:-1;
    }
}
.ales-hide{
    display:none !important;
}
.alesq-outer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    background-color: #f0f0f1;
    padding: 15px;
    border-radius: 18px;
    position: relative;
    align-items: stretch;
    overflow: hidden;
    font-family: 'Jost';
}
.alesq-outer-container span.notice {
    display: flex;
    min-height: 300px;
    font-family: Jost;
    padding: 30px;
    color: #727283;
    line-height: 22px;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.alesq-outer-container .click-blocker {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.alesq-outer-container .poor-internet {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000070;
    justify-content: center;
    padding:30px;
}

.alesq-outer-container .poor-internet .inner-pi{
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 60px;
    font-size:16px;
}
.alesq-outer-container .loading-results{
    display:none;
}
.alesq-outer-container .loading-results.active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e4e4e4;
    font-size: 15px;
}
.alesq-outer-container.submitted .click-blocker{
    display: block;
}
.alesq-outer-container .start-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000047;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 1;
    backdrop-filter: blur(1px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.alesq-outer-container .start-overlay.hidden{
    display:none !important;
}
.alesq-outer-container .start-overlay .start-button {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 10px 20px 10px 10px;
    border-radius: 35px;
    font-family: Jost;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    gap: 10px;
    cursor: pointer;
}
.alesq-outer-container .start-overlay .start-button img {
    width: 35px;
}

.alesq-left {
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    gap: 20px;
    min-width: 165px;
    width: 165px;
    box-shadow: 5px 0px 17px 0px #a4a4a457;
    flex-grow: 1;
}
.alesq-steps {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
}
.alesq-left span.s-step {
    background-color: #f9f9f9;
    color: #0c0d0e;
    border: 1px solid #d6d6d6;
    width: 25px;
    height: 25px;
    display: inline-flex;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    font-family: Jost;
    position: relative;
    user-select: none;
}
span.s-step.current {
    border: 1px solid #d5d8dc;
    animation: colorChange 1.5s infinite ease-in-out;
    color: #E91E63;
}
.alesq-left  span.s-step.done {
    background-color: #e91e63;
    color: #fff;
}
.alesq-left span.s-step.timeout {
    background-color: #d5d8dc;
}
.alesq-left span.s-step svg {
    position: absolute;
    left: -1px;
    top: -1px;
}

.alesq-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-grow: 1;
    width: calc(100% - 180px);
    min-width: 300px;
    max-width: 100%;
}

.alesq-top {
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #fff;
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
    justify-content: space-between;
}
.alesq-top .alesq-timeleft {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #fff1f6;
    color: #E91E63;
    padding: 7px 10px;
    font-size: 25px;
    font-weight: 700;
    font-family: initial;
    border-radius: 5px;
    line-height: 15px;
    height: 35px;
    width: 50px;
    min-width: 50px;
    justify-content: center;
}
.alesq-top .alesq-timeleft img.audio-playing {
    margin: -10px 0;
}
.alesq-timeleft .audio-playing,.alesq-timeleft.audio-p .tl-count {
    display: none;
}
.alesq-timeleft.audio-p .audio-playing{
    display: block !important;
}
.alesq-bottom {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}
.alesq-bottom .alesq-image {
    width: 45%;
    border-radius: 10px;
    min-width: 300px;
    flex-grow: 1;
}
.alesq-bottom .alesq-image img{
    border-radius: 10px;
    width:100%;
    max-height: 300px;
    object-fit: contain;    
}

.alesq-bottom .alesq-answers {
    display: flex;
    flex-direction: column;
    width: 45%;
    gap: 10px;
    position: relative;
    flex-grow: 1;
}
.alesq-bottom .alesq-answers.blocked:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: not-allowed;
}

.alesq-top .s-question {
    font-size: 15px;
    font-weight: 500;
}

.alesq-bottom .s-option {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: 3px solid #fff;
}
.alesq-bottom .s-option:hover {
    background-color: #e91e63;
    color: #fff;
    transform: scale(1.02);
    border-color:#e91e63;
}
.alesq-bottom .s-option.selected {
    border-color:#e91e63;
}
.alesq-bottom span.n-option {
    background-color: #fff4f8;
    color: #E91E63;
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: inline-flex;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    font-family: Jost;
    box-shadow: 4px 4px 7px 0px #e91e631c;
    user-select: none;
}
.alesq-bottom span.o-label {
    font-size: 15px;
    line-height: 17px;
    user-select: none;    
}