/*-----------
Version 20240903_04gy
-------------*/
@media (max-width: 768px) {
  .main-container-auth .logo-container img {
    width: 155px;
}
.card .card-body {
  padding: 8px;
}
.button-area {
  justify-content: center;
}
.table-customized tbody tr{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.table-customized tbody tr > td:nth-child(1) {
  background-color: #c0181317;
  font-weight: 900;
  border-top-width: thick;
}
.table-customized thead tr {
  display: none;
}
.headingWButton{
  flex-direction: column;
}
}
@media (max-width: 992px) {
  .row.w-100 {
    margin: auto;
}
  .only-desktop-view {
    display: none;
  }
  .main-container-auth {
    flex-direction: column;
    justify-content: center;
    padding: 20px 5%;
  }
  .form-container {
    width: 80vw;
    margin: 20px auto 0px;
    padding: 20px 30px;
  }

  a.navbar-brand {
    position: absolute;
    margin: 0px auto;
  }
  .navbar-brand img {
    height: 45px;
    padding-top: 6px;
    left: 0px;
  }
  .navbar-toggler {
    border: none;
  }
  .navbar-toggler.collapsed .toggler-image {
    background-image: url("../assets/images/burger-menu-closed.svg");
    width: 35px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    border: none;
    padding: 0;
    filter: brightness(0) saturate(100%) invert(15%) sepia(97%) saturate(3315%) hue-rotate(6deg) brightness(89%) contrast(112%);
  }
  .navbar-toggler .toggler-image {
    background-image: url("../assets/images/burger-menu-open.svg");
    width: 35px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 8px;
    filter: brightness(0) saturate(100%) invert(15%) sepia(97%) saturate(3315%) hue-rotate(6deg) brightness(89%) contrast(112%);
  }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
  }
  #navbarSupportedContent.navbar-collapse.collapse.show {
    margin-top: 8px;
    padding-left: 0%;
    padding-right: 10%;
  }

  #navbarSupportedContent.navbar-collapse.collapse.show
    .menu-mobile.navbar-nav::before {
    content: "";
    background: #fff;
    height: 1px;
    width: 100vw;
    left: -12px;
    position: absolute;
  }
  .menu-mobile .nav-item {
    margin-top: 0px;
  }
  .menu-mobile li.nav-item:first-child {
    padding-top: 20px;
  }
  .menu-mobile a.nav-link {
    font-size: 16px;
    font-weight: 500;
  }
  .menu-mobile a.nav-link.dropdown-toggle::after {
    float: right;
    margin-top: 10px;
  }
  .workspace {
    padding: 10px;
    background: transparent;
    border: 0;
  }
  .workspace a {
    text-decoration: none;
  }
  .workspace li {
    color: #fff;
    padding-left: 25px;
    padding-bottom: 15px;
    padding-top: 25px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; /* 100% */
  }
  .workspace img {
    background: #fff;
    margin-right: 9px;
    padding: 2px;
    border-radius: 5px;
    border-right: 1px solid #f1f1f2;
  }
  a.nav-link.dropdown-toggle.title-submenu {
    color: #bce784;
  }
  .user-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    border-top: 1px solid #bce784;
    padding-top: 10px;
  }
  .user-menu span {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4em;
    text-align: center;
    display: block;
  }
  .user-menu span.name {
    color: rgba(238, 246, 255, 0.7);
  }
  a.setting {
    background: rgb(229 235 241 / 20%);
    padding: 8px 8px;
    border-radius: 6px;
  }
  #sidebar {
    display: none;
  }
  .main-container {
    height: auto;
  }
  .wrap-main-content {
    margin-top: 1em;
    margin-bottom: 1em;
    min-height: calc(100vh - 60px - 60px);
  }
  .search-bar-clients {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  input#search-client {
    width: 100%;
    margin-bottom: 10px;
  }
  /*== Anagrafica==*/
  .btn-top-right {
    position: relative;
    margin: 10px 45%;
  }
  .progress-container {
    width: 72vw;
  }
  #tablist-for-anagrafica .nav-link {
    font-size: 11px;
    padding-bottom: 2px;
    margin-bottom: 10px;
  }
  .btn-center-w-mt {
    margin: 10px auto 4px;
  }
  .row.assigment {
    border-bottom: 1px solid #202224;
  }
  .row.assigment select {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  p.user-menu-name-mobile {
    color: #000;
    font-weight: 500;
    text-align: center;
    width: 90vw;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}
.faded{
  opacity: 0.1;
  transition: opacity 0.5s ease, box-shadow 0.5s ease;
    box-shadow: inset 1px 8px 10px 0px #000;
}

.card button.btn{
  min-width: 135px;
}
.text-truncate {
  white-space: normal;
}
}
