.submenu {
  margin-left: 1rem;
  padding: 0.4rem!important;
  color: rgba(255,255,255,.6)!important;
}

.bg-sidebar{
  /*background-color: rgba(60, 60, 60, 2.5);*/
  background: rgba(100,100,100);
}

.bg-oncall{
  /*background-color:#69DD5C !important;*/
  background-color: #38E081 !important;
}

.bg-waiting{
  /*background-color:#F5B041 !important;*/
  background-color: #F5BC49 !important;
}

.bg-online{
  /*background-color: #03C4EB !important;*/
  background-color: #35AFD4 !important;
}

.bg-outgoing{
  background-color: #F5D73D !important;
}

.bg-gray{
  background-color: rgba(210, 210, 210);
}

.bg-primary{
  background-color: #2399EF !important;
}

#queue .table.table-sm tbody {
   font-size: revert;
}

.border-left-primary {
  border-left: 0.5rem solid #35AFD4 !important;
}

.border-left-secondary {
  border-left: 0.5rem solid #858796 !important
}

.border-left-info {
  border-left: 0.5rem solid #36b9cc !important;
}

.border-left-success {
  border-left: 0.5rem solid #38E081 !important;
}
.border-left-danger {
  border-left: 0.5rem solid #F5302C !important;
}
.border-left-warning {
  border-left: 0.5rem solid #F79319 !important;
}
#HW_badge_cont {
  position: relative !important;
  display: inline-block !important;
}
.sidebar-brand-icon {
  font-family: "Open Sans",sans-serif;
}

#new_feature{
  color: #03C4EB;
}

#accordionSidebar .activelink {
  width: 100%;
  background: rgba(0,0,0, .2);
}

/* #accordionSidebar li a:hover span{
  border-bottom:3px solid #35AFD4;
  transform-origin: right;
  transition: transform 0.5s;
} */
#tb_queues{
  margin-left: 0.2%;
  margin-top: 1%;
  pointer-events: none;
}

.bg-edit {
  background-color: #F1A501 !important;
}

.bg-edit {
  background-color: #F1A501 !important;
}

.bg-delete {
  background-color: #FF6161 !important;
}

.bg-edit2 {
  background-color: rgba(250, 160, 26, 0.650) !important;
}

.bg-delete2 {
  background-color: rgba(236, 54, 54, 0.650) !important;
}
.modal-body img {
  width: 50%;
  height: 50%;
}
#deleteUser .modal-body .card {
  visibility: hidden;
}

@media(max-width: 768px){
      #createUserButton{
        margin-left: 0%;
      }
      #new_feature{
        display: none;
      }

}

#accordionExample .card .card-header[data-toggle=collapse]::after{
  color: #625A78;
}

#callslostcard{
  margin-left: 10%;
  margin-right: 10%;
}

/* #callslosttext {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 2em;
    color:  #625A78;
    font-family: 'Amaranth', sans-serif;
} */

.text-warning{
  color: #f79319 !important;
}

.swal2-confirm {
  background-color: #35AFD4 !important;
}

#vincExtensionsOutbound tbody th{
  font-weight: 400 !important;
}

/* Data tables style */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #8d9ca69e;
  border-color: #b1b1b1;
}
.page-link{
  color: #7d818b;
}

.text-primary {
  color: #2a2a4794 !important;
}

.daterangepicker .drp-buttons .btn{
  color: #fff;
  background-color: #35AFD4;
  border-color: #fff;
}

.daterangepicker td.active{
  background-color:  #35AFD4 !important;
  border-color: transparent;
  color: #fff;
}