@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local('Roboto'),
    url('../fonts/Roboto-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local('Roboto'),
    url('../fonts/Roboto-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local('Roboto'),
    url('../fonts/Roboto-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local('Roboto'),
    url('../fonts/Roboto-Bold.woff2') format('woff2');
}

:root {
  --innerH: 95vh!important;
  --innerW: 70vw!important;
}

/*Filter styles*/
.saturate { filter: saturate(3); }
.grayscale { filter: grayscale(100%); }
.contrast { filter: contrast(160%); }
.brightness { filter: brightness(0.25); }
.blur { filter: blur(3px); }
.invert { filter: invert(100%); }
.sepia { filter: sepia(100%); }
.huerotate { filter: hue-rotate(180deg); }
.rss.opacity { filter: opacity(50%); }

.logo-inverted{ filter: invert(80%) }

body {
  background: rgb(0 0 0/ 98%) url(/usersc/templates/MDB/assets/img/background-sm.jpg) no-repeat center 35px/cover;
  color: black;
}

div.dt-datetime div.dt-datetime-label {
  color: black;
}

#classPastNotes {
  font-size: x-small;
}

#fbutton {
  position: absolute;
  top: calc(.5 * 100vh - 35px + 20px);
  left: calc(100vw * .5 - 45px);
}
.fixed-bottom {
  font-size: x-small;
  position: fixed;
  bottom: -1px;
  width: fit-content;
  left: 5px;
  margin: 0;
  padding: 0;
}

.navbar {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  border-bottom: 1px solid darkgrey;
  box-shadow: 0 10px 10px 0 rgb(0 0 0 / 15%),
              0 4px 4px rgb(0 0 0 / 10%),
        inset 0 8px 12px rgb(0 0 0 / 10%);
  letter-spacing: 0.2em;
  height: 35px!important;
}

.navbar-brand img {
  height: 25px;
}

.dropdown-menu {
  border: 1px solid darkgrey;
  box-shadow: 0 10px 10px 0 rgb(0 0 0 / 15%),
              0 4px 4px rgb(0 0 0 / 10%),
        inset 0 8px 12px rgb(0 0 0 / 10%);
}

.dropdown-menu-center {
  right: auto;
  left: 50%!important;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.invalid-feedback, .valid-feedback {
  margin-top: -1.2rem;
}
.dropdown-toggle-split:after, .dropend .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
  margin-left: 0.5em;
}
.form-outline .form-control,
.select-input.form-control[readonly]:not([disabled]) {
  background: var(--mdb-light);
    color: var(--mdb-dark);
}

.form-outline .form-control~.form-label,
.select-clear-btn, .select-arrow {
  color: var(--mdb-primary);
}

.form-outline .trailing {
  color: green;
}

.visuallyhidden {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
}

.table>tbody {
  vertical-align: middle;
}
tbody, td, tfoot, th, thead, tr {
  line-height: .75;
}
.datatable table td, .datatable table th {
  white-space: nowrap!important;
}
.datatable.datatable-hover tbody tr:hover {
  background-color: rgb(0 0 0 / 10%)!important;
  color: black;
  font-weight: normal;
}
.datatable.datatable-sm td {
  padding: 0.2rem 0.3rem;
}
.datatable.datatable-sm td:first-child {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.datatable.datatable-sm th {
  padding-left: 0.3rem;
}
.datatable.datatable-sm th:first-child,
.datatable.datatable-sm th:nth-child(2),
.datatable.datatable-sm th:nth-child(3) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.datatable.datatable-sm tbody tr:last-child
.table-editor-sm.table-editor tbody tr:last-child {
  height: 0;
}

/* keep this */
.datatable.datatable-sm .datatable-pagination,
.table-editor.sm .table-editor__pagination {
  border: none;
  position: fixed;
  bottom: 0;
  right: 10px;
  width: fit-content;
}
.datatable-pagination-buttons, .datatable-select-wrapper,
.table-editor__pagination-buttons, .table-editor__select-wrapper  {
  display: none;
}
.datatable-pagination-nav,
.table-editor__pagination-nav{
  margin-right: 1em;
}
.ps__rail-y,
.ps__rail-x,
.ps__thumb-y,
.ps__thumb-x {
  display: none!important;
}



.table-editor th:last-child, .table-editor th:first-child {
  width: 20px;
}
.table-editor td:last-child, .table-editor td:first-child {
  text-align: center;
}
.table-editor td:last-child button:first-child {
  margin-right: 0px!important;
}
.table-editor td:last-child button:last-child {
  display: none;
}


.chip img {
  width: unset!important;
  height: -webkit-fill-available!important;
}
.chip-outline {
  justify-content: space-between!important;
}
.toast {
  width: 100%;
}
.card {
  color: black;
}

#editAccessText .form-outline .form-control {
  border: none!important;
  background: none!important;
}
#editAccessText .form-outline .form-control .form-lable {
  margin-left: 20px;
}

[id$=Modal] .modal-content {
  border: 1px solid rgba(0,0,0,0.5);
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
  /* box-shadow: horizontal vertical Blur Radius color; */
  /* box-shadow: 0 2px 15px -3px rgba(0,0,0,0.7),0 10px 20px -2px rgba(0,0,0,0.7); */
}
[id$=Modal] .modal-content::before {
  background: url(/usersc/templates/MDB/assets/img/logos/Logo-Trans-630.png) no-repeat center 30%/contain;
  border-radius: inherit;
  filter: invert(88%) blur(2px);
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
[id$=ModalHeader] {
  position: relative;
  border-bottom: 1px solid var(--mdb-info);
}
[id$=ModalHeader] > img {
  margin-top: -60px;
  width: 15em;
}
[id$=ModalHeader] .btn-close {
  opacity: 1;
  position: relative;
  margin: -25px;
  left: 5px;
  top: 5px;
  font-size: large;
}
#settingsModalBody {
  min-height: 200px;
}
[id$=ModalBody] {
  position: relative;
}
.modal-footer {
  border-top: none;
}
[id$=ModalFooter] {
  position: relative;
  border-top: 1px solid var(--mdb-info);
  justify-content: space-between;
}

.popconfirm {
  color: black;
  text-align: center;
  font-size: x-large;
}

output {
  display: inline-block!important;
  margin: 15px!important;
  font-size: xx-large!important;
}
.steps {
  border: 1px solid transparent!important;
  position: relative!important;
  height: 40px!important;
  overflow: visible!important;
}
.tick {
  border: 1px solid transparent!important;
  position: absolute!important;
  width: 1.2em!important;
  margin-left: -.6em!important;
  text-align:center!important;
  font-size: small!important;
  /* left: 0!important; */
}

.ui-slider .ui-slider-handle {
  width: 2em!important;
  height: 3em!important;
  top: -1.5em!important;
  margin-left: -1em!important;
  text-align: center!important;
  color: white!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 2px solid #d3d3d3!important;
  background: #333!important;
}
.slider_value {
  float: right;
  width: 2.25em;
  text-align: right;
  font-size: xx-large;
  margin-top: -3rem;
  font-weight: 500;
  border: none;
  background: none;
  padding-right: .25rem;
}
.ui-widget.ui-widget-content {
  pointer-events: none!important;
}
.ui-slider .ui-slider-handle {
  pointer-events: auto!important;
  border-radius: 25px;
}
legend {
  margin: 20px 0px 10px 20px!important;
}

input[type=checkbox] {
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
}

@media print {
  .winners {color: #00000}
  tbody, td, tfoot, th, thead, tr {
   border: 0 solid;
   border-color: inherit;
   color: black;
   border-bottom: 1px dotted lightgrey!important;
  }
  tr {
  border-bottom: 1px dotted lightgrey!important;
  }
  th, datatable-pagination {
    /* visibility: hidden; */
    /* display: none; */
  }
  .noprint {
    visibility: hidden;
    display: none;
  }
}
