.entFindgrid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 50px;
    align-items: start
}
.entFind .headingmain {
    text-align: left;
}
.sub {
    color: #5A6880;
    font-size: 18px;
    margin-bottom: 30px
}
.cardent {
    background: #fff;
    color: #1B1B1C;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .35)
}
.cardent .title {
    font-size: 18px;
    font-weight: bold;
    color: #1B1B1C;
    margin-bottom: 5px
}
.card__note {
    color: #5A6880;
    margin-bottom: 20px
}
.prog {
    height: 4px;
    background: #e9edf2;
    border-radius: 99px;
    overflow: hidden;
    margin-bottom: 20px
}
.prog__bar {
    height: 100%;
    background: #2249FF;
    width: 0;
    border-radius: 99px;
    transition: width .35s ease
}
.qtop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem
}
.qcount {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #2249FF
}
.qtag {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 9px;
    border-radius: 99px;
    color: #fff
}
.qtext {
    font-size: 18px;
    font-weight: bold;
    color: #1B1B1C;
    line-height: 1.35;
    margin-bottom: 1rem
}
.opts {
    display: flex;
    flex-direction: column;
    gap: 10px
}
.opt {
    text-align: left;
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    color: #5A6880;
    cursor: pointer;
    background: #fff;
    border: 1.5px solid #5A6880;
    border-radius: 12px;
    padding: 15px;
    transition: border-color .18s, background .18s, box-shadow .18s
}
.opt:hover:not(:disabled) {
    border-color: #c3ccd8;
    background: #fafbfc
}
.opt.sel {
    border-color: #2249FF;
    background: rgba(59, 91, 255, .06);
    box-shadow: 0 0 0 3px rgba(59, 91, 255, .12)
}
.opt:disabled {
    cursor: default;
    opacity: 0.85;
}
.actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px
}
.back {
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    color: #7a8494;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px 4px
}
.back:hover {
    color: #1B1B1C
}
.next {
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #2249FF;
    cursor: pointer;
    border: none;
    border-radius: 999px;
    padding: 13px 26px;
    transition: opacity .18s, transform .1s
}
.next:hover {
    opacity: .92
}
.next:active {
    transform: translateY(1px)
}
.next:disabled {
    background: #c7ccd6;
    cursor: not-allowed;
    opacity: 1
}
.score {
    background: #2249FF;
    border-radius: 20px;
    padding: 30px;
    position: sticky;
    top: 40px;
    color: #fff;
}
.score__live {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 6px
}
.score__num {
    font-size: 74px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #2ee6c5;
    letter-spacing: -.02em;
}
.score__label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-top: 8px
}
.radar {
    display: block;
    margin: 14px auto 6px
}
.band {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    margin: 2px 0 20px;
    color: #fff;
}
.dims-h {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
    margin: 6px 0 14px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    padding-top: 18px
}
.rowent {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 12px;
    align-items: center;
    margin-bottom: 15px
}
.row__name {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 9px
}
.dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0
}
.row__val {
    font-size: 14px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    text-align: right
}
.row__track {
    grid-column: 1/3;
    height: 5px;
    background: rgba(255, 255, 255, 0.267);
    border-radius: 99px;
    overflow: hidden
}
.row__fill {
    height: 100%;
    width: 0;
    border-radius: 99px;
    transition: width .5s cubic-bezier(.16, 1, .3, 1)
}
.done-cta {
    margin-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    padding-top: 20px;
    display: none
}
.done-cta.show {
    display: block
}
.cta-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #fff;
    color: #2249FF;
    font: inherit;
    font-weight: 600;
    font-size: 14px;
    border: none;
    border-radius: 999px;
    padding: 14px;
    cursor: pointer;
    transition: opacity .18s
}
.cta-btn:hover {
    opacity: .92
}
.done-cta p {
    font-size: 11px;
    color: #fff;
    text-align: center;
    margin-top: 9px
}
.retake-btn {
    display: block;
    width: 100%;
    margin: 14px auto 0;
    background: none;
    border: 1px solid rgb(255 255 255 / 50%);
    color: #c1c2c9;
    font: inherit;
    font-weight: 600;
    font-size: 13px;
    border-radius: 999px;
    padding: 11px;
    cursor: pointer;
    transition: border-color .18s, color .18s
}
.retake-btn:hover {
    border-color: rgba(255, 255, 255, .25);
    color: #e7ecf3
}
.overlaycls {
    position: fixed;
    inset: 0;
    background: rgba(6, 8, 12, .72);
    backdrop-filter: blur(4px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 50
}
.overlaycls.show {
    display: flex
}
.modalcls {
    background: #fff;
    color: #1B1B1C;
    border-radius: 20px;
    max-width: 520px;
    width: 100%;
    padding: 30px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
    position: relative
}
.modal__close {
    position: absolute;
    top: 16px;
    right: 18px;
    background: none;
    border: none;
    font-size: 22px;
    line-height: 1;
    color: #9aa3b0;
    cursor: pointer
}
.modal__close:hover {
    color: #1B1B1C
}
.modalcls .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px
}
.modal__sub {
    font-size: 13.5px;
    color: #6b7480;
    margin-bottom: 22px
}
.field {
    margin-bottom: 15px
}
.field label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #3a424e;
    margin-bottom: 6px
}
.field input,
.field select {
    width: 100%;
    font: inherit;
    font-size: 14px;
    color: #1B1B1C;
    border: 1.6px solid #e3e8ef;
    border-radius: 10px;
    padding: 12px 13px;
    background: #fff;
    transition: border-color .18s, box-shadow .18s
}
.field input:focus,
.field select:focus {
    outline: none;
    border-color: #3b5bff;
    box-shadow: 0 0 0 3px rgba(59, 91, 255, .12)
}
.field input.err {
    border-color: #e5484d;
    box-shadow: 0 0 0 3px rgba(229, 72, 77, .12)
}
.field .msg {
    font-size: 11.5px;
    color: #e5484d;
    margin-top: 5px;
    display: none
}
.field .msg.show {
    display: block
}
.modal__submit {
    width: 100%;
    background: #3b5bff;
    color: #fff;
    font: inherit;
    font-weight: 700;
    font-size: 14.5px;
    border: none;
    border-radius: 999px;
    padding: 14px;
    cursor: pointer;
    margin-top: 6px;
    transition: opacity .18s
}
.modal__submit:hover {
    opacity: .92
}
.modal__success {
    text-align: center;
    padding: 14px 4px
}
.modal__success .tick {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(46, 230, 197, .15);
    color: #12b48f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 16px
}
.modal__success h3 {
    margin-bottom: 8px
}
.modal__success p {
    font-size: 14px;
    color: #6b7480;
    margin-bottom: 20px
}
@media(max-width:991px) {
    .entFindgrid {
        grid-template-columns: 1fr;
        gap: 30px
    }
    .score {
        position: static
    }
}

@media(max-width:480px) {
    .cardent, .score{
        padding: 15px;
    }
    .sub, .qtext{
        font-size: 16px;
    }
}