.add-block{
  border-right: 1px solid #e3e3e3;
}

.manager-wrapper .form-wrapper form,
.add-block,
.remove-block {
	width: inherit;
  border-radius: 0px;
}
.remove-block {
	position: absolute;
  z-index: 5656;
	right: 10px;
	top: 10px;
	height: 15px;
	width: 15px;
}

.abeform-wrapper {
	height: 100%;
	position: relative;
	> form {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: auto;
		position: absolute;
	}
}

.abeform-anim {
	.form-wrapper{
		transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	}
}

.btn {
	.fa-chevron-down {
	  transform: rotate(-180deg);
	}

	&.collapsed {
		.fa-chevron-down {
		  transform: rotate(0deg);
		}
	}
}

.fa-upload {
    color: #8E8E8E;
}

[data-block]{
	position: relative;
	.fa-trash{
    position: absolute;
    right: 0;
    top: 0;
	}
}