
#left-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    width: 480px;
    height: 100%;
    background-color: #15191e;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

#right-panel {
    display: none;
    left: 505px;
    padding: 25px;
    top: 73px;
    bottom: 70px;
    width: 1268px;
    height: 890px;
    position: absolute;
    border: 4px solid rgb(255, 255, 255);
    box-shadow: 0 0 30px 4px rgb(132, 132, 132);
    border-radius: 8px;
    background: #283033;
}

#main-title {
    position: absolute;
    top: 510px;
    width: 424px;
    height: 117px;
    text-align: center;
    font: normal normal normal 42px/42px "Neue Frutiger World", sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

#sidebar-image {
    position: relative;
    left: 0;
    top: 244px;
    content: url("icon.png");
    width: 200px;
    height: 200px;
}

#btn-start {
    top: 100px;
}

#btn-exit {
    top: -220px;
}

.action-btn {
    position: relative;
    width: auto;
    min-width: 320px;
    max-width: 600px;
    height: 100px;
    border: none;
    overflow: hidden;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 43px;
    margin: 2px;
    color: #000;
    font-size: 36px;
    cursor: pointer;
    background: rgba(98, 118, 136, 0.48);
}

.action-btn.show {
    /* display: block; */
}

.action-btn.hide {
    display: none;
}

.btn-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 36x;
}

.focus-comp {
    outline: 4px solid #0072db !important;
    background: #0072db !important;
    outline-offset: 3px;
    pointer-events: none;
}

.content-container {
    display: none;
    position: absolute;
    padding: 25px;
}

.content-row {
    display: flex;
    align-items: center;
    margin: 6px 0;
}

.content-icon {
    height: 10px;
    width: 30px;
    border-radius: 50px;
    margin-right: 30px;
}

.content-text {
    font-size: 24px;
    color: #fff;
    margin: 0;
}
