html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #0c1117;
    font-size: 16px;
    font-family: opensans, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    color: #ffffff;
}

a, a:visited, a:hover, a:active {
    text-decoration: underline;
    color: #1e90ff;
}

input {
    outline: none;
    border: 1px solid #666666;
    border-radius: 5px;
    padding: 1em;
    background-color: #0c1117;
    color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    font-size: 1em;
}

#app-viewport {
    height: 100%;
}

#screen-disabled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#loading-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, #8f0e12, #d22527);
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    z-index: 6;
}

.no-display {
    display: none !important;
}
.mt-1 {
    margin-top: 0.5em;
}
.mt-2 {
    margin-top: 1em;
}
.p-2 {
    padding: 1em;
}
.margin-auto {
    margin: auto;
}

.error {
    border-color: #ff0000 !important;
}
.error-message {
    text-align: left;
    margin-left: 2em;
    margin-right: 2em;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 0.5em;
    border-left: 4px solid #ff0000;
    color: #ff0000;
}
.webview-message {
    text-align: left;
    padding: 0.5em;
    color: #dddddd;
    margin-left: 2em;
    margin-right: 2em;
    background: #111111;
}

/* Button */
.button {
    position: relative;
    border-radius: 5px;
    text-align: center;
    padding: 1em 0;
    text-shadow: 0 -1px #671c21;
}
.button div {
    padding: 0 1em;
    overflow: auto;
}
.button.black {
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid #4a2a2a;
    box-shadow: inset 0 0 5px rgba(74,42,42,0.6);
    color: #e8d6b8;
}
.button.disabled {
    color: #999999;
    border-color: #333333 !important;
}
.button .logo {
    float: left;
    font-size: 1.5em;
}
.button .text {
    display: block;
    line-height: 1.5em;
}
/* End of button */

.landing-main-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    background-color: #010101;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.top-block {
    width: 100%;
    position: relative;
    margin-bottom: auto;
    border-bottom: 1px solid #202020;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
.language-block {
    position: relative;
    text-align: right;
    line-height: 1;
    height: 2.2em;
    margin: auto;
}
.language-block .selector {
    position: absolute;
    top: 0;
    right: 0;
}
.language-block .selector .wrap {
    padding: .7em .5em .5em 1em;
}
.language-block .selector .wrap.opened {
    background-color: #202020;
}
.language-block .flag {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-right: 3px;
}
.language-block .text {
    display: inline-block;
    color: #888888;
    font-size: .8em;
    height: 1.2em;
    vertical-align: middle;
    margin-right: 3px;
}
.language-block .block-rotate {
    float: right;
    color: #666666;
    -webkit-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}
.language-block .rotate-180 {
    transform: rotate(180deg);
}
.language-block .language-list {
    text-align: left;
    white-space: nowrap;
    display: none;
    background-color: #111111;
    border: 1px solid #161616;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: -4px 4px 16px -4px #191919;
}
.language-block .language-list .new-language {
    padding: .7em .5em .5em 1em;
}

.block {
    margin-left: 2em;
    margin-right: 2em;
}

.web-width {
    max-width: 960px;
    width: 100%;
}

.logo {
    max-width: 280px;
    height: auto;
}

.reviews {
    padding: 3em 0.75em;
    text-align: center;
    box-shadow: inset 0 15px 10px -10px rgba(0, 0, 0, 0.7), inset 0 -15px 10px -10px rgba(0, 0, 0, 0.7);
    color: #e8d6b8;
}
.bottom {
    background: #101010 url(../img/landing/gradient.jpg) no-repeat top center / cover;
    padding: 3em 2em;
    box-shadow: inset 0 20px 10px -10px rgba(0, 0, 0, 0.7), inset 0 -20px 10px -10px rgba(0, 0, 0, 0.7);
}

.info-block {
    padding-bottom: 5em;
}
.info-block .image {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.info-block .text {
    margin: auto;
    padding-top: 0.5em;
}
.info-block .text div {
    padding: 0.4em 0.6em;
}
.info-block .text .feature {
    display: table;
    color: #6a6a6a;
    line-height: 39px;
    margin-bottom: 0.5em;
}
.info-block .text .feature .table-cell {
    display: table-cell;
    box-sizing: border-box;
}
.info-block .text .feature .title {
    width: 1%;
    padding-right: 8px;
    white-space: nowrap;
}
.info-block .text .feature .circle {
    width: 43px;
    height: 43px;
    border: 1px solid #6a6a6a;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}
.info-block .text .feature .circle span {
    color: #6a6a6a !important;
}
.info-block .text .feature .line {
    position: relative;
}
.info-block .text .feature .line:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    right: 0;
    height: 1px;
    background: #6a6a6a;
}
.info-block .title1 {
    color: #bab69b;
}
.info-block .title2 {
    color: #f29921;
    font-weight: bold;
    font-size: 0.9em;
}
.info-block .description {
    color: #bab69b;
    font-size: 0.9em;
    line-height: 1.6;
}

.scroll-icon {
    width: 43px;
    height: 43px;
    border: 1px solid #333333;
    color: #bab69b;
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
    margin: auto;
    background: rgba(0, 0, 0, 0.7);
}

.login-success {
    margin-top: 2em;
    margin-bottom: 2em;
}

.footer {
    background: #1d2932;
    font-size: 0.8em;
}
.footer .wrap {
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 1em;
}
.footer .rabbit-logo {
    padding: 0 0.5em 0.5em 1em;
}
.footer .rabbit-logo .image {
    width: 60px;
    height: 60px;
    background: #1d2932 url(../img/landing/company.jpg) no-repeat top center / cover;
}
.footer .links {
    text-align: right;
    padding: 0 1em 0.5em 1em;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    color: #949494;
}
.footer .links div {
    flex: 1;
    line-height: 30px;
}
.footer .footer-bottom {
    width: 100%;
    padding: 0 1em 1em 1em;
    color: #597288;
    text-align: center;
    font-size: 0.9em;
}
.footer .footer-bottom .line {
    border-top: 1px solid #2f3d4a;
    margin-bottom: 1em;
}

.view-fade-in {
    animation: viewFadeIn 0.4s ease-out forwards;
}
.error-notification {
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #79373f;
    background-color: #5e1a23;
    padding: 0.5em 0.8em;
    opacity: 0.8;
    line-height: 1.3em;
}
.error-notification span {
    margin-right: 0.3em;
}
.text-info {
    margin-top: 1em;
    padding: 0 2em;
}

.show-password {
    position: absolute;
    top: 0.35em;
    right: 0;
    font-size: 1.3em;
    color: #aaaaaa;
    padding-top: 0.3em;
    padding-right: 0.3em;
}

.existing-user {
    border: 1px solid #666666;
    background-color: #2d2a1c;
    padding: 1em;
    overflow: auto;
    position: relative;
    text-align: left;
}
.existing-user .avatar {
    background-size: cover;
    background-repeat: no-repeat;
    width: 4em;
    height: 4em;
    border: 1px solid #cccccc;
    border-radius: 2px;
    box-shadow: 0 0 0.6em #000000;
    display: inline-block;
    vertical-align: middle;
}
.existing-user .details {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.5em;
}
.existing-user .details .nickname {
    text-shadow: 0 1px #000000;
    line-height: 1em;
}
.existing-user .details .stats {
    color: #cccccc;
    margin-top: 0.4em;
    line-height: 1em;
    text-align: left;
    font-size: 0.8em;
}
.existing-user .info {
    padding-top: 1.5em;
    font-size: 0.9em;
    color: #999999;
}

.number-block .number-formatted {
    display: inline-block;
    position: relative;
    line-height: 1;
}

.carousel-container {
    position: relative;
    max-width: 960px;
    margin: auto;
    overflow: hidden;
}
.carousel-container .carousel-content {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.carousel-container .review-card {
    min-width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 0 2em;
}
.carousel-container .reviewer {
    display: flex;
    width: 100%;
    color: #dddddd;
    padding-top: 8px;
    align-items: center;
    justify-content: center;
}
.carousel-container .reviewer img {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #444444;
}
.carousel-container .reviewer .details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 8px;
}
.carousel-container .reviewer .name {
    font-weight: bold;
}
.carousel-container .reviewer .rating {
    font-size: 0.8em;
    padding-top: 2px;
}
.carousel-container .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: auto;
    color: #999999;
    font-size: 1.2em;
}
.carousel-container .arrow.prev {
    left: 0;
    padding: 30px 15px 0 5px;
}
.carousel-container .arrow.next {
    right: 0;
    padding: 30px 5px 0 15px;
}

.text-bg {
    background-color: rgba(232, 214, 184, 0.9);
    padding: 0.5em;
    border-left: 5px solid #ff4500;
    color: #000000;
    margin: 0 1px;
}

@keyframes viewFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
