.screen {
    width: 100%; height: 100vh; display: flex; flex-flow: column; position: relative;
}

.loading-screen {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    background: url(./bg_countdown.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.loading-logo {
    width: 150px;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading-time {
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}

.countdown {
    margin: 0px 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.countdown-title {
    font-size: 20px;
    font-weight: bold;
    color: #d2414c;
    font-family: Mali;
}

.countdown-time {
    margin-top: -20px;
    font-size: 80px;
    font-weight: bold;
    color: #d2414c;
    font-family: Mali;
}

.header {
    width: 100%; background-color: #944850; height: 60px; display: flex; align-items: center; justify-content: space-between;
}

.logo {
    padding: 5px 10px; height: 100%; width: auto;
}

.header-btn-group {
    height: 100%; display: flex; align-items: center;
}

.select-language, .select-language:focus, .select-language:hover {
    width: auto;
    appearance: none;
    background-color: transparent;
    border: none;
    outline: 0px;
    font-size: 22px; width: 70px; text-align: center; color: white; font-weight: bold;
    margin: 0px 20px 0px 20px;
    cursor: pointer;
}

.txt-language {
    font-size: 22px; width: 70px; text-align: center; color: white; font-weight: bold;
}

.ic-dropdown {
    margin-right: 20px;
    height: 15px;
    cursor: pointer;
}

.ic-language {
    height: 20px;
}

.btn-connect {
    width: 187px; height: 100%; background-image: linear-gradient(90deg, #d1414c 0%, #f1505c 100%); display: flex; align-items: center; justify-content: center; text-align: center; font-size: 18px; font-weight: bold; color: white; cursor: pointer; border: none;
}

.main-area {
    flex: 1; width: 100%; display: flex; height: calc(100vh - 60px);
}

.menu-bar {
    height: 100%; width: 120px; background-image: linear-gradient(0deg, #fde7cf 0%, rgba(253,231,207,0) 100%); display: flex; flex-flow: column; align-items: center; justify-content: space-between; padding: 20px;
}

.upper-btn-group {
    width: 100%; display: flex; flex-flow: column;
}

.upper-btn {
    width: 100%; display: flex; flex-flow: column; align-items: center; cursor: pointer; margin-bottom: 20px;
}

.lower-btn-group {
    width: 100%; display: flex; flex-flow: column;
}

.lower-btn {
    width: 100%; display: flex; flex-flow: column; align-items: center; cursor: pointer;
}

.btn-title {
    font-family: Roboto; font-size: 19px; color: #944850; text-align: center;
}

.game-area {
    flex: 1; height: 100%; display: flex; background: url(./bg_main.png); background-position: center center; background-size: cover; background-repeat: no-repeat; justify-content: space-evenly;
}

.game-view {
    padding: 5px 50px;
    width: 78%;
}

.game-control {
    display: flex; align-items: center; justify-content: space-between; margin-top: 5px;
}

.user-address {
    background-image: url(./bg_address.png); width: 560px; height: 40px; background-position: center center; background-size: cover; background-repeat: no-repeat; font-size: 18px; color: white; font-weight: bold; display: flex; align-items: center; padding-left: 50px;
}

.btn-fullscreen {
    cursor: pointer;
    height: 50px;
}

.reward-area {
    height: 100%; width: auto; display: flex; flex-flow: column; align-items: center; justify-content: space-between; margin-right: 20px;
}

.reward-container {
    flex: 1; position: relative; cursor: pointer;
}

.reward-img {
    height: 25vh; width: auto;
}

.reward-tag {
    position: absolute; bottom: calc(5vh + 24vh * 13 / 46); left: 0px; width: 50%; height: 38px; background-position: center center; background-repeat: no-repeat; background-size: cover; padding: 0px 0px 6px 13px; color: white; font-weight: bold; font-size: 12px; line-height: 100%; padding-right: 30px; text-align: center; display: flex; align-items: center; justify-content: center;
}

.reward-time {
    position: absolute; z-index: 2; left: 0px; right: 0px; bottom: 5vh; aspect-ratio: 46/11; background-position: center center; background-size: cover; background-repeat: no-repeat; display: flex; align-items: center; justify-content: center; color: white; font-size: 24px; font-weight: bold;
}

#percentage-txt {
    position: absolute;
    left: 50%;
    bottom: 37.5px;
    transform: translate(-50%, -50%);
    text-shadow: -1px 0 rgb(221, 133, 133), 0 1px rgb(221, 133, 133), 1px 0 rgb(221, 133, 133), 0 -1px rgb(221, 133, 133);
    color: white;
    font-weight: bold;
}

#loading-txt {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, -50%);
    text-shadow: -1px 0 rgb(221, 133, 133), 0 1px rgb(221, 133, 133), 1px 0 rgb(221, 133, 133), 0 -1px rgb(221, 133, 133);
    color: white;
    font-weight: bold;
}

#unity-loading-bar {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, -50%);
    display: none
}
/* #unity-logo { width: 154px; height: 130px; background: url("./kis_logo.svg") no-repeat center } */
#unity-progress-bar-empty {
    width: 600px;
    height: 40px;
    margin-top: 0px;
    background: url("./kis_loadingbar_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#unity-progress-bar-full {
    width: 0%;
    height: 40px;
    margin-top: 0px;
    background: url(./kis_loadingbar_fg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

.game-container {
    max-width: 100%;
    margin-top: 10px;
    max-height: calc(100% - 70px);
    box-shadow: 18px 18px 30px rgba(139, 74, 2, 0.4);
    border-radius: 8px;
    padding-top: 56.25%;
    position: relative;
}

#unity-canvas {
    /* background: #808080; */
    background-image: url(./kis_loading_bg.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    height: 0px;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    border-radius: 8px;
}

.dropdown-menu {
    background-color: #944850 !important;
}

.dropdown-item {
    color: white !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.dropdown-item:hover {
    background: linear-gradient(90deg, #d1414c 0%, #f1505c 100%) !important;
}

.channels {
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.ic-channel {
    width: 100px;
    height: 100px;
}