/* latin */
@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/AvenirLTStd-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/AvenirLTStd-Black.otf) format('opentype');
}

.material-icons {
    vertical-align: middle;
    font-size: inherit;
}

body {
    font-family: 'Avenir', sans-serif;
    background-image: url("/img/bg.svg");
    background-size: 100% auto;
    max-width: 1200px;
    margin: 20px auto;
}
.force-to-bottom {
    position:absolute;
    bottom: 5%;
}
.transparent {
    background-color: rgb(0 0 0 / 40%) !important;
}
.text-bmuted {
    opacity: 0.8;
}

.black {
    background-color: black!important;
}
.grey {
    background-color: #1e1e1e;
}
a.nav-link:hover, /*a.nav-link*/.active {
    color: #cd191c !important;
}
.dotted {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 5px;
    /* text-decoration-color: #fff; */
    /* border-bottom: 1px dotted #fff; */
    /* padding-bottom: 3px; */
}

.thumbnail {
    position: relative;
}
.thumbnail span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: xx-large;
}
.blurry {
    filter: blur(8px);
}
label.required:after {
    content: " * ";
}
.darkblue {
    color: #2b005a;
}

.rounded-6 {
    border-radius: 2.5rem;
}
.display-5 {
    font-size: 2rem !important;
}
.display-6 {
    font-size: 1.5rem !important;
}

/*https://stackoverflow.com/questions/16679146/force-footer-on-bottom-on-pages-with-little-content*/
footer {
    background-color: #e3e3e3;
    flex-shrink: 0;
}
html, body {
    /*height: 100%;*/
}
body {
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1 0 auto;
}

.progress-bar-vertical {
    width: 20px;
    min-height: 100%;
    margin-right: 20px;
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    align-items: flex-end;
    -webkit-align-items: flex-end; /* Safari 7.0+ */
}

.progress-bar-vertical .progress-bar {
    flex: 0 0 20px;
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
}
.actions button{
    /*width: 100%;
    text-align: left;*/
    /*background-color: #2b005a;
    border-color: #2b005a;*/
}
.actions button span{
    font-size: 30px;
}
.actions2 button{
    font-size: 30px;
}
.actions button:disabled {
    display:none;
}
