	body *{
		font-family: "Rubik" !important;
	}
	#alert-form-error{display:none}
	.alert-success {
    font-size: 1.7rem;
  }
	.bootstrap-tagsinput{
		padding-top: 6px;
		display: block;
	}
	.p-5 {
    padding: 5px;
  }
  .bootstrap-tagsinput .tag {
    padding: 5px;
    font-size: 1.5rem;
    background-color: #2e99e6;
  }
  .bootstrap-tagsinput .tag [data-role="remove"] {
    margin-right: 8px;
    margin-left: 0px;
  }
	.panel-title a:hover{text-decoration: none}
	.radioOptionTable tr td {padding:3px;}
	.radioOptionTable tr td label {padding-left: 13px; margin-bottom: 0px;}
	 .emotionFieldLabel{font-weight: 500}
	.plupload_buttons a.plupload_start {
    display: none;
}
#files-area{
	width: 100%;
	margin: 0 auto;
}
.file-block{
	border-radius: 10px;
	background-color: rgba(144, 163, 203, 0.2);
	margin: 5px;
	color: initial;
	display: inline-flex;
	& > span.name{
		padding-right: 10px;
		width: max-content;
		display: inline-flex;
	}
}
.file-delete{
	display: flex;
	width: 24px;
	color: initial;
	background-color: #6eb4ff00;
	font-size: large;
	justify-content: center;
	margin-right: 3px;
	cursor: pointer;
	&:hover{
		background-color: rgba(144, 163, 203, 0.2);
		border-radius: 10px;
	}
	& > span{
		transform: rotate(45deg);
	}
}