@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');
@import url('switcher-resources/themes.css');
@import url('switcher-resources/theme-switcher.css');
html, body {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
}

.demo-text {
    font-size: 0.75rem;
    opacity: 0.75;
}

.fade-in {
    animation: fadeIn .3s ease-in-out;
    border: 2px solid blue;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* Hides the time slots */
.dxbs-scheduler-time-panel,
.dxbs-scheduler-time-indicator,
.dxbs-scheduler-time-cell {
    display: none !important;
}

/* Optional: Expand the all-day area */
.dxbs-scheduler-all-day-panel {
    height: 200px !important; /* Customize as needed */
}

.templateListbox .dx-listbox-item {
    padding: 6px 10px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

    .templateListbox .dx-listbox-item.dx-state-selected {
        background-color: var(--bs-primary); /* Bootstrap primary */
        color: white;
    }

.resource-item input[type='checkbox'] {
    accent-color: var(--bs-primary);
}

.messageBox-MultiLine {
    white-space: pre-line;
}

.school-classroom-toolbar-text {
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    height: 100%;
}
.faded-row {
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}


.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-icon {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.align-right {
    text-align: right !important;
}

.icon-btn {
    width: 34px;
    height: 34px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-btn .dx-button-content {
        padding: 0;
    }

