
  .modal-delete {
    color: #636363;
  }

  .modal-delete .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
  }

  .modal-delete .modal-header {
    border-bottom: none;
    position: relative;
  }

  .modal-delete h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
  }

  .modal-delete .close {
    position: absolute;
    top: -5px;
    right: -2px;
  }

  .modal-delete .modal-body {
    color: #999;
  }

  .modal-delete .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
  }

  .modal-delete .modal-footer a {
    color: #999;
  }

  .modal-delete .icon-box-blue {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #0d6efd;
  }
  .modal-delete .icon-box-blue i {
    color: #0d6efd;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
  }

  .modal-delete .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
  }

  .modal-delete .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
  }

  .modal-delete .btn,
  .modal-delete .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
  }

  .modal-delete .btn-secondary {
    background: #c1c1c1;
  }

  .modal-delete .btn-secondary:hover,
  .modal-delete .btn-secondary:focus {
    background: #a8a8a8;
  }

  .modal-delete .btn-danger {
    background: #f15e5e;
  }

  .modal-delete .btn-danger:hover,
  .modal-delete .btn-danger:focus {
    background: #ee3535;
  }

  .modal-view {
    border-radius: 7px;
    overflow: hidden;
    background-color: transparent;
  }

  .modal-view p {
    line-height: 1.5;
    font-size: 18px;
  }

  .modal-view .logo a img {
    width: 30px;
  }

  .modal-view .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 7px;
  }

  .modal-view .modal-content .modal-body {
    border-radius: 7px;
    overflow: hidden;
    background-color: #efefef;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
    box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
  }

  .modal-view .modal-content .modal-body h2 {
    font-size: 18px;
  }

  .modal-view .modal-content .modal-body p {
    color: #777;
    font-size: 14px;
  }

  .modal-view .modal-content .modal-body h3 {
    color: #000;
    font-size: 22px;
  }
  .modal-view .modal-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

  .linha-entrada-zero {
    background-color: #ffcccc;  /* Cor de fundo vermelho claro (pode ajustar conforme necessário) */
}
