﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap");


.gaugeWrapper {
    position: relative;
    display: inline-block;
    margin: 46px auto;
}

.gauge {
    position: absolute;
    bottom: 46px;
    width: 150px;
    height: 111px;
    z-index: 1;
}

.gauge,
.pivot {
    left: 50%;
    transform: translateX(-50%);
}

.creditScoreImage {
    width: 100%;
}

.semiCircle {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    box-shadow: 0 0 24px 0 #00000014;
    z-index: 5;
    position: relative;
}

    .semiCircle::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 8px;
        right: 8px;
        bottom: 8px;
        border-radius: 100%;
        border: 1px solid #d3d2d2;
        box-sizing: border-box;
    }

    .ofr-cont,
    .semiCircle,
    .semiCircle::before {
        background-color: #fff;
    }

.pivot {
    bottom: 0;
    width: 0;
    height: 0;
}

.close-icon,
.cr-score-section,
.pivot,
.radiusLine,
.triangleContainer {
    position: absolute;
}

.gauge,
.pivot {
    left: 50%;
    transform: translateX(-50%);
}

.pivot {
    bottom: 40px;
}

.radiusLine {
    width: 50px;
    height: 0;
    border-top: 1px solid transparent;
    top: 0;
    left: 0;
    transform-origin: 0 100%;
    transition: transform 1s;
}

.close-icon,
.cr-score-section,
.pivot,
.radiusLine,
.triangleContainer {
    position: absolute;
}

.triangleContainer {
    left: 80px;
    transform: translateX(-50%) rotate(42deg);
}

.close-icon,
.cr-score-section,
.pivot,
.radiusLine,
.triangleContainer {
    position: absolute;
}

.cr-score-section {
    top: 48px;
    z-index: 9999;
    left: 44px;
    width: 60px;
}

.small-text {
    font-size: 6px;
    line-height: 20px;
    color: #acb7cd;
    font-weight: 500;
    margin-bottom: 2px;
}

.close-icon,
.cr-score-section,
.pivot,
.radiusLine,
.triangleContainer {
    position: absolute;
}

.cr-score-section,
.pa-ofr-btn,
.pa-ofr-cont li {
    text-align: center;
}

.cr-bg-score {
    font-size: 11px;
    line-height: 20px;
    color: #111928;
    font-weight: 600;
    margin-bottom: 2px;
}

.cr-bg-score-gain-point {
    font-size: 24px;
    line-height: 22px;
    color: #3394e9;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.spinner-border {
    width: 4rem;
    height: 4rem;
}

.device-tnc {
    background: #e6f0ff;
    padding: 10px;
    border-radius: 0.8rem;
}

.device-sub-txt1 {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 28px;
}

.device-sub-txt2 {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.device-logout-btn {
    background-color: #1976d2;
    color: #fff !important;
    display: block;
    width: 100%;
    max-width: 349px;
    height: 38px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: auto;
    padding: 5px;
    cursor: pointer;
}

/* Ensure all content divs are initially hidden and positioned off-screen */
#content1,
#content2,
#content3,
#content4,
#content5 {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    position: absolute;
    width: 100%;
    top: -76px;
}

    #content1.show,
    #content2.show,
    #content3.show,
    #content4.show,
    #content5.show {
        opacity: 1;
        transform: translateY(0px);
    }

.arrow-pair {
    position: absolute;
    top: 100px
}

@media only screen and (max-width: 480px) {

    #content1,
    #content2,
    #content3,
    #content4,
    #content5 {
        width: 98%;
        top: 0px;
        left: 5px;
    }

    .arrow-pair {
        position: absolute;
        top: 230px;
        background-color: #f1f8ff;
        width: 98%;
        padding: 10px 10px 40px 10px;
        left: 5px;
        border-radius: 8px;
    }

    .gaugeWrapper {
        margin: 46px auto;
    }
}
