html, body {
    /*overflow: hidden;*/
    height: 100%;
}

.uc-action-btns {
    position: fixed !important;
    top: auto !important;
    bottom: 20px !important;
    left: 0;
    right: 0;
    width: 100vw;
    z-index: 999;
}

.js-prev-screen {
    opacity: 0;
}

.uc-juja-modal-wrap {
    z-index: 9999;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
}

p.text {
    color: #000000;
    font-size: 20px;
    font-family: 'CeraRound', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
}

.uc-breadcrumbs {
    position: fixed !important;
    top: auto !important;
    top: 20px !important;
    left: 0;
    right: 0;
    width: 100vw;
    z-index: 999;
    pointer-events: none;
}

.js-breadcrumbs {
    vertical-align: middle;
    white-space: nowrap;
    color: #000000;
    font-size: 20px;
    font-family: 'CeraRound', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
}

.uc-js-screen:not(:first-child()) {
    opacity: 0;
}

input {
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 40px;
    background: #E2E0F0;
    border: 4px #d9d6ed solid;
    font-size: 16px;
    font-family: 'CeraRound';
    padding: 12px;
    box-sizing: border-box;
    color: #5C4C9A;
}

input.inline-input {
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 0;
    background: transparent;
    border: 0;
    border-bottom: 2px #d9d6ed solid;
    font-size: 16px;
    font-family: 'CeraRound';
    padding: 0 12px;
    box-sizing: border-box;
    color: #5C4C9A;
}

input::placeholder {
    color: #5C4C9A;
    opacity: 0.5; /* Firefox */
}