/* Custom CSS */

.error {
    color: #c70d0d;
    font-size: 12px;
    font-weight: 600;
}
.form-heading{
    border-bottom: 2px solid #ccc;
    font-weight: 400;
    padding-bottom: 7px;
}
.form-middle-heading {
    text-align: center;
    position: relative;
}
.form-middle-heading::after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #ededed;
    width: 40%;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
}
.from-header{
    border-bottom: 1px solid #e0e0e0;
    background-color: #1976d2;
    color: #fff;
}
.table-heading{
    background-color: #1976d2;
    color: #fff;
    padding: 16px;
    margin: 0;
}
.heading-title span {
    font-weight: 400;
    margin-left: 10px;
}
.heading-title {
    font-size: 15px;
    font-weight: 600;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.form-group {
    margin-bottom: 10px;
}
.form-group .group-title {
    font-weight: 600;
}
.file_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 29px;
}
.file-box {
    padding: 15px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
}
.file_list li {
    margin-bottom: 15px;
}
.mt-17{
    margin-top: 17px !important;
}
.note {
    color: red;
    text-align: center;
    font-size: 12px;
}
.payment_list li {
    margin-bottom: 15px;
}
.payment_list p {
    margin: 3px;
}
.message-box{
    position: relative;
}
.message-delete {
    position: absolute;
    top: 0;
    right: 0;
}
