@charset "UTF-8";

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf') format('ttf'), url('./Poppins-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf') format('ttf'), url('Poppins-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.ttf') format('ttf'), url('Poppins-Medium.woff') format('woff');
}

body {
    padding: 0;
    margin: 0;
    background: #f8fafc;
}


/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */


.NpsHead {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 130px;
    background: linear-gradient(135deg, #15034d 0%, #00348b 25%, #0f2160 50%, #151c58 75%, #1c4f70 100%);
    /* background: linear-gradient(135deg, #ffffff 0%, #e0f2fe 15%, #fff3e0 30%, #e5edf5 45%, #e8f5e8 60%, #c4caff 75%, #e4fcfa 90%, #ffffff 100%); */
    display: flex;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Main Title */
.TitleDiv {
    box-sizing: border-box;
    position: absolute;
    top: 45%;
    left: 14%;
}

.LogoImg {
    width: 23%;
}

.TitleFont {
    font-size: 25px;
    font-family: var(--tg-heading-font-family);
    color: white;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    color: white;
}


/* Floating Shapes */
.FloatShpe {
    position: absolute;
    z-index: 2;
}

/* Circle shapes */
.Circle {
    border-radius: 50%;
    background: rgba(59, 130, 246, 0.3);
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.2);
}

.Circle-1 {
    width: 8px;
    height: 8px;
    top: 15px;
    left: 10%;
    animation: float1 6s ease-in-out infinite;
}

.Circle-2 {
    width: 12px;
    height: 12px;
    top: 8px;
    right: 15%;
    background: rgba(16, 185, 129, 0.4);
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.2);
    animation: float2 8s ease-in-out infinite;
}

.Circle-3 {
    width: 6px;
    height: 6px;
    bottom: 12px;
    left: 25%;
    animation: float3 7s ease-in-out infinite;
}

/* Triangle shapes */
.Tri {
    width: 0;
    height: 0;
}

.Tri-1 {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid rgba(59, 130, 246, 0.4);
    top: 20px;
    right: 8%;
    filter: drop-shadow(0 0 10px rgba(59, 130, 246, 0.3));
    animation: float4 5s ease-in-out infinite;
}

.Tri-2 {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid rgba(16, 185, 129, 0.5);
    bottom: 15px;
    right: 30%;
    filter: drop-shadow(0 0 10px rgba(16, 185, 129, 0.3));
    animation: float5 9s ease-in-out infinite;
}

/* Square shapes */
.Squre {
    background: rgba(147, 197, 253, 0.3);
    transform: rotate(45deg);
    box-shadow: 0 0 15px rgba(147, 197, 253, 0.2);
}

.Squre-1 {
    width: 8px;
    height: 8px;
    top: 10px;
    left: 5%;
    animation: float6 10s ease-in-out infinite;
}

.Squre-2 {
    width: 10px;
    height: 10px;
    bottom: 8px;
    right: 12%;
    background: rgba(52, 211, 153, 0.4);
    box-shadow: 0 0 15px rgba(52, 211, 153, 0.2);
    animation: float7 6s ease-in-out infinite;
}

/* Hexagon shape */
.Hexa {
    width: 12px;
    height: 12px;
    background: rgba(96, 165, 250, 0.4);
    position: relative;
    top: 25px;
    left: 35%;
    clip-path: polygon(30% 0%, 70% 0%, 100% 50%, 70% 100%, 30% 100%, 0% 50%);
    filter: drop-shadow(0 0 10px rgba(96, 165, 250, 0.3));
    animation: float8 7s ease-in-out infinite;
}

/* Static decorative elements */
.StaticLine {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.5), transparent);
    z-index: 1;
}

.Line-1 {
    width: 80px;
    top: 20%;
    left: 2%;
    animation: pulse 3s ease-in-out infinite;
}

.Line-2 {
    width: 60px;
    bottom: 20%;
    right: 5%;
    background: linear-gradient(90deg, transparent, rgba(16, 185, 129, 0.5), transparent);
    animation: pulse 4s ease-in-out infinite;
}

.Line-3 {
    width: 150px;
    top: 45%;
    left: 28%;
    animation: pulse 2s ease-in-out infinite;
    ROTATE: 129DEG;
}

.Line-4 {
    width: 150px;
    top: 45%;
    left: 33%;
    animation: pulse 2s ease-in-out infinite;
    ROTATE: 129DEG;
}

.Line-5 {
    width: 150px;
    top: 45%;
    left: 38%;
    animation: pulse 2s ease-in-out infinite;
    ROTATE: 129DEG;
}

/* Transparent Spiral Background */
.SpiralDiv {
    position: absolute;
    top: 50%;
    left: 60%;
    width: 148px;
    height: 142px;
    transform: translate(-50%, -50%);
    opacity: 0.1;
    z-index: 1;
}

.SpiralDiv::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: conic-gradient(from 0deg,
            transparent 0deg,
            rgba(59, 130, 246, 0.3) 90deg,
            transparent 180deg,
            rgba(16, 185, 129, 0.3) 270deg,
            transparent 360deg);
    border-radius: 50%;
    animation: spiralRotate 20s linear infinite;
}

.SpiralDiv::after {
    content: '';
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    background: conic-gradient(from 180deg,
            transparent 0deg,
            rgba(16, 185, 129, 0.2) 90deg,
            transparent 180deg,
            rgba(59, 130, 246, 0.2) 270deg,
            transparent 360deg);
    border-radius: 50%;
    animation: spiralRotate 15s linear infinite reverse;
}

@keyframes spiralRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* End */
.DetailsCont {
    width: 98%;
    margin: auto;
    padding: 10px;
}

.SloganDiv {
    width: 75%;
    margin: auto;
    font-family: 'poppins-regular';
    font-size: 16px;
    letter-spacing: 0.3px;
}

.ChartFrame {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    width: 85%;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
}

.ChartHeader {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0 100%);
    background: linear-gradient(135deg, #15034d 0%, #00348b 25%, #0f2160 50%, #151c58 75%, #1c4f70 100%);
    width: 12%;
    height: 70px;
}

.ChartHeader2 {
    clip-path: polygon(6% 75%, 99% 74%, 93% 100%, 0 100%);
    width: 30%;
    height: 150px;
    position: absolute;
    top: -89px;
    left: 4px;
    border-radius: 5px;
    background: linear-gradient(135deg, #ffffff 0%, #c3daff 25%, #ffffff 50%, #ffffff 75%, #d9ebf7 100%);
}

.ChartTitle {
    display: block;
    position: relative;
    top: 118px;
    color: #040f5f;
    width: 82%;
    z-index: 5000;
    left: 25px;
    font-size: 20px;
    font-family: 'Poppins-medium';
    letter-spacing: 3px;
    font-style: italic;
}

.ChartOptHolder,
.ChartOptHolder2 {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    justify-content: space-evenly;
}

.ChartBtnHolder {
    display: flex;
    gap: 5px;
    width: 65%;
}

.SildeBtn {
    font-family: poppins-medium;
    color: #1f1e1e;
    border: 0.5px solid gainsboro;
    ;
    border-radius: 3px;
    padding: 5px 13px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1.5px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #040f5f;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    background-color: inherit;
}

.SildeBtn:hover {
    box-shadow: inset 0 100px 0 0 #040f5f;
    color: white;
}

.SildeBtn.active {
    background: #040f5f;
    color: white;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 300px;
}

.dropdown-btn {
    width: 100%;
    padding: 8px 10px;
    text-align: left;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: white;
    font-weight: 400;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: white;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 8px;
    box-sizing: border-box;
}

.dropdown-content label {
    display: block;
    cursor: pointer;
    font-size: 14px;
}

/* Show dropdown when active */
.dropdown.show .dropdown-content {
    display: block;
}

.Mandatory {
    color: red;
    font-family: 'Poppins-Medium';
    position: relative;
    top: 4px;
}

.IPClass {
    padding: 7px;
    width: 204px;
    border: 1px solid gainsboro;
    background: inherit;
    /* outline: none; */
}


.ChartOptHolder2 label {
    font-family: 'Poppins-Medium';
    font-size: 13px;
    color: #1f1e1e;
}

/* Animation keyframes */
@keyframes float1 {

    0%,
    100% {
        transform: translateY(0px) translateX(0px);
    }

    33% {
        transform: translateY(-3px) translateX(2px);
    }

    66% {
        transform: translateY(2px) translateX(-1px);
    }
}

@keyframes float2 {

    0%,
    100% {
        transform: translateY(0px) translateX(0px);
    }

    25% {
        transform: translateY(2px) translateX(-2px);
    }

    50% {
        transform: translateY(-2px) translateX(1px);
    }

    75% {
        transform: translateY(1px) translateX(2px);
    }
}

@keyframes float3 {

    0%,
    100% {
        transform: translateY(0px) scale(1);
    }

    50% {
        transform: translateY(-4px) scale(1.1);
    }
}

@keyframes float4 {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-3px) rotate(180deg);
    }
}

@keyframes float5 {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    33% {
        transform: translateY(2px) rotate(120deg);
    }

    66% {
        transform: translateY(-2px) rotate(240deg);
    }
}

@keyframes float6 {

    0%,
    100% {
        transform: rotate(45deg) translateY(0px);
    }

    50% {
        transform: rotate(225deg) translateY(-2px);
    }
}

@keyframes float7 {

    0%,
    100% {
        transform: rotate(45deg) scale(1);
    }

    50% {
        transform: rotate(135deg) scale(1.2);
    }
}

@keyframes float8 {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    33% {
        transform: translateY(-2px) rotate(60deg);
    }

    66% {
        transform: translateY(1px) rotate(120deg);
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.8;
    }
}

#BarHolder {
    position: relative;
    width: 100%;
    height: 60vw;
    max-height: 400px;
    margin: 0 auto;
    overflow-y: auto;
	Background-color:white;
}

.chart-block {
    width: 100%;
    height: 60vw;
    max-height: 400px;
    margin: 0 auto;
    overflow-y: auto;
	Background-color:white;

}

.BarTierNme {
    display: block;
    text-align: center;
    font-size: 18px;
    font-family: 'poppins-regular';
    letter-spacing: 2px;
    color: #32276f;
    ;
}

.RetDt {
    font-family: 'poppins-semibold'!important;
    font-size: 13px;
    letter-spacing: 1px;
    color: #1c355e;
    width: 59%;
    padding: 0px 3px;
}

/* AlertMask Start */
.WholeOuter {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(37, 37, 37, 0.199);
    backdrop-filter: blur(2px);
    display: none;
    z-index: 9;
}

.AlertBody {
    --border-radius: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* padding: 1rem; */
    width: 14%;
    height: 175px;
    background: #ffffff;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 3%);
    border-radius: var(--border-radius);
    margin: 14% auto;
}

.AlertHeader {
    background: linear-gradient(135deg, #15034d 0%, #00348b 25%, #0f2160 50%, #151c58 75%, #1c4f70 100%);
    color: white;
    font-family: 'poppins-medium';
    font-size: 17px;
    width: 70%;
    padding: 0px 5px;
    border-radius: 3px;
    letter-spacing: 1px;
}

.AlertBtn {
    position: absolute;
    background: #0f1676;
    padding: 0.4rem;
    border-top-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    bottom: 0;
    right: 0;
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.AlertMsg {
    font-family: math;
    font-size: 25px;
    color: #1f1e1e;
    padding: 5px;
}

/* hover */
.AlertBody:hover .AlertHeader {
    text-decoration: underline;
}

.AlertBtn:hover .AlertBtn {
    background: #111;
}

.AlertBtn:hover .AlertIcon {
    transform: translateX(3px);
    cursor: pointer;
}

/* end */
.DisclaimerDiv span {
    font-family: poppins-semibold;
}

.DisclaimerDiv ul {
    font-family: poppins-medium;
    font-size: 15px;
    font-weight: 400;
}

@media screen and (min-width: 300px) and (max-width:700px) {
    .WholeDiv {
        width: 100%;
        margin: auto;
    }
	.SildeBtn {
	padding: 5px 10px;
	font-size: 10px;
	}
	
	.ChartOptHolder2 label {
	font-size: 12px;
	padding: 5px 0px;
	}
	.dropdown-btn {
	width: 75%;
	font-size: 13px;
	padding: 5px 10px;
	}

    .btn-group {
        flex-wrap: wrap;
    }

    .SloganDiv {
        padding: 5px 0px;
        width: 97%;
        font-size: 11px;
        letter-spacing: 0.2px;
    }

    .DetailsCont {
        padding: unset;
    }

    .ChartFrame {

        width: 95%;
    }

    .ChartOptHolder {
        flex-wrap: wrap;
    }

    .ChartTitle {
        top: 97px;
        font-size: 15px;
    }

    .ChartBtnHolder {
        width: 100%;
        border-bottom: 1px solid;
        padding: 5px 0px;
        flex-wrap: wrap;
    }

    .ChartOptHolder2 {
        display: block;
        width: 96%;
    }

    .ChartHeader2 {
        width: 64%;
        height: 122px;
        top: -70px;
        left: 4px;
    }

    .ChartHeader {
        width: 28%;
        height: 53px;
    }

    .Hexa {
        display: none;
    }

    .LogoImg {
        width: 80%;
        position: absolute;
        left: -35px;
        top: -18px;
    }

    .TitleDiv {
        top: 62%;
        left: 12%;
    }

    .TitleFont {
        font-size: 19px;
    }

    #BarHolder {
        max-width: 368px !important;
    }

    .BarTierNme {
        font-size: 11px;
    }

    .AlertBody {
        margin: 60% auto;
        width: 50%;
    }

    .AlertMsg {
        font-size: 23px;
    }

    .DisclaimerDiv {
        margin: auto;
        width: 97%;
        font-size: 12px;
    }

    .DisclaimerDiv ul {
        font-family: poppins-medium;
        font-size: 11px;
    }
}

@media screen and (min-width: 701px) and (max-width:1050px) {
    .ChartFrame {
        width: 95%;
    }

    .ChartOptHolder {
        flex-wrap: wrap;
    }

    .ChartBtnHolder {
        width: 100%;
        padding: 5px 0px;
        flex-wrap: wrap;
    }

    /* .ChartOptHolder2 {
        display: block;
        width: 96%;
        text-align: right;
    } */
    .RetDt {
        width: 47%;
    }

    .DetailsCont {
        padding: unset;
    }

    .Hexa {
        display: none;
    }

    .SloganDiv {
        padding: 5px 0px;
        width: 87%;
    }

    .AlertBody {
        width: 25%;
    }

    .BarTierNme {
        font-size: 13px;
    }
}