.tasks-search-input {
    color: #7f8081 !important;
    font-family: 'Inter', sans-serif !important;
    background-color: #28292b;
}
.tasks-search-input::placeholder {
    font-size: 16px;
    color: #fff;
}
.tasks-page-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    background-color: #242527;
    padding: 24px;
    height: 100%;
}

.tasks-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tasks-title-row {
    margin-bottom: 8px;
}
.tasks-title {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    letter-spacing: -0.5px;
}

.tasks-search-row {
    margin-bottom: 8px;
}


.tasks-content-area {
    display: flex;
    gap: 24px;
    height: 100%;
}

.tasks-main-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
} 

.tasks-table-toolbar{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.tasks-table-row{
    border: none;
    border-radius: 8px;
    color: #fff !important;
    font-size: 16px;
    font-family: 'Inter', sans-serif !important;
    box-sizing: border-box;
} 

.tasks-table-row-event-id{
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #818283;
}

.webhook-card {
    background: #232425;
    border-radius: 12px;
    padding: 24px 24px 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
}
.webhook-card-title {
    font-family: 'Inter', sans-serif;
    margin: 0 1px 16px 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.webhook-card-main {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-top: 2px;
}
.webhook-card-img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
    background: #181A1B;
    flex-shrink: 0;
}
.webhook-card-info {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
    height: 80px;
    justify-content: center;
}
.webhook-card-date {
    margin: 0 0 4px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.webhook-card-venue {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #7a7b7c;
}
.webhook-card-section {
    margin: 28px 0 0;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.webhook-card-details {
    display: flex;
    gap: 24px;
    margin-top: 2px;
}
.webhook-card-label {
    display: block;
    margin-bottom: 0;
    margin-top: 17px;    
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #7a7b7c;
}
.webhook-card-value {
    display: block;
    color: #fff;

    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.webhook-card-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    justify-content: flex-end;
}
.webhook-card-action-btn {
    background: #28292B;
    border: none;
    padding: 8px 10px;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    box-shadow: none;
}
.webhook-card-action-btn img {
    width: 16px;
    height: 16px;
}
.webhook-card-action-btn:hover {
    background: #1EE797;
}
.webhook-card-action-btn.dropdown {
    padding: 8px 8px;
}
.webhook-card-checkout {
    background: #1EE797;
    color: #181A1B;
    cursor: pointer;
    transition: background 0.2s;
    box-shadow: none;

    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;

    width: 158px;
    height: 36px;
    margin-left: 12px;
    padding: 9px 10px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-color: #1ee797;
}
.webhook-card-checkout:hover {
    background: #1CDA8C;
}

.webhook-card-actions-group{
    width: 72px;
    height: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.02);
    border-radius: 4px;
}

.webhook-card-action-btn-left{
    border-right: #2D2E30 1px solid;
}