@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
:root {
  --bg-body: #ffffff;
  --bg-surface: #ffffff;
  --bg-surface-2: #f5f7fa;
  --bg-surface-3: #e9ecf1;
  --bg-gradient-blue: linear-gradient(90deg, rgba(241, 246, 254, 1) 0%, rgba(232, 242, 255, 1) 100%);
  --text-primary: #525972;
  --text-secondary: #6c757d;
  --text-heading: #2c3e50;
  --border-color: #e4e9f0;
  --border-light: #d5dde8;
  --shadow-sm: 0 1px 4px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 2px 8px rgba(0, 0, 0, 0.08);
  --input-bg: #f5f7fa;
  --input-border: #d5dde8;
  --card-bg: #ffffff;
  --offcanvas-bg: #ffffff;
  --footer-bg: #f8f9fa;
  --alert-info-bg: #f6f8ff;
  --alert-warning-bg: #fff9f3;
  --link-color: #7aa8d5;
  --link-hover: #5a8fc5;
}

[data-theme=dark] {
  --bg-body: #1a1d23;
  --bg-surface: #22262e;
  --bg-surface-2: #2a2f38;
  --bg-surface-3: #333842;
  --bg-gradient-blue: linear-gradient(90deg, #1e2530 0%, #222a38 100%);
  --text-primary: #c9cdd4;
  --text-secondary: #8b9199;
  --text-heading: #e1e4e8;
  --border-color: #363c46;
  --border-light: #3a414d;
  --shadow-sm: 0 1px 4px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 2px 8px rgba(0, 0, 0, 0.4);
  --input-bg: #2a2f38;
  --input-border: #3a414d;
  --card-bg: #22262e;
  --offcanvas-bg: #22262e;
  --footer-bg: #1e2126;
  --alert-info-bg: #1c2333;
  --alert-warning-bg: #2a2518;
  --link-color: #8ab8e0;
  --link-hover: #a0cdef;
}

#top-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  height: 56px;
  background: #fff;
  border-bottom: 1px solid #e4e9f0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.top-header-inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1rem;
  gap: 1rem;
}

.top-header-logo {
  flex: 0 0 auto;
}
.top-header-logo a {
  display: flex;
  align-items: center;
}
.top-header-logo img {
  height: 34px;
  width: auto;
  display: block;
}

.top-header-center {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
}
.top-header-center .search,
.top-header-center .mod-finder,
.top-header-center .js-finder-searchform,
.top-header-center form {
  width: 100%;
}

.top-header-login-btn {
  white-space: nowrap;
  border-radius: 20px;
  font-size: 0.875rem;
  padding: 6px 20px;
}

.top-header-user {
  flex: 0 0 auto;
}

.top-header-user-btn {
  background: none;
  border: 1px solid #d5dde8;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #525972;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.top-header-user-btn:hover {
  background-color: rgb(218.9, 231.3857142857, 243.6);
  color: #7aa8d5;
  border-color: #7aa8d5;
}

body#main {
  padding-top: 56px;
}

#sidebarOffcanvas {
  width: 300px;
}
#sidebarOffcanvas .offcanvas-header {
  border-bottom: 1px solid #e4e9f0;
}
#sidebarOffcanvas .nav-tabs {
  border: 0;
}
#sidebarOffcanvas .nav-tabs button {
  padding: 10px 13px;
  color: #525972;
  border-width: 0;
  border-radius: 5px;
}
#sidebarOffcanvas .nav-tabs button.active {
  background-color: #7aa8d5;
  color: #fff;
}

.header-search-form {
  width: 100%;
}

.header-search-group {
  width: 100%;
}
.header-search-group .awesomplete {
  flex: 1 1 auto;
  min-width: 0;
}
.header-search-group .header-search-input {
  width: 100%;
  border-radius: 20px 0 0 20px;
  border: 1px solid #d5dde8;
  padding: 6px 16px;
  font-size: 0.875rem;
  background-color: #f5f7fa;
}
.header-search-group .header-search-input:focus {
  border-color: #7aa8d5;
  box-shadow: 0 0 0 3px rgba(122, 168, 213, 0.15);
  background-color: #fff;
}
.header-search-group .header-search-btn {
  border-radius: 0 20px 20px 0;
  border: 1px solid #d5dde8;
  border-left: 0;
  padding: 6px 14px;
  color: #525972;
  background-color: #f5f7fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-search-group .header-search-btn:hover {
  background-color: rgb(218.9, 231.3857142857, 243.6);
  color: #7aa8d5;
  border-color: #7aa8d5;
}

.com-finder__search .header-search-group .header-search-btn {
  border: 1px solid #d5dde8 !important;
  border-left: 0 !important;
  border-radius: 0 20px 20px 0 !important;
  background-color: #f5f7fa !important;
  color: #525972 !important;
  box-shadow: none !important;
}
.com-finder__search .header-search-group .header-search-btn:hover {
  background-color: rgb(218.9, 231.3857142857, 243.6) !important;
  color: #7aa8d5 !important;
  border-color: #7aa8d5 !important;
}
.com-finder__search .header-search-group .header-search-input {
  border-radius: 20px 0 0 20px !important;
}

.transmisja-live {
  background: linear-gradient(135deg, #ff626a 0%, #f73898 100%);
  border-radius: 12px;
  padding: 12px 14px;
  width: 100%;
  max-width: 240px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  overflow: hidden;
  animation: live-glow 2s ease-in-out infinite alternate;
}
.transmisja-live .live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  padding: 3px 10px;
  border-radius: 6px;
  margin-bottom: 8px;
}
.transmisja-live .live-dot {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  animation: live-pulse 1s ease-in-out infinite;
}
.transmisja-live .live-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-width: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.3;
  margin: 6px 0;
}
.transmisja-live .live-link:hover {
  color: #525972;
}
.transmisja-live .live-link-text {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.transmisja-live .live-time {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
}

@keyframes live-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes live-glow {
  0% {
    box-shadow: 0 0 6px rgba(230, 57, 70, 0.3);
  }
  100% {
    box-shadow: 0 0 16px rgba(230, 57, 70, 0.6);
  }
}
.maincolor {
  color: #7aa8d5;
}

.mainbgcolor {
  background-color: #7aa8d5;
}

.bordercolor {
  color: #2cabff;
}

.bg-main-gradient-blue {
  background: linear-gradient(90deg, rgb(241, 246, 254) 0%, rgb(232, 242, 255) 100%);
}

body#main {
  color: #525972;
  font-size: 17px;
  line-height: 27px;
  font-family: "Roboto", sans-serif !important;
}
body#main .h1, body#main .h2, body#main .h3, body#main .h4, body#main .h5, body#main .h6, body#main h1, body#main h2, body#main h3, body#main h4, body#main h5, body#main h6 {
  font-weight: 400;
}

a.normalLink {
  text-decoration: none;
  color: #7aa8d5;
}
a.normalLink:hover {
  color: rgb(63.86, 129.9685714286, 194.64);
}
a {
  text-decoration: none;
}
a.title-link {
  font-size: 23px;
  color: #525972;
  text-decoration: none;
  font-weight: 300;
}
a.title-link:hover {
  text-decoration: none;
  color: #2cabff;
}
a.submitform {
  display: inline-block;
  padding: 12px 25px;
  text-transform: uppercase;
  font-size: 20px;
  color: #7aa8d5;
  font-weight: 500;
  border: 1px solid #7aa8d5;
}
a.submitform:hover {
  background-color: #7aa8d5;
  color: #fff !important;
  text-decoration: none;
}
a.goback {
  color: rgb(161.3571428571, 167.1071428571, 187.6428571429);
}
a.goback:hover {
  text-decoration: none;
  color: #525972;
}
a.goback:hover i {
  color: #7aa8d5;
}
a.download {
  margin: 20px 0;
  padding: 15px 25px;
  display: inline-block;
  font-size: 17px;
  border: 1px solid #7aa8d5;
  color: #7aa8d5;
  background-color: #fff;
  text-transform: uppercase;
}
a.download:hover, a.download.active {
  background-color: #7aa8d5;
  color: #fff;
  text-decoration: none;
}
a.cancel {
  margin: 20px 0;
  padding: 5px 11px;
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
}
a.ical-link {
  background-color: #fff;
  color: #7aa8d5;
  border: 1px solid #7aa8d5;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 90%;
}
a.ical-link:hover {
  background-color: #7aa8d5;
  color: #fff;
}
a#filterClick {
  color: #d1ddfe;
  cursor: pointer;
}
a#filterClick.content_visible {
  color: #7aa8d5;
}
a.actionLink {
  margin: 20px 0;
  padding: 15px 25px;
  display: inline-block;
  font-size: 17px;
  border-radius: 15px;
  border: 1px solid #7aa8d5;
  color: #7aa8d5;
  background-color: #fff;
  text-transform: uppercase;
}
a.actionLink:hover, a.actionLink.active {
  background-color: #7aa8d5;
  color: #fff;
  text-decoration: none;
  border-color: #7aa8d5;
}
a.actionLink.backLink {
  background-color: #d1ddfe;
  border-color: #d1ddfe;
  color: #525972;
}
a.actionLink.backLink:hover {
  background-color: rgb(159.085106383, 184.1063829787, 252.914893617);
}

button.submitform, input.submitform {
  display: inline-block;
  padding: 5px 11px;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 15px;
  color: #7aa8d5;
  font-weight: 500;
  border: 1px solid #7aa8d5;
  background-color: #fff;
}
button.submitform:hover, input.submitform:hover {
  background-color: #7aa8d5;
  color: #fff;
  text-decoration: none;
}
button.generate, input.generate {
  margin: 20px 0;
  padding: 5px 11px;
  display: inline-block;
  font-size: 16px;
  border-radius: 15px;
  border: 1px solid #7aa8d5;
  color: #7aa8d5;
  background-color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
}
button.generate:hover, button.generate.active, input.generate:hover, input.generate.active {
  background-color: #7aa8d5;
  color: #fff;
  text-decoration: none;
}
button.generate:hover i, button.generate.active i, input.generate:hover i, input.generate.active i {
  color: #fff;
}
button.actionLink, input.actionLink {
  margin: 20px 0;
  padding: 5px 11px;
  display: inline-block;
  font-size: 17px;
  border: 1px solid #7aa8d5;
  color: #7aa8d5;
  background-color: #fff;
  text-transform: uppercase;
  border-radius: 15px;
}
button.actionLink:hover, button.actionLink.active, input.actionLink:hover, input.actionLink.active {
  background-color: #7aa8d5;
  color: #fff;
  text-decoration: none;
  border-color: #7aa8d5;
}
button.actionLink.backLink, input.actionLink.backLink {
  background-color: #d1ddfe;
  border-color: #d1ddfe;
  color: #525972;
}
button.actionLink.backLink:hover, input.actionLink.backLink:hover {
  background-color: rgb(159.085106383, 184.1063829787, 252.914893617);
}
button.submitLink, input.submitLink {
  margin: 20px 7px;
  padding: 5px 11px;
  display: inline-block;
  border-radius: 15px;
  font-size: 17px;
  border: 1px solid;
  color: #7eb950;
  background-color: #fff;
  text-transform: uppercase;
}
button.submitLink:hover, button.submitLink.active, input.submitLink:hover, input.submitLink.active {
  background-color: #7eb950;
  color: #fff;
  text-decoration: none;
  border-color: #7eb950;
}

.dropdown .dropdown-menu li a {
  font-size: 15px;
  margin: 5px 1px;
  padding: 7px 10px;
}

#content {
  background-color: #fff;
}

#sidebarmenu {
  background: #7aa8d5;
}
#sidebarmenu nav li a {
  color: #525972;
  padding-left: 5px;
  letter-spacing: 0.5px;
  font-family: "Roboto" !important;
}
#sidebarmenu nav li a:hover {
  color: #fff;
  text-decoration: none;
  border-color: #fff;
  opacity: 1;
}
#sidebarmenu nav li a {
  font-size: 17px;
  line-height: 40px;
  font-weight: 300;
}
#sidebarmenu nav li .nav-child {
  padding: 0;
  margin: 0 10px;
}
#sidebarmenu nav li .nav-child li {
  list-style: none;
}
#sidebarmenu nav li .nav-child li a {
  color: #525972;
  padding-left: 5px;
  letter-spacing: 0.5px;
  font-family: "Roboto" !important;
}
#sidebarmenu nav li .nav-child li a:hover {
  color: #fff;
  text-decoration: none;
  border-color: #fff;
  opacity: 1;
}
#sidebarmenu nav li .nav-child li a {
  text-transform: capitalize;
}
#sidebarmenu nav li .nav-child li.current.active a {
  opacity: 1;
  border-color: #fff;
}
#sidebarmenu nav li.current.active a.active {
  opacity: 1;
  border-color: #fff;
}
#sidebarmenu .nav {
  border: 0;
}
#sidebarmenu .nav button {
  background-color: transparent;
  color: rgb(191.25, 191.25, 191.25);
  border-width: 0;
}
#sidebarmenu .nav button.active {
  color: #fff;
}

#sidebarmenu-color ul li, #sidebarOffcanvas ul li {
  margin: 5px 0;
}
#sidebarmenu-color ul li a, #sidebarOffcanvas ul li a {
  color: #525972;
  padding-left: 5px;
  letter-spacing: 0.5px;
  font-family: "Roboto" !important;
}
#sidebarmenu-color ul li a:hover, #sidebarOffcanvas ul li a:hover {
  color: #fff;
  text-decoration: none;
  border-color: #fff;
  opacity: 1;
}
#sidebarmenu-color ul li a, #sidebarOffcanvas ul li a {
  font-size: 17px;
  line-height: 40px;
  display: block;
}
#sidebarmenu-color ul li a:before, #sidebarOffcanvas ul li a:before {
  margin-right: 10px;
  font-family: IcoMoon;
  font-size: 19px;
  position: relative;
  top: 1px;
  width: 19px;
  display: inline-block;
}
#sidebarmenu-color ul li a:hover, #sidebarOffcanvas ul li a:hover {
  background-color: rgb(218.9, 231.3857142857, 243.6);
  border-radius: 15px;
  color: #7aa8d5;
}
#sidebarmenu-color ul li .nav-child, #sidebarOffcanvas ul li .nav-child {
  padding: 0;
  margin: 0 10px;
  display: none;
}
#sidebarmenu-color ul li .nav-child li, #sidebarOffcanvas ul li .nav-child li {
  list-style: none;
}
#sidebarmenu-color ul li .nav-child li a, #sidebarOffcanvas ul li .nav-child li a {
  color: #525972;
  padding-left: 5px;
  letter-spacing: 0.5px;
  font-family: "Roboto" !important;
}
#sidebarmenu-color ul li .nav-child li a:hover, #sidebarOffcanvas ul li .nav-child li a:hover {
  color: #fff;
  text-decoration: none;
  border-color: #fff;
  opacity: 1;
}
#sidebarmenu-color ul li .nav-child li a, #sidebarOffcanvas ul li .nav-child li a {
  text-transform: capitalize;
  font-size: 1rem;
}
#sidebarmenu-color ul li .nav-child li a:before, #sidebarOffcanvas ul li .nav-child li a:before {
  font-size: 20px;
}
#sidebarmenu-color ul li.active a, #sidebarOffcanvas ul li.active a {
  color: #7aa8d5;
  /*background-color: lighten($mainColor, 10%);
  border-right: 5px solid $mainColor;*/
  background-color: rgb(234.404, 241.5274285714, 248.496);
  border-radius: 15px;
}
#sidebarmenu-color ul li.active .nav-child, #sidebarOffcanvas ul li.active .nav-child {
  display: block;
}
#sidebarmenu-color ul li.active .nav-child li a, #sidebarOffcanvas ul li.active .nav-child li a {
  color: #525972;
  background-color: transparent;
  display: block;
}
#sidebarmenu-color ul li.active .nav-child li.active a, #sidebarOffcanvas ul li.active .nav-child li.active a {
  color: #7aa8d5;
}
#sidebarmenu-color .nav, #sidebarOffcanvas .nav {
  border: 0;
}
#sidebarmenu-color .nav button, #sidebarOffcanvas .nav button {
  padding: 13px;
  color: #525972;
  border-width: 0;
  border-radius: 5px;
}
#sidebarmenu-color .nav button.active, #sidebarOffcanvas .nav button.active {
  background-color: #7aa8d5;
  color: #fff;
}
#sidebarmenu-color .well #jux_accord-menu .menu_head, #sidebarOffcanvas .well #jux_accord-menu .menu_head {
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  font-size: 15px;
  font-weight: 400;
  border: 0;
  margin: 25px 0;
}
#sidebarmenu-color .well #jux_accord-menu .menu_head a span, #sidebarOffcanvas .well #jux_accord-menu .menu_head a span {
  color: #525972;
  font-family: Roboto !important;
  font-weight: 400 !important;
  font-size: 16px;
}
#sidebarmenu-color .well #jux_accord-menu .menu_head a span:before, #sidebarOffcanvas .well #jux_accord-menu .menu_head a span:before {
  font-family: IcoMoon !important;
  font-size: 25px;
  padding-right: 8px;
  position: relative;
  top: 4px;
}
#sidebarmenu-color .well #jux_accord-menu .menu_head a:hover span, #sidebarmenu-color .well #jux_accord-menu .menu_head a.active span, #sidebarOffcanvas .well #jux_accord-menu .menu_head a:hover span, #sidebarOffcanvas .well #jux_accord-menu .menu_head a.active span {
  color: #7aa8d5;
}
#sidebarmenu-color .well #jux_accord-menu .menu_head #jux_accord-menu div.menu_body p a span, #sidebarmenu-color .well #jux_accord-menu .menu_head #jux_accord-menu div.menu_body p span span, #sidebarOffcanvas .well #jux_accord-menu .menu_head #jux_accord-menu div.menu_body p a span, #sidebarOffcanvas .well #jux_accord-menu .menu_head #jux_accord-menu div.menu_body p span span {
  color: #525972;
}
#sidebarmenu-color .well #jux_accord-menu .menu_head #jux_accord-menu .active:hover, #sidebarmenu-color .well #jux_accord-menu .menu_head #jux_accord-menu .active span:hover, #sidebarOffcanvas .well #jux_accord-menu .menu_head #jux_accord-menu .active:hover, #sidebarOffcanvas .well #jux_accord-menu .menu_head #jux_accord-menu .active span:hover {
  color: #7aa8d5;
}
#sidebarmenu-color .well #jux_accord-menu .children .menu_head, #sidebarOffcanvas .well #jux_accord-menu .children .menu_head {
  margin: 5px 0;
}
#sidebarmenu-color .well #jux_accord-menu .children .menu_head a span, #sidebarOffcanvas .well #jux_accord-menu .children .menu_head a span {
  font-size: 14px;
}
#sidebarmenu-color .list-group .list-group-item, #sidebarOffcanvas .list-group .list-group-item {
  padding: 0.3rem 0.8rem;
}
#sidebarmenu-color .list-group .list-group-item.active, #sidebarOffcanvas .list-group .list-group-item.active {
  background-color: #fff;
  border-width: 1px 1px 0 1px;
  border-color: rgba(0, 0, 0, 0.125);
  color: #525972;
  font-weight: 500;
  position: relative;
}
#sidebarmenu-color .list-group .list-group-item.active:before, #sidebarOffcanvas .list-group .list-group-item.active:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  height: 3px !important;
  width: 100%;
  left: 0;
}
#sidebarmenu-color .list-group .list-group-item.active:after, #sidebarOffcanvas .list-group .list-group-item.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px !important;
  width: 40%;
  left: 13px;
  transition: 0.4s ease-out all 0.1s;
  background-color: #7aa8d5;
}

h5.moduleTitle {
  color: #525972;
  border-bottom: 3px solid #7aa8d5;
  font-size: 1rem;
  font-weight: 500 !important;
}

.myicon a {
  color: #525972;
}
.myicon i {
  color: #fff;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  margin-right: 7px;
}
.myicon p {
  color: rgb(152.4581632653, 158.7545918367, 181.2418367347);
}
.myicon .CatId_9 i {
  background-color: #b3c44a;
}
.myicon .CatId_9 a:hover {
  color: #b3c44a;
}
.myicon .CatId_10 i {
  background-color: #7eb950;
}
.myicon .CatId_10 a:hover {
  color: #7eb950;
}
.myicon .CatId_11 i {
  background-color: #ed9737;
}
.myicon .CatId_11 a:hover {
  color: #ed9737;
}
.myicon .CatId_13 i {
  background-color: #8d1f62;
}
.myicon .CatId_13 a:hover {
  color: #8d1f62;
}
.myicon .CatId_14 i {
  background-color: #417dc1;
}
.myicon .CatId_14 a:hover {
  color: #417dc1;
}
.myicon .CatId_15 i {
  background-color: #91a2bf;
}
.myicon .CatId_15 a:hover {
  color: #91a2bf;
}
.myicon .CatId_16 i {
  background-color: #91a2bf;
}
.myicon .CatId_16 a:hover {
  color: #91a2bf;
}

.myicon.webinaria a, .myicon.szkolenia a {
  color: #525972;
}
.myicon.webinaria i, .myicon.szkolenia i {
  color: #fff;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  margin-right: 7px;
}
.myicon.webinaria p, .myicon.szkolenia p {
  color: rgb(152.4581632653, 158.7545918367, 181.2418367347);
}
.myicon.webinaria .CatId_3 i, .myicon.webinaria .CatId_8 i, .myicon.szkolenia .CatId_3 i, .myicon.szkolenia .CatId_8 i {
  background-color: #b3c44a;
}
.myicon.webinaria .CatId_3 a:hover, .myicon.webinaria .CatId_8 a:hover, .myicon.szkolenia .CatId_3 a:hover, .myicon.szkolenia .CatId_8 a:hover {
  color: #b3c44a;
}
.myicon.webinaria .CatId_9 i, .myicon.webinaria .CatId_12 i, .myicon.szkolenia .CatId_9 i, .myicon.szkolenia .CatId_12 i {
  background-color: #7eb950;
}
.myicon.webinaria .CatId_9 a:hover, .myicon.webinaria .CatId_12 a:hover, .myicon.szkolenia .CatId_9 a:hover, .myicon.szkolenia .CatId_12 a:hover {
  color: #7eb950;
}
.myicon.webinaria .CatId_4 i, .myicon.webinaria .CatId_10 i, .myicon.webinaria .CatId_23 i, .myicon.webinaria .CatId_24 i, .myicon.szkolenia .CatId_4 i, .myicon.szkolenia .CatId_10 i, .myicon.szkolenia .CatId_23 i, .myicon.szkolenia .CatId_24 i {
  background-color: #ed9737;
}
.myicon.webinaria .CatId_4 a:hover, .myicon.webinaria .CatId_10 a:hover, .myicon.webinaria .CatId_23 a:hover, .myicon.webinaria .CatId_24 a:hover, .myicon.szkolenia .CatId_4 a:hover, .myicon.szkolenia .CatId_10 a:hover, .myicon.szkolenia .CatId_23 a:hover, .myicon.szkolenia .CatId_24 a:hover {
  color: #ed9737;
}
.myicon.webinaria .CatId_25 i, .myicon.webinaria .CatId_26 i, .myicon.szkolenia .CatId_25 i, .myicon.szkolenia .CatId_26 i {
  background-color: #8d1f62;
}
.myicon.webinaria .CatId_25 a:hover, .myicon.webinaria .CatId_26 a:hover, .myicon.szkolenia .CatId_25 a:hover, .myicon.szkolenia .CatId_26 a:hover {
  color: #8d1f62;
}
.myicon.webinaria .CatId_11 i, .myicon.webinaria .CatId_13 i, .myicon.szkolenia .CatId_11 i, .myicon.szkolenia .CatId_13 i {
  background-color: #8d1f62;
}
.myicon.webinaria .CatId_11 a:hover, .myicon.webinaria .CatId_13 a:hover, .myicon.szkolenia .CatId_11 a:hover, .myicon.szkolenia .CatId_13 a:hover {
  color: #8d1f62;
}
.myicon.webinaria .CatId_21 i, .myicon.webinaria .CatId_22 i, .myicon.szkolenia .CatId_21 i, .myicon.szkolenia .CatId_22 i {
  background-color: #417dc1;
}
.myicon.webinaria .CatId_21 a:hover, .myicon.webinaria .CatId_22 a:hover, .myicon.szkolenia .CatId_21 a:hover, .myicon.szkolenia .CatId_22 a:hover {
  color: #417dc1;
}
.myicon.webinaria .CatId_27 i, .myicon.webinaria .CatId_28 i, .myicon.szkolenia .CatId_27 i, .myicon.szkolenia .CatId_28 i {
  background-color: #1990f5;
}
.myicon.webinaria .CatId_27 a:hover, .myicon.webinaria .CatId_28 a:hover, .myicon.szkolenia .CatId_27 a:hover, .myicon.szkolenia .CatId_28 a:hover {
  color: #1990f5;
}
.myicon.webinaria .CatId_29 i, .myicon.webinaria .CatId_30 i, .myicon.szkolenia .CatId_29 i, .myicon.szkolenia .CatId_30 i {
  background-color: #7f8fa6;
}
.myicon.webinaria .CatId_29 a:hover, .myicon.webinaria .CatId_30 a:hover, .myicon.szkolenia .CatId_29 a:hover, .myicon.szkolenia .CatId_30 a:hover {
  color: #7f8fa6;
}
.myicon.webinaria .CatId_31 i, .myicon.webinaria .CatId_32 i, .myicon.szkolenia .CatId_31 i, .myicon.szkolenia .CatId_32 i {
  background-color: #5ac09b;
}
.myicon.webinaria .CatId_31 a:hover, .myicon.webinaria .CatId_32 a:hover, .myicon.szkolenia .CatId_31 a:hover, .myicon.szkolenia .CatId_32 a:hover {
  color: #5ac09b;
}
.myicon.webinaria .CatId_33 i, .myicon.webinaria .CatId_34 i, .myicon.szkolenia .CatId_33 i, .myicon.szkolenia .CatId_34 i {
  background-color: #91a2bf;
}
.myicon.webinaria .CatId_33 a:hover, .myicon.webinaria .CatId_34 a:hover, .myicon.szkolenia .CatId_33 a:hover, .myicon.szkolenia .CatId_34 a:hover {
  color: #91a2bf;
}
.myicon.webinaria .CatId_16 i, .myicon.szkolenia .CatId_16 i {
  background-color: #91a2bf;
}
.myicon.webinaria .CatId_16 a:hover, .myicon.szkolenia .CatId_16 a:hover {
  color: #91a2bf;
}

.myicon.konferencje a {
  color: #525972;
}
.myicon.konferencje i {
  color: #fff;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  margin-right: 7px;
}
.myicon.konferencje p {
  color: rgb(152.4581632653, 158.7545918367, 181.2418367347);
}
.myicon.konferencje .CatId_20 i {
  background-color: #293e6b;
}
.myicon.konferencje .CatId_20 a:hover {
  color: #293e6b;
}
.myicon.konferencje .CatId_5 i {
  background-color: #91a2bf;
}
.myicon.konferencje .CatId_5 a:hover {
  color: #91a2bf;
}

.alternative a {
  color: #525972;
}
.alternative a i {
  color: #7aa8d5;
}
.alternative a:hover {
  color: #7aa8d5;
  text-decoration: none;
}

.premium {
  background-color: #7aa8d5;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.premium a {
  color: #fff;
}
.premium a:hover {
  color: rgb(63.86, 129.9685714286, 194.64);
}

.pulse-button {
  display: inline-block;
  width: 17px;
  height: 17px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  margin-right: 10px;
  letter-spacing: -1px;
  color: white;
  border: none;
  border-radius: 50%;
  background: #7aa8d5;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
  -webkit-animation: pulse 1.5s infinite;
  text-decoration: none;
}

.pulse-button:hover {
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
.alert a {
  text-transform: uppercase;
  color: #525972;
}
.alert a:hover {
  text-decoration: underline;
}

.alert-info-szkolenia, .alert-notice-szkolenia {
  color: #7aa8d5;
  background-color: #f6f8ff;
  border-color: #d1ddfe;
}

.alert-warning-szkolenia {
  color: #e48c25;
  background-color: #fff9f3;
  border-color: #fde2c3;
}

.alert-message-szkolenia {
  color: #b3c44a;
  background-color: rgb(254.905, 254.92625, 254.77375);
  border-color: #b3c44a;
}

.divider i {
  font-size: 10px;
  padding: 0 5px;
}

.registration fieldset .control-group {
  padding: 10px 0;
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
}
.registration fieldset .control-group label {
  margin-bottom: 0;
}
.registration fieldset .control-group input {
  border: 1px solid rgb(131.693877551, 139.2653061224, 166.306122449);
  border-radius: 4px;
  padding: 5px;
  width: 100%;
}

ul.breadcrumb {
  margin-bottom: 0 !important;
}
ul.breadcrumb li a {
  color: #7aa8d5;
}
ul.breadcrumb li a:hover {
  text-decoration: none;
  color: #2cabff;
}

.blog .items-leading iframe {
  min-height: 210px;
}
.blog .items-leading .page-header h2 {
  font-size: 18px;
}
.blog .items-leading .page-header h2 a {
  color: #7aa8d5;
}
.blog .items-leading .box {
  border-top: 5px solid rgb(131.693877551, 139.2653061224, 166.306122449);
  border-bottom: 1px solid rgb(131.693877551, 139.2653061224, 166.306122449);
  border-right: 1px solid rgb(131.693877551, 139.2653061224, 166.306122449);
  border-left: 1px solid rgb(131.693877551, 139.2653061224, 166.306122449);
  height: 100%;
  overflow: hidden;
}
.blog .items-leading .box:hover {
  border-top-color: #7aa8d5;
}
.blog .items-leading .box .header {
  min-height: 210px;
  background-size: cover;
}
.blog .items-leading .box .header .data_publikacji {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  display: block;
  width: 100%;
  font-size: 80%;
}
.blog .items-leading .box a {
  color: #525972;
}
.blog .items-leading .box a h4 {
  font-size: 18px;
}
.blog .items-leading .box a:hover {
  text-decoration: none;
}
.blog .items-leading .box a:hover h4, .blog .items-leading .box a:hover p {
  color: #fff;
}
.blog .items-leading .box a:hover .bottom {
  background: #7aa8d5;
}
.com-content-category__articles table tr th a i {
  padding: 5px 7px;
  border-radius: 5px;
}
.com-content-category__articles table tr th a:hover i {
  background-color: #7aa8d5;
}

#tagfilterform ul li {
  border: 1px solid #2cabff;
  margin: 5px;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 80%;
}
#tagfilterform ul li:hover, #tagfilterform ul li.active {
  background-color: #7aa8d5;
  color: #fff;
}
#tagfilterform ul li:hover i, #tagfilterform ul li.active i {
  color: #fff;
}
#tagfilterform ul li.cleartag {
  border-color: #721c24;
  color: #721c24;
}
#tagfilterform ul li.cleartag:hover {
  background-color: #721c24;
  color: #fff;
}

#rsmail div[role=tablist] {
  display: none;
}

.mySubscription .blockSubscribe .subscribeHeaderId_2 {
  visibility: hidden;
  height: 1px;
}
.mySubscription .blockSubscribe .card-header a {
  color: #525972;
}
.mySubscription .blockSubscribe .card-header a i {
  color: #fff;
  border-radius: 5px;
  padding: 5px;
}
.mySubscription .blockSubscribe .subscribeId_3 h4 i {
  background-color: #b3c44a;
}
.mySubscription .blockSubscribe .subscribeId_4 h4 i {
  background-color: #7eb950;
}
.mySubscription .blockSubscribe .subscribeId_5 h4 i, .mySubscription .blockSubscribe .subscribeId_11 h4 i {
  background-color: #ed9737;
  padding-right: 9px;
  padding-left: 9px;
}
.mySubscription .blockSubscribe .subscribeId_6 h4 i {
  background-color: #8d1f62;
}
.mySubscription .blockSubscribe .subscribeId_7 h4 i {
  background-color: #417dc1;
}
.mySubscription .blockSubscribe .subscribeId_8 h4 i {
  background-color: #91a2bf;
}
.mySubscription .blockSubscribe .subscribeId_9 h4 i {
  background-color: #1990f5;
}
.mySubscription .blockSubscribe .subscribeId_10 h4 i {
  background-color: #7f8fa6;
}
.mySubscription .blockSubscribe .subscribeId_12 h4 i {
  background-color: #8c7ae6;
}
.mySubscription .blockSubscribe .subscribeId_13 h4 i {
  background-color: #5ac09b;
}
.mySubscription .blockSubscribe .subscribeId_14 h4 i {
  background-color: #b3c44a;
}
.mySubscription .blockSubscribe .subscribeId_16 h4 i {
  background-color: #417dc1;
}
.mySubscription h3 {
  color: #fff;
  background-color: #7aa8d5;
  border-radius: 5px;
  padding: 10px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.subscriptionShortList li p#toggleHeader i, .subscriptionShortList li p#toggleHeader1 i {
  color: #525972;
}
.subscriptionShortList li p#toggleHeader i:hover, .subscriptionShortList li p#toggleHeader1 i:hover {
  color: #7aa8d5;
}
.subscriptionShortList li i {
  padding: 3px;
  border-radius: 3px;
  color: #fff;
}
.subscriptionShortList li .user-setting-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.subscriptionShortList li .user-setting-badge.is-enabled {
  background-color: rgba(25, 135, 84, 0.12);
  color: #198754;
}
.subscriptionShortList li .user-setting-badge.is-disabled {
  background-color: rgba(108, 117, 125, 0.12);
  color: #6c757d;
}
.subscriptionShortList li.IdCat_2 {
  display: none;
}
.subscriptionShortList li.IdCat_3 i {
  background-color: #b3c44a;
}
.subscriptionShortList li.IdCat_4 i {
  background-color: #7eb950;
}
.subscriptionShortList li.IdCat_5 i, .subscriptionShortList li .IdCat_11 i {
  background-color: #ed9737;
  padding-right: 9px;
  padding-left: 9px;
}
.subscriptionShortList li.IdCat_6 i {
  background-color: #8d1f62;
}
.subscriptionShortList li.IdCat_7 i {
  background-color: #417dc1;
}
.subscriptionShortList li.IdCat_8 i {
  background-color: #91a2bf;
}
.subscriptionShortList li.IdCat_9 i {
  background-color: #1990f5;
}
.subscriptionShortList li.IdCat_10 i {
  background-color: #7f8fa6;
}
.subscriptionShortList li.IdCat_12 h4 i {
  background-color: #8c7ae6;
}
.subscriptionShortList li.IdCat_13 i {
  background-color: #5ac09b;
}
.subscriptionShortList li.IdCat_14 i {
  background-color: #b3c44a;
}
.subscriptionShortList li.IdCat_16 i {
  background-color: #417dc1;
}
.subscriptionShortList li.editLastItem a i {
  color: #7aa8d5;
}
.subscriptionShortList li.editLastItem a:hover i {
  color: #fff;
}

.password-group button span.icon-eye, .password-group button i.icon-eye {
  font-family: "Font Awesome 6 Free" !important;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.password-group button span.icon-eye:before, .password-group button i.icon-eye:before {
  content: "\f06e";
}
.password-group button span.icon-eye-slash, .password-group button i.icon-eye-slash {
  font-family: "Font Awesome 6 Free" !important;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.password-group button span.icon-eye-slash:before, .password-group button i.icon-eye-slash:before {
  content: "\f070";
}

.survey-wrapper .card-body h1 {
  color: #7aa8d5;
  font-weight: 400;
}
.survey-wrapper .card-body .survey-description h5 {
  line-height: 30px;
}
.survey-wrapper .card-body button.btn-create {
  display: inline-block;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 22px;
  color: #7aa8d5;
  font-weight: 500;
  border: 3px solid #7aa8d5;
  border-radius: 0;
  background-color: #fff;
  line-height: 1.5em;
}
.survey-wrapper .card-body button.btn-create:hover {
  background-color: #7aa8d5;
  color: #fff;
  text-decoration: none;
}

.surveys-list .survey-list {
  border-top: 3px solid transparent;
}
.surveys-list .survey-list .media-heading a {
  color: #525972;
}
.surveys-list .survey-list .media-heading a:hover {
  color: #7aa8d5;
  text-decoration: none;
}
.surveys-list .survey-list:hover {
  border-top-color: #2cabff;
}

.subdesc {
  background-color: rgba(0, 0, 0, 0.025);
  padding: 15px;
  border-radius: 5px;
  border-left: 4px solid #7aa8d5;
}

main .item-page {
  background-color: #fff;
}
main .item-page h2.name {
  color: rgb(49.9948979592, 54.262755102, 69.5051020408);
}
main .item-page span.date i {
  color: #7aa8d5;
}
main .item-page .content-header .header i {
  color: #fff;
  padding: 7px;
  border-radius: 5px;
  margin-right: 7px;
  width: 40px;
  height: 35px;
  text-align: center;
  display: inline-block;
}
main .item-page.pageClassId_9 {
  border-bottom: 5px solid #b3c44a;
}
main .item-page.pageClassId_9 .content-header .header i {
  background-color: #b3c44a;
}
main .item-page.pageClassId_10 {
  border-bottom: 5px solid #7eb950;
}
main .item-page.pageClassId_10 .content-header .header i {
  background-color: #7eb950;
}
main .item-page.pageClassId_11, main .item-page.pageClassId_19 {
  border-bottom: 5px solid #ed9737;
}
main .item-page.pageClassId_11 .content-header .header i, main .item-page.pageClassId_19 .content-header .header i {
  background-color: #ed9737;
}
main .item-page.pageClassId_13 {
  border-bottom: 5px solid #8d1f62;
}
main .item-page.pageClassId_13 .content-header .header i {
  background-color: #8d1f62;
}
main .item-page.pageClassId_14 {
  border-bottom: 5px solid #417dc1;
}
main .item-page.pageClassId_14 .content-header .header i {
  background-color: #417dc1;
}
main .item-page.pageClassId_15, main .item-page.pageClassId_24 {
  border-bottom: 5px solid #91a2bf;
}
main .item-page.pageClassId_15 .content-header .header i, main .item-page.pageClassId_24 .content-header .header i {
  background-color: #91a2bf;
}
main .item-page.pageClassId_16 {
  border-bottom: 5px solid #ef5350;
}
main .item-page.pageClassId_16 .content-header .header i {
  background-color: #ef5350;
}
main .item-page.pageClassId_18 {
  border-bottom: 5px solid #7aa8d5;
}
main .item-page.pageClassId_18 .content-header .header i {
  background-color: #7aa8d5;
}
main .item-page.pageClassId_20 {
  border-bottom: 5px solid #8c7ae6;
}
main .item-page.pageClassId_20 .content-header .header i {
  background-color: #8c7ae6;
}
main .item-page.pageClassId_21 {
  border-bottom: 5px solid #1990f5;
}
main .item-page.pageClassId_21 .content-header .header i {
  background-color: #1990f5;
}
main .item-page.pageClassId_22 {
  border-bottom: 5px solid #7f8fa6;
}
main .item-page.pageClassId_22 .content-header .header i {
  background-color: #7f8fa6;
}
main .item-page.pageClassId_23 {
  border-bottom: 5px solid #5ac09b;
}
main .item-page.pageClassId_23 .content-header .header i {
  background-color: #5ac09b;
}

.mod-login .info-login i {
  background-color: #7aa8d5;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.mod-login .input-group-text {
  background-color: #7aa8d5;
  color: #fff;
}
.mod-login input.form-control {
  background-color: #fff;
}
.mod-login a {
  color: #7aa8d5;
}

.see-also {
  padding: 0;
}
.see-also li {
  list-style: none;
  margin-bottom: 15px;
  color: rgb(146.5255102041, 153.1862244898, 176.9744897959);
  border-left: 3px solid rgb(146.5255102041, 153.1862244898, 176.9744897959);
  padding-left: 10px;
  line-height: 22px;
}
.see-also li a {
  color: rgb(146.5255102041, 153.1862244898, 176.9744897959);
}
.see-also li:hover {
  border-color: #2cabff;
}
.see-also li:hover a {
  color: #2cabff;
  text-decoration: none;
}
.see-also li:hover a span {
  color: rgb(146.5255102041, 153.1862244898, 176.9744897959);
}

footer ul.nav {
  flex-direction: unset !important;
}
footer ul.nav li {
  margin-right: 10px;
}
footer ul.nav li a {
  color: #525972;
}
footer ul.nav li a:hover {
  color: #7aa8d5;
  text-decoration: none;
}

@media (min-width: 576px) {
  .jevbootstrap .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
.jev_eventdetails_body .fade.in {
  opacity: 1;
}

/*-------------------- externals modules----------------------------*/
#jev_maincal .jev_listrow .ev_ul li {
  background-color: #fff;
  border-width: 3px 0 0 0;
  border-color: #fff !important;
  border-style: solid;
  transition: box-shadow 0.55s;
  position: relative;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
#jev_maincal .jev_listrow .ev_ul li i {
  color: rgb(103.3367346939, 112.1581632653, 143.6632653061);
}
#jev_maincal .jev_listrow .ev_ul li:hover {
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.16), 0 5px 20px 0 rgba(0, 0, 0, 0.12);
}
#jev_maincal .jev_listrow .ev_ul li:hover h3#id_45 a:hover, #jev_maincal .jev_listrow .ev_ul li:hover h3#id_44 a:hover {
  color: #b3c44a;
}
#jev_maincal .jev_listrow .ev_ul li:hover h3#id_53 a:hover, #jev_maincal .jev_listrow .ev_ul li:hover h3#id_47 a:hover {
  color: #ed9737;
}
#jev_maincal .jev_listrow .ev_ul li:hover h3#id_43 a:hover {
  color: #ef5350;
}
#jev_maincal .jev_listrow .ev_ul li:hover h3#id_82 a:hover {
  color: #293e6b;
}
#jev_maincal .jev_listrow .ev_ul li:hover h3#id_52 a:hover, #jev_maincal .jev_listrow .ev_ul li:hover h3#id_46 a:hover {
  color: #7eb950;
}
#jev_maincal .jev_listrow .ev_ul li:hover h3#id_48 a:hover, #jev_maincal .jev_listrow .ev_ul li:hover h3#id_54 a:hover {
  color: #8d1f62;
}
#jev_maincal .jev_listrow .ev_ul li:hover h3#id_49 a:hover, #jev_maincal .jev_listrow .ev_ul li:hover h3#id_55 a:hover {
  color: #417dc1;
}
#jev_maincal .jev_listrow .ev_ul li:hover i.icon-ratusz2 {
  color: #91a2bf;
}
#jev_maincal .jev_listrow .ev_ul li:hover i.icon-webinar {
  color: #a868a4;
}
#jev_maincal .jev_listrow .ev_ul li:hover i.icon-erp2 {
  color: #293e6b;
}
#jev_maincal .jev_listrow .ev_ul li:hover i.icon-oplaty1 {
  color: #7eb950;
}
#jev_maincal .jev_listrow .ev_ul li:hover i.icon-podatki1 {
  color: #b3c44a;
}
#jev_maincal .jev_listrow .ev_ul li:hover i.icon-hr-main {
  color: #ed9737;
}
#jev_maincal .jev_listrow .ev_ul li:hover i.icon-ks_budzetowa {
  color: #8d1f62;
}
#jev_maincal .jev_listrow .ev_ul li:hover i.icon-eurzad-new {
  color: #417dc1;
}
#jev_maincal .jev_listrow .ev_ul li:hover i.icon-business-card {
  color: #91a2bf;
}
#jev_maincal .jev_listrow .ev_ul li:hover i.icon-presentation {
  color: #ef5350;
}

.speaker img {
  height: 150px;
  border-radius: 10px;
}

#eb-events .eb-event, #eb-event-page .eb-event {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16), 0 5px 20px 0 rgba(0, 0, 0, 0.12);
}
#eb-events .eb-event:hover, #eb-event-page .eb-event:hover {
  border-color: #7aa8d5;
}
#eb-events .eventsMainViewInfoList li, #eb-event-page .eventsMainViewInfoList li {
  padding: 0 13px;
}
#eb-events .eventsMainViewInfoList li span, #eb-event-page .eventsMainViewInfoList li span {
  text-align: center;
}
#eb-events .eventsMainViewInfoList li span.label, #eb-event-page .eventsMainViewInfoList li span.label {
  font-weight: 500;
  color: #bdbdbd;
  margin-bottom: 7px;
}
#eb-events .eventsMainViewInfoList li span.label i, #eb-event-page .eventsMainViewInfoList li span.label i {
  color: rgb(180.14, 206.0314285714, 231.36);
  margin-right: 5px;
  width: 22px;
}
#eb-events .eventsMainViewInfoList li span.tvalue, #eb-event-page .eventsMainViewInfoList li span.tvalue {
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 20px;
}
#eb-events .eventsMainViewInfoList li span.tvalue a, #eb-event-page .eventsMainViewInfoList li span.tvalue a {
  color: #7aa8d5;
}
#eb-events .eventsMainViewInfoList li span.tvalue a:hover, #eb-event-page .eventsMainViewInfoList li span.tvalue a:hover {
  color: rgb(63.86, 129.9685714286, 194.64);
}
#eb-events .eb-event-header, #eb-event-page .eb-event-header {
  min-height: 110px;
}
#eb-events .eb-event-header .eb-event-title, #eb-event-page .eb-event-header .eb-event-title {
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}
#eb-events .eb-event-header h2 a, #eb-events .eb-event-header h1 a, #eb-event-page .eb-event-header h2 a, #eb-event-page .eb-event-header h1 a {
  color: #525972;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
#eb-events .eb-event-header h2 a:hover, #eb-events .eb-event-header h1 a:hover, #eb-event-page .eb-event-header h2 a:hover, #eb-event-page .eb-event-header h1 a:hover {
  color: #7aa8d5;
}
#eb-events .eb-event-header h2 p i, #eb-events .eb-event-header h1 p i, #eb-event-page .eb-event-header h2 p i, #eb-event-page .eb-event-header h1 p i {
  color: #fff;
  width: 50px;
  height: 45px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-size: 29px;
}
#eb-events .eb-event-header h2 p i:before, #eb-events .eb-event-header h1 p i:before, #eb-event-page .eb-event-header h2 p i:before, #eb-event-page .eb-event-header h1 p i:before {
  top: 9px;
  position: relative;
}
#eb-events .eb-event-header.eventInfo p, #eb-event-page .eb-event-header.eventInfo p {
  position: relative;
  margin-right: 60px;
  display: unset;
}
#eb-events .eb-event-header.eventInfo p i, #eb-event-page .eb-event-header.eventInfo p i {
  top: 0;
  position: absolute;
  width: 50px;
  height: 50px;
}
#eb-events .eb-event-footer, #eb-event-page .eb-event-footer {
  border-top: 1px solid #e1edff;
}
#eb-events .catId_20 .eb-event-header h2 i, #eb-events .catId_20 .eb-event-header h1 i, #eb-event-page .catId_20 .eb-event-header h2 i, #eb-event-page .catId_20 .eb-event-header h1 i {
  background-color: #293e6b;
}
#eb-events .catId_8 .eb-event-header h2 i, #eb-events .catId_8 .eb-event-header h1 i, #eb-events .catId_3 .eb-event-header h2 i, #eb-events .catId_3 .eb-event-header h1 i, #eb-event-page .catId_8 .eb-event-header h2 i, #eb-event-page .catId_8 .eb-event-header h1 i, #eb-event-page .catId_3 .eb-event-header h2 i, #eb-event-page .catId_3 .eb-event-header h1 i {
  background-color: #b3c44a;
}
#eb-events .catId_5 .eb-event-header h2 i, #eb-events .catId_5 .eb-event-header h1 i, #eb-event-page .catId_5 .eb-event-header h2 i, #eb-event-page .catId_5 .eb-event-header h1 i {
  background-color: #91a2bf;
}
#eb-events .catId_4 .eb-event-header h2 i, #eb-events .catId_4 .eb-event-header h1 i, #eb-events .catId_10 .eb-event-header h2 i, #eb-events .catId_10 .eb-event-header h1 i, #eb-events .catId_23 .eb-event-header h2 i, #eb-events .catId_23 .eb-event-header h1 i, #eb-events .catId_24 .eb-event-header h2 i, #eb-events .catId_24 .eb-event-header h1 i, #eb-event-page .catId_4 .eb-event-header h2 i, #eb-event-page .catId_4 .eb-event-header h1 i, #eb-event-page .catId_10 .eb-event-header h2 i, #eb-event-page .catId_10 .eb-event-header h1 i, #eb-event-page .catId_23 .eb-event-header h2 i, #eb-event-page .catId_23 .eb-event-header h1 i, #eb-event-page .catId_24 .eb-event-header h2 i, #eb-event-page .catId_24 .eb-event-header h1 i {
  background-color: #ed9737;
}
#eb-events .catId_9 .eb-event-header h2 i, #eb-events .catId_9 .eb-event-header h1 i, #eb-events .catId_12 .eb-event-header h2 i, #eb-events .catId_12 .eb-event-header h1 i, #eb-event-page .catId_9 .eb-event-header h2 i, #eb-event-page .catId_9 .eb-event-header h1 i, #eb-event-page .catId_12 .eb-event-header h2 i, #eb-event-page .catId_12 .eb-event-header h1 i {
  background-color: #7eb950;
}
#eb-events .catId_11 .eb-event-header h2 i, #eb-events .catId_11 .eb-event-header h1 i, #eb-events .catId_13 .eb-event-header h2 i, #eb-events .catId_13 .eb-event-header h1 i, #eb-event-page .catId_11 .eb-event-header h2 i, #eb-event-page .catId_11 .eb-event-header h1 i, #eb-event-page .catId_13 .eb-event-header h2 i, #eb-event-page .catId_13 .eb-event-header h1 i {
  background-color: #8d1f62;
}
#eb-events .catId_21 .eb-event-header h2 i, #eb-events .catId_21 .eb-event-header h1 i, #eb-events .catId_22 .eb-event-header h2 i, #eb-events .catId_22 .eb-event-header h1 i, #eb-event-page .catId_21 .eb-event-header h2 i, #eb-event-page .catId_21 .eb-event-header h1 i, #eb-event-page .catId_22 .eb-event-header h2 i, #eb-event-page .catId_22 .eb-event-header h1 i {
  background-color: #417dc1;
}
#eb-events .catId_25 .eb-event-header h2 i, #eb-events .catId_25 .eb-event-header h1 i, #eb-events .catId_26 .eb-event-header h2 i, #eb-events .catId_26 .eb-event-header h1 i, #eb-event-page .catId_25 .eb-event-header h2 i, #eb-event-page .catId_25 .eb-event-header h1 i, #eb-event-page .catId_26 .eb-event-header h2 i, #eb-event-page .catId_26 .eb-event-header h1 i {
  background-color: #8c7ae6;
}
#eb-events .catId_27 .eb-event-header h2 i, #eb-events .catId_27 .eb-event-header h1 i, #eb-events .catId_28 .eb-event-header h2 i, #eb-events .catId_28 .eb-event-header h1 i, #eb-event-page .catId_27 .eb-event-header h2 i, #eb-event-page .catId_27 .eb-event-header h1 i, #eb-event-page .catId_28 .eb-event-header h2 i, #eb-event-page .catId_28 .eb-event-header h1 i {
  background-color: #1990f5;
}
#eb-events .catId_29 .eb-event-header h2 i, #eb-events .catId_29 .eb-event-header h1 i, #eb-events .catId_30 .eb-event-header h2 i, #eb-events .catId_30 .eb-event-header h1 i, #eb-event-page .catId_29 .eb-event-header h2 i, #eb-event-page .catId_29 .eb-event-header h1 i, #eb-event-page .catId_30 .eb-event-header h2 i, #eb-event-page .catId_30 .eb-event-header h1 i {
  background-color: #7f8fa6;
}
#eb-events .catId_31 .eb-event-header h2 i, #eb-events .catId_31 .eb-event-header h1 i, #eb-events .catId_32 .eb-event-header h2 i, #eb-events .catId_32 .eb-event-header h1 i, #eb-event-page .catId_31 .eb-event-header h2 i, #eb-event-page .catId_31 .eb-event-header h1 i, #eb-event-page .catId_32 .eb-event-header h2 i, #eb-event-page .catId_32 .eb-event-header h1 i {
  background-color: #5ac09b;
}
#eb-events .catId_19 .eb-event-header h2 i, #eb-events .catId_19 .eb-event-header h1 i, #eb-events .catId_20 .eb-event-header h2 i, #eb-events .catId_20 .eb-event-header h1 i, #eb-event-page .catId_19 .eb-event-header h2 i, #eb-event-page .catId_19 .eb-event-header h1 i, #eb-event-page .catId_20 .eb-event-header h2 i, #eb-event-page .catId_20 .eb-event-header h1 i {
  background-color: #293e6b;
}
#eb-events .eb-description #eb-event-info table td.eb-event-property-label, #eb-event-page .eb-description #eb-event-info table td.eb-event-property-label {
  color: #525972;
  font-weight: 400;
}
#eb-events .eb-description #eb-event-info table td.eb-event-property-label i, #eb-event-page .eb-description #eb-event-info table td.eb-event-property-label i {
  color: #bdbdbd;
  width: 35px;
}
#eb-events .eb-description #eb-event-info table td.eb-event-property-value, #eb-event-page .eb-description #eb-event-info table td.eb-event-property-value {
  font-weight: 500;
}
#eb-events #eb-event-agandas tr td, #eb-event-page #eb-event-agandas tr td {
  padding: 0.7rem 0.7rem;
}
#eb-events #eb-event-agandas tr td .speaker, #eb-event-page #eb-event-agandas tr td .speaker {
  font-weight: 300;
}
#eb-events #eb-event-agandas tr td .speaker span, #eb-event-page #eb-event-agandas tr td .speaker span {
  font-weight: 400;
}
#eb-events #eb-event-agandas tr td .speaker, #eb-event-page #eb-event-agandas tr td .speaker {
  line-height: 30px;
  padding-left: 3rem;
}
#eb-events #eb-event-agandas tr td ul li, #eb-event-page #eb-event-agandas tr td ul li {
  padding: 2px 0;
}
#eb-events #eb-event-agandas i, #eb-event-page #eb-event-agandas i {
  margin-right: 10px;
  color: #7aa8d5;
  font-size: 20px;
}
#eb-events #eb-event-agandas .eb-agenda-time, #eb-event-page #eb-event-agandas .eb-agenda-time {
  font-size: 20px;
}
#eb-events .eb-register-buttons-bottom, #eb-event-page .eb-register-buttons-bottom {
  border: 2px solid #7aa8d5;
  border-radius: 5px;
  background-color: rgb(218.9, 231.3857142857, 243.6);
}

#eb-individual-registration-page .form-actions {
  border: 2px solid #7aa8d5;
  border-radius: 5px;
  background-color: rgb(218.9, 231.3857142857, 243.6);
}

#eb-registration-history-page .history-table thead tr th {
  color: #525972;
}
#eb-registration-history-page .history-table thead tr th a {
  color: #7aa8d5;
}
#eb-registration-history-page .history-table thead {
  border-bottom: 3px solid #525972;
}
#eb-registration-history-page .history-table tbody tr td a.link {
  color: #7aa8d5;
}

.szkoleniaCalendar ul.regpro-calendarMonthHeader {
  background-color: #525972;
  border-radius: 5px 5px 0 0;
}
.szkoleniaCalendar ul .regpro-calendarWeekDayHeader {
  background-color: #7aa8d5;
}
.szkoleniaCalendar ul .regpro-calendarWeekDayHeader:first-child {
  border: 0;
}
.szkoleniaCalendar ul .regpro-calendarDay a.eb_event_link {
  background-color: #fff;
  border: 0;
  border-radius: 3px;
  color: #525972;
}
.szkoleniaCalendar ul .regpro-calendarDay a i {
  padding: 5px;
  border-radius: 3px;
  color: #fff;
  margin-right: 5px;
}
.szkoleniaCalendar ul .regpro-calendarDay a#calCatId_20 i {
  background-color: #293e6b;
}
.szkoleniaCalendar ul .regpro-calendarDay a#calCatId_8 i, .szkoleniaCalendar ul .regpro-calendarDay a#calCatId_3 i {
  background-color: #b3c44a;
}
.szkoleniaCalendar ul .regpro-calendarDay a#calCatId_5 i {
  background-color: #91a2bf;
}
.szkoleniaCalendar ul .regpro-calendarDay a#calCatId_4 i, .szkoleniaCalendar ul .regpro-calendarDay a#calCatId_10 i, .szkoleniaCalendar ul .regpro-calendarDay a#calCatId_23 i, .szkoleniaCalendar ul .regpro-calendarDay a#calCatId_24 i {
  background-color: #ed9737;
}
.szkoleniaCalendar ul .regpro-calendarDay a#calCatId_9 i, .szkoleniaCalendar ul .regpro-calendarDay a#calCatId_12 i {
  background-color: #7eb950;
}
.szkoleniaCalendar ul .regpro-calendarDay a#calCatId_11 i, .szkoleniaCalendar ul .regpro-calendarDay a#calCatId_13 i {
  background-color: #8d1f62;
}
.szkoleniaCalendar ul .regpro-calendarDay a#calCatId_21 i, .szkoleniaCalendar ul .regpro-calendarDay a#calCatId_22 i {
  background-color: #417dc1;
}
.szkoleniaCalendar ul .regpro-calendarDay a#calCatId_25 i, .szkoleniaCalendar ul .regpro-calendarDay a#calCatId_26 i {
  background-color: #8c7ae6;
}
.szkoleniaCalendar ul .regpro-calendarDay a#calCatId_27 i, .szkoleniaCalendar ul .regpro-calendarDay a#calCatId_28 i {
  background-color: #1990f5;
}
.szkoleniaCalendar ul .regpro-calendarDay a#calCatId_29 i, .szkoleniaCalendar ul .regpro-calendarDay a#calCatId_30 i {
  background-color: #7f8fa6;
}
.szkoleniaCalendar ul .regpro-calendarDay a#calCatId_31 i, .szkoleniaCalendar ul .regpro-calendarDay a#calCatId_32 i {
  background-color: #5ac09b;
}
.szkoleniaCalendar ul .regpro-calendarDay:hover {
  background-color: #7aa8d5;
}

.mwall-container .mwall-items .mwall-item .mwall-item-outer-cont {
  border: 1px solid #ccc;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.mwall-container .mwall-items .mwall-item .mwall-item-outer-cont .mwall-hover-box-content h3.mwall-title a {
  font-size: 18px !important;
}
.mwall-container .mwall-items .mwall-item .mwall-item-category i {
  color: #fff;
  padding: 7px;
  border-radius: 5px;
  margin-right: 7px;
  width: 40px;
  height: 35px;
  text-align: center;
  display: inline-block;
}
.mwall-container .mwall-items .mwall-item .mwall-item-category span {
  font-size: 16px;
}
.mwall-container .mwall-items .mwall-item.catId_9 .mwall-item-outer-cont {
  border-bottom: 5px solid #b3c44a;
}
.mwall-container .mwall-items .mwall-item.catId_9 .mwall-item-outer-cont .mwall-hover-box-content h3.mwall-title a:hover {
  color: #b3c44a !important;
}
.mwall-container .mwall-items .mwall-item.catId_9 .mwall-item-category i {
  background-color: #b3c44a;
}
.mwall-container .mwall-items .mwall-item.catId_10 .mwall-item-outer-cont {
  border-bottom: 5px solid #7eb950;
}
.mwall-container .mwall-items .mwall-item.catId_10 .mwall-item-outer-cont .mwall-hover-box-content h3.mwall-title a:hover {
  color: #7eb950 !important;
}
.mwall-container .mwall-items .mwall-item.catId_10 .mwall-item-category i {
  background-color: #7eb950;
}
.mwall-container .mwall-items .mwall-item.catId_11 .mwall-item-outer-cont, .mwall-container .mwall-items .mwall-item.catId_19 .mwall-item-outer-cont {
  border-bottom: 5px solid #ed9737;
}
.mwall-container .mwall-items .mwall-item.catId_11 .mwall-item-outer-cont .mwall-hover-box-content h3.mwall-title a:hover, .mwall-container .mwall-items .mwall-item.catId_19 .mwall-item-outer-cont .mwall-hover-box-content h3.mwall-title a:hover {
  color: #ed9737 !important;
}
.mwall-container .mwall-items .mwall-item.catId_11 .mwall-item-category i, .mwall-container .mwall-items .mwall-item.catId_19 .mwall-item-category i {
  background-color: #ed9737;
}
.mwall-container .mwall-items .mwall-item.catId_13 .mwall-item-outer-cont {
  border-bottom: 5px solid #8d1f62;
}
.mwall-container .mwall-items .mwall-item.catId_13 .mwall-item-outer-cont .mwall-hover-box-content h3.mwall-title a:hover {
  color: #8d1f62 !important;
}
.mwall-container .mwall-items .mwall-item.catId_13 .mwall-item-category i {
  background-color: #8d1f62;
}
.mwall-container .mwall-items .mwall-item.catId_14 .mwall-item-outer-cont {
  border-bottom: 5px solid #417dc1;
}
.mwall-container .mwall-items .mwall-item.catId_14 .mwall-item-outer-cont .mwall-hover-box-content h3.mwall-title a:hover {
  color: #417dc1 !important;
}
.mwall-container .mwall-items .mwall-item.catId_14 .mwall-item-category i {
  background-color: #417dc1;
}
.mwall-container .mwall-items .mwall-item.catId_15 .mwall-item-outer-cont, .mwall-container .mwall-items .mwall-item.catId_24 .mwall-item-outer-cont {
  border-bottom: 5px solid #91a2bf;
}
.mwall-container .mwall-items .mwall-item.catId_15 .mwall-item-outer-cont .mwall-hover-box-content h3.mwall-title a:hover, .mwall-container .mwall-items .mwall-item.catId_24 .mwall-item-outer-cont .mwall-hover-box-content h3.mwall-title a:hover {
  color: #91a2bf !important;
}
.mwall-container .mwall-items .mwall-item.catId_15 .mwall-item-category i, .mwall-container .mwall-items .mwall-item.catId_24 .mwall-item-category i {
  background-color: #91a2bf;
}
.mwall-container .mwall-items .mwall-item.catId_16 .mwall-item-outer-cont {
  border-bottom: 5px solid #ef5350;
}
.mwall-container .mwall-items .mwall-item.catId_16 .mwall-item-outer-cont .mwall-hover-box-content h3.mwall-title a:hover {
  color: #ef5350 !important;
}
.mwall-container .mwall-items .mwall-item.catId_16 .mwall-item-category i {
  background-color: #ef5350;
}
.mwall-container .mwall-items .mwall-item.catId_20 .mwall-item-outer-cont {
  border-bottom: 5px solid #8c7ae6;
}
.mwall-container .mwall-items .mwall-item.catId_20 .mwall-item-outer-cont .mwall-hover-box-content h3.mwall-title a:hover {
  color: #8c7ae6 !important;
}
.mwall-container .mwall-items .mwall-item.catId_20 .mwall-item-category i {
  background-color: #8c7ae6;
}
.mwall-container .mwall-items .mwall-item.catId_21 .mwall-item-outer-cont {
  border-bottom: 5px solid #1990f5;
}
.mwall-container .mwall-items .mwall-item.catId_21 .mwall-item-outer-cont .mwall-hover-box-content h3.mwall-title a:hover {
  color: #1990f5 !important;
}
.mwall-container .mwall-items .mwall-item.catId_21 .mwall-item-category i {
  background-color: #1990f5;
}
.mwall-container .mwall-items .mwall-item.catId_22 .mwall-item-outer-cont {
  border-bottom: 5px solid #7f8fa6;
}
.mwall-container .mwall-items .mwall-item.catId_22 .mwall-item-outer-cont .mwall-hover-box-content h3.mwall-title a:hover {
  color: #7f8fa6 !important;
}
.mwall-container .mwall-items .mwall-item.catId_22 .mwall-item-category i {
  background-color: #7f8fa6;
}
.mwall-container .mwall-items .mwall-item.catId_23 .mwall-item-outer-cont {
  border-bottom: 5px solid #5ac09b;
}
.mwall-container .mwall-items .mwall-item.catId_23 .mwall-item-outer-cont .mwall-hover-box-content h3.mwall-title a:hover {
  color: #5ac09b !important;
}
.mwall-container .mwall-items .mwall-item.catId_23 .mwall-item-category i {
  background-color: #5ac09b;
}

.mainHeaderColour {
  color: #fff;
  background-color: #7aa8d5;
  border-radius: 5px;
  padding: 10px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.jev_evdt_title h1 i {
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.jev_evdt_title h1.id_45 i, .jev_evdt_title h1.id_44 i {
  background-color: #b3c44a;
}
.jev_evdt_title h1.id_48 i, .jev_evdt_title h1.id_54 i {
  background-color: #8d1f62;
}
.jev_evdt_title h1.id_52 i, .jev_evdt_title h1.id_46 i {
  background-color: #7eb950;
}
.jev_evdt_title h1.id_43 i {
  background-color: #ef5350;
}
.jev_evdt_title h1.id_58 i {
  background-color: #91a2bf;
}
.jev_evdt_title h1.id_82 i {
  background-color: #293e6b;
}
.jev_evdt_title h1.id_53 i, .jev_evdt_title h1.id_47 i {
  background-color: #ed9737;
}
.jev_evdt_title h1.id_49 i, .jev_evdt_title h1.id_55 i {
  background-color: #417dc1;
}

.jev_evdt {
  background-color: #fff;
}

#jevents .contentpaneopen .nav-pills .nav-link {
  text-transform: uppercase;
  color: rgb(146.5255102041, 153.1862244898, 176.9744897959);
  border-left: 3px solid rgb(146.5255102041, 153.1862244898, 176.9744897959);
  margin: 7px;
  border-radius: 0;
  font-weight: 500;
}
#jevents .contentpaneopen .nav-pills .nav-link.active {
  color: #7aa8d5;
  border-color: #7aa8d5;
  background-color: transparent;
}
#jevents .jev_evdt_title i {
  font-size: unset;
}
#jevents .pozakalendarzem {
  display: none;
}
#jevents .pozakalendarzem.title_1 {
  display: block;
}

#user-form .form-row button.rsform-submit-button {
  display: inline-block;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 22px;
  color: #7aa8d5;
  font-weight: 500;
  border: 3px solid #7aa8d5;
}
#user-form .form-row button.rsform-submit-button:hover {
  background-color: #7aa8d5;
  color: #fff;
  text-decoration: none;
}

#user ul li, #user ul dl, #user fieldset li, #user fieldset dl, .profile ul li, .profile ul dl, .profile fieldset li, .profile fieldset dl {
  line-height: 20px;
  margin: 0;
  font-weight: 300;
}
#user ul li label, #user ul li dt, #user ul dl label, #user ul dl dt, #user fieldset li label, #user fieldset li dt, #user fieldset dl label, #user fieldset dl dt, .profile ul li label, .profile ul li dt, .profile ul dl label, .profile ul dl dt, .profile fieldset li label, .profile fieldset li dt, .profile fieldset dl label, .profile fieldset dl dt {
  display: block;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.K2RecentBlock {
  max-width: 250px;
  margin-bottom: 10px;
}
.K2RecentBlock a {
  color: #525972;
  text-decoration: none;
  font-size: 85%;
  opacity: 0.8;
}
.K2RecentBlock a:hover {
  color: #7aa8d5;
  opacity: 1;
}

.events-boxes .search-box {
  background-image: url("../images/search.png");
  background-position: right top;
  background-repeat: no-repeat;
}
.events-boxes .update-box {
  background-image: url("../images/update.png");
  background-position: right top;
  background-repeat: no-repeat;
}
.events-boxes .number-box {
  background-image: url("../images/alert.png");
  background-position: right top;
  background-repeat: no-repeat;
}

.number-box {
  text-align: center;
  font-size: 5rem;
  font-weight: 500 !important;
}

.actions li a {
  color: #525972;
  font-size: 20px;
  padding-right: 5px;
}
.actions li a:hover {
  text-decoration: none;
  color: #2cabff;
}

.form-success {
  background-image: url("../images/registration-success-cover.jpg");
  background-size: cover;
}
.form-success h1 {
  color: #7aa8d5;
}

#jevents #jevents_body .jev_evdt_title h1 {
  color: rgb(49.9948979592, 54.262755102, 69.5051020408);
}
#jevents a.mail {
  color: #7aa8d5;
}
#jevents a.mail:hover {
  color: #2cabff;
  text-decoration: none;
}
#jevents .termin_1 {
  display: none;
}

.harmonogram .schedule-title {
  background-color: #7aa8d5;
  color: #fff;
  padding: 20px 30px;
  letter-spacing: 1px;
}
.harmonogram .schedule-list {
  background-color: #fff;
}
.harmonogram .schedule-list .position {
  padding: 22px 5px;
  border-bottom: 1px dashed #2cabff !important;
}
.harmonogram .schedule-list .position p {
  min-width: 101px;
}
.harmonogram .schedule-list .position p i {
  color: #7aa8d5;
}
.harmonogram .schedule-list .position h5 {
  line-height: 27px;
}
.harmonogram .schedule-list .position i {
  color: #7aa8d5;
}

table.submission {
  margin-top: 20px;
  background-color: #fff;
  padding: 15px;
}
table.submission thead {
  background-color: #7aa8d5;
  color: #fff;
}
table.submission thead tr th {
  padding: 20px;
}
table.submission tbody tr td {
  padding: 10px 20px;
  border-bottom: 1px dashed #2cabff;
}
table.submission tbody tr:last-child td {
  border: 0;
}

h4.rs-submition-count {
  color: rgb(131.693877551, 139.2653061224, 166.306122449);
  font-weight: 400;
}
h4.rs-submition-count span {
  color: #7aa8d5;
}

.form-row .register-head {
  background: #7aa8d5;
  color: #fff;
  padding: 10px 5px;
  font-size: 20px;
}
.form-row button.rsform-submit-button {
  display: inline-block;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 22px;
  color: #7aa8d5;
  font-weight: 500;
  border: 3px solid #7aa8d5;
  background-color: transparent;
  border-radius: 0;
}
.form-row button.rsform-submit-button:hover {
  background-color: #7aa8d5;
  color: #fff;
  text-decoration: none;
}

.imgcat-header img {
  height: 45px;
}

@media (max-width: 992px) {
  #sidebarmenu .navbar-toggler {
    color: rgb(191.25, 191.25, 191.25);
  }
  #sidebarmenu .navbar-toggler:hover {
    color: #fff;
  }
}
.survey-wrapper .survey-form button.btn-primary {
  display: inline-block;
  padding: 7px 15px;
  text-transform: uppercase;
  font-size: 19px;
  color: #7aa8d5;
  font-weight: 500;
  border: 3px solid #7aa8d5;
  background-color: #fff;
  border-radius: 0;
}
.survey-wrapper .survey-form button.btn-primary:hover {
  background-color: #7aa8d5;
  color: #fff !important;
  text-decoration: none;
}

h2.konkurs-title {
  letter-spacing: 1px;
  color: rgb(49.9948979592, 54.262755102, 69.5051020408);
  margin-top: 25px;
}

blockquote {
  padding: 20px;
  border-left: 5px solid #7aa8d5;
  background-color: rgb(242.25, 242.25, 242.25);
}

@media (min-width: 1600px) {
  .img-h {
    display: block;
  }
  .img-v {
    display: none;
  }
}
@media (max-width: 1600px) {
  .img-h {
    display: none;
  }
  .img-v {
    display: block;
  }
}
h2 {
  /* Extra small devices (phones, less than 768px) */
  font-size: 1rem;
  /* Small devices (tablets, 768px and up) */
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.2rem;
  }
}
h2 {
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 992px) {
  h2 {
    font-size: 1.4rem;
  }
}
h2 {
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 1200px) {
  h2 {
    font-size: 1.6rem;
  }
}
h2 {
  /* XLarge devices (xlarge desktops, 1400px and up) */
}
@media (min-width: 1400px) {
  h2 {
    font-size: 1.8rem;
  }
}

.alert-error-szkolenia {
  color: #721c24;
  background-color: rgb(254.0765957447, 249.7234042553, 250.1191489362);
  border-color: rgb(244.2021276596, 193.2978723404, 197.9255319149);
}

.login button.btn-primary {
  display: inline-block;
  padding: 7px 15px;
  text-transform: uppercase;
  font-size: 19px;
  color: #7aa8d5;
  font-weight: 500;
  border: 3px solid #7aa8d5;
  background-color: #fff;
  border-radius: 0;
}
.login button.btn-primary:hover {
  background-color: #7aa8d5;
  color: #fff !important;
  text-decoration: none;
}
.login .form-group input {
  border: 1px solid rgb(216.75, 216.75, 216.75);
  background-color: #fff !important;
  padding: 5px;
  color: #525972;
}

.center-me {
  margin: 0;
  display: inline-block;
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  line-height: 25px;
}

.login-panel i {
  color: #7aa8d5;
}

.logout-button input.btn-primary {
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 15px;
  color: #7aa8d5;
  font-weight: 500;
  border: 3px solid #7aa8d5;
  background-color: #fff;
  border-radius: 0;
}
.logout-button input.btn-primary:hover {
  background-color: #7aa8d5;
  color: #fff !important;
  text-decoration: none;
  border-color: #fff;
}
.logout-button a.btn-primary {
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 15px;
  color: #7aa8d5;
  font-weight: 500;
  border: 3px solid #7aa8d5;
  background-color: #fff;
  border-radius: 0;
}
.logout-button a.btn-primary:hover {
  background-color: #7aa8d5;
  color: #fff !important;
  text-decoration: none;
  border-color: #fff;
}

.k2_list_films {
  background-color: #fff;
  border-width: 3px 0 0 0;
  border-color: #fff !important;
  border-style: solid;
  transition: box-shadow 0.55s;
  position: relative;
  text-decoration: none;
  color: #525972;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.k2_list_films:hover {
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.16), 0 5px 20px 0 rgba(0, 0, 0, 0.12);
}
.k2_list_films#oplaty-i-ewidencje .play {
  border-width: 2px 0;
  border-style: solid;
  border-color: #7eb950;
}
.k2_list_films#oplaty-i-ewidencje .play i {
  color: #7eb950;
}
.k2_list_films#oplaty-i-ewidencje:hover .play {
  background-color: #7eb950;
}
.k2_list_films#oplaty-i-ewidencje:hover .play i {
  color: #fff;
}
.k2_list_films#oplaty-i-ewidencje:hover {
  color: #7eb950;
}
.k2_list_films#podatki .play {
  border-width: 2px 0;
  border-style: solid;
  border-color: #b3c44a;
}
.k2_list_films#podatki .play i {
  color: #b3c44a;
}
.k2_list_films#podatki:hover .play {
  background-color: #b3c44a;
}
.k2_list_films#podatki:hover .play i {
  color: #fff;
}
.k2_list_films#podatki:hover {
  color: #b3c44a;
}
.k2_list_films#zasoby-ludzkie .play {
  border-width: 2px 0;
  border-style: solid;
  border-color: #ed9737;
}
.k2_list_films#zasoby-ludzkie .play i {
  color: #ed9737;
}
.k2_list_films#zasoby-ludzkie:hover .play {
  background-color: #ed9737;
}
.k2_list_films#zasoby-ludzkie:hover .play i {
  color: #fff;
}
.k2_list_films#zasoby-ludzkie:hover {
  color: #ed9737;
}
.k2_list_films#elektroniczny-urzad .play {
  border-width: 2px 0;
  border-style: solid;
  border-color: #417dc1;
}
.k2_list_films#elektroniczny-urzad .play i {
  color: #417dc1;
}
.k2_list_films#elektroniczny-urzad:hover .play {
  background-color: #417dc1;
}
.k2_list_films#elektroniczny-urzad:hover .play i {
  color: #fff;
}
.k2_list_films#elektroniczny-urzad:hover {
  color: #417dc1;
}
.k2_list_films#finanse-i-budzet .play {
  border-width: 2px 0;
  border-style: solid;
  border-color: #8d1f62;
}
.k2_list_films#finanse-i-budzet .play i {
  color: #8d1f62;
}
.k2_list_films#finanse-i-budzet:hover .play {
  background-color: #8d1f62;
}
.k2_list_films#finanse-i-budzet:hover .play i {
  color: #fff;
}
.k2_list_films#finanse-i-budzet:hover {
  color: #8d1f62;
}
.k2_list_films#dla-administratorow .play {
  border-width: 2px 0;
  border-style: solid;
  border-color: #91a2bf;
}
.k2_list_films#dla-administratorow .play i {
  color: #91a2bf;
}
.k2_list_films#dla-administratorow:hover .play {
  background-color: #91a2bf;
}
.k2_list_films#dla-administratorow:hover .play i {
  color: #fff;
}
.k2_list_films#dla-administratorow:hover {
  color: #91a2bf;
}

.more {
  font-size: 0.7rem !important;
}

.more-video-cat ul {
  margin: 0;
  padding: 10px;
}
.more-video-cat ul li {
  list-style: none;
}
.more-video-cat ul li a {
  background-color: #fff;
  border-width: 3px 0 0 0;
  border-color: #fff !important;
  border-style: solid;
  transition: box-shadow 0.55s;
  position: relative;
  display: block;
  text-decoration: none;
  padding: 15px;
  color: #525972;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.more-video-cat ul li a:hover {
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.16), 0 5px 20px 0 rgba(0, 0, 0, 0.12);
  color: #7aa8d5;
}
.more-video-cat ul li a:hover:before {
  color: #7aa8d5;
}
.more-video-cat ul li a:before {
  font-family: "icomoon" !important;
  content: "\e9f9";
  position: absolute;
  right: 15px;
  transform: translateY(-50%);
  top: 50%;
  font-size: 35px;
  color: rgb(250.3469387755, 250.6326530612, 251.6530612245);
}

ul.pakiet li .service {
  top: -20px;
  background: #fff;
  border: 1px solid #7aa8d5;
  color: #7aa8d5;
  left: 50%;
  transform: translateX(-50%);
  width: 59%;
  text-align: center;
}
ul.pakiet li .body i {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 50%;
}

.k2Pagination nav .pagination .page-item .page-link {
  color: #7aa8d5;
}
.k2Pagination nav .pagination .page-item.active .page-link {
  color: #fff;
  background-color: #7aa8d5;
}

.profile fieldset {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.profile fieldset legend {
  background-color: #fff;
  border-width: 1px 1px 0 1px;
  border-color: rgba(0, 0, 0, 0.125);
  color: #525972;
  font-weight: 500;
  position: relative;
  padding: 10px;
}
.profile fieldset legend:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  height: 3px !important;
  width: 100%;
  left: 0;
}
.profile fieldset legend:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px !important;
  width: 20%;
  left: 13px;
  transition: 0.4s ease-out all 0.1s;
  background-color: #7aa8d5;
}
.profile fieldset dl {
  padding: 0 10px;
}
.profile fieldset dl dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 15px;
}

.profile-edit button.btn-primary {
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 15px;
  color: #7aa8d5;
  font-weight: 500;
  border: 3px solid #7aa8d5;
  background-color: #fff;
  border-radius: 0;
}
.profile-edit button.btn-primary:hover {
  background-color: #7aa8d5;
  color: #fff !important;
  text-decoration: none;
}
.profile-edit fieldset {
  margin: 15px 0;
}
.profile-edit fieldset legend {
  background-color: #7aa8d5;
  color: #fff;
  padding: 7px;
}

.nodataevent {
  display: block;
  padding: 5px 10px;
  background-color: #fff;
  color: #525972;
  border-top: 1px solid rgb(220.6836734694, 222.7908163265, 230.3163265306);
  border-bottom: 1px solid rgb(220.6836734694, 222.7908163265, 230.3163265306);
  border-right: 1px solid rgb(220.6836734694, 222.7908163265, 230.3163265306);
  border-left-width: 5px;
  border-left-style: solid;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.nodataevent h3 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
}
.nodataevent:hover {
  text-decoration: none;
  color: #7aa8d5;
  border-left-width: 8px;
  transition: all 0.2s ease-in-out;
}

main .accordion .card {
  transition: box-shadow 0.3s ease-in-out;
}
main .accordion .card:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
main .accordion .card .card-header i {
  background: #91b7dc;
  color: #fff;
  padding: 6px;
  border-radius: 5px;
}
main .accordion .accordion-item {
  border: 0;
}
main .accordion .accordion-item .accordion-header .accordion-button {
  letter-spacing: 1px;
  border-width: 5px 0 0 0;
  border-style: solid;
  border-color: #ddd;
}
main .accordion .accordion-item .accordion-header .accordion-button:hover {
  border-color: #7aa8d5;
}
main .accordion .accordion-item .accordion-header .accordion-button span {
  background: #7aa8d5;
  color: #fff;
  padding: 4px;
  margin-left: 10px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: normal;
  width: 25px;
  height: 25px;
  text-align: center;
}
main .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: #fff;
  color: #7aa8d5;
  font-weight: bolder;
  border-color: #7aa8d5;
}

.catid_13, #catid_13, .register_0, .catid_45, #catid_45, .catid_52, #catid_52, .catid_53, #catid_53, .catid_54, #catid_54, .catid_55, #catid_55, .catid_57, #catid_57, .catid_58 {
  display: none;
}

.allevents {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.allevents h1.pozakalendarzem {
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.blog .finder label.finder {
  padding-right: 5px;
  color: rgb(165.75, 165.75, 165.75);
}
.blog .finder input.search-query {
  border: 1px solid #2cabff;
  background-color: transparent;
  padding: 3px;
}
.blog .finder button.finder {
  background-color: transparent;
  border: 2px solid #2cabff;
  color: #2cabff;
  padding: 4px 10px;
  margin-left: 10px;
  border-radius: 0;
  position: relative;
  bottom: 0px;
}
.blog .finder button.finder:hover {
  background-color: #2cabff;
  color: #fff;
}

.finder ul.search-results {
  padding: 0;
  margin: 25px 0 0 0;
}
.finder ul.search-results li {
  margin-bottom: 15px;
  list-style: none;
  padding: 15px;
  background-color: #fff;
  border-top: 3px solid #fff;
}
.finder ul.search-results li:hover {
  border-top-color: #2cabff;
}
.finder ul.search-results li h4 a {
  color: #525972;
}
.finder ul.search-results li h4 a:hover {
  text-decoration: none;
  color: #2cabff;
}
.finder .word label {
  text-align: left;
}
.finder input.inputbox {
  border: 1px solid #2cabff;
  background-color: transparent;
  padding: 3px;
}
.finder button.btn {
  background-color: transparent;
  border: 2px solid #2cabff;
  color: #2cabff;
  padding: 4px 10px;
  margin-left: 10px;
  border-radius: 0;
  position: relative;
  bottom: 2px;
}
.finder button.btn:hover {
  background-color: #2cabff;
  color: #fff;
}

.well #jux_accord-menu .menu_head {
  background: #7aa8d5;
  box-shadow: none;
  text-shadow: none;
  font-size: 15px;
  font-weight: 400;
}
.well #jux_accord-menu .menu_head.active, .well #jux_accord-menu .menu_head:hover {
  background: rgb(141.38, 180.6771428571, 219.12);
  box-shadow: none;
}
.well #jux_accord-menu div.menu_body p a span, .well #jux_accord-menu div.menu_body p span span {
  color: #fff;
}
#member-profile fieldset#sekcja_3 {
  display: none;
}
#member-profile fieldset input.form-control.required {
  border-color: rgb(247.5445026178, 174.8534031414, 173.4554973822);
  background-color: #fdf3f3;
}

.block-info p {
  font-weight: 400;
  padding-top: 1.5rem;
  font-size: 90%;
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  width: 100%;
  /* min-width: 500px; */
  left: 25px;
  background-color: #fff;
  color: #2cabff;
  border: 1px solid #2cabff;
  padding: 10px 25px;
  border-radius: 10px;
  width: 220px;
}
.block-info .circle small {
  font-weight: 400;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 90%;
  color: #2cabff;
}
.block-info .tickets small {
  font-weight: 400;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 90%;
  color: #2cabff;
}

.registersoon, .registerclose {
  color: #fd7e14;
}

.pakietszkoleniowy {
  color: #2cabff;
}

.progressticket {
  width: 80px;
  height: 80px;
  background: none;
  position: relative;
}

.progressticket::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progressticket > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progressticket .progressticket-left {
  left: 0;
}

.progressticket .progressticket-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 4px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progressticket .progressticket-left .progressticket-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progressticket .progressticket-right {
  right: 0;
}

.progressticket .progressticket-right .progressticket-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progressticket .progressticket-value {
  position: absolute;
  top: 0;
  left: 0;
}

.vcex-divider-w-icon {
  display: block;
  height: auto;
  margin: 0 auto;
  text-align: center;
  border: none;
  overflow: hidden;
}

.vcex-divider-w-icon i {
  color: #7aa8d5;
}

.vcex-divider-icon {
  display: inline-block;
  position: relative;
}

.vcex-divider-icon-before {
  display: block;
  position: absolute;
  top: 50%;
  border-bottom: dashed 1px #ddd;
  right: 100%;
  width: 9999px;
  margin-top: -0.5px;
}

.vcex-divider-w-icon .vcex-icon-wrap {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.231em;
  color: #999;
}

.vcex-icon-wrap {
  display: inline;
  display: inline-block;
  text-align: center;
  position: relative;
  transition: transform 0.2s ease-in-out;
  transform: rotate(0.0001deg);
}

.vcex-divider-icon-after {
  display: block;
  position: absolute;
  top: 50%;
  border-bottom: dashed 1px #ddd;
  left: 100%;
  width: 9999px;
  margin-top: -0.5px;
}

.survey-form .qtype-page_header .question-header {
  background: #7aa8d5 !important;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1.25rem !important;
}
.survey-form .qtype-page_header .question-header i {
  display: none;
}
.survey-form .qtype-page_header .question-header .card-title {
  font-weight: 500;
  font-size: 19px;
}
.survey-form .qtype-page_header .card-body {
  font-weight: 600;
  color: #525972;
  padding: 1.25rem;
}
.survey-form .questions .card {
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: #7aa8d5;
  border-radius: 0;
  background-color: #fff;
  margin-bottom: 25px;
}
.survey-form .questions .card .card-header {
  padding: 10px 10px 0 20px;
  border-radius: 0;
  background-color: #fff;
  border-bottom: 0;
}
.survey-form .questions .card .card-header .card-title {
  font-size: 21px;
}
.survey-form .questions .card .card-header .card-title i {
  display: none;
}
.survey-form .questions .card .card-body {
  padding: 5px 1.25rem;
  color: #17a2b8;
  font-size: 16px;
}
.survey-form .questions .card .panel-body .grid-row .align-center-desktop {
  font-size: 13px;
  line-height: 20px;
}
.survey-form .questions .card ul.list-group li {
  background-color: #fff;
  border: 0;
}

#modal-form {
  position: fixed;
  font-family: Roboto, Helvetica, sans-serif;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  height: 100%;
  width: 100%;
}
#modal-form #button {
  background: none;
  border: 1px solid #721c24;
  color: #721c24;
}
#modal-form #button:hover {
  background-color: #721c24;
  color: #fff;
}

.modalconent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 80%;
  padding: 20px;
}

.rst-section-title {
  background-color: #fff;
  border-width: 1px 1px 0 1px;
  border-color: rgba(0, 0, 0, 0.125);
  color: #525972;
  font-weight: 500;
  position: relative;
  padding: 10px;
}
.rst-section-title:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  height: 3px !important;
  width: 100%;
  left: 0;
}
.rst-section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px !important;
  width: 20%;
  left: 13px;
  transition: 0.4s ease-out all 0.1s;
  background-color: #7aa8d5;
}

.rst-dashboard-section .rst-dashboard-item .card-body h2 a {
  color: #7aa8d5;
}
.rst-dashboard-section .rst-dashboard-item .card-body h2 a:hover {
  color: rgb(63.86, 129.9685714286, 194.64);
}
.rst-dashboard-section .rst-dashboard-item .card-body h2 i {
  border-radius: 5px;
  background: #e9ecef;
  padding: 8px 12px;
}
.rst-dashboard-section .rst-dashboard-item:hover .card-body h2 i {
  background: #2cabff;
  color: #fff;
}

#rsticketspro_dashboard_tickets .rs_ticket_item a {
  color: #7aa8d5;
}
#rsticketspro_dashboard_tickets .rs_ticket_item a:hover {
  color: rgb(63.86, 129.9685714286, 194.64);
}
.ticketStatus a {
  color: #7aa8d5;
}
.ticketStatus a:hover {
  color: rgb(63.86, 129.9685714286, 194.64);
}
.ticketStatus i {
  padding: 5px;
  border-radius: 3px;
  color: #fff;
}
.ticketStatus i.open {
  background-color: #7eb950;
}
.ticketStatus i.close {
  background-color: #ed9737;
}
.ticketStatus i.in {
  background-color: #417dc1;
}

.rst-form-section label {
  font-weight: 500;
  color: rgb(83.24, 142.6457142857, 200.76);
}
.rst-form-section .form-control:disabled {
  background-color: rgb(218.9, 231.3857142857, 243.6);
  border-color: #7aa8d5;
}
.rst-form-section .form-select, .rst-form-section .form-control {
  border-color: #7aa8d5;
}

.fontAwesome:before {
  font-family: "Font Awesome 6 Pro" !important;
  display: inline-block;
  min-width: 22px;
  text-align: center;
}

.dashboard .favorite-toggle.is-favorite {
  background-color: #7aa8d5;
  color: #fff;
  border-color: #7aa8d5;
}
.dashboard .favorite-toggle.is-favorite i {
  color: #dc3545;
}
.dashboard .recent-cat-icon i {
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
}
.dashboard .recent-cat-icon.catId_5 i {
  background-color: #91a2bf;
}
.dashboard .recent-cat-icon.catId_20 i {
  background-color: #293e6b;
}
.dashboard .recent-cat-icon.catId_3 i, .dashboard .recent-cat-icon.catId_8 i {
  background-color: #b3c44a;
}
.dashboard .recent-cat-icon.catId_9 i, .dashboard .recent-cat-icon.catId_12 i {
  background-color: #7eb950;
}
.dashboard .recent-cat-icon.catId_11 i, .dashboard .recent-cat-icon.catId_13 i {
  background-color: #8d1f62;
}
.dashboard .recent-cat-icon.catId_21 i, .dashboard .recent-cat-icon.catId_22 i {
  background-color: #417dc1;
}
.dashboard .recent-cat-icon.catId_25 i, .dashboard .recent-cat-icon.catId_26 i {
  background-color: #8c7ae6;
}
.dashboard .recent-cat-icon.catId_27 i, .dashboard .recent-cat-icon.catId_28 i {
  background-color: #1990f5;
}
.dashboard .recent-cat-icon.catId_29 i, .dashboard .recent-cat-icon.catId_30 i {
  background-color: #7f8fa6;
}
.dashboard .recent-cat-icon.catId_31 i, .dashboard .recent-cat-icon.catId_32 i {
  background-color: #5ac09b;
}
.dashboard .recent-cat-icon.catId_4 i, .dashboard .recent-cat-icon.catId_10 i, .dashboard .recent-cat-icon.catId_23 i, .dashboard .recent-cat-icon.catId_24 i {
  background-color: #ed9737;
}
.dashboard .recent-cat-icon.eventCatId_3 i, .dashboard .recent-cat-icon.eventCatId_8 i {
  background-color: #b3c44a;
}
.dashboard .recent-cat-icon.eventCatId_9 i, .dashboard .recent-cat-icon.eventCatId_12 i {
  background-color: #7eb950;
}
.dashboard .recent-cat-icon.eventCatId_4 i, .dashboard .recent-cat-icon.eventCatId_10 i, .dashboard .recent-cat-icon.eventCatId_23 i, .dashboard .recent-cat-icon.eventCatId_24 i {
  background-color: #ed9737;
}
.dashboard .recent-cat-icon.eventCatId_11 i, .dashboard .recent-cat-icon.eventCatId_13 i, .dashboard .recent-cat-icon.eventCatId_25 i, .dashboard .recent-cat-icon.eventCatId_26 i {
  background-color: #8d1f62;
}
.dashboard .recent-cat-icon.eventCatId_21 i, .dashboard .recent-cat-icon.eventCatId_22 i {
  background-color: #417dc1;
}
.dashboard .recent-cat-icon.eventCatId_27 i, .dashboard .recent-cat-icon.eventCatId_28 i {
  background-color: #1990f5;
}
.dashboard .recent-cat-icon.eventCatId_29 i, .dashboard .recent-cat-icon.eventCatId_30 i {
  background-color: #7f8fa6;
}
.dashboard .recent-cat-icon.eventCatId_31 i, .dashboard .recent-cat-icon.eventCatId_32 i {
  background-color: #5ac09b;
}
.dashboard .recent-cat-icon.eventCatId_5 i, .dashboard .recent-cat-icon.eventCatId_20 i {
  background-color: #91a2bf;
}
.dashboard .recent-cat-icon.eventCatId_1 i, .dashboard .recent-cat-icon.eventCatId_2 i, .dashboard .recent-cat-icon.eventCatId_16 i, .dashboard .recent-cat-icon.eventCatId_17 i, .dashboard .recent-cat-icon.eventCatId_18 i, .dashboard .recent-cat-icon.eventCatId_19 i {
  background-color: #91a2bf;
}

.favorite-toggle.is-favorite i {
  color: #dc3545;
}

.dashboard-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.dashboard-shadow ul li:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.dashboard-shadow h2 i {
  background-color: #7aa8d5;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
}

.dashboard-expiry-alert {
  background: rgba(255, 193, 7, 0.16);
  border: 1px solid rgba(255, 193, 7, 0.4);
  border-radius: 12px;
  padding: 12px 14px;
  color: #fff;
}

.dashboard-inline-alert {
  background: #fff7df;
  border: 1px solid rgba(255, 193, 7, 0.45);
  border-radius: 18px;
  padding: 16px 18px;
}

.dashboard-recommendation-item,
.dashboard-ticket-item,
.dashboard-event-actions .btn {
  transition: all 0.2s ease;
}

.dashboard-ticket-item:last-child {
  border-bottom: 0 !important;
}

.dashboard-support-widget .ticket-status-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: #eef3f8;
  color: #525972;
}
.dashboard-support-widget .ticket-status-badge.status-zamkni-te, .dashboard-support-widget .ticket-status-badge.status-closed, .dashboard-support-widget .ticket-status-badge.status-zamkniete, .dashboard-support-widget .ticket-status-badge.status-zamknięte {
  background: rgba(25, 135, 84, 0.14);
  color: #198754;
}
.dashboard-support-widget .ticket-status-badge.status-open, .dashboard-support-widget .ticket-status-badge.status-otwarte, .dashboard-support-widget .ticket-status-badge.status-nowe, .dashboard-support-widget .ticket-status-badge.status-new {
  background: rgba(13, 110, 253, 0.14);
  color: #0d6efd;
}
.dashboard-support-widget .ticket-status-badge.status-w-toku, .dashboard-support-widget .ticket-status-badge.status-in-progress, .dashboard-support-widget .ticket-status-badge.status-oczekuje, .dashboard-support-widget .ticket-status-badge.status-pending {
  background: rgba(255, 193, 7, 0.18);
  color: #9a6700;
}

.dashboard-event-actions .btn {
  border-radius: 999px;
  padding: 0.2rem 0.7rem;
  font-size: 0.78rem;
}

[data-theme=dark] body#main {
  background-color: var(--bg-body) !important;
  color: var(--text-primary) !important;
}
[data-theme=dark] .h1, [data-theme=dark] .h2, [data-theme=dark] .h3, [data-theme=dark] .h4, [data-theme=dark] .h5, [data-theme=dark] .h6,
[data-theme=dark] h1, [data-theme=dark] h2, [data-theme=dark] h3, [data-theme=dark] h4, [data-theme=dark] h5, [data-theme=dark] h6 {
  color: var(--text-heading) !important;
}
[data-theme=dark] p, [data-theme=dark] li, [data-theme=dark] span, [data-theme=dark] td, [data-theme=dark] th, [data-theme=dark] label, [data-theme=dark] small {
  color: var(--text-primary);
}
[data-theme=dark] a {
  color: var(--link-color);
}
[data-theme=dark] a:hover {
  color: var(--link-hover);
}
[data-theme=dark] a.title-link,
[data-theme=dark] a.title-link:hover {
  color: var(--text-heading) !important;
}
[data-theme=dark] .dashboard-inline-alert {
  background: rgba(255, 193, 7, 0.12) !important;
  border-color: rgba(255, 193, 7, 0.28) !important;
  color: var(--text-primary) !important;
}
[data-theme=dark] .dashboard-expiry-alert {
  background: rgba(255, 193, 7, 0.16) !important;
  border-color: rgba(255, 193, 7, 0.3) !important;
}
[data-theme=dark] .dashboard-support-widget .ticket-status-badge {
  background: var(--bg-surface-2) !important;
  color: var(--text-primary) !important;
}
[data-theme=dark] #top-header {
  background: var(--bg-surface) !important;
  border-bottom-color: var(--border-color) !important;
  box-shadow: var(--shadow-sm) !important;
}
[data-theme=dark] .top-header-user-btn {
  color: var(--text-primary) !important;
  border-color: var(--border-light) !important;
}
[data-theme=dark] .top-header-user-btn:hover {
  background-color: var(--bg-surface-2) !important;
}
[data-theme=dark] .header-search-input,
[data-theme=dark] .header-search-btn {
  background-color: var(--input-bg) !important;
  border-color: var(--input-border) !important;
  color: var(--text-primary) !important;
}
[data-theme=dark] .header-search-input:focus {
  background-color: var(--bg-surface) !important;
  border-color: #7aa8d5 !important;
}
[data-theme=dark] #sidebarOffcanvas,
[data-theme=dark] .offcanvas {
  background-color: var(--offcanvas-bg) !important;
  color: var(--text-primary) !important;
}
[data-theme=dark] #sidebarOffcanvas .offcanvas-header,
[data-theme=dark] .offcanvas .offcanvas-header {
  border-bottom-color: var(--border-color) !important;
}
[data-theme=dark] #sidebarOffcanvas .btn-close,
[data-theme=dark] .offcanvas .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}
[data-theme=dark] #sidebarmenu-color {
  background-color: var(--bg-surface) !important;
}
[data-theme=dark] #sidebarmenu-color .nav-link, [data-theme=dark] #sidebarmenu-color a {
  color: var(--text-primary) !important;
}
[data-theme=dark] #sidebarmenu-color .nav-link:hover, [data-theme=dark] #sidebarmenu-color .nav-link.active, [data-theme=dark] #sidebarmenu-color a:hover, [data-theme=dark] #sidebarmenu-color a.active {
  background-color: var(--bg-surface-2) !important;
}
[data-theme=dark] .card {
  background-color: var(--card-bg) !important;
  border-color: var(--border-color) !important;
}
[data-theme=dark] .card .card-header {
  background-color: var(--bg-surface-2) !important;
  border-bottom-color: var(--border-color) !important;
  color: var(--text-heading) !important;
}
[data-theme=dark] .card .card-body {
  background-color: var(--card-bg) !important;
  color: var(--text-primary) !important;
}
[data-theme=dark] .card .card-title {
  color: var(--text-heading) !important;
}
[data-theme=dark] table, [data-theme=dark] .table {
  color: var(--text-primary) !important;
  border-color: var(--border-color) !important;
}
[data-theme=dark] table thead th, [data-theme=dark] .table thead th {
  background-color: var(--bg-surface-2) !important;
  border-color: var(--border-color) !important;
  color: var(--text-heading) !important;
}
[data-theme=dark] table td, [data-theme=dark] .table td {
  border-color: var(--border-color) !important;
}
[data-theme=dark] table tbody tr:hover, [data-theme=dark] .table tbody tr:hover {
  background-color: var(--bg-surface-2) !important;
}
[data-theme=dark] .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: var(--bg-surface-2) !important;
  color: var(--text-primary) !important;
}
[data-theme=dark] .form-control,
[data-theme=dark] .form-select,
[data-theme=dark] input[type=text],
[data-theme=dark] input[type=email],
[data-theme=dark] input[type=password],
[data-theme=dark] input[type=search],
[data-theme=dark] textarea,
[data-theme=dark] select {
  background-color: var(--input-bg) !important;
  border-color: var(--input-border) !important;
  color: var(--text-primary) !important;
}
[data-theme=dark] .alert-info,
[data-theme=dark] .alert-info-szkolenia {
  background-color: var(--alert-info-bg) !important;
  border-color: var(--border-color) !important;
  color: var(--text-primary) !important;
}
[data-theme=dark] .alert-warning,
[data-theme=dark] .alert-warning-szkolenia {
  background-color: var(--alert-warning-bg) !important;
  border-color: var(--border-color) !important;
  color: var(--text-primary) !important;
}
[data-theme=dark] .bg-light {
  background-color: var(--bg-surface) !important;
}
[data-theme=dark] .bg-white {
  background-color: var(--bg-surface) !important;
}
[data-theme=dark] .bg-main-gradient-blue {
  background: var(--bg-gradient-blue) !important;
}
[data-theme=dark] .footer {
  background-color: var(--footer-bg) !important;
  color: var(--text-secondary) !important;
  border-top: 1px solid var(--border-color);
}
[data-theme=dark] .footer a {
  color: var(--link-color) !important;
}
[data-theme=dark] hr {
  border-color: var(--border-color) !important;
}
[data-theme=dark] .border, [data-theme=dark] [class*=border-] {
  border-color: var(--border-color) !important;
}
[data-theme=dark] .actionLink {
  border-color: var(--border-light) !important;
  color: var(--link-color) !important;
}
[data-theme=dark] .actionLink:hover {
  background-color: var(--bg-surface-2) !important;
  color: var(--link-hover) !important;
}
[data-theme=dark] .eb-container {
  color: var(--text-primary) !important;
}
[data-theme=dark] .dropdown-menu {
  background-color: var(--bg-surface) !important;
  border-color: var(--border-color) !important;
}
[data-theme=dark] .dropdown-menu .dropdown-item {
  color: var(--text-primary) !important;
}
[data-theme=dark] .dropdown-menu .dropdown-item:hover, [data-theme=dark] .dropdown-menu .dropdown-item:focus {
  background-color: var(--bg-surface-2) !important;
}
[data-theme=dark] .modal-content {
  background-color: var(--bg-surface) !important;
  border-color: var(--border-color) !important;
  color: var(--text-primary) !important;
}
[data-theme=dark] .modal-content .modal-header, [data-theme=dark] .modal-content .modal-footer {
  border-color: var(--border-color) !important;
}
[data-theme=dark] .modal-content .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}
[data-theme=dark] .breadcrumb {
  background-color: transparent !important;
  color: var(--text-secondary) !important;
}
[data-theme=dark] .breadcrumb a {
  color: var(--link-color) !important;
}
[data-theme=dark] .breadcrumb .active {
  color: var(--text-secondary) !important;
}
[data-theme=dark] .pagination .page-link {
  background-color: var(--bg-surface) !important;
  border-color: var(--border-color) !important;
  color: var(--link-color) !important;
}
[data-theme=dark] .pagination .page-item.active .page-link {
  background-color: #7aa8d5 !important;
  border-color: #7aa8d5 !important;
  color: #fff !important;
}
[data-theme=dark] img:not([src*=logo]):not(.no-dark-filter) {
  filter: brightness(0.88);
}
[data-theme=dark] ::-webkit-scrollbar {
  width: 8px;
}
[data-theme=dark] ::-webkit-scrollbar-track {
  background: var(--bg-body);
}
[data-theme=dark] ::-webkit-scrollbar-thumb {
  background: var(--bg-surface-3);
  border-radius: 4px;
}

.dark-mode-toggle {
  background: none;
  border: 1px solid var(--border-light, #d5dde8);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--text-primary, #525972);
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, transform 0.3s;
  padding: 0;
}
.dark-mode-toggle:hover {
  background-color: var(--bg-surface-2, #f5f7fa);
  color: #7aa8d5;
  border-color: #7aa8d5;
  transform: rotate(20deg);
}
.dark-mode-toggle .fa-sun {
  display: none;
}
.dark-mode-toggle .fa-moon {
  display: inline-block;
}

[data-theme=dark] .dark-mode-toggle .fa-sun {
  display: inline-block;
  color: #ffc107;
}
[data-theme=dark] .dark-mode-toggle .fa-moon {
  display: none;
}

body#main,
#top-header,
.offcanvas,
.card,
.footer,
.modal-content,
.form-control,
.dropdown-menu {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.eb-event-rating-section {
  border-top: 2px solid var(--border-color, #e0e0e0);
  padding-top: 1.5rem;
}
.eb-event-rating-section h3 {
  font-size: 1.15rem;
  font-weight: 600;
}

.eb-rating-stars-display i,
.eb-rating-stars-inline i {
  color: #f5a623;
  margin-right: 2px;
}

.eb-rating-form {
  background: var(--bg-surface, #f8f9fa);
  border: 1px solid var(--border-color, #dee2e6);
  border-radius: 0.75rem;
  max-width: 550px;
}
.eb-rating-form h5 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-heading, #333);
}
.eb-rating-form .eb-star-btn:hover {
  transform: scale(1.25);
}
.eb-rating-form .eb-star-btn.active {
  color: #f5a623;
}
.eb-rating-form textarea {
  border-radius: 0.5rem;
  resize: vertical;
  min-height: 50px;
  font-size: 0.9rem;
}

.eb-rating-stars-inline {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  font-size: 0.85rem;
}
.eb-rating-stars-inline i {
  font-size: 0.9rem;
}
.eb-rating-stars-inline .eb-rating-avg-number {
  font-weight: 600;
  font-size: 0.85rem;
  margin-left: 4px;
  color: var(--text-primary, #525972);
}
.eb-rating-stars-inline .eb-rating-count {
  font-size: 0.8rem;
  color: var(--text-muted, #999);
  margin-left: 2px;
}

[data-theme=dark] .eb-event-rating-section {
  border-top-color: var(--border-color);
}
[data-theme=dark] .eb-rating-form {
  background: var(--bg-surface);
  border-color: var(--border-color);
}
[data-theme=dark] .eb-rating-form h5 {
  color: var(--text-heading);
}
[data-theme=dark] .eb-rating-stars-inline .eb-rating-avg-number {
  color: var(--text-primary);
}

.notif-bell-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--border-light, #d5dde8);
  border-radius: 50%;
  background: none;
  color: var(--text-primary, #525972);
  font-size: 1.1rem;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.notif-bell-btn:hover, .notif-bell-btn:focus-visible {
  background-color: var(--bg-surface-2, #f5f7fa);
  color: #7aa8d5;
  border-color: #7aa8d5;
  text-decoration: none;
}
.notif-bell-btn i {
  line-height: 1;
}
.notif-bell-btn .notif-header-badge {
  position: absolute;
  top: 1px;
  right: -1px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background: #dc3545;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.notif-widget .notif-list {
  max-height: 360px;
  overflow-y: auto;
}
.notif-widget .notif-item {
  border-bottom: 1px solid var(--border-color, #eee);
  transition: background 0.2s;
  border-radius: 0.5rem;
}
.notif-widget .notif-item:last-child {
  border-bottom: none;
}
.notif-widget .notif-item:hover {
  background: rgba(122, 168, 213, 0.08);
}
.notif-widget .notif-item.notif-unread {
  background: rgba(122, 168, 213, 0.1);
  border-left: 3px solid #7aa8d5;
}
.notif-widget .notif-item.notif-read {
  opacity: 0.7;
}
.notif-widget .notif-item .notif-title-link {
  color: var(--text-heading, #333);
}
.notif-widget .notif-item .notif-title-link:hover {
  color: #7aa8d5;
}

[data-theme=dark] .notif-bell-btn {
  color: var(--text-primary);
  border-color: var(--border-light, #3a4658);
}
[data-theme=dark] .notif-bell-btn:hover, [data-theme=dark] .notif-bell-btn:focus-visible {
  background-color: rgba(122, 168, 213, 0.2);
  border-color: #7aa8d5;
}
[data-theme=dark] .notif-widget .notif-item {
  border-bottom-color: var(--border-color);
}
[data-theme=dark] .notif-widget .notif-item.notif-unread {
  background: rgba(122, 168, 213, 0.15);
}
[data-theme=dark] .notif-widget .notif-item .notif-title-link {
  color: var(--text-heading);
}

.admin-stats-dashboard .admin-stats-header {
  background: linear-gradient(135deg, #293e6b, #7aa8d5);
}
.admin-stats-dashboard .admin-stat-card {
  transition: transform 0.2s, box-shadow 0.2s;
}
.admin-stats-dashboard .admin-stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.admin-stats-dashboard .admin-stat-card .stat-value {
  color: var(--text-heading, #293e6b);
  font-size: 1.6rem;
}
.admin-stats-dashboard .admin-stat-card .stat-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.admin-stats-dashboard canvas {
  max-height: 300px;
}
.admin-stats-dashboard .table {
  font-size: 0.88rem;
}
.admin-stats-dashboard .table th {
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.admin-stats-dashboard .table td a {
  color: var(--text-heading, #333);
}
.admin-stats-dashboard .table td a:hover {
  color: #7aa8d5;
}
.admin-stats-dashboard .progress {
  border-radius: 8px;
  font-size: 0.7rem;
  font-weight: 600;
}
.admin-stats-dashboard .form-check-input:checked {
  background-color: #7aa8d5;
  border-color: #7aa8d5;
}
.admin-stats-dashboard .form-check-label {
  font-size: 0.92rem;
  font-weight: 500;
}
.admin-stats-dashboard .admin-webinar-stats .admin-webinar-filter-form .form-label {
  margin-bottom: 0.35rem;
}
.admin-stats-dashboard .admin-webinar-stats .admin-webinar-filter-form .form-text {
  font-size: 0.75rem;
}
.admin-stats-dashboard .admin-webinar-stats .admin-webinar-summary-card {
  background: rgba(122, 168, 213, 0.08);
  border: 1px solid rgba(122, 168, 213, 0.18);
}
.admin-stats-dashboard .admin-webinar-stats .admin-sort-link {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.admin-stats-dashboard .admin-webinar-stats .admin-sort-link:hover {
  color: #7aa8d5;
}
.admin-stats-dashboard .admin-webinar-stats .admin-webinar-table th,
.admin-stats-dashboard .admin-webinar-stats .admin-webinar-table td {
  vertical-align: middle;
}
.admin-stats-dashboard .admin-webinar-stats .admin-webinar-table .admin-webinar-row-active > * {
  background: rgba(122, 168, 213, 0.12);
}
.admin-stats-dashboard .admin-webinar-stats .admin-webinar-user-details .admin-webinar-detail-table th,
.admin-stats-dashboard .admin-webinar-stats .admin-webinar-user-details .admin-webinar-detail-table td {
  vertical-align: middle;
}

[data-theme=dark] .admin-stats-dashboard .admin-stat-card {
  background: var(--bg-surface) !important;
}
[data-theme=dark] .admin-stats-dashboard .admin-stat-card .stat-value {
  color: var(--text-heading);
}
[data-theme=dark] .admin-stats-dashboard .admin-stat-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
[data-theme=dark] .admin-stats-dashboard .bg-white {
  background: var(--bg-surface) !important;
}
[data-theme=dark] .admin-stats-dashboard .table-light {
  background: var(--bg-surface-2) !important;
  color: var(--text-primary);
}
[data-theme=dark] .admin-stats-dashboard .table-light th {
  background: var(--bg-surface-2) !important;
  color: var(--text-primary) !important;
}
[data-theme=dark] .admin-stats-dashboard .table {
  color: var(--text-primary);
}
[data-theme=dark] .admin-stats-dashboard .table td, [data-theme=dark] .admin-stats-dashboard .table th {
  border-color: var(--border-color);
}
[data-theme=dark] .admin-stats-dashboard .admin-webinar-stats .admin-webinar-summary-card {
  background: rgba(122, 168, 213, 0.12);
  border-color: rgba(122, 168, 213, 0.25);
}
[data-theme=dark] .admin-stats-dashboard .admin-webinar-stats .admin-sort-link {
  color: var(--text-primary);
}
[data-theme=dark] .admin-stats-dashboard .admin-webinar-stats .admin-webinar-table .admin-webinar-row-active > * {
  background: rgba(122, 168, 213, 0.18);
}

/*# sourceMappingURL=main.css.map */
