/* index.css */

.logo {
    width: 70px;
    height: 70px;
}

.image-container {
    position: relative;
    display: inline-block; /* To fit the image size */
}

.image {
    display: block;
    width: 100%; /* Adjust based on your needs */
    height: auto;
}

.text-header {
    position: absolute;
    top: 50%; /* Vertical position */
    left: 50%; /* Horizontal position */
    transform: translate(-50%, -50%); /* Centers the text */
    color: black; /* Make sure the text is visible over the image */
    font-size: 4rem; /* Adjust as needed */
    padding: 10px; /* Optional: Padding for better readability */
    text-align: center;
}

#login-message {
    color: black;
    font-size: 1.5rem;
    text-align: center;
}
.nav-link {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

div#headleft {
    align: left;
}

div#navbarSupportedContent {
    vertical-align: middle !important;
}

img#userpic {
    border-radius: 30%;
    width: 30px !important;
    height: 30px !important;
}

div#userpicDiv {
    background-color: white;
    display: inline-block;
    vertical-align: bottom;
    horiz-align: center;
}

.toolbox {
    border: 1px solid lightgrey !important;
    background-color: cornsilk;
    height: 330px !important;
    text-align: center;
    padding-top: 5px;
}

.box-div {
    border: 0px solid #e70a0a !important;
    background-color: white;
    height: 400px !important;
    align-content: space-evenly;
}

.double-spaced-list li {
    margin-bottom: 20px;
}
.double-spaced-list {
    padding-left: 2em; /* Optional: Remove padding if needed */
    font-size: large;
    text-align: left;
}

.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 30px !important;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: bottom;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
    margin-top: 15px;
}

.gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%;
}

.startStopBtn {
    width:25em;
}