/* Carrega estilos necessários para em todas as páginas */
@import url('bootstrap-toggle.min.css');
@import url('selectize.css');

/* Estilizando barra de rolagem */

/* Firefox */
/* * {
  scrollbar-width: thin;
  scrollbar-color: #0057ae;
  scroll-behavior: smooth !important;
} */

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
  height: 12px;
}

*::-webkit-scrollbar-thumb {
  background-color: #0057ae;
  border-radius: 20px;
}

/* Estilizando barra de rolagem - FIM */

/* Estilos padrão para todo o sistema */
.a-desabilitado {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.float-right {
  float: right !important;
  align-items: flex-end;
}

.lh10 {
  line-height: 10px !important;
}

.mt10 {
  margin-top: 10px;
}

.mt100 {
  margin-top: 100px;
}

.mt6 {
  margin-top: 6px;
}

.mt8 {
  margin-top: 8px;
}

.mt15 {
  margin-top: 15px;
}

.mt18 {
  margin-top: 18px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml80 {
  margin-left: 80px;
}

.ml100 {
  margin-left: 100px;
}

.ml150 {
  margin-left: 150px;
}

.pt20 {
  padding-top: 20px;
}

.pd0 {
  padding: 0 !important;
}

.pd5 {
  padding: 5px;
}

.pd10 {
  padding: 10px;
}

.pdtb10 {
  padding: 10px 0 10px 0;
}

.pb5 {
  padding-bottom: 5px;
}

.pdl15 {
  padding-left: 15px !important;
}

.fz8 {
  font-size: 8px !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz25 {
  font-size: 25px !important;
}

.fz28 {
  font-size: 28px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz40 {
  font-size: 40px !important;
}

.pdb25 {
  padding-bottom: 25px;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
  margin-left: 0;
}

.text-left {
  text-align: left !important;
  margin-left: 0;
}

.text-bold {
  font-weight: bold !important;
}

.text-normal {
  font-weight: normal !important;
}

.middle {
  vertical-align: middle !important;
}

.background-image-body {
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.7) 0,
      rgba(0, 0, 0, 0.7) 100%),
    url(../img/auth-background-image.jpg);
}

.background-image-body2 {
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.1) 0,
      rgba(0, 0, 0, 0.1) 100%),
    url(../img/auth-background-image2.jpg);
  width: 100% !important;
  height: auto !important;
  /* background-repeat: no-repeat; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.no-pointer {
  cursor: none !important;
  pointer-events: none !important;
}

.pointer {
  cursor: pointer;
}

.bolder {
  font-weight: bolder;
}

a {
  text-decoration: none !important;
  margin: 0;
}

.bg-amarelo {
  background-color: #edb000 !important;
}

.bd-callout {
  padding: 1.25rem 1rem 0 1rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-bottom-width: 0.25rem;
  border-radius: 0.35rem;
  background: #fff;
}

.bd-callout h4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.bd-callout p:last-child {
  margin-bottom: 0;
}

.bd-callout code {
  border-radius: 0.25rem;
}

.bd-callout-primary {
  border-bottom-color: #0057ae;
}

.bd-callout-primary h4 {
  color: #0057ae;
}

.bd-callout-info {
  border-bottom-color: #0057ae;
}

.bd-callout-info h4 {
  color: #0057ae;
}

.bd-callout-warning {
  border-bottom-color: #f0ad4e;
}

.bd-callout-warning h4 {
  color: #f0ad4e;
}

.bd-callout-danger {
  border-bottom-color: #d9534f;
}

.bd-callout-danger h4 {
  color: #d9534f;
}

.no-decoration {
  text-decoration: none;
}

.card .card-header h3 {
  font-size: 15px;
  text-align: right;
  margin-right: 25px;
  font-weight: lighter;
}

.azul {
  color: #0057ae !important;
}

.amarelo {
  color: #edb000 !important;
}

.vermelho {
  color: #fe0002 !important;
}

.badge-amarelo {
  background-color: #edb000;
}

.card-chart {
  float: right;
  margin-top: -100px !important;
  margin-bottom: -100px !important;
  padding-top: 0 !important;
  width: 100% !important;
}

.pricing {
  border-radius: 12px !important;
}

.radious10 {
  border-radius: 12px !important;
}

.yes-desktop {
  display: block;
}

.yes-mobile {
  display: none;
}

.box-planos {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0057ae;
  padding: auto !important;
  border-radius: 7px;
  text-align: center;
  color: #fff;
  background: #0057ae;
  margin-bottom: 30px;
  max-height: 80px;
  min-height: 80px;
}

.box-planos:hover {
  border: 2px solid #0057ae;
  color: #0057ae;
  background: #fff;
}

.box-planos.active {
  border: 2px solid #0057ae;
  margin-bottom: -3px;
}

.box-planos h4 {
  font-size: 35px;
  font-weight: lighter;
}

.box-planos h5 {
  font-size: 20px;
  font-weight: lighter;
  padding: 11px 0 11px 0;
}

.box-planos p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.box-recarga {
  padding: 5px 5px 5px 5px;
  border-radius: 7px;
  text-align: center;
  border: 1px solid #0057ae;
  border-radius: 7px;
  text-align: center;
  background: #0057ae;
  color: #fff;
  margin-bottom: 30px;
}

.box-recarga:hover {
  border: 2px solid #0057ae;
  margin-bottom: 28px;
  background: #fff;
  color: #0057ae;
}

.box-recarga.active {
  border: 2px solid #0057ae;
  margin-bottom: -3px;
  background: #fff;
  color: #0057ae;
}

.box-recarga h4 {
  font-size: 35px;
  font-weight: lighter;
}

.box-recarga h5 {
  font-size: 20px;
  font-weight: lighter;
  padding: 11px 0 11px 0;
}

.box-recarga p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.portabilidade:hover {
  margin-bottom: 28px;
}

.box-sms {
  border: 1px solid #edb000;
  padding: 5px 5px 5px 5px;
  border-radius: 7px;
  text-align: center;
  color: #fff;
  background: #edb000;
  margin-bottom: 30px;
}

.box-sms:hover {
  border: 2px solid #edb000;
  margin: -1px;
  margin-bottom: 29px;
  color: #edb000;
  background: #fff;
}

.box-sms h4 {
  font-size: 35px;
  font-weight: lighter;
}

.box-sms h5 {
  font-size: 20px;
  font-weight: lighter;
  padding: 11px 0 11px 0;
}

.box-sms p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.box-plano {
  border-left: 3px solid #0057ae;
  padding-left: 10px;
  margin-top: 35px;
}

@media only screen and (max-width: 600px) {
  .card-chart {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .yes-mobile {
    display: block;
  }

  .yes-desktop {
    display: none;
  }

  #previsualizacao {
    padding: 10px 50px !important;
  }
}

.select-multiple .btn-group {
  display: block;
  min-width: 100% !important;
  background-color: #fdfdff !important;
  border-color: #e4e6fc;
  border: 1px solid green
}

/* padrão para senha */
.password-strength {
  margin-top: 10px;
  position: relative;
  display: none;
}

.progress-bar {
  height: 10px;
  min-width: 1%;
  background-color: red;
}

.progress-label {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 12px;
  color: gray;
}

.password-input-wrapper {
  position: relative;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.toggle-password-repetir {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  margin-top: 12px;
}

/* padrão para senha */

/* Estilos padrão para todo o sistema */

/* Dashboard - RAMAIS  */

.select-noradius {
  border-radius: 10px !important;
}

img.box-img-ramal {
  border-radius: 100%;
  margin: 35px 0 0 25px;
}

.dados-ramais p {
  font-size: 15px;
}

.editar-foto {
  margin: -42px 0 0 0;
  position: absolute !important;
  z-index: 99999;
  color: #777777;
}

.foto-mini {
  border-radius: 100%;
  margin-right: 10px;
}

/* Login nova */
.alinha-height {
  height: 28vh !important;
}

.container-alinha {
  display: table;
  /* height: 50vh!important; */
  /* border: 1px solid #FF22; */
}

.alinha-meio {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.login-input {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
  padding: 8px 0 8px 20px;
  border-radius: 10px;
  font-size: 16px;
  outline: 0;
}

.login-input::placeholder {
  /* modern browser */
  color: #fff;
}

.btn-amarelo {
  background: #ecb000;
  color: #fff;
  font-size: 20px !important;
  font-weight: normal;
  border-radius: 10px;
}

.btn-ramal {
  background: #fff;
  color: #2a577e;
  font-size: 20px !important;
  font-weight: normal;
  border-radius: 10px;
}

.foto-perfil {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 100%;
  /* border:4px solid #0057ae;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  background: #0057ae; */
}

.foto-perfil-crop {
  width: 400px;
  height: 400px;
  overflow: hidden;
  border-radius: 0;
}

.foto-perfil-crop-ramal {
  width: 350px;
  height: 350px;
  overflow: hidden;
  border-radius: 0;
  margin-left: -40px !important;
  padding-left: 0 !important;
}

.arredondar {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}

.icone-foto {
  float: right;
  margin-top: 32px;
}

.white {
  color: #fff !important;
}

.card-secondary {
  border-top-color: #aaaaaa !important;
}

.bt-ativar {
  width: 200px;
}

.btn-default {
  background-color: #aaaaaa;
  color: white;
}

.btn-default:hover {
  background-color: #ccc !important;
}

/* LIGAÇÃO NA AGENDA */

textarea.text-area {
  border: #e5e5e5 1px solid;
  background-color: #fefcdd;
  border-radius: 9px 9px 0 0;
  min-height: 100px;
}

textarea.text-area:focus {
  box-shadow: 0 0 0 0;
  border: 0 none;
  outline: 0;
  background-color: #fefcdd;
  border: #e5e5e5 1px solid;
}

.chamada-on {
  display: block;
  background-color: red;
  border-radius: 9999px;
  width: 13px;
  height: 13px;
  -webkit-animation: chamada-on 0.75s alternate infinite;
  -moz-animation: chamada-on 0.75s alternate infinite;
  -ms-animation: chamada-on 0.75s alternate infinite;
  -o-animation: chamada-on 0.75s alternate infinite;
  animation: chamada-on 0.75s alternate infinite;
}

@keyframes chamada-on {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

a {
  text-decoration: inherit;
  color: inherit;
}

.fz40 {
  font-size: 40px !important;
}

.cinza {
  color: #83818e !important;
}

.azul {
  color: #0057ae !important;
}

.amarelo {
  color: #edb20a !important;
}

.pointer {
  cursor: pointer;
}

.ml-2 {
  margin-left: 2px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-50 {
  margin-left: 50px;
}

.mt--10 {
  margin-top: -10px !important;
}

.mt--20 {
  margin-top: -20px !important;
}

.mt--25 {
  margin-top: -25px !important;
}

.mt--30 {
  margin-top: -30px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-135 {
  margin-top: 135px !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-50 {
  margin-right: 50px;
}

.shadow1 {
  box-shadow: 0 8px 6px -6px black;
}

.laranja {
  color: #ff6600 !important;
}

.bd-callout {
  padding: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-bottom-width: 0.25rem;
  border-radius: 0.35rem;
  background: #fff;
}

.bd-callout h4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.bd-callout p:last-child {
  margin-bottom: 0;
}

.bd-callout code {
  border-radius: 0.25rem;
}

.bd-callout+.bd-callout {}

.bd-callout-primary {
  border-bottom-color: #007bff;
}

.bd-callout-primary h4 {
  color: #007bff;
}

.bd-callout-info {
  border-bottom-color: #5bc0de;
}

.bd-callout-info h4 {
  color: #5bc0de;
}

.bd-callout-laranja {
  border-color: #ff6600;
}

.bd-callout-warning {
  border-bottom-color: #ff6600;
}

.bd-callout-warning h4 {
  color: #ff6600;
}

.bd-callout-danger {
  border-bottom-color: #d9534f;
}

.bd-callout-danger h4 {
  color: #d9534f;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group>input,
.form-label-group>label {
  height: 3.125rem;
  padding: 0.75rem;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}

.tipoarea {
  border: solid 2px #6573ac;
  text-align: center;
  color: #286ea6;
  height: 100px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: normal;
  padding-top: 35px;
  margin-bottom: 20px;
}

.tipoarea:hover {
  background-color: #6573ac;
  color: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.planoarea {
  background: #f2f2f2;
  padding: 5px;
  margin-bottom: 30px;
  height: 280px;
}

.topoarea {
  height: auto !important;
  padding: 5px;
  background: #44559d;
  text-align: center;
}

.topoarea h5 {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}

.planoarea p {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.planoarea .valor {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}

.box-plano {
  border-left: 3px solid #ff6600;
  padding-left: 10px;
  margin-top: 35px;
}

.box-plano2 {
  border-left: 3px solid #ff6600;
  padding-left: 10px;
  margin-top: 35px;
  float: right;
}

.fatura-num {
  float: right;
  font-size: 25px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  margin: 0;
  margin-top: -15px;
}

main>.container {
  padding: 60px 15px 0;
}

.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.fixed-bottom {
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.bullet,
.slash {
  display: inline;
  margin: 0 4px;
}

.bullet:after {
  content: "\2022";
}

.progressbar {
  counter-reset: step;
}

.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}

.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: green;
}

.progressbar li.active:before {
  border-color: #55b776;
}

.progressbar li.active+li:after {
  background-color: #55b776;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }

  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }

  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

.tooltip-inner {
  max-width: 350px;
}


.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

/* Cropie modal */
.input-wrapper input[type="file"] {
  position: absolute;
  top: -9999px;
}

.upload-demo {
  margin-top: -10px;
  margin-left: -30px;
}

.upload-result {
  width: 150px;
  margin-top: -70px;
  margin-bottom: 50px;
  float: left;
}

.preview {
  margin-left: 20px;
}

.cancelar-foto {
  width: 150px;
  margin-top: 10px;
}

/* Cropie modal - FIM */


/* Teclado recebendo ligação */
.vbPhoneContRecebimento {
  width: 260px;
  top: -70px;
}

/* Teclado virtual */
.status-exibe {
  margin-bottom: 10px;
}

.container-webphone {
  position: relative;
}

.cont-base {
  position: absolute;
  right: 480px;
  top: 122px !important;
}

.base {
  position: absolute;
  border-radius: 10px;
  background: white;
  display: flex;
  height: auto;
  flex-direction: column;
  padding: 15px 8px;
  font: 25px arial;
  left: 330px;
  bottom: -315px;
  box-shadow: 0px 40px 45px rgba(0, 0, 0, .4);

}

.base:before {
  /*a seta do div flutuante*/
  content: "";
  position: absolute;
  top: -10px;
  left: 120px;
  height: 20px;
  width: 20px;
  background-color: white;
  transform: rotate(45deg);
  box-shadow: -1px -1px 2px rgba(0, 0, 0, .1);
}

.base .base-teclado {
  width: 200px;
  border: 0;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}

.base .base-teclado:focus {
  box-shadow: 0 0 0 0;
  outline: 0;
}

.base div[class*='line'] {
  display: flex;
  justify-content: space-around;
}

.base div[class*='line']+div[class*='line'] {
  margin-top: 15px;
}

.base .line1 {
  padding: 0 10px;
}

.base div[class*='line'] span {
  /* box-shadow: 0px 3px 3px rgba(0, 0, 0, .7); */
  color: #5b5c5e;
  padding: 10px 15px;
  background: #d1d4d6;
  border-radius: 12px;
  text-shadow: 0px 0px 40px #5b5c5e, 0px 0px 80px #5b5c5e;
  min-width: 50px;
  text-align: center;
  margin: 0 12px;
}

.base div[class*='line'] span:hover {
  /*   box-shadow: 0px 2px 10px #040404;*/
  color: #fff;
  background: #2F3336;
  text-shadow: 1px 2px 60px #00BCD4, 0px 0px 60px rgba(0, 188, 212, .9), 0px 0px 60px rgba(0, 188, 212, .9), 10px 10px 60px rgba(0, 188, 212, .9);
  cursor: pointer
}

.base div[class*='line'] span:active {
  transform: scale(.9);
}

.base div[class*='line'] span.active {
  transform: scale(.9);
  color: #fff;
  background: #2F3336;
  text-shadow: 1px 2px 60px #00BCD4, 0px 0px 60px rgba(0, 188, 212, .9), 0px 0px 60px rgba(0, 188, 212, .9), 10px 10px 60px rgba(0, 188, 212, .9);
  cursor: pointer
}

.bt-teclado {
  margin: 0 auto;
  min-width: 90px;
  color: white !important;
}

.bt-teclado:hover {
  color: white !important;
}

a.active:hover {
  color: white !important;
  background-color: #208642 !important;
}

.vbPhoneMinimizar {
  width: 80px;
  float: left;
  text-align: left;
  margin-top: 15px !important;
  margin-left: 22px;
}

.vbPhoneDesconectar {
  width: 100px;
  margin-left: 140px;
  margin-top: -13px !important;
}


/* Ajustes CRM / icons */

ul li>a>i {
  font-size: 18px !important;
  display: block;
}

.ion-gear-b {
  font-size: 22px !important;
  margin-left: 4px !important;
}

.ion-social-whatsapp {
  font-size: 20px !important;
  margin-left: 4px !important;
}

/* Ajustes CRM / button */

button.text-link {
  border: 0;
  background: transparent !important;
  outline: none;
  margin-left: -5px;
}

.btn2 {
  font-weight: 600;
  font-size: 12px;
  padding: 4px 10px 6px 12px;
  letter-spacing: .5px;
  background: transparent !important;
  border-radius: 5px !important;
  transition: 0s;
}

li.nav-item a.nav-link:hover {
  background-color: #0057ae !important;
  color: white !important;
}

/* Dashboard CRM */
.box-dashboard {
  background-image: url(../img/grafico-dashboard.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom !important;
  height: 200px;
  z-index: 1;
}

.box-dashboard-active {
  background-image: url(../img/grafico-dashboard-active.fw.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom !important;
  height: 200px;
}

.box-active {
  background-color: #0057ae;
  color: #fff;
}

.bloqueio {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 30px;
  z-index: 2;
  border-radius: 9px;
}

.bloqueio::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  pointer-events: auto;
  display: flex;
}

.bloqueio h2 {
  color: #0057ae;
  font-size: 24px;
  text-align: center;
  opacity: 1;
  z-index: 10;
  position: absolute;
  margin-top: 16%;
}

/* Dashboard CRM - FIM*/


/* Registro CRM */
.imagem-registro {
  position: absolute;
  right: 80px;
  top: 15px;
}

.imagem-registro .icone-foto {
  position: absolute;
  top: 5px;
  right: -10px;
}

/* Registro CRM - FIM*/


/* CLIENTES CRM */
#contClientes {
  min-height: 100vh;
}

#contAtividades {
  min-height: 100vh;
  flex-direction: column;
}

#timeline {
  height: 100vh;
  overflow-y: auto;
}


.text-grafite {
  color: #676767 !important;
}

.text-nota {
  background-color: #fefcdd !important;
}

.produto-servico {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 8px;
}

.produto-servico .nome {
  font-weight: normal;
  color: #333;
  font-size: 15px;
  margin-bottom: 5px;
}

.produto-servico .valor {
  color: #888;
  font-size: 14px;
  margin-bottom: 5px;
}

.produto-servico .valor-total {
  font-size: 15px;
  color: #0057ae;
  font-weight: bold;
}

.produto-servico .produto-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-hover:hover {
  background-color: #f7f7f7;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Produtos e serviços CRM - FIM */


/* Placeholter */
.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: .2
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: .2
  }
}

.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: .5
}

.placeholder.btn::before {
  display: inline-block;
  content: ""
}

.placeholder-xs {
  min-height: .6em
}

.placeholder-sm {
  min-height: .8em
}

.placeholder-lg {
  min-height: 1.2em
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: .2
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: .2
  }
}

.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0
  }
}

/* Placeholter - FIM*/

/* AJUSTES DROPZONE */
.dropzone .dz-preview .dz-error-message {
  top: 90px !important;
  line-height: 12px;
  background-color: black;
  border-top-color: black !important;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid black
}

/* AJUSTES DROPZONE */

/* EFEITO DE ZOOM  */
.Class {
  cursor: pointer !important;
}

.Class :hover {
  transform: scale(1.8);
  transition: transform 0.3s;
  /* / Adicione uma transição suave para suavizar o efeito de zoom / */
}

/* ckEditor */
.border-ckeditor {
  border: 1px solid #CCC !important;
  min-height: 200px;
}