
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJjdXN0b20uc2NzcyJdLCJzb3VyY2VzQ29udGVudCI6WyIiXSwiZmlsZSI6ImN1c3RvbS5jc3MifQ== */

#customer_list_filter{
  z-index: 12;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.widget-changelog{
  margin-bottom: 1rem;
  position: relative;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #e0e6ed;
  border: none;
  background: #f1f2f3;
}

.b-l-success{
  border-left: 2px solid #00ab55;
}
.b-l-danger{
  border-left: 2px solid #e7515a;
}
.b-l-warning{
  border-left: 2px solid #e2a03f;
}

.form-check-info input[type="radio"]:checked+label {
  background-color: #2196f3;
  color: #fff;
  padding-left: 15px;
  padding-right:15px;
  border-radius: 6px;
}
.form-check-success input[type="radio"]:checked+label {
  background-color: #00ab55;
  color: #fff;
  padding-left: 15px;
  padding-right:15px;
  border-radius: 6px;
}
.form-check-warning input[type="radio"]:checked+label {
  background-color: #e2a03f;
  color: #fff;
  padding-left: 15px;
  padding-right:15px;
  border-radius: 6px;
}

.excerpt-hidden {
  height: 6.0rem;
  overflow: hidden;
  position: relative;
}
.excerpt-hidden::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100% );
}

.btn-icon-aw{
  padding: 4.6px 8px!important;
}

.excerpt-visible {
  height: auto;
  overflow: auto;
}

::-webkit-scrollbar {
  width: 20px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #4361ee;
}
.dropdown-list{
		display: block;
		max-height: 350px;
		overflow-x: hidden;
		min-height: 120px;
		will-change: transform;
		position: absolute;
		transform: translate3d(0px, 49px, 0px);
		top: 30px;
		box-shadow: 2px 5px 17px 0 rgb(0 0 0 / 50%);
		background: #fff;
		border-radius: 8px;
}
.dropdown-item-inner{
	display: block;
	padding: 9px 19px;
	cursor: pointer;
}
.dropdown-item-inner:hover{
	background: #fafafa;
}

.fade-in-top {
	animation-name: fadeInTop;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 0.5s;
}

@keyframes fadeInTop {
   0% {
      opacity:0;
   }
   100% {
      opacity:1;
   }
}

.mauspointer{
  cursor: pointer;
  transition: transform .2s;
}
.mauspointer-nozoom{
  cursor: pointer;
  transition: transform .2s;
}

.mauspointer:hover{
  cursor: pointer;
  transform: scale(1.1);
}
.mauspointer-nozoom:hover{
  cursor: pointer;
}

.modal-header h5{
  color:#3b3f5c;
}

.item-ticket{
  background: #fff;
  margin-bottom: 15px;
  border-radius: 14px;
  padding: 13px 18px;
  width: 100%;
  color: #0e1726;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 9px 2px rgb(31 45 61 / 10%);
  box-shadow: 0px 2px 9px 2px rgb(31 45 61 / 10%);
  transition: transform 0.3s;
}

.widget-header{
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}
.badge-mini{
  font-weight: 200;
  font-size: 8.9px;
  font-weight: 300;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  display: inline-block;
  padding: 4.6px 8px;
  border-radius: 6px;
}


.agentinternbubble{
  position: relative;
  padding: 20px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #e0e6ed!important;
  border: none;
  background: #eaeaec !important;
  color: #515365;
	border-radius: 6px;
  box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
  margin-bottom: 1rem;

}
.agentbubble{
  position: relative;
  padding: 20px;
  border-radius: 20px 20px 20px 0px;
  border: 1px solid #e0e6ed!important;
  border: none;
  background: #fff;
  box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
  margin-bottom: 1rem;
  margin-right: 2rem;
}
.customerbubble{
  position: relative;
  padding: 20px;
  border-radius: 20px 20px 0px 20px;
  border: 1px solid #e0e6ed!important;
  border: none;
  background: #fff;
  box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
  margin-bottom: 1rem;
  margin-left: 2rem;
}
div.customerbubble{
  text-align: right;
}
.customerbubble p{
  text-align: left;
}


.loader-regiotec  {
  animation: rotate 1s infinite;
  height: 50px;
  width: 50px;
  display:block;
}

.loader-regiotec:before,
.loader-regiotec:after {
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
}
.loader-regiotec:before {
  animation: ball1 1s infinite;
  background-color: #008bc5;
  box-shadow: 30px 0 0 #e30613;
  margin-bottom: 10px;
}
.loader-regiotec:after {
  animation: ball2 1s infinite;
  background-color: #e30613;
  box-shadow: 30px 0 0 #008bc5;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(0.8);
    -moz-transform: rotate(0deg) scale(0.8);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2);
  }
  100% {
    -webkit-transform: rotate(720deg) scale(0.8);
    -moz-transform: rotate(720deg) scale(0.8);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #e30613;
  }
  50% {
    box-shadow: 0 0 0 #e30613;
    margin-bottom: 0;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #e30613;
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #008bc5;
  }
  50% {
    box-shadow: 0 0 0 #008bc5;
    margin-top: -20px;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #008bc5;
    margin-top: 0;
  }
}
