/* Style for the div containing the word list */

.del {
    text-decoration: line-through;
}

.hintclass {
    background: #00ffff!important;
}

#attempts {
    background: #3b84f3;
    font-size: 18px;
    border-radius: 5px;
    color: white;
}

#numberofQuestions {
    background: #3b84f3;
    font-size: 18px;
    border-radius: 5px;
    color: white;
}

@media (min-width: 320px) {
    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .rf-tgrid {
        font-size: 12px;
        width: 45px;
        padding: 0px;
        border-radius: 15px;
    }
}

@media (min-width: 425px) {
    /* smartphones, Android phones, landscape iPhone */
    .rf-tgrid {
        font-size: 16px;
        width: 45px;
        padding: 0px;
        border-radius: 15px;
    }
}

@media (min-width: 768px) {
    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .rf-tgrid {
        font-size: 16px;
        width: 64px;
        padding: 7px;
        border-radius: 18px;
    }
}

@media (min-width: 1024px) {
    /* big landscape tablets, laptops, and desktops */
    .rf-tgrid {
        font-size: 27px;
        width: 48px;
        padding: 1px;
        border-radius: 18px;
    }
}

@media screen and (min-width: 768px) {
    #nameList ul li {
        padding: 5px;
        min-width: 80%;
    }
}

@media screen and (max-width: 767px) {
    #nameList ul li {
        padding: 2px 8px;
        font-size: 14px;
    }
}

#nameList ul li {
    display: inline !important;
    margin: 4px;
    background: #c8542aeb;
    border-radius: 5px;
    font-weight: 700;
}

.rf-tgrid {
    margin: 1px;
    vertical-align: middle;
    text-align: center;
    border: 3px solid #8c5f37;
    background: white;
}

.green {
    background: #1bd6d6;
}


/* Style for the grid */

.rf-tablestyle {
    cursor: pointer;
    background: none!important;
}


/* Style for the div containing the grid */

#rf-searchgamecontainer {
    background: rgba(140, 95, 55, 0.5);
    border-radius: 3px;
    border: 1px solid rgba(140, 95, 55, 0.5);
}


/* Style for the div containing the word list */

#rf-wordcontainer {
    font-family: Arial, sans-serif;
    font-weight: normal;
    cursor: default;
    width: auto;
    height: fit-content;
    cursor: pointer;
    color: white;
    border-radius: 5px;
    margin-bottom: 6px;
}

.nameListWrap {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center !important;
}


/* Style for the words that have been found */

.rf-foundword {
    font-family: Arial, sans-serif;
    text-decoration: line-through;
    color: darkslategray;
}

#rf-tablegrid .rf-armed {
    /* background: lightcyan; */
}

#rf-tablegrid .rf-highlight {
    background: #ef3f28;
}

#rf-tablegrid .rf-glowing {
    background: gold;
}

#rf-tablegrid .rf-selected {
    color: #fff;
    /* For constant background color after selected correct word row
  background: #cee50b; 
  */
}


/* style for words that didn't make it on the grid */

.rf-pfalse {
    color: #111;
    visibility: hidden;
}

.wordserach-title {
    margin-bottom: 3px;
    border-bottom: 1px solid #8080804f;
    border-radius: 0;
    text-align: center;
    font-weight: 600;
    padding: 20px 30px;
    color: #8373ce!important;
}

.rf-attempted {
    background: #ef3f28;
}

.wbg {
    background: #cccccc59;
}

.nameListWrap {
    padding-left: 0rem;
}

.w100 {
    height: 100%;
}

#hint {
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 16px;
}

.btn-bggray {
    color: #fff;
    background-color: #bcbbbb;
}

#solution {
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 16px;
}

#youranswerimg,
#currectanswerimg {
    width: 90%;
    max-width: 250px;
}

.scoreHeading {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.1px;
    color: #F75013;
}