body {
  background-image: linear-gradient(rgba(255,255,255,0.65), rgba(255,255,255,0.85)), url('../gfx/slady.png');
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;

}

.choose-match {
  margin: 20px;
  text-align: center;
  input,
  select {
    padding: 8px;
    border-radius: 5px;
  }
}

main {
  padding-top: 0px;
  margin-top: 0px;;
  max-width: 1300px !important;
  margin: 0 auto !important;
}

table {
  margin-top: 10px;

  th {

    background-color: transparent !important;
    color: black !important;
    border-bottom: 4px solid #b62929 !important;

  }

  tr {
    &:hover {
      td {
        background-color: silver !important;
      }
    }
  }

  td {
    vertical-align: middle;
    padding: 10px !important;
    background-color: transparent !important;

    input {
      padding: 8px;
      border-radius: 5px;
    }
  }
}

.container-fluid {
  margin: 0 auto ;
  padding: 5px;
  display: block !important;
    width: 99%;
    align-items: center;
    justify-content: space-between;
}

.main-nav-container {
  width: 100%;
  display: flex !important;
  justify-content: center  !important;
 
  @media (max-width: 670px) {
      display: flex !important;
        justify-content: center !important;
  }
}



.home-text-banner {
  font-size: clamp(3.5rem, 9vw, 5.5rem);
  font-weight: 200;
  line-height: 1.05;
  text-align: center;
  letter-spacing: 0.06em;
  color: #b62929;
  margin-bottom: 40px;
  margin-top: 0px;
  padding-bottom: 10px;
  border-bottom: 7px solid rgba(182, 41, 41, 0.5);
}

.terminarz-container {
  margin-left: 30px;
  table {
    td {
      font-size: 12px;
      padding: 4px !important;
    }
  }
}


.center {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.print-container {


  clear: both;

  padding: 20px;
  text-align: center;
  align-items: center;

  .header {
    display: block;
    color: #b62929;
    padding: 10px;
    font-weight: bold;

  }

  ins {
    display: block !important;
  }

  .input-holder {
    input {
      margin: 10px;
    }
  }
}

.page-holder {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;

  & > div:first-child {
    flex: 2;
    min-width: 0;
  }

  & > div:last-child {
    flex: 1;
    min-width: 0;
    border-left: 3px solid #b62929;
    padding: 0 20px;
  }
}

.contact-form { 
  width: 100%;
  max-width: 700px;

  input {
    width: 100%;
    
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid black;
  }
}

.page-top {
  max-width: 300px;

}

h1 {
  text-align: center !important;
  margin-bottom: 30px;
}

.btn-primary {
  background-color: #b62929 !important;
  border-radius: 10px;
  border: 1px solid black !important;

}

.table td {
  border-top: 1px !important;

}

.navbar-expand-lg {}

th {
  background-color: #555555 !important;
}

.navbar {
  .logo {
    height: 120px;
  }

  @media (max-width: 670px) {
    .logo {
      height: 70px !important;
    }
  }

    @media (max-width: 400px) {
    .logo {
      height: 50px !important;
    }
  }

  .nav-item {
    text-align: center;
    text-transform: uppercase;
    font-size: small;

    border-right: 2px solid #b62929;
    width: 14%;

    @media (max-width: 620px) {
      border-right: 0px solid #b62929;
      width: 100%;
    }

    a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
    }

    &:last-child {
      border-right: none;
    }
  }

}

.navbar-brand {
  font-weight: bold;
}

.nav-link {
  color: black;
}

footer {
  text-align: center;
  font-size: small;
  padding: 10px;
  width: 100%;
}

table.player {
  width: 100%;
}

.home-main-button-holder {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 0px solid gray;
}

.event-calendar {
  padding: 10px;
  border-radius: 15px;
}

.calendar-header {
  text-align: center;
  margin-bottom: 20px;

  h2 {
    text-transform: uppercase;
    margin-bottom: -10px;
    padding: 0;
    line-height: 1.1;
    font-weight: 200;

  }
}

.calendar-month {
  font-size: 24px;
  margin-top: 10px;
  text-transform: uppercase;
}

.calendar-days {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  cursor: pointer;
}

.saturday {
  color: #a0e5fa;
}

.sunday {
  color: #f2a296;
}

.calendar-day {
  min-width: 80px;
  background-color: #222222;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #c2c2c2;
  border-radius: 10px;
  width: calc(10% - 10px);
  padding: 5px;
  opacity: 0.88;
  margin: 5px;

}

@media (max-width: 600px) {
  .hide-when-small {
    display: none;
  }
}

@media (max-width: 620px) {
  .logo {
    height: 70px !important;
  }
}

td.top-border {
  border-top: 4px solid gray !important;
}


.content {
  margin: 0;
}

.calendar-day:hover {
  border: 2px solid #faff69;
  opacity: 1;
}


.day-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.month-name {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;


}

.day-number {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 10px;
}

.event-count {
  width: 100%;
  border-top: 1px solid #faff69;
  text-align: center;
  padding: 2px;
  font-size: 18px;
}

.event-title {
  width: 100%;
  font-size: 7px;
  color: #faff69;
  text-transform: uppercase;
  text-align: left;
}

.next-prev-links {
  display: flex;
  width: 100%;
  justify-content: space-between;
}


.info {
  text-align: center;
  padding: 50px;
}

.new-button-holder {
  margin-bottom: 5px;
}

/********ANIMATION***********/

.center-content {
  text-align: center;
  width: 100%;
}

.center-body {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  /****** center box
  width: 300px;
  height: 300px;
  border: solid 1px #aaa;
  ******/
}

.loader-square-53 {
  height: 100px;
  width: 100px;
  position: relative;
}

.loader-square-53>div {
  border-radius: 10px;
  width: 50px;
  height: 50px;
  position: relative;
}

.loader-square-53 .sl-53-yellow {
  background-color: #FFFF66;
  top: 0;
  left: 0;
  animation: anm-SL-53-Yellow 4s ease infinite;
}

.loader-square-53 .sl-53-blue {
  background-color: #33CCFF;
  top: -50px;
  left: 50px;
  animation: anm-SL-53-Blue 4s ease infinite;
}

.loader-square-53 .sl-53-red {
  background-color: #FF5050;
  top: -50px;
  left: 50px;
  animation: anm-SL-53-Red 4s ease infinite;
}

.loader-square-53 .sl-53-green {
  background-color: white;
  top: -100px;
  left: 0;
  animation: anm-SL-53-Green 4s ease infinite;
}

@keyframes anm-SL-53-Yellow {

  0%,
  100% {
    transform: translate(0px, 0px) scale(1);
  }

  25% {
    transform: translateX(50px) scale(0.5);
  }

  50% {
    transform: translate(50px, 50px) scale(0.5);
  }

  75% {
    transform: translate(0px, 50px) scale(0.5);
  }
}

@keyframes anm-SL-53-Blue {

  0%,
  100% {
    transform: translate(0px, 0px) scale(0.5);
  }

  25% {
    transform: translateY(50px) scale(1);
  }

  50% {
    transform: translate(-50px, 50px) scale(0.5);
  }

  75% {
    transform: translateX(-50px) scale(0.5);
  }
}

@keyframes anm-SL-53-Red {

  0%,
  100% {
    top: -50px;
    left: 50px;
    transform: translate(0px, 0px) scale(0.5);
  }

  25% {
    transform: translateX(-50px) scale(0.5);
  }

  50% {
    transform: translate(-50px, -50px) scale(1);
  }

  75% {
    transform: translate(0px, -50px) scale(0.5);
  }
}

@keyframes anm-SL-53-Green {

  0%,
  100% {
    top: -100px;
    left: 0px;
    transform: scale(0.5);
  }

  25% {
    top: -150px;
    left: 0px;
    transform: scale(0.5);
  }

  50% {
    top: -150px;
    left: 50px;
    transform: scale(0.5);
  }

  75% {
    top: -100px;
    left: 50px;
    transform: scale(1);
  }
}




.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  