@font-face {
    font-family: opensans_reg;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/OpenSans-Regular-webfont.woff') format('woff');
}

@font-face {
    font-family: opensans_bold;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/OpenSans-Bold-webfont.woff') format('woff');
}

@font-face {
    font-family: opensans_exbold;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff');
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
p,
a,
li {
    font-family: opensans_reg !important;
}

body {
    background-color: #fdfdfd;
}

a {
    text-decoration: none;
}

:root {
    --primary: #f42434;
    --secondary: #ebebeb;
    --text_primary: #5b5b5b;
}

.font-bold {
    font-family: opensans_bold !important;
}

.card {
    border: none;
    border-radius: 1.25rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card.personal_info img {
    width: 192px;
    height: 192px;
    border-radius: 100%;
    border: 6px solid #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card.personal_info .card-body {
    padding-top: 8rem;
}

.card.personal_info .card-body .card-title {
    color: var(--text_primary);
    font-family: opensans_exbold !important;
    font-size: 1.25rem !important;
}

.card.personal_info .card-body .card-text {
    color: var(--primary);
}

.card.personal_info {
    background-image: url('../images/top_watermark.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 30px;
}

.actions_btn {
    padding: 10px 0;
    text-align: center;
    max-width: 95%;
    margin: 0 auto;
}

.share_btn,
.save_contact {
    text-decoration: none;
    padding: 15px 0;
    border-radius: 1.5rem;
    font-family: opensans_bold !important;
}

.share_btn {
    background-color: var(--secondary);
    color: var(--text_primary);
    display: inline-block !important;
    margin: 5px 5px;
    position: relative;
    min-width: 35%;
}

.share_btn:hover {
	color: var(--primary);
}

.share_btn::before {
    content: url('../images/share.png');
    position: absolute;
    left: 0;
    transform: translate(0, -30%) scale(0.4);
}

form.save_form {
    display: inline-block !important;
    margin: 5px 5px;
    position: relative;
    min-width: 35%;
}

form.save_form input {
    border: none;
}

.save_contact {
    background-color: var(--primary);
    color: #fff;
    border: none;
    width: 100%;
}

.save_form::before {
    content: url('../images/save.png');
    position: absolute;
    left: 0;
    transform: translate(0, -6%) scale(0.4);
}

a.card.contact_cards .card-title {
    font-size: .75rem;
}

a.card.contact_cards .card-text {
    color: var(--primary);
    font-family: opensans_bold !important;
    font-size: .85rem;
}

.number_spacing {
    letter-spacing: .1rem;
}

a.card.contact_cards img {
    width: 64px;
}

a.card.contact_cards .card-body {
    padding-left: 5px;
}

a.card.contact_cards.qr_code {
    background-color: var(--primary);
    background-image: url("../images/QR.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 78px;
    padding-left: 0;
}

a.card.contact_cards.qr_code .card-title {
    font-size: 1rem;
    margin: 0;
}

.navbar-brand img {
    width: 48px;
}

.bg-light {
    background: #fff !important;
}

.nav-link {
    color: var(--text_primary) !important;
}

.nav-link:hover {
    color: var(--primary) !important;
}

.navbar {
    align-items: start !important;
    border-bottom: 5px solid var(--primary);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    height: 120px;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("https://abianpharmed.com/wp-content/uploads/2023/07/menu.png");
}

@media (max-width: 1024px) {
    .container {
        width: 90% !important;
    }
}

@media (max-width: 768px) {

    form.save_form,
    .share_btn {
        width: 100%;
        display: block;
    }
	
	.navbar-collapse {
		background: #fff;
		z-index: 999;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		border-radius: 4px;
	}
}