@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,800;1,900&display=swap');

body{ margin:0; padding:0; box-sizing:border-box; -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; color:#333; line-height:1.1; font-family: "Lato", sans-serif; }
*{margin:0; padding:0; box-sizing:border-box;}
h1, h2, h3, h4, h5, h6, form, ul, input, textarea, select, p{ margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-weight:500; font-family: "Poppins", sans-serif;}
a{ text-decoration:none; outline:none;}
a img{ border:none; outline:none;}
img{ max-width:100%;}
img.img_full{ display:block; width:100%;}
ul li{ list-style:none;}
.clr{ clear:both;}
p{ font-size:18px; font-weight:300; color:#77838F; line-height:1.5;}

a{color:#333;} 
a:hover{ text-decoration:none;}
strong{ font-weight:700;}
.main-bg, header{
	background:#5368F0;
}

header{
	padding:3vh 3vw;
	min-height: 100px;
}

.hd-wrap{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.h-menu a, .hd-rt a{
	color:#fff;
	font-size:1rem;
}
.title h2{
	font-size:16px;
	color:#fff;
	
}
.pro-photo{
	background:#ddd;
	width:50px;
	height:50px;
	border-radius:50px;
	overflow:hidden;
}
.pro-photo img{
	width:50px;
	height:50px;
}

.small-bg{
	position:relative;
	z-index:1;
	padding:0 3vw;
}

.small-bg::before{
	background:#5368F0;
	position:absolute;
	left:0;
	top:0;
	content:'';
	width:100%;
	height:50px;
	z-index: -1;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.top-txt{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background:#fff;
	padding:8vh 2vw;
}

.top-txt h3{
	font-size:16px;

	padding:0 0 5px 0;
	color:#000;
}

.top-txt p{
	font-size:16px;

	padding:0 0 0 0;
	
}

.body-title{
	font-size:16px;
	color:#000;
	/* font-weight:400; */
	margin:0 0 15px 0;
}

.quiz-box ul{
	display:flex;
	flex-wrap:wrap;
	
}

.icon{
	width:60px;
	margin:0 auto;
}

.quiz-box li{
	width:calc(33.3% - 10px);
	background:#fff;
	border-radius:10px;
	cursor:pointer;
	padding:4vh 10px;
	text-align:center;
	margin-bottom:15px;
	font-size:15px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 4px 0px;
	
}

.quiz-box li:hover{
	background:#f0f8ff;
}

.quiz-box li:nth-child(3n-1){
	margin-left:15px;
	margin-right:15px;
}

.quiz-box li h4{

	font-size:14px;
	padding:0 0 5px 0;
}
.quiz-box li p{
	font-size:14px;

}

.btn-full button{
	width:100%;
}

footer{
	background: #fff;
    padding: 3vh 3vw;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px 20px, rgba(0, 0, 0, 0.3) 0px 30px 60px 30px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 2;
}

.body-content {
    padding-bottom: 80px;
}


footer ul{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

footer ul li{
	font-size:17px;
	
}

footer ul li a{
	padding:10px;
}

footer ul li a:hover{
	color:#fff;
	background:#5368F0;
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}

.sel-player ul{
	display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
    justify-content: space-between;
}

.icon{
	width:60px;
	margin:0 auto;
	padding: 0 0 10px 0;
}

.sel-player li{
	width:calc(50% - 10px);
	
	text-align:center;
	margin-bottom:15px;
	font-size:15px;
	
}



.sel-player li h4{

	font-size:15px;
	padding:0 0 5px 0;
}
.sel-player li p{
	font-size:13px;

}

.sel-player li h5{
	font-size:14px;
	font-weight:300;
	background:#EDEDED;
	padding:5px 10px;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.icon-player {
    width: 60px;
    margin: 0 auto;
	padding:6vh 0;
}

.sel-player li:hover h5, .sel-player li h5.seleted{
	background:#5368F0;
	color:#fff;
}

.level{
	margin:0 0 40px 0;	
}

ul.level-bx{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

ul.level-bx li{
	width:calc(33.33% - 10px);
	
	
	
	text-align:center;
	
	font-size:15px;
	
}

ul.level-bx li a{
	color:#000;
	display:block;
	padding:15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

ul.level-bx li a:hover, ul.level-bx li a.selected{
	background:#5368F0;
	color:#fff;
}

.pro-bar{
	position:relative;
	display:flex;
	justify-content: space-between;
}

.lft-bar, .rt-bar{
	width:40%;
}

.lft-bar h4, .rt-bar h4{
	font-size:14px;
	font-weight:400;
	color:#5368F0;
	margin-top: 10px;
}

.rt-bar h4{
	color:#9D57D5;
}

.bg-blue{
	background:#5368F0;
}

.bg-purple{
	background:#9D57D5;
}

.pro-bar .progress{
	height:4px;
	border-radius:0;
}

.mid-circle {
    position: absolute;
    width: 64px;
    height: 64px;
    border: solid 2px #5368F0;
    border-radius: 100%;
    left: 50%;
    top: -45px;
    z-index: 4;
	background:#fff;
    transform: translateX(-50%);
	display: flex;
    justify-content: center;
    align-items: center;
}

.mid-circle span{
	font-size:16px;
	font-weight:700;
	color:#77838F;
}

.top-txt .res-num{
	font-size:14px;
	text-align:center;
	padding: 15px 0; 
}

.btn{
	font-size:14px;
	font-weight:700;
	padding-top:15px;
	padding-bottom:15px;
	border-radius:10px;
}

.full-wdth{
	width:100%;
}

.ans-opt{
	padding:20px 0 0 0;
}

.ans-opt .btn{
	padding:15px;
	font-size:14px;
	font-weight:400;
	margin:0 0 20px 0;
	border-radius:10px;
	border: 2px solid #e7ecf1;
	color:#77838F;
}

.ans-opt .btn-outline-red{
	border: 2px solid #FF3131;
}

.ans-opt .btn-outline-green{
	border: 2px solid #7BD1AA;
}

.sbt-button{
	padding-top:20px;
}

.share-link{
	font-size:14px;
	font-weight:400;
	color:#5368F0;
	margin:40px 0 0 0;
	display: inline-block;
}

.res-pt{
	margin:0 auto 20px auto;
	width:140px;
}

.res-pt img{
	width:100%;
	height:auto;
	border-radius:10px;
}

.small-bg-result {
    position: relative;
    z-index: 1;
    padding: 0 3vw;
}

.small-bg-result ::before {
    background: #5368F0;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 270px;
    z-index: -1;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn-wt{
	background: #fff;
    color: #5368F0;
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
}


.wrap{
    position: relative;
    z-index: 1;
    padding: 8vh 3vw;
}

.badge {
    color: #000;
}

.table thead th {
            background-color: #46A6CF; 
            color: #ffffff; 
            border-bottom: none; 
            
        }
        .table tbody tr:nth-child(odd) {
            background-color: #f2f2f2; 
        }
        .table tbody tr:hover {
            background-color: #e9ecef; 
        }
        .table td, .table th {
            vertical-align: middle; 
            border-top: 1px solid #dee2e6; 
        }
        .rank-badge {
            font-size: 1.1em;
            font-weight: bold;
            padding: 0.3em 0.6em;
            border-radius: 0.25rem; 
        }
        .rank-1 { background-color: #C47BDC; color: #333; } 
        .rank-2 { background-color: #BCC952; color: #333; } 
        .rank-3 { background-color: #575757; color: #fff; } 
        .rank-4 { background-color: #FF8C18; color: #fff; } 
        .rank-5 { background-color: #46A6CF; color: #fff; } 
        .player-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%; 
            margin-right: 15px;
            object-fit: cover; 
        }
        .player-name {
            font-weight: 500;
        }
        .score {
            font-weight: bold;
            color: #BCC952; 
        }
		
.button-group {
    display: flex;
    justify-content: space-between;
	margin-bottom: 40px;
}

/* CSS by Manoj */
:root{
    --primary-color: #6C757D;
    --header-color: #eb7f36;
    --button-color: #5493c0;
    --alt-btn-color:#71c1a1;
    --bg-color: white;
    --main-font-size:14px;
    --progress-color:#5368F0;
}
img.logo {
    width: 120px;  
}
.progress-item {
    width: var(--icon-width);
	display: inline-flex;
}
.progress-circle {
	width: 40px;
    height: 40px;
    border-radius: 50%;
    background: conic-gradient(var(--progress-color) calc(var(--percentage) * 1%), #e0e0e0 0);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 6;
    text-align: center;
}
.progress-circle::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
}
.progress-container {
    padding: 3px;
}

#account-sec .table tbody tr:nth-child(odd) {
    background-color: #fff;
}
#account-sec p{color:#000;}
.chart-container {
    max-height: 600px;
    align-content: center;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
}
.chart-canvas {
    position: relative;
    height: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.feedback-div {
    display: none;
    top: 270px;
}
.explanation {
    display: none;
    padding: 10px;
    background-color: var(--bg-color);
    border: 1px solid #ddd;
    border-radius: 5px;
    position: absolute;
   /* width: 80%;
    left: 8%;*/
	width: 100%;
    left: -5px;
	text-align: center;
	color: #77838F;
    max-height: 260px;
	margin-top: 5vh;
}
button#ok-button {
    margin-top: 35px;
}
.ans-opt .btn:hover{color:#FFF;}
.other-feedback.form-group {
    margin-top: 20px;
    margin-bottom: 20px;
}
    .answers {
        align-content: center;
        text-align: center;
    }
.draggable-btn {
   background-color: #e9f5ff;
    color: var(--bg-color);
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px 0;
	border: 1px solid #5368f0;
    color: #000;
}
.faq-item {
    padding: 15px 0 15px 0;
}

#account-sec .table tbody tr:hover{background-color:#FFF;}
select.customselect.form-control {
    width: 45%;
    display: unset;
}
.custombut {
    padding: 6px 10px;
}
.char-img img{
	width: 100px;
    height: 100px;
}
.scrollable-table {
    overflow: auto;
    max-height: 400px;
    margin-right: auto;
    margin-left: auto;
}

.btn-green {
    background: #BCC952;
    border-color: #BCC952;
	color: #FFF;
}
.btn-green:hover {
	background: #c3d345;
    border-color: #c3d345;
	color: #FFF;
}
.btn-red {
    background: #FC3500;
    border-color: #FC3500;
	color: #FFF;
}
.btn-red:hover {
	background: #ff5223;
    border-color: #ff5223;
	color: #FFF;
}
.btn-gray {
    background: #E6E6E6;
    border-color: #E6E6E6;
	color: #000;
}
.btn-gray:hover {
	background: #E6E6E6;
    border-color: #E6E6E6;
	color: #000;
}
.activebx {
    background: #f0f8ff!important;
}

.top-txt p.questiontxt {
    font-size: 20px;
	color:#000;
}
i.fa.fa-sign-out.white {
    color: #fff;
}


/* CSS by Manoj end */


 /*-------------------------------------------Responsive Css----------------------------*/
        @media (max-width: 768px) {
           
            .table {
                font-size: 0.9rem;
            }
            .player-avatar {
                width: 30px;
                height: 30px;
                margin-right: 10px;
            }
        }
        @media (max-width: 576px) {
           
            .table-responsive {
                display: block;
                width: 100%;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
            }
			select.customselect.form-control {
				width: 100%;
				display: unset;
			}

		}

