@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700&display=swap");
/*$body-bg: #1e1e1e;*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

body {
  background-color: #292c3d;
  color: white;
}

.card {
  background-color: #3b3d4f;
  border-color: #3b3d4f;
}

.dataTables_filter input {
  width: 300px !important;
}

.counter-item {
  text-align: right;
  display: inline-block;
  padding-left: 20px;
}

.counter-item div {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 5px;
}

.counter-item span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

.counter-item a:hover {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: inherit;
}

.modal-xxl {
  max-width: 90%;
}

.btn-xs {
  padding: .20rem .3rem;
  font-size: .7rem;
  line-height: 1.2;
  border-radius: .2rem;
}

.h5-font-weight {
  font-weight: 600;
}

.form-error:not(input):not(select):not(textarea) {
  margin-top: .25rem;
  color: #dc3545;
  font-style: italic;
  font-size: small;
}

.line-clamp {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

/*Messagebox */
.divMessageBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000;
}

.MessageBoxContainer {
  position: relative;
  top: 35%;
  color: white;
  position: relative;
  width: 100%;
  background-color: #232323;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
}

.MessageBoxContainer input {
  width: 50%;
  padding: 5px;
}

.MessageBoxContainer select {
  width: 50%;
  padding: 5px;
}

.MessageBoxMiddle {
  position: relative;
  left: 20%;
  width: 60%;
}

.MessageBoxMiddle .MsgTitle {
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 300;
}

.MessageBoxMiddle .pText {
  font-size: 30px;
}

.MessageBoxButtonSection {
  width: 100%;
  height: 30px;
}

.MessageBoxButtonSection button {
  float: right;
  margin-right: 7px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: bold;
}

/* End of MessageBox */
.LoadingBoxContainer {
  position: relative;
  top: 20%;
  color: white;
  position: relative;
  width: 100%;
  background-color: #232323;
}

.LoadingBoxContainer .MsgTitle {
  font-size: 26px;
}

.LoadingBoxContainer .pText {
  font-size: 30px;
}

.LoadingBoxMiddle {
  position: relative;
  left: 20%;
  width: 50%;
  padding: 10px;
}

#LoadingPoints {
  position: absolute;
}

/* bigBoxes */
.bigBox {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #004d60;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  width: 390px;
  height: 150px;
  color: white;
  z-index: 99999;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  border-left: 5px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.bigBox span {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -1px;
  padding: 5px 0 !important;
  display: block;
}

.bigBox p {
  font-size: 13px;
  margin-top: 10px;
}

.bigBox .bigboxicon {
  font-size: 30px;
  text-align: left;
  position: absolute;
  top: 120px;
  left: 6px;
  z-index: 0;
}

.bigBox .bigboxnumber {
  width: 100%;
  text-align: right;
  font-size: 25px;
}

#divMiniIcons {
  position: fixed;
  width: 415px;
  right: 10px;
  bottom: 180px;
  z-index: 9999;
  float: right;
}

#divMiniIcons .cajita {
  text-align: center;
  vertical-align: middle;
  padding: 4px 6px;
  color: #FFF;
  float: right;
  cursor: pointer;
  display: block;
  background-color: #F00;
  font-size: 17px;
  margin-left: 4px;
  margin-top: 5px;
}

#divMiniIcons .cajita:active {
  top: 1px;
  left: 1px;
  position: relative;
}

.botClose {
  position: absolute;
  right: 10px;
  height: 16px;
  width: 15px;
  cursor: pointer;
  font-size: 18px;
  opacity: .5;
  display: block;
  top: 10px;
}

.botClose:hover {
  opacity: 1;
}

.cajita img {
  width: 23px;
  height: 23px;
  padding-left: 3px;
  padding-top: 3px;
}

/* End of  bigBoxes */
/* SmallBox */
#divSmallBoxes {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.SmallBox {
  position: absolute;
  right: 5px;
  top: 20px;
  width: 420px;
  color: white;
  z-index: 9999;
  overflow: hidden;
  border: 1px solid transparent;
}

.SmallBox:hover {
  border: 1px solid #fff;
  cursor: pointer;
}

.SmallBox .foto {
  font-size: 50px;
  position: absolute;
  left: 17px;
}

.SmallBox .textoFull {
  width: 93%;
  float: left;
  padding-left: 20px;
}

.SmallBox .textoFoto {
  width: 78%;
  margin: 3px 20px 3px 80px;
  float: left;
}

.SmallBox span {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -1px;
  display: block;
  margin: 4px 0;
}

.SmallBox p {
  font-size: 13px;
  margin-top: 2px;
}

.miniPic {
  position: absolute;
  bottom: 8px;
  right: 9px;
}

.miniIcono {
  height: 100%;
  font-size: 20px;
}

/* End of SmallBox */
#pageslide {
  /* These styles MUST be included. Do not change. */
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  /* Specify the width of your pageslide here */
  width: 305px;
  padding: 20px;
  /* These styles are optional, and describe how the pageslide will look */
  background-color: #004d60;
  color: #fff;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 0px 0px #222;
}

.purehtml {
  color: white;
  font-size: 16px;
}

/* Mobile Phones */
@media screen and (max-width: 450px) and (max-width: 767px) {
  /* SmallBox Responsive */
  #divSmallBoxes {
    position: fixed;
    width: 90%;
    right: 0;
    top: 0;
  }
  .SmallBox {
    width: 95%;
  }
  .SmallBox:hover {
    box-shadow: 0px 0px 10px #888888;
    cursor: pointer;
  }
  .SmallBox span {
    font-size: 16px;
    /*font-weight: bold;*/
  }
  .SmallBox p {
    font-size: 12px;
    margin-top: 2px;
  }
  .SmallBox .textoFull {
    width: 93%;
    float: left;
    padding-left: 20px;
  }
  .SmallBox .textoFoto {
    width: 55%;
    margin: 3px 20px 3px 80px;
    float: left;
  }
  /* End of SmallBox Responsive*/
  /* bigBoxes Responsive */
  .bigBox {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #004d60;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    width: 88%;
    height: 150px;
    color: white;
    z-index: 99999;
  }
  /* End of  bigBoxes  Responsive */
  /*Messagebox Responsive */
  .divMessageBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100000;
  }
  .MessageBoxContainer {
    position: relative;
    top: 25%;
    color: white;
    position: relative;
    width: 100%;
    background-color: #232323;
  }
  .MessageBoxMiddle {
    position: relative;
    left: 0;
    width: 100%;
    padding: 3px;
  }
  .MessageBoxMiddle .MsgTitle {
    font-size: 22px;
  }
  .MessageBoxMiddle .pText {
    font-size: 10px;
  }
  .MessageBoxContainer input {
    width: 50%;
    padding: 5px;
  }
  .MessageBoxContainer select {
    width: 50%;
    padding: 5px;
  }
  .MessageBoxButtonSection {
    width: 100%;
    height: 30px;
  }
  .MessageBoxButtonSection button {
    float: right;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* End of MessageBox Responsive */
}

/* Animations */
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.fast {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.status-cobranca-0 {
  color: white !important;
}

.status-cobranca-1 {
  color: white !important;
}

.status-cobranca-2 {
  color: #dc3545 !important;
}

.status-cobranca-3 {
  color: #4169E1 !important;
}

.status-cobranca-4 {
  color: #6c757d !important;
}

.status-cobranca-5 {
  color: #A0522D !important;
}

.status-cobranca-6 {
  color: #28a745 !important;
}

.status-cobranca-7 {
  color: #dc3545 !important;
}

.status-cobranca-8 {
  color: #FF4500 !important;
}

.status-cobranca-9 {
  color: #4169E1 !important;
}

.status-cobranca-10 {
  color: #A0522D !important;
}

.status-cobranca-11 {
  color: #FF4500 !important;
}

/*$custom_nav_primary: #007bff;*/
.custom-nav-style .nav-tabs {
  border-bottom: 1px solid #464646;
}

.custom-nav-style .nav-tabs .nav-link {
  border: 0px;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  text-transform: uppercase;
  font-weight: 600;
  color: whitesmoke;
  cursor: pointer;
}

.custom-nav-style .nav-tabs .nav-link:focus, .custom-nav-style .nav-tabs .nav-link:hover {
  border: 0px;
  /*background-color: rgba(152, 152, 152, 0.1);*/
  background-color: #27293d;
  text-decoration: none;
  color: #9B54B9;
}

.custom-nav-style .nav-tabs .nav-item.show .nav-link, .custom-nav-style .nav-tabs .nav-link.active {
  color: #9B54B9;
  background-color: unset;
  border: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 2px solid #9B54B9;
}

.robot-login-error {
  color: #DC143C;
}

.robot-runtime-error {
  color: #FF8C00;
}

.robot-running, .robot-started {
  color: #28a745;
}

.robot-queued {
  color: cyan;
}

.robot-finished {
  color: #e4e4e4;
}

.robot-cancelled {
  color: #FFD700;
}

.robot-users {
  color: #4499e5;
}

.robot-awaiting-schedule {
  color: #6cb2b4;
}

.robot-postponed {
  color: #69c2e6;
}

.robot-restricted {
  color: #ff4500;
}

.table-dark {
  color: #fff;
  background-color: #3b3d4f;
}

.table-dark thead {
  background-color: #1B1E2F;
}

.dataTables_filter .form-control:focus {
  color: white;
  background-color: #3b3d4f;
}

.dataTables_filter .form-control {
  color: white;
  background-color: #3b3d4f;
  border-color: #3b3d4f;
}

.dataTables_info {
  color: #c0c0c0;
}

.page-link {
  color: white;
  background-color: #32383e;
  border-color: #c0c0c0;
}

.page-item.disabled .page-link {
  color: #c0c0c0;
  background-color: #32383e;
  border-color: #c0c0c0;
}

table.dataTable tbody tr > .dtfc-fixed-left, table.dataTable tbody tr > .dtfc-fixed-right {
  background-color: #3b3d4f !important;
  color: white !important;
}

table.dataTable thead tr > .dtfc-fixed-left, table.dataTable thead tr > .dtfc-fixed-right {
  background-color: #1B1E2F !important;
  color: white !important;
}

.dtfc-right-top-blocker, .dtfc-left-top-blocker {
  display: none !important;
}

div.dataTables_scrollBody {
  border-left: none !important;
}

.form-control {
  color: white;
  background-color: #3b3d4f;
  border-color: #3b3d4f;
}

.form-control:focus {
  background-color: #3b3d4f !important;
  color: white;
}

.form-control::placeholder {
  color: #A0A0A0;
}

.form-control[readonly], .form-control:disabled {
  color: white !important;
  background-color: #3b3d4f !important;
  border-color: #3b3d4f;
}

.input-group .form-control {
  color: white;
  background-color: #3b3d4f;
  border-color: #ced4da !important;
}

.input-group .form-control[readonly], .input-group .form-control:disabled {
  color: white !important;
  background-color: #3b3d4f !important;
  border-color: #ced4da !important;
}

.custom-control-label::before {
  background-color: #32383e;
}

.bs-searchbox .form-control {
  color: unset;
  background-color: unset;
  border-color: #454d55 !important;
}

.bs-searchbox .form-control:focus {
  background-color: unset !important;
  color: unset;
}

.bs-searchbox .form-control::placeholder {
  color: unset;
}

.modal-content {
  background-color: #20262c;
  color: white;
  border: 1px solid #343a40;
}

.modal-content .close {
  color: white;
}

.modal-content .close:hover {
  color: white;
}

.modal-header {
  border-bottom-color: #343a40;
}

.modal-footer {
  border-top-color: #343a40;
}

.daterangepicker {
  color: black !important;
}

.input-group .form-control[readonly], .input-group .form-control:disabled {
  border-color: #32383e !important;
}

.menu-bar-background {
  background-color: #3b3d4f;
}

.btn-dark-catacliente {
  color: #fff;
  background-color: #292c3d;
  border-color: #292c3d;
}

.btn-primary-catacliente {
  color: #fff;
  background-color: #983cc6;
  border-color: #983cc6;
}

.btn-primary-catacliente:hover {
  color: #fff;
  background-color: #8024ae;
  border-color: #8024ae;
}

.text-secondary {
  color: #939CA4 !important;
}

a {
  color: #37b2ff;
}

a:hover {
  color: #1a70cd;
}

.badge-blue {
  color: #fff;
  background-color: #3490dc;
}

.btn-blue {
  color: #fff !important;
  background-color: #3490dc;
  border-color: #3490dc;
}

.btn-blue:hover {
  color: #fff;
  background-color: #2176bd;
  border-color: #2176bd;
}

.bg-blue {
  background-color: #3490dc !important;
}

.badge-indigo {
  color: #fff;
  background-color: #6574cd;
}

.btn-indigo {
  color: #fff !important;
  background-color: #6574cd;
  border-color: #6574cd;
}

.btn-indigo:hover {
  color: #fff;
  background-color: #3f51c1;
  border-color: #3f51c1;
}

.bg-indigo {
  background-color: #6574cd !important;
}

.badge-purple {
  color: #fff;
  background-color: #9561e2;
}

.btn-purple {
  color: #fff !important;
  background-color: #9561e2;
  border-color: #9561e2;
}

.btn-purple:hover {
  color: #fff;
  background-color: #7836da;
  border-color: #7836da;
}

.bg-purple {
  background-color: #9561e2 !important;
}

.badge-pink {
  color: #fff;
  background-color: #f66d9b;
}

.btn-pink {
  color: #fff !important;
  background-color: #f66d9b;
  border-color: #f66d9b;
}

.btn-pink:hover {
  color: #fff;
  background-color: #f33d7a;
  border-color: #f33d7a;
}

.bg-pink {
  background-color: #f66d9b !important;
}

.badge-red {
  color: #fff;
  background-color: #e3342f;
}

.btn-red {
  color: #fff !important;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-red:hover {
  color: #fff;
  background-color: #c51f1a;
  border-color: #c51f1a;
}

.bg-red {
  background-color: #e3342f !important;
}

.badge-orange {
  color: #fff;
  background-color: #f47f0e;
}

.btn-orange {
  color: #fff !important;
  background-color: #f47f0e;
  border-color: #f47f0e;
}

.btn-orange:hover {
  color: #fff;
  background-color: #c66609;
  border-color: #c66609;
}

.bg-orange {
  background-color: #f47f0e !important;
}

.badge-yellow {
  color: #212529;
  background-color: #ffed4a;
}

.btn-yellow {
  color: #212529 !important;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-yellow:hover {
  color: #212529;
  background-color: #ffe817;
  border-color: #ffe817;
}

.bg-yellow {
  background-color: #ffed4a !important;
}

.badge-green {
  color: #fff;
  background-color: #38c172;
}

.btn-green {
  color: #fff !important;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-green:hover {
  color: #fff;
  background-color: #2d995b;
  border-color: #2d995b;
}

.bg-green {
  background-color: #38c172 !important;
}

.badge-teal {
  color: #fff;
  background-color: #4dc0b5;
}

.btn-teal {
  color: #fff !important;
  background-color: #4dc0b5;
  border-color: #4dc0b5;
}

.btn-teal:hover {
  color: #fff;
  background-color: #39a197;
  border-color: #39a197;
}

.bg-teal {
  background-color: #4dc0b5 !important;
}

.badge-cyan {
  color: #fff;
  background-color: #6cb2eb;
}

.btn-cyan {
  color: #fff !important;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-cyan:hover {
  color: #fff;
  background-color: #3f9ae5;
  border-color: #3f9ae5;
}

.bg-cyan {
  background-color: #6cb2eb !important;
}

.badge-brown {
  color: #fff;
  background-color: #703636;
}

.btn-brown {
  color: #fff !important;
  background-color: #703636;
  border-color: #703636;
}

.btn-brown:hover {
  color: #fff;
  background-color: #4e2525;
  border-color: #4e2525;
}

.bg-brown {
  background-color: #703636 !important;
}

.badge-olive {
  color: #fff;
  background-color: #808000;
}

.btn-olive {
  color: #fff !important;
  background-color: #808000;
  border-color: #808000;
}

.btn-olive:hover {
  color: #fff;
  background-color: #4d4d00;
  border-color: #4d4d00;
}

.bg-olive {
  background-color: #808000 !important;
}

.badge-chocolate {
  color: #fff;
  background-color: #D2691E;
}

.btn-chocolate {
  color: #fff !important;
  background-color: #D2691E;
  border-color: #D2691E;
}

.btn-chocolate:hover {
  color: #fff;
  background-color: #a55318;
  border-color: #a55318;
}

.bg-chocolate {
  background-color: #D2691E !important;
}

.badge-orangered {
  color: #fff;
  background-color: #ff4500;
}

.btn-orangered {
  color: #fff !important;
  background-color: #ff4500;
  border-color: #ff4500;
}

.btn-orangered:hover {
  color: #fff;
  background-color: #cc3700;
  border-color: #cc3700;
}

.bg-orangered {
  background-color: #ff4500 !important;
}

/*$timeline-primary: #1d8cf8;
$timeline-secondary: #4f537b;
$timeline-info: #11cdef;
$timeline-success: #00bf9a;
$timeline-warning: #ff8d72;
$timeline-danger: #fd5d93;*/
.container {
  margin: 50px auto;
  margin-top: 15px;
  padding: 0;
}

.timeline {
  position: relative;
  padding-left: 3rem;
  margin: 0 0 0 30px;
  color: white;
}

.timeline:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #1B1E2F;
}

.timeline .timeline-container {
  position: relative;
  margin-bottom: 1.2rem;
}

.timeline .timeline-container .timeline-icon {
  position: absolute;
  left: -66px;
  top: 4px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #6c757d;
}

.timeline .timeline-container .timeline-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.timeline .timeline-container .timeline-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.timeline .timeline-container .timeline-body {
  background: #1B1E2F;
  border-radius: 3px;
  padding: 15px 15px 15px;
  box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.1);
}

.timeline .timeline-container .timeline-body:before {
  content: '';
  background: inherit;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -10px;
  transform: rotate(45deg);
  border-radius: 0 0 0 2px;
}

.timeline .timeline-container .timeline-body .timeline-title {
  margin-bottom: 1.4rem;
}

.timeline .timeline-container .timeline-body .timeline-title .badge {
  background: #6c757d;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}

.timeline .timeline-container .timeline-body .timeline-subtitle {
  font-style: italic;
  opacity: .4;
  margin-top: 16px;
  font-size: 11px;
}

.timeline .timeline-container.primary .badge,
.timeline .timeline-container.primary .timeline-icon {
  background: #007bff !important;
}

.timeline .timeline-container.info .badge,
.timeline .timeline-container.info .timeline-icon {
  background: #17a2b8 !important;
}

.timeline .timeline-container.success .badge,
.timeline .timeline-container.success .timeline-icon {
  background: #00bf9a !important;
}

.timeline .timeline-container.warning .badge,
.timeline .timeline-container.warning .timeline-icon {
  background: #ffc107 !important;
}

.timeline .timeline-container.danger .badge,
.timeline .timeline-container.danger .timeline-icon {
  background: #dc3545 !important;
}

.timeline .timeline-container.secondary .badge,
.timeline .timeline-container.secondary .timeline-icon {
  background: #6c757d !important;
}

.timeline .timeline-container.notif .badge,
.timeline .timeline-container.notif .timeline-icon {
  background: purple !important;
}

.whatsapp-chat .message {
  border-radius: 5px;
  font-size: 13px;
  position: relative;
}

.whatsapp-chat .message p {
  margin-bottom: 0px !important;
}

.whatsapp-chat .message audio {
  margin: 10px 5px;
}

.whatsapp-chat .message video {
  margin: 10px 5px;
}

.whatsapp-chat .message img {
  max-width: 300px;
  border-radius: 5px;
  border: 2px solid transparent;
}

.whatsapp-chat .message > div:last-child {
  text-align: right;
}

.whatsapp-chat .message > div:first-child {
  text-align: left;
  font-weight: bold;
  padding-bottom: 5px;
}

.whatsapp-chat .message hr {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

.whatsapp-chat .message-agent {
  /*background-color: #318D7C;*/
  background-color: #005c4b;
  /*background-color: #9861B6;*/
}

.whatsapp-chat .message-user {
  background-color: #3b3d4f;
}

.whatsapp-chat .message-history-context {
  text-align: center;
  background-color: darkslategray;
}

.whatsapp-chat .conversation {
  background-color: #3b3d4f;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px;
  /*margin-top: 5px;
        margin-bottom: 5px;*/
  margin: 5px 5px;
  cursor: pointer;
  position: relative;
}

.whatsapp-chat .active {
  background-color: green;
}

.whatsapp-chat #chat_history {
  max-height: calc(100vh - 270px);
  min-height: calc(100vh - 270px);
  overflow: auto;
  overflow-x: hidden;
}

.whatsapp-chat #conversations {
  max-height: calc(100vh - 180px);
  min-height: calc(100vh - 180px);
  overflow: auto;
  overflow-x: hidden;
}

.whatsapp-chat .unread-count {
  font-size: 12px;
  float: right;
  margin: 5px;
}

.whatsapp-chat .msg-status {
  position: absolute;
  right: 5px;
  bottom: -1px;
}

.whatsapp-chat .msg-status ion-icon {
  font-size: 20px;
  pointer-events: none;
}

.whatsapp-chat .msg-timestamp {
  position: absolute;
  right: 30px;
  bottom: 3px;
}

.whatsapp-chat .no-border {
  border: 0px;
  box-shadow: none;
}

.whatsapp-chat .no-border:disabled {
  background-color: #32383e;
}

.whatsapp-chat .message-unread {
  border-left: 5px solid green;
}

.whatsapp-chat .message-quote {
  border: 0px;
  border-left: 3px solid #ccc;
  padding: 10px;
  margin-bottom: 5px !important;
  border-radius: 3px;
  background-color: rgba(21, 33, 40, 0.6);
}

.whatsapp-chat .message-quote div:first-child {
  text-align: left;
  font-weight: bold;
  padding-bottom: 5px;
}

.whatsapp-chat .wa-status-default {
  color: #d5d6d7 !important;
}

.whatsapp-chat .wa-status-read {
  color: #53bdeb !important;
}

.whatsapp-chat .wa-status-failed {
  color: #dc3545 !important;
}

.whatsapp-chat .input-group-custom input {
  border: none !important;
  background-color: #3b3d4f;
}

.whatsapp-chat .input-group-custom input:focus {
  box-shadow: none;
}

.whatsapp-chat .input-group-custom .input-group-text {
  background-color: #3b3d4f;
  color: #c0c0c0;
  border: none !important;
}

.whatsapp-chat .message-box {
  background-color: #3b3d4f;
  align-items: center;
  display: flex;
  border-radius: 5px;
}

.whatsapp-chat .message-box textarea {
  display: inline;
  min-height: 50px;
}

.whatsapp-chat .message-box a {
  color: #c0c0c0 !important;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.whatsapp-chat .dropzone {
  background: #20262c;
  border-radius: 5px;
  border: 2px dashed #c0c0c0;
  border-image: none;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  color: #c0c0c0;
}

.whatsapp-chat .dropzone .dz-preview .dz-image {
  border-radius: unset;
}

.whatsapp-chat .conversation-menu {
  background-color: #3b3d4f;
  border-radius: 3px;
}

.form-login {
  margin-top: 15px;
}

.form-login div {
  margin-bottom: 15px;
}

.form-login input[type="email"], .form-login input[type="password"] {
  width: 100%;
  display: block;
  color: white;
  padding: 10px 10px;
  font-size: 16px;
  border: 1px solid #3b3d4f;
  border-radius: 3px;
  background-color: #3b3d4f;
}

.form-login .btn-login {
  background-color: #983cc6;
  border: 0px;
  border-radius: 3px;
  font-size: 16px;
  padding: 7px 3px;
  width: 100%;
  color: #ccc;
}

.login-header {
  text-align: center;
}

.login-logo-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
}
