.btn-primary{
    color: #fff;
    background-color: #860606;
    border-color: #860606;
  }
  
  .btn-primary:hover {
    color: #fff;
    background-color: #c33232;
    border-color: #c33232;
  }

.bg-gradient-primary {
    background-color: #253e70;
    background-image: linear-gradient(180deg, #253e70 10%, #253e70 100%);
    background-size: cover;
}
.bg-gradient-primary2 {
    background-color: #253e70;
    background-image: linear-gradient(180deg, #253e70 10%, #253e70 100%);
    background-size: cover;
  }

.popover{
    max-width:950px;
}

.table-responsive {
    
    overflow-x: unset;
}

.logologin {
    width: 100%;
}

div.dataTables_wrapper {
    width: 100%; 
}

.sortable-item {
  cursor: move;
  padding: 12px;
  border-radius: 8px;
  background: #f8f9fa;
  border: 2px dashed #dee2e6;
  margin-bottom: 10px;
  transition: 0.2s;
}

.sortable-item:hover {
  background: #e9f2ff;
  border-color: #0d6efd;
}

.dragging {
  opacity: 0.5;
}
