body {
    overflow: hidden;
    margin: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a.introjs-button.custombtn {
    margin-right: 18px;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    height: 100%;
}

.left_block .leftimg {
    position: relative;
    width: 275px;
    padding: 5px;
    margin: -5px;
    height: auto;
    background-image: url(./ba-au.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.left_block .cent {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -45%);
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 32px;
    font-family: Segoe UI;
}

.logpage .leftimg {
    position: relative;
    width: 30%;
    padding: 5px;
    height: auto;
    background-image: url(./ba-au.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.logpage .cent {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -45%);
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 32px;
    font-family: Segoe UI;
}


/* .logpage {
    display: flex;
    height: calc(100vh - 74px);
} */

.header {
    /* background-color: #613ca5;  
height: 50px;
width: 100%; */
    background-color: #f6f6f6;
    position: fixed;
    top: 0;
    /* box-shadow: 1px 1px 11px #a4a0a0; */
    height: 50px;
    width: 100%;
}

.header h1 {
    user-select: none;
    background-color: #613ca5;
    font-family: Segoe UI;
    color: white;
    text-align: center;
    /* position: relative; */
    /* top: 15px; */
    /* font-family: inherit; */
    font-size: 18px;
    padding: 10px;
    margin: 0px;
    /* margin-left: 100px; */
    /* width: calc(80% - 100px); */
    line-height: 25px;
    /* text-indent: 47%; */
}

.footer_area {
    font-size: 15px;
    z-index: 2;
    height: 24px;
    background-color: #fff;
    border-top: 1px solid #b7b7b7;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 6px 0px;
    visibility: visible;
    text-align: center;
}

.footer_rt {
    line-height: 15px;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    top: -2px;
}

.main_block {
    box-sizing: border-box;
    display: flex;
    height: calc(100%);
    /* margin: 10px; */
}

.left_block {
    display: flex;
    position: relative;
    width: calc(100% - 350px);
    padding: 5px;
    height: auto;
}

.right_block {
    position: relative;
    font-family: Segoe UI;
    width: 350px;
    height: 100%;
    border-left: 1px solid #d3d3d3;
}

.upload {
    margin: 0 auto;
    width: 500px;
    height: 200px;
    border: 2px dashed #9E9E9E;
    border-radius: 15px;
    position: absolute;
    top: 35%;
    left: 45%;
    transform: translate(-35%, -55%);
}

.upload input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.upload p {
    height: 100%;
    text-align: center;
    line-height: 225px;
    color: #2d5a96;
    margin-left: 50px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(90% - 50px);
}

#iNLP {
    margin-bottom: 8px;
    /* margin: 0; */
    color: #fff;
    background: #613ca5a8;
    border: none;
    width: 508px;
    height: 35px;
    /* margin-top: -20px; */
    margin-top: 0px;
    margin-left: -4px;
    border-radius: 4px;
    cursor: no-drop;
}

.opt {
    margin: 0;
    border: none;
    width: 85%;
    height: 30px;
    margin-bottom: 16px;
    padding: 3px;
}

.optlbl {
    text-align: center;
    padding: 6px 12px;
    float: left;
    width: 50%;
    margin: auto;
}

.nooutput {
    font-family: Segoe UI;
    color: #757575;
    text-align: center;
    font-size: 13px;
    padding: 5px;
    background: #f7f7f7;
    border: 1px solid #f0f0f0;
    position: absolute;
    top: 40%;
    left: 45%;
    transform: translate(-40%, -45%);
}

.distable.disable,
.nooutput.disable {
    display: none;
}

select#level {
    padding: 6px 12px;
    float: right;
    background: transparent;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    width: 50%;
    cursor: pointer;
}

select#level:focus-visible {
    outline: none;
}

.sideHeader {
    height: 36px;
    color: #2d5a96;
    line-height: 36px;
    font-size: 15px;
    font-family: inherit;
    border-bottom: 1px solid #613ca5;
    font-weight: bolder;
    text-align: center;
}

.h2Header {
    display: flex;
    height: auto;
    margin: 0;
    min-height: 38px;
    border-bottom: 1px solid #d3d3d3;
}

.h2Header2 {
    height: auto;
    font-size: 17px;
    font-weight: 600;
    color: #829dc1;
    margin: 0;
    text-align: center;
    padding: 5px;
    border-top: 1px solid #613ca5;
    border-bottom: 1px solid #d3d3d3;
}

.h2Header>div {
    width: 50%;
}

.sideBody {
    height: 90%;
    text-align: center;
}

.readScoreTxt p {
    color: #613ca5;
    padding: 10px;
    font-style: italic;
    font-weight: 500;
    margin: 20px 50px;
    background-color: #e1e1e1;
}

.file {
    font-size: 15px;
    line-height: 1.5;
    padding: 7px 15px;
    font-family: inherit;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fileName {
    text-align: center;
    height: 20px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: 2px solid #d3d3d3;
}

.category {
    font-size: 15px;
    line-height: 1.5;
    width: 45%;
    padding: 7px 15px 7px 15px;
    font-family: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.track {
    display: inline;
}

.track span {
    font-weight: bold;
    color: black;
    text-align: center;
    position: absolute;
    height: 28px;
    width: 100px;
    margin-left: calc(18% - 100px);
    margin-top: -32px;
    padding: 5px;
    line-height: 21px;
    background-color: #8bc34ab3;
}

.square {
    position: absolute;
    height: 50px;
    width: 50px;
    /* margin: 50px 225px 0px 225px; */
    margin: 50px 195px 0px 195px;
    /* z-index: -1; */
    cursor: pointer;
}

.square img {
    max-width: 100%;
    max-height: 100%;
}

.resultGroup {
    height: auto;
    width: auto;
    /* padding: 15px; */
    padding: 15px 20px 15px 20px;
    margin-top: 0px;
    /* width: 100%; */
    max-height: calc(95% - 87px);
    overflow-x: hidden;
    overflow-y: auto;
}


/* table.table-fill {
height: 320px;
max-width: 600px;
padding: 5px;
width: 100%;
}

th.text-left {
color: #ffffff;
background: #613ca5;
font-size: 15px;
padding: 10px;
text-align: center;
}

td.text-left {
background: #FFFFFF;
padding: 5px 10px 5px 10px;
text-align: center;
vertical-align: middle;
font-size: 15px;
} */

.dataTable td:first-child,
.dataTable td:nth-last-child(4),
.dataTable td:nth-last-child(3),
.dataTable td:nth-last-child(2),
.dataTable td:nth-last-child(1) {
    text-align: center;
}

th.text-left {
    color: #ffffff;
    background: #613ca5;
    font-size: 15px;
    padding: 10px;
    text-align: center;
}

td.text-left {
    padding: 4px !important;
    background: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}

.Hider {
    display: none;
    font-size: 100px;
    font-weight: 900;
    transition: background-color 300ms ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    text-align: -webkit-center;
}

.Active {
    display: block;
}

.wrap .header2 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}

.content {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 30px;
}

.wrap {
    display: block;
    width: 500px;
    padding: 35px 25px;
    background: white;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 10px;
}

.wrap .loader-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0.99;
}

.wrap .loader-bar .bar {
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 4px;
    background: #2a579a;
    animation: exordo-loader 3s ease infinite;
    border-radius: 3px;
    transform-origin: 50% 50%;
}

@keyframes exordo-loader {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(480px);
    }
    100% {
        transform: translateX(0);
    }
}

.modal .header2 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}

.result {
    display: NONE;
    user-select: none;
}

.EmptyTray {
    /* position: relative; */
    width: 75%;
    background-color: #fff;
    position: absolute;
    top: 40%;
    left: 45%;
    transform: translate(-40%, -50%);
}

.EmptyNotifyPanel {
    width: calc(100% - 40px);
    background: #f7f7f7;
    border: 1px solid #f0f0f0;
    position: absolute;
    margin: 10px;
    top: calc(50% - 105px);
    padding: 10px
}

.EmptyNotifyMessage {
    font-family: Segoe UI;
    color: #757575;
    text-align: center;
    font-size: 12px;
}

.EmptyNotifyPanelFilter {
    background: #f7f7f7;
    border: 1px solid #f0f0f0;
    padding: 10px;
}

.EmptyTray.disable,
.EmptyNotifyPanelFilter.disable {
    display: none;
}

.result.active {
    display: block;
    height: 100%;
}

img.wordimg,
img.uploadimg {
    display: none;
}

img.uploadimg.active,
img.wordimg.active {
    display: block;
}

.trackValue.PASS {
    background-color: green;
    border-radius: 4px;
}

.trackValue.FAIL {
    background-color: red;
    border-radius: 4px;
}

.trackValue.A {
    background-color: #5ac34a;
}

.trackValue.B {
    background-color: yellow;
}

.trackValue.C {
    background-color: #FF9800;
}

#iNLP.active {
    cursor: pointer;
    background: #613ca5;
}
table tr:nth-child(2),
table tr:nth-child(3) {
  display: none;
}
.readWrap{
    display: none;
}
.logo {
    padding: 5px;
    position: absolute;
    height: 50px;
    width: 100px;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
    padding: 5px;
}

.Hider.active {
    display: block;
}

.header {
    background-color: #613ca5;
}

.upload {
    width: 440px;
    height: 200px;
}

#iNLP {
    width: 100%;
    margin-left: 0;
}

.countdis {
    font-family: Segoe UI;
    color: #757575;
    font-style: italic;
    font-size: 13px;
    padding: 8px;
    border: 1px solid #f0f0f0;
    text-align: left;
}
.repetitionQues,.uniqueQues{
    font-style: initial;
    color: #3F3F3F;
    font-family: sans-serif;
    display: block;
    margin-bottom: 2px;
}
.unique,.repetition{
    display: block;
    background: #613ca5;
    font-style: initial;
    font-family: sans-serif;
    padding: 1px;
    width: 30px;
    border-radius: 3px;
    height: 20px;
    text-align: center;
    color: #ffffff;
    margin-left: 15px;
}

#generateHTML {
    position: relative;
    margin-left: 0;
    margin: 0;
    color: #fff;
    border: none;
    background: #05980aa6;
    width: 100%;
    height: 35px;
    border-radius: 4px;
    display: none;
}

.button__text {
    color: #ffffff;
    transition: all 0.2s;
}

.button--loading .button__text {
    visibility: hidden;
    opacity: 0;
}

.button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}


/* for information card */

#infocard.active {
    display: block;
}

div#infocard {
    position: absolute;
    top: 0%;
    /* top:calc(30% - 50px); */
    display: none;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.infocard-content {
    /* position: relative; */
    position: absolute;
    /* top: 30%; */
    top: calc(30% - 37px);
    background-color: #fefefe;
    margin: 1%;
    padding: 0;
    border: 1px solid #888;
    width: 23%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.infocard-header {
    padding: 2px 16px;
    background-color: #613ca5;
    color: white;
}

.infocard-body {
    margin-top: 3%;
    padding: 2px 16px;
}

span.infocar-close {
    color: white;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

span.infocar-close:hover,
span.infocar-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

span.infocard-headcontent {
    color: white;
    font-size: 20px;
    font-weight: bold;
}

@media(max-width:767px) {
    .main_block {
        flex-wrap: wrap;
        overflow-y: auto;
    }
    /* .left_block {
      width: 100%;
  }

  .right_block {
      width: 100%;
      height: auto;
  } */
    .upload {
        position: relative;
        top: 0;
        left: 0;
        width: 300px;
        height: 130px;
        border: 2px dashed #9E9E9E;
        border-radius: 15px;
        margin: auto;
    }
    #iNLP {
        margin: 0;
        color: #fff;
        background: #613ca5a8;
        border: none;
        width: 100%;
        height: 35px;
        /* margin-top: -20px; */
        margin-top: 0px;
        margin-left: 0;
        border-radius: 4px;
        cursor: no-drop;
    }
    .square {
        position: absolute;
        height: 50px;
        width: 50px;
        margin: 0px auto;
        /* z-index: -1; */
        cursor: pointer;
        left: 0;
        right: 0;
        top: 20px;
    }
    .upload p {
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 185px;
        color: #2d5a96;
        font-weight: bold;
    }
    .EmptyTray {
        width: 100%;
        background-color: #fff;
        padding: 15px;
    }
    .EmptyNotifyPanelFilter {
        width: 100%;
        background: #f7f7f7;
        border: 1px solid #f0f0f0;
        position: relative;
        margin: 10px;
        top: 0;
        padding: 10px;
        margin-left: 0;
    }
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
    border-top: solid 7px #2b5b94;
    animation-name: auto;
}

span.Warning {
    margin-right: 10px;
    color: red;
}

div#watermark {
    color: #b5b5b578;
    font-size: 45px;
    /* opacity: 0.5; */
    margin: 0 auto;
    z-index: 0;
    line-height: 300px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.scoreHeader {
    height: 60px;
    color: #2d5a96;
    text-align: center;
    /* line-height: 55px; */
    font-size: 14px;
    padding-left: 15px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 700;
}

span.trackValue {
    font-weight: bold;
    color: white;
    text-align: center;
    margin-top: -32px;
    padding: 5px;
    line-height: 21px;
    margin-right: 4px;
    margin-left: 12px;
}

.circular-chart {
    max-width: 50px;
    margin-left: 14px;
    margin-top: 5px;
    display: inline;
}

.circle-bg {
    fill: none;
    stroke-width: 3.5px;
}

.circle {
    fill: none;
    stroke-width: 2.5px;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.percentage {
    fill: #666;
    font-size: 8px;
    text-anchor: middle;
}

span.score {
    position: relative;
    top: -20px;
    /* font-size: 10px; */
}

.progress-bar-container {
    width: 50%;
  height: 24px;
  border: 1px solid black;
  position: relative;
  margin: 20px auto;
  border-radius: 20px;
}


/* Style the progress bar */

.progress-bar {
  height: 100%;
  background-color: #26b92c;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
}

/* span.rightScore {
  border-left: 2px solid #afaeae;
  padding-left: 10px;
  margin-left: 10px;
} */

.circular-chart.PASS .circle-bg {
    stroke: #5ac34a63;
}

.circular-chart.PASS .circle {
    stroke: green;
}

.circular-chart.FAIL .circle-bg {
    stroke: #ff000038;
}

.circular-chart.FAIL .circle {
    stroke: red;
}

.circular-chart.A .circle-bg {
    stroke: #5ac34a63;
}

.circular-chart.A .circle {
    stroke: #5ac34a;
}

.circular-chart.B .circle-bg {
    stroke: #ffeb3b38;
}

.circular-chart.B .circle {
    stroke: #ffeb3b;
}

.circular-chart.C .circle-bg {
    stroke: #FF9800;
}

.circular-chart.C .circle {
    stroke: #FF9800;
}

.bottomHeader {
    font-size: 15px;
    /* background-color: #9e9e9e36;
  box-shadow: inset 0 0 2px #9E9E9E; */
}

.info {
    /* text-indent: 10px;
  margin-top: 10px;
  font-size: small; */
    border-bottom: 1px solid #c2bfbf;
    text-indent: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.vid_action {
    display: inline-block;
    width: auto;
    cursor: pointer;
}

.vid_action img {
    width: 20px;
    height: 20px;
}

.bottomrow {
    font-size: 13px;
    text-align: left;
    margin: 0px;
    padding: 10px;
    margin-top: calc(18% - 65px);
    border-bottom: 1px solid #c2bfbf;
    margin-left: 20px;
}

.bottomrow .PASS {
    padding: 4px;
    background: green;
    color: white;
    border-radius: 4px;
}

.bottomrow .FAIL {
    padding: 4px;
    background: red;
    color: white;
    border-radius: 4px;
}

.loader {
    display: none;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #613ca5;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 30%;
    left: 45%;
    transform: translate(-30%, -45%);
}

.Validate {
    /* font-size: 15px;
  text-align: center;
  margin-top: 10px;
  padding: 10px; */
    background: white;
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
    margin: 15px 5px 10px 5px;
    padding: 10px 5px 10px 5px;
    border-radius: 4px;
}

.scoreDetails {
    height: calc(40% - 36px);
    background-color: #9e9e9e36;
}

.ScoreTitle {
    font-weight: bold;
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #bdbdbd;
    border-top: 1px solid #bdbdbd;
}

.passfail {
    padding: 10px 10px 0px 10px;
    /* text-indent: 15px; */
    margin-left: 5px;
}

.ScoreMore {
    position: relative;
    text-align: right;
    padding: 5px;
    padding-right: 10px;
    border-top: 1px solid #bdbdbd;
}

.ScoreExtra {
    display: none;
    padding: 0px 10px 0px 10px;
    /* text-indent: 15px; */
    margin-left: 5px;
    font-size: 12px;
}


/* .ScoreBody {
 overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(38% - 36px); 
} */

.ScoreBody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.ScoreBody::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.ScoreBody::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.ScoreExtra.active {
    display: block;
}

.MoreContent {
    cursor: pointer;
    font-weight: bold;
    font-style: italic;
    color: #1b5394;
    margin-left: calc(91% - 40px);
}

.validatebtn {
    /* display: inline; */
    margin-top: 3%;
}

span.decision {
    display: inline-block;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

span.decision.Agree {
    background: green;
}

span.decision.Disagree {
    background: red;
}


/* .loginform {
    position: absolute;
    width: 400px;
    padding: 10px 25px;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -52%);
} */

.loginform h1 {
    text-align: left;
    /* color: #606060; */
    color: #613ca5;
    font-weight: bold;
    font-size: 32px;
    margin: 10px auto;
}


/* #loginform .user,
#loginform .pass,
#loginform .login {
    text-align: center;
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 30px;
} */


/* #loginform .user,
#loginform .pass {
    background: #ecf0f1;
} */


/* .login {
    border-radius: 30px !important;
    width: auto !important;
    height: 32px !important;
    font-size: 13px !important;
    padding: 8px 32px;
    color: #fff;
    cursor: pointer;
    float: right;
    background: #613ca5;
    transition: background 0.4s ease;
} */

.main_block.disable,
.logpage.disable,
.logout.disable,
.UserName.disable {
    display: none;
}

.UserName {
    right: 100px;
    top: 10px;
    position: absolute;
    width: auto;
    color: #fff;
    padding: 0px 10px;
    height: 28px;
    border-radius: 3px;
    line-height: 25px;
    font-family: Segoe UI;
    font-size: 15px;
    font-weight: bold;
    user-select: none;
    text-align: center;
}

.logout {
    cursor: pointer;
    right: 10px;
    top: 10px;
    position: absolute;
    width: auto;
    color: #fff;
    padding: 0px 10px;
    height: 28px;
    border-radius: 3px;
    line-height: 25px;
    border: 1px solid white;
    font-family: Segoe UI;
    font-size: 15px;
    user-select: none;
    text-align: center;
    /* cursor: pointer;
  user-select: none;
  background-color: #613ca5;
  font-family: Segoe UI;
  color: white;
  font-size: 18px;
  position: absolute;
  text-align: center;
  padding: 8px;
  width: calc(12% - 100px);
  top: 3px;
  margin-left: calc(100% - 100px);
  border: 1px solid white;
  border-radius: 4px; */
}

div#dataTable {
    /* margin-top: 3%; */
    padding: 1.5%;
    max-height: calc(100% - 80px);
    overflow-x: hidden;
    overflow-y: auto;
}

div#dataTable h2 {
    text-align: center;
}

lable#total {
    float: left;
    text-align: left;
    color: #333;
    font-weight: 800;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader.active {
    display: block;
}

@media(max-height:700px) {
    .ScoreBody {
        max-height: calc(35% - 36px);
    }
}

@media(max-height:600px) {
    .ScoreBody {
        max-height: calc(30% - 36px);
    }
}

@media(max-width:1464px) {
    .bottomrow,
    .Validate,
    th.text-left,
    td.text-left {
        font-size: 13px;
    }
    th.text-left,
    td.text-left {
        padding: 3px !important;
    }
    .ScoreExtra {
        font-size: 11px;
    }
}

@media(max-width:1380px) {
    .bottomrow,
    th.text-left,
    td.text-left {
        font-size: 12px;
    }
    .Validate {
        font-size: 11px;
    }
    th.text-left,
    td.text-left {
        padding: 2.5px !important;
    }
    .ScoreExtra {
        font-size: 10px;
    }
}

@media(max-width:1284px) {
    .bottomrow,
    th.text-left,
    td.text-left {
        font-size: 12px;
    }
    .Validate {
        font-size: 10px;
    }
    th.text-left,
    td.text-left {
        padding: 2px !important;
    }
    .loginform {
        width: 30%;
    }
    .ScoreExtra {
        font-size: 10px;
    }
}

@media(max-width:1220px) {
    .scoreHeader {
        font-size: 14px;
        padding-left: 10px;
    }
    span.score {
        top: -17px;
    }
    span.trackValue {
        margin-left: 5px;
    }
    span.rightScore {
        margin-left: 3px;
    }
    .circular-chart {
        max-width: 40px;
        margin-left: 5px;
        margin-top: 7px;
    }
    /* .upload {
  } */
    .bottomHeader {
        /* height: 75px; */
        font-size: 12px;
    }
    .resultGroup {
        padding: 10px 25px 10px 25px;
    }
    .bottomrow {
        font-size: 10px;
        margin-top: calc(32% - 65px);
    }
    .ScoreExtra {
        font-size: 8px;
    }
    .loginform {
        width: 35%;
    }
    span.decision {
        padding: 4px;
    }
}

@media(max-width:1010px) {
    /* .right_block {
  }
  .left_block {
  } */
    .loginform {
        width: 38%;
    }
}

@media(max-width:1070px) {
    .scoreHeader {
        font-size: 12px;
        padding-left: 10px;
    }
    .loginform {
        width: 38%;
    }
}

@media(max-width:1000px) {
    .scoreHeader {
        font-size: 12px;
        padding-left: 10px;
    }
    .loginform {
        width: 38%;
    }
}

@media(max-width:970px) {
    .scoreHeader {
        font-size: 11px;
        padding-left: 10px;
    }
    /* .fileName {
  } */
    .header h1 {
        text-indent: 40%;
    }
    .loginform {
        width: 40%;
    }
}

@media(max-width:925px) {
    .scoreHeader {
        font-size: 10px;
        padding-left: 10px;
    }
    span.rightScore {
        padding-left: 8px;
    }
    .loginform {
        width: 40%;
    }
}

@media(max-width:900px) {
    .scoreHeader {
        font-size: 11px;
        padding-left: 10px;
    }
    .upload {
        left: calc(100% - 90%);
    }
    .file {
        font-size: 12px;
        line-height: 1.9;
    }
    .fileName {
        margin-left: calc(20% - 100px);
    }
    .bottomrow {
        font-size: 9.2px;
        margin-top: calc(32% - 65px);
    }
    .ScoreExtra {
        font-size: 9px;
    }
    .fileName {
        margin-left: calc(20% - 100px);
    }
}

* {
    padding: 0;
    margin: 0;
}

#username::placeholder,
#password::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #adaaaa;
    opacity: 1;
    /* Firefox */
}

#username:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}

#username::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000;
}

#inclusive_whole_wrap {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #613ca5; */
}

.login_box {
    background-color: transparent;
    padding: 50px 20px;
    width: 400px;
    border-radius: 20px;
    border: 1px solid #c2bfbf;
    box-shadow: 0px 0px 7px 2px #a4a0a061;
    /* filter: blur(8px); */
    backdrop-filter: blur(20px);
}

h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    color: #FFF;
}

.input_box {
    margin: auto 0;
    height: 40px;
    position: relative;
    margin-bottom: 20px;
}

.input_box input {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #e0e0e0;;
    padding: 0px 20px;
    background-color: transparent;
    color: #000000;
    font-size: 18px;
}

.input_box label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    transition: .3s;
}

.icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #000000;
}

.rem {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.rem input {
    margin-right: 5px;
}

.rem a {
    text-decoration: none;
    margin-left: 5px;
    color: #fff;
    font-weight: bold;
}

.login {
    display: flex;
}

.login button {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    background-color: #613ca5;
    color: #ffffff;
    border: none;
    outline: none;
    transition: .3s;
}

.reg {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-size: 14px;
    color: #ffff;
}

.reg a {
    text-decoration: none;
    margin-left: 5px;
    color: #fff;
    font-weight: bold;
}

.input_box input:focus~label,
.input_box input:valid~label {
    top: 0;
}

.login button:hover {
    cursor: pointer;
    background-color: #c3bfc9;
    color: #613ca5;
    border: 1px solid #c2bfbf;
}
.input_box input:focus{
    border: 1px solid #c2bfbf; /* Change border color when focused */
    box-shadow: 0 0 10px #c2bfbf;
}