@charset "UTF-8";
.hide-notes {
	color:transparent!important
}
.hidden {
	display:none
}
.btn-group-piano {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:nowrap;
	overflow-x:auto
}
.btn-group-piano button:focus {
	outline:0
}
.btn-group-piano button {
	font-size: 12px;
	/* background: #f8f8f8; */
	padding: 0px 10px;
	border-radius: 4px;
	border: 1px solid #5f5f5f;
	/* color: #000; */
	-webkit-transition: .25s ease false;
	-moz-transition: .25s ease false false;
	-o-transition: .25s ease false false;
	transition: .25s ease;
	cursor: pointer;
	white-space: nowrap;
	margin: 0;
	margin-right: 8px;
	margin-top: 7px;
	margin-bottom: 11px;
	background: #1f1b2b;
	color: #b9b9b9;
}
.btn-group-piano button:hover {
	border-color:#dadada;
	box-shadow:0 5px 10px rgba(0,0,0,.2)
}
.btn-group-piano button:active {
	background-color:#e4e4e4;
	border-color:#dadada;
	box-shadow:0 5px 10px rgba(0,0,0,.2)
}
.btn-group-piano button.active {
	background-color: #63b636;
	border-color: #204a25;
	color: #141313;
	transition: all 0.5s;
}
.btn-group-piano button.active:active {
	background-color:#e0e0e0
}
.piano {
	text-align: center;
	margin-top: .5rem;
	display: flex;
	width: 100%;
	overflow: hidden;
	height: 200px;
	direction: ltr;
}
.piano-accidental {
	line-height:13px
}
.key {
	display:inline-flex;
	flex-grow:1;
	position:relative;
	justify-content:center;
	cursor:pointer
}
.key span {
	align-items:flex-start
}
.key>span {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	flex-direction:column
}
.key>span i {
	display:flex;
	align-items:center;
	justify-content:center;
	font-style:normal;
	font-variant:normal;
	margin-bottom:12px;
	width:20px;
	height:20px;
	border-radius:10px
}
.key .white-key {
	background:#fff;
	border-top:1px solid rgba(32,32,32,.2);
	border-right:1px solid rgba(32,32,32,.3);
	border-bottom:1px solid rgba(32,32,32,.3);
	border-radius:0 0 5px 5px;
	box-shadow:0 5px 1px rgba(32,32,32,.2);
	margin:0 -2px;
	width:100%;
	height:190px;
	transition:background-color 50ms ease,box-shadow 50ms ease
}
.key .white-key.active {
	background:#d8d8d8;
	position:relative;
	box-shadow:0 0 0 rgba(32,32,32,0);
	transition:background-color 50ms ease,box-shadow 50ms ease
}
.key .white-key .active .black-key {
	top:-10px
}
.key .white-key .marked {
	background-color:#72ac51;
	color:transparent;
	box-shadow:inset -1px -3px 4px rgba(32,32,32,.3)
}
.key .black-key {
	content:"";
	box-shadow:inset 0 -1px 2px rgba(255,255,255,.4),0 2px 3px rgba(0,0,0,.4);
	background:-webkit-linear-gradient(-20deg,#222,#000,#222);
	background:-moz-linear-gradient(-20deg,#222,#000,#222);
	background:-o-linear-gradient(-20deg,#222,#000,#222);
	background:linear-gradient(-20deg,#222,#000,#222);
	background:#111;
	transition:background-color 50ms ease,box-shadow 50ms ease;
	box-shadow:0 5px 1px rgba(32,32,32,.2);
	border-width:1px;
	border-radius:0 0 5px 5px;
	border-style:solid;
	border-color:#666 #222 #111 #555;
	height:110px;
	position:absolute;
	top:0;
	right:-40%;
	width:80%;
	z-index:10
}
.key .black-key.active {
	box-shadow:0 1px 1px rgba(32,32,32,.1);
	border-bottom-width:3px;
	height:110px;
	top:5px
}
.key .black-key i {
	display:block;
	color:#fff;
	font-size:13px;
	font-weight:600;
	line-height:.8rem;
	text-align:center;
	position:relative
}
.key .black-key i>span {
	display:inline-flex;
	flex-direction:row;
	position:absolute;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%)
}
.key .black-key i>span:first-child {
	margin-top:-4px
}
.key .black-key i>span:last-child {
	padding-top:10px
}
.key .black-key .marked {
	background-color:#72ac51;
	color:transparent;
	box-shadow:inset 3px 3px 4px rgba(255,255,255,.3)
}
.key:first-child .white-key {
	border-left:none;
	border-radius:0 0 5px 0
}
.key:last-child .white-key {
	border-right:transparent;
	border-radius:0 0 0 5px
}
.key:first-child .white-key.active,
.key:last-child .white-key.active {
	box-shadow:0 0 0 rgba(32,32,32,0)
}
.hide--tablet {
	display:none
}
.tools__page__content {
	padding:0 75px 50px 75px;
	margin:auto
}
#service .timerm {
	float: left;
	text-align: center;
	direction: ltr;
	line-height: 50px;
}
#service .timerm p {
	display: inline-block;
	font-size: 26px;
	color: #c3c3c3;
	margin: 0;
}
#service  .btn-group-piano {
	background: #383953;
}
#mainpost .sd-title-box {
	display: none;
}
#mainpost #keys {
	display: none;
}
#mainpost .piano-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: thin;
	scrollbar-color: #3e465d #2e2e2e2e;
}
#recorder {
	background: #383953;
	margin: 10px auto;
	width: 98%;
	border-radius: 19px;
	padding: 5px 2px;
	position: relative;
	display: table;
	float: none !important;
	max-width: 450px;
}
#recorder .btn {
	float: left;
	box-shadow: none;
	color: white;
	background: #434562;
	padding: 5px;
	width: 54px;
	border-radius: 15px;
	margin: 0 3px;
	max-width: 16%;
	border: none;
}
*,*:focus,*:hover{
    outline:none !important;
}
#recorder .btn i {
	font-size: 24px;
	display: block;
	color: #e9e7d3;
}
#recorder .btn span {
	font-size: 9px;
	color: #a6a6a6;
}
.recorder.btn-danger i {
	color: #ff4141 !important;
}
#saveRec, #playRec {
	float: right !important;
}
#mulist {
	width: 100%;
	background: #dddee9;
}
#mulist .cont {
	padding: 5px;

}

#mulist > h3 {
	padding: 8px 26px;
	background: #2c2c65;
	color: white;
	font-size: 14px;
	width: 100%;
	display: grid;
}
.itmus .it {
	background: #4b4b64;
	color: white;
	padding: 6px 10px;
	border-radius: 9px;
	display: block;
	margin: 4px 0;
}
.itmus .it .dti {
	width: calc(100% - 121px);
	float: right;
	padding-right: 15px;
}
.itmus .it .dti small {
	margin: 0;
	margin-bottom: 1px;
	line-height: 20px;
	color: #c9c8c8;
}
.itmus .it .ic,.itmus .it .ply{
	width: 49px;
	float: right;
	text-align: center;
	cursor: pointer;
}
.itmus .it .ic {
	width: 36px;
	font-size: 12px;
	color: #b3b3b3;
}
.itmus .it .ic i {
	font-size: 23px;
	margin-top: 15px;
}
.itmus .it i {
	font-size: 36px;
	text-align: center;
	display: block;
	margin-top: 10px;
}
#mulist .cont {
	overflow-x: auto;
	max-height: 1000px;
	scrollbar-width: thin;
}
.itmus .it .dti h5 {
	margin: 6px 0;
}

#player .itmus {
	width: 100%;
}
#player {
	width: 100%;
	display: inline-block;
	position: relative;
}
#player .fa-times {
	position: absolute;
	top: 18px;
	color: #3c1f3d;
	right: 18px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: #715672;
	border-radius: 100%;
	font-size: 19px;
	cursor: pointer;
}
#player .dti {
	width: calc(100% - 80px);
}
#player .ply {
	width: 100px;
	display: table;
	margin: auto;
	float: none;
	height: 100px;
}
#shereFrm .modal-body.start .loadmod:before,#player .ply.play {
	background-image: url(https://cdn.abzarek.ir/asset/music-abzarek.gif);
	background-size: 115% 115%;
	background-repeat: no-repeat;
	transition: all 0.5s;
	background-position: center center;
}
#player .ply i {
	margin-top: 23px;
}
#player .itmus .it {
    background: #3c1f3d;
}
#player .loadply {
	background: #150716;
	height: 12px;
	float: left;
	border-radius: 12px;
	display: block;
	min-width: 20px !important;
}
#shereFrm .modal-body.start .moht {
	display: none;
}
#shereFrm .toConvert.btn-info i {
	background: #744ba6;
}
#shereFrm .toConvert.btn-info {
	background: #503373;
}
#shereFrm .modal-body.start .loadmod::before {
	content: "ابزارک";
	width: 170px;
	height: 170px;
	position: relative;
	display: block;
	background-color: #332d50;
	border-radius: 100px;
	margin: auto;
	line-height: 160px;
	color: #9effed;
	font-size: 27px;
}
#shereFrm .modal-body.start .loadmod {
	text-align: center;
	font-weight: 900;
	color: #871d80;
}
#shereFrm .form-control-feedback {
	font-size: 22px;
	line-height: 39px;
	text-align: center;
}
.delall {
	padding: 6px 17px !important;
	margin: auto;
	display: block !important;
	background: #840000 !important;
}
.pndkey {
	background: #f99800 !important;
	color: wheat;
}
@media (min-width:991px) {
	.its_setting_page.default__content,
	article.default__content {
		padding:0
	}
}
@media (min-width:767px) {
	.its_setting_page.default__content,
	article.default__content {
		padding:15px 0
	}
}
@media (min-width:991px) {
	.default__content {
		padding:15px 0
	}
	.default__page__title {
		padding-left:75px
	}
	.tools__page__content {
		padding:0 75px 30px 75px
	}
	.article-info,
	.btn-group-piano {
		padding-left:75px
	}
}
@media (max-width:990px) {
	.contact__content,
	.content__right .finder,
	.default__content {
		max-width:100%;
		padding:30px 0
	}
	.content__right {
		padding:0
	}
	.tools__page__content {
		padding:0 60px 30px 60px;
		width:750px;
		margin:auto
	}
	.default__page__title {
		max-width:750px;
		margin:0 auto;
		padding-left:60px;
		margin-top:15px
	}
	.btn-group-piano {
		padding-left:60px;
		padding-right:60px;
		max-width:750px;
		width:750px;
		margin:auto
	}
	.article-info {
		max-width:750px;
		margin:auto;
		padding:0 60px
	}
}
@media (max-width:767px) {
	.piano-wrapper {
		width:100%;
	}
	.piano-wrapper::-webkit-scrollbar {
		width:0;
		background:0 0;
		display:none
	}
	.piano {
		width:750px;
		height:185px
	}
	.key span i {
		margin-bottom:10px;
		width:18px;
		height:18px
	}
	.key .black-key {
		height:100px;
		width:75%
	}
	.key .black-key.active {
		top:5px;
		height:100px
	}
	.key .white-key {
		height:180px
	}
	
	.tools__page__content {
		padding:0 15px
	}
	.default__page__title {
		padding-left:15px;
		margin-top:10px
	}
	.contact__content,
	.content__right .finder,
	.default__content {
		padding:0
	}
	.btn-group-piano {
		padding-left:15px;
		padding-right:15px
	}
	.article-info {
		padding:0 15px
	}
}
@media (max-width:480px) {
	#service .timerm p {
	font-size: 19px;
}
}
