.result-screen .text-display {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
    color: #98aebf !important;
}

.result-screen {
    background: #ddd;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    overflow: auto;
    display: none;
    position: fixed;
    top: 0;
    z-index: 999999999;
    /* background-image: url(../images/resultbg.png); */
    /* background-image: url(./assets/images/super-goldio-intro-bg.png);
    background-size: 100% 100%; */
    /* background-size: cover; */
    background-repeat: no-repeat;
    /* display: block !important; */
}

.result-screen .inner-container {
    width: 100%;
    max-width: 100%;
    padding: 70px 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    min-height: calc(var(--vh, 1vh) * 100);
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo_result {
    text-align: center;
    position: relative;
}

.result-screen .inner-container .logo_result .logo_img {
    max-width: 100%;
}

.result-screen .inner-container .info-div {
    text-align: center;
}

.result-screen .speedo-meter-result {
    position: relative;
    margin-top: 0;
    text-align: center;
}

.result-screen .speedo-meter-result .title-header {
    font-size: 36px;
    color: #fff;
    margin: 0;
    font-weight: 700 !important;
}

.result-screen .speedo-meter-result .speedo-dashboard {
    width: 40%;
    margin-top: 30px;
    max-width: 450px;
}

.result-screen .speedo-meter-result .speedo-arrow {
    position: absolute;
    right: 0;
    margin: auto;
    bottom: 69px;
    width: 171px;
}

.result-screen .speedo-meter-result .speedo-arrow.wrong {
    left: -119px;
}

.result-screen .speedo-meter-result .speedo-arrow.right {
    left: 112px;
}

.result-screen .speedo-meter-result .happy-icon {
    position: absolute;
    left: 339px;
    right: 0;
    top: 150px;
    margin: auto;
    width: 36px;
}

.result-screen .speedo-meter-result .sad-icon {
    position: absolute;
    left: 0;
    right: 339px;
    top: 150px;
    margin: auto;
    width: 36px;
}

.info-div ul {
    padding: 0;
    margin-bottom: 20px;
}

li.result-info {
    width: 19%;
    display: inline-block;
    padding: 15px;
    background: #fff;
    margin: 2px;
    text-align: left;
    border: 1px solid #d3d3d3;
}

.result-info h4 {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    margin-bottom: 20px;
}

.rsicon {
    position: absolute;
    bottom: 7px;
    left: 7px;
    transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
    .result-screen .speedo-meter-result .speedo-dashboard {
        width: 60%;
        max-width: 550px;
    }
}

@media screen and (max-width: 767px) and (orientation:portrait) {
    li.result-info {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
        padding: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    li.result-info {
        width: 42%;
        margin: 0 5px;
        margin-bottom: 10px;
        padding: 10px 30px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1240px) {
    li.result-info {
        width: 30%;
        margin: 0 5px;
        margin-bottom: 10px;
        padding: 10px 30px;
    }
}

@media screen and (max-width: 768px) {
    .result-screen .speedo-meter-result .happy-icon {
        left: 284px;
        top: 100px;
    }
    .result-screen .speedo-meter-result .sad-icon {
        top: 100px;
    }
    .info-div {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .result-screen {
        bottom: auto;
    }
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
    .result-screen .inner-container {
        margin-top: 0;
    }
}

@media only screen and (max-width: 900px) {
    .result-screen .info-div .btn.btn-green {
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 900px) and (orientation: portrait) {
    .result-screen .inner-container {
        margin-top: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 900px) and (orientation: landscape) {
    li.result-info {
        width: 24%;
        padding: 10px;
    }
}