.toc-component-identified{
    display:none !important;
}

.toc-component-investigating{
    display:none !important;
}

.toc-component-monitoring{
    display:none !important; 
}

.nav.navbar-right>li>a{
    font-weight:bold;
}

/*hide phone options*/

/*#subscription-summary .card:nth-of-type(2){
    display: none !important;
}*/

#subscription-summary .card:nth-of-type(4){
    display: none !important;
}

.page-profile #mainform .form-group:nth-of-type(3){
    display: none!important;
}


#createsubscriberaccount{
    display: none!important;
}
[for="createsubscriberaccount"]
{
    display: none!important;
}

.btn-primary{
    background-color: #4e2d82;
}

.ibox-title.p2 {
    background-color: #4e2d82;
}

#statuscast-attribution {
    display:none;
}

.footer-contents {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 8px;
  
}

.footer-brand {
  display:none;
}


.ibox-title .p-2{
    background-color:#4e2d82;
}

/*Practice ID Text box*/

.stack:empty { display: none }

.practId{
  display: flex;
  justify-content: center;
  align-items: center;
}

.pid{
    display:inline-block;
}

.box.arrow-left:after {
  content: " ";
  position: absolute;
  left: -7px;
  top: 1px;
  border-top: 15px solid transparent;
  border-right: 15px solid white;
  border-left: none;
  border-bottom: 15px solid transparent;
}

.box {
  width: 200px;
  height: auto;
  background-color: white;
  color:black;
  padding: 6px;
  position: relative;
  float: right;
  border-radius:5px;
  overflow-wrap: break-word;
}