main {
  flex-grow: 1;
  min-height: calc(100vh - 189px);
}

/*# sourceMappingURL=global.css.map */

@media (min-width: 576px) {
  .br-header.compact .header-logo {
    --header-logo-size: 0;
    float: left;
  }
}

.br-wizard {
  --wizard-max-height: 2000px !important;
  overflow: unset !important;
}

.wizard-panel-btn {
  min-height: 75px;
}

.wizard-panel-content {
  min-height: 300px;
  padding: 20px !important;
}

#fade {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.6);
  z-index: 5;
}

#main {
  min-width: 100%;
}

.br-select {
  max-width: none !important;
}

.form {
  background-color: var(--gray-2);
}

.table-header {
  top: 0px !important;
}

.icon-info {
  color: #1351b4;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
}

.text-help {
  width: 171px;
  height: 67px;
  font-family: "Rawline";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: justify;
}

.error-msg {
  color: #e52207;
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 14px;
}

.br-link-pagination input + label {
  padding: 5px !important;
}

a.fill {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  text-align: center;
}

.table-component-curriculum {
  background-color: var(--gray-2);
}

.br-select {
  position: relative;
}

.br-list {
  position: relative;
}

.br-breadcrumb .menu-mobil {
  display: none;
}

input.readonly {
  border: none;
  outline: none;
  cursor: default;
  pointer-events: none;
}

input.readonly + button {
  display: none;
}

.disabled {
  pointer-events: none;
}

.crumb[data-toggle="dropdown"] + * {
  position: unset !important;
}

.relative {
  position: relative;
}

.gap-3 {
  gap: 16px;
}

.overflow-visible {
  overflow: visible !important;
}
