/* TODO: Refactor and convert to sass */

/** Ultra Light */

/* @font-face {
  font-family: "HelveticaNeue";
  font-weight: 100;
  src: url(/assets/fonts/helvetica-neue/helveticaneue-light-webfont.woff);
} */

/** Thin */

/* @font-face {
  font-family: "HelveticaNeue";
  font-weight: 200;
  src: url(/assets/fonts/helvetica-neue/helveticaneue-light-webfont.woff);
} */

/** Regular */

/* @font-face {
  font-family: "HelveticaNeue";
  font-weight: 400;
  src: url(/assets/fonts/helvetica-neue/helveticaneue-light-webfont.woff);
}
 */

/** Medium */

/* @font-face {
  font-family: "HelveticaNeue";
  font-weight: 500;
  src: url(/assets/fonts/helvetica-neue/helveticaneue-medium-webfont.woff);
} */

/** Semi Bold */

/* @font-face {
  font-family: "HelveticaNeue";
  font-weight: 600;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff");
} */

/** Bold */

/* @font-face {
  font-family: "HelveticaNeue";
  font-weight: 700;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff");
} */

/* * {
  font-family: "HelveticaNeue"
} */

/* :target:before {
  content:"";
  display:block;
  height:62px;
  margin:-62px 0 0;
} */

a,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #ffffff;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

.slick-slide img {
  margin: 0 auto;
}

.main-logo-header {
  cursor: pointer;
}

body {
  margin: 0;
  padding: 0 auto;
}

/* SHARE SECTION*/

#share .row {
  margin: 0px;
}
#share-blog-image {
  position: absolute;
  max-width: 80px;
  top: 60%;
  left: 38%;
}
#share .share-title {
  letter-spacing: 5px;
  display: inline-block; 
  background-repeat: no-repeat; 
  padding: 3px 0px; 
  background-size: 50% 2px; 
  background-position: top right; 
  background-image: linear-gradient(to right, 
    rgb(0,145,70) 0, rgb(0,145,70) 33%,  					  
    rgb(0,143,178) 33%, rgb(0,143,178) 66%, 
    rgb(233,124,0) 66%, rgb(233,124,0)  100%)
}
#share h2, h3 {
  font-weight: bold;
  font-size: 25px;
}
#share .btn {
  border-radius: 0px 5px 5px 0px !important;
}
#share .btn-subscribe{
  width: 200px;
  height: 42px;
  cursor: unset;
}

#share .btn-subscribe:hover{
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
}
#share .btn-sign-up, .btn-sign-in {
  width: 100px;
  font-size: 15px;
}
#share .container {
  height: 722px;
  padding: 20px;
  z-index: 0;
}
#share {
  height: 722px;
  background-color: rgb(255, 208, 0);
}
#share button {
  padding: .5rem 1rem;
}

#share .share-image {
  background-color: rgb(255, 167, 0);
}

.share-content:after, .share-image:before {
  content:'';
  position: absolute;
  top: 0;
  width: 76%;
  height: 0;
  z-index: -1;
}

.share-content:after {
  left: 99.7%;
  border-top: 682px solid white;
  border-right: 250px solid transparent;
}
.share-image:before {
  right: 99.7%;
  border-bottom: 682px solid rgb(255, 167, 0);
  border-left: 250px solid transparent;
}

.share-content {
  background-color: white;
}

#share-image-content {
  position: absolute;
  width: 350px;
  right: 30px;
  bottom: 120px;
}

#share .share-arrow {
  position: absolute;
  width: 350px;
  right: 245px;
  bottom: 65px;
}

#download {
  min-height: 550px;
}

@media (max-width: 967px) {
  #share h2, h3 {
    letter-spacing: 0px !important;
    font-size: 20px !important;
  }
}

@media (max-width: 992px) {
  #share {
    height: 1375px;
  }
  .share-content:after, .share-image:before {
    content: none;
    position: none;
    top: 0;
    width: 0;
    height: 0;
    z-index: 0;
  }
  
  .share-content:after {
    left: none;
    border-top: none;
    border-right: none;
  }
  .share-image:before {
    right: none;
    border-bottom: none;
    border-left: none;
  }
  #share .share-content {
    position: none;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #share .share-image {
    height: 722px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #share-image-content {
    width: 70% !important;
    top: 5% !important;
    right: 15% !important;
    bottom: 30% !important;
  }

  #share .share-arrow {
    width: 15%;
    right: 37.2% !important;
    bottom: 5% !important;
  }
}
@media (max-width: 812px) {
  #share .share-image {
    height: 650px;
  }
  #share {
    height: 1330px;
  }
}
@media (max-width: 700px) {
  #share .share-image {
    height: 550px;
  }
  #share {
    height: 1225px;
  }
}
@media (max-width: 575px) {
  #share .container > div {
    margin-right: 5px;
    margin-left: 5px !important;
  }
  #share .share-image {
    height: 550px;
  }
  #share {
    height: 1250px;
  }

  @media (max-width: 500px) {
    #share .share-image {
      height: 530px;
    }
  }

  #share-image-content {
    width: 90% !important;
    top: 2% !important;
    right: 5% !important;
  }
}

@media (max-width: 464px) {
  #share .container > div {
    margin-right: 5px;
    margin-left: 5px !important;
  }
  #share .share-image {
    height: 410px;
  }
  #share {
    height: 1150px;
  }

  #share .share-arrow {
    bottom: 5% !important;
  }
  #share-image-content {
    width: 90% !important;
    top: 3% !important;
    right: 5% !important;
  }
}

@media (max-width: 380px) {
  #share .container > div {
    margin-right: 5px;
    margin-left: 5px !important;
  }
  #share .share-image {
    height: 330px;
  }
  #share {
    height: 1075px;
  }

  #share .share-arrow {
    bottom: 5% !important;
  }
  #share-image-content {
    width: 85% !important;
    top: 1% !important;
    right: 5% !important;
  }
  #share .row {
    padding-left: 0px !important;
  }
  
  #share h2, h3 {
    font-size: 17px !important;
  }

}
@media (max-width: 320px) {
  #share .share-image {
    height: 310px;
  }
  #share .share-arrow {
    bottom: 8% !important;
    right: 37.2% !important;
  }
}
@media (min-width: 968px) {
  
  #share .share-title {
    letter-spacing: 3px !important;
  }
}
@media (min-width: 992px) {
  .share-content:after, .share-image:before {
    width: 85%;
  }
  #share-image-content {
    width: 390px;
  }
  #share .share-sub-content {
    width: 480px;
  }
  #share .share-arrow {
    right: 90px;
  }
  #share-blog-image {
    left: 28%;
  }
}
@media (min-width: 1000px) {
  .share-content:after, .share-image:before {
    width: 84%;
  }
  #share-image-content {
    width: 400px;
  }
  #share .share-sub-content {
    width: 480px;
  }
  #share .share-arrow {
    right: 100px;
  }
  #share-blog-image {
    left: 29%;
  }
}
@media (min-width: 1050px) {
  .share-content:after, .share-image:before {
    width: 83%;
  }
  #share-image-content {
    width: 420px;
  }
  #share .share-sub-content {
    width: 500px;
  }
  #share .share-arrow {
    right: 120px;
  }
  #share-blog-image {
    left: 30%;
  }
}
@media (min-width: 1100px) {
  .share-content:after, .share-image:before {
    width: 82%;
  }
  #share-image-content {
    width: 440px;
  }
  #share .share-arrow {
    right: 140px;
  }
  #share-blog-image {
    left: 30%;
  }
}
@media (min-width: 1150px) {
  .share-content:after, .share-image:before {
    width: 80%;
  }
  #share-image-content {
    width: 460px;
  }
  #share .share-arrow {
    right: 155px;
  }
  #share-blog-image {
    left: 33%;
  }
}
@media (min-width: 1200px) {
  .share-content:after, .share-image:before {
    width: 79%;
  }
  #share-image-content {
    width: 480px;
  }
  #share .share-arrow {
    right: 175px;
  }
}
@media (min-width: 1250px) {
  .share-content:after, .share-image:before {
    width: 78%;
  }
  #share-image-content {
    width: 500px;
  }
  #share .share-sub-content {
    width: 600px;
  }

  #share .share-arrow {
    right: 195px;
  }
}
@media (min-width: 1300px) {
  .share-content:after, .share-image:before {
    width: 77%;
  }
  #share-image-content {
    width: 510px;
  }
  #share .share-arrow {
    right: 210px;
  }
}
@media (min-width: 1330px) {
  .share-content:after, .share-image:before {
    width: 76%;
  }
  #share-image-content {
    width: 530px;
  }
  #share .share-arrow {
    right: 230px;
  }
}

@media (min-width: 1380px) {
  .share-content:after, .share-image:before {
    width: 75%;
  }
  #share-image-content {
    width: 550px;
  }
  #share .share-sub-content {
    width: 650px;
  }

  #share .share-arrow {
    position: absolute;
    width: 350px;
    right: 245px;
    bottom: 65px;
  }
}


/* FIN SHARE SECTION*/


.logo-header {
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 150px;
}

.main-logo-header {
  width: 150px;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 150px;
  margin-left: -24px;
}

.coming-soon-bg {
  background: url(/assets/images/svg/coming-soon-mobile-path.svg);
  background-repeat: no-repeat;
  background-position-y: 44px;
}

.download-bg {
  background: url(/assets/images/svg/download-mobile-path.svg);
  background-repeat: no-repeat;
  background-position-y: 45px;
}

.blog-description {
  font-weight: 400;
  margin-bottom: 15px;
}

.subscribe-text {
  font-weight: 600;
}

.img-fluid {
  width: 100%;
}

.header {
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-pic {
  margin-bottom: 15px;
  height: auto;
}

.coming-soon-header {
  max-width: 600px;
}

.coming-soon-header img {}

.slide1 {
  display: inline-block;
  background-color: red;
  height: 100vh;
  width: 100vw;
}

.slide2 {
  float: right;
  height: 100vh;
  background-color: blue;
  width: 100vw;
}

.blog-description {
  text-align: justify;
  font-weight: 400;
  margin-bottom: 15px;
}

.subscribe-text {
  font-weight: 600;
}

.header {
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-pic {
  margin-bottom: 15px;
}

.section {
  /* min-height: 100vh; */
}

.black-bg {
  background-color: #000;
}

.amber-bg {
  background-color: rgb(255, 178, 0);
}

.blue-bg {
  background-color: #00ccff;
}

.green-bg {
  background-color: rgb(0, 158, 71);
}

.orange-bg {
  background-color: #e47900;
}

.white-text {
  color: #fff;
}

.iphones {
  height: auto;
}

.default-margin {
  margin-bottom: 15px;
}

.default-top-margin {
  margin-top: 15px;
}

.center-div {
  float: none;
  margin: 0 auto;
}

.white-bg {
  background: white;
}

.lightgray-txt {
  color: lightgray !important;
}

.social-icon {
  font-size: 40px !important;
  color: lightGray !important;
}

.mobile-padding-img {
  padding-left: 0px;
  padding-right: 0px;
}

.download-style {
  max-width: 112px;
  height: auto;
}

.arrow-size {
  max-width: 30px;
}

.no-left-padding {
  padding-left: 0;
}

.apple-btn {
  display: inline-block;
  overflow: hidden;
  background: url(https://linkmaker.itunes.apple.com/assets/shared/badges/en-us/appstore-lrg.svg) no-repeat;
  width: 120px;
  height: 40px;
  background-size: contain;
}

.dropdown-toggle::after {
  display: none !important
}

.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.9);
}

.menu-square {
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
}

.corner-radius {
  border-radius: 8px;
}

.right-reserved-styles {
  background: rgb(70, 70, 70) !important;
  height: 40px;
}

.right-reserved-styles h6 {
  font-size: 0.8rem !important;
  margin-top: 14px !important;
  color: rgb(177, 175, 177);
}

.slide-title {
  text-align: left;
  font-size: 1.1rem;
}

.slide-caption {
  text-align: justify;
  font-weight: 400;
  margin-bottom: 15px;
}

.hidden {
  visibility: hidden;
  opacity: 0 !important;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s linear;
  -moz-transition: visibility 0s 0.5s, opacity 0.5s linear;
  -o-transition: visibility 0s 0.5s, opacity 0.5s linear;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}

.visible {
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.visible-with-delay {
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  transition-delay: 0.8s;
}

.space-correction {
  line-height: 14.5px;
  font-size: 0.8rem
}

.first-slide-arrow {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 40px;
  width: 30px;
  height: auto;
}

.second-slide-arrow {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  left: 25px;
  width: 30px;
  height: auto;
}

.mysaic-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

nav>ul.nav {
  display: none;
}

.user-menu {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.user-menu-mobile {
  display: block;
  position: absolute;
  right: 20px;
  top: 13px;
}

.user-menu-fullname {
  margin-left: 5px;
  display: inline-block;
}

.session-avatar {
  display: inline-block;
  position: relative;
}

.session-avatar img {
  display: inline-block;
  background-color: white;
  width: 35px;
  height: 35px;
  border-radius: 17.5px;
  object-fit: cover;
}

.session-avatar i {
  position: absolute;
  right: -10px;
  font-size: 20px;
  border: 2px solid black;
  border-radius: 20px;
}

.welcome-carousel {
  display: inherit;
}

.apple-left {
  display: block;
}

.apple-below {
  display: none;
}

.second-slide {
  padding-top: 10px
}

.short-desc {
  display: block;
}

.long-desc {
  display: none;
}

.top-iphone,
.bottom-iphone {
  display: none;
}

.dropdown-item:hover {
  background-color: black;
}

.dropdown-item>a {
  display: inline-block;
  width: 94px
}

.dropdown-item>a:hover {
  color: white;
}

.vertical-align-parent {
  position: relative;
}

.vertical-align-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.vbottom {
  position: relative;
  top: 100%;
  transform: translateY(-100%);
}

.blog-arrow {
  height: 50px;
}

@media (max-width: 409.98px) {
  .home-pic {
    display: block;
  }
  .home-pic-landscape {
    display: none;
  }
}

@media (min-width: 410px) {
  /* .home-pic {
    display: none;
  }

  .home-pic-landscape {
    display: block;
  } */
}

@media (min-width: 576px) {
  section#download>.container {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .col-12.extra-padding {
    padding-right: 26px !important;
    padding-left: 26px !important;
  }
  .extra-left-padding {
    padding-left: 26px !important;
  }
  .extra-right-padding {
    padding-right: 26px !important;
  }
  .nav-end .notifications > .content{
    max-height: inherit;
    height: calc(100% - 52px );
    position: fixed !important;
    top: 55px !important;
    right: 0;
    left: 0 !important;
    width: 100% !important;
  }
  .nav-end .notifications > .content .body{
    height: 100%;
  }

  .nav-end .notifications > .content .body .rows{
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 992px) and (orientation: landscape) {
  #about {
    height: calc(100vh - 60px);
  }
  .vertical-align-parent-lg-landscape {
    position: relative;
    height: calc(100vh - 60px);
  }
  .vertical-align-child-lg-landscape {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .user-menu-mobile {
    display: none;
  }
  .arrow-margin {
    margin-left: -54px;
  }
  .blog-arrow {
    height: 30px;
  }
  #blog>.container {
    padding-top: 108px;
    padding-bottom: 27px;
  }
  .second-slide {
    height: 70vh;
  }
  .second-slide-arrow {
    left: 12px;
  }
  .extra-padding.full-screen {
    padding: 0 !important;
  }
  .mysaic-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  nav>.btn-group {
    display: none;
  }
  nav>ul.nav {
    display: inherit;
  }
  .navbar {
    justify-content: baseline;
  }
  .navbar .nav-item a{
    font-size: 1rem !important;
  } 
  
  .navbar .nav-end a{
    text-decoration: none !important;
  }
  .partial-background {
    background: linear-gradient(90deg, black 65%, transparent 35%);
  }

  .nav-link:not(.explore){
    color: gray !important;
  }
  .navbar .nav-item .explore{
    color: black;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #e47900;
    background-color: #e47900;
    height: 40px;
  }
  .nav-link.active {
    color: white !important;
  }
  .nav-link:hover {
    color: white;
  }
  .main-logo-header {
    width: 150px;
    margin-left: 18px;
  }
  .full-screen>img {}
  .welcome-carousel {
    display: none !important;
  }
  .apple-left {
    display: none;
  }
  .apple-below {
    display: block;
    text-align: left;
  }
  .long-desc {
    display: block;
    max-width: 860px
  }
  .short-desc {
    display: none;
  }
  .top-iphone {
    position: absolute;
    display: block;
    opacity: 0;
    top: 0px;
    right: 0px;
  }
  .top-iphone>picture>img {
    display: block;
    width: 200px;
    height: auto;
  }
  .bottom-iphone {
    position: absolute;
    opacity: 0;
    display: block;
    bottom: -70px;
    right: 26px;
    overflow-y: hidden;
  }
  .bottom-iphone>picture>img {
    display: block;
    width: 340px;
    height: auto;
  }
  .container.second-slide {
    margin-right: 0px;
  }
  .subscribe-btn {
    text-align: center;
    margin-bottom: 15px;
  }
  .flex-container-between {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
  }
  .flex-container-between>img {
    width: 55px;
  }
  .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
  }
  .flex-text {
    margin-right: 45px;
    margin-top: 70px;
    width: 55px;
    font-size: 0.8rem;
    text-align: left;
  }
  .flex-text-2 {
    margin-left: 10px;
    margin-right: 45px;
    margin-top: 70px;
    width: 55px;
    font-size: 0.8rem;
    text-align: left;
  }
  .flex-text-3 {
    margin-left: 0px;
    margin-right: 45px;
    margin-top: 70px;
    width: 55px;
    font-size: 0.8rem;
    text-align: left;
  }
  .flex-item {
    width: 42%;
  }
  .flex-img-1 {
    margin-left: -40px;
    margin-top: calc(-84px + 30px);
  }
  .flex-img-2 {
    margin-left: -32px;
    margin-top: 30px
  }
  .flex-img-3 {
    margin-left: -26px;
    margin-top: calc(-47px + 30px);
  }
  .i1 {
    z-index: 300;
  }
  .i2 {
    margin-left: -84px;
    z-index: 200;
  }
  .i3 {
    margin-left: -84px;
    z-index: 100;
  }
  .blog-pic {
    text-align: center;
  }
  .blog-pic>img {
    max-height: 300px;
  }
  .vertical-align-parent-md {
    position: relative;
  }
  .vertical-align-child-md {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  ul.footer-submenu {
    margin-top: 15px;
    list-style: none;
    padding-left: 0;
  }
  .footer-submenu>li {
    text-align: left;
    font-size: 0.8rem;
  }
  .footer-submenu.social {
    display: inline-block;
    margin: 15 auto;
  }
  .footer-submenu.social>li {
    float: left;
    text-align: center;
    margin-left: 10px;
  }
  #download>.container {
    max-width: max-content;
  }
}

@media (min-width: 900px) {
  .flex-item {
    width: 35%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .container.second-slide {
    max-width: 100%;
    margin-left: 22px
  }
}
@media (max-width: 1024px) {
  .nav-end .notifications .title:last-child span[data-badge]:after{
    top: 43px !important;
  }
}

@media (min-width: 992px) {
  .bottom-iphone {
    bottom: -16px;
  }
  .blog-pic>picture>img {
    max-width: 500px;
  }
  #blog>.container {
    padding-top: 108px;
    padding-bottom: 74px;
  }
  .padding-right {
    padding-right: 5%;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media,
  _:future,
  :root,
  .flex-container-between {
    max-height: 150px;
  }
}

@media (min-width: 1400px) and (max-width: 1500px) {
  .coming-soon-bg {
    background-image: url(/assets/images/svg/coming-soon-deskt-path.svg);
    background-repeat: no-repeat;
    background-position-y: 44px;
    background-position-x: 30px;
  }
}

@media (min-width: 1024px) {
  .full-width-lg {
    width: 100%;
  }
  #blog>.container {
    max-width: 100%;
  }
  #blog>.container>.row:nth-child(2) {
    margin-top: 80px;
  }
  .coming-soon-bg {
    background-image: url(/assets/images/svg/coming-soon-deskt-path.svg);
    background-repeat: no-repeat;
    background-position-y: 44px;
  }
  .download-bg {
    background-image: url(/assets/images/svg/download-deskt-path.svg);
    background-repeat: no-repeat;
    background-position-y: 45px;
  }
  .top-iphone>picture>img {
    width: 300px;
  }
  .bottom-iphone {
    bottom: -52px;
  }
  .bottom-iphone>picture>img {
    width: 464px;
  }
  .vertical-align-parent-lg {
    position: relative;
  }
  .vertical-align-child-lg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .second-slide {
    height: calc(100vh - 60px);
    overflow: hidden;
  }
  .home-pic {
    padding-left: 11%;
    padding-right: 11%;
    max-height: 75vh;
  }
  .blog-pic>picture>img {
    max-width: 620px;
  }
  #download {
    overflow-y: hidden;
  }
  .flex-item {
    width: 32%;
  }
  .flex-img-1 {
    top: 32px;
    left: 248px;
    width: 62px;
  }
}

nav>.btn-group {
  flex: 1;
  padding: 0 1rem;
}
/* Search Section */
#search {
  
}

/* Log in btn */
.nav-end{
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
.nav-end .notifications{
  z-index: 2;
}
.nav-end .notifications .icon{
  padding: 5px;
  cursor: pointer;
  font-size: 1.5rem;
  position: relative;
}
.nav-end .notifications .icon[data-badge]:after{
  content: attr(data-badge);
  position: absolute;
  top: 3px;
  right: -3px;
  font-size: .45em;
  background: red;
  color: white;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  box-shadow: 0 0 1px #333;
}
.nav-end .notifications .icon i{
  color: #facc4b;
}

.nav-end .notifications .title:last-child span[data-badge]:after{
  content: attr(data-badge);
  position: absolute;
  top: 48px;
  margin-left: 5px;
  font-size: 0.8em;
  background: red;
  color: white;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  box-shadow: 0 0 1px #333;
}

.nav-end .notifications > .content{
  display: none;
  padding: 0;
  position: absolute;
  width: 410px;
  background: white;
  top: 55px;
  right: 15px;
  border-radius: 5px;
}
.nav-end .notifications > .content .head{
  width: 100%;
  padding: 0 15px;
}
.nav-end .notifications > .content h2{
  color: #000000;
  font-weight: bold;
  text-align: left;
}
.nav-end .notifications > .content .body .titles h2{
  margin: 0;
  text-align: center;
}

.nav-end .notifications > .content .body .titles .empty-alerts{
  background-color: grey;
}

.nav-end .notifications > .content .body .titles .empty-alerts p{
  color: black !important;
  margin: 0 auto !important;
  font-size: 1rem !important;
}

.nav-end .notifications > .content .body .titles .empty-alerts h2{
  margin: 0;
  text-align: center !important;
}

.nav-end .notifications > .content .head h2 i{
  cursor: pointer;
  color: gray;
  float: right;
  padding: 5px;
}
.nav-end .notifications > .content .head .color-lines{
  width: 100%;
}

.nav-end .notifications > .content .body .titles{
  display: grid;
  grid-template-columns: auto auto;
  margin: 0px 10px 10px 10px;
  grid-gap: 10px
}

.nav-end .notifications > .content .body .titles .title{
  cursor: pointer;
}

.nav-end .notifications > .content .body .titles .selected {
  color: #00b8e6;
}

.nav-end .notifications > .content .avatar img{
  margin-top: 0;
}

.nav-end .notifications > .content .body{
  margin-top: 20px;
  height: 100%;
}

.nav-end .notifications > .content .body .rows{
  max-height: calc(100% - 80px);
  overflow: auto;
}

.nav-end .notifications > .content .body .rows ul{
  margin-bottom: 0 !important;
}

.nav-end .notifications > .content .items > a{
  color: black;
}
.nav-end .notifications > .content .items li{
  display: flex;
  align-items: center;
  border-bottom: #ededed solid thin;
  padding: 10px 20px;
}

nav-end .notifications > .content .items .activity-notifications li{
  cursor: pointer;
}

.nav-end .notifications > .content .items li.not-seen{
  background: #8080801f;
}
.nav-end .notifications > .content .items .item-content{
  font-size: 12px;
  width: calc(100% - 90px);
  padding: 0 5px;
}

.nav-end .notifications > .content .items .item-content .buttons .button-accept{
  font-size: 15px;
  background-color: #00b8e6;
  color: white;
  line-height: 1.0;
}

.nav-end .notifications > .content .items .item-content .buttons .button-decline{
  font-size: 15px;
  background-color: white;
  color: grey;
  text-decoration: underline;
  line-height: 1.0;
}

.nav-end .notifications > .content .items .item-content .name{
  font-weight: bold;
}
.nav-end .notifications > .content .items .item-content .name a{
  color: #000000;
}
.nav-end .notifications > .content .items .item-content a{
  color: #00b8e6;
  cursor: pointer;
}
.nav-end .notifications > .content .items .item-content .timestamp{
  margin: 5px 0 5px 0;
  color: #acacac;
  font-size: 10px;
}
.nav-end .notifications > .content .items .item-content .comment{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.nav-end .notifications > .content .photo > div{
  max-height: 45px;
  max-width: 45px;
  height: 45px;
  width: 45px;
  position: relative;
  background: #000000
}
.nav-end .notifications > .content .photo > div i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav-end .notifications > .content .photo img{
  height: 45px;
  width: 45px;
  object-fit: contain;
  background-color: black;
}

.nav-end > div{
  display: inline-block;
  float: left;
}

.log-in-btn > a{
  padding: 5px;
 /*  text-align: left;
  position: absolute;
  top: 0px;
  right: 25px; */
}

.color-lines {
  width: 43px;
}

.color-lines-wrapper .color-lines {
  width: 100%;
}

.log-in-btn a {
  color: #FFFFFF !important;
  text-decoration: none;
  font-size: 16px;
}

/* .log-in-btn > a:hover, .log-in-btn > a:visited, .log-in-btn > a:link, .log-in-btn > a:active {
    color: #FFFFFF;
    text-decoration: none;
} */



