.complaint_main,
.track_complaint_main {
    background-image: url(./barc_watermark.png);
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    background-size: 400px 400px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    width: 90%;
    margin: 4rem auto;
    padding: 2rem;
    background-color: #fff;
}

.complaint_main .header_logo,
.track_complaint_main .header_logo {
    text-align: center;
    margin-bottom: 2rem;
}

.complaint_main .form-control,
.track_complaint_main .form-control {
    margin-bottom: 5px;
    background-color: transparent;
    border-color: #cdcdcd;
}

.complaint_main .form-select {
    margin-bottom: 5px;
    background-color: transparent;
    border-color: #cdcdcd;
}

body {
    background-color: #f8f9fa;
}

.complaint_form_filter {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: #fff;
    padding: 15px 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

thead tr th {
    font-size: 14px;
}

.complaint_form_filter select,
.complaint_form_filter input {
    height: auto;
    width: 100%;
    border-radius: 5px;
}
.complaint_form_filter table tr th{
    font-weight: 600;
    padding-bottom: 5px;
    margin-left: 5px;
}
.complaint_form_filter table tr th,
.complaint_form_filter table tr td {
    padding: 0 10px;
}

.inner-tb .tb-r1 button,
.inner-tb .tb-r2 button {
    border-radius: 20px;
    padding: 3px 4px;
}

.ui-dialog {
    position: absolute !important;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 15% !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center !important;
    width: 600px !important;
}
.ui-dialog-content p{
    margin-bottom: 0.3rem;
    /* background-color: aliceblue; */
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    padding: 5px 8px;
    border-radius: 5px;
}
.ui-dialog-content p textarea{
    width: 100%;
    height: 120px !important;
}
.ui-dialog-buttonset .ui-button{
    background-color: #0d6efd;
    color: #fff;
    border-radius: 5px;
}