body {
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: #000;
}
.title {
    color: white;
    font-size: 35px;
    font-weight: 600;
}

@keyframes move { to { background-position: 200% center; } }


h6 {
    color: rgb(114, 114, 114);
}
#search-icon {
    position: absolute;
    left: 29px;
    top: 245px;
    font-size: 25px;
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}

a:hover,
a:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.header {
    background: #181818;
    height: 200px;
    text-align: center
}

.header svg {
    color: rgb(255 255 255);
    font-size: 50px;
    vertical-align: middle;
    margin-top: 25px;
    margin-bottom: 5px;
}

.main {
    padding: 10px;
    width: 100%;
    background-color: black;
}

.search input {
    box-shadow: 0 .313rem .875rem rgba(45, 49, 54, .09);
    background-color: #181818;
    border-radius: 5px;
    color: #959595;
    border: 0;
    height: 70px;
    line-height: 32px;
    width: 100%;
    font-size: 20px;
    padding: 15px 60px;
    margin: 15px 0;
    border: 1px solid rgba(0, 0, 0, .125)

}
.search input:focus {
    outline: none;
}

.apps ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.apps ul li a {
    line-height: 20px;
    display: block;
    height: 90px;
    border-bottom: 1px solid #2e2e2e;
    padding: 5px 10px
}

.avatar img {
    float: left;
    height: 62px;
    width: 62px;
    margin-top: 8px;
    margin-right: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
}

.app {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
}

.app-spotify {
    color: rgb(0 255 90);
    font-size: 16px;
    font-weight: 700;
}

.app-deezer {
    color: rgb(255 255 255);
    font-size: 16px;
    font-weight: 700;
}

.app-netflix {
    color: rgb(255 0 0);
    font-size: 16px;
    font-weight: 700;
}

.app-tinder {
    color: rgb(255 179 0);
    font-size: 16px;
    font-weight: 700;
}

.app-disney {
	color: rgb(0 124 255);
    font-size: 16px;
    font-weight: 700;
}

.app-prime {
    color: rgb(0 220 255);
    font-size: 16px;
    font-weight: 700;
}

.name {
    margin-top: 10px;
    font-size: 0.80em;
    color: rgb(255 255 255);
    font-weight: 600;
}

.description {
    font-size: 12px;
    color: #a5a5a5;
    font-weight: 500;
}

.righticon {
    float: right;
    margin-top: -30px;
    color: #565656;
}

.footer {
    background: #181818;
    width: 100%;
    height: 55px;
    bottom: 0;
    text-align: center
}

.footer svg {
    color: #fff;
    vertical-align: middle;
    font-size: 28px;
    margin-top: 10px
}

.phone {
    background: url(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 {
    background-color: #181818;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.modal-header {
    background: rgb(0 255 90) !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal-content {
    border-radius: 15px;
    background-color: #181818 !important;
}

.modal-body h1 {
    font-size: 35px;
    font-weight: 600;
    padding: 15px 0;
    color: white;
   
}

.modal-body p {
    font-size: 15px;
    color: #b3b3b3;
}

.modal-btn {
    padding-bottom: 10%
}

.modal-btn a {
    display: inline-block;
    color: #181818 !important;
    background: rgb(0 255 90);
    padding: 20px 0;
    width: 80%;
    font-size: 16px;
    margin-top: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 5px;
    font-weight: 700;
    letter-spacing: 1px;
}

.animate-bottom {
    position: relative;
    animation: animatebottom .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
    }
}
@keyframes pulse {
    from { transform: scale(1); }
    50% { transform: scale(0.95); }
    to { transform: scale(1); }
  }
  
  .fe-pulse {
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }

.no-js #loader {
    display: none
}
.fade {
    background-color: #000000a1;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0
}
.progress-bar {
    background-color: rgb(0 255 90) !important;
}

.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
}