:root {
	
	--color-main: #9E7942;	
	--color-info: #F2F2F2;
	--color-white: #ffffff;
	--color-main-hover: rgba(10, 148, 71, .85);		
    
    --bg-green: rgba(10, 148, 71, 1);
    --bg-red: rgba(255, 0, 0, 1);        
    
}

html {
	
	position: relative;
	min-height: 100%;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 1rem;
	height: 100%;

}

body {
	
	font-size: 1rem;
	min-height: 100%;
	display: grid;
	grid-template-rows: 1fr auto;
	font-family: "Inter", Arial, Helvetica, sans-serif;	
	background: #fff;
	
}

h1, h2, h3, h4, h5, strong {
	
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 600;
	
}

.weight-100, .weight-200, .weight-300, .weight-400, .weight-500, .weight-600, .weight-700, .weight-800, .weight-900 {
	
	font-family: "Inter", Arial, Helvetica, sans-serif !important;
	
}

.tabbable-line>.nav-tabs>li.open, .tabbable-line>.nav-tabs>li:hover {
	
	border-bottom: 4px solid rgba(10, 148, 71, .85) !important;
	
}

body > .wrapper {
	
	padding-bottom: 0;
	
}

.profile-dropdown {
	
	height: auto;
	
}

.my-profile-dummy .patient-main {
	
	top: -5px !important;
	
}

.header-button {
	
	height: 36px;
	
}

.bar {
	
	min-height: 0;
	max-height: none;
	background: #475258;
	color: rgba(255,255,255,0.8);
	
}

.bar a {
	
	color: rgba(255,255,255,1);
	
}

.bar a:hover {
	
	color: rgba(255,255,255,.85);
	
}

.bar .divider {
	
	border-left: solid 1px rgba(255,255,255,0.25);
	width: 1px;
	height: 18px;
	
}

.top .my {
	
	width: 48px;
	height: 48px;
	line-height: 48px;
	
}

.header-pseudo {
	
	height: 57px;
	
}

.c-ico {
	
	width: 32px;
    height: 32px;
    border-radius: 50% !important;
    background-color: var(--bg-green);
    color: #fff;
	
}

.color-main {
	
	color: var(--color-main) !important;
	
}

.color-grey {
	
	color: #686868 !important;
	
}

.bg-red {
	
	background: var(--bg-red) !important;
	color: var(--color-white) !important;
	
}

.btn.bg-red:hover {
	
	background: rgba(186, 0, 0,1) !important;
	
}

.call-center-description {
	
	color: rgba(134, 134, 134, 1);
	
}

#my-profile-dropdown {
	
	font-family: "Inter", Arial, Helvetica, sans-serif;
	
}

a:hover {
	
	color: var(--color-main);
	
}

b, strong {
	
	font-weight: 700;
	
}

.top {
	
	height: auto;
	padding: 0;
	
}

.logo-company {

	height: 64px;	
	
}

#header .company>span {
	
	color: #333 !important;
	
}

.article-content hr {
	
	border-top-color: #333;
	
}

.white-block, .white-tile {
	
	border-radius: 1rem !important;
	background: rgba(243, 243, 243, 1) !important;
	box-shadow: 0px 1rem 2rem rgba(0,0,0,0.12);
	
}

.user-sidebar-block {
	
	border-radius: 0 0 1rem 1rem !important;
	
}

.or-text span {
	
	background: rgba(243, 243, 243, 1) !important;
	
}

.btn {
	
	border-radius: 2rem !important;
	
}

.btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:active {
	
	border-color: var(--color-main);
	
}

.btn-emergency, .btn-primary {
	
	background: var(--color-main) !important;
	border-color: var(--color-main) !important;
	
}

.btn-emergency:hover, .btn-emergency:active, .btn-primary:hover, .btn-primary:active {
	
	background: var(--color-main-hover) !important;
	border-color: var(--color-main-hover) !important;
}

#header {
	
	background: #C4A372 !important;
	color: #fff;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
	padding-top: .75rem !important;
	padding-bottom: .75rem !important;
	
}

#footer {

	position: relative;
	background: rgb(243,243,243) !important;
	color: #000 !important;

}

#footer a {
	
	color: #000 !important;
	
}

.footer-payment-icons .footer-payment > svg {
	
	fill: #000 !important;
	
}

.round-0 {
	
	border-radius: 0rem !important;
	
}

.round-2rem {
	
	border-radius: 2rem !important;
	
}

.round-1rem {
	
	border-radius: 1rem !important;
	
}

.font-size-05rem {
	
	font-size: .5rem !important;
	
}

.font-size-065rem {
	
	font-size: .65rem !important;
	
}

.font-size-075rem {
	
	font-size: .75rem !important;
	
}

.font-size-085rem {
	
	font-size: .85rem !important;
	
}

.font-size-09rem {
	
	font-size: .9rem !important;
	
}

.font-size-095rem {
	
	font-size: .95rem !important;
	
}

.font-size-1rem {
	
	font-size: 1rem !important;
	
}

.font-size-115rem {
	
	font-size: 1.15rem !important;
	
}

.font-size-125rem {
	
	font-size: 1.25rem !important;
	
}

.font-size-15rem {
	
	font-size: 1.5rem !important;
	
}

.font-size-175rem {
	
	font-size: 1.75rem !important;
	
}

.font-size-2rem {
	
	font-size: 2rem !important;
	
}

.font-weight-100, .weight-100 {
	
	font-weight: 100;
	
}

.font-weight-200, .weight-200 {
	
	font-weight: 200;
	
}

.font-weight-300, .weight-300 {
	
	font-weight: 300;
	
}

.font-weight-400, .weight-400 {
	
	font-weight: 400;
	
}

.font-weight-500, .weight-500 {
	
	font-weight: 500;
	
}

.font-weight-600, .weight-600 {
	
	font-weight: 600;
	
}

.font-weight-700, .weight-700 {
	
	font-weight: 700;
	
}

.font-weight-800, .weight-800 {
	
	font-weight: 800;
	
}

.font-weight-900, .weight-900 {
	
	font-weight: 900;
	
}

.nowrap {
	
	white-space: nowrap;
	
}

.line-height-05 {
	
	line-height: .5 !important;
	
}

.line-height-075 {
	
	line-height: .75 !important;
	
}

.line-height-1 {
	
	line-height: 1 !important;
	
}

.line-height-115 {
	
	line-height: 1.15 !important;
	
}

.line-height-125 {
	
	line-height: 1.25 !important;
	
}

.line-height-150 {
	
	line-height: 1.5 !important;
	
}

.line-height-175 {
	
	line-height: 1.75 !important;
	
}

.line-height-200 {
	
	line-height: 2 !important;
	
}

.cursor-pointer {
	
	cursor: pointer !important;
	
}

.about-ul {
	
	list-style: none;
	
}

.about-ul li {
	
	position: relative;	
	
}

.about-ul li:before {
	
	content: '\f00c';
	font-family: "Font Awesome 6 Duotone";
	position: absolute;
	left: 0;
	
}

#footer .phone {
	
	font-size: 28px;
	
}

.panaceya-preorderform .info-block {
	
	color: rgba(0,0,0,0.65);
	
}

.accordion {
	
	--bs-accordion-active-color: #ffffff !important;
	--bs-accordion-active-bg: #0a9447 !important;
	--bs-accordion-btn-focus-border-color: #58c488 !important;
	--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(10, 148, 71, 0.25) !important;
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
	
}

@media only screen and (max-width: 768px) {
	
	body > .wrapper {
		
		padding-bottom: 0px !important;
	
	}
	
	.logo-company {
		
		height: 72px;
		max-height: 72px;
		
	}
	
	.phone {
		
		padding-bottom: 0 !important;
		border-bottom: 0 !important;
		
	}
	
	.tabbable-line>.nav-tabs>li>a {
		
		padding: 15px;
		
	}
	
	.breadcrumbs {
		
		position: relative;
		width: 100%;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		height: 3.5rem;
		
	}
	
	.breadcrumbs > div {
		
		position: absolute;
		
	}
	
	.font-size-30 {
		
		font-size: 1.25rem;
		
	}
	
	.section-title small {
		
		display: block;
		font-size: .75rem;
		
	}
	
	#footer {
		
		padding-bottom: 3rem;
		
	}
	
	body.logged #footer {
		
		padding-bottom: 7.5rem !important;
		
	}
	
	.header-pseudo {
		
		height: 60px !important;
		
	}
	
	.font-size-xs-065rem {
		
		font-size: .65rem !important;
		
	}
	
	.health-my h2 {
		
		font-size: 25px !important;
		
	}
	
}

@media (min-width: 576px) {

	.container-fluid {
    	
		max-width: 540px;
	
	}
	
}

@media (min-width: 768px) {

	.container-fluid {
    
		max-width: 720px;
		padding-right: calc(var(--bs-gutter-x) * .5);
    	padding-left: calc(var(--bs-gutter-x) * .5);
	
	}
	
}

@media (min-width: 992px) {

	.container-fluid {
    	
		max-width: 960px;
		padding-right: calc(var(--bs-gutter-x) * .5);
    	padding-left: calc(var(--bs-gutter-x) * .5);
	
	
	}
	
}

@media (min-width: 1200px) {
	
	.container-fluid {
    
		max-width: 1140px;
		padding-right: calc(var(--bs-gutter-x) * .5);
    	padding-left: calc(var(--bs-gutter-x) * .5);
	
	}
	
}

@media (min-width: 1400px) {

	.container-fluid {
		
	    max-width: 1320px;
	    padding-right: calc(var(--bs-gutter-x) * .5);
    	padding-left: calc(var(--bs-gutter-x) * .5);
	    
	}
	
}