body {
  background-color: white;
}
.message {
}
.minus-sign {
  font-weight: 700;
}
.actual-count {
}
.plus-sign {
  font-weight: 700;
}
.people-counter {
}
.guest-box {
  width: 60% !important;
  margin: 0 auto;
}
.col-centered {
  float: none;
  margin-right: auto;
  margin-left: auto;
}
.btn-circle {
  width: 60px;
  height: 60px;
  font-size: 20px;
  padding: 6px 0px;
  border-radius: 30px;
  text-align: center;
}
.countbox {
  /* position: relative; */
  /* height: 175px; */
  width: 175px;
  padding: 50px 0;
  color: white;
  /* text-align:center; */
  /* vertical-align:middle; */
  /* border:1px solid #000; */
  vertical-align: middle;
  word-wrap: break-word;
  /* padding:2rem; */
  margin: 10px;
  display: inline-block;
}
.countbox-text {
  /* position: absolute; */
  /* display: inline-block; */
  /* top: 75px !important;  */
  vertical-align: middle;
  /* left: 50%; */
  /* transform: translate(-50%); */
  /* width: 175px;
  height: 175px; */
}
.green {
  background: #42a548;
}
.yellow {
  background: #fdce0c;
}
.orange {
  background: #f7a51d;
}
.entry-header {
  padding: 0 0 !important;
}
.live-feed-border {
  font-size: 24px;
  border: 10px solid black;
  padding: 2rem 1rem;
  min-height: 3em;
  resize: both;
  background: #ffffff;
  border-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cstyle%3Epath%7Banimation:stroke 5s infinite linear%3B%7D%40keyframes stroke%7Bto%7Bstroke-dashoffset:776%3B%7D%7D%3C/style%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23b21123' /%3E%3Cstop offset='25%25' stop-color='%2342a548' /%3E%3Cstop offset='50%25' stop-color='%23b21123' /%3E%3Cstop offset='100%25' stop-color='%23f7a51d' /%3E%3C/linearGradient%3E %3Cpath d='M1.5 1.5 l97 0l0 97l-97 0 l0 -97' stroke-linecap='square' stroke='url(%23g)' stroke-width='3' stroke-dasharray='388'/%3E %3C/svg%3E")
    1;
}
