﻿.my-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.btn-full {
  width: 100%;
}

.input-disabled {
  background-color: #e9ecef;
  color: #6c757d;
  border: 1px solid #ced4da;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 1;
}

.tt-dataset {
  max-height: 400px;
  overflow: auto;
}

.tt-menu {
  max-height: 400px !important;
}

.header {
  position: fixed;
  top: 0;
  width: calc(100% - 3rem - 260px) !important;
}

.layout-menu {
  background: transparent;
}

.app-fixed-img {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: -1;
}

.app-brand-logo.demo svg {
  width: 40px;
  height: auto;
}

.authentication-wrapper .app-brand-text.demo {
  font-size: 2rem;
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  background-color: #8c57ff;
  color: #fff;
  border-color: #8c57ff;
}

.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

.z-max {
  z-index: 9999 !important;
}

.w-150px {
  width: 150px !important;
}

.w-100 {
  width: 100% !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.ico-mount {
  block-size: 70px !important;
  font-size: 70px !important;
  inline-size: 70px !important;
}

.studio-utente {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.studio-utente :first-child {
  width: 100%;
}
.studio-utente a {
  margin-right: -1rem;
}

/*RIGTH*/
.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

/*LEFT*/
.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

/*TOP*/
.mt-20 {
  margin-block-start: 5rem !important;
}

.mt-15 {
  margin-block-start: 3.75rem !important;
}

/*BOTTOM*/
.mb-20 {
  margin-block-end: 5rem !important;
}

.mb-15 {
  margin-block-end: 3.75rem !important;
}

.btn-mount {
  height: 130px;
  width: 130px;
}

.menu-toggle-icon::before {
  inline-size: unset;
  mask-image: unset;
  mask-repeat: unset;
  mask-size: unset;
}

.dropdown {
  text-align: center !important;
}

.hide {
  display: none !important;
}

.loader--fullscreen {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
}

.loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.loader__container {
  text-align: center;
  width: 100%;
}

.formlogout {
  position: absolute;
  top: 15px;
  right: 15px;
}

.field-validation-error {
  color: red;
  display: block;
  margin-bottom: 20px;
  margin-top: -10px;
  margin-left: 10px;
}

.v--center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.j--start {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.j--end {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

.j--between {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.j--around {
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
}

.row--bottomSmall {
  margin-bottom: 16px !important;
}

.row--topSmall {
  margin-top: 16px !important;
}

.row--bottom {
  margin-bottom: 36px !important;
}

.row--top {
  margin-top: 36px !important;
}

.row--bottomLarge {
  margin-bottom: 66px !important;
}

.row--topLarge {
  margin-top: 66px !important;
}

table {
  table-layout: fixed !important;
}

.table tr th {
  background-color: rgba(255, 255, 255, 0) !important;
}

.page-item .page-link {
  border-radius: 0.375rem !important;
}

.toast-container {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9999;
}

.form-control-sm {
  height: calc(1.375em + 1.258rem + 2px) !important;
  min-height: calc(1.375em + 1.258rem + 2px) !important;
  padding-top: 0.629rem !important;
  padding-bottom: 0.629rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 0.8125rem !important;
  border-radius: var(--bs-border-radius-sm) !important;
}

.v--max {
  min-height: 40vh !important;
}
