.btn_new_aipsin{ 
    position: relative; 
    margin: auto; 
    margin-top: 10px; 
    background-image: linear-gradient(to right, var(--theme-color-main,#D60000), var(--theme-color-widget,#c81e1e), var(--theme-color-widget-active,#df1b1b));   
    box-shadow: 0 0px 10px var(--theme-color-opacity-widget,#c81e1e50); 
    width: 100px; 
    font-size: 12px; 
    font-weight: 600; 
    color: #fff; 
    cursor: pointer; 
    height: 35px; 
    text-align:center; 
    border: none;
    background-size: 300% 100%; 
    border-radius: 30px;
    transition: 0.3s;
}
.btn_new_aipsin:hover{ 
    background-image: linear-gradient(to right, var(--theme-color-main,#D60000), var(--theme-color-widget,#c81e1e), var(--theme-color-widget-active,#df1b1b)); 
    box-shadow: 0 0 15px var(--theme-color-opacity-widget,#c81e1e50);
    text-decoration: none;
    border: none;
    filter: saturate(125%);
}
.btn_post_aipsin{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 45px;
    box-sizing: border-box;
    width: auto;
    font-weight: bold;
    font-size: 12pt;
    padding: 5px 25px;
}
.btn_post_aipsin:hover{
    animation: pulse_error 1s infinite linear;
}