.siteContent .success {
  background: #2F5996;
  color: white;
  display: block;
  text-align: center;
  padding: 1.25em;
  margin: 15px 0;
  color: #fff;
}

.siteContent .error {
  background: $color2;
  color: white;
  display: block;
  text-align: center;
  padding: 1.25em;
  margin: 15px 0;
  color: #fff;
}

.siteContent iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.searchingResultLight {
  background-color: yellow;
}

.sesja {
  margin-top: 20px;
  border: 1px solid #2F5996;
  padding: 10px;
  font-weight: bold;
  color: #2F5996;
  text-transform: uppercase;
  overflow: hidden;
  display: block;
}

.sesja .btn {
  float: right;
  line-height: 12px;
}

.sesja:hover {
  border-color: $color2;
  color: $color2;
}

body.contrast .sesja {
  color: #faf323;
  border-color: #faf323;
  color: #faf323 !important;
}


html.gray_theme {
  -webkit-filter: grayscale(100%)!important;
  filter: grayscale(100%)!important;
}

.infoPopup {
  position:fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin:auto;
  background: rgba(0,0,0,0.4);
  display:flex;
  align-items:center;
  justify-content: center;
  z-index:10000000000000000;
  font-size:13px;
}

.popup__wrapper {
  width: 100%;
  max-width:690px;
  margin:0px auto;
}

.popup__box {
  background:#fff;
  padding:15px 25px;
  position: relative;
}

.popup__close {
  position:absolute;
  width:25px;
  height:25px;
  top:22px;
  right:20px;
  color: #fff;
  background: #1e324e;
  border-radius:100%;
  text-align: center;
  cursor:pointer;
  transition:all 0.25s ease-in-out;
  line-height: 1.4em;
  padding:4px 0;
  display:flex;
  justify-content: center;
}

.popup__close:hover {
  background:#000;
}

.popup__title {
  font-size:25px;
  font-weight: 600;
  color: #1e324e;
  padding-right:30px;
  margin-bottom: 25px;
}

.infoPopup ul {
  margin-top:15px;
}

.infoPopup li + li {
  margin-top:10px;
}

.infoPopup__button {
  text-align: center;
  margin-top:15px;
}

.infoPopup__button .btn {
  cursor:pointer;
}

@media all and (max-width:1100px) {
  .popup__wrapper {
      width: 100%;
      max-width:90vw;
      max-height:90vh;
      overflow-y: auto;
      margin:0px auto;
  }

  .popup__title {
      font-size:18px
  }
}


.ukraine-help-box {
  display: block;
  text-align: center;
  padding: 10px;
  margin: 10px 0;
  position: relative;
  border-bottom: 5px solid #ffd700;
  border-top: 5px solid #0057b7;
  font-weight: bold;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: center left;
}

.ukraine-help-box img {
  vertical-align: middle;
}

.starawies-help-box {
  display: block;
  text-align: center;
  padding: 10px;
  margin: 10px 0;
  position: relative;
  border: 5px solid rgb(214, 35, 54);
  color: rgb(214, 35, 54);
  font-weight: bold;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: center left;
}

.starawies-help-box img {
  vertical-align: middle;
}


.starawies-help-box:hover {
  color: #fff;
  background: rgb(214, 35, 54);
}

.siteContent .success {
    background: #2F5996;
    color: white;
    display: block;
    text-align: center;
    padding: 1.25em;
    margin: 15px 0;
    color: #fff;
}

.siteContent .error {
    background: $color2;
    color: white;
    display: block;
    text-align: center;
    padding: 1.25em;
    margin: 15px 0;
    color: #fff;
}

.searchingResultLight {
    background-color: yellow;
}

.sesja {
    margin-top: 20px;
    border: 1px solid #2F5996;
    padding: 10px;
    font-weight: bold;
    color: #2F5996;
    text-transform: uppercase;
    overflow: hidden;
    display: block;
}

.sesja .btn {
    float: right;
    line-height: 12px;
}

.sesja:hover {
    border-color: $color2;
    color: $color2;
}

body.contrast .sesja {
    color: #faf323;
    border-color: #faf323;
    color: #faf323 !important;
}


html.gray_theme {
    -webkit-filter: grayscale(100%)!important;
    filter: grayscale(100%)!important;
}

.infoPopup {
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
    background: rgba(0,0,0,0.4);
    display:flex;
    align-items:center;
    justify-content: center;
    z-index:10000000000000000;
    font-size:13px;
}

.popup__wrapper {
    width: 100%;
    max-width:690px;
    margin:0px auto;
}

.popup__box {
    background:#fff;
    padding:15px 25px;
    position: relative;
}

.popup__close {
    position:absolute;
    width:25px;
    height:25px;
    top:22px;
    right:20px;
    color: #fff;
    background: #1e324e;
    border-radius:100%;
    text-align: center;
    cursor:pointer;
    transition:all 0.25s ease-in-out;
    line-height: 1.4em;
    padding:4px 0;
    display:flex;
    justify-content: center;
}

.popup__close:hover {
    background:#000;
}

.popup__title {
    font-size:25px;
    font-weight: 600;
    color: #1e324e;
    padding-right:30px;
    margin-bottom: 25px;
}

.infoPopup ul {
    margin-top:15px;
}

.infoPopup li + li {
    margin-top:10px;
}

.infoPopup__button {
    text-align: center;
    margin-top:15px;
}

.infoPopup__button .btn {
    cursor:pointer;
}

@media all and (max-width:1100px) {
    .popup__wrapper {
        width: 100%;
        max-width:90vw;
        max-height:90vh;
        overflow-y: auto;
        margin:0px auto;
    }

    .popup__title {
        font-size:18px
    }
}


.ukraine-help-box {
    display: block;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
    position: relative;
    border-bottom: 5px solid #ffd700;
    border-top: 5px solid #0057b7;
    font-weight: bold;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: center left;
}

.ukraine-help-box img {
    vertical-align: middle;
}

.ukraine-help-box:before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    border-left: 5px solid #0057b7;
    border-right: 5px solid #0057b7;
    top: 0;
    height: 50%;
}


.ukraine-help-box:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    border-left: 5px solid #ffd700;
    border-right: 5px solid #ffd700;
    height: 50%;
}

body.contrast .ukraine-help-box {
    color: #fff;
}


.ukraine-help-box:before {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  border-left: 5px solid #0057b7;
  border-right: 5px solid #0057b7;
  top: 0;
  height: 50%;
}


.ukraine-help-box:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  border-left: 5px solid #ffd700;
  border-right: 5px solid #ffd700;
  height: 50%;
}

body.contrast .ukraine-help-box {
  color: #fff;
}


#liveStream{
    margin-top: 20px;
    margin-bottom: 20px;
}
#liveStream .video-container {
    position: relative;
    width: 92%;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
}

#liveStream .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}

.notice .info-box--2 {
  background-color: #2F5996;
}

.processModal ol > li {
  margin-bottom: 10px;
}



.file-header {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}

.file-list-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.file-box {
  width: 31%;
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  text-decoration: none !important; 
  color: black;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media all and (max-width:620px) {
  .file-box {
    width: 48%;
  }
}

@media all and (max-width:543px) {
  .file-box {
    width: 100%;
  }
}


.file-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.file-image-container {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.file-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.file-title,
.file-author,
.file-release {
  text-decoration: none;
}


.file-box:hover .file-title,
.file-box:hover .file-author {
  text-decoration: underline;
}

.file-author {
  margin-top:8px;
  font-size: 12px;
  color: #666;
}

.file-title {
  font-size: 18px;
  font-weight: bold;
}

.file-release {
  font-size: 14px;
  color: #666;
}

.no-files {
  text-align: center;
  font-size: 18px;
  color: #888;
}