
* {
    font-family: 'ubuntu';
}

.abs {
    position: absolute;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: lightblue;
}

body {
    bottom: 0;
    font-family: "Titillium Web", sans-serif;
    background-color: #fff;
    color: #fff;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: 0px 0px;
    overflow-y: scroll;
}

.container {
    top: 0;
    position: absolute;
    width: 100%;
    max-height: 100%;
}

.input_video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.input_video.selfie {
    transform: scale(-1, 1);
}

.input_image {
    position: absolute;
}

.canvas-container {
    display: flex;
    align-items: center;
    height: 100%;
    background-repeat: no-repeat;
    margin: auto;
    background: #F3E8F4;
}

.output_canvas {
    max-width: 100%;
    display: block;
    position: relative;
    margin: auto;
    max-height: 500px;
}

.logo {
    bottom: 10px;
    right: 20px;
}

.logo .title {
    color: white;
    font-size: 28px;
}

.logo .subtitle {
    position: relative;
    color: white;
    font-size: 10px;
    left: -30px;
    top: 20px;
}

.control-panel {
    position: absolute;
    left: 10px;
    top: 10px;
}

.shoutout {
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
    font-size: 24px;
    position: absolute;
}

.loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: black;
    text-align: center;
    z-index: 2;
    background-size: cover;
}

.loading .loading_logo {
    width: 90%;
    max-width: 300px;
    margin-top: 40vh;
}

.loading div {
    color: #fff;
    font-size: 25px;
}

.loading .animated-gradient {
    background: repeating-linear-gradient(to left, #00fcff 0%, #ffffff 25%, #fd2700 50%, #ffffff 75%, #00fcff 100%);
    width: 100%;
    background-size: 200% auto;
    background-position: 0 100%;
    animation: gradient 2s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    position: absolute;
    top: 0px;
    font-size: 15px;
}

@keyframes gradient {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.guideline {
    text-align: center;
    background: #000;
    padding: 10px 10px;
    font-size: 30px;
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 100%;
}

.menu_change {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    background-size: contain;
    right: 10px;
    top: 15px;
    font-size: 20px;
}

.record_change {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    background-size: contain;
    left: 10px;
    top: 15px;
    font-size: 20px;
}

.popup_layer {
    display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: RGBA(0, 0, 0, 0.6);
    z-index: 2;
    top: 0;
    left: 0;
}

.popup {
    text-align: center;
    padding-top: 100px;
}

.popup_title {
    font-size: 25px;
    margin-bottom: 10px;
}

.popup_item {
    font-size: 20px;
    padding: 5px 0px;
}

.popup_close {
    padding-top: 10px;
    font-size: 20px;
}

#preview_video {
    max-width: 70%;
    max-height: 700px;
    height: 100%;
    margin-top: 30px;
}

.popup_download {
    background: #fff;
    width: 180px;
    color: #000;
    margin: auto;
    padding: 15px 10px;
    cursor: pointer;
}

.form-95 {
    width: calc(100% - 4px);
    border: 2px inset #d5d5d5;
    color: #424242;
    background: #fff;
    box-shadow: -1px -1px 0 0 #828282;
    margin-top: 4px;
    padding-left: 2px;
    height: 180px;
    overflow-x: scroll;
    padding: 10px 0px;
}


.btn_asset_item {
    overflow: hidden;
    width: 100px;
    margin: 5px 5px;
    display: inline-block;
    vertical-align: top;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-right-color: #fcddff;
    border-bottom-color: #fcddff;
    background: #f3e7f4;
    color: #d58fe8;
    padding: 5px 10px;
    border-radius: 1px;
    height: 138px;
}

.btn_asset_item:hover {
    background-color: #fcddff;
    border-color: #d58fe8;
}

.btn_asset_item img {
    height: 100px;
    width: 100px;
}

.btn_asset_item .btn_asset_title {
    color: #000;
    word-break: break-all;
    white-space: break-spaces;
    width: 100px;
    font-size: 12px;
    margin-top: 4px;
}

.window_btn {
    float: right;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid #858585;
    border-bottom: 2px solid #858585;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-top: 7px;
    margin-left: 4px;
    background-size: 15px;
    background-color: #f3e7f4;
    background-position-x: 5px;
    background-position-y: 5px;
}

.popup_download_txt {
    background: #323232;
    width: 180px;
    color: #fff;
    margin: auto;
    padding: 15px 10px;
    margin-top: 8px;
    display: none;
}

.popup_download_btn {
    background: #fff;
    width: 180px;
    color: #000;
    margin: auto;
    padding: 15px 10px;
    cursor: pointer;
    margin-top: 8px;
    display: none;
}

.popup_download_twitter {
    background: #00acee;
    width: 180px;
    color: #fff;
    margin: auto;
    padding: 15px 10px;
    cursor: pointer;
    margin-top: 8px;
    display: none;
}

#btn_record_time {
    color: #7f7281;
}

#dashboard{
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 16px;
}
#dash_delay {

}

#dash_recog {

}

#dash_recog_delay {

}

#dash_btn {
    background: #f3e7f4;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid #858585;
    border-bottom: 2px solid #858585;
    background-repeat: no-repeat;
    margin-top: 7px;
    margin-left: 4px;
    background-size: 15px;
    background-color: #f3e7f4;
    background-position-x: 5px;
    background-position-y: 5px;
    padding: 2px 10px;
    color: #444;
    cursor: pointer;
}
