﻿body {
    margin: 0;
    padding: 0;
}

#cr-container {
    inset: 0;
    overflow: hidden;
    position: absolute;
}

#cr-canvas {
    height: 100%;
    width: 100%;
}

#cr-loading-dialog-bg {
    align-items: center;
    background-color: #d1d1d1;
    display:flex;
    inset: 0;
    justify-content: center;
    position: absolute;
}

#cr-loading-dialog {
    align-items: center;
    background-color: white;
    border: 1px solid #939393;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 300px;
    justify-content: center;
    width: 300px;
}

#cr-loading-video {
    margin-bottom: 20px;
}

#cr-loading-text {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 8px;
}

#cr-progress-bar-wrp {
    background-color: aliceblue;
    height: 4px;
    position: relative;
    width: 160px;
}

#cr-progress-bar-val {
    background-color: #4c70b1;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
}

#cr-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

#cr-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none
}
