@media all {
  .page-break {
    display: none;
  }
}
caption, th, td {
  padding: 0.2em 12px;
  vertical-align: top;
  line-height: 1.2;
  background: inherit;
}
th {
  font-weight: bold;
}
footer {
  min-height: 30px;
}
.season {
  margin-top: 20px;
}
.month {
  display: inline-block;
  width: 293px;
  margin-left: 20px;
}
.month .panel-heading {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.month .table th, .month .table td {
  width: 14.28%;
  /* 100% divided by 7 columns */

  text-align: center;
}
.month2 {
  display: inline-block;
}
.month2 .month-label {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.month2 .table {
  border-collapse: collapse;
  margin-bottom: 0;
}
.month2 .table th, .month2 .table td {
  width: 14.28%;
  /* 100% divided by 7 columns */

  text-align: center;
}
.year {
  text-align: center;
  margin-bottom: 20px;
}
span.day-week-7 {
  font-weight: bold;
}
td.today span {
  font-weight: bold;
  color: #69b469;
  border: 2px solid #69b469;
}
td.fast {
  background-color: #f2f2f2  !important;
}
td.feast {
  font-weight: bold;
  color: red   !important;
  background-color: #fdf5e6  !important;
}
td.feast2 {
  font-weight: bold;
  color: white  !important;
  background-color: #f55b5b  !important;
}
td.feast3 {
  font-weight: bold;
  background-color: #f2f2f2  !important;
}
td.feast4 {
  font-weight: bold;
  color: red  !important;
  background-color: #e6e6fa !important;
}
td.public-holiday {
  font-weight: bold;
  color: red  !important;
  background-color: #c4d8e2  !important;
}
/* Style for feast5 */
td.feast5 {
  font-weight: bold;
  color: white !important;
  background-color: #3498db !important;
  /* Blue */

}
/* Style for feast6 */
td.feast6 {
  font-weight: bold;
  color: #2ecc71 !important;
  /* Green */

  background-color: #ecf0f1 !important;
  /* Light Gray */

}
/* Style for feast7 */
td.feast7 {
  font-weight: bold;
  color: #e74c3c !important;
  /* Reddish */

  background-color: #e0e0e0 !important;
  /* Lighter Gray */

}
/* Style for feast8 */
td.feast8 {
  font-weight: bold;
  color: #8e44ad !important;
  /* Purple */

  background-color: #f9f9f9 !important;
  /* Off-White */

}
/* Style for feast9 */
td.feast9 {
  font-weight: bold;
  color: #27ae60 !important;
  /* Dark Green */

  background-color: #f0f8ff !important;
  /* Alice Blue */

}
td.feast10 {
  font-weight: bold;
  color: #4c8474 !important;
  /* Green */

  background-color: #ecf0f1 !important;
  /* Light Gray */

}
td.details {
  cursor: pointer;
}
td.description img {
  max-height: 70px;
}
.event-description img {
  max-width: 150px;
}
table.year td {
  padding: 5px;
}
table.year td span.day {
  padding: 2px;
}
a.day-link {
  color: inherit;
  text-decoration: inherit;
}
table.holidays {
  table-layout: fixed;
  max-width: 850px;
}
table.holidays td {
  overflow: hidden;
}
table.holidays span.comment {
  font-size: 11px;
  margin-left: 10px;
}
.current {
  font-weight: bold;
  color: blue;
}
/* Socials */
#socials {
  padding-top: 15px;
}
#socials .social {
  display: inline-block;
  margin-left: 10px;
}
#socials .twitter-share-button {
  padding: 0;
  width: 75px !important;
}
ul.feed {
  list-style-type: square;
}
ul.feed li {
  clear: both;
  margin-bottom: 20px;
}
ul.feed li span.outlet {
  color: green;
}
ul.feed li span.date {
  font-size: 12px;
}
ul.feed li .story img {
  max-width: 100px;
  max-height: 100px;
}
ul.feed li .tags {
  clear: both;
  padding-top: 5px;
}
ul.language-list {
  list-style: none;
  padding: 0;
  /* Removes default padding */

}
ul.language-list li {
  margin-bottom: 5px;
  /* Add some spacing between list items */

}
div.language-popover {
  max-width: 400px;
  /* Set your desired width */

}
/* Custom popover styles */
.popover-wrapper {
  position: relative;
  display: inline-block;
}
.custom-popover {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: none;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.custom-popover-content {
  /*padding: 10px;*/

}
.custom-popover .language-list {
  list-style: none;
  padding: 0;
}
.custom-popover .language-list li {
  margin: 5px 0;
}
.custom-popover .language-list a {
  text-decoration: none;
  color: #333;
}
.custom-popover .language-list a:hover {
  text-decoration: underline;
}
.wd2 {
  font-size: small;
}
.wd3 {
  font-size: x-small;
}
.strike-through {
  text-decoration: line-through;
}
body.okr {
  background-color: #f8f9fa;
  /* Light grey background color */

}
.input-group-btn-border .btn {
  border: 1px solid #DDE1E5;
  /* Add your border color here */

}
.small-badge {
  font-size: 0.75em;
  /* Adjust font size */

  padding: 0.2em 0.4em;
  /* Adjust padding */

}
.sidebar {
  height: 100%;
  /* Take up the full height of the container */

  padding-top: 20px;
  z-index: 1000;
  background-color: #f8f9fa;
}
.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}
.sidebar .nav-link.active {
  color: #0d6efd;
  background-color: #e9ecef;
}
.checkbox-lg {
  transform: scale(1.2);
  margin-right: 10px;
}
.checkbox-xl {
  transform: scale(1.5);
  margin-right: 10px;
}
#signInWithMicrosoftBtn {
  height: 41px;
  width: 300px;
  background-color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
  color: #5e5e5e;
  border: 1px solid #8c8c8c;
  display: flex;
  align-items: center;
  justify-content: center;
}
#signInWithMicrosoftBtn img {
  height: 20px;
  margin-right: 8px;
}
@page  {
  size: landscape;
  margin: 1cm;/* Adjust margins as needed */
}
@media print {
  body {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    width: 100%;
  }
  .container {
    width: 1320px;
  }
  #monthTable {
    width: 100%;
  }
  td.today {
    background-color: inherit;
  }
  td.today span {
    font-weight: normal;
    border: inherit;
    color: inherit;
    border: none;
  }
  .page-break {
    display: block;
    page-break-before: always;
  }
  .no-print {
    display: none!important;
  }
  .no-print-url::after {
    content: none !important;
  }
  table.month-view {
    margin-top: 60px;
  }
  .month2 {
    margin-top: 35px;
  }
}
