@font-face {
    font-family: fontPoppins;
    src: url("../fonts/Poppins-Regular.29cc97af5403.ttf");
}

.icon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.nav-button {
    background-color: #292323;
    color: white;
    text-decoration: none;
    display: inline-block;
    width: 200px;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    line-height: 200px;
    border-width: 4px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 10px;
    font-size: 40px;
}

.nav-button:hover {
    background-color: #ffffff;
    color: #292323;
    border-width: 4px;
    border-style: solid;
    border-color: #292323;
}

.sidebar-nav-button-pair {
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.all-devices-list-scroll {
    overflow-y: scroll;
    max-height: 85vh;
    display: inline-block;
    width: 100%;
}

.device-sidebar-display {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.device-sidebar-title {
    background-color: #000000;
    color: white;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.device-sidebar-location {
    color: #636363;
    font-style: italic;
}

.most-recent-flagged-events {
    overflow-y: scroll;
    max-height: 85vh;
    display: inline-block;
    width: 100%;
}

.flagged-event-header {
    color: white;
}

.most-recent-detections {
    overflow-y: scroll;
    max-height: 85vh;
    display: inline-block;
    width: 100%;
}

.detection-event-header {
    color: rgb(83, 83, 83);
    font-weight: bold;
}

.logo-container {
    display: flex;
    justify-content: center;
}

img.logo-content {
    width: 20%;
    min-width: 200px;
    display: block;
    margin: 0 auto;
}

.menu-bar-container {
    width: 100%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.menu-bar {
    display: flex;
    overflow: hidden;
    background-color: #292323;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.menu-bar-item {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 25px;
}

.menu-bar a:hover {
    background-color: #1d1d1d;
    color: white;
}

.content-container {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    justify-content: center;
}

.content {
    text-align: center;
    background-color: #ccc;
    width: 65%;
    font-family: fontPoppins;
}

.login-btn {
    background-color: #292323;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 10px;
    width: 100%;
}

.login-btn:hover {
    background-color: #292323;
    color: white;
}

.login-container {
    width: 600px;
    height: 530px;
    text-align: center;
    background-color: #e9e9e9;
    border-radius: 7px;
    border-width: 2px;
    border-color: #292323;
    border: solid;

    vertical-align: middle;
}

.login-page-container {
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    background-image: url("./login-background.72223ec461af.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
}

.page-container {
    height: 100vh;
    overflow: hidden;
}

.logo-container-login {
    display: flex;
    justify-content: center;
}

img.logo-content-login {
    width: 90%;
    min-width: 200px;
    display: block;
    margin: 0 auto;
}

body {
    margin: 0;
    text-align: center;
    background-image: url("./login-background.72223ec461af.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
}

.username-input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.password-input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.add-input {
    width: 200px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.submit-btn {
    background-color: #292323;
    border: none;
    color: white;
    padding: 12px 20px;
    text-align: center;
    font-size: 12px;
    margin: 8px 0;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    width: 100px;
    font-family: fontPoppins;
}

.submit-btn:hover {
    background-color: #292323;
    color: white;
}

.red-btn {
    background-color: #ff4545;
    border: none;
    color: white;
    padding: 8px 16px;
    text-align: center;
    font-size: 14px;
    margin: 4px 2px;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    width: 50px;
    font-family: fontPoppins;
}

.blue-btn {
    background-color: #3168ff;
    border: none;
    color: white;
    padding: 8px 16px;
    text-align: center;
    font-size: 14px;
    margin: 4px 2px;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    width: 50px;
    font-family: fontPoppins;
}

.green-btn {
    background-color: #008848;
    border: none;
    color: white;
    padding: 8px 16px;
    text-align: center;
    font-size: 14px;
    margin: 4px 2px;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    width: 50px;
    font-family: fontPoppins;
}

.red-btn:hover {
    background-color: #812525;
    color: white;
}

.blue-btn:hover {
    background-color: #1c3a8d;
    color: white;
}

.green-btn:hover {
    background-color: #004927;
    color: white;
}

.device-list-table-container {
    overflow: auto;
    height: 800px;
    width: 100%;
}

.device-list-table {
    background-color: #9c9999;
    border: 1px solid #292323;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

.device-list-table-th {
    border: 1px solid #292323;
    border-collapse: collapse;
    padding: 15px;
}

.device-list-table-td {
    border: 1px solid #292323;
    border-collapse: collapse;
    padding: 5px;
    max-width: 200px;
    overflow: auto;
}

.device-table-container {
    overflow: auto;
    height: 800px;
    width: 100%;
}

.device-table {
    background-color: #9c9999;
    border: 1px solid #292323;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
}

.device-table-th {
    border: 1px solid #292323;
    border-collapse: collapse;
    padding: 15px;
}

.device-table-td {
    border: 1px solid #292323;
    border-collapse: collapse;
    padding: 5px;
    max-width: 200px;
    overflow: auto;
}

.flag-table-container {
    overflow: auto;
    height: 800px;
    width: 100%;
}

.flag-table {
    background-color: #9c9999;
    border: 1px solid #292323;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

.flag-table-th {
    border: 1px solid #292323;
    border-collapse: collapse;
    padding: 15px;
}

.flag-table-td {
    border: 1px solid #292323;
    border-collapse: collapse;
    padding: 5px;
    max-width: 200px;
    overflow: auto;
}

.search-table-container {
    overflow: auto;
    height: 750px;
    width: 100%;
}

.header-container {
    width: 100%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.page-header {
    border: none;
    color: white;
    padding: 8px 16px;
    font-size: 25px;
    margin: 4px 2px;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    width: 100%;
}

.header {
    text-align: center;
    background-color: #990303;
    width: 65%;
    font-family: fontPoppins;
}

.search-selection-btn {
    background-color: #292323;
    color: white;
    text-decoration: none;
    display: inline-block;
    width: 200px;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    line-height: 200px;
    border-width: 4px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    margin-top: 5px;
}

.search-selection-btn:hover {
    background-color: #ffffff;
    color: #292323;
    border-width: 4px;
    border-style: solid;
    border-color: #292323;
}

.flagged-events-list-tablet {
    border-width: 2px;
    border-style: solid;
    border-color: #d6d6d6;
    border-radius: 10px;
    margin-top: 6px;
}

.flagged-events-list-tablet:hover {
    background-color: #e9e9e9;
    cursor: pointer;
}

.flagged-event-header {
    border-radius: 7px 7px 0 0;
}

.detections-list-tablet {
    border-width: 2px;
    border-style: solid;
    border-color: #d6d6d6;
    border-radius: 10px;
    margin-top: 4px;
}

.detections-list-tablet:hover {
    background-color: #e9e9e9;
    cursor: pointer;
}

.sig-up {
    background-color: #00860b;
    border: none;
    color: white;
    padding: 8px 8px;
    text-align: center;
    font-size: 14px;
    margin: 4px 2px;
    text-decoration: none;
    border-radius: 5px;
    width: 50px;
}

.sig-down {
    background-color: #a30000;
    border: none;
    color: white;
    padding: 8px 8px;
    text-align: center;
    font-size: 14px;
    margin: 4px 2px;
    text-decoration: none;
    border-radius: 5px;
    width: 50px;
}

.device-list-tablet {
    border-width: 2px;
    border-style: solid;
    border-color: #d6d6d6;
    border-radius: 10px;
    margin-top: 4px;
}

.device-list-tablet:hover {
    background-color: #e9e9e9;
    cursor: pointer;
}

.device-list-header {
    background-color: #000000;
    color: #ffffff;
    border-radius: 7px 7px 0 0;
}

.device-list-location {
    color: #636363;
    font-style: italic;
}

.page-header h1 {
    color: rgb(46, 46, 46);
}

.monitor-nav-link {
    color: black;
}

.update-field-labels {
    width: 300px;
    text-align: right;
}

.update-field-button {
    width: 200px;
    text-align: right;
}