/*----------------- 
Backend related CSS
-----------------*/
.register-form label {
	padding-bottom: 7px;
	font-family: "Nulshock", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #00ffff;
}

.register-form input {
	background-color: #ffffff !important;
	font-family: "Conthrax", Sans-serif;
	font-size: 15px;
	font-weight: 400;
	flex-basis: 100%;
	max-width: 100%;
	color: var(--e-global-color-text);

	border: 1px solid #69727d;
	vertical-align: middle;
	flex-grow: 1;
}

.register-form .elementor-field-type-text,
.elementor-field-type-email,
.elementor-field-group {
	padding-right: calc(10px / 2);
	padding-left: calc(10px / 2);
	margin-bottom: 30px;
}

.neodiiler-result-form-register .elementor-button,
.register-form .elementor-button {
	background-color: #0e1f81e3;
	color: #00ffff;
	font-family: "Conthrax", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	border-radius: 6px 6px 6px 6px;
	padding: 8px 5px 5px 5px;
	width: 100%;
}

.register-form .elementor-field-subgroup {
	flex-basis: 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.register-form
	.elementor-field-type-checkbox
	.elementor-field-subgroup
	.elementor-field-option
	input {
	display: inline;
}

.register-form .elementor-field-subgroup label {
	font-family: "Conthrax", Sans-serif;
	font-size: 15px;
	font-weight: 400;
}

#button-iframe {
	display: none;
}

.neodiiler-result-form-register
	.elementor-widget-container
	.elementor-heading-title {
	color: #000047;
	font-family: "Conthrax", Sans-serif;
	font-size: 36px;
	font-weight: 600;
}

#register-form-errors{
	font-family: "Conthrax", Sans-serif;
	background:#FA3D63;
	color: #fff;
	padding: 10px;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 15px;
	text-align : center;
}

#form-register .link-terms{
	color: #00ffff;
	font-family: "Conthrax", Sans-serif;
	font-size: 15px;
	font-weight: 400;
}

#form-register #bill-data{
	width:100%;
}

.neodiiler-loader{
	font-family: Sans-serif !important;
	width: 25px;
    height: 25px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*----------------- 
LOGIN FORM CSS
-----------------*/
.login-form label {
	padding-bottom: 7px;
	font-family: "Conthrax", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #00ffff;
    text-transform: uppercase;
}

.login-form input {
	background-color: #ffffff !important;
	font-family: "Conthrax", Sans-serif;
	font-size: 15px;
	font-weight: 400;
	flex-basis: 100%;
	max-width: 100%;
	color: var(--e-global-color-text);

	border: 1px solid #69727d;
	vertical-align: middle;
	flex-grow: 1;
}

.login-form .elementor-button {
	background-color: #0e1f81e3;
	color: #00ffff;
	font-family: "Conthrax", Sans-serif;
	font-size: 17px;
	font-weight: 500;
	border-radius: 6px 6px 6px 6px;
	padding: 8px 5px 5px 5px;
	width: 100%;
}

#login-form-errors{
	font-family: "Conthrax", Sans-serif;
	background:#FA3D63;
	color: #fff;
	padding: 10px;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 15px;
	text-align : center;
}

#form-login-button{
	display: flex;
	justify-content:center;
	align-items:center;
	gap: 5px;
}

/*----------------- 
USER PROFILE CSS
-----------------*/
#user-profile-shortcode .user-profile-card-img{
	margin: -163px 0px 0px 0px;
	padding: 0px;
}
#user-profile-shortcode .user-profile-card img{
	width:26%;
	height: 290px;
	border-style:none;
	border-radius: 50%;
	vertical-align:middle;
	display:inline-block;
}

@media (max-width: 767px) {
	#user-profile-shortcode .user-profile-card img{
		width: 72%;
	}
}

#user-profile-shortcode .user-profile-card h2{
	color: #ffffff;
	font-family:"Conthrax", Sans-serif;
	font-size:36px;
	font-weight:600;
	text-align:center;
}

#confim-upload-dialog {
	padding: 15px 0px 15px 0px;
}

/*----------------- 
MEMBER-DATE CSS
-----------------*/
#member-date-shortcode .member-date{
	display:flex;
	flex-direction:column;
}

#member-date-shortcode .e-con-inner{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	padding: 29px 0px 0px 0px;
}

#member-date-shortcode .elementor-widget-container{
	width:500px;
	color: #000;
	font-family:"Conthrax", Sans-serif;
	text-align:center;
	font-weight:400;
}

/*----------------- 
COMPETITIONS CSS
-----------------*/

#shortcode-competitions{
	padding:0;
}

#shortcode-competitions .competitions-container{
	display: flex;
	width: 100%;
	flex-direction: row;
	gap: 20px;
}

#shortcode-competitions .competition-element{
	min-width: calc(32% - 10px);
	width: calc(32% - 10px);
	box-sizing: border-box;
	display: flex;
    background-transition: 0.3s;
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px #000047;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 767px) {
	#shortcode-competitions .competition-element{
		width: 100%;
	}
}
#shortcode-competitions .competition-date{
	color: #D61117;
    font-family: "Conthrax", Sans-serif;
    font-size: 19px;
    font-weight: 600;
	margin: 12px 0px 0px 8px;
}

#shortcode-competitions .competition-name{
	color: #000047;
	font-family: "Conthrax", Sans-serif;
    font-size: 22px;
    font-weight: 600;
	margin: 3px 0px 0px 8px;
    padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}

#shortcode-competitions .competition-name .emoji{
    display: inline;
    border: none;
    box-shadow: none;
    height: 1em;
    width: 1em;
    margin: 0 0.07em;
    vertical-align: -0.1em;
    background: none;
    padding: 0;
}

#shortcode-competitions .competition-location{
	color: #000047;
    font-family: "Conthrax", Sans-serif;
    font-size: 19px;
    font-weight: 600;
	text-transform: uppercase;
	margin: 0px 0px 0px 8px;
    padding: 0px 0px 0px 0px;
}
#shortcode-competitions .competition-img img{
	height: 200px;
}

#shortcode-competitions .gran-premio__circuit{
    color: #000047;
    font-family: "Conthrax", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}

#shortcode-competitions .gran-premio__circuit{
    color: #000047;
    font-family: "Conthrax", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}

/*----------------- 
RANKING-TABLE (MODAL) CSS
-----------------*/
#current-ranking-shortcode{
	margin-top: 20px;
	padding: 0px;
}

#current-ranking-shortcode .ranking-title{
	color: #000047;
    font-family: "Conthrax", Sans-serif;
    font-size: 20px;
    font-weight: 600;
	text-align: center;
}

#current-ranking-shortcode .ranking-title .month{
	text-transform: uppercase;
}

#current-ranking-shortcode .table-ranking th{
	color: #fff;
    background-color: #000047;
	text-align: left;
	padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Conthrax", Sans-serif;
    line-height: 1;
    border-color: #000;
    border-width: 2px;
    border-style: none;
    background-clip: padding-box;
}

#current-ranking-shortcode .table-ranking td{
    padding: 7px 7px 7px 7px;
    font-family: "Conthrax", Sans-serif;
	color: #000;
    font-size: 14px;
    line-height: 1;
    border-width: 2px;
    border-style: none;
    background-clip: padding-box;
}

#current-ranking-shortcode .table-ranking tbody > tr:nth-child(2n) td {
    color: #000000;
    background: #f2f2f2;
}

#current-ranking-shortcode .table-ranking tbody > tr:nth-child(2n+1) td:hover {
    color: #6d7882;
}

/*-----------------
all-competitions-shortcode
------------------*/
#all-competitions-shortcode{
	margin-top: 20px;
	padding: 0px;
}

#all-competitions-shortcode .ranking-title{
	color: #000047;
    font-family: "Conthrax", Sans-serif;
    font-size: 20px;
    font-weight: 600;
	text-align: center;
}

#all-competitions-shortcode .ranking-title .month{
	text-transform: uppercase;
}

#all-competitions-shortcode .table-ranking th{
	color: #fff;
    background-color: #000047;
	text-align: left;
	padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Conthrax", Sans-serif;
    line-height: 1;
    border-color: #000;
    border-width: 2px;
    border-style: none;
    background-clip: padding-box;
}

#all-competitions-shortcode .table-ranking td{
    padding: 7px 7px 7px 7px;
    font-family: "Conthrax", Sans-serif;
	color: #000;
    font-size: 14px;
    line-height: 1;
    border-width: 2px;
    border-style: none;
    background-clip: padding-box;
}

#all-competitions-shortcode .table-ranking tbody > tr:nth-child(2n) td {
    color: #000000;
    background: #f2f2f2;
}

#all-competitions-shortcode .table-ranking tbody > tr:nth-child(2n+1) td:hover {
    color: #6d7882;
}

/*----------------- 
BOOKING-CALENDAR CSS
-----------------*/

#calendar {
	font-family: sans-serif;
	font-size:12px;
}

#calendar .fc-daygrid-day-number, 
#calendar .fc-col-header-cell-cushion{
	text-decoration: none;
	color: #000047;
}

#calendar .fc-multimonth-month {
	width: calc((100% / 4) - 20px) !important;
	margin: 0 10px;
}

[role="gridcell"] {
	padding: 0 !important;
}

/*----------------- 
BOOKING-FORM CSS
-----------------*/

#booking-form-shortcode label {
	padding-bottom: 7px;
	font-family: "Nulshock", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #0e1f81e3;
    text-transform: uppercase;
}

#booking-form-shortcode input,
#booking-form-shortcode select {
	background-color: #ffffff;
	font-family: "Nulshock", Sans-serif;
	font-size: 15px;
	font-weight: 400;
	flex-basis: 100%;
	max-width: 100%;
	color: var(--e-global-color-text);

	border: 1px solid #69727d;
	vertical-align: middle;
	flex-grow: 1;
}


#booking-form-shortcode .elementor-button {
	background-color: #0e1f81e3;
	color: #00ffff;
	font-family: "Nulshock", Sans-serif;
	font-size: 17px;
	font-weight: 500;
	border-radius: 6px 6px 6px 6px;
	padding: 8px 5px 5px 5px;
	width: 100%;
}

#booking-form-errors{
	font-family: "Nulshock", Sans-serif;
	background:#FA3D63;
	color: #fff;
	padding: 10px;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 15px;
	text-align : center;
}

#form-booking-button{
	display: flex;
	justify-content:center;
	align-items:center;
	gap: 5px;
}
