/*
 * Copyright (C) Oleg Karakoz, Agile Apps. 2012-2025.
 * Project: mts
 * Last modified: 09/01/2019, 16:47
 */

.words-test-words-rest {
    width: 256px;
    height: 115px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 90px;
    left: 55px;
    display: none;
    z-index: 1;
}

.words-test-words-rest:before {
    content: "";
    top: -8px;
    bottom: auto;
    left: auto;
    right: 140px;
    border-width: 0 8px 8px;
    position: absolute;
    border-style: solid;
    border-color: #ffffff transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.words-test-words-rest-text {
    font-family: Alef;
    font-size: 1em;
    line-height: 1.56;
    text-align: center;
    color: #474747;
    margin-top: 15px;
}

.words-test-words-rest-win {
    font-family: Alef;
    font-size: 1.875em;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffc61b;
    text-shadow: 1px 1px 0 #f5b200, 1px 1px 0 #ffe902, 2px 2px #dddddd;
    -webkit-text-stroke: 1px #dd8e00;
    display: block;
    margin: 0 auto;
    width: auto;
}

.words-test-win {
    background-color: #fcfcfc;
    padding-top: 25px;
    padding-bottom: 65px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    display: none;
    text-align: center;
}

.words-test-win-text {
    height: 30px;
    font-family: Alef;
    font-size: 1.375em;
    text-align: center;
    color: #474747;
}

@media handheld, only screen and (max-width: 600px) {

    .words-test-words-rest {
        top: 115px;
    }
}