.dmbac-selector {
    width: 100%;
    height: 175px;
}

.dataset-viewer {
    width: 80%;
    padding: 10px ;
}

.dataset-wrapper {
    margin-bottom: 5px;
}

.dataset-header {
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0 0 0 5px;
}

.dataset-title {
    min-width: 234px;
}

.dataset-wrapper {
}

.dmbac-button[disabled], [disabled], *[disabled], *[aria-disabled="true"] {
    cursor: not-allowed !important;
}

.brain-shortcode {
    margin-bottom: 10px;
    height: 50px;
    line-height: 50px;
    background: rgba( 0, 0, 0, 0.5);
    text-align: center;
    border: 1px solid #000;
    border-radius: 5px;
    color: #fff;
}

.dataset-loading-effect {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.dataset-message {
    height: 50px;
    line-height: 50px;
    color: #000000;
    padding-left: 23px;
    border-left: 5px solid #93ef3b;
    box-shadow: 9px 12px 12px -1px rgba( 0, 0, 0, 0.3);
}

.dataset-message p {
    line-height: 50px;
}

.dataset-loader-wrapper {
    position: absolute;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.dataset-loader {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #fff;
}