/* SIDEBAR
-------------------------------------------------------*/

.navbar-vertical.navbar-expand-xs .navbar-collapse {
    height: initial;
    overflow: auto;
}

.text-gradient.text-info {
    background-image: linear-gradient(310deg, #f97316 , #e96b11);
}

.bg-gradient-info {
    background-image: linear-gradient(310deg, #f97316 , #e96b11 );
}

.btn-info:hover,
.btn.bg-gradient-info:hover {
    background-color: #f97316 ;
    border-color: #f97316 ;
}

.btn-depoimento{
    background-color: #ff2e96 ;
    border-color: #ff2e96!important ;    
}
.btn-depoimento:hover,.btn-depoimento:active{
    background-color: #FF69B4 ;
    border-color: #FF69B4!important ;
}

.form-switch .form-check-input:checked {
    border-color: #f97316 ;
    background-color: #f97316 ;
}


.border-orcamento-primary {
    border-left: 5px solid #f97316!important;
    border-left-width: 5px!important;
}
.border-orcamento-secondary {
    border-left: 5px solid #71717a!important;
    border-left-width: 5px!important;
}

.border-orcamento-success {
    border-left: 5px solid #198754!important;
    border-left-width: 5px!important;
}

.border-orcamento-dark {
    border-left: 5px solid #212529!important;
    border-left-width: 5px!important;
}

.border-orcamento-info {
    border-left: 5px solid #0dcaf0!important;
    border-left-width: 5px!important;
}

.border-orcamento-warning {
    border-left: 5px solid #ffc107!important;
    border-left-width: 5px!important;
}

.border-orcamento-danger {
    border-left: 5px solid #ea0606!important;
    border-left-width: 5px!important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-primary {
    color: #f97316  !important;
}
.text-danger{
    color: #ea0606!important;;
}
.text-white{
    color: #fff!important;
}
.form-control {
    appearance: auto !important;
}

.pp_description, .pp_social {
    display: none !important;
}

#uploaded_image .btn{
    position: absolute;
}

.collapse .card.orcamento{
    background: #f5f5f5!important;
}

.pagination,
.pagination nav {
    width: 100%;
}
.pagination nav div:first-child{
    margin-bottom: 15px;
}
.pagination span{
  box-shadow: none!important;  
}
.pagination span[aria-current="page"] span{
    background: #f97316  !important;
    color: #fff!important;
}
.pagination span svg{
    width: 20px!important;
}
.pagination span,.pagination a{
    border: 0!important;
    padding: 10px 15px!important;
    border-radius: 10px;
}


.itens-list .row:nth-child(odd){
    background: rgb(242, 242, 242)
}

.btn-help{
    padding: 0!important;
    border: 0!important;
    background: transparent!important;
    box-shadow: none!important;
}

.progress-bar {
    height: 12px!important;
}
.table td .progress {
    height: 10px!important;
}

option:checked {
  font-weight: bold;
}







.steps-horizontal {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width:100%;
    position: relative;
    padding: 0;
}

.steps-horizontal::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e9ecef;
    z-index: 1;
}

.step-horizontal {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
}

.step-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 20px;
    color: #6c757d;
    transition: all 0.3s ease;
}

.step-title {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 5px;
}

.step-description {
    font-size: 12px;
    font-weight: bold;
    max-width: 150px;
    margin: 0 auto;
}

.step-horizontal.active .step-icon {
    background: #f97316;
    border-color: #f97316;
    color: white;
    box-shadow: 0 0 0 5px rgba(67, 97, 238, 0.2);
}

.step-horizontal .step-icon svg path{
    fill: #71717a;
}
.step-horizontal.active .step-icon svg path,
.step-horizontal.complete .step-icon svg path{
    fill: white;
}

.step-horizontal.start .step-icon svg path{
    fill: transparent;
}

.step-horizontal.complete .step-icon {
    background: #2ecc71;
    border-color: #2ecc71;
    color: white;
}


.badge-primary{
    background: #f97316;
}
.badge.bg-gradient-success{
    background: #f97316;
}

.list-alerta-chamado{
    max-height: 250px;
    overflow-x: auto;
}


.pulsar {
  animation: pulso 1s infinite;
}

@keyframes pulso {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.avatar-sm {
   max-height: 36px !important;
   height: auto!important;
}



.recibo {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.recibo .topo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 2px solid #eee;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.recibo .titulo h1 {
  margin: 0 0 8px;
  font-size: 28px;
  color: #222;
}
.recibo .titulo p {
  margin: 0;
  color: #777;
  font-size: 14px;
}
.recibo .numero {
  text-align: right;
}
.recibo .numero strong {
  display: block;
  font-size: 18px;
  color: #222;
}
.recibo .numero span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #777;
}
.recibo .status {
  display: inline-block;
  margin-top: 10px;
  padding: 7px 14px;
  border-radius: 20px;
  background: #dcfce7;
  color: #166534;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.recibo .section {
  margin-bottom: 30px;
}
.recibo .section-title {
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #555;
}
.recibo .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.recibo .item {
  font-size: 14px;
}
.recibo .label {
  display: block;
  margin-bottom: 5px;
  color: #888;
  font-size: 12px;
}
.recibo .value {
  color: #222;
  font-weight: 500;
}
.recibo .valor-pagamento {
  padding: 20px;
  border-radius: 6px;
  background: #f8f8f8;
  text-align: center;
}
.recibo .valor-pagamento .label {
  margin-bottom: 8px;
}
.recibo .valor-pagamento .valor {
  font-size: 30px;
  font-weight: bold;
  color: #222;
}
.recibo .descricao {
  padding: 15px;
  background: #f8f8f8;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.6;
}
.recibo .rodape {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  text-align: center;
  color: #888;
  font-size: 12px;
  line-height: 1.6;
}
.recibo .acoes {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .recibo .recibo {
    padding: 20px;
  }
  .recibo .topo {
    flex-direction: column;
    gap: 20px;
  }
  .recibo .numero {
    text-align: left;
  }
  .recibo .grid {
    grid-template-columns: 1fr;
  }
}