/**
 * Theme Name:     Boxing Wed
 * Author:         Helpcenter
 * Template:       hello-elementor
 * Text Domain:	   boxing-wed
 * Description:    Boxing Wed Theme is a Hello Elementor based theme.
 */
/*
* Boxing Stats
*/
.boxing-wed__stats .elementor-counter-title {
    text-align: center;
 }




/* Estilos para os logos estáticos */
.static-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    padding: 20px 0;
    /* white-space: nowrap; */
    position: relative;
}


/* Estilos para as imagens dos logos */
.static-logos img {
    width: 100%;
    max-width: 100px !important; /* Ajuste o tamanho conforme necessário */
    height: auto;
    flex: 0 0 auto;
    object-fit: contain;
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    .static-logos img {
        width: 100px; /* Ajuste o tamanho conforme necessário */
    }
}

.my-athletes-filter {
    margin-bottom: 30px;
}

.my-athletes-filter form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding: 48px 0;
}

.filter-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-field label {
    font-family: var(--e-global-typography-7296ad9-font-family), Sans-serif;
    font-size: var(--e-global-typography-7296ad9-font-size);
    font-weight: var(--e-global-typography-7296ad9-font-weight);
    line-height: var(--e-global-typography-7296ad9-line-height);
    color: #333;
}

.my-athletes-filter input,
.my-athletes-filter select {
    width: 100%;
    max-width: 100%;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    color: #1f2124;
    vertical-align: middle;
    flex-grow: 1;
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px;
    font-family: var(--e-global-typography-7296ad9-font-family), Sans-serif;
}

.my-athletes-filter select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5'%3E%3Cpath d='M0 0h10L5 5z' fill='%23666'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 28px;
}

@media (max-width: 768px) {
    .my-athletes-filter form {
        grid-template-columns: 1fr;
        padding: 24px 0;
    }

    .filter-field {
        width: 100%;
    }

    .my-athletes-filter input,
    .my-athletes-filter select {
        width: 100%;
    }
}

.my-athletes-filter {
    margin-bottom: 20px;
}

.my-athletes-filter form {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.my-athletes-filter input,
.my-athletes-filter select {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 14px;
    min-height: 40px;
}

.my-athletes-filter input {
    min-width: 200px;
}

.my-athletes-filter button {
    padding: 1em 2em;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.my-athletes-filter button:hover {
    background: #0056b3;
}

.my-athletes-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.my-athlete-card {
    background-color: #fff;
    padding: 16px;
    border-radius: 4px;
}

.my-athlete-card__inner {
    display: grid;
    grid-template-columns: 100px 8fr 2fr;
    grid-auto-rows: auto;
    gap: 16px;
}

.my-athlete-card__col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.my-athlete-card__col:first-child,
.my-athlete-card__col:last-child {
    justify-content: center;
    align-items: center;
}

.my-athlete-card__info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: auto;
    gap: 8px;
    font-size: 0.9em;
    line-height: 1em;
}

.my-athlete-card__photo {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 100px !important;
    overflow: hidden;
}

.my-athlete-card__name {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1em;
    margin-bottom: 16px;
    color:  var(--e-global-color-68f84d2);
}

.my-athlete-card__category {
    font-size: 0.8em;
    opacity: 0.7;
    font-weight: normal;
}

@media (max-width: 768px) {
    .my-athlete-card__inner {
        grid-template-columns: 1fr;
    }

    .my-athlete-card__col:first-child,
    .my-athlete-card__col:last-child {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .my-athlete-card__actions {
        width: 100%;
    }

    .my-athlete-card__actions__btn--ghost {
        width: 100%;
    }
}

.athlete-card[style*="display: none"] {
    opacity: 0;
}

.my-athlete-card__actions__btn  {}
.my-athlete-card__actions__btn--primary {
    
}

.my-athlete-card__actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.my-athlete-card__actions__btn--ghost {
    background-color: #61CE7000;
    fill: var(--e-global-color-68f84d2);
    color: var(--e-global-color-68f84d2);
    border-style: solid;
    border-width: 1px;
    border-color: var(--e-global-color-68f84d2);
    border-radius: 100px;
    padding: 1em 2em;
    text-align: center;
    font-size: .9em;
    min-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-athlete-card__actions__btn--ghost:hover {
    background-color: var(--e-global-color-c3ebc4b);
    color: #FFFFFF;
    border-color: var(--e-global-color-c3ebc4b);
}

.club-athletes-preview {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.club-athletes-thumbs {
    display: flex;
    gap: 0;
}

.club-athletes-preview .athlete-thumb-wrapper {
    margin-left: -16px;
    border-radius: 100px;
    overflow: hidden;
    height: 32px;
    width: 32px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.club-athletes-preview .club-athletes-count {
    font-size: 0.8em !important;
    margin-left: 8px;
}

.club-athletes-preview .count-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
}

/* Estilos do Autocomplete */
.ui-autocomplete {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
}

.ui-menu-item {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
}

.ui-menu-item:hover {
    background: #f5f5f5;
}

.ui-helper-hidden-accessible {
    display: none;
}

/* Ajuste para o campo de licença */
#form-field-license {
    z-index: 1;
    position: relative;
}

/* Floating Messages */
.floating-message {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.floating-message__text {
    flex-grow: 1;
}

.floating-message__close {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.2em;
    cursor: pointer;
}

/* Message Types */
.floating-message--success {
    background-color: #28a745;
}

.floating-message--warning {
    background-color: #ffc107;
    color: #212529;
}

.floating-message--error {
    background-color: #dc3545;
}

.floating-message--info {
    background-color: #17a2b8;
}

.no-club .athlete-club {
    display: none;
}

.password-match {
    border-color: #4CAF50 !important;
}

.password-mismatch {
    border-color: #f44336 !important;
}

.password-feedback {
    font-size: 0.8em;
    margin-top: 5px;
}

.password-feedback.success {
    color: #4CAF50;
}

.password-feedback.error {
    color: #f44336;
}

.password-checklist {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.password-checklist li {
    margin-bottom: 5px;
    color: #191919; /* Cor padrão para requisitos não atendidos */
}

.password-checklist li.valid {
    color: #4CAF50; /* Cor para requisitos atendidos */
}

.club-athletes-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--e-global-color-68f84d2);
    color: white;
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.club.status-draft .button-view-club {
    display: none;
}