@font-face {
    font-family: 'poppinsbold';
    src: url('fonts/poppins-bold-webfont.woff2') format('woff2'), url('fonts/poppins-bold-webfont.woff') format('woff'), url('fonts/poppins-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'), url('fonts/poppins-regular-webfont.woff') format('woff'), url('fonts/poppins-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    overflow: hidden;
    margin: 0px;
    font-family: 'poppinsregular';
}

a.introjs-button.custombtn {
    margin-right: 18px;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    height: 100%;
    position: relative;
}

:hover {
    transition: 0.5s;
}

.header {
    /* background-color: #2460a7;  
height: 50px;
width: 100%; */
    background-color: #613ca5;
    /* box-shadow: 1px 1px 11px #a4a0a0; */
    height: 50px;
    width: 100%;
}

.header h1 {
    user-select: none;
    font-family: 'poppinsregular';
    color: white;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
    line-height: 50px;
    text-align: center;
}

.footer_area {
    /* font-size: 15px; */
    z-index: 2;
    height: 20px;
    background-color: #fff;
    border-top: 1px solid #b7b7b7;
    position: fixed;
    bottom: 0px;
    width: 100%;
    /* padding: 6px 0px; */
    visibility: visible;
    text-align: center;
}

.footer_rt {
    font-size: 12px;
    font-weight: 300;
    position: relative;
    line-height: 20px;
    /* min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  top: -2px; */
}

.main_block {
    box-sizing: border-box;
    display: flex;
    height: calc(100% - 70px);
    /* margin: 10px; */
}

.left_block {
    width: calc(100% - 25%);
    padding: 5px;
    height: auto;
    background: #F6F6F6;
    /* z-index: -2; */
}

.right_block {
    font-family: Segoe UI;
    width: calc(100% - 75%);
    height: 100%;
    border: 1px solid #d3d3d3;
}

.upload {
    position: absolute;
    top: 25%;
    left: calc(100% - 75%);
    width: 500px;
    height: 200px;
    border: 2px dashed #9E9E9E;
    border-radius: 15px;
}

.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);
}


.sideHeader {
    height: 36px;
    color: #2d5a96;
    line-height: 36px;
    font-size: 15px;
    font-family: inherit;
    border-bottom: 1px solid #e1e1e1;
    font-weight: bolder;
    text-transform: uppercase;
    padding-left: 15px;
}

.h2Header {
    height: auto;
    margin: 0;
    min-height: 38px;
    border-bottom: 1px solid #d3d3d3;
}

.sideBody {
    height: 40%;
}

.file {
    font-size: 15px;
    line-height: 1.5;
    width: calc(50% - 50px);
    padding: 7px 15px 7px 15px;
    font-family: inherit;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fileName {
    text-align: center;
    position: absolute;
    height: 20px;
    width: 180px;
    margin-left: calc(18% - 100px);
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: 2px solid #d3d3d3;
    padding-left: 10px;
}

.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;
}

.fileUploaded {
    text-align: center;
    text-align: -webkit-center;
}

.btn_func_wrap {
    display: flex;
    justify-content: flex-end;
}

#report_Userfunc_wrap {
    margin: 10px;
}

#scoredetails_Userfunc_wrap {
    margin: 10px;
}

#admin_Userfunc_wrap {
    margin: 10px;
}

.mar_left {
    margin-left: 15px;
}

.square {
    /* position: absolute; */
    height: 100%;
    width: 100%;
    text-align: -webkit-center !important;
    /* 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 50px 15px 50px;
    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: #2460a7;
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: #2460a7;
    font-size: 15px;
    padding: 10px;
    text-align: center;
}

td.text-left {
    padding: 4px !important;
    width: 50%;
    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: 20px;
    font-weight: 300;
    margin-bottom: 16px;
}

.content {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 16px;
}

.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;
}

.modal-title {
    font-weight: 600;
}

.result {
    display: NONE;
    user-select: none;
}

.EmptyTray {
    width: 100%;
    background-color: #fff
}

.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-style: italic;
    font-size: 14px
}

.fnt_sz {
    font-size: 35px;
}

.btn-primary.focus,
.btn-primary:focus {
    border: none;
    outline: none
}

.EmptyNotifyPanelFilter {
    width: calc(20% - 40px);
    background: #f7f7f7;
    border: 1px solid #f0f0f0;
    position: absolute;
    margin: 10px;
    top: calc(50% - 105px);
    padding: 10px;
    margin-left: 35px;
}

.EmptyTray.disable {
    display: none;
}

.disable {
    display: none;
}

.icon_disable {
    pointer-events: none;
    opacity: 0.5;
    user-select: none;
    cursor: not-allowed;
}

.article_col_class {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    padding: 8px 3px !important; 
    overflow-wrap: anywhere;
}
.artiName p{
    margin-bottom: 0;
    font-size: 12px;
    color: #ababab;
}
.passResultVal{
    color: #3a8773;
    font-weight: 700;
    background-color: #cffaf0;
    padding: 6px;
    border-radius: 10px;
}
.failResultVal{
    color: #b55968;
    font-weight: 700;
    background-color: #ffdbe4;
    padding: 6px;
    border-radius: 10px;
}
#tableAppender tr td{
    vertical-align: middle;
}
#processedDatatandf thead tr th{
    vertical-align: middle;
}
.editIcon{
    font-size: 17px;
    cursor: pointer;
    color: #613ca5;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background-color: #613ca5;
    color: #ffffff !important;
}
.nav>li>a:hover{
    color: #613ca5;
}
#userlist_id a{
    color: #613ca5;
}
#addUser_id a{
    color: #613ca5;
}
.nav-pills{
    margin-bottom: 5px;
}
#tableAppender tr td{
    vertical-align: middle;
}
#add_user_submit{
    background-color: #613ca5;
}
#uploadFormWrapper{
    padding: 0;
}
.tooltip-inner{
    background-color: #ffffff;
    
}
.icon_enable {
    pointer-events: all;
    opacity: 1;
    user-select: all;
    cursor: pointer;
}

.download_enable {
    opacity: 1;
    pointer-events: all;
    user-select: all;
    cursor: pointer;
}

.table_header {
    display: flex;
}
#quality_info {
    padding: 0 10px;
    cursor: pointer;
}

.downloadOptionHtml {
    cursor: pointer;
    margin: 2px;
    margin-right: 20px;
}

.downloadOptionPdf {
    cursor: pointer;
    margin: 2px;
    margin-left: 20px;
}
.downloadOptiontrack{
    cursor: pointer;
    margin: 2px;
    vertical-align: middle;
}
.downloadOptiontrack i{
    font-size: 20px;
    color: #2460a7;
}

.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;
}


#journalCode {
    height: 50px;
    font-weight: 600;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file {
    overflow: hidden;
}

.custom-file-input {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-file-input:after {
    content: none;
}

.logo {
    position: absolute;
    height: 50px;
    width: 100px;
    margin-left: 20px;
    z-index: 1;
    text-align: center;
    line-height: 2;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    letter-spacing: 2px;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
    padding: 5px;
}

.Hider.active {
    display: block;
}

.upload {
    width: 440px;
    height: 200px;
}


#generateHTML {
    color: #fff;
    background: #05980aa6;
    border: none;
    /* width: 508px; */
    height: 35px;
    margin-top: -35px;
    /* margin-top: 0px; */
    margin-left: 450px;
    border-radius: 4px;
    display: none;
}


/* 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: #2460a7;
    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;
}

@font-face {
    font-family: 'poppinsbold';
    src: url('fonts/poppins-bold-webfont.woff2') format('woff2'), url('fonts/poppins-bold-webfont.woff') format('woff'), url('fonts/poppins-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'), url('fonts/poppins-regular-webfont.woff') format('woff'), url('fonts/poppins-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.tandf_customer_outer {
    overflow: auto;
    height: calc(100vh - 70px);
    background-color: #fbfbfb;
    font-family: 'poppinsregular';
}

.tandf_customer {
    padding: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

#tandf_customer_outer {
    display: none;
}

#admin_block_wrapper {
    padding: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.dashboard_area_inner {
    padding: 16px;
    border-radius: 5px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #dadada;
    box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
    display: flex;
}

.dashboard_area_inner>div:first-child {
    width: 70%
}

.dashboard_area_inner>div:last-child {
    width: 30%;
    text-align: center;
    margin-top: 16px;
}

@media(max-width:1220px) {
    .dashboard_area_inner {
        margin-bottom: 16px;
    }
}

.dashboard_area_inner h1 {
    font-size: 22px;
    font-weight: 600;
    margin: 16px 0;
    font-family: 'poppinsbold';
}

.dashboard_area_inner p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: 'poppinsbold';
}

.dashboard_area_inner p:last-child {
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 0;
    color: #2d64ba;
    font-family: 'poppinsregular';
}


/* .totalFiles {
  background-color: #fff5df;
  border: 1px solid #ff967b;
}

.compeletedFiles {
  background-color: #dafde8;
  border: 1px solid #0edb62;
}

.errorFiles {
  background-color: #ffe2e5;
  border: 1px solid #fd5b7b;
} */

table th {
    font-size: 13px;
    font-weight: 600;
}

table td {
    font-size: 13px;
}

.pagetitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
    font-family: 'poppinsbold';
}
.dataTables_filter input{
    margin-left: 0 !important;
    width: 246px;
    font-size: 14px;
    padding: 5px;
    font-weight: 600;
    
}
.dataTables_filter input::placeholder{
    color: #c2c2c2 !important;
}

.downloadOption a {
    margin: 0 5px;
    text-decoration: none;
}

.downloadOption img {
    width: 20px;
}

.center-vertically {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
    padding: 30px 0 0;
    gap: 20px;
}

.drag-file-area {
    border: 2px dashed #adadad;
    padding: 12px;
    height: 50px;
    border-radius: 5px;
    position: relative;
    text-align: center;
}

.drag-file-area img {
    width: 50px;
}

.drag-file-area h3 {
    margin: 0;
    font-size: 14px;
    opacity: 0.8;
    text-align: center;
}

.drag-file-area h3 span {
    text-decoration: underline;
    color: #2460a7;
    cursor: pointer;
}

.drag-file-area input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
}
#iNLP{
    background-color: #613ca5;
    border: none;
    color: #ffffff;
}
.btnClass{
    border-radius: 7px;
    padding: 8px;
    width: 120px;
    border: 1px solid #613ca5;
    color: #613ca5;
    font-weight: 600;
    background-color: #ffffff;
}
.btnClass:hover{
    background-color: #613ca5;
    border: none;
    color: #ffffff;
}
.dataTables_filter{
    float: left !important;
    text-align: left !important;
}
#UploadDOCX:focus {
    border: none;
}

#UploadDOCX {
    width: 100%;
    height: 50px;
}

.uploadArea,
.tableArea {
    background-color: #fff;
    margin-top: 10px;
}

.uploadArea div:last-child {
    text-align: right;
}

.uploadArea button {
    /* margin-top: 16px; */
    background-color: #2460a7;
    color: #fff;
    border: 1px solid #2460a7;
    border-radius: 2px;
    padding: 5px 16px;
    font-size: 13px;
}

.dashboard_area_inner img {
    width: 65px;
    opacity: 0.6;
}

.dataTables_length label,
.dataTables_filter label {
    font-size: 12px;
    font-weight: normal;
}

.fromArea {
    margin-top: 16px;
}

.fromArea .form-group {
    text-align: left !important;
}

@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 {
        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: 50px;
    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: left;
    /* 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: 10px;
    text-anchor: middle;
}

span.score {
    position: relative;
    top: -20px;
    margin-left: 10%;
    /* font-size: 10px; */
}

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 {
    /* height: 85px; */
    /* position: fixed;
  bottom: 30px; */
    /* ------- */
    /* height: 85px; */
    /* height: 40%; */
    /* height: calc(60% - 37px); */
    font-size: 15px;
    background-color: white;
    border-top: 1px solid #b7b7b7;
    /* margin: 10px 10px 10px 10px; */
    /* text-align: center; */
    background-color: #9e9e9e36;
    /* background-color: #9e9e9e36; */
    /* box-shadow: 2px 2px 10px #9E9E9E; */
    box-shadow: inset 0 0 2px #9E9E9E;
    /* font-style: italic; */
    /* max-height: 75%;
  overflow-x: hidden;
  overflow-y: auto; */
}

.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;
    position: absolute;
    margin: 10px;
    top: calc(50% - 105px);
    margin-left: 10%;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #2460a7;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

.processing_loader {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    vertical-align: middle;
    border: 3px solid rgb(36 96 167);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

#home {
    margin: 15px;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.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: auto;
    /* min-height: 115px; */
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
}

.ScoreTitle {
    font-weight: bold;
    text-align: center;
    padding: 5px;
    border-bottom: 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;
    max-width: 400px;
    height: 300px;
    padding: 10px 25px;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #c2bfbf;
    box-shadow: 0px 0px 7px 2px #a4a0a061;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loginform h1 {
    text-align: left;
    /* color: #606060; */
    color: black;
    font-weight: bold;
    font-size: 20px;
    margin: 22px auto;
}

#loginform .user,
#loginform .pass,
#loginform .login {
    text-align: center;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: lighter;
    margin-bottom: 16px;
}

#loginform .user,
#loginform .pass {
    border: 1px solid #a9a9a9;
    text-align: left;
    padding: 0 12px;
}

.login {
    color: #fff;
    cursor: pointer;
    /* margin-top: 20px; */
    background: #613ca5;
    transition: background 0.4s ease;
}
.tooltip-inner{
    background-color: #ffffff !important;
    color: #000000;
}
.tooltip.bottom .tooltip-arrow{
    border-bottom-color:#ffffff !important;
}

.modal-dialog-centered {
    transform: translate(0, -50%);
    top: 50%;
    margin: 0 auto;
    text-align: center;
}

.retry_text_wrap {
    font-size: 15px;
    font-weight: 600;
}

.main_block.disable,
.loginform.disable,
.logout.disable {
    display: none;
}

.logout {
    cursor: pointer;
    right: 10px;
    top: 10px;
    position: absolute;
    width: auto;
    color: #fff;
    padding: 0px 16px;
    height: 28px;
    border-radius: 5px;
    line-height: 25px;
    text-decoration: underline;
    font-family: Segoe UI;
    font-size: 13px;
    user-select: none;
    text-align: center;
    font-weight: 500;
    /* cursor: pointer;
  user-select: none;
  background-color: #2460a7;
  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; */
}

.username_wrap {
    cursor: pointer;
    right: 10px;
    top: 10px;
    position: absolute;
    width: auto;
    color: #fff;
    padding: 0px 16px;
    height: 28px;
    border-radius: 5px;
    line-height: 25px;
    font-family: Segoe UI;
    font-size: 13px;
    user-select: none;
    text-align: center;
    font-weight: 500;
}

div#dataTable {
    padding: 32px;
    margin: 0 auto;
    max-height: calc(100% - 70px);
    background-color: #fbfbfb;
    font-family: 'poppinsregular';
    overflow-y: auto;
}


/* div#dataTable h2 {
  text-align: center;
  font-size: 22px;
  margin: 8px 0;
} */

lable#total {
    float: left;
    text-align: left;
    color: #333;
    font-weight: 800;
}


/* Safari */

.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 {
        left: calc(100% - 85%);
    }

    .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 {
        width: calc(100% - 70%);
    }

    .left_block {
        width: calc(100% - 30%);
    }

    /* .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 {
        margin-left: calc(20% - 100px);
    }

    /* .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);
    }
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: transparent !important;
    border-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent !important;
    border: 1px solid #e1e1e1;
    color: #000 !important;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button:hover {
    background: transparent !important;
    border: 1px solid #979797 !important;
    color: #000 !important;
    border-radius: 5px;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 13px;
}

.dataTables_wrapper .dataTables_info {
    font-size: 13px;
}

.html_download_icon {
    width: 21px;
    height: 100%;
}

.pdf_download_icon {
    width: 25px;
    height: 100%;
}
.loading {
    animation: spin 1s infinite linear;
}