@import "styles/base.scss";

.content-loading,
.no-results {
    text-align: center;
    width: 100%;
    margin: 50px 0;
    .content-loading-text {
        text-transform: uppercase;
        font-size: 12pt;
        font-weight: bold;
        color: $blue;
    }
    .no-results-text {
        font-size: 15pt;
        font-weight: bold;
        color: #7e95ac;
    }
    &.overlay {
      position:absolute;
      top:40%;
    }
}
