@font-face
{
	font-family:NotoSansGujarati-Regular;
	src: local('NotoSansGujarati-Regular'), url('../front/fonts/noto-sans-gujarati/NotoSansGujarati-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@media (min-width: 768px) and (max-width: 979px)
{
	h3, .h3
	{
		font-size: 14px;
	}
}
.sportCard img
{
	width: 100px;
}
.bg-purple
{
	background-color: #553c80 !important;
}
.bg-yellow
{
	background-color: #781400 !important;
}
.dashboardWidgetCard .card-body .position-absolute
{
	top: 10px;
	right: 10px;
}
body.dark-mode .dashboardWidgetCard .card-body .position-absolute .mini-stat-icon
{
	color: #FFFFFF !important;
}
.dashboardWidgetCard.bg-purple:hover, .dashboardWidgetCard.bg-purple:focus
{
	background-color: #781400 !important;   
}
.dashboardWidgetCard.bg-yellow:hover, .dashboardWidgetCard.bg-yellow:focus
{
	background-color: #553c80 !important;   
}
.side-menu__item
{
	border-left: 4px solid transparent;
}

.side-menu__item:hover .side-menu__label, .side-menu__item:focus .side-menu__label, .side-menu__item.active .side-menu__label
{
	color: #781400 !important;
}
.side-menu__item:hover i, .side-menu__item:focus i, .side-menu__item.active i, .side-menu__item.active .side-menu__icon
{
	color: #781400 !important;	
}
.transfer-double-content-left, .transfer-double-content-right
{
    width: 45%;
}
.transfer-double-content-middle
{
	width: 5%;
}
.iti
{
	width: 100%;
}
.select2.select2-container
{
	width: 100% !important;
}
.cardDocument
{
	border:1px solid #f5f5f5 !important;
	box-shadow: none;
}
.cardDocument .card-body .cardIcon
{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.cardDocument .card-body .avatar-list
{
	margin-bottom: 0;
}
.cardDocument .card-body .avatar-sm
{
	width: 20px;
	height: 20px;
	line-height: 1.5;
	font-size: 0.75rem;
	margin-bottom: 0px;
}
.cardDocument .card-body .avatar-sm:not(:last-child)
{
	margin-right: 4px;
}
.cardDocument
{
	border: 1px solid #b1b1b1;
}
.cardDocument .card-footer, .cardDocument .card-bottom
{
	padding: 1rem;
}
.statsLists
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border: 1px solid #f6f6fb;
	margin-bottom: 15px;
}
.statsLists li
{
	display: block;
	width: 33.33333%;
	text-align: center;
	margin: 0 !important;
	padding: 3px;
	border-bottom: none;
}
.ui-datepicker .ui-datepicker-calendar td a
{
	border: 1px solid transparent;
}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-active
{
	background-color: #6c5ffc;
	color: #FFFFFF;
}
.ui-datepicker .ui-datepicker-calendar td a:hover
{
	color: #FFFFFF;
}
body#homeBody
{
	background-image: linear-gradient(to right bottom, #553c80, #a83e84, #e74e6c, #ff7d43, #781400);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}
@keyframes gradient
{
	0%
	{
		background-position: 0% 50%;
	}
	50%
	{
		background-position: 100% 50%;
	}
	100%
	{
		background-position: 0% 50%;
	}
}

body.custom404page
{
	background-color:#dd2969;
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
	height: 100%;
	text-align:center;
	overflow:hidden;
	background-image: linear-gradient(to right bottom, #0058a6, #f48020);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient
{
	0%
	{
		background-position: 0% 50%;
	}
	50%
	{
		background-position: 100% 50%;
	}
	100%
	{
		background-position: 0% 50%;
	}
}

body.custom404page img
{
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
	width: auto;
}
body.custom404page .btn-orange
{
	border:2px solid #ffffff;
	background-color: transparent;
	color: #ffffff;
}
body.custom404page .btn-orange:hover, body.custom404page .btn-orange:focus
{
	background-color: #ffffff;
	color:#ED1D24;
}
label.error
{
	width: 100%;
	margin-top: .25rem;
	margin-bottom: 0;
	font-size: 80%;
	color: #dc3545;
	text-align: left;
}
.form-select + .error, .input-group label.error
{
	position: absolute;
	bottom: -20px;
}

.dataTables_wrapper .dt-buttons
{
	display: none;
}
#user_mobile-error, #admin_mobile-error
{
	position: absolute;
}

#document_file-error
{
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td
{
    border-bottom-width: 0px;
    vertical-align: middle;
}

.cardDocument .card-body h6
{
	width:100%;
	display: flex;
	justify-content: space-between;
}

.nameImage
{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	background-color: #b7d3ed;
	font-size: 14px;
	margin-right: 10px;
	justify-content: center;
	border-radius: 32px;
}
.notifications-menu
{
	max-height: 300px;
	overflow-y: auto;
}
.notifications .dropdown-menu .notifications-menu .dropdown-item .notifyimg
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.table-responsive .table .disabled-sorting:after, .table-responsive .table .disabled-sorting:before
{
	display: none
}

.oversizeText
{
	white-space: -o-pre-wrap; 
	word-wrap: break-word;
	white-space: pre-wrap; 
	white-space: -moz-pre-wrap; 
	white-space: -pre-wrap; 
}

.list-group-transparent.file-manager.file-manager-border .list-group-item
{
	border: 1px solid #e9edf4;
	border-top: 0;
	padding: 15px 10px;
	line-height: 1;
	display: flex;
	align-items: center;
	border-radius: 0;
}
.list-group-transparent.file-manager.file-manager-border .list-group-item:hover, .list-group-transparent.file-manager.file-manager-border .list-group-item:focus, .list-group-transparent.file-manager.file-manager-border .list-group-item.active
{
	background-color: #f0f0f5;
	color: #781400 !important;
	border-left: 1px solid #781400;
}
.list-group-transparent.file-manager.file-manager-border .list-group-item:hover i, .list-group-transparent.file-manager.file-manager-border .list-group-item:focus i, .list-group-transparent.file-manager.file-manager-border .list-group-item.active i
{
	color: #781400 !important;	
}
#sport_icon-error
{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	right: 0;
	margin: 0 auto;
	z-index: 9;
	padding: 5px;
	background-color: #ffffff;
}

.product-grid6 .icons {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    right: 0;
    top: 10px;
    text-align: center;
    position: absolute;
    bottom: -3px;
    z-index: 1;
    transition: all 0.5s ease 0s;
    text-align: right;
}

#teamTrainingSection .user-social-detail .social-profile
{
	height: 35px;
	width: auto;
	background: transparent;
	font-size: 16px;
	line-height: 2.3;
}
.editInfoFeed
{
	position: absolute;
	top: 10px;
	right: 10px;
}
.sportsSVG
{
	width: 20px;
	height: 20px;
	fill: #6c5ffc;
	margin-right: 5px;
	/* filter: brightness(0) invert(1); */
	pointer-events: none;
	vertical-align: middle;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

body.appPageBody
{
	background-color: #ffffff;
}
.login-img::before
{
	background-color: transparent;
	background-image: url(../images/login-page-bg-images.jpg);
	background-size: cover;
    background-position: top;
	filter: opacity(0.5);
}

.login-img .form-select + .error, .login-img .input-group label.error
{
	position: relative;
	bottom: 0px;
}

.header-brand-img
{
	width: auto;
}
.custom-widget
{
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.dropify-wrapper label.error
{
	position: absolute;
	bottom: 10px;
	z-index: 9999;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.parsley-errors-list li
{
    width: 100%;
    margin-top: .25rem;
    margin-bottom: 0;
    font-size: 80%;
    color: #dc3545;
    text-align: left;
}

label.error + .parsley-errors-list
{
	display: none;
}
.wizard>.content>.body textarea.parsley-error
{
    border-color: #ff5c77;
}

#box_mobile + .parsley-errors-list, #box_mobile-error
{
	position: absolute;
}
.product-carousel .carousel-inner .carousel-item
{
    padding: 0;
}
.carousel-slider #thumbcarousel .carousel-item .thumb
{
	max-width: 50px;
	padding: 0;
}

#Slider.carousel .carousel-inner .carousel-item img 
{
	max-height: 200px;
	width: auto;
	object-fit: fill;
}
.carousel-slider #thumbcarousel .carousel-item .thumb img
{
	max-height: 50px;
	width: auto;
	object-fit: fill;
}

body.modal-open .select2-container--open
{
	z-index: 9999;
}
table.dataTable
{
	width: 100% !important;
}

.side-menu .side-menu__icon
{
    text-align: left;
    min-width: 25px;
}

.teamTableCard
{
	border: none;
}
.teamTableCard .card-body
{
	padding: 40px;
}
.teamTableCard .card-body .table thead tr:first-child th
{
	background-color: #B72221;
	color: #ffffff;
}

.teamTableCard .card-body .table tbody tr td img
{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 10px;
}
.teamTableCard .card-body .table thead tr th
{
	font-size: 18px;
}

.note-editable .text-white
{
	color: #000000 !important;
}
.wizard>.steps>ul
{
	overflow-y: auto;
	justify-content: space-between;
}
.planCard .card-body
{
	padding: 30px;
	display: flex;
	justify-content: space-between;
}
.planCard .card-body .card-left
{
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.planCard .card-body .card-icon
{
	margin-right: 20px;
}
.planCard .card-body .card-icon .card-icon-image
{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #781400;
	display: flex;
	justify-content: center;
	align-items: center;
}
.planCard .card-body .card-icon .card-icon-image i
{
	font-size: 20px;
	color: #781400;
}
.planCard .card-body .card-desc h4
{
	font-size: 18px;
	color: #781400;
	font-weight: bold;
}
.planCard .card-body .card-price
{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.planCard .card-body .card-price h3
{
	font-size: 24px;
	color: #781400;
	font-weight: bold;
}
.planCard .card-body .card-price .btn-icon
{
	margin-right: 0;
	margin-bottom: 0;
	font-size: 14px;
}
.dashboardCards .card .card-order i.icon-size
{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px !important;
}
.dashboardCards .card .card-order .img-circle
{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
}
.dashboardCards .card .card-order .img-circle + span
{
	display: block;
	margin-bottom: 14px;
}

.details-control
{
	min-width: 20px;
    min-height: 20px;
	background: url('../images/details_open.png') no-repeat center center;
	cursor: pointer;
}
tr.shown .details-control
{
	background: url('../images/details_close.png') no-repeat center center;
}

.transactionAccrodion .accordion-button::after
{
	margin-left: inherit;
}
.transactionAccrodion .accordion-button
{
	display: flex;
	justify-content: space-between;
}

#st-1 .st-btn[data-network='sharethis']
{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex !important;
	justify-content: center;
	align-items: center;
	border: 2px solid #781400 !important;
}
#st-1 .st-btn[data-network="sharethis"] img {
    display: none !important;
}

/* Add Font Awesome icon using ::before */
#st-1 .st-btn[data-network="sharethis"]::before
{
    font-family: "FontAwesome";
    content: "\f1e0";
    font-weight: 900;
    font-size: 16px;
    color: #781400;
    display: inline-block;
	text-shadow: 0 5px 10px var(--primary03);
}
/*#st-1 .st-btn > img
{
    top: 0px !important;
	filter: invert(16%) sepia(85%) saturate(1789%) hue-rotate(357deg) brightness(91%) contrast(116%);
}*/
#st-1 .st-btn:hover, #st-1 .st-btn:focus
{
    opacity: 1 !important;
    top: 0 !important;
}

.settings-icon
{
    font-size: 18px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-badge
{
	display: block !important;
    height: 8px;
    width: 8px;
    padding: 0;
    top: 22px;
	/* animation: pulse 2s infinite; */
}
@keyframes pulse {
	0% {
	  transform: scale(1);
	}
	50% {
	  transform: scale(2); /* Adjust scale for pulse effect */
	}
	100% {
	  transform: scale(1);
	}
  }
#member_mobile-error
{
	position: absolute;
}
#member_account_type-error, #member_patidar_caste-error, #member_profession-error
{
	position: absolute;
	bottom: -32px;
	display: block;
	width: 170px;
	left: 0;
	right: 0;
}
.planCard
{
	border: 1px solid transparent !important;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.planCard:hover, .planCard:focus
{
	border: 1px solid #781400 !important;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.h-350
{
	height: 350px;
}


.font-16 {
    font-size: 16px;
}

.font-natosansgujarati {
    font-family: NotoSansGujarati-Regular;
}

.font-22 {
    font-size: 22px;
}

.sevakFormDetails p {
    display: block;
    margin-bottom: 10px;
}

.sevakFormDetails p span
{
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    font-style: italic;
    border-bottom: 1px dotted #000;
    display: block;
    width: 100%;
}

.border-bottom-dotted
{
	border-bottom: 1px dotted #000;
}
b, strong
{
    font-weight: bold !important;
}
#fm_mobile-error
{
	position: absolute;
}
#planDetailTermsModal .modal-body .form-check.error label {
    color: #dc3545;
}
tr.disabled
{
    background-color: #f9f9f9;
}
@media (max-width: 767px)
{
	.card-header
	{
		display: flex;
		flex-direction: column;
	}
	.card-options
	{
		margin-left: auto !important;
		margin-right: auto !important;
		margin-top: 10px;
	}
	.planCard
	{
		height: auto !important;
	}
	.planCard .card-body
	{
		padding: 20px;
		display: block;
	}
	.planCard .card-body .card-left
	{
		width: 100%;
		display: block;
	}
	.planCard .card-body .card-icon
	{
    	margin-right: 0;
    	margin-bottom: 10px;
	}
	.planCard .card-body .card-right
	{
		position: absolute;
		right: 20px;
		top: 28px;
	}
	.planCard .card-body .card-right .card-price
	{
		display: block;
	}
	.planCard .card-body .card-right .card-price h3
	{
		margin-bottom: 0;
	}
	.wizard>.steps {
		padding: 20px 0;
	}
	.wizard>.steps a
	{
		display: flex;
		flex-direction: column;
	}
	.wizard>.steps>ul li .title, .wizard>.steps .done a .title, .wizard>.steps .done a:hover .title, .wizard>.steps .done a:active .title
	{
		display: block !important;
		white-space: normal;
		line-height: 1.2;
        text-align: center;
	}
}


.dashboardProgressCard .progress
{
	background-color: #d5a6bd;
}
.dashboardProgressCard .progress .progress-bar
{
	background-color: #2986cc;
}


.horizontal .logo-horizontal .header-brand-img.desktop-logo
{
	display: block;
	width: 100px;
}
.horizontal .side-menu__item
{
	border-bottom: 4px solid transparent;
}
.side-menu__item:hover, .side-menu__item:focus, .side-menu__item.active
{
	background-color: #f0f0f5;
	color: #781400 !important;
	border-bottom: 4px solid #781400;
}
.horizontal .hor-header .container, .horizontal .horizontal-main .container, .horizontal .main-content.hor-content .container
{
    max-width: 95% !important;
    padding: 0;
}
.horizontal-hover .side-menu__item, .horizontal-hover .sub-side-menu__item, .horizontal-hover .sub-side-menu__item2
{
    pointer-events: all;
}
.font-18 {
    font-size: 18px !important;
}


.membersFilters
{
	width: 550px;
}
.membersFilters li
{
	width: 33%;
	display: inline-flex;
}
.horizontal .horizontal-main {
    z-index: 1 !important;
}


.member-dashboard-body .side-menu__item
{
    border-left: 4px solid transparent !important;
	border-bottom: none !important;
}
.member-dashboard-body .side-menu__item:hover, .member-dashboard-body .side-menu__item:focus, .member-dashboard-body .side-menu__item.active
{
    background-color: #f0f0f5;
    color: #781400 !important;
    border-left: 4px solid #781400 !important;
	border-bottom: none !important;
}

.bg-primary-transparent
{
    background-color: #6c5ffc1a !important;
}

.contributionLetterDesc *
{
	font-family:NotoSansGujarati-Regular;	
	font-size: 16px;
	color: #282f53;
}