/* Style the Fonts */

@font-face {
    font-family: 'Segoe UI';
    src: url('font/SegoeUI.woff2') format('woff2'),
        url('font/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
  overflow-y: scroll;
}

body{
  font-family: 'Segoe UI' !important;
}

.header h1 {
    letter-spacing: 0px;
    color: #232121;
    font: normal normal bold 36px/48px Segoe UI;
}
.over-infos.sev {
    padding: 0px;
    border: none;
    margin: 30px 0px;
}
i.fa.fa-exclamation-triangle {
    background-color: #F6491F;
    font-size: 14px;
    align-items: center;
    margin-right: 15px;
    color: #fff;
    border-radius: 50%;
    display: grid;
    height: 22px;
    width: 22px;
    justify-content: center;
}
.status {
    font: normal normal bold 22px/30px Segoe UI;
    letter-spacing: 0.11px;
    margin: 30px 0px !important;
    color: #413F3F;
}
.status img {
    margin-left: 5px;
}
/* Style the tab */

button.tablinks {
    width: 231px;
    height: 44px;
    font: normal normal 600 18px/24px Segoe UI;
    letter-spacing: 0.09px;
    color: #FFFFFF;
    opacity: 1;
}
button.tablinks {
    background: #F0F3F6 0% 0% no-repeat padding-box;
    font: normal normal 600 20px/27px Segoe UI;
    letter-spacing: 0.1px;
    color: #525252;
}
.tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

.tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background: #3F42EF 0% 0% no-repeat padding-box;
    width: 231px;
    height: 44px;
    color: #fff;
    opacity: 1;
    padding: 0px;
}
.header {
    margin-bottom: 30px;
}
.tabcontent .tab button .fa {
    font-size: 28px;
    margin-right: 5px;
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.header p {
    font: normal normal normal 19px/26px Segoe UI;
    letter-spacing: 0px;
    color: #707070;
}
.status span {
    font: normal normal bold 22px/30px Segoe UI;
  letter-spacing: 0.11px;
  color: #3BBE13;
}
.over-info p {
    border: 1px solid #C0C0C0;
    border-radius: 8px;
    opacity: 1;
    justify-content: center;
    font: normal normal 600 20px/27px Segoe UI;
    letter-spacing: 0.1px;
    color: #413F3F;
    display: flex;
    height: 76px;
    align-items: center;
}
.over-infos.intab p {
    font: normal normal normal 17px/22px Segoe UI;
    letter-spacing: 0.09px;
    color: #2A2A2A;
    text-align: left;
}
.over-infos.intab h5 {
    font: normal normal bold 16px/21px Segoe UI;
    letter-spacing: 0.08px;
    color: #413F3F;
    text-align: left;
    position: relative;
}
.over-infos.lab {
    margin-top: 30px;
}
.over-infos h5 img {
    margin-right: 5px;
}
.over-infos h5 {
    margin-top: 15px;
    font: normal normal bold 20px/27px Segoe UI;
    letter-spacing: 0.1px;
    color: #413F3F;
    display: flex;
    align-items: center;
}
.over-infos.intab h5::before {
    position: absolute;
    content: "";
    height: 10px;
    background-color: #C4C4C4;
    left: -20px;
    top: 5px;
    border-radius: 50%;
    width: 10px;
}
.over-infos.intab.active h5::before {
  background-color: #3BBE13;
}
.over-infos {
    border: 1px solid #C0C0C0;
    border-radius: 10px;
    opacity: 1;
    padding: 10px 30px;
}
.over-infosin {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 20px;
    padding: 10px 40px;
    margin-bottom: 20px;
}
.over-infos.intab.active{
  border: 1px solid #3BBE13;
  background: #D6FFC9 0% 0% no-repeat padding-box;
}
.result {
    justify-content: space-between;
    padding: 0px 40px;
}
.result li {
    border-bottom: 1px solid #ccc;
    padding: 20px 0px;
    align-items: center;
    display: flex;
    width: 46% !important;
}
.tabcontent .tab button img {
    margin-right: 10px;
}
.result li span.ml-auto {
    font: normal normal bold 24px/32px Segoe UI;
    letter-spacing: 0.12px;
    color: #F6491F;
}
.result li i.fa.fa-circle {
    color: #3BBE13;
    margin-right: 15px;
    position: relative;
    top: 5px;
}
.result li span {
    font: normal normal 600 20px/27px Segoe UI;
    letter-spacing: 0.1px;
    color: #242424;
}
.tabcontent .tab {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.tabcontent .tab button {
    margin: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 60px;
    font: normal normal 600 20px/27px Segoe UI;
    letter-spacing: 0.1px;
    color: #585858;
    border-radius: 12px;
}
.tabcontent .tab button.active {
    width: 150px;
    color: #fff;
    height: 60px;
    background: #3F42EF 0% 0% no-repeat padding-box;
    border-radius: 12px;
}
.over-infos.sev .over-infos {
    background: #FDFDFD 0% 0% no-repeat padding-box;
    border: 1px solid #BFBFBF;
    border-radius: 16px;
    align-items: center;
    margin-top: 20px;
}
.over-grade .over-grade-in.orange {
    background: var(--average) 0% 0% no-repeat padding-box;
    background: #F6A717 0% 0% no-repeat padding-box;
}
i.fa.fa-check {
    width: 23px;
    height: 23px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    background-color: #3BBE13;
}
.over-infos.sev.img-op .over-infos.grade {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    padding: 30px 0px;
}
span.txt-red {
    font: normal normal normal 20px/27px Segoe UI;
    letter-spacing: 0.1px;
    color: #F6491F;
}
.over-infos.grade {
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.over-grade .over-grade-in {
    width: 115px;
    height: 107px;
    background: var(--god) 0% 0% no-repeat padding-box;
    background: #3BBE13 0% 0% no-repeat padding-box;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.over-grade {
    display: flex;
    align-items: center;
}
.over-grade-in span {
    font: normal normal bold 43px/57px Segoe UI;
    letter-spacing: 0.21px;
    color: #FFFFFF;
}
.over-grade .grade span {
   font: normal normal bold 20px/27px Segoe UI;
  letter-spacing: 0.1px;
  color: #413F3F;
  margin-left: 30px;
}
.content-grade {
    text-align: left;
}
.over-grade-in {
    margin: 10px 0px;
    text-align: left;
    font: normal normal bold 20px/27px Segoe UI;
    letter-spacing: 0.1px;
    color: #413F3F;
}
.grade p {
    font: normal normal normal 20px/27px Segoe UI;
    letter-spacing: 0.1px;
    color: #413F3F;
}
.over-infos.experient {
    margin-top: 30px;
}
.over-grade-in.red {
    background: #F6491F 0% 0% no-repeat padding-box;
    border-radius: 20px;
}
.over-infosin.exp .over-infos.intab {
    border: none;
}
.over-infosin.exp {
    padding: 10px 0px;
}
.over-infosin.exp .fa , .btn-top .fa{
    font-size: 22px;
}
.over-infosin.exp i.fa.fa-smile-o {
    color: #3BBE13;
    margin-left: 10px;
}
.over-infosin.exp i.fa.fa-meh-o {
    color: #F6A717;
    margin-left: 10px;
}
.over-infosin.exp i.fa.fa-frown-o {
    color: #F6491F;
    margin-left: 10px;
}
.inner {
    border-radius: 12px;
}
.inner h5 {
    background: #fafafa;
}
.over-infosin.exp .over-infos.intab h5::before {
    content: unset;
}
.over-infosin.exp .over-infos.intab h5 {
    font: normal normal bold 18px/24px Segoe UI;
    letter-spacing: 0.09px;
    text-align: center;
    color: #413F3F;
    display: flex;
    justify-content: center;
}
.btn-top {
    width: 60%;
    margin: auto;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
}
p.text-left {
    font: normal normal normal 20px/27px Segoe UI;
    letter-spacing: 0.1px;
    color: #413F3F;
}
.txt-green{
   font: normal normal 600 20px/27px Segoe UI;
  letter-spacing: 0.1px;
  color: #3BBE13;
}
.btn-area-in {
    width: 30%;
    font: normal normal bold 21px/28px Segoe UI;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    margin: 0% 2%;
    padding: 20px 20px;
    text-align: center;
}
.btn-area-in.green {
    background: #3BBE13 0% 0% no-repeat padding-box;
}

.btn-area-in.orange {
    background: #F6A717 0% 0% no-repeat padding-box;
}

.btn-area-in.red {
    background: #F6491F 0% 0% no-repeat padding-box;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

button.accordion {
    display: flex;
    border: 1px solid #B2C3DE;
    align-items: center;
    padding: 0px 10px 0px 0px;
    margin: 3px 0px;
    background-color: #fff;
    justify-content: space-between;
}

button.accordion h6 {
    margin: 0px;
    height: 47px;
    font: normal normal bold 16px/21px Segoe UI;
    letter-spacing: 0.08px;
    color: #413F3F;
    display: flex;
    align-items: center;
}
button.accordion h6 span {
    text-align: left;
    font: normal normal 600 20px/27px Segoe UI;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    background: #F6491F 0% 0% no-repeat padding-box;
    height: 100%;
    justify-content: center;
    width: 75px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    padding: 1px 15px;
}
button.accordion.active i.fa.fa-angle-up {
    transform: rotate(180deg);
    font-size: 20px;
}
.active, .accordion:hover {
  background-color: #fff;
}
button.accordion:hover {
  background-color: #fff;
}
.panel .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff !important;
}
.panel .table td, .panel .table th {
    border: 0px solid #dee2e6;
    border-radius: 6px;
}
.panel .table td:first-child{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
h5.text-left.opp {
    margin-bottom: 20px;
}
span.crit {
    font: normal normal 600 18px/24px Segoe UI;
    letter-spacing: 0.09px;
    color: #F6491F;
    text-transform: capitalize;
    margin-right: 20px;
}
span.crit img {
    position: relative;
    bottom: 2px;
    margin-right: 5px;
}
.panel .table td:nth-child(2), .panel .table th:nth-child(2){
    text-align: right;
    border-top-left-radius: 0px;
   border-bottom-left-radius: 0px;
}
button.accordion.active + .panel {
    padding: 20px 40px;
    max-height: unset !important;
    text-align: left;
    font: normal normal normal 17px/27px Segoe UI;
    letter-spacing: 0.1px;
    color: #413F3F;
    transition: max-height 0.2s ease-out;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.panel {
    padding: 0px 40px;
    max-height: 0px !important;
    text-align: left;
    background-color: #f2f3f8;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/*.accordion:after {
  content: '\02EF';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\02F0";
}*/


/** Responsive Css **/
@media (max-width: 1023px){
  .over-infosin {
      padding: 10px 10px;
  }
  .over-infosin.exp .over-infos.intab {
      padding: 10px;
  }
  .result {
      padding: 0px 10px;
  }
  .over-infos.grade {
      grid-template-columns: 1fr 1.5fr;
      padding: 10px 20px;
  }
  .btn-top {
      width: 90%;
  }

}


@media (max-width: 767px){
    button.tablinks {
      width: 50% !important;
  }
  .over-infosin {
      grid-template-columns: 1fr;
      padding: 0px;
  }
  .over-info p {
       height: auto; 
       padding: 15px 5px;
  }
    ul.result {
      flex-direction: column;
      padding: 10px 0px;
  }
  .result li {
      width: 100% !important;
  }
  .over-infos.grade {
      grid-template-columns: 1fr;
  }
  .over-infos.sev.img-op .over-infos.grade {
      padding: 30px 10px;
      grid-template-columns: 1fr;
  }
  .over-grade-img {
      margin-top: 40px;
  }
  .btn-top .btn-area-in {
      margin: 10px 0px;
      width: 100%;
  }
  .btn-top {
      flex-direction: column;
      width: 100%;
  }
  button.accordion h6 {
      font: normal normal bold 11px/21px Segoe UI;
  }
  button.accordion h6 span {
      font: normal normal 600 14px/27px Segoe UI;
      padding: 1px 1px;
      width: 45px;
  }
  button.accordion div:first-child {
      width: 70%;
      margin-right: 3px;
  }
  button.accordion div {
      display:flex;
  }
  span.crit {
      font: normal normal 600 14px/24px Segoe UI;
      display: flex;
      align-items: center;
      margin-right: 10px;
  }
  span.crit img {
      width: 14px;
      height: 14px;
      margin-right: 5px;
  }
  button.accordion.active + .panel {
    padding: 20px 10px;
  }
    .over-infos.lab.opplab {
      padding: 10px 20px 20px;
  }
  p {
      font-size: 16px !important;
      text-align: justify;
  }
}