
.fa-lg-phone {
	font-size: 1.45em;
}

.fa-lg-faq {
	font-size: 1.75em;
}

.message-truncate {
	width: 100%;
	max-height: 6rem;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.break-text {
	position: relative;
}

.break-text::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -15px;
	color: #24272b;
	width: 7px;
	height: 7px;
	margin-top: -3px;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 1px solid #24272b;
	border-right: 1px solid #24272b;
	transform: rotate(45deg);
}

.faq-bg {
	background-color: rgba(250, 250, 250, 0.5);
}

/*input[type="file"] {
	display: none;
}*/

.file-container {
	margin: 2rem 0;
	display: flex;
	align-items: center !important;
	justify-content: center !important;
}

.icon-wrap {
	width: 15rem;
	height: 15rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed #a3a3a3;
	border-radius: 5px;
	transition: .3s ease-in-out;
}

.icon-wrap:hover,
.icon-wrap:focus {
	background: #e9eef1a6;
	-webkit-box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 16%), 0px 1px 8px 0 rgb(0 0 0 / 12%) !important;
	box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 16%), 0px 1px 8px 0 rgb(0 0 0 / 12%) !important;
}

.preview-container {
	width: 15rem;
	height: 15rem;
	position: relative;
	align-items: center !important;
	display: flex !important;
}

.uploadzone.preview div.default-section,
.uploadzone.preview div.preview-section{
	margin-left:0;
	margin-right:1rem;
}

.uploadzone.preview,
.uploadzone.preview.mutiple {
	min-height:auto!important;
	display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: start!important;
}

.uploadzone.preview div.default-section{
	display:block;
}

.preview-section .upload-image{
	width: 15rem;
    height: 15rem;
    padding:.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #a3a3a3;
    border-radius: 5px;
    transition: .3s ease-in-out;
}
.preview-section .upload-image img {
	max-width: 14rem!important;
	max-height: 14rem!important;
	height: auto!important;
    margin: auto!important;
}

.uploadzone.preview .preview-section .remove-image{
    font-size: 1.4rem;
    top: 0!important;
	right: 0!important;
    background-color: rgb(199 199 199 / 80%)!important;
}

.preview-container:hover,
.faq-item:hover,
.faq-item:active {
	-webkit-box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 16%), 0px 1px 8px 0 rgb(0 0 0 / 12%) !important;
	box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 16%), 0px 1px 8px 0 rgb(0 0 0 / 12%) !important;

}

.delete-img {
	position: absolute;
	top: -1.2rem;
	right: -1.2rem;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #cbc7c7;
	z-index: 10;
	padding: 0;
}

.delete-img:hover {
	background-color: #ff3547;
	color: #fff !important;
	-webkit-box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 16%), 0px 1px 8px 0 rgb(0 0 0 / 12%) !important;
	box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 16%), 0px 1px 8px 0 rgb(0 0 0 / 12%) !important;

}

.avatar.z-depth-0 {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.bg-gradient-white {
    background: linear-gradient(to bottom, #fcfcfc, #fff);
}

@media(max-width:767px) {
	.text-column {
		text-align: center;
	}
}

.bs-contact-content {
    background: #FFFFFF;
    background: -webkit-linear-gradient(135deg, #FFFFFF, #c7e5ef);
    background: linear-gradient(135deg, #FFFFFF, #c7e5ef);
}

.remit-gradient {
  background: linear-gradient(40deg, #00b9ff, #0079c3) !important;
}

.funds-gradient {
  background: linear-gradient(40deg, #ff6ec4, #7873f5) !important;
}

.users-gradient {
  background: linear-gradient(40deg, #ffd86f, #fc6262) !important;
}

.corp-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a18cd1), to(#fbc2eb));
  background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
}

.campaign-gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff8177), color-stop(0%, #ff867a), color-stop(21%, #ff8c7f), color-stop(52%, #f99185), color-stop(78%, #cf556c), to(#b12a5b));
  background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
}

.system-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#30cfd0), to(#330867));
  background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}

.others-gradient {
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}
