.fs-18 {
	font-size: 18px;
}
.fs-25 {
	font-size: 25px;
}
.fw-600 {
	font-weight: 600;
}
.gap-10 {
	gap: 10px;
}
.overflow-x-auto {
	overflow: auto;
	overflow-y: hidden;
}
.me-5 {
	margin-right: 5px;
}
.rounded {
	border-radius: 8px !important;
}
.rounded-start {
	border-top-left-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
}

.rounded-end {
	border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
	background: #004F93;
	color: #fff;
	width: 23%;
	padding: 5px;
}

.cstm-card {
	border-radius: 10px !important;
	margin-bottom: 20px;
	
}
.fa.fa-angle-double-right.text-white {
	font-size: 50px;
}
.fa.fa-star-o.bg_circle {
	background: #C4B20A;
	color: #fff;
	border-radius: 25px;
	padding: 5px;
	font-weight: 600;
}

.bg-image-custom {
	background-image: url('https://www.kwitusks.com/assets/images/codioful-formerly-gradienta-G084bO4wGDA-unsplash.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
}
.btn-common-color{
	background: #015198;
	border: 1px solid #015198;
	color: #fff;
}

.common_text_color{
	color: #003E88;
}


.sks_bg_img_cst {
	position: absolute;
	width: 140px;
	right: 0;
	bottom: 0;
	opacity: 0.1;
	overflow: hidden;
}

/*.sks_bg_img_cst{
	background-image : url('https://www.kwitusks.com/assets/images/Profile_Pic.svg');
background-repeat: no-repeat;
  background-position: bottom right;
}*/

.bg_image_cst{
	background-image : url('https://www.kwitusks.com/assets/images/crown_2.png');
	background-repeat: no-repeat;
	background-position: top right;
}

.counter_value {
	color: #04488E !important;
	font-weight: 600;
}

.cstm-card .card-body{
	padding: 18px !important;
}

.ref-common-cards {
	display: flex;
	gap: 8px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.ref-card {
	padding: 50px 0;
	/* padding-inline: 12px; */
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	text-align: center;
	min-height: 242px !important;
}
.ref-card p{
	font-size: 14px;
	line-height: 1.2;	
}
.ref-card .counter {
	font-size: 82px;
	font-weight: 400;
	color: #003E88;
}
.ref-common-cards.blue {
	background-color: #3b3b84;
}
.ref-common-cards.blue p{
	color: #fff;
}
.stat-count {
	float: right;
}
.ref-media-cls {
	/*overflow: auto;*/
	overflow: hidden;
}
.chart-section {
	display: none;
}
.md-desc-show {
	display: none;
}
.ref-card.arrows {
	position: relative;
	padding: 10px;
	padding-inline: 2px;
	min-width: 135px;
}
.line-arrow {
	height: 50px;
	position: relative;
}
.ref-card.arrows::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 16px solid #a3a6d0;
}
.line-arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #3b3b84;
}
.line-arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	width: 99%;
	height: 5px;
	background: #3b3b84;
}
.line-arrow:last-child::after, .ref-card.arrows:last-child::after {
	display: none;
}
.sisterhood-hero {
	background: #f6f1ea;           /* light cream */
	padding: 48px 24px 64px;
	position: relative;
	text-align: center;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sisterhood-hero::before {
	content: "";
	position: absolute;
	top: 32px;
	left: 50%;
	transform: translateX(-50%);
	width: min(638px, 100%);
	height: 95%;
	background: #e7d7c3;
	z-index: 0;
	border-top-right-radius: 300px;
	border-top-left-radius: 300px;
}
.hour-heroes-section, .leadership-champoin-sec {
	background: #f6f1ea;           /* light cream */
	padding: 48px 24px 64px;
	position: relative;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;	
	text-align: center;
}
.sisterhood-header {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.sisterhood-title {
	margin: 0 0 8px;
	font-size: 55px;
	line-height: 1.05;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-weight: 800;
	color: #0d3151;               /* deep navy */
}

.sisterhood-subtitle {
	margin: 0;
	font-size: 14px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 700;
	color: #123b63;
}
.sisterhood-text {
	font-style: italic;
	color: #0d3151;
	line-height: 1.5;
	font-size: 16px;
}
.sisterhood-champions {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	gap: 32px;
	margin-top: 16px;
	flex-wrap: wrap;
}

.champion-card {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.champion-photo {
	width: 220px;
	height: 260px;
	object-fit: cover;
	object-position: top;
}
.rounded-img {
	border-radius: 100%;
	aspect-ratio: 1;
	width: 232px;
}
.ref-dashboard-section .dc-right .badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 12px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.ref-dashboard-section .dc-right .badge-icon {
	margin-right: 8px;
	font-size: 16px;
}
.cstm-badge-icon {
	aspect-ratio: 1;
	margin-bottom: 5px;
}

.ref-dashboard-section .dc-right .badge-label {
	white-space: nowrap;
}

/* badge colors */
.ref-dashboard-section .dc-right .badge-red {
	background: #c53434;
	color: #ffffff;
}

.ref-dashboard-section .dc-right .badge-pink {
	background: #d73a84;
	color: #ffffff;
}

.ref-dashboard-section .dc-right .badge-green {
	background: #128643;
	color: #ffffff;
}
.badge-dark-blue {
	background: #0d3151;
	color: #fff;
}

.ref-dashboard-section .dc-right .badge-yellow {
	background: #f3b53f;
	color: #1b2838;
}
.ref-dashboard-section .dc-right .badge-lg {
	text-transform: unset;
	font-size: 20px;
}
.champion-name {
	margin: 16px 0 0;
	font-size: 18px;
	font-weight: 700;
	color: #0d3151;
	line-height: 1.2;
}
.m-adj-top {
	margin-top: -35px;
}
@media screen and (max-width: 650px) {
	.ref-desc {
		display: none;
	}
	.ref-hide-sec {
		display: none;
	}
	.line-arrow {
		display: none;
	}
	.md-desc-show {
		display: block;
		text-align: center;
		font-size: 14px;
		color: #222;
	}
	.break-ln {
		display: none;
	}
	.cstm-card {
		border: none;
	}
	.ref-common-cards.blue {
		display: none;
	}
	.chart-section {
		display: block;
	}
	.ref-media-cls {
		display: block;
		width: 100%;
	}
	.ref-media-cls .ref-card {
		min-width: unset;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		flex-direction: unset;
		border: none;
		border-radius: 0 !important;
		background: transparent;
		border-bottom: 1px solid #c8c8c8;
	}
	.ref-media-cls .ref-card:last-child {
		border-bottom: unset;
	}
	.ref-media-cls .ref-card.rounded  {
		border-radius: unset;
	}
	.ref-media-cls p {
		margin-bottom: 0 !important;
	}
}


/* Leaderboard Styles Starts */
#leaderBoardTable_wrapper select {
	padding-inline: 10px;
	margin-right: 10px;
	border-radius: 5px;
}

#leaderBoardTable_wrapper .dt-search input[type="search"] {
	border-radius: 8px;
	margin-left: 10px;
	padding-inline: 10px;
}

#leaderBoardTable thead th {
	background-color: #86001c;
	color: #fff;
	border: none;
}

#leaderBoardTable thead th:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#leaderBoardTable thead th:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

table#leaderBoardTable.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td {
	padding: 15px 10px !important;
	border-bottom: 1px solid #ddd;
}

#leaderBoardTable_wrapper label {
	font-size: 13px !important;
}

#leaderBoardTable_info {
	font-size: 13px;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
	background: transparent !important;
	border-radius: 8px !important;
	font-size: 13px !important;
}

.desktop_version{
	font-size: 14px;
	display: inline-flex;
	flex-wrap: wrap;
	/*word-break: break-all;*/
}

/* Business Directory Styles Starts */
.ref-dashboard-section .card-img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}

.mb-4.desktop_version {
	min-height: 60px;
}
.mb-5.desktop_version {
	min-height: 38px;
}

.business-body{
	padding-top: 0 !important;
}
.business-name {
	margin: 16px 0 0;
	font-size: 25px;
	font-weight: 700;
	color: #0d3151;
	line-height: 1.2;
}
.business-sub-heading {
	font-size: 20px;
	font-weight: 600;
	color: #101524;
}

.ref-dashboard-section .desc-dark {
	color: #222 !important;
	margin-bottom: 5px;
}

.ref-dashboard-section .item-img {
	width: 100px;
	aspect-ratio: 1;
	min-width: 100px;
}

.ref-dashboard-section .item-img img{
	max-width: 104% !important;
}

.ref-dashboard-section .item-name {
	font-size: 18px;
	color: #0d3151;
}
.ref-dashboard-section .item-desc {
	font-size: 14px;
	line-height: 1.6;
}
.ref-dashboard-section .card-btn {
	border-radius: 8px !important;
	font-size: 20px;
	text-transform: capitalize;
	display: flex;
	justify-content: center;
}

.mobile_show{
	display: none;
}
@media (max-width: 1300px) {
	.ref-media-cls {

		overflow: scroll;
	}


	.no_resize {
		height: 60px !important;

	}

}

@media (max-width: 991px) {
	.ref-card .counter {
		font-size: 70px;

	}

	.no_resize {
	height: 50px !important;
}

	.ref-card {
		padding: 30px 16px;
	}

	.mb-5.desktop_version {
	margin-bottom: 48px !important;
}

}


@media (max-width: 767px) {
	.ref-common-cards.ref-media-cls{
		background: #fff;
		border-radius: 10px;
	}

	.mb-5.mobile_counter_values.n_margin.min_height_for_mob{
		margin-bottom: 25px !important;
	}


	.mobile_show{
		display: block;
	}

	.mobile_none {
		display: none !important;
	}

	.ref-card .counter {
		font-size: 30px;
	}

	.ref-card {
		padding: 20px 0;
		min-height: 115px;
	}

	.ref-card p {
		font-size: 12px;

	}


}
.ref-card .counter {
	display: inline-flex;
	flex-wrap: wrap;
	word-break: break-all;
}

@media (max-width: 575px) {
	.mb-5, .my-5 {
		margin-bottom: 45px !important;
	}
	.p-3.shadow-sm.rounded {
		min-height: 200px;
	}
	.mobile_counter_values {
		min-height: 58px;
		font-size: 12px;
	}

	.min_height_for_mob {
		min-height: 57px !important;
	}

}


@media (max-width: 480px) {
	.ref-card .counter.only_for_mobile {
		margin-bottom: 5px;
	}

	.ref-card .counter {
		font-size: 25px;
	}

	.mobile_counter_values {
		font-size: 10px;
		display: inline-flex;
		flex-wrap: wrap;
		word-break: break-word;
	}
	.counter_value {
		font-size: 20px;
	}
	.p-2.ml-3.custom_pading_card {
		padding: 0 !important;
	}
	.fa.fa-angle-double-right.text-white {
		font-size: 30px;
	}

	.p-3.shadow-sm.rounded {
		padding: 8px !important;
		min-height: 120px;
	}
	.mob_size{
		font-size: 12px;
		font-weight: 600;
	}




}

.f-10{
	font-size: 10px;

}

@media (max-width: 380px) {
	.ref-card p {
		font-size: 10px;
	}

	.mobile_counter_values.n_margin {
		margin-bottom: 44px !important;
	}

	.ref-card {
		padding: 15px 5px;
	}
	.ref-card .counter.only_for_mobile {
		margin-bottom: 0;
	}

}



/*@media (min-width: 768px) and (max-width: 850px) {
    .ref-common-cards {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
}*/


