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

@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');
/* Option 2: Import via CSS */
@import
	url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css")
	;

body {
	background: #ffffff;
	font-family: 'Exo', sans-serif;
}

nav {
	background-color: rgba(231, 240, 255, 1) !important;
}

.btn-nav {
	border: 1px solid rgba(69, 69, 69, 0.2);
	border-radius: 6px;
	padding: 10px 14px !important;
	color: rgba(69, 69, 69, 1) !important;
	font-size: 16px;
	font-weight: 500;
	text-wrap: nowrap;
}
.card-body{
    padding: 1rem 1rem !important;
}
.btn-nav-login {
	border: 1px solid rgba(69, 69, 69, 0.2);
	padding: 10px 32px !important;
	color: #ffffff;
	background: rgba(69, 69, 69, 1);
	font-size: 16px;
	font-weight: 500;
	text-wrap: nowrap;
}

.btn-nav-login:hover {
	color: #ffffff;
}

h1{
	line-height: 1.2 !important;
}

@media ( max-width : 1200px) {
	.btn-nav {
		padding: 8px 10px !important;
		color: rgba(69, 69, 69, 1) !important;
		font-size: 15px;
	}
	.btn-nav-login {
		padding: 10px 24px !important;
		color: #ffffff;
		background: rgba(69, 69, 69, 1);
		font-size: 15px;
	}
}

@media ( max-width : 996px) {
	.navbar-collapse {
		position: absolute;
		width: 80%;
		left: 10%;
		top: 75px;
		z-index: 9999;
		background: #ffffff;
		padding: 24px;
		border-radius: 22px;
		box-shadow: 0px 5px 14px 0px rgba(135, 135, 135, 0.25);
	}
	.navbar-nav {
		row-gap: 16px;
	}
	.btn-nav {
		width: fit-content;
	}
}

.hero-heading {
	color: rgba(69, 69, 69, 1);
	font-family:'Exo' , sans-serif;
	font-size: 64px;
	font-weight: 600;
	letter-spacing: 0px;
	max-width: 100%;
}

.hero-text {
	font-size: 18px;
	max-width: 68% !important;
	text-align: justify;
	color: rgba(69, 69, 69, 90%);
}

.border-hero-right {
	font-family: 'Exo' , sans-serif;
	border-right: 4px solid #9f1616;
	width: max-content;
	padding-right: 15px;
	margin-bottom: 10px;
}

@media ( max-width : 1000px) {
	.home-heading {
		width: 50% !important;
	}
	.hero-heading {
		font-size: 56px;
	}
}

@media ( max-width : 1200px) {
	.hero-heading {
		font-size: 56px;
	}
	.hero-box {
		height: auto;
	}
	
	.hero-image {
		position: initial ;
		z-index: -1;
		opacity: 1 !important;
        width: 50%;
	}
}

@media ( max-width : 992px) {
	.home-heading {
		max-width: 100%;
		width: 100% !important;
	}
	.hero-box {
		height: 750px;
	}
	.hero-image {
		position: initial ;
		z-index: -1;
		opacity: 1 !important;
        width: 100%;
	}
}

@media ( max-width : 768px) {
	footer{
		text-align: center;
	}
	.hero-heading {
		font-size: 46px;
        margin: auto;
        text-align: center;
	}
	.hero-image {
		bottom: 0;
		right: -4%;
		position: initial ;
		z-index: -1;
		opacity: 1 !important;
	}
	.hero-box {
		position: relative;
		height: 600px;
	}
}

@media ( max-width : 576px) {
	.hero-box {
		height: 320px;
	}
	.hero-heading {
		font-size: 36px;
	}
	.hero-image {
		top: 0;
		position: initial !important;
		z-index: -1;
		opacity: 1 !important;
	}
	.hero-image {
		display: block;
	}
}

.hero-heading-v2 {
	color: rgba(69, 69, 69, 1);
	font-family: 'Exo' , sans-serif;
	font-size: 58px;
	font-weight: 700;
	letter-spacing: 2px;
}

@media ( max-width : 1400px) {
	.hero-heading-v2 {
		font-size: 50px;
	}
}

@media ( max-width : 1200px) {
	.hero-heading-v2 {
		font-size: 50px;
	}
}

@media ( max-width : 768px) {
	.hero-heading-v2 {
		font-size: 42px;
	}
}

@media ( max-width : 576px) {
	.hero-heading-v2 {
		font-size: 36px;
        text-align: center;
	}
}

.text-danger {
	color: rgba(159, 22, 22, 1) !important;
}

.h-primary-btn {
	border: 1px solid rgba(159, 22, 22, 1);
	padding: 20px 50px;
	color: #ffffff;
	background: rgba(159, 22, 22, 1);
	font-size: 16px;
	font-weight: 500;
	text-wrap: nowrap;
}

.h-secondary-btn {
	border: 1px solid rgba(231, 240, 255, 1);
	padding: 14px 32px !important;
	color: rgba(69, 69, 69, 1);
	background: rgba(231, 240, 255, 1);
	font-size: 16px;
	font-weight: 500;
	text-wrap: nowrap;
}

.hero-btn {
	font-size: 16px;
	width: 100%;
	max-width: 160px;
}

.hero-btn:hover {
	color: white;
	box-shadow: 0 .2rem 0.9rem rgba(0, 0, 0, .15);
}

.job-finder-section {
	background-color: rgba(231, 240, 255, 1);
}

.home-heading {
	color: rgba(69, 69, 69, 1);
	font-family: 'Exo' , sans-serif;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
}

.my-select {
	border: 0;
	padding: 10px 22px;
	font-size: 17px;
	color: rgba(0, 0, 0, 0.5);
}

.form-select:focus {
	border-color: transparent;
	box-shadow: none;
}

.form-select {
	background-image:
		url(https://e7.pngegg.com/pngimages/244/849/png-clipart-gray-and-white-v-logo-illustration-arrow-button-down-arrow-free-angle-image-file-formats-thumbnail.png);
	background-size: 19px !important;
	margin-bottom: 1rem;
}

.bg-shap-left {
	background: url('../../../assets/img/bg-shap-left.png');
	background-size: 300px;
	background-repeat: no-repeat;
}

.bg-shap-right {
	background: url('../../../assets/img/bg-shap-right.png');
	background-size: 300px;
	background-repeat: no-repeat;
	background-position: right;
}

.wlg-btn {
	font-size: 14px;
	width: 100%;
	max-width: 220px;
}

.ScoreBoard-items {
	border-radius: 10px;
	border: none;
	box-shadow: 0 .2rem 0.9rem rgba(0, 0, 0, .15);
	margin: 0.5rem 0rem;
}

.ScoreBoard-details {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 5%;
	padding-right: 5%;
}

.SB-item-text {
	color: rgba(69, 69, 69, 1);
	font-size: 20px;
	margin: 0;
}

.SB-item-text img {
	width: 30x;
	height: 30px;
}

.text-with-icon {
	display: flex;
	align-items: center;
	gap: 10px;
}

.SB-item-number {
	font-size: 32px;
	font-weight: 500;
	font-family: 'Exo' , sans-serif;
	color: rgba(159, 22, 22, 1);
	margin: 0;
}

@media ( max-width : 576px) {
	.hero-box {
		height: auto;
	}
	.hero-heading {
		font-size: 34px;
		max-width: 300px;
	}
	.hero-image {
		top: 0;
		display: block;
	}
	.ScoreBoard-details {
		display: flex;
		flex-direction: inherit;
	}
	.SB-item-text {
		font-size: 14px;
		gap: 10px;
	}
	.SB-item-number {
		font-size: 16px;
		font-weight: 600;
	}
	.h-primary-btn {
		padding: 15px 30px !important;
	}
	.hero-text {
		font-size: 14px;
		max-width: 290px;
        
        margin: auto;
	}
    .sec-details-rl div, .sec-details-pl div{
        justify-content:center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .live-scoreboard-box{
        margin-top: 20px;
    }
}

.tick-list-box {
	border-radius: 12px;
	border: 1px solid rgba(231, 240, 255, 1);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	max-width: 256px;
	margin: auto;
}

.tick-list-heading {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: rgba(69, 69, 69, 1);
	background: rgba(231, 240, 255, 1);
	border-radius: 32px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.tick-list-items>li {
	list-style: none;
	color: rgba(69, 69, 69, 1);
	font-weight: 400;
	position: relative;
	font-size: 18px;
	margin-bottom: 12px;
}

.tick-list-items>li::before {
	content: '';
	background: url('../../../icons/circle-tick.svg');
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	width: 28px;
	height: 100%;
	left: -28px;
	top: 7px;
}

.tick-list-box-v2 {
	border-radius: 12px;
	background: rgba(231, 240, 255, 1);
	border: 1px solid rgba(231, 240, 255, 1);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	max-width: 256px;
	margin: auto;
}

.tick-list-heading-v2 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: rgba(69, 69, 69, 1);
	background: #ffffff;
	border-radius: 32px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.rosy-img {
	background: url('../../../img/Rosy-img.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.rosy-img-2 {
	background: url('../../../img/mini.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.max-w100 {
	max-width: 100% !important;
}

.text-justify {
	text-align: justify;
}

@media ( max-width : 1200px) {
	.rosy-img {
		background-size: 490px;
	}
}

@media ( max-width : 820px) {
	.rosy-img {
		background-size: 420px;
	}
}

@media ( max-width : 768px) {
	.rosy-img, .Anurag-img {
		background: none !important;
	}
	.rosy-box>div {
		width: 100%;
	}
}

.hero-btn {
	max-width: fit-content;
}

.hero-box-select {
	max-width: 150px;
	height: 50px;
}

.Anurag-img {
	background: url('img/Anurag-img.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}

.bg-light-blue {
	background: rgba(231, 240, 255, 1);
}

.rounded-2 {
	border-radius: 12px !important;
}

.bg-gray {
	background: rgba(240, 240, 240, 1);
}

.HTG-text {
	font-size: 18px;
	text-align: justify;
}

.HGT-heading {
	font-size: 22px;
	font-family: 'Exo' , sans-serif;
}

.HGT-accordion-item {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 0;
	background: #fff;
	border-radius: 20px !important;
}

.HGT-accordion-item .accordion-button {
	border-radius: 25px !important;
	font-size: 16px;
	padding: 10px 18px;
}

.HGT-accordion-item

 

.accordion-button


:not

 


.collapsed

 

{
color:rgba(159,22,22,1);
background:#fff;
box-shadow:none;
font-weight:500;
}
.HGT-accordion-item-date {
	font-size: 14px;
}

.semi-bold {
	font-weight: 500;
}

.popup {
	max-width: 500px;
	position: relative;
}

.zoom-img {
	position: absolute;
	top: 20px;
	right: 20px;
	border: 0;
	background: rgba(159, 22, 22, 1);
	color: #fff;
	border-radius: 4px;
	padding: 5px 5px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4) !important;
	width: 36px;
	height: 36px;
}

.show-img {
	z-index: 999;
	display: none;
}

.show-img .overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	backdrop-filter: blur(5px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.show-img .img-show {
	background: transparent;
	position: fixed;
	left: 50%;
	top: 10%;
	transform: translate(-50%, 0%);
	overflow: hidden;
	width: 95%;
	height: 100%;
	z-index: 99999;
}

.img-show span {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
	cursor: pointer;
	background: #ffffff;
	padding: 3px;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 1;
	border-radius: 50%;
}

footer {
	background-color: #E7F0FF !important;
}

.footer-brand {
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap;
	color: #000;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 20px;
}

.whatsapp-btn-box {
	display: flex;
	flex-wrap: wrap;
}

@media ( max-width : 768px) {
    .whatsapp-btn-box {
        justify-content: center;
    }
}

.whatsapp-btn, .whatsapp-btn:hover {
	background-color: #ffffff;
	border: 1px solid #ced4da;
	text-wrap: nowrap;
}



.footer-menu {
	padding: 0;
	list-style: none;
}

.footer-items {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    line-height: 2;
}

/*Monika New ==============*/
.live-scoreboard-box {
	background: rgba(231, 240, 255, 1);
	border-radius: 20px;
	padding: 45px;
	height: fit-content;
}

.live-scoreboard-box .white-box {
	background: white;
	border-radius: 20px;
	padding: 45px 30px;
}

section {
	padding: 35px 0px 35px 0px;
}

.job-card-title p {
	font-size: 20px;
}

.job-card-action {
	color: #F94A4A;
}

.sec-details-pl {
	padding: 20px 0px 20px 50px;
}

.sec-details-rl {
	padding: 20px 50px 20px 0px;
}

.verified-text {
	color: #0e4fa2;
	font-size: small;
}

.job-result-card {
	box-shadow: 0 .2rem 0.9rem rgba(0, 0, 0, .15);
}

.hiring-resources-section .container {
	max-width: 100%;
}

.TandC-Detail {
	padding-right: 5rem;
}

.TandC-sidebar-list {
	padding-left: 0px;
	list-style: none;
	position: -webkit-sticky;
	position: sticky;
	top: 10px;
}

.TandC-sidebar-list li {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
}

.TandC-sidebar-list a {
	color: grey;
}

.TandC-sidebar-list a:hover {
	color: rgba(159, 22, 22, 1);
}

.float-right {
	float: right;
}

.image-user {
	width: -webkit-fill-available;
	border: 1px solid #eee;
	border-radius: 10px;
}

.job-card-title .sub-text {
	font-size: 18px;
}

.home-heading-dailyDairy {
	color: #000;
	font-family: emoji;
	font-size: 30px;
	font-weight: bolder;
	/* letter-spacing: 2px;*/
}

.dailyDairy-details img {
	padding-bottom: 6px;
}

.job-result-card-dailyDairy {
	box-shadow: 0 .2rem 0.9rem rgba(0, 0, 0, .15);
	margin: 20px 0px;
}

.font-weight-light {
	font-weight: 300;
}

.img-button {
	padding-bottom: 2px;
}

.pagination-text {
	font-size: 20px;
}
.pagination .page-item {
    padding: 4px !important;
}
.pagination-text i {
	font-size: 24px;
}


.no-underline {
	text-decoration: none;
}

.btn-main {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.hiring-resources-section {
	padding: 0px !important;
	margin-bottom: 3rem !important;
}

.hiring-resources-box {
	padding: 20px 50px;
}
.text-common{
	color: rgba(159, 22, 22, 1)
}

/*for insights screen only*/
.live-scoreboard-box-insights {
	background: rgba(231, 240, 255, 1);
	padding: 45px;
	height: fit-content;
}

.live-scoreboard-box-insights .white-box {
	background: white;
	border-radius: 10px;
	padding: 45px 30px;
}
.accordion-item{
	border-radius: 25px !important;
	margin-bottom: 20px;
	box-shadow: 0 .2rem 0.9rem rgba(0, 0, 0, .15);
}
.accordion-item .accordion-button{
	border-radius: 50px !important;
	border: none !important;
	
}
.accordion-item:not(:first-of-type){
	border: none !important;
}
.accordion-button:not(.collapsed){
	background-color: #ffffff !important;
   -webkit-box-shadow: none !important;
    box-shadow: none !important;
	color: rgba(159, 22, 22, 1) !important;
    font-weight: bold;
}
.accordion-button::after{
	background-image:
		url(https://e7.pngegg.com/pngimages/244/849/png-clipart-gray-and-white-v-logo-illustration-arrow-button-down-arrow-free-angle-image-file-formats-thumbnail.png) !important;
}

/* CHART CSS */
hr{
	opacity: 1 !important;
	height: 2px;
}
.label-chart{
	list-style: none;
	padding: 0px;
}
.label-chart li{
	margin: 30px 0px;
	display: flex;
}
.label-chart .label-chart-color1{
	color: #8abafc;
	margin-right: 15px;
	font-size: 24px;
}
.label-chart .label-chart-color2{
	color: #4ac43e;
	margin-right: 15px;
	font-size: 24px;
}
.label-chart .label-chart-color3{
	color: #ff484a;
	margin-right: 15px;
	font-size: 24px;
}
.label-chart .label-chart-color4{
	color: #242964;
	margin-right: 15px;
	font-size: 24px;
}
.label-chart .label-chart-color5{
	color: #7e7b25;
	margin-right: 15px;
	font-size: 24px;
}
.chart-box{
	padding: 20px 0px;
}
.chartContainer{
	text-align: center;
	display: flex;
            justify-content: center; /* Center horizontally */
            align-items: center;
}
.chartContainer canvas{
	width: 350px; 
	max-width: 350px; 
	height: 350px; 
	max-height: 350px;
}

/* all Media Query MONIKA========== */
@media ( max-width : 996px) {
	.live-scoreboard-box {
		background: rgba(231, 240, 255, 1);
		border-radius: 20px;
		padding: 25px;
		height: fit-content;
	}
	.live-scoreboard-box .white-box {
		background: white;
		border-radius: 20px;
		padding: 25px 15px;
	}
	.job-card-title p {
		font-size: 14px;
	}
	.sec-details-pl {
		padding: 10px 15px;
	}
	.sec-details-rl {
		padding: 10px 15px;
	}
	.daily-dairy-details, .daily-dairy-img {
		padding: 10px 15px;
	}
	.hiring-resources-box {
		padding: 15px;
	}
	section {
		padding: 20px 0px 20px 0px !important;
	}
	.hero-btn {
		font-size: 12px;
	}
	.h-primary-btn {
		padding: 10px 20px !important;
	}
	.home-heading {
		font-size: 20px;
	}
	.btn-main {
		padding: 0px
	}
	.hiring-resources-section {
		padding: 0px !important;
		margin-bottom: 0rem !important;
	}
	.card-body {
		padding: 0.5rem;
	}
	.SB-item-text img {
		height: 20px;
	}
	p{
		font-size: 14px;
	}
	.TandC-Detail {
		padding-right: 15px;
		text-align: justify;
	}
	.live-scoreboard-box-insights{
		padding: 15px;
	}
}
