@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap");
*:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: 0px !important;
  box-shadow: none !important; }

/* global */
.w-95 {
  width: 95%; }

.flex-container {
  align-items: center;
  display: flex;
  justify-content: center; }

/* modal */
.img-loader {
  height: 18px;
  width: 18px; }

.input-error {
  border: 1px solid #ff0000; }

#modal-login {
  background-color: rgba(0, 0, 0, 0.4); }

.modal-dialog {
  max-width: 478px !important;
  /* pra igualar com o sweetalert */
  padding-left: -15px;
  /* pra igualar com o sweetalert (olhometrô) */ }

.modal-content {
  border: 0; }

.modal-backdrop.show {
  display: none !important;
  opacity: 0.4; }

.modal-footer {
  border: none; }

.icon-modal-big {
  height: 80px;
  width: 80px; }

.blur {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  transition: all linear 0.25s; }

.no-blur {
  filter: blur(0);
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  transition: all linear 0.25s; }

.wrapper {
  transition: all linear 0.25s; }

.font-size-1-1rem {
  font-size: 1.1rem; }

/* sweetalert */
.swal-modal {
  border-radius: 0; }

.swal-footer {
  text-align: center; }

.swal-button-container {
  display: inline-block; }

.swal-button {
  background-color: #343a40 !important;
  border-radius: 0;
  font-weight: 400;
}

.btn-login-on-modal {
  min-width: 100px; }

/* /sweetalert */
html,
body {
  font-family: 'Fira Sans', sans-serif !important;
  font-size: 0.94rem; }

.header {
  background-color: #f7f7f7;
  border: 1px solid #cccccc; }

.user-name {
  margin: 0;
  width: 100%;
}

.btn-login,
.btn-logout {
  margin-left: 10px;
  min-width: 135px;
}

.img-login,
.img-logout {
  display: inline;
  margin-right: 5px;
}

.bs-icons {
  cursor: pointer;
  height: 20px;
  width: 20px;
}

.select-date-type {
  max-width: 125px; }

.selectpicker-block {
  display: inline-block;
  max-width: 150px;
  position: relative;
  top: -9px;
}

.datepicker-block-inner {
  display: inline; }

.no-order {
  background-image: none !important;
  cursor: default !important;
}

.input-datepicker {
  cursor: pointer;
  display: inline-block;
  width: 200px;
}

.fix-btn-position {
  position: relative;
  top: -2px; }

.btn-light {
  border: 1px solid #ced4da;
  background-color: #ffffff !important;
  box-shadow: none !important; }

.print-checkbox {
  position: relative;
  top: 4px; }

/* BS-4 */
.modal-backdrop {
  z-index: 9996; }

.modal {
  z-index: 9997; }

input[type="checkbox"] {
  cursor: pointer;
  width: 13px;
  height: 13px; }

select {
  cursor: pointer; }

.btn,
.form-control {
  border-radius: 0; }

.form-control:focus,
button[aria-expanded="true"] {
  border-color: #343a40 !important; }

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #343a40;
  border: 1px solid #343a40; }

.container {
  max-width: 100%; }

/* /BS-4 */
.table-overflow {
  max-height: 500px;
  margin: 0 auto; }

.table td {
  font-family: 'Courier Prime', monospace !important; }

.table th {
  font-weight: 400; }

.icon-checkbox {
  height: 18px;
  width: 18px; }

.show-empty {
  border: 1px solid #dee2e6;
  font-size: 1.05rem;
  margin-bottom: 1px; }

.position-relative {
  position: relative; }

.modal-bg {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}

.modal-info {
  background-color: white;
  border-radius: 5px;
  border: 0;
  height: 90vh;
  left: 50%;
  max-height: 650px;
  max-width: 90%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  z-index: 9999;
 }

.modal-info-inner {
  height: 70vh;
  margin: 0 auto;
  max-height: 600px;
  overflow: auto;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
 }

.btn-close-modal {
  background-color: black;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 20px;
}

.line-title {
  margin: 0 auto;
  padding: 0;
  width: 85%;
}

.paragraphs {
  height: 100%;
  position: relative;
  width: 530px;
}

.right-arrow {
  height: 23px;
  left: -25px;
  position: absolute;
  width: 18px;
}

.paragraph-modal {
  position: relative;
  text-align: justify;
}
