@charset "UTF-8";
/* include styles theme Invima scss */
/* dependencias estilos */
/* styles settings */
/* estilos principales */
.d-flex {
  display: -ms-flexbox;
  display: flex; }

.row {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row; }

.col-6 {
  width: 50%; }

/* variables sass */
/* variables gradient header */
/* estilos Invima hesk */
.navbar__logo img {
  width: 119px; }

.videoint {
  text-align: center; }
  .videoint video {
    width: 73%;
    height: 438px;
    box-shadow: 1px 1px 4px 0px #3890b0; }

/* The container-rad */
.container-rad {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 12pt;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Create a custom radio button */ }
  .container-rad input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
.container-rad:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the radio button is checked, add a blue background */
.container-rad input:checked ~ .checkmark {
  background-color: #2094b3; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.container-rad input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.container-rad .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white; }

.ticket-list tbody td {
  padding: 10px 16px; }

.table__td-id .link {
  color: #009688;
  font-weight: 500; }

.subject .link {
  padding: 2px;
  text-decoration: blink; }

.table tbody td {
  padding: 17px 16px; }

@media screen and (min-width: 900px) {
  .main-menu.is-toggled .listitem:hover .listitem__icon {
    background-color: #2194b1; }
  .main-menu.is-toggled .listitem__menu {
    position: absolute;
    left: 72px;
    top: 0;
    z-index: 10;
    background-color: #2194b1;
    color: white; }
  .main-menu.is-toggled .listitem__menu .listitem__caption,
  .main-menu.is-toggled .listitem__menu .submenu__listitem {
    padding-left: 40px;
    border-bottom: 1px solid #d1cece2e; } }

input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

input[type="file"] + label {
  max-width: 100%;
  font-size: 1em;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  color: #f6f7f7;
  background: #2194b1;
  margin-top: 10px; }

input[type="file"] + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em; }

input[type="file"] {
  font-size: 16px;
  font-weight: normal;
  font-family: "Lato"; }

.btn-border {
  width: auto;
  height: 40px;
  border: 1px solid #002d73;
  color: #002d73;
  padding: 0px 2px;
  padding-top: 0px;
  padding-right: 2px;
  padding-bottom: 0px;
  padding-left: 2px; }

#ul_category li {
  border: 1px solid #d1d5d7;
  border-top: none;
  border-radius: 2px;
  width: 100%;
  text-align: center;
  margin: auto; }
  #ul_category li a {
    display: block;
    font-size: 13pt;
    padding: 0.75em 0.75em;
    text-decoration: none;
    transition: all 0.12s ease;
    word-wrap: break-word; }

select {
  color: #002d73;
  padding: 7px;
  font-size: 12pt;
  border: 1px solid;
  border-radius: 4px; }

.header__inner {
  text-align: center;
  -ms-flex-pack: center !important;
      justify-content: center !important;
  display: block !important; }

.header__logo {
  font-size: 18px;
  font-weight: 900;
  line-height: normal; }

.title-form {
  width: 100%;
  font-size: 15pt;
  font-weight: 900;
  margin: auto;
  background: #f0f2f3c9;
  padding: 14px 10px;
  color: #2e7a9a !important;
  text-align: center; }

.title-form::before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  content: "\f15c";
  padding: 3px;
  color: #2e7a9a;
  margin: 0 10px 10px -5px;
  clear: both;
  height: 1rem;
  display: inline;
  padding: 0.7rem 0.6rem;
  font-size: 1.2rem; }

.logo-img {
  min-width: 100%; }

.btn-full {
  width: 100% !important;
  font-size: 14pt;
  background-color: #2194b1;
  color: #fff;
  font-weight: 600;
  transition: all 250ms ease;
  text-decoration: none; }

.cust-help .header__logo {
  font-size: 16pt !important;
  font-weight: 900;
  line-height: normal;
  color: #3890b0 !important; }

.info-important {
  background: #ffffff;
  padding: 12px;
  box-shadow: 0px 0px 3px 1px #e7eceb;
  width: 90%;
  margin: 2rem auto;
  text-align: center;
  border-radius: 10px; }

.info-important .info {
  color: #009688;
  font-size: 12pt; }

.info-important .info a {
  color: #009688;
  font-weight: bold; }

.cust-help .contr {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.recomend {
  counter-reset: li;
  margin: 20px 0 3em;
  padding: 0;
  font-family: "Lato", Arial, sans-serif;
  color: #005b7f; }
  .recomend h3 {
    display: inline-block;
    margin: 0 0 12px 0;
    padding: 7px 12px;
    background: #f0f7fa;
    border-left: 4px solid #3890b0;
    border-radius: 4px;
    color: #004b66;
    font-size: 15px;
    font-weight: 700; }
  .recomend ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: li; }
  .recomend li {
    position: relative;
    display: block;
    min-height: 34px;
    margin: 0 0 8px 34px;
    padding: 9px 13px;
    background: #ffffff;
    color: #005b7f;
    border: 1px solid #d7e4ea;
    border-left: 3px solid #3890b0;
    border-radius: 5px;
    font-family: "Lato", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.35;
    text-decoration: none;
    cursor: unset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.035);
    transition: border-color 0.2s ease, box-shadow 0.2s ease; }
    .recomend li:before {
      content: counter(li);
      counter-increment: li;
      position: absolute;
      left: -34px;
      top: 9px;
      width: 23px;
      height: 23px;
      background: #3890b0;
      color: #ffffff;
      border-radius: 50%;
      font-weight: 700;
      font-size: 13px;
      line-height: 23px;
      text-align: center; }
    .recomend li:hover {
      background: #ffffff;
      color: #005b7f;
      border-color: #3890b0;
      box-shadow: 0 2px 7px rgba(56, 144, 176, 0.14); }
    .recomend li:hover:before {
      transform: none; }
    .recomend li a {
      color: #006d95;
      font-weight: 700;
      text-decoration: underline; }
      .recomend li a:hover {
        color: #004b66; }
    .recomend li strong {
      color: #004b66;
      font-weight: 700; }

.checkboxs {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 18px 0;
  padding: 12px 14px;
  background: #f7fbfd;
  border: 1px solid #cfe3eb;
  border-radius: 6px;
  box-shadow: none; }
  .checkboxs > .label {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    background: transparent;
    border: 0;
    color: #005b7f;
    font-family: "Lato", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45; }
  .checkboxs > .label.required {
    color: #005b7f; }
  .checkboxs .checkbox-custom {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 7px;
    margin: 2px 0 0 0;
    padding: 5px 10px;
    background: #ffffff;
    border: 1px solid #cfe3eb;
    border-radius: 16px; }
  .checkboxs .checkbox-custom input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    pointer-events: none; }
  .checkboxs .checkbox-custom label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    color: #005b7f;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer; }
  .checkboxs .checkbox-custom label::before {
    content: "";
    width: 15px;
    height: 15px;
    min-width: 15px;
    border: 1px solid #9ab7c3;
    border-radius: 3px;
    background: #ffffff;
    box-sizing: border-box; }
  .checkboxs .checkbox-custom label::after {
    display: none !important;
    content: none !important; }
  .checkboxs .checkbox-custom input[type="checkbox"]:checked + label::before {
    background-color: #3890b0;
    border-color: #3890b0;
    color: #ffffff;
    content: "✓";
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1; }

.form-group label {
  display: block;
  margin-bottom: 4px;
  color: #3890b0;
  font-weight: 600;
  font-size: 1rem; }

.label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  color: #3890b0;
  font-weight: bold; }

.icon-in-circle .icon {
  fill: #3890b0;
  font-size: 20px; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
  width: auto !important; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
  width: auto !important; }

.cust-help .wrapper {
  margin: 0 !important;
  background: white;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.radio-custom [type="radio"]:checked + label,
.radio-custom [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 1.2;
  letter-spacing: normal;
  color: #3890b0 !important; }

.selectize-input.input-active {
  border: solid 1px #2194b1 !important; }

.title-politicas {
  font-size: 13pt;
  font-weight: bold;
  color: #f5f8ff;
  margin-bottom: 13px;
  text-shadow: 1px 1px 2px #3890b0; }

.text-politicas {
  text-align: justify;
  padding: 10px;
  color: #f5f8ff;
  background: #3890b0;
  border-left: 7px solid; }

.text-politicas a {
  font-weight: bold;
  color: #eaedef;
  text-decoration: underline; }

.ticket__body {
  -ms-flex-positive: 1;
  flex-grow: 1; }

.ticket__body_block h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: 0.12px;
  color: #347a9a;
  padding-bottom: 14px;
  text-align: center;
  padding: 11px;
  background: #3890b017;
  border-left: 3px solid; }

.tabbed__tabs {
  margin-top: 0px; }

.tabbed__tabs_tab {
  background: #badae85c;
  margin: 10px 0px;
  border: 1px solid #3890b07a; }

.tabbed__head {
  margin: 0;
  border-bottom: 2px solid #d9dada;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.search__form {
  background-color: #ffefdc;
  padding: 16px;
  display: none; }

.topics {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 32px 22px 0;
  border-radius: 2px;
  box-shadow: 0 2px 8px 0 #26282a1a;
  background: white; }

.footer {
  display: none; }

.preview {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 16px;
  border-bottom: 1px solid #dfe4ec;
  background: white; }

.ticket__body_block .block--description {
  margin: 0px 0;
  font-family: "Lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.1px;
  padding: 16px;
  text-align: left; }

.info-no .info {
  color: #3890b0;
  font-size: 14pt; }

.breadcrumbs__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 7px 8px !important;
  font-size: 0.8rem;
  background: #ffffff4a; }

.breadcrumbs a {
  color: #1b7392 !important; }

.breadcrumbs .last {
  color: #1f607b; }

.main__content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 5px; }

.btn--blue-border {
  width: auto;
  padding: 0 16px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 48px;
  border: 2px solid #ffffff;
  color: white;
  font-weight: 600;
  border-radius: 8px; }

.info-cat ul {
  padding: 2%;
  list-style: initial; }

.info-cat ul ol {
  padding: 2%;
  list-style: square; }

.article-heading-tip span {
  color: #002d73; }

.btn-full:hover {
  background-color: #1f607b; }

.browser-default h3 {
  display: block;
  font-size: 1.17em;
  font-weight: 700;
  margin: 1em 0;
  background: #ffa50036;
  padding: 10px 8px;
  border-left: 7px solid #f98a49; }

.open {
  color: #ff0000; }

.ticket__body_block .block--head .contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #6b7480;
  width: 100%; }

.ticket__body_block h3 {
  font-family: "Lato", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: 0.1px;
  background: #3890b00d;
  padding: 15px 9px;
  color: #3890b0;
  border-left: 4px solid;
  text-align: left; }

span[class*="time"] {
  padding: 27px 5px;
  font-size: 9pt;
  margin-left: 10px;
  display: contents; }

a[title="Imprimir"] {
  background: #38bc7d00; }

.dato-user {
  padding: 4px;
  margin-top: 10px;
  width: 100%;
  border-bottom: 2px solid #eae8e8; }

.dato-user .contact {
  padding: 10px 4px !important; }

.ticket__params .params--block h4 {
  height: 75px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.1px;
  margin: 0;
  margin-bottom: 20px;
  padding: 0 16px;
  border-bottom: 1px solid #8080802e; }

.selectize-control .selectize-input {
  border-radius: 2px;
  border: solid 1px #d4d6e3;
  box-shadow: none;
  min-width: 317px;
  padding: 0 30px 0 12px;
  height: 40px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  transition: all 250ms ease;
  z-index: 8; }

.form input.form-control,
.form textarea.form-control {
  height: 40px;
  width: 100%;
  padding: 4px 12px;
  font-size: 14px;
  border-radius: 5px;
  border: solid 1px #d4d6e3;
  background-color: #fff;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  -webkit-appearance: none;
  outline: none;
  color: #26282a;
  transition: all 250ms ease;
  box-shadow: 0px 0px 4px 1px #c3c3c32e; }

.encuesta .img-satisfaccion {
  width: 9%;
  float: left; }

.encuesta {
  padding: 10px 51px;
  background: white;
  margin: 17px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0px 0px 2px 2px #dbdede; }

.encuesta:hover {
  box-shadow: 0px 0px 2px 3px #2194b1;
  transition: all 0.3s;
  background: #2194b1ba; }

.encuesta span {
  -ms-flex-pack: center;
      justify-content: center;
  float: left;
  color: #2194b1;
  padding: 0px;
  font-size: 17pt;
  width: 88%;
  margin-left: 10px;
  text-align: center; }

.encuesta:hover span {
  -ms-flex-pack: center;
      justify-content: center;
  float: left;
  color: #f5f6f7;
  padding: 0px;
  font-size: 17pt;
  width: 88%;
  margin-left: 10px;
  text-align: center; }

.encuesta:hover .img-satisfaccion {
  width: 9%;
  float: left;
  filter: grayscale(1); }

.radio-custom {
  padding: 3px 5px; }

.search__title {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: 0.12px;
  color: #2e7a9a !important;
  text-align: center; }

.validate {
  color: #f44336; }

.subido {
  color: green; }

.ticket__params .params--block.details .title,
.ticket__params .params--block.contacts .title,
.ticket__params .params--block.history .title {
  width: 110px; }

.form textarea.form-control {
  height: auto; }

#lista4 {
  counter-reset: li;
  list-style: none;
  padding: 0;
  margin-bottom: 4em;
  text-shadow: 0 1px 0 #ffffff80; }

#lista4 ol {
  margin: 0 0 0 2em; }

#lista4 li {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 0.8em;
  margin: 0.5em 0 0.5em 2.5em;
  background: #ddd;
  color: #404040;
  text-decoration: none;
  transition: all 0.3s ease-out;
  font-size: 11pt; }

#lista4 li:hover {
  background: #eee; }

#lista4 li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -2.5em;
  top: 50%;
  margin-top: -1em;
  background: #2194b1;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
  color: white; }

#lista4 li:after {
  position: absolute;
  content: "";
  border: 0.5em solid transparent;
  left: -1em;
  top: 50%;
  margin-top: -0.5em;
  transition: all 0.3s ease-out; }

#lista4 li:hover:after {
  left: -0.5em;
  border-left-color: #2194b1; }

.cancelar-t {
  background: #d40808ed;
  width: 160px !important;
  margin: 0px 10px;
  font-size: 10pt;
  padding: 2px;
  font-weight: 300;
  height: 29px;
  border-radius: 3px; }

.cancelar-t:hover {
  color: red;
  background: white;
  border: 1px solid; }

.breadcrumbs__inner .icon {
  fill: currentColor;
  font-size: 8px;
  margin: 0 0.4em 0 0.5em;
  color: #4996b1; }

.tabbed__head .tabbed__head_tabs li.current {
  border-bottom-color: #3890b0 !important;
  color: #3890b0 !important;
  background: #ffffff; }

.topics__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0.11px;
  color: #2e7a9a; }

.link {
  color: #3890b0; }

.tabbed__head .tabbed__head_tabs li {
  min-width: 150px;
  padding: 6px 16px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57;
  letter-spacing: 0.1px;
  color: #3890b0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid #dfe4ec;
  transition: all 250ms ease;
  margin-bottom: -2px;
  background: #ffffffa3; }

.logo-img img {
  width: 343px; }

.modalContainer {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  padding: 85px 0px;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: #00000066; }

.modalContainer .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid lightgray;
  width: 50%;
  color: #2094b1;
  border-radius: 5px; }

.modal-content h3::before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  content: "\f2d2";
  padding: 3px;
  color: #2e7a9a;
  margin: 0 10px 10px -5px;
  clear: both;
  height: 1rem;
  display: inline;
  padding: 0.7rem 0.6rem;
  font-size: 1.2rem; }

.modalContainer .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -15px;
  opacity: 0.9;
  border: 2px solid;
  width: 33px;
  height: 34px;
  text-align: center;
  border-radius: 50%;
  background: #2194b1;
  margin-right: -15px; }

.modalContainer .closetext {
  color: #2194b1;
  float: right;
  font-size: 15pt;
  font-weight: bold;
  margin-top: -24px;
  opacity: 0.9; }

.modalContainer .closetext:hover {
  color: #2194b1;
  float: right;
  font-size: 15pt;
  font-weight: bold;
  margin-top: -24px;
  opacity: 0.9;
  border-bottom: 2px solid;
  padding-bottom: 2px; }

.modalContainer .close:hover,
.modalContainer .close:focus {
  color: #3890b0;
  text-decoration: none;
  cursor: pointer;
  background: white; }

@media (max-width: 1150px) {
  .modalContainer .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid lightgray;
    border-top: 10px solid #2194b1;
    width: 90% !important; } }

.modalContainer .modal-content h3 {
  font-size: 14pt;
  padding: 16px 0px;
  border-bottom: 2px solid #2194b1; }

.ticket--article .ticket__body_block.naked {
  padding: 10px;
  box-shadow: none; }

.modalContainer .closex {
  color: #2194b1;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -15px;
  opacity: 0.9; }

.modalContainer .closetext {
  color: #2194b1;
  float: right;
  font-size: 15pt;
  font-weight: bold;
  margin-top: -24px;
  opacity: 0.9; }

.modalContainer .closetextx:hover {
  color: #2194b1;
  float: right;
  font-size: 15pt;
  font-weight: bold;
  margin-top: -24px;
  opacity: 0.9;
  border-bottom: 2px solid;
  padding-bottom: 2px; }

.modalContainer .closex:hover,
.modalContainer .closex:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.modalContainer .closetextx {
  color: #2194b1;
  float: right;
  font-size: 15pt;
  font-weight: bold;
  margin-top: -24px;
  opacity: 0.9; }

a[href="index.php?a=add&category=52"] {
  display: none; }

.ticket--article .ticket__body .browser-default h2 {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  margin: 0.83em 0;
  background: #cdcbcb4f;
  padding: 14px 17px;
  border-right: 7px solid #316fa1; }

.ticket--article .ticket__body blockquote {
  quotes: auto;
  border-left: 6px solid #166061;
  padding: 10px; }

.ticket--article .ticket__body .link-oficina-virtual {
  padding: 10px;
  text-align: right;
  background: #3890b0fc;
  top: 20px;
  position: relative;
  color: #2194b1;
  text-decoration: blink;
  border-radius: 4px;
  font-weight: 500; }

.ticket--article .ticket__body .link-oficina-virtual:hover {
  padding: 10px;
  text-align: right;
  background: #f6f9f9;
  top: 20px;
  position: relative;
  text-decoration: blink;
  border: 2px solid; }

.ticket--article .ticket__body .link-oficina-virtual span {
  color: white !important;
  text-decoration: none; }

.ticket--article .ticket__body .link-oficina-virtual:hover span {
  color: #4791b0 !important; }

.ticket--article .ticket__body img {
  box-shadow: 0px 0px 4px 1px #e1e1e1;
  border-radius: 4px; }

.button-register {
  background: #2194b1;
  padding: 6px;
  color: white !important;
  border-radius: 4px;
  margin: 10px;
  display: block;
  width: -moz-max-content;
  width: max-content; }

.gov-co {
  background-color: #3467cc;
  padding: 0.4em 2.4em; }
  .gov-co img {
    height: 40px; }

/* estilos de header */
.header-logos {
  margin-bottom: 10px; }
  .header-logos .logo-invima-site {
    float: right;
    display: block;
    margin: 1rem 0;
    max-height: 70px;
    width: 320px; }
  .header-logos .logo-presidencia {
    display: block;
    float: left;
    max-height: 70px;
    width: auto;
    margin: 1rem 0; }

.header {
  background: linear-gradient(to right, rgba(43, 155, 241, 0.939), rgba(1, 87, 153, 0.95)), url(../css/81f551fd6c3fd06e7d65562d163c9ebe.png) no-repeat left center;
  background-size: cover; }
  .header__content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    margin: 2rem 0; }
    .header__content__title {
      width: 50%; }
      .header__content__title .title-tramite {
        color: white; }
    .header__content__inner {
      width: 50%; }
      .header__content__inner .header-container-inner {
        width: 70%;
        background: white;
        padding: 1rem;
        float: right;
        border-radius: 12px;
        text-align: center; }

.footer-kesk {
  padding-bottom: 10px;
  background: linear-gradient(-90deg, #015799, #00aacd);
  color: #fff;
  padding: 20px;
  font-size: 9pt; }
  .footer-kesk .logo-gov-footer {
    width: 160px;
    float: right; }

/* styles settings */
.container-span-dynamic table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  display: none;
  /* Inicialmente oculta la tabla */ }

.container-span-dynamic table,
.container-span-dynamic th,
.container-span-dynamic td {
  border: 1px solid #ddd; }

.container-span-dynamic th,
.container-span-dynamic td {
  padding: 10px;
  text-align: left; }

.container-span-dynamic th {
  background-color: #f4f4f4; }

.container-span-dynamic .btn-warning {
  background-color: #ffc107;
  color: white; }

.container-span-dynamic .btn-danger {
  background-color: #dc3545;
  color: white; }

.container-span-dynamic .btn-secondary {
  background-color: #6c757d;
  color: white; }

.container-span-dynamic .d-none {
  display: none; }

.container-span-dynamic .actions-modal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .container-span-dynamic .actions-modal .btn {
    margin: auto 10px; }

.container-span-dynamic .custom-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 60px; }

.container-span-dynamic .custom-modal-content {
  background-color: white;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 10px; }

.container-span-dynamic .custom-close,
.container-span-dynamic .custom-close-other-oper {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  z-index: 99999999;
  position: relative;
  top: -20px;
  left: 10px; }

.container-span-dynamic .custom-close:hover,
.container-span-dynamic .custom-close:focus,
.container-span-dynamic .custom-close-other-oper:hover,
.container-span-dynamic .custom-close-other-oper:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.container-span-dynamic .form-group {
  margin-bottom: 15px; }

.container-span-dynamic .form-group label {
  display: block;
  margin-bottom: 5px; }

.container-span-dynamic .form-group input {
  width: calc(100% - 22px);
  padding: 10px;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 5px; }

.container-span-dynamic .span-form-title-dynamic {
  font-size: 1.1rem;
  font-weight: 700; }

.container-span-dynamic .form-create-person__linkagregate {
  border-radius: 7px;
  border: solid 2px #2e7a9a;
  width: -moz-max-content;
  width: max-content;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 30px auto; }
  .container-span-dynamic .form-create-person__linkagregate a {
    padding: 6px 12px;
    height: 45px;
    color: #2e7a9a;
    font-weight: 600; }
    .container-span-dynamic .form-create-person__linkagregate a::before {
      font-family: "Font Awesome\ 5 Free";
      font-weight: 900;
      content: "\f15c";
      color: #2e7a9a;
      margin: 0 5px 5px -5px;
      clear: both;
      height: 1rem;
      display: inline;
      padding: 0rem 0.6rem;
      font-size: 1.2rem;
      top: -4px;
      position: relative; }

.attach-files .label-document b {
  font-size: 1.1rem; }

.attach-files .label-document h3 b {
  font-size: 1.3rem; }

.attach-files input[type="file"] {
  top: -5px; }
  .attach-files input[type="file"] + label {
    max-width: 100%;
    font-size: 1.1em;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    color: #f6f7f7;
    background: #2194b1;
    margin-top: 0px;
    border-radius: 7px; }

.selectize-dropdown {
  max-width: 1200px; }
  .selectize-dropdown .option .ov-opt-text {
    font-weight: 600;
    color: #2c3e50;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.form-client-errors {
  margin: 0 0 18px 0;
  padding: 14px 16px;
  background: #fff4f4;
  border: 1px solid #f0b8b8;
  border-left: 4px solid #d93025;
  border-radius: 6px;
  color: #7a1f1f;
  font-family: "Lato", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45; }
  .form-client-errors strong {
    display: block;
    margin-bottom: 6px;
    color: #7a1f1f; }
  .form-client-errors p {
    margin: 0 0 8px 0; }
  .form-client-errors ul {
    margin: 0;
    padding-left: 18px; }
  .form-client-errors li {
    margin: 3px 0; }

.field-has-error {
  border-color: #d93025 !important; }

.form-control.field-has-error,
.field-has-error .form-control,
.field-has-error .selectize-input,
.field-has-error.checkboxs,
.field-has-error.attach-item,
.field-has-error.param {
  border-color: #d93025 !important;
  box-shadow: 0 0 0 2px rgba(217, 48, 37, 0.08); }

.field-error-message {
  margin-top: 6px;
  color: #b3261e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3; }

.field-has-error > .label,
.field-has-error label.label {
  color: #b3261e !important; }

.field-has-error.checkboxs {
  background: #fff8f8; }

.field-has-error.checkboxs .checkbox-custom {
  border-color: #d93025; }

.text-document-cat h2 {
  margin-top: 10px;
  font-size: 1.2rem; }

.text-document-cat h3 {
  margin-top: 10px;
  font-size: 1rem; }

.text-document-cat #listadoc1 {
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  padding: 0;
  margin-bottom: 4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.text-document-cat #listadoc1 ol {
  margin: 0 0 0 2em; }

.text-document-cat ol#listadoc1 li {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 0.8em;
  *padding: 0.4em;
  margin: 0.5em 0 0.5em 2.5em;
  background: #ddd;
  color: #444;
  text-decoration: none;
  transition: all 0.3s ease-out; }

.text-document-cat ol#listadoc1 li:hover {
  background: #eee; }

.text-document-cat ol#listadoc1 li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -2.5em;
  top: 50%;
  margin-top: -1em;
  background: #0776b1;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
  color: white; }

.text-document-cat ol#listadoc1 li:after {
  position: absolute;
  content: "";
  border: 0.5em solid transparent;
  left: -1em;
  top: 50%;
  margin-top: -0.5em;
  transition: all 0.3s ease-out; }

.text-document-cat ol#listadoc1 li:hover:after {
  left: -0.5em;
  border-left-color: #0776b1; }

.nso__cat__70_info ol#listadoc1 li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -2.5em;
  top: 50%;
  margin-top: -1em;
  background: #037f49;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
  color: white; }

.nso__cat__70_info ol#listadoc1 li:hover:after {
  left: -0.5em;
  border-left-color: #037f49; }

/* =====================================================
   Variables (puedes ajustarlas al theme del Invima)
   ===================================================== */
/* =====================================================
   Ajustes de inputs de adjuntos + estilos documentos
   (ANTES estaban a mano en theme.css)
   ===================================================== */
.attach-item {
  margin-bottom: 20px;
  position: relative; }
  .attach-item .label,
  .attach-item .attach-label {
    display: block;
    margin-bottom: 6px; }
  .attach-item .upload-trigger {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
    margin: 4px 0 6px; }
  .attach-item input[type="file"] {
    top: auto !important;
    left: -9999px !important; }

.attach-hint small {
  margin-right: 6px; }

.param--attach {
  display: block !important; }
  .param--attach .attach-label.required::after {
    position: static;
    right: auto;
    margin-left: .25rem; }

/* =====================================================
   Tabs institucionales (compat con tu estructura actual)
   - Soporta .nav-tabs > li .tab-link (viejo)
   - Soporta .ov-modules-nav .ov-modules-tab (nuevo)
   ===================================================== */
.ov-modules-tabs {
  margin-top: 10px;
  /* Cuerpo de tabs (aplica a ambos enfoques) */ }
  .ov-modules-tabs .nav-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 0 16px 0;
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #dee2e6; }
    .ov-modules-tabs .nav-tabs > li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 1 100px;
          flex: 1 1 100px;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      box-sizing: border-box;
      margin-bottom: -1px; }
      .ov-modules-tabs .nav-tabs > li.active {
        border-bottom: 2px solid #003463; }
      .ov-modules-tabs .nav-tabs > li .tab-link {
        display: block;
        padding: 8px 16px;
        color: #67abc2;
        background-color: transparent;
        text-decoration: none;
        border: 0;
        text-align: center;
        width: 100%;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
        .ov-modules-tabs .nav-tabs > li .tab-link:hover, .ov-modules-tabs .nav-tabs > li .tab-link:focus {
          color: #003463;
          background-color: #fff;
          outline: none;
          border: none; }
      .ov-modules-tabs .nav-tabs > li.active .tab-link {
        color: #003463;
        background-color: #fff;
        font-weight: bold; }
  .ov-modules-tabs .ov-modules-nav {
    list-style: none;
    padding-left: 0;
    margin: 0 0 12px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
    border-bottom: 1px solid #dee2e6; }
    .ov-modules-tabs .ov-modules-nav .ov-modules-tab {
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      padding: 8px 14px;
      font-size: 14px;
      font-weight: 600;
      color: #0d6efd;
      background: transparent;
      border: 1px solid transparent;
      border-top-left-radius: 0.375rem;
      border-top-right-radius: 0.375rem;
      margin-bottom: -1px; }
      .ov-modules-tabs .ov-modules-nav .ov-modules-tab:hover {
        color: #0a58ca;
        background: rgba(13, 110, 253, 0.06);
        border-color: #dee2e6 #dee2e6 transparent; }
      .ov-modules-tabs .ov-modules-nav .ov-modules-tab.active {
        color: #495057;
        background: #fff;
        border-color: #dee2e6 #dee2e6 #fff; }
  .ov-modules-tabs .ov-modules-body {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 12px;
    background: #fff; }
    .ov-modules-tabs .ov-modules-body .ov-modules-pane {
      display: none; }
      .ov-modules-tabs .ov-modules-body .ov-modules-pane.active {
        display: block; }

/* =====================================================
   Section titles
   ===================================================== */
.section-title {
  margin: 10px 0;
  color: #3890b0;
  font-weight: bold; }

/* =====================================================
   Errores de documentos / inputs
   ===================================================== */
.ov-doc-error {
  color: #b00020;
  font-size: 13px;
  margin-top: 4px; }

.ov-input-error {
  outline: 2px solid #b00020; }

/* =====================================================
   Responsive tweak
   ===================================================== */
@media (max-width: 576px) {
  .ov-modules-tabs .nav-tabs > li {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%; }
    .ov-modules-tabs .nav-tabs > li .tab-link {
      -ms-flex-pack: start;
          justify-content: flex-start;
      padding: 10px 12px; } }

.ov-alert {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 14px; }
  .ov-alert-danger {
    background: #f8d7da;
    color: #842029;
    border: 1px solid #f5c2c7; }
  .ov-alert-warning {
    background: #fff3cd;
    color: #664d03;
    border: 1px solid #ffecb5; }
  .ov-alert-info {
    background: #cff4fc;
    color: #055160;
    border: 1px solid #b6effb; }

.ov-waiting-card {
  max-width: 700px;
  margin: 30px auto;
  padding: 40px 32px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
  text-align: center; }

.ov-waiting-spinner {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border: 4px solid #e0e4ea;
  border-top-color: #3467cc;
  border-radius: 50%;
  animation: ov-spin 0.8s linear infinite; }

.ov-waiting-title {
  margin-bottom: 10px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700; }

.ov-waiting-subtitle {
  margin-bottom: 24px;
  color: #666;
  font-size: 14px;
  line-height: 1.6; }

.ov-steps {
  max-width: 460px;
  margin: 20px auto;
  padding: 0;
  list-style: none;
  text-align: left; }
  .ov-steps li {
    position: relative;
    margin-left: 10px;
    padding: 10px 0 10px 40px;
    border-left: 2px solid #e0e4ea;
    color: #888;
    font-size: 14px; }
    .ov-steps li::before {
      position: absolute;
      top: 13px;
      left: -7px;
      width: 12px;
      height: 12px;
      background: #e0e4ea;
      border-radius: 50%;
      content: ""; }
    .ov-steps li.done {
      color: #2e7d32; }
      .ov-steps li.done::before {
        background: #2e7d32; }
    .ov-steps li.active {
      color: #3467cc;
      font-weight: 600; }
      .ov-steps li.active::before {
        background: #3467cc;
        box-shadow: 0 0 0 4px rgba(52, 103, 204, 0.18); }

.ov-btn-group {
  margin-top: 24px; }
  .ov-btn-group .btn {
    margin: 4px 6px; }

.btn-outline-primary {
  display: inline-block;
  padding: 10px 24px;
  background: #fff;
  border: 2px solid #3467cc;
  border-radius: 6px;
  color: #3467cc;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s; }
  .btn-outline-primary:hover {
    background: #eef3fc; }

.btn-primary-ov {
  display: inline-block;
  padding: 10px 24px;
  background: #3467cc;
  border: 2px solid #3467cc;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s; }
  .btn-primary-ov:hover {
    background: #2a56b0;
    color: #fff; }
  .btn-primary-ov:disabled {
    cursor: not-allowed;
    opacity: 0.6; }

.ov-info-box {
  margin-top: 24px;
  padding: 14px 18px;
  background: #eef6ff;
  border-left: 4px solid #3467cc;
  border-radius: 4px;
  color: #3467cc;
  font-size: 13px;
  line-height: 1.6;
  text-align: left; }

.ov-info-success {
  background: #edf7ed;
  border-left-color: #2e7d32;
  color: #2e7d32; }

.ov-info-error {
  background: #fdecea;
  border-left-color: #c62828;
  color: #c62828; }

.ov-upload-card {
  max-width: 900px;
  text-align: left; }
  @media (max-width: 700px) {
    .ov-upload-card {
      padding: 28px 18px; } }

.ov-upload-header {
  text-align: center; }

.ov-upload-summary {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0; }
  @media (max-width: 700px) {
    .ov-upload-summary {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }

.ov-upload-summary-item {
  padding: 14px;
  background: #f7f9fc;
  border: 1px solid #dfe5ec;
  border-radius: 6px;
  text-align: center; }

.ov-upload-summary-value {
  display: block;
  color: #3467cc;
  font-size: 22px;
  font-weight: 700; }

.ov-upload-summary-label {
  display: block;
  margin-top: 3px;
  color: #697586;
  font-size: 12px; }

.ov-upload-section {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #e2e7ec; }
  .ov-upload-section h3 {
    margin: 0 0 14px;
    color: #222;
    font-size: 17px; }

.ov-upload-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dfe5ec;
  border-radius: 6px;
  list-style: none; }
  .ov-upload-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: #fff;
    border-bottom: 1px solid #e8ecf0; }
    .ov-upload-list li:last-child {
      border-bottom: 0; }

.ov-upload-file-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 38px;
      flex: 0 0 38px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 38px;
  height: 38px;
  background: #eef3fc;
  border-radius: 50%;
  color: #3467cc; }

.ov-upload-file-data {
  min-width: 0;
  -ms-flex: 1;
      flex: 1; }

.ov-upload-file-name {
  display: block;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  word-break: break-word; }

.ov-upload-file-meta {
  display: block;
  margin-top: 3px;
  color: #7a8491;
  font-size: 12px; }

.ov-upload-form {
  padding: 20px;
  background: #f8fafc;
  border: 1px solid #dce3e9;
  border-radius: 6px; }

.ov-file-input-native {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap; }

.ov-file-picker {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 9px;
  min-height: 44px;
  margin-top: 2px;
  padding: 0 18px;
  background: #fff;
  border: 1px solid #1976ed;
  border-radius: 4px;
  color: #1262c4;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .ov-file-picker:hover {
    background: #1976ed;
    color: #fff; }
  .ov-file-picker:focus-within {
    outline: 2px solid #7caeff;
    outline-offset: 2px; }

.ov-upload-help {
  margin: 10px 0 0;
  color: #697586;
  font-size: 12px;
  line-height: 1.5; }

.ov-upload-picker-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 8px; }

.ov-upload-picker-title {
  color: #263238;
  font-size: 13px; }

.ov-selected-files {
  margin-top: 12px;
  padding: 10px 14px;
  background: #fff;
  border: 1px dashed #bfcbd5;
  border-radius: 5px;
  color: #52606d;
  font-size: 13px; }

.ov-selected-files-header {
  margin-bottom: 4px; }

.ov-selected-file-list {
  max-height: 300px;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  list-style: none; }

.ov-selected-file-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 11px 0;
  border-bottom: 1px solid #e5e9ed; }
  .ov-selected-file-row:last-child {
    border-bottom: 0; }

.ov-selected-file-info {
  min-width: 0;
  -ms-flex: 1;
      flex: 1; }

.ov-selected-file-name {
  display: block;
  overflow: hidden;
  color: #263238;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ov-selected-file-size {
  display: block;
  margin-top: 3px;
  color: #74808c;
  font-size: 12px; }

.ov-selected-file-remove {
  min-height: 29px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #d54b4b;
  border-radius: 4px;
  color: #b52f2f;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600; }
  .ov-selected-file-remove:hover {
    background: #fff0f0; }

.ov-upload-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px; }

.ov-upload-empty {
  padding: 20px;
  border: 1px dashed #cbd4dc;
  border-radius: 6px;
  color: #697586;
  text-align: center; }

.ov-upload-delete-form {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0; }

.ov-upload-file-delete {
  min-height: 34px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #d94a4a;
  border-radius: 4px;
  color: #b83232;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600; }
  .ov-upload-file-delete:hover {
    background: #fff1f1; }

.ov-upload-modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px; }
  .ov-upload-modal[hidden] {
    display: none; }
  .ov-upload-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 30, 40, 0.58); }
  .ov-upload-modal__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 520px;
    overflow: hidden;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.25); }
  .ov-upload-modal__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 18px;
    padding: 20px 22px;
    border-bottom: 1px solid #e2e7ec; }
    .ov-upload-modal__header h3 {
      margin: 0;
      color: #263238;
      font-size: 18px;
      line-height: 1.35; }
  .ov-upload-modal__close {
    padding: 0;
    background: transparent;
    border: 0;
    color: #687580;
    cursor: pointer;
    font-size: 28px;
    line-height: 22px; }
  .ov-upload-modal__body {
    padding: 20px 22px;
    color: #45515d;
    font-size: 14px;
    line-height: 1.55; }
    .ov-upload-modal__body p {
      margin: 0 0 12px; }
    .ov-upload-modal__body ul {
      margin: 0;
      padding-left: 20px; }
    .ov-upload-modal__body li {
      margin: 7px 0; }
  .ov-upload-modal__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 16px 22px;
    background: #f7f9fb;
    border-top: 1px solid #e2e7ec; }
    @media (max-width: 700px) {
      .ov-upload-modal__footer {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
        .ov-upload-modal__footer button {
          width: 100%; } }

.ov-finalize-section {
  margin-top: 26px; }

.ov-finalize-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 24px;
  padding: 20px;
  background: #edf7ed;
  border: 1px solid #badcbd;
  border-radius: 6px; }
  .ov-finalize-card__content {
    min-width: 0;
    -ms-flex: 1;
        flex: 1;
    color: #285b2a; }
    .ov-finalize-card__content > strong {
      display: block;
      margin-bottom: 7px;
      font-size: 15px; }
    .ov-finalize-card__content p {
      margin: 5px 0;
      font-size: 13px;
      line-height: 1.5; }
  .ov-finalize-card .btn-primary-ov {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    white-space: nowrap; }
  @media (max-width: 700px) {
    .ov-finalize-card {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: stretch;
          align-items: stretch; }
      .ov-finalize-card .btn-primary-ov {
        width: 100%; } }

.ov-finalize-modal-summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 16px;
  margin: 16px 0;
  padding: 13px 15px;
  background: #f6f8fb;
  border: 1px solid #dce3e9;
  border-radius: 5px; }
  .ov-finalize-modal-summary span {
    color: #52606d; }
  .ov-finalize-modal-summary strong {
    color: #245fc5;
    font-size: 16px; }

.ov-finalize-warning {
  margin: 16px 0;
  padding: 14px 16px;
  background: #fff8e6;
  border: 1px solid #f3d58a;
  border-radius: 5px;
  color: #705600; }
  .ov-finalize-warning ul {
    margin: 9px 0 0;
    padding-left: 20px; }
  .ov-finalize-warning li {
    margin: 6px 0; }

#ov-check-result {
  min-height: 20px;
  margin-top: 14px; }

.ov-fade-in {
  animation: ov-fadeIn 0.4s ease-in; }

@keyframes ov-spin {
  to {
    transform: rotate(360deg); } }

@keyframes ov-fadeIn {
  from {
    opacity: 0;
    transform: translateY(6px); }
  to {
    opacity: 1;
    transform: translateY(0); } }


/*# sourceMappingURL=theme.css.map*/