﻿:root {
    --BackgroundColor: #000;
}
html, body {
  background: #f4f4f4;
  cursor: default;
  height: 100%;
}

.lb-dialog-titlebar {
  padding: 4px 4px 3px 4px;
}
.lb-dialog-content {
  padding: 0;
  flex-grow: 1;
}
.lb-dialog-mask {
  backdrop-filter: blur(4px);
  opacity: 1;
  background-color: rgb(0 0 0 / 60%);
}
.bot-sticky {
    background-color: var(--BackgroundColor)
}
.mb-6{
    margin-bottom:3rem;
}
@media (max-width: 1200px) {

    .lb-dialog:not(.lb-dialog-confirm):not(.lb-dialog-alert) {
        position: absolute;
        width: 100% !important;
        height: 99% !important;
        top: 0px !important;
        border-radius: 0;
    }
}