<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
	@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&amp;display=swap');
	* {	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box; }


	.Advertisement {
		float:left;
		width:50%;
		padding:16px; 
		padding-bottom:0px; 
	}
	
	
	.AdvertisementT {
		float:left;
		width:33%;
		padding:16px; 
		padding-bottom:0px; 
	}
	
	
	@media only screen and (max-width:700px) {
		.Advertisement, .AdvertisementT { 	
			width:calc(100%); 
		}  
	}


	html,body {
		height:100%;
	}

	body { 
		margin:0px;
		font-size: 13px!important;
		-webkit-font-smoothing: antialiased;
		font-family: 'Poppins', sans-serif;
		background-image:url(https://www.radiobaba.de/wp-content/uploads/2019/05/Grey-Abstract-Wallpaper-HD-28667.jpg);
	}

	.BG {
		position:fixed;
		background-image:url(https://www.radiobaba.de/wp-content/uploads/2019/05/Grey-Abstract-Wallpaper-HD-28667.jpg);
		background-repeat:no-repeat;
		background-size:cover;
		z-index:10;
		left:0px;
		right:0px;
		top:0px;
		bottom:0px; 
	}
	
	.CN {
		position:fixed; 
		z-index:11;
		left:0px;
		right:0px;
		top:0px;
		bottom:0px;
		overflow-x:hidden;
		overflow-y:auto
	}
	
	.Centerer { 	
		width:1260px;	
		margin:0 auto;   
	} 
	
	@media only screen and (max-width:1260px) {
		.Centerer { 	
			width:calc(100%); 
		}  
	}
	
	
	.Standart {
		float:left;
		width:100%;
		position:relative; 
	}
	
	.Top {
		float:left;
		height:160px;
		width:100%;
		background-color:rgba(255,255,255,1);
	}
	
	.TopFirst {
		width:100%;
		float:left;
		height:84px;	
		border-bottom:0.1em solid rgba(234,234,234,1);
	}
	
	.TopSecond {
		width:100%;
		float:left;
		height:76px; 
		padding-top:18px;
		padding-bottom:18px;
	}
	.MobileFullSize {}
	
	@media screen and (max-width: 640px) {
		
		.Top {
			height:auto !important;
		}
		
		.TopSecond {
			width:100%;
			float:left;
			height:auto !important;
			padding-top:18px;
			padding-bottom:18px;
		}
		.MobileFullSize {
			width:100%;
			margin-bottom:10px;
		}
	}
	
	
	
	.White {
		background-color:rgba(255,255,255,1) !important;
	}
	
	.Page {
		min-height:600px;
		padding-top:28px;
		padding-bottom:28px;
	}
	
	a {
		text-decoration:none;
	}
	
	
	.Logo {
		background-image:url(/Assets/H2M_Logo.png);
		height:36px;
		width:90px;
		background-repeat:no-repeat;
		background-size:contain; 
		margin-top:22px;
		cursor:pointer
	}
	
	.Total_Count {
		float:right;
		height:36px; 
		line-height:36px;
		background-color:rgb(254,65,1);
		border-radius:3px;
		margin-top:22px; 
		padding:0px 12px;
		color:rgba(255,255,255,1);
		font-weight:600;
	}
	
	.btn-green {
		float:left;
		height:38px;
		line-height:38px;
		text-align:center;
		color:#ffffff;
		padding-left:18px;
		padding-right:18px; 
		border-radius:4px;
		font-weight:600;
		background-color:rgba(80,205,137,1);
		cursor:pointer;
	}
	
	.btn-green:hover {
		background-color:rgba(80,205,137,0.85);
	}
	
	
	.UserMenu {
		position:absolute;
		right:0px;
		top:40px;
		width:280px;
		background-color:rgba(255,255,255,1);
		border-radius: 0.475rem;
		background-color: #fff;
		padding:18px;
		padding-bottom:13px;
		padding-top:18px;
		box-shadow: 0 0 50px 0 rgba(82,63,105,.1);
		z-index:10000;
		display:none
		 
	}
	
	.UserMenu a {
		float:left;
		width:100%;
		padding-right: 1.25rem!important;
		padding-left: 1.25rem!important;
		height:44px;
		line-height:44px;
		color:#181c32;
		text-align:left;
		border-radius: 0.475rem;
		background-color: rgba(247,249,251,0.3);
		margin-bottom:6px;
	}
	
	.UserMenu a:hover {
		background-color:rgb(116,192,252);
		color:rgba(255,255,255,1);
	}	
	
	
	
	
	
	
	
	
	
	
	.btn-link {
		float:left;
		height:38px;
		line-height:38px;
		text-align:center;
		color: #5e6278;
		padding-left:18px;
		padding-right:18px; 
		border-radius:4px;
		font-weight:600;
		margin-right:15px;
		background-color:rgba(247,249,251,0.3); 
	}
	
	
	.btn-link-selected , .btn-link:hover {
		background-color:rgba(247,249,251,1); 
	}
		
	.btn-link-top {
		background-color:rgba(105,158,56,1) !important;
		color:rgba(255,255,255,1);
		transition-duration:100ms;
	}	

	.btn-link-top:hover {
		background-color:rgba(6,107,198,1) !important;
		color:rgba(255,255,255,1);
	}	
	
	.btn-link-top-selected , .btn-link-top-selected:hover {
		background-color:rgb(254,65,1) !important;
		color:rgba(255,255,255,1) !important;
	}		
	
	

	@media screen and (max-width:680px) {
		.btn-link-top {
			padding-left:12px !important;
			padding-right:12px !important; 
			margin-right:11px !important;
		}	
	}
	
	
	
	.PageTitle   {
		font-size: 1.15rem!important;
		color: #181c32!important;
		font-weight:500;
		height:26px; 
		margin-top:18px;
	}

	.PageDesc {
		font-size:.8rem!important;
		color:#7e8299!important;
		font-weight:600;
		height:18px;
		margin-top:4px;
	}

	.PageHeader {
		height:82px;
		
	}
	
	.Card {
		position: relative;
		display: flex;
		flex-direction: column;
		word-wrap: break-word;
		background-color: rgba(245,248,250,.35);
		background-clip: border-box;
		border:1px solid #eff2f5;
		border-radius: 0.475rem;
		padding:24px;
	}
	
	.CardList {
		padding-top:24px;
		padding-left:24px;
		padding-right:0px;
		padding-bottom:0px;
	}
	
	.CardHeader {
		font-size:0.9rem!important;
		margin-top:0px !important;
		color:#181c32!important;
		font-weight:500;
	}
	
	.FormLine {
		float:left;
		width:100%; 
		margin-top:20px;
	}
	
	.FormName {
		float:left;
		width:35%;
		font-size:0.9rem!important;
		margin-top:0px !important;
		color:#181c32!important;
		font-weight:500;
		padding-top:13px
	}
	
	.FormValue {
		float:left;
		width:calc(65% - 20px);
		font-size:0.9rem!important;
		margin-top:0px !important;
		color:#181c32!important;
		font-weight:500;
	}
	

	
	.FormDot {
		float:left;
		width:20px;
		font-size:0.9rem!important;
		margin-top:0px !important;
		color:#181c32!important;
		font-weight:500;
		height:48px;
		line-height:48px;
	}
	

	
	
	
	
	.form-control {
		display: block;
		width: 100%;
		padding: 0.75rem 1rem;
		font-size:1rem;
		font-weight: 500;
		line-height:1rem;
		height:48px;
		color: #181c32;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #e4e6ef;
		appearance: none;
		border-radius: 0.475rem; 
		font-family: inherit;
	}
	
	
	
	
	
	
	
	
	.AppLine100 {
		width:100% !important
	}
	.AppLine {
		float:left;
		width:calc(calc(100% / 3) - 24px);
		position:relative;
		border:1px solid rgba(0,0,0,0.1);
		padding:14px;
		border-radius:5px;
		background-color:rgba(255,255,255,0.75);
		margin-bottom:24px;
		margin-left:12px;
		margin-right:12px;
	}

	
	
	
	.AppLine:hover {
		border:1px solid rgba(0,0,0,0.3);
		background-color:rgba(255,255,255,1);
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	}
	
	.AppLineSponsored_1 {
		border:1px solid rgba(255,204,0,1) !important;
	}
	.AppLineSponsored_1:hover {
		border:1px solid rgba(254,65,1,1) !important;
	}
	
	
	.AppLineAdult_1 .AppLogo img , .Img_Adult_1 {
		filter: blur(0.6rem);
		
	}	
	
	.AppLogo {
		float:left;
		width:146px;
		height:146px;
		margin-left:50%; 
		font-size:1.4em;
		text-align:center;
		color:rgba(126,130,153,0.7);
		border-radius: 0.475rem;
		background-repeat:no-repeat;
		background-size:contain;
		background-position:center center;
		border:2px solid rgba(0,0,0,0.1);
		transform:translate(-50%,0px); 
		overflow:hidden;
	}

	
	.AppName {
		float:left;
		width:calc(100%); 
		text-align:center;
		color:rgba(32,32,32,1);
		font-size:1.4em;
		font-weight:500;
		margin-top:4px;
		height:30px; 
	}
	
	.AppDesc {
		float:left;
		width:calc(100%); 
		color:rgba(88,88,88,1);
		font-size:1em;
		text-align:center;
		font-weight:500;
		height:30px; 
	}

	.AppType {
		float:left;
		margin-left:50%; 
		padding:4px 8px;  
		font-size:1em;
		text-align:center;
		transform:translate(-50%,0px); 
	}

	.AppSub {
		float:left;
		margin-left:50%;
		background-color:rgb(255,163,0);
		padding:5px 12px;
		border-radius:3px;
		color:rgba(255,255,255,1);
		font-size:1em;
		text-align:center;
		transform:translate(-50%,0px); 
		margin-top:4px;
		margin-bottom:8px;
	}
	
	
	.offset-link {
		float:left;
		width:calc(calc(100% / 3) - 24px); 
		padding:8px;
		border-radius: 0.475rem;
		background-color:rgba(255,163,0,1);
		text-align:center;
		color:rgba(255,255,255,1);
		margin-bottom:24px;
		margin-left:12px;
		margin-right:12px;
		font-size:1.2em;
		font-weight:600
	}
	
	
	.offset-link-disable {
		float:left;
		width:calc(calc(100% / 3) - 24px); 
		padding:8px;
		border-radius: 0.475rem;
		background-color:rgba(0,0,0,0.1);
		text-align:center;
		color:rgba(255,255,255,1);
		margin-bottom:24px;
		margin-left:12px;
		margin-right:12px;
		font-size:1.2em;
		font-weight:600
	}	
	
	
	
	
	.Detail_Logo {
		float:left;
		width:146px;
		height:146px; 
		font-size:1.4em;
		text-align:center;
		color:rgba(126,130,153,0.7);
		border-radius: 0.475rem;
		background-repeat:no-repeat;
		background-size:contain;
		background-position:center center;
		border:2px solid rgba(0,0,0,0.1);
		overflow:hidden;
	}
	
	.Detail_Right {
		float:left;
		width:calc(100% - 146px);
		padding-left:30px; 
	}
	
	.Detail_Header {
		float:left;
		width:calc(100%);
		font-size:2em;
		font-weight:600;
	}
	
	.Detail_Line_Count {
		float:left;
		width:calc(100%);
		font-size:1.4em;
		font-weight:600;
		margin-top:10px;
		padding-bottom:6px;
	}	
	
	.Detail_Line_UserName {
		float:left; 
		width:calc(100%);
		margin-top:10px;
	}	
	.Detail_Line_UserName a       {
		float:left; 
		font-size:1.8em;
		font-weight:600;
		padding-top:6px;
		font-weight:600;
		background-color:rgb(6,107,198);
		color:rgba(255,255,255,1);
		border-radius:6px;
		border-top-left-radius:0px;
		border-bottom-left-radius:0px;
		padding:0px 20px;
		line-height:54px;
		height:54px !important;
	}
	.Detail_Line_UserName a:hover {
		background-color:rgb(255,163,0);
		color:rgba(255,255,255,1);
	}
	
	.Detail_Line_UserName_Icon {
		float:left;
		background-color:rgb(44,163,219);
		height:54px;
		width:60px;
		background-image:url(/Assets/Img/telegram_logo.png);
		background-size:cover;
		background-position:center center;
		border-radius:6px;
		border-top-right-radius:0px;
		border-bottom-right-radius:0px;
	}
	
	.Detail_Line_Description {
		float:left;
		width:100%;
		padding:10px;
		background-color:rgba(255,255,255,1);
		border: 2px solid rgba(0,0,0,0.1);
		padding:20px;
		border-radius: 0.475rem;
		background-color: rgba(255,255,255,0.75);
		margin-top:14px;
	}
	
	
	.BottomLinks {
		float:left;
		width:auto;
		margin:3px;
		background-color:rgba(255,255,255,0.85);
		padding:5px 10px;;
		color:rgba(6,107,198,1);
		font-size:0.95em;
		font-weight:600;
		border-radius:3px;
		transition-duration:500ms;
		cursor:pointer
	}
 
 	.BottomLinks:hover {
		background-color:rgba(255,255,255,1);
	}
 
 
 
	
	@media screen and (max-width: 980px) {
	  .AppLine {width:calc(calc(100% / 2) - 24px);}
	}
	@media screen and (max-width:680px) {
		.AppLine {width:calc(calc(100% / 1) - 24px);}
		.Detail_Right {
			float:left;
			width:calc(100%);
			margin-top:10px;
			padding-left:0px; 
		}
		
		.Detail_Line_UserName a {
			float:left; 
			width:calc(100% - 60px);
		}
		.Detail_Line_Count , .Detail_Header {
			text-align:center
		}
		.Detail_Logo { 
			width:176px;
			height:176px; 
			margin-left:50%; 
			transform:translate(-50%,0px); 
		}	
	  
	}
	
	
	
	.Header {
		font-size:18px;
		font-weight:800;
		padding-bottom:14px;
		margin-bottom:14px;
		border-bottom:1px solid rgba(0,0,0,0.5);
	}
	
	
	
	
	.TopRightButton {
		float: right;
		cursor:pointer;
		margin: 3px;
		margin-top:20px
	 
	}
 	.UserTopMenu { 
		padding:20px 0px;
		background-color:rgba(0,0,0,0.05)
		
	}
	
	
	
	
	
	.FormLine {
		float:left;
		width:100%;
		margin-bottom:14px;
	}
	
	.FormName {
		float: left;
		width: 40%;
		font-size: 16px;
		font-weight: 500;
		line-height:18px;   
		padding: 14px 16px; 
		padding-left:0px;
	}
	
	.FormValue {
		float: left;
		width: 60%;
	}
	
	
	.FormText {
		float: left;
		width: 100%;
		font-size: 16px;
		font-weight: 500;
		line-height:18px; 
		background-color: #FFFFFF !important;
		border-radius: 4px; 
		padding: 14px 16px; 
		cursor: text;
		font-family: 'Poppins', sans-serif;
		border:1px solid rgba(0,0,0,0.5);
	}
	
	
	
	
	::placeholder {
		color:rgba(0,0,0,0.2);
	}
		
	
	
	
	
	.FormLine .btn-submit {
		font-size: 16px !important;
		font-weight: 500 !important;
		line-height:18px !important;  
		border-radius: 4px !important;
		padding: 14px 16px !important; 
		float:right !important;
		margin-right:0px !important;
		margin-left:14px !important;
		height:auto  !important;
		cursor:pointer !important;
	}
	
	.FormBack {
		background-color:rgba(255,255,255,1);
		padding:28px;
		padding-bottom:14px;
		border-radius: 4px;
		border: 1px solid rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	}
	@media only screen and (max-width:1260px) {
		.FormBack { 	
			width:calc(100% - 28px); 
			margin-left:14px;
		}  
	}
	
	
	
	
	.FormValueNote {
		float:left;
		width:100%;
		color:rgb(254,65,1);
		font-size:11px;
		padding-top:3px;
	}
	
	
	
	</pre></body></html>