html {
  background: #445559;
}

body {
  max-width: 375px;
  margin: 0 auto;
  background: #F5F5F6;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s linear;
}

body.card-template-2 #content {
  padding-bottom: 100px;
}

body.card-template-2::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

body.frame-mobile #floating-bar{
  padding-bottom: 1rem;
}

body.frame-mobile #floating-bar .col-4:first-child {
  /*padding-left: 1.5rem;*/
}

body.frame-mobile #floating-bar .col-4:last-child {
  padding-right: calc(22px + 27px);
  padding-left: 0;
}

#floating-bar{
  width: 375px;
}

@media (max-width: 1024px) {
    #floating-bar{
        width: 100%;
    }
}

#floating-bar .btn-link {
    color: rgba(68, 68, 68, 1);
}

#floating-bar .btn-qr {
  width: 64px;
  height: 64px;
    padding: 0;
  margin-top: -30px;
  box-shadow: 0 3px 3px #b0b5bd;
}

.vcard-header {
  height: 128px;
  margin-bottom: calc(112px + 1.5rem);
}

.vcard-header.no-name{
  margin-bottom: 4.5rem;
}

.vcard-header__profile {
  top: calc(100% - 50px);
  left: 50%;
  transform: translateX(-50%);
}

.vcard-header__profile.no-images {
  top: 50%;
  transform: translate(-50%, -50%);
}

.vcard-header__profile .profile__name{
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.vcard-header__profile .profile__title,.profile__company{
  color: #8C8C8C!important;
}

.vcard-contact * {
  font-size: 12px;
}

#vcard-contact .input-group{
  min-height: 44px;
    flex-wrap: nowrap;
}

#vcard-contact .input-group .input-group-text{
  /*height: 100%;*/
}

#vcard-contact .input-group .input-group-text .bi{
  width: 16px;
  height: 16px;
  font-size: 13px;
}

#vcard-contact .input-group p{
  font-size: 12px;
  line-height: 16px;
}



#vcard-socials a {
  height: 50px;
  width: 50px;
}

#vcard-socials a .bi-facebook {
  color: #0d9ae6;
}

#vcard-socials a .bi-messenger {
  background: -webkit-linear-gradient(#FF6968, #A334FA, #0695FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#vcard-socials a .bi-linkedin {
  color: #0077B5;
}

#vcard-socials a .bi-instagram {
  background: -webkit-linear-gradient(#8a3ab9, #bc2a8d, #fccc63, #fbad50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#modal-share-qrcode {
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}

#modal-share-qrcode.show {
  opacity: 1;
}

#modal-share-qrcode .modal-dialog {
  bottom: -100%;
  transition: all 0.5s ease;
  width: 100%;
}

#modal-share-qrcode.show .modal-dialog {
  bottom: 0;
}

body.mode-1 #modal-share-qrcode .modal-dialog{
  width: 100%;
}


#modal-share-qrcode .img-qr {
  width: 245px;
  height: 245px;
}

.animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -100%;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  body.card-template-2{
    width: 100%;
    max-width: 100%;
  }
}

.input-group {
  margin-bottom: 8px;
}

.input-group-text {
  padding: 12px 14px;
}
