@font-face {
font-family: font_R;
src: url(red-hat-display.ttf);
}

@font-face {
font-family: font_M;
src: url(red-hat-display-medium.ttf);
}

@font-face {
font-family: font_B;
src: url(red-hat-display-bold.ttf);
}

@font-face {
font-family: font_BL;
src: url(red-hat-display-black.ttf);
}

$BFI1: #00a651;
$BFI2: #a6ce39;
$BG: #eff8f4;

$mainT: #193C2A;
$subT: #6d7571;
$subT_F: #6d757123;
$faded: #e9ffe4;

$colPos1: #5ABC44;
$colPos1_F: #5abc442a;
$colPos1_H: #3c882b;

$colPos2:#00A651;
$colPos2_F:#00a6501f;
$colPos2_H:#007a3b;

$colEdit: #EE8400;
$colEdit_F: #ee830031;
$colEdit_H: #c96e00;

$colView:#2F6C82;
$colView_F:#2f6c8223;
$colView_H:#1e4e5f;

$colReject: #E84D2E;
$colReject_F: #e84d2e27;
$colReject_H: #c4462c;

$colBlacklist: #262C2C;
$colBlacklist_F: #262c2c25;
$colBlacklist_H: #161d1d;

$colKeep: #5c7b7b;
$colKeep_F: #5c7b7b23;
$colKeep_H: #405353;

$colAlert: #FEC006;
$colAlert_F: #fec00650;
$colAlert_H: #d19d00;

$colInfos: #1fbbeb;
$colInfos_F: #64dbff48;
$colInfos_H: #008fbb;

$colAdmin: #a6b8eb;
$colAdmin_F: #a6bceb48;
$colAdmin_H: #2854a5;

.infoBox {
    width: 100%;
    height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}
.scrollr {
    // border: 1px solid red;
    overflow-x: hidden;
    overflow-y: auto;
    height: 545px;
}
.scrollr2 {
    // border: 1px solid red;
    overflow-x: hidden;
    overflow-y: auto;
    height: 500px;
}
.footrFunc {
    // border: 1px solid red;
    height: 60px;
}
.livestock {
    font-size: 11px;
}
.bord {
    // border: 1px solid red;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
    font-size: 13px;
    color: $subT;
}
.bord-left {
    border: 0px;
    border-left: 1px solid #c4c4c4;
}
// .bord span {
//     font-size: 16px;
//     color: $mainT;
// }
.m-title {
    font-size: 14px;
    color: $subT;
}
.t-right {
    display: flex;
    // align-items: center;
    justify-content: flex-end;
}
.t-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.grouperr, .grouper, .grouper2 {
    border-radius: 5px;
    background: #fafafa;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px;
}
.active_grouper {
    border-radius: 5px;
    background: $colPos2;
    color: white;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px;
}
.grouperr {
    background: white;
}
.grouper2 {
    margin: 0;
    margin-bottom: 15px;
    padding: 5px 15px;
}
.grouper22 {
    margin: 0;
    margin-bottom: 15px;
    padding: 5px 15px;
    background: white;
}
.xWidth {
    width: 100%;
}
.xWidth .applname {
    font-size: 16px;
    font-weight: bold;
    color: $mainT;
}
.closer {
    font-size: 18px;
    cursor: pointer;
    color: $subT;
    width: fit-content;
    height: fit-content;
    transition: 0.3s;
    &:hover {
        transition: 0.3s;
        color: $colKeep;
    }
}
.bg {
  z-index: 10001;
  position: fixed;
  left: 0;
  top: 0;
  background: #00000080;
  width: 100%;
  height: 100vh;
  animation: fadeIn 0.4s;

  display: flex;
  align-items: center;
  justify-content: center;
}
.customModalBG {
    background: white;
    border-radius: 4px;
    width: 1152px;
    height: 690px;
    animation: scaler ease-in-out 0.2s;
    padding-top: 15px;
}
.applname {
    font-size: 13px;
}

.results_holder {
    margin-bottom: 15px;
}
.res_header {
    background: $colKeep;
    color: white;
    font-size: 13px;
    padding: 5px 10px;
}
.res_header_none {
    background: #fafafa;
    color: $subT;
    font-size: 13px;
    padding: 5px 10px;
}
.results {
    padding: 10px;
    border: 1px solid $colKeep;
}
.resTab1, .resTab2, .resTab3, .resTab4 {
    padding: 5px 10px;
    width: 118px;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid white;
}
.resTab1 {
    background: #eeeeee;
    color: $mainT;
    font-weight: bold;
}
.resTab2 {
    background: #fafafa;
}
.resTab3 {
    background: #eeeeee;
}
.resTab4 {
    background: #dfdfdf;
    font-weight: bold;
}
.paddr {
    // border: 1px solid gray;
    padding-left: 20px;
    padding-right: 20px;
}
.catg {
    width: 352px;
}
.catg2 {
    width: 360px;
}
.catg3 {
    width: 202px;
}
.inlineBlocker {
    display: inline-block;
}
.align-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
// VIEW QUESTION DETAILS
$w: 400px;
$h: 200px;
.questImg {
    border: 1px solid #ffffff;
    border-radius: 4px;
    max-width: $w;
    min-width: $w;
    max-height: $h;
    min-height: $h;
}
.choiceHold {
    // border: 1px solid red;
    width: 100%;
    height: fit-content;
}
.choices {
    background: $colView_F;
    width: 280px;
    margin: 5px;
    height: fit-content;
    padding: 5px;
    border-radius: 4px;
    display: inline-block;
}
.answer {
    background: $colPos2_F;
    width: 280px;
    margin: 5px;
    height: fit-content;
    padding: 5px;
    border-radius: 4px;
    display: inline-block;
}
.choicesHead, .choicesImg {
    padding: 5px 10px;
}
$w2: 250px;
$h2: 150px;
.choicesImg {
    // background: white;
    // border: 1px solid white;
}
.choicesImg img {
    // border: 1px solid red;
    border: 1px solid white;
    border-radius: 4px;
    max-width: $w2;
    min-width: $w2;
    max-height: $h2;
    min-height: $h2;
}
.formTitle {
    font-size: 15px;
    font-weight: bold;
    color: $subT;
    margin-bottom: 10px;
}
.formLabel {
    font-size: 11px;
    color: $subT;
    margin-bottom: 5px;
}
.eecTabHead {
    border: 0px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    padding: 5px 10px;
    color: #343434;
    font-weight: bold;
    font-size: 13px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.eecTabCol {
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 10px;
    font-size: 15px;
    color: $subT;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.question_wrap {
    width: 100%;
    height: fit-content;
    white-space: normal;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
}
@keyframes scaler {
  0% {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    // -webkit-transition: all 0.4s;
    // transition: all 0.4s;
  }
}
.scrollr .liner {
    border-top: 2px solid #eeeeee;
    width: 100%;
    height: 10px;
    margin-top: 10px; 
}
.scrollr .applicantName {
    font-size: 19px;
    color: $mainT;
    font-family: font_M;
}
.rateExam_row, 
.rateExam_header, 
.rateExam_header2, 
.rateExam_row2, 
.rateExam_row3, 
.applicantName {
    margin-left: 26px;
    margin-right: 26px;
}
.rateExam_header {
    font-size: 12px;
    color: $subT;
}
.rateExam_header2 {
    font-size: 12px;
    color: $colKeep_H;
}
.rateExam_row {
    padding: 7px 11px;
    background: $colView_F;
    border-radius: 4px;
    margin-bottom: 23px;
    color: $colKeep_H;
}
.rateExam_row2 {
    padding: 7px 11px;
    background: #fafafa;
    border-radius: 4px;
    margin-bottom: 23px;
    color: $colKeep_H;
}
.rateExam_row3 {
    font-size: 12px;
    border: 1px solid $subT;
    border-top: 0;
    padding: 7px 11px;
    color: $colKeep_H;
}
.row3Ex {
    border-top: 1px solid $subT;
}

.rateExam_header b-col b-row b-col {
    white-space: nowrap;
}
.rating_categ, .rating_score {
    font-family: font_M;
    color: $mainT;
    font-size: 18px;
}
.rating_score {
    border-radius: 5px 0 0 5px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 15px;
}
.rating_score2 {
    border-radius: 0 5px 5px 0;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 15px;
}
.rating_score input {
    background: transparent;
    font-size: 15px;
    border-radius: 4px;
    background: $subT_F;
    color: $mainT;
}
.rating_score input::placeholder {
    color: #c4c4c4;
    color: $mainT;
}
.questImag {
    width: 450px;
    height: 260px;
    margin-top: 10px;
    
    object-fit: contain;
}
.rating_quest {
    font-size: 12;
    color: $mainT;
}
.applicantAnswer {
    color: $mainT;
    font-size: 13px;
    font-family: font_R;
    border-radius: 5px;
    background: $subT_F;
    margin-top: 10px;
    padding: 10px 15px;
    height: fit-content;
    width: 100%;
}
.rating_answer {
    display: flex;
    align-items: flex-end;
    justify-content:flex-start;
    font-size: 12;
    color: $subT;
}
.redBadge {
    background: $colReject;
    color: white;
    font-size: 9px;
    min-width: 20px;
    max-width: fit-content;
    height: 20px;
    padding: 5px;
    border-radius: 100px;
    text-align: center;

    position: relative;
    left: 55px;
    top: -10px;
}