.detail-header {
  display: flex;
  height: 100px;
  /* margin: 40px 70px; */
  font-family: 'Inter', sans-serif;
  font-weight: 600!important;

}
.detail-title {
  font-weight: 500;
  font-size: 55px;
  
}
.detail-header .left {
  width: 165px;
  height: auto;
  background-color: #699c44;
  color: #fff;
  
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.detail-header .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}


#boxDetalhar {
  display: flex!important;
  padding: 0!important;
}

#boxDetalhar .left {
  /* width: 165px; */
  height: 100%;
  background-color: #699c44;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#boxDetalhar .left .icon-detail-left {
  /* width: 80px;
  height: 80px; */
  margin-bottom: 55px;
}

.icon-detail-left i {
  font-size: 80px!important;
  color: #fff;
}



#boxDetalhar .right {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex: 1;
  padding: 15px;
}

.modal-detail-content {
  padding: 0!important;
  border: none!important;
}
#boxDetalhar
.modal-detail-content,.modal-detail-content .ui-dialog-content {
  padding: 0!important;
}

.modal-detail-titlebar {
  border: none!important;
}

.modal-detail-titlebar, .ui-dialog-title {
  padding: 0!important;
  border-bottom: none!important;
}


.modal-detail-buttonpane {
  display: none!important;
}

.detail-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999!important;
  cursor: pointer;
}

#boxDetalhar {
  overflow: hidden;
}


.ipe-x {
  transition: filter 0.2s!important;
}
.ipe-x {
  filter: brightness(0.8);
}
