.wpo365-mssignin-button {
  border: 1px solid #8c8c8c;
  background: #ffffff;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  max-height: 41px;
  min-height: 41px;
  height: 41px;
}
.wpo365-mssignin-logo {
  padding-left: 12px;
  padding-right: 6px;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  width: 21px;
  height: 21px;
  box-sizing: content-box;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.wpo365-mssignin-label {
  padding-left: 6px;
  padding-right: 12px;
  font-weight: 600;
  color: #5e5e5e;
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  height: 21px;
  line-height: 21px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

 /* stylelint-disable -- simple override */
.form-select:disabled {
  --tblr-form-select-bg-img: none;
}
/* stylelint-enable */

ul {
  list-style-type: none;
}

.inline_form {
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.scrollable_content {
  overflow-y: scroll; /* Always show the scrollbar */
  height: 12em; /* Set a fixed height for the div */
  scrollbar-color: auto; /* For Firefox */
  scrollbar-width: auto; /* For Firefox */
}

/* For WebKit browsers (Chrome, Safari) */
.scrollable_content::-webkit-scrollbar {
  width: 4px; /* Width of the scrollbar */
}

.scrollable_content::-webkit-scrollbar-thumb {
  background: #888; /* Color of the scrollbar thumb */
}

.scrollable_content::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color of the scrollbar thumb on hover */
}

.table_old {
  --tblr-table-color: #182433;
  --tblr-table-bg: #b36024;
  --tblr-table-border-color: #da6517;
  --tblr-table-striped-bg: #ef7924;
  --tblr-table-striped-color: #182433;
  --tblr-table-active-bg: #e0732b;
  --tblr-table-active-color: #182433;
  --tblr-table-hover-bg: #e77b2e;
  --tblr-table-hover-color: #182433;
  color: var(--tblr-table-color);
  border-color: var(--tblr-table-border-color);
}
