@charset "UTF-8";

@font-face {
  font-family: "Roboto-Regular";
  src: url(/fonts/Roboto-Regular.ttf?8a36205bd9b83e03af0591a004bc97f4);
}

@font-face {
  font-family: "Roboto-Medium";
  src: url(/fonts/Roboto-Medium.ttf?68ea4734cf86bd544650aee05137d7bb);
}

@font-face {
  font-family: "Roboto-Bold";
  src: url(/fonts/Roboto-Bold.ttf?b8e42971dec8d49207a8c8e2b919a6ac);
}

@font-face {
  font-family: "Font-Bold";
  src: url(/fonts/MagallanesBold.otf?d921fd597d7a0928692849a174be2255);
}

@font-face {
  font-family: "Font-Medium";
  src: url(/fonts/MagallanesMedium.otf?b304f3cd6d58c48f76e333ae93ff261c);
}

@font-face {
  font-family: "Font-Light";
  src: url(/fonts/MagallanesLight.otf?2677d565c3a608b89dc08757fc38f16d);
}

@font-face {
  font-family: "Font-ExtraBold";
  src: url(/fonts/MagallanesBlack.otf?6f064e843bdfa261f3b06e016e9abfd9);
}

.color-secondary {
  color: #71BF45;
}

.color-secondary:hover {
  color: #71BF45;
}

.p-button-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 198px;
  height: 255px;
}

.p-button-pages {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.p-button-set {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

.p-btn {
  display: flex;
  padding: 8px 0px;
  justify-content: space-evenly;
  align-items: center;
  gap: 4px;
  border-radius: 5px;
}

.p-btn .icon-p {
  width: 16px;
  fill: #fff;
}

.p-btn span {
  font-size: 15px;
  font-family: "Roboto-Medium";
  font-weight: bold;
  color: #fff;
}

.p-btn.home {
  width: 100%;
  background: rgb(16, 106, 55);
  box-shadow: 0px 0px 5px 0px rgb(16, 106, 55);
}

.p-btn.home:hover {
  background: rgb(134, 13, 21);
  box-shadow: 0px 0px 6px 0px rgb(16, 106, 55);
}

.p-btn.inconspicuous-btn {
  padding: 8px;
  border: 1px solid #38AF00;
  box-shadow: 0px 0px 5px 0px #38AF00;
}

.p-btn.inconspicuous-btn .icon-p {
  fill: #38AF00;
}

.p-btn.inconspicuous-btn span {
  color: #38AF00;
}

.p-btn.inconspicuous-btn:hover {
  background: #38AF00;
  box-shadow: 0px 0px 6px 0px #38AF00;
}

.p-btn.inconspicuous-btn:hover .icon-p {
  fill: #fff;
}

.p-btn.inconspicuous-btn:hover span {
  color: #fff;
}

.p-btn.send-btn {
  padding: 8px;
  background-color: #C5070F;
  box-shadow: 0px 0px 5px 0px #C5070F;
  border: none;
}

.p-btn.send-btn .icon-p {
  fill: #ffffff;
}

.p-btn.send-btn span {
  color: #ffffff;
}

.p-btn.send-btn:hover {
  background: #aa050d;
  box-shadow: 0px 0px 6px 0px #C5070F;
}

.btn-base {
  display: inline-flex;
  padding: 6px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 5px;
  border: none;
}

.btn-base .icon-p {
  width: 12px;
  fill: #fff;
}

.btn-base span {
  font-size: 11px;
  font-family: "Roboto-Bold";
  color: #FFF;
  text-align: right;
  text-decoration: none;
}

.btn-base.btn-1 {
  background: #D31846;
  box-shadow: 0px 0px 4px 0px #D31846;
}

.btn-base.btn-1:hover {
  background: #910207;
}

.btn-base.btn-2 {
  background: rgb(242, 131, 33);
  box-shadow: 0px 0px 4px 0px rgb(242, 131, 33);
}

.btn-base.btn-2:hover {
  background: #CF6508;
  box-shadow: 0px 0px 6px 0px rgb(242, 131, 33);
}

.btn-base.btn-3 {
  background: rgb(51, 51, 51);
  box-shadow: 0px 0px 4px 0px rgb(16, 106, 55);
}

.btn-base.btn-3:hover {
  background: #202020;
  box-shadow: 0px 0px 6px 0px rgb(16, 106, 55);
}

.btn-base.btn-4 {
  background: rgb(64, 199, 0);
  box-shadow: 0px 0px 4px 0px rgb(64, 199, 0);
}

.btn-base.btn-4:hover {
  background: #359E04;
  box-shadow: 0px 0px 6px 0px rgb(64, 199, 0);
}

.link-solid {
  border-bottom: 1px solid #CCF15F;
  color: #CCF15F;
  cursor: pointer;
  display: inline;
}

.link-solid:hover {
  color: #CCF15F;
}

.link-solid.nsc-pri {
  color: rgb(16, 106, 55);
}

.link-solid.nsc-pri:hover {
  color: rgb(16, 106, 55);
}

.btn-nsc {
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  color: #ffffff;
}

.btn-nsc.btn-pri {
  background: #f44444;
}

.btn-nsc.btn-pri:hover {
  background: #d33333;
}

.btn-nsc.btn-pri:disabled {
  background: #d35959;
}

.btn-nsc.btn-disa {
  background: #919191;
}

.btn-nsc.btn-disa:hover {
  background: #848181;
}

.btn-nsc.btn-disa:disabled {
  background: #8f8d8d;
}

.btn-nsc.btn-green {
  width: 100%;
  background: #71BF45;
}

.btn-nsc.btn-green:hover {
  background: #579831;
}

.btn-nsc.btn-green:disabled {
  background: #78ae58;
}

.btn-nsc.btn-sc {
  background: #106a37;
}

.btn-nsc.btn-sc:hover {
  background: rgb(12, 91, 46);
}

.btn-nsc.btn-sc:disabled {
  background: rgb(44, 92, 65);
}

@media (min-width: 500px) {
  .p-btn.home {
    width: 100%;
    padding: 10px;
    gap: 10px;
  }

  .p-btn.home span {
    font-size: 18px;
  }

  .p-btn:hover {
    background: rgb(134, 13, 21);
    box-shadow: 0px 0px 6px 0px rgb(16, 106, 55);
  }

  .icon-p {
    width: 18px;
    fill: #fff;
  }
}

@media (min-width: 1200px) {
  .p-btn.inconspicuous-btn {
    padding: 10px;
    gap: 10px;
  }

  .p-btn.inconspicuous-btn span {
    font-size: 15px;
  }

  .btn-base {
    border-radius: 8px;
  }

  .btn-base .icon-p {
    width: 15px;
  }

  .btn-base span {
    font-size: 13px;
  }
}

.disable {
  background: rgb(132, 131, 131);
  box-shadow: none;
  pointer-events: none;
}

.disable .icon-p {
  fill: rgb(198, 198, 198);
}

.disable span {
  color: rgb(235, 235, 235);
}

.color-secondary {
  color: #71BF45;
}

.color-secondary:hover {
  color: #71BF45;
}

#h-participant {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0;
  padding: 0;
  position: sticky;
  top: 0px;
  z-index: 2;
  height: 55px;
  background-color: rgb(16, 106, 55);
  border-bottom: 2px solid rgb(11, 79, 40);
}

#h-participant .content-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

#h-participant .content-h .logo-h {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 150px;
  filter: brightness(10000%);
}

#h-participant .user__info {
  margin-right: 20px;
  gap: 15px;
}

#h-participant .user__name {
  text-align: right;
  margin: 0 !important;
  padding-right: 10px !important;
  position: relative !important;
  z-index: 1 !important;
  font-family: "Roboto-Medium";
}

#h-participant .p-user {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative !important;
  z-index: 1 !important;
  fill: #fff;
}

#h-participant .p-user:hover {
  cursor: pointer;
}

.menu-dnsc {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: fixed;
  z-index: 3;
  display: flex;
  flex-direction: column;
  top: 54px;
  right: 16px;
  align-items: end;
  width: 180px;
}

.menu-dnsc .list-option-dnsc {
  position: relative;
  top: -1px;
  background: rgb(16, 106, 55);
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 10px;
  width: 100%;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.option-dnsc {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 5px;
  color: white;
  cursor: pointer;
}

.option-dnsc .show-user-auth {
  display: flex;
  flex-direction: column;
}

.option-dnsc:hover {
  background: rgb(12, 83, 43);
  border-radius: 5px;
  color: white;
}

.option-dnsc.no-hover:hover {
  background: none;
  border-radius: 0px;
}

.infor-add-show {
  display: none;
}

@media (min-width: 640px) {
  .user__img {
    height: 30px;
  }

  .user__name {
    margin: 0 !important;
  }
}

@media (min-width: 744px) {
  .infor-add-show {
    display: flex;
  }
}

@media (min-width: 768px) {
  #h-participant {
    height: 70px;
  }

  #h-participant .logo-h {
    width: 230px;
  }

  #h-participant .user__name {
    margin: 0 !important;
  }

  #h-participant .part-h {
    width: 230px;
  }

  .menu-dnsc {
    top: 70px;
  }
}

#main-participant {
  background: #71BF45;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  position: relative;
  z-index: 1;
  flex: auto;
}

#main-participant .content-pages {
  padding: 0;
  height: 100%;
  padding: 16px;
  width: 100%;
}

body::-webkit-scrollbar {
  width: 5px;
  /* Tamaño del scroll en vertical */
  height: 1px;
  border-radius: 50px;
  background-color: rgb(219, 219, 219);
}

body::-webkit-scrollbar-thumb {
  background: rgb(16, 106, 55);
  border-radius: 4px;
  margin: 5px;
}

.dsicon {
  display: none;
}

.p-title {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: "Roboto-Bold";
}

.br-15 {
  border-radius: 15px;
}

.br-15-right-corners {
  border-radius: 15px;
}

#page {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.list_element {
  width: 100%;
}

.list_element .course_content {
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  gap: 11px;
  align-self: stretch;
  background: rgb(16, 106, 55);
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.list_element .course_content.app {
  border-left: 8px solid rgb(28, 198, 0);
}

.list_element .course_content.depre {
  border-left: 8px solid rgb(246, 106, 106);
}

.list_element .course_content.no-atte {
  border-left: 8px solid rgb(255, 205, 34);
}

.list_element .course_content.with-atte {
  border-left: 8px solid rgb(49, 70, 255);
}

.list_element .course_content .p-course {
  display: flex;
  padding: 11px 0px 11px 11px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
}

.list_element .course_content .p-course-description {
  display: flex;
  align-items: center;
  gap: 9px;
  align-self: stretch;
}

.list_element .course_content .p-course-description .img-course {
  display: flex;
  width: 100px;
}

.list_element .course_content .p-course-description .img-course img {
  height: 100%;
  width: 100%;
  border-radius: 7px;
}

.list_element .course_content .p-course-description .svg-certificate div {
  width: 60px;
}

.list_element .course_content .p-course-description .infor {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  gap: 9px;
}

.list_element .course_content .p-course-description .infor .title-course {
  text-align: justify;
}

.list_element .course_content .p-course-description .infor .title-course span {
  font-size: 12px;
  font-family: "Roboto-Bold";
  font-weight: bolder;
  color: #CCF15F;
  text-transform: uppercase;
}

.list_element .course_content .p-course-description .infor .medium {
  font-size: 12px;
  font-family: "Roboto-Bold";
  color: #fff;
}

.list_element .course_content .p-course-description .infor .regular {
  font-size: 12px;
  font-family: "Roboto-Regular";
  color: #fff;
}

.list_element .course_content .p-course-description .infor .more-infor-course {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 1px 30px;
  align-self: stretch;
  flex-wrap: wrap;
}

.list_element .course_content .p-course #set-buttons {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.list_element .course_content .p-state-c {
  display: flex;
  justify-content: center;
  border-radius: 0px 15px 15px 0;
  width: 34px;
  position: relative;
}

.list_element .course_content .p-state-c div {
  position: absolute;
  top: 45%;
  -webkit-transform: rotate(-89.785deg);
  -moz-transform: rotate(-89.785deg);
}

.list_element .course_content .p-state-c div span {
  font-size: 12px;
  font-weight: bold;
  font-family: "Roboto-Bold";
}

.list_element .course_content .p-state-c.approved {
  background: rgb(59, 173, 6);
}

.list_element .course_content .p-state-c.approved div span {
  color: #fff;
  letter-spacing: 3.26px;
}

.list_element .course_content .p-state-c.deprecated {
  background: rgb(220, 15, 15);
}

.list_element .course_content .p-state-c.deprecated div span {
  color: #fff;
  letter-spacing: 1.26px;
}

.list_element .course_content .p-state-c.no-attempts {
  background: rgb(254, 199, 3);
}

.list_element .course_content .p-state-c.no-attempts div span {
  color: #fff;
  letter-spacing: 1.26px;
}

.list_element .course_content .p-state-c.with-attempts {
  background: #1552cd;
}

.list_element .course_content .p-state-c.with-attempts div span {
  color: #fff;
  letter-spacing: 1px;
}

@media (min-width: 580px) {
  .img-course {
    max-width: 86.94px;
    max-height: 86.94px;
  }
}

@media (min-width: 744px) {
  .p-title {
    font-size: 26px;
  }
}

@media (min-width: 930px) {
  .list_element {
    width: 100% !important;
  }

  .list_element .course_content {
    width: 858px;
  }
}

@media (min-width: 1280px) {
  .p-title {
    font-size: 34px;
  }
}

@media (min-width: 1077px) {
  #page {
    margin: 0 auto;
    width: 1000px;
  }
}

@media (min-width: 1200px) {
  .list_element .course_content {
    gap: 20px;
  }

  .list_element .course_content .p-course {
    padding: 20px 0px 20px 20px;
  }

  .list_element .course_content .p-course-description .img-course {
    max-width: 100px;
    max-height: 100px;
  }

  .list_element .course_content .p-course-description .svg-certificate div {
    width: 80px;
  }

  .list_element .course_content .p-course-description .svg-certificate div .icon-certi .green-c-i5,
  .list_element .course_content .p-course-description .svg-certificate div .icon-certi .blue-c-i4,
  .list_element .course_content .p-course-description .svg-certificate div .icon-certi .red-c-i4,
  .list_element .course_content .p-course-description .svg-certificate div .icon-certi .yellow-c-i4 {
    stroke-width: 8px;
  }

  .list_element .course_content .p-course-description .infor .title-course span {
    font-size: 18px;
  }

  .list_element .course_content .p-course-description .infor .medium {
    font-size: 15px;
  }

  .list_element .course_content .p-course-description .infor .regular {
    font-size: 15px;
  }

  .list_element .course_content .p-state-c div {
    top: 42%;
  }

  .list_element .course_content .p-state-c div span {
    font-size: 15px;
  }
}

.icon-message .circle-info {
  width: 18px;
  fill: rgb(255, 205, 34);
}

.ct-message {
  display: flex;
  width: 100%;
  padding: 9px 18px;
  align-items: center;
  border-radius: 12px;
  gap: 9px;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.ct-message p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: "Roboto-Medium";
  text-align: justify;
}

.ct-message .txt-message {
  font-size: 13px;
}

.ct-message .txt-message span {
  display: block;
}

.ct-message .txt-message .title {
  font-size: 14px;
  font-family: "Roboto-Bold";
}

.ct-message .txt-message .text {
  font-family: "Roboto-Medium";
  font-weight: 600;
}

.ct-message .txt-message .text .answer {
  display: inline;
  font-family: "Roboto-Bold";
}

.ct-message.warning {
  background-color: rgb(253, 242, 203);
  border: 1px solid rgb(255, 224, 113);
}

.ct-message.warning .icon-message .circle-info {
  fill: rgb(255, 205, 34);
}

.ct-message.warning p {
  color: rgb(173, 136, 6);
}

.ct-message.error {
  background-color: rgb(253, 203, 203);
  border: 1px solid rgb(255, 113, 113);
}

.ct-message.error .icon-message .circle-info {
  fill: rgb(246, 106, 106);
}

.ct-message.error p {
  color: rgb(222, 69, 69);
}

.ct-message.success {
  background-color: rgb(207, 255, 185);
  border: 1px solid rgb(100, 227, 0);
}

.ct-message.success .icon-message .circle-info {
  fill: rgb(28, 198, 0);
}

.ct-message.success p {
  color: rgb(59, 173, 6);
}

.ct-message.correct {
  padding: 9px;
  background-color: rgb(207, 255, 185);
  border: 1px solid rgb(100, 227, 0);
}

.ct-message.correct .icon-message .circle-info {
  fill: rgb(4, 122, 15);
}

.ct-message.correct .txt-message .title {
  color: rgb(4, 122, 15);
}

.ct-message.correct .txt-message .text {
  color: rgb(59, 173, 6);
}

.ct-message.correct .txt-message .text .answer {
  color: rgb(4, 122, 15);
}

.ct-message.incorrect {
  padding: 9px;
  background-color: rgb(253, 203, 203);
  border: 1px solid rgb(255, 113, 113);
}

.ct-message.incorrect .icon-message .circle-info {
  fill: rgb(188, 4, 4);
}

.ct-message.incorrect .txt-message .title {
  color: rgb(188, 4, 4);
}

.ct-message.incorrect .txt-message .text {
  color: rgb(222, 69, 69);
}

.ct-message.incorrect .txt-message .text .answer {
  color: rgb(188, 4, 4);
}

@media (min-width: 744px) {
  .ct-message p {
    font-size: 16px;
  }

  .ct-message .txt-message {
    font-size: 15px;
  }

  .ct-message .txt-message .title {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .ct-message p {
    font-size: 18px;
  }

  .ct-message .txt-message {
    font-size: 17px;
  }

  .ct-message .txt-message .title {
    font-size: 18px;
  }
}

#question-form {
  width: 100%;
}

.title-form {
  margin-top: 20px;
}

.title-form h2 {
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: rgb(16, 106, 55);
  font-family: "Roboto-Bold";
}

.question-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.question-content .p-ask-option {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  color: #fff;
}

.question-content .p-ask-option .p-ask {
  display: flex;
  border-radius: 8px;
  padding: 10px;
  align-items: center;
  align-self: stretch;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.25);
  background-color: #106A37;
  border: 1px solid #fff;
  font-family: "Roboto-Regular";
  font-size: 13px;
  text-align: justify;
}

.content-option-quiz {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  gap: 3px 7px;
  align-self: stretch;
  flex-wrap: wrap;
}

.content-option-exam {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  align-self: stretch;
  flex-wrap: wrap;
  padding-left: 1.5em;
}

.content-option-result {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  align-self: stretch;
  flex-wrap: wrap;
}

.option-x {
  padding: 0 9px;
  border-radius: 12px;
}

.option-x label {
  margin: 0;
  text-align: justify;
  font-size: 13px;
  font-family: "Roboto-Regular";
}

.txt-area-form {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 2px solid rgb(235, 235, 235);
  border-radius: 8px;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
}

.txt-area-form:hover {
  border-color: rgb(16, 106, 55) !important;
}

.p-option-general {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  /* Estilo para el círculo del radio */
  /* Estilo para el círculo del radio cuando está seleccionado */
}

.p-option-general .op-in:before {
  content: "";
  display: inline-block;
  width: 13px;
  /* Tamaño del círculo del radio */
  height: 13px;
  border: 1px solid #848383;
  /* Color del borde del círculo del radio */
  border-radius: 50%;
  /* Forma circular */
  background-color: #fff;
  /* Color del fondo del círculo del radio */
  cursor: pointer;
}

.p-option-general .op-in:checked:before {
  border: 1px solid white;
  background-color: rgb(16, 106, 55);
  /* Cambia el color del fondo cuando está seleccionado */
}

.p-option-general .lb-input {
  font-size: 11px !important;
  font-family: "Roboto-Medium" !important;
  margin: 0;
  padding: 0;
}

@media (min-width: 744px) {
  .title-form h2 {
    font-size: 16px;
  }

  .question-content .p-ask-option .p-ask {
    font-size: 16px;
  }

  .txt-area-form {
    font-size: 16px;
  }

  .p-option-general .lb-input {
    font-size: 15px !important;
  }

  .option-x label {
    font-size: 15px;
  }
}

@media (min-width: 1280px) {
  .title-form h2 {
    font-size: 18px;
  }

  .question-content .p-ask-option {
    gap: 20px;
  }

  .question-content .p-ask-option .p-ask {
    font-size: 18px;
  }

  .txt-area-form {
    font-size: 18px;
  }

  .p-option-general .lb-input {
    font-size: 16px !important;
  }

  .option-x label {
    font-size: 16px;
  }
}

.p-center-h {
  justify-content: center;
}

.content-result {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}

.infor-result-des {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}

.infor-result-des .img-character {
  height: 210px;
  width: auto;
}

.infor-result-des .infor-score {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.infor-result-des .infor-score div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.infor-result-des .infor-score div span {
  display: block;
  font-family: "Roboto-Bold";
}

.infor-result-des .infor-score div .tl-score {
  color: #fff;
  font-size: 14px;
}

.infor-result-des .infor-score div .score {
  color: #fff;
  font-size: 25px;
}

.message-result-score {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
}

.message-result-score div {
  text-align: center;
}

.message-result-score div span {
  font-size: 12px;
  font-family: "Roboto-Regular";
  display: block;
}

.message-result-score .img-icon {
  height: 38px;
}

@media (min-width: 744px) {
  .infor-result-des .img-character {
    height: 300px;
  }

  .infor-result-des .infor-score div .tl-score {
    font-size: 18px;
  }

  .infor-result-des .infor-score div .score {
    font-size: 30px;
  }

  .message-result-score div span {
    font-size: 16px;
  }

  .message-result-score .img-icon {
    height: 45px;
  }

  .p-button-set .btn-base {
    padding: 8px 15px;
    border-radius: 8px;
  }

  .p-button-set .btn-base .icon-p {
    width: 15px;
  }

  .p-button-set .btn-base span {
    font-size: 15px;
  }
}

p,
label {
  margin: 0px;
}

.txt-alt,
.select_device {
  font-size: 13px;
  font-family: "Roboto-Regular";
  text-align: justify;
}

.select_device {
  width: 100%;
  padding: 5px 15px;
  border-radius: 50px;
  border: 2px solid rgb(16, 106, 55);
}

#marcoVideo {
  position: relative;
  width: 100%;
  border-style: none;
  background-color: rgb(25, 25, 25);
  border-radius: 25px;
}

#marcoVideo #video {
  width: 100%;
  height: 235px;
  margin: 0;
  border-radius: 25px;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.class-video {
  width: 100%;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.content-view-video {
  display: flex;
  width: 100%;
}

.content-view-video .title-view-video,
.content-view-video .time-view-video {
  font-size: 12px;
  font-family: "Roboto-Bold";
  text-transform: uppercase;
}

.content-view-video .title-view-video {
  width: 77%;
  text-align: justify;
  color: rgb(16, 106, 55);
}

.content-view-video .time-view-video {
  width: 23%;
  text-align: center;
  color: rgb(0, 0, 0);
}

.btn-none {
  display: none !important;
}

.hidden {
  display: none !important;
}

.disabled:disabled {
  opacity: 0.65;
}

a.btn {
  pointer-events: none;
}

@media (min-width: 600px) {
  #marcoVideo {
    height: 300px;
  }

  #marcoVideo #video {
    height: 300px;
  }
}

@media (min-width: 744px) {
  .content-view-video .title-view-video,
  .content-view-video .time-view-video {
    font-size: 16px;
  }

  #marcoVideo {
    height: 350px;
  }

  #marcoVideo #video {
    height: 350px;
  }
}

@media (min-width: 851px) {
  #marcoVideo {
    width: 779px;
  }

  #marcoVideo #video {
    width: 779px;
  }
}

@media (min-width: 1280px) {
  .content-view-video .title-view-video,
  .content-view-video .time-view-video {
    font-size: 20px;
  }
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: rgb(16, 106, 55) !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid rgb(255, 255, 255) 1px !important;
}

.select2-container--default .select2-selection--multiple {
  min-height: 44px !important;
  max-height: 200px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.select2-results__option {
  font-size: 13px;
}

.modal_person {
  position: fixed;
  background: rgba(0, 0, 0, 0.69);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  outline: 0;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.25);
  z-index: 3;
}

.modal_person .modal_dialog_person {
  position: fixed;
  width: 100%;
  max-width: 600px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
}

.modal_person .modal_dialog_person .modal_body_person {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px;
}

.modal_person .modal_dialog_person .modal_body_person .group_input {
  display: flex;
  gap: 10px;
}

.modal_person .modal_dialog_person .modal_body_person .group_input div {
  width: 100%;
}

.modal_person .modal_dialog_person .modal_body_person .input_form_person {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 5px;
  padding: 8px;
  background: #eeeeee;
  box-shadow: inset 0 0 0 1px rgb(191, 191, 191);
}

.modal_person .modal_dialog_person .modal_body_person .input_form_person.show_sign {
  box-shadow: inset 0 0 0 1px rgb(254, 85, 85);
}

.modal_person .modal_dialog_person .modal_body_person .input_form_person:focus {
  outline: none;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgb(16, 106, 55);
}

.modal_person .modal_dialog_person .modal_body_person .input_form_person.not-empty {
  background: #fff;
}

.modal_person .modal_dialog_person .modal_footer_person {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
  gap: 10px;
}

@media (max-width: 500px) {
  .modal_person .modal_dialog_person .modal_body_person .group_input {
    flex-direction: column;
  }
}

.group-input-person {
  display: flex;
  gap: 20px;
}

.element-float-by-more-infor {
  position: fixed;
  right: 0;
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
  max-width: 370px;
  padding: 4px;
  border-radius: 5px 0px 0px 5px;
  background: #fff;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.element-float-by-more-infor .icons {
  display: flex;
  flex-direction: column;
}

.element-float-by-more-infor .icons .lnk-help-nsc {
  padding: 5;
  border-radius: 5px;
}

.element-float-by-more-infor .icons .lnk-help-nsc:hover {
  box-shadow: inset 0 0 1px 1px #106A37;
  cursor: pointer;
}

.element-float-by-more-infor .icons .lnk-help-nsc svg {
  width: 100%;
  height: auto;
}

.element-float-by-more-infor .icons .items-more-infor {
  display: flex;
  align-items: center;
  gap: 5px;
}

.element-float-by-more-infor .email {
  fill: #f44444;
}

.section-payment {
  max-width: 1230px;
  display: flex;
  margin: auto;
  justify-content: space-around;
  gap: 50px;
  flex-direction: column;
}

.set-box-infor-py {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.box-infor-py {
  min-width: 320px;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.25);
  background: rgb(16, 106, 55);
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
}

.box-infor-py h6 {
  margin: 0;
  font-weight: 600;
}

.box-infor-py .content-infor {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: auto 10px;
}

.box-infor-py .content-infor .detail-infor-py {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.box-infor-py .content-infor .detail-infor-py .title-detail-infor {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CCF15F;
}

.box-infor-py .content-infor .detail-infor-py .title-detail-infor .ltt-course {
  display: flex;
  align-items: center;
  gap: 10px;
}

.box-infor-py .content-infor .detail-infor-py .title-detail-infor .wg-lt {
  font-weight: 600;
}

.box-infor-py .content-infor .detail-infor-py .two-content-infor {
  display: flex;
  justify-content: space-evenly;
}

.box-infor-py .content-infor .detail-infor-py .two-content-infor div {
  text-align: center;
}

.set-form {
  width: 318px;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.25);
  background: rgb(16, 106, 55);
  padding: 15px;
  border-radius: 10px;
  color: #fff;
}

.set-form .sbtl-fm-nsc {
  padding: 5px 0;
  border-bottom: 2px solid #71BF45;
  font-size: 20px;
}

.box-btn {
  display: flex;
  justify-content: space-evenly;
}

.view-factura {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sl-person-nsc {
  min-width: 173px;
}

.box-btn-select {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 173px;
}

.input-person-nsc {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.input-person-nsc label span {
  color: #CCF15F;
}

.input-person-nsc .input-form {
  border-radius: 5px;
  border: none;
  padding: 10px;
  background: rgb(33, 120, 71);
  color: #fff;
}

.input-person-nsc .input-form.focus-default {
  box-shadow: inset 0 0 0 2px #fd5d5d !important;
}

.input-person-nsc .input-form::-moz-placeholder {
  color: #d6d6d6;
}

.input-person-nsc .input-form::placeholder {
  color: #d6d6d6;
}

.input-person-nsc .input-form:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #CCF15F;
}

.section-payment-process-completed {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 500px;
  margin: auto;
  margin-top: 5rem;
}

.section-payment-process-completed .descri-infor-payment {
  text-align: center;
  color: #fff;
}

.section-payment-process-completed .set-redirect-links {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

@media (min-width: 350px) {
  .set-form {
    width: auto;
  }
}

@media (min-width: 440px) {
  .section-payment {
    padding: 5vw 10vw;
  }
}

@media (min-width: 540px) {
  .sl-person-nsc {
    width: 50%;
  }

  .box-btn-select {
    width: 50%;
  }
}

@media (max-width: 665px) {
  .group-input-person {
    flex-direction: column !important;
  }
}

@media (min-width: 815px) {
  .section-payment {
    padding: 0;
    flex-direction: row;
  }

  .set-box-infor-py {
    order: 1;
    max-width: 320px;
  }
}

@media (min-width: 975px) {
  .section-payment {
    max-width: 943px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.grup-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.box-card-g {
  background-color: rgb(16, 106, 55);
  display: flex;
  padding: 10px;
  align-items: center;
  align-content: center;
  gap: 10px;
  align-self: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 8px;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.text-card {
  font-family: "Roboto-Medium";
  font-size: 12px;
  text-align: justify;
  color: rgb(51, 51, 51);
  color: #fff;
}

@media (min-width: 744px) {
  .text-card {
    font-size: 16px;
  }
}

@media (min-width: 1077px) {
  body::-webkit-scrollbar {
    position: absolute;
    width: 8px;
  }

  body::-webkit-scrollbar-thumb {
    background: rgb(16, 106, 55);
  }
}

@media (min-width: 1280px) {
  .text-card {
    font-size: 18px;
  }
}

.p-content-box {
  display: flex;
  flex-direction: column;
}

.p-content-box .p-img-content {
  width: 100%;
  padding: 20px 0;
  height: auto;
  display: flex;
  justify-content: center;
}

.p-content-box .p-img-content .p-home-img,
.p-content-box .p-img-content .wecolme-mmg {
  width: 100%;
  border-radius: 26px;
}

.p-content-box .p-content-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 769px) {
  .p-content-box {
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .p-content-box .p-img-content {
    width: 100%;
    padding: 20px 20px;
    height: auto;
  }

  .p-content-box .p-img-content .p-home-img {
    width: 587px;
  }
}

#f-participant {
  background: rgb(16, 106, 55);
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#f-participant .logo-igh {
  width: auto;
  height: 30px;
  fill: #ffffff;
}

@media (min-width: 768px) {
  #f-participant {
    height: 80px;
  }

  #f-participant .logo-igh {
    height: 44px;
  }
}

body {
  background: rgb(16, 106, 55);
  display: flex;
  flex-direction: column;
  justify-content: space-between !important;
  align-self: center;
  flex: auto;
}

a:hover {
  text-decoration: none;
}

