* {
  padding: 0px;
  margin: 0px;
}

body {
  color: #000;
  background-color: #6fd4dc;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
}

.container {
  width: 98%;
  max-width: 960px;
  margin: auto;
}

.highlight {
  background-color: #eae4fe !important;
}


.news{
    margin-block:1em;
}

.table {
  border-collapse: collapse;
  width: 100%;
}

.table td,
.table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.table tr:nth-child(odd) {
  background-color: #6fd4dc;
}

.table tr:nth-child(even) {
  background-color: #6fd4dc;
}

.table th {
  padding-top: 12px;
  padding-bottom: 12px;

  background-color: #000000;
  color: white;
}

.text-center,
.number {
  text-align: center;
}

.text-left {
  text-align: left;
}

.fs-3 {
  font-size: 25px;
  font-weight: bold;
}

.fs-5 {
  font-size: 20px;
}

.small {
  font-size: 13px;
  display: flex;
  gap: 10px;
}
.date {
  width: 45px;
  background-color: #673de5;
  color: #fff;
}

#goToTopBtn {
  color: #fff;
  cursor: pointer;
  width: 40px;
  background: #222;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  height: 40px;
  border: 2px solid #d8d5e2;
  border-radius: 50%;
}
#goToTopBtn:hover {
  background-color: #131d3a;
}

.refresh{
color: #fff;
cursor: pointer;
    background: #f47721;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: 1px solid #f85a40;
  border-radius: 5px;
  padding:5px 10px;
}



footer {
  padding: 1em;
  background-color: #000;
  color: #fff;
}
.pagelinks {
  display: flex;
  align-items: center;
  gap: 5px 1em;
  flex-wrap: wrap;
  margin-block: 1em;
}
.pagelinks a {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #2a195f;
  border: 1px solid #202020;
}

.pagelink {
  background-color: #673de5 !important;
}
.pagelinks a:hover {
  background-color: #e1306c;
}

.social {
  margin-block: 10px;
  display: flex;
  align-items: center;
  gap: 1em;
}

.social_link {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.twitter {
  background-color: #505050;
}

.facebook {
  background-color: #1877f2;
}

.youtube {
  background-color: #ff0000;
}

.instagram {
  background-color: #e1306c;
}

.social_link:hover {
  transform: scale(1.1);
}

.iamflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.copyrights {
  border-top: 1px solid #222;
  margin-top: 10px;
  padding-top: 10px;
}

.day {
  font-weight: bold;
}

.rc {
  text-decoration: none;
  color: #3e3de5;
  font-weight:bold;
}

.thmain {
  width: 70%;
}
.navbar-brand {
  background-color: #000;
  padding: 10px;
  display: block;
}
.heading {
  background-color: #cc0000;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 1.2em;
  text-align: center;
}

.content{
    padding:1em;
}

.content table {
  border-collapse: collapse;
  width: 100%;
}

.content table td,
.content table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.content table tr:nth-child(odd) {
  background-color: #fff;
}

.content table tr:nth-child(even) {
  background-color: #6aa84f;
}

.content table th {
  padding-top: 12px;
  padding-bottom: 12px;

  background-color: #222;
  color: white;
}

.blogcontainer {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 10px;
  place-items: center;
  background-color: #fff;
  border-radius: 12px;
  padding: 1em;
  margin-block: 1em;
}

.blog_list,
.post_list {
  text-decoration: none;

  color: #000;
}
.blog_post div {
  font-size: 1.1em;
  font-weight: bold;
}

.blog_img img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  border-radius: 5px;
}

.rounded {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 5px;
}

.blogsidebar {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border-radius: 5px;
  padding: 0.5em;
  margin-block: 1em;
}

.content h2,
.content h3,
.content h4,
.content h5 {
  margin-top: 1em;
}

.content li {
  margin-bottom: 10px;
}

.content ul,
.content ol {
  list-style-position: inside;
  margin-block: 1em;
}
.d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.yesflex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page_404 {
  max-width: 500px;
  margin: auto;
}

input[type="month"] {
  padding: 8px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease;
}

input[type="month"]:focus {
  border-color: #007bff;
  outline: none;
}

input[type="month"]:hover {
  border-color: #0056b3;
}
.oldResult {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  background-color: #dbebfa;
  padding: 10px;
}

.cmbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-block: 1em;
}

.cmbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px 1%;
  background-color: #673de5;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  width: 200px;
}

 .updated{
     padding:1em;
       background-color: #dbebfa;
 }

@media only screen and (max-width: 768px) {
  .cmbtn a {
    width: 45%;
  }

  .thmain {
    width: 55%;
  }
  .blogcontainer {
    grid-template-columns: 100%;
  }
  .heading {
    font-size: 0.9em;
  }

  h1 {
    font-size: 1.2em;
    padding: 1em;
  }

  .small {
    flex-direction: column;
    gap: 2px;
  }

  .fs-5 {
    font-size: 17px;
  }

  .fs-3 {
    font-size: 21px;
  }

  .table th,
  .name,
  .date {
    font-weight: 500;
    font-size: 13px;
  }

  .date {
    width: 35px;
  }
}
