.callio-widget-icon {
  line-height: 58px;
  height: 60px;
  min-width: 60px;
  position: fixed;
  z-index: 1000;
  text-align: center;
  text-decoration: none;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.callio-icon-phone-call {
  background-image: url("https://client.callio.vn/img/widget/icons/icon-phone-call-shadow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
}

.callio-user-status {
  width: 10px;
  height: 10px;
  background: #F7B500;
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  border-radius: 50%;
}

.callio-user-status.active {
  background: #4CC8E9;
}


.box-phone-call .callio-widget-box.active {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}

.box-phone-call .callio-widget-header {
  background: #6b66c4;
  height: 50px;
  padding: 0 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
}

.box-phone-call .callio-widget-box__close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 10px;
  border: 1px solid #fff;
  padding: 0;
  background: transparent;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}

.box-phone-call .callio-widget-box__close:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://client.callio.vn/img/widget/caret-down-white.svg);
}

.callio-widget-box.box-phone-call {
  width: 300px;
  position: fixed;
  right: 5px;
  bottom: 50px;
  height: 452px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
}

.box-phone-call .callio-avatar {
  vertical-align: middle;
  margin: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  line-height: 36px;
  overflow: hidden;
  border-radius: 100%;
  background: linear-gradient(45deg, #4cc8e9, #ff6fbc);
  background: -o-linear-gradient(45deg, #4cc8e9, #ff6fbc);
  float: left;
  margin-top: 4px;
}

.box-phone-call .callio-avatar-name {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: left;
  padding-right: 5px;
  position: relative;
  z-index: 1;
  margin-left: 10px;
  width: calc(100% - 68px);
  float: left;
  margin-top: 10px;
}

.box-phone-call .callio-avatar-name span.callio-normal {
  font-size: 14px;
  font-weight: 700;
}

.box-phone-call .callio-avatar-name span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.box-phone-call .callio-avatar-name span.callio-small {
  font-size: 12px;
  text-transform: none;
}

.box-phone-call .c-call-screen {
  padding: 15px 15px;
  margin-left: auto;
  margin-right: auto;
}

.box-phone-call .c-call-number {
  margin-bottom: 10px;
  padding: 10px 0;
  position: relative;
  z-index: 1;
  background: #f2f2f2;
  border-radius: 6px;
}

.box-phone-call .c-call-number__text {
  display: block;
  font-size: 16px;
  padding: 0 44px;
  border: none;
  background: transparent;
  outline: none;
  text-align: center;
  font-weight: 550;
  color: #6b66c4;
}

.box-phone-call .c-call-number .c-call-number__back {
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 0;
  font-size: 14px;
  color: #fff;
  border: none;
  width: 44px;
  text-align: center;
  background: #666;
  border-radius: 18px 4px 4px 18px;
  outline: none;
}

.box-phone-call .c-call-screen__row {
  margin-bottom: 7px;
  line-height: 1.3;
}

.box-phone-call .c-push-number {
  max-width: 440px;
  margin-left: 8px;
  margin-right: auto;
  padding-top: 5px;
}

.box-phone-call .c-push-number ul {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
}

.box-phone-call .c-push-number ul li {
  float: left;
  width: 33.33333%;
  text-align: center;
  padding-bottom: 5px;
}

.box-phone-call .c-push-number ul li button {
  line-height: 2;
  font-size: 18px;
  outline: none;
  width: 44px;
  height: 44px;
  border: 1px solid #e4e4e4;
  background: #f2f2f2;
  border-radius: 100%;
  cursor: pointer;
}

.box-phone-call .btn-block {
  display: block;
  width: 100%;
}

.box-phone-call .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 3px;
}

.box-phone-call .btn-primary {
  color: #fff;
  background-color: #6b66c4;
  border-color: #6b66c4;
}

.box-phone-call .btn-primary.focus,
.box-phone-call .btn-primary:focus,
.box-phone-call .btn-primary:hover {
  color: #fff;
  background-color: #504ab9;
  border-color: #4b45b2;
}

.box-phone-call .dropdown-menu-phone-call.is-custom .dropdown-menu__padding .c-line-gadient {
  margin-bottom: 10px;
}

.box-phone-call .c-line-gadient {
  background: -webkit-gradient(linear, left top, right top, from(#4cc8e9), to(#ff6fbc));
  background: linear-gradient(90deg, #4cc8e9, #ff6fbc);
  background: -o-linear-gradient(to right, #4cc8e9, #ff6fbc);
}

.box-phone-call .c-line,
.box-phone-call .c-line-gadient {
  height: 1px;
  padding: 0;
  border: none;
  width: 100%;
}

.box-phone-call .dropdown-menu-phone-call.is-custom .dropdown-menu__padding {
  padding: 10px 15px;
  overflow-x: hidden;
  overflow-y: auto;
}

.box-phone-call .dropdown-menu-phone-call.is-custom .dropdown-menu__label {
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.box-phone-call .col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.box-phone-call .col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.box-phone-call .row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: top;
}

#box_phone_call {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-family: Quicksand, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  line-height: 1.5;
  display: none;
}

.box-phone-call .text-right {
  text-align: right !important;
}

.box-phone-call .btn-group-sm>.btn.is-border-1,
.box-phone-call .btn.is-border-1.btn-sm {
  padding: 0.375rem 0.75rem;
}

.box-phone-call .btn.is-border-1 {
  border-width: 1px;
  padding: 0.4375rem 0.8125rem;
}

.box-phone-call .btn [class*=icon12] {
  margin-top: -2px;
}

.box-phone-call .icon12-refesh-primary {
  background-image: url("https://client.callio.vn/img/icon12-refesh-primary.7f0c2157.svg");
}

.box-phone-call .btn-outline-gray {
  border-color: #e4e4e4;
  background-color: #fff;
}

.box-phone-call .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: .76562rem;
  line-height: 1.5;
  border-radius: 3px;
}

.box-phone-call .btn:not([disabled]):not(.disabled):not(.btn-link):hover {
  text-decoration: none;
  -webkit-transform: translate3d(0, -1px, 0);
  transform: translate3d(0, -1px, 0);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
}

.box-phone-call .btn-outline-gray.active,
.box-phone-call .btn-outline-gray:hover {
  background-color: #6b66c4;
  color: #fff;
  border-color: #5651ab;
}

.box-phone-call .c-connect-list {
  padding-bottom: 5px;
}

.box-phone-call .c-connect-item {
  margin-bottom: 3px;
  line-height: 1.2;
}

.box-phone-call .c-connect-item.is-danger .c-connect-item__status {
  background: #f16357;
}

.box-phone-call .c-connect-item__status {
  padding: 2px 5px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  white-space: nowrap;
}

.box-phone-call .c-connect-item__text {
  font-size: 12px;
  padding: 2px 0 2px 5px;
}
.box-phone-call .callio-dropdown-setting{
  background-color: #fff;
}
.box-phone-call{
  z-index: 1060;
}

.box-phone-call .c-box-call {
  top: 50px;
  height: 400px;
}
.box-phone-call .c-box-call {
  display: none;
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 0;
  right: 0;
  padding-bottom: 5px;
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.15);
  box-shadow: 0 10px 10px rgba(0,0,0,.15);
  background: linear-gradient(-45deg,#4cc8e9,#ff6fbc,#48bb7f,#f16357);
  background-size: 400% 400%;
  -webkit-animation: gradient-animate 10s ease infinite;
  animation: gradient-animate 10s ease infinite;
}
.box-phone-call .c-box-call.is-success {
  background: #48bb7f;
}
.box-phone-call .c-box-call.active {
  display: block;
}
.box-phone-call .c-box-call .c-box-call__inner:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  z-index: 2;
  right: 78px;
  top: -10px;
}
.box-phone-call .c-box-call .c-box-call__inner {
  background: #fff;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
}
.box-phone-call .c-box-call__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.box-phone-call .c-box-call .c-box-call__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-phone-call .c-box-call .ring-container {
  position: relative;
  margin-bottom: 10px;
  left: auto;
  top: auto;
}

.box-phone-call .ring-container .circle {
  width: 10px;
  height: 10px;
  background-color: #6b66c4;
  border-radius: 50%;
}
.box-phone-call .c-box-call .c-box-call__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-phone-call .c-call-widget.is-warning .c-call-widget__circle {
  background: #f7b500;
}
.box-phone-call .c-call-widget__circle {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 3px;
  border-radius: 100%;
}
.box-phone-call .icon12-call-callout-white {
  background-position: 50%;
  background-repeat: no-repeat;
}
.box-phone-call .c-call-widget.is-warning .c-call-widget__text {
  color: #f7b500;
}
.box-phone-call .c-call-name{
  text-align: center;
}
.box-phone-call .c-call-name__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: contents;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-phone-call .c-box-call .c-box-call__text, .c-box-call .c-box-call__time {
  padding: 10px 0 8px;
}
.box-phone-call .c-box-call .c-box-call__end .btn {
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  line-height: 28px;
  border: none;
  border-radius: 100%;
}
.box-phone-call .icon16-call-end-white, .icon16-spreadsheet-gray {
  background-position: 50%;
  background-repeat: no-repeat;
}
[class*=icon16] {
  width: 16px;
  height: 16px;
}
.box-phone-call .circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
}
.box-phone-call .pulse {
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.c-box-call__ok .is-border-circle{
  font-size: 14px;
  margin-bottom: 8px;
  padding: 3px 15px;
  border-radius: 16px
}

.phone-status-connect.badge-success{
  display: none;
}
.callio-widget-click-setting{
  display: none;
}
#time_box{
  display: none;
}