@import "./style";
/* @import "tailwindcss"; */
@import "./error";

.vimeo {
  @import "./vimeo";
}

.headerpart {
  display: flex;
  justify-content: center;
  align-items: center;

  > div {
    margin: 20px 25px;
  }

  .headertext {
    font-size: 18px;
    white-space: nowrap;
  }

  .hkbuhisttext {
    font-size: 18px;
  }

  .edblogo {
    background-image: url("../img/edblogo.svg");
    width: 243px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .hkbulogo {
    background-image: url("../img/hkbulogo.png");
    width: 248px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .hkbudeptlogo {
    background-image: url("../img/hkbudeptlogo.png");
    width: 245px;
    height: 75px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .hkbuhistlogo {
    background-image: url("../img/hkbuhistlogo.png");
    width: 316px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (max-width: 1024px) and (orientation: portrait) {
  .headerpart {
    flex-direction: column;
    margin: 10px auto;

    .headertext {
      text-align: center;
    }

    .hkbuhisttext {
      text-align: center;
    }
  }
}

@media (max-width: 430px) and (orientation: portrait) {
  .headerpart {
    flex-direction: column;
    margin: 10px auto;

    .headertext {
      text-align: center;
    }

    .hkbuhisttext {
      text-align: center;
    }
  }
}

.event_name {
  font-size: 36px;
  text-align: center;
  margin-top: 25px;
}

.event_detail {
  font-size: 30px;
  text-align: center;
  margin-top: 25px;
}

form {
  font-size: 24px;
  text-align: center;
  margin-top: 60px;
}

input {
  font-size: 24px;
}

.notes {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}

.hidden {
  display: none;
}

body {
  text-align: center;
  /* background-image: url(image/bg2.png); */
  background-size: cover;
}

.title {
  max-width: 90%;
  min-height: 230px;
  margin-bottom: 15px;
  line-height: 230px;
  margin: auto;
}

.title > span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-weight: bold;
  font-size: 24px;
  color: #022168;
}

video {
  height: 60vh;
}

footer {
  position: relative;
  min-height: 40px;
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 40px;
  padding: 15px 0;
  z-index: 1000;
}

footer #copyright {
  width: 100%;
  font-size: 10px;
  text-align: center;
}

/* .live_chat_iframe {
} */

@media screen and (max-width: 1179px) {
  .live_chat_iframe {
    width: 720px;
  }
}
