
/* Custom CSS by user */

.formA-main formA-sm-1 {
	border-color: #999;
	border-radius: 0;
}

.send_btn {
	font-size: 120%;
	border-radius: 30px 0 0 30px;
	padding: 7px 20px;
}

.send_btn i {
	font-size: 130%;
}

.contact_bg i {
	width: 25px;
	display: inline-block;
}

.bg_tp_logo_top_right {
	background: #fff url(&quot;img/WASO Credit Rating Company (BD) Limited_ Logo_ Expende_ TP_10_ 001.svg&quot;);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	transition: .3s;
}



.file_bg label {
	position: relative;
	width: 50px;
	height: 50px;
	cursor: pointer;
	margin: 0 30px 0 10px;
}

.file_bg label i {
	position: absolute;
	inset: 0;
	font-size: 300%;
	color: #00f;
	cursor: pointer;
}

.file_bg label i:hover {
	position: absolute;
	inset: 0;
	font-size: 300%;
	color: #00AFDB;
}

.ru_file_style {
	width: 1px !important;
	visibility: hidden;
}

.file_note {
	font-size: 87%;
	padding: 10px;
	padding-left: 30px;
	border-left: 1px solid #b5b5b5;
}

.file_alert {
	width: 100%;
	position: relative;
}

.file_alert .cls_btn {
	font-size: 80%;
	color: #f00;
	background: transparent;
	border: 1px solid transparent;
	padding: 0;
	margin-left: 20px;
}

.file_alert .cls_btn:hover {
	color: #910303;
}

.file_alert .cls_btn:active {
	color: #0BA300;
}

.msg_sent_msg {
	width: 100%;
	font-size: 120%;
	font-weight: 500;
	color: #077605;
	margin-bottom: 15px;
	border: 1px solid #b5b5b5;
	border-radius: 30px 0 0 30px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
} 

