﻿.squareImage {
    position: absolute;
    width: 90%;
    height: 90%;
}

#squareImgDiv {
    position: relative;
    width: 100px;
    height: 0;
    padding-bottom: 50px;
    padding-top: 50px;
}

/* Styles for the modal container */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

/* Styles for the modal content */
.modal-content {
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    min-height: 500px;
    overflow-y: scroll;
}

/* Styles for the close button */
.close {
    color: #000;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

.nav-item:hover {
    background-color: white;
    border-radius: 25px;
}

.nav-item:hover p{
    color: black;
}

.active-tab {
    border-radius: 25px;
    background-color: black;
}

.active-tab p {
    color: white;
}

td, th {
    font-size: 0.8rem;
    
}

.filter {
    cursor: pointer;
    white-space: nowrap;
}

.table-button{
    width: 100px;
    height: 50px;
}

table {
    width: 100%;
}

#sideNav {
    overflow-y: auto;
    z-index: 9999;
}

.accordion-item, .accordion, .accordion-header, accordion-button, accordion-button:hover {
    z-index: 0;
}

td a, td button{
    width: 150px;
}

.title-input {
    font-size: 2.5em;
}

.h1-input {
    font-size: 1.5em;
}

.h2-input {
    font-size: 1.2em;
}

.broadcast-input {
    width: 100%;
    height: 150px;
}

.img-input {
    width: 100%;
    height: 50px;
}

.add-btn{
    width: 100px;
    height: 50px;
}

.up, .down{
    color: grey;
}

.active-sort{
    color: black;
}

.notification-link {
    text-decoration: none;
}

.notification.unread {
    background-color: lightgray;
}

.notification.read {
    background-color: white;
}

.notification.read:hover{
    background-color: lightblue;
}

.notification.unread:hover {
    background-color: #0079b5;
}

