:root {
    --button-blue: #49b5e7;
}

table {
    width: 50% !important;
    margin: auto;
}

body {
    background-image: url("../img/bg.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

form {
    text-align: center;
    font-size: 15px;
    /* text-transform: uppercase; */
}

.btn__blue {
    background-color: var(--button-blue) !important;
    border-color: var(--button-blue) !important;
    max-width: 120px !important;
    font-size: 1rem !important;
}

.box {
    padding: 0.94em 1em;
    cursor: pointer;
    border: 1px solid #8d8f8d;
    color: #4b4b4b;
    border-radius: 8px;
}

.bc-green {
    background: #48b548;
    border: 1px solid #48b548;
    color: #fff;
}

.bc-red {
    background: #dd1f1f;
    border: 1px solid #dd1f1f;
    color: #fff;
}

.bo-green {
    color: #48b548;
    border: 1px solid #48b548;
}

.bo-red {
    color: #dd1f1f;
    border: 1px solid #dd1f1f;
}

.clicked {
    box-shadow: -4px 5px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid #48b548;
    color: #48b548;
}

.label_text {
    position: relative;
    z-index: 111;
}

label {
    cursor: pointer;
    user-select: none;
}

.radio__btn {
    position: absolute;
    top: 0;
    visibility: hidden;
}

.speak__box {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    border-bottom: 0.2rem solid rgba(0, 0, 0, 0.6);
    min-height: 230px;
}

.microphone {
    background-color: var(--button-blue);
    border-radius: 50%;
    padding: 0.5rem;
    cursor: pointer;
}

textarea {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.user-img {
    position: absolute;
    left: 0.4%;
    top: 22px;
    background: linear-gradient(to top, #3c8bd2, #97d4f3);
    border-radius: 50px;
    width: 100px;
    height: 100px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* !-------------------------------- */
.input__text {
    width: 2%;
    border: none;
    border-bottom: 0.13rem solid #000000ab;
    border-radius: 4px;
    margin-right: 2px;
}

.input__text:focus-visible {
    outline: none;
}

form {
    text-align: left;
}

form {
    font-size: 16px;
    line-height: 2;
}

.ans_blue {
    color: #fff;
    background-color: #2770c4;
    padding: 0.2rem 0.6rem;
    border-radius: 8px;
    border-bottom: 2px solid rgb(30, 46, 138);
    line-height: 2.5;
}

.ans_green {
    padding: 0.2rem 0.6rem;
    border-radius: 8px;
    border: 2px solid #2da533;
    line-height: 2.5;
}

.ans_red {
    padding: 0.2rem 0.6rem;
    border-radius: 8px;
    border: 2px solid rgb(234, 46, 46);
    line-height: 2.5;
}

.grey__box {
    background-color: #d9d4d4;
    padding: 2rem;
    border-radius: 14px;
    border-bottom: 5px solid #646363;
}

.play {
    background-color: #4896e9;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    cursor: pointer;
}

#stop {
    display: none;
}

.text-black {
    color: #000;
    font-weight: 700;
}

.fa-icon {
    font-size: 2rem;
}

.question__img {
    width: 80%;
    margin: auto;
    border-radius: 30px;
}