

@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%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}


body, html {
    font-family: 'Clario Regular';
    font-size: 16px;
    color: #222;
}

.h1 {
    font-size: 2em;
    font-weight: bold;
}

.tr-Section--grayDark {
    background-color: #123021;
    color: #FFFFFF;
    width: 100%;
   
    
}
hr {
    
    border-bottom: 1px solid #222; /* Dark color, adjust thickness as needed */
    
}

ul {
    list-style-type: disc;
    margin-left: 20px;
  
}
li{
    margin-bottom:10px;
   
}
/* Increase the size of list item discs (bullets) */
.large-disc li::marker {
    font-size: 1.2em; /* Makes the bullet twice as large as normal text */
    color: #404040
}

a {
    text-decoration: none;
    color: #0062c4;
    display: inline-block; /* Essential for transform to work correctly on inline elements */
    /*  transition: transform 0.3s ease;*/
}

    a:hover {
        text-decoration: underline;
        /*transform: scale(1.01); */ 
    }
    a:visited {
        color: #9647d1;  
        text-decoration: underline; 
    }

    a:active,
    a:focus {
        /*color: #9647d1;*/ /* Color when link is selected/clicked/focused */
      
        border-color: #fff;
    }
.document-list-link {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 4px 6px;
    margin-left: -6px;
    border-radius: 2px;
}

    .document-list-link:focus,
    .document-list-link:focus-visible,
    .document-list-link:active {
        /*color: #222;*/
        outline: none;
        box-shadow: inset 0 0 0 2px #0d6efd;
        text-decoration: underline;
    }
.inline-document-link {
    display: inline;
    width: auto;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

    .inline-document-link:focus,
    .inline-document-link:focus-visible,
    .inline-document-link:active {
       /* color: #222;*/
        outline: none;
        box-shadow: 0 0 0 2px #0d6efd;
        text-decoration: underline;
    }

.product-document-page-link {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 4px 6px;
    margin-left: -6px;
    border-radius: 2px;
}

    .product-document-page-link:focus,
    .product-document-page-link:focus-visible,
    .product-document-page-link:active {
        color: #0d6efd;
        outline: none;
        box-shadow: inset 0 0 0 2px #0d6efd;
        text-decoration: underline;
    }
.top-support-link {
    display: inline-block;
    padding: 4px 6px;
    border-radius: 2px;
    font-weight: 600;
    margin-right: 10px;
}

    .top-support-link:focus,
    .top-support-link:focus-visible,
    .top-support-link:active {
        color: #0d6efd;
        outline: none;
        box-shadow: inset 0 0 0 2px #0d6efd;
        text-decoration: underline;
    }
.product-type-radio {
    accent-color: #0d6efd;
}

.product-type-radio-label {
    display: inline-block;
    padding: 4px 6px;
    border-radius: 2px;
}

    .product-type-radio-label:focus-within {
        color: #0d6efd;
        outline: none;
        box-shadow: inset 0 0 0 2px #0d6efd;
        text-decoration: underline;
    }

.product-type-radio:focus,
.product-type-radio:focus-visible {
    outline: 2px solid #0d6efd;
    box-shadow: none;
}
.doc-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.doc-row {
    display: table-row;
}

.doc-cell, .doc-header {
    display: table-cell;
    border: 1px solid #333;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-Top: 10px;
    vertical-align: top;
}

.doc-header {
    background-color: #f2f2f2;
    font-weight: bold;
}

.no-bullets {
    list-style-type: none;
    padding-left: 0;
    -webkit-text-decoration: inherit;
    text-decoration: none;
    display: inline-block; /* Essential for transform to work correctly on inline elements */
}

.img-right {
    float: right;
    /*width: 100px;*/
    margin-left: 50px;
  
}

.half-hide-img-container {
  /* Show only half the width */

  overflow: hidden; /* Hide the rest */
    display: inline-block;
   
  
}

.half-hide-img {
    width: 50%; /* Stretch image so half is visible */
    margin-right: -1%; /* Shift image right to show only the left half */
 /*   margin-top: -12%;*/
    float: right;
   
    
}



.rotate-left {
    transform: rotate(-90deg); /* Rotates image 90 degrees counterclockwise */
}

.custom-col-width {
    flex: 0 0 20%; /* Example: 20% width, between 16.666% (col-2) and 25% (col-3) */
    max-width: 20%;
}


.toggle-header {
    cursor: pointer;
    font-weight: 600;
    margin: 8px 0;
    display: flex;
    align-items: center;
    user-select: none;
    width: 100%;
    padding: 4px 6px;
    border: 0;
    background: none;
    text-align: left;
}

    .toggle-header:focus-visible {
        outline: none;
        box-shadow: inset 0 0 0 2px #0d6efd;
    }

.toggle-icon {
    width: 24px;
    display: inline-block;
    text-align: center;
    font-size: 1.2em;
    margin-right: 6px;
    transition: transform 0.2s;
}

.toggle-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 32px;
    margin-bottom: 8px;
    display: block;
}

    .toggle-content.open {
        max-height: 2000px;
    }

.toggle-header.open .toggle-icon {
    font-weight: bold;
}



.subtitle {
    font-size: 1.15em;
    font-weight: 700;
    /*   color: #006fc4; */
    color: #d64000;
    margin-bottom: 2px;
}

.subtitle-subtext:hover {
    text-decoration: underline;
}


.subcontent {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    margin-left: 0;
    margin-top: 0;
}
.subtitle:hover {
    /*color: #006fc4;*/
    text-decoration: none;
}


.subtitle:hover .subtitle-text {
    text-decoration: underline;
} 

.loading-spinner {
    text-align: center;
    padding: 20px;
    display: none;
}
.support-link {
    color: #0062c4;
    text-decoration: underline;
    overflow-wrap: anywhere;
    word-break: break-word;
}

    .support-link:hover,
    .support-link:focus,
    .support-link:focus-visible,
    .support-link:active {
        color: #0d6efd;
        text-decoration: underline;
    }
.form-select:focus,
.form-select:focus-visible,
#versionDropdown:focus,
#versionDropdown:focus-visible {
    border-color: #0d6efd;
    outline: none;
    box-shadow: 0 0 0 0.1rem #0d6efd;
}
.product-type-legend {
    font-size: inherit;
    font-weight: 700;
    margin-bottom: 0.5rem;
    padding: 0;
}


