html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.sidebar {
    background-color: #002e5d;
}

.form-control-check {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
    margin-left: 0.5rem;
    width: 1.4rem;
    height: 1.4rem;
}

.button-link {
    background: none;
    color: #4E73DF;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
}

    .button-link:hover {
        text-decoration: underline;
    }

.modalTable {
    width: 100%
}

    .modalTable th, .modalTable td {
        width: 1%;
    }


    .modalTable td {
        width: 1%;
    }

.wrap-content {
    word-wrap: break-word;
    white-space: normal;
}
    }

.th-text-rotate {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.export-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

    .export-button .fa-file-excel {
        color: #217346; /* Excel green color */
        font-size: 32px; /* Adjust the size as needed */
        margin: 0;
        padding: 0;
    }

.table th.sticky-col,
.table td.sticky-col {
    position: sticky;
    left: 0;
    background-color: white; /* or your desired bg color */
    z-index: 2;
}

.table th.sticky-col {
    z-index: 3; /* higher to stay above table body cells */
}

.freeze-table-wrapper {
    height: 650px;
    overflow-y: auto;
    overflow-x: auto;
    display: block;
}

.freeze-table {
    width: 100%;
    border-collapse: collapse;
}

    .freeze-table thead th {
        position: sticky;
        top: 0;
        background-color: white;
        z-index: 3;
    }

    .freeze-table th.sticky-col,
    .freeze-table td.sticky-col {
        position: sticky;
        left: 0;
        background-color: white;
        z-index: 2;
    }

    .freeze-table th.sticky-col {
        z-index: 4;
    }


.comment-text-wrap {
    margin-bottom: 0;
    white-space: pre-wrap; /* This enables wrapping and preserves line breaks */
}
