.logo_papets
{
  height: 44px;
}

.color-blue-papets
{
  color: #027bc8;
}

.color-orange-papets
{
  color: #ff6b00;
}

.bg-blue-papets
{
  background-color: #027bc8;
}

.bg-orange-papets
{
  background-color: #ff6b00;
}

.dashboard-card-border
{
  /* border: 1px solid #FFF; */
  box-shadow: 0px 0px 5px #fff;
}

.col-steps
{
  border-left: 1px dashed #c7c7c7;
}

.col-steps-item
{
  text-align: center;
}

.limit-card-text
{
  overflow: hidden;
  height: 30px;
}

.dashboard-header-section
{
  padding: 2px 15px !important;
}

.dashboard-header-section-text
{
  float: left;
  margin: 5px 0px;
}

.dashboard-header-section-check
{
  float: left;
  margin: 0px 10px;
  padding-top: 4px;
}

.dashboard-item-not-started
{
  border-top: 10px solid #ff0000;
}

.dashboard-item-working
{
  border-top: 10px solid #dfdf00;
}

.dashboard-item-finish
{
  border-top: 10px solid #008000;
}

.dashboard-attendence-card
{
  border: 1px solid #d4d4d4;
}

.dashboard-steps
{
  padding: 3px 15px;
  border-radius: 10px;
}

.select-papets
{
  border-color: #dee2e6;
  border-radius: 12px;
  padding: 3px 20px;
  font-size: 14px;
  color: #9eabba;
  outline: none;
}

.pageerror404logopapets
{
  height: 80px;
  margin: 10px 30px;
}

.pageerror404image
{
  text-align: center;
}

.pageerror404texto
{
  text-align: center;
}

.login-full-size
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.login-image-papets
{
  width: 100%;
}

.tabs
{
  display: none;
}

.tab-active
{
  display: block;
}

.btn-detail-papets
{
  height: 16px;
  padding: 0;
  line-height: 1;
  background-color: #e7e7e7;
  width: 100%;
  text-align: center;
  border-radius: 0 0 14px 14px !important;
  cursor: pointer;
}

.btn-action
{
  padding: 1px 5px;
}

.btn-acao
{
  padding: 2px 30px;
  border-radius: 8px;

}

.div-acao
{
  line-height: 45px;
}

.papets-tabs-quantity
{
  /* border: 1px solid #000; */
  border-radius: 50%;
  height: 17px;
  width: 17px;
  margin: 4px;
  font-size: 11px;
  color: #fff;
  background-color: #ff0000;
  float: left;
  right: -6px;
  position: absolute;
  top: -6px;
  box-shadow: 0 0 0 0 rgba(#ff0000, .5);
  -webkit-animation: pulse 0.5s infinite;
}

@-webkit-keyframes pulse {
  0% {
    @include transform(scale(.5));
  }
  70% {
    @include transform(scale(1));
    box-shadow: 0 0 0 50px rgba(#ff0000, 0);
  }
    100% {
    @include transform(scale(.5));
    box-shadow: 0 0 0 0 rgba(#ff0000, 0);
  }
}


.has-success .fa-check{
  position: absolute;
  top: 45px;
  right: 15px;
  color: #2dce89;
}

.has-error .fa-times{
  position: absolute;
  top: 45px;
  right: 30px;
  color: #ff6d6d;
}

.has-error .help-block{
  color: #ff4e4e;
}

.has-error .form-control{
  border: 1px solid #ff4e4e;
}

.has-error .input-group-prepend{
  border: 1px solid #ff4e4e;
  border-radius: 5px 0 0 5px;
}

.has-error .input-group-append{
  border: 1px solid #ff4e4e;
  border-radius: 0 5px 5px 0;
}

.ui-datepicker-material-header {
  display: block;
  background-color: #284B72;
  color: white;
  text-align: center;
  width: 350px;
}
.ui-datepicker-material-header .ui-datepicker-material-day {
  background-color: #1F3A58;
  padding: 10px;
  font-size: 1rem;
}
.ui-datepicker-material-header .ui-datepicker-material-date {
  padding: 20px;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-month,
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-day-num,
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-year {
  padding: 5px;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-month {
  font-size: 2rem;
  text-transform: uppercase;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-day-num {
  font-size: 4.5rem;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-year {
  font-size: 1.8rem;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.4);
}

.ui-datepicker {
  padding: 0;
  border: none;
  box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  width: 350px;
}

.ui-corner-all {
  border-radius: 0;
}

.ui-widget-header {
  border: 0;
}

.ui-datepicker-header {
  text-align: center;
  background: white;
  padding-bottom: 15px;
  font-weight: 300;
}
.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next,
.ui-datepicker-header .ui-datepicker-title {
  border: none;
  outline: none;
  margin: 5px;
}

.ui-datepicker-prev.ui-state-hover,
.ui-datepicker-next.ui-state-hover {
  border: none;
  outline: none;
  background: #b4cbe5;
}

.ui-datepicker-calendar .ui-state-default {
  background: none;
  border: none;
  text-align: center;
  height: 33px;
  width: 33px;
  line-height: 36px;
}
.ui-datepicker-calendar .ui-state-highlight {
  color: #284B72;
}
.ui-datepicker-calendar .ui-state-active {
  border-radius: 50%;
  background-color: #284B72;
  color: white;
}
.ui-datepicker-calendar thead th {
  color: #999999;
  font-weight: 200;
}

.ui-datepicker-buttonpane {
  border: none;
}
.ui-datepicker-buttonpane .ui-state-default {
  background: white;
  border: none;
}
.ui-datepicker-buttonpane .ui-datepicker-close,
.ui-datepicker-buttonpane .ui-datepicker-current {
  background: white;
  color: #284B72;
  text-transform: uppercase;
  border: none;
  opacity: 1;
  font-weight: 200;
  outline: none;
}
.ui-datepicker-buttonpane .ui-datepicker-close:hover,
.ui-datepicker-buttonpane .ui-datepicker-current:hover {
  background: #b4cbe5;
}

.datepicker-days table{
  width: 350px !important;
}


.loaderPapets {
  width: 100px;
  height: 100px;
  border: 8px solid #ddd; /* Cor do contorno */
  border-top: 8px solid #888; /* Cor do contorno do topo */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.badge-question-papets {
  display: inline-block;
  color: #a1a8b9;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 13px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 2px solid #a1a8b9;
  cursor: pointer;
}

.papets-fix-date-field .fa-check {
  right: 40px !important;
}

.papets-fix-date-field .fa-times {
  right: 55px !important;
}

.select2-results__option--highlighted {
  background-color: #007bff !important;
  color: white !important;
}

#toggleBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 25px;
  height: 50px;
  width: 50px;
  font-size: 20px;
  cursor: pointer;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: width 0.3s ease;
  white-space: nowrap;
  padding: 0;
}

#toggleBtn i {
  margin-left: 70px;
}

#toggleBtn span {
  opacity: 0;
  margin-left: 10px;
  transition: opacity 0.3s ease;
  font-size: 16px;
}

/* Ao passar o mouse, expande e mostra o texto */
#toggleBtn:hover {
  width: 120px;
  justify-content: flex-start;
  padding-left: 15px; 
}

#toggleBtn:hover i {
  margin-left: 0px;
}

#toggleBtn:hover span {
  opacity: 1;
}

/* Painel lateral */
#sidePanel {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: #f8f9fa;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  padding: 20px;
  z-index: 1000;
}

#sidePanel.active {
  right: 0;
}

.contact-option {
  margin: 20px 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  text-decoration: none;
}

.contact-option i {
  margin-right: 10px;
  font-size: 22px;
}

.contact-option:hover {
  color: #007bff;
}

.modal .dashboard-attendence-card{
  cursor: pointer;
}

.modal .dashboard-attendence-card:hover{
      background: rgba(0, 0, 0, 0.04);
}

.btn:focus{
  outline: none;
  background-color: #646464;
  color: #fff;
}

/* Container para o input */
.dataTables_filter {
  position: relative;
}

/* Input do filtro */
.dataTables_filter input {
  padding-left: 25px; /* espaço para o ícone */
}

/* Ícone da lupa */
.dataTables_filter::before {
  content: "\f002"; /* Unicode do ícone da lupa no FontAwesome */
  font-family: "Font Awesome 5 Free"; /* Ou "Font Awesome 5 Free", dependendo da versão */
  font-weight: 900;
  position: absolute;
  left: 80px;
  top: 13px;
  transform: translateY(-50%);
  color: #cfcfcf;
  pointer-events: none;
}

.dt-buttons {
  float: right !important;
  margin-right: 10px !important;
}

.dt-button {
  background-color: #ff6b00 !important;
  color: white !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 5px 10px !important;
  margin-right: 5px !important;
  font-size: 14px !important;
  cursor: pointer !important;
}

.papets-title-card-overview {
  font-size: 16px;
  margin: 10px;
  color: #FFF;
  text-align: center;
  padding: 5px;
  border-radius: 9px;
}

.pa