.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 3px !important;
  line-height: 1.9 !important;
}
.table > tbody > tr > td {
  word-break: break-word;
  max-width: 400px;
  min-width: 72px;
}
.table-dash {
  font-size: 13px;
}
.boxItem {
  position: relative;
  border: 1px solid #ced4da !important;
  padding: 5px;
  margin-bottom: 10px;
}
.removeItem {
  position: absolute;
  margin: -8px;
  right: 15px;
  top: 15px;
  cursor: pointer;
  font-size: 14px;
}
.removeItem:hover {
  color: #ff0000;
  font-size: 15px;
}
.duplicateItem {
  position: absolute;
  margin: -8px;
  right: 30px;
  top: 15px;
  cursor: pointer;
  font-size: 14px;
}
.duplicateItem:hover {
  color: #1dbe53;
  font-size: 15px;
}
.important-info {
  font-size: 22px;
  line-height: 22px;
  color: #4e5ccf;
}
.cursor-pointer {
  cursor: pointer !important;
}
.table-divider {
  border-left: 1px solid #dee2e6;
  margin-right: 8px;
  margin-left: 8px;
}
.line-height-initial {
  line-height: initial !important;
}
.btn-comment {
  font-size: 16px !important;
  cursor: pointer !important;
  height: 16px !important;
  width: 16px !important;
}
.comment-box {
  background-color: #e4f3fe;
  color: #0f70bb;
}
.table-pointer tr {
  cursor: pointer;
}
.invoice-status {
  font-size: 1em;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  width: 100%;
}
.centralized {
  display: flex;
  justify-content: center;
  align-items: center;
}
table td.fit,
table th.fit {
  width: 1%;
  white-space: nowrap;
}
/* Start BagJS styles */
.bag-danger {
  color: #dc3545;
}
.bag-error-popover {
  margin-left: 5px;
  color: #dc3545;
}
/* End BagJS styles */
.text-gray {
  color: #5b626b !important;
}
.disabled-opac {
  opacity: 0.3;
}
.font-bold {
  font-weight: bold;
}
.remove-modal {
  margin-right: 5px;
  float: right;
  cursor: pointer;
}
.edit-modal {
  margin-right: 5px;
  float: right;
  cursor: pointer;
}
.help-popover {
  margin-left: 5px;
}
#main {
  overflow: inherit !important;
}
.btn-play-recording {
  font-size: 16px !important;
  cursor: pointer !important;
  margin-right: 10px;
}
.btn-download-recording {
  font-size: 16px !important;
  cursor: pointer !important;
  margin-right: 10px;
}
.btn-detail {
  font-size: 16px !important;
  cursor: pointer !important;
  margin-right: 10px;
}
.alert-fixed {
  position: relative;
  bottom: 0px;
  z-index: 9999;
}
.box-alerts {
  position: fixed;
  bottom: 0;
  right: 60px;
  padding: 10px;
  z-index: 9999;
  min-width: 200px;
}
#softphone {
  border-radius: 0;
  background-color: #fff;
  position: relative;
  margin: 0 !important;
  height: -moz-calc(100% - 40px);
  height: -webkit-calc(100% - 40px);
  height: -o-calc(100% - 40px);
  height: calc(100% - 40px);
}

#colSoftphone {
  padding: 0 !important;
}

#softphone .letters {
  display: block;
  color: #f0f0f0;
  font-size: 0.75em;
  font-family: monospace;
  height: 0.8em;
  margin-bottom: -5px;
}
#softphone .num {
  font-weight: bold;
  font-size: 24px;
}

#softphone .btn {
  border-radius: 0;
}

.btn-number {
  width: 33.5%;
  padding: 10px;
  margin: 0;
  display: inline-block;
  height: 70px;
  line-height: 1;
  margin-left: -5px;
  left: 5px;
  position: relative;
}

#boxEvents {
  text-align: center;
}
#boxDialPad {
  bottom: 0;
  position: absolute;
  padding: 0;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  width: 101%;
}
#boxDialPad .col {
  padding: 0;
}
#boxDial {
  padding: 0;
}
#boxInputNumber {
  height: 40px;
}
#boxCallAnswered {
  margin: 10px;
  font-size: 20px;
}
.status-call {
  display: block;
  font-weight: bold;
  font-size: 16px !important;
}
#boxControl {
  background-color: #fff;
  position: fixed;
  bottom: 40px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  height: 50px;
  max-width: 600px;
}
#boxAcceptCall {
  position: absolute;
  bottom: 70px;
  width: 400px;
}
.box-accordion {
  height: calc(100% - 350px);
  overflow-y: auto;
}
.accordion .card-body {
  padding: 0.25rem !important;
}

.accordion .card {
  margin-bottom: 5px;
}
.accordion .card-header {
  padding: 0.2rem 0.25rem !important;
}
.accordion .btn {
  font-weight: 600 !important;
  line-height: 1;
  padding: 0.2rem 0.5rem;
}
.connecting {
  padding: 15px;
}
.connecting span {
  font-size: 30px;
  line-height: 40px;
}
.connecting i {
  font-size: 40px !important;
}
#softphone h2 {
  margin-top: 10px;
}
.ringing {
  color: red;
  padding: 5px;
}

.ringing span {
  font-size: 30px;
  line-height: 40px;
}
.ringing i {
  font-size: 30px !important;
  animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
}
.new-call {
  left: 20px;
  color: green;
  padding: 10px;
}
.new-call span {
  font-size: 30px;
  line-height: 40px;
}
.new-call i {
  margin-left: 30px;
  font-size: 30px !important;
  animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.num-dial {
  color: black;
  margin: 0px;
}
.display-name {
  font-weight: bold;
}
.hold {
  margin-right: 5px;
  cursor: pointer;
}
.item-call .hangup {
  margin-right: 5px;
  cursor: pointer;
}
.time-call {
  font-weight: bold;
  float: right;
}
.call-control {
  display: block;
  margin-top: 5px;
}
.call-control button {
  width: 37px;
  float: right;
}

#boxConfirmReturn {
  display: table;
}

#boxConfirmReturn .row {
  display: table-cell;
  vertical-align: middle;
}

.icon-close {
  right: 10px;
  position: absolute;
  cursor: pointer;
  z-index: 9999;
}
.icon-close :hover {
  color: red;
}
.icon-close i {
  font-size: 24px;
  margin: 10px;
}
#boxAfterCall {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - 28px);
  background-color: white;
  z-index: 99999;
  position: absolute;
  width: 100%;
}

#appSoftphone {
  max-width: 600px;
  height: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
  overflow-x: hidden !important;
}
#boxControl .btn {
  height: 50px;
}
#boxControl i {
  font-size: 25px;
  margin-top: 5px;
}
#boxInputNumber input {
  border-radius: 0;
  height: 40px;
  font-size: 24px;
  border-left: 0;
  border-right: 0;
}
#boxStatus {
  height: 30px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  margin-top: -1px;
}

#boxStatus ul {
  width: 398px;
  border-radius: 0;
}
#boxStatus a {
  line-height: 15px;
}

#boxStatus button {
  max-height: 30px;
}
.dial i {
  color: white;
}
.accept i {
  color: white;
}
.confirm-transfer i {
  color: white;
}
#boxDial .hangup i {
  color: white;
  -webkit-transform: rotate(222deg);
  -moz-transform: rotate(222deg);
  -ms-transform: rotate(222deg);
  -o-transform: rotate(222deg);
  transform: rotate(222deg);
}
.connected {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.disconnected {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.connected:hover,
.connected:focus,
.connected:active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.disconnected:hover,
.disconnected:focus,
.disconnected:active {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

#boxTransfer h5 {
  margin: 0px;
}
#floatMenu {
  color: white;
  padding: 0 !important;
  margin-top: -40px;
  margin-left: 0;
  margin-right: 0;
}
#floatMenu div {
  height: 40px;
  padding: 0;
}
#floatMenu i {
  font-size: 20px;
  line-height: 25px;
}

#floatMenu a {
  border-radius: 0px !important;
}

#boxSoftphone {
  border: 0 !important;
  width: 100%;
  margin: 0px auto;
  height: 100%;
  overflow: hidden;
}

#boxActionsCall {
  color: white;
  bottom: 50px;
  position: absolute;
  width: 100%;
}
#boxContacts {
  width: 100%;
  border-radius: 0;
  background-color: #fff;
  height: 100%;
  margin: 0 !important;
}

#boxContacts .col {
  padding: 0;
}

#inputSearchContacts {
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 20px;
  border: 1px solid #ddd;
}

#listContacts {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  height: calc(100% - 100px) !important;
  width: 100%;
  position: absolute;
}

#listContacts li {
  border: 1px solid #ddd;
  margin-top: -1px;
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
}

#listContacts li:hover:not(.header) {
  background-color: #eee;
}
#listContacts .call-contact {
  cursor: pointer;
  float: right;
  font-size: 26px;
}
#listContacts .call-contact:hover {
  color: #4cae4c;
}
#boxHistory {
  width: 100%;
  border-radius: 0;
  background-color: #fff;
  height: 100%;
  margin: 0 !important;
}
#boxHistory .col {
  padding: 0;
}
#inputSearchHistory {
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 20px;
  border: 1px solid #ddd;
}
#listHistory {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  width: 100%;
  position: absolute;
  height: calc(100% - 100px) !important;
}

#listHistory li {
  border: 1px solid #ddd;
  margin-top: -1px;
  background-color: #f6f6f6;
  padding: 5px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
  height: 60px;
}
#listHistory li:hover:not(.header) {
  background-color: #eee;
}
#listHistory .call-contact {
  cursor: pointer;
  float: right;
  font-size: 26px;
  margin-top: -15px;
}
#listHistory .call-contact:hover {
  color: #4cae4c;
}
.inbound-icon {
  transform: rotate(-45deg);
  float: left;
  margin-top: 6px;
}
.outbound-icon {
  transform: rotate(-45deg);
  float: left;
  margin-top: 6px;
}
.history-item {
  display: block;
}
.icon-success {
  color: #5cb85c;
}
.icon-danger {
  color: #d9534f;
}
.datetime-history {
  margin-left: 10px;
  font-size: 12px;
}
.time-history {
  font-size: 12px;
}
.call-direction {
  margin-left: 10px;
}
.margin-block {
  margin-left: 20px;
}
.table-detail-header td {
  border-top: 0px !important;
}
.indent {
  padding-left: 20px;
}
.select-activity {
  margin: 0 auto 20px;
  display: table;
}

#tableStats .item-inbound {
  color: #ff9100;
  font-weight: bold;
}
#tableStats .item-inbound_answered {
  color: #cc7400;
  font-weight: bold;
}
#tableStats .item-outbound {
  color: #29a1e1;
  font-weight: bold;
}
#tableStats .item-outbound_answered {
  color: #1c709d;
  font-weight: bold;
}
#tableStats .item-endpoints {
  color: #bbdd7a;
  font-weight: bold;
}
#tableStats .item-endpoints_answered {
  color: #829a55;
  font-weight: bold;
}
#tableChannels .item-channels {
  color: #337ab7;
  font-weight: bold;
}
#tableChannels .item-active {
  color: #5cb85c;
  font-weight: bold;
}

#boxCompany h2 {
  margin-top: 5px;
}

.number-dash {
  font-size: 4vw;
  color: green;
  line-height: 70px;
}
.count-dash {
  color: green;
  padding-left: 20px;
  float: left;
  min-width: 100px;
}
.actions-dash {
  text-align: right;
  float: right;
  min-width: 100px;
}
.actions-dash a {
  text-decoration: none;
  line-height: 25px;
}

.the-price {
  background-color: rgba(220, 220, 220, 0.17);
  box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
  padding: 20px;
  margin: 0;
}

.the-price h1 {
  line-height: 1em;
  padding: 0;
  margin: 0;
}

.subscript {
  font-size: 25px;
}

/* CSS-only ribbon styles    */
.cnrflash {
  /*Position correctly within container*/
  position: absolute;
  top: -9px;
  right: -10px;
  z-index: 1; /*Set overflow to hidden, to mask inner square*/
  overflow: hidden; /*Set size and add subtle rounding      to soften edges*/
  width: 100px;
  height: 100px;
  border-radius: 3px 5px 3px 0;
}
.cnrflash-inner {
  /*Set position, make larger then      container and rotate 45 degrees*/
  position: absolute;
  bottom: 0;
  right: 0;
  width: 145px;
  height: 145px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -o-transform: rotate(45deg); /* Opera */
  -moz-transform: rotate(45deg); /* Firefox */
  -webkit-transform: rotate(45deg); /* Safari and Chrome */
  -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
  -ms-transform-origin: 100% 100%; /* IE 9 */
  -o-transform-origin: 100% 100%; /* Opera */
  -moz-transform-origin: 100% 100%; /* Firefox */
  background-image: linear-gradient(
      90deg,
      transparent 50%,
      rgba(255, 255, 255, 0.1) 50%
    ),
    linear-gradient(0deg, transparent 0%, rgba(1, 1, 1, 0.2) 50%);
  background-size: 4px, auto, auto, auto;
  background-color: #aa0101;
  box-shadow: 0 3px 3px 0 rgba(1, 1, 1, 0.5), 0 1px 0 0 rgba(1, 1, 1, 0.5),
    inset 0 -1px 8px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 0 0 rgba(255, 255, 255, 0.2);
}
.cnrflash-inner:before,
.cnrflash-inner:after {
  /*Use the border triangle trick to make         it look like the ribbon wraps round it's        container*/
  content: ' ';
  display: block;
  position: absolute;
  bottom: -16px;
  width: 0;
  height: 0;
  border: 8px solid #800000;
}
.cnrflash-inner:before {
  left: 1px;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.cnrflash-inner:after {
  right: 0;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.cnrflash-label {
  /*Make the label look nice*/
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(1, 1, 1, 0.8);
  font-size: 0.95em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.panel-plans {
  text-align: center !important;
}
.panel-plans:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
}
.panel-plans-body {
  padding: 0px !important;
  text-align: center !important;
}
.list-plans {
  text-align: center;
  margin-top: 10px;
}
.box-plan {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin: 20px;
  position: relative;
}
.plan-icon {
  color: green;
  margin-right: 10px;
}
#boxConfirmPlan {
  height: 100px;
  margin-top: -10px;
}
.box-continue-pay {
  text-align: center;
  width: 100%;
}
.box-continue-pay a {
  width: 100%;
}
#payNow {
  height: 50px;
}
.transaction-success-icon {
  color: #5cb85c;
  font-size: 40px !important;
  margin: 20px;
}
.table-success {
  width: 400px;
  margin: auto;
}
.form-gap {
  padding-top: 70px;
}
.btn-trash {
  cursor: pointer;
  float: left;
  margin-top: 30px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 25px !important;
}
.btn-trash:hover {
  color: red;
}
.btn-add {
  cursor: pointer;
  float: left;
  margin-top: 30px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 25px !important;
}
.btn-add:hover {
  color: green;
}
.language a {
  display: inline !important;
}
#tableStats a {
  text-decoration: none;
}
.bootstrap-select .dropdown-toggle,
.bootstrap-select .selectpicker.dropdown-toggle {
  border: 1px solid #ced4da !important;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border: 1px solid #28a745 !important;
}
.btn-action {
  font-size: 0.765rem !important;
  line-height: 1.2 !important;
}
.action-item {
  padding: 0.1rem 1rem;
}
.boxItem .countItem {
  padding: 5px;
  font-weight: bold;
}
#boxWizardExpression span {
  float: left;
  margin-top: 25px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 30px;
  line-height: 45px;
}

#boxWizardExpression {
  margin: 20px;
}
.gateways .card-body,
.card-header {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
html,
body {
  height: 100% !important;
  width: 100% !important;
}
.content-page {
  height: 100% !important;
  overflow: auto !important;
}
.box-pricing {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.widget-histogram ul {
  margin-top: 20px;
  list-style: none;
  padding-inline-start: 0px;
}
.widget-histogram {
  height: 340px;
  padding: 0.75rem;
}
.badge-endpoints {
  font-size: 14px;
}
.to-dash {
  margin-top: 8px;
}
.box-graphs {
  padding: 0.25rem;
}
.fixed-table-container {
  border: 0 !important;
}
#histogramAnswered {
  color: #29a1e1;
}
#histogramBusy {
  color: #859c97;
}
#histogramInvalid {
  color: #e33c4f;
}
#histogramCanceled {
  color: #e67e50;
}
#histogramUnavailable {
  color: #2b5421;
}
#histogramFailure {
  color: #8b4513;
}
#graphHistogram {
  margin-top: 20px;
  margin-bottom: 20px;
}
#tableCompany {
  white-space: nowrap;
}
#tableCompany .line {
  display: none;
}
#lastCalls {
  height: 525px;
  overflow: hidden;
}
#graphHistogram {
  height: 400px;
}
.table-responsive {
  display: table !important;
}
.card-operator {
  background-color: #f8f9fa;
  height: auto;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  word-wrap: break-word;
  opacity: 0.5;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.card-operator :hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.box-title {
  padding-right: 50px;
  width: 100%;
  text-align: left;
}
.box-title p {
  margin-bottom: 0;
  margin-top: 0;
}
.card-operator .title {
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  position: absolute;
  pointer-events: none;
}
.card-operator .subtitle {
  font-size: 0.8rem;
}
.card-operator .reason {
  position: absolute;
  right: 0.4rem;
  font-weight: 500;
}
.card-operator .row-channel {
  pointer-events: none;
  height: auto !important;
  padding-bottom: 5px;
}
.item-queue .row,
.data-queue .row {
  height: 4rem !important;
}

.queue-ok {
  background-color: #f8f9fa;
  opacity: 1;
}
.queue-has-calls {
  background-color: #befcd3;
  opacity: 1;
}
.queue-wait {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 14px;
  color: white;
}
.queue-wait-table {
  font-size: 14px;
  color: white;
}
.queue-wait i,
.queue-online i,
.queue-wait-table i,
.queue-online-table i {
  color: white !important;
  line-height: 1.2 !important;
  margin-right: 2px;
}
.queue-online {
  position: absolute;
  right: 5px;
  top: 32px;
  font-size: 14px;
  color: white;
}
.queue-online-table {
  font-size: 14px;
  color: white;
}
.box-stats .title {
  font-size: 12px;
  font-weight: 500;
  word-break: break-word;
  white-space: nowrap;
}
.box-stats .number {
  font-size: 22px;
  line-height: 22px;
  color: #4e5ccf;
}
.box-stats h6 {
  margin: 0px;
}
.box-stats .col-lg-4,
.box-stats .col-lg-2 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.box-stats .row-stats {
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  margin-right: 5px;
}
.box-queue button {
  width: 280px;
}
.registered {
  background-color: #befcd3;
  opacity: 1;
}
.on-break {
  background-color: #f1f125;
  opacity: 1;
}
.on-break-late {
  background-color: #ec4561;
  color: #ffffff;
  opacity: 1;
}
.blocked {
  background-color: #ec4561;
  color: #ffffff;
  opacity: 1;
}
.unavailable {
  background-color: #f0b6b6;
  opacity: 1;
}
.post-answering {
  background-color: #6c757d;
  color: #ffffff;
  opacity: 1;
}
.with-channels {
  background-color: #9ce4b4;
  opacity: 1;
}
.card-operator i {
  margin-right: 5px;
  color: #608b68;
  font-size: 1rem;
  line-height: 2.5rem;
  pointer-events: none;
}
.dnd {
  background-color: #ec4561 !important;
  color: #fff !important;
}
.break {
  color: #e6e600 !important;
}
.item-extension {
  cursor: pointer;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.item-agent {
  cursor: pointer;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.item-queue {
  cursor: pointer;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.actions-operator button {
  font-size: 30px !important;
  padding: 0rem 0.75rem !important;
}
#boxActions {
  height: 50px;
}
.card-operator .row {
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  height: 3rem;
  pointer-events: none;
}
.card-operator p {
  pointer-events: none;
}
.card-queue {
  background-color: #fcedbe;
  height: auto;
  position: relative;
  padding: 5px;
  border: 2px #ccc solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  word-wrap: break-word;
}
.card-queue .title {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}
.card-queue .collapse-queue {
  cursor: pointer;
}
.card-queue .agents {
  background-color: #e5f3e5;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 2px;
  margin-top: 5px;
}
.card-queue .agents i {
  margin-right: 5px;
  margin-top: 5px;
  color: #608b68;
}
.card-queue .calls {
  background-color: white;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 2px;
  margin-top: 5px;
}

.card-queue .calls:empty {
  display: none;
}
.card-queue .agents:empty {
  display: none;
}
.card-conference {
  background-color: #fcedbe;
  height: auto;
  position: relative;
  padding: 5px;
  border: 2px #ccc solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  word-wrap: break-word;
}
.card-conference .title {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}
.card-conference .collapse-conference {
  cursor: pointer;
}
.card-conference .members {
  background-color: #e5f3e5;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 2px;
  margin-top: 5px;
}
.card-conference .members {
  display: none;
}
.popover-content {
  word-wrap: break-word;
}

.element {
  position: absolute;
  /* Make sure events are propagated to the JointJS element so, e.g. dragging works.*/
  pointer-events: none;
  -webkit-user-select: none;
  padding: 5px;
  box-sizing: border-box;
}
.rectangle {
  background-color: white;
}
.phone-element {
  position: absolute;
  /* Make sure events are propagated to the JointJS element so, e.g. dragging works.*/
  pointer-events: none;
  -webkit-user-select: none;
  padding: 5px;
  box-sizing: border-box;
  z-index: 2;
  text-align: center;
  border: 2px solid #5b626b;
  border-radius: 30px;
  cursor: pointer;
}
.phone-element i {
  font-size: 34px;
  top: calc(50% - 17px);
  position: relative;
  pointer-events: auto;
}

.element .text {
  margin-left: 10px;
  line-height: 1.2rem;
  max-height: 55px;
  max-width: 80px;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1rem;
}
.actions-endpoint {
  background-color: #66d0c4;
}
.endpoint-element,
.newivr-element,
.ivr-element,
.playback-element,
.conference-element,
.makecall-element,
.newtimecondition-element,
.timecondition-element,
.endpointgroup-element,
.queue-element,
.code-element,
.user-info-element,
.message-element,
.tvoz-element,
.dialoption-element {
  padding: 5px;
  text-align: left;
  border: 2px solid #eee;
  border-bottom: 0px;
  height: 70px;
}
.endpoint-element i,
.newivr-element i,
.ivr-element i,
.playback-element i,
.conference-element i,
.makecall-element i,
.newtimecondition-element i,
.timecondition-element i,
.endpointgroup-element i,
.queue-element i,
.code-element i,
.user-info-element i,
.message-element i,
.tvoz-element i,
.dialoption-element i {
  font-size: 18px;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
  margin-bottom: 15px;
}

.actions-ivr {
  background-color: #c36cff;
}
.actions-conference {
  background-color: #f55b70;
}
.actions-playback {
  background-color: #01b9ff;
}
.actions-timecondition {
  background-color: #006846;
}
.actions-makecall {
  background-color: #ff9966;
}
.actions-new-timecondition {
  background-color: #006846;
}
.actions-endpointgroup {
  background-color: #479189;
}
.actions-queue {
  background-color: #f1bc50;
}
.actions-code {
  background-color: #be2409;
}
.actions-user-info {
  background-color: #2909be;
}
.actions-message {
  background-color: #c24e5d;
}
.actions-tvoz {
  background-color: #f9d094;
}
.actions-dialoption {
  background-color: #6b646f;
}
.element-actions {
  color: white;
  padding: 5px;
  height: 30px;
}
.element-actions i {
  font-size: 16px;
  margin-top: 2px;
  pointer-events: auto;
  cursor: pointer;
}
.number-option-element input {
  border: none;
  background: transparent;
  outline: none;
  width: 20px;
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
  display: block;
  pointer-events: auto;
}
.bool-option-element select {
  pointer-events: auto;
}
.element .dropdown-menu {
  pointer-events: auto;
}
.options-call {
  padding: 0.2rem 0.2rem;
}
.options-call i {
  margin-right: 5px;
  width: 15px;
}

#boxHolder {
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
}
.element .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.element-title-strong {
  font-weight: 500;
}
.element .element-title-strong {
  font-size: 0.9rem;
}
.element .element-title {
  font-size: 0.8rem;
}
.password-btn {
  cursor: pointer;
}
#boxSelectAccount label {
  width: 100%;
}
#boxSelectAccount .box {
  margin-right: 20px;
}
.card-input-element {
  display: none;
}

.card-input {
  margin: 5px;
  padding: 5px;
  box-shadow: 0 0 1px 1px #ccc;
  width: 100%;
}

.card-input:hover {
  cursor: pointer;
}

.card-input-element:checked + .card-input {
  box-shadow: 0 0 1px 1px #2ecc71;
}
.btn-settings {
  height: 40px;
}
.icon-mic {
  margin-top: 43px;
}
.icon-volume {
  margin-top: 20px;
}
.ui-sortable {
  min-height: 50px;
}
.content-console {
  font-family: monospace;
  flex: auto;
  overflow-y: auto;
}
mark {
  background: yellow;
}

mark.current {
  background: orange;
}

.header {
  height: 50px;
  flex: none;
}
.cardname-mastercard {
  background: white url('../images/cards/mastercard.png') right no-repeat !important;
  background-size: 40px !important;
}
.cardname-visa {
  background: white url('../images/cards/visa.png') right no-repeat !important;
  background-size: 40px !important;
}
.cardname-elo {
  background: white url('../images/cards/elo.png') right no-repeat !important;
  background-size: 40px !important;
}
.wrapper-registration {
  margin: 5.5% auto;
  max-width: 792px;
  position: relative;
}
#wrapper {
  overflow: auto;
}
.bg-3-gradient {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a159ff),
    to(#9f55ff)
  );
  background: linear-gradient(#a159ff, #9f55ff);
}

.color-1 {
  color: #fff !important;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.pricing p {
  line-height: 1.5em;
}
.pricing .pricing-value {
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  margin-left: 25px;
}
.pricing .pricing-value .price {
  position: relative;
}
.pricing .pricing-value .price:after,
.pricing .pricing-value .price:before {
  font-size: 0.35em;
  font-weight: 300;
  font-style: italic;
}
.pricing .pricing-value .price:before {
  position: absolute;
  content: 'R$';
  top: 10px;
  left: -25px;
}
.pricing .pricing-value .price:after {
  position: relative;
  content: '/mês';
}
.pricing .pricing-value .price.yearly:after {
  content: '/ano';
}
.bold,
strong {
  font-weight: 700 !important;
}
.bg-6-gradient {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f7fafc),
    to(#f4f8fb)
  );
  background: linear-gradient(#f7fafc, #f4f8fb);
}

.legal-terms a {
  color: #626ed4;
}

.change-plan a {
  color: #626ed4;
  font-size: 16px;
}

#changePlan .card {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.nav-tabs.nav-outlined {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 576px) {
  .nav-tabs.nav-outlined {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.nav-tabs.nav-outlined .nav-link {
  border: 1px solid #9f55ff;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.5rem;
  color: #9f55ff;
}
@media (min-width: 576px) {
  .nav-tabs.nav-outlined .nav-link + .nav-link {
    margin-left: -1px;
  }
}
@media (min-width: 768px) {
  .nav-tabs.nav-outlined .nav-link {
    margin-top: 0;
    padding: 0.25rem 1.25rem;
  }
}
.nav-tabs.nav-outlined .nav-link.active {
  background-color: #9f55ff;
  color: #fff;
}
.nav-tabs.nav-outlined .nav-link:last-child {
  border-right: 1px solid #9f55ff;
}
.nav-tabs.nav-outlined.nav-rounded .nav-link {
  border-radius: 5rem;
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .nav-tabs.nav-outlined.nav-rounded .nav-link {
    border-radius: 0;
    margin-right: 0;
  }
  .nav-tabs.nav-outlined.nav-rounded .nav-link:first-child {
    border-radius: 5rem 0 0 5rem;
  }
  .nav-tabs.nav-outlined.nav-rounded .nav-link:last-child {
    border-radius: 0 5rem 5rem 0;
  }
}
.btn-accent {
  color: #fff;
  background-color: #9f55ff;
  border-color: #9f55ff;
}
.btn-accent:hover {
  color: #fff;
  background-color: #892fff;
  border-color: #8222ff;
}
.btn-accent.focus,
.btn-accent:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 111, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(173, 111, 255, 0.5);
}
.btn-accent.disabled,
.btn-accent:disabled {
  color: #fff;
  background-color: #9f55ff;
  border-color: #9f55ff;
}
.btn-accent:not(:disabled):not(.disabled).active,
.btn-accent:not(:disabled):not(.disabled):active,
.show > .btn-accent.dropdown-toggle {
  color: #fff;
  background-color: #8222ff;
  border-color: #7b15ff;
}
.btn-accent:not(:disabled):not(.disabled).active:focus,
.btn-accent:not(:disabled):not(.disabled):active:focus,
.show > .btn-accent.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 111, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(173, 111, 255, 0.5);
}
.btn-accent:hover {
  -webkit-box-shadow: 0 1px 10px rgba(159, 85, 255, 0.4) !important;
  box-shadow: 0 1px 10px rgba(159, 85, 255, 0.4) !important;
}
.btn-outline-2 {
  color: #646f79;
  border-color: #646f79;
}
.btn-outline-2:hover {
  color: #fff;
  background-color: #646f79;
  border-color: #646f79;
}
.btn-outline-2.focus,
.btn-outline-2:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 111, 121, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(100, 111, 121, 0.5);
}
.btn-outline-2.disabled,
.btn-outline-2:disabled {
  color: #646f79;
  background-color: transparent;
}
.btn-outline-2:not(:disabled):not(.disabled).active,
.btn-outline-2:not(:disabled):not(.disabled):active,
.show > .btn-outline-2.dropdown-toggle {
  color: #fff;
  background-color: #646f79;
  border-color: #646f79;
}
.btn-outline-2:not(:disabled):not(.disabled).active:focus,
.btn-outline-2:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 111, 121, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(100, 111, 121, 0.5);
}
.btn-outline-2:hover {
  -webkit-box-shadow: 0 1px 10px rgba(100, 111, 121, 0.4) !important;
  box-shadow: 0 1px 10px rgba(100, 111, 121, 0.4) !important;
}
.title-notification {
  font-weight: bold;
  font-size: 16px;
  margin-left: 10px;
}
.badge-notify {
  border-radius: 2em !important;
  padding: 0.3em 0.8em !important;
  line-height: 1.4 !important;
  font-size: 90% !important;
}

.badge-notify i {
  font-size: 25px !important;
}
.collapse-icon:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  padding-right: 4px;
}
.collapse-icon.collapsed:before {
  content: '\f078';
}

.switch input {
  display: none;
}
.switch {
  display: inline-block;
  width: 60px;
  height: 30px;
  transform: translateY(50%);
  position: relative;
  top: -15px;
}

.slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  box-shadow: 0 0 0 2px #777, 0 0 4px #777;
  cursor: pointer;
  border: 4px solid transparent;
  overflow: hidden;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #777;
  border-radius: 30px;
  transform: translateX(-30px);
  transition: 0.4s;
  left: 0px;
}

input:checked + .slider:before {
  transform: translateX(30px);
  background: #626ed4;
}
input:checked + .slider {
  box-shadow: 0 0 0 2px #626ed4, 0 0 2px #626ed4;
}

.logo-integration {
  width: 100%;
  height: 90px;
  object-fit: scale-down;
}
.card-integration {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-integration img {
  width: 80%;
  object-fit: scale-down;
  text-align: center;
  height: 100px;
  margin: 1.5rem;
}
.card-integration .card-body {
  padding-bottom: 50px;
}
.trash-integration {
  font-size: 1.2rem;
  margin: 5px;
  color: #626ed4;
  top: -15px;
  position: relative;
}

.trash-integration:hover {
  color: red;
}
.boxGraph {
  margin-bottom: 30px;
}

.row-active-integration {
  position: absolute;
  bottom: 10px;
  right: 0px;
}
.starrating > input {
  display: none;
} /* Remove radio buttons */

.starrating > label:before {
  content: '\f005'; /* Star */
  margin: 2px;
  font-size: 3rem;
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  font-weight: 900;
}

.starrating > label {
  color: #b5babe; /* Start color when not clicked */
}

.starrating > input:checked ~ label {
  color: #ffca08;
}

.starrating > input:hover ~ label {
  color: #ffca08;
}

.starrating > i {
  margin: 2px;
  font-size: 2.5rem;
  display: inline-block;
  font-weight: 900;
  color: #b5babe;
}

.starrating .checked {
  color: #ffca08;
}

.select-order .btn {
  margin-top: 10px;
}

.softphone-float {
  position: fixed;
  width: 150px;
  height: 50px;
  bottom: 40px;
  right: 70px;
  background-color: #348ee2;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 99999;
}

.softphone-float i {
  margin-top: 5px;
  font-size: 20px;
}
.softphone-float span {
  font-size: 16px;
  font-weight: bold;
}
#frameSoftphone {
  display: none;
  position: fixed;
  bottom: 87px;
  right: 20px;
  height: 500px;
}

.btn-circle {
  border-radius: 25px;
}

.accordion-call {
  border-left: 1px solid #ccc;
  padding-left: 30px;
}

.accordion-call .card-header {
  padding: 0.25rem 0.25rem !important;
}

.accordion-call h5 {
  margin: 0 !important;
}
.accordion-call .card {
  margin-bottom: 0 !important;
}

/* TIMELINE */

.timeline-centered {
  position: relative;
}

.timeline-centered:before,
.timeline-centered:after {
  content: ' ';
  display: table;
}

.timeline-centered:after {
  clear: both;
}

.timeline-centered:before,
.timeline-centered:after {
  content: ' ';
  display: table;
}

.timeline-centered:after {
  clear: both;
}

.timeline-centered:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  background: #f5f5f6;
  left: 20%;
  top: 20px;
  bottom: 20px;
  margin-left: -4px;
}

.timeline-centered .timeline-entry {
  position: relative;
  width: 80%;
  float: right;
  margin-bottom: 10px;
  clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: ' ';
  display: table;
}

.timeline-centered .timeline-entry:after {
  clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: ' ';
  display: table;
}

.timeline-centered .timeline-entry:after {
  clear: both;
}

.timeline-centered .timeline-entry.begin {
  margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
  float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
  margin-left: 0;
  margin-right: -18px;
}

.timeline-centered
  .timeline-entry.left-aligned
  .timeline-entry-inner
  .timeline-time {
  left: auto;
  right: -100px;
  text-align: left;
}

.timeline-centered
  .timeline-entry.left-aligned
  .timeline-entry-inner
  .timeline-icon {
  float: right;
}

.timeline-centered
  .timeline-entry.left-aligned
  .timeline-entry-inner
  .timeline-label {
  margin-left: 0;
  margin-right: 70px;
}

.timeline-centered
  .timeline-entry.left-aligned
  .timeline-entry-inner
  .timeline-label:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -9px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -22px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: ' ';
  display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: ' ';
  display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  left: -50px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
  display: block;
}

.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-time
  > span:first-child {
  font-size: 15px;
  font-weight: bold;
}

.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-time
  > span:last-child {
  font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  background: #fff;
  color: #737881;
  display: block;
  width: 15px;
  height: 15px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  -moz-box-shadow: 0 0 0 5px #f5f5f6;
  -webkit-box-shadow: 0 0 0 5px #f5f5f6;
  box-shadow: 0 0 0 5px #f5f5f6;
  line-height: 40px;
  font-size: 15px;
  float: left;
  margin-left: 12.5px;
  margin-top: 10px;
}

.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-icon.bg-primary {
  background-color: #303641;
  color: #fff;
}

.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-icon.bg-secondary {
  background-color: #ee4749;
  color: #fff;
}

.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-icon.bg-success {
  background-color: #00a651;
  color: #fff;
}

.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-icon.bg-info {
  background-color: #21a9e1;
  color: #fff;
}

.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-icon.bg-warning {
  background-color: #fad839;
  color: #fff;
}

.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-icon.bg-danger {
  background-color: #cc2424;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #f5f5f6;
  padding: 0.5em;
  margin-left: 50px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 3em;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f5f5f6 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
  color: #737881;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  margin: 0;
  line-height: 1.2;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
  margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-size: 14px;
  margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #303641;
}

.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-label
  h2
  span {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60);
}
.btn-transparent {
  background-color: transparent;
  color: inherit;
  border: 0;
  padding: 0px;
  font-weight: bold;
  cursor: pointer;
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
  padding: 2px;
}
.bootstrap-table .fixed-table-container .table {
  max-width: 100%;
  overflow-x: auto;
  table-layout: fixed;
}
.icon-live {
  font-size: 16px;
  margin: 2px;
  margin-top: 5px;
}
.operate-live {
  margin-top: 5px;
  margin-bottom: 0px;
}
.tab-content > .tab-pane {
  padding-top: 10px !important;
}
.btn-custom-fields {
  margin-top: 4px;
  margin-right: 10px;
}
.btn-content-filter {
  margin-top: 4px;
  margin-right: 10px;
}
.customize-notify {
  font-size: 12px;
  font-style: italic;
  color: #28a745;
  display: none;
}
.alert-info {
  color: #0f70bb !important;
  font-weight: 500 !important;
}

.modal-softphone {
  display: none;
  position: fixed;
  z-index: 1000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-softphone-content {
  margin: 15% auto;
  padding: 20px;
  width: 80%;
  text-align: center;
  color: white;
}

.modal-softphone-content .clock {
  font-size: 80px;
}

.spanner {
  position: absolute;
  top: 50%;
  left: 0;
  background: #2a2a2a55;
  width: 100%;
  display: block;
  text-align: center;
  height: 100%;
  color: #fff;
  transform: translateY(-50%);
  z-index: 1000;
  visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 0px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: 50%;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.show {
  visibility: visible;
}

.spanner {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.spanner.show {
  opacity: 1;
}

.open-detail-state {
  cursor: pointer;
  font-weight: bold;
}

.agent-controls .btn {
  margin: 2px;
}

.queues-centered p {
  margin-bottom: 0;
}
.no-padding {
  padding: 5px;
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.time-call-standby {
  position: absolute;
  top: 7px;
  right: 10px;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.icon-integration {
  display: none;
  position: absolute;
  top: 15px;
  left: -5px;
}

.title-integration:hover + .icon-integration,
.icon-integration:hover,
.title-integration:hover {
  display: block;
  cursor: pointer;
  color: #626ed4;
}

.transfer-options .notActive {
  background-color: #fff;
}

#boxAttendedTransfer .num {
  font-size: 1.3rem;
  font-weight: bold;
}

.text-red {
  color: red;
}

.text-blue {
  color: blue;
}
.radio-box {
  width: 70px;
}

#Id_A,
#Id_B,
#Id_C,
#Id_D,
#Id_E,
#Id_F {
  moz-border-radius: 8px;
  webkit-border-radius: 8px;
  khtml-border-radius: 8px;
  border-radius: 8px;
  font: bold 35px / 25px Roboto, sans-serif;
  text-align: center;
  text-shadow: rgb(61, 61, 61) 1px 1px 1px;
  width: 50px;
  height: 90%;
}

.adjust {
  width: 65px;
}

/* Softphone z-index fixes */
.dropdown-menu-status.show {
  z-index: 100000;
}

#boxReasonBreak {
  z-index: 100000;
}
