:root {
    --bs-primary: #00ff00;
}

label {
    font-weight: bold;
}

/* DATATABLEs */
.dataTables_filter {
    margin: 1em 0em;
}

.nav-pills {
    padding: .5rem;
    border-bottom: 1px solid #ececec;
}

.nav-link {
    color: #667885;
}

.nav-pills .nav-link.active {
    color: var(--bs-nav-pills-link-active-bg);
    background-color: inherit;
    font-weight: bold;
}

.nav-pills .nav-link.active::after {
    content: '';
    border-bottom: 3px solid var(--bs-nav-pills-link-active-bg);
    width: 100%;
    display: block;
    position: relative;
    top: 1em;
}

.table thead th {
    font-weight: normal;
    color: #667085;
    font-size: 14px;
}

.dataTables_info {
    float: right;
    font-weight: normal;
    color: #667085;
    font-size: 16px;
}

.datatables_custom_search i {
    position: relative;
    bottom: 1.9em;
    left: 1em;
}

.datatables_custom_search {
    margin-bottom: -2em;
}

.datatables_custom_search input {
    padding-left: 2.3em;
}

.app-title small {
    font-weight: normal;
    color: #667085;
    font-size: 16px;
}

.table a {
    text-decoration: none;
}

label:first-letter {
    text-transform: uppercase;
}

.app-title h2:first-letter {
    text-transform: uppercase;
}

.maintenance-setting {
    margin-bottom: 1em;
    font-size: 90%;
}

.maintenance-setting .card-body i {
    margin-right: 1em;
}

.form-group {
    margin-bottom: 1em;
}

form fieldset:not(:first-child) {
    border-top: 1px solid #ececec;
    margin: 2em 0em;
    padding-top: 1em;
}

.widget .card-title {
    font-weight: normal;
}

.widget .card-text {
    font-size: 40px;
    font-weight: bold;
    text-align: right;
}

.widget a {
    color: white;
    text-decoration: none;
}

.custom-radio {
    white-space: nowrap;
    padding: 10px;
}

.asteriskField {
    color: #c51a1b;
    margin-left: 5px;
}

.actas_form h3 {
    margin: 2em 0em;
    color: #777;
    font-size: 16px;
}

.table-container {
    width: 100%;
    overflow-x: auto;
}

.table-items {
    table-layout: fixed;
    width: max-content;
}

.table-items td {
    padding: 1em;
    border-bottom: 1px solid #ececec;
    max-width: 250px;
}

.table-items tr td:first-child {
    max-width: 400px;
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: #ececec;
}

.table-items tr td:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px; /* Adjust the offset value as needed */
  width: 10px; /* Adjust the width of the shadow as needed */
  background-color: rgba(0, 0, 0, 0.3); /* Adjust the shadow color and opacity */
  z-index: -1;
}

.table-items .question {
    width: 400px;
    margin: auto;
    word-break: break-word;
    white-space: pre-line;
    overflow-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}