body {
    font-family:'Ubuntu', 'Montserrat',sans-serif;   
    line-height: 1.15;
    
}

html {
    font-size: 0.85em;
}

.active-headline {
    border-bottom: 2px solid #007bff;
    
}




.searchResultLink:hover {
    text-decoration: none!important;
}

.noUnderline:hover {
    text-decoration: none!important;

}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 70px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
  }

.active {
    color:#17a2b8!important;
}

.nav-link {
    color:white!important;
}

.nav-link.active {
    color:#17a2b8!important;
}

.datepicker-container {
    z-index: 10000!important;
}


#sidenav.expanded {
   /* width: 300px!important;;*/
}

#sidenav.collapsed {
    /*
    width: 100px!important;;
    */
}

.terms-modal-scroll {
    padding: 0;
    background-color: transparent;
}

#termsModalBody {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    padding-left: 24px;
    padding-right: 24px;
}

#orgTermsModal .modal-body,
#orgDpaModal .modal-body {
    padding-left: 24px;
    padding-right: 24px;
}

#orgTermsModal .modal-content,
#orgDpaModal .modal-content {
    padding-left: 24px;
    padding-right: 24px;
}

.terms-modal-scroll h1,
.terms-modal-scroll h2,
.terms-modal-scroll h3,
.terms-modal-scroll h4,
.terms-modal-scroll h5,
.terms-modal-scroll h6 {
    margin-top: 1.25rem;
    margin-bottom: 0.6rem;
}

.terms-modal-scroll h1:first-child,
.terms-modal-scroll h2:first-child,
.terms-modal-scroll h3:first-child,
.terms-modal-scroll h4:first-child,
.terms-modal-scroll h5:first-child,
.terms-modal-scroll h6:first-child {
    margin-top: 0;
}

.terms-modal-scroll h4[id] {
    margin-top: 1.75rem;
}

.terms-modal-scroll h4:not([id]),
.terms-modal-scroll h5,
.terms-modal-scroll h6 {
    margin-left: 12px;
}

.terms-modal-scroll h4:not([id]) + p,
.terms-modal-scroll h4:not([id]) + ul,
.terms-modal-scroll h4:not([id]) + ol,
.terms-modal-scroll h4:not([id]) + table,
.terms-modal-scroll h5 + p,
.terms-modal-scroll h5 + ul,
.terms-modal-scroll h5 + ol,
.terms-modal-scroll h5 + table,
.terms-modal-scroll h6 + p,
.terms-modal-scroll h6 + ul,
.terms-modal-scroll h6 + ol,
.terms-modal-scroll h6 + table {
    margin-left: 12px;
}

.terms-modal-scroll p:last-of-type {
    margin-left: 12px;
}

#termsCardBody h1,
#termsCardBody h2,
#termsCardBody h3,
#termsCardBody h4,
#termsCardBody h5,
#termsCardBody h6 {
    margin-top: 1.25rem;
    margin-bottom: 0.6rem;
}

#termsCardBody h1:first-child,
#termsCardBody h2:first-child,
#termsCardBody h3:first-child,
#termsCardBody h4:first-child,
#termsCardBody h5:first-child,
#termsCardBody h6:first-child {
    margin-top: 0;
}

#termsCardBody h4[id] {
    margin-top: 1.75rem;
}

#termsCardBody h4:not([id]),
#termsCardBody h5,
#termsCardBody h6 {
    margin-left: 12px;
}

#termsCardBody h4:not([id]) + p,
#termsCardBody h4:not([id]) + ul,
#termsCardBody h4:not([id]) + ol,
#termsCardBody h4:not([id]) + table,
#termsCardBody h5 + p,
#termsCardBody h5 + ul,
#termsCardBody h5 + ol,
#termsCardBody h5 + table,
#termsCardBody h6 + p,
#termsCardBody h6 + ul,
#termsCardBody h6 + ol,
#termsCardBody h6 + table {
    margin-left: 12px;
}

#termsCardBody p,
#termsCardBody ul,
#termsCardBody ol,
#termsCardBody table {
    margin-bottom: 0.9rem;
}

#termsCardBody p:last-of-type {
    margin-left: 12px;
}

.terms-modal-checkbox-text {
    padding-left: 8px;
}

.terms-modal-scroll p,
.terms-modal-scroll ul,
.terms-modal-scroll ol,
.terms-modal-scroll table {
    margin-bottom: 0.9rem;
}

.dashboard-param-tile {
    min-height: 56px;
}

.dashboard-filter-select {
    background-color: #fff;
    border: 1px solid #034363;
    color: #034363;
}

.dashboard-filter-select:focus {
    border-color: #034363;
    box-shadow: 0 0 0 0.2rem rgba(3, 67, 99, 0.2);
}

.match-opponent-reports-list {
    max-height: 520px;
    overflow-y: auto;
    padding-right: 4px;
}

.match-opponent-reports-list::-webkit-scrollbar {
    width: 8px;
}

.match-opponent-reports-list::-webkit-scrollbar-thumb {
    background-color: rgba(3, 67, 99, 0.3);
    border-radius: 8px;
}

.match-opponent-reports-list::-webkit-scrollbar-track {
    background-color: rgba(3, 67, 99, 0.08);
}

.dashboard-report summary,
.match-opponent-report summary {
    cursor: pointer;
    list-style: none;
}

.dashboard-report summary::-webkit-details-marker,
.match-opponent-report summary::-webkit-details-marker {
    display: none;
}

.report-expand-icon {
    transition: transform 0.15s ease;
    margin-right: 0.5rem;
    margin-top: 0.2rem;
    font-size: 0.7rem;
    flex-shrink: 0;
}

details[open] > summary .report-expand-icon {
    transform: rotate(90deg);
}





  
