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;
}
/* Customize AG Grid Table Font and Padding */
/*.ag-theme-alpine {
    font-size: 14px;
}

    .ag-theme-alpine .ag-header {
        background-color: #f8f9fa;
        font-weight: bold;
    }

    .ag-theme-alpine .ag-cell {
        padding: 8px;
    }
*/

#fullDescription {
    white-space: pre-wrap;
}

.text-truncate-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Remove margin/padding on body and html */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

/* Ensure all elements use border-box */
/**, *::before, *::after {
    box-sizing: border-box;
}
*/
/* Optional: Remove container padding if using Bootstrap */
/*.container, .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}*/

#playPauseBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333 !important;
    /*border-color: #ccc !important;*/
    opacity: 1 !important;
    visibility: visible !important;
}

    #playPauseBtn i {
        font-size: 1.5rem;
        opacity: 1 !important;
        visibility: visible !important;
    }

    #playPauseBtn:hover {
        color: #fff !important;
        /*background-color: #0d6efd !important;
        border-color: #0d6efd !important;*/
    }

#audioSeekBar {
    height: 6px;
}

#currentTimeDisplay, #totalTimeDisplay {
    font-size: 0.9rem;
    color: #333;
}

.highlighted {
    background-color: #d1ecf1;
    font-weight: bold;
    transition: background-color 0.3s ease, font-weight 0.3s ease;
}

.description-text span {
    transition: background-color 0.3s ease, font-weight 0.3s ease;
}
