/* Write your custom CSS here */

.DTE_Header_Content {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #5c6662;
  line-height: 21px;
}

.dataTables_filter label {
  display: block;
}

div.dataTables_wrapper div.dataTables_filter input {
  width: 100%;
}

.modal-body {
  padding: 5px 25px;
}

select.form-control {
  display: inline-block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  appearance: none;
}

.DTE_Field_InputControl input[type="checkbox"],
.DTE_Field_InputControl input[type="radio"] {
  margin-right: 5px;
}

div.DTE div.editor_upload input[type="file"] {
  z-index: 99;
}

select.form-control[multiple],
textarea.form-control {
  padding: 12px 25px;
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 2px;
  border-radius: 0.25rem;
  height: 40px;
}

table.dataTable.compact td,
table.dataTable.compact th {
  padding: 7px 20px !important;
  font-size: 12px;
}
table.dataTable.compact th {
  font-size: 10px;
}

table.dataTable.compact td.dtr-control {
  padding-left: 30px !important;
}

.rounded-circle {
  border-radius: 50%;
}

.post-comments .post-comm .btn-acao {
  display: none;
  line-height: 18px;
  padding: 0;
  font-size: 11px;
}
.post-comments .post-comm .btn-acao:focus {
  outline: none;
  box-shadow: none;
}
.post-comments .post-comm:hover .btn-acao {
  display: inline-block;
}

.quadrobox-item {
  display: block;
  position: fixed;
  height: calc(100vh - 60px);
  width: 750px;
  background: #fff;
  right: 0;
  top: 0;
  z-index: 99;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.04);
  padding: 45px;
  transform: translateX(100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  margin: 30px 0;
  overflow-y: scroll;
}

.quadrobox-item.show {
  transform: translateX(0);
}

.quadrobox-item-overlay {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.quadrobox-item-show .quadrobox-item-overlay {
  opacity: 1;
  visibility: visible;
}

.quadro-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.quadro-actions {
  margin-top: auto;
  text-align: right;
}

.quadro-actions .btn {
  margin-right: 10px;
}

.quadro-actions .btn:last-child {
  margin-right: 0;
}

.badge-lg {
  font-size: 100% !important;
  /* font-weight: normal; */
}

.form-control {
  border-radius: 7px
}
.input-group-text {
  border-radius: 7px
}
.input-group-append .input-group-text {
  border-left: 0;
  border-right: solid 2px #e8e8e8;
}
.input-group-prepend + .form-control {
  border-top-right-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
}

.post-comments .post-comm {
  padding: 15px
}
.post-comments .post-comm .comment-text {
  padding: 0
}
.post-comments .post-comm .comment-author {
  display: flex;
  align-items: center; 
  gap: 10px;
  justify-content: space-between;
  font-weight: bold
}
                                

.fs-1 {
  font-size: 1.1em
}

.fs-2 {
  font-size: 1.2em
}

.fs-3 {
  font-size: 1.3em
}
.fs-4 {
  font-size: 1.4em
}
.fs-5 {
  font-size: 1.5em
}
.fs-6 {
  font-size: 1.6em
}
.fs-7 {
  font-size: 1.7em
}
.fs-8 {
  font-size: 1.8em
}
.fs-9 {
  font-size: 1.9em
}
.fs-10 {
  font-size: 2em
}

.form-control[type=color] {
  width: 48px;
  height: 48px;
  padding: 4px;
}

.dropdown .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
}
.dropdown .dropdown-menu.show {
  display: block;
  visibility: visible;
  opacity: 1;
}