.linkContainer {
  display: flex;
  flex-flow: row wrap;
}

.imgContainer {
    display: flex;
    flex-flow: row wrap;
    max-width:750px;
}
.imgContainer img {
    width: 112px;
    padding-right: 12px;
    padding-bottom: 20px;
}

@media (max-width: 993px) {
    .imgContainer img {
        width: 85px;
    }
}

@media (max-width: 768px) {
    .imgContainer img {
        width: 65px;
    }
}

.links-display {
    max-width: 672px;
    font-size: 36px;
}

/*Start link css*/
.linkContainer {
    display: flex;
    flex-direction: column;
}

.sections-container, links-display {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.column {
    flex: 1 1 45%; /* Adjust the basis to ensure two columns */
    margin-top: 10px;
}

.sectionTitle {
    font-weight: bold;
    margin-bottom: 10px;
    color: #005a84;
}

.itemEntry a {
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
}

.itemEntry a:hover {
    text-decoration: underline;
}

.download-link:hover {
    color: dimgrey;
    text-decoration: underline !important;
    cursor: pointer;
}
/*end link css*/
.bodyText {
    font-size: 15px;
    color: #58595b;
    width: 672px;
    width: 100%;
    max-width: 596px;
}

.flex-parent-element {
    display: flex;
}

.flex-child-element {
    flex: 1;
}

.linkSection {
    min-width: 300px;
    cursor: pointer;
    padding-bottom: 20px;
    float: left;
    padding: 0;
    padding-bottom: 25px;
}

.linkSection span {
    padding-left:20px;
}

.linkImage {
    width: 80px;
}

.downloaderPage {
    max-width: 500px;
    padding-top: 15px;
}

.itemText {
    color: #58595b;
    font-size: 15px;
    font-weight: 600;
    list-style-type: none;
    margin-left:-32px;
    padding-bottom:5px;
}

a span {
  padding-left: 20px;
}

a img {
    width: 80px;
    max-block-size: fit-content;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

sign-in:hover{
    cursor:pointer
}

.pageImg Img{
    width:150px;
}

.title div {
    display: inline-block;
    padding-right: 20px;
}

.columnMain {
    float: left;
    height: 150px;
}

.rowMain:after {
    content: "";
    display: table;
    clear: both;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}

.ico {
    width: 113px;
}

p .bodyText {
    font-size: 28px;
}

.wrapper {
    display: flex;
}

.title {
    font-size: 44px;
}

.signinbtn {
    padding-top: 10px;
}

.logout {
    float: right;
}

.no-bullets {
    list-style-type: none;
    margin: 0;
    padding-right: 20px;
}

#downloadTable table {
    width: 100%;
    border-collapse: collapse;
}

#downloadTable th, #downloadTable td {
    border: none;
    padding: 8px;
    text-align: left;
}

#downloadTable th {
    background-color: #f2f2f2;
}

#downloadTable td ul {
    list-style-type: disc;
    padding-left: 20px;
}

#downloadTable td li {
    cursor: pointer;
}

#downloadTable td li:hover {
    text-decoration: underline;
}

.note {
    font-size: 12px;
    font-style: italic;
    display: block;
}

p.bodyText {
    max-width: 600px;
}

.title-TUBA {
    color: rgb(255, 79, 0);
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.form-group {
    padding-bottom: 15px;
}

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

body {
    overflow-x: hidden; /* Prevent full page scrolling */
    padding-top: 100px; /* Adjust for navbar height */
    padding-bottom: 60px; /* Adjust for footer height */
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

main {
    flex: 1;
    overflow-y: auto; /* Enable scrolling inside the body */
    padding: 20px;
    overflow-x: hidden;
}
.pcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; /* Ensure the container takes the full width */
    margin-bottom: 15px;
}

.pheading {
    margin: 0; /* Remove default margin */
}

.pbutton {
    padding: 10px 20px;
    font-size: 16px;
}

.nav-link {
    cursor: pointer;
    text-decoration: none !important;
}

#home, #privacy, .download-signin, .pointer-link {
    cursor: pointer;
}

.waitmodal {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('/assets/images/loading.gif') 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading .waitmodal {
    display: block;
}

#progressBar {
    display: none; 
    width: 50px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 48.3%;
    left: 50%;
    transform: translate(-50%, -0%);
}

h1 {
    font-size: 13.5pt;
    color: #666;
    font-weight: 700;
    margin-bottom: 9.75pt;
}

h2 {
    font-size: 10pt;
    color: #333;
    font-weight: 700;
}

.p-text, .p-ol, .p-ul {
    font-size: 10pt;
    color: #333;
}

.p-table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.p-text2 {
    font-weight: 500;
}