@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-bottom: 1rem;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: warning;
}

.cursor-pointer {
    cursor: pointer;
}

.gap-4 {
	gap: 1rem;
}

.icon {
	width: 25px; 
    height: 25px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.drag-div {
    position: absolute !important;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


/* Tab navigation 
------------------------------------------------------ */
.nav-tabs .nav-link {
    color: #4D4D4D;
    background-color: #ffffff;
    border: 0px;
    border-bottom: 1px solid #f7f7f7;
}

    .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover {
        color: #4D4D4D;
        background-color: #ffffff;
        border-color: #ffffff;
        border-bottom: 3px solid #2968d8;
    }

    .nav-tabs .nav-link:hover {
        color: #2968d8;
        background-color: #ffffff;
        border-color: #ffffff;
        border-bottom: 1px solid #f7f7f7;
    }

/* Tab navigation 

------------------------------------------------------ */
/* Select FeedbackModal
------------------------------------------------------ */
.select-feedback-content {
    max-height: 24rem;
    overflow-y: auto;
    white-space: pre-line;
}
/* Select FeedbackModal
------------------------------------------------------ */

.rz-grid-table thead th .rz-column-title-content {
    white-space: normal !important;
}

.rz-grid-table td .rz-cell-data {
    white-space: normal !important;
}