body {
  overflow: unset !important;
}

.loading {
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 99999999999;
  background: rgba(255,255,255, 1);
  top: 0px;
  left: 0px;
}

.loader {
  position: absolute;
  top: calc( 50% - 25px);
  left: calc( 50% - 25px);
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #000;
  border-right-color: #666;
  animation: l2 1s infinite linear;
}
@keyframes l2 {to{transform: rotate(1turn)}}


.alert-bottom {
  position: fixed;
  width: 40%;
  padding: 15px 20px;
  border-radius: 6px;
  bottom: 15px;
  right: -40%;
  /* opacity: 0.9; */
  z-index: 99999;
  transition: all 0.4s;
}

.alert-bottom.active {
  right: 15px;
}

.alert-bottom i {
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
}

.alert-bottom.alert-danger {
  border: 1px solid #721c24;
  background-color: #e0c5c8;
}

.alert-bottom.alert-success {
  border: 1px solid #155724;
  background-color: #d2f5cb;
}

.alert-bottom.alert-warning {
  border: 1px solid #856404;
  background-color: #f5ecd3;
}

@media (max-width: 1199.98px) {
  .alert-bottom {
    width: 90%;
    right: -90%;
  }
}

.categoria-box {
  border: 1px solid #ddd;
  padding: 15px 20px;
  border-radius: 4px;
  max-height: 200px;
  overflow: auto;
}

.table a, .table a:hover {
  text-decoration: none !important;
}

.tag-item {
  background-color: #ddd;
  color: #000;
  padding: 4px 10px;
  border-radius: 3px;
  margin-right: 3px;
  font-size: 12px;
}

.tag-item span {
  cursor: pointer;
  color: red;
  margin-left: 5px;
  font-size: 15px;
}
/* datatables */
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 15px;
}

.table th {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}

.table td {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: unset !important;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 1.755em;
}

.dataTables_wrapper .dataTables_paginate {
  padding-top: 1.25em !important;
}

/* upload */

input[type=file] {
  display: none;
}

.upload-bt {
  height: 100px;
  width: 100px;
  font-size: 14px;
  line-height: 14px;
  margin-right: 10px;
}

.upload-bt svg {
  font-size: 24px;
  height: 28px !important;
  width: 28px !important;
  margin-bottom: 8px;
}

.upload-img {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: cover;
  background-color: #ddd;
  margin-right: 10px;
  border-radius: 3px;
}

.upload-img.icone {
  background-size: contain;
  background-repeat: no-repeat;
}

/* galeria */

#imagemModal .imagem-thumb {
    width: 110px;
    height: 110px;
    background-size: cover;
    background-position: center;
    margin-right: 3px;
    cursor: pointer;
    border: 2px solid #ddd;
    border-radius: 4px;
}

@media screen and (max-width: 768px) {
  #imagemModal .imagem-thumb {
    width: 70px;
    height: 70px;
  }

}

#imagemModal .upload-img {
    width: 110px;
    height: 110px;
    background-size: cover;
    background-position: center;
    display: inline-block;
}

#imagemModal .imagem-thumb.selected {
    border: 2px solid #007bff;
}

#imagemInfo {
  border-left: 1px solid #ddd;
  overflow: auto;
  min-height: 200px;
  padding: 0px 20px;
}

#imagensContainer .imagem-thumb {
    width: 114px;
    height: 114px;
    background-size: cover;
    background-position: center;
    margin-right: 3px;
    cursor: move;
    border: 2px solid #ddd;
    border-radius: 4px;
}

.avatar {
  border-radius: 100px !important;
}

.table-responsive {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

.cke_notifications_area {
  display: none !important;
}

.upload-box {
  position: relative;
}

.table-responsive {
  overflow: auto !important;
}

.icon i {
  font-size: 65px;
  margin-bottom: 20px;
}

.icon .error {
  color: red;
}

.icon .success {
  color: darkgreen;
}

.icon .warning {
  color: rgb(223, 189, 0);
}

.icon .nada {
  color: rgb(201, 201, 201);
}

#cadastros-container .selfie, #saques-container .selfie {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-size: cover;
}