@font-face {
    font-family: 'bahnschrift';
    src: url('css/fonts/bahnschrift.ttf');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('css/fonts/Gotham-Bold.otf');
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('css/fonts/Gotham-Book.otf');
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url('css/fonts/Montserrat-Black.ttf');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('css/fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('css/fonts/Montserrat-Light.ttf');
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url('css/fonts/Montserrat-Black.ttf');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('css/fonts/Montserrat-Medium.ttf');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('css/fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('css/fonts/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: 'Raleway-Light';
    src: url('css/fonts/Raleway-Light.ttf');
}

@font-face {
    font-family: 'Raleway-Regulart';
    src: url('css/fonts/Raleway-Regulart.ttf');
}

body {
    background-image: url(assets/Background.jpg?123);
}

.profile-nav {
    display: none;
}

.profile {
    font-family: Montserrat-Light;
    color: #666565;
    background-color: white;
   height:100%;

    background-color: #f2f2f2;
    border-radius: 15px;
    color: black;
}

.login {
    height: 466px;
    background-color: #f2f2f2;
    border-radius: 15px;
    font-family: Montserrat-Regular;
    color: black;
}

.dashboard {
    height: auto;
    background-color: #f2f2f2;
    border-radius: 15px;
    font-family: Montserrat-Regular;
    color: black;
}

.container-fluid {
    width: 850px;
    padding: 0px 80px 0px 80px;
    margin: auto;
}

.login-form {
    margin-top: 51px;
    margin-left: 20px
}

.sidenav {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #df1e26;
    height: 100%;
    color: white;
}

.dash-sidenav {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #df1e26;
    height: 100%;
    color: white;
       width: 259px;
    /*  transition: 1s;*/
}

.closebtn {
    font-size: 38px;
    padding-left: 85%;
}

.input {
    outline: 0;
    border-width: 0 0 1px;
    border-color: white;
    background-color: #df1e26;
    width: 295px;
}

 ::placeholder {
    color: white;
    opacity: 0.7;
    font-size: 12px;
}

.menu-drag {
    margin-left: 152px !important;
    z-index: 7 !important;
    position: absolute !important;
    transition: 0.9s;
}
.margin-left{
    margin-left:40px;
}

.hamburger {
    display: none;
    z-index: 1;
    color: #df1e26;
    width: 69px !important;
    font-size: 24px;
    padding: 7px 25px 7px 25px;
    border-radius: 6px;
    right: 11%;
    top: 45px;
}

.login-btn {
    color: #df1e26;
    background-color: white;
    width: 76px;
    border-radius: 3px;
    border: none;
}

.asset-info {

    padding:11px 30px 16px 10px;
}

.info2 {
    color: #df1e26;
    width: 84%;
    font-family: Montserrat-Medium;
    ;
    font-size: 16px;
}

.asset-logo {
    margin-top: 146px;
    margin-bottom: 2px;
}

.vertical-line {
    margin: 5px;
    width: 215px;
}

.date-info {
    font-size: 10px;
}

.font-bold {
    font-weight: 950;
}

.ei-logo {
    margin-left: 560px;
    padding: 20px 15px;
}

.images {
    margin-left: 70px;
}

.vl {
    border: none;
    border-left: 1px solid hsla(200, 10%, 50%, 100);
    height: 8vh;
    width: 1px;
    margin: 0px;
    padding: 0;
}

.icon {
    padding: 4px;
    padding-left: 6px;
    color: white;
}

.icon a {
    padding: 4px;
    padding-left: 6px;
    color: white;
    text-decoration: none;
}

.active {
    font-family: Montserrat-Black;
}

.contact1 {
    width: 27.3%;
}

.activebtn {
    font-weight: bold;
}

.contact2 {
    width: 37%;
}

.vertical-center {
    margin-top: -35px;
    margin-bottom: 43px;
    top: 10%;
    left: 13% !important;
    width: 830px;
    height: 78%;
    text-align: center;
}

.show-view {
  left: 21% !important;
}

.dash-sidenav {
    display: block;
}

.studentdetails {
    padding: 2px 0px 15px 16px;
}

hr {
    margin: 5px;
}

.nav {
    padding-left: 8px;
}

.navtext {
    padding-left: 10px;
    color: white;
}

.show {
    display: block;
}

a,
a:focus,
a:hover {
    color: white;
    text-decoration: none;
}

.mobile-login-btn {
    margin: 42px 38px 0px 173px;
    color: white;
    background-color: #df1e26;
    font-size: 17px;
    width: 80px;
    height: 28px;
    border: none;
    border-radius: 2px;
    box-shadow: 1px 1px grey;
    display: none;
}

.test-btn {
    color: white;
    background-color: #df1e26;
    font-size: 17px;
    width: 100px;
    height: 37px;
    border: none;
    margin-top: 16px;
    border-radius: 2px;
    box-shadow: 1px 1px grey;
}

.test-btn1 {
    color: white;
    background-color: #df1e26;
    font-size: 22px;
    width: 135px;
    height: 47px;
    border: none;
    margin-top: 16px;
    border-radius: 2px;
    box-shadow: 1px 1px grey;
}

.btn1 {
    border: 4px solid white;
    height: auto!important;
    padding:30px;
}

.btn2 {
    border: 4px solid white;
    /*border-top: none;*/
    height: 195px;
}

.btn3 {
    border: 4px solid white;
    /*height: 195px;
    border-top: none;*/
    border-left: none;
}

.btnmsg{
	/*height: 200px;*/
	text-align:left;
	min-height: 200px;
}

.font-grey {
    color: grey;
    margin-top: 5px;
    font-size: 16px;
}

.bold-font {
    font-family: Montserrat-Bold;
}

.medium-font {
    font-family: Montserrat-Medium;
}

.black-font {
    font-family: Montserrat-Black;
}

.regular-font {
    font-family: Montserrat-Regular;
}

.asset-logo-white {
    width: 170px;
    padding: 30px 0px 15px 0px;
}

.gts-logo {
    padding: 30px 0px 15px 0px;
}

.studentName {
    padding: 30px 0px 15px 0px;
}

.profileImage {
    padding: 10px 5px;
}

.nav-bar {
    width: 50px;
    height: 27px;
    border: 1px solid #c3c2c2b5;
    text-align: center;
    border-radius: 3px;
}

.save-btn {
    color: white;
    background-color: #df1e26;
    font-size: 17px;
    width: 70px;
    height: 28px;
    border: none;
    border-radius: 2px;
    box-shadow: 1px 1px grey;
}

.reset-btn {
    color: white;
    background-color: gray;
    font-size: 17px;
    width: 70px;
    height: 28px;
    border: none;
    border-radius: 2px;
    box-shadow: 1px 1px grey;
}

 ::-webkit-file-upload-button {
    color: white;
    background-color: #df1e26;
    font-size: 12px;
    width: 82px;
    height: 28px;
    border: none;
    margin-top: 8px;
    border-radius: 2px;
    box-shadow: 1px 1px grey;
}


.bgimg {
    background-image: url(assets/bgg_new_2022.png?123); <!-- bgg.jpg -->
    background-repeat: no-repeat;
    background-size: 107% 103%;
    height: 466px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.login-heading {
    text-align: center;
    padding-top: 165px;
}

.menu-icon {
    font-size: 27px;
    cursor: pointer;
    /*background-color: #df1e26;*/
    color: #df1e26;
    padding: 4px 12px 4px 15px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.forgot-pwd {
    /* margin-left: -120px; */
    font-size: 11px;
    padding: 10px 0px 10px 0px;
}
.forgotPswNav{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #df1e26;
    height: 100%;
    color: white;
}

.login-footer {
    width: 67% !important;
    padding: 6px 51px 0px 103px !important;
}

.mobile-footer {
    display: none;
}
.show-menu
{
    width: 87.02% !important;
    background-color: #e1e4e9;
    margin-left: 13%;
    transition: 0.9s;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;

}
.after-show-menu{
    width:100% !important;
    margin-left: 0%;
   padding-left:0px;
    background-color: #e1e4e9;

}
/*.avatar{
    width: 38px;
    padding-top:10px;
    margin-left: 55px;
}*/
.desktop-footer {
    width: 100%;
    padding: 14px 80px 0px 80px;
    margin: auto;
    color: white;
    font-size: 12px;
}

.menu-avatar{
    width: 40px;
    height: 40px;
    margin-left: 84%;
    object-fit: cover;
    object-position: 50% 50%;
}

.avatar1{
    width: 50px;
    height: 50px;
    margin-left: 55px;
    object-fit: cover;
    object-position: 50% 50%;
}

.upload-btn {
    color: white;
    background-color: #df1e26;
    font-size: 11px;
    width: 80px;
    height: 28px;
    border: none;
    border-radius: 2px;
    box-shadow: 1px 1px grey;
    margin: 8px 0 0 -5px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.panel-title {
    font-weight: bold;
    color: #df1e26;

}

.faq-ques {
    border:1px solid #df1e26 !important;
    border-radius: 4px;
    background-color:#F1C232 !important;
    padding: 10px 0px;

}

#accordion {
    width: 145%;
}

.medal-img {
    width: 225px;
}

.medal-note {
    margin: 24px 30px 50px 0px;
}

.medal-heading {
    font-family: Montserrat-Black;
    font-size: 35px;
}

.medal-details {
    color: grey;
    font-family: Montserrat-Regular;
    font-size: large;
    margin-bottom: 15px;
}

.result-hr {
    border: 1px solid black;
    width: 92%;
    margin: 16px;
}

.percentile_score canvas {
    position: absolute;
    top: 0;
    left: 0%;
}

.percentile_score {
    position: relative;
    display: block;
    width: 193px;
    height: 214px;
    margin: 5px auto;
}

.percentile_score .percent {
    display: inline-block;
    color: #000;
    line-height: 185px;
    z-index: 2;
    font-size: 54px;
    font-weight: 300;
    font-family: Montserrat-Black;
}

ul {
    list-style: none;
}

.percentile_score_chart ul {
    padding-left: 0px;
    list-style: none;
}

.chart-note {
    color: #414141;
    font-family: Montserrat-Bold;
    font-size: 24px;
    margin: 13px;
}

.chart_name {
    color: white;
    background-color: #df1e26;
    font-family: Montserrat-Bold;
    font-size: 17px;
    padding: 6px;
    height: 28px;
    border: none;
    border-radius: 2px;
    box-shadow: 1px 1px grey;
}

.score {
    margin: 15px 7px 0px 7px;
    color: gray;
    font-family: Montserrat-Regular;
    font-size: 18px;
    text-align: center;
}

.result-vl {
    border-left: 3px solid hsla(200, 10%, 50%, 100);
    height: 53vh;
    width: 10px;
    margin: 15px;
    padding: 0;
}

.dotted {
    border-top: 3px dotted black;
}

.scaled-score {
    font-size: 37px;
    font-family: Montserrat-Black;
    text-align: center;
    margin-left: 18px;
}

.total-score {
    margin-top: 9px;
    font-family: Montserrat-Bold;
    line-height: 1;
    margin-left: -17px;
    text-align: center;
}

.exact-score {
    font-size: 19px;
    text-align: center;
}

.score-note {
    color: gray;
    font-size: 15px;
    font-family: Montserrat-Regular;
    padding: 12px
}

.widget {
    padding: 15px;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.3);
   
    margin-bottom: 20px;
    background: #fff;
    border-radius: 15px;
}

.widget-heading {
    color: #df1e26;
    height: 53px;
    font-family: Montserrat-Bold;
    text-align: center;
    font-size: 16px;
    padding: 5px;
}

.widget-content {
    font-family: Montserrat-Regular;
    color: gray;
    font-size: 13px;
    padding: 10px;
    margin: 0 0 6px;
}

.red-btn {
    color: white;
    background-color: #df1e26;
    font-size: 14px;
    font-family: Montserrat-Bold;
   
    height: 28px;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px grey;
    margin: 5px 5px;
    text-align: center;
}

.grey-btn {
    color: white;
    background-color: gray;
    font-size: 14px;
    font-family: Montserrat-Bold;
   
    height: 28px;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px grey;
    margin: 5px 5px;
}

.widget-line {
    border-top: 1px solid #c6bfbf;
    margin: 2px 0px !important;
}

.consult-note {
    color: gray;
    font-size: 16px;
    font-family: Montserrat-Medium;
    padding: 4px 12px;
}

.student_report_block1 img {
    max-width: 213px;
    display: inline-block;
}

 /* For Timer style */

  #clockdiv{
    font-family: sans-serif;
    color: black;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 20px;
 }

 #clockdiv > div{
    padding: 10px;
    border-radius: 3px;
    background: #ff8000;
    display: inline-block;
    width: 79px;
 }

 #clockdiv div > span{
    /*padding: 15px;*/
    padding: 6px;
    border-radius: 3px;
    background: #ffbf00;
    display: inline-block;
    height: 43px;
    width: 50px!important;
 }

 .smalltext{
    padding-top: 5px;
    font-size: 16px;
 }

 /* For Timer style */