.file-drop-area {
	position: relative;
	display: flex;
	align-items: center;
	width: 400px;
	max-width: 100%;
	padding: 25px;
	border: 1px dashed rgba(0, 0, 0, 0.4);
	border-radius: 1.5rem;
	transition: 0.2s;
}

.choose-file-button {
	flex-shrink: 0;
	background-color: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 3px;
	padding: 8px 15px;
	margin-right: 10px;
	font-size: 12px;
	text-transform: uppercase;
}

.file-message {
	font-size: small;
	font-weight: 300;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 250px;}
	@media (max-width: 576px) {
		.file-message {
			max-width: 150px; }}

.file-input {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
}

.card-sub {
    cursor: move;
}

#saveButton, #addButton, .edit-kategori-btn, .sortable-container {
    display: none;
}

.rounded-select2 + .select2-container .select2-selection {
    border-radius: 1.5rem;
}

.card-deck-dashboard {
  display: flex;
  flex-direction: column; }
  .card-deck-dashboard .card {
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .card-deck-dashboard {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck-dashboard .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 15;
        margin-left: 15px; } }