:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  /* --secondary: #6c757d; */
  --secondary: #666666;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body.beecred {
  background: #CCCCC8;
  color: #212529;
}
.beewraper {
  padding-top: 21rem;
}
.beecred h2 {
  font-weight: bold;
}
.beecred .beecheckbox {
  padding-top: 2.4rem;
  padding-left: 3rem;
}
.beecred .beeradio {
  padding-top: 0.4rem;
  padding-left: 2rem;
}
.beecred .btn {
  box-shadow: 0px 0 4px rgb(0 0 0 / 16%), 0 0px 4px rgb(0 0 0 / 16%);
  font-weight: bold;
}
.beecred .btn-warning {
  color: #212529;
  background-color: #FCC80B;
  border-color: #FCC80B;
  box-shadow: none;
}
.beecred .btn-warning:active {
  color: #212529 !important;
  background-color: #FCC80B !important;
  border-color: #FCC80B !important;
}
.beecred .btn-warning:hover {
  color: #212529;
  background-color: #FCDC65;
  border-color: #FCDC65;
}
.beecred .btn-sm {
  padding: 0.25rem 1rem;
  font-size: 1rem;
  font-weight: bold;
}
.beecred .beebusca {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.beecred thead th {
  background: #EEEEEE;
}
.beecred td h5 {
  margin-bottom: 0;
}
.beecred table th, .beecred table td {
  vertical-align: middle;
}
.beecred .badge.bg-light {
  background: #CCCCCC !important;
  color: #FFFFFF !important;
}
.beecred .beecount {
  font-weight: bold;
}
.beecred .beecard {
  margin-bottom: 0.2rem;
}
.beecred .beecard .card-header {
  background: #EFEFEF;
}
.beecred .beecardclient {
  margin-bottom: 0;
}
.beecred .beecardclient h4 {
  font-weight: bold;
}
.beecred .beecardtotal {
  background: #EFEFEF;
  text-align: center;
}
.beecred .beecardtotal h2 {
  font-size: 2rem;
  line-height: 0.5rem;
  margin-top: 0.1rem;
}
.beecred .beecardtotal h3 {
  margin-bottom: 0;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}

.beecred .card-info {
  background: #EFEFEF;
  position: relative;
  padding: 2.5rem 0 0 0;
  margin: 1.3rem 0.6rem -1.8rem 0rem;
  border-radius: 0 0 0.6rem 0.6rem;
  color: #808080;
  border: 0.3px solid #B0B0B0
}

.beecred .beetotalalertadis {
  background: #EFEFEF;
  position: relative;
  padding: 2.5rem 0 0 0;
  margin: 1.3rem 0.6rem -1.8rem 0rem;
  border-radius: 0 0 0.6rem 0.6rem;
  color: #808080;
  border: 0.3px solid #B0B0B0
}
.beecred .beetotalalerta {
  background: #FFFFFF;
  position: relative;
  padding: 2.5rem 0 0 0;
  margin: 1.3rem 0.6rem -1.8rem 0rem;
  box-shadow: 0px 8px 8px rgb(0 0 0 / 8%), 0 8px 8px rgb(0 0 0 / 8%);
  border-radius: 0 0 0.6rem 0.6rem;
  color: var(--primary);
}
.beecred .beeidalerta {
  color: #CCCCCC;
}
.beecred .alert-status {
  color: #CCCCCC;
  font-weight: bold;
}
.beecred .alert-status i, .beecred .alert-status-danger {
  color: #C60000;
  font-weight: bold;
}
.beecred .alert-status-success {
  color: #28a745;
  font-weight: bold;
}
.beecred .alert-phone {
  background-color: #C60000;
  color: #FFFFFF;
}

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}

/** ANIMATIONS **/
.beearrow {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 10;
  margin: 0 2rem;
}
.beearrow .arrow {
  text-align: center;
}
.beearrow img {
  fill: #F4CA46;
  height: 4rem;
  opacity: 0.8;
}
.beearrow p {
  background: rgba(244, 202, 70, 0.8);
  padding: 0.5rem 1rem;
  border-radius: 5px;
  line-height: 1.3rem;
  font-weight: bold;
}

/* ANIMATION */
.beearrow {
  animation: beemotion 1s linear infinite;
}

@keyframes beemotion {
  0%    {left:0px; top:0px;}
  40%   {left:0px; top:20px;}
  50%   {left:0px; top:20px;}
  90%  {left:0px; top:0px;}
  100%  {left:0px; top:0px;}
}


/* LANCAMENTOS ANIMADOS */
.novidade:before,
.novidade:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  background: linear-gradient(45deg, #ff0000, #ff5500, #ff9100, #ffff00, #ff9100, #ff5500);
  background-size: 400%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  animation: beeNovidade 20s linear infinite;
}

.novidade:after {
  filter: blur(10px);
}

@keyframes beeNovidade {
  0% {background-position: 0 0;}
  50% {background-position: 300% 0;}
  100% {background-position: 0 0;}
}
