.logomgz img {
  display: inline;
}

/*Form fields*/
.dataTables_wrapper select,
.dataTables_wrapper .dataTables_filter input {
  color: #4a5568;
  /*text-gray-700*/
  padding-left: 1rem;
  /*pl-4*/
  padding-right: 1rem;
  /*pl-4*/
  padding-top: 0.5rem;
  /*pl-2*/
  padding-bottom: 0.5rem;
  /*pl-2*/
  line-height: 1.25;
  /*leading-tight*/
  border-width: 2px;
  /*border-2*/
  border-radius: 0.25rem;
  border-color: #edf2f7;
  /*border-gray-200*/
  background-color: #edf2f7;
  /*bg-gray-200*/
}

/*Row Hover*/
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #ebf4ff;
  /*bg-indigo-100*/
}

/*Pagination Buttons*/
.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-weight: 700;
  /*font-bold*/
  border-radius: 0.25rem;
  /*rounded*/
  border: 1px solid transparent;
  /*border border-transparent*/
}

/*Pagination Buttons - Current selected */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff !important;
  /*text-white*/
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  /*shadow*/
  font-weight: 700;
  /*font-bold*/
  border-radius: 0.25rem;
  /*rounded*/
  background: #667eea !important;
  /*bg-indigo-500*/
  border: 1px solid transparent;
  /*border border-transparent*/
}

/*Pagination Buttons - Hover */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  /*text-white*/
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  /*shadow*/
  font-weight: 700;
  /*font-bold*/
  border-radius: 0.25rem;
  /*rounded*/
  background: #667eea !important;
  /*bg-indigo-500*/
  border: 1px solid transparent;
  /*border border-transparent*/
}

/*Add padding to bottom border */
table.dataTable.no-footer {
  border-bottom: 1px solid #e2e8f0;
  /*border-b-1 border-gray-300*/
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/*Change colour of responsive icon*/
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  background-color: #667eea !important;
  /*bg-indigo-500*/
}

input[data-v-35f98d63] {
  width: 100%;
  border: 2px solid #333;
  border-radius: 3px;
}

h2[data-v-d1e29d54] {
  font-size: 18px;
  font-weight: 700;
}

h3[data-v-d1e29d54] {
  font-size: 16px;
  font-weight: 700;
}

table td[data-v-d1e29d54],
table th[data-v-d1e29d54] {
  vertical-align: middle;
}

table th[data-v-d1e29d54] {
  font-weight: 700;
}

@media (max-width: 575.98px) {
  table th[data-v-d1e29d54] {
    font-size: 14px;
  }
}

input[data-v-d1e29d54] {
  width: 100%;
}

body {
  font-size: 16px;
}

.cover {
  /* color: #fff; */
  min-height: 220px;
}

.cover h1 {
  font-size: 22px;
}

.cover img.cover-img {
  max-width: 100%;
  width: 100%;
  /* position: absolute; */
  top: 55px;
  left: 0;
  right: 0;
  object-fit: cover;
  min-height: 200px;
}

.btn {
  font-size: 16px;
}

.btn img {
  vertical-align: middle;
}

@media (max-width: 1199.98px) {
  .cover img.cover-img {
    min-height: 205px;
  }
}

@media (max-width: 991.98px) {
  .cover img.cover-img {
    min-height: 210px;
  }
}

@media (max-width: 767.98px) {
  .cover img.cover-img {
    min-height: 220px;
  }
}

@media (max-width: 575.98px) {
  .cover img.cover-img {
    min-height: 345px;
  }
}

.container {
  padding-bottom: 100px;
}

body {
  background: #2050c6;
}

/* @media (max-width: 575.98px) {
  body {
    background: none;
  }
} */

.title {
  width: 100%;
}
.logomgz img {
  display: inline;
}
.list-disc a {
  display: inline;
}
