﻿#overlay {
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    /*cursor: pointer;*/ /* Add a pointer on hover */
}

.blazored-modal {
    overflow-y: auto;
    max-height: 99vh;
}

.blazored-modal-title {
    font-size: 1.25rem;
    margin-top: 5px;
}

.blazored-modal-header {
    padding-bottom: 1rem;
}

.editor-help {
}

    .editor-help th {
        white-space: nowrap;
    }

.release-title {
    min-width: 200px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.release-notes {
    min-width: 300px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.account-id {
    max-width: 100px;
    word-wrap: break-word;
}
.reg-date {
    max-width: 110px;
    white-space: pre-line;
}

.release-lock {
    /*vertical-align: middle;*/
}

    .release-lock .form-check {
        text-align: center;
    }

    .release-lock .form-check-input {
        transform: scale(1.5);
    }

.artist-name-admin {
    min-width: 150px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.artist-profile {
    min-width: 150px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.artist-notes {
    min-width: 150px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.top-banner-form {
    width: 800px;
}
