/*
Theme Name: Afterverse Creators Theme
Theme URI: https://afterverse.com
Description: Tema filho personalizado baseado no Hello Elementor
Author: Bruno Pansarello - Afterverse
Author URI: https://afterverse.com
Template: hello-elementor
Version: 1.0
*/



#sales-date-range {
    background: none;
    color: #fff;
    border: none;
    padding: 10px 12px 10px 36px;
    font-size: 14px;
    border-radius: 6px;
    width: 170px;
    background-image: url('https://img.icons8.com/ios-filled/16/ffffff/calendar.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 16px 16px;
    outline: none;
    box-shadow: none;
}

/* força imagens da tabela a 40×40 */
#creator-sales-table td img {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain;
    border-radius: 4px;
}

/* Tabela com bordas arredondadas */
#creator-sales-table {
    border: 1px solid #444;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}

/* Opcional: também arredonda o cabeçalho */
#creator-sales-table thead tr {
    background-color: #333;
}
#creator-sales-table thead th:first-child {
    border-top-left-radius: 8px;
}
#creator-sales-table thead th:last-child {
    border-top-right-radius: 8px;
}
#creator-sales-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}
#creator-sales-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

/* Alinhar à direita */
#sales-date-range-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

#sales-cards {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

#sales-cards div {
    background: #2c2c2c;
    color: #fff;
    padding: 16px 24px;
    border-radius: 8px;
    flex: 1;
}

.sale-card-rev {
    background: #24832b !important;
}

#sales-cards h4 {
    margin: 0;
    font-size: 14px;
    opacity: 0.7;
}

#sales-cards p {
    margin: 4px 0 0;
    font-size: 20px;
}

#loader {
  display: none;         /* escondido por padrão */
}
#loader img {
  width: 40px;
  height: 40px;
}