.bd-scroll .h-900 {
    height: 900px !important;
}

.list-description {
    position: absolute;
    top: 13px;
    right: 2rem;
}
.list-description.on {
    color: #ff8e23;
}
.list-description.off {
    color: #FFFFFF;
}
.pzNavigator {
    position: relative;
    padding: 0 20px;
    padding-bottom: 5px;
}
.pzNav {
    padding-left: inherit;
    padding-right: inherit;
    position: absolute;
    right: 0;
}
.pzNav .color {
    background-color: #5292B1 !important;
}
.pz-title {
    font-size: 20px;
    font-weight: 500;
    color: #607d8b;
}

.pz-solve-direction {
    padding: 1rem 2rem !important;
}
/* carousel ------------------------------ */
.carousel-header {
    padding: 2rem 0 2rem !important;
}

.clue {
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
}

.clue-text {
    font-weight: 700;
    font-size: 13px;
}

.clue_textarea {
    border: 0;
    width: 100%;
    height: auto;
    resize: none;
    font-size: 15px;
    line-height: 1.42857;
}

.correct-mark {
    margin-top: 10px;
}
.correct-mark span {
    position: absolute;
    left: 0;
}

.input-answer-box {
    margin-left: 35px;
}

#board {
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

#across_container ul li,
#down_container ul li,
#clue_container ul li {
    list-style-type: none;
    position: relative;
    overflow: hidden; }

.clue_hover {
    background: rgba(255, 87, 0, 0.5);
}

.clue_highlight {
    background: #e9b8aa;
}

#across_list, #down_list {
    width: 100%;
    overflow-y: scroll; }

.tile_animator {
    display: block;
    position: absolute;
    border-radius: 100%;
    transform: scale(0); }

.tile_animator.base {
    background: #4f52bb;
}
.tile_animator.answer {
    background: #10bf50;
}
.tile_animator.wrong {
    background: #FF0000;
}
.tile_animator.min {
    background: #d9a771;
}

.color-none {
    background-color: #C7C7C7 !important;
}
.color-correct {
    background-color: #085fa8 !important;
}
.color-wrong {
    background-color: #ee4545 !important;
}

.result_answer {
    margin-left: 1rem;
    min-width: 10rem;
    max-width: 10rem;
}

.tile_animator.animate {
    animation: ripel 0.7s ease-in; }

@keyframes ripel {
    100% {opacity: 0; transform: scale(2.5);}
}

.ink {
    display: block;
    position: absolute;
    background: #c5cae9;
    border-radius: 100%;
    transform: scale(0); }

.ink.animate {
    animation: ripel 0.5s linear; }

#puzzle_answer {
    -webkit-ime-mode: active;
    -moz-ime-mode: active;
    -ms-ime-mode: active;
    ime-mode: active; }

#dragger {
    -webkit-transition: all 300ms cubic-bezier(0.085, 0.385, 0.420, 0.975);
    -moz-transition: all 300ms cubic-bezier(0.085, 0.385, 0.420, 0.975);
    -ms-transition: all 300ms cubic-bezier(0.085, 0.385, 0.420, 0.975);
    -o-transition: all 300ms cubic-bezier(0.085, 0.385, 0.420, 0.975);
    transition: all 300ms cubic-bezier(0.085, 0.385, 0.420, 0.975);
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    padding: 0;
    background-color: #444444;
}

#dragger canvas {
    position: absolute;
    top: 0;
    left: 0;
}

#key_interceptor {
    position: absolute;
    font-size: 1px;
    opacity: 0;
    left: -100px;
    top: -100px;
    -webkit-user-modify: read-write-plaintext-only; }

#key_interceptor:focus {
    -webkit-user-modify: read-write-plaintext-only; }

.card .clue-block {
    padding-left: 0.5rem;
    padding-right: 1rem;
}

.clue_list_wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
}

.input_answer {
    margin-top: 15px !important;
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.game_view {
    padding: 1rem !important;
}

.section-title {
    font-weight: 500 !important;
}

.remainClueInfo {
    position: absolute !important;
    right: 0;
    top: 0;
    margin-top: 11px !important;
    margin-right: 10px !important;
    font-size: 13px !important;
}

/* wordsearch ------------------------------ */
#wsBoard {
    width: 100%;
}

#ws_clue_list {
    width: 100%;
    max-height: 650px;
    overflow-y: scroll; }

.word-search-board {
    position: relative;
    transition: opacity .5s linear;
}

.word-search-board canvas {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.word-search-board canvas.grid {
    background: #ffffff;
}

.crossed-text,
.crossed a {
    text-decoration: line-through !important;
}
