:root,
[data-bs-theme=light] {
	--bs-blue: #11589b;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-primary: #11589b;
	--bs-primary-rgb: 17,88,155;
	--bs-warning: #ee8162;
	--bs-warning-rgb: 238,129,98;
	--bs-pagination-active-bg: #11589b;
	--bs-link-color: #11589b;
}
.pagination{
	--bs-pagination-active-bg: var(--bs-primary);
	--bs-pagination-active-border-color: var(--bs-primary);
	--bs-pagination-font-size: 14px;
}

a{
	text-decoration: none;
	color:#333;
}
.form-control,
.form-select{
	font-size: 14px;
}
.btn {
	--bs-btn-font-size: 14px;
}
.btn-primary{
	background-color: rgb(var(--bs-primary-rgb));
	border-color: rgb(var(--bs-primary-rgb));
}
.btn-warning{
	background-color: rgb(var(--bs-warning-rgb));
	border-color: rgb(var(--bs-warning-rgb));
	color: var(--bs-white);
}

.dropdown-menu{
	--bs-dropdown-font-size: 14px;
}

.pagination {}
.alert{
	padding: 10px 15px;
	font-size: 13px;
}
.container {
	max-width: 1140px;
}
.table thead tr th {
	text-transform: uppercase;
	color: #999;
	font-size:11px
}
.table thead tr th, .table tbody tr td {
	vertical-align:middle
}

.divider-dashed {
	border-bottom: 1px dashed #333;
	padding-top: 5px;
	margin-bottom: 5px;
}

.favorite-card-button{
	background-color: rgba(51, 51, 51, 0.58); 
	padding: 4px; 
	border-radius: 50%; 
	position: absolute; 
	top: 10px; 
	right: 10px; 
	width: 28px; 
	height: 28px; 
	color:#fff; 
	text-align: center;	
}
.favorite-card-button i.bi-heart-fill{
	display: none;
}
.favorite-card-button:hover i.bi-heart{
	display: none;
}
.favorite-card-button:hover i.bi-heart-fill{
	display: block;
	color: #F00;
}

.favorite-card-button.favorite i.bi-heart{
	display: none;
}
.favorite-card-button.favorite i.bi-heart-fill{
	display: block;
	color: #F00;
}

body{
	font-size: 14px;
}
.parkinsans-bold {
	font-family: "Parkinsans", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
.navbar-nav .nav-link{
	font-weight: 600;
}
.navbar-buttons .btn{
	height: 38px;
	font-weight: 600;
}
.btn-current-user .btn{
	padding-top: 3px!important;
	padding-bottom: 3px!important;
	padding-right: 3px!important;
	font-weight: 600;
}
.btn-current-user > .btn .bi{
	font-size: 19px;
}
.btn-current-user .btn::after{
	content: none!important;
	
}
.home-hero{
	margin-bottom: 25px;
}
.home-hero h1{
	font-size: 70px;
}
.home-hero .btn-lg{
	font-size: 22px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
}

.active-vendors-slides .splide__slide a{
	aspect-ratio: 256 / 153;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.active-vendors-slides .splide__slide img {
	vertical-align: bottom;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contests-page-categories{
	border-radius: 10px;
	padding: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.constest-card{
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
}
.contests-images img{
	width: 100%;
	height: auto;
}
.contests-images .splide__pagination{
	bottom: 1.5em;
}
.contest-sidebar-dates{
	line-height: 1.2;
}
#accordion-contest  .accordion-item{
	border: none!important;
	margin-bottom: 15px;
}

#accordion-contest .accordion-header .accordion-button{
	border-radius: 4px!important;
	background-color: var(--bs-primary);
	box-shadow: none;
}
.contest-sidebar .selected-numbers .number{
	background-color: #ededed;
	padding: 5px 10px;
	border-radius: 4px;
}
.contest-sidebar .selected-numbers .number h4{
	padding-top:2px;
	font-size: 18px;
}
.contest-sidebar .selected-numbers .number h4.digits{
	letter-spacing: 7px;
}
.contest-sidebar .selected-numbers .number .btn{
	padding: 1px!important;
	text-align: center;
	display: block;
	width: 24px;
	height: 24px;
}

.btn-set-number{
	width: 32px; 
	height: 32px; 
	padding: 5px;
	background-color: #ededed;
	font-weight: 600;
	margin: 1px;
}

.page-footer {
	background-color: #f4f6f8;
	margin-top: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}
.page-footer .social-icons a{
	width: 35px;
	height: 35px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}
.page-footer ul.menu {
	list-style: none;
	padding: 0;
}
.page-footer ul.menu li a {
	display: block;
	text-decoration: none;
	line-height: 28px;
}
.list-group-item+.list-group-item{
	border-width: 1px!important;
}

.account-menu a {
	margin-bottom: 7.5px!important;
	border-color: var(--bs-border-color-translucent);
	border-bottom-width: 1px!important;
	border-width: 1px!important;
	border-radius: 5.25px;
	transition: all .2s ease-in-out;
	margin-top: 0;

}

.account-menu a .bi {
	font-size: 20px;
	margin-right:10px
}
.account-menu a:hover,
.account-menu a.active {
	border-color: var(--bs-border-color-translucent);
	background-color: rgb(var(--bs-secondary-bg-rgb))!important;
	color: var(--bs-list-group-color);
	border-width: 1px!important;
	margin-bottom: 7.5px!important;
	margin-top: 0!important;
}
.list-messages .list-group-item{
	border-bottom-width: 0px;
	cursor: pointer;
}
.list-messages .list-group-item:last-child{
	border-bottom-width: 1px;
}
.list-messages .list-group-item:hover{
	background-color: rgb(var(--bs-secondary-bg-rgb))!important;
}

.table.table-ticket thead tr th, 
.table.table-ticket tbody tr td {
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
}



.splide .splide__arrow{
	background-color: rgb(238, 129, 98);
	opacity: 1;
}
.splide .splide__arrow svg{
	fill: #fff;
}

.contests-page-categories{
	padding-left: 50px;
	padding-right: 50px;
}
.contests-page-categories .splide__arrow--prev {
	left: -2.5em;
}
.contests-page-categories .splide__arrow--next {
	right: -2.5em;
}


.errors{
	font-size: 12px;
	color: #F00;
}
.border-dotted{
	border-style: dotted!important;
}
.border-dashed{
	border-style: dashed!important;
}

[data-bs-theme=dark] .btn-outline-dark{
	color: #e3e3e3;
	border-color: #e3e3e3!important; 
}

