
@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: #fdbc00 !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: #fdbc00 !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__item:focus, .side-menu__item.active
{
	background-color: #f0f0f5;
	color: #fdbc00 !important;
	border-left: 4px solid #fdbc00;
}
.side-menu__item:hover .side-menu__label, .side-menu__item:focus .side-menu__label, .side-menu__item.active .side-menu__label
{
	color: #fdbc00 !important;
}
.side-menu__item:hover i, .side-menu__item:focus i, .side-menu__item.active i, .side-menu__item.active .side-menu__icon
{
	color: #fdbc00 !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, #fdbc00);
	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;
}
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: #fdbc00 !important;
	border-left: 1px solid #fdbc00;
}
.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: #fdbc00 !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-background.jpg);
	background-size: cover;
    background-position: top;
	filter: opacity(0.1);
}

.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;
}