.accordion {
    --bs-accordion-btn-bg: #9119f610;
    --bs-accordion-active-bg: #9119f640; /*background color of opened accordion*/
}

html {
	/* force the scroll bar to show so that 
	 * content doesn't shift between pages */
	overflow-y: scroll;
}

.r-6 {
    border-radius: 6px
}

.rtl-6 {
    border-top-left-radius: 6px
}

.rbr-6 {
    border-bottom-right-radius: 6px
}

.footer {
    display: block;
    unicode-bidi: isolate;
}

.feature-icon-small {
    width: 3rem;
    height: 3rem;
}

.hero {
    background-image: repeating-linear-gradient(-45deg, #5555, #5555 1px, transparent 1px, transparent 6px);
    background-size: 4px 4px;
    background-color: #9119f610;
}