/*
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
input {
    font-family: 'Inconsolata', monospace !important;
    color: #333
}

html,
body {
    background-color: #f0f0f0;
}

div {
    white-space: pre-wrap;
}

.card {
  width: 100%;
    border-radius: 8px;

    background-color: white;
    padding: 20px;
    filter: drop-shadow(0 4px 3px rgb(0 0 0/0.07)) drop-shadow(0 2px 2px rgb(0 0 0/0.06))
}

.debug {
    width: 100px;
    position: fixed;
    bottom: 0px;
    right: 0px;
}

.error {
    color: red;
}

body {
    padding: 20px;
}

*/

.h-menu {
  z-index: 998 !important;
}

.loading {
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin: auto;
  display: flex;
  justify-content: center;
}

button .loading {
  position: relative;
  margin-top: -15px;
  margin-bottom: -10px !important;
}

.btn-sm .loading {
  margin-top: -10px;
  margin-bottom: -10px !important;
}

.loading div {
  width: 100%;
  margin-top: -10px;
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loading div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes loading {
  0% {
    top: 18px;
    left: 18px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 36px;
    height: 36px;
    opacity: 0;
  }
}




.loading.gray div {
  border: 4px solid #888
}

/*
input {
  background-color: #fafafa;
}


button.login {
  width: 20%;
  margin-right: 0px;
  margin-left: auto;
}

.center {
  text-align: center;
}

pre {
  padding:10px;
}


select.stores {
  width: 200px;
  float:right;
  margin-left: 20px;
}

.header {
  display: flex;
  gap: 20px;
}


.login-form {
  padding: 30px;
  width: 500px;
  text-align: center;

  h4 {
    text-align: center;
  }

  img {
    width: 30px;
    margin-right: 10px;
  }
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.main {
  width: 100%;
  height: 100%;
}

button.small {
  line-height: 10px;
  width: 400px;
}

.tab.active {
  background-color: #e7f4f9;
}

aside {
  width: 200px;
  margin-right: 30px;
}

.flex {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.w100 {
  width:100%;
  overflow:auto;
}

.monaco {
  height: 400px;
}

pre {
  white-space: pre-wrap; 
}

.key {
  width: 180px;
  padding-left: 0px;
  font-weight: bold;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}


.customer-header {
  justify-content: space-between;
}

.customer-header div:first-child {
  width: 100%;
}

.customer-header .small {
  width: 100px;
}

.tabs button {
  line-height: 10px;
  width: 200px;
  margin-bottom: -3px;
}

.tabs {
  border-bottom: var(--primary) solid;
  line-height: 10px;
  margin-bottom: 20px;
  gap: 5px;
}

*/



.debug {
  position: fixed;
  bottom: 0px;
}


.content.blank-page {
  overflow: overlay;
  overflow-x: hidden;
  padding: 0 !important;
  transition: none;
  margin-left: 0;
}

.bs-stepper-content {
  height: fit-content;
}


.alert {
  margin-top: 14px;
  padding: 16px;
  text-align: center;
}

.order-notes .alert {
  margin-top: 0;
  text-align: left;
}

/*
.nav-item:not(:first-of-type) {
  display: none;
}
*/

.content-header {
  // display: none;
}

.app-content {
  padding-top: 156px !important;
}

.horizontal-menu-wrapper {
  display: none;
}


.mono {
  font-family: monospace;
  font-size: 1.2rem;
}

.fr {
  float: right;
}

.card-title {
  /*width: 100%;*/
}

.credentials .modal-dialog {
  max-width: 900px !important;
}

#credentials {
  width: 800px;
}

dialog {
  margin-top: auto !important;
}

.ti-shopping-cart:before {
  font-family: 'themify' !important;
}

#main-menu-navigation .nav-item:first-child {
  margin-left: 10px;
}

.customer-details button .customer-details a {
  margin-left: 5px !important;
  margin-bottom: 1em;

}

.customer-details input {
  /* margin-bottom: 1em; */
}

.customer-details .btn {
  margin-left: 5px !important;
}

.oci-url {
  overflow-wrap: anywhere;
}


.l2 {
  display: flex;
  gap: 2em;
  ;
}

.l2>div {
  width: 100%;
}


select {
  min-width: 90px;
}

.card-body div {
  margin-bottom: 8px;
}


.punchout-bar {
  padding: 10px;
  background-color: #7367f0;
  color: white;
}

.punchout-bar a {
  color: white;
}


.app-content {
  padding: calc(2rem + 4.45rem* 2 + 1.3rem) 2rem 0 2rem !important;
}


.styles-input>div {
  width: 100%;
}

.full-width {
  position: absolute;
  left: 0px;
  right: 30%;
  display: flex !important;
}

.ml-1 {
  margin-left: 1rem;
}

pre {
  /* white-space: normal; */
}

.issue-actions {
  width: 130px;
}

.issue-actions button {
  margin: 2px;
}


.created-at {
  width: 140px;
  text-align: center;
  font-weight: bold;
  font-size: smaller;
}

.issues-filter {
  display: flex;
  align-items: center;
}

.table-responsive {
  border-top: 1px solid #e8e8e8;
}


.fl-2 {
  display: flex;
  gap: 1.5rem;
}

.fl-2>div {
  width: 50%;
}

.multiselect .btn {
  padding: 5px 8px;
  margin-right: 10px;
}

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

.search-form {
  flex-direction: row;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
}

.button-actions-header {
  flex-direction: row;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
}

.search-form>div {
  width: 100%;
}

.search-form .multiselect input {
  width: 80px;
}

.quick-settings {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.quick-settings>div {
  min-width: 200px;
}

.quick-btns {
  gap: 5px;
  display: flex;
  margin-top: 10px
}

.punchout-bar button {
  float: right;
  margin-top: -4px;
}

.w5rem {
  width: 5rem;
}

.w7rem {
  width: 10rem;
}

#items-edit-table tbody td {
  padding: 0.2rem;
}

.btn-flat-info {
  background-color: rgba(0, 207, 232, 0.12);
}

.btn-flat-danger {
  background-color: rgba(234, 84, 85, 0.12);
}

.counter {
  position: absolute;
  top: -5px;
  right: -5px;
  background: blueviolet;
  padding: 3px;
  border-radius: 10px;
  text-align: center;
  color: white;
  font-size: 0.8rem;
}


.checkbox-description {
  text-wrap: balance;
}

.settings-addresses {
  justify-content: space-between;
}

.settings-addresses>div {
  width: 100%;
}

.w170 {
  width: 170px;
}

.w140 {
  width: 140px;
}

.invoice-number {
  display: flex;
  justify-content: space-between;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.green {
  color: green;
}

.show-hidden-elems-btn {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 1000000;
}



.code-container {
  margin: 25px;
}

.code-container .code-title {
  position: absolute;
  top: -13px;
  left: 46px;
  background-color: #fff;
  padding: 0 5px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #acaab1;
}

.code-container .code-language {
  position: absolute;
  top: -13px;
  right: 46px;
  background-color: #fff;
  padding: 0 5px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #acaab1;
}

.code-container .code-content {

  margin: 28px;
  padding: 0px 15px;
  background-color: #fafafa;
  overflow-x: auto;

}

.code-container .code-body {
  border: 1px solid color-mix(in sRGB, #2f2b3d 20%, #fff);
  position: relative;
}

.code-container .dark {
  background-color: #141414;
}

.code-actions {
  position: absolute;
  right: 30px;
  top: 15px;
  scale: 0.8;
  display: flex;
  gap: 3px
}

.break-content,
.break-content * {

  word-break: break-all;
  white-space: break-spaces;

}

.overview-actions {
  position: absolute;
  right: 0px;
  top: -45px;
  width: fit-content;
}

.overview-actions :where(.buttons-group) {
  display: flex;
  gap: 5px;
  flex-direction: row;
}

.btn-flex-group {
  display: flex;
  gap: 5px;
  flex-direction: row;
}

.li-overflow-wrap-anywhere>li {
  overflow-wrap: anywhere;
}

.tile-container {
  background-color: transparent;

}

.tile-container>.tiles {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.tile-container>.tiles>div {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  filter: drop-shadow(0 4px 3px rgb(0 0 0/0.07)) drop-shadow(0 2px 2px rgb(0 0 0/0.06))
}

.tile-container .tile-subtitle {
  color: #a0a0a0;
}

.tile-container[data-name="licenses"] .tile-body>div {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.tile-container[data-name="licenses"] .informations {
  flex-basis: 50%;
}

div.card.search-form>search-select {
  margin-bottom: 1rem;
}


.table-compact {
  font-size: 0.8rem;
}

.table-compact td {
  padding: 0.3rem 1rem;
}