@font-face {
  font-family: hindi;
  src: url(../fonts/Kruti_Dev.ttf);
}

.test_area_hindi {font-family: hindi;font-size: 20px!important}

body {color: #424242;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-weight: bold;}
form.user .form-control-user, form.user .btn-user {
	border-radius: .35rem;
}
.sidebar {
    transition: all 0.5s;
}
.sidebar-dark .nav-item .nav-link i {
    color: rgba(255,255,255,.8);
}
.form-control {
    border: 1px solid #ababab;
    border-radius: 4px;
	height: auto;
	min-height: calc(1.5em + .75rem + 2px);
}
.form-group label {
    font-weight: bold;
}
.instruction-list li {margin-bottom: 7px;}
.test-dictation-box {min-height: 300px;}

audio::-webkit-media-controls-mute-button { display: none !important; } audio::-webkit-media-controls-volume-slider { display: none !important; }

label.error {color: red;}


.test-result ins {
    background: pink;
    text-decoration: line-through;
}
.test-result del {
    background: lightgreen;
    text-decoration: none;
}

skip-tag{
    color: red;
	font-weight: bold;
}


.test-dictation textarea, .student-ans textarea {
    width: 100%;
    border: none;
    min-height: 400px;
}