* {
    font-family: Century Gothic;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
}

body {
    background-color: rgb(37, 37, 37);
    color: white;
}

#main-content {
    display: block;
    width: 100vw;
    background-color: #333;
    margin-top: 30px;
    padding: 20px 0;
}

#checkup-content {
    display: flex;
    flex-direction: row;
    width: 90vw;
    margin: auto;
    justify-content: space-between;
}

#dropzone {
    position: relative;
    width: 82%;
    height: 80vh;
}

#csvFileInput {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.061);
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#infoMessage {
    position: absolute;
    width: 30%;
    height: 40px;
    text-align: center;
    left: 35%;
    right: 0;
    z-index: 0;
    user-select: none;
}

#segmentInfo {
    font-size: 15px;
    margin-bottom: 0px;
}

#segmentOutput {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    transform: translateX(-15px);
}

#kr-check{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    transform: translateX(-15px);
    margin-top: 0px;
}

#localesPanel {
    background-color: #444;
    width: 15%;
    padding: 10px 0 30px 30px;
}

#localesPanelList {
    list-style-type: none;
    columns: 3;
    margin-top: 20px;
}

#cpyLclsBtn {
    display: none;
    width: 85%;
    border: 0;
    height: 40px;
    background-color: #292929;
    font-weight: 500;
    cursor: pointer;
    margin-top: 30px;
    color: white;
    outline: none;
}

#cpyLclsBtn:hover {
    background-color: #222;
}

#cpyLclsBtn:active {
    background-color: #444;
}

.dblArrow {
    width: 10px;
    color: white;
}

#localesInfoMessage {
    font-size: 14px;
}