@font-face {
  font-family: "Audiowide";
  src: url("../fonts/Audiowide/Audiowide-Regular.ttf");
}

/* ======================================================= */

header nav {
    background-image: url(/frontend/images/cosmo/galaxies-header.jpg);
    background-size:contain;
    background-position: center;
}

h1 {
  font-size: 20px;
  padding: 10px;
}

.logo {
  font-family: "Audiowide", serif;
  font-style: normal;
  letter-spacing: 1px;
}

.form-group {
    margin-bottom:5px !important;
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
  }

  .bd-mode-toggle {
    z-index: 1500;
  }

  .bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
  }

  main > .container {
    padding: 70px 15px 0;
  }

  .footer {
    margin-top:15px !important;
  }


  /* Profiles */
  .profiles-list{
    max-width: 500px;
    margin:0 auto;
    margin-top: 55px;
  }

  .profiles-list .panel {
    margin-bottom: 15px !important;
    border: none !important;
  }
  
  .profiles__body {
    padding:0 !important;
  }
  
  .profiles__body-image {
    padding: 0;
    width:100%;
    height: auto;
  }
  
  .profiles__body-image img, .profiles__body-image picture {
    margin: 0;
    width:100%;
    height: auto;
  }
  
  .profiles__body-text {
    padding: 10px 10px 0 10px;
    font-size:14px;
  }
  
  .profiles__body-buttons {
    padding: 5px;
    font-size:24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .profiles__body-send-content {
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  
  .profiles__body-buttons .bookmark {
    padding-left:5px;
  }
  
  .profiles__body-buttons .heart {
    padding-right:5px;
  }
  
  .profiles__body-buttons .heart-red i  {
    color: #C72C3A;
  
  }
  
  .profiles__body-buttons .send {
    font-size: 14px;
    padding: 3px 12px;
    border: 1px solid silver;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
  }
  
  .profiles__info-but {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 0 0 0;
  }
  
  .profiles__info-but-item i {
    margin-right: 5px;
  }
  
  .profiles__info-but-item img {
    width:20px;
    height:20px;
    border-radius:10px;
    margin-right: 5px;
  }
  
  .profiles__info-but-item {
    font-size:12px;
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    cursor:pointer;
  }
  
  .profiles__aboutme {
    width: 100%;
    padding-bottom: 10px;
    cursor:pointer;
  }
  
  .profiles__aboutme:hover {
    color:black;
  }
  
  .profiles__aboutme-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    max-height: 3.9em;
  }
  
  .profiles__hobbies {
    width: 100%;
    padding-bottom: 10px;
    cursor:pointer;
  }
  
  .profiles__hobbies:hover {
    color:black;
  }
  
  .profiles__hobbies-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    max-height: 3.9em;
  }
  
  .profiles__clamp-none {
    display: block;
    overflow:auto;
    max-height:max-content;
  }
  
  .profiles__heading {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    font-size:14px;
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px dotted silver;
  }
  
  .profiles__heading-item {
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  
  .profiles__heading .zodiac {
    font-family: "MF Zodiac Dings";
    font-size:18px;
    color:blue;
    font-weight: bold;
    display: inline-block;
    margin-right:5px;
  }
  .profiles__heading .zodiac-natal {
    display: inline-block;
    font-size:18px;
  }
  
  .profiles__heading .zodiac-natal i {
    color: #03a9f7;
    margin-left:15px;
    cursor:pointer;
  }

/*============= new ==============*/
.update-btn {
  display: flex;
  justify-content: space-between;
}

.update-btn-other {
  display: flex;
  justify-content: center;
  align-items:center;
  flex-grow: 1;
}

.update-btn-other a {
  text-decoration: none;
}

.list-item-info {
  font-size: 12px;
  color: silver;
}

.update-button {
  margin-left:10px;
}

.copy-block {
  margin-bottom:10px;
}

.mini-avatar {
  border-radius: 15px;
  width:30px;
}

.back-block {
  margin-top: 15px;
  margin-bottom: 10px;
}

.back-block a {
   text-decoration: none;
   font-size:18px;
   padding: 15px;
   color: grey;
}
