:root {
    --color-ta-primary: #016791;
    --default-indent: 2rem;
    --indent-offset: 1;
    --primary-headline: #0F65D9;
    --secondary-headline: #03334A;
    --primary-notice: #e43a3d;
    --primary-white: #ffffff;
    --navbar-color: #A3BD9A;
}

html {
    font-size: 18px;
}

body {
    font-size: 1rem;
}

@media screen and (max-width: 1024px) {
    :root {
        --default-indent: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --default-indent: 1.2rem;
    }
}

#google-translate__element select {
    font-size: 18px !important;
}

.LiveForm.Default .Field.Heading div > :is(h1,h2,h3,h4,h5,h6).Header {
    color: white !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.Field:not(.Heading) {
    color: black;
}

.navbar-brand img {
    background-color: white;
}

#dnn_headerCenterPane :is(h1,h2,h3,h4,h5,h6) {
    background-color: inherit;
    color: black;
}

#dnn_footerContentPane > :nth-last-child(1) {
    padding: 2rem;
}

.faq-table {
  width: 100%;
  border-collapse: collapse; /* Removes default spacing between cells */
  font-family: Arial, sans-serif;
  background-color: #fff; /* Neutral base */
}

.faq-table :is(th, td) {
  padding: 0.75rem 1rem;
  text-align: left;
  border: 1px solid #ddd; /* Light border for clarity */
}

.faq-table th {
  background-color: #f4f4f4; /* Header contrast */
  font-weight: bold;
}

.faq-table tr:hover {
    background-color: #f1f7ff;
}

.faq-table tr:last-child {
    font-weight: bolder;
}

.app-faq4-wrapper .accordion-item:not(:last-child) {
    border-bottom: 1px dashed;
}

/* .faq-table tr:not(thead tr):nth-child(2n+1) {
    background-color: lightgray;
} */

.text-indent {
    margin-left: calc(var(--indent-offset) * var(--default-indent));
}

.text-indent-2 {
    --indent-offset: 2;
}

.text-indent-3 {
    --indent-offset: 3;
}

:is(h1, h2, h3, h4):not(.app-news5-list,.ta-quick-link--heading,.app-popup3 *) {
    background-color: var(--secondary-headline);
    color: white;

    text-align: center;
}

.ta-text-image img {
    max-height: 350px;
    object-fit: cover;
    object-position: center;
}

.ta-quick-link {
    text-decoration: none;
}

.ta-quick-link:hover {
    text-decoration: underline;
}

.ta-quick-link--icon {
    width: 100px;
    height: 100px;
}

.ta-quick-link--icon {
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-color: var(--color-ta-primary);
    border-radius:50%;
    text-decoration: none;
    color:white;
}

.ta-quick-link--icon:hover {
    background-color: var(--bs-primary);

}

.app-news5-detail-img img {
    box-shadow: 0px 5px 10px teal;
}

/* .ta-quick-link{
    display: inline-block;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    position: relative;
}

.ta-quick-link span {
    border-radius: 100%;
    display: inline-block;
    position: relative;
    z-index: -1;
    width: 100px;
    height: 100px;
    transition: all 0.15s cubic-bezier(0.11, 0.65, 1, 1.69);
    background-color: var(--color-ta-primary);
} */
















































