#inputSuccess {
    font-size: 12px !important;
    text-align: center !important;
}
.form-control-feedback {
    right: 0 !important;
    left: auto !important;
    line-height: 37px !important;
    font-size: 23px !important;
}.has-success .form-control-feedback {
     color: #3c763d;
 }
 #keys {
	display: none;
} 
#hafez.beforeload::before {
	background-image: url('https://abzarek.ir/asset/img/loading/4.gif');
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #ffffffd6;
	z-index: 9;
}
#viewFal .i {
	float: right;
	border: 1px solid #bfbfbf;
	padding: 5px 10px;
	height: 45px;
	line-height: 37px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	width: 100%;
	margin-bottom: 7px;
}
#viewFal .i .btn {
	position: absolute;
	left: 5px;
	top: 5px;
	border-right: 9px solid white;
	box-shadow: none;
}
.falitem p {
	display: block;
	float: right;
	white-space: break-spaces;
	text-align: center;
	width: 100%;
}
.falitem p.b {
	font-size: 12px;
	line-height: 22px;
	background: #f7f7f7;
	border-radius: 17px;
	padding: 10px 0;
	color: #000;
	height: 60px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: inset 0px -10px 19px #9b9b9b,inset 0px -2px 1px #919191;
}
.falitem p.b.more {
	height: unset;
}
.falitem audio {
	text-align: center;
	display: block;
	margin: 5px auto;
	width: 100%;
	border-radius: 11px !important;
	background: #38304d;
}
.falitem {
	border: 1px solid;
	display: table;
	width: 100%;
	padding: 4px;
	border-radius: 20px;
	background: #fff;
	line-height: 28px;
}
.falitem span {
	display: block;
	width: 100%;
	background: #d0d0d0;
	border-radius: 50px;
	padding: 6px;
}
#modal-fal {
	padding: 0 !important;
}

#modal-fal .close {
	font-size: 40px;
	position: absolute;
	top: 8px;
	left: 4px;
	opacity: 0.6;
	float: left;
	color: inherit !important;
}
#modal-fal .modal-content .falitem {
	border: none;
	padding: 0;
}
#viewFal h4 {
	display: block;
	border-bottom: 1px solid whitesmoke;
	padding-bottom: 20px;
}
@media (min-width:500px){
    .falitem p.b {
	font-size: 15px;
	line-height: 29px;
}
}
@media (max-width:370px){

.falitem p.b {
	font-size: 10px;
}
}