@import url('https://fonts.googleapis.com/css?family=Rubik+Mono+One&display=swap');
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
::-webkit-scrollbar {
  height: 16px;
  overflow: visible;
  width: 16px;
}
::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 4px;
}
::-webkit-scrollbar-track:horizontal {
  border-width: 4px 0 0;
}
::-webkit-scrollbar-track:hover {
  background-color: rgba(0,0,0,0.05);
  box-shadow: inset 1px 0 0 rgba(0,0,0,0.1);
}
::-webkit-scrollbar-track:horizontal:hover {
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
}
::-webkit-scrollbar-track:active {
  background-color: rgba(0,0,0,0.05);
  box-shadow: inset 1px 0 0 rgba(0,0,0,0.14), inset -1px 0 0 rgba(0,0,0,0.07);
}
::-webkit-scrollbar-track:horizontal:active {
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.14), inset 0 -1px 0 rgba(0,0,0,0.07);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 1px 1px 1px 6px;
  min-height: 28px;
  padding: 100px 0 0;
  box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(0,0,0,0.07);
}
::-webkit-scrollbar-thumb:horizontal {
  border-width: 6px 1px 1px;
  padding: 0 0 0 100px;
  box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.07);
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0,0,0,0.4);
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0,0,0,0.5);
  box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
}
::-webkit-scrollbar-corner {
  background: transparent;
}
body::-webkit-scrollbar-track-piece {
  background-clip: padding-box;
  background-color: #f5f5f5;
  border: solid #fff;
  border-width: 0 0 0 3px;
  box-shadow: inset 1px 0 0 rgba(0,0,0,0.14), inset -1px 0 0 rgba(0,0,0,0.07);
}
body::-webkit-scrollbar-track-piece:horizontal {
  border-width: 3px 0 0;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.14), inset 0 -1px 0 rgba(0,0,0,0.07);
}
body::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 5px;
}
body::-webkit-scrollbar-thumb:horizontal {
  border-width: 5px 1px 1px;
}
body::-webkit-scrollbar-corner {
  background-clip: padding-box;
  background-color: #f5f5f5;
  border: solid #fff;
  border-width: 3px 0 0 3px;
  box-shadow: inset 1px 1px 0 rgba(0,0,0,0.14);
}
* {
  padding: 0;
  margin: 0;
}
html {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body,
html {
  height: 100%;
  min-height: 100%;
}
body {
  margin: 0;
  background: #F5F5F5;
}
.right {
  text-align: right;
}
.header {
  background: #424858;
  padding: 17px 0;
}
.header .company {
  max-width: 96px;
  max-height: 26px;
}
.header .company img {
  width: 100%;
}
.username {
  color: #FFFFFF;
  font-size: 0.8em;
  line-height: 30px;
}
button,
input,
optgroup,
select,
textarea {
  font-family: Source Sans Pro, sans-serif;
}
blockquote,
body,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
ul {
  margin: 0;
  padding: 0;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
button {
  cursor: pointer;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li > ol,
li > ul {
  margin-bottom: 0;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-style: none;
}
textarea {
  display: block;
  margin: 0;
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .5rem;
  color: #354052;
  font-weight: 500;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
p {
  font-size: .875rem;
}
dl dd,
dl dt,
p,
strong {
  color: #354052;
}
a {
  transition: color .15s ease-in-out;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
}
a,
a:hover {
  color: #2ea1f8;
}
a:hover {
  text-decoration: underline;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
code.parentesis:before,
kbd.parentesis:before,
pre.parentesis:before,
samp.parentesis:before {
  content: "(";
}
code.parentesis:after,
kbd.parentesis:after,
pre.parentesis:after,
samp.parentesis:after {
  content: ")";
}
code.parameter,
kbd.parameter,
pre.parameter,
samp.parameter {
  font-family: 'Rubik Mono One', sans-serif;
  background: none;
  text-transform: uppercase;
  text-indent: -9999px;
  font-size: 1em;
}
code.parameter.get,
kbd.parameter.get,
pre.parameter.get,
samp.parameter.get {
  color: #27b480;
}
code.parameter.get:before,
kbd.parameter.get:before,
pre.parameter.get:before,
samp.parameter.get:before {
  content: "GET";
}
code.parameter.post,
kbd.parameter.post,
pre.parameter.post,
samp.parameter.post {
  color: #ffb400;
}
code.parameter.post:before,
kbd.parameter.post:before,
pre.parameter.post:before,
samp.parameter.post:before {
  content: "POST";
}
code.parameter.put,
kbd.parameter.put,
pre.parameter.put,
samp.parameter.put {
  color: #097bed;
}
code.parameter.put:before,
kbd.parameter.put:before,
pre.parameter.put:before,
samp.parameter.put:before {
  content: "PUT";
}
code.parameter.custom,
kbd.parameter.custom,
pre.parameter.custom,
samp.parameter.custom {
  font-family: 'Open Sans', serif;
}
code.parameter.custom:before,
kbd.parameter.custom:before,
pre.parameter.custom:before,
samp.parameter.custom:before {
  font-family: 'Open Sans', serif;
  font-weight: bold;
  content: attr(data-text);
}
code.parameter.custom.blue,
kbd.parameter.custom.blue,
pre.parameter.custom.blue,
samp.parameter.custom.blue {
  color: #097bed;
  font-weight: bold;
}
code.parameter.custom.green,
kbd.parameter.custom.green,
pre.parameter.custom.green,
samp.parameter.custom.green {
  color: #27b480;
  font-weight: bold;
}
code.parameter.custom.grey,
kbd.parameter.custom.grey,
pre.parameter.custom.grey,
samp.parameter.custom.grey {
  color: #999;
  font-weight: bold;
}
code.parameter.custom.purple,
kbd.parameter.custom.purple,
pre.parameter.custom.purple,
samp.parameter.custom.purple {
  color: #5409ed;
  font-weight: bold;
}
code.parameter.custom.yellow,
kbd.parameter.custom.yellow,
pre.parameter.custom.yellow,
samp.parameter.custom.yellow {
  color: #ffb400;
  font-weight: bold;
}
.help-guide p {
  font-size: 1em;
  line-height: 30px;
  margin: 24px 0;
}
mark {
  background-color: #ff0;
  color: #fff;
}
small {
  font-size: 85%;
}
blockquote {
  padding-left: 15px;
  border-left: 3px solid #e6eaee;
}
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
:after,
:before {
  box-sizing: inherit;
}
.list-inline-item {
  display: inline-block;
  font-size: 0.8em;
}
.list-inline-item a {
  display: block;
  color: #FFFFFF;
  margin-right: 10px;
  line-height: 30px;
}
.navigation {
  background-color: #fff;
  border-bottom: 2px solid rgba(15,31,62,0.1);
  position: relative;
  z-index: 4;
}
ul.navigation-menu {
  display: block;
}
ul.navigation-menu li {
  display: inline-block;
  position: relative;
}
ul.navigation-menu li:first-child {
  border-right: 1px rgba(0,0,0,0.1) solid;
}
ul.navigation-menu li:first-child a {
  padding-left: 0;
}
ul.navigation-menu li a {
  display: block;
  color: rgba(15,31,62,0.8);
  font-size: 13px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  line-height: 59px;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}
ul.navigation-menu li a:hover {
  text-decoration: none;
  color: #398ff7;
}
ul.navigation-menu li a i {
  margin-right: 8px;
  font-size: 1.3em;
  position: relative;
  top: 3px;
}
ul.navigation-menu li:hover ul.submenu {
  opacity: 1;
  top: 100%;
  z-index: 2;
  display: block;
}
ul.navigation-menu li ul.submenu {
  position: absolute;
  top: 110%;
  left: -10px;
  background-color: #fff;
  border: 1px rgba(0,0,0,0.1) solid;
  min-width: 300px;
  opacity: 0;
  z-index: -1;
  display: none;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-shadow: 0 10px 22px -5px rgba(0,0,0,0.127);
  -moz-box-shadow: 0 10px 22px -5px rgba(0,0,0,0.127);
  box-shadow: 0 10px 22px -5px rgba(0,0,0,0.127);
}
ul.navigation-menu li ul.submenu li {
  display: block;
  white-space: nowrap;
  position: relative;
}
ul.navigation-menu li ul.submenu li:first-child {
  border: none;
}
ul.navigation-menu li ul.submenu li:nth-last-child(1) {
  border-top: 1px rgba(0,0,0,0.1) solid;
}
ul.navigation-menu li ul.submenu li a {
  line-height: 40px;
  padding: 5px 20px;
  padding-left: 40px;
}
ul.navigation-menu li ul.submenu li a i {
  font-size: 1em;
  position: absolute;
  top: 50%;
  transform: translate(-25px,-50%);
}
.authentication {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  background: #FFFFFF;
  border: 1px solid rgba(15,31,62,0.1);
  border-bottom: 2px solid rgba(15,31,62,0.1);
  width: 100%;
  max-width: 450px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
}
.authentication .company {
  text-align: center;
}
.authentication .login-form-stamp-link {
  font-size: 0.8em;
  display: block;
  margin-top: 20px;
  color: rgba(15,31,62,0.8);
}
meter {
  width: 100%;
  border-radius: 50px;
  height: 3px;
  margin: 0 auto;
  position: absolute;
  top: calc(95%);
  left: 50%;
  transform: translate(-50%,0);
}
.form-input {
  margin: 20px 0;
  position: relative;
}
.form-input label {
  display: block;
  color: rgba(15,31,62,0.8);
  font-size: 13px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  line-height: 29px;
  font-weight: 600;
  padding: 10px 0;
}
.form-input label i {
  font-size: 1.2em;
  position: relative;
  top: 2px;
  margin: 10px;
}
.form-input.half {
  display: inline-block;
  width: calc(49.5%);
}
.form-input.third {
  display: inline-block;
  width: calc(33%);
}
.form-input.third label,
.form-input.third input,
.form-input.half label,
.form-input.half input {
  width: 100%;
}
input[type="text"],
input[type="email"],
textarea,
input[type="password"] {
  display: block;
  width: 100%;
  border-radius: 3px;
  padding: 10px 10px;
  border: 1px solid rgba(15,31,62,0.1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: rgba(15,31,62,0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
input[type="password"]:focus {
  border: 1px solid #398ff7;
}
input[type="text"]:read-only,
input[type="email"]:read-only,
textarea:read-only,
input[type="password"]:read-only {
  opacity: .8;
  cursor: not-allowed;
}
select {
  display: block;
  width: 100%;
  border-radius: 3px;
  padding: 10px 10px;
  border: 1px solid rgba(15,31,62,0.1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: rgba(15,31,62,0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #398ff7;
}
input[type="password"] {
  letter-spacing: 10px;
}
button {
  color: #424858;
  border: 2px #424858 solid;
  border-radius: 40px;
  padding: 8px 25px;
  background: #FFFFFF;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 20px;
  transition: all .3s;
}
button:hover,
button:focus {
  color: #FFFFFF;
  background: #424858;
  padding: 8px 35px;
}
button.danger {
  border-color: #f75454;
  color: #fff;
  background-color: #f75454;
}
button.danger:hover {
  background-color: #fff;
  color: #f75454;
}
*:focus {
  outline: 0;
}
meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0,0,0,0.1);
  border-radius: 50px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
meter[value="1"]::-webkit-meter-optimum-value {
  background: red;
}
meter[value="2"]::-webkit-meter-optimum-value {
  background: yellow;
}
meter[value="3"]::-webkit-meter-optimum-value {
  background: orange;
}
meter[value="4"]::-webkit-meter-optimum-value {
  background: green;
}
@keyframes floating {
  0% {
    transform: translate3d(0,0,0);
  }
  45% {
    transform: translate3d(0,-10%,0);
  }
  55% {
    transform: translate3d(0,-10%,0);
  }
  100% {
    transform: translate3d(0,0,0);
  }
}
@keyframes floatingShadow {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(0.85);
  }
  55% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.poopy-browser {
  margin-top: 45px;
  margin-left: 50%;
  width: 45%;
  height: 40%;
  min-width: 100px;
  min-height: 150px;
  max-width: 300px;
  max-height: 200px;
  border: 3px solid #f75454;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  transform: translate(-50%,0);
}
.close,
.minimize,
.maximize {
  border-radius: 50%;
  border: 3px solid #f75454;
  width: 5px;
  height: 5px;
  float: left;
  margin-right: 3%;
}
.address-bar {
  width: 108%;
  margin-left: -4%;
  border-top: 3px solid #f75454;
  margin-top: 20px;
}
.x {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 3px solid #f75454;
  top: 55%;
  margin-left: -30px;
  left: 50%;
  margin-top: -30px;
  position: absolute;
}
.x:before,
.x:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 40px;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: 50%;
  margin-left: -20px;
  background-color: #f75454;
  content: '';
  display: block;
}
.x:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.whoops-wrapper {
  text-align: center;
  margin-top: 12px;
}
.whoops-wrapper .whoops {
  font-size: 32px;
}
.whoops-wrapper p {
  color: inherit;
}
.content {
  min-height: 81vh;
}
.content ul {
  list-style: none;
  font-weight: 600;
}
.content ul li {
  list-style-type: initial;
  margin-left: 20px;
  font-size: 13px;
  color: #354052;
  line-height: 22px;
  padding: 5px 0;
  font-weight: 400;
}
.content-box {
  background: #FFFFFF;
  position: relative;
  width: 100%;
  min-height: 1px;
  border: 1px #E6EAEE solid;
  padding: 15px;
}
.container-spaced {
  padding: 30px 0;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h2 {
  padding-bottom: 0.7em;
  font-size: 18px;
  font-weight: 600;
}
h3 {
  padding: 15px 0;
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid #ddd;
  margin-top: 10px;
}
h4 {
  padding: 0.7em 0;
  font-size: 16px;
  font-weight: 600;
}
h6 {
  margin-bottom: 22px;
  font-size: 13px;
  font-weight: 600;
}
.alert-danger,
.alert-error {
  background-color: #fddddd;
  color: #933432;
  border-color: #933432;
}
.alert-warning {
  background-color: #fef6dd;
  color: #957d32;
  border-color: #957d32;
}
.alert-success {
  background-color: #cff5f2;
  color: #0a7c71;
  border-color: #0a7c71;
}
.alert-info {
  background-color: #daeffd;
  color: #2b6a94;
  border-color: #2b6a94;
}
.alert {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  padding: 9px 19px 9px 15px;
  border-radius: 3px;
  font-size: 13px;
  border-width: 0;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  margin-bottom: 20px;
}
.alert * {
  color: inherit;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.btn {
  border: none;
}
.btn.btn-simple {
  margin-top: 0;
  background: none;
}
.btn.btn-simple:hover,
.btn.btn-simple:focus {
  padding: 8px 25px;
  background: #424858;
}
.elements-table .col {
  border-bottom: 1px rgba(0,0,0,0.1) solid;
}
.elements-table input.clean {
  border: none;
  padding: 12px 0;
  line-height: 29px;
  background: none;
}
.elements-table input.clean:hover,
.elements-table input.clean:focus {
  border: none;
  outline: 0;
}
.elements-table input.clean.success {
  color: #00ff00;
}
.elements-table .row:last-child .col {
  border: none;
}
.elements-table p {
  line-height: 60px;
  font-size: 13px;
}
.elements-table .btn {
  font-size: 13px;
  margin-top: 15px;
}
.mute {
  opacity: .5;
}
.footer {
  width: 100%;
  border-top: 1px rgba(0,0,0,0.1) solid;
  padding: 20px 0;
}
.footer p {
  font-size: 13px;
}
a.btn.btn-simple {
  font-size: 13px;
  padding: 8px 25px;
  text-decoration: none;
  border-radius: 50px;
  color: #424858;
  display: inline-block;
  font-weight: 600;
}
a.btn.btn-simple i {
  margin-right: 5px;
}
a.btn.btn-simple:hover,
a.btn.btn-simple:focus {
  background: #424858;
  color: #FFFFFF;
}
.accordion {
  border: none;
  background: none;
  padding: 10px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  color: #424858;
  margin: 5px 0;
  margin-top: 20px;
  border-radius: 50px;
}
.accordion:first-child {
  margin-top: 0;
}
.accordion:hover,
.accordion:focus {
  border: none;
  background: none;
  padding: 10px 20px;
  color: #2b6a94;
}
.accordion.active {
  background: #424858;
  color: #ffffff;
}
.accordion:after {
  font-family: 'Font Awesome 5 Pro', serif;
  content: '\f078';
  color: inherit;
  font-weight: bold;
  float: left;
  margin-right: 20px;
}
.active:after {
  content: "\f077";
}
.active + .panel {
  margin: 20px 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 13px;
  position: relative;
}
.panel .form-input {
  padding: 0;
  margin: 0;
}
.panel * {
  font-size: 13px;
  line-height: 29px;
}
.panel input,
.panel button {
  line-height: initial !important;
}
.accordion-panel-scrollable {
  position: relative;
  max-height: 620px;
  overflow-y: visible;
  overflow-x: hidden;
}
.accordion-panel-scrollable:hover {
  overflow-y: auto;
  overflow-x: hidden;
}
.separator {
  margin: 50px 0;
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,0.12);
  background: linear-gradient(90deg,#ffffff 5%,rgba(0,0,0,0.12) 50%,#ffffff 95%);
}
.param_item_table {
  width: 259px;
  max-width: 259px;
  overflow: hidden;
  font-size: 13px;
}
.param_item_table_2 {
  width: 500px;
  max-width: 500px;
  overflow: hidden;
  font-size: 13px;
}
code {
  padding: .2em .4em;
  font-size: 1em;
  color: #505050;
  background-color: #f2f2f2;
  border-radius: 3px;
}
.embed-url {
  margin-top: 25px;
  padding: 20px 0;
  font-size: 1em;
  color: rgba(15,31,62,0.8);
  background-color: #f2f2f2;
  border-radius: 3px;
  text-align: center;
}
.embed-url input {
  border: #f2f2f2;
  background-color: #f2f2f2;
  text-align: center;
  font-weight: 500;
  font-size: 1em;
  padding: 0;
}
.embed-url .divPut {
  opacity: .8;
  cursor: not-allowed;
}
.embed-url input:focus {
  border: #f2f2f2;
}
h6 i {
  position: relative;
  top: 3px;
  font-size: 1.2em;
  margin-right: 10px;
}
.breadcrumbs {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
  border-bottom: 2px solid rgba(15,31,62,0.1);
  position: relative;
}
.breadcrumbs li {
  list-style: none;
  display: inline;
  padding: 0;
  margin: 0;
}
.breadcrumbs li:last-child {
  font-weight: bold;
}
.breadcrumbs li:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Pro';
  margin-left: 15px;
  opacity: .4;
}
.breadcrumbs li:last-child:after {
  content: "";
}
.marker {
  background-color: Yellow;
}
.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}
.switch input {
  display: none;
}
.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
  transform: scale(.7);
}
.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 26px;
}
input:checked + .slider {
  background-color: #66bb6a;
}
input:checked + .slider:before {
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.chat-container {
  background: #ffffff url(https://subtlepatterns.com/patterns/geometry2.png) repeat 0 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  -webkit-animation: slide 60s linear infinite;
  max-width: 500px;
  padding: 40px;
  margin: 50px auto;
  position: relative;
  height: 460px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.133);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -400px 0;
  }
}
.speech-bubble {
  position: relative;
  max-width: 80%;
  margin: 20px 0;
  margin-right: 20%;
  clear: both;
  height: 130px;
}
.speech-bubble.user {
  margin-right: 0;
  margin-left: 20%;
}
.speech-bubble .user-image {
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 0;
  left: 10px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px #FFFFFF solid;
  box-shadow: 0 1px 28px 0 rgba(90,60,122,0.22);
}
.speech-bubble.user .user-image {
  display: none;
}
.speech-bubble .user-image img {
  width: 100%;
  height: 100%;
}
.speech-bubble .message-typing,
.speech-bubble .message-content {
  width: auto;
  background: #FFF;
  color: #452162;
  box-shadow: 0 1px 28px 0 rgba(90,60,122,0.22);
  position: relative;
  box-sizing: content-box;
  display: block;
  padding: 16px 24px;
  float: left;
  clear: both;
  text-align: left;
  margin: 10px 0;
  border-radius: 5px;
  margin-left: 60px;
  font-size: 13px;
}
.speech-bubble .message-content * {
  font-size: 13px;
  color: inherit;
}
.speech-bubble.user .message-content {
  float: right;
  clear: both;
  opacity: 1;
  background: #C8D0E9;
}
.speech-bubble .message-typing {
  background: #FFF url("../images/chat_typing.svg");
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 40px;
  text-indent: -9999px;
  position: absolute;
  bottom: 0;
}
.speech-bubble.user .message-typing {
  display: none;
}
.speech-bubble.bot.is_display_Y > .message-typing {
  display: none;
}
.speech-bubble.bot.is_display_Y > .message-content {
  display: block;
}
.speech-bubble.bot > .message-content {
  display: none;
}
.speech-bubble .message-date {
  display: none;
  text-align: right;
  float: left;
  clear: both;
  margin-left: 60px;
  margin-bottom: 20px;
}
.speech-bubble.is_display_Y .message-date {
  display: block;
}
.speech-bubble.visible .message-date {
  display: block;
  opacity: 0;
  animation: timestamp 1s ease-in-out forwards 2s;
}
.speech-bubble .message-date .timestamp {
  color: rgba(0,0,0,0.4);
  font-size: 11px;
}
.speech-bubble.user .message-date {
  display: block;
  text-align: left;
  float: right;
}
.customization-panel > div > div:nth-child(2) > img {
  margin: 15px auto;
}
.vertical-align * {
  margin: 25px auto;
}
.labelSpan {
  margin: 0 10px;
}
.sortable {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  background: #FFFFFF;
}
.sortable-list {
  padding-bottom: 20px;
}
.sortable.drag {
  background: #2d2d2d;
}
.editable-border {
  border: 2px transparent solid;
}
.editable-border:hover {
  cursor: pointer;
  border: 2px #ff0000 dashed;
}
#buttons {
  position: relative;
  max-width: 80%;
  clear: both;
  margin: 10px 0;
}
#buttons button {
  display: block;
  cursor: pointer;
  border-radius: 30px;
  background-color: #ee0076;
  border: 1px #ee0076 solid;
  color: #FFFFFF;
  font-family: 'Arimo', sans-Serif;
  font-size: 12px;
  min-width: 120px;
  font-weight: 700;
  padding: 10px 25px;
  margin: 10px 5px;
  transition: all .2s;
  width: 100%;
}
#buttons button:hover {
  opacity: .8;
}
.chat-container * {
  -webkit-transition: all .51s;
  -moz-transition: all .51s;
  -ms-transition: all .51s;
  -o-transition: all .51s;
  transition: all .51s;
}
label.element-list-checkbox {
  margin: 0;
  padding: 0;
}
.element-list-checkbox div {
  margin: 0 40px;
  cursor: pointer;
}
.element-list-checkbox div:hover {
  background: rgba(0,0,0,0.04);
  border-radius: 5px;
}
.element-list-checkbox input[type="checkbox"] {
  position: relative;
  top: 2px;
  margin: 0 20px;
}
.stamp.green.clone {
  opacity: .6;
  background: #27b480;
  color: #ffffff;
  padding: 1px 4px;
  margin-left: 10px;
  border-radius: 4px;
  transition: all .4s;
}
.stamp.green.clone:before {
  content: "Cópia Recente";
  transition: all .4s;
}
.stamp.green.clone:after {
  text-indent: -9999px;
  width: 0;
  overflow: hidden;
  transition: all .4s;
}
.stamp.green.clone:hover {
  opacity: 1;
}
.stamp.green.clone:hover::after {
  content: attr(data-time);
  width: 113px;
  padding: 0 4px;
  transition: all .4s;
}
.act {
  border-radius: 5px;
  padding: 10px;
  background: #81B441;
}
.dsb {
  border-radius: 5px;
  padding: 10px;
  background: #f1f1f1;
}
.recording {
  width: 11px;
  height: 11px;
  background: red;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  top: -1px;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
abbr.recording {
  position: relative;
  top: 0;
  margin: 25px 0;
}
abbr.recording.mute {
  background: #bbb;
  animation: none;
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(232,61,78,0.7);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(232,61,78,0);
  }
  to {
    box-shadow: 0 0 0 0 rgba(232,61,78,0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(232,61,78,0.7);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(232,61,78,0);
  }
  to {
    box-shadow: 0 0 0 0 rgba(232,61,78,0);
  }
}
.livevar-record {
  padding: 20px;
  border-bottom: 1px rgba(0,0,0,0.05) solid;
  border-radius: 6px;
  display: block;
  background: white;
}
.livevar-record:last-child {
  border-bottom: none;
}
.livevar_loader .livevar-record:first-child {
  padding: 30px 25px;
  border: 2px #424858 solid;
  box-shadow: none;
}
.livevar-record-header {
  padding: 15px 20px;
  border-radius: 6px;
  font-weight: bold;
}
.livevar-dialog {
  cursor: pointer;
  position: relative;
}
.livevar-dialog:hover {
  background: rgba(0,0,0,0.071);
  padding: 3px 2px;
  border-radius: 4px;
}
.livevar-dialog:hover div {
  display: block;
}
.livevar-dialog div {
  display: none;
  position: absolute;
  z-index: 99999;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%,0) scale(1);
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.127);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.127);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.127);
  padding: 8px 0;
  min-width: 300px;
  border-radius: 6px;
}
.livevar-dialog div:after,
.livevar-dialog div:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.livevar-dialog div:after {
  border-color: rgba(255,255,255,0);
  border-top-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}
.livevar-dialog div:before {
  border-color: rgba(204,204,204,0);
  border-top-color: #ccc;
  border-width: 8px;
  margin-left: -8px;
}
.livevar-dialog div b,
.livevar-dialog div a {
  display: block;
  padding: 13px 20px;
  border-bottom: 1px rgba(0,0,0,0.1) solid;
}
.livevar-dialog div b {
  border-bottom: 1px rgba(0,0,0,0.1) solid !important;
}
.livevar-dialog div b span {
  font-weight: 400;
  display: block;
  font-size: .9em;
}
.livevar-dialog div a:last-child {
  border-bottom: none;
}
