body
{
  background-color:#f1f1f2;
}
.tile
{
  width:100%;
  margin:60px auto;
}
#tile-1 .tab-pane
{
  padding:15px;
  height:80px;
}
#tile-1 .nav-tabs
{
  position:relative;
  border:none!important;
  background-color:#fff;
/*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
  border-radius:6px;
}
#tile-1 .nav-tabs li
{
  margin:0px!important;
}
#tile-1 .nav-tabs li a
{
  position:relative;
  margin-right:0px!important;
  padding: 20px 40px!important;
  font-size:16px;
  border:none!important;
  color:#333;
}
#tile-1 .nav-tabs a:hover
{
  background-color:#fff!important;
  border:none;
}
#tile-1 .slider
{
  display:inline-block;
  width:30px;
  height:4px;
  border-radius:3px;
  background-color:#39bcd3;
  position:absolute;
  z-index:3;
  bottom:0;
  transition:all .4s linear;
  
}
#tile-1 .nav-tabs .active
{
  background-color:transparent!important;
  border:none!important;
  color:#39bcd3!important;
}


/* card */

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");

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



.user-card {
  width: 300px;
  /* height: 400px; */
  box-shadow: -10px 5px 20px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  overflow: hidden;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: box-shadow 0.2s ease-in;
  cursor: pointer;
}

.user-card:hover {
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.4);
}

.user-card .user-cover {
  height: 100px;
  width: 100%;
  position: relative;
  background-color: #0093E9;
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  background-position: center;
  background-size: cover;
}

.user-card .user-cover .user-avatar {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -35px;
  border: 2px solid #fff;
}

.user-card .user-details {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 25px;
  width: 80%;
}

.user-card .user-details .user-name {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.user-card .user-details .user-email {
  font-size: 14px;
  color: #0f5fc0;
  font-weight: 500;
}
.user-card .user-details .user-text {
  margin-top: 5px;
  font-size: 15px;
  color: #666;
}
.user-card .contact-user {
  margin-bottom: 15px;
  height: 35px;
  width: 80%;
  border: 0;
  color: white;
  font-weight: bold;
  background: #035f7d;
  letter-spacing: 0.5px;
  border-radius: 5px;
  cursor: pointer;
}

/* Skeleton */

/* Static Skeleton */

.user-card.skeleton .user-cover {
  background: #e2e2e2;
}

.user-card.skeleton .user-cover .user-avatar {
  display: none;
}

.user-card.skeleton .user-cover::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -35px;
  border: 2px solid #fff;
  z-index: 10;
  background: #e2e2e2;
}

/* Animated Skeleton */

.user-card.skeleton .hide-text {
  background: #e2e2e2;
  color: transparent;
  position: relative;
  overflow: hidden;
}

.user-card.skeleton .hide-text::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(to right, #e2e2e2 25%, #d5d5d5 50%, #e2e2e2 100%);
  animation-name: gradient-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  filter: blur(5px);
}

@keyframes gradient-animation {
  from {
    left: 0%;
  }
  to {
    left: 100%;
  }
}

/* imputs */


#imgMin {
  image-rendering: pixelated;
  width:40px;
  height:40px;
}


/* .hiddenRow {
padding: 0 !important;
}

.form-control-feedback {
position: absolute;
padding: 10px;
pointer-events: none;
} */

.form-control {
padding-left: 30px!important;
}



.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: none;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
border-color: #adb5bd;
}


/* imput check box
/* Check box Design CSS Ends */
/* Check box-2 Design CSS Starts */
.check {
  color: #818181;
  font-size: 15px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
}
.check .input-check {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
}
.check label,
.check .label {
  cursor: pointer;
}
.check .input-check input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  left: 7px;
  bottom: 7px;
  margin: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  opacity: 0;
}
.check.checkbox-rotate .input-check input[type="checkbox"] + .chk {
  cursor: pointer;
}
.check.checkbox-rotate .input-check input[type="checkbox"] + .chk::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 18px;
  height: 18px;
  border: 2px solid #717171;
  border-radius: 2px;
  transition: all 0.2s ease;
  z-index: 1;
}
.check.checkbox-rotate
  .input-check
  input[type="checkbox"]:checked
  + .chk::before {
  left: 11px;
  width: 12px;
  height: 20px;
  border-width: 2px;
  border-style: solid;
  border-top: transparent;
  border-left: transparent;
  transform: rotate(40deg);
  border-radius: 1px;
}
.check.checkbox-rotate
  .input-check
  input[type="checkbox"]:checked
  + .chk::before {
  border-color: #03a9f4;
}
.wl-form-group.checkbox input {
  display: none;
}

.imputMay{
  text-transform: uppercase;
}

/* clase swiper-slider responsive maximo 400px*/
.swiper-container {
  width: 100%;
  max-width: 400px;
  max-height: 300px;
  height: 100%;
}

.swiper-slide {
  z-index: 0;
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 500px;
  max-height: 400px;
  object-fit: cover;
}

.cadEvidencia{
  width: 100%;
  height: 100%;
  max-width: 550px;
  max-height: 700px;
  object-fit: cover;
  margin-inline-end: auto;
}

video {
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 600px;
  object-fit: cover;
}

.help-block {
  width: -webkit-fill-available;
}

/* .modal-body {
  overflow-y: auto;
  max-height: 80vh; /* Ajusta este valor según sea necesario 
} */