/* 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;
}