@import url("styles/style.css");
/*
Theme Name: isozen Wordpress
Theme URI: https://neehad.com/isozen-wordpress
Author: Nihad Obralic
Author URI: https://neehad.com
Version: 1.0
License: GNU General Public License
*/

.hidden {
  display: none !important;
}

.footer-col,
.footer-col strong,
.footer-col a,
.footer-col h6,
.pi-section-grey li .pi-bullet-icon,
.pi-section-grey li .pi-bullet-icon-img {
  color: #fff;
}

.topheader .pi-row-block,
.topheader .pi-row-block a {
  color: #fff;
}
.topheader .pi-row-block a:hover {
  color: #ca2026;
}

/* Container styling */
.lang-menu-container {
  position: relative;
  display: inline-block;
  z-index: 50;
}

/* Menu list styling */
.lang-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Menu item styling */
.lang-menu-list li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  line-height: 9px;
  font-size: 14px;
}

/* Link styling */
.lang-menu-list li a {
  display: block;
  padding: 16px 12px;
  text-decoration: none;
}

.lang-menu-list li ul li a {
  color: #333 !important;
}
.lang-menu-list li ul li a span {
  padding-left: 6px;
}
.lang-menu-list li ul li:hover a {
  background-color: #f0f0f0;
}

/* Hover state for links */
.lang-menu-list li:hover > a {
  /* background-color: #f0f0f0;  */
}

/* Dropdown styling */
.lang-menu-list ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff; /* Adjust the background color of the dropdown */
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a subtle box shadow */
}

/* Show dropdown on hover */
.lang-menu-list li:hover > ul {
  display: block;
}

/* Styling for dropdown items */
.lang-menu-list ul li {
  display: block;
  margin: 0;
  padding: 0;
  width: 120px;
}

/* Styling for nested dropdowns */
.lang-menu-list ul ul {
  left: 100%;
  top: 0;
}

#coupon_form_training_cal {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .mobile-block {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }
}

.bg-log {
  background-color: red !important;
}

.tr_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e3e3e3;
  margin-bottom: 2px;
}

/* .tr_item:first-child {
  border-bottom: 0;
}
.tr_item:last-child {
  border-bottom: 0;
} */

.tr_item .tr_head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #fafafa;
  padding: 16px 8px;
  border-bottom: 1px solid #e3e3e3;
}

.tr_item .tr_head .tr_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 8px;
  width: 70%;
}
.tr_item .tr_head .tr_pdf {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 8px;
  width: 30%;
}
.tr_item .tr_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.tr_item .tr_content .tr_date_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 16px;
  border-bottom: 1px solid #e3e3e3;
}
.tr_item .tr_content .tr_date_row:last-child {
  border-bottom: 0;
}
.tr_item .tr_date_row div {
  border-right: 1px solid #e3e3e3;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 48px;
}
.tr_item .tr_date_row div:first-child {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}
.tr_item .tr_date_row div:last-child {
  border: none;
}

.tr_item .tr_date_row .tr_date {
  width: 25%;
}
.tr_item .tr_date_row .tr_date.tr_self_date {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.tr_item .tr_date_row .tr_location {
  width: 25%;
  padding: 0 4px;
}
.tr_item .tr_date_row .tr_cost {
  width: 15%;
}
.tr_item .tr_date_row .tr_pay {
  width: 15%;
  background-color: #dcdcdc;
}
.tr_item .tr_date_row .tr_req {
  width: 20%;
}
.tr_item .tr_date_row .tr_self_pdf {
  width: 10%;
}
.tr_item p {
  margin: 0;
}
.tr_item:not(.tr_item:has(.tr_date)) {
  display: none;
}
.cat_tr_item {
  display: flex;
  width: 100%;

  flex-direction: column;
}
.cat_tr_item:not(.cat_tr_item:has(.tr_item:not(.tr_item:has(.tr_date)))) {
  display: none;
}

.cat_tr_item:not(:has(.tr_date)) {
  display: none;
}


.pulse {
	-webkit-animation: pulse 1.5s linear infinite;
	        animation: pulse 1.5s linear infinite;
}
@-webkit-keyframes pulse {
	0% { background-color: #D2484D80; }
	100% { background-color: #21252B; }
}
@keyframes pulse {
	0% { background-color: #D2484D80; }
	100% { background-color: #21252B; }
}