.display-none {
    display: none !important;
}
.mt-1 {
    margin-top: 1rem !important;
}
.mt-2 {
    margin-top: 2rem !important;
}
.mb-1 {
    margin-bottom: 1rem !important;
}
.mb-2 {
    margin-bottom: 2rem !important;
}
.upload-img-block {
    max-width: 200px;
    height: auto;
}
.w-100 {
    width: 100% !important;
}
.w-50 {
    width: 50% !important;
}
.w-25 {
    width: 25% !important;
}
.text-align-left {
    text-align: left !important;
}

#environment-ribbon {
    border-bottom: 1px solid #999;
    color: #fff;
    line-height: 1.5em;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10;
}

#environment-ribbon.development, #environment-ribbon.local {
    background-color: #EA7200;
    border-bottom: 1px solid #999;
}
