@font-face {
  font-family: "Montserrat";
  font-style: normal;
  src: url("Montserrat.ttf") format("truetype");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat;
}

body {
  font-family: Montserrat;
}

.content-wrapper {
  overflow: auto;
}

.main-header {
  text-align: right;
}

.skin-black .main-header > .logo {
  font-family: Montserrat;
  background-color: #1e282c;
  color: #ffffff;
  border-right: 1px solid #1e282c;
}

.skin-black .main-header > .logo:hover {
  background-color: #1e282c;
  color: #ffffff;
  border-right: 1px solid #1e282c;
  cursor: default;
}

.shiny-input-container {
  padding-bottom: 0;
}

.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #222d32;
}

.nav-tabs-custom > .tab-content {
  padding-left: 20px;
  padding-right: 20px;
}

.control-label {
  margin-bottom: 10px;
  font-weight: 500;
}

.shiny-input-checkboxgroup.shiny-input-container-inline
  label
  ~ .shiny-options-group,
.shiny-input-radiogroup.shiny-input-container-inline
  label
  ~ .shiny-options-group {
  margin-bottom: 30px;
}

.action-button {
  margin-bottom: 20px;
}

.shiny-download-link {
  margin-bottom: 20px;
}

.btn-file {
  background-color: #ffffff;
}

.progress-bar {
  background-color: #f39c12;
}

.myClass {
  font-size: 20px;
  line-height: 50px;
  padding: 0 15px;
  overflow: hidden;
  color: #333333;
}

#tabset1 + .tab-content {
  overflow: hidden;
}

.param_flex {
  display: flex;
  gap: 10px;
}

.align-items-stretch {
  align-items: stretch;
}

.d-flex {
  display: flex;
}

.box {
  flex-direction: column;
}

a.btn.disabled,
a.btn[disabled] {
  pointer-events: auto; /* allow hover */
  cursor: not-allowed; /* show disabled cursor */
  opacity: 0.5;
}

a.btn.disabled:active,
a.btn[disabled]:active {
  pointer-events: none; /* block actual click */
}
.top-right {
  display: flex;
  gap: 16px;
  align-items: center;
}

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.centered {
  flex-direction: column;
  justify-content: center; /* horizontal centering */
  align-items: center; /* vertical centering */
  height: calc(100vh - 80px); /* full viewport height */
}
