/* Common Css Start */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
span,
small {
    margin: 0;
    padding: 0;
}
ol,
ul {
    list-style-type: none;
}
a,
a:hover {
    text-decoration: none;
}
input:focus,
.form-control:focus {
    box-shadow: none;
}
.bg-success {
    background-color: #39b781 !important;
}
.text-danger {
    color: #dc2626 !important;
}
.text-success {
    color: #39b781 !important;
}
.archive_pagination nav {
    background: none;
    box-shadow: none;
}
.archive_pagination nav .pagination .page-item .page-link {
    color: #dc2626;
}
.archive_pagination nav .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #dc2626;
    border-color: #dc2626;
}
/* Common Css End */
