html {
    scroll-behavior: smooth;
}

body {
    font-family: Calibri,'Roboto', sans-serif;
    text-decoration: none;
    background: linear-gradient(to right, var(--theme-color-1), var(--theme-color-0_5));
}

.page-wrapper {
    margin: 0 auto;
    width: 348px;
    padding: 15px 15px 28px;
}

.page-details {
    color:white;
    position: relative;
    background-position:top;
    background-size: cover;
    box-shadow: 1px 1px 25px 0px rgb(88 88 88 / 35%);
    border-radius: 8px;
    height: 492px;
}

.layer {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 9px;
    font-weight: 700;
    padding-top: 17px;
}

.nav-bar-right {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}

.nav-bar a {
    color: white;
}

.hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
}

.qr-code {
    text-align: center;
    position: absolute;
    top: 22px;
    right: 24px;
    margin: auto;
    padding: 8px;
    width: 100px;
    background-color: #FFFFFF;
    border-radius: 14px;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);
}

.box-section {
    margin: 56px 35px 24px 35px;
    background: linear-gradient(180deg, rgba(1, 181, 255, 0.9) 0%, rgba(58, 166, 210, 0) 100%);
    box-shadow: 3px 3px 1px rgba(255, 255, 255, 0.25);
    border: 3px solid #FFFFFF;
    border-radius: 30px;
    padding: 23px 16px 17px 16px;
    width: 248px;
    height: 377px;
}

.title {
    font-weight: 700;
    font-size: 28px;
    width: 150px;
}

.sub-title {
    font-weight: 700;
    font-size: 12px;
    width: 150px;
}

h2 {
    font-weight: 700;
    font-size: 18px;
}

.box-badge {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    row-gap: 12px;
    margin-bottom: 16px;
    font-size: 12px;
}

.badge-pill {
    padding: 2px 9px;
    border: 1px solid #FFFFFF;
}

.description {
    font-weight: 300;
    font-size: 11px;
    height: 45px;
    overflow: hidden;
    margin-bottom: 16px;
}

.actions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.actions {
    margin-bottom: 17px;
    text-align: center;
}

.actions a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    background: #22AFB4;
    border-radius: 9px;
    display: inline-block;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25), -1px -1px 2px rgba(255, 255, 255, 0.25), 1px 1px 2px rgba(0, 0, 0, 0.25), -1px -1px 2px rgba(255, 255, 255, 0.25);
}

.box-button {
    display: flex;
    justify-content: space-between;
}

.card-btn {
    height: 22px;
    font-weight: 700;
    font-size: 12px;
    border-radius: 14px;
    background: linear-gradient(180deg, #23BCFA 0%, #013950 100%);
    border: 1px solid #FFFFFF;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);
    color: white;
    padding: 0 21px;
}

.card-btn:focus {
    outline: 5px auto white;
}

.add-to-contact-wrapper {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.modal-dialog {
    width: 318px;
    margin: auto;
}
