/*
  Created on : Sep 18, 2018, 5:19:54 PM
  Author: ING. Renny Jose Luzardo Colina
  Author URI: https://ec.linkedin.com/in/rennyluzardo
  Version: 1.3
  License: SIDEVOX S.A.
  License URI: https://www.sidevox.com/
*/

@font-face {
  font-family: "Ubuntu";

  /* IE9 Compat Modes */
  src: url("../webfonts/Ubuntu-Regular?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../webfonts/Ubuntu-Regular.woff") format("woff"),
    /* Modern Browsers */
    url("../webfonts/Ubuntu-Regular.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../webfonts/Ubuntu-Regular.svg#svgFontName") format("svg");
  /* Legacy iOS */
}

@font-face {
  .pla font-family: "Ubuntu";
  font-weight: 700;
  font-style: normal;
  src: url("../webfonts/Ubuntu-Bold.ttf");
}

@font-face {
  font-family: "Ubuntu";
  font-weight: 700;
  font-style: italic;
  src: url("../webfonts/Ubuntu-BoldItalic.ttf");
}

@font-face {
  font-family: "Ubuntu";
  font-weight: 400;
  font-style: italic;
  src: url("../webfonts/Ubuntu-Italic.ttf");
}

@font-face {
  font-family: "Ubuntu";
  font-weight: 300;
  font-style: normal;
  src: url("../webfonts/Ubuntu-Light.ttf");
}

@font-face {
  font-family: "Ubuntu";
  font-weight: 300;
  font-style: italic;
  src: url("../webfonts/Ubuntu-LightItalic.ttf");
}

@font-face {
  font-family: "Ubuntu";
  font-weight: 500;
  font-style: normal;
  src: url("../webfonts/Ubuntu-Medium.ttf");
}

@font-face {
  font-family: "Ubuntu";
  font-weight: 500;
  font-style: italic;
  src: url("../webfonts/Ubuntu-MediumItalic.ttf");
}

@font-face {
  font-family: "Ubuntu";
  font-weight: 400;
  font-style: normal;
  src: url("../webfonts/Ubuntu-Regular.ttf");
}

body {
  font-family: Ubuntu, Arial, sans-serif;
  height: 100vh !important;
}

body #chat-sidebar::-webkit-scrollbar,
body .seccion-fieldset-first::-webkit-scrollbar,
body #reportPage::-webkit-scrollbar,
body #chat-conversations::-webkit-scrollbar,
body #iti-0__country-listbox::-webkit-scrollbar,
body #reportListTable_wrapper>div:nth-child(2)>div::-webkit-scrollbar {
  width: 0.6vw;
}

body #chat-sidebar::-webkit-scrollbar-thumb,
body #reportPage::-webkit-scrollbar-thumb,
body .seccion-fieldset-first::-webkit-scrollbar-thumb,
body #chat-conversations::-webkit-scrollbar-thumb,
body #iti-0__country-listbox::-webkit-scrollbar-thumb,
body #reportListTable_wrapper>div:nth-child(2)>div::-webkit-scrollbar-thumb {
  background-color: #00000041;
  border-radius: 20px;
}

.content {
  padding: 0;
  height: 100%;
}

.cv-container {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

body>div.wrapper>strong>strong>div.content-wrapper>section>div {
  margin: 0;
  width: 100%;
  height: 100%;
}

body>div.wrapper>strong>div.content-wrapper>section>div.table-responsive {
  margin: 0;
  width: 100%;
  height: 100%;
}

.login_content {
  padding: 0;
}

.main-content {
  padding: 0px 20px 20px;
  min-height: calc(100vh - 61px);
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

.bgc-grey-100,
.bgcH-grey-100:hover {
  background-color: #f9fafb !important;
}

.bdrs-0 {
  border-radius: 0 !important;
}

.bdw-0 {
  border-width: 0 !important;
}

.p-15 {
  padding: 15px !important;
}

.w-100 {
  width: 100% !important;
}

.strategies_card {
  min-height: 200px;
  padding: 30px 30px;
  display: flex;
  background-color: white;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s linear;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.strategies_card:hover {
  transform: scale(1.02);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.strategies_card:active {
  transform: scale(1.02);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.strategies_card .container-date {
  text-align: center;
  opacity: 70%;
  margin: 10px;
  background: #eaeef5;
  padding: 3px 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.strategies_card .container-date i {
  font-size: 13px;
}

.strategies_card .container-date span {
  font-size: 11px;
}

.strategies_card .strategies_card_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
  align-items: center;
  justify-content: center;
}

.strategies_card .background-image {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
    rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.strategies_card .strategies_card_content_body {
  padding: 0px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  padding-bottom: 0;
}

.strategies_card .strategies_card_content_body .strategies_card_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}

.strategies_card .strategies_card_content_body .strategies_card_title .icon {
  font-size: 15px;
  --fa-primary-color: var(--color-secundario);
  --fa-secondary-color: var(--texto-principal);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -20px;
}

.strategies_card .strategies_card_content_body .strategies_card_title h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.strategies_card .strategies_card_content_body p {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
  margin-bottom: 0;
  color: black;
}

@media screen and (max-width: 1439px) and (min-width: 992px) {
  #chat-conversations div.direct-chat-msg>div>p {
    font-size: 9pt !important;
  }

  .full-container {
    left: 0;
    padding-left: 0px;
  }
}

.full-container {
  left: 0;
  min-height: calc(100vh - 65px);
  position: absolute;
  right: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.pos-r {
  position: relative !important;
}

.fxw-nw {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.peers {
  box-sizing: border-box;
  display: flex !important;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;

  flex-flow: row wrap;
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  height: 65px;
}

#chat-sidebar {
  /*width: 250px;*/
  height: 83vh;
  overflow: auto;
}

@media screen and (max-width: 991px) {
  #chat-sidebar {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: -250px;
  }
}

.bdR {
  border-right: 1px solid rgba(0, 0, 0, 0.0625) !important;
}

.peer {
  display: block;
  height: auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  height: calc(100vh - 98px);
  margin: 0;
}

.d-f,
.layers {
  display: -webkit-box;
  display: flex;
}

.layers {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  align-items: center;
}

.h-100 {
  height: 100% !important;
}

.bdB {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0625) !important;
}

.w-100 {
  width: 100% !important;
}

.bdrs-0 {
  border-radius: 0 !important;
}

.bdw-0 {
  border-width: 0 !important;
}

.p-15 {
  padding: 15px !important;
}

.w-100 {
  width: 100% !important;
}

button,
input {
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  touch-action: auto;
}

.pos-r {
  position: relative !important;
}

.fxg-1 {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.bgc-white,
.bgcH-white:hover {
  background-color: #fff !important;
}

.bdB {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0625) !important;
}

.p-20 {
  padding: 3vh !important;
}

.cur-p {
  cursor: pointer;
}

.ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fxw-nw {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.peer>img {
  max-width: none;
}

.bdrs-50p {
  border-radius: 50% !important;
}

.h-3r,
.sz-3r {
  height: 5rem;
}

.sz-3r,
.w-3r {
  width: 5rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

.pL-20 {
  padding-left: 20px !important;
}

.peer-greed,
.peers-greed>.peer,
.peers-greed>.peers {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.lh-1 {
  line-height: 1 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.mB-0 {
  margin-bottom: 0 !important;
}

.c-green-500,
.cH-green-500:hover {
  color: #4caf50 !important;
}

.c-red-500,
.cH-red-500:hover {
  color: #f44336 !important;
}

.c-amber-500,
.cH-amber-500:hover {
  color: #ffc107 !important;
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

/*Cv4.0*/
#chat-conversations {
  overflow-y: auto;
  height: calc(98vh - 200px);
  /*background: #F5F5F5;*/
  /*background: #e1e1e3;*/
  /*background-image: url("../images/wp_1_new.png") !important;*/
}

/* .chat-selected {
  background-color: #e5ded4 !important;
} */

/*endCv4.0*/

.chat-input {
  border: 1px solid #ccc;
  border-radius: 15px;
}

.peer-greed,
.peers-greed>.peer,
.peers-greed>.peers {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.pX-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pY-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ai-c {
  -webkit-box-align: center;
  align-items: center;
}

.fxw-nw {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.d-n\@md\+ {
  display: none !important;
}

.c-grey-900,
.cH-grey-900:hover {
  color: #313435 !important;
}

.c-grey-900,
.cH-grey-900:hover {
  color: #212121 !important;
}

.td-n {
  text-decoration: none !important;
}

.mR-30 {
  margin-right: 30px !important;
}

[class*=" fa-"],
[class^="fa-"] {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mR-20 {
  margin-right: 20px !important;
}

.bdrs-50p {
  border-radius: 50% !important;
}

.c-grey-900,
.cH-grey-900:hover {
  color: #313435 !important;
}

.fsz-md {
  font-size: 2.15rem !important;
}

.td-n {
  text-decoration: none !important;
}

.gapY-15 {
  margin-top: -7.5px !important;
  margin-bottom: -7.5px !important;
}

[class*="gap"] {
  width: auto !important;
}

.bdrs-50p {
  border-radius: 50% !important;
}

.sz-2r,
.w-2r {
  width: 3rem;
}

.ai-fs {
  -webkit-box-align: start;
  align-items: flex-start;
}

.gapY-5>* {
  padding-top: 2.5px !important;
  padding-bottom: 2.5px !important;
}

.lh-3\/2 {
  line-height: 1.5 !important;
}

.pX-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pY-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.mR-10 {
  margin-right: 10px !important;
}

ai-fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mL-20 {
  margin-left: 20px !important;
}

.ord-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.ord-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.ai-fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.gapY-10>* {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.mL-10 {
  margin-left: 10px !important;
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  opacity: 0;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  position: absolute;
}

.ps__rail-x {
  height: 15px;
  bottom: 0;
}

.ps__rail-y {
  right: 0 !important;
  left: auto !important;
}

.ps__rail-y {
  width: 15px;
  right: 0;
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  opacity: 0;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  position: absolute;
}

.bdT {
  border-top: 1px solid rgba(0, 0, 0, 0.0625) !important;
  background-color: #ededed !important;
  height: 100%;
}

.bdrs-10em {
  border-radius: 10em !important;
}

.m-0 {
  margin: 0 !important;
}

html [type="button"] {
  -webkit-appearance: button;
}

.h-2r,
.sz-2r {
  height: 32px;
  height: 3rem;
}

.bdrs-50p {
  border-radius: 50% !important;
}

.sz-2r,
.w-2r {
  width: 32px;
  width: 3rem;
}

.r-1 {
  right: 1px;
}

.t-1 {
  top: 1px;
}

.p-0 {
  padding: 0 !important;
}

.pos-a {
  position: absolute !important;
}

.ps__thumb-y {
  -o-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  right: 2px;
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  position: absolute;
}

ps__rail-x,
.ps__rail-y {
  display: none;
  opacity: 0;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  position: absolute;
}

.ps__rail-x {
  height: 15px;
  bottom: 0;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps__rail-y {
  right: 0 !important;
  left: auto !important;
}

.ps__rail-y {
  width: 15px;
  right: 0;
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  opacity: 0;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  position: absolute;
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: 0.6;
}

.ps__rail-x:focus,
.ps__rail-x:hover,
.ps__rail-y:focus,
.ps__rail-y:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent;
}

.cv-call-actions {
  cursor: pointer;
  text-align: center;
}

#tdVideo {
  height: 400px;
  width: 100%;
  margin-top: 20px;
}

#videoCallDiv.connecting {
  width: 100%;
  background-image: url("../images/connecting.gif");
  background-repeat: no-repeat;

  /* Center and scale the image nicely */
  background-position: center;
}

.btn-circle {
  font-size: 30pt;
  border-radius: 20px;
}

.cv_invalid {
  border: 2px solid #ff0e0e !important;
}

.totalRegistries {
  float: right;
  display: inline;
  height: 100%;
  margin-top: 1%;
  color: #337ab7;
  font-weight: bold;
  white-space: nowrap;
}

.cv-list {
  width: 100%;
  /* height: 400px; */
  margin-top: 10px;
  /* overflow-y: auto; */
}

.cv-toolbar-paginator {
  float: right;
  width: 700px;
  color: #a94442;
}

.cv-toolbar-paginator button {
  color: #337ab7;
  margin-left: 1px;
  margin-right: 1px;
  cursor: pointer;
}

.cv-toolbar-buttons button {
  margin-left: 1px;
  margin-right: 5px;
}

.cv-toolbar-input-search {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 50vh;
}

.errorMessage {
  color: #d33724;
}

.cv-fieldset-label,
.cv-fieldset-label-first {
  color: rgb(0, 166, 90);
  font-size: 11pt;
  margin-bottom: 2px;
  font-weight: normal;
}

.cv-fieldset-label-second,
.cv-section-fieldset-label-second {
  cursor: pointer;
  font-size: 9pt;
  color: #a94442;
}

.cv-seccion-fieldset-label,
.cv-section-fieldset-label,
.cv-fieldset-label {
  cursor: pointer;
}

.cv-seccion {
  margin-top: 10px;
}

.ui-widget-header {
  background: #a94442 none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #fff;
  font-weight: bold;
}

.center {
  margin-top: 10px;
  text-align: center;
  background: #f5f7fa;
}

.canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.marine {
  color: #34495e;
}

.gray {
  color: #acadac;
}

.th-primary {
  background-color: #3c8dbc;
  color: #fff;
}

.font_normal {
  font-size: 10pt;
  font-weight: normal;
}

.font_bold {
  font-size: 10pt;
  font-weight: bold;
}

#cv-logo-dashboard {
  cursor: pointer;
}

#cv-init-contact {
  cursor: pointer;
}

.dataCell {
  cursor: pointer;
}

.text-justify {
  text-align: justify;
}

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

.tdCheck {
  width: 10px;
}

.ui-datepicker {
  position: relative;
  z-index: 10000 !important;
}

modal-blue,
.btn-contactvox-blue {
  background-color: #47b3de;
  color: #fff;
}

.bg-contactvox-blue {
  background-color: #182443;
  color: #fff;
}

.th-contactvox-color-blue-light {
  background-color: #47b3de;
  color: #fff;
}

.bg-contactvox-blue {
  background-color: #182443;
  color: #fff;
}

.bg-contactvox-blue-light {
  background-color: #47b3de;
  color: #fff;
}

.btn-contactvox-blue {
  background-color: #47b3de;
  color: #fff;
}

.btn-contactvox-blue:hover {
  background-color: #182443;
  color: #fff;
}

.btn-contactvox-chat {
  padding: 9px;
  float: right;
  border: 2px solid white;
  border-radius: 50%;
  outline: none !important;
}

#btn-chat-send,
#sendButton {
  outline: none !important;
  display: none;
  border: none;
  border-radius: unset;
  background: none;
  padding: 0;
}

#sendButton {
  margin-left: 1rem;
}

#btn-chat-send>.img-send-msg,
#sendButton>.img-send-msg {
  width: 1.4vw;
  height: auto;
}

#recordButtons button {
  height: 100%;
}

#recordButtons button {
  width: 3vw;
  height: 100%;
  padding: 0;
}

#recordButtons button i {
  font-size: 13px;
}

.btn-chat-blue {
  float: right;
}

.chat-ack {
  color: #aab1bd;
  margin-left: 5px;
}

.chat-ack-viewed {
  color: #3c8dbc;
  margin-left: 5px;
}

.menuCSS3 ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menuCSS3 a {
  display: block;
  padding: 2em;
  background-color: #f9b53c;
  text-decoration: none;
  color: #191c26;
}

.menuCSS3 a:hover {
  background-color: #cc673b;
}

.menuCSS3 ul li ul {
  display: none;
}

.menuCSS3 ul li a:hover+ul,
.menuCSS3 ul li ul:hover {
  display: block;
}

/*Cv4.0*/
.chat-list-client-name {
  font-size: 2.3vh;
  color: black;
  overflow: hidden;
  opacity: 1;
}

.cv-new-client .chat-list-client-name span {
  font-size: 10pt;
  float: right;
  color: #fff;
}

.chat-list-client-name span {
  font-size: 10pt;
  right: 0;
  float: right;
  color: #000;
}

.chat-list-client-name h5 {
  font-size: 12pt;
  color: #000;
  margin: 0 0 8px 0;
}

.cv-new-client {
  background: rgb(65, 107, 169);
  background: linear-gradient(80deg,
      rgba(65, 107, 169, 1) 17%,
      rgba(22, 167, 74, 1) 81%);
}

.cv-social-channel {
  float: left;
  width: 30px;
}

.cv-social-channel img {
  height: 25px;
  width: 25px;
}

/*end Cv4.0*/

.menuChat ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.menuChat a {
  display: flex !important;
  align-items: center;
  text-decoration: none;
}

.chat-list-date {
  font-size: 1.4vh;
  white-space: nowrap;
  overflow: hidden;
}

.chat-list-client-name {
  font-size: 2.3vh;
  color: black;
  overflow: hidden;
  opacity: 1;
}

.chat-list-client-id {
  font-size: 1.4vh;
  color: black;
}

.chat-list-new-chat-alert {
  font-size: 1.4vh;
  white-space: nowrap;
}

.chat-list-new-msg-alert {
  position: absolute;
  top: 30px;
  right: 9px;
  font-size: 1.5vh;
  white-space: nowrap;
}

.chat {
  padding: 0 !important;
}

.chat .item>.offline {
  border: 1px solid #cccccc;
}

.chat .item>img {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}

.main-header {
  height: 5vh;
  max-height: unset;
}

.content-wrapper {
  height: 95vh;
}

.main-footer {
  display: flex;
  justify-content: center;
  height: 4vh;
  padding: unset;
  margin: 0;
  flex-direction: column;
  font-size: 8px;
  position: absolute;
  bottom: 0;
  background: none;
  width: 100%;
  padding-left: 0.5rem;
}

body>div.wrapper>div.content-wrapper>section.content {
  padding: 0;
  height: 96vh;
  /*margin-top: 1em;*/
}

body>div.wrapper>div.content-wrapper>section>div.box.box-solid>div.box-body {
  height: 100%;
}

body>div.wrapper>div.content-wrapper>section.content>div.table-responsive {
  width: 100%;
  height: 95vh;
  overflow-x: hidden;
  overflow-y: hidden;
}

body>div.wrapper>div.content-wrapper>section>div>div>div:nth-child(2)>div.col-md-7>div>div.box-body {
  overflow: auto;
}

#visitorsListTable {
  margin: 4px !important;
  height: 99%;
  display: flex;
  border: none;
}

.box-header {
  display: flex;
  background-color: #ededed;
  height: 100%;
}

.widget-user-2 .widget-user-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 2;
  padding: 0;
  align-self: center;
}

.box-header>.box-tools {
  padding: 0 0 0 1rem;
  margin: 0;
  position: unset;
  flex: 2;
}

.chat-container {
  display: flex;
  height: 100%;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 200;
}

.window-container__left {
  flex: 20%;
  padding: 8px 8px 8px 8px !important;
}

.window-container__center {
  flex: 65%;
  padding: 0 !important;
}

.window-container__center--shrunken {
  flex: 0 0 40%;
}

.window-container__right {
  display: none;
}

.window-container__right--open {
  display: table-cell;
  flex: 30%;
  padding: 0 !important;
}

.header-right-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0.5;
}

#crm-gestion {
  width: 25%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #03a9f3;
  border-color: #03a9f3;
}

#chat>div:nth-child(1)>div.box.box-widget.widget-user-2>div>div.header-right-actions>div>button {
  padding: 0;
  background: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
  color: darkgrey;
}

#chat>div:nth-child(1)>div.box.box-widget.widget-user-2>div>div.header-right-actions>div>button:active {}

#chat>div:nth-child(1)>div.box.box-widget.widget-user-2>div>div.header-right-actions>div>button>span {
  font-size: 1em;
}

/*Cv4.0*/
.right-content-header {
  display: flex;
  height: 80px;
  background: #ededed;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}

/*endCv4.0*/

.right-content-header>div.close-button {
  flex: 10%;
  align-self: center;
}

.right-content-header>div.header-content {
  flex: 90%;
  align-self: center;
}

.right-content-header>div.close-button>button.btn-close {
  background: none;
  border: none;
  border: none;
  outline: none;
  box-shadow: none;
  color: darkgrey;
}

/* .box {
border-top: none;
height: 100%;
margin: 0;
} */

/* .box {
border-top: none;
margin-bottom: 7px;
} */

.update-client-dropdown {
  left: unset;
  right: 0;
  min-width: 120px;
  width: 125px;
  padding: 0px;
}

.multimedia-client-dropdown {
  left: unset;
  right: 0;
}

.widget-user-2 .widget-user-desc,
.widget-user-2 .widget-user-username {
  margin: 0;
  text-align: right;
  font-size: 80%;
}

.right-content-body {
  height: 87%;
  overflow-x: hidden;
  overflow-y: scroll;
}

#chatCustom>strong {
  white-space: nowrap;
}

#chat-updateContact {
  width: 100%;
}

#cv-list div.peers>div.col-md-3>img {
  width: 2.5vw;
  height: auto;
}

/*Cv4.0*/
.chat .item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: unset;
  padding: 0.5rem 0rem;
  min-height: 70px;
  margin: 5px;
  box-shadow: 3px 3px #dddddd;
  border-radius: 5px;
  border: solid 1px #dddddd;
}

/*endCv_4.0*/

#updateClient>div>div.form-group>strong {
  font-size: 12px;
}

body>div.wrapper>footer>div.pull-right {
  margin: 0 1rem;
  position: absolute;
  right: 0;
  font-size: 1.8vh;
}

.form-control {
  border-radius: 6px;
  border: 1px solid #d6d6d6 !important;
}

#chat>div:nth-child(1)>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.slide-dropdown.open>ul.multimedia-client-dropdown {
  width: 4vw;
  min-width: 3vw;
  height: 20vh;
  min-height: 15vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  min-width: 0;
  color: darkgrey;
}

.multimedia-client-dropdown li {
  cursor: pointer;
}

.update-client-dropdown li {
  cursor: pointer;
}

#chat>div:nth-child(1)>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.slide-dropdown {
  margin: 1vw;
}

/*Cv4.0*/
#chat>div:nth-child(1)>div.box.box-widget.widget-user-2 {
  height: 80px;
}

/*endCv4.0*/

#chat {
  height: 94vh;
}

#chat .direct-chat-primary {
  height: 100%;
}

#chat .direct-chat-primary__col {
  height: 100%;
  border: none;
  box-shadow: none;
  border-right: 1px solid darkgrey;
}

/*Cv4.0*/
#chat .bottom-text-box {
  height: 8vh;
  position: absolute;
  bottom: 0;
  z-index: 999;
}

/*endCv4.0*/

/*Cv4.0*/
#chat>div>div.box.box-widget.widget-user-2>div>div.box-tools.pull-right.alert.alert-dismissible>p:nth-child(2) {
  font-size: 11pt;
  margin: 0;
}

/*Cv4.0*/

#chat>div.direct-chat-primary__col>div.layer.w-100.bottom-text-box>div.bdT>div.pos-r>div.input-group {
  margin: 0;
  display: block;
}

#chat>div.direct-chat-primary__col>div.layer.w-100.bottom-text-box>div.bdT>div.pos-r>div.input-group>.input-group-btn {
  display: flex;
  flex-direction: row;
  width: 100%;
}

#btn-chat-input {
  flex: 15;
  /*border-radius: 20px;*/
  border-radius: 5px;
  margin: 0 1rem;
  /* font-size: 1.7vh; */
  max-height: 150px;
}

.btn-tool-tips-chat>h6 {
  font-size: 1.7vh;
}

#chat>div>div.layer.w-100.bottom-text-box>div.bdT>div.pos-r>div.input-group>span.input-group-btn>div.dropdown {
  flex: 1;
}

#chat>div>div.layer.w-100.bottom-text-box>div>div>div>span>div>ul {
  bottom: 7vh;
  top: unset;
  margin-top: unset !important;
  width: unset;
}

#right-content-chat>div.box {
  border-radius: 0;
}

/*Cv4.0*/
#chat>div>div.box.box-widget.widget-user-2>div>div.box-tools.pull-right.alert.alert-dismissible>p:nth-child(1) {
  font-size: 15px;
}

/*endCv4.0*/

#chat>div>div.box.box-widget.widget-user-2>div>div.box-tools.pull-right.alert.alert-dismissible>p:nth-child(3) {
  font-size: 1.4vh;
  margin: 0;
}

#chat>div>div.box.box-widget.widget-user-2>div>div.widget-user-header>h3 {
  font-size: 11px !important;
}

#chat>div>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.open>ul>li>a {
  display: flex;
  flex-direction: row;
}

.dropdown-menu>li>a,
#chat>div>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.open>ul.update-client-dropdown>li>a {
  padding: 3px 1vw;
}

#chat>div>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.open>ul>li>a span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  flex: 1;
  font-size: 3vh;
  min-width: 25px;
}

#chat>div>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.open>ul>li>a h6 {
  flex: 3;
  margin-left: 7px;
  font-size: 1.7vh;
}

#chat>div>div.box.box-widget.widget-user-2>div>div.widget-user-header>div.agent-container {
  padding-right: 10px;
}

.skin-blue .wrapper,
.skin-blue .main-sidebar {
  overflow: hidden;
  height: 100%;
  min-height: 100%;
}

#visitorsListTable>tbody {
  height: 100%;
  width: 100%;
}

/*Cv4.0*/
.bot-chat-text {
  display: flex;
  flex-direction: column;
  background: #fdfdfd;
  border: 1px solid #ededed;
  font-size: 11pt;
  color: black;
  margin-left: auto;
  margin-right: 0;
  width: auto;
  min-width: 20%;
  max-width: 80%;
}

.direct-chat-text {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  width: 80%;
  margin-left: 0;
  font-size: 11pt;
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  border: 1px solid #d2d6de;
  /* margin: 5px 0 0 50px; */
  margin: 5px 0 5px 50px;
  color: #000;
}

.right .direct-chat-text {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin-right: 0;
  margin-left: 5px;
  /*  font-size: 2vh;*/
}

.direct-chat-msg .direct-chat-document {
  height: 50px;
  width: 50px;
  float: left;
}

.cv-client-name {
  color: #000;
  margin: 0;
  max-width: 23vh;
  font-size: 15px;
}

.modal-info-chat-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  width: 100%;
}

.modal-info-chat-body>span:first-child {
  font-weight: bold;
}

.modal-info-chat-body>span+span {
  margin: 2px 0;
}

.div-info-client {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cv-client-session {
  color: #28ac5d;
  font-size: 12px;
}

.cv-client-date {
  color: #c14545;
}

cv-client-date-size {
  font-size: 12px;
}

.cv-c2c {
  cursor: pointer;
}

/*endCv4.0*/

.bot-chat-text:after,
.bot-chat-text:before {
  border-left-color: white;
  border-right-color: transparent;
  left: 100%;
}

.direct-chat-info {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 5px;
  font-size: 1.4vh;
}

.info-left {
  left: 0;
  right: unset;
}

.right {
  display: flex;
  justify-content: flex-start;
}

#chat-conversations>div.direct-chat-msg {
  display: flex;
}

#chat-conversations>div.direct-chat-msg>div>p {
  margin-right: 3vw;
  text-align: left;
}

/*Cv4.0*/
.direct-chat__right {
  margin-left: auto;
  /* margin-right: 0; */
  margin-right: 5px;
  background: var(--color-bg-messages);
  width: auto;
  /* min-width: 20%; */
  min-width: 11vw;
  max-width: 80%;

  /* for to warning */
  /* display: flex;
  position: relative;
  justify-content: center; */
  /* for to warning */
}

/*endCv4.0*/

.direct-chat__right p {
  word-break: break-all;
}

.chat-name__client {
  text-align: left;
  color: #28ac5d;
  font-size: 1.4vh;
}

/*Cv4.0*/
.pull-left {
  text-align: right;
  color: #999;
}

.direct-chat-timestamp.pull-left,
.direct-chat-timestamp.pull-right {
  color: #0000005c;
  font-size: 8pt;
}

span.direct-chat-name {
  color: #182443;
}

span.direct-chat-name.cv-bot {
  color: #da921f;
}

.direct-chat-primary .right>.direct-chat-text {
  width: auto;
  min-width: 11vw;
  max-width: 80%;
  color: #000;
}

.direct-chat-primary .right>.direct-chat-text:after,
.direct-chat-primary .right>.direct-chat-text:before {
  border-left-color: transparent;
  right: 100%;
  left: auto;
}

.direct-chat-text:after,
.direct-chat-text:before {
  border-right-color: transparent;
  border-left-color: #dcf8c6;
  left: 100%;
  right: 0;
}

/*endCv4.0*/

#chat-conversations>div.direct-chat-msg>a {
  width: auto;
  min-width: 20%;
  max-width: 80%;
}

#chat-conversations>div.direct-chat-msg>div>p {
  word-break: break-word;
}

#chat-conversations>div.direct-chat-alert>div>p {
  text-align: center;
  margin-bottom: 0.5rem;
}

div.message.chat-list-date {
  color: darkgrey;
}

.bottom-txt-box__right-actions {
  flex: 1;
  align-self: center;
}

.btn-send-msg {
  width: 3vh;
}

.btn-send-msg .img-send-msg {
  width: 3vw;
  height: auto;
}

#chat .dropdown.suggestion-messages-dropdown.open ul {
  top: -60px;
  margin-top: 0;
  bottom: 0vh;
  top: unset;
  margin-top: unset !important;
  width: unset;
}

#chat .dropdown.suggestion-messages-dropdown.open ul li a.btn-tool-tips-chat span {
  font-size: 3vh;
}

.indicator-new-msg {}

/*Cv4.0*/
.fade-client-name {
  position: relative;
  /*  height: 1.4em;  exactly one line */
}

/*endCv4.0*/

/*Cv4.0*/
/*.fade-client-name:after {
content: "";
text-align: right;
position: absolute;
bottom: 0;
right: 0;
width: 19%;
height: 1.4em;
background: linear-gradient(
  to right,
  rgba(255, 255, 255, 0),
  rgba(255, 255, 255, 1) 50%
);
}*/

.fade-grey {
  /* width: 60vw; */
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*
.fade-grey:after {
content: "";
text-align: right;
position: absolute;
bottom: 0;
right: 0;
width: 19%;
height: 1.4em;
background: linear-gradient(
  to right,
  rgba(255, 255, 255, 0),
  rgb(238 238 238) 50%
);
}*/
/*endCv4.0*/

.modal-open .modal {
  position: absolute;
  height: 100%;
  /* z-index: 1000000; */
  z-index: 10000000000;

}


.modal-backdrop {
  z-index: 100000;
}

#groups #modal-update {
  position: fixed !important;
}

#groups #modal-delete {
  position: fixed !important;
}

.header-view {
  height: unset !important;
  background-color: red;
}

#reportPage {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: auto;
}

#registryPage {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  /*padding: 15px;
  padding-left: 15px;
  padding-right: 15px;*/
  width: 100%;
}

#reportPage>div>fieldset {
  /*height: 100% !important;*/
  /*min-height: 100% !important;*/
  /*display: flex !important;*/
  /*max-height: 100% !important;*/
}

#reportFormFields {
  flex: 1;
}

#reportPage>div {
  flex: 5;
}

#reportPage>div>fieldset>legend {
  padding-left: 10px !important;
  flex: 1;
}

#registryPage>div>fieldset>legend {
  padding-left: 10px !important;
  flex: 1;
}

#reportPage>div>fieldset>div.seccion-fieldset-first {
  height: 90%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#reportHisContainer #reportPage>div>fieldset>div.seccion-fieldset-first {
  height: 90%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#reportHisContainer #reportToolsBar {
  flex: 1;
}

#reportHisContainer #showTablePage {
  height: 100%;
}

#reportHisContainer #showTablePage>div.box-body {
  height: 100%;
}

#reportHisContainer .box-body>.table {
  height: 100vh;
  border: none;
}

#reportHisContainer #reportListTable>tbody:nth-child(1)>tr:nth-child(1)>td:nth-child(1) {
  padding: 0 !important;
}

#reportsToolsBar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1;
  padding: 0px 10px;
  margin: 0;
}

/* #reportToolsBar {
display: flex;
flex-direction: row;
justify-content: space-between;
flex: 1;
padding: 0px 10px;
margin: 0;
} */

#reportsConsultButton {
  float: unset;
  flex: 1;
  margin: 0;
}

#reportsToolsBar>div.cv-toolbar-paginator {
  float: unset;
  width: unset;
  flex: 8;
  display: flex;
  flex-direction: row;
  margin: 0 !important;
}

#reportToolsBar>div.cv-toolbar-paginator.navbar {
  float: unset;
  width: unset;
  /*flex: 6;
    */
  display: flex;
  flex-direction: row;
  margin: 0 !important;
}

.box-act {
  border-top: none;
  margin: 0;
}

.box-header-act {
  display: flex;
  background-color: #ededed;
  height: 100%;
  color: #444;
  padding: 10px;
  position: relative;
}

.box-header-inbox {
  display: flex;
  background-color: #ededed;
  color: #444;
  padding: 10px;
  position: relative;
}

.box-header-inbox .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}

.box-header-act .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}

#showTablePage {
  flex: 7;
}

#showTablePage>div.box-body {
  height: 100%;
  flex: 1;
  overflow-y: scroll;
}

#reportTable {
  height: 100%;
  margin-top: 0 !important;
}

#reportTable>tbody>tr>td:nth-child(1)>div.peer.box.box-solid {
  overflow-y: auto;
}

#reportListTable>tbody>tr>td:nth-child(1)>div.peer.box.box-solid {
  overflow-y: auto;
}

#reportPage .direct-chat-primary__col #chat-conversations {
  height: 50vh;
}

#reportPage .chat .item {
  font-size: 1.5vh;
}

#reportPage .chat .item>.message {
  white-space: nowrap;
}

#reportListTable_wrapper>div:nth-child(2) {
  margin: 0;
}

#reportListTable_wrapper>div:nth-child(2)>div {
  height: 32vh;
  overflow-y: auto;
}

#reportShowTablePage #reportListTable_wrapper>div:nth-child(2)>div {
  height: 48vh;
}

.btn-toolbar {
  /*border-bottom: 1px #e1e1e1 double;*/
}

#modal-create {
  position: fixed;
}

#inboxListTable_wrapper>div:nth-child(2) {
  height: 69vh;
  overflow: auto;
  margin: 0;
}

.export-button {
  flex: 1;
}

.consult-button {
  flex: 1;
}

.history-button {
  flex: 1;
}

#reportsToolsBar>div.consult-button {
  flex: 0 13%;
}

#reportToolsBar>div.consult-button {
  flex: 0 13%;
}

#reportsToolsBar>div.export-button {
  flex: 1 13%;
}

#reportToolsBar {
  /*padding-bottom: 1rem;*/
}

#registryPage>div:nth-child(4)>fieldset>legend {
  padding-left: 10px !important;
  flex: 1;
}

#showTablePage>div.box-body {
  overflow-y: unset;
}

#reportPage>div.container-fluid {
  flex: 0 7%;
  width: 100%;
}

#bodyPage>div.box.box-solid.box-success>div.box-header {
  height: unset;
}

.spinner-container {
  position: absolute;
  display: block;
  z-index: 999999;
  top: 50vh;
  left: 50%;
  text-align: center;
}

#reportShowTablePage>div.box-body {
  height: 54vh;
}

#reportTable>tbody:nth-child(1)>tr:nth-child(1)>td:nth-child(1) {
  /* height: 55vh; */
}

#reportListTable>tbody:nth-child(1)>tr:nth-child(1)>td:nth-child(1) {
  /* height: 55vh; */
}

.table>thead:first-child>tr:first-child>th {
  position: sticky;
  top: -2px;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 500;
}

.direct-chat-timestamp {
  white-space: nowrap;
}

#menuPage {
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#campaignToolsBar {
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#menuToolsBar {
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#reasonToolsBar {
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#trunkToolsBar {
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#phonebookToolsBar {
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#accountToolsBar {
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#iconToolsBar {
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#chat-conversations div.chat-image-container>a {
  margin-bottom: 1.5rem;
}

#chat-conversations div.chat-document-container>a {
  margin-bottom: 1rem;
}

#chat-conversations div.chat-audio-container>a {
  margin-bottom: 1rem;
}

#reportShowTablePage>div.box-body>.table {
  display: flex;
  max-height: 100%;
}

#reportShowTablePage>div.box-body>.table tbody {
  width: 100%;
}

#reportShowTablePage>div.box-body>.table tbody tr {
  display: flex;
  max-height: 100%;
}

#reportShowTablePage>div.box-body>.table>tbody>tr>td:nth-child(2) {
  width: 75%;
}

#reportShowTablePage>div.box-body>.table tbody tr:nth-child(2) {
  /* width: 100%; */
}

.direct-chat-alert {
  justify-content: center;
  align-items: center;
}

/*Cv4.0*/
.direct-chat-alert .bot-chat-text {
  margin: 0;
  /*background-color: #d1ecf1;*/
  color: #70787a;
  background-color: #f7f7f5;
  padding: 0.5% 3%;
  width: 80%;
  min-width: 40vh;
  text-align: center;
  align-items: center;
  opacity: 0.6;
}

/*endCv4.0*/

.direct-chat-alert .bot-chat-text:after,
.direct-chat-alert .bot-chat-text:before {
  /* position: absolute; */
  /* right: 100%; */
  /* top: 15px; */
  /* border: solid transparent; */
  /* border-right-color: #49b3de; */
  content: unset;
}

#sendMsg div#buttons .form-group {
  justify-content: flex-start;
  display: flex;
}

.report-body {
  height: 100%;
}

.history-searchbar {
  display: none;
}

.direct-chat-image {
  /* max-height: 270px; */
  min-width: 20vw !important;
  max-width: 20vw !important;
  width: auto;
  margin: 0;
  border-radius: 5px;
}

#chat-box>div {
  font-size: 1.7vh;
}

.direct-chat-msg>.direct-chat-text.direct-chat__right>span {
  font-size: 1.6vh;
}

.box-video-link {
  margin-bottom: 1.5rem;
}

/* PORTRAIT */

/* General */
@media only screen and (min-device-width: 375px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  body>div.wrapper>aside>section>ul>li.treeview>a>span:nth-child(2) {
    font-size: 1.9vh !important;
  }

  body>div.wrapper>aside>section>ul>li.treeview>a>span:nth-child(2) {
    font-size: 1.7vh !important;
  }

  #chat .bottom-text-box {
    height: 7vh;
    position: absolute;
    bottom: 0;
    z-index: 999;
  }

  #chat-sidebar {
    width: 100%;
    margin: 0;
  }

  .window-container__center {
    display: none;
    width: 100%;
  }

  #chat-conversations>div.direct-chat-msg>div>p {
    white-space: initial;
  }

  .direct-chat-primary .right>.direct-chat-text {
    min-width: 38vw;
  }

  #chat>div:nth-child(1)>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.slide-dropdown.open>ul.multimedia-client-dropdown {
    width: 13vw;
  }

  .box-header>.box-tools {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 0;
    flex: 5;
    width: 51vw;
  }

  /*
#reportHisContainer .box-header > .box-tools {
  flex: 7;
} */
  #chat>div>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.open>ul>li>a h6 {
    margin-left: 6vw;
  }

  #chat-conversations>div.direct-chat-alert>div>p {
    margin-bottom: 1.5rem;
  }

  .box {
    flex: 1;
    border-top: none;
    margin: 0;
  }

  #visitorsListTable .chat-container .window-container__left .box.box-solid {
    height: 100%;
  }

  #reportPage #chat .direct-chat-primary__col {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #chat>div:nth-child(1)>div.box.box-widget.widget-user-2 {
    flex: 1;
  }

  #chat-conversations {
    flex: 1 59%;
  }

  #chat .bottom-text-box {
    flex: 1;
  }

  .direct-chat__right {
    min-width: 38vw;
  }

  .back {
    flex: 1;
  }

  .back-btn {
    height: 100%;
    border: none;
    background: #ededed;
  }

  .widget-user-2 .widget-user-username {
    width: 25vw;
    white-space: pre-wrap;
  }

  #btn-chat-send>.img-send-msg {
    width: 6vw;
  }

  #chat>div>div.box.box-widget.widget-user-2>div>div.widget-user-header>div.widget-user-image {
    padding-right: 1rem;
  }

  #reportPage {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  #cv_ReportDates>div.box-body {
    display: flex;
    flex-direction: column;
    padding: 2rem 9rem;
  }

  #reportPageContainer {
    height: 100%;
  }

  #reportHisAdmin {
    height: 100%;
  }

  #reportHisContainer {
    height: 100%;
  }

  .history-paginator {
    display: none;
    height: 10%;
    flex: 1;
  }

  .inbox-paginator {
    display: flex;
    height: 10%;
    flex: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  #reportToolsBar {
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  #reportToolsBar>div.cv-toolbar-paginator.navbar {
    flex-direction: column;
  }

  #reportsToolsBar {
    padding: 0px 10px 1rem;
  }

  #reportToolsBar {
    padding: 0px 10px 1rem;
  }

  #reportPage #showTablePage {
    height: 80%;
    flex: 8;
  }

  #reportTable {
    display: flex;
  }

  #reportTable>tbody {
    flex: 1;
  }

  #reportTable>tbody>tr {
    display: flex;
    height: 100%;
  }

  #reportTable .window-container__left {
    flex: 1;
    padding: 0 !important;
  }

  #reportTable .window-container__right {
    flex: 1;
    display: none;
  }

  #reportTable>tbody>tr>td:nth-child(1)>div.peer.box.box-solid {
    height: 100%;
    overflow-y: unset;
  }

  #reportPage #showTablePage>div.box-body {
    padding: 0;
  }

  #reportToolsBar>div.col-md-5.col-xs-7,
  #reportPage #reportTotalRegistries {
    align-self: center;
    height: unset;
  }

  #reportPage .btn-toolbar {
    border-bottom: unset;
    flex: 15;
  }

  #reportPage .history-searchbar .btn-toolbar {
    padding: 0;
  }

  #reportPage>div>fieldset>legend {
    padding: 1rem 1rem 0;
    height: 7%;
    max-height: 7%;
    margin: 0;
  }

  #his #reportPage>div>fieldset>legend {
    font-size: 3vh;
    height: unset;
    max-height: unset;
  }

  #reportPage .report-grid-box {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #reportPage .history-form {
    flex: 1;
  }

  #reportPage .history-searchbar {
    flex: 1;
    height: 10%;
  }

  #reportPage #searchInput {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #reportPage #searchInput>div {
    width: 100%;
  }

  .skin-blue .wrapper,
  .skin-blue .main-sidebar {
    height: 100% !important;
    min-height: 100% !important;
  }

  .content-wrapper {
    height: calc(100% - 50px);
  }

  #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 93%;
    padding: 0;
  }

  #reportPage .cv-toolbar-input-search {
    border: 1px solid lightgray;
    border-radius: 5px 0px 0px 5px;
    width: 15vh;
  }

  #reportPage .input-group .input-group-addon {
    border-radius: 0 5px 5px 0;
  }

  .modal-open #modal-assignto.modal.modal-primary.fade.in {
    z-index: 9999;
  }

  .modal-open #modal-assignto.modal.modal-primary.fade.in>.modal-dialog {
    width: 100%;
  }

  .main-header .navbar {
    display: flex;
  }

  #visitorsListTable .window-container__center .peer {
    height: calc(100vh - 53px);
  }

  .history-searchbar .back-btn {
    background: none;
  }

  .history-searchbar {
    display: flex;
    height: unset !important;
  }

  .modal {
    display: flex !important;
    align-items: center;
    z-index: -1;
  }

  #reportPage #showPage>div>div.box-body {
    padding: 1rem 0rem;
  }

  #reportPage #inboxListTable {
    font-size: 1.6vh;
  }

  #inboxListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  .table>thead:first-child>tr:first-child>th {
    white-space: pre-wrap;
  }

  /* body
  > div.wrapper
  > aside
  > section
  > ul
  > li.treeview
  > a
  > span:nth-child(2) {
  font-size: 1.9vh;
} */
  .skin-blue .sidebar-menu .treeview-menu>li>a {
    font-size: 1.5vh;
  }

  .direct-chat-primary__col .bdT {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .direct-chat-primary__col .bdT .pos-r {
    width: 95%;
  }

  .user-header .skin-blue .main-header .logo {
    padding-left: 5px;
    padding-right: 0;
  }

  .user-header .main-header .logo .logo-lg {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .user-header .main-header .logo .logo-lg b,
  strong {
    font-size: 2.8vh;
  }

  .user-header .main-header .navbar-custom-menu {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .user-header .navbar .sidebar-toggle {
    display: none;
  }

  .skin-blue .user-header .logo {
    width: 25%;
  }

  .user-header .navbar-custom-menu>.navbar-nav {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .navbar-custom-menu>.navbar-nav>li {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .main-header .navbar .nav>li>a>.label {
    top: 8px;
    right: 7px;
  }

  .mid-user-buttons .navbar-nav>li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem;
  }

  .right-user-buttons .navbar-nav>li {
    align-items: center;
  }

  .mid-user-buttons .navbar-nav>li>a {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #28ac5d;
    padding: 0;
  }

  .right-user-buttons>ul>li.dropdown.user.user-menu>a {
    padding: 0;
  }

  #videoCallDiv {
    display: flex;
    justify-content: center;
  }

  .direct-chat-primary .right>.chat-audio-container {
    min-width: 74vw;
  }

  .user-header .main-header .logo .logo-lg b,
  strong {
    font-size: 1.8vh;
  }

  .direct-chat-audio {
    width: 100%;
  }

  #reportToolsBar .history-button {
    flex: 0 13%;
  }

  #chat>div>div.box.box-widget.widget-user-2>div>div.box-tools.pull-right.alert.alert-dismissible>p:nth-child(1) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 6vh;
    overflow: hidden;
  }

  #reportHisContainer .header-right-actions {
    position: absolute;
    right: 20px;
    bottom: 5px;
    /*width: 100%;*/
  }

  #reportPageContainer .header-right-actions {
    position: absolute;
    right: 20px;
    bottom: 5px;
    width: 100%;
  }

  #reportHisAdmin .header-right-actions {
    position: absolute;
    right: 20px;
    bottom: 5px;
    width: 100%;
  }

  #reportHisAdmin .history-form {
    align-items: flex-end !important;
  }

  .box.box-success {
    height: 100%;
  }

  #reportShowTablePage {
    padding: 0;
  }

  #reportPage #reportShowTablePa #reportListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  #reportPage .inbox-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
  }

  #reportPage .history-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
  }

  #reportPage .inbox-form #reportFormFields {
    flex: 3;
  }

  #reportPage .history-form #reportFormFields {
    flex: 3;
  }

  #reportPage .inbox-form #reportFormFields #cv_ReportDates>div.box-body {
    flex-direction: row;
    padding: 0;
  }

  #reportPage .history-form #reportFormFields #cv_ReportDates>div.box-body {
    flex-direction: row;
    padding: 0;
  }

  #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    margin: 0;
    display: flex;
    align-items: center;
  }

  #reportPageContainer #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    flex-direction: column;
  }

  #reportHisAdmin #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    flex-direction: column;
  }

  #reportPageContainer #reportPage .btn-toolbar {
    flex: 1;
  }

  #reportHisAdmin #reportPage .btn-toolbar {
    flex: 1;
    padding: 0;
  }

  #reportPage .inbox-form #reportToolsBar.btn-toolbar {
    flex: 1;
    padding: 0;
  }

  #reportPage .history-form #reportToolsBar.btn-toolbar {
    flex: 1;
    padding: 0;
  }

  #reportPage #reportShowTablePage {
    height: 65%;
  }

  #reportPage #reportShowTablePage {
    height: 100%;
  }

  #reportPage #reportShowTablePage #reportListTable_wrapper {
    height: 100%;
  }

  #reportPage #reportShowTablePage #reportListTable_wrapper>div:nth-child(2) {
    height: 100%;
  }

  #reportPage #reportShowTablePage #reportListTable_wrapper #reportListTable {
    font-size: 1.6vh;
  }

  /* #reportPage
  #reportShowTablePage
  #reportListTable_wrapper
  > div:nth-child(2)
  > div {
  height: 100%;
} */
  #reportShowTablePage #reportInb #reportListTable_wrapper>div:nth-child(2)>div {
    height: 67vh;
  }

  #reportInb {
    padding: 0;
  }

  #reportInb #reportListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  #reportPage #reportShowTablePage #reportInb #reportListTable_wrapper #reportListTable {
    margin-top: 0 !important;
  }

  /* #reportHisContainer div.report-body > fieldset .report-grid-box {
  height: unset !important;
} */
  #reportHisContainer .report-grid-box {
    height: 100% !important;
  }

  #reportHisContainer .report-grid-box #showTablePage>div.box-body {
    overflow: hidden !important;
    height: 100% !important;
  }

  #reportHisContainer .report-grid-box #showTablePage {
    height: 70% !important;
    flex: 12 !important;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable {
    display: block;
    height: 100%;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody {
    display: block;
    height: 100%;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr {
    height: 100%;
    display: block;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr td {
    display: block;
    height: 100%;
    width: 100%;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr td .peer.box.box-solid {
    display: block;
    height: 100%;
  }

  #reportHisContainer .report-grid-box .history-form #reportToolsBar {
    align-items: center;
  }

  #reportHisAdmin .report-grid-box {
    height: 100% !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage>div.box-body {
    overflow: hidden !important;
    height: 100% !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage {
    height: 70% !important;
    flex: 12 !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable {
    display: block;
    height: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody {
    display: block;
    height: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody tr {
    height: 100%;
    display: block;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody tr td {
    display: block;
    height: 100%;
    width: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody tr td .peer.box.box-solid {
    display: block;
    height: 100%;
  }

  #reportHisAdmin .report-grid-box .history-form #reportToolsBar {
    align-items: center;
  }

  #chtReport #showPage .clearfix {
    height: 100%;
    margin: 0 !important;
  }

  #showPage>div.row.clearfix>div.col-md-12 {
    height: 100%;
    padding: 0;
  }

  #seccionReports>div>section>div>div>div.cv-report-list.col-md-12 {
    height: unset;
  }

  #chtReport #showPage .clearfix #seccionReports {
    height: 100%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success>.box-header {
    height: 5%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success .content {
    display: flex;
    height: 87vh;
    /* flex: 30; */
    margin: 0;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body {
    height: 74%;
    width: 100%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body:first-child {
    height: 100%;
    overflow: scroll;
    display: flex;
    flex-direction: column;
  }

  #chtReport #reportToolsBar {
    justify-content: flex-start;
    padding: 1rem 0rem;
  }

  #chtReport #reportPage .btn-toolbar {
    flex: 1;
    padding: 1rem;
  }

  #chtReport #reportPage #showTablePage {
    flex: 15;
  }

  #chtReport #reportListTable_wrapper>div:nth-child(2)>div {
    height: 48vh;
  }

  /* Rep Incoming */
  #repIncoming #showPage .clearfix {
    height: 100%;
    margin: 0 !important;
  }

  #repIncoming #showPage .clearfix #seccionReports {
    height: 100%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success>.box-header {
    height: 5%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success .content {
    display: flex;
    height: 87vh;
    /* flex: 30; */
    margin: 0;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body {
    height: 74%;
    width: 100%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body:first-child {
    height: 100%;
    overflow: scroll;
    display: flex;
    flex-direction: column;
  }

  #repIncoming #reportToolsBar {
    justify-content: flex-start;
    padding: 1rem 0rem;
  }

  #repIncoming #reportPage #reportsToolsBar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    padding: 1rem;
  }

  #repIncoming #registryPage #reportsToolsBar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    padding: 1rem;
  }

  #repIncoming #reportPage #showTablePage {
    flex: 15;
  }

  #repIncoming #registryPage #showTablePage {
    flex: 15;
  }

  #repIncoming #reportListTable_wrapper>div:nth-child(2)>div {
    height: 48vh;
  }

  #repIncoming .wrapper,
  .skin-blue .main-sidebar {
    overflow: unset;
  }

  #repIncoming #reportBackButton {
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.consult-button {
    width: 50%;
    flex: 0 50%;
    padding: 0 1rem;
  }

  #repIncoming #reportsConsultButton {
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.export-button {
    width: 50%;
    flex: 0 50%;
    padding: 0 1rem;
  }

  #repIncoming #reportsExportButton {
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 85%;
    align-items: center;
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator.navbar #searchInput {
    padding: 1rem;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator.navbar:nth-child(2) {
    width: 50%;
    align-self: center;
    height: fit-content;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator.navbar:nth-child(3) {
    width: 50%;
    align-items: center;
    justify-content: space-evenly;
    display: flex;
    height: fit-content;
  }

  /* Campaign */
  #campaign #campaignListTable_wrapper>div:nth-child(2) {
    height: 66vh;
    overflow: scroll;
  }

  #campaign .wrapper,
  .skin-blue .main-sidebar {
    height: auto !important;
  }

  #reportInb #reportPage>div>fieldset {
    display: block !important;
  }

  #inbAgent .wrapper {
    display: flex;
    flex-direction: column;
    overflow: unset;
  }

  #inbAgent #reportPage>div>fieldset {
    display: block !important;
  }

  #inbAgent #reportInbox {
    display: none;
  }

  #inbAgent #reportPage>div>fieldset {
    display: block;
  }

  #his #reportPage>div>fieldset {
    display: block !important;
  }

  #his #reportHisContainer .report-grid-box #showTablePage {
    height: 86% !important;
    flex: 12 !important;
  }

  #his #reportHisContainer #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 84% !important;
  }

  #regvideo #reportPage>div>fieldset {
    display: block !important;
  }

  #regvideo #reportHisContainer .report-grid-box #showTablePage {
    height: 86% !important;
    flex: 12 !important;
  }

  #regvideo #reportHisContainer #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 84% !important;
  }

  #regvideo #reportShowTablePage #reportListTable_wrapper>div:nth-child(2)>div {
    height: 100%;
  }

  #regvideo #reportPage #reportShowTablePage {
    height: 57vh;
  }

  #regvideo #reportShowTablePage>div.box-body {
    height: 100%;
  }

  #regcall #reportPage>div>fieldset {
    display: block !important;
  }

  #regcall #reportHisContainer .report-grid-box #showTablePage {
    height: 86% !important;
    flex: 12 !important;
  }

  #regcall #reportHisContainer #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 84% !important;
  }

  #regcall #reportShowTablePage #reportListTable_wrapper>div:nth-child(2)>div {
    height: 100%;
  }

  #regcall #reportPage #reportShowTablePage {
    height: 57vh;
  }

  #regcall #reportShowTablePage>div.box-body {
    height: 100%;
  }

  /* #chat-openChat {
    position: relative;
    left: 42%;
    bottom: 1em;
  } */

  .compose-chat-msg-button {
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100px;
    height: 45px;
    top: 82vh;
    right: 10px;
    padding: 0px;
    font-size: 11pt;
    border-radius: 20px;
    cursor: pointer;
    color: #001d35;
  }
}

/* Samsung */
@media only screen and (min-device-width: 375px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 4) {
  body>div.wrapper>aside>section>ul>li.treeview>a>span:nth-child(2) {
    font-size: 1.9vh !important;
  }

  body>div.wrapper>aside>section>ul>li.treeview>a>span:nth-child(2) {
    font-size: 1.7vh !important;
  }

  #chat .bottom-text-box {
    height: 13vh;
    position: absolute;
    bottom: 0;
    z-index: 999;
  }

  #chat-sidebar {
    width: 100%;
    margin: 0;
  }

  .window-container__center {
    display: none;
    width: 100%;
  }

  #chat-conversations>div.direct-chat-msg>div>p {
    white-space: initial;
  }

  .direct-chat-primary .right>.direct-chat-text {
    min-width: 38vw;
  }

  #chat>div:nth-child(1)>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.slide-dropdown.open>ul.multimedia-client-dropdown {
    width: 13vw;
  }

  .box-header>.box-tools {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 0;
    flex: 5;
    width: 51vw;
  }

  /*
#reportHisContainer .box-header > .box-tools {
  flex: 7;
} */
  #chat>div>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.open>ul>li>a h6 {
    margin-left: 6vw;
  }

  #chat-conversations>div.direct-chat-alert>div>p {
    margin-bottom: 1.5rem;
  }

  .box {
    flex: 1;
    border-top: none;
    margin: 0;
  }

  #visitorsListTable .chat-container .window-container__left .box.box-solid {
    height: 100%;
  }

  #reportPage #chat .direct-chat-primary__col {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #chat>div:nth-child(1)>div.box.box-widget.widget-user-2 {
    flex: 1;
  }

  #chat-conversations {
    flex: 1 59%;
    height: 75vh;
  }

  #chat .bottom-text-box {
    flex: 1;
  }

  .direct-chat__right {
    min-width: 38vw;
  }

  .back {
    flex: 1;
  }

  .back-btn {
    height: 100%;
    border: none;
    background: #ededed;
  }

  .widget-user-2 .widget-user-username {
    width: 25vw;
    white-space: pre-wrap;
  }

  #btn-chat-send>.img-send-msg {
    width: 6vw;
  }

  #chat>div>div.box.box-widget.widget-user-2>div>div.widget-user-header>div.widget-user-image {
    padding-right: 1rem;
  }

  #reportPage {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  #cv_ReportDates>div.box-body {
    display: flex;
    flex-direction: column;
    padding: 2rem 9rem;
  }

  #reportPageContainer {
    height: 100%;
  }

  #reportHisAdmin {
    height: 100%;
  }

  #reportHisContainer {
    height: 100%;
  }

  .history-paginator {
    display: none;
    height: 10%;
    flex: 1;
  }

  .inbox-paginator {
    display: flex;
    height: 10%;
    flex: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  #reportToolsBar {
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  #reportToolsBar>div.cv-toolbar-paginator.navbar {
    flex-direction: column;
  }

  #reportsToolsBar {
    padding: 0px 10px 1rem;
  }

  #reportToolsBar {
    padding: 0px 10px 1rem;
  }

  #reportPage #showTablePage {
    height: 80%;
    flex: 8;
  }

  #reportTable {
    display: flex;
  }

  #reportTable>tbody {
    flex: 1;
  }

  #reportTable>tbody>tr {
    display: flex;
    height: 100%;
  }

  #reportTable .window-container__left {
    flex: 1;
    padding: 0 !important;
  }

  #reportTable .window-container__right {
    flex: 1;
    display: none;
  }

  #reportTable>tbody>tr>td:nth-child(1)>div.peer.box.box-solid {
    height: 100%;
    overflow-y: unset;
  }

  #reportPage #showTablePage>div.box-body {
    padding: 0;
  }

  #reportToolsBar>div.col-md-5.col-xs-7,
  #reportPage #reportTotalRegistries {
    align-self: center;
    height: unset;
  }

  #reportPage .btn-toolbar {
    border-bottom: unset;
    flex: 15;
  }

  #reportPage .history-searchbar .btn-toolbar {
    padding: 0;
  }

  #reportPage>div>fieldset>legend {
    padding: 1rem 1rem 0;
    height: 7%;
    max-height: 7%;
    margin: 0;
  }

  #his #reportPage>div>fieldset>legend {
    font-size: 3vh;
    height: unset;
    max-height: unset;
  }

  #reportPage .report-grid-box {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #reportPage .history-form {
    flex: 1;
  }

  #reportPage .history-searchbar {
    flex: 1;
    height: 10%;
  }

  #reportPage #searchInput {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #reportPage #searchInput>div {
    width: 100%;
  }

  .skin-blue .wrapper,
  .skin-blue .main-sidebar {
    height: 100% !important;
    min-height: 100% !important;
  }

  .content-wrapper {
    height: calc(100% - 50px);
  }

  #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 93%;
    padding: 0;
  }

  #reportPage .cv-toolbar-input-search {
    border: 1px solid lightgray;
    border-radius: 5px 0px 0px 5px;
  }

  #reportPage .input-group .input-group-addon {
    border-radius: 0 5px 5px 0;
  }

  .modal-open #modal-assignto.modal.modal-primary.fade.in {
    z-index: 9999;
  }

  .modal-open #modal-assignto.modal.modal-primary.fade.in>.modal-dialog {
    width: 100%;
  }

  .main-header .navbar {
    display: flex;
  }

  #visitorsListTable .window-container__center .peer {
    height: calc(100vh - 53px);
  }

  .history-searchbar .back-btn {
    background: none;
  }

  .history-searchbar {
    display: flex;
    height: unset !important;
  }

  .modal {
    display: flex !important;
    align-items: center;
    z-index: -1;
  }

  #reportPage #showPage>div>div.box-body {
    padding: 1rem 0rem;
  }

  #reportPage #inboxListTable {
    font-size: 1.6vh;
  }

  #inboxListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  .table>thead:first-child>tr:first-child>th {
    white-space: pre-wrap;
  }

  /* body
  > div.wrapper
  > aside
  > section
  > ul
  > li.treeview
  > a
  > span:nth-child(2) {
  font-size: 1.9vh;
} */
  .skin-blue .sidebar-menu .treeview-menu>li>a {
    font-size: 1.5vh;
  }

  .direct-chat-primary__col .bdT {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .direct-chat-primary__col .bdT .pos-r {
    width: 95%;
  }

  .user-header .skin-blue .main-header .logo {
    padding-left: 5px;
    padding-right: 0;
  }

  .user-header .main-header .logo .logo-lg {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .user-header .main-header .logo .logo-lg b,
  strong {
    font-size: 2.8vh;
  }

  .user-header .main-header .navbar-custom-menu {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .user-header .navbar .sidebar-toggle {
    display: none;
  }

  .skin-blue .user-header .logo {
    width: 25%;
  }

  .user-header .navbar-custom-menu>.navbar-nav {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .navbar-custom-menu>.navbar-nav>li {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .main-header .navbar .nav>li>a>.label {
    top: 8px;
    right: 7px;
  }

  .mid-user-buttons .navbar-nav>li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem;
  }

  .right-user-buttons .navbar-nav>li {
    align-items: center;
  }

  .mid-user-buttons .navbar-nav>li>a {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #28ac5d;
    padding: 0;
  }

  .right-user-buttons>ul>li.dropdown.user.user-menu>a {
    padding: 0;
  }

  #videoCallDiv {
    display: flex;
    justify-content: center;
  }

  .direct-chat-primary .right>.chat-audio-container {
    min-width: 74vw;
  }

  .user-header .main-header .logo .logo-lg b,
  strong {
    font-size: 1.8vh;
  }

  .direct-chat-audio {
    width: 100%;
  }

  #reportToolsBar .history-button {
    flex: 0 13%;
  }

  #chat>div>div.box.box-widget.widget-user-2>div>div.box-tools.pull-right.alert.alert-dismissible>p:nth-child(1) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 6vh;
    overflow: hidden;
  }

  #reportHisContainer .header-right-actions {
    position: absolute;
    right: 20px;
    bottom: 5px;
    /*width: 100%;*/
  }

  #reportPageContainer .header-right-actions {
    position: absolute;
    right: 20px;
    bottom: 5px;
    width: 100%;
  }

  #reportHisAdmin .header-right-actions {
    position: absolute;
    right: 20px;
    bottom: 5px;
    width: 100%;
  }

  #reportHisAdmin .history-form {
    align-items: flex-end !important;
  }

  .box.box-success {
    height: 100%;
  }

  #reportShowTablePage {
    padding: 0;
  }

  #reportPage #reportShowTablePa #reportListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  #reportPage .inbox-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
  }

  #reportPage .history-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
  }

  #reportPage .inbox-form #reportFormFields {
    flex: 3;
  }

  #reportPage .history-form #reportFormFields {
    flex: 3;
  }

  #reportPage .inbox-form #reportFormFields #cv_ReportDates>div.box-body {
    flex-direction: row;
    padding: 0;
  }

  #reportPage .history-form #reportFormFields #cv_ReportDates>div.box-body {
    flex-direction: row;
    padding: 0;
  }

  #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    margin: 0;
    display: flex;
    align-items: center;
  }

  #reportPageContainer #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    flex-direction: column;
  }

  #reportHisAdmin #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    flex-direction: column;
  }

  #reportPageContainer #reportPage .btn-toolbar {
    flex: 1;
  }

  #reportHisAdmin #reportPage .btn-toolbar {
    flex: 1;
    padding: 0;
  }

  #reportPage .inbox-form #reportToolsBar.btn-toolbar {
    flex: 1;
    padding: 0;
  }

  #reportPage .history-form #reportToolsBar.btn-toolbar {
    flex: 1;
    padding: 0;
  }

  #reportPage #reportShowTablePage {
    height: 65%;
  }

  #reportPage #reportShowTablePage {
    height: 100%;
  }

  #reportPage #reportShowTablePage #reportListTable_wrapper {
    height: 100%;
  }

  #reportPage #reportShowTablePage #reportListTable_wrapper>div:nth-child(2) {
    height: 100%;
  }

  #reportPage #reportShowTablePage #reportListTable_wrapper #reportListTable {
    font-size: 1.6vh;
  }

  /* #reportPage
  #reportShowTablePage
  #reportListTable_wrapper
  > div:nth-child(2)
  > div {
  height: 100%;
} */
  #reportShowTablePage #reportInb #reportListTable_wrapper>div:nth-child(2)>div {
    height: 67vh;
  }

  #reportInb {
    padding: 0;
  }

  #reportInb #reportListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  #reportPage #reportShowTablePage #reportInb #reportListTable_wrapper #reportListTable {
    margin-top: 0 !important;
  }

  /* #reportHisContainer div.report-body > fieldset .report-grid-box {
  height: unset !important;
} */
  #reportHisContainer .report-grid-box {
    height: 100% !important;
  }

  #reportHisContainer .report-grid-box #showTablePage>div.box-body {
    overflow: hidden !important;
    height: 100% !important;
  }

  #reportHisContainer .report-grid-box #showTablePage {
    height: 70% !important;
    flex: 12 !important;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable {
    display: block;
    height: 100%;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody {
    display: block;
    height: 100%;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr {
    height: 100%;
    display: block;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr td {
    display: block;
    height: 100%;
    width: 100%;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr td .peer.box.box-solid {
    display: block;
    height: 100%;
  }

  #reportHisContainer .report-grid-box .history-form #reportToolsBar {
    align-items: center;
  }

  #reportHisAdmin .report-grid-box {
    height: 100% !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage>div.box-body {
    overflow: hidden !important;
    height: 100% !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage {
    height: 70% !important;
    flex: 12 !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable {
    display: block;
    height: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody {
    display: block;
    height: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody tr {
    height: 100%;
    display: block;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody tr td {
    display: block;
    height: 100%;
    width: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody tr td .peer.box.box-solid {
    display: block;
    height: 100%;
  }

  #reportHisAdmin .report-grid-box .history-form #reportToolsBar {
    align-items: center;
  }

  #chtReport #showPage .clearfix {
    height: 100%;
    margin: 0 !important;
  }

  #showPage>div.row.clearfix>div.col-md-12 {
    height: 100%;
    padding: 0;
  }

  #seccionReports>div>section>div>div>div.cv-report-list.col-md-12 {
    height: unset;
  }

  #chtReport #showPage .clearfix #seccionReports {
    height: 100%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success>.box-header {
    height: 5%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success .content {
    display: flex;
    height: 87vh;
    /* flex: 30; */
    margin: 0;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body {
    height: 74%;
    width: 100%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body:first-child {
    height: 100%;
    overflow: scroll;
    display: flex;
    flex-direction: column;
  }

  #chtReport #reportToolsBar {
    justify-content: flex-start;
    padding: 1rem 0rem;
  }

  #chtReport #reportPage .btn-toolbar {
    flex: 1;
    padding: 1rem;
  }

  #chtReport #reportPage #showTablePage {
    flex: 15;
  }

  #chtReport #reportListTable_wrapper>div:nth-child(2)>div {
    height: 48vh;
  }

  /* Rep Incoming */
  #repIncoming #showPage .clearfix {
    height: 100%;
    margin: 0 !important;
  }

  #repIncoming #showPage .clearfix #seccionReports {
    height: 100%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success>.box-header {
    height: 5%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success .content {
    display: flex;
    height: 87vh;
    /* flex: 30; */
    margin: 0;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body {
    height: 74%;
    width: 100%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body:first-child {
    height: 100%;
    overflow: scroll;
    display: flex;
    flex-direction: column;
  }

  #repIncoming #reportToolsBar {
    justify-content: flex-start;
    padding: 1rem 0rem;
  }

  #repIncoming #reportPage #reportsToolsBar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    padding: 1rem;
  }

  #repIncoming #registryPage #reportsToolsBar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    padding: 1rem;
  }

  #repIncoming #reportPage #showTablePage {
    flex: 15;
  }

  #repIncoming #registryPage #showTablePage {
    flex: 15;
  }

  #repIncoming #reportListTable_wrapper>div:nth-child(2)>div {
    height: 48vh;
  }

  #repIncoming .wrapper,
  .skin-blue .main-sidebar {
    overflow: unset;
  }

  #repIncoming #reportBackButton {
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.consult-button {
    width: 50%;
    flex: 0 50%;
    padding: 0 1rem;
  }

  #repIncoming #reportsConsultButton {
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.export-button {
    width: 50%;
    flex: 0 50%;
    padding: 0 1rem;
  }

  #repIncoming #reportsExportButton {
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 85%;
    align-items: center;
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator.navbar #searchInput {
    padding: 1rem;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator.navbar:nth-child(2) {
    width: 50%;
    align-self: center;
    height: fit-content;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator.navbar:nth-child(3) {
    width: 50%;
    align-items: center;
    justify-content: space-evenly;
    display: flex;
    height: fit-content;
  }

  /* Campaign */
  #campaign #campaignListTable_wrapper>div:nth-child(2) {
    height: 66vh;
    overflow: scroll;
  }

  #campaign .wrapper,
  .skin-blue .main-sidebar {
    height: auto !important;
  }

  #reportInb #reportPage>div>fieldset {
    display: block !important;
  }

  #inbAgent .wrapper {
    display: flex;
    flex-direction: column;
    overflow: unset;
  }

  #inbAgent #reportPage>div>fieldset {
    display: block !important;
  }

  #inbAgent #reportInbox {
    display: none;
  }

  #inbAgent #reportPage>div>fieldset {
    display: block;
  }

  #his #reportPage>div>fieldset {
    display: block !important;
  }

  #his #reportHisContainer .report-grid-box #showTablePage {
    height: 86% !important;
    flex: 12 !important;
  }

  #his #reportHisContainer #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 84% !important;
  }

  #regvideo #reportPage>div>fieldset {
    display: block !important;
  }

  #regvideo #reportHisContainer .report-grid-box #showTablePage {
    height: 86% !important;
    flex: 12 !important;
  }

  #regvideo #reportHisContainer #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 84% !important;
  }

  #regvideo #reportShowTablePage #reportListTable_wrapper>div:nth-child(2)>div {
    height: 100%;
  }

  #regvideo #reportPage #reportShowTablePage {
    height: 57vh;
  }

  #regvideo #reportShowTablePage>div.box-body {
    height: 100%;
  }

  #regcall #reportPage>div>fieldset {
    display: block !important;
  }

  #regcall #reportHisContainer .report-grid-box #showTablePage {
    height: 86% !important;
    flex: 12 !important;
  }

  #regcall #reportHisContainer #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 84% !important;
  }

  #regcall #reportShowTablePage #reportListTable_wrapper>div:nth-child(2)>div {
    height: 100%;
  }

  #regcall #reportPage #reportShowTablePage {
    height: 57vh;
  }

  #regcall #reportShowTablePage>div.box-body {
    height: 100%;
  }
}

/* Any iPhone */
@media only screen and (min-device-width: 375px) and (max-device-width: 768px) {
  body>div.wrapper>aside>section>ul>li.treeview>a>span:nth-child(2) {
    font-size: 1.9vh !important;
  }

  body>div.wrapper>aside>section>ul>li.treeview>a>span:nth-child(2) {
    font-size: 1.7vh !important;
  }

  #chat .bottom-text-box {
    position: absolute;
    bottom: 0;
    z-index: 999;
  }

  #chat-sidebar {
    width: 100%;
    margin: 0;
  }

  .window-container__center {
    display: none;
    width: 100%;
  }

  #chat-conversations>div.direct-chat-msg>div>p {
    white-space: initial;
  }

  .direct-chat-primary .right>.direct-chat-text {
    min-width: 38vw;
  }

  #chat>div:nth-child(1)>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.slide-dropdown.open>ul.multimedia-client-dropdown {
    width: 13vw;
  }

  .box-header>.box-tools {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 0;
    flex: 5;
    width: 51vw;
  }

  /*
#reportHisContainer .box-header > .box-tools {
  flex: 7;
} */
  #chat>div>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.open>ul>li>a h6 {
    margin-left: 6vw;
  }

  #chat-conversations>div.direct-chat-alert>div>p {
    margin-bottom: 1.5rem;
  }

  .box {
    flex: 1;
    border-top: none;
    margin: 0;
  }

  #visitorsListTable .chat-container .window-container__left .box.box-solid {
    height: 100%;
  }

  #reportPage #chat .direct-chat-primary__col {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #chat>div:nth-child(1)>div.box.box-widget.widget-user-2 {
    flex: 1;
  }

  #chat-conversations {
    flex: 1 59%;
  }

  #chat .bottom-text-box {
    flex: 1;
  }

  .direct-chat__right {
    min-width: 38vw;
  }

  .back {
    flex: 1;
  }

  .back-btn {
    height: 100%;
    border: none;
    background: #ededed;
  }

  .widget-user-2 .widget-user-username {
    width: 25vw;
    white-space: pre-wrap;
  }

  #btn-chat-send>.img-send-msg {
    width: 6vw;
  }

  #chat>div>div.box.box-widget.widget-user-2>div>div.widget-user-header>div.widget-user-image {
    padding-right: 1rem;
  }

  #reportPage {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  #cv_ReportDates>div.box-body {
    display: flex;
    flex-direction: column;
    padding: 2rem 9rem;
  }

  #reportPageContainer {
    height: 100%;
  }

  #reportHisAdmin {
    height: 100%;
  }

  #reportHisContainer {
    height: 100%;
  }

  .history-paginator {
    display: none;
    height: 10%;
    flex: 1;
  }

  .inbox-paginator {
    display: flex;
    height: 10%;
    flex: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  #reportToolsBar {
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  #reportToolsBar>div.cv-toolbar-paginator.navbar {
    flex-direction: column;
  }

  #reportsToolsBar {
    padding: 0px 10px 1rem;
  }

  #reportToolsBar {
    padding: 0px 10px 1rem;
  }

  #reportPage #showTablePage {
    height: 80%;
    flex: 8;
  }

  #reportTable {
    display: flex;
  }

  #reportTable>tbody {
    flex: 1;
  }

  #reportTable>tbody>tr {
    display: flex;
    height: 100%;
  }

  #reportTable .window-container__left {
    flex: 1;
    padding: 0 !important;
  }

  #reportTable .window-container__right {
    flex: 1;
    display: none;
  }

  #reportTable>tbody>tr>td:nth-child(1)>div.peer.box.box-solid {
    height: 100%;
    overflow-y: unset;
  }

  #reportPage #showTablePage>div.box-body {
    padding: 0;
  }

  #reportToolsBar>div.col-md-5.col-xs-7,
  #reportPage #reportTotalRegistries {
    align-self: center;
    height: unset;
  }

  #reportPage .btn-toolbar {
    border-bottom: unset;
    flex: 15;
  }

  #reportPage .history-searchbar .btn-toolbar {
    padding: 0;
  }

  #reportPage>div>fieldset>legend {
    padding: 1rem 1rem 0;
    height: 7%;
    max-height: 7%;
    margin: 0;
  }

  #his #reportPage>div>fieldset>legend {
    font-size: 3vh;
    height: unset;
    max-height: unset;
  }

  #reportPage .report-grid-box {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #reportPage .history-form {
    flex: 1;
  }

  #reportPage .history-searchbar {
    flex: 1;
    height: 10%;
  }

  #reportPage #searchInput {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #reportPage #searchInput>div {
    width: 100%;
  }

  .skin-blue .wrapper,
  .skin-blue .main-sidebar {
    height: 100% !important;
    min-height: 100% !important;
  }

  .content-wrapper {
    height: calc(100% - 50px);
  }

  #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 93%;
    padding: 0;
  }

  #reportPage .cv-toolbar-input-search {
    border: 1px solid lightgray;
    border-radius: 5px 0px 0px 5px;
    width: 15vh;
  }

  #reportPage .input-group .input-group-addon {
    border-radius: 0 5px 5px 0;
  }

  .modal-open #modal-assignto.modal.modal-primary.fade.in {
    z-index: 9999;
  }

  .modal-open #modal-assignto.modal.modal-primary.fade.in>.modal-dialog {
    width: 100%;
  }

  .main-header .navbar {
    display: flex;
  }

  #visitorsListTable .window-container__center .peer {
    height: calc(100vh - 53px);
  }

  .history-searchbar .back-btn {
    background: none;
  }

  .history-searchbar {
    display: flex;
    height: unset !important;
  }

  .modal {
    display: flex !important;
    align-items: center;
    z-index: -1;
  }

  #reportPage #showPage>div>div.box-body {
    padding: 1rem 0rem;
  }

  #reportPage #inboxListTable {
    font-size: 1.6vh;
  }

  #inboxListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  .table>thead:first-child>tr:first-child>th {
    white-space: pre-wrap;
  }

  /* body
  > div.wrapper
  > aside
  > section
  > ul
  > li.treeview
  > a
  > span:nth-child(2) {
  font-size: 1.9vh;
} */
  .skin-blue .sidebar-menu .treeview-menu>li>a {
    font-size: 1.5vh;
  }

  .direct-chat-primary__col .bdT {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .direct-chat-primary__col .bdT .pos-r {
    width: 95%;
  }

  .user-header .skin-blue .main-header .logo {
    padding-left: 5px;
    padding-right: 0;
  }

  .user-header .main-header .logo .logo-lg {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .user-header .main-header .logo .logo-lg b,
  strong {
    font-size: 2.8vh;
  }

  .user-header .main-header .navbar-custom-menu {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .user-header .navbar .sidebar-toggle {
    display: none;
  }

  .skin-blue .user-header .logo {
    width: 25%;
  }

  .user-header .navbar-custom-menu>.navbar-nav {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .navbar-custom-menu>.navbar-nav>li {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .main-header .navbar .nav>li>a>.label {
    top: 8px;
    right: 7px;
  }

  .mid-user-buttons .navbar-nav>li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem;
  }

  .right-user-buttons .navbar-nav>li {
    align-items: center;
  }

  .mid-user-buttons .navbar-nav>li>a {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #28ac5d;
    padding: 0;
  }

  .right-user-buttons>ul>li.dropdown.user.user-menu>a {
    padding: 0;
  }

  #videoCallDiv {
    display: flex;
    justify-content: center;
  }

  .direct-chat-primary .right>.chat-audio-container {
    min-width: 74vw;
  }

  .user-header .main-header .logo .logo-lg b,
  strong {
    font-size: 1.8vh;
  }

  .direct-chat-audio {
    width: 100%;
  }

  #reportToolsBar .history-button {
    flex: 0 13%;
  }

  #chat>div>div.box.box-widget.widget-user-2>div>div.box-tools.pull-right.alert.alert-dismissible>p:nth-child(1) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 6vh;
    overflow: hidden;
  }

  #reportHisContainer .header-right-actions {
    position: absolute;
    right: 20px;
    bottom: 5px;
    /*width: 100%;*/
  }

  #reportPageContainer .header-right-actions {
    position: absolute;
    right: 20px;
    bottom: 5px;
    width: 100%;
  }

  #reportHisAdmin .header-right-actions {
    position: absolute;
    right: 20px;
    bottom: 5px;
    width: 100%;
  }

  #reportHisAdmin .history-form {
    align-items: flex-end !important;
  }

  .box.box-success {
    height: 100%;
  }

  #reportShowTablePage {
    padding: 0;
  }

  #reportPage #reportShowTablePa #reportListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  #reportPage .inbox-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
  }

  #reportPage .history-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
  }

  #reportPage .inbox-form #reportFormFields {
    flex: 3;
  }

  #reportPage .history-form #reportFormFields {
    flex: 3;
  }

  #reportPage .inbox-form #reportFormFields #cv_ReportDates>div.box-body {
    flex-direction: row;
    padding: 0;
  }

  #reportPage .history-form #reportFormFields #cv_ReportDates>div.box-body {
    flex-direction: row;
    padding: 0;
  }

  #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    margin: 0;
    display: flex;
    align-items: center;
  }

  #reportPageContainer #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    flex-direction: column;
  }

  #reportHisAdmin #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    flex-direction: column;
  }

  #reportPageContainer #reportPage .btn-toolbar {
    flex: 1;
  }

  #reportHisAdmin #reportPage .btn-toolbar {
    flex: 1;
    padding: 0;
  }

  #reportPage .inbox-form #reportToolsBar.btn-toolbar {
    flex: 1;
    padding: 0;
  }

  #reportPage .history-form #reportToolsBar.btn-toolbar {
    flex: 1;
    padding: 0;
  }

  #reportPage #reportShowTablePage {
    height: 65%;
  }

  #reportPage #reportShowTablePage {
    height: 100%;
  }

  #reportPage #reportShowTablePage #reportListTable_wrapper {
    height: 100%;
  }

  #reportPage #reportShowTablePage #reportListTable_wrapper>div:nth-child(2) {
    height: 100%;
  }

  #reportPage #reportShowTablePage #reportListTable_wrapper #reportListTable {
    font-size: 1.6vh;
  }

  /* #reportPage
  #reportShowTablePage
  #reportListTable_wrapper
  > div:nth-child(2)
  > div {
  height: 100%;
} */
  #reportShowTablePage #reportInb #reportListTable_wrapper>div:nth-child(2)>div {
    height: 67vh;
  }

  #reportInb {
    padding: 0;
  }

  #reportInb #reportListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  #reportPage #reportShowTablePage #reportInb #reportListTable_wrapper #reportListTable {
    margin-top: 0 !important;
  }

  /* #reportHisContainer div.report-body > fieldset .report-grid-box {
  height: unset !important;
} */
  #reportHisContainer .report-grid-box {
    height: 100% !important;
  }

  #reportHisContainer .report-grid-box #showTablePage>div.box-body {
    overflow: hidden !important;
    height: 100% !important;
  }

  #reportHisContainer .report-grid-box #showTablePage {
    height: 70% !important;
    flex: 12 !important;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable {
    display: block;
    height: 100%;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody {
    display: block;
    height: 100%;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr {
    height: 100%;
    display: block;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr td {
    display: block;
    height: 100%;
    width: 100%;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr td .peer.box.box-solid {
    display: block;
    height: 100%;
  }

  #reportHisContainer .report-grid-box .history-form #reportToolsBar {
    align-items: center;
  }

  #reportHisAdmin .report-grid-box {
    height: 100% !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage>div.box-body {
    overflow: hidden !important;
    height: 100% !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage {
    height: 70% !important;
    flex: 12 !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable {
    display: block;
    height: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody {
    display: block;
    height: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody tr {
    height: 100%;
    display: block;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody tr td {
    display: block;
    height: 100%;
    width: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody tr td .peer.box.box-solid {
    display: block;
    height: 100%;
  }

  #reportHisAdmin .report-grid-box .history-form #reportToolsBar {
    align-items: center;
  }

  #chtReport #showPage .clearfix {
    height: 100%;
    margin: 0 !important;
  }

  #showPage>div.row.clearfix>div.col-md-12 {
    height: 100%;
    padding: 0;
  }

  #seccionReports>div>section>div>div>div.cv-report-list.col-md-12 {
    height: unset;
  }

  #chtReport #showPage .clearfix #seccionReports {
    height: 100%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success>.box-header {
    height: 5%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success .content {
    display: flex;
    height: 87vh;
    /* flex: 30; */
    margin: 0;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body {
    height: 74%;
    width: 100%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body:first-child {
    height: 100%;
    overflow: scroll;
    display: flex;
    flex-direction: column;
  }

  #chtReport #reportToolsBar {
    justify-content: flex-start;
    padding: 1rem 0rem;
  }

  #chtReport #reportPage .btn-toolbar {
    flex: 1;
    padding: 1rem;
  }

  #chtReport #reportPage #showTablePage {
    flex: 15;
  }

  #chtReport #reportListTable_wrapper>div:nth-child(2)>div {
    height: 48vh;
  }

  /* Rep Incoming */
  #repIncoming #showPage .clearfix {
    height: 100%;
    margin: 0 !important;
  }

  #repIncoming #showPage .clearfix #seccionReports {
    height: 100%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success>.box-header {
    height: 5%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success .content {
    display: flex;
    height: 87vh;
    /* flex: 30; */
    margin: 0;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body {
    height: 74%;
    width: 100%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body:first-child {
    height: 100%;
    overflow: scroll;
    display: flex;
    flex-direction: column;
  }

  #repIncoming #reportToolsBar {
    justify-content: flex-start;
    padding: 1rem 0rem;
  }

  #repIncoming #reportPage #reportsToolsBar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    padding: 1rem;
  }

  #repIncoming #registryPage #reportsToolsBar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    padding: 1rem;
  }

  #repIncoming #reportPage #showTablePage {
    flex: 15;
  }

  #repIncoming #registryPage #showTablePage {
    flex: 15;
  }

  #repIncoming #reportListTable_wrapper>div:nth-child(2)>div {
    height: 48vh;
  }

  #repIncoming .wrapper,
  .skin-blue .main-sidebar {
    overflow: unset;
  }

  #repIncoming #reportBackButton {
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.consult-button {
    width: 50%;
    flex: 0 50%;
    padding: 0 1rem;
  }

  #repIncoming #reportsConsultButton {
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.export-button {
    width: 50%;
    flex: 0 50%;
    padding: 0 1rem;
  }

  #repIncoming #reportsExportButton {
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 85%;
    align-items: center;
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator.navbar #searchInput {
    padding: 1rem;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator.navbar:nth-child(2) {
    width: 50%;
    align-self: center;
    height: fit-content;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator.navbar:nth-child(3) {
    width: 50%;
    align-items: center;
    justify-content: space-evenly;
    display: flex;
    height: fit-content;
  }

  /* Campaign */
  #campaign #campaignListTable_wrapper>div:nth-child(2) {
    height: 66vh;
    overflow: scroll;
  }

  #campaign .wrapper,
  .skin-blue .main-sidebar {
    height: auto !important;
  }

  #reportInb #reportPage>div>fieldset {
    display: block !important;
  }

  #inbAgent .wrapper {
    display: flex;
    flex-direction: column;
    overflow: unset;
  }

  #inbAgent #reportPage>div>fieldset {
    display: block !important;
  }

  #inbAgent #reportInbox {
    display: none;
  }

  #inbAgent #reportPage>div>fieldset {
    display: block;
  }

  #his #reportPage>div>fieldset {
    display: block !important;
  }

  #his #reportHisContainer .report-grid-box #showTablePage {
    height: 86% !important;
    flex: 12 !important;
  }

  #his #reportHisContainer #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 84% !important;
  }

  #regvideo #reportPage>div>fieldset {
    display: block !important;
  }

  #regvideo #reportHisContainer .report-grid-box #showTablePage {
    height: 86% !important;
    flex: 12 !important;
  }

  #regvideo #reportHisContainer #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 84% !important;
  }

  #regvideo #reportShowTablePage #reportListTable_wrapper>div:nth-child(2)>div {
    height: 100%;
  }

  #regvideo #reportPage #reportShowTablePage {
    height: 57vh;
  }

  #regvideo #reportShowTablePage>div.box-body {
    height: 100%;
  }

  #regcall #reportPage>div>fieldset {
    display: block !important;
  }

  #regcall #reportHisContainer .report-grid-box #showTablePage {
    height: 86% !important;
    flex: 12 !important;
  }

  #regcall #reportHisContainer #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 84% !important;
  }

  #regcall #reportShowTablePage #reportListTable_wrapper>div:nth-child(2)>div {
    height: 100%;
  }

  #regcall #reportPage #reportShowTablePage {
    height: 57vh;
  }

  #regcall #reportShowTablePage>div.box-body {
    height: 100%;
  }

  /* #chat-openChat {
    position: relative;
    left: 42%;
    bottom: 1em;
  } */
}

/* Any iPhone 2 */
@media only screen and (min-device-width: 375px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 3) {
  body>div.wrapper>aside>section>ul>li.treeview>a>span:nth-child(2) {
    font-size: 1.9vh !important;
  }

  body>div.wrapper>aside>section>ul>li.treeview>a>span:nth-child(2) {
    font-size: 1.7vh !important;
  }

  #chat-sidebar {
    width: 100%;
    margin: 0;
  }

  .window-container__center {
    display: none;
    width: 100%;
  }

  #chat-conversations>div.direct-chat-msg>div>p {
    white-space: initial;
  }

  .direct-chat-primary .right>.direct-chat-text {
    min-width: 38vw;
  }

  #chat>div:nth-child(1)>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.slide-dropdown.open>ul.multimedia-client-dropdown {
    width: 13vw;
  }

  .box-header>.box-tools {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 0;
    flex: 5;
    width: 51vw;
  }

  /*
#reportHisContainer .box-header > .box-tools {
  flex: 7;
} */
  #chat>div>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.open>ul>li>a h6 {
    margin-left: 6vw;
  }

  #chat-conversations>div.direct-chat-alert>div>p {
    margin-bottom: 1.5rem;
  }

  .box {
    flex: 1;
    border-top: none;
    margin: 0;
  }

  #visitorsListTable .chat-container .window-container__left .box.box-solid {
    height: 100%;
  }

  #reportPage #chat .direct-chat-primary__col {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #chat>div:nth-child(1)>div.box.box-widget.widget-user-2 {
    flex: 1;
  }

  #chat-conversations {
    flex: 1 59%;
  }

  #chat .bottom-text-box {
    flex: 1;
  }

  .direct-chat__right {
    min-width: 38vw;
  }

  .back {
    flex: 1;
  }

  .back-btn {
    height: 100%;
    border: none;
    background: #ededed;
  }

  .widget-user-2 .widget-user-username {
    width: 25vw;
    white-space: pre-wrap;
  }

  #btn-chat-send>.img-send-msg {
    width: 6vw;
  }

  #chat>div>div.box.box-widget.widget-user-2>div>div.widget-user-header>div.widget-user-image {
    padding-right: 1rem;
  }

  #reportPage {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  #cv_ReportDates>div.box-body {
    display: flex;
    flex-direction: column;
    padding: 2rem 9rem;
  }

  #reportPageContainer {
    height: 100%;
  }

  #reportHisAdmin {
    height: 100%;
  }

  #reportHisContainer {
    height: 100%;
  }

  .history-paginator {
    display: none;
    height: 10%;
    flex: 1;
  }

  .inbox-paginator {
    display: flex;
    height: 10%;
    flex: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  #reportToolsBar {
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  #reportToolsBar>div.cv-toolbar-paginator.navbar {
    flex-direction: column;
  }

  #reportsToolsBar {
    padding: 0px 10px 1rem;
  }

  #reportToolsBar {
    padding: 0px 10px 1rem;
  }

  #reportPage #showTablePage {
    height: 80%;
    flex: 8;
  }

  #reportTable {
    display: flex;
  }

  #reportTable>tbody {
    flex: 1;
  }

  #reportTable>tbody>tr {
    display: flex;
    height: 100%;
  }

  #reportTable .window-container__left {
    flex: 1;
    padding: 0 !important;
  }

  #reportTable .window-container__right {
    flex: 1;
    display: none;
  }

  #reportTable>tbody>tr>td:nth-child(1)>div.peer.box.box-solid {
    height: 100%;
    overflow-y: unset;
  }

  #reportPage #showTablePage>div.box-body {
    padding: 0;
  }

  #reportToolsBar>div.col-md-5.col-xs-7,
  #reportPage #reportTotalRegistries {
    align-self: center;
    height: unset;
  }

  #reportPage .btn-toolbar {
    border-bottom: unset;
    flex: 15;
  }

  #reportPage .history-searchbar .btn-toolbar {
    padding: 0;
  }

  #reportPage>div>fieldset>legend {
    padding: 1rem 1rem 0;
    height: 7%;
    max-height: 7%;
    margin: 0;
  }

  #his #reportPage>div>fieldset>legend {
    font-size: 3vh;
    height: unset;
    max-height: unset;
  }

  #reportPage .report-grid-box {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #reportPage .history-form {
    flex: 1;
  }

  #reportPage .history-searchbar {
    flex: 1;
    height: 10%;
  }

  #reportPage #searchInput {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #reportPage #searchInput>div {
    width: 100%;
  }

  .skin-blue .wrapper,
  .skin-blue .main-sidebar {
    height: 100% !important;
    min-height: 100% !important;
  }

  .content-wrapper {
    height: calc(100% - 50px);
  }

  #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 93%;
    padding: 0;
  }

  #reportPage .cv-toolbar-input-search {
    border: 1px solid lightgray;
    border-radius: 5px 0px 0px 5px;
    width: 15vh;
  }

  #reportPage .input-group .input-group-addon {
    border-radius: 0 5px 5px 0;
  }

  .modal-open #modal-assignto.modal.modal-primary.fade.in {
    z-index: 9999;
  }

  .modal-open #modal-assignto.modal.modal-primary.fade.in>.modal-dialog {
    width: 100%;
  }

  .main-header .navbar {
    display: flex;
  }

  #visitorsListTable .window-container__center .peer {
    height: calc(100vh - 53px);
  }

  .history-searchbar .back-btn {
    background: none;
  }

  .history-searchbar {
    display: flex;
    height: unset !important;
  }

  .modal {
    display: flex !important;
    align-items: center;
    z-index: -1;
  }

  #reportPage #showPage>div>div.box-body {
    padding: 1rem 0rem;
  }

  #reportPage #inboxListTable {
    font-size: 1.6vh;
  }

  #inboxListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  .table>thead:first-child>tr:first-child>th {
    white-space: pre-wrap;
  }

  /* body
  > div.wrapper
  > aside
  > section
  > ul
  > li.treeview
  > a
  > span:nth-child(2) {
  font-size: 1.9vh;
} */
  .skin-blue .sidebar-menu .treeview-menu>li>a {
    font-size: 1.5vh;
  }

  .direct-chat-primary__col .bdT {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .direct-chat-primary__col .bdT .pos-r {
    width: 95%;
  }

  .user-header .skin-blue .main-header .logo {
    padding-left: 5px;
    padding-right: 0;
  }

  .user-header .main-header .logo .logo-lg {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .user-header .main-header .logo .logo-lg b,
  strong {
    font-size: 2.8vh;
  }

  .user-header .main-header .navbar-custom-menu {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .user-header .navbar .sidebar-toggle {
    display: none;
  }

  .skin-blue .user-header .logo {
    width: 25%;
  }

  .user-header .navbar-custom-menu>.navbar-nav {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .navbar-custom-menu>.navbar-nav>li {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .main-header .navbar .nav>li>a>.label {
    top: 8px;
    right: 7px;
  }

  .mid-user-buttons .navbar-nav>li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem;
  }

  .right-user-buttons .navbar-nav>li {
    align-items: center;
  }

  .mid-user-buttons .navbar-nav>li>a {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #28ac5d;
    padding: 0;
  }

  .right-user-buttons>ul>li.dropdown.user.user-menu>a {
    padding: 0;
  }

  #videoCallDiv {
    display: flex;
    justify-content: center;
  }

  .direct-chat-primary .right>.chat-audio-container {
    min-width: 74vw;
  }

  .user-header .main-header .logo .logo-lg b,
  strong {
    font-size: 1.8vh;
  }

  .direct-chat-audio {
    width: 100%;
  }

  #reportToolsBar .history-button {
    flex: 0 13%;
  }

  #chat>div>div.box.box-widget.widget-user-2>div>div.box-tools.pull-right.alert.alert-dismissible>p:nth-child(1) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 6vh;
    overflow: hidden;
  }

  #reportHisContainer .header-right-actions {
    position: absolute;
    right: 20px;
    bottom: 5px;
    /*width: 100%;*/
  }

  #reportPageContainer .header-right-actions {
    position: absolute;
    right: 20px;
    bottom: 5px;
    width: 100%;
  }

  #reportHisAdmin .header-right-actions {
    position: absolute;
    right: 20px;
    bottom: 5px;
    width: 100%;
  }

  #reportHisAdmin .history-form {
    align-items: flex-end !important;
  }

  .box.box-success {
    height: 100%;
  }

  #reportShowTablePage {
    padding: 0;
  }

  #reportPage #reportShowTablePa #reportListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  #reportPage .inbox-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
  }

  #reportPage .history-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
  }

  #reportPage .inbox-form #reportFormFields {
    flex: 3;
  }

  #reportPage .history-form #reportFormFields {
    flex: 3;
  }

  #reportPage .inbox-form #reportFormFields #cv_ReportDates>div.box-body {
    flex-direction: row;
    padding: 0;
  }

  #reportPage .history-form #reportFormFields #cv_ReportDates>div.box-body {
    flex-direction: row;
    padding: 0;
  }

  #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    margin: 0;
    display: flex;
    align-items: center;
  }

  #reportPageContainer #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    flex-direction: column;
  }

  #reportHisAdmin #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    flex-direction: column;
  }

  #reportPageContainer #reportPage .btn-toolbar {
    flex: 1;
  }

  #reportHisAdmin #reportPage .btn-toolbar {
    flex: 1;
    padding: 0;
  }

  #reportPage .inbox-form #reportToolsBar.btn-toolbar {
    flex: 1;
    padding: 0;
  }

  #reportPage .history-form #reportToolsBar.btn-toolbar {
    flex: 1;
    padding: 0;
  }

  #reportPage #reportShowTablePage {
    height: 65%;
  }

  #reportPage #reportShowTablePage {
    height: 100%;
  }

  #reportPage #reportShowTablePage #reportListTable_wrapper {
    height: 100%;
  }

  #reportPage #reportShowTablePage #reportListTable_wrapper>div:nth-child(2) {
    height: 100%;
  }

  #reportPage #reportShowTablePage #reportListTable_wrapper #reportListTable {
    font-size: 1.6vh;
  }

  /* #reportPage
  #reportShowTablePage
  #reportListTable_wrapper
  > div:nth-child(2)
  > div {
  height: 100%;
} */
  #reportShowTablePage #reportInb #reportListTable_wrapper>div:nth-child(2)>div {
    height: 67vh;
  }

  #reportInb {
    padding: 0;
  }

  #reportInb #reportListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  #reportPage #reportShowTablePage #reportInb #reportListTable_wrapper #reportListTable {
    margin-top: 0 !important;
  }

  /* #reportHisContainer div.report-body > fieldset .report-grid-box {
  height: unset !important;
} */
  #reportHisContainer .report-grid-box {
    height: 100% !important;
  }

  #reportHisContainer .report-grid-box #showTablePage>div.box-body {
    overflow: hidden !important;
    height: 100% !important;
  }

  #reportHisContainer .report-grid-box #showTablePage {
    height: 70% !important;
    flex: 12 !important;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable {
    display: block;
    height: 100%;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody {
    display: block;
    height: 100%;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr {
    height: 100%;
    display: block;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr td {
    display: block;
    height: 100%;
    width: 100%;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr td .peer.box.box-solid {
    display: block;
    height: 100%;
  }

  #reportHisContainer .report-grid-box .history-form #reportToolsBar {
    align-items: center;
  }

  #reportHisAdmin .report-grid-box {
    height: 100% !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage>div.box-body {
    overflow: hidden !important;
    height: 100% !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage {
    height: 70% !important;
    flex: 12 !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable {
    display: block;
    height: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody {
    display: block;
    height: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody tr {
    height: 100%;
    display: block;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody tr td {
    display: block;
    height: 100%;
    width: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody tr td .peer.box.box-solid {
    display: block;
    height: 100%;
  }

  #reportHisAdmin .report-grid-box .history-form #reportToolsBar {
    align-items: center;
  }

  #chtReport #showPage .clearfix {
    height: 100%;
    margin: 0 !important;
  }

  #showPage>div.row.clearfix>div.col-md-12 {
    height: 100%;
    padding: 0;
  }

  #seccionReports>div>section>div>div>div.cv-report-list.col-md-12 {
    height: unset;
  }

  #chtReport #showPage .clearfix #seccionReports {
    height: 100%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success>.box-header {
    height: 5%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success .content {
    display: flex;
    height: 87vh;
    /* flex: 30; */
    margin: 0;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body {
    height: 74%;
    width: 100%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body:first-child {
    height: 100%;
    overflow: scroll;
    display: flex;
    flex-direction: column;
  }

  #chtReport #reportToolsBar {
    justify-content: flex-start;
    padding: 1rem 0rem;
  }

  #chtReport #reportPage .btn-toolbar {
    flex: 1;
    padding: 1rem;
  }

  #chtReport #reportPage #showTablePage {
    flex: 15;
  }

  #chtReport #reportListTable_wrapper>div:nth-child(2)>div {
    height: 48vh;
  }

  /* Rep Incoming */
  #repIncoming #showPage .clearfix {
    height: 100%;
    margin: 0 !important;
  }

  #repIncoming #showPage .clearfix #seccionReports {
    height: 100%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success>.box-header {
    height: 5%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success .content {
    display: flex;
    height: 87vh;
    /* flex: 30; */
    margin: 0;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body {
    height: 74%;
    width: 100%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body:first-child {
    height: 100%;
    overflow: scroll;
    display: flex;
    flex-direction: column;
  }

  #repIncoming #reportToolsBar {
    justify-content: flex-start;
    padding: 1rem 0rem;
  }

  #repIncoming #reportPage #reportsToolsBar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    padding: 1rem;
  }

  #repIncoming #registryPage #reportsToolsBar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    padding: 1rem;
  }

  #repIncoming #reportPage #showTablePage {
    flex: 15;
  }

  #repIncoming #registryPage #showTablePage {
    flex: 15;
  }

  #repIncoming #reportListTable_wrapper>div:nth-child(2)>div {
    height: 48vh;
  }

  #repIncoming .wrapper,
  .skin-blue .main-sidebar {
    overflow: unset;
  }

  #repIncoming #reportBackButton {
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.consult-button {
    width: 50%;
    flex: 0 50%;
    padding: 0 1rem;
  }

  #repIncoming #reportsConsultButton {
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.export-button {
    width: 50%;
    flex: 0 50%;
    padding: 0 1rem;
  }

  #repIncoming #reportsExportButton {
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 85%;
    align-items: center;
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator.navbar #searchInput {
    padding: 1rem;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator.navbar:nth-child(2) {
    width: 50%;
    align-self: center;
    height: fit-content;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator.navbar:nth-child(3) {
    width: 50%;
    align-items: center;
    justify-content: space-evenly;
    display: flex;
    height: fit-content;
  }

  /* Campaign */
  #campaign #campaignListTable_wrapper>div:nth-child(2) {
    height: 66vh;
    overflow: scroll;
  }

  #campaign .wrapper,
  .skin-blue .main-sidebar {
    height: auto !important;
  }

  #reportInb #reportPage>div>fieldset {
    display: block !important;
  }

  #inbAgent .wrapper {
    display: flex;
    flex-direction: column;
    overflow: unset;
  }

  #inbAgent #reportPage>div>fieldset {
    display: block !important;
  }

  #inbAgent #reportInbox {
    display: none;
  }

  #inbAgent #reportPage>div>fieldset {
    display: block;
  }

  #his #reportPage>div>fieldset {
    display: block !important;
  }

  #his #reportHisContainer .report-grid-box #showTablePage {
    height: 86% !important;
    flex: 12 !important;
  }

  #his #reportHisContainer #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 84% !important;
  }

  #regvideo #reportPage>div>fieldset {
    display: block !important;
  }

  #regvideo #reportHisContainer .report-grid-box #showTablePage {
    height: 86% !important;
    flex: 12 !important;
  }

  #regvideo #reportHisContainer #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 84% !important;
  }

  #regvideo #reportShowTablePage #reportListTable_wrapper>div:nth-child(2)>div {
    height: 100%;
  }

  #regvideo #reportPage #reportShowTablePage {
    height: 57vh;
  }

  #regvideo #reportShowTablePage>div.box-body {
    height: 100%;
  }

  #regcall #reportPage>div>fieldset {
    display: block !important;
  }

  #regcall #reportHisContainer .report-grid-box #showTablePage {
    height: 86% !important;
    flex: 12 !important;
  }

  #regcall #reportHisContainer #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 84% !important;
  }

  #regcall #reportShowTablePage #reportListTable_wrapper>div:nth-child(2)>div {
    height: 100%;
  }

  #regcall #reportPage #reportShowTablePage {
    height: 57vh;
  }

  #regcall #reportShowTablePage>div.box-body {
    height: 100%;
  }

  /* #chat-openChat {
    position: relative;
    left: 42%;
    bottom: 1em;
  } */
}

@media only screen and (min-width: 375px) and (max-width: 768px) {
  #reportPage #reportShowTablePage #reportListTable_wrapper #reportListTable {
    font-size: 9pt !important;
  }

  .chat-list-client-id {
    font-size: 12px !important;
  }

  .widget-user-2 .widget-user-username {
    font-size: 8pt !important;
  }

  #chat>div>div.box.box-widget.widget-user-2>div>div.box-tools.pull-right.alert.alert-dismissible>p:nth-child(3) {
    font-size: 8pt !important;
    margin: 0;
  }

  #btn-chat-input {
    /* font-size: 10pt !important; */
  }

  #chat-conversations div.direct-chat-msg>div>p {
    font-size: 13px !important;
    margin-bottom: 10px;
    color: #534d64 !important;
  }

  body>div.wrapper>aside>section>ul>li.treeview>a>span:nth-child(2) {
    font-size: 1.9vh !important;
  }

  body>div.wrapper>aside>section>ul>li.treeview>a>span:nth-child(2) {
    font-size: 1.7vh !important;
  }

  #chat-sidebar {
    width: 100%;
    margin: 0;
  }

  .window-container__center {
    display: none;
    width: 100%;
  }

  #chat-conversations>div.direct-chat-msg>div>p {
    white-space: initial;
  }

  .direct-chat-primary .right>.direct-chat-text {
    min-width: 38vw;
  }

  #chat>div:nth-child(1)>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.slide-dropdown.open>ul.multimedia-client-dropdown {
    width: 13vw;
  }

  .box-header>.box-tools {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 0;
    flex: 5;
    width: 51vw;
  }

  /*
#reportHisContainer .box-header > .box-tools {
  flex: 7;
} */
  #chat>div>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.open>ul>li>a h6 {
    margin-left: 6vw;
  }

  #chat-conversations>div.direct-chat-alert>div>p {
    margin-bottom: 1.5rem;
  }

  .box {
    flex: 1;
    border-top: none;
    margin: 0;
  }

  #visitorsListTable .chat-container .window-container__left .box.box-solid {
    height: 100%;
  }

  #reportPage #chat .direct-chat-primary__col {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #chat>div:nth-child(1)>div.box.box-widget.widget-user-2 {
    flex: 1;
  }

  #chat-conversations {
    flex: 1 59%;
  }

  #chat .bottom-text-box {
    flex: 1;
  }

  .direct-chat__right {
    min-width: 38vw;
  }

  .back {
    flex: 1;
  }

  .back-btn {
    height: 100%;
    border: none;
    background: #ededed;
  }

  .widget-user-2 .widget-user-username {
    width: 25vw;
    white-space: pre-wrap;
  }

  #btn-chat-send>.img-send-msg {
    width: 6vw;
  }

  #chat>div>div.box.box-widget.widget-user-2>div>div.widget-user-header>div.widget-user-image {
    padding-right: 1rem;
  }

  #reportPage {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  #cv_ReportDates>div.box-body {
    display: flex;
    flex-direction: column;
    padding: 2rem 9rem;
  }

  #reportPageContainer {
    height: 100%;
  }

  #reportHisAdmin {
    height: 100%;
  }

  #reportHisContainer {
    height: 100%;
  }

  .history-paginator {
    display: none;
    height: 10%;
    flex: 1;
  }

  .inbox-paginator {
    display: flex;
    height: 10%;
    flex: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  #reportToolsBar {
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  #reportToolsBar>div.cv-toolbar-paginator.navbar {
    flex-direction: column;
  }

  #reportsToolsBar {
    padding: 0px 10px 1rem;
  }

  #reportToolsBar {
    padding: 0px 10px 1rem;
  }

  #reportPage #showTablePage {
    height: 80%;
    flex: 8;
  }

  #reportTable {
    display: flex;
  }

  #reportTable>tbody {
    flex: 1;
  }

  #reportTable>tbody>tr {
    display: flex;
    height: 100%;
  }

  #reportTable .window-container__left {
    flex: 1;
    padding: 0 !important;
  }

  #reportTable .window-container__right {
    flex: 1;
    display: none;
  }

  #reportTable>tbody>tr>td:nth-child(1)>div.peer.box.box-solid {
    height: 100%;
    overflow-y: unset;
  }

  #reportPage #showTablePage>div.box-body {
    padding: 0;
  }

  #reportToolsBar>div.col-md-5.col-xs-7,
  #reportPage #reportTotalRegistries {
    align-self: center;
    height: unset;
  }

  #reportPage .btn-toolbar {
    border-bottom: unset;
    flex: 15;
  }

  #reportPage .history-searchbar .btn-toolbar {
    padding: 0;
  }

  #reportPage>div>fieldset>legend {
    padding: 1rem 1rem 0;
    height: 7%;
    max-height: 7%;
    margin: 0;
  }

  #his #reportPage>div>fieldset>legend {
    font-size: 3vh;
    padding: 1rem 1rem 0;
    height: 7%;
    max-height: 7%;
    margin: 0;
  }

  #reportPage .report-grid-box {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #reportPage .history-form {
    flex: 1;
  }

  #his #reportPage .history-form {
    flex: 2;
  }

  #reportPage .history-searchbar {
    flex: 1;
    height: 10%;
  }

  #reportPage #searchInput {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #reportPage #searchInput>div {
    width: 100%;
  }

  .skin-blue .wrapper,
  .skin-blue .main-sidebar {
    height: 100% !important;
    min-height: 100% !important;
  }

  .content-wrapper {
    height: calc(100% - 50px);
  }

  #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 93%;
    padding: 0;
  }

  #reportPage .cv-toolbar-input-search {
    border: 1px solid lightgray;
    border-radius: 5px 0px 0px 5px;
    width: 15vh;
  }

  #reportPage .input-group .input-group-addon {
    border-radius: 0 5px 5px 0;
  }

  .modal-open #modal-assignto.modal.modal-primary.fade.in {
    z-index: 9999;
  }

  .modal-open #modal-assignto.modal.modal-primary.fade.in>.modal-dialog {
    width: 100%;
  }

  .main-header .navbar {
    display: flex;
  }

  #visitorsListTable .window-container__center .peer {
    height: calc(100vh - 53px);
  }

  .history-searchbar .back-btn {
    background: none;
  }

  .history-searchbar {
    display: flex;
    height: unset !important;
  }

  .modal {
    display: flex !important;
    align-items: center;
    z-index: -1;
  }

  #reportPage #showPage>div>div.box-body {
    padding: 1rem 0rem;
  }

  #reportPage #inboxListTable {
    font-size: 1.6vh;
  }

  #inboxListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  .table>thead:first-child>tr:first-child>th {
    white-space: pre-wrap;
  }

  /* body
  > div.wrapper
  > aside
  > section
  > ul
  > li.treeview
  > a
  > span:nth-child(2) {
  font-size: 1.9vh;
} */
  .skin-blue .sidebar-menu .treeview-menu>li>a {
    font-size: 1.5vh;
  }

  .direct-chat-primary__col .bdT {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .direct-chat-primary__col .bdT .pos-r {
    width: 95%;
  }

  .user-header .skin-blue .main-header .logo {
    padding-left: 5px;
    padding-right: 0;
  }

  .user-header .main-header .logo .logo-lg {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .user-header .main-header .logo .logo-lg b,
  strong {
    font-size: 2.8vh;
  }

  .user-header .main-header .navbar-custom-menu {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .user-header .navbar .sidebar-toggle {
    display: none;
  }

  .skin-blue .user-header .logo {
    width: 25%;
  }

  .user-header .navbar-custom-menu>.navbar-nav {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .navbar-custom-menu>.navbar-nav>li {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .main-header .navbar .nav>li>a>.label {
    top: 8px;
    right: 7px;
  }

  .mid-user-buttons .navbar-nav>li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem;
  }

  .right-user-buttons .navbar-nav>li {
    align-items: center;
  }

  .mid-user-buttons .navbar-nav>li>a {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #28ac5d;
    padding: 0;
  }

  .right-user-buttons>ul>li.dropdown.user.user-menu>a {
    padding: 0;
  }

  #videoCallDiv {
    display: flex;
    justify-content: center;
  }

  .direct-chat-primary .right>.chat-audio-container {
    min-width: 74vw;
  }

  .user-header .main-header .logo .logo-lg b,
  strong {
    font-size: 1.8vh;
  }

  .direct-chat-audio {
    width: 100%;
  }

  #reportToolsBar .history-button {
    flex: 0 13%;
  }

  #chat>div>div.box.box-widget.widget-user-2>div>div.box-tools.pull-right.alert.alert-dismissible>p:nth-child(1) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 6vh;
    overflow: hidden;
  }

  #reportHisContainer .header-right-actions {
    position: absolute;
    right: 20px;
    bottom: 5px;
    /*width: 100%;*/
  }

  #reportPageContainer .header-right-actions {
    position: absolute;
    right: 20px;
    bottom: 5px;
    width: 100%;
  }

  #reportHisAdmin .header-right-actions {
    position: absolute;
    right: 20px;
    bottom: 5px;
    width: 100%;
  }

  #reportHisAdmin .history-form {
    align-items: flex-end !important;
  }

  .box.box-success {
    height: 100%;
  }

  #reportShowTablePage {
    padding: 0;
  }

  #reportPage #reportShowTablePa #reportListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  #reportPage .inbox-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
  }

  #reportPage .history-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
  }

  #reportPage .inbox-form #reportFormFields {
    flex: 3;
  }

  #reportPage .history-form #reportFormFields {
    flex: 3;
  }

  #reportPage .inbox-form #reportFormFields #cv_ReportDates>div.box-body {
    flex-direction: row;
    padding: 0;
  }

  #reportPage .history-form #reportFormFields #cv_ReportDates>div.box-body {
    flex-direction: row;
    padding: 0;
  }

  #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    margin: 0;
    display: flex;
    align-items: center;
  }

  #reportPageContainer #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    flex-direction: column;
  }

  #reportHisAdmin #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    flex-direction: column;
  }

  #reportPageContainer #reportPage .btn-toolbar {
    flex: 1;
  }

  #reportHisAdmin #reportPage .btn-toolbar {
    flex: 1;
    padding: 0;
  }

  #reportPage .inbox-form #reportToolsBar.btn-toolbar {
    flex: 1;
    padding: 0;
  }

  #reportPage .history-form #reportToolsBar.btn-toolbar {
    flex: 1;
    padding: 0;
  }

  #reportPage #reportShowTablePage {
    height: 65%;
  }

  #reportPage #reportShowTablePage {
    height: 100%;
  }

  #reportPage #reportShowTablePage #reportListTable_wrapper {
    height: 100%;
  }

  #reportPage #reportShowTablePage #reportListTable_wrapper>div:nth-child(2) {
    height: 100%;
  }

  #reportPage #reportShowTablePage #reportListTable_wrapper #reportListTable {
    font-size: 1.6vh;
  }

  /* #reportPage
  #reportShowTablePage
  #reportListTable_wrapper
  > div:nth-child(2)
  > div {
  height: 100%;
} */
  #reportShowTablePage #reportInb #reportListTable_wrapper>div:nth-child(2)>div {
    height: 67vh;
  }

  #reportInb {
    padding: 0;
  }

  #reportInb #reportListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  #reportPage #reportShowTablePage #reportInb #reportListTable_wrapper #reportListTable {
    margin-top: 0 !important;
  }

  /* #reportHisContainer div.report-body > fieldset .report-grid-box {
  height: unset !important;
} */
  #reportHisContainer .report-grid-box {
    height: 100% !important;
  }

  #reportHisContainer .report-grid-box #showTablePage>div.box-body {
    overflow: hidden !important;
    height: 100% !important;
  }

  #reportHisContainer .report-grid-box #showTablePage {
    height: 70% !important;
    flex: 12 !important;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable {
    display: block;
    height: 100%;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody {
    display: block;
    height: 100%;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr {
    height: 100%;
    display: block;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr td {
    display: block;
    height: 100%;
    width: 100%;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr td .peer.box.box-solid {
    display: block;
    height: 100%;
  }

  #reportHisContainer .report-grid-box .history-form #reportToolsBar {
    align-items: center;
  }

  #reportHisAdmin .report-grid-box {
    height: 100% !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage>div.box-body {
    overflow: hidden !important;
    height: 100% !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage {
    height: 70% !important;
    flex: 12 !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable {
    display: block;
    height: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody {
    display: block;
    height: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody tr {
    height: 100%;
    display: block;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody tr td {
    display: block;
    height: 100%;
    width: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody tr td .peer.box.box-solid {
    display: block;
    height: 100%;
  }

  #reportHisAdmin .report-grid-box .history-form #reportToolsBar {
    align-items: center;
  }

  #chtReport #showPage .clearfix {
    height: 100%;
    margin: 0 !important;
  }

  #showPage>div.row.clearfix>div.col-md-12 {
    height: 100%;
    padding: 0;
  }

  #seccionReports>div>section>div>div>div.cv-report-list.col-md-12 {
    height: unset;
  }

  #chtReport #showPage .clearfix #seccionReports {
    height: 100%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success>.box-header {
    height: 5%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success .content {
    display: flex;
    height: 87vh;
    /* flex: 30; */
    margin: 0;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body {
    height: 74%;
    width: 100%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body:first-child {
    height: 100%;
    overflow: scroll;
    display: flex;
    flex-direction: column;
  }

  #chtReport #reportToolsBar {
    justify-content: flex-start;
    padding: 1rem 0rem;
  }

  #chtReport #reportPage .btn-toolbar {
    flex: 1;
    padding: 1rem;
  }

  #chtReport #reportPage #showTablePage {
    flex: 15;
  }

  #chtReport #reportListTable_wrapper>div:nth-child(2)>div {
    height: 48vh;
  }

  /* Rep Incoming */
  #repIncoming #showPage .clearfix {
    height: 100%;
    margin: 0 !important;
  }

  #repIncoming #showPage .clearfix #seccionReports {
    height: 100%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success>.box-header {
    height: 5%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success .content {
    display: flex;
    height: 87vh;
    /* flex: 30; */
    margin: 0;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body {
    height: 74%;
    width: 100%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body:first-child {
    height: 100%;
    overflow: scroll;
    display: flex;
    flex-direction: column;
  }

  #repIncoming #reportToolsBar {
    justify-content: flex-start;
    padding: 1rem 0rem;
  }

  #repIncoming #reportPage #reportsToolsBar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    padding: 1rem;
  }

  #repIncoming #registryPage #reportsToolsBar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    padding: 1rem;
  }

  #repIncoming #reportPage #showTablePage {
    flex: 15;
  }

  #repIncoming #registryPage #showTablePage {
    flex: 15;
  }

  #repIncoming #reportListTable_wrapper>div:nth-child(2)>div {
    height: 48vh;
  }

  #repIncoming .wrapper,
  .skin-blue .main-sidebar {
    overflow: unset;
  }

  #repIncoming #reportBackButton {
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.consult-button {
    width: 50%;
    flex: 0 50%;
    padding: 0 1rem;
  }

  #repIncoming #reportsConsultButton {
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.export-button {
    width: 50%;
    flex: 0 50%;
    padding: 0 1rem;
  }

  #repIncoming #reportsExportButton {
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 85%;
    align-items: center;
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator.navbar #searchInput {
    padding: 1rem;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator.navbar:nth-child(2) {
    width: 50%;
    align-self: center;
    height: fit-content;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator.navbar:nth-child(3) {
    width: 50%;
    align-items: center;
    justify-content: space-evenly;
    display: flex;
    height: fit-content;
  }

  /* Campaign */
  #campaign #campaignListTable_wrapper>div:nth-child(2) {
    height: 66vh;
    overflow: scroll;
  }

  #campaign .wrapper,
  .skin-blue .main-sidebar {
    height: auto !important;
  }

  #reportInb #reportPage>div>fieldset {
    display: block !important;
  }

  #inbAgent .wrapper {
    display: flex;
    flex-direction: column;
    overflow: unset;
  }

  #inbAgent #reportPage>div>fieldset {
    display: block !important;
  }

  #inbAgent #reportInbox {
    display: none;
  }

  #inbAgent #reportPage>div>fieldset {
    display: block;
  }

  #his #reportPage>div>fieldset {
    display: block !important;
  }

  #his #reportHisContainer .report-grid-box #showTablePage {
    height: 65% !important;
    flex: 12 !important;
  }

  #his #reportHisContainer #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 93% !important;
  }

  #regvideo #reportPage>div>fieldset {
    display: block !important;
  }

  #regvideo #reportHisContainer .report-grid-box #showTablePage {
    height: 86% !important;
    flex: 12 !important;
  }

  #regvideo #reportHisContainer #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 84% !important;
  }

  #regvideo #reportShowTablePage #reportListTable_wrapper>div:nth-child(2)>div {
    height: 100%;
  }

  #regvideo #reportPage #reportShowTablePage {
    height: 57vh;
  }

  #regvideo #reportShowTablePage>div.box-body {
    height: 100%;
  }

  #regcall #reportPage>div>fieldset {
    display: block !important;
  }

  #regcall #reportHisContainer .report-grid-box #showTablePage {
    height: 86% !important;
    flex: 12 !important;
  }

  #regcall #reportHisContainer #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 84% !important;
  }

  #regcall #reportShowTablePage #reportListTable_wrapper>div:nth-child(2)>div {
    height: 100%;
  }

  #regcall #reportPage #reportShowTablePage {
    height: 57vh;
  }

  #regcall #reportShowTablePage>div.box-body {
    height: 100%;
  }

  #his #reportHisAdmin #reportPage #reportToolsBar {
    padding: 0px 10px 1rem !important;
  }

  #his #reportTable>tbody {
    width: 100%;
  }

  .sidebar-open .content-wrapper,
  .sidebar-open .main-footer {
    left: -230px;
  }

  .sidebar-open .content-wrapper,
  .sidebar-open .main-footer strong {
    font-size: 1vh;
  }

  .main-footer {
    left: -230px;
  }

  /* #chat-openChat {
    position: relative;
    left: 42%;
    bottom: 3em;
  } */
}

/* Samsung S9 */
/*@media only screen and (min-width: 360px) and (max-width: 1024px) {*/
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  body>div.wrapper>aside>section>ul>li.treeview>a>span:nth-child(2) {
    font-size: 1.9vh !important;
  }

  body>div.wrapper>aside>section>ul>li.treeview>a>span:nth-child(2) {
    font-size: 1.7vh !important;
  }

  #chat-sidebar {
    width: 100%;
    margin: 0;
  }

  #reportConsultButton {
    height: 30px;
  }

  #reportHistoryButton {
    height: 30px;
  }

  #reportPatternSearch {
    height: 33px;
  }

  .cv_viewscroll {
    height: calc(95vh - 3em) !important;
    overflow-x: hidden !important;
  }

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 3px;
    padding-left: 3px;
  }

  .dateElement {
    font-size: 12px;
  }

  .window-container__center {
    display: none;
    width: 100%;
  }

  #chat-conversations>div.direct-chat-msg>div>p {
    white-space: initial;
  }

  .direct-chat-primary .right>.direct-chat-text {
    min-width: 38vw;
    min-height: 35px;
  }

  #chat>div:nth-child(1)>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.slide-dropdown.open>ul.multimedia-client-dropdown {
    width: 13vw;
  }

  .box-header>.box-tools {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 0;
    margin-left: 10px;
    flex: 5;
    width: 51vw;
  }

  /*
  #reportHisContainer .box-header > .box-tools {
    flex: 7;
  } */
  #chat>div>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.open>ul>li>a h6 {
    margin-left: 6vw;
  }

  #chat-conversations>div.direct-chat-alert>div>p {
    margin-bottom: 1.5rem;
  }

  .box {
    flex: 1;
    border-top: none;
    margin: 0;
  }

  #visitorsListTable .chat-container .window-container__left .box.box-solid {
    height: 100%;
    padding-top: 2%;
  }

  #reportPage #chat .direct-chat-primary__col {
    display: flex;
    flex-direction: column;
    height: calc(95vh - 100px);
    /* AQUI ULTIMO CAMBIO*/
  }

  #chat>div:nth-child(1)>div.box.box-widget.widget-user-2 {
    flex: 1;
  }

  #chat-conversations {
    flex: 1 59%;
    height: calc(98vh - 170px);
  }

  .direct-chat-timestamp.pull-left,
  .direct-chat-timestamp.pull-right {
    color: #000000;
    font-size: 10px;
  }

  body>div.wrapper>div.content-wrapper>section.content>div.table-responsive {
    width: 100%;
    height: 100%;
    padding-top: 1rem;
    overflow-x: hidden;
  }

  .content-wrapper {
    height: 98vh;
  }

  toolBar btn-toolbar .chat-list-client-name span {
    font-size: 10px;
  }

  #chat .bottom-text-box {
    flex: 1;
  }

  .direct-chat__right {
    min-width: 38vw;
    min-height: 35px;
  }

  .back {
    flex: 1;
    display: flex;
    align-items: center;
  }

  .back-btn {
    height: 90%;
    border: none;
    background: #ededed;
  }

  #reportPage .back-btn {
    width: 100%;
  }

  .widget-user-2 .widget-user-username {
    width: 30vw;
    white-space: pre-wrap;
  }

  #btn-chat-send>.img-send-msg {
    width: 6vw;
  }

  #chat>div>div.box.box-widget.widget-user-2>div>div.widget-user-header>div.widget-user-image {
    padding-right: 1rem;
  }

  #reportPage {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  #cv_ReportDates>div.box-body {
    display: flex;
    flex-direction: column;
    padding: 2rem 9rem;
  }

  #reportPageContainer {
    height: 100%;
  }

  #reportHisAdmin {
    height: 100%;
  }

  #reportHisContainer {
    height: 100%;
  }

  .history-paginator {
    display: none;
    height: 10%;
    flex: 1;
  }

  .inbox-paginator {
    display: flex;
    height: 10%;
    flex: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  #reportToolsBar {
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  #reportToolsBar>div.cv-toolbar-paginator.navbar {
    flex-direction: column;
  }

  #reportsToolsBar {
    padding: 0px 10px 1rem;
  }

  #reportToolsBar {
    padding: 0px 10px 1rem;
  }

  #reportPage #showTablePage {
    height: 80%;
    flex: 8;
  }

  #reportTable {
    display: flex;
  }

  #reportTable>tbody {
    flex: 1;
  }

  #reportTable>tbody>tr {
    display: flex;
    height: 100%;
  }

  #reportTable .window-container__left {
    flex: 1;
    padding: 0 !important;
  }

  #reportTable .window-container__right {
    flex: 1;
    display: none;
  }

  #reportTable>tbody>tr>td:nth-child(1)>div.peer.box.box-solid {
    height: 100%;
    overflow-y: unset;
  }

  #reportPage #showTablePage>div.box-body {
    padding: 0;
  }

  #reportToolsBar>div.col-md-5.col-xs-7,
  #reportPage #reportTotalRegistries {
    align-self: center;
    height: unset;
  }

  #reportPage .btn-toolbar {
    border-bottom: unset;
    flex: 15;
  }

  #reportPage .history-searchbar .btn-toolbar {
    padding: 0;
  }

  #reportPage>div>fieldset>legend {
    padding: 3rem 1rem 0;
    height: 7%;
    max-height: 7%;
    margin: 0;
  }

  #reportPage>div>div>div>fieldset>legend {
    padding: 3rem 1rem 0;
    height: 7%;
    max-height: 7%;
    margin: 0;
  }

  #repIncoming #reportPage>div>fieldset>legend {
    padding: 0 0 0 10px;
  }

  #his #reportPage>div>fieldset>legend {
    font-size: 3vh;
    padding: 1rem 1rem 0;
    height: 7%;
    max-height: 7%;
    margin: 0;
  }

  #reportPage .report-grid-box {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #reportPage .history-form {
    flex: 1;
  }

  #his #reportPage .history-form {
    flex: 2;
  }

  #reportPage .history-searchbar {
    flex: 1;
    height: 10%;
  }

  #reportPage #searchInput {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #reportPage #searchInput>div {
    width: 100%;
  }

  .skin-blue .wrapper,
  .skin-blue .main-sidebar {
    height: 100% !important;
    min-height: 100% !important;
  }

  .content-wrapper {
    height: calc(100% - 40px);
  }

  #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 93%;
    padding: 0;
  }

  #reportPage .cv-toolbar-input-search {
    border: 1px solid lightgray;
    border-radius: 5px;
    width: 15vh;
  }

  #reportPage .input-group .input-group-addon {
    border-radius: 0 5px 5px 0;
  }

  .modal-open #modal-assignto.modal.modal-primary.fade.in {
    z-index: 9999;
  }

  .modal-open #modal-assignto.modal.modal-primary.fade.in>.modal-dialog {
    width: 100%;
  }

  .main-header .navbar {
    display: flex;
  }

  #visitorsListTable .window-container__center .peer {
    height: calc(98vh - 30px) !important;
  }

  #chat .bottom-text-box {
    height: 8.5rem;
  }

  .history-searchbar .back-btn {
    background: none;
  }

  .history-searchbar {
    display: flex;
    height: unset !important;
  }

  .modal {
    display: flex !important;
    align-items: center;
    z-index: -1;
  }

  #reportPage #showPage>div>div.box-body {
    padding: 1rem 0rem;
  }

  #reportPage #inboxListTable {
    font-size: 1.6vh;
  }

  #inboxListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  .table>thead:first-child>tr:first-child>th {
    white-space: pre-wrap;
  }

  /* body
  > div.wrapper
  > aside
  > section
  > ul
  > li.treeview
  > a
  > span:nth-child(2) {
  font-size: 1.9vh;
} */
  .skin-blue .sidebar-menu .treeview-menu>li>a {
    font-size: 1.5vh;
  }

  .direct-chat-primary__col .bdT {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .direct-chat-primary__col .bdT .pos-r {
    width: 95%;
  }

  .user-header .skin-blue .main-header .logo {
    padding-left: 5px;
    padding-right: 0;
  }

  .user-header .main-header .logo .logo-lg {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .user-header .main-header .logo .logo-lg b,
  strong {
    font-size: 2.8vh;
  }

  .user-header .main-header .navbar-custom-menu {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .user-header .navbar .sidebar-toggle {
    display: none;
  }

  .skin-blue .user-header .logo {
    width: 25%;
  }

  .user-header .navbar-custom-menu>.navbar-nav {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .navbar-custom-menu>.navbar-nav>li {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .main-header .navbar .nav>li>a>.label {
    top: 8px;
    right: 7px;
  }

  .mid-user-buttons .navbar-nav>li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem;
  }

  .right-user-buttons .navbar-nav>li {
    align-items: center;
  }

  .mid-user-buttons .navbar-nav>li>a {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #28ac5d;
    padding: 0;
  }

  .right-user-buttons>ul>li.dropdown.user.user-menu>a {
    padding: 0;
  }

  #videoCallDiv {
    display: flex;
    justify-content: center;
  }

  .direct-chat-primary .right>.chat-audio-container {
    min-width: 74vw;
  }

  .user-header .main-header .logo .logo-lg b,
  strong {
    font-size: 1.8vh;
  }

  .direct-chat-audio {
    width: 100%;
  }

  #reportToolsBar .history-button {
    flex: 0 13%;
  }

  #chat>div>div.box.box-widget.widget-user-2>div>div.box-tools.pull-right.alert.alert-dismissible>p:nth-child(1) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 6vh;
    overflow: hidden;
    text-overflow: clip;
    width: 100%;
  }

  #showTablePage .cv-client-name {
    width: 50% !important;
  }

  #reportHisContainer .header-right-actions {
    position: relative;
    right: 55px;
    top: 2px;
    /*width: 100%;*/
  }

  #reportPageContainer .header-right-actions {
    position: absolute;
    right: 20px;
    bottom: 5px;
    width: 100%;
  }

  #reportHisAdmin .header-right-actions {
    position: absolute;
    right: 20px;
    bottom: 5px;
    width: 100%;
  }

  #reportHisAdmin .history-form {
    align-items: flex-end !important;
  }

  .box.box-success {
    height: 100%;
  }

  #reportShowTablePage {
    padding: 0;
  }

  #reportPage #reportShowTablePa #reportListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  #reportPage .inbox-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
  }

  #reportPage .history-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
  }

  #reportPage .inbox-form #reportFormFields {
    flex: 3;
  }

  #reportPage .history-form #reportFormFields {
    flex: 3;
  }

  #reportPage .inbox-form #reportFormFields #cv_ReportDates>div.box-body {
    flex-direction: row;
    padding: 0;
  }

  #reportPage .history-form #reportFormFields #cv_ReportDates>div.box-body {
    flex-direction: row;
    padding: 0;
  }

  #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    margin: 0;
    display: flex;
    align-items: center;
  }

  #reportPageContainer #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    flex-direction: column;
  }

  #reportHisAdmin #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    flex-direction: column;
  }

  #reportPageContainer #reportPage .btn-toolbar {
    flex: 1;
  }

  #reportHisAdmin #reportPage .btn-toolbar {
    flex: 1;
    padding: 0;
  }

  #reportPage .inbox-form #reportToolsBar.btn-toolbar {
    flex: 1;
    padding: 0;
  }

  #reportPage .history-form #reportToolsBar.btn-toolbar {
    flex: 1;
    padding: 0;
  }

  #reportPage #reportShowTablePage {
    height: 65%;
  }

  #reportPage #reportShowTablePage {
    height: 100%;
  }

  #reportPage #reportShowTablePage #reportListTable_wrapper {
    height: 100%;
  }

  #reportPage #reportShowTablePage #reportListTable_wrapper>div:nth-child(2) {
    height: 100%;
  }

  #reportPage #reportShowTablePage #reportListTable_wrapper #reportListTable {
    font-size: 1.6vh;
  }

  /* #reportPage
  #reportShowTablePage
  #reportListTable_wrapper
  > div:nth-child(2)
  > div {
  height: 100%;
} */
  #reportShowTablePage #reportInb #reportListTable_wrapper>div:nth-child(2)>div {
    height: 67vh;
  }

  #reportInb {
    padding: 0;
  }

  #reportInb #reportListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  #reportPage #reportShowTablePage #reportInb #reportListTable_wrapper #reportListTable {
    margin-top: 0 !important;
  }

  /* #reportHisContainer div.report-body > fieldset .report-grid-box {
  height: unset !important;
} */
  #reportHisContainer .report-grid-box {
    height: 100% !important;
  }

  #reportHisContainer .report-grid-box #showTablePage>div.box-body {
    overflow: hidden !important;
    height: 100% !important;
  }

  #reportHisContainer .report-grid-box #showTablePage {
    height: 70% !important;
    flex: 12 !important;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable {
    display: block;
    height: 100%;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody {
    display: block;
    height: 100%;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr {
    height: 100%;
    display: block;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr td {
    display: block;
    height: 100%;
    width: 100%;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr td .peer.box.box-solid {
    display: block;
    height: 100%;
  }

  #reportHisContainer .report-grid-box .history-form #reportToolsBar {
    align-items: center;
  }

  #reportHisAdmin .report-grid-box {
    height: 100% !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage>div.box-body {
    overflow: hidden !important;
    height: 100% !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage {
    height: 70% !important;
    flex: 12 !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable {
    display: block;
    height: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody {
    display: block;
    height: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody tr {
    height: 100%;
    display: block;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody tr td {
    display: block;
    height: 100%;
    width: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody tr td .peer.box.box-solid {
    display: block;
    height: 100%;
  }

  #reportHisAdmin .report-grid-box .history-form #reportToolsBar {
    align-items: center;
  }

  #chtReport #showPage .clearfix {
    height: 100%;
    margin: 0 !important;
  }

  #showPage>div.row.clearfix>div.col-md-12 {
    height: 100%;
    padding: 0;
  }

  #seccionReports>div>section>div>div>div.cv-report-list.col-md-12 {
    height: unset;
  }

  #chtReport #showPage .clearfix #seccionReports {
    height: 100%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success>.box-header {
    height: 5%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success .content {
    display: flex;
    height: 87vh;
    /* flex: 30; */
    margin: 0;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body {
    height: 74%;
    width: 100%;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body:first-child {
    height: 100%;
    overflow: scroll;
    display: flex;
    flex-direction: column;
  }

  #chtReport #reportToolsBar {
    justify-content: flex-start;
    padding: 1rem 0rem;
  }

  #chtReport #reportPage .btn-toolbar {
    flex: 1;
    padding: 1rem;
  }

  #chtReport #reportPage #showTablePage {
    flex: 15;
  }

  #chtReport #reportListTable_wrapper>div:nth-child(2)>div {
    height: 48vh;
  }

  /* Rep Incoming */
  #repIncoming #showPage .clearfix {
    height: 100%;
    margin: 0 !important;
  }

  #repIncoming #showPage .clearfix #seccionReports {
    height: 100%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success>.box-header {
    height: 5%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success .content {
    display: flex;
    height: 87vh;
    /* flex: 30; */
    margin: 0;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body {
    height: 74%;
    width: 100%;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success .content>.box-body:first-child {
    height: 100%;
    overflow: scroll;
    display: flex;
    flex-direction: column;
  }

  #repIncoming #reportToolsBar {
    justify-content: flex-start;
    padding: 1rem 0rem;
  }

  #repIncoming #reportPage #reportsToolsBar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    padding: 1rem;
  }

  #repIncoming #registryPage #reportsToolsBar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    padding: 1rem;
  }

  #repIncoming #reportPage #showTablePage {
    flex: 15;
  }

  #repIncoming #registryPage #showTablePage {
    flex: 15;
  }

  #repIncoming #reportListTable_wrapper>div:nth-child(2)>div {
    height: 48vh;
  }

  #repIncoming .wrapper,
  .skin-blue .main-sidebar {
    overflow: unset;
  }

  #repIncoming #reportBackButton {
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.consult-button {
    width: 50%;
    flex: 0 50%;
    padding: 0 1rem;
  }

  #repIncoming #reportsConsultButton {
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.export-button {
    width: 50%;
    flex: 0 50%;
    padding: 0 1rem;
  }

  #repIncoming #reportsExportButton {
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 85%;
    align-items: center;
    width: 100%;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator.navbar #searchInput {
    padding: 1rem;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator.navbar:nth-child(2) {
    width: 50%;
    align-self: center;
    height: fit-content;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator.navbar:nth-child(3) {
    width: 50%;
    align-items: center;
    justify-content: space-evenly;
    display: flex;
    height: fit-content;
  }

  /* Campaign */
  #campaign #campaignListTable_wrapper>div:nth-child(2) {
    height: 66vh;
    overflow: scroll;
  }

  #campaign .wrapper,
  .skin-blue .main-sidebar {
    height: auto !important;
  }

  #reportInb #reportPage>div>fieldset {
    display: block !important;
  }

  #inbAgent .wrapper {
    display: flex;
    flex-direction: column;
    overflow: unset;
  }

  #inbAgent #reportPage>div>fieldset {
    display: block !important;
  }

  #inbAgent #reportInbox {
    display: none;
  }

  #inbAgent #reportPage>div>fieldset {
    display: block;
  }

  #his #reportPage>div>fieldset {
    display: block !important;
  }

  #his #reportHisContainer .report-grid-box #showTablePage {
    height: 65% !important;
    flex: 12 !important;
  }

  #his #reportHisContainer #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 93% !important;
  }

  #regvideo #reportPage>div>fieldset {
    display: block !important;
  }

  #regvideo #reportHisContainer .report-grid-box #showTablePage {
    height: 86% !important;
    flex: 12 !important;
  }

  #regvideo #reportHisContainer #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 84% !important;
  }

  #regvideo #reportShowTablePage #reportListTable_wrapper>div:nth-child(2)>div {
    height: 100%;
  }

  #regvideo #reportPage #reportShowTablePage {
    height: 57vh;
  }

  #regvideo #reportShowTablePage>div.box-body {
    height: 100%;
  }

  #regcall #reportPage>div>fieldset {
    display: block !important;
  }

  #regcall #reportHisContainer .report-grid-box #showTablePage {
    height: 86% !important;
    flex: 12 !important;
  }

  #regcall #reportHisContainer #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 84% !important;
  }

  #regcall #reportShowTablePage #reportListTable_wrapper>div:nth-child(2)>div {
    height: 100%;
  }

  #regcall #reportPage #reportShowTablePage {
    height: 57vh;
  }

  #regcall #reportShowTablePage>div.box-body {
    height: 100%;
  }

  #his #reportHisAdmin #reportPage #reportToolsBar {
    padding: 0px 10px 1rem !important;
  }

  #his #reportTable>tbody {
    width: 100%;
  }

  .lsx-emojipicker-emoji.lsx-emoji-tab {
    width: 100% !important;
  }

  .lsx-emojipicker-container {
    left: -40px;
    width: 340px;
  }

  /*#his .peer {*/
  /*    height: calc(84vh - 98px) !important;*/
  /*}*/
  .btn-record-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
  }

  .btn-record-container button {
    border-radius: 65px;
    height: 90px;
    width: 90px;
  }

  .login .image-login {
    display: none;
  }

  .login .form-login {
    height: 100%;
    width: 100%;
  }

  .login .container {
    overflow: hidden;
    height: 80%;
  }

  .login .footer {
    background: none;
    height: 15%;
  }

  .login .login_content img {
    margin-top: 35px;
  }

  .login .container .row {
    height: 100%;
  }

  #reportTable .peer {
    height: calc(100vh - 98px) !important;
  }

  #authenticationLoginForm .btn.btn-success {
    width: 100%;
    margin: 0;
  }

  #modal-error>.modal-dialog {
    width: 350px;
    margin: 60px;
  }

  /* #chat-openChat {
    width: 100%;
    position: relative;
    left: 42%;
    bottom: 0em;
    color: black;
    background-color: #c3c3c3;
  } */

  .direct-chat-alert .bot-chat-text {
    min-height: 35px;
  }

  .widget-user-header {
    position: relative;
    bottom: 7px;
  }

  /* #exportconversation {
    position: relative;
    top: 2vh;
    left: 1vw;
    font-size: 12px;
  } */

  /* #reportListTable th {
    background-color: #dfdfdf;
    color: #333;
  } */

  /* #btn-modal-template {
    position: absolute;
    right: 30vw;
  } */

  .modal-primary .cv-fieldset-label,
  .modal-primary .cv-fieldset-label-first {
    color: #534d64;
  }

  /*.modal-primary .btn-success,
  .modal-primary .btn-primary,
  #sendMsgButton {
    background: #26aa5b !important;
    border-color: #26aa5b !important;
    border: 1px solid #26aa5b !important;
    color: white !important;
  }*/

  .modal-primary .btn-default {
    border-color: #ddd;
  }

  #modal-upload .input-group-addon {
    position: revert;
  }

  .back-btn,
  .dropdown-toggle i,
  .input-group i,
  .info-chat i,
  .menu__item i {
    color: #534d64 !important;
    font-size: 12px !important;
  }

  .info-chat {
    font-size: 15px;
    font-weight: bold;
    position: relative;
    left: 0.7em;
  }

  .button-view-mobile i,
  .button-view-mobile span {
    color: #534d64 !important;
  }

  .modal .close {
    opacity: 1;
    font-size: 12px;
  }

  .cl-modal-template {
    margin: 2px;
    position: relative;
    bottom: 1vh;
    left: 110vw;
  }

  .agent-container {
    margin-top: 15px;
    margin-left: 20px;
  }

  .fade-grey-header {
    width: 30vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
  }

  .box-header {
    padding: 0;
  }

  .widget-user-2 .widget-user-desc,
  .widget-user-2 .widget-user-username {
    text-align: initial;
  }

  .cv-client-date {
    margin-top: 3px;
  }

  #chat-conversations {
    background: #ffffff;
    /*background-image: url("../images/wp_1_new.png") !important;*/
  }

  .direct-chat-primary .right>.direct-chat-text:after,
  .direct-chat-primary .right>.direct-chat-text:before {
    border-right-color: #f1f1f1;
  }

  .direct-chat-primary .right>.direct-chat-text {
    background: #f1f1f1;
    border-color: #f1f1f1;
  }

  .dropdown-toggle-multi .open>.dropdown-menu,
  .dropdown-toggle-flags .open>.dropdown-menu,
  .dropdown-toggle-tags .open>.dropdown-menu {
    border-radius: 5px;
    position: absolute;
    height: auto;
    top: 0px;
    right: 32px;
  }

  .dropdown-toggle-flags .open>.dropdown-menu,
  .dropdown-toggle-tags .open>.dropdown-menu {
    width: 35vw;
    min-width: 35vw;
  }

  .dropdown-toggle-multi .open>.dropdown-menu {
    width: 6vw;
    min-width: 6vw;
  }

  .dropdown-toggle-multi .open>.dropdown-menu>li {
    width: 100%;
    text-align: center;
  }

  .btn-act-mobile .dropdown-toggle-multi {
    display: flex;
    align-items: center;
  }

  .open>.dropdown-menu {
    width: 32px;
    min-width: 32px;
    height: auto;
    position: absolute;
  }

  #chat>div:nth-child(1)>div.box.box-widget.widget-user-2>div>div.header-right-actions>div>button {
    width: 3.5rem;
    height: 3.2rem;
  }

  #chat>div:nth-child(1)>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.slide-dropdown-mobile.open>button.dropdown-toggle {
    border-radius: 5px 5px 0 0px;
    border: 1px solid #d1d1d1;
  }

  .chat-list-client-id,
  .info-chat,
  .chat-list-client-name h5,
  .chat-list-client-name span,
  .direct-chat-text p,
  .cv-client-name,
  .direct-chat-name,
  .direct-chat-timestamp {
    color: #534d64 !important;
  }

  .modal .form-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2%;
  }

  #buttons button {
    margin: 0.3125em;
    padding: 0.625em 1.1em;
  }

  .modal-title {
    display: flex;
    font-weight: bold;
    font-size: 14px;
    font-family: inherit;
    color: #534d64;
    position: absolute;
    top: 8px;
    width: 16em;
  }

  .modal-header {
    padding: 8px;
  }

  .modal .form-control {
    font-size: 12px;
    font-weight: bold;
    height: 29px;
    margin: 0px;
    border: 1px solid #d6d6d6 !important;
    background-color: #f9f9f9;
  }

  .modal-content {
    position: relative;
    box-sizing: border-box;
    width: 32em;
    max-width: 100%;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    /*font-size: 1rem;*/
  }

  .modal-dialog {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  #modal-changeStatusChat.fade.in,
  .modal-open #modal-upload.modal.fade.in,
  #templateModal.modal.in,
  #sendMsgModal.modal.in,
  .modal-open #modal-assignBot.modal.fade.in,
  .modal-open #modal-transferChat.modal.fade.in,
  .modal-open #modal-closeChat.modal.fade.in,
  .modal-open #modal-openChat.modal.fade.in,
  .modal-open #modal-assign.modal.fade.in,
  .modal-open #infoClientChat.modal.fade.in,
  .modal-open #modal-location.modal.fade.in,
  .modal-open #modal-confirmation.modal.fade.in,
  .modal-open #infoCampaign.modal.fade.in {
    /* z-index: 9999; */
    z-index: 99999999;
  }

  .modal-open .modal {
    z-index: -1;
  }

  #modal-changeStatusChat .modal-dialog,
  #modal-upload>div.modal-dialog,
  #modal-assignBot>div.modal-dialog,
  #templateModal>div.modal-dialog,
  #sendMsgModal>div.modal-dialog,
  #modal-transferChat>div.modal-dialog,
  #modal-closeChat>div.modal-dialog,
  #modal-openChat>div.modal-dialog,
  #modal-assign>div.modal-dialog,
  #infoClientChat>div.modal-dialog,
  #modal-location>div.modal-dialog,
  #modal-confirmation>div.modal-dialog,
  #infoCampaign>div.modal-dialog {
    flex: 1;
    margin: 4em;
  }

  .modal-footer {
    padding: 0px;
  }

  /*.btn-success:hover,
  #sendMsgButton:hover {
    background-color: #6e7881;
  }*/

  .modal p {
    text-align: center;
  }

  .menu-general-mobil {
    margin: 0;
    border-radius: 0 0 5px 5px !important;
    transition: opacity 0.2s ease-in, top 0.2s ease-in, width 0.1s ease-in;
    animation: fac-animation 0.4s ease-out forwards 0.1s;
  }

  .update-client-dropdown .open,
  .menu-general-mobil {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  }

  i {
    font-size: 13px;
  }

  #chat>div:nth-child(1)>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.slide-dropdown-mobile.open>button.dropdown-toggle .fa-cog {
    animation: fab-animation-reverse 0.4s ease-out forwards;
  }

  #reportHisContainer .box-body>.table {
    margin: 0 2vw;
  }

  .modal .modal-body label {
    font-weight: bold;
  }

  .dropdown-menu {
    font-size: 13px;
  }

  /*#emojiButtonClose {
    position: absolute;
  }*/
  #reportPage .cv-flag-session,
  #reportPage .cv-tag-session,
  #reportPage .chat-conversations-star__mobile {
    display: flex;
    position: relative;
    top: 10px;
  }

  #modal-error .modal-dialog,
  #modal-success .modal-dialog {
    width: 50vw;
  }

  #dropdown-messages-toogle span {
    color: white !important;
  }

  .compose-chat-msg-button {
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100px;
    height: 45px;
    /*top: 82vh;*/
    right: 15px;
    padding: 0px;
    font-size: 11pt;
    border-radius: 20px;
    cursor: pointer;
    color: #001d35;
    bottom: 0px;
  }

  .cv-tools-buttons {
    background-color: white;
    position: relative;
    right: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .direct-chat-image {
    max-width: 100%;
  }

  #chat-conversations {
    height: calc(99vh - 150px);
  }

  #reportPage>div>fieldset {
    display: block !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage {
    flex: 9 !important;
  }

  .btn-record-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
  }

  .btn-record-container button {
    border-radius: 65px;
    height: 90px;
    width: 90px;
  }

  login .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    background: none;
  }

  .login .container>.row {
    width: 100%;
    margin: 0;
  }

  .login .image-login {
    height: 100vh;
    display: flex;
    align-items: center;
  }

  .login .image-login img {
    max-height: 100%;
  }

  .login .form-login {
    height: 90vh;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .peer {
    height: calc(100vh - 90px) !important;
  }

  #his #reportPage>div>fieldset {
    display: block !important;
  }

  #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 93%;
    padding: 0;
  }

  #reportHisAdmin .report-grid-box #showTablePage {
    min-height: 54%;
    padding-bottom: 6%;
    flex: 9 !important;
  }

  #modal-error>.modal-dialog {
    width: 350px;
    margin: 60px;
  }

  .widget-user-header {
    position: relative;
    bottom: 7px;
  }
}

/* LANDSCAPE */

/* Landscape < 768 px */
@media only screen and (min-device-width: 375px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .main-sidebar {
    padding-top: 15vh !important;
  }

  body>div.wrapper>aside>section>ul>li.treeview>a>span:nth-child(2) {
    font-size: 3vh !important;
  }

  .skin-blue .sidebar-menu>li.header {
    font-size: 3.5vh !important;
  }

  .skin-blue .wrapper,
  .skin-blue .main-sidebar {
    overflow-y: scroll;
  }

  .skin-blue .sidebar-menu .treeview-menu>li>a {
    font-size: 2vh;
  }

  #inboxListTable_wrapper>div:nth-child(2) {
    height: 53vh !important;
  }

  .cv-list {
    margin-top: 0;
  }

  #reportPage #inboxListTable {
    margin-top: 0 !important;
    font-size: 3vh;
  }

  .table>thead:first-child>tr:first-child>th {
    font-size: 3.3vh;
  }

  #reportPage #inboxToolsBar {
    position: absolute;
    z-index: 1;
  }

  body>div.wrapper>div.content-wrapper>section.content>div.table-responsive {
    margin: 0;
  }

  #chat>div>div.box.box-widget.widget-user-2>div>div.box-tools.pull-right.alert.alert-dismissible>p:nth-child(1) {
    font-size: 3vh !important;
  }

  #chat>div>div.box.box-widget.widget-user-2>div>div.box-tools.pull-right.alert.alert-dismissible>p:nth-child(1) {
    overflow: unset;
  }

  #right-content-chat>div.box {
    height: 100%;
  }

  #chat>div>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.open>ul>li>a span {
    font-size: 5vh;
  }

  #chat>div:nth-child(1)>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.slide-dropdown.open>ul.multimedia-client-dropdown {
    height: 35vh;
  }

  #chat>div:nth-child(1)>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.slide-dropdown.open>ul.multimedia-client-dropdown {
    width: 7vw;
  }

  #reportHisAdmin #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    align-items: flex-start;
  }

  #reportPage>div>fieldset>legend {
    font-size: 4vh;
    height: unset !important;
    max-height: unset !important;
  }

  #reportHisAdmin #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group label {
    font-size: 3vh;
  }

  #reportTable>tbody:nth-child(1)>tr:nth-child(1)>td:nth-child(1) {
    height: 40vh;
  }

  #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 90%;
  }

  #reportHisAdmin #reportTable>tbody {
    width: 100%;
  }

  #reportHisAdmin #reportTable .window-container__center {
    height: 100%;
  }

  #reportHisAdmin .box.box-solid {
    height: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage {
    min-height: 54%;
    padding-bottom: 6%;
  }

  #reportHisAdmin .header-right-actions {
    position: unset;
  }

  .sidebar-menu {
    max-height: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow: visible;
  }

  .history-paginator {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 1rem 1rem 0.6rem 1rem;
  }

  /*
.main-footer {
  position: fixed;
  width: 230px;
  padding: 1rem .5rem;
  background-color: #d1d1d1;
} */
  .main-header .navbar {
    margin-left: 0;
    display: flex;
  }

  .right-user-buttons>ul>li.dropdown.user.user-menu>a {
    display: flex;
  }

  .right-user-buttons>ul>li.dropdown.user.user-menu>a>span {
    white-space: nowrap;
  }

  #reportInbox {
    display: none;
  }

  .content-wrapper {
    height: 100%;
  }

  #reportPage #reportShowTablePage {
    min-height: 55vh;
    height: unset;
  }

  #reportPage #reportShowTablePage #reportInb #reportListTable_wrapper #reportListTable tbody tr td.dataTables_empty {
    font-size: 3vh;
  }

  #visitorsListTable .window-container__center .peer {
    height: 100%;
  }

  .window-container__right--open {
    padding: 0 !important;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr td.window-container__center {
    display: none;
  }

  #reportHisContainer .report-grid-box #showTablePage {
    min-height: 54%;
    padding-bottom: 6%;
  }

  #reportHisContainer #reportToolsBar {
    padding: 0.5rem;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr td.window-container__right {
    display: none;
  }

  .content-wrapper {
    height: 100%;
  }

  #reportHisContainer .header-right-actions {
    position: unset;
  }

  #cv_ReportDates>div.box-body {
    flex-direction: row;
    padding: 0;
  }

  #reportShowTablePage>div.box-body {
    padding: 0;
  }

  #reportShowTablePage #reportListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  #chtReport #seccionReports>div {
    border-radius: 0;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success .content {
    height: 78vh;
    overflow-y: scroll;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success>.box-header {
    height: 10%;
  }

  #chtReport #reportToolsBar {
    justify-content: flex-start;
  }

  #chtReport #reportFormFields .clearfix .form-group {
    margin: 0;
  }

  #chtReport #reportPage .btn-toolbar {
    padding: 0px 1rem !important;
    flex: 1 !important;
  }

  #chtReport #reportListTable_wrapper>div:nth-child(2)>div {
    height: 40vh;
  }

  #chtReport #reportPage>div>fieldset>legend {
    padding: 0 1rem !important;
  }

  #chtReport #reportToolsBar {
    justify-content: flex-start;
  }

  #chtReport #reportFormFields>div.box-body {
    padding-bottom: 0;
  }

  #chtReport #reportPage>div.container-fluid {
    padding-top: 5px;
  }

  #chtReport #reportsToolsBar>div.consult-button {
    margin-right: 1rem;
  }

  /* Rep Incoming */
  #repIncoming #seccionReports>div {
    border-radius: 0;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success .content {
    height: 78vh;
    overflow-y: scroll;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success>.box-header {
    height: 10%;
  }

  #repIncoming #reportToolsBar {
    justify-content: flex-start;
  }

  #repIncoming #reportFormFields .clearfix .form-group {
    margin: 0;
  }

  #repIncoming #reportPage .btn-toolbar {
    padding: 0px 1rem !important;
    flex: 1 !important;
  }

  #repIncoming #reportListTable_wrapper>div:nth-child(2)>div {
    height: 40vh;
  }

  #repIncoming #reportPage>div>fieldset>legend {
    padding: 0 1rem !important;
  }

  #repIncoming #reportToolsBar {
    justify-content: flex-start;
  }

  #repIncoming #reportFormFields>div.box-body {
    padding-bottom: 0;
  }

  #repIncoming #reportPage>div.container-fluid {
    padding-top: 5px;
  }

  #repIncoming #reportsToolsBar>div.consult-button {
    margin-right: unset;
  }

  #repIncoming #registryPage #reportsToolsBar {
    justify-content: flex-start;
  }

  #repIncoming #reportBackButton {
    width: unset;
  }

  #modal-error>.modal-dialog {
    width: 350px;
    margin: 60px;
  }

  /* #chat-openChat {
    position: relative;
    left: 42%;
    bottom: 1em;
  } */

  .compose-chat-msg-button {
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100px;
    height: 45px;
    top: 82vh;
    right: 15px;
    padding: 0px;
    font-size: 11pt;
    border-radius: 20px;
    cursor: pointer;
    color: #001d35;
  }
}

/* Landscape > 768px */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
  body>div.wrapper>aside>section>ul>li.treeview>a>span:nth-child(2) {
    font-size: 1.9vh !important;
  }

  body>div.wrapper>aside>section>ul>li.treeview>a>span:nth-child(2) {
    font-size: 1.7vh !important;
  }

  #chat-sidebar {
    width: 100%;
    margin: 0;
  }

  .window-container__center {
    display: none;
    width: 100%;
  }

  #chat-conversations>div.direct-chat-msg>div>p {
    white-space: initial;
  }

  .direct-chat-primary .right>.direct-chat-text {
    min-width: 38vw;
  }

  #chat>div:nth-child(1)>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.slide-dropdown.open>ul.multimedia-client-dropdown {
    width: 13vw;
  }

  .box-header>.box-tools {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 0;
    flex: 5;
    width: 51vw;
  }

  /*
#reportHisContainer .box-header > .box-tools {
flex: 7;
} */
  #chat>div>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.open>ul>li>a h6 {
    margin-left: 6vw;
  }

  #chat-conversations>div.direct-chat-alert>div>p {
    margin-bottom: 1.5rem;
  }

  .box {
    flex: 1;
    border-top: none;
    margin: 0;
  }

  #visitorsListTable .chat-container .window-container__left .box.box-solid {
    height: 100%;
  }

  #reportPage #chat .direct-chat-primary__col {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #chat>div:nth-child(1)>div.box.box-widget.widget-user-2 {
    flex: 1;
  }

  #chat-conversations {
    flex: 1 59%;
  }

  #chat .bottom-text-box {
    flex: 1;
  }

  .direct-chat__right {
    min-width: 38vw;
  }

  .back {
    flex: 1;
  }

  .back-btn {
    height: 100%;
    border: none;
    background: #ededed;
  }

  .widget-user-2 .widget-user-username {
    width: 25vw;
    white-space: pre-wrap;
  }

  #btn-chat-send>.img-send-msg {
    width: 6vw;
  }

  #chat>div>div.box.box-widget.widget-user-2>div>div.widget-user-header>div.widget-user-image {
    padding-right: 1rem;
  }

  #reportPage {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  #cv_ReportDates>div.box-body {
    display: flex;
    flex-direction: column;
    padding: 2rem 9rem;
  }

  #reportPageContainer {
    height: 100%;
  }

  #reportHisAdmin {
    height: 100%;
  }

  #reportHisContainer {
    height: 100%;
  }

  .history-paginator {
    display: none;
    height: 10%;
    flex: 1;
  }

  .inbox-paginator {
    display: flex;
    height: 10%;
    flex: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  #reportToolsBar {
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  #reportToolsBar>div.cv-toolbar-paginator.navbar {
    flex-direction: column;
  }

  #reportsToolsBar {
    padding: 0px 10px 1rem;
  }

  #reportToolsBar {
    padding: 0px 10px 1rem;
  }

  #reportPage #showTablePage {
    height: 80%;
    flex: 8;
  }

  #reportTable {
    display: flex;
  }

  #reportTable>tbody {
    flex: 1;
  }

  #reportTable>tbody>tr {
    display: flex;
    height: 100%;
  }

  #reportTable .window-container__left {
    flex: 1;
    padding: 0 !important;
  }

  #reportTable .window-container__right {
    flex: 1;
    display: none;
  }

  #reportTable>tbody>tr>td:nth-child(1)>div.peer.box.box-solid {
    height: 100%;
    overflow-y: unset;
  }

  #reportPage #showTablePage>div.box-body {
    padding: 0;
  }

  #reportToolsBar>div.col-md-5.col-xs-7,
  #reportPage #reportTotalRegistries {
    align-self: center;
    height: unset;
  }

  #reportPage .btn-toolbar {
    border-bottom: unset;
    flex: 15;
  }

  #reportPage .history-searchbar .btn-toolbar {
    padding: 0;
  }

  #reportPage>div>fieldset>legend {
    padding: 1rem 1rem 0;
    height: 7%;
    max-height: 7%;
    margin: 0;
  }

  #reportPage .report-grid-box {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #reportPage .history-form {
    flex: 1;
  }

  #reportPage .history-searchbar {
    flex: 1;
    height: 10%;
  }

  #reportPage #searchInput {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #reportPage #searchInput>div {
    width: 100%;
  }

  .skin-blue .wrapper,
  .skin-blue .main-sidebar {
    height: 100% !important;
    min-height: 100% !important;
  }

  .content-wrapper {
    height: calc(100% - 50px);
  }

  #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 93%;
    padding: 0;
  }

  #reportPage .cv-toolbar-input-search {
    border: 1px solid lightgray;
    border-radius: 5px 0px 0px 5px;
    width: 15vh;
  }

  #reportPage .input-group .input-group-addon {
    border-radius: 0 5px 5px 0;
  }

  #templateModal>div.modal-dialog,
  #sendMsgModal>div.modal-dialog,
  #modal-location>div.modal-dialog {
    flex: 1;
    margin: 0 1rem;
  }

  .modal-open #modal-assignto.modal.modal-primary.fade.in {
    z-index: 9999;
  }

  .modal-open #modal-assignto.modal.modal-primary.fade.in>.modal-dialog {
    width: 100%;
  }

  .main-header .navbar {
    display: flex;
  }

  #visitorsListTable .window-container__center .peer {
    height: calc(100vh - 53px);
  }

  .history-searchbar .back-btn {
    background: none;
  }

  .history-searchbar {
    display: flex;
    height: unset !important;
  }

  .modal {
    display: flex !important;
    align-items: center;
    z-index: -1;
  }

  #reportPage #showPage>div>div.box-body {
    padding: 1rem 0rem;
  }

  #reportPage #inboxListTable {
    font-size: 1.6vh;
  }

  #inboxListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  .table>thead:first-child>tr:first-child>th {
    white-space: pre-wrap;
  }

  /* body
> div.wrapper
> aside
> section
> ul
> li.treeview
> a
> span:nth-child(2) {
font-size: 1.9vh;
} */
  .skin-blue .sidebar-menu .treeview-menu>li>a {
    font-size: 1.5vh;
  }

  .direct-chat-primary__col .bdT {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .direct-chat-primary__col .bdT .pos-r {
    width: 95%;
  }

  .user-header .skin-blue .main-header .logo {
    padding-left: 5px;
    padding-right: 0;
  }

  .user-header .main-header .logo .logo-lg {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .user-header .main-header .logo .logo-lg b,
  strong {
    font-size: 2.8vh;
  }

  .user-header .main-header .navbar-custom-menu {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .user-header .navbar .sidebar-toggle {
    display: none;
  }

  .skin-blue .user-header .logo {
    width: 25%;
  }

  .user-header .navbar-custom-menu>.navbar-nav {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .navbar-custom-menu>.navbar-nav>li {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .main-header .navbar .nav>li>a>.label {
    top: 8px;
    right: 7px;
  }

  .mid-user-buttons .navbar-nav>li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem;
  }

  .right-user-buttons .navbar-nav>li {
    align-items: center;
  }

  .mid-user-buttons .navbar-nav>li>a {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #28ac5d;
    padding: 0;
  }

  .right-user-buttons>ul>li.dropdown.user.user-menu>a {
    padding: 0;
  }

  #videoCallDiv {
    display: flex;
    justify-content: center;
  }

  .direct-chat-primary .right>.chat-audio-container {
    min-width: 74vw;
  }

  .user-header .main-header .logo .logo-lg b,
  strong {
    font-size: 1.8vh;
  }

  .direct-chat-audio {
    width: 100%;
  }

  #reportToolsBar .history-button {
    flex: 0 13%;
  }

  #chat>div>div.box.box-widget.widget-user-2>div>div.box-tools.pull-right.alert.alert-dismissible>p:nth-child(1) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 6vh;
    overflow: hidden;
  }

  #reportHisContainer .header-right-actions {
    /* position: absolute; */
    right: 20px;
    bottom: 5px;
    /*width: 100%;*/
  }

  #reportPageContainer .header-right-actions {
    position: absolute;
    right: 20px;
    bottom: 5px;
    width: 100%;
  }

  #reportHisAdmin .header-right-actions {
    position: absolute;
    right: 20px;
    bottom: 5px;
    width: 100%;
  }

  #reportHisAdmin .history-form {
    align-items: flex-end !important;
  }

  .box.box-success {
    height: 100%;
  }

  #reportShowTablePage {
    padding: 0;
  }

  #reportPage #reportShowTablePa #reportListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  #reportPage .inbox-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
  }

  #reportPage .history-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
  }

  #reportHisAdmin #reportPage .history-form {
    margin: 0;
  }

  #reportPage .inbox-form #reportFormFields {
    flex: 3;
  }

  #reportPage .history-form #reportFormFields {
    flex: 3;
  }

  #reportPage .inbox-form #reportFormFields #cv_ReportDates>div.box-body {
    flex-direction: row;
    padding: 0;
  }

  #reportPage .history-form #reportFormFields #cv_ReportDates>div.box-body {
    flex-direction: row;
    padding: 0;
  }

  #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    margin: 0;
    display: flex;
    align-items: center;
  }

  #reportPageContainer #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    flex-direction: column;
  }

  #reportHisAdmin #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    flex-direction: column;
  }

  #reportPageContainer #reportPage .btn-toolbar {
    flex: 1;
  }

  #reportHisAdmin #reportPage .btn-toolbar {
    flex: 1;
    padding: 0;
  }

  #reportPage .inbox-form #reportToolsBar.btn-toolbar {
    flex: 1;
    padding: 0;
  }

  #reportPage .history-form #reportToolsBar.btn-toolbar {
    flex: 1;
    padding: 0;
  }

  #reportPage #reportShowTablePage {
    height: 65%;
  }

  #reportPage #reportShowTablePage {
    height: 100%;
  }

  #reportPage #reportShowTablePage #reportListTable_wrapper {
    height: 100%;
  }

  #reportPage #reportShowTablePage #reportInb #reportListTable_wrapper {
    height: 59vh;
  }

  #reportPage #reportShowTablePage #reportListTable_wrapper>div:nth-child(2) {
    height: 100%;
  }

  #reportPage #reportShowTablePage #reportListTable_wrapper #reportListTable {
    font-size: 1.6vh;
  }

  /* #reportPage
#reportShowTablePage
#reportListTable_wrapper
> div:nth-child(2)
> div {
height: 100%;
} */
  #reportShowTablePage #reportInb #reportListTable_wrapper>div:nth-child(2)>div {
    height: 100%;
  }

  #reportInb {
    padding: 0;
  }

  #reportInb #reportListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  #reportPage #reportShowTablePage #reportInb #reportListTable_wrapper #reportListTable {
    margin-top: 0 !important;
    height: 100%;
    /* display: block; */
  }

  #reportPage #reportShowTablePage #reportInb #reportListTable_wrapper #reportListTable tbody {
    overflow-y: scroll;
  }

  /* #reportHisContainer div.report-body > fieldset .report-grid-box {
height: unset !important;
} */
  #reportHisContainer .report-grid-box {
    height: 100% !important;
  }

  #reportHisContainer .report-grid-box #showTablePage>div.box-body {
    overflow: hidden !important;
    height: 100% !important;
  }

  #reportHisContainer .report-grid-box #showTablePage {
    height: 70% !important;
    flex: 12 !important;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable {
    display: block;
    height: 100%;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody {
    display: block;
    height: 100%;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr {
    height: 100%;
    display: block;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr td {
    display: block;
    height: 100%;
    width: 100%;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr td .peer.box.box-solid {
    display: block;
    height: 100%;
  }

  #reportHisContainer .report-grid-box .history-form #reportToolsBar {
    align-items: center;
  }

  #reportHisAdmin .report-grid-box {
    height: 100% !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage>div.box-body {
    overflow: hidden !important;
    height: 100% !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage {
    height: 60% !important;
    flex: 1 !important;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable {
    display: block;
    height: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody {
    display: block;
    height: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody tr {
    height: 100%;
    display: block;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody tr td {
    display: block;
    height: 100%;
    width: 100%;
  }

  #reportHisAdmin .report-grid-box #showTablePage #reportListTable tbody tr td .peer.box.box-solid {
    display: block;
    height: 100%;
  }

  #reportHisAdmin .report-grid-box .history-form #reportToolsBar {
    align-items: center;
  }

  .main-sidebar {
    padding-top: 15vh !important;
  }

  body>div.wrapper>aside>section>ul>li.treeview>a>span:nth-child(2) {
    font-size: 3vh !important;
  }

  .skin-blue .sidebar-menu>li.header {
    font-size: 3.5vh !important;
  }

  .skin-blue .wrapper,
  .skin-blue .main-sidebar {
    overflow-y: scroll;
  }

  .skin-blue .sidebar-menu .treeview-menu>li>a {
    font-size: 2vh;
  }

  #inboxListTable_wrapper>div:nth-child(2) {
    height: 53vh !important;
  }

  .cv-list {
    margin-top: 0;
  }

  #reportPage #inboxListTable {
    margin-top: 0 !important;
    font-size: 3vh;
  }

  .table>thead:first-child>tr:first-child>th {
    font-size: 3vh;
  }

  #reportPage #inboxToolsBar {
    position: absolute;
    z-index: 1;
  }

  .main-header .navbar {
    display: block;
  }

  #inboxListTable_wrapper>div:nth-child(3) {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  #inboxListTable_wrapper>div:nth-child(3)>div.col-sm-7 {
    display: flex;
    justify-content: center;
  }

  body>div.wrapper>div.content-wrapper>section.content>div.table-responsive {
    margin: 0;
  }

  #chat>div>div.box.box-widget.widget-user-2>div>div.box-tools.pull-right.alert.alert-dismissible>p:nth-child(1) {
    font-size: 3vh !important;
  }

  #chat>div>div.box.box-widget.widget-user-2>div>div.box-tools.pull-right.alert.alert-dismissible>p:nth-child(1) {
    overflow: unset;
  }

  #right-content-chat>div.box {
    height: 100%;
  }

  #chat>div>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.open>ul>li>a span {
    font-size: 5vh;
  }

  #chat>div:nth-child(1)>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.slide-dropdown.open>ul.multimedia-client-dropdown {
    height: 35vh;
  }

  #chat>div:nth-child(1)>div.box.box-widget.widget-user-2>div>div.header-right-actions>div.dropdown.slide-dropdown.open>ul.multimedia-client-dropdown {
    width: 7vw;
  }

  #reportHisAdmin #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group {
    align-items: flex-start;
  }

  #reportPage>div>fieldset>legend {
    font-size: 4vh;
    height: unset !important;
    max-height: unset !important;
  }

  #reportHisAdmin #reportPage #reportFormFields #cv_ReportDates>div.box-body .form-group label {
    font-size: 3vh;
  }

  #reportTable>tbody:nth-child(1)>tr:nth-child(1)>td:nth-child(1) {
    height: 40vh;
  }

  #reportPage>div>fieldset>div.seccion-fieldset-first {
    height: 90%;
  }

  #reportHisAdmin #reportTable>tbody {
    width: 100%;
  }

  #reportHisAdmin #reportTable .window-container__center {
    height: 100%;
  }

  #reportHisAdmin .box.box-solid {
    height: 100%;
  }

  /* #reportHisAdmin .header-right-actions {
  position: relative;
} */
  #reportHisAdmin .header-right-actions {
    position: unset;
  }

  #reportHisAdmin .report-grid-box #showTablePage {
    min-height: 54%;
    padding-bottom: 6%;
  }

  #reportHisContainer .report-grid-box #showTablePage {
    min-height: 54%;
    padding-bottom: 6%;
  }

  #reportHisAdmin .header-right-actions {
    position: unset;
  }

  .sidebar {
    height: 100% !important;
  }

  .sidebar-menu {
    max-height: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow: visible;
  }

  .history-paginator {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 1rem 1rem 0.6rem 1rem;
    background-color: #ffffff;
  }

  .main-footer {
    position: fixed;
    width: 229px;
    padding: 1.2rem 0.5rem;
    background-color: #d1d1d1;
  }

  .sidebar-menu>li:last-child {
    padding-bottom: 4rem;
  }

  /* HOY */
  .main-header .navbar {
    margin-left: 0;
    display: flex;
  }

  .right-user-buttons>ul>li.dropdown.user.user-menu>a {
    display: flex;
  }

  .right-user-buttons>ul>li.dropdown.user.user-menu>a>span {
    white-space: nowrap;
  }

  #reportInbox {
    display: none;
  }

  /* CAMBIO REALIZADO PARA LA BANDEJA DE ENTRADA DEL AGENTE */
  .content-wrapper {
    height: unset;
    /* margin-left: 0; */
  }

  /* .main-sidebar {
  display: none;
} */
  #reportPage #reportShowTablePage {
    min-height: 55vh;
  }

  #reportPage #reportShowTablePage #reportInb #reportListTable_wrapper #reportListTable tbody tr td.dataTables_empty {
    font-size: 3vh;
  }

  .window-container__right--open {
    padding: 0 !important;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr td.window-container__center {
    display: none;
  }

  #reportHisContainer #reportToolsBar {
    padding: 0.5rem;
  }

  #reportHisContainer .report-grid-box #showTablePage #reportListTable tbody tr td.window-container__right {
    display: none;
  }

  .content-wrapper {
    height: calc(100% - 50px);
  }

  /*
#reportInb #reportPage #reportShowTablePage #reportListTable_wrapper {
  height: 59vh;
} */
  #cv_ReportDates>div.box-body {
    flex-direction: row;
    padding: 0;
  }

  #reportShowTablePage>div.box-body {
    padding: 0;
  }

  #reportShowTablePage #reportListTable_wrapper>div:nth-child(2)>div {
    padding: 0;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success .content {
    height: 78vh;
    overflow-y: scroll;
  }

  #chtReport #showPage .clearfix #seccionReports>.box.box-solid.box-success>.box-header {
    height: 10%;
  }

  #chtReport #reportFormFields .clearfix .form-group {
    margin: 0;
  }

  #chtReport #reportPage .btn-toolbar {
    padding: 3px 1rem !important;
    flex: 1 !important;
  }

  #chtReport #reportListTable_wrapper>div:nth-child(2)>div {
    height: 28vh;
  }

  #chtReport #reportPage>div>fieldset>legend {
    padding: 0 2rem !important;
  }

  #chtReport #reportToolsBar {
    justify-content: flex-start;
  }

  #chtReport #reportFormFields>div.box-body {
    padding-bottom: 0;
  }

  #chtReport #reportPage>div.container-fluid {
    padding-top: 5px;
  }

  /* Rep Incoming */
  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success .content {
    height: 78vh;
    overflow-y: scroll;
  }

  #repIncoming #showPage .clearfix #seccionReports>.box.box-solid.box-success>.box-header {
    height: 10%;
  }

  #repIncoming #reportFormFields .clearfix .form-group {
    margin: 0;
  }

  #repIncoming #reportPage .btn-toolbar {
    padding: 0px 1rem !important;
    flex: 1 !important;
  }

  #repIncoming #reportListTable_wrapper>div:nth-child(2)>div {
    height: 28vh;
  }

  #repIncoming #reportPage>div>fieldset>legend {
    padding: 0 1rem !important;
  }

  #repIncoming #reportToolsBar {
    justify-content: flex-start;
  }

  #repIncoming #reportFormFields>div.box-body {
    padding-bottom: 0;
  }

  #repIncoming #reportPage>div.container-fluid {
    padding-top: 5px;
  }

  #repIncoming #reportsToolsBar>div.consult-button {
    margin-right: unset;
    padding: 0 1rem;
  }

  #chtReport #reportsToolsBar>div.consult-button {
    margin-right: unset;
    padding: 0 1rem;
  }

  #repIncoming #registryPage #reportsToolsBar {
    justify-content: flex-start;
  }

  #repIncoming #reportBackButton {
    width: unset;
  }

  #repIncoming #registryPage #reportsToolsBar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    padding: 1rem;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator {
    flex: 1 100%;
    padding: 5px;
  }

  #repIncoming #searchInput {
    width: 66.66666667%;
  }

  #repIncoming .content-wrapper {
    /* height: calc(100% - 50px); */
    height: unset;
    /* min-height: 100% !important; */
  }

  #repIncoming #registryPage {
    padding-top: 1rem;
  }

  /* #repIncoming #reportsToolsBar > div.cv-toolbar-paginator {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 85%;
  align-items: center;
  width: 100%;
} */
  /*
#repIncoming #reportsToolsBar > div.cv-toolbar-paginator.navbar #searchInput {
  padding: 1rem;
}

#repIncoming #reportsToolsBar > div.cv-toolbar-paginator.navbar:nth-child(2) {
  width: 50%;
  align-self: center;
  height: fit-content;
}

#repIncoming #reportsToolsBar > div.cv-toolbar-paginator.navbar:nth-child(3) {
  width: 50%;
  align-items: center;
  justify-content: space-evenly;
  display: flex;
  height: fit-content;
} */
  #repIncoming #reportPage .btn-toolbar {
    flex-wrap: wrap;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator.navbar>div.col-md-5.col-sm-4 {
    display: flex;
    justify-content: center;
    width: 33.33333333%;
    height: fit-content;
  }

  #repIncoming #reportsToolsBar>div.cv-toolbar-paginator.navbar>div.col-md-5 {
    width: 50%;
  }

  #repIncoming #reportPage .btn-toolbar {
    padding: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .box {
    border-top: none;
  }

  .fade-grey-header {
    width: 23vh;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #chat .box {
    border-top: none;
    height: calc(98vh - 50px);
    margin: 0;
  }

  #reportPage .direct-chat-primary__col #chat-conversations {
    height: 65vh;
  }

  #reportHisContainer #chat {
    height: 65vh;
  }

  #chat .bottom-text-box {
    height: auto;
    position: absolute;
    bottom: 0;
    z-index: 999;
  }

  .right-user-buttons>.navbar-nav>li>a {
    padding: 0;
  }

  .right-user-buttons>.navbar-nav {
    display: flex;
  }

  .right-user-buttons>.navbar-nav>li {
    align-items: center;
    display: flex;
    flex: 1;
  }

  .user-header .right-user-buttons>ul {
    display: flex;
    width: 100%;
  }

  .user-header .navbar .nav>li>a {
    display: flex;
    padding: 0;
  }

  .right-user-buttons>ul>li.dropdown.user.user-menu>a>span {
    white-space: nowrap;
  }

  .right-user-buttons>ul>li.dropdown.notifications-menu>a {
    padding: 15px;
  }

  #reportToolsBar {
    margin-right: 0 !important;
  }

  #his #reportPage>div>fieldset {
    display: block !important;
  }

  #his #reportTable>tbody:nth-child(1)>tr:nth-child(1)>td:nth-child(1) {
    padding: 0px 8px 0px 8px !important;
  }

  #inbAgent .inbox-report {
    width: 100%;
  }

  #regvideo #reportPage>div>fieldset {
    display: block !important;
  }

  #regvideo #reportTable>tbody:nth-child(1)>tr:nth-child(1)>td:nth-child(1) {
    padding: 0px 8px 0px 8px !important;
  }

  #regcall #reportPage>div>fieldset {
    display: block !important;
  }

  #regcall #reportTable>tbody:nth-child(1)>tr:nth-child(1)>td:nth-child(1) {
    padding: 0px 8px 0px 8px !important;
  }

  #regvideo .inbox-report {
    width: 100%;
  }

  #regcall .inbox-report {
    width: 100%;
  }

  .direct-chat-image {
    max-width: 100%;
  }

  .btn-record-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
  }

  .btn-record-container button {
    border-radius: 65px;
    height: 90px;
    width: 90px;
    outline: none;
  }

  .btn-record-container .btn.active.focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn:active:focus,
  .btn:focus {
    outline: none;
  }

  .login .form-login {
    height: 100vh;
    display: flex;
    align-items: center;
  }

  .login .footer {
    background: none;
  }

  .login .container>.row {
    width: 100%;
    margin: 0;
  }

  #chat-conversations {
    height: calc(99vh - 180px);
  }

  .login .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    background: none;
  }

  .login .image-login {
    height: 100vh;
    display: flex;
    align-items: center;
  }

  .login .image-login img {
    max-height: 100%;
  }

  #chat>div>div.layer.w-100.bottom-text-box>div {
    display: inline-flex;
    width: 100%;
  }

  #chat>div>div.layer.w-100.bottom-text-box>div>div {
    align-self: center;
    width: 100%;
  }

  .box-header>.box-tools {
    align-self: center;
  }

  #modal-success>.modal-dialog,
  #modal-error>.modal-dialog {
    width: 300px;
  }

  .cl-modal-template {
    margin: 2px;
    position: relative;
    left: 42vw;
  }

  #chat-conversations {
    /* background: #e1e1e3;
    background-image: url("../images/wp_1_new.png") !important; */
  }

  .direct-chat-primary .right>.direct-chat-text:after,
  .direct-chat-primary .right>.direct-chat-text:before {
    border-right-color: white;
  }

  .direct-chat-primary .right>.direct-chat-text {
    background: #fff;
    border-color: #fff;
  }

  .open>.dropdown-menu {
    width: 10vw;
    position: absolute;
  }

  /*#buttons {
    text-align: right;
    border-top: 1px #e1e1e1 solid;
    margin-bottom: 5px;
  }*/

  .chat-conversations-star {
    padding: 0;
  }

  #reportPage #searchInput {
    margin: 0 !important;
  }

  #templateModal .modal-img,
  #sendMsgModal .modal-img,
  #modal-changeStatusChat .modal-img,
  #modal-assignBot .modal-img,
  #modal-closeChat .modal-img,
  #modal-upload .modal-img,
  #modal-transferChat .modal-img,
  #modal-assign .modal-img,
  #modal-assignto .modal-img {
    display: none;
  }
}

.w-results {
  display: flex !important;
  flex-direction: column !important;
}

.skin-blue .sidebar-menu>li.header {
  font-size: 2.1vh;
  color: #182443;
  overflow: hidden;
  margin: 10px 15px 10px 15px;
  padding: 0;
  font-weight: 600;
  padding: 1rem;
  text-transform: uppercase;
}

.spinner {
  display: none;
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.spinner i {
  font-size: 8vh;
}

#chat-conversations div.direct-chat-msg {
  display: flex;
}

#chat-conversations div.direct-chat-msg>div>p {
  /*margin-right: 3vw;*/
  text-align: justify;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 1.7vh;
  max-height: 210px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 10px;
}

#chat-conversations_last>div>div:nth-child(15)>div>span {
  font-size: 1.4vh;
}

.cv-bluerred {
  filter: blur(8px);
  -webkit-filter: blur(2px);
}

#emojiButton,
#emojiButtonClose {
  outline: none;
  background: none;
  box-shadow: unset;
}

body.login {
  background: #fff;
  background-image: url("../images/fondo omnicanalidad.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.login .login_content form {
  margin: 20px 0 !important;
  position: unset !important;
}

.login .login_content h1:after,
.login_content h1:before {
  display: none;
}

/*Sep-13*/
#support-menu-content {
  position: absolute;
  z-index: 1000;
  right: 15px;
  bottom: 60px;
  width: 660px;
  max-height: 700px;
  height: 700px;
  border-radius: 10px;
  cursor: auto;
  opacity: 1;
  overflow: hidden !important;
}

#floatRowRight,
#floatRowLeft {
  cursor: pointer;
  z-index: 1000;
  position: fixed;
  bottom: 225px;
  right: 0px;
  background-color: #a5a9ac;
  height: 350px;
  width: 15px;
  border-radius: 3px;
}

#floatRowRight span,
#floatRowLeft span {
  bottom: 145px;
  padding: 1px;
  position: absolute;
  color: #1b2744;
}

#cv-webphone {
  position: fixed;
  position: fixed;
  bottom: 6em;
  top: 6em;
  right: 1.3em;
  left: 70%;
  color: #fff;
  text-align: center;
  z-index: 3;
  box-shadow: 10px 0px 5px rgb(0 0 0 / 24%);
}

/**/

#crm-gestion {
  width: 25%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #03a9f3;
  border-color: #03a9f3;
}

#close-crm-omnicanalidad {
  color: white;
  margin: 15px 20px 10px 10px;
}

#cv-arrow-left {
  border-radius: 5px;
}

#cv-search-icon {
  border-radius: 5px;
}

#cv-search-chat {
  border-radius: 5px;
}

body #chat-sidebar::-webkit-scrollbar,
body #chat-conversations div.direct-chat-msg>div>p::-webkit-scrollbar {
  width: 0.7vw;
}

body #chat-sidebar::-webkit-scrollbar-thumb,
body #chat-conversations div.direct-chat-msg>div>p::-webkit-scrollbar-thumb {
  background-color: #00000041;
  border-radius: 20px;
}

body #btn-chat-input::-webkit-scrollbar {
  width: 0.6vw;
}

body #btn-chat-input::-webkit-scrollbar-thumb {
  background-color: #00000041;
  border-radius: 20px;
}

.chat-total-message {
  font-size: 9pt;
  right: 0;
  color: #b4b4b4;
}

#cv-arrow-left {
  border-radius: 5px;
}

#cv-search-icon {
  border-radius: 0 5px 5px 0;
}

#cv-chatsDelete {
  border-radius: 5px 0 0 5px;
  background: red;
  color: white;
}

#cv-delete-chats {
  border-radius: 5px 0 0 5px;
}

#cv-order-asc {
  border-radius: 5px 0 0 5px;
}

#cv-search-chat {
  border-radius: 5px;
}

body #chat-sidebar::-webkit-scrollbar,
body #reportPage::-webkit-scrollbar {
  width: 0.7vw;
}

body #chat-sidebar::-webkit-scrollbar-thumb,
body #chat-conversations div.direct-chat-msg>div>p::-webkit-scrollbar-thumb {
  background-color: #00000041;
  border-radius: 20px;
}

body #btn-chat-input::-webkit-scrollbar {
  width: 0.6vw;
}

body #btn-chat-input::-webkit-scrollbar-thumb {
  background-color: #00000041;
  border-radius: 20px;
}

.chat-total-message {
  font-size: 9pt;
  right: 0;
  color: #b4b4b4;
}

.update-client-dropdown>li>a,
.menuChat>li>a {
  white-space: normal !important;
  font-weight: 700;
  color: #534d64;
}

#cv-close-icon {
  border-radius: 5px;
}

body #chat>div>div.layer.w-100.bottom-text-box>div>div>div>span>div>ul::-webkit-scrollbar,
body .update-client-dropdown::-webkit-scrollbar {
  width: 0.4vw;
}

body #chat-sidebar::-webkit-scrollbar-thumb,
body #chat-conversations::-webkit-scrollbar-thumb,
body #chat>div>div.layer.w-100.bottom-text-box>div>div>div>span>div>ul::-webkit-scrollbar-thumb,
body .update-client-dropdown::-webkit-scrollbar-thumb {
  background-color: #00000041;
  border-radius: 20px;
}

#location {
  min-height: 50vh;
}

.map-location {
  height: 30vh;
  width: 30vw;
  min-width: 100%;
  max-width: 100%;
  margin: 0 0 2rem 0;
}

.direct-chat-audio {
  margin-bottom: 2vh;
}

#modal-location .btn.btn-success.btn-sm[id="send-location"] {
  font-size: unset;
  margin-right: 1rem;
}

.compose-chat-msg-button:hover {
  color: #001d35;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
}

.compose-chat-msg-button i {
  margin: 5px;
}

.ui-widget-header {
  background: #dfdfdf none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #fff;
  font-weight: bold;
  opacity: 1;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
  display: block;
  position: absolute;
  width: 12px;
  height: 2.2px;
  background-color: black;
  transition-duration: 0.25s;
}

.menu__btn>span::before {
  content: "";
  top: -8px;
}

.menu__btn>span::after {
  content: "";
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 30px 0;
  list-style: none;
  background-color: white;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  z-index: 20;
  padding: 0px;
  border: 1px solid #d1d1d1;
}

.menu__item {
  display: block;
  padding: 10px 24px;
  color: black;
  font-family: "Poppins", sans-serif;
  font-size: 11pt;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  color: #534d64;
}

.menu__item:hover {
  background-color: #cfd8dc;
}

.menu__item:hover {
  /*background: linear-gradient(
    90deg,
    rgba(0, 181, 255, 1) 0%,
    rgba(0, 116, 255, 1) 50%
  );
  border-radius: 20px 20px 20px 20px;*/
  background: #f0f0f0;
  color: #000000;
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked+.menu__btn>span {
  transform: rotate(45deg);
  left: 18em;
  bottom: 30px;
}

#menu__toggle:checked+.menu__btn>span::before {
  top: 0;
  transform: rotate(0deg);
}

#menu__toggle:checked+.menu__btn>span::after {
  top: 0;
  transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
  left: 1px !important;
}

.active-email-menu,
.active-email-menu i {
  color: blue !important;
}

#composeChatMsg {
  background-color: #c2e7ff;
}

#countReportMobil {
  display: inline;
  position: relative;
  color: #28ac5d;
}

#accountCountsListTable_wrapper {
  margin: 1vw;
}

/* #btn-modal-template {
  border-radius: 20px;
  background-color: #c2e7ff;
} */

.chat-document-info-name {
  padding-bottom: 1.5em;
  width: 15em;
  font-size: 10px;
  text-align: left;
  white-space: pre-wrap;
  color: #616161;
}

.menu__hr {
  margin-top: 14px;
  margin-bottom: 0;
}

.ui-datepicker-month,
.ui-datepicker-year {
  color: #333;
}

.menu__li__h4 {
  position: relative;
  left: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #534d64;
}

ul>label[for="menu__toggle"] {
  cursor: pointer;
  position: absolute;
  left: 275px;
  top: 1em;
}

.hamburger-menu-headers {
  display: flex;
  padding: 0px;
  flex: 0 1 45px;
  flex-shrink: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 24px;
}

.btn-contactvox-gray {
  background-color: #534d64;
  color: #fff;
}

.btn-contactvox-gray:hover {
  background-color: #182443;
  color: #fff;
}

.chat-message-limit {
  display: none;
  font-size: 9pt;
  color: red;
  position: absolute;
  left: 25px;
  bottom: 3.9em;
}

.direct-chat-primary .right>.direct-chat-text {
  color: #444;
  box-shadow: 1px 1px 1px #ccc;
}

.button-view-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-act-mobile {
  width: 100%;
  text-align: center;
  padding: 6px;
}

.btn-act-mobile:hover {
  background: #f0f0f0;
  cursor: pointer;
}

.btn-select-menu {
  background-color: #e1e3e9;
  color: #333;
}

.cv-info-client {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  margin: 5px 0;
}

.modal-dialog {
  min-height: calc(100% - (1.75rem * 2));
  margin: 30px auto;
  display: flex;
  align-items: center;
}

.modal-content {
  width: 100%;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
}

.modal-open .modal {
  overflow: hidden;
}

.modal .modal-img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 10px 0px;
}

.infoModalBody {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#info_client_chat {
  margin: 0 5vw;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background: #ffffff;
}

.chat-container .box {
  box-shadow: none;
}

#bodyPage,
#reportHisContainer,
.box {
  height: 100%;
}

.box .box-header {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.btn-secondary {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
}

.btn-secondary:hover {
  background-color: #525a62;
  color: #fff;
}

.btn-light:hover {
  background-color: #d3d4d5;
}

.modal .modal-img i {
  font-size: 80px;
}

.modal.in .modal-dialog {
  animation: swal2-show 0.3s;
}

.element-flag i,
.element-tag i {
  margin-top: auto;
  margin-bottom: auto;
}

#modal-upload .container-fluid {
  display: flex;
  flex-direction: column;
}

.spinner-container img,
.spinner img {
  height: 50px;
  width: 50px;
}

#history-no-msg {
  display: flex;
  width: 100%;
  justify-content: center;
}

.cv-filter-chats li {
  margin-left: 10px;
}

.iti--container,
.iti__flag-container {
  z-index: 99999 !important;
}

.iti--allow-dropdown {
  width: 100%;
}

#modal-error.fade.in,
#modal-success.fade.in {
  justify-content: center;
  z-index: 999999;
}

.modal-header,
.modal-content {
  border-radius: 5px;
}

#modal-error .page-body,
#modal-success .page-body {
  max-width: 300px;
  background-color: #ffffff;
  margin: 10% auto;
}

#modal-error .close,
#modal-success .close {
  padding: 3px 15px;
}

#modal-error .checkmark-error,
#modal-success .checkmark-success {
  width: 75px;
  height: 75px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.checkmark-error .background,
.checkmark-success .background {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  border-width: 31px;
  position: absolute;
}

.checkmark-error .background i,
.checkmark-success .background i {
  width: 100%;
  text-align: center;
  font-size: 45px;
  color: #1ab394;
  animation: fab-animation-reverse 0.8s ease-out forwards;
}

#modal-success .box-body,
#modal-error .box-body {
  font-weight: bold;
  text-align: center;
}

#modal-success .page-body span,
#modal-error .page-body span {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.checkmark-success .background {
  border: 4px solid #1ab394;
}

.checkmark-success .background i {
  color: #1ab394;
}

.checkmark-error .background {
  border: 4px solid #ff0000;
}

.checkmark-error .background i {
  color: #ff0000;
}

#emojiButton {
  width: 40vw;
  height: 200px;
  padding: 8px;
  height: 200px;
  border-radius: 4px;
}

#stickerDiv {
  width: 40vw;
  height: 233px;
  display: none;
  background: white;
}

.image-sticker {
  width: 60px !important;
  height: 60px !important;
  display: flex !important;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.image-sticker img {
  width: 60px;
  height: 60px;
  display: block;
}

.emoji-general {
  display: flex;
  flex-direction: row;
  width: 5%;
  flex-wrap: nowrap;
}

.sticker-href {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

#emojiTabs {
  bottom: 62px;
  left: 10px;
}

.lsx-emojipicker-tabs {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.direct-chat-sticker__right {
  margin-left: auto;
  margin-right: 0;
  width: auto;
}

.direct-chat-sticker {
  margin: 0 1vw;
  width: 15vh;
}

/*INICIO ESTILOS DIV DASHLET*/
#dashlet-crm__chat div.box.box-widget.widget-user-2 {
  height: max-content !important;
}

#dashlet-crm__chat .chat-text {
  height: max-content !important;
  margin: 0px !important;
}

#dashlet-crm__chat .box {
  height: auto !important;
}

#dashlet-crm__chat #chat-conversations {
  height: calc(100% - 4em) !important;
}

#dashlet-crm__chat #infoClientChatBtn {
  background-color: transparent;
  border: none;
  color: #534d64;
}

#dashlet-crm__chat #infoClientChatBtn i {
  color: #534d64 !important;
}

#dashlet-crm__chat #crm-gestion-omnicanalidad {
  color: #534d64;
}

#dashlet-crm__chat #crm-gestion-omnicanalidad:hover {
  color: #534d64;
}

#dashlet-crm__chat .box-header {
  background-color: white !important;
  height: max-content !important;
}

.cv-new-client span,
.cv-new-client h5,
.cv-new-client .chat-list-client-id {
  color: white !important;
}

.slide-dropdown-mobile .dropdown-toggle .fa-cog {
  animation: fab-animation-reverse 0.4s ease-out forwards;
}

body #body-history-crm::-webkit-scrollbar {
  width: 0.6vw;
}

body #body-history-crm::-webkit-scrollbar-thumb {
  background-color: #00000041;
  border-radius: 20px;
}

#body-history-crm {
  height: calc(100% - 41px);
  overflow: auto;
}

#header-history-crm {
  height: 40px;
}

/*FIN ESTILOS DIV DASHLET*/

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes fac-animation {
  0% {
    transform: scale(1, 1);
  }

  33% {
    transform: scale(0.95, 1.05);
  }

  66% {
    transform: scale(1.05, 0.95);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes fab-animation-reverse {
  0% {
    transform: rotate(45deg) scale(0.95);
  }

  20% {
    transform: rotate(-15deg);
  }

  55% {
    transform: rotate(10deg);
  }

  80% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(0) scale(1);
  }
}

.show_select_list_paises {
  display: block !important;
}

.search_input_select_paises {
  font-family: Poppins, sans-serif !important;
  font-size: 13px !important;
  font-weight: normal !important;
  width: 100% !important;
  padding: 3px 10px !important;
  min-height: auto !important;
  height: 30px !important;
  background: #fff !important;
  border: 1px solid #d1d1d1 !important;
  border-radius: 3px !important;
  outline: none !important;
}

/* BUTTON TEMPLATES */
button_multi,
button_reply,
button_list {
  display: flex;
  flex-direction: column;
}

button_multi_body,
button_reply_body,
button_list_body {
  margin-bottom: 5px;
  white-space: normal;
  width: 100%;
}

button_multi_caption,
button_reply_caption {
  opacity: .6;
  white-space: normal;
}

button_multi .button_multi_container_type {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #0000000f;
  border-radius: 5px;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-bottom: 10px;
}

button_multi .button_multi_container_type>div {
  width: 100%;
  border-radius: 5px;
}

/* BUTTON MULTI TYPES */
button_multi .button_multi_image {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
}

button_multi .button_multi_image>a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

button_multi .button_multi_video {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
}

button_multi .button_multi_file {
  width: 100%;
  border-radius: 5px;
}

button_multi .button_multi_file>.button_multi_file_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

button_multi .button_multi_file>.button_multi_file_content>.button_multi_file_icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

button_multi .button_multi_file>.button_multi_file_content>.button_multi_file_icon>i {
  font-size: 30px;
  margin: 0 10px;
  opacity: .7;
}

button_multi .button_multi_file>.button_multi_file_content>.button_multi_file_icon_download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #00000078;
  opacity: .5;
  cursor: pointer;
  margin: 0 10px;
}

/* BUTTON MULTI TYPES */


/* BUTTON LIST */
button_list_header {
  margin-bottom: 5px;
  white-space: normal;
}

button_list_buttonname {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-bottom: -5px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-top: 1px solid #00000026;
  font-size: 12px;
}

button_list_buttonname>button_list_buttonname_icon {
  font-size: 10px;
  margin-top: 3px;
}

.template_externals_sections_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  font-size: 12px;
  flex-direction: row;
  background: transparent;
  border: none;
  padding: 0;
  margin-top: 2px;
}

button_list_sections {
  width: 100%;
  background: var(--color-bg-messages);
  border: 1px solid #d2d6de;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  opacity: .7;
  cursor: not-allowed;
}

button_list_section_title {
  font-weight: 600;
  opacity: .7;
}

button_list_section_subtitle {
  opacity: .5;
  font-size: 11px;
  margin-bottom: 5px;
}

button_list_buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  padding-top: 5px;
}

button_list_buttons button_list_button {
  margin: 0;
  background: #0000000d;
  border-radius: 3px;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* BUTTON LIST */

.template_externals_buttons_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  font-size: 12px;
  flex-direction: row;
  background: transparent;
  border: none;
  padding: 0;
  margin-top: 2px;
}

.template_external_button {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: none;
  cursor: not-allowed;
  background: var(--color-bg-messages);
  border: 1px solid #d2d6de;
  opacity: .7;
}

/* BUTTON TEMPLATES */



/* STYLES MESSAGES */


/* STYLES DOCUMENT */
.direct-chat-document_file {
  border-radius: 5px;
  background: #0000000f;
  font-size: 12px;
  width: calc(100% + 10px);
  padding: 5px 0;
  margin-left: -5px;
  margin-bottom: 15px;
}

.direct-chat-document_file>.direct-chat-document_file_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.direct-chat-document_file>.direct-chat-document_file_content>.direct-chat-document_file_icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.direct-chat-document_file>.direct-chat-document_file_content>.direct-chat-document_file_icon>i {
  font-size: 30px;
  margin: 0 10px;
  opacity: .7;
}

.direct-chat-document_file>.direct-chat-document_file_content>.direct-chat-document_file_icon_download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #00000078;
  opacity: .5;
  cursor: pointer;
  margin: 0 10px;
  font-size: 15px;
}

/* .direct-chat-document_file>.direct-chat-document_file_content>.direct-chat-document_file_icon_download i{
  color: #00000078;
} */


/* STYLES CAPTION */
.direct-chat-caption {
  text-align: left;
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 5px;
  min-width: 20vw !important;
  max-width: 20vw !important;
}

/* STYLES MESSAGES */




/* STYLES CONTROL BUTTON MAP */
.control-button-map {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 2px;
  background: none rgb(255, 255, 255);
  color: #666666;
  cursor: pointer;
  border: none;
  overflow: hidden;
  user-select: none;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  transition: color .1s ease, filter 1s ease;
}

.control-button-map:hover {
  color: #333333;
}

/* STYLES CONTROL BUTTON MAP */



/* STYLES BUTTON STATE */
.btn-status_active {
  border-radius: 0px 5px 5px 0px !important;
}

.btn-status_contracted {
  margin-right: -100% !important;
}

.btn-status-offline {
  background-color: #ff0000 !important;
  pointer-events: none !important;
}

.btn-status-online {
  background-color: #008000 !important;
}

.btn-status-paused {
  background-color: #f39c12 !important;
}

.spinner-loader-status {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* STYLES BUTTON STATE */


/* STYLES BADGE NOTIFICATION */
#active-chats {
  position: absolute !important;
  top: 8px !important;
  right: 4px !important;
  text-align: center !important;
  font-size: 9px !important;
  padding: 2px 3px !important;
  line-height: .9 !important;
  height: 14px !important;
  width: 14px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: white !important;
  color: black !important;
}

/* STYLES BADGE NOTIFICATION */


/* STYLES BUTTONS CHATS UNASSIGNED */
.cv-chats-active {
  background-color: #d9dbdf !important;
  pointer-events: none !important;
}

.cv-chats-inactive {
  background-color: #f0f0f0 !important;
  cursor: not-allowed !important;
  opacity: 0.5 !important;
  position: relative;
  z-index: 1;
  filter: grayscale(1);
  pointer-events: none !important;
}

/* STYLES BUTTONS CHATS UNASSIGNED */


.sp-container {
  z-index: 10000000000 !important;
}







/* START - STYLES OMNICANALIDAD CHATS 3.0 */

/* START - VARIABLES */
:root {
  /* THEME */
  --border-radius: 5px;

  /* COLORS THEME */
  --color-primary: #008299;
  --color-primary-rgb: 0, 130, 153;
  --color-secondary: #000000;
  --color-bg-primary: #fefefe;
  --color-bg-secondary: #000000;
  --color-text-primary: #534d64;
  --color-bg-messages: #c5e2e8;

  --color-scroll: #ceccd3;
  --color-scroll-hover: #b0aeb8;
  --width-scroll: 4px;
  --rounded-scroll: 4px;
  /* --font-size: 12px; */

  /* SOCIAL NETWORK */
  --whatsapp-color: #26D367;
  --facebook-color: #1A78F4;
  --instagram-color: #D43087;
  --instagram-color-gradient: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  --tiktok-color: #010101;
  --telegram-color: #2CA5E0;
  --youtube-color: #E42D26;
  --linkedin-color: #007BBE;
  --twitter_x-color: #080808;

  --new-chat-tag-bg: #416ba9;
  --new-chat-bg: linear-gradient(90deg, rgb(65 107 169 / 20%) 20%, rgb(22 167 74 / 20%) 80%);
  --new-chat-bg-hover: #0000000c;


  --color-badge-new-chat: #f92f11;
  --color-badge-unresp-chat: var(--color-primary);
}

.container_general_chats * {
  color: var(--color-text-primary);
  /* font-size: var(--font-size) !important; */

  /* user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; */
}


/* START - SCROLLBAR DEFAULT */
.container_general_chats *::-webkit-scrollbar {
  width: var(--width-scroll) !important;
}

.container_general_chats *::-webkit-scrollbar-track {
  background: transparent !important;
}

.container_general_chats *::-webkit-scrollbar-thumb {
  background: var(--color-scroll) !important;
  border-radius: var(--rounded-scroll) !important;
}

.container_general_chats *::-webkit-scrollbar-thumb:hover {
  background: var(--color-scroll-hover) !important;
}

/* END - SCROLLBAR DEFAULT */



/* END - VARIABLES */

/* START - ANIMATIONS */
@keyframes unfoldDown {
  0% {
    max-height: 0;
  }

  100% {
    max-height: 500px;
  }
}

@keyframes bounceIn {
  0% {
    transform: scale(0);
  }

  60% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

/* END - ANIMATIONS */

/* START - ELEMENTS */

.__hidden {
  display: none !important;
}

.__show_flex {
  display: flex !important;
}

.__show_block {
  display: block !important;
}

.__show_inline {
  display: inline !important;
}

.__show_inline-block {
  display: inline-block !important;
}

.__show_grid {
  display: grid !important;
}

.__show_table {
  display: table !important;
}

/* START - SOCIAL NETWORK */
.__whatsapp {
  color: var(--whatsapp-color);
}

.__facebook {
  color: var(--facebook-color);
}

.__instagram {
  color: var(--instagram-color);
}

.__tiktok {
  color: var(--tiktok-color);
}

.__telegram {
  color: var(--telegram-color);
}

.__youtube {
  color: var(--youtube-color);
}

.__linkedin {
  color: var(--linkedin-color);
}

.__twitter {
  color: var(--twitter_x-color);
}



.__whatsapp_bg {
  background: var(--whatsapp-color) !important;
}

.__facebook_bg {
  background: var(--facebook-color) !important;
}

.__instagram_bg {
  background: var(--instagram-color) !important;
  background: var(--instagram-color-gradient) !important;
}

.__tiktok_bg {
  background: var(--tiktok-color) !important;
}

.__telegram_bg {
  background: var(--telegram-color) !important;
}

.__youtube_bg {
  background: var(--youtube-color) !important;
}

.__linkedin_bg {
  background: var(--linkedin-color) !important;
}

.__twitter_bg {
  background: var(--twitter_x-color) !important;
}


/* END - SOCIAL NETWORK */

/* START - BUTTONS */
button__navbar,
button__default {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  background: transparent;
  border-radius: var(--border-radius);
  cursor: pointer;

  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

  transition: all .2s ease;
}

button__navbar icon_button__navbar,
button__default icon_button__default {
  font-size: 15px;
  color: #534d64;
}

button__navbar:hover,
button__default:hover {
  /* background: #efefef; */
  background: #0000000c;
}

button__navbar.__active,
button__default.__active {
  /* background: #ececec; */
  background: #0000000c;
}

button__navbar.__disabled,
button__default.__disabled {
  opacity: 50%;
  cursor: not-allowed;
  pointer-events: none;
}

button__navbar.__active {
  pointer-events: none;
}

button__navbar.__active::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 40%;
  background: var(--color-primary);
  border-radius: var(--border-radius);
  left: -1px;
}

button__default badge_button__default,
button__navbar badge_button__navbar {
  position: absolute;
  top: 0;
  right: 0;

  min-width: 15px;
  height: 15px;
  padding: 0 3px;

  background: var(--color-primary);
  color: white !important;
  border-radius: 20px;
  font-size: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
}

button_icon_text__default {
  width: fit-content;
  height: 40px;
  min-height: 40px;
  background: transparent;
  border-radius: var(--border-radius);
  cursor: pointer;
  padding: 10px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  position: relative;

  transition: all .2s ease;

  background: rgba(var(--color-primary-rgb), .4);
}

button_icon_text__default:hover {
  background: rgba(var(--color-primary-rgb), .5);
}

button_icon_text__default icon_button__default {
  margin: 5px;
}

button_icon_text__default icon_button__default {
  margin: 5px;
}


/* START - DROPDWONS */
dropdown_container__voxi {
  position: relative;
}

[data-dropdown-expanded="true"]>[data-dropdown-toggle] {
  background: #ececec;
}

dropdown__voxi {
  background: #f9f9f9;
  border-radius: 5px;
  max-width: 250px;
  min-width: 150px;

  overflow: hidden;
  position: absolute;
  /* top: 100%;
  right: auto;
  left: 0; */

  box-shadow: none;

  display: none;
  animation: unfoldDown 0.5s linear forwards;
  transition: all .2s ease;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

dropdown__voxi[data-dropdown-type="modal"] {
  width: calc(100% - 40px);
  max-width: 100%;
  margin: 10px 20px;
}

dropdown__voxi[data-dropdown-type="custom"] {
  width: auto;
  max-width: 100%;
}

dropdown__voxi.__dropdown-expanded {
  box-shadow: 0 2px 5px 0 rgba(11, 20, 26, .26), 0 2px 10px 0 rgba(11, 20, 26, .16);
}

dropdown__voxi[data-dropdown-expanded="true"] {
  display: flex;
  flex-direction: column;
  z-index: 10000;
}

dropdown__voxi title_dropdown {
  font-size: 13px;
  font-weight: 500;

  padding: 10px 15px;
  padding-bottom: 5px;
  opacity: 30%;
}

dropdown__voxi options_dropdown {
  display: flex;
  flex-direction: column;
  gap: 5px;

  padding: 5px;
  max-height: 200px;
  overflow-y: auto;
}

dropdown__voxi[data-dropdown-type="horizontal"] {
  min-width: 100px;
}

dropdown__voxi[data-dropdown-type="horizontal"] options_dropdown {
  flex-direction: row;
  justify-content: space-evenly;
}

/* START - SCROLLBAR DROPDOWN */
dropdown__voxi options_dropdown::-webkit-scrollbar {
  display: none;
}

dropdown__voxi.__dropdown-expanded options_dropdown::-webkit-scrollbar {
  display: block !important;
}

dropdown__voxi options_dropdown::-webkit-scrollbar {
  width: var(--width-scroll) !important;
}

dropdown__voxi options_dropdown::-webkit-scrollbar-track {
  background: transparent !important;
}

dropdown__voxi options_dropdown::-webkit-scrollbar-thumb {
  background: var(--color-scroll) !important;
  border-radius: var(--rounded-scroll) !important;
}

dropdown__voxi options_dropdown::-webkit-scrollbar-thumb:hover {
  background: var(--color-scroll-hover) !important;
}

/* END - SCROLLBAR DROPDOWN */

dropdown__voxi options_dropdown option_dropdown {
  width: 100%;
  padding-right: 10px;
  border-radius: 5px;
  padding: 7px 0px;
  cursor: pointer;

  display: grid;
  grid-template-columns: 40px 1fr;

  transition: all .2s ease;
}

dropdown__voxi options_dropdown option_dropdown.__active {
  background: #00000015;
}

dropdown__voxi options_dropdown option_dropdown:hover {
  background: #00000015;
}

dropdown__voxi options_dropdown option_dropdown tag_option_dropdown {
  font-size: 15px;

  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

dropdown__voxi options_dropdown option_dropdown tag_option_dropdown badge_status {
  position: absolute;
  right: 5px;
  top: -2px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 3px solid #f9f9f9;
  transition: all .2s ease;
}

dropdown__voxi options_dropdown option_dropdown tag_option_dropdown badge_status.__new-chat {
  background: var(--color-badge-new-chat);
}

dropdown__voxi options_dropdown option_dropdown tag_option_dropdown badge_status.__unresp-chat {
  background: var(--color-badge-unresp-chat);
}


dropdown__voxi options_dropdown option_dropdown:hover badge_status {
  border-color: #e4e4e4;
}

dropdown__voxi options_dropdown option_dropdown label_option_dropdown {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px;
}

/* CONTENT DROPDOWN EMOTICONS */
dropdown__voxi content_dropdown .emoticons_menu_list {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

dropdown__voxi content_dropdown .emoticons_menu_list ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  padding: 0;
  margin: 0;
  padding: 5px;
}

dropdown__voxi content_dropdown .emoticons_menu_list ul li {
  height: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 5px;
  transition: all .2s ease;
}

dropdown__voxi content_dropdown .emoticons_menu_list ul li.selected {
  background: #0000000c;
}

dropdown__voxi content_dropdown .emoticons_content {
  position: relative;
}

dropdown__voxi content_dropdown .emoticons_content #emojiButton {
  height: 235px;
}

dropdown__voxi content_dropdown .emoticons_content #emojiButton .lsx-emojipicker-container {
  top: 0px !important;
}

dropdown__voxi content_dropdown .emoticons_content #stickerDiv {
  display: none;
}

/* CONTENT DROPDOWN EMOTICONS */


/* MODAL - FOOTER */
modal_default {
  background: #f9f9f9;
  border-radius: 5px;
  width: calc(100% - 40px);
  max-width: 100%;
  min-width: 150px;

  margin: 20px;

  /* overflow: hidden; */
  position: absolute;
  /* top: 100%;
  right: auto;
  left: 0; */

  box-shadow: none;

  display: none;
  animation: unfoldDown 0.5s linear forwards;
  transition: all .2s ease;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 2px 5px 0 rgba(11, 20, 26, .26), 0 2px 10px 0 rgba(11, 20, 26, .16);
}

modal_default.modal_default__fotter {
  left: 0;
  bottom: 100%;
}


modal_default[data-modal-expanded="true"] {
  display: flex;
  flex-direction: column;
  z-index: 10000;
}

modal_default modal_default_content {
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 200px;
  flex-direction: column;
  position: relative;
  z-index: 2;
  background: #f9f9f9;
  border-radius: 5px;
}

modal_default::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #f9f9f9;
  position: absolute;
  top: 100%;
  left: 10%;
  transform: translateX(-50%);
  filter: drop-shadow(0px 3px 5px #0000008d);
  z-index: 1;
}

modal_default header_modal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
  min-height: 40px;
  max-height: 50px;
}

modal_default title_modal {
  font-size: 13px;
  font-weight: 500;

  /* padding: 10px 15px;
  padding-bottom: 5px; */
  opacity: 30%;
}

modal_default button__default#btn_new_quickly_answer {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
}

modal_default options_modal {
  max-height: 100%;
  padding: 0px 5px 0px 0px;
  margin: 0px 5px 5px 0px;
  gap: 5px;
  overflow: hidden;
  overflow-y: auto;

  display: flex;
  flex-direction: column;
}

modal_default options_modal option_modal {
  width: 100%;
  min-height: 50px;
  padding: 5px 10px;
  cursor: pointer;
  overflow: hidden;

  display: grid;
  align-items: center;
  grid-template-columns: 1fr 40px;

  transition: all .2s ease;
}

modal_default options_modal option_modal.__active {
  background: #00000015;
}

modal_default options_modal option_modal.__selected {
  background: #00000015;
}

modal_default options_modal option_modal:hover {
  background: #00000015;
}

modal_default options_modal option_modal:hover button__default.btn_delete_option_modal {
  display: flex !important;
}

modal_default options_modal option_modal content_option_modal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  overflow: hidden;
}


modal_default options_modal option_modal content_option_modal tag_option_modal {
  font-size: 15px;
  font-weight: 500;
  opacity: 90%;
}

modal_default options_modal option_modal content_option_modal tag_option_modal.tag_option_frecuent_answer {
  border-radius: 10px;
  background: #00000027;
  padding: 5px;
  display: flex;
  height: 20px;
  max-height: 20px;
  min-width: 20px;
  font-size: 13px;
  align-items: center;
  justify-content: center;
}

modal_default options_modal option_modal content_option_modal text_option_modal {
  width: 100%;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

modal_default options_modal option_modal content_option_modal tag_option_modal span .pattern_search_fast_answer {
  color: var(--color-primary);
}

modal_default options_modal option_modal content_option_modal text_option_modal .pattern_search_frecuent_answer {
  color: var(--color-primary);
}

/* MODAL - FOOTER */


/* ----------------- */

button__navbar_mobile {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  border-radius: 5px;
  padding: 5px 10px;

  position: relative;
}

button__navbar_mobile.__active::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 5px;
  background: var(--color-primary);
  color: white;
  border-radius: var(--border-radius);
  bottom: -1px;
}

button__navbar_mobile.__active {
  background: #ececec;
}

button__navbar_mobile button__navbar_mobile_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

button__navbar_mobile container_button__navbar_mobile {
  position: relative;
  margin-top: 10px;
}

button__navbar_mobile container_button__navbar_mobile icon_button__navbar_mobile {
  color: #534d64;
  font-size: 15px;
}

button__navbar_mobile label_button__navbar_mobile {
  width: 100%;
  display: flex;
  font-size: 12px;
  text-align: center;
}

button__navbar_mobile.__active label_button__navbar_mobile {
  font-weight: bold;
}

button__navbar_mobile container_button__navbar_mobile badge_button__navbar_mobile {
  position: absolute;
  top: -10px;
  right: -10px;

  min-width: 15px;
  height: 15px;
  padding: 0 3px;

  background: var(--color-primary);
  color: white !important;
  border-radius: 20px;
  font-size: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
}

/* END - BUTTONS */

/* START - INPUTS */
input_pre-icon__default {
  width: 100%;
  height: 30px;

  display: flex;
  justify-content: center;
  align-items: center;

  border: 1px solid #e5e5e5;
  border-radius: var(--border-radius);

  overflow: hidden;
}

input_pre-icon__default.__disabled {
  opacity: 50%;
  cursor: not-allowed;
}

input_pre-icon__default input_icon__default {
  font-size: 13px;
  margin: 10px;
  opacity: 50%;
}

input_pre-icon__default button__default {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
}

input_pre-icon__default input {
  font-size: 13px;
  width: 100% !important;
  border: none !important;
  outline: 0;
}

input_pre-icon__default.__disabled input {
  pointer-events: none;
}

input_pre-icon__default input::placeholder {
  font-size: 13px;
  opacity: 70%;
}

input_pre-icon__default input:focus {
  outline: none !important;
}

/* ----------------- */

input_transparent_default {
  width: 100%;
  min-height: 50px;

  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;
  padding: 10px 0;
}

input_transparent_default input {
  font-size: 13px !important;
  width: 100% !important;
  border: none !important;
  outline: 0 !important;
}

input_transparent_default textarea {
  font-size: 13px;
  width: 100% !important;
  border: none !important;
  outline: 0;
  resize: none;
}

input_transparent_default input::placeholder {
  opacity: 70%;
}

/* END - INPUTS */

/* START - AUDIO */

audio_default {
  width: calc(100% + 10px);
  height: 50px;
  margin-left: -5px;
  margin-bottom: 15px;
  background: #0000000f;
  border-radius: 5px;
  padding: 0 5px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

}

audio_default .audio_default_buttons_start,
audio_default .audio_default_buttons_end {
  display: flex;
  justify-content: center;
  align-items: center;
}

audio_default .audio_default_buttons_start button_audio {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  border-radius: 50%;
  font-size: 20px;

  display: flex;
  justify-content: center;
  align-items: center;

  cursor: pointer;
}

audio_default .audio_default_buttons_start button_audio span {
  opacity: .7;
}

audio_default .audio_default_buttons_end .btn_audio_download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #00000078;
  opacity: .5;
  cursor: pointer;
  margin: 0 10px;
  font-size: 15px;
}

audio_default .audio_default_buttons_end .btn_audio_download i {
  color: #00000078;
}

audio_default .audio_default_progress {
  position: relative;
}

audio_default .audio_default_progress .progress_audio {
  color: var(--color-primary);
  border-radius: 3px;
  height: 3px;
}


audio_default .audio_default_progress .progress_audio {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  background: var(--color-primary);
  border-radius: 3px;
  outline: none;
}

/* Estilos para la pista del range */
audio_default .audio_default_progress .progress_audio::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: var(--color-primary);
  border-radius: 3px;
}

/* Estilos para el control deslizante (thumb) */
audio_default .audio_default_progress .progress_audio::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  background: var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
  margin-top: -3.5px;
}

/* Estilos para Firefox */
audio_default .audio_default_progress .progress_audio::-moz-range-track {
  width: 100%;
  height: 3px;
  background: var(--color-primary);
  border-radius: 3px;
}

audio_default .audio_default_progress .progress_audio::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background: var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
}

/* Estilos para IE */
audio_default .audio_default_progress .progress_audio::-ms-track {
  width: 100%;
  height: 3px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

audio_default .audio_default_progress .progress_audio::-ms-fill-lower {
  background: var(--color-primary);
  border-radius: 3px;
}

audio_default .audio_default_progress .progress_audio::-ms-fill-upper {
  background: var(--color-primary);
  border-radius: 3px;
}

audio_default .audio_default_progress .progress_audio::-ms-thumb {
  width: 10px;
  height: 10px;
  background: var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
}

audio_default .audio_default_progress .time_audio {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 12px;
  margin-top: 3px;
  user-select: none;
}


audio_default .visualizer {
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
}

audio_default .visualizer .sound_line {
  height: 100%;
  width: 100%;
  background: var(--color-primary);
  display: block;
  position: relative;
  border-radius: 5px;
  animation: sound_animation 0.5s cubic-bezier(0.4, 0, 1, 1) infinite;
  transition: height 0.5s cubic-bezier(0.4, 0, 1, 1);
}

audio_default .visualizer .sound_line:nth-child(4) {
  animation-delay: 0s;
  height: 100%;
  opacity: 1;
}

audio_default .visualizer .sound_line:nth-child(3),
audio_default .visualizer .sound_line:nth-child(5) {
  animation-delay: 0.125s;
  height: 75%;
  opacity: 0.9;
}

audio_default .visualizer .sound_line:nth-child(2),
audio_default .visualizer .sound_line:nth-child(6) {
  animation-delay: 0.25s;
  height: 50%;
  opacity: 0.6;
}

audio_default .visualizer .sound_line:nth-child(1),
audio_default .visualizer .sound_line:nth-child(7) {
  animation-delay: 0.375s;
  height: 25%;
  opacity: 0.3;
}

@keyframes sound_animation {

  0%,
  100% {
    height: 100%;
    opacity: 1;
  }

  50% {
    height: 25%;
    opacity: 0.3;
  }
}


audio_default .control_speed {
  height: auto;
  max-height: 20px;
  width: auto;
  max-width: 50px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffffa6;
  border-radius: 20px;
  cursor: pointer;
}

audio_default .control_speed .speed {
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  user-select: none;
}

/* END - AUDIO */


/* START - ANIMATIONS */
@keyframes pop_copied {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* opaciti recording */
@keyframes recording {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* END - ANIMATIONS */

/* END - ELEMENTS */


/* END - STRUCTURE */

/* END - LEFT */
.container_general_chats {
  display: grid;
  grid-template-columns: minmax(350px, 30%) auto;
  height: calc(100vh - 51px);
  width: 100%;
  position: relative;
}

.container_general_chats .container_left_chats {
  background: var(--color-bg-primary);
  min-width: 350px;
  height: 100%;

  display: grid;
  grid-template-columns: 50px 1fr;
  overflow: hidden;
}

.container_general_chats .container_left_chats .container_left_chats_navbar {
  min-width: 50px;
  height: 100%;
  background: #f3f3f3;
  padding: 5px;

  border-right: 1px solid #e5e5e5;

  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.container_general_chats .container_left_chats .container_left_chats_content {
  min-width: 250px;
  height: 100%;
  background: var(--color-bg-primary);

  border-right: 1px solid #e5e5e5;

  display: grid;
  grid-template-rows: minmax(100px, min-content) auto;
  overflow: hidden;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_header {
  background: var(--color-bg-primary);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* border-bottom: 1px solid #e5e5e5; */
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_first_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_first_content.__active-filter #btn_filter_back {
  display: flex !important;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_first_content.__active-filter .container_left_chats_content_header_buttons {
  display: none !important;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_first_content .container_left_chats_content_header_title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_first_content .container_left_chats_content_header_title_content {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_first_content .container_left_chats_content_header_title .container_left_chats_content_header_title_content h1 {
  font-size: 20px;
  font-weight: 600;
  color: #534d64;
  margin: 0 5px;
  padding: 0;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_first_content .container_left_chats_content_header_title .container_left_chats_content_header_title_content .container_left_chats_content_header_title_content_badges badge_title {
  position: absolute;
  top: -3px;
  left: 98%;
  min-width: 15px;
  height: 15px;
  padding: 0 3px;
  background: #ececec;
  color: var(--color-text-primary) !important;
  border-radius: 20px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_first_content .container_left_chats_content_header_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_last_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin: 0 5px;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_last_content button__default {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_last_content button__default icon_button__default {
  font-size: 13px;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_checkboxs_filters_chats {
  display: flex;
  align-items: center;
  justify-content: center;

  flex-direction: column;
  gap: 10px;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_checkboxs_filters_chats .checkbox_filters_chats_group {
  width: 100%;
  padding: 0 10px;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_checkboxs_filters_chats .checkbox_filters_chats_group .__empty {
  font-size: 13px;
  opacity: 50%;

}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_checkboxs_filters_chats badge_checkbox_filter {
  width: fit-content;
  max-width: calc(50% - 5px);
  height: 25px;
  min-height: 25px;
  background: #f2f2f2;
  color: #534d6499;
  font-size: 13px;
  font-weight: 400;
  padding: 10px;
  border-radius: 20px;
  cursor: pointer;

  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

  transition: all .2s ease;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_checkboxs_filters_chats badge_checkbox_filter:not(.__active):hover {
  background: #e8e8e8;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_checkboxs_filters_chats badge_checkbox_filter.__active {
  background: rgba(var(--color-primary-rgb), 0.2);
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_checkboxs_filters_chats badge_checkbox_filter.__active span {
  color: var(--color-primary);
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_checkboxs_filters_chats badge_checkbox_filter span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body_container {
  background: var(--color-bg-primary);
  margin: 5px;
  height: calc(100% - 10px);
  overflow-y: auto;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body {
  height: fit-content;
  background: var(--color-bg-primary);
  padding: 5px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  overflow-y: auto;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat {
  width: 100%;
  height: 70px;
  /* padding: 10px; */
  border-radius: var(--border-radius);
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: space-between;
  /* gap: 10px; */

  cursor: pointer;
  transition: all .2s ease;
  position: relative;
}


.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat.__new-chat {
  background: var(--new-chat-bg);
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat.__new-chat badge_status {
  border-color: #d8e1ed !important;
}


.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat.__new-chat:hover {
  background: var(--new-chat-bg-hover);
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat.__new-chat:hover badge_status {
  border-color: #f2f2f2 !important;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat:hover {
  /* background: #f4f4f4; */
  background: #0000000c;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat:hover badge_status {
  /* background: #f4f4f4; */
  border-color: #f2f2f2 !important;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat.__active:hover {
  /* background: #e0e0e0; */
  background: #00000020;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat.__active:hover badge_status {
  /* background: #e0e0e0; */
  border-color: #f2f2f2 !important;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat:hover .container_left_chats_content_body_chat_info {
  border-bottom: 1px solid #00000000 !important;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat.__active {
  /* background: #eaeaea; */
  background: #00000015;
  border-left: 4px solid var(--color-primary);
  pointer-events: none;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat.__active badge_status {
  border-color: #e9e9e9 !important;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat.__active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 20px 15px 0;
  border-style: solid;
  border-color: #fefefe #fefefe transparent transparent;
  border-radius: 0px 0px 0px 5px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2), -2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2), -2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2), -2px 2px 2px rgba(0, 0, 0, 0.2);
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat.__active .container_left_chats_content_body_chat_avatar {
  margin-left: 6px;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat.chat-selected {
  /* background: #eaeaea; */
  background: #00000015;
  border-left: 4px solid var(--color-primary);
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat.chat-selected badge_status {
  background: #00000015;
}


.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat .container_left_chats_content_body_chat_avatar {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin: 10px;
  background: white;
  border-radius: 50%;
  /* overflow: hidden; */

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat .container_left_chats_content_body_chat_avatar badge_status {
  position: absolute;
  right: -0px;
  top: -0px;
  height: 15px;
  width: 15px;
  background: #000000;
  border-radius: 50%;
  border: 3px solid white;
  display: none;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat .container_left_chats_content_body_chat_avatar badge_status.__new-chat {
  display: flex;
  background: var(--color-badge-new-chat);
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat .container_left_chats_content_body_chat_avatar badge_status.__unresp-chat {
  display: flex;
  background: var(--color-badge-unresp-chat);
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat .container_left_chats_content_body_chat_avatar span {
  font-size: 25px;
  color: white;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat .container_left_chats_content_body_chat_avatar img {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat .container_left_chats_content_body_chat_info {
  width: 100%;
  height: 100%;
  padding: 10px;
  padding-left: 0;
  border-bottom: 1px solid #00000000;

  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;

  transition: all .2s ease;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat:not(.__new-chat):not(.__active):not(:last-child) .container_left_chats_content_body_chat_info {
  border-bottom: 1px solid #00000010;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat .container_left_chats_content_body_chat_info_firts {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat .container_left_chats_content_body_chat_info_firts .container_left_chats_content_body_chat_info_firts_name {
  font-size: 15px;
  font-weight: 400;
  opacity: 100%;
  color: #534d64;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat.__new-chat .container_left_chats_content_body_chat_info_firts .container_left_chats_content_body_chat_info_firts_name {
  font-weight: 500;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat.__unresp-chat .container_left_chats_content_body_chat_info_firts .container_left_chats_content_body_chat_info_firts_name {
  font-weight: 500;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat .container_left_chats_content_body_chat_info_firts .container_left_chats_content_body_chat_info_firts_date {
  font-size: 12px;
  opacity: 60%;
  white-space: nowrap;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat.__new-chat .container_left_chats_content_body_chat_info_firts .container_left_chats_content_body_chat_info_firts_date {
  font-weight: 500;
  opacity: 100%;
  color: var(--color-primary);
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat.__unresp-chat .container_left_chats_content_body_chat_info_firts .container_left_chats_content_body_chat_info_firts_date {
  opacity: 100%;
  font-weight: 500;
  color: var(--color-primary);
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat .container_left_chats_content_body_chat_info_last {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat .container_left_chats_content_body_chat_info_last .container_left_chats_content_body_chat_info_last_number {
  font-size: 13px;
  opacity: 80%;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat.__new-chat .container_left_chats_content_body_chat_info_last .container_left_chats_content_body_chat_info_last_number {
  font-weight: 500;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat.__unresp-chat .container_left_chats_content_body_chat_info_last .container_left_chats_content_body_chat_info_last_number {
  font-weight: 500;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat .container_left_chats_content_body_chat_info_last .container_left_chats_content_body_chat_info_last_tags {
  display: flex;
  align-items: center;
  gap: 5px;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat .container_left_chats_content_body_chat_info_last .container_left_chats_content_body_chat_info_last_tags span {
  font-size: 13px;
}

.__cv_Favorite_action {
  color: #FFA732 !important;
}

.__cv_Favorite_action_bg {
  background: #FFA732 !important;
}

.__cv_isFit_action {
  color: #C21292 !important;
}

.__cv_isFit_action_bg {
  background: #C21292 !important;
}

.__cv_NoCloseChat_action {
  color: #EF4040 !important;
}

.__cv_NoCloseChat_action_bg {
  background: #EF4040 !important;
}

.__message_his {
  color: var(--color-primary) !important;
}


.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat .container_left_chats_content_body_chat_info_last .container_left_chats_content_body_chat_info_last_tags .__channelOutput-tag {
  color: var(--color-text-primary);
}



.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat .container_left_chats_content_body_chat_info_last .container_left_chats_content_body_chat_info_last_tags .__new-chat-tag {
  background: var(--color-primary);
  padding: 1px 5px;
  margin-left: 5px;
  border-radius: 5px;
  color: white;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat .container_left_chats_content_body_chat_info_last .container_left_chats_content_body_chat_info_last_tags .__unresp-chat-tag {
  color: var(--color-primary);
  margin-left: 5px;
}

/* END - LEFT */


/* START - RIGTH */
.container_general_chats .container_rigth_chats {
  background: var(--color-bg-primary);
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  position: relative;
}


.container_general_chats .container_rigth_chats_content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_chat__container {
  background: var(--color-bg-primary);
  width: 100%;
  height: 100%;

  display: grid;
  /* grid-template-rows: minmax(60px, min-content) auto 50px; */
  grid-template-rows: minmax(60px, min-content) auto;
  overflow: hidden;
  transition: all .3s linear;
}

/* .container_general_chats .container_rigth_chats_content.__expanded .container_rigth_chats_chat__container{
  width: calc(100% - 35%);
} */

.container_general_chats .container_rigth_chats .container_rigth_chats_chat__container.__search_messages {
  grid-template-rows: minmax(10px, min-content) auto;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header {
  background: var(--color-bg-primary);
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first {
  width: 100%;
  height: 60px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_chat__container.__search_messages .container_rigth_chats_header_first {
  display: none;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_profile_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_profile_container button__default#btn_chats_back {
  margin-left: -5px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_profile {
  width: 100%;
  /* max-width: 50%; */
  border-radius: var(--border-radius);

  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;

  transition: all .2s ease;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_profile .container_rigth_chats_header_profile_avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  background: white;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_profile img {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_profile .container_rigth_chats_header_profile_avatar span {
  font-size: 20px;
  color: white;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_profile .container_rigth_chats_header_profile_info {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  /* gap: 3px; */
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_profile .container_rigth_chats_header_profile_info_firts {
/*   width: 100%;
  display: flex;
  align-items: center;
  gap: 10px; */

  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_profile .container_rigth_chats_header_profile_info_firts .container_rigth_chats_header_profile_info_firts_name {
  font-size: 15px;
  font-weight: 400;
  opacity: 100%;
  color: #534d64;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_profile .container_rigth_chats_header_profile_info_firts .container_rigth_chats_header_profile_info_firts_date {
  font-size: 12px;
  opacity: 60%;
  white-space: nowrap;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_profile .container_rigth_chats_header_profile_info_last {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_profile .container_rigth_chats_header_profile_info_last .container_rigth_chats_header_profile_info_last_number {
  font-size: 13px;
  opacity: 60%;
  padding: 1px 10px;
  border: 1px solid #00000050;
  border-radius: 20px;
  cursor: default;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_profile .container_rigth_chats_header_profile_info_last .container_rigth_chats_header_profile_info_last_number.__copy {
  cursor: pointer;
  transition: all .2s ease;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_profile .container_rigth_chats_header_profile_info_last .container_rigth_chats_header_profile_info_last_number.__copy.__copied {
  pointer-events: none;
  cursor: default;
  border: 1px solid var(--color-primary);
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_profile .container_rigth_chats_header_profile_info_last .container_rigth_chats_header_profile_info_last_number.__copy.__copied .container_rigth_chats_header_profile_info_last_number_text {
  animation: pop_copied 0.5s ease;
  color: var(--color-primary);
  transition: all .2s ease;
  pointer-events: none;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_profile .container_rigth_chats_header_profile_info_last .container_rigth_chats_header_profile_info_last_number.__copy.__copied .container_rigth_chats_header_profile_info_last_number_icon {
  animation: pop_copied 0.5s ease;
  color: var(--color-primary);
  transition: all .2s ease;
  pointer-events: none;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_profile .container_rigth_chats_header_profile_info_last .container_rigth_chats_header_profile_info_last_tags {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_profile .container_rigth_chats_header_profile_info_last .container_rigth_chats_header_profile_info_last_tags .__favorite-tag {
  color: #FAB005;
}


.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_profile .container_rigth_chats_header_profile_info_last .container_rigth_chats_header_profile_info_last_tags .__new-chat-tag {
  background: var(--color-primary);
  padding: 1px 5px;
  border-radius: 5px;
  color: white;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_profile .container_rigth_chats_header_profile_info_last .container_rigth_chats_header_profile_info_last_tags .__unresp-chat-tag {
  color: var(--color-primary);
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_buttons .__favorite-tag {
  color: #FAB005;
}


.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_last {
  width: 100%;
  height: 40px;
  padding: 10px;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;

  border-top: 1px solid #e5e5e560;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_chat__container.__search_messages .container_rigth_chats_header_last {
  display: none;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_last .container_rigth_chats_header_last_info_label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_last .container_rigth_chats_header_last_info_label .container_rigth_chats_header_last_info_label_icon {
  background: #f2f2f2;
  font-size: 13px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_last .container_rigth_chats_header_last_info_label .container_rigth_chats_header_last_info_label_text {
  font-size: 13px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_last .container_rigth_chats_header_last_info_label .container_rigth_chats_header_last_info_label_icon span {
  color: var(--color-primary);
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_last .container_rigth_chats_header_last_info_label_double {
  display: flex;
  align-items: center;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_last .container_rigth_chats_header_last_info_label .container_rigth_chats_header_last_info_label_double .container_rigth_chats_header_last_info_label_icon span {
  color: white;
  font-size: 16px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_last .container_rigth_chats_header_last_info_label .container_rigth_chats_header_last_info_label_double .container_rigth_chats_header_last_info_label_icon img {
  width: 100%;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_last .container_rigth_chats_header_last_info_label .container_rigth_chats_header_last_info_label_double .container_rigth_chats_header_last_info_label_icon:nth-child(1) {
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_last .container_rigth_chats_header_last_info_label .container_rigth_chats_header_last_info_label_double .container_rigth_chats_header_last_info_label_icon:nth-child(2) {
  margin-left: -10px;
}

/* SEARCH MESSAGES MOBILE */
.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_search_messages_chat_float_mobile {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_search_messages_chat_float_mobile .container_search_messages_chat_float_mobile_bottons {
  display: flex;
  align-items: center;
  gap: 5px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_header .container_search_messages_chat_float_mobile .container_search_messages_chat_float_mobile_bottons button__default {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
}

/* SEARCH MESSAGES MOBILE */

.container_general_chats .container_rigth_chats .container_rigth_chats_body-footer {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(50px, min-content);
  overflow: hidden;
  position: relative;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_body {
  background: #f6f6f6;
  /*border: 1px solid #e5e5e5;
   margin: 0 5px;
  border-radius: 5px; */

  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 0px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_body .container_rigth_chats_body_bg_pattern {
  width: 100%;
  height: 100%;
  background-image: url(../images/pattern_bg.png);
  background-repeat: repeat;
  position: absolute;
  opacity: .2;
  z-index: 1;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_body_placeholder_drop {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 100000;
  transition: all .1s ease;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_body_placeholder_drop.event__dragover {
  bottom: 0;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_body_placeholder_drop .container_rigth_chats_body_placeholder_drop_content {
  width: 100%;
  height: 100%;
  border: 4px solid #00000030;
  border-style: dashed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_body_placeholder_drop .container_rigth_chats_body_placeholder_drop_content .component_text {
  font-size: 25px;
  opacity: 40%;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_body_placeholder_drop .container_rigth_chats_body_placeholder_drop_content .component_icon {
  font-size: 40px;
  opacity: 20%;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_body_placeholder_drop .container_rigth_chats_body_placeholder_drop_content .container_rigth_chats_body_placeholder_drop_content_float_bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: 10%;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_body_placeholder_drop .container_rigth_chats_body_placeholder_drop_content .container_rigth_chats_body_placeholder_drop_content_float_bottom .component_text {
  font-size: 15px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_body .container_rigth_chats_body_messages {
  width: 100%;
  height: 100% !important;
  z-index: 2;
  margin: 0 5px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_body .container_rigth_chats_body_btn_float {
  position: absolute;
  margin: 10px 15px;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_body .container_rigth_chats_body_btn_float button__default {
  background: var(--color-primary);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.container_general_chats .container_rigth_chats .container_rigth_chats_body .container_rigth_chats_body_btn_float button__default {
  transition: visibility 0.3s ease-in-out;
  visibility: hidden;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_body .container_rigth_chats_body_btn_float button__default.__active_scroll {
  visibility: visible;
  animation: bounceIn 0.5s;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_body .container_rigth_chats_body_btn_float button__default:not(.__active_scroll) {
  animation: bounceOut 0.3s;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_body .container_rigth_chats_body_btn_float button__default icon_button__default {
  color: white;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_footer {
  background: var(--color-bg-primary);
  padding: 0 10px;
  border-top: 1px solid #e5e5e5;

  position: relative;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 2;
  /* gap: 10px; */
}

.container_general_chats .container_rigth_chats .container_rigth_chats_footer.__alert_wa {
  padding: 0 10px !important;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_footer .container_rigth_chats_footer_first {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  z-index: 10000;
  background: var(--color-bg-primary);
}



.container_general_chats .container_rigth_chats .container_rigth_chats_footer .container_rigth_chats_footer_first .container_rigth_chats_footer_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 50px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_footer .container_rigth_chats_footer_last {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 50px;
  position: relative;
  z-index: 10000;
  background: var(--color-bg-primary);
}

.container_general_chats .container_rigth_chats .container_rigth_chats_footer .container_rigth_chats_footer_last .container_rigth_chats_footer_buttons_record .container_rigth_chats_footer_buttons_record_recording {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_footer .container_rigth_chats_footer_last .container_rigth_chats_footer_buttons_record .container_rigth_chats_footer_buttons_record_recording .container_rigth_chats_footer_buttons_record_recording_badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_footer .container_rigth_chats_footer_last .container_rigth_chats_footer_buttons_record .container_rigth_chats_footer_buttons_record_recording .container_rigth_chats_footer_buttons_record_recording_badge span:first-child {
  color: #bc2c1f;
  animation: recording 1.5s infinite;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_footer .container_rigth_chats_footer_last .container_rigth_chats_footer_buttons_record .container_rigth_chats_footer_buttons_record_recording .container_rigth_chats_footer_buttons_record_recording_badge span:last-child {
  font-size: 15px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_footer .container_rigth_chats_footer_last button__default#btn_send_message_chat.__recording {
  background: var(--color-primary);
}

.container_general_chats .container_rigth_chats .container_rigth_chats_footer .container_rigth_chats_footer_last button__default#btn_send_message_chat.__recording icon_button__default {
  color: white;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_footer.__alert {
  padding: 0;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_footer .container_rigth_chats_footer_alert {
  width: 100%;
  height: 100%;

  background: #f8d7da;
  padding: 10px;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_footer .container_rigth_chats_footer_alert.__alert_wa {
  height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 2;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_footer .container_rigth_chats_footer_alert.__alert_his {
  background: rgb(var(--color-primary-rgb), .3);
}

.container_general_chats .container_rigth_chats .container_rigth_chats_footer .container_rigth_chats_footer_alert.__alert_his .container_rigth_chats_footer_alert_icon {
  color: var(--color-primary);
}

.container_general_chats .container_rigth_chats .container_rigth_chats_footer .container_rigth_chats_footer_alert.__alert_his .container_rigth_chats_footer_alert_text {
  color: var(--color-primary);
}

.container_general_chats .container_rigth_chats .container_rigth_chats_footer .container_rigth_chats_footer_alert .container_rigth_chats_footer_alert_icon {
  color: #dc3545;
  font-size: 15px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_footer .container_rigth_chats_footer_alert .container_rigth_chats_footer_alert_text {
  color: #721c24;
  font-size: 13px;
  line-height: 13px;
}

.container_general_chats .container_rigth_chats .container_rigth_chats_footer .container_rigth_chats_footer_new_session {
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
}

/* END - RIGTH */

/* START - FLOAT FORM UPDATE CLIENT */

/* END - FLOAT FORM UPDATE CLIENT */
.container_general_chats .container_float_actions_form {
  width: 60%;
  height: 100%;
  background: var(--color-bg-primary);
  /* position: absolute;
  top: 0; */
  margin-right: -60%;
  z-index: 100000;
  transition: all .3s linear;
  display: grid;
  grid-template-rows: 60px auto;
  border-left: 1px solid #e5e5e5;
  /* box-shadow: rgba(0, 0, 0, 0.03) 0px 1px 2px, rgba(0, 0, 0, 0.03) 0px 2px 4px, rgba(0, 0, 0, 0.03) 0px 4px 8px, rgba(0, 0, 0, 0.03) 0px 8px 16px, rgba(0, 0, 0, 0.03) 0px 16px 32px, rgba(0, 0, 0, 0.03) 0px 32px 64px; */
}

.container_general_chats .container_float_actions_form .container_float_actions_form_header {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.container_general_chats .container_float_actions_form .container_float_actions_form_header h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 5px;
  padding: 0;
  color: var(--color-text-primary);
}

.container_general_chats .container_float_actions_form .container_float_actions_form_content {
  /* border-top: 1px solid #e5e5e5; */
  /* border-bottom: 1px solid #e5e5e5; */
  overflow: hidden;
}

.container_general_chats .container_float_actions_form .container_float_actions_form_content_custom {
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.container_general_chats .container_float_actions_form .container_float_actions_form_content_update_client {
  height: 100%;
  display: grid !important;
  grid-template-rows: auto 50px;
}

.container_general_chats .container_float_actions_form .container_float_actions_form_content_update_client #updateClient {
  overflow-y: auto;
  margin: 0 5px;
}

.container_general_chats .container_float_actions_form .container_float_actions_form_content_update_client .container_float_actions_form_fotter {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e5e5e560;
  z-index: 2;
}

.container_general_chats .container_float_actions_form .container_float_actions_form_content_update_client .container_float_actions_form_fotter button {
  color: white;
  background: var(--color-primary);
}



.container_general_chats .container_rigth_chats_content .container_float_actions_form.__expanded {
  margin-right: 0;
}

/* FLOAT LEFT */

/* SEARCH MESSAGES LEFT */
.container_search_messages_chat {
  padding: 5px;
  padding-top: 0px;
  overflow: hidden;
  height: 100%;
}

.container_search_messages_chat .container_search_messages_chat_header {
  margin-bottom: 10px;
  padding: 0 10px;
}

.container_search_messages_chat .container_search_messages_chat_content_sections {
  position: relative;
  height: calc(100% - 40px);
}


.container_search_messages_chat .container_search_messages_chat_content_sections .container_search_messages_chat_content_start,
.container_search_messages_chat .container_search_messages_chat_content_sections .container_search_messages_chat_content_no_content {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}

.container_search_messages_chat .container_search_messages_chat_content_sections .container_search_messages_chat_content_start .container_search_messages_chat_content_start_text,
.container_search_messages_chat .container_search_messages_chat_content_sections .container_search_messages_chat_content_no_content .container_search_messages_chat_content_no_content_text {
  font-size: 13px;
  opacity: 50%;
}

.container_search_messages_chat .container_search_messages_chat_content {
  padding: 5px;
  height: 100%;
  overflow-y: auto;
}

.container_search_messages_chat .container_search_messages_chat_content .container_search_messages_chat_message {
  width: 100%;
  height: 70px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #00000010;
  border-radius: 5px;
  transition: all .2s ease;
  cursor: pointer;
}

.container_search_messages_chat .container_search_messages_chat_content .container_search_messages_chat_message:hover {
  background: #0000000c;
}

.container_search_messages_chat .container_search_messages_chat_content .container_search_messages_chat_message .container_search_messages_chat_message_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 3px;
}

.container_search_messages_chat .container_search_messages_chat_content .container_search_messages_chat_message .container_search_messages_chat_message_last {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}

.container_search_messages_chat .container_search_messages_chat_content .container_search_messages_chat_message .container_search_messages_chat_message_last .message_icon_status {
  font-size: 11px;
}

.container_search_messages_chat .container_search_messages_chat_content .container_search_messages_chat_message .container_search_messages_chat_message_last .message_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container_search_messages_chat .container_search_messages_chat_content .container_search_messages_chat_message .container_search_messages_chat_message_last .message_text strong {
  color: var(--color-primary);
}

.container_search_messages_chat .container_search_messages_chat_content .container_search_messages_chat_message .container_search_messages_chat_message_first {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container_search_messages_chat .container_search_messages_chat_content .container_search_messages_chat_message .container_search_messages_chat_message_first span {
  font-size: 13px;
  opacity: 50%;
}

#sidebar_list_chats_history .container_search_messages_chat {
  width: 100%;
}

/* SEARCH MESSAGES LEFT */

.chat-conversation-section .direct-chat-msg {
  margin: 0;
  border-radius: 5px;
  transition: background-color 1s ease;
}

/* .chat-conversation-section .direct-chat-msg.highlight {
  background-color: #00000020;
} */

.chat-conversation-section .direct-chat-msg .direct-chat-text {
  filter: brightness(1);
  transition: all 1s ease;
}

.chat-conversation-section .direct-chat-msg.highlight .direct-chat-text {
  filter: brightness(0.8);
}

.chat-conversation-section .direct-chat-msg .bot-chat-text {
  filter: brightness(1);
  transition: all 1s ease;
}

.chat-conversation-section .direct-chat-msg.highlight .bot-chat-text {
  filter: brightness(0.8);
}

.chat-conversation-section .direct-chat-msg.highlight .direct-chat-text p .pattern_search {
  /* background: white;
  filter: invert(1); */
  /* background: #00fffa;
  border-radius: 3px; */
}

.chat-conversation-section .direct-chat-msg .direct-chat-text p .pattern_search {
  /* background: white;
  filter: invert(1); */
  background: #00fffa;
  border-radius: 3px;
}

.container_rigth_chats .container_rigth_welcome_body {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.container_rigth_chats .container_rigth_welcome_body .container_rigth_welcome_body_container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.container_rigth_chats .container_rigth_welcome_body .container_rigth_welcome_body_container #img_logo_dark {
  opacity: 10%;
  height: 100px;
  width: 100px;
}

.container_rigth_chats .container_rigth_welcome_body .container_rigth_welcome_body_container h1 {
  font-size: 20px;
  font-weight: 500;
  color: black;
  opacity: 80%;
}

.container_rigth_chats .container_rigth_welcome_body .container_rigth_welcome_body_container p {
  width: 50%;
  text-align: center;
  opacity: 60%;
}

.container_rigth_chats .container_rigth_welcome_body .container_rigth_welcome_body_container span {
  position: absolute;
  bottom: 50px;
  opacity: 60%;
}


.container_general_chats.__inbox {
  height: 100%;
  display: grid;
  grid-template-columns: auto;
}

.container_general_chats.__inbox .container_rigth_chats {
  display: none;
}


.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body#sidebar_list_chats_history .box-body {
  width: 100%;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body #reportListTable th {
  background: var(--color-primary);
  color: white;
}

.container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body #reportListTable th i {
  color: white;
}

[data-dropdown-id="dropdown_actions"] option_dropdown#chat-search-messages-mobile {
  display: none;
}


/*----- START - AUDITS UPDATE-----*/
.direct-chat-msg.direct-chat-alert {
  margin-top: 10px !important;
}

.direct-chat-msg.direct-chat-alert.__audit_reopen_chat {
  margin-top: 30px !important;
}

.direct-chat-alert .bot-chat-text {
  width: auto !important;
  min-width: auto !important;
  padding: 10px 20px !important;
  opacity: 1 !important;
  background: #ebebec !important;
}

.direct-chat-msg.direct-chat-alert.__audit_reopen {
  margin-top: 5px !important;
}

.direct-chat-alert.__audit_reopen .bot-chat-text {
  padding: 5px 20px !important;
}

.direct-chat-alert.__audit_reopen .direct-chat-info.clearfix {
  display: none !important;
}


.bot-chat-text .audit_content {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
}

.bot-chat-text .audit_content .audit_content_icon {
  opacity: .8 !important;
}

.bot-chat-text .audit_content p {
  font-size: 12px !important;
  opacity: .8 !important;
  margin: 0 !important;
  text-align: center !important;
}

/*----- START - AUDITS UPDATE-----*/


/* END - STRUCTURE */



/* START - MOBILE RESPONSIVE*/
@media only screen and (max-width: 767px) {

  html,
  body,
  .content-wrapper {
    height: 100% !important;
  }

  .container_general_chats.__mobile {
    height: 100%;
    display: grid;
    grid-template-columns: auto;
  }

  .container_general_chats.__mobile .container_rigth_chats {
    display: none;
  }

  .container_general_chats.__mobile .container_left_chats {
    display: grid;
    grid-template-rows: auto 80px;
    grid-template-columns: auto;
  }

  .container_general_chats.__mobile .container_left_chats .container_left_chats_container {
    display: grid;
    grid-template-columns: auto;
  }

  .container_general_chats.__mobile .container_left_chats .container_left_chats_navbar_mobile {
    position: relative;
    background: var(--color-bg-primary);
    border-top: 1px solid #e5e5e5;
    padding: 5px;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
  }

  .container_general_chats.__mobile .container_left_chats .container_left_chats_navbar_mobile .container_left_chats_navbar_mobile_btn_add {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -70px;
    right: 20px;

    background: var(--color-primary);
    width: 50px;
    height: 50px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .container_general_chats.__mobile .container_left_chats .container_left_chats_navbar_mobile a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container_general_chats.__mobile .container_left_chats .container_left_chats_navbar_mobile .container_left_chats_navbar_mobile_btn_add span {
    color: white;
    font-size: 20px;
  }

  .container_general_chats.__mobile .container_left_chats .container_left_chats_navbar {
    display: none;
  }

  .container_general_chats.__mobile .container_left_chats .container_left_chats_content .container_left_chats_content_body_container {
    margin: 0;
  }

  .container_general_chats.__mobile .container_left_chats .container_left_chats_content .container_left_chats_content_body#sidebar_list_chats_history {
    display: flex;
    align-items: center;
  }

  .container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_body#sidebar_list_chats_history .box-body {
    width: 90%;
  }


  .container_general_chats .container_left_chats .container_left_chats_content .container_left_chats_content_header {
    border-bottom: 1px solid #e5e5e560;
  }


  .container_general_chats.__mobile .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_first_content .container_left_chats_content_header_title .container_left_chats_content_header_title_content h1 {
    font-size: 25px;
  }

  .container_general_chats.__mobile .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_first_content .container_left_chats_content_header_buttons button__default#btn_new_chat {
    display: none;
  }

  .container_general_chats.__mobile .container_left_chats .container_left_chats_content .container_left_chats_content_header .container_left_chats_content_header_first_content .container_left_chats_content_header_buttons dropdown__default {
    top: calc(100% + 5px);
    right: 0;
    left: auto;
  }

  .container_general_chats.__mobile .container_left_chats .container_left_chats_content .container_left_chats_content_body {
    padding: 10px 0;
    gap: 0;
  }

  .container_general_chats.__mobile .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat {
    border-radius: 0;
    /* background: none; */
    border-left: none;
  }

  .container_general_chats.__mobile .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat .container_left_chats_content_body_chat_info {
    border-bottom: none !important;
  }

  .container_general_chats.__mobile .container_left_chats .container_left_chats_content .container_left_chats_content_body .container_left_chats_content_body_chat {
    border-bottom: 1px solid #00000010;
  }

  .container_general_chats.__mobile .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_last {
    width: 100%;
    justify-content: space-evenly;
  }

  /* .container_general_chats.__mobile .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_buttons button__default#btn_favorite_chat, */
  .container_general_chats.__mobile .container_rigth_chats .container_rigth_chats_header .container_rigth_chats_header_first .container_rigth_chats_header_buttons button__default#btn_search_chat {
    display: none;
  }

  [data-dropdown-id="dropdown_actions"] option_dropdown#chat-search-messages-mobile {
    display: grid;
  }

}

/* END - MOBILE */







/*----- START - Loader-IMG Contactvox -----*/

.loader-img-contactvox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-color: #eef1f4;
  background-color: var(--background-color-loader) !important;
  display: none;
  opacity: 0;
  border-radius: 4px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  overflow: hidden;
}

.loader-img-contactvox .logo-container-contactvox {
  height: 150px;
  width: 150px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: logoOpacityPop 1s cubic-bezier(0.22, 0.61, 0.36, 1.04) forwards;
}

.loader-img-contactvox .logo-container-contactvox .logo-img-contactvox {
  background-image: url(skin/4.0/build/images/contactvox_update_black.png) !important;
  background-size: cover;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  opacity: 1;
  animation: popForwards 1s ease-in-out forwards, pop-animation 1s 1s linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%) infinite;
}

.loader-img-contactvox .logo-container-contactvox .circle-loader-contactvox {
  position: absolute;
  background-color: #789dde;
  background-color: var(--background-color-circle-loader);
  border-radius: 50%;
  animation: waterRipple 1s .5s ease-out infinite;
  z-index: -1;
}

@keyframes popForwards {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  90% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes logoOpacityPop {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes pop-animation {
  0% {
    transform: scale(1);
  }

  90% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes waterRipple {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
  }

  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}

/*----- END - Loader-IMG Contactvox -----*/



/*----- START - ALERT TOAST -----*/
.alert_toast_custom {
  background: #454155d4 !important;
  margin: 10px !important;
  padding: 10px !important;
  border-radius: 5px !important;
}

.alert_toast_custom .swal2-title {
  font-family: Ubuntu, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: white !important;
}

/*----- END - ALERT TOAST -----*/

/* INPUT BTN DEFAULT */
#reportHisAdmin .checkbox_filters_chats_group,
#visitorsListTable1 .__elemets_search_message {
  padding: 0 5px;
  margin-top: -5px;
}

input_btn_default {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  /* border: 1px solid #ccc; */
  display: flex;
  align-items: center;
  gap: 5px;
  max-height: 30px;
  box-shadow: rgb(44 46 51 / 15%) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

input_btn_default tag_input_btn_default {
  font-size: 16px;
  height: 100%;
  width: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s ease;
}

input_btn_default tag_input_btn_default i {
  color: var(--color-primary) !important;
  transition: all .2s ease;
}

input_btn_default tag_input_btn_default:hover i {
  transform: scale(1.1);
}

input_btn_default input {
  min-width: min-content;
  border: none !important;
  width: 100%;
  display: flex;
  outline: none;
  padding: 10px;
  font-size: 13px;
}

input_btn_default input[readonly] {
  opacity: .5;
  cursor: no-drop;
  user-select: none;
}

input_btn_default input::placeholder {
  opacity: .5;
}

/* 
input_btn_default.tempus_dominus_date[data_type="date_range"] input {
  max-width: 185px !important;
} */

input_btn_default.tempus_dominus_date[data_type="date_single"] input {
  max-width: 100px !important;
}

input_btn_default.tempus_dominus_date {
  height: 30px;
  max-height: 30px;
  min-height: 30px;
}

/* INPUT BTN DEFAULT */
/*ALERT tempus_dominus_date*/
.tempus-dominus-widget .tempusDominus__alert {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #f8d7da;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.tempus-dominus-widget .tempusDominus__alert .tempusDominus__alert_icon {
  color: #dc3545;
  font-size: 20px;
}

.tempus-dominus-widget .tempusDominus__alert .tempusDominus__alert_text {
  color: #721c24;
  font-size: 13px;
  line-height: 13px;
  text-align: left;
}

/*ALERT tempus_dominus_date*/


/*ALERT tempus_dominus_date*/
.search_mesage_his__info {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: rgb(var(--color-primary-rgb), .3);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 5px;
}

.search_mesage_his__info .search_mesage_his__info_icon {
  color: var(--color-primary);
  font-size: 20px;
}

.search_mesage_his__info .search_mesage_his__info_text {
  color: var(--color-primary);
  font-size: 13px;
  line-height: 13px;
  text-align: left;
}

.__elemets_search_message {
  flex-direction: column;
}


/*ALERT tempus_dominus_date*/


body.swal2-height-auto{
  height: 100% !important;
  min-height: 100% !important;
}


/* END - STYLES OMNICANALIDAD CHATS */