﻿#btnPostback {
    background: none;
    border: none;
    color: none;
}

#nextSentence {
    border: 3px solid black;
    cursor: pointer;
    width: 40px;
    display: grid;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    background-color: #d8d8d8;
}

.btnButtons {
    width: 140px;
    height: 40px;
    border: 2px solid black;
    font: 400 24px Verdana;
    background-color: #d8d8d8;
    cursor: pointer;
}

.btnButtons:hover, #nextSentence:hover {
    background-color: #9f9e9e;
}

#lblKelime {
    font: bold 32px Verdana;
}

#bitirmeorani {
    min-width: 50px;
    height: 40px;
    display: grid;
    justify-content: center;
    align-content: center;
    font: bold 28px Courier;
}

#lblCumleDurum {
    font: 600 17px Verdana;
}

.lblLabels {
    font: 700 17px Verdana;
}

#lblSentence {
    color: #0b5bca;
}

#lblDefinition {
    color: #d71818;
}

#lblMeanings {
    color: #db731a;
}

#btnGeriDon, #btnInfo {
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 40px;
}

#btnGeriDon {
    background-image: url(../../EducationalGames/leavethegame.png);
}

#btnInfo {
    background-image: url(../../EducationalGames/info.png);
}

#dShortcuts {
    background-color: #faf4e8;
    width: 450px;
    height: 370px;
    border: 3px solid black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.scHeading {
    background-color: #d8d8d8;
    display: flex;
    flex-direction: row;
    height: 30px;
    text-align: center;
}

.scRow {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #c6c6c6;
}

.scName {
    margin-left: 5px;
    width: 425px;
    font: bold 20px Verdana;
}

.scSymbol {
    margin-right: 5px;
    margin-bottom: 5px;
    border: 2px solid #757575;
    text-align: center;
    width: 25px;
    height:25px;
    color: #757575;
    font: bold 20px Verdana;
}

.scClose {
    width: 25px;
    font: bold 20px Verdana;
    cursor: pointer;
    padding-top: 1px;
}

.scClose:hover {
    background-color: #757575;
}

#outerDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / 0.70);
}

#btnReadText {
    width: 45px;
    border-radius: 50%;
}

#btnKey, #btnKeyEnter, #btnKeyChat {
    width: 45px;
    border-radius: 40%;
}

#btnParagraf {
    word-spacing: -4px;
    width: 235px;
    font: bold 17px Courier;
}

#tooltip {
    position: absolute;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px;
    border-radius: 5px;
}

#lblCeviri {
    color: white;
}

