.alert {
    padding: 20px;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}

.alert.danger {background-color: #f44336;}
.alert.success {background-color: #04AA6D;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

/* Styles for chat container */
#chat-container {
    width: 98.5%; /* Allow chat container to expand to match content */
    padding: 10px;
    border-radius: 5px;
    background-color: #222232; /* Background color to match your marquee */
    color: white; /* Text color to match your marquee */
    font-size: 1.2vw; /* Font size to match your marquee */
    overflow: hidden; /* Hide overflow content */
}

/* Styles for chat box */
#chat-box {
    width: 98.5%; /* Make chat box take up full width of chat container */
    height: 50px; /* Allow chat box to expand to match content */
    max-height: 100%; /* Ensure chat box doesn't exceed chat container's height */
    overflow-y: scroll;
    border: none; /* Remove border */
    padding: 10px;
    margin-bottom: 10px;
}

/* Styles for the combined input container */
#input-container {
    display: flex;
    flex-direction: row; /* Arrange elements horizontally */
    justify-content: space-between; /* Space between elements */
    align-items: center; /* Align items vertically */
    width: auto; /* Allow the container to expand to match content */
    margin-bottom: 3px; /* Adjust as needed */
}

/* Styles for the user input */
#user-input {
    flex: 1; /* Take up available space */
    padding: 5px;
    border: none; /* Remove border */
    background-color: transparent; /* Make it transparent */
    color: white; /* Text color to match your marquee */
    margin-right: 10px; /* Add spacing between input and button */
}

/* Styles for the send button */
#send-button {
    width: 200px; /* Adjust button width as needed */
    padding: 5px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.iso-marquee {
    padding: 1.4rem 0;
    font-size: 12vw;
    overflow: hidden;
    background-color: #222232;
}

.iso-marquee--long {
    font-size: 1.75vw;
}

.iso-marquee span {
    display: inline-block;
    white-space: nowrap;
    color: #ffffff;
    width: var(--tw);
    text-shadow: var(--tw) 0 currentColor, calc(var(--tw) * 2) 0 currentColor,
        calc(var(--tw) * 3) 0 currentColor, calc(var(--tw) * 4) 0 currentColor;
    will-change: transform;
    animation: iso-marquee var(--ad) linear infinite;
    animation-play-state: play;
}

@keyframes iso-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
} /* * on MacOs: System Preferences > * Accessibility > * Display > Reduce motion */

@media (prefers-reduced-motion: reduce) {
    .iso-marquee span {
        animation: none;
        text-shadow: none;
        width: auto;
        display: block;
        line-height: 1.5;
        text-align: center;
        white-space: normal;
    }
}

body {
    background-image: linear-gradient(
        to right,
        rgba(102, 255, 255, 0.9),
        rgba(255, 255, 255, 0.5),
        rgba(102, 255, 255, 0.9)
    );
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.nodeNum {
    margin: 5px;
    cursor: pointer;
}

.nodeNum:hover {
    font-weight: bold;
    color: black;
}

#bubblechart {
    font-size: 9.5px;
}

#lsnodeschart {
    font-size: 9.5px;
}

#header {
    width: 100%;
    position: relative;
    margin: 1px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* background-color: #0352fc; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("lovetheph.png"), linear-gradient(navy, purple);
    background-image: url("lovetheph.png"), -webkit-gradient(linear, left top, left bottom, from(navy), to(purple));
    background-image: url("lovetheph.png"), -moz-linear-gradient(top, navy, purple);
    height: 132px;
    /* Background definitions are in global.inc - Do not change here */
    /*    background-color: blue; */
    /*    background-image: url("background.jpg"); */
    /*    height: 124px; */
}

#headerTitle {
    position: absolute;
    top: 3px;
    left: 10px;
    margin: 0px 0px;
    font-weight: bold;
    font-size: 1.1em;
    color: #66ffff;
    text-shadow: 2px 2px BlueViolet;
    line-height: normal;
    letter-spacing: normal;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#headerTitle a:link {
    text-decoration: none;
    color: #66ffff;
}

#headerTitle a:visited {
    text-decoration: none;
    color: black;
}

#headerTag {
    position: absolute;
    top: 58px;
    left: 10px;
    margin: 0px 0px;
    color: white;
    text-shadow: 2px 2px RebeccaPurple;
    font-weight: bold;
    font-size: 0.9em;
    line-height: normal;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    letter-spacing: normal;
}

#header2Tag {
    position: absolute;
    top: 103px;
    left: 10px;
    margin: 0px 0px;
    font-size: 0.9em;
    color: cyan;
    font-weight: bold;
    line-height: normal;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    letter-spacing: normal;
}

#header3Tag {
    position: absolute;
    top: 54px;
    left: 10px;
    margin: 0px 0px;
    font-size: 1.3em;
    color: lightgreen;
    font-weight: bold;
    line-height: normal;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    letter-spacing: normal;
}

#header4Tag {
    position: absolute;
    top: 54px;
    left: 10px;
    margin: 0px 0px;
    font-size: 1.3em;
    color: yellow;
    font-weight: bold;
    line-height: normal;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    letter-spacing: normal;
}

#headerImg {
    position: absolute;
    top: 4px;
    right: 141px;
}

#headerImg2 {
    position: absolute;
    top: 4px;
    right: 12px;
}

#mytilepic {
    position: absolute;
    top: 4px;
    right: 128px;
}

#headerLogin {
    position: absolute;
    top: 34px;
    left: 11px;
    font-size: 14px;
    font-family: Verdana, Arial, sans-serif;
    color: lightgray;
}

#headerLogin a:link {
    text-decoration: none;
    color: lightgray;
}

#headerLogin a:visited {
    text-decoration: none;
    color: lightgray;
}

#headerLogin a:hover {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: yellow;
}

#menu {
    position: relative;
    width: 100%;
    float: left;
    padding: 0px 0px 0px 12px;
    box-sizing: border-box;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: darkblue;
    font-size: 15px;
    font-family: Verdana, Arial, sans-serif;
}

#menu a {
    display: block;
    padding: 2px 8px 2px 2px;
    text-decoration: none;
    color: yellow;
}

#menu a:hover {
    background: transparent;
    font-weight: bold;
}

#menu a:active {
}

#menu a.active {
    color: white;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    float: left;
    padding: 1px 8px 2px 3px;
    background-color: darkblue;
}

#menu li {
    float: left;
}

#menu li a,
.dropbtn {
    display: inline-block;
    /** color: white; **/
    text-align: center;
    /** padding: 14px 16px; **/
    text-decoration: none;
}

#menu li a:active {
}

#menu li a.active {
    color: yellow;
}

#menu li.dropdown {
    display: inline-block;
}

#menu .dropdown-content {
    display: none;
    position: absolute;
    background-color: darkblue;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 5;
}

#menu .dropdown-content a {
    color: yellow;
    padding: 1px 4px 4px 4px;
    text-decoration: none;
    display: block;
    text-align: left;
}

#menu .dropdown-content a:hover {
    background-color: darkblue;
    font-weight: bold;
}

#menu .dropdown:hover .dropdown-content {
    display: block;
}

#footer {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

#spinny {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

hr.solid {
    border-top: 3px solid #bbb;
}

table.rtcm {
    border-collapse: collapse;
    border: 1px solid black;
    padding: 5px;
    font-family: verdana, arial, sans-serif;
}

table.rtcm tr {
    font-size: 12px;
}

table.rtcm td {
    white-space: nowrap;
}

table.rtcm th {
    border: 1px solid black;
    font-size: 12px;
    padding: 5px;
    background-color: #dedede;
}

table.gridtable {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    color: #003366;
    padding: 4px;
    border-width: 1px;
    border-color: black;
    border-collapse: collapse;
    width: 100%;
}

table.gridtable th {
    border-width: 3px;
    padding: 4px;
    border-style: solid;
    border-color: #993366;
    background-color: #ccff33;
    font-size: 12px;
}

table.gridtable td {
    border-width: 3px;
    padding: 4px;
    border-style: solid;
    border-color: #993366;
    background-color: #ccffcc;
    font-size: 11.3px;
    font-weight: bold;
    text-align: center;
}

table.gridtable tr.rColor td {
    background-color: #ff0066;
    font-style: italic;
    font-weight: bold;
    color: white;
    font-size: 13px;
}

table.gridtable tr.cColor td {
    background-color: red;
    font-style: italic;
    font-weight: bold;
    color: white;
    font-size: 12.5px;
}

table.gridtable tr.bColor td {
    background-color: palegreen;
    font-style: italic;
    font-weight: bold;
    color: black;
    font-size: 12.5px;
}

table.gridtable tr.gColor td {
    background-color: white;
    font-style: normal;
    font-weight: bold;
    color: black;
}

table.gridtable tr.tColor td {
    background-color: powderblue;
    font-style: italic;
    font-weight: bold;
    color: black;
}

table.gridtable tr.lColor td {
    background-color: lemonchiffon;
    font-style: italic;
    font-weight: bold;
    color: black;
}

.disconnect {
    font-size: 14px;
    text-align: left;
}

.text {
    position: relative;
    margin: 0px 0px 0px 10px;
    width: 330px;
    font-size: 14px;
    text-align: left;
}

.barbox_a {
    position: absolute;
    top: 2px;
    left: 10px;
    margin: 0px 0px 0px 0px;
    width: 302px;
    height: 22px;
    background-color: black;
}

.bar {
    position: relative;
    top: 1px;
    left: 1px;
    margin: 0px 0px 0px 0px;
    width: 0px;
    height: 20px;
    background-color: #0099ff;
    text-align: center;
    color: white;
}

.per {
    position: absolute;
    top: 0px;
    font-size: 12px;
    left: 50%;
    height: 20px;
    margin: 0px 0px 0px 0px;
    background-color: #0099ff;
    color: white;
}

.blank {
    background-color: white;
    width: 300px;
}

#login {
    display: none;
}

#login-header {
    margin: 0 auto;
    position: absolute;
    right: 250px;
}

#login-link {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    background: #2a2a2a;
    padding: 5px 15px 5px 15px;
    color: #fff;
}

#login-panel {
    position: absolute;
    top: 26px;
    right: 0px;
    width: 200px;
    padding: 10px 15px 5px 15px;
    background: #2a2a2a;
    font-size: 10pt;
    font-weight: bold;
    color: #fff;
    display: none;
}

label {
    line-height: 1.8;
}

.clearer {
    clear: both;
}

#cpMain {
    display: none;
}

.submit {
    background: lightgray;
    padding: 3px 4px 4px 4px 1px;
    color: black;
}

.submit:hover {
    background: darkblue;
    font-weight: bold;
    padding: 3px 4px 4px 4px 1px;
    color: yellow;
}

.submit2 {
    background: lightgray;
    padding: 3px 4px 4px 4px 1px;
    color: black;
}

.submit2:hover {
    background: yellow;
    font-weight: bold;
    padding: 3px 4px 4px 4px 1px;
    color: black;
}
