body {
    overflow-x: hidden;
	background: #030918;
}
a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
a:hover, a:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.header {
	background: #030918;
	height: 7px;
	text-align: center;
}
.header svg {
	color: #000;
	font-size: 95px;
	vertical-align: middle;
	margin-top: 25px;
}
.main {
	padding: 25px;
	width: 100%;
}
.search input {
	background-color: #081d2c;
	border-radius: 1rem;
	color: #fff;
	border: 0;
	height: 50px;
	line-height: 32px;
	width: 100%;
	font-size: 17px;
	padding: 15px;
	border: 1px solid rgba(155, 20, 20, 0.125);
}

}
.app-element-i-button {
	position: relative;
    color: #fff;
    background: #C5001A;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    font-size: 1.1em;
    letter-spacing: .5px;
}

.apps ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.apps ul li a {
	line-height: 18px;
	display: block;
	height: 70px;
	border-bottom: 70px solid #fff;
	padding: 5px 10px;
}
.avatar img {
	float: left;
	height: 42px;
	width: 42px;
	margin-top: 20px;
	margin-right: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.app {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	font-size: 1.2rem;
}
.name {
	margin-top: 14px;
	font-size: 12px;
	color: #0069c5;;
	font-weight: 700;
	font-size: 0.9rem;
}
.description {
	font-size: 12px;
	color: #8e8e93;
}
.righticon {
	float: right;
	margin-top: -47px;
	color: #ffffff;
	color: #fff;
    background: #0069c5;
    width: 20%;
    text-align: center;
    border-radius: 5px;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    font-size: 1.1em;
    letter-spacing: .5px;
}
.footer {
	overflow-x: hidden;
	background: #030918;	/* position: absolute; */
	width: 100%;
	height: 55px;
	bottom: 0;
	text-align: center;
}
.footer svg {
	color: #C5001A;
	vertical-align: middle;
	font-size: 28px;
	margin-top: 10px;
}
.phone {
	background: url(../img/phone.png) no-repeat;
	width: 210px;
	height: 183px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.avatar-modal img {
	width: 33px;
	height: 33px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	border-radius: 25%;
	border-radius: 20%;
}
.name-modal {
    margin-top: 2px;
    color: #fff;
    font-size: 8px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.icon-modal {
	margin-top: 43px;
	margin-left: 14px;
    width: 50px;
    text-align: center;
}
.modal-body h1 {
	font-size: 26px;
	font-weight: 600;
	padding: 15px 0;
}
.modal-body p {
	font-size: 13px;
}
.modal-btn {
	padding-bottom: 30%;
}
.modal-btn a {
	display: inline-block;
	color: #fff!important;
	background: linear-gradient(-47deg, #0069c5 0%, #0069c5 100%);
	padding: 15px 0;
	width: 70%;
	font-size: 30px;
	margin-top: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.animate-bottom {
	position: relative;
	animation: animatebottom 0.4s;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.modal-load {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-clip: padding-box;
	outline: 0;
	padding: 10px;
	background: #FFF;
	color: #000;
	text-align: center;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
@media screen and (max-width: 720px) {
	.modal-load {
		width: 60%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.modal-load {
		width: 60%;
	}
}
.modal-load p {
	margin: 0;
	padding: 5px 0;
	font-size: 15px;
}
.modal-load p:first-child {
	font-size: 18px;
	font-weight: 600;
}