/* aed-frontend.css */
.aed_leaderboard_wrapper .elementor-shortcode {
	width: 80%;
}

.aed_leaderboard_wrapper {
	width: 100%;
	display: flex;
	justify-content: center!important;
}

.aed-leaderboard {
	width: 100%;
}

.aed-leaderboard table {
    width: 100%;
    margin-top: 10px;
	font-family: "Oswald";
	font-size: 18px;
	border-collapse: separate;
	border-spacing: 0 10px;
}

.aed-leaderboard th,
.aed-leaderboard td {
    padding: 8px;
    text-align: left;
}

.aed-leaderboard th {
    font-weight: bold;
    background: #f9f9f9;
}

.aed-leaderboard tr {
	color: black;
	background: linear-gradient(to bottom, rgba(219,128,55,0.5), rgba(247,183,51,0.5));
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.aed-leaderboard tr td:nth-of-type(1) {
	border-radius: 10px 0px 0px 10px;
}

.aed-leaderboard tr td:nth-of-type(3) {
	border-radius: 0px 10px 10px 0px;
}


.aed-leaderboard tr > td {
	padding: 15px;
	color: black;
  	border: none;
}

.aed-pagination a {
    padding: 5px 10px;
    margin: 0 2px;
    border: 1px solid #ccc;
    text-decoration: none;
    background: #f9f9f9;
}

.aed-pagination a.active {
    background: #333;
    color: #fff;
}

.aed-leaderboard .aed-search {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.aed-leaderboard .aed-leaderboard-search-form, #aed-search-results {
	width: 75%;
}

.aed-search input {
    padding: 8px;
    width: 70%;
}

.aed-search button {
    padding: 8px 15px;
}

/* Uploadform */
.aed-submission-form {
	background-image: url("/wp-content/uploads/2025/11/defi_league_bg_text.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 200px 150px 200px;
	font-family: "Oswald";
}

.aed-submission-form form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.aed-submission-form .aed-form-group {
	width: 48%;
}

.aed-submission-form .aed_location_data {
	width: 100%;
}

.aed-submission-form .aed_data .form-group:nth-of-type(1) {
	width: 100%;
}

.aed-submission-form .aed_data .form-group:nth-of-type(1) div {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.aed-submission-form .aed_data .form-group:nth-of-type(1) div input {
	width: 48%!important;
}

.aed-submission-form  .personal_data h2, .aed-submission-form .aed_data h2 {
	width: 100%;
}

.aed-submission-form  .personal_data, .aed-submission-form .aed_data {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#aed-locate-btn {
	color: black;
	width: 100%;
	background-color: #db8037;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

#aed-locate-btn:hover {
	background-color: black;
	color: white;
}

.aed_location_method {
	width: 100%;
}

.aed-location-method-selector {
	display: flex;
	justify-content: space-between;
}

.aed-location-method-selector label {
	width: 48%;
    background-color: transparent;
	border: 1px solid #db8037;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    border-radius: 10px;
    text-align: center;
	cursor: pointer;
}

label.selector_active {
	background-color: #db8037;
}

.aed-location-method-selector label input {
	display: none;
}

#aed-address-section {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

#aed-address-section h3 {
	width: 100%;
}

#aed-address-section .aed-form-group {
	width: 32%;
}

.aed-submission-form label, 
.aed-submission-form ::placeholder {
	color: black;
}

.aed-submission-form label{
	margin-bottom: 10px;
}

.aed-submission-form .aed-form-group input, .aed-submission-form .aed-form-group textarea, .aed-submission-form .aed-form-group select {
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin-bottom: 25px;
}

.aed-submission-form #aed_image {
	width: 100%;
}

.aed-submission-form .form-submit {
	width: 100%;
}

.aed-form-group.img-upload {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.aed-form-group.img-upload label, .aed-form-group.img-upload small, .aed-form-group.img-upload #aed_image {
	width: 100%;
}

.aed-form-group.img-upload #aed_image {
	text-align: center;
	background-color: transparent!important;
	border: 0px;
}

.aed-submission-form #aed-submit-button{
	color: black;
	width: 100%;
	background-color: #db8037;
	border: 0px;
	font-weight:500!important;
	//pointer-events: none;
	margin-top: 25px;
}

.aed-submission-form input[type=submit]:hover{
	color: white;
	background-color: black;
}

.aed-form-group.terms-agreement {
	width: 100%;
	margin-top: 25px;
}

@media (max-width: 1400px) {
	.aed-submission-form {
		padding: 100px 150px 150px 150px;
	}
}

@media (max-width: 1100px) {
	.aed-submission-form {
		background-size: cover;
		padding: 100px 25px 150px 25px;
	}
	.aed-submission-form .aed-form-group {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.aed-leaderboard #aed-search-form {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.aed-submission-form form {
		padding: 0px 5px;
	}	
}
