body {
    background-color: #2b2a33;
}

#header {
    background-color: #131313;
    padding: 10px;
    text-align: right;
}

#dashboard-heading {
    width: 100%;
    background-color: transparent;
    color: white;
    border: none;
    text-align: center;
    font-size: 24px;
}

.grid-stack {
    background: transparent;
}

.grid-stack-item-content {
    background-color: #55545b;
    border-radius: 5px;
}

.subtitle {
    font-size: 10px;
    color: #888;
}

.new-widget-option {
    background: transparent;
    border: none;
}

.new-widget-option-inner p {
    margin: 0px;
}

.new-widget-option-inner img {
    margin-bottom: 15px;
}

.new-widget-option-inner {
    border-radius: 5px;
    border: 2px solid lightgrey;
    padding: 5px 5px;
    background: transparent;
    aspect-ratio: 1 / 1;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.new-widget-option-inner:hover {
    border: 2px solid #00449e;
    color: #00449e;
}

.new-widget-option-inner img {
    filter: grayscale(100%);
    width: 25%;
    aspect-ratio: 1 / 1;
}

.new-widget-option-inner:hover img {
    filter: invert(16%) sepia(99%) saturate(2523%) hue-rotate(206deg) brightness(91%) contrast(101%);
}

.widget-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.responsive-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.drag-mode-button-enabled {
    background-color: darkorange;
}

.drag-mode-widget-enabled {
    pointer-events: none;
}

#sleepmodal {
    height: 100vh;
    width: 100vw;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2147483647;
    background-color: black;
    opacity: 0;
    transition: opacity 1s;
    pointer-events: none;
}

#brightnessmodal {
    height: 100vh;
    width: 100vw;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2147483646;
    background-color: black;
    pointer-events: none;
    opacity: 0;
    transition: opacity 4s
}

.close-widget {
    background: none;
    outline: none;
    border: none;
    padding: 0px;
    left: 10px !important;
    background-image: url("../img/trash.png") !important;
    background-repeat: no-repeat;
    background-size: 15px;
    cursor: pointer !important;
    transform: rotate(0deg) !important;
}

.button-error {
    background: rgb(202, 60, 60);
    /* this is a maroon */
}

.pure-form legend {
    font-weight: bold;
}

iframe {
    display: block;
}

#grid-stack-parent.ui-resizable-manualhide .ui-resizable-handle {
    display: none;
}

#add-first-widget {
    background-color: #131313;
    border-radius: 5px;
    text-align: center;
    width: 80%;
    max-width: 400px;
    margin: auto;
    margin-top: 50px;
    padding: 50px 10px;
}

#tutorial-h1 {
    color: white;
    font-size: 18px;
}

#tutorial-txt {
    margin-top: 10px;
    color: white;
    font-size: 12px;
    font-style: italic;
}

#settings-faces-confidence {
    direction: rtl;
}

#settings-error {
    padding: .75rem 1.25rem;
    border-radius: 5px;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: none;
}
