.style_input__rtKi5 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.style_label__NUM5h {
    color: var(--TextColor11);
}
.style_requiredLabel__UxocQ:after {
    content: url('/new_star.svg');
    margin-left: 3px;
}
.style_value__tz83C {
    width: 100%;
    border: 1px solid var(--BorderColor11);
    border-radius: 10px;
    padding: 14px;
}
.style_value__tz83C::placeholder {
    color: var(--TextColor13);
}
.style_textarea__V42C_ {
    height: 120px;
}
.style_value__tz83C:focus {
    border: 1px solid var(--BorderColor6);
}
.style_error__sFUNO {
    color: var(--PrimaryColor6);
}

.style_content__czOkt {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--FillColor17);
    border-radius: 20px;
    width: 560px;
    max-width: 100%;
}
.style_close__iB2mV {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.style_container__7qsOF {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 60px;
    color: var(--TextColor11);
}
.style_title__b7KUN {
    font-weight: 900 !important;
}
.style_invoiceTypes__3a9A7 {
    margin-top: 12px;
    display: flex;
    background-color: var(--FillColor15);
    padding: 3px;
    border-radius: 10px;
}
.style_invoiceTypeItem__LppRX {
    padding: 6px 12px;
    border-radius: 10px;
    cursor: pointer;
}
.style_inputItem__3nA0q {
    width: 100%;
    margin-top: 20px;
    text-align: left;
    position: relative;
}
.style_submit__QV3Uy {
    width: 100%;
    height: 50px;
    margin-top: 30px;
}
@media (max-width: 600px) {
    .style_container__7qsOF {
        padding: 20px;
    }
}

.style_content__KW7Gy {
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: var(--FillColor17);
    border-radius: 20px;
    width: 650px;
    max-width: 100%;
}
.style_close__9wvg3 {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.style_container__waVoG {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 60px;
    color: var(--TextColor11);
}
.style_topicHeader__0Njt_ {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--BorderColor11);
    width: 100%;
    gap: 16px;
}
.style_subs__CJJ7A {
    display: flex;
    justify-content: right;
}
.style_agree__qFHQH {
    padding: 6px 10px 6px 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.style_agree__qFHQH:hover {
    background-color: var(--FillColor14);
}
.style_upvoteCount__cocaO {
    padding: 12px;
    border-bottom: 2px solid var(--PrimaryColor11);
}
.style_vote__H5YsV {
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}
.style_vote__H5YsV.style_clicked__rQp3Y {
    animation: style_fingerTap__FJrwJ 0.6s ease-in-out forwards;
}
@keyframes style_fingerTap__FJrwJ {
    0% {
        transform: scale(1) rotate(0deg);
    }
    30% {
        transform: scale(1.2) rotate(-10deg); /* 手指放大，稍微旋转 */
    }
    50% {
        transform: scale(1) rotate(0deg); /* 回到原来大小 */
    }
    100% {
        transform: scale(1) rotate(0deg); /* 动画结束 */
    }
}

.style_topicContent__aqkpa {
    width: 100%;
    display: flex;
    flex-direction: column;

    color: var(--TextColor12);
    margin-top: 16px;
    gap: 16px;
}
.style_infos__xXCe5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--TextColor13);
}
@media (max-width: 600px) {
    .style_container__waVoG {
        padding: 20px;
    }
}

.style_root__WiTz_ {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 22px;
    padding: 0 10%;
}
.style_title__uMzhS{
    margin-top: 80px;
}
.style_subtitle__w6xxG{
    width: 100%;
    text-align: center;
    color: var(--TextColor11);
}
.style_prominent__XAM09{
    font-weight: 900;
}
.style_table__XID4w{
    width: 100%;
}
.style_use___4Od3{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.style_filter__OCdsY{
    display: flex;
    gap: 12px;
}
.style_new__RSklS{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--TextColor14);
    background-color: var(--PrimaryColor11);
    border-radius: 4px;
    padding: 8px 10px;
}
.style_tab__1nw6M{
    padding: .65em .75em;
    cursor: pointer;
    color: var(--TextColor13);
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.style_tab__1nw6M:hover {
    color: var(--TextColor11);
}
.style_active___F_Sn{
    color: var(--TextColor11);
    border-bottom: 2px solid var(--PrimaryColor11);
}
.style_name__kWozN{
    cursor: pointer;
}
.style_vote__v2RBH{
    cursor: pointer;
    transition: transform 0.3s ease-in-out;  
}
.style_vote__v2RBH.style_clicked__YnG19 {  
    animation: style_fingerTap__1h8R3 0.6s ease-in-out forwards;  
}
.style_trash__cX2T7{
    cursor: pointer;
}
.style_operations__bfMAx{
    display: flex;
    align-items: center;
    gap: 16px;
    width: 80px;
}
@keyframes style_fingerTap__1h8R3 {  
    0% {  
        transform: scale(1) rotate(0deg);  
    }  
    30% {  
        transform: scale(1.2) rotate(-10deg); 
    }  
    50% {  
        transform: scale(1) rotate(0deg); 
    }  
    100% {  
        transform: scale(1) rotate(0deg); 
    }  
}  
.style_details__8V0XK{
    background-color: var(--FillColor17);
}
.style_sortCon__9dil3{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.style_sort__EnS7a{
    cursor: pointer;
}


.style_table__XID4w .ant-table-tbody > tr > td{
    border-bottom: 1px solid var(--PrimaryColor14) !important;
}

.style_table__XID4w .ant-table-tbody > tr > td:first-child{
    text-align: left !important;
}


.style_table__XID4w .ant-table-thead > tr > th {
    border-bottom: none !important;
    background-color: transparent !important;
}

.style_table__XID4w .ant-table-thead > tr > th:first-child {
    text-align: left !important;
}

.style_table__XID4w .ant-table-wrapper {
    border: none !important;
}
.style_CloseOutlined__9lZBt{
    font-size: 16px;
    cursor: pointer;
}
.style_HourglassOutlined__7cHGj{
    font-size: 16px;
    color: var(--FillColor12);
    cursor: pointer;
}
.style_CheckOutlined__q5EcG{
    font-size: 16px;
    color: var(--PrimaryColor11);
    cursor: pointer;
}
.style_done__s9n_Q {
    color: var(--PrimaryColor11);
}
.style_notStarted__Llr2j {
    color: var(--TextColor13);
}
