.rotate {
  position: absolute !important;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

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




.fab-container {
  bottom: 50px;
  right: 50px;
  z-index: 999;
  cursor: pointer;
}

.fab-icon-holder {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #016fb9;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.fab-icon-holder:hover {
  opacity: 0.8;
}

.fab-icon-holder i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  color: #ffffff;
}

.fab {
  width: 45px;
  height: 45px;
}

.fab-options {
  list-style-type: none;
  position: absolute;
  bottom: 20px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0);
  transform-origin: 65% bottom;
  margin-left: -31px;
  padding-bottom: 20px;
}


.fab-options li {
  display: flex;
  justify-content: flex-center;
  padding: 5px;
}


#conversas .conversa .menuConversa{
	opacity: 0;
	visibility: 0;
	display: flex;
	transition: all 0.3s ease;
}
#conversas .conversa:hover .menuConversa{
	opacity: 1;
	visibility: 1;
	display: flex;
}

#conversas .conversa .numeroContato{
	opacity: 0;
	visibility: 0;
	display: flex;
	transition: all 0.3s ease;
}
#conversas .conversa:hover .numeroContato{
	opacity: 1;
	visibility: 1;
	display: flex;
}


#mensagens .mensagem .hoverMsgShow{
	opacity: 0;
	visibility: 0;
	display: flex;
	transition: all 0.3s ease;
}
#mensagens .mensagem:hover .hoverMsgShow{
	opacity: 1;
	visibility: 1;
	display: flex;
}

#chatMensagem::placeholder {
  color: #686868 !important;
}

#chatMensagem {
	padding-top: 10px;
}

#chatMensagem {
	scrollbar-color: var(--bs-secondary) rgba(0,0,0,0.1);
	scrollbar-width: thin;
}

div {
	scrollbar-color: var(--bs-secondary) rgba(0,0,0,0.1);
	scrollbar-width: thin;
}

::-webkit-scrollbar{
	height: 6px;
	width: 6px;
	background: rgba(0,0,0,0.1);
}

::-webkit-scrollbar-thumb {
	background: var(--bs-secondary); 
}

wave {
	cursor: pointer !important;
}

.btn-light {
	background-color: #F2F5FA;
	border: none;
	color: #000000;
}

.wrapper .border-light {
	border: none;
}

.theme-primary .nav-pills > li > a.active {
    border-top-color: #585EA8;
    background-color: #585EA8 !important;
    color: #ffffff!important;
	border-radius: 0 0 10px 10px!important;
}

.theme-primary .nav-pills > li > a.active:hover, .theme-primary .nav-pills > li > a.active:focus {
    border-top-color: #585EA8;
    background-color: #585EA8 !important;
    color: #ffffff!important;
}

.btn-toggle.active {
    background-color: #60b86c;
}

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    color: #475f7b;
    background: #bbbee3;
    border-radius: 0 0 10px 10px !important;
}

.theme-primary .border-primary {
    border-color: #585ea8 !important;
}

.theme-primary .bg-primary-light {
    background-color: #e9ebff !important;
    color: #585EA8;
}

.emojionearea.emojionearea-standalone .emojionearea-button > div {
    right: 6px;
    top: 2px!important;
}

.bg-menta{
	background-color: #98FF98!important;
}

.bg-azul{
	background-color: #02b0c9!important;
}

@media (max-width: 768px) {
    .conversa_nome {
        max-width: 115px;
    }
    .descNumero {
        max-width: 125px;
    }
}

@media (min-width: 769px) {
    .conversa_nome {
        max-width: 180px;
    }
    .descNumero {
        max-width: 180px;
    }
}

@media (max-width: 768px) {
	.ms-80{
		margin-left: 0px!important;
	}

	.mt-mobile{
		margin-top: 95px!important
	}
}

.statusConversa{
	position: absolute;
	width: 65px;
	height: 20px;
	margin: 0;
	right: 0;
	top: 0;
	border-radius: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#selectTag .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 0;
}

#selectTag .bootstrap-select > .dropdown-toggle.bs-placeholder, 
#selectTag .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, 
#selectTag .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, 
#selectTag .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999;
    width: 0;
    height: 0;
    opacity: 0;
}

#selectTag .bootstrap-select > .dropdown-toggle {
    width: 0;
    opacity: 0;
    height: 0;
}

.swal2-html-container {
  overflow: visible;
}