* {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    -webkit-user-select: none;
    /* Chrome, Safari, Edge */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Standard */
}

@font-face {
    font-family: 'devlys';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/devlys.ttf');
    src: url('../fonts/devlys.ttf') format('ttf');
}



html {
    background-color: #f5f5f5;
}

body {
    margin: 0;

}

.container {
    display: grid;
    grid-template-columns: 240px 3fr;
    width: 100vw;
    height: 100vh;
}

.container .sidebar {
    border-right: 1px solid #444;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    background-color: #f0f0f0;
}

.container .mainbar {
    /* border: 1px solid #444; */

    background-color: #f0f0f0;
}

.container .profile-img {
    width: 51%;
    margin: 1rem auto;
    padding: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* border: 1px solid red; */
    /* mix-blend-mode: darken; */
    aspect-ratio: 2/2;
    /* margin-bottom: 1rem; */
}

/* CSS */
.container .action-button {
    width: 100%;
    appearance: none;
    background-color: #2ea44f;
    background-color: #4bb268;
    /* background-color: rgb(232, 254, 100);  */
    border: 1px solid rgba(27, 31, 35, .05);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /* font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"; */
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    margin-bottom: 0.8rem;
}


.container .action-button span {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 28px;
    font-weight: 100;
}


.tr-heading {
    font-size: 18px;
    /* background-color: rgb(232, 254, 100); */
    font-weight: 600;
    margin-bottom: 1rem;
    padding: 0.2rem 1rem;
    text-align: center;
}

.candidate-name,
.candidate-rollno {
    font-size: 18px;

}

.candidate-rollno {
    margin-bottom: 2rem;
}

.container .checkbox-wrapper-19 {
    display: grid;
    grid-template-columns: 1.4rem 1fr;
    align-items: center;
    margin-bottom: 0.5rem;
}


.main-header {
    display: grid;
    grid-template-columns: 98px 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    padding: 8px 1rem;
    background-color: #faebd7;
    /* background-color: ; */
}

.test-title {
    text-align: center;
    font-size: 32px;
    margin: 0;
    font-weight: 400;
}

.time-remaining {
    text-align: center;
    margin-top: 1.25rem;
    font-size: 18px;
}

.given-language-paragraph {
    margin: 0.32rem;
    border: 1px solid #888;
    padding: 0.6rem;
    overflow-y: scroll;
    background-color: #fff;
    border-radius: 2px;

}

.time-remaining #timer-left {
    /* color: red; */
}

.user-typing {
    margin: 0.32rem;
    border: 1px solid #888;
    padding: 0.6rem;
    overflow-y: hidden;
    /* pointer-events: none; */
    background-color: #fff;
    border-radius: 2px;
}

.user-typing,
.given-language-paragraph {
    height: calc(50vh - 88px);
    line-height: 1.3;
}

.user-typing,
.given-language-paragraph,
#typeCursor,
.input-save {
    font-size: 18px;
    font-family: 'Courier New', Courier, monospace;
}

.input-save {
    display: inline;
    font-family: 'Courier New', Courier, monospace;
}

.hindi-devlys .user-typing,
.hindi-devlys .given-language-paragraph,
.hindi-devlys #typeCursor,
.hindi-devlys .input-save {
    font-family: 'devlys', serif;
    font-size: 22px;
}

#typeCursor {
    outline: none;
    border: none;
    width: 2ch;
    min-width: 2ch;
    margin-left: -2px;
    pointer-events: none;
}


.eng-type-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    row-gap: 8px;
}

.btn {
    font-size: 18px;
    padding: 10px 22px;
}

.res-imp-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffd69f;
    padding: 12px;
    border-radius: 6px;
    width: 240px;
}

.res-imp-block .value{
    font-size: 2rem; 
    color: #1b1b1b;
}

.res-imp-block .title{
    font-size: 1.4rem; color: #382508;
}

.not-qualify, .is-qualify{
    background: #aff6b9;
    max-width: 400px;
    margin: 22px auto;
    padding: 12px 22px;
    text-align: center;
    font-size: 18px;
}
.not-qualify{
    background: #f6b1af;
}

.result-info-tbl table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: max-content;
    margin: 20px auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.result-info-tbl table td {
    padding: 12px 20px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.result-info-tbl table tr:last-child td {
    border-bottom: none;
}

.result-info-tbl table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.result-info-tbl table td[colspan="6"] {
    background-color: #e9ecef;
    font-weight: bold;
    text-align: center;
    color: #495057;
    letter-spacing: 1px;
    font-size: 0.9em;
}

.result-info-tbl table td.data {
    font-weight: 600;
    color: #495057;
}

.result-info-tbl table tr:first-child td {
    border-top: none;
}

.result-info-tbl table tr td:first-child {
    font-weight: 600;
    color: #6c757d;
}

@media screen and (max-width: 600px) {
    .result-info-tbl table {
        font-size: 14px;
    }
    
    .result-info-tbl table td {
        padding: 10px 15px;
    }
}

.result-info-tbl table, .result-info-tbl tr, .result-info-tbl td,
 .result-info-tbl th, .result-info-tbl tbody{
    border-color: #aeadad;
}

td.icw-list, td.icw-list div{
    color: #181818 !important;
    font-weight: 400 !important;
    text-align: left !important;
    font-size: 18px !important;
    /* font-family: 'Courier New', Courier, monospace; */
    font-family: sans-serif;    
    /* font-size: 15px; */
}

.icw-list .err{
    color:rgb(205, 7, 7);
    font-family: sans-serif;
}

.result-info-tbl.result-info-hin td.icw-list, 
.result-info-tbl.result-info-hin td.icw-list div{
    font-family: 'devlys' !important;
    font-size: 24px !important
}

.result-info-tbl.result-info-hin td.icw-list .err{
    color:rgb(205, 7, 7);
    font-family: 'devlys' !important;
    font-size: 24px !important
}

