.sticky-top {
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.9) !important;
    z-index: 1020;
}
.header-nav-item {
    color: #6c757d !important;
    font-size: 1.15rem !important;
    padding: 0.5rem;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.header-nav-item:hover {
    color: #0d6efd !important;
    transform: translateY(-1px);
}
.dropdown-menu {
    border: 0 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    border-radius: 0.75rem !important;
    padding: 0.5rem !important;
    animation: fadeInSlide 0.2s ease-out;
}
.no-caret::after { display: none !important; }
.footer-link {
    transition: color 0.2s ease;
}
.footer-link:hover {
    color: #0d6efd !important;
}
.extra-small {
    font-size: 0.75rem !important;
    letter-spacing: 0.02em;
}
.card-legal-section {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 0 0 1rem 1rem;
    margin: 0 -3rem -3rem -3rem;
    padding: 1.5rem 3rem !important;
}
@media (max-width: 767.98px) {
    .card-legal-section {
        margin: 0 -1.5rem -1.5rem -1.5rem;
        padding: 1rem 1.5rem !important;
    }
}
/***** Icons *****/
.icon-design-large{
    color: #191817;
}
.icon-design-headline{
    color: #191817;
}

/***** Buttons ******/

/* Default Dark */
.btn.btn-default{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}

/* Back */
.btn.btn-back{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}

/* Corporate design */
.btn.btn-corporate-1{--bs-btn-color:#191817;--bs-btn-bg:#FFC356;--bs-btn-border-color:#FFC356;--bs-btn-hover-color:#191817;--bs-btn-hover-bg:#FCFAEE;--bs-btn-hover-border-color:#FCFAEE;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#191817;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#191817;--bs-btn-disabled-bg:#FFC356;--bs-btn-disabled-border-color:#FFC356}

/* Quick access bar */
.btn.btn-quick-access-bar{--bs-btn-color:#191817;--bs-btn-bg:#D7CBC4;--bs-btn-border-color:#D7CBC4;--bs-btn-hover-color:#191817;--bs-btn-hover-bg:#DCD2CC;--bs-btn-hover-border-color:#DCD2CC;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#191817;--bs-btn-active-bg:#DCD2CC;--bs-btn-active-border-color:#DCD2CC;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#191817;--bs-btn-disabled-bg:#D7CBC4;--bs-btn-disabled-border-color:#D7CBC4}

/* Timeline */
.bsb-timeline-1{
    --bsb-tl-color:var(--bs-primary-bg-subtle);
    --bsb-tl-circle-color: #191817;
    --bsb-tl-circle-size:18px;
    --bsb-tl-circle-offset:9px
}
.bsb-timeline-1 .timeline{
    list-style:none;
    margin:0;
    padding:0;
    position:relative
}
.bsb-timeline-1 .timeline:after{
    background-color: #191817;
    bottom:0;
    content:"";
    left:0;
    margin-left:-1px;
    position:absolute;
    top:0;
    width:2px
}
.bsb-timeline-1 .timeline>.timeline-item{
    margin:0;
    padding:0;
    position:relative
}
.bsb-timeline-1 .timeline>.timeline-item:before{
    /*background-color:var(--bsb-tl-circle-color);*/
    background-color: #191817;
    border-radius:50%;
    content:"";
    height:var(--bsb-tl-circle-size);
    left:calc(var(--bsb-tl-circle-offset)*-1);
    position:absolute;
    top:0;
    width:var(--bsb-tl-circle-size);
    z-index:1
}
.bsb-timeline-1 .timeline>.timeline-item .timeline-body{
    margin:0;
    padding:0;
    position:relative
}
.bsb-timeline-1 .timeline>.timeline-item .timeline-content{
    padding:0 0 2.5rem 2.5rem
}
@media(min-width:768px){
    .bsb-timeline-1 .timeline>.timeline-item .timeline-content{padding-bottom:3rem}
}
.bsb-timeline-1 .timeline>.timeline-item:last-child .timeline-content{
    padding-bottom:0
}

.center {
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
}

.bg-ingram-blue{
    background-color: #0077D4;
}

.text-ingram-blue{
    color: #0077D4;
}

.text-deep-pink{
    color: #FF1493;
}

.text-coral{
    color: #FF7F50;
}

.text-dark-orange{
    color: #FF8C00;
}

.text-medium-purple{
    color: #9370DB;
}

.text-blue-violet{
    color: #8A2BE2;
}

.text-indigo{
    color: #4B0082;
}

.text-dark-slate-blue{
    color: #483D8B;
}

.text-forest-green{
    color: #228B22;
}

.text-medium-spring-green{
    color: #00FA9A;
}

.text-green{
    color: #008000;
}

.text-olive{
    color: #808000;
}

.text-teal{
    color: #008080;
}


/*
 * Text divider
 */
.text-divider {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 0 0 0;
}

.text-divider > span {
    position: relative;
    display: inline-block;
}

.text-divider > span:before,
.text-divider > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #797978;
}

.text-divider > span:before {
    right: 100%;
    margin-right: 15px;
}

.text-divider > span:after {
    left: 100%;
    margin-left: 15px;
}

/*
 * Loading animation
 */
#loader {
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    border-left: 16px solid pink;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    position: fixed;
    z-index: 1080;
    height: 12em;
    width: 12em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*
 * Alerts
 */
.alerts-top{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.alerts-bottom{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

/*
 * Button product selection
 */

.btn.btn-product-selection{
    color: #191817;
    font-weight: normal;
    border: 1px solid #D7CBC4;
    background-color: #D7CBC4;
    min-width: 12em;
    max-width: 12em;
    min-height: 6em;
}

.btn-product-selection.active{
    background-color: #D7CBC4;
    color: #191817;
}

.btn.btn-product-selection:hover{
    background-color: #DCD2CC;
    color: #191817;
}
