/*
   OMDDMS Stylesheet                
*/
H2 sup {
    font-size: 0.9rem;
    vertical-align: super;
  }

  .psup {
    font-size: 0.85rem;
    vertical-align: 0.65rem;
  }

  .first-letter {
    font-weight: bold;
    color: #FF5326;
  }

  .downloadbutton {
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
    color: #FF5326;
    border-color: #FF5326;

  }

  .downloadbutton:hover {
    background-color: #FF5326;
    color: white;
    border-color: #FF5326;
  }

.hidden-div {
    display: none;
}

.accordion-button {
    color: #FF5326;
}

.section-padding {
    padding-top: 1.25rem;
    /*20px;*/
    width: 80%;
}

.scroller-position {
    height: 2.8rem;
    /*45px;*/
    color: blue;
}

h2 {
    color: #FF5326;
    margin-bottom: 30px;
    margin-top: 1rem;
    line-height: normal;
}

.modal-body h6 {
    color: #FF5326;
}


.tick ul {
    list-style: none;
}

.crosshair ul {
    list-style: none;
}

.tick ul li::before {
    content: "\2713";
    color: #FF5326;
    font-size: 1.4rem;
    display: inline-block;
    width: 1.1em;
    margin-left: -1.1em;
    margin-top: 0.5rem;
}

.crosshair ul li::before {
    content: "\2192 \0020";
    color: #FF5326;
    font-size: 1.4rem;
    display: inline-block;
    width: 1.1em;
    margin-left: -1.1em;
    margin-top: 0.2rem;
}


.modal-body ul {
    list-style: none;
}

.modal-body ul::before {
    color: #FF5326;
}

.modal-body ul li::before {
    content: "\2022";
    color: #FF5326;
    font-size: 1.5rem;
    display: inline-block;
    width: 0.8em;
    margin-left: -1em;
    margin-top: 0.2rem;
}

.modal-body ul li ul li::before {
    content: "\2023";
    color: #FF5326;
    font-size: 1.4rem;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-top: 0.2rem;
}

.btn-primary {
    background-color: #FF5326;
    border: 2px solid #FF5326;
    color: white;
}

.btn-primary:hover {
    background-color: White;
    color: #FF5326;
    border: 2px solid #FF5326;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    color: #FF5326;
}

.custom-popover {
    --bs-popover-max-width: 600px;
    --bs-popover-border-color: #FF5326;
    --bs-popover-header-bg: #FF5326;
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
}

.bs-tooltip-auto[data-bs-placement^=top]>.tooltip-inner,
.bs-tooltip-auto[data-bs-placement^=bottom]>.tooltip-inner,
.bs-tooltip-auto[data-bs-placement^=left]>.tooltip-inner,
.bs-tooltip-auto[data-bs-placement^=right]>.tooltip-inner,
.tooltip-inner {
    max-width: 35rem;
    /* Set your desired width */
    width: auto;
    text-align: left;
}

.b-divider {
    height: 2rem;
    background-color: rgba(0, 0, 0, .05);
    border: solid rgba(0, 0, 0, .1);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.3em rgba(0, 0, 0, .1), inset 0 0.125em 0.5em rgba(0, 0, 0, .15);
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: .75rem;
}

.icon-link {
    display: inline-flex;
    align-items: center;
}

.icon-link>.bi {
    margin-top: .125rem;
    margin-left: .125rem;
    transition: transform .25s ease-in-out;
    fill: currentColor;
}

.icon-link:hover>.bi {
    transform: translate(.25rem);
}

.icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: .75rem;
}

.rounded-4 {
    border-radius: .5rem;
}

.rounded-5 {
    border-radius: 1rem;
}

.text-shadow-1 {
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}

.text-shadow-2 {
    text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
}

.text-shadow-3 {
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.blogauthor {
    font-size: 0.8rem;
    text-align: right;
    color: #C2C2C2;
}

.cardblogheader {
    color: #FF5326;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
    height: 5rem;
    /* Set the height of the div */
    padding: 0.5rem;
    /* Optional: adds some space inside the div */
    border: none;
    /* Optional: adds a border around the div */
    display: flex;
    /* Uses Flexbox to align children */
    align-items: center;
    /*  width: 90%;           Optional: adjust the width as necessary */
    margin: 10px auto;
    /* Optional: centers the div horizontally */
}

.mainblogheader {
    color: #FF5326;
    margin-top: 2rem;
    line-height: normal;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
}

.blogtext {
    text-align: justify;
}


.blogtext a:link {
    color: #FF5326;
}

/* Visited link */
.blogtext a:visited {
    color: #FF5326;
}

/* Mouse over link */
.blogtext a:hover {
    color: #ff9a26;
}

/* Selected link */
.blogtext a:active {
    color: #FF5326;
}

.gradient-text {
    background: linear-gradient(to right, black, white); /* Applies a horizontal gradient */
    -webkit-background-clip: text; /* Clips the background to the text (WebKit browsers) */
    background-clip: text; /* Clips the background to the text */
    color: transparent; /* Makes the text color transparent to show the background */
  }