

body {
   
}

.loader-backg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
   background-color: #1a1a1a;
   z-index: 9;

}

.loader-wrapp {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 150px;
    width: 150px;
    background-color: #333;
    -webkit-box-shadow: -2px 6px 49px -8px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 6px 49px -8px rgba(0,0,0,0.75);
box-shadow: -2px 6px 49px -8px rgba(0,0,0,0.75);
border-radius: 30px;
color:#fff;
}

.row {
    margin: 0px;
}
.info {
    background: rgb(34 145 255)!important;
    color: #fff!important;
    padding: 7px;
    border-radius: 30px;
}

div.spinner {
  
  width: 54px;
  height: 54px;
  display: block;
  margin:0 auto;
  background: #333;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}

div.spinner div {
  width: 6%;
  height: 16%;
  background: #fff;
  position: absolute;
  left: 49%;
  top: 30%;
  opacity: 0;
  -webkit-border-radius: 50px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
  -webkit-animation: fade 1s linear infinite;
}


.l-text {
    position: relative;
    text-align: center;
    margin-top: 30px;
    font-weight: 600;

}

@-webkit-keyframes fade {
  from {opacity: 1;}
  to {opacity: 0.25;}
}

div.spinner div.bar1 {
  -webkit-transform:rotate(0deg) translate(0, -130%);
  -webkit-animation-delay: 0s;
}    

div.spinner div.bar2 {
  -webkit-transform:rotate(30deg) translate(0, -130%); 
  -webkit-animation-delay: -0.9167s;
}

div.spinner div.bar3 {
  -webkit-transform:rotate(60deg) translate(0, -130%); 
  -webkit-animation-delay: -0.833s;
}
div.spinner div.bar4 {
  -webkit-transform:rotate(90deg) translate(0, -130%); 
  -webkit-animation-delay: -0.7497s;
}
div.spinner div.bar5 {
  -webkit-transform:rotate(120deg) translate(0, -130%); 
  -webkit-animation-delay: -0.667s;
}
div.spinner div.bar6 {
  -webkit-transform:rotate(150deg) translate(0, -130%); 
  -webkit-animation-delay: -0.5837s;
}
div.spinner div.bar7 {
  -webkit-transform:rotate(180deg) translate(0, -130%); 
  -webkit-animation-delay: -0.5s;
}
div.spinner div.bar8 {
  -webkit-transform:rotate(210deg) translate(0, -130%); 
  -webkit-animation-delay: -0.4167s;
}
div.spinner div.bar9 {
  -webkit-transform:rotate(240deg) translate(0, -130%); 
  -webkit-animation-delay: -0.333s;
}
div.spinner div.bar10 {
  -webkit-transform:rotate(270deg) translate(0, -130%); 
  -webkit-animation-delay: -0.2497s;
}
div.spinner div.bar11 {
  -webkit-transform:rotate(300deg) translate(0, -130%); 
  -webkit-animation-delay: -0.167s;
}
div.spinner div.bar12 {
  -webkit-transform:rotate(330deg) translate(0, -130%); 
  -webkit-animation-delay: -0.0833s;
}

.app-profile-container {
    /* background-color: #4cf8f2; */
}

.app-profile-title {
    /* background-color: #fff405; */
}

.app-list-container {
    /* background-color: #60ef15; */
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
     background-color: #1a1a1a;
}

.row-container {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    /* background-color: blue; */
    overflow: hidden;
}

.first-row {
    background-color: lime;
}

.second-row {
    flex-grow: 1;
    border: none;
    margin: 0;
    padding: 0;
}

.profile {
       background: #1a1a1a;
       color:#fff;
     
}
.breath{  -webkit-animation: breathing 3s ease-out infinite normal;
        animation: breath 3s ease-out infinite normal;}

.app-profile-container .profile img {
    max-width: 160px;
    border-radius:23px;
}

.app-list-container .btn {
    padding: 5px 20px;
}

.app-list-container .app-image {
    max-width: 60px;
}

.app-list-container .description {
    line-height: 15px;
    font-size: 13px;
}

.rounded-corner {
    border-radius: 20px;
}

.bg-purple {
    background-color: #3d58ff;
}


.modal {
    background: #000000d1;
}

.app-modal {
    max-width: 325px;
    margin: 1.75rem auto;
    border-radius:30px;
    background: ;
}

.modal-content {
    border-radius: 30px;
    background-color:#333 ;
}

.modal-body {
    background-color: #333;
    color: #fff;
    border-radius: 30px;
}

.app-modal .app-image {
    max-width: 90px;
    border-radius: 14px;
}

.app-modal .title {
    font-size: 24px;
    font-weight: bold;
}

.app-modal .description {
    font-size: 17px;
}

.app-modal .main-title {
    font-size: 24px;
    font-weight: bold;
}

.app-modal .app-list-sm .title {
    font-size: 16px;
}

.app-modal .app-list-sm .description {
    font-size: 12px;
}

.app-modal .play-btn {
    fill: white;
    width: 20px;
}

.app-profile-title .btn-youtube {
    width: 20px;
}

.app-modal .app-list-sm .app-image {
    max-width: 40px;
}






.btn-success {
    color: #fff!important;
        background-color: #1e90ff!important;
    border-color: #1e90ff!important;
    border-radius: 30px!important;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 3px;
    font-size: 29px;
    border-radius: .2rem;
    font-weight: 700;
}
.yt-danger{
    width: 28px;
    vertical-align: sub;
   
}
.small, small {
    font-size: 15px!important;
    font-weight: 500!important;
    vertical-align: baseline!important;
        padding-bottom: 4px;
    padding-top: 2px;
}
.blurit {filter: blur(10px);
    -webkit-filter: blur(10px);}
.has-shine:before {
    content: "";
    display: block;
    position: absolute;
    background: hsla(0,0%,100%,.8);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    transform: translateX(-100px) skewX(
-15deg
);
    -webkit-animation: btnShine-data-v-1c96b8f3 2s 2s infinite alternate both;
    animation: btnShine-data-v-1c96b8f3 1s 1s infinite alternate both;
}
@keyframes btnShine-data-v-1c96b8f3 {
	0% {
		transform: translateX(-100px) skewX(-15deg)
	}
	to {
		transform: translateX(100vw) skewX(-15deg);
		opacity: .7
	}
}
.text-danger { padding-bottom: 10px;}


.btn-go {
    background-color: #50ce52; 
    border-color: #50ce52;
    font-size: 20px;
}

.glow-on-hover {
    /* width: 220px; */
    /* height: 50px; */
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 5px;
    overflow: hidden;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: 5px;
    animation: slide 1s infinite;
	 
  /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgb(255 255 255 / 31%) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #111; */
    left: 0;
    top: 0;
    border-radius: 5px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

@keyframes slide {
	0% {transform:translateX(-100%);}
	100% {transform:translateX(100%);}
}
@keyframes breath {
 0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
}

 