* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body *{
  font-family: 'Inter', sans-serif;
}

.font-sans {
    font-family: 'Roboto', sans-serif;
}

.navbar {
  height: 60px;
  border-bottom: 1px solid #faf3f3;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar img {
  width: 130px;
}

.sec1 {
  margin: 24px 20px;
}
.sec1 .left {
  border-radius: 12px;
  background: linear-gradient(90deg, #e3f2fc 1.93%, #dbeafb 100%);
  padding: 20px;
  height: 100%;
  box-shadow: 0px 0px 2px 0px #00000029;
}

.boxShadow {
  box-shadow: 0px 0px 2px 0px #00000029; 
  border-radius: 12px;
}
.sec1 .left .name {
  color: #0d286e;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sec1 .left .position {
  color: #0d286e;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec1 .left .heading {
  color: #38508a;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sec1 .left .info {
  color: #38508a;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sec1 .left .ass-no {
  color: #2c5cc5;
  font-family: 'Inter', sans-serif;
  text-align: right;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sec1 .right {
  display: flex;
  flex-direction: column;
}
.sec1 .right .right1 {
  border-radius: 12px 12px 0 0;
  background: linear-gradient(90deg, #e3f2fc 1.93%, #dbeafb 100%);
  padding: 20px;
}
.sec1 .right .right1 .halfdoughnut {
  height: 120px;
  width: 265px;
  margin: 1em auto;
  overflow: hidden;
  border: none;
  position: relative;
}
.sec1 .right .right1 .halfdoughnut .percentage {
  color: #232b35;
  font-size: 24px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.sec1 .right .right1 .rating-sec {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.sec1 .right .right1 .rating-sec i {
  font-size: 24px;
  color: #e9b254;
}
.sec1 .right .right1 .box {
  margin: 15px;
  width: 130px;
  border-radius: 6px;
  padding: 6px 12px;
  border: 0.5px solid #2c93df;
}
.sec1 .right .right1 .box .title {
  color: #2c5cc5;
  font-family: 'Inter', sans-serif;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec1 .right .right1 .box .value {
  color: #232b35;
  text-align: center;
   
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.sec1 .right .right2 {
  border-radius: 0px 0px 12px 12px;
  background: #eafef4;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
}
.sec1 .right .right2 p {
  margin: 0;
  color: #158b34;
   
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 6px;
}
.sec1 .right .right2 p span {
  font-weight: 700;
}

.sec2 {
  border-radius: 12px;
  background: #f5f6f8;
  box-shadow: 0px 1px 2px 0px #00000029;
  padding: 20px;
  margin: 24px 20px;
}
.sec2 .title {
  color: #232b35;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
.sec2 .chart-container .box {
    margin-top: 16px;
    border-radius: 6px;
    background: #fff;
    width: 100%;
    padding: 8px 16px;
}
.sec2 .chart-container .box .title {
  color: #60666D;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec2 .chart-container .box .value {
    color: #232b35;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.sec3 {
  border-radius: 12px;
  background: #f5f6f8;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1607843137);
  padding: 20px;
  margin: 24px 20px;
}

.sec3 .left .doughnut {height: 200px;width: 200px;margin: 1em auto;overflow: hidden;border: none;position: relative;}

.sec3 .left .doughnut h2.percentage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #232b35;
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}
.sec3 .block {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec3 .block h2.main {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #60666D;
}

.sec3 .block h2.value {
    color: #232b35;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
.sec3 .title {
  color: #232b35;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
  display: inline-block;
  padding-left: 20px;
}
.sec3 .left {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1607843137);
  padding: 20px;
}
.sec3 .right {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1607843137);
}
.sec3 .right .top {
  padding: 20px;
  height: 100%;
}
.sec3 .right .top .title {
  color: #232b35;
  font-family: 'Roboto', sans-serif; 
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sec3 .right .top .box {
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 36px;
  height: 36px;
  padding: 24px;
  box-shadow: none;
}
.sec3 .right .top .box.crct {
  background: #ebfeec;
}
.sec3 .right .top .box.wrong {
  background: #fbe7e9;
}
.sec3 .right .top .box.not-answered {
  background: #fef3d7;
}
.sec3 .right .top .box .num {
   
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.sec3 .right .top .box .num.crct {
  color: #44983c;
}
.sec3 .right .top .box .num.wrong {
  color: #bb2724;
}
.sec3 .right .top .box .num.not-answered {
  color: #ffb700;
}
.sec3 .right .line {
  height: 1px;
  background-color: #dbe4ee;
}
.sec3 .right .bottom {
  padding: 20px;
  position: relative;
  border-top: 1px solid #DBE4EE;
}
.sec3 .right .bottom .indicator {
  width: 13px;
  height: 13px;
  border-radius: 2px;
  margin-right: 8px;
}
.sec3 .right .bottom .indicator.crct {
  background: #44983c;
}
.sec3 .right .bottom .indicator.wrong {
  background-color: #f04141;
}
.sec3 .right .bottom .indicator.not-answered {
  background-color: #ffb700;
}
.sec3 .right .bottom .detail {
  color: #60666d;
   
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  margin-right: 24px;
}
.sec3 .right .bottom .percentage {
  color: #f04141;
  text-align: right;
   
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.sec3 .box {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px #00000029;
  margin-bottom: 16px;
}
.sec3 .box .top {
  padding: 16px 20px;
}
.sec3 .box .top .question {
  color: #050505;
  font-family: 'Roboto', sans-serif; 
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}
.sec3 .box .line {
  height: 1px;
  background-color: #dbe4ee;
}
.sec3 .box .bottom {
  padding: 16px 20px;
  position: relative;
}
.sec3 .box .bottom .choise {
    color: #050505;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    border-radius: 4px;
    background: #dfedf7;
    padding: 6px 12px;
    margin-right: 12px;
}
.sec3 .box .bottom .answer span.status {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    border-radius: 4px;
    padding: 4px 12px;
}
.sec3 .box .bottom .answer {
  color: #050505;
  font-family: 'Inter', sans-serif; 
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 200% */
  margin-bottom: 0;
  margin-top: 15px;
}
.sec3 .box .bottom .answer span {
  font-weight: 400;
  color: #60666d;
}
.sec3 .box .bottom .answer span.wrong {
  color: #bb2724;
  border-radius: 4px;
  background: #fbe7e9;
  padding: 5px 9px;
}
.sec3 .box .bottom .answer span.crct {
  color: #44983c;
  border-radius: 4px;
  background: #ebfeec;
  padding: 5px 9px;
}
.sec3 .box .bottom .score {
   
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.sec3 .box .bottom .score.wrong {
  color: #f04141;
}
.sec3 .box .bottom .score.crct {
  color: #44983c;
}
.sec3 .box .bottom .score span {
  font-size: 28px;
}
.sec3 .qstn-area {
  border-radius: 6px 6px 0px 0px;
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #D7E4DC;
}
.sec3 .qstn-area .qstn {
  margin-bottom: 0;
  padding-left: 20px;
}
.sec3 .qstn-area .qstn li {
  color: #050505;
  font-family: 'Roboto', sans-serif; 
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 200% */
}
.sec3 .qstn-area .qstn-code {
  margin-bottom: 0;
  margin-top: 15px;
  padding-left: 24px;
  color: #050505;
   
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 200% */
}
.sec3 .ans-area {
  padding: 20px;
}
.sec3 .ans-area .title li {
  color: #050505;
  font-family: 'Roboto', sans-serif; 
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 200% */
}
.sec3 .ans-area .ans {
  margin-bottom: 0;
  padding-left: 28px;
  color: #050505;
   
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 200% */
}
.sec3 .comment-area {
  border-radius: 0px 0px 6px 6px;
    background: #fff;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sec3 .comment-area .title {
      color: #050505;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.sec3 .comment-area .title .rating {
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 13px;
}
.sec3 .comment-area .title .rating.low {
  color: #bb2724;
  background: #fbe7e9;
}
.sec3 .comment-area .title .rating.high {
  color: #44983c;
  background: #ebfeec;
}
.sec3 .comment-area .title .comment {
  color: #60666d;
  font-weight: 400;
}

.sec-alert {
      border-radius: 12px;
    background: #fbe7e9;
    margin: 24px 20px;
    padding: 20px;
}
.sec-alert .title {
  color: #232b35;
  font-family: 'Roboto', sans-serif; 
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sec-alert .icon-div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.sec-alert .icon-div .icon {
  color: #f90500;
  font-size: 32px;
}
.sec-alert .alert-msg {
      color: #232B35;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
}
.sec-alert .detection {
    color: #686869;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}
.sec-alert .violation {
      color: #f90500;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 12px;
}
.sec-alert .violation.text-dark {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}
.sec-alert .violation span {
  font-weight: 700;
  margin-right: 15px;
}
.sec-alert.no-violation {
  background: #e7fbeb;
}
.sec-alert.no-violation .icon-div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.sec-alert.no-violation .icon-div .icon {
  color: #05944a;
  font-size: 32px;
}
.sec-alert.no-violation .alert-msg {
      color: #15aa3f;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
}
.sec-alert.no-violation .detection {
  color: #097d26;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}
.sec-alert.no-violation .violation {
      color: #0a8521;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 12px;
}
.sec-alert .col-12.col-md-6.col-lg-5 video {
    border-radius: 12px;
    overflow: hidden;
    max-width: 100%;
}
.sec-alert.no-violation .violation span {
  font-weight: 700;
  margin-right: 15px;
}

.footer {
    border-top: 1px solid #faf3f3;
    background: #fff;
    margin-top: 24px;
    padding: 18px 24px;
}

.sec-footer {
  background: #fff;
  margin: 0 20px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .sec-footer {
    flex-direction: column;
    gap: 15px;
  }
}
.sec-footer .logo {
  width: 120px;
}
.sec-footer p {
  margin: 0;
  color: #60666d;
   
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 200% */
}
.sec-footer .social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.sec-footer .social .fb {
  background-color: #2c5cc5;
  border-radius: 50%;
  padding: 5px 8px;
  color: #ffffff;
}
.sec-footer .social .insta {
  background-color: #c52c2c;
  border-radius: 50%;
  padding: 5px 5px;
  color: #ffffff;
}
.sec-footer .social .linkdin {
  background-color: #5f8bde;
  border-radius: 50%;
  padding: 5px 5px;
  color: #ffffff;
}
.sec-footer .social .twitter {
  background-color: #76a3f6;
  border-radius: 50%;
  padding: 5px 5px;
  color: #ffffff;
}

@media (min-width: 768px){
.container-md, .container-sm, .container {
    max-width: 890px !important;
}
}
@media (min-width: 992px){
.container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 990px !important;
}
}
@media (min-width: 1300px){
.container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1240px !important;
}
}
/*# sourceMappingURL=style.css.map */