/* Content */
a {
  color: unset;
}
a:hover {
  color: unset;
}
.content-wrapper {
  background-color: #fff !important;
}

::placeholder {
  font-weight: lighter;
  color: #cacaca;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  font-weight: lighter;
  color: #cacaca;
}

/* Modal */
.modal-header {
  background-color: #9d3b42 !important;
  padding: 10px !important;
}

.alert-header {
  display: flex;
  background-color: unset !important;
  height: 40px !important;
  background-color: #222;
}

.alert-header>p {
  padding: 5px !important;
}

.modal-body>.alert {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
}

.modal-footer {
  padding: 5px !important;
}

.modal-header>.modal-title {
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
}

.modal-header>i {
  color: #fff !important;
  font-size: 22px;
}

.modal-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 200px;
  margin-bottom: 10px;
}

.alert-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
}

.modal-body,
.list {
  gap: 5px !important;
}

/* Forms */
.form-inline {
  display: flex !important;
  flex-flow: row !important;
  gap: 10px !important;
}

.input-search {
  border: 1px solid #6D6D6D;
  border-radius: 7px;
}

.sidebar-search-results {
  display: none !important;
}

.input-search>.form-control>input:focus {
  color: #9d3b42;
}

.input-search>.form-control {
  border-radius: 7px !important;
  border: 0px solid !important;
}

.input-search>.input-group-append>.btn>i {
  color: #6D6D6D;
}

.input-col {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 10px;
}

.input-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  width: 100%;
}

.list-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* height: 100px; */
  width: 100%;
}

.list-row>p {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  padding-left: 10px;
}

.list-row>label {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.input-row>label {
  padding: 0px !important;
  margin: 0px !important;
  color: #222 !important;
}

.input-row>input[type="text"],
input[type="number"],
input[type="password"],
textarea,
input[type="date"],
input[type="select"],
.custom-select {
  border-radius: 5px;
  padding: 7px 15px !important;
  border: 1px solid #444;
  columns: #444;
  min-width: 100px;
  font-size: medium;
}
.textarea-view {
  border: none !important;
  outline: none !important;
  resize: none !important;
  padding: 10px !important;
  height: 360px !important;
  width: 100%;
  background-color: #f2f2f2;
}
.textarea-view:focus {
  outline: none;
  border: none !important;
}
input, select, textarea {
  border: 1px solid rgb(115, 115, 115) !important;
  box-shadow: unset !important;
}
.input-row>input[type="text"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="select"]:focus,
.custom-select:focus {
  outline: 1px solid #9d3b42;
  border: 1px solid #9d3b42;
}
option:disabled {
  color: #6D6D6D !important;
}
textarea {
  padding: 5px 10px !important;
  border-radius: 5px !important;
}
textarea:focus {
  outline: 1px solid #9d3b42 !important;
  border: 1px solid #9d3b42 !important;
}
.input-row>span,.input-col>span {
  color: #979797;
  font-style: italic !important;
  font-size: 14px;
  font-weight: bold !important;
}
input:disabled {
  background-color: #eaeaea;
}
/* Buttons */
.btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 100px !important;
}
.btn-primary,
.btn-danger,
.btn-secondary {
  /* padding: 5px 20px !important; */
  height: 40px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  justify-items: center;
}

.btn-secondary {
  background-color: unset !important;
  border: 1px solid #4a4a4a !important;
  color: #4a4a4a;
}

.btn-secondary:hover {
  color: #6a6a6a;
}

.btn-primary {
  background-color: #9d3b42 !important;
  border: 1px solid #9d3b42 !important;
}

.btn-danger {
  background-color: #FFDD15 !important;
  color: #222 !important;
  border: 1px solid #FFDD15 !important;
}

.btn-danger:hover {
  background-color: #f7e05e !important;
}

.btn-primary:hover {
  background-color: #b25158 !important;
}

.btn-filter {
  background-color: unset !important;
  border: 1px solid #9d3b42 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9d3b42 !important;
  gap: 5px;
  border-radius: 7px !important;
}

.btn-filter:hover {
  border: 2px solid #9d3b42 !important;
  color: #9d3b42 !important;
}

.btn-filter>i {
  font-size: 14px;
}

.btn-filter {
  font-weight: 400;
}

/* Table */
.table-header {
  background-color: #9d3b42;
}

.table-color {
  color: white;
}

.primary {
  color: #f30616;
}

.page-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 2px;
  font-size: 12px;
  background-color: #cacaca;
  border-radius: 7px;
}

.active {
  background-color: #9d3b42;
  color: #fff;
}

.arrow {
  font-size: 18px;
}

.dot {
  background-color: unset;
}

.pagination-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.nav-item>a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 30px;
  gap: 5px;
}

.side-icon {
  width: 25px;
  height: 25px;
}

.active>.side-icon {
  filter: brightness(.5) invert(1.5);
  filter: contrast(1.5);
  /* filter: hue-rotate(2); */
  /* filter: grayscale(1); */
  /* filter: opacity(9); */
  /* filter: sepia(.5); */
  /* filter: saturate(1.5); */
}

.nav-menu {
  display: flex;
  flex-direction: column;
  /* background-color: #222;  */
  height: 100%;
  padding-bottom: 10px;
  overflow: auto;
}

.popup-menu {
  position: absolute !important;
  top: 100% !important;
  left: unset !important;
  transform: none !important;
  right: 0px;
}

.popup-menu>a {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* gap: 10px; */
}

.popup-menu>a>i {
  color: #9d3b42;
  width: 30px;
}

.popup-menu>.menu-delete>i {
  color: #FF1F1F;
}

/* Loading */
.loader-element {
  z-index: 99 !important;
}

.loader-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.loader-wrapper {
  position: absolute;
  left: 45%;
  top: 45%;
}

.loader-bg {
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: .4;
}

.loader {
  width: 75px;
  padding: 10px;
  background: #9d3b42;

  aspect-ratio: 1;
  border-radius: 50%;
  --_m: conic-gradient(#0000, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  box-sizing: border-box;
  animation: load 1s linear infinite;
}

@keyframes load {
  to {
    transform: rotate(1turn)
  }
}


.alert-header {
  background-color: #fff !important;
  border: unset;
}

.alert-header>i {
  color: #9d3b42 !important;
}

.alert-icon {
  position: relative;
  display: flex;
}

.alert-icon>.main {
  color: #9d3b42;
  font-size: 75px;
}

.alert-icon>.status-success {
  position: absolute;
  font-size: 25px;
  bottom: 0px;
  right: 0px;
  color: #15CF74;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #fff;
}

.alert-icon>.status-failed {
  position: absolute;
  font-size: 25px;
  bottom: 0px;
  right: 0px;
  color: #FF1F1F !important;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #fff;
}

.alert-message {
  color: #444;
  padding-top: 20px;
  font-weight: 600;
  font-size: smaller;
}

.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10%;
}

/* Checkbox custom */
.list-check {
  display: flex;
  flex-direction: column;
}
.list-title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cacaca;
}
.check-block {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.list-check-column {
  width: 50%;
  gap: 20px;
}

.list-check-row {
  width: 100%;
  /* border-bottom: 1px solid #cacaca; */
  padding: 10px;
}

.check-box-list {
  display: flex;
  flex-direction: column;
  margin: 10px 0px;
  gap: 7px;
}
.list-check-column>span {
  color: #9d3b42;
  font-weight: bold;
}
.list-check-row>span {
  color: #9d3b42;
  font-weight: bold;
}

.custom-control-label {
  font-weight: 400 !important;
}

.custom-control-input-red:focus~.custom-control-label::before {
  border-color: #9d3b42 !important;
  /* box-shadow: 0 0 0 0.2rem #efbcbf !important; */
}

.custom-control-input-red:checked~.custom-control-label::before {
  border-color: #9d3b42 !important;
  background-color: #9d3b42 !important;
}

.custom-control-input-red:focus:not(:checked)~.custom-control-label::before {
  border-color: #9d3b42 !important;
}

.custom-control-input-red:not(:disabled):active~.custom-control-label::before {
  background-color: #efbcbf !important;
  border-color: #efbcbf !important;
}

.image-null-font {
  color: #9d3b42;
  font-size: 110px;
}

.preview_image {
  width: 100%;
  height: auto;
}
.tab-container {
  border-bottom: 4px solid #F2F2F2;
}
.nav-tab {
  border: 2px solid #F2F2F2;
  background-color: #fff !important;
  padding: 5px 10px;
  font-weight: bold;
}

.active {
  background-color: #9d3b42 !important;
}

.error-message {
  font-size: 12px;
  color: red;
  font-style: italic;
}

.inactive {
  background-color: unset !important;
  color: #6a6a6a !important;
}
.inactive:hover {
  background-color: unset !important;
  color: #6a6a6a !important;
}

.boxs-summary {
  width: 100%;
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction:row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0px 20px 0px;
  height: 170px;
  overflow: auto;
}

.card-title {
  color: #9d3b42;
  font-size: 1.5em;
  font-weight: bold;
}

.box-sum {
  border: 2px solid #9d3b42;
  height: 150px;
  min-width: 15em;
  border-radius: 7px;
  box-shadow: 2px 2px 2px #ccc;
  padding: 10px;
  color: #9d3b42;
}

.box-sum > .header > p {
  display: flex;
  font-size: 1em !important;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
}

.box-sum > .content > p {
  display: flex;
  font-weight: bold;
  font-size: 3em;
  padding: 0px;
  margin: 0px;
}

.box-sum > .footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.box-sum > .footer > p {
  padding: 0px;
  margin: 0px;
}

.footer-point-plus {
  background-color: #b6decb;
  color: #248053 !important;
  display: flex;
  gap: 5px;
  height: 20px;
  align-items: center;
  min-width: 20px;
  padding: 10px 7px;
  border-radius: 5px;
}

.footer-point-minus {
  background-color: #deb6b6;
  color: #d60000 !important;
  display: flex;
  gap: 5px;
  height: 20px;
  align-items: center;
  min-width: 20px;
  padding: 10px 7px;
  border-radius: 5px;
}

.footer-point > i, p {
  padding: 0%;
  margin: 0px;
}

.preview {
  width: 80%;
  margin: auto;
  
}
#table-content {
  font-size: 13px;
}
.title-pdf {
  margin: 0;
  padding: 0;
  margin-top: 10;
  font-size: 18px;
}
.download-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  padding: 10px 0px;
  gap: 10px;
}

.right {
  display: flex;
  flex-direction: row;
  justify-content: end;
  padding: 10px 0px;
  gap: 10px;
}
.left {
  display: flex;
  flex-direction: row;
  justify-content: start;
  padding: 10px 0px;
  gap: 10px;
}

.popup-menu>.menu-delete>i {
  color: #9d3b42 !important;
}