.persona-box-rounded {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.persona-box {
  position: fixed;
  right: 2px;
  width: 300px;
  background-color: #fff;
  bottom: 0px;
}

.persona-box.rotinalocal {
  bottom: 20px;
}

.persona-box .persona-box__header {
  background-color: #e99b3d;
  color: #FFF;
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 2px 0px 10px;
}

.persona-box .persona-box__header .persona-box__header__title {
  width: 100%;
  text-align: center;
}

.persona-content {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.persona-content .persona-content__message {
  padding-top: 5px;
  padding-bottom: 5px;
}

.persona-start-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 2px 0px 10px;
  position: fixed;
  right: 2px;
  width: 180px;
  bottom: 2px;
  background-color: #e99b3d;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
}

.persona-start-box.rotinalocal {
  bottom: 22px;
}

.persona-start-box .persona-start-box__titulo {
  font-weight: bold;
}

.persona-button-arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff !important;
}

.persona-content .label-cadastro {
  line-height: 20px;
  padding: 0px;
}
