
@import url('../css/vendor/fontawesome.css');



/* Minimal front styles for Love Padel */
.lp-events .lp-card{margin-bottom:20px}
.lp-event-header{margin-bottom:20px}

.accent-color{
    color: #17253f;
}

.accent-color-2{
    color: #C6EF2E;
}

.matchfilters{
	margin: 0px 0 10px 0;
    padding-right: 0 !important;
  	padding-left: 0 !important;
	padding: 5px;
}

.match{
	background-color: #fff;
    margin: 0px;
    padding-right: 0 !important;
  	padding-left: 0 !important;
	padding: 5px;
}

.roundinfo{
 	background-color: #ddd;
 	padding-left: 5px;
}

.matchinfo{
 	padding-right: 0 !important;
  	padding-left: 0 !important;
	padding: 0;
}

.match .matchinfo .localteam:before {
    content: '';
    background-color: #17253f;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}

.match .matchinfo .awayteam:before {
    content: '';
    background-color: #29a5dc;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}

.rs, .rsg{
	padding-right: 0 !important;
  	padding-left: 0 !important;
	padding: 0;
	text-align: center;
}

/*EVENTOS*/

.card {
    border: none;
    border-radius: 20px 20px 20px 20px;
}

.card-tournament {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 326px;
    height: 100%;
    padding: 10px 10px 10px 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.card-tournament::before {
    content: '';
    position: absolute;
    background-color: #17253f;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.list-event {
    margin-bottom:20px;
    min-height: 275px;
}

.list-event .card-tournament-content h4{
    margin: 10px 0;
}


.tournament-tag-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 76%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 10px 10px 0px 10px;
    z-index: 2;
}

.tournament-tag {
    padding: 0px 15px 0px 15px;
    border: 1px solid #C6EF2E;
    background-color: #C6EF2E;
    border-radius: 100px 100px 100px 100px;
    color: #17253f;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8em;
}

.card-tournament-content {
    display: flex;
    flex-direction: column;
    gap: 10px 10px;
    border-radius: 17px 17px 17px 17px;
    padding: 30px 30px 30px 30px;
    background-color: #FFFFFF14;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.card-tournament-content::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: inherit;
    background-color: inherit;
    z-index: -1;
}

.card-tournament-content h4, .card-tournament-content h4 a{
    color: #FFFFFF;
}

.icon-circle {
    position: relative;
    background-color: #17253f;
    font-size: 24px;
    border: 1px solid #C6EF2E;
    color: #C6EF2E;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 300ms ease-in-out;
    transform: rotateZ(-45deg);
}

.card-buttons{
    align-items: right;
    float: right;
    margin-top: 10px;
}

.btns {
    max-width: 100%;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    border-radius: 100px 100px 100px 100px;
    padding: 5px 5px 5px 5px;
    justify-content: space-between;
    
}

.btn-accent {
    fill: #C6EF2E;
    transition: all 600ms;
    background-color: #C6EF2E;
    display: inline-flex;
}

.btn-title {
    padding: 17px 17px 17px 17px;
    color: #17253f;
}

.markup-format a {
    color: inherit;
    text-decoration: none;
}