body{
  overflow-x: hidden !important;
}


.loader-container {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.7;
  z-index: 999;
}
.loader-container .status {
  position: "absolute";
  left: "50%";
  top: "50%";
  transform: "translate(-50%; -50%)";
}
.loader-container .status .sr-only {
  display: none !important;
}

.no-padding{
  padding:0;
}
.modal-title-custom .modal-title {
  font-size: 16px !important;
}
.modal-title-custom .close {
  box-sizing: content-box;
  width: 0.6em;
  height: 0.6em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("../images/close.svg") center/0.6em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.modal-title-custom .close span {
  display: none !important;
}

.alert-dismiss-custom .close {
  box-sizing: content-box;
  width: 0.6em;
  height: 0.6em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("../images/close.svg") center/0.6em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.alert-dismiss-custom .close span {
  display: none !important;
}

.user-chat-topbar .topbar-bookmark .close {
  padding: 12px 20px;
}

.cursor-pointer {
  cursor: pointer;
}

.queue-list{
  position: relative;
  padding-top:3px;
  padding-bottom: 3px;
  background: #fff;
}

.queue-title{
  position: relative;
  background: #f0f2f5;
  padding-top: 2px;
  padding-bottom: 2px;
}

/*.queue-list:nth-child(odd) {
    background: #ddd;
}

.queue-list:nth-child(even) {
    background: #f1f1f1; 
}*/

.content-page{
  /*padding: 20px;*/
  background: #fff;
  overflow-y: auto !important;
}

#box-data-result{
  padding:5px;
}

#page-content .title-page{
    padding: 6px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(var(--bs-primary-rgb), 1);
}

#box-wrapper{
    padding: 10px;
    height: 100%;
    overflow: hidden;
    background-color: #f0f2f5;
}

#page-content .title-page h3{
  color:#fff;
  margin:0;
  font-size: 20px;
}
#page-content .content-page form.frm-chat{
  padding:20px 40px;
  background:#fff;
  /*background: linear-gradient(to right, rgb(78 172 109 / 66%), rgb(78 172 109), rgb(78 172 109 / 66%));
  color: #fff;*/
}

#page-content .content-page form.frm-chat input.form-control,
#page-content .content-page form.frm-chat select.form-control {
  background-color: #fafafa !important;
}

#page-content .content-page form.frm-chat > .row:nth-child(n+2) {
  padding-top: 20px;
}


#page-content .content-header{
  padding:20px 30px 5px 30px;
}

#page-content .content-header .content-header-title{
  font-size: 20px;
  color:#495057;
}

#page-content .btn-page:focus{
  color : #fff !important;
}

#page-content{
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  height:100%;
  background: #fff;
  background-color: #fff;
}

span.read-mark{
  color:#8696a0;
}

span.read-mark.checked{
  /*color: #53bdeb;*/
  color: #4eac6d;
}

.btn-chat{
    padding: 4px 10px !important;
}

.table-totals thead  th{
    background: #f2f2f2e6;
    border: 1px solid #fff;
 }

.alert-chat{
  /*background: #f0f2f5;
  */
  color: #6c747c;
  border: none;
  padding: 5px 23px;
  text-align: left;
  font-size: 12px;
  width:96%;
  margin: 0 auto;

}

.chat-user-list > li.chat-active{
  background: #f0f2f5;
  border-left: 1px solid #ebebed;
  border-right: 1px solid #ebebed;
}


/*# sourceMappingURL=custom.css.map */

.card.shadow {
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    margin-bottom: 1rem;
}

.card.shadow {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.chat-leftsidebar{
  border-right: 1px solid #f0f2f5;
}

table.no-border > tbody > tr > td{
  border:none !important;
}

.dashboard-row{
  padding: 10px 30px;
}

@media (min-width: 1600px) {
  .dashboard-row{
    padding: 20px 100px;
  }
}


.element-wrapper {
  position: relative;
  display: inline-block;
}

.element-loader {
  transform: translate(-50%, -50%);
  border: 4px solid #cce2d3;
  border-top: 4px solid #4eac6d;
  border-right: 4px solid #4eac6d;
  border-bottom: 4px solid #4eac6d;
  border-radius: 50%;
  animation: spin 3s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.chat-conversation .conversation-list .conversation-time {
  font-size: .7rem;
  position: absolute;
  bottom: 0.3rem;
  right: 1.5rem;
}

.chat-conversation .conversation-list .conversation-time > small {
  padding-right: 2px;
}
   

.chat-conversation .conversation-list .conversation-time > small > i {
  padding-left: 2px;
}

/* Chat alinhado à direita: texto da mensagem deve ficar à esquerda */
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content .ctext-content{
  text-align: left !important;
}
   
.chat-conversation .conversation-list .dropdown .dropdown-toggle {
  font-size: 18px;
  padding: 4px;
  color: #797c8c;
}

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

.text-overflow{
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px; 
}

.chat-protocol{
  text-align:right;
  padding-top: 10px;

}

.chat-protocolo .icon-copy{
   padding-right:10px;
}

svg.icon-copy {
  fill: #797c8c;
}

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


.element-wrapper.upload-error{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%; 
  font-size: 50px;
  color: #ff6767;
}

.element-wrapper.upload-error > i{
  position: absolute;
  opacity: 0.7
}

.swal2-actions > button{
  margin-right:5px !important;
}

.btn-chat-primary{
  background-color: rgb(78 172 109) !important;
}


div.v-center{
  display: flex;
  align-items: center;
}

.switch-toggle.working input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; }
.switch-toggle.working label {cursor: pointer; text-indent: -9999px; width: 120px; max-width: 120px; height: 28px; background: #d1d1d1; display: block; border-radius: 100px; position: relative; }
.switch-toggle.working label:after {content: ''; position: absolute; top: 3px; left: 2px; width: 22px; height: 22px; background: #fff; border-radius: 90px; transition: 0.3s; }
.switch-toggle.working input:checked + label, .switch-toggle input:checked + input + label  {background: #4eac6d; }
.switch-toggle.working input + label:before, .switch-toggle input + input + label:before {content: 'Não Atende'; position: absolute; top: 3px; left: 28px; width: 120px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switch-toggle.working input:checked + label:before, .switch-toggle input:checked + input + label:before {content: 'Atende'; position: absolute; top: 3px; left: 10px; width: 120px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switch-toggle.working input:checked + label:after, .switch-toggle input:checked + input + label:after {left: calc(100% - 2px); transform: translateX(-100%); }
.switch-toggle.working label:active:after {width: 60px; } 
.toggle-switch-area { margin: 10px 0 10px 0; }
.switch-toggle{font-weight:bold; padding-top:10px;}









.switch-toggle.default input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; }
.switch-toggle.default label {cursor: pointer; text-indent: -9999px; width: 80px; max-width: 80px; height: 28px; background: #d1d1d1; display: block; border-radius: 100px; position: relative; }
.switch-toggle.default label:after {content: ''; position: absolute; top: 3px; left: 2px; width: 22px; height: 22px; background: #fff; border-radius: 90px; transition: 0.3s; }
.switch-toggle.default input:checked + label, .switch-toggle input:checked + input + label  {background: #4eac6d; }
.switch-toggle.default input + label:before, .switch-toggle input + input + label:before {content: 'Não'; position: absolute; top: 3px; left: 28px; width: 120px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switch-toggle.default input:checked + label:before, .switch-toggle input:checked + input + label:before {content: 'Sim'; position: absolute; top: 3px; left: 10px; width: 120px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switch-toggle.default input:checked + label:after, .switch-toggle input:checked + input + label:after {left: calc(100% - 2px); transform: translateX(-100%); }
.switch-toggle.default label:active:after {width: 60px; } 
.toggle-switch-area { margin: 10px 0 10px 0; }
.switch-toggle{font-weight:bold; padding-top:10px;}


#working-hours-config .form-control:disabled {
  background-color: #f2f2f2 !important;
}

.table-status-true{
  line-height: 45px;
}

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

/*.dataTables_wrapper .dataTables_paginate {
    float: left !important;
}

.dataTables_paginate{
  font-size: 12px;
  padding-top:10px !im;
}*/

.pagination-ajax > .page-item > a{
  font-size: 12px;
}

.table-chat thead  th{
    background: rgb(236 236 236);
    color: #333;
}

.table-chat{
  padding-top:10px;
}

.max-width-250{
  max-width: 250px !important;
}

.mt-100{
  margin-top: 100px !important;
}

.ulp-input-error-message, [id^=ulp-container-] .ulp-field.ulp-error .ulp-error-info {
    margin-top: 4px;
    margin-bottom: 12px;
    margin-bottom: var(--spacing-1-5);
    display: flex;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    color: #d00e17;
    color: var(--error-color);
}

.ulp-input-error-icon, [id^=ulp-container-] .ulp-field.ulp-error .ulp-error-info:before {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 8px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 14.667A6.667 6.667 0 1 0 8 1.333a6.667 6.667 0 0 0 0 13.334z' fill='%23ffffff' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 4.583a.75.75 0 0 1 .75.75V8a.75.75 0 0 1-1.5 0V5.333a.75.75 0 0 1 .75-.75z' fill='%23000000'/%3E%3Cpath d='M8.667 10.667a.667.667 0 1 1-1.334 0 .667.667 0 0 1 1.334 0z' fill='%23000000'/%3E%3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 16px;
}

body[data-layout-mode=dark] .form-control {
    background-color: #fff !important;
}

input.auth-error{
  border-color:#d00e17 !important;
}

div.lgpd-consent{
      font-size: 12px;
      padding-top:20px;
      padding-left:10px;
      padding-right:10px;
      display: flex;
}

div.lgpd-consent button{
    border: none;
    padding: 4px 15px;
    vertical-align: middle;
    align-items: center !important;
    display: flex;
}

div.lgpd-consent button > i{
  padding-right: 5px;
}

button[rel='accept_lpgd_consent']{
  margin-right:15px;
}

.user-chat{
    padding-top:0 !important;
}

.chat-input-container{
  padding-top: 10px !important;
}

.lgpd-consent-hide{
  display: none !important;
}

.ctext-wrap-content{
  display: flex;
}

.btn-primary2{
    background: #0069d9 !important;
    color: #fff !important;
}

.btn-disabled{
    pointer-events: none;
    cursor: not-allowed;
}

textarea.textarea-disabled{
  cursor: not-allowed;
  background-color: #ebebeb !important;
}

.message-audio-list{
  background: #f1f3f4 !important;
}

i.sort-chats, i.sort-my-chats{
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 4px;
}


.pr-5{
  padding-right: 5px;
}

div.see-more-queue-chats{
  padding-top:8px;
/*  padding-left:20px;*/
}

div.attendant-service-status{
  text-align: right;
  padding-top: 2px;
}

div.attendant-service-status i {
  font-size: 34px;
  cursor: pointer;
}

div.attendant-service-status i.bx-pause-circle {
  color: #f00;
}

div.attendant-service-status i.bx-play-circle {
  color: #289700;
}

#box-attendants-status ul > li{
  background: #f0f2f5;
  padding: 12px; 
  margin-bottom: 5px; 
  border-radius: 6px;
}

.user-status.online{
  background-color: #38d438 !important;
}

.user-status.away{
  background-color: #ff9b00 !important;
}

.user-status.offline{
  background-color: red !important;
}
    
.fs-14{
  font-size: 14px;
}

.pause-button{
  position: absolute;
  right:-5px;
  top:-4px;
}

.pause-timer{
  position: absolute;
  right:38px;
  font-size: 15px;
  color: #ff005d;
  text-align: center;
  top:3px;
}

.btn-select-factory{
  color: #4eac6d;
  padding-top: 1px;
  font-size: 25px;
  padding-left: 5px;
  transform: scaleX(-1);
}

.btn-counter-badge-bell{
  position: absolute;
  top:-10px;
  right:-10px;
  color: #ff0707;
  padding-top: 1px;
  font-size: 20px;
  transform: scaleX(-1);
  animation: swing 1s ease-in-out infinite;
  z-index: 2;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.btn-new-conversation{
  color: #4eac6d;
  padding-top: 1px;
  font-size: 25px;
  padding-left: 5px;
  cursor: pointer;
  transform: scaleX(-1);
}

.swal2-title{
  font-size: 20px !important;
}

.card-stats{
    margin-bottom: 30px !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    word-wrap: break-word !important;
    background-color: #fff !important;
    background-clip: border-box !important;
    border: 1px solid rgba(0,0,0,.125) !important;
    border-radius: 0.25rem !important;
    min-height:100px !important;
}

.card-stats > .card-body{
  padding:10px !important;
}

.card-stats .card-category{
  font-size:13px !important;
}

.card-stats .icon-big {
    font-size: 2.5em;
}

.card-stats .icon-med {
    font-size: 2.3em;
}

.card-stats .card-body .numbers p {
    margin-bottom: 0;
}

.card-stats .card-footer{
  padding:10px !important;
  min-height: 38px;
  border-top: 1px solid #f2f2f2;
}

.card-stats .card-title{
      font-size: 1.3rem;
      text-align: right ;
}

.card-stats .card-category label {
    font-size: 14px;
    font-weight: 400;
    color: #9a9a9a;
    margin-bottom: 0;
}

.card-stats .card-body .numbers {
   text-align: right;
   padding-top:2px;
   padding-right:8px;
}

.card-stats .card-title {
    margin: 10px 3px;
    color: #333;
    font-weight: 300;
}

.card-stats > .card-body > .row{
      min-height: 70px !important;
}

.card .stats {
    color: #797c8c;
    text-align:left;
    font-size:15px;
}

.swal-custom-header-title{
  background: #4eac6d; 
  color: #fff; 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 40px; 
  display: flex; 
  justify-content: center; 
  align-items: center;
}

.swal-custom-header-title h5{
  margin: 0 !important;
  color: #fff;
}

.btn-chat-primary:focus{
  color:#fff !important;
}

.tme-icon{
  animation: fade 2s infinite;
  padding-left:5px;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

@keyframes fade {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.border-card{
  border: 1px solid #ededed;
 /* zoom: 0.8;*/
}

.card-gray{
    background: #f9f7f7;
}

.br-0{
  border-right: 0 !important;
}


.h-70{
    height: 70px !important
}

.z-8{
  zoom: 0.8;
}