.swiper-container {
	margin-top: 24px;
	margin-bottom: -200px;
	background-position: 50%;
}

.swiper-wrapper {
	background-position: 50%;
}

.swiper-ss {
	border-radius: 25px;
	width: 65%;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
	height: auto;
}

.description-swiper {
	height: 90px;
}

.description-swiper-slide {
	color: #eee;
	width: 90px;
	height: 90px;
}

.vl {
	border-right: 0.1px solid #777;
	height: 40px;
}

.app-icon {
	/* background-color: #9742E0; */
	width: 90px;
	height: 90px;
	border-radius: 28%;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.app-icon-popup {
	/* background-color: #9742E0; */
	width: 120px;
	height: 120px;
	border-radius: 25%;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.app-name-popup {
	font-size: 22px;
	font-weight: bolder;
}

.app-info-popup {
	font-size: 16px;
	margin: -125px auto auto 140px;
}

.app-info-page {
	width: 100%;
	height: auto;
	padding: 0;
}

.popup-share {
	/* color: #9742E0; */
	margin: -50px 0 0 215px;
}

.tweak-icon {
	background-color: #aaa;
	width: 50px;
	height: 50px;
	border-radius: 25%;
}

.tweak-name {
	margin: 95px auto auto -85px;
}

.app-icon-margin {
	margin-left: 15px;
}

.app-name {
	color: black;
	margin: 95px auto auto -85px;
}

.first-app {
	margin-left: 15px;
}

.last-app {
	margin-left: 15px;
	margin-right: 15px;
}

.icon-app {
	width: 100px;
	height: 100px;
	border-radius: 25%;
}

.app-name-list {
	font-size: 11px;
	text-align: left;
	margin: 3px
}

.app-icon-list {
	/* background-color: #9742E0; */
	width: 60px;
	height: 60px;
	border-radius: 25%;
}

.list-title {
	margin-left: -12px;
}

.button-get {
	/* background-color: #9742E0; */
	width: 60px;
}

.button-get-info {
	text-align: center;
	color: #9742E0;
	width: 60px;
	margin-top: 8px;
}

.button-get-dark {
	/* background-color: #9742E0; */
	width: 60px;
}

.logo-label {
	content: "../CydiaIcon.png";
	font-size: 25px;
	font-weight: bolder;
	margin: -65px 0 0 95px;
}

.button-cydia {
	background: rgb(204, 153, 102);
	background: -moz-linear-gradient(180deg, rgba(204, 153, 102, 1) 17%, rgba(193, 134, 95, 1) 27%, rgba(104, 58, 41, 1) 80%);
	background: -webkit-linear-gradient(180deg, rgba(204, 153, 102, 1) 17%, rgba(193, 134, 95, 1) 27%, rgba(104, 58, 41, 1) 80%);
	background: linear-gradient(180deg, rgba(204, 153, 102, 1) 17%, rgba(193, 134, 95, 1) 27%, rgba(104, 58, 41, 1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc9966", endColorstr="#683a29", GradientType=1);
	color: white;
	width: auto;
	height: 30px;
}

.button-sileo {
	background: rgb(7, 165, 170);
	background: -moz-linear-gradient(0deg, rgba(7, 165, 170, 1) 0%, rgba(30, 195, 188, 1) 43%, rgba(53, 224, 206, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(7, 165, 170, 1) 0%, rgba(30, 195, 188, 1) 43%, rgba(53, 224, 206, 1) 100%);
	background: linear-gradient(0deg, rgba(7, 165, 170, 1) 0%, rgba(30, 195, 188, 1) 43%, rgba(53, 224, 206, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#07a5aa", endColorstr="#35e0ce", GradientType=1);
	color: white;
	width: auto;
	height: 30px;
}

.button-zebra {
	background-color: white;
	color: black;
	width: auto;
	height: 30px;
}

.homebar-light {
	background-color: white;
	height: 4px;
	width: 50px;
	border-radius: 20px;
}

.homebar-dark {
	background-color: black;
	height: 4px;
	width: 50px;
	border-radius: 20px;
}

.mail-app {
	background: rgb(28, 110, 241);
	background: linear-gradient(180deg, rgba(28, 110, 241, 1) 0%, rgba(48, 203, 252, 1) 100%);
}

.phone-app {
	background: rgb(141, 254, 119);
	background: linear-gradient(180deg, rgba(141, 254, 119, 1) 0%, rgba(19, 211, 68, 1) 100%);
}

.img-preview {
	width: 100%;
	height: auto;
	border-radius: 40px;
	box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.4)
}

.app-info-card {
	text-align: center;
	background-color: #f0f4f5;
	padding: 15px;
}

.app-info-card-dark {
	background-color: #303031;
}

.app-info-card .block-title {
	margin: 8px 0px;
	text-align: center;
}

.before-install {
	margin: -80px auto auto 100px;
	font-size: 70%;
}

.read-important {
	opacity: 0.7;
	margin: auto auto auto 100px;
	font-size: 60%;
}

.card-close {
	position: absolute;
	right: 15px;
	top: 35px
}

.flag {
	padding-top: 6px;
}

.category-title {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	padding: 2px 10px;
}

#more {
	display: none;
	width: 100%;
	height: 100%;
}

.more-btn-light {
	box-shadow: -10px 0px 10px #fff;
	width: 100%;
	height: 100%;
}

.more-btn-dark {
	box-shadow: -10px 0px 10px #000;
	width: 100%;
	height: 100%;
}

/*
.lastWord {
	color: white;
	background: linear-gradient(to right, #fff, #000000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
*/

.page-home,
.page-about {
	--f7-list-border-color: transparent;
	--f7-block-strong-border-color: transparent;
	--f7-block-font-size: 16px
}

:root:not(.theme-dark) .page-home,
:root:not(.theme-dark) .page-about {
	--f7-page-bg-color: #fff
}

.app-page-light {
	background-color: #fff;
}

.app-page-dark {
	background-color: #000;
}

.gradient-unc0ver {
	background: #737A84;
	background: linear-gradient(90deg, #1E4F77 0%, #465364 100%);
}

.gradient-minecraft {
	background: #E3BE7B;
	background: linear-gradient(90deg, #8E6A42 0%, #AECE5F 100%);
}

.bg-slider {
	background-size: cover;
	background-position: center;
}

hr.dash {
	border: 1px dashed #505050;
}

.button-small {
	width: 200px;
}

.bg-bg {
	width: 100%;
	background: rgb(2,0,36);
	background: -webkit-linear-gradient(left, rgb(151,66,224) 0%, rgb(185,47,209) 70%, rgb(126,32,143) 100%);
	background: -o-linear-gradient(left, rgb(151,66,224) 0%, rgb(185,47,209) 70%, rgb(126,32,143) 100%);
	background: linear-gradient(to right, rgb(151,66,224) 0%, rgb(185,47,209) 70%, rgb(126,32,143) 100%);
}

.center-div {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cert-img {
    display: block;
    transform: rotate(-20deg);
    position: relative;
    top: 80;
    float: right;
    width: 200px;
}

.cert-header {
    position: absolute;
    top: auto;
    right: auto;
    z-index: 1;
    text-shadow: 0 0 20px #000;
}

.UnableToVerify {
    width: 300px;
    display: block;
    position: absolute;
    float: right;
    top: 0;
    right: -40;
    transform: rotate(-20deg);
    filter: blur(2px);
    -webkit-filter: blur(2px);
}
