.elementor-4982 .elementor-element.elementor-element-8a50d78{--display:flex;--background-transition:0.3s;}/* Start custom CSS */table td a{
        /*border: 1px solid black;*/
        text-decoration: none !important;
        padding: 3px 5px;
        border-radius: 10px;
        background-color: #046bd2;
        color: #fff;
        display: inline-block;
        margin: 10px 0px;
        font-size: 15px
}
table td a:hover{
    background-color: #045cb4;
    color: #fff
}
.gv-search-button{
    border-radius: 10px !important
}
/*BACK BUTTON IN VIEW DETAIL*/
.gv-back-link a{
    background-color: #fb5c01;
    color: #fff;
    padding: 10px;
    display: inline-block;
    margin-top: 7px;
    text-decoration: none !important;
    border-radius: 7px;
}
/*END*/
/*BTN IN EDIT ENTRY*/
#publishing-action a{
    text-decoration: none !important;
    background-color: #a8a3a0;
    border-radius: 7px;
    padding: 10px 30px;
    color: #000;
}

.gv-button-delete {
    display: none;
}
/*END*/
 .gform_footer.top_label .gv-button-update {
     border-radius: 7px !important;
     background-color: #252531 !important;
 }
 /*FIELD 1 10-12 */
 #gform_fields_1{
    display: grid;
    grid-template-areas: "uploadInvoice uploadReport step"
                         "message message message";
 }
 
#field_1_10 {
    grid-area: uploadInvoice;
}

#field_1_11 {
    grid-area: uploadReport;
}

#field_1_12 {
    grid-area: step;
}

#field_1_13 {
    grid-area: message;
        background-color: #4d4d4f !important;
    color: #fff !important;
    padding: 20px !important;
    border-radius: 7px;
}

 #field_1_10 , #field_1_11 , #field_1_12{
    background-color: #4d4d4f !important;
    color: #fff !important;
    padding: 20px !important;
    border-radius: 7px;
    display: inline;
    width: 350px;
 }
  #field_1_12 .gfield_label{
    position: relative !important;
    top: 18px !important;   
    /*padding: 20px 10px*/
    margin-bottom: 30px;
    /*height: 300px*/
  }
 /*END*/
 /*delect cell in table show all data*/
 .title_complete th {
     display: none
 }
  .title_complete td {
      text-align: center;
      background-color: #ccc;
  }/* End custom CSS */