.sponsore-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0 0 30px;
  min-height: 150px;
  padding: 0 10px;
  /*  border: solid 1px rgba(0, 0, 0, 0.1);*/
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px 0px;
  }
  /*@media (min-width: 420px) and (max-width: 768px) {
    .text-sm-center {
      text-align: center !important;
    }
}*/
.letter-spacing {
  letter-spacing: 0.2rem !important;
}
/*.line-height-custom {
  line-height: 0.8;
}*/
  .fs-lg-size {
    font-size: 48px !important;
    letter-spacing: 0rem !important;
    line-height: 42px;
  }
  .fs-lg-edit {
    font-size: 24px !important;
    font-weight: normal !important;
    letter-spacing: 2px !important;
  }
  .fs-lg-date {
    font-size: 40px !important;
    font-weight: bold !important;
    word-spacing: 0px !important;
    line-height: 35px;
  }
  .fs-lg-location {
    font-size: 16px !important;
    font-weight: bold !important;
  }

  .fs-footer-size {
    font-size: 18px !important;
  }
  .fs-footer-edit {
    font-size: 12px !important;
  }
  /*.w-custom-banner {
    width: 50% !important;
  }*/
@media (max-width: 768px) {
  
  .w-custom {
    width: 100% !important;
  }
  .fs-md-size {
    font-size: 36px !important;
    letter-spacing: 0rem !important;
    line-height: 34px;
  }
  .fs-md-edit {
    font-size: 18px !important;
    font-weight: normal !important;
    letter-spacing: 2px !important;
  }
  .fs-md-date {
    font-size: 30px !important;
    font-weight: bold !important;
    word-spacing: 0px !important;
    line-height: 35px;
  }
  .fs-md-location {
    font-size: 12px !important;
    font-weight: bold !important;
  }
  .fs-sm-size {
    font-size: 24px !important;
  }
  .fs-sm-edit {
    font-size: 18px !important;
    font-weight: normal !important;
  }
  
}

@media (min-width: 1400px) {
  .w-custom-xl {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .position-lg-absolute {
    position: absolute !important;
  }
  /*.w-custom-banner-xl {
    width: 36% !important;
  }*/
}
@media (min-width: 1082px) {
  .position-xl-absolute {
    position: absolute !important;
  }
  /*.w-custom-banner-xll {
    width: 50% !important;
  }*/
}
.topleft {
  position: absolute;
  top: 8px;
  left: 16px;
  font-size: 18px;
}

.tableFixHead {
  overflow: auto;
  height: 400px;
}
.tableFixHead thead th {
  position: sticky !important;
  top: 0; 
  z-index: 1;
  background-color: #203D70;
  padding: 10px 8px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 18px;
}
.tableFixHead tbody td {
  padding: 10px 8px;
}

.sponsors-logo {
  border: 1px solid #eee;
  margin: 0 0 30px;
/*  min-height: 150px;*/
  min-height: 190px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  /*box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);*/
/*  box-shadow: 0px 10px 31px -21px rgba(0, 0, 0, 0.33);*/
box-shadow: 0rem 0.25rem 1.75rem rgba(30, 34, 40, 0.07) !important;
  background: #fff;
  cursor: pointer;
}