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

body {
  color: #000;
  background-color: #ffcb99;
  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%;

  margin: auto;
}

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

.highlightBold {
  background-color: #ffff00 !important;
}
.whatsapp-button {
  position: fixed;
  left: 15px;
  bottom: 15px;
}
.whatsapp-button svg {
  fill: #fff;

  color: #fff;
  cursor: pointer;
  background: #26d367;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  border-radius: 50%;
  padding: 10px;
}
.news {
  margin-block: 1em;
}

.chtable {
  border-radius: 16px;
  background-color: #ffdfc1;
  border: 1px solid #5c3411;
  overflow: hidden;
  margin-block: 1em;
}

.table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 16px;

  overflow: hidden;
}

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

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

  background-color: #5c3411;
  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;
  color: #5c3411;
  font-weight: 600;
}

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

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

.isflex{
    display: flex;
  align-items: center;
  gap:3px;
}

footer {
  padding: 1em 1px;
  background-color: #5c3411;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.pagelinks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px 1em;
  flex-wrap: wrap;
  margin-block: 1em;
}
.pagelinks a {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
}

.pagelinks a:hover {
  color: #e1306c;
}

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

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

.day {
  font-weight: bold;
}

.rc {
    
  text-decoration: none;
  color: #5c3411;
  font-weight: bold;
}

.thmain {
  width: 70%;
}
.navbar-brand {
  background-color: #fce591;
  margin: 5px;
  display: block;
  border: 2px solid #5c3411;
  border-radius: 16px;
}
.heading {
  border: 2px solid #5c3411;
  border-radius: 16px;
  padding: 10px;
  background-color: #fce591;
  color: #5c3411;
  font-weight: 600;
  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: #f5f5f5;
}

.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 #ffcb99;
  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: #fce591;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid #5c3411;
  margin-block: 1em;
}

.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: #5c3411;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  width: 200px;
}

.updated {
  padding: 1em;
  background-color: #fce591;
  border-radius: 16px;
  border: 1px solid #5c3411;
  margin-block: 1em;
}

@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: 12px;
  }

  .date {
    width: 35px;
  }
}

.containerad {
  text-align: center;
}

.download-button {
  background-color: #b20000;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Arial";
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% {
    background-color: #b20000;
    -webkit-box-shadow: 0 0 3px #b20000;
  }
  50% {
    background-color: #ff0000;
    -webkit-box-shadow: 0 0 40px #ff0000;
  }
  100% {
    background-color: #b20000;
    -webkit-box-shadow: 0 0 3px #b20000;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #b20000;
    -moz-box-shadow: 0 0 3px #b20000;
  }
  50% {
    background-color: #ff0000;
    -moz-box-shadow: 0 0 40px #ff0000;
  }
  100% {
    background-color: #b20000;
    -moz-box-shadow: 0 0 3px #b20000;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }
  50% {
    background-color: #ff0000;
    box-shadow: 0 0 40px #ff0000;
  }
  100% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }
}

@keyframes glowing {
  0% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }
  50% {
    background-color: #ff0000;
    box-shadow: 0 0 40px #ff0000;
  }
  100% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }
}

.downloadbox {
  padding: 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;

  background: #fff;
}

.agent-link {
  margin: 5px 0;
  padding: 10px;
  border: 2px solid #5c3411;
  border-radius: 16px;
  font-size: 22px;
  font-weight: bold;
}

.agent-link span {
  color: green;
}

.agent-link a {
  color: blue;
  text-decoration: none;
}

.warning-text {
  color: #ff0000;
  padding: 10px;
  margin: 5px 0;
  border: 2px solid #5c3411;
  border-radius: 16px;
}

.logobox {
  max-width: 940px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 5px 0px;
}
.left-logo {
  width: 80px;
}

.right-logo {
  width: 180px;
}

@media only screen and (max-width: 600px) {
  .left-logo {
    margin-left: 10px;
  }

  .right-logo {
    margin-right: 5px;
  }

  .extraname {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    white-space: normal !important;
    max-width: 40px;
    color: yellow;
  }
}
