/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #1c3766 rgb(196, 193, 187);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
  border-radius: 20px;
}

*::-webkit-scrollbar-track {
  background: rgb(196, 193, 187);
  border-radius: 20px;
}

*::-webkit-scrollbar-thumb {
  background-color: #1c3766;
  border-radius: 20px;
  border: 3px solid rgb(196, 193, 187);
}


.text-bold{
	font-weight: bold;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


.forceselect {
  -webkit-touch-callout: text !important;
    -webkit-user-select: text !important;
     -khtml-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
}

.ver-align{
	width: 100%;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform:
	translateY(-50%);
	transform: translateY(-50%);
}

.center {
	margin: auto;
	width: 50%;
	border: 3px solid green;
	padding: 10px;
}

.col-centered{
	float: none;
	margin: 0 auto;
}

ul.ks-cboxtags {
	list-style: none;
	margin: 0px;
}

ul.ks-cboxtags li{
	display: inline;
	padding: 5px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

ul.ks-cboxtags li label{
	width: 80px;
	display: inline-block;
	background-color: rgba(255, 255, 255, .9);
	border: 0px solid rgba(139, 139, 139, .3);
	color: #adadad;
	border-radius: 25px;
	white-space: nowrap;

	-webkit-box-shadow: 3px 10px 15px -7px rgba(0,0,0,0.35);
	-moz-box-shadow: 3px 10px 15px -7px rgba(0,0,0,0.35);
	box-shadow: 3px 10px 15px -7px rgba(0,0,0,0.35);


		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
		transition: all .2s;
}

ul.ks-cboxtags li label {
		padding: 8px 12px;
		cursor: pointer;
}

ul.ks-cboxtags li label::before {
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 12px;
		padding: 2px 6px 2px 2px;
		content: "\f067";
		transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
		content: "\f00c";
		transform: rotate(-360deg);
		transition: transform .3s ease-in-out;

}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
		border: 0px solid #3b67b8;
		background-color: #4579d9;
		-webkit-box-shadow: 3px 10px 34px -7px rgba(0,0,0,0.75);
		-moz-box-shadow: 3px 10px 34px -7px rgba(0,0,0,0.75);
		box-shadow: 3px 10px 34px -7px rgba(0,0,0,0.75);
		color: #fff;
		transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
	display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.tu-toggle {
	isolation: isolate;
	position: relative;
	height: 10px;
	width: 20px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow:
	  -4px -2px 4px 0px #ffffff,
	  4px 2px 6px 0px #d1d9e6,
	  2px 2px 2px 0px #d1d9e6 inset,
	  -2px -2px 2px 0px #ffffff inset;
  }

  .tu-toggle-state {
	display: none;
  }

  .tu-indicator {
	height: 100%;
	width: 200%;
	background: #94373b;
	border-radius: 15px;
	transform: translate3d(-75%, 0, 0);
	transition: transform 0.4s cubic-bezier(0.85, 0.05, 0.18, 1.35);
	box-shadow:
	  -8px -4px 8px 0px #ffffff,
	  8px 4px 12px 0px #d1d9e6;
  }

  .tu-label {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
  }

  .tu-label-text {
	margin-left: 10px;
	margin-right: 10px;
	color:#999999;
	font-size:11px;
	font-weight: bold;
  }

  .tu-label-text-xl{
	font-size:14px;
	color:#000000;
  }

  .tu-toggle-xl{
	height: 20px;
	width: 40px;
  }

  .tu-toggle-state:checked ~ .tu-indicator {
	transform: translate3d(25%, 0, 0);
	background: #5a0218;
  }

  .tu-toggle-state:checked ~ .tu-label-text {
	color: #000000;
  }

  .dragGDIV {
    width: 35%;
    left: 80px;
    top: 20px;
    position: absolute;
    z-index: 880;
    background-color: #ffffffe3;
    border: 1px solid #d3d3d3;
    text-align: center;
}

.dragIDIV {
    width: 30%;
    left: 50px;
    top: 120px;
    position: absolute;
    z-index: 1000;
    background-color: #ffffffe3;
    border: 1px solid #d3d3d3;
    text-align: center;
}

.dragDIV-Header {
    padding: 5px;
    cursor: move;
    z-index: 10;
    background-color: #3569c2;
    font-weight: 900;
    color: #fff;
}

.chart-area {
    border: 3px solid RGBA(0,0,0,0.0);
    min-height: 50vh;
    width: 100%;
    font-size: 10px;
    transition: border, background-color 1s linear;
    border-radius: 25px;
}

.highlightChart {
  border: 3px solid RGBA(0,128,0,0.5);
  background-image: url('../img/illustrations/ddi.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-style:  dashed solid;
  background-color: RGBA(0,128,0,0.1);
  transition: all 1s linear;
}

.highlightPath {
  stroke: RGBA(0,128,0,0.7);
  stroke-width: 5px;
  fill: RGBA(0,128,0,0.45);
  transition: all 1s linear;
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/dosis/v22/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ0LQl2xMB.ttf) format('truetype');
  }


.value {
    font-family: "Dosis", Helvetica, Arial, sans-serif;
    background: #ecf0f1;
    color: #34495e;
    padding-top: 40px;
    text-shadow: white 1px 1px 1px;
    text-align: center;
    font-weight: bold;
    font-size: 10em;
    width: 300px;
    height: 100px;
    line-height: 60px;
    margin: 40px auto;
    letter-spacing: -0.07em;
    text-shadow: white 2px 2px 2px;
  }

  input[type="range"] {
    display: block;
    -webkit-appearance: none;
    background-color: #bdc3c7;
    width: 300px;
    height: 5px;
    border-radius: 5px;
    margin: 0 auto;
    outline: 0;
  }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #e74c3c;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }
  ​ input[type="range"]::-webkit-slider-thumb:hover {
    background-color: white;
    border: 2px solid #e74c3c;
  }
  input[type="range"]::-webkit-slider-thumb:active {
    transform: scale(1.6);
  }

  .text-big{
    font-weight: bold;
    font-size: larger;
  }

  .text-med{
    font-weight: bold;
    font-size: large;

  }

  .text-nor{
    font-weight: bolder;
    font-size: medium;

  }

  .text-black{
    color: #000000;
  }

  .table-crop td {
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
  }

  .rainbow {
    /* Chrome, Safari, Opera */
    -webkit-animation: rainbow 5s infinite;
    /* Internet Explorer */
    -ms-animation: rainbow 5s infinite;
    /* Standar Syntax */
    animation: rainbow 5s infinite;
  }


  /* Chrome, Safari, Opera */

  @-webkit-keyframes rainbow {
    0% {
      color: orange;
    }
    10% {
      color: purple;
    }
    20% {
      color: red;
    }
    30% {
      color: CadetBlue;
    }
    40% {
      color: yellow;
    }
    50% {
      color: coral;
    }
    60% {
      color: green;
    }
    70% {
      color: cyan;
    }
    80% {
      color: DeepPink;
    }
    90% {
      color: DodgerBlue;
    }
    100% {
      color: orange;
    }
  }


  /* Internet Explorer */

  @-ms-keyframes rainbow {
    0% {
      color: orange;
    }
    10% {
      color: purple;
    }
    20% {
      color: red;
    }
    30% {
      color: CadetBlue;
    }
    40% {
      color: yellow;
    }
    50% {
      color: coral;
    }
    60% {
      color: green;
    }
    70% {
      color: cyan;
    }
    80% {
      color: DeepPink;
    }
    90% {
      color: DodgerBlue;
    }
    100% {
      color: orange;
    }
  }


  /* Standar Syntax */

  @keyframes rainbow {
    0% {
      color: orange;
    }
    10% {
      color: purple;
    }
    20% {
      color: red;
    }
    30% {
      color: CadetBlue;
    }
    40% {
      color: yellow;
    }
    50% {
      color: coral;
    }
    60% {
      color: green;
    }
    70% {
      color: cyan;
    }
    80% {
      color: DeepPink;
    }
    90% {
      color: DodgerBlue;
    }
    100% {
      color: orange;
    }
  }

  /* The Modal (background) */
.modal-img {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow-x: hidden; /* Enable scroll if needed */
  overflow-y: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-img-content {
  margin: auto;
  display: block;
  height: 100%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption-img {
  margin: auto;
  display: block;
  width: 80%;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
}

#tags-img {
  margin: auto;
  display: block;
  width: 80%;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
}

/* Add Animation - Zoom in the Modal */
.modal-img-content, #caption-img, #tags-img {
  animation-name: zoom-img;
  animation-duration: 0.6s;
}

@keyframes zoom-img {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close-img {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close-img:hover,
.close-img:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}



/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  float: right;
  top:2px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 0px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.default:checked + .slider {
  background-color: #444;
}
input.primary:checked + .slider {
  background-color: #2196F3;
}
input.success:checked + .slider {
  background-color: #8bc34a;
}
input.info:checked + .slider {
  background-color: #3de0f5;
}
input.warning:checked + .slider {
  background-color: #FFC107;
}
input.danger:checked + .slider {
  background-color: #f44336;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 23px;
}

.slider.round:before {
  border-radius: 50%;
}

.tLGen {
  transform: rotate(90deg);
}

.pulse-s{
  animation: 2s linear 0s infinite alternate pulse;
}

.pulse-n{
  animation: 1s linear 0s infinite alternate pulse;
}

.pulse-f{
  animation: 0.5s linear 0s infinite alternate pulse;
}

.pulse-ff{
  animation: 0.25s linear 0s infinite alternate pulse;
}

@keyframes pulse {
  0%   { opacity: 0.25; }
  33%  { opacity: 0.50; }
  66%  { opacity: 0.75; }
  100% { opacity: 1.0;  }
}

.tLGen {
  width: 20px;
  height: 20px;
  margin-top: -12px;
  margin-left: -12px;
  border: 0px solid black;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}


.imgButtons {
  display: none;
  animation: fadeIn 1s;
}

.pImages:hover > .imgButtons {
  display: inline-block;
}

.imgButtons:hover {
  display: inline-block;
}

.circular-progress {
  --size: 150px;
  --half-size: calc(var(--size) / 2);
  --stroke-width: 10px;
  --radius: calc((var(--size) - var(--stroke-width)) / 2);
  --circumference: calc(var(--radius) * pi * 2);
  --dash: calc((var(--progress) * var(--circumference)) / 100);
  animation: progress-animation 1s linear 0s 1 forwards;
}

.circular-progress circle {
  opacity: 0.85;
  cx: var(--half-size);
  cy: var(--half-size);
  r: var(--radius);
  stroke-width: var(--stroke-width);
  fill: none;
  stroke-linecap: round;
}

.circular-progress circle.bg {
  stroke: #ddd;
}

.circular-progress circle.fg {
  transform: rotate(-90deg);
  transform-origin: var(--half-size) var(--half-size);
  stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
  transition: stroke-dasharray 0.3s linear 0s;
  stroke: var(--sColor);
}

@property --progress {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

@keyframes progress-animation {
  from {
    --progress: 0;
  }
  to {
    --progress: var(--p, 100);;
  }
}

@property --num {
  syntax: '<integer>';
  initial-value: 0;
  inherits: false;
}

.pPorcentageC {
  font-size: 15px;
  line-height: 1.1;
  transition: --num 1s;
  counter-reset: num var(--num);
  animation: progress-number-animation 1.25s linear 0s 1 forwards;
}

.pPorcentageC::after {
  content: counter(num)'%';
}

@keyframes progress-number-animation {
  from {
    --num: 0;
  }
  to {
    --num: var(--p, 100);;
  }
}


/*Profile Card 1*/
.profile-card-1 {
  font-family: 'Open Sans', Arial, sans-serif;
  position: relative;
  float: left;
  width: 100%;
  color: #ffffff;
  text-align: center;
  height:450px;
  border:none;
  background-color: #000000;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  border: 10px solid rgba(255, 255, 255, 1);
}
.profile-card-1 .background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index:0;
  opacity: 0.4;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.profile-card-1 .card-content {
  width: 100%;
  padding: 15px 25px;
  position: absolute;
  left: 0;
  top: 200px;
}
.profile-card-1 .profile {
  opacity: 1;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.profile-card-1 h2 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size:25px;
}
.profile-card-1 h2 small {
  display: block;
  font-size: 15px;
  margin-top:10px;
}
.profile-card-1 .imicon {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}
.profile-card-1 .icon-block{
    float:left;
    width:100%;
    margin-top:15px;
}

.profile-card-1 .rBorder{
  text-shadow: 4px 0 #fff, -4px 0 #fff, 0 4px #fff, 0 -4px #fff, 2px 2px #fff, -2px -2px #fff, 2px -2px #fff, -2px 2px #fff;
}


/*Profile Card 3*/
.profile-card-3 {
  font-family: 'Open Sans', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  border:none;
}

.profile-card-3 .background-block {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 0 !important;
}

.profile-card-3 .background-block .background {
  width:100%;
  vertical-align: top;
  opacity: 0.9;
}

.profile-card-3 .background-bblock {
  float: left;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 0 !important;
}

.profile-card-3 .background-bblock .background {
width:100%;
vertical-align: bottom;
opacity: 0.9;
}

.profile-card-3 .card-content {
  width: 100%;
  padding: 15px 25px;
  color:#232323;
  float:left;
  background:rgb(212, 244, 241);
  height:50%;
  border-radius:0 0 5px 5px;
  position: relative;
  z-index:100;

}

.profile-card-3 .card-content::before {
  content: '';
  background: rgb(212, 244, 241);
  width: 120%;
  height: 100%;
  left: 11px;
  bottom: 51px;
  position: absolute;
  z-index: -1;
  transform: rotate(-13deg);
}

.profile-card-3 .card-contentsss {
  width: 100%;
  padding: 15px 25px;
  color:#232323;
  float:left;
  background:rgb(212, 244, 241);
  height:50%;
  border-radius:0 0 5px 5px;
  position: relative;
  z-index:100;

}

.profile-card-3 .card-contentss {
  width: 100%;
  padding: 15px 25px;
  color:#232323;
  float:left;
  background:rgb(212, 244, 241);
  height:50%;
  border-radius:0 0 5px 5px;
  position: relative;
  z-index:100;

}

.profile-card-3 .card-contentss::before{
    content: '';
    background: rgb(212, 244, 241);
    width: 120%;
    height: 110%;
    left: -20px;
    bottom: 40px;
    position: absolute;
    z-index: -1;
    transform: rotate(13deg);
}

.profile-card-3 .card-contentss::after{
  content: '';
  background: rgb(212, 244, 241);
  width: 120%;
  height: 130%;
  right: -20px;
  bottom: -40px;
  position: absolute;
  z-index: -1;
  transform: rotate(13deg);
}

.profile-card-3 .profile {
  opacity: 1;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index:200;
}
.profile-card-3 h2 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size:25px;
}
.profile-card-3 h2 small {
  display: block;
  font-size: 15px;
  margin-top:10px;
}
.profile-card-3 .pc3i {
  display: inline-block;
    font-size: 16px;
    color: #232323;
    text-align: center;
    border: 1px solid #232323;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}
.profile-card-3 .icon-block{
    float:left;
    width:100%;
    margin-top:15px;
    line-height: 2.5em;
}
.profile-card-3 .icon-block a{
    text-decoration:none;
}
.profile-card-3 .pc3i:hover {
  background-color:#232323;
  color:#fff;
  text-decoration:none;
}


.circle-container a {
  display: block;
  position: absolute;
  top: 50%; left: 50%;
  width: 4em; height: 4em;
  margin: -2em;
}

.circle-container span { display: block; width: 100%;}

    .deg0 { transform: rotate(180deg) translate(75px) rotate(-180deg); }
    .deg30 { transform: rotate(144deg) translate(85px) rotate(-144deg); }
    .deg60 { transform: rotate(108deg) translate(85px) rotate(-108deg); }
    .deg90 { transform: rotate(72deg) translate(85px) rotate(-72deg); }
    .deg120 { transform: rotate(36deg) translate(85px) rotate(-36deg); }
    .deg150 { transform: translate(75px); }


  .textarea-truncate {
    display: -webkit-box;
    -webkit-line-clamp: var(--maxlines);
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
  }

  .pseudo-centered {
  display: inline-block;
  text-align: left;
  width: 100%;
}


  .bancard ul {
    --col-gap: 1rem;
    --barH: 0rem;
    --roleH: 0rem;
    --flapH: 1rem;

    width: min(60rem, 90%);
    margin-inline: auto;

    display: flex;
    flex-wrap: wrap;

    gap: var(--col-gap);
    padding-inline: calc(var(--col-gap) / 2);

    justify-content: center;
    align-items: flex-start;
    list-style: none;

  }

  .bancard ul li {
    width: 10em;
    display: grid;
    grid-template:
      "role"
      "icon"
      "title"
      "descr";
    align-items: flex-start;
    line-height: 0.7;
    padding-block-end: calc(var(--flapH) + 1rem);
    text-align: center;
    background: var(--accent-color);
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.1) var(--roleH),
      rgba(0, 0, 0, 0.2) calc(var(--roleH) + 0.5rem),
      rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem)
    );
    clip-path: polygon(
      calc(var(--col-gap) / -2 - 5px) 0,
      calc(100% + var(--col-gap) / 2 + 5px) 0,
      calc(100% + var(--col-gap) / 2 + 5px ) calc(100% - var(--flapH)),
      50% 100%,
      calc(var(--col-gap) / -2 - 5px) calc(100% - var(--flapH))
    );
  }

  /* bar */
  .bancard ul li::before {
    content: "";
    grid-area: role;
    height: var(--barH);
    width: calc(100% + var(--col-gap));
    margin-left: calc(var(--col-gap) / -2);
    margin-top: calc(var(--roleH) / 2 - var(--barH) / 2);
    background: grey;
    z-index: -1;
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.2) 30%,
      rgba(255, 255, 255, 0.1) 40%,
      rgba(0, 0, 0, 0.1) 60%,
      rgba(0, 0, 0, 0.2) 70%,
      rgba(0, 0, 0, 0.4)
    );
  }

  /* role */
  .bancard ul li::after {
    content: "";
    grid-area: role;
    background: var(--accent-color);
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.2) 30%,
      rgba(255, 255, 255, 0.1) 40%,
      rgba(0, 0, 0, 0.1) 60%,
      rgba(0, 0, 0, 0.2) 70%,
      rgba(0, 0, 0, 0.4)
    );
    height: var(--roleH);
  }

  .bancard ul li .icon,
  .bancard ul li .title,
  .bancard ul li .descr {
    padding-inline: 1rem;
    color: white;
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  }

  .bancard ul li .icon {
    font-size: 1.5rem;
  }
  .bancard ul li .title {
    font-size: 1.0rem;
    font-weight: 700;
  }

  .bancard ul li .descr {
    font-size: 0.9rem;
  }

  .bancard .credits {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
  }
  .bancard .credits a {
    color: var(--color);
  }


  .glow {
    animation: glow 1s infinite alternate;
  }

  @keyframes glow {
    from {
      box-shadow: 0 0 10px -5px #ff91006e;
    }
    to {
      box-shadow: 0 0 10px 5px #ff9100d2;
    }
  }

    /* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 3000; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  top: 50%; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {top: 80%; opacity: 0;}
  to {top: 50%; opacity: 1;}
}

@keyframes fadein {
  from {top: 80%; opacity: 0;}
  to {top: 50%; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {top: 50%; opacity: 1;}
  to {top: 80%; opacity: 0;}
}

@keyframes fadeout {
  from {top: 50%; opacity: 1;}
  to {top: 80%; opacity: 0;}
}


.weather-card {
  margin: 60px auto;
  height: 500px;
  background: #fff;
  overflow: hidden;
}

.weather-card-shadow {
  box-shadow: 0 1px 38px rgba(0, 0, 0, 0.15), 0 5px 12px rgba(0, 0, 0, 0.25);
}

.weather-card .top {
  position: relative;
  height: 300px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.weather-card .top .wrapper {
  padding: 10px;
  position: relative;
  z-index: 1;
}
.weather-card .top .wrapper .mynav {
  height: 20px;
}
.weather-card .top .wrapper .mynav .lnr {
  color: #fff;
  font-size: 20px;
}
.weather-card .top .wrapper .mynav .lnr-chevron-left {
  display: inline-block;
  float: left;
}
.weather-card .top .wrapper .mynav .lnr-cog {
  display: inline-block;
  float: right;
}
.weather-card .top .wrapper .heading {
  font-size: 35px;
  font-weight: 400;
  color: #fff;
}
.weather-card .top .wrapper .location {
  margin-top: 5px;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
}
.weather-card .top .wrapper .temp {
  margin-top: 20px;
}
.weather-card .top .wrapper .temp a {
  text-decoration: none;
  color: #fff;
}
.weather-card .top .wrapper .temp a .temp-type {
  font-size: 85px;
}
.weather-card .top .wrapper .temp .temp-value {
  display: inline-block;
  font-size: 85px;
  font-weight: 600;
  color: #fff;
}
.weather-card .top .wrapper .temp .deg {
  display: inline-block;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  vertical-align: top;
  margin-top: 10px;
}
.weather-card .top:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.625);
}

.weather-card .black:after {
  background: none !important;
}


.weather-card .bottom .wrapper .forecast {
  overflow: hidden;
  margin: 0;
  font-size: 0;
  padding: 0;
  padding-top: 20px;
  max-height: 155px;
}
.weather-card .bottom .wrapper .forecast a {
  text-decoration: none;
  color: #000;
}
.weather-card .bottom .wrapper .forecast .go-up {
  text-align: center;
  display: block;
  font-size: 25px;
  margin-bottom: 10px;
}
.weather-card .bottom .wrapper .forecast li {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1em;
  margin-bottom: 30px;
}
.weather-card .bottom .wrapper .forecast li .date {
  display: inline-block;
}
.weather-card .bottom .wrapper .forecast li .condition {
  display: inline-block;
  vertical-align: middle;
  float: right;
  font-size: 25px;
}
.weather-card .bottom .wrapper .forecast li .condition .temp {
  display: inline-block;
  vertical-align: top;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding-top: 2px;
}
.weather-card .bottom .wrapper .forecast li .condition .temp .deg {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  margin-left: 3px;
  vertical-align: top;
}
.weather-card .bottom .wrapper .forecast li .condition .temp .temp-type {
  font-size: 20px;
}
.weather-card .bottom .wrapper .forecast li.active {
  color: rgba(0, 0, 0, 0.8);
}

.btn-sq-lg {
  width: 150px !important;
  height: 150px !important;
}

.btn-sq {
  width: 80px !important;
  height: 100px !important;
  font-size: 12px;
  line-height: 1.1;
}

.btn-sq-sm {
  width: 50px !important;
  height: 50px !important;
  font-size: 10px;
}

.btn-sq-xs {
  width: 25px !important;
  height: 25px !important;
  padding:2px;
}


.imglike {
  box-shadow: 0px 0px 1px 1px rgba(19,255,0,0.65);
  -webkit-box-shadow: 0px 0px 1px 1px rgba(19,255,0,0.65);
  -moz-box-shadow: 0px 0px 1px 1px rgba(19,255,0,0.65);
}

.imglike img{
  opacity: 1.0;
}

.imglike .textColor{
  color: #1cc88a;
 }

.imgpass {
  box-shadow: 0px 0px 1px 1px rgba(255,0,0,0.65);
  -webkit-box-shadow: 0px 0px 1px 1px rgba(255,0,0,0.65);
  -moz-box-shadow: 0px 0px 1px 1px rgba(255,0,0,0.65);
}

.imgpass img{
  opacity: 0.25;
}

.imgpass .textColor{
 color: #e74a3b;
}

.imglikeG {
  transform: scale(0.95);
}

.imglikeG .imgDIV{
  filter: drop-shadow(0 0 .95rem rgba(0,255,0,0.65));
  opacity: 1.0;
}

.imglikeG div .iconLIKE{
  filter: drop-shadow(0 0 .95rem rgba(0,255,0,0.65)) !important;
  transform: scale(1.0);
}

.imglikeG div .iconPASS{
  filter: drop-shadow(0 0 0 rgba(255,0,0,0.65)) !important;
  transform: scale(0.75);
}

.imgpassG {
  transform: scale(0.95);
}

.imgpassG .imgDIV{
  filter: drop-shadow(0 0 .95rem rgba(255,0,0,0.65));
  opacity: 0.90;
}

.imgpassG div .iconLIKE{
  filter: drop-shadow(0 0 0 rgba(0,255,0,0.65)) !important;
  transform: scale(0.75);
}

.imgpassG div .iconPASS{
  filter: drop-shadow(0 0 .95rem rgba(255,0,0,0.65)) !important;
  transform: scale(1.0);
}



.imgACT img{
  opacity: 1.0;
}

.imgACT .imgDELicon{
 opacity: 0.0;
}

.imgACTG {
  transform: scale(0.95);
}

.imgACTG .imgDIV{
  opacity: 1.0;
}

.imgACTG .iconDEL{
  display: block;
}

.imgACTG .iconACT{
  display: none;
}



.imgDEL img{
  opacity: 0.25;
}

.imgDEL .imgDELicon{
 opacity: 1.0;
}

.imgDELG {
  transform: scale(0.95);
}

.imgDELG .imgDIV{
  opacity: 0.80;
}

.imgDELG .iconDEL{
  display: none;
}

.imgDELG .iconACT{
  display: block;
}


.opacity-25{
  opacity: 0.25;
}

.opacity-90{
  opacity: 0.90;
}


/* ======================== */
/*   Syed Sahar Ali Raza   	*/
/* ========================	*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
body{background-color:#eee;}

#generic_price_table{
	background-color: #f0eded;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
	background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price{
	background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li{
	color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
	color: #414141;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	background-color: #E4E4E4;
	border-left: 5px solid #2ECC71;
}

#generic_price_table .generic_content .generic_price_btn a{
	border: 1px solid #2ECC71;
    color: #2ECC71;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: #2ECC71 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #2ECC71;
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a{
	background-color: #2ECC71;
	color: #fff;
}
#generic_price_table{
	margin: 50px 0 50px 0;
    font-family: 'Raleway', sans-serif;
}
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
	overflow: hidden;
	position: relative;
	text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
	margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
	margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
	position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
    font-family: "Raleway",sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
	padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
	display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-family: "Lato",sans-serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
	font-family: "Lato",sans-serif;
	font-size: 16px;
	padding: 5px 0;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
	padding: 0 5px;
}
#generic_price_table .generic_content .generic_price_btn{
	margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a{
    border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 320px) {
}

@media (max-width: 767px) {
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#generic_price_table .col-md-3{
		float:left;
		width:50%;
	}

	#generic_price_table .col-md-4{
		float:left;
		width:50%;
	}

	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
#generic_price_table_home{
	 font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a{
	color: #7885CB;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
}
.demo-pic{
	margin: 0 auto;
}
.demo-pic:hover{
	opacity: 0.7;
}

#generic_price_table_home ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}
#generic_price_table_home li{
	float: left;
}
#generic_price_table_home li + li{
	margin-left: 10px;
	padding-bottom: 10px;
}
#generic_price_table_home li a{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0px;
}
#generic_price_table_home .blue{
	background: #3498DB;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
	background: #2ECC71;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
	background: #7F8C8D;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
	background: #34495E;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
	background: #E67E22;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
	background: #9B59B6;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
	background: #E74C3C;
	transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
	background: #1ABC9C;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
	border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
#generic_price_table_home .divider span{
	width: 100%;
	display: table;
	height: 2px;
	background: #ddd;
	margin: 50px auto;
	line-height: 2px;
}
#generic_price_table_home .itemname{
	text-align: center;
	font-size: 50px ;
	padding: 50px 0 20px ;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext{
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer{
	padding:40px 0;
}

.price-heading{
    text-align: center;
}
.price-heading h1{
	color: #666;
	margin: 0;
	padding: 0 0 50px 0;
}
.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium ;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bottom_btn{
	background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;

}
.bottom_btn:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
}



    .chatbot-container #chat-container {
      height: 80vh;
      display: flex;
      flex-direction: column;
      width: 100%;
      margin: auto;
      background: white;
    }
    .chatbot-container #chat {
      margin-top: 20px;
      flex-grow: 1;
      overflow-y: auto;
      padding: 1rem;
    }
    .chatbot-container .message {
      margin: 0.5rem 0.5rem;
      max-width: 90%;
      padding: 1rem 1rem;
      border-radius: 20px;
      line-height: 1.4;
    }

    .chatbot-container .bot {
        background: #e4e6eb;
        align-self: flex-start;
            position: relative;
        padding-left: 70px; /* deja espacio para la imagen */
    }

    .chatbot-container .bot::before {
        content: '';
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        background-image: var(--after-bg-image-bot);
        background-size: cover;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        border-radius: 50%; /* opcional, si quieres que se vea redonda */
    }

    .chatbot-container .user {
      background: #0b93f6;
      color: white;
      align-self: flex-end;
      margin-left: auto;
      text-align: right;
      position: relative;
      padding-right: 70px;
      /*text-align: right;*/
    }

    .chatbot-container .user::after {
        content: '';
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        background-image: var(--after-bg-image-user);
        background-size: cover;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        border-radius: 50%; /* opcional, si quieres que se vea redonda */
    }


    .chatbot-container #input-container {
      display: flex;
      border-top: 1px solid #ddd;
      padding: 0.5rem;
      background: #fff;
    }
    .chatbot-container #respuesta {
      flex: 1;
      border: 1px solid #ccc;
      padding: 0.75rem;
      font-size: 1rem;
      border-radius: 20px;
      outline: none;
    }
    .chatbot-container button {
      background: #0b93f6;
      color: white;
      border: none;
      margin-left: 0.5rem;
      padding: 0.75rem 1.5rem;
      border-radius: 20px;
      cursor: pointer;
      font-weight: bold;
    }
    .chatbot-container #resumen {
      padding: 1rem;
      font-size: 0.95rem;
      background: #fffbe6;
      border-top: 1px solid #eee;
      display: none;
    }
    .chatbot-container #typing {
      font-size: 0.9rem;
      margin-top: 0.5rem;
      color: #888;
      font-weight: 900;
    }

    .chatbot-container .typing {
      display: inline-block;
      font-style: italic;
      font-size: 0.9rem;
    }

    .chatbot-container .dot {
      display: inline-block;
      width: 4px;
      height: 4px;
      margin: 0 2px;
      background-color: #888;;
      border-radius: 50%;
      opacity: 0;
      animation: blink 1.5s infinite;
    }

    .chatbot-container .dot:nth-child(1) {
      animation-delay: 0s;
    }

    .chatbot-container .dot:nth-child(2) {
      animation-delay: 0.3s;
    }

    .chatbot-container .dot:nth-child(3) {
      animation-delay: 0.6s;
    }

    @keyframes blink {
      0% { opacity: 0; transform: scale(0.5); }
      50% { opacity: 1; transform: scale(1); }
      100% { opacity: 0; transform: scale(0.5); }
    }


    .cv-analyzer #dropzone {
      border: 2px dashed #888;
      border-radius: 10px;
      width: 100%;
      height: 200px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #555;
      background: #fff;
      margin-bottom: 1rem;
      text-align: center;
      cursor: pointer;
    }

    .cv-analyzer #dropzone.hover {
      background-color: #eef;
      border-color: #33f;
      color: #33f;
    }

    .cv-analyzer #result {
      display: none;
      background: #fff;
      padding: 1rem;
      border-radius: 5px;
      width: 100%;
      border: 1px solid #ccc;
      position: relative;
    }

    .cv-analyzer #progressBarContainer {
      width: 100%;
      background-color: #eee;
      border-radius: 5px;
      margin-top: 1rem;
      height: 16px;
      display: none;
    }
    .cv-analyzer #progressBar {
      width: 0%;
      height: 100%;
      background-color: #4caf50;
      border-radius: 5px;
      transition: width 0.3s ease;
    }
    .cv-analyzer .loader {
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 3px solid #ccc;
      border-top: 3px solid #333;
      border-radius: 50%;
      animation: spin 1s linear infinite;
      vertical-align: middle;
      margin-right: 10px;
    }
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    .cv-analyzer #fileInput {
      display: none;
    }


  /* sangría mínima y guía visual */
  .comment { border-left: 2px solid #e9ecef; padding-left: .5rem; }
  /* eliminar indentación extra del componente media */
  .comment.media { margin-left: 0 !important; padding-left: 0 !important; }
  /* avatares con poco empuje lateral */
  .comment img { margin-right: .4rem !important; margin-left: .2rem !important; }
  /* ajuste de líneas largas (tu opción 1) */
  .comment .media-body {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
  }
  /* botones de acción solo icono */
  .comment-actions a { text-decoration: none; }
  .comment-actions i { opacity: .7; }
  .comment-actions a:hover i { opacity: 1; }

  .fade-bg {
    animation: fadeToWhite 5s forwards;
  }

@keyframes fadeToWhite {
  from {
    background: rgba(166, 241, 166, 0.5);
  }
  to {
    background: white;
  }
}
/* Asegura que el textarea no meta espacio extra abajo */
.reply-editor .form-control {
  margin-bottom: 0;
}

/* Hace que el botón iguale la altura del textarea */
.reply-editor .btn-enviar-reply {
  align-self: stretch;     /* <- la clave */
  display: flex;           /* para centrar el texto verticalmente */
  align-items: center;
  justify-content: center;
}