﻿html {
  font-size: 12px;
}

html, body {
  height: calc(100% - 15px);
}

#nav-tabContent {
  overflow-y: auto;
}

#five9_loading .modal-content {
  background-color: transparent;
  border-color: transparent;
  color: #9BCFEB;
}

#five9_omni_info {
  display: none;
}

.five9-entity-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:4px 0;
}
.five9-entity-left{
  display:flex;
  align-items:center;
  gap:8px;
  flex: 1 1 auto;
  min-width:0;
}
.five9-entity-right{
  display:flex;
  align-items:center;
  gap:6px;
  flex: 0 0 auto;
}
.five9-priority-label{
  margin:0;
  font-size: 0.9rem;
  white-space:nowrap;
}
.five9-priority-input{
  width:80px;
}

