body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-size: 13px;
    scroll-behavior: smooth;
    background-image: url("../../assets/images/islamic-fade.png");
    background-repeat: repeat;
    background-size: 200px 200px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

ul,
ul li,
li {
    list-style-type: none;
}

.bg-brand {
    background-color: #2e7e27 !important;
    color: #ffffff;
}

.table-head,
.bg-brand-lite-dark {
    background-color: #054e00 !important;
    color: #ffffff;
}

.text-brand {
    color: #2e7e27 !important;
}

.border-brand {
    border-color: #2e7e27;
}

.hand {
    cursor: pointer;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-2 {
    margin-right: 10px;
}

.mt-2 {
     margin-top: 10px;
 }

.mt-15 {
    margin-top: 15px;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.row.bottom-margin {
    margin-bottom: 5px;
}

.w-100 {
    width: 100% !important;
}

.border-0 {
    border: none !important;
}

.float-left {
    float: left;
}

.d-inline-block {
    display: inline-block !important;
}

.dt-body-center{
    text-align: center;
}
