:root {
    --primarybg: #764AF1;
    --secondarybg: #d9cdf9;
    --success: #00b894;
}

body {
    min-height: 100%;
    background: #fff;
    font-size: 14px;
    font-family: Inter !important;
}

ul.page_icon_center {
    display: flex;
    justify-content: center;
    padding: 0;
}

.page_icon_center li {
    list-style: none;
    background: var(--secondarybg);
    padding: 5px;
    border-radius: 40px;
    width: 42px;
    height: 42px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #141a22 !important;
    margin: 0 7px 0 0;
    padding: 9px 0 0;
}

.page_icon_center a {
    color: var(--primarybg) !important;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-top: 0;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    max-width: 540px !important;
}

.primary_wrapper {
    position: relative;
    min-height: 200px;
    margin: 0 auto;
    padding: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    background-color: var(--primarybg) !important;
}

.topbg_cover {
    margin: 0 -15px;
    max-height: 230px;
    min-height: 230px;
    overflow: hidden;
    padding: 5% 0 0 !important;
    position: relative;
}

.page_profile {
    width: 100px;
    height: 100px;
    margin: -91px auto 0;
    background-color: #fff;
    background-size: cover;
    border: solid 3px #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.pg_name {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.page_subheadline {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.qrp_prev_wrapper .card-header {
    border-bottom: 0;
    font-size: 18px;
    color: #141a22;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.btn-floating {
    box-shadow: 0 5px 11px rgba(0, 0, 0, .18), 0 4px 15px rgba(0, 0, 0, .15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    transition: all .2s ease-in-out;
    margin: 10px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    background-color: var(--primarybg);
    color: #fff;
}

.add_to_contact {
    width: 107px !important;
    display: inline-flex !important;
    font-size: 12px !important;
    border-radius: 60px !important;
    padding: 7px 7px 7px 15px !important;
}

.add_to_contact {
    position: absolute !important;
    right: 5px;
    top: 0;
    z-index: 99 !important;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card_list {
    margin: 5px 0 -10px 0;
    padding: 0;
}

.card_list li {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    border-bottom: solid 1px #eceef7;
}

.card_list li .sm-t {
    font-size: 12px;
    color: #808ea7;
}

.card_list li .rg-t {
    color: #141a22;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    border-bottom: 0;
    font-size: 18px;
    color: var(--primarybg);
    height: 51px;
}

.card-header .fa-address-card {
    margin-right: .5rem;
}

.fa-solid.fa-user-plus {
    font-size: 18px;
    margin: 5px;
}

.mt-2,
.my-2 {
    margin-top: .5rem !important;
}

.img_gallery_wr img {
    width: 100%;
}

#image_gallery {
    margin-top: 10px;
}