/* 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 */
}

.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%;
}

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

@keyframes grow {
  0% { max-height: var(--lineHeight); }
  100% { max-height: calc(var(--lineHeight) * var(--lines)); }
}

@keyframes carriageReturn {
  0% { top: 0; }
  100% { top: calc(var(--lineHeight) * var(--lines)); }
}

@keyframes type {
  0% { width: 100%; }
  100% { width: 0%; }
}

@keyframes caret {
  0% { color: var(--bgColor); }
  100% { color: black; }
}

.typewriter {
  --bgColor: white;
  --lines: 500;
  --lineHeight: 1.0rem;
  --timePerLine: 1s;
  --widthCh: 12;
  --width: calc(var(--widthCh) * 1ch);
  /* do not touch the time property!!! */
  --time: calc(var(--lines) * var(--timePerLine));
  animation: grow var(--time) steps(var(--lines));
  animation-fill-mode: forwards;
  animation-delay: var(--delay);
  background: var(--bgColor);
  line-height: var(--lineHeight);
  max-height: var(--lineHeight);
  overflow: hidden;
  position: relative;
  width: var(--width);
  /* word-break: break-all; */
}

.typewriter::before {
  content: "";
  animation:
    type var(--timePerLine) linear infinite,
    carriageReturn var(--time) steps(var(--lines)) var(--lines),
    caret 0.5s steps(2) infinite;
  animation-delay: var(--delay);
  background: var(--bgColor);
  border-left: 2px solid;
  bottom: 0;
  height: 2rem;
  position: absolute;
  right: 0;
  width: 100%;
}

.typewriter.no-caret::before {
  border-left-width: 0;
}

.typewriter.big-caret::before {
  border-left-width: 1ch;
}

.typewriter.monospace {
  font-family: monospace, monospace;
}

.typewriter.monospace::before {
  animation:
    type var(--timePerLine) steps(var(--widthCh)) infinite,
    carriageReturn var(--time) steps(var(--lines)) var(--lines),
    caret 0.5s steps(2) infinite;
  animation-delay: var(--delay);
}

.lorem {
  --widthCh: 150;
  --timePerLine: 1s;
}

.border-selected{
  -webkit-box-shadow: 0px 0px 10px 1px  rgba(171,87,7,0.82);
  box-shadow: 0px 0px 10px 1px rgba(171,87,7,0.82);
}