/* Google Fonts Import Link */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

body {
  margin: 0;
}

.modal-open {
  overflow: hidden;
  margin-top: 60px;
}

main button {
  margin-top: 0px !important;
}

.desabilitar {
  cursor: not-allowed;
  pointer-events: none;
}

.k {
  padding: 1em !important;
}

.img-box {
  width: 8em !important;
  height: 10em !important;
  margin-left: 1px !important;
}

.card-header {
  background-color: #fff;
}

.col-ting {
  width: 25em;
  margin: 0 auto;
  margin-top: 3em;
  margin-bottom: 3em;
}

.card-header {
  background-color: #fff;
}

.file-upload {
  padding-top: 32px;
}

.file-upload .image-box {
  margin-top: 1em;
  margin: 0 auto;
  width: 80%;
  background: #f4f3f8 !important;
  cursor: inherit;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 10px;
  height: inherit;
}

.file-upload .image-box > img {
  width: 100% !important;
  height: 100%;
}

.file-upload .image-box p {
  position: relative;
  top: 45%;
  color: #fff;
}

@media (max-width: 767px) {
  .file-upload .image-box {
    width: 100%;
  }
  .file-upload .image-box p {
    top: 30%;
  }
}

.uimg-control {
  margin-left: 4% !important;
  margin-top: 8px !important;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
  background: #11101d;
  z-index: 100;
  transition: all 0.5s ease;
}

.sidebar.close {
  width: 78px;
  left: -78px;
}

.sidebar ~ section.content > .container-fluid {
  margin-left: 260px;
  width: calc(100% - 260px);
}

.sidebar.close ~ section.content > .container-fluid {
  margin-left: 0px;
  width: 100%;
}

.sidebar .logo-details {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.sidebar .logo-details .logo-plus {
  height: 32px;
  width: auto;
  margin-left: 30px;
}

.sidebar .logo-details .logo_name {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
  width: 80px;
  height: auto;
}

.sidebar.close .logo-details .logo_name {
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links {
  height: 100%;
  padding: 30px 0 150px 0;
  overflow: auto;
}

.sidebar.close .nav-links {
  overflow: visible;
}

.sidebar .nav-links::-webkit-scrollbar {
  display: none;
}

.sidebar .nav-links li {
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}

.sidebar .nav-links li:hover {
  background: #1d1b31;
}

.sidebar .nav-links li .iocn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar.close .nav-links li .iocn-link {
  display: block;
}

.sidebar .nav-links li i {
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar .nav-links li.showMenu i.arrow {
  transform: rotate(-180deg);
}

.sidebar.close .nav-links i.arrow {
  display: none;
}

.sidebar .nav-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.sidebar .nav-links li a .link_name {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s ease;
}

.sidebar.close .nav-links li a .link_name {
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links li .sub-menu {
  padding: 6px 6px 14px 80px;
  margin-top: -10px;
  background: #1d1b31;
  display: none;
}

.sidebar .nav-links li.showMenu .sub-menu {
  display: block;
}

.sidebar .nav-links li .sub-menu a {
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.sidebar .nav-links li .sub-menu a:hover {
  opacity: 1;
}

.sidebar.close .nav-links li .sub-menu {
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}

.sidebar.close .nav-links li:hover .sub-menu {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}

.sidebar .nav-links li .sub-menu .link_name {
  display: none;
}

.sidebar.close .nav-links li .sub-menu .link_name {
  font-size: 18px;
  opacity: 1;
  display: block;
}

.sidebar .nav-links li .sub-menu.blank {
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links li:hover .sub-menu.blank {
  top: 50%;
  transform: translateY(-50%);
}

.sidebar .profile-details {
  position: fixed;
  bottom: 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1d1b31;
  padding: 12px 0;
  transition: all 0.5s ease;
}

.sidebar.close .profile-details {
  background: none;
}

.sidebar.close .profile-details {
  width: 78px;
}

.sidebar .profile-details .profile-content {
  display: flex;
  align-items: center;
}

.sidebar .profile-details img {
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 14px 0 12px;
  background: #1d1b31;
  transition: all 0.5s ease;
}

.sidebar.close .profile-details img {
  padding: 10px;
}

.sidebar .profile-details .profile_name,
.sidebar .profile-details .job {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job {
  display: none;
}

.sidebar .profile-details .job {
  font-size: 12px;
}

.home-section {
  position: relative;
  background: #e4e9f7;
  /* height: 100vh; */
  height: 50px;
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.5s ease;
}

.sidebar.close ~ .home-section {
  left: 0;
  width: calc(100%);
}

.home-section .home-content {
  height: 48px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-left: 1px solid #ccc;
}

.home-section .home-content .bx-menu,
.home-section .home-content .text {
  color: #11101d;
  font-size: 35px;
}

.home-section .home-content .bx-menu {
  margin: 0 15px;
  cursor: pointer;
}

.home-section .home-content .text {
  font-size: 26px;
  font-weight: 600;
}

@media (max-width: 420px) {
  .sidebar.close .nav-links li .sub-menu {
    display: none;
  }
  .opciones-list {
    background: #5c3089 !important;
    color: #fff;
  }
}

/*
.row {
  display: flex;
}

.column {
  flex: 50%;
  padding: 10px;
}
@media screen and (max-width: 920px) {
  .row {
    display: flex;
    flex-direction: column;
  }
  .column {
     flex: 100%;
  }
  .container {
    display: flex;
    flex-direction: column;
  }
}
*/
fieldset {
  margin: 0.4rem 0;
  padding: 0;
  border: none;
}

.c-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

h3 {
  padding: 8px;
  background-color: #4472c4;
  border-radius: 4px;
  color: #fff;
  font-size: 1.25rem !important;
}

h3.plan {
  background-color: #ffc107;
}

.two-columns {
  display: grid;
  grid-template-columns: 100%;
}

.c-form-label {
  display: block;
  margin: 0.5rem 0;
  color: #3d3935;
  letter-spacing: 0.2px;
  font-size: 1rem;
}

.c-form-input {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #3d3935;
  border-radius: 4px;
  background-color: #fff;
  color: #3d3935;
  outline: 0;
}

.c-form-input::placeholder {
  color: #867d6c;
  font-size: 1rem;
}

.c-form-required {
  color: #b0092d;
}

textarea.c-form-input {
  width: 100%;
  min-height: 10ch;
  max-height: 120ch;
  padding: 10px;
  resize: none;
}

/* The container */
.container-label {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 24px;
  top: 16px;
}

/* Hide the browser's default radio button */
.container-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radiomark {
  position: absolute;
  top: 0;
  left: -8px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #2196f3;
}

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

/* When the radio button is checked, add a blue background */
.container-label input:checked ~ .radiomark {
  background-color: #2196f3;
}

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

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

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

.checkmark {
  position: absolute;
  top: 0;
  left: -8px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #2196f3;
}

/* On mouse-over, add a grey background color */
.container-label:hover input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #2196f3;
}

/* When the checkbox is checked, add a blue background */
.container-label input:checked ~ .checkmark {
  background-color: #2196f3;
}

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

/* Show the checkmark when checked */
.container-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 920px) {
  .two-columns {
    grid-template-columns: 36% 60%;
    grid-column-gap: 4%;
  }
}

.d-flex {
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
}

.i-block {
  display: inline-block;
}

form select {
  width: 100%;
  font-size: 22px;
}

.list-photos {
  display: flex;
  gap: 16px;
  height: 100px;
  border: 1px solid #ccc;
}

.list-photos .gallery img {
  width: 100px;
  height: 100px;
}

/* Colores Boostrap*/
.btn-primary {
  color: #fff;
  background-color: #5f259f;
  border-color: #ffffff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #733caa;
  border-color: #733caa;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #9b86b0;
  border-color: #9b86b0;
  cursor: not-allowed;
}

.btn-secondary {
  background-color: #9093a0;
}

.links a {
  margin-left: 4px;
}

html,
body {
  height: 100%;
}

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  /*min-height: calc(100% - 75px);*/
  padding: 10vh 10px;
}

.responsive {
  width: 100%;
  height: auto;
}

.bg-title {
  background-color: #733caa;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  margin-top: 24px;
}

.header-logo {
  height: 108px;
  margin-top: 24px;
}

.header-box-messages {
  max-width: 260px;
  max-height: 285px;
}

fieldset span {
  /* display: block; */
  font-size: 0.8rem;
}

.show {
  display: block;
}
.notshow {
  display: none;
}

nav .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination li {
  margin-left: 8px;
  border: 1px solid #027cff;
  padding: 4px;
  min-width: 32px;
  width: fit-content;
  height: 32px;
  word-wrap: normal;
  text-align: center;
  border-radius: 4px;
}

.btn-sign {
  font-size: 1.125rem;
}

.logo-static {
  position: relative;
  top: 15px;
  width: 225px;
}

.text-requested {
  color: #ff0000 !important;
}

.text-registered {
  color: #5f259f !important;
}

.text-sendlink {
  color: #9093a0 !important;
}

@media screen and (max-width: 600px) {
  .opciones-list {
    background: #5c3089 !important;
    color: #fff;
    margin-bottom: 15px;
  }
  .status {
    color: #5c3089;
    font-weight: 600;
  }
  .table {
    border: 0px;
  }

  .table caption {
    font-size: 22px;
  }

  .table thead {
    display: none;
  }

  .table tr {
    margin-bottom: 8px;
    border-bottom: 4px solid #ddd;
    display: block;
  }

  .table th,
  .table td {
    font-size: 12px;
  }

  .table td {
    display: block;
    border-bottom: 1px solid #ddd;
    text-align: right;
    height: 54px;
  }

  .table td:last-child {
    border-bottom: 0px;
  }

  .table td::before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    float: left;
  }
}

.modal h3 {
  background-color: transparent;
  color: #000000;
}

.modal-header {
  padding: 0.5rem 1rem;
}

#draw-canvas {
  border: 2px dotted #cccccc;
  border-radius: 5px;
  cursor: crosshair;
}

#draw-dataUrl {
  width: 100%;
}

.button {
  background: #3071a9;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 15px;
  text-decoration: none;
  color: white;
}

.button:active {
  transform: scale(0.9);
}

input[type='range'] {
  -webkit-appearance: none;
  margin: 18px 0;
}

input[type='range']:focus {
  outline: none;
}

input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type='range']::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}

input[type='range']:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}

input[type='range']::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type='range']::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

input[type='range']::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

input[type='range']::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type='range']::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type='range']::-ms-thumb {
  border: 1px solid #cecccc;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

input[type='range']:focus::-ms-fill-lower {
  background: #3071a9;
}

input[type='range']:focus::-ms-fill-upper {
  background: #367ebd;
}

input[type='color'] {
  display: none;
}

input[type='range'] {
  display: none;
}

.sign-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.modal-dialog {
  width: 360px;
  /*margin: 0.5rem auto;*/
}

.see-doc {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

/*===========================================================================================*/
/* TOOLTIP */
/*===========================================================================================*/
.msg-tooltip {
  font-weight: normal;
  text-decoration: none;
  position: relative;
  border-bottom: 1px dotted;
  color: #3d3935;
}

.msg-tooltip:hover {
  text-decoration: none;
  color: inherit;
}

.msg-tooltip:hover .tooltip-box {
  display: inline-block;
  min-width: 150px;
}

.tooltip-box {
  display: none;
  position: absolute;
  background: #000;
  line-height: 20px;
  z-index: 500;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  left: 0;
  right: 0;
  bottom: 30px;
}

.tooltip-box::after {
  content: '';
  display: block;
  border-top: 7px solid #000;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 7px);
}

/*===========================================================================================*/
/* RADIO CUSTOM */
/*===========================================================================================*/
.box-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.box-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 50%;
}

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

/* When the radio button is checked, add a blue background */
.box-radio input:checked ~ .checkmark {
  background-color: #2196f3;
}

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

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

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

.bg-subtitle {
  font-size: 1rem;
  padding: 8px;
  background-color: #dae3f3;
  border-radius: 4px;
}

.doc-sign {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  display: none;
  z-index: 500;
}

.doc-sign.show {
  display: flex;
}

.doc-sign .doc-content {
  position: relative;
}

.doc-sign .doc-header {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  background-color: #ffffff;
  z-index: 510;
}

.doc-sign .doc-header button {
  margin-top: 0;
  min-width: 120px;
}

.doc-sign .doc-body {
  max-width: 960px;
  padding: 25px;
}

.doc-sign .doc-body p {
  text-align: justify;
}

.doc-sign .doc-body .box-sign {
  text-align: center;
  right: 100px;
  position: absolute;
}

.doc-sign .doc-body .box-name {
  text-align: center;
}

.doc-sign .doc-body .box-sign {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.doc-sign .doc-body .box-sign img {
  width: 150px;
  height: auto;
}

.box-radio-check {
  width: 50px;
  display: inline-block;
  position: relative;
  margin-left: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.box-radio-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.box-radio-check .checkmark {
  position: absolute;
  top: -5px;
  left: 22px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #000;
}

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

/* When the radio button is checked, add a blue background */
.box-radio-check input:checked ~ .checkmark {
  background-color: #ffffff;
  border: 1px solid #000;
}

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

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

/* Style the indicator (dot/circle) */
.box-radio-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[name='city'] {
  border: 0;
  border-bottom: 1px solid #000;
  font-family: 'Open Sans', sans-serif;
}

input[name='city']:focus {
  outline: none;
}

.field-email {
  font-weight: bold;
}

.errors ul {
  list-style-type: none;
}

.doc-header .step2 {
  display: none;
}

.btns-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  padding: 0 25px;
  display: none;
}

.btns-footer button {
  width: 100%;
  padding: 10px 0px;
}

/* Container Flex */
.gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px 0 20px;
  position: relative;
}

/* Flex Item */
.gallery__item {
  /* width: 100%;*/
  width: calc((100% / 2) - 10px);
  height: auto;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 50px;
}

.gallery__item:nth-child(even) {
  margin-left: 20px;
}

.gallery__item > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.75);
}

.gallery__item > img:hover {
  cursor: pointer;
}

.gallery__item i {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 4px;
  right: 4px;
  background-color: #10b3f0;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive */
@media only screen and (min-width: 768px) {
  .gallery {
    max-width: 767px;
  }

  .gallery__item {
    width: calc((100% / 2) - 10px);
  }

  .gallery__item:nth-child(even) {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .gallery {
    max-width: 100%;
    padding: 20px 20px 0 0;
  }

  .gallery__item {
    width: calc((100% / 3) - 20px);
  }

  .gallery__item:nth-child(odd) {
    margin-left: 20px;
  }
}

.panel-load-images.show .btns-footer {
  display: block;
}

h3.neutro {
  background-color: #f3f3f3;
  color: rgb(29, 28, 28);
  text-decoration: none;
}

.neutro {
  background-color: #f3f3f3;
  color: rgb(29, 28, 28);
  width: calc(100%);
  text-decoration: none !important;
  padding: 8px;
  margin-top: 10px;
  display: block !important;
  text-decoration: none;
}

.neutro:hover {
  text-decoration: none !important;
}

.form-cac {
  margin-top: 8px;
  display: block !important;
}

.badge-pill {
  padding: 7px !important;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
}

/* Estilos nuevo menu kblp */

.item {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  /*margin-top: 10px;*/
}

input,
textarea {
  width: 100%;
  float: left;
  padding: 10px;
  border: none;
  border-radius: 6px;
}

input {
  padding-right: calc(28px + 5px);
}

input + .counter-limiter {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

textarea {
  resize: none;
  min-height: 70px;
}

textarea + .counter-limiter {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.counter-limiter {
  --size-spinner: 28px;
  --size-stroke: 8px;
  width: var(--size-spinner);
  height: var(--size-spinner);
  float: left;
}

.counter-limiter.is-warning .counter-limiter__path {
  stroke: yellow;
}

.counter-limiter.is-danger .counter-limiter__path {
  stroke: red;
}

.counter-limiter.is-default .counter-limiter__path {
  stroke: lightgreen;
}

.counter-limiter__spinner {
  width: var(--size-spinner);
  height: var(--size-spinner);
  float: left;
}

.counter-limiter__path {
  stroke: gray;
  stroke-dasharray: calc((var(--progress) * 251.2) / 100), 251.2;
  stroke-width: var(--size-stroke);
  transition: All 0.15s ease-out;
}

.counter-limiter__path-alias {
  stroke: gray;
  stroke-dasharray: 251.2;
  stroke-width: var(--size-stroke);
}

/********************************chat*/

.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box.box-primary {
  border-top-color: #5f259f;
}

.box.box-info {
  border-top-color: #00c0ef;
}

.box.box-danger {
  border-top-color: #dd4b39;
}

.box.box-warning {
  border-top-color: #f39c12;
}

.box.box-success {
  border-top-color: #00a65a;
}

.box.box-default {
  border-top-color: #d2d6de;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}

.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}

.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}

.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}

.box .border-right {
  border-right: 1px solid #f4f4f4;
}

.box .border-left {
  border-left: 1px solid #f4f4f4;
}

.box.box-solid {
  border-top: 0;
}

.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}

.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}

.box.box-solid.box-default > .box-header {
  color: #444;
  background: #d2d6de;
  background-color: #d2d6de;
}

.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444;
}

.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}

.box.box-solid.box-primary > .box-header {
  color: #fff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}

.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #fff;
}

.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}

.box.box-solid.box-info > .box-header {
  color: #fff;
  background: #00c0ef;
  background-color: #00c0ef;
}

.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #fff;
}

.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}

.box.box-solid.box-danger > .box-header {
  color: #fff;
  background: #dd4b39;
  background-color: #dd4b39;
}

.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #fff;
}

.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}

.box.box-solid.box-warning > .box-header {
  color: #fff;
  background: #f39c12;
  background-color: #f39c12;
}

.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #fff;
}

.box.box-solid.box-success {
  border: 1px solid #00a65a;
}

.box.box-solid.box-success > .box-header {
  color: #fff;
  background: #00a65a;
  background-color: #00a65a;
}

.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #fff;
}

.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}

.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}

.box .box-group > .box {
  margin-bottom: 5px;
}

.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}

.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}

.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: ' ';
  display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.collapsed-box .box-header.with-border {
  border-bottom: none;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}

.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.box-header > .box-tools [data-toggle='tooltip'] {
  position: relative;
}

.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}

.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}

.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}

.btn-box-tool.btn:active {
  box-shadow: none;
}

.box-body {
  max-height: 300px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}

.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.box-body > .table {
  margin-bottom: 0;
}

.box-body .fc {
  margin-top: 5px;
}

.box-body .full-width-chart {
  margin: -19px;
}

.box-body.no-padding .full-width-chart {
  margin: -9px;
}

.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}

.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}

.direct-chat.chat-pane-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow-y: none;
}

.direct-chat-msg,
.direct-chat-text {
  display: block;
}

.direct-chat-msg {
  margin-bottom: 10px;
}

.direct-chat-msg:before,
.direct-chat-msg:after {
  content: ' ';
  display: table;
}

.direct-chat-msg:after {
  clear: both;
}

.direct-chat-messages,
.direct-chat-contacts {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 5px 80px 0 5px;
  color: #444;
}

.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
}

.direct-chat-timestamp.pull-left {
  float: right;
  margin-right: 4px;
}

.direct-chat-name.pull-right {
  float: right;
}

.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}

.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}

.right .direct-chat-text {
  margin-right: 0px;
  margin-left: 80px;
}

.right .direct-chat-text:after,
.right .direct-chat-text:before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #d2d6de;
}

.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}

.right .direct-chat-img {
  float: right;
}

.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 15px;
}

.direct-chat-name {
  font-weight: 600;
}

.direct-chat-timestamp {
  color: #999;
}

.direct-chat-contacts-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.direct-chat-contacts {
  -webkit-transform: translate(101%, 0);
  -ms-transform: translate(101%, 0);
  -o-transform: translate(101%, 0);
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #222d32;
  color: #fff;
  overflow: auto;
}

.contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
}

.contacts-list > li:before,
.contacts-list > li:after {
  content: ' ';
  display: table;
}

.contacts-list > li:after {
  clear: both;
}

.contacts-list > li:last-of-type {
  border-bottom: none;
}

.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left;
}

.contacts-list-info {
  margin-left: 45px;
  color: #fff;
}

.contacts-list-name,
.contacts-list-status {
  display: block;
}

.contacts-list-name {
  font-weight: 600;
}

.contacts-list-status {
  font-size: 12px;
}

.contacts-list-date {
  color: #aaa;
  font-weight: normal;
}

.contacts-list-msg {
  color: #999;
}

.direct-chat-danger .right > .direct-chat-text {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}

.direct-chat-danger .right > .direct-chat-text:after,
.direct-chat-danger .right > .direct-chat-text:before {
  border-left-color: #dd4b39;
}

.direct-chat-primary .right > .direct-chat-text {
  background: rgba(95, 37, 159, 0.8);
  border-color: rgba(95, 37, 159, 0.6);
  color: #fff;
}

.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
  border-left-color: rgba(95, 37, 159, 0.6);
}

.direct-chat-warning .right > .direct-chat-text {
  background: #f39c12;
  border-color: #f39c12;
  color: #fff;
}

.direct-chat-warning .right > .direct-chat-text:after,
.direct-chat-warning .right > .direct-chat-text:before {
  border-left-color: #f39c12;
}

.direct-chat-info .right > .direct-chat-text {
  background: #00c0ef;
  border-color: #00c0ef;
  color: #fff;
}

.direct-chat-info .right > .direct-chat-text:after,
.direct-chat-info .right > .direct-chat-text:before {
  border-left-color: #00c0ef;
}

.direct-chat-success .right > .direct-chat-text {
  background: #00a65a;
  border-color: #00a65a;
  color: #fff;
}

.direct-chat-success .right > .direct-chat-text:after,
.direct-chat-success .right > .direct-chat-text:before {
  border-left-color: #00a65a;
}

.scroll {
  height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
}

#global {
  height: 650px;
  overflow-y: scroll;
}

/*LIsta de estaus*/

.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 991.98px) {
  .padding {
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .padding {
    padding: 1rem;
  }
  .float-right {
    float: left !important;
    margin-top: 5px;
  }
  #global {
    height: auto;
  }
}

.padding {
  padding: 5px;
}
/*
.card {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none
}

.pl-3,
.px-3 {
  padding-left: 1rem !important
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d2d2dc;
  border-radius: 0
} */

/* .pr-3,
.px-3 {
  padding-right: 1rem !important
}

.card .card-body {
  padding: 1.25rem 1.75rem
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem
}

.card .card-title {
  color: #000000;
  margin-bottom: 0.625rem;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 500
} */

.add-items {
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.d-flex {
  display: flex !important;
}

.add-items input[type='text'] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  background: transparent;
}

/* .form-control {
  border: 1px solid #f3f3f3;
  font-weight: 400;
  font-size: 0.875rem
}

.form-control {
  display: block;
  width: 100%;
  padding: 0px;
  font-size: 1rem;
  line-height: 1;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
} */

.add-items .btn {
  margin-left: 0.5rem;
}

/* .btn {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  padding: .7rem 1.5rem;
  border-radius: 0.1275rem
} */

.list-wrapper {
  height: 100%;
  max-height: 100%;
}

.add-items {
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.add-items input[type='text'] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  background: transparent;
}

.add-items .btn,
.add-items .fc button,
.fc .add-items button,
.add-items .ajax-upload-dragdrop .ajax-file-upload,
.ajax-upload-dragdrop .add-items .ajax-file-upload,
.add-items .swal2-modal .swal2-buttonswrapper .swal2-styled,
.swal2-modal .swal2-buttonswrapper .add-items .swal2-styled,
.add-items .wizard > .actions a,
.wizard > .actions .add-items a {
  margin-left: 0.5rem;
}

.rtl .add-items .btn,
.rtl .add-items .fc button,
.fc .rtl .add-items button,
.rtl .add-items .ajax-upload-dragdrop .ajax-file-upload,
.ajax-upload-dragdrop .rtl .add-items .ajax-file-upload,
.rtl .add-items .swal2-modal .swal2-buttonswrapper .swal2-styled,
.swal2-modal .swal2-buttonswrapper .rtl .add-items .swal2-styled,
.rtl .add-items .wizard > .actions a,
.wizard > .actions .rtl .add-items a {
  margin-left: auto;
  margin-right: 0.5rem;
}

.list-wrapper {
  height: 100%;
  max-height: 100%;
}

.list-wrapper ul {
  padding: 0;
  text-align: left;
  list-style: none;
  margin-bottom: 0;
}

.list-wrapper ul li {
  font-size: 0.9375rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid #f3f3f3;
}

.list-wrapper ul li:first-child {
  border-bottom: none;
}

.list-wrapper ul li .form-check {
  max-width: 90%;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.list-wrapper ul li .form-check label:hover {
  cursor: pointer;
}

.list-wrapper input[type='checkbox'] {
  margin-right: 15px;
}

.list-wrapper .remove {
  cursor: pointer;
  font-size: 1.438rem;
  font-weight: 600;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 20px;
  text-align: center;
}

.list-wrapper .completed {
  text-decoration: line-through;
  text-decoration-color: #3da5f4;
}

.list-wrapper ul li .form-check {
  max-width: 90%;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.list-wrapper ul li .form-check,
.list-wrapper ul li .form-check .form-check-label,
.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user .u-name,
.email-wrapper
  .mail-sidebar
  .menu-bar
  .profile-list-item
  a
  .user
  .u-designation,
.email-wrapper .mail-list-container .mail-list .content .sender-name,
.email-wrapper .message-body .attachments-sections ul li .details p.file-name,
.settings-panel .chat-list .list .info p {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}

.form-check {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
}

.list-wrapper ul li .form-check,
.list-wrapper ul li .form-check .form-check-label,
.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user .u-name,
.email-wrapper
  .mail-sidebar
  .menu-bar
  .profile-list-item
  a
  .user
  .u-designation,
.email-wrapper .mail-list-container .mail-list .content .sender-name,
.email-wrapper .message-body .attachments-sections ul li .details p.file-name,
.settings-panel .chat-list .list .info p {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}

.form-check .form-check-label {
  min-height: 18px;
  display: block;
  margin-left: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-check-label {
  margin-bottom: 0;
}

.list-wrapper input[type='checkbox'] {
  margin-right: 15px;
}

.form-check .form-check-label input {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

br {
  margin-top: 5px;
}

.seguimiento {
  padding-top: 8px;
}

.list-wrapper ul li .form-check,
.list-wrapper ul li .form-check .form-check-label,
.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user .u-name,
.email-wrapper
  .mail-sidebar
  .menu-bar
  .profile-list-item
  a
  .user
  .u-designation,
.email-wrapper .mail-list-container .mail-list .content .sender-name,
.email-wrapper .message-body .attachments-sections ul li .details p.file-name,
.settings-panel .chat-list .list .info p {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  font-size: 18px;
}

.form-check .form-check-label input[type='checkbox'] + .input-helper:before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: solid #405189;
  border-width: 2px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.form-check .form-check-label input[type='checkbox'] + .input-helper:before,
.form-check .form-check-label input[type='checkbox'] + .input-helper:after {
  position: absolute;
  top: 0;
  left: 0;
}

.form-check .form-check-label input[type='checkbox'] + .input-helper:after {
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  font-family: Material Design Icons;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  content: '\F12C';
  font-size: 0.9375rem;
  font-weight: bold;
  color: #ffffff;
}

.form-check .form-check-label input[type='checkbox'] + .input-helper:before,
.form-check .form-check-label input[type='checkbox'] + .input-helper:after {
  position: absolute;
  top: 0;
  left: 0;
}

.form-check
  .form-check-label
  input[type='checkbox']:checked
  + .input-helper:before {
  background: #405189;
  border-width: 0;
}

.form-check .form-check-label input[type='checkbox'] + .input-helper:before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: solid #405189;
  border-width: 2px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.form-check .form-check-label input[type='checkbox'] + .input-helper:after {
  font-family: FontAwesome;
  content: '\f095';
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  color: #fff;
}

.text-primary,
.list-wrapper .completed .remove {
  color: #405189 !important;
}

.list-wrapper .remove {
  cursor: pointer;
  font-size: 1.438rem;
  font-weight: 600;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 20px;
  text-align: center;
}

.ml-auto,
.list-wrapper .remove,
.mx-auto {
  margin-left: auto !important;
}

.mdi-close-circle-outline:before {
  content: '\F15A';
}

.list-wrapper ul li {
  font-size: 0.9375rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid #f3f3f3;
}

.mdi:before {
  font-family: FontAwesome;
  content: '\f00d';
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-size: 0.756em;
  color: #405189;
}

.list-wrapper ul {
  padding: 0;
  text-align: left;
  list-style: none;
  margin-bottom: 0;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.d-flex,
.loader-demo-box,
.distribution-chart-legend .distribution-chart,
.distribution-chart-legend .distribution-chart .item,
.list-wrapper ul li,
.email-wrapper .mail-sidebar .menu-bar .profile-list-item a,
.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user,
.email-wrapper .mail-list-container .mail-list .details,
.email-wrapper .message-body .attachments-sections ul li .thumb,
.email-wrapper .message-body .attachments-sections ul li .details .buttons,
.lightGallery .image-tile .demo-gallery-poster,
.swal2-modal,
.navbar .navbar-menu-wrapper .navbar-nav,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile,
.navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.dropdown
  .navbar-dropdown
  .dropdown-item {
  display: flex !important;
}

.panel-2.show .btns-footer {
  display: block;
}

.panel-3.show .btns-footer {
  display: block;
}

.panel-4.show .btns-footer {
  display: block;
}

.panel-5.show .btns-footer {
  display: block;
}

.sec-img {
  border-right: 1px solid;
}

.archivos {
  margin-left: 8px;
}

@media screen and (max-width: 760px) {
  .chat-panel {
    display: block;
    position: absolute;
    min-height: 100vh;
  }
  .box-right {
    display: none;
  }
}

@media screen and (min-width: 761px) {
  .box-right {
    float: inline-end;
    margin-top: 8px;
  }
}

.amovile {
  color: #2c3e50;
  text-decoration: none;
  background-color: transparent;
}

.amovile:hover {
  color: #2c3e50;
  text-decoration: none;
  background-color: transparent;
}

.timagen {
  height: inherit;
}

.search {
  align-items: center;
  display: flex;
  align-self: end;
  float: right;
}

.form-control.search {
  margin: 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #5c3089;
  background-color: #fff;
  border-color: #733caa #733caa #fff;
  border-radius: 8px 8px 0px 0px;
  font-weight: 600;
  font-size: 1.05rem;
}

.nav-item {
  color: #fff;
  background-color: #5c3089;
  border-color: #733caa #733caa #fff;
  border-radius: 8px 8px 0px 0px;
  margin-left: 1px !important;
  font-weight: 600;
  font-size: 1.05rem;
}

.nav-tabs .nav-link {
  color: #fff !important;
  font-weight: 600;
  font-size: 1.05rem;
}

.nav-link.active {
  color: #5c3089 !important;
  border-color: #733caa #733caa #fff;
  font-weight: 600;
  font-size: 1.05rem;
}

.nav-tabs .nav-link:hover {
  color: #e9e9e9 !important;
  font-weight: 600;
  font-size: 1.05rem;
}

.volver {
  background: transparent !important;
  padding: 2px;
}

.nav-link.active:hover {
  color: blueviolet !important;
}

/* CHECKBOX CUSTOM */
/* The container-check */
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-check {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

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

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark-check {
  background-color: #2196f3;
}

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

/* Show the checkmark-check when checked */
.container-check input:checked ~ .checkmark-check:after {
  display: block;
}

/* Style the checkmark-check/indicator */
.container-check .checkmark-check:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 11.414 0 NaN NaNlNaN NaN NaN NaNa1 1 0 111.414 1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 1-1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 1-1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 10-1.414 NaN NaNz'/%3E%3C/svg%3E")
    50%/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.nav-item.volver {
  padding: 0;
}
.nav-item.volver a {
  padding-bottom: 10px;
}

.swal-title {
  font-size: 20px;
}

.borde-none {
  border-radius: 0;
}

tr.feature {
  font-weight: 400;
}
.menu__side {
  z-index: 9999;
}

.box-icons-image {
  bottom: -24px;
  right: 25%;
  /*display: none;*/
  justify-content: end;
  z-index: 99;
  width: 75%;
  display: flex;
  justify-content: space-between;
}
.box-upload-image {
  right: 14%;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
.mobile-display {
  display: none;
}

@media (max-width: 767px) {
  .box-icons-image {
    width: 90%;
  }
  .box-upload-image {
    right: 3%;
  }
  .mobile-display {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .box-upload-image {
    right: 12%;
  }
}

.box-icons-image img {
  width: 16px;
  height: 16px;
  /* filter: invert(9%) sepia(26%) saturate(5001%) hue-rotate(251deg) brightness(95%) contrast(91%); */
  cursor: pointer;
  z-index: 999999;
}
.image-box:hover + .box-icons-image {
  display: flex;
}
.box-icons-image:hover {
  display: flex;
}

#file-upload1 .image-box {
  background: #f4f3f8 !important;
  border-radius: 10px;
}
.control-group.file-upload {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 95%;
  width: auto;
}
.box-icons-image span {
  font-size: 0.75rem;
}

.timagen img {
  height: 100%;
  border-radius: 10px;
  position: relative;
}

.add-scanner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  margin: 0;
  position: absolute;
  z-index: 9;
}

.add-scanner input[type='file'] {
  display: none;
}

.add-scanner i {
  z-index: 99;
}

.boxes-scanner {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 10px;
}
.box-scanner {
  width: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
  border: 1px solid #adb5bd;
  border-radius: 4px;
  margin-right: 8px;
}
.box-scanner input[type='file'] {
  display: none;
}

.box-scanner img {
  height: 100px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
}

.container-scanner {
  display: grid;
}
