html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  scroll-behavior: smooth !important;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

p {
  margin: 0;
}

* {
  transition: 0.7s;
}

.top-margin-16 {
  margin-top: 16px !important;
}

h1 {
  color: #fff !important;
  font-weight: bold !important;
  font-size: 45px !important;
}

h2 {
  font-size: 40px !important;
  font-weight: bold !important;
  color: #2c3e50 !important;
}

h3 {
  font-weight: bold !important;
  font-size: 25px !important;
}

h4 {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #2c3e50 !important;
}

h5 {
  margin-top: 0 !important;
  font-size: 20px !important;
  font-weight: bold !important;
  color: #fff !important;
}

h6 {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #000 !important;
  margin: 0 !important;
}

.secondary-color {
  color: #713fc9;
}

.btn-apply {
  color: #fff !important;
  padding: 8px 16px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: 1px solid #713fc9 !important;
  background-color: #713fc9 !important;
}
.btn-apply:hover {
  background-color: #5e37a1 !important;
  color: #fff !important;
}
@media (max-width: 576px) {
  .btn-apply {
    padding: 8px 12px !important;
    font-size: 12px !important;
  }
}

.btn-apply-primary {
  color: #fff !important;
  padding: 8px 16px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: 1px solid #7c0524 !important;
  background-color: #7c0524 !important;
}
.btn-apply-primary:hover {
  background-color: #3241ae !important;
  color: #fff !important;
}
@media (max-width: 576px) {
  .btn-apply-primary {
    padding: 8px 12px !important;
    font-size: 12px !important;
  }
}

.btn-apply-outline {
  color: #713fc9;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #713fc9;
  background-color: transparent;
}
.btn-apply-outline:hover {
  background-color: #e5d5ff;
  color: #713fc9;
}

.solid-action-btn {
  color: #fff;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  background-color: #7c0524;
}

.btn-outline-light {
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid #713fc9;
  color: #713fc9;
}
.btn-outline-light:hover {
  background-color: #713fc9;
  border: 1px solid #713fc9;
  color: #fff;
}

.bg-blue {
  padding: 0.5rem;
  color: #fff !important;
  background-color: #21395f;
}

.bg-olive, .bg-blue-bold, .bg-bold-red, .bg-green, .bg-orange, .bg-red, .bg-sky, .bg-pink {
  padding: 1rem;
  background-color: #868a08;
  border: 4px solid #fff;
}
.bg-olive a, .bg-blue-bold a, .bg-bold-red a, .bg-green a, .bg-orange a, .bg-red a, .bg-sky a, .bg-pink a {
  color: #fff !important;
  font-weight: 600;
  font-size: 18px;
}

.bg-blue-bold {
  background-color: #0404b4;
}

.bg-red {
  background-color: #fb0303;
}

.bg-pink {
  background-color: #ff00bf;
}

.bg-green {
  background-color: #0b610b;
}

.bg-bold-red {
  background-color: #7c0524;
}

.bg-orange {
  background-color: #fb5e03;
}

.bg-sky {
  background-color: #25a2d0;
}

.top-margin-16 {
  margin-top: 16px !important;
}

.text-red {
  color: #fb0303;
}

.text-pink {
  color: #ff00bf;
}

.text-green {
  color: #008000;
}

.text-blue {
  color: #0404b4;
}

.box-shadow {
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  border-radius: 5px;
  overflow: hidden;
}

header .brand {
  background-color: #7c0524;
  padding: 1rem;
}
header .brand img {
  width: 100%;
}
@media (max-width: 576px) {
  header .brand img {
    width: 60%;
  }
}
header .brand .title .Website-name {
  color: #fff;
  font-weight: bold;
  font-size: 45px;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
header .brand .title .website-url {
  margin-top: 0 !important;
  font-size: 20px !important;
  font-weight: bold !important;
  color: #fff !important;
}
@media (max-width: 768px) {
  header .brand .title {
    display: none;
  }
}
header nav {
  background-color: #000;
}
header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav ul li {
  list-style: none;
}
header nav ul li .nav-link {
  color: #fff;
  font-weight: 600;
  padding: 1rem 2rem;
}
header nav ul li .nav-link i {
  font-size: 20px;
  margin-right: 10px;
}
header nav ul .search {
  position: relative;
}
header nav ul .search .input-group {
  display: none;
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 1;
  flex-wrap: nowrap;
  min-width: 245px;
  width: unset !important;
}
header nav ul .search .input-group input {
  background-color: #fff;
  width: auto;
}
@media (max-width: 992px) {
  header .m-search {
    position: relative;
  }
  header .m-search .input-group {
    display: none;
    position: absolute;
    top: 60px;
  }
  header .menu-bar {
    padding: 1rem;
    text-align: right;
    float: inline-end;
  }
  header .menu-bar .bar {
    display: block;
    width: 23px;
    height: 3px;
    cursor: pointer;
    border-radius: 100px;
    margin-top: 5px;
    background-color: #fff;
  }
  header nav ul {
    display: none;
  }
  header nav ul .border-end {
    border-right: none !important;
  }
  header nav ul .search {
    display: none;
  }
}

.head {
  background-color: #7c0524;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 4px 0;
}

.card {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2509803922);
  border: none;
}
.card .card-body {
  padding: 16px;
}
.card .card-body .badges {
  background-color: #7c0524;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
  margin: 0 2px;
}
.card .card-body .title {
  font-size: 16px;
  text-align: left;
}
.card .card-body .title .card-text i {
  margin-right: 5px;
}

main .headline {
  font-weight: 600;
}
main .headline .marquies {
  width: auto;
}
main .headline .desc-1 {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #000 !important;
}
main .menu .info {
  border: 2px solid #7c0524;
  margin-bottom: 16px;
  border-radius: 2px;
}
main .menu .info .head {
  background-color: #7c0524;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 4px 0;
}
main .menu .info .body {
  padding: 16px 8px;
}
main .menu .info .footer {
  text-align: right;
  font-weight: bold;
  padding: 0 8px;
}
main .post {
  padding: 50px 0;
  font-size: 18px;
}
main .post strong {
  font-size: 18px;
}
main .post .breadcrumb {
  margin-bottom: 0;
}
main .post .breadcrumb-item {
  font-weight: bold;
}
main .post .breadcrumb-item a {
  color: #713fc9;
}
main .post .breadcrumb-item + .breadcrumb-item {
  color: #000;
}
main .post .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
}
main .post .post-heading {
  font-size: 32px !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin-bottom: 1.5rem !important;
}
main .post-info {
  font-size: 18px;
}
main .post-info .title {
  font-size: 25px;
  margin-bottom: 18px;
  text-align: center;
}
main .post-info table {
  width: 100%;
}
main .post-info .table-responsive .table-bordered {
  width: 100%;
}
main .post-info .table-responsive .table-bordered th {
  padding: 1rem;
  text-align: center;
}
main .post-info .table-responsive .table-bordered td {
  padding: 1rem;
}
main .post-info .table-responsive .table-bordered td ul {
  padding-left: 1rem;
}
main .post-info .disclamer {
  padding: 50px 0;
  color: #666;
  font-weight: 600;
  text-align: center;
}
main .post-info table h3 {
  text-align: center;
  padding: 0.5rem 0;
  margin: 0;
}
main .post-info table h2, main .post-info table h4 {
  text-align: center;
  background-color: #7c0524 !important;
  color: #fff !important;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 24px !important;
}
main .search-result {
  padding: 40px 0;
}
main .search-result .mg-card-box {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2509803922);
  background-color: #fff;
  padding: 1rem;
}
main .search-result .card .imgDesk {
  width: 100%;
  height: 100%;
}
main .search-result .card .imgDesk img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
main .search-result .card .card-body {
  padding: 16px;
}
main .search-result .card .title {
  margin: 0.75rem 0;
}
main .search-result .card .title .card-title {
  display: block;
  color: #000;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
  text-overflow: ellipsis;
}
main .search-result .card .title .timestamp {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 12px;
}
main .search-result .card .title .card-text {
  font-size: 14px;
  font-weight: 500;
}
main .search-result .pagination .page-link {
  color: #7c0524;
  font-weight: 600;
  margin: 0 5px;
  padding: 8px 16px;
  box-shadow: 0px 2px 4px;
}
main .search-result .pagination .page-link:hover {
  background-color: #7c0524;
  color: #fff;
}
main .search-result .pagination .page-item.active .page-link {
  background-color: #713fc9;
  border-color: #713fc9;
}
main .categories {
  font-size: 18px !important;
  font-weight: bold !important;
  margin: 0 !important;
  color: #212529 !important;
  text-transform: capitalize !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

footer {
  padding: 40px 0;
  background-color: #f9f9f9;
  position: relative;
}
footer .col-sm-12 {
  margin-bottom: 1rem;
}
footer .col-brand img {
  display: block;
  position: relative;
  height: 48px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  footer .col-brand {
    text-align: center;
  }
  footer .col-brand img {
    margin: 0 auto 1rem;
  }
}
footer .copyright {
  font-size: 14px;
  display: block;
}
footer .social-media {
  display: block;
  position: relative;
  margin: 1rem 0 0;
}
footer .social-media a {
  display: inline-block;
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 0.5rem;
  text-decoration: none;
  font-size: 1.2rem;
}
footer .footer-col-title {
  font-size: 20px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 2rem;
}
footer p {
  color: rgba(0, 0, 0, 0.6);
}
footer .links {
  display: block;
  position: relative;
}
footer .links .link {
  display: block;
  margin: 0 0 0.3rem;
  padding: 5px 0;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
footer .links .link:hover {
  color: black;
  transform: translateX(0.5rem);
}
@media (max-width: 768px) {
  footer .links .link {
    display: inline-block;
    margin: 0 1rem 0 0;
  }
}

.add-links {
  position: relative;
  display: block;
  padding: 1rem 0;
  text-align: center;
  background-color: #fff;
}
.add-links .link {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  margin: 0 1rem;
}
@media (max-width: 820px) {
  .add-links {
    margin-bottom: 4rem;
  }
}
@media (max-width: 576px) {
  .add-links {
    padding: 1rem 0 4rem;
  }
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
@media (max-width: 576px) {
  #btn-back-to-top {
    bottom: 64px;
  }
}

.text-justify {
  text-align: justify !important;
}

.cookie {
  position: fixed;
  max-width: 768px;
  background-color: #eee;
  bottom: 32px;
  border-radius: 10px;
  right: 32px;
  padding: 32px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1882352941);
  z-index: 99;
  display: none;
}
.cookie .heading {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #000 !important;
  margin: 0 0 0.5rem 0 !important;
}
.cookie .txt {
  margin-bottom: 1rem;
}
.cookie .txt p {
  color: #1D2D35;
}
.cookie .txt a {
  color: #7c0524;
}
.cookie .accept {
  background-color: #7c0524;
  color: #fff !important;
  border-radius: 32px;
  padding: 3px 23px;
  /* align-self: center; */
  font-size: 19px;
}
.cookie .accept:hover {
  background-color: #30b867;
}
@media (max-width: 576px) {
  .cookie {
    left: 16px !important;
    right: 16px;
    bottom: 16px;
    padding: 16px;
  }
}
@media (max-width: 756px) {
  .cookie {
    left: 32px;
  }
}
@media (max-width: 992px) {
  .cookie {
    max-width: 700px;
  }
}

.float-sm .text {
  margin: 0 60px;
}
.float-sm h1 {
  font-size: 32px;
  margin-top: 0;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  background: #FF7D6D;
  color: #fff;
  padding: 4px;
}
.float-sm p, .float-sm .twitter {
  font: normal normal 10px Arial;
  text-align: center;
  color: #998578;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.float-sm .twitter {
  color: #72898b;
  text-decoration: none;
  display: block;
  padding: 14px;
  transition: all 0.25s ease;
}
.float-sm .twitter:hover {
  color: #FF7D6D;
  text-decoration: none;
}
.float-sm img {
  max-width: 23%;
}
.float-sm {
  /* Floating Social Media Bar Style Starts Here */
}
.float-sm .fl-fl {
  background: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -140px;
  z-index: 1000;
  font: normal normal 10px Arial;
  transition: all 0.25s ease;
}
.float-sm .fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}
.float-sm .fl-fl:hover {
  right: 0;
}
.float-sm .fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px !important;
  vertical-align: top !important;
}
.float-sm .float-fb {
  top: 160px;
}
.float-sm .float-tw {
  top: 215px;
}
.float-sm .float-gp {
  top: 270px;
}
.float-sm .float-rs {
  top: 325px;
}
.float-sm .float-ig {
  top: 380px;
}
.float-sm .float-pn {
  top: 435px;
}
@media (max-width: 576px) {
  .float-sm {
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .float-sm .fl-fl {
    position: relative;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .float-sm .fl-fl a img {
    max-width: 40%;
  }
  .float-sm .fl-fl a span {
    display: none;
  }
  .float-sm .float-fb {
    top: 0;
  }
  .float-sm .float-tw {
    top: 0;
  }
  .float-sm .float-gp {
    top: 0;
  }
  .float-sm .float-rs {
    top: 0;
  }
  .float-sm .float-ig {
    top: 0;
  }
  .float-sm .float-pn {
    top: 0;
  }
}

.forbidden-error {
  height: calc(85vh - 100px);
}

figure.table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
figure.table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; /* ensures scroll when needed */
}
figure.table table th, figure.table table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}
figure.table table th {
  background-color: #f5f5f5;
  font-weight: 600;
}/*# sourceMappingURL=main.css.map */