@font-face {
font-family: Helvetica-regular;
src: url('/fonts/Helvetica-Regular.otf');
}

/* Sidebar: centrado icono + texto y evitar scroll lateral / texto cortado */
.main-sidebar {
  overflow-x: hidden;
}
.main-sidebar .nav-sidebar .nav-link {
  display: flex;
  align-items: center;
  min-width: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.main-sidebar .nav-sidebar .nav-link .nav-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-sidebar .nav-sidebar .nav-link > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  min-height: 1.4em;
}

.sidebar-light-light .sidebar .sidebar-active{
  background: rgb(189, 191, 193, 1);
  color: #ffffff;
}
.sidebar-dark-light .sidebar .sidebar-active{
  background: rgba(247, 247, 247, 0.1);
  color: #ffffff;
}

.sidebar-light-light .sidebar nav ul li a:hover {
  background: rgb(189, 191, 193, 1) !important;
  color: #ffffff !important;
}

.sidebar-light-light .sidebar {
  color: #343a40;
}

.select2-container .select2-selection--single{
  height: calc(2.25rem + 2px) !important;
}

.sidebar-light-light .sidebar .nav .nav-item.active .nav-link {
  background: rgb(189, 191, 193, 1) !important;
  color: #ffffff !important;
}

.sidebar-dark-light .sidebar .nav .nav-item.active .nav-link{
  background: rgba(247, 247, 247, 0.1);
  color: #ffffff;
}

.list-style-square{
  list-style-type: square;
}

.textarea-resize-none{
  resize:none;
}

.font-weight-400{
  font-weight:400 !important;
}

.display-none{
  display: none;
}

.opacity-8{
  opacity: .8;
}

.font-size-35{
  font-size:35px !important;
}
.font-size-25{
  font-size:25px !important;
}
.font-size-20{
  font-size:20px;
}
input[required]{
    background-image: radial-gradient(#F00 15%, transparent 16%), radial-gradient(#F00 15%, transparent 16%);
    background-size: 1.2em 1.2em;
    background-position: right top;
    background-repeat: no-repeat;
}
select[required]{
    background-image: radial-gradient(#F00 15%, transparent 16%), radial-gradient(#F00 15%, transparent 16%);
    background-size: 1.2em 1.2em;
    background-position: right top;
    background-repeat: no-repeat;
}
.disable {
  background-color: #e9ecef;
  opacity: 1;
}

.accordion-button {
    background: #f5f5f5;
    border: none;
    border-color: #ddd;
    outline: none;
    display: flex;
    color: #495057;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}

.accordion-button-doc {
    background: rgb(0, 130, 195);
    border: none;
    border-color: #ddd;
    outline: none;
    display: flex;
    color: #ffffff;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}

.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

#loadingSpinner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(206, 206, 206, 0.5);
    position: fixed;
    width: 100%;
    z-index: 99999;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tooltip-inner {
    max-width: 600px;
    background-color: #333;
    text-align: left;
    padding: 15px
}

.total{
    background: #408BC6;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 22px;
    padding: 7px 13px;
    margin-left: 5px;
}

.totalConDesc{
    background: #4caf50;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 22px;
    padding: 7px 13px;
    margin-left: 5px;
}
