/* change font-family in all input hack sheet */
input,
select,
textarea {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.sukhumvit-font {
  font-family: "sukhumvit";
}

.field-label{
  margin-top: 8px;
  margin-bottom: 4px;
}

/* hack font size of all panel-header */
.panel-heading {
  font-size: 1em;
  border-radius: 0px;
}

.panel-block.is-active {
  border-left: 3px solid #d1294f;
}

.content .page-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 24px;
  margin-top: 0;
}

.clickable {

}
.clickable:hover {
  cursor: pointer;
}

.dropdown-menu {
  position: relative;
  width: 100%;
  display: none;
}

.dropdown-content {
  position: absolute;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 5;
  box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
  background-color: #ffffff;
}

.dropdown-item {
  padding: 4px 8px;
  color: #363636;
  background-color: #ffffff;
}

.dropdown-item:hover {
  background-color: #dbdbdb;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important; } }

@media screen and (min-width: 769px) {
  .has-text-centered-tablet {
    text-align: center !important; } }

@media screen and (min-width: 769px) and (max-width: 999px) {
  .has-text-centered-tablet-only {
    text-align: center !important; } }

@media screen and (max-width: 999px) {
  .has-text-centered-touch {
    text-align: center !important; } }

@media screen and (min-width: 1000px) {
  .has-text-centered-desktop {
    text-align: center !important; } }

@media screen and (min-width: 1000px) and (max-width: 1191px) {
  .has-text-centered-desktop-only {
    text-align: center !important; } }

@media screen and (min-width: 1192px) {
  .has-text-centered-widescreen {
    text-align: center !important; } }

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important; } }

@media screen and (min-width: 769px) {
  .has-text-centered-tablet {
    text-align: center !important; } }

@media screen and (min-width: 769px) and (max-width: 999px) {
  .has-text-centered-tablet-only {
    text-align: center !important; } }

@media screen and (max-width: 999px) {
  .has-text-centered-touch {
    text-align: center !important; } }

@media screen and (min-width: 1000px) {
  .has-text-centered-desktop {
    text-align: center !important; } }

@media screen and (min-width: 1000px) and (max-width: 1191px) {
  .has-text-centered-desktop-only {
    text-align: center !important; } }

@media screen and (min-width: 1192px) {
  .has-text-centered-widescreen {
    text-align: center !important; } }

@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important; } }

@media screen and (min-width: 769px) {
  .has-text-left-tablet {
    text-align: left !important; } }

@media screen and (min-width: 769px) and (max-width: 999px) {
  .has-text-left-tablet-only {
    text-align: left !important; } }

@media screen and (max-width: 999px) {
  .has-text-left-touch {
    text-align: left !important; } }

@media screen and (min-width: 1000px) {
  .has-text-left-desktop {
    text-align: left !important; } }

@media screen and (min-width: 1000px) and (max-width: 1191px) {
  .has-text-left-desktop-only {
    text-align: left !important; } }

@media screen and (min-width: 1192px) {
  .has-text-left-widescreen {
    text-align: left !important; } }

@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important; } }

@media screen and (min-width: 769px) {
  .has-text-right-tablet {
    text-align: right !important; } }

@media screen and (min-width: 769px) and (max-width: 999px) {
  .has-text-right-tablet-only {
    text-align: right !important; } }

@media screen and (max-width: 999px) {
  .has-text-right-touch {
    text-align: right !important; } }

@media screen and (min-width: 1000px) {
  .has-text-right-desktop {
    text-align: right !important; } }

@media screen and (min-width: 1000px) and (max-width: 1191px) {
  .has-text-right-desktop-only {
    text-align: right !important; } }

@media screen and (min-width: 1192px) {
  .has-text-right-widescreen {
    text-align: right !important; } }