/* Colours */
.has-background-custom2,
.has-background-custom-2 {
    background-color: #00CECE;
}
.multipartUi-V2-Validation .button.is-light { 
    display: none; 
}
.Script_Indesign div.is-danger {
    border-color: #E76E11;
}

.Script_Indesign div.meuiRichText.is-danger {
    border: 1px solid #E76E11;
}

.prepay-list {
    .prepaytable {
        &:first-of-type {
            tr {
                th, td {
                    &:nth-child(3),&:nth-child(4)  {
                        display: none;
                    }
                }
            }
        }
         &:last-of-type {
            tr {
                th, td {
                    &:nth-child(3)  {
                        display: none;
                    }
                }
            }
        }
    }
}