== text_13px_323C46 ==
QLabel {
	font-size: 13px;
	color: #323C46;
}

== text_13px_323C46_transparent_4 ==
QLabel {
	font-size: 13px;
	color: rgba(50,60,70,0.40);
}

== text_13px_E64040 ==
QLabel {
	font-size: 13px;
	color: #E64040;
}

== text_24px_323C46_semibold ==
QLabel {
	font: 24px "Segoe UI Semibold";
	color: #323C46;
}

== about_window ==
QWidget {
	background: #FFFFFF;
	border-radius: 4px;
}

== about_package_name ==
QLabel {
	font-size: 18px;
	color: #414B55;
	text-align: center;
}

== about_package_post_name ==
QLabel {
	font-style: italic;
	font-size: 13px;
	color: #414B55;
	text-align: cneter;
}

== about_app_name ==
QLabel {
	font-size: 13px;
	color: #414B55;
	text-align: center;
}

== about_version ==
QLabel {
	font-size: 12px;
	color: rgba(65,75,85,0.60);
	text-align: center;
}

== about_copyright ==
QLabel {
	font-size: 12px;
	color: rgba(65,75,85,0.60);
	text-align: center;
}

== about_link_label ==
QLabel {
	background-color: transparent;
	font-size: 12px;
	color: #057FEB;
	text-decoration: underline;
}

== link_label ==
QLabel {
	background-color: transparent;
	font-size: 13px;
	color: #3C76FF;
}
QLabel:hover {
	color: #2258D6;
}
QLabel:pressed {
	color: #2551B8;
}

== donwload_dialog ==
QProgressDialog {
	background-color: whitesmoke;
	vertical-align: middle;
}
QProgressDialog QLabel {
	color: #505A64;
	font-size: 13px;
}
QAbstractButton {
	color: #323C46;
	font-size: 13px;
	outline: 0px;
	border-radius: 14px;
	padding-left: 14px;
	padding-right: 14px;
	height: 28px;
	background-color: rgba(198,212,224,0.40);
}
QAbstractButton:hover {
	color: #323C46;
	border: 1px solid rgba(124,138,152,0.40);
	background-color: rgba(198,212,224,0.40);
}
QAbstractButton:pressed {
	color: #323C46;
	border: 1px solid rgba(124,138,152,0.50);
	background-color: rgba(198,212,224,0.60);
}
QAbstractButton:disabled {
	color: #323C46;
	background-color: rgba(198,212,224,0.40);
}

== media_type_choosing ==
QRadioButton {
	color: #2E3032;
	font: 12px;
	line-height: 28px;
}

== frame_line ==
QFrame[frameShape="5"]
{
    color: rgba(198,212,224,0.90);
}

== iso_browse ==
QToolButton {
	background: rgba(198,212,224,0.40);
	border-radius: 3px;
}

== making_media_progress ==
QProgressBar {
	color: #3C76FF;
	background: rgba(80,90,100,0.15);
}
QProgressBar::chunk {
	border-radius: 3px;
	background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #3C76FF, stop: 1 #3C76FF);
}

== making_media_progress_failure ==
QProgressBar {
	color: #3C76FF;
	background: rgba(80,90,100,0.15);
}
QProgressBar::chunk {
	border-radius: 3px;
	background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #E64040, stop: 1 #E64040);
}
