/**
 *                                                              _           
 *                                                             | |          
 *    __ ___      _____  ___  ___  _ __ ___   ___  ___ ___   __| | ___ _ __ 
 *   / _` \ \ /\ / / _ \/ __|/ _ \| '_ ` _ \ / _ \/ __/ _ \ / _` |/ _ \ '__|
 *  | (_| |\ V  V /  __/\__ \ (_) | | | | | |  __/ (_| (_) | (_| |  __/ |   
 *   \__,_| \_/\_/ \___||___/\___/|_| |_| |_|\___|\___\___/ \__,_|\___|_|   
 */



#content {
    visibility: hidden;
    opacity: 0;
}

#content.appear {
    visibility: visible;
    opacity: 1;
}

.iHead {
    font-size: 25px;
    background: #484848;
    color: white;
    padding: 0px 0px 5px 16px;
    border-radius: 6px;
}

.words_container {
    font-size: 25px;
    background: #f8f9fa;
    color: black;
    padding: 8px 0px 0px 16px;
    border-radius: 0px;
    margin: -4px 0px 10px 0px;
    border: 1px solid lightgray;
}

.dWords {
    padding: 0px 17px 10px 10px;
}

.card-header {
    background-color: #484848;
    color: white;
}

.float-right {
    margin-top: -23%;
}

.display {
    display: none;
}

.mobile_display {
    display: none;
}

.search-container {
    background-color: #FFF;
    position: relative;
    padding: 3px 50px 3px 10px;
}

.search-box {
    background-color: white;
    outline: none;
    height: 35px;
    font-size: 15px;
    width: 100%;
}

.search-button {
    position: absolute;
    right: 35px;
    top: 4px;
    border: 0;
    color: #101010;
    width: 35px;
    height: 35px;
    outline: 0;
}

.show_hide {
    display: none;
}

@media (max-width: 992px) {
    footer .cizgi {
        border-right: none;
    }
}

@media only screen and (max-width: 600px) {
    .unscramble {
        margin-top: 5px;
    }

    .mobile_display {
        display: block;
    }

    .desktop_display {
        display: none;
    }
}