#datatable {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#datatable td,
#datatable th {
    border: 1px solid #ddd;
    padding: 8px;
    color: white;
}

#datatable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}

h3 {
    color: orange;
}

#result {
    position: absolute;
    width: 100%;
}

.bg-img6 {
    background-image: url("../../home/images/bg-image/1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

label {
    font-size: 13px;
}

.form-group {
    margin-bottom: 0.6rem !important;
}