div.header_logo-inv {
    display:flex;
    align-items:center;
    transition:width;
    /* height:43px;
    width:219px; */
    /* background: !important url(assets/images/deviate-logo.png); */
    margin:0;
    padding:0;
}

.login-logo img {
    height: auto;
    width: 70%;
    margin-bottom: 3rem;
}

.espa-logo img {
    height: auto;
    width: 600px;
}

.menu-logo {
    cursor: pointer;
    text-align: center;
}

.menu-logo-img {
    display: block;
    width: auto;
    height: 45px;
    margin: 0;
    padding: 0;
}

.error {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #d92550;
}

.annotation-page-title {
    display: inline-grid;
}

.app-page-title {
    margin-bottom: 0px;
}

#currentFrameDisplay, #completedFramesDisplay, #completedFramePercentage {
    display: inline-block;
    text-align: center;
}

.progress {
    border-radius: 5px;
    height: 1vh;
}

.progress .progress-bar {
    background-color: #3fccf7ff;
}

.annotation-card {
    /* height: 75vh; */
    display: flex;
    margin-bottom: 100px;
}

.frame-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.frame-controls-btn {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frame-controls-icons {
    font-weight: bold;
    text-shadow: 0 0 1px currentColor;
    font-size: 20px;
    vertical-align: middle;
    line-height: 1;
}

.frame-controls .pe-7s-refresh {
    font-size: 16px;
}

.frame-wrapper {
    display: block;
    margin-inline: 5%;
}

.frame-container {
    display: block;
    background-color: #c1c1c1a1;
}

#framePreview {
    width: 100%;
    height: 100%;
}

.currentFrameInput-wrapper {
    text-align: center;
}

#currentFrameInput {
    width: 97%;
    outline: none;
}

.hidden {
    display: none;
}

.stats-table {
    width: 65%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}