@font-face {
	font-family: 'CoconLight';
	src: url('../fonts/CoconLight.eot');
	src: local('CoconLight'), url('../fonts/CoconLight.woff') format('woff'), url('../fonts/CoconLight.ttf') format('truetype');
}

body {
	font-family: 'CoconLight';
}
h1 {
	color:#D60570;
}

/* User Menu */
#logged-in-user .initials {
    background-color: #00679A !important;
    color: #fff !important;
}

/* Person Header */
.person-header__initials {
    background-color: #00679A !important;
    color: #fff !important;
}

/* Mobile Menu */
.mobile-navbar__burger {
    color: #00679a !important;
}

.mobile-navbar__title {
    color: #00679a !important;
}

.mobile-drawer__header {
    background-color: #00679a !important;
}

.mobile-drawer__menu a {
    color: #00679a !important;
}

.mobile-drawer__menu a:hover {
    background: #f3f8fb !important;
}

/* Main Menu */
.menu {
    border-bottom: 1px solid #00679A !important;
}
  
.menu__item > a {
    color: #fff !important;
    background-color: #00679A !important;
}

.menu__item > a.active {
    background-color: #1981B3 !important;
}

.menu__item > a:hover {
    background-color: #1981B3 !important;
}

.btn-success {
    background: #9D153A;
	background: linear-gradient(to bottom, #D4066E 0%,#9D153A 100%);
    color: #ffffff;
    border-color:#D50570;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background: #D4066E;
    border-color:#D50570;
}

.btn-success:active, .btn-success.active {
    background: #A40456;
    box-shadow: none;
    border-color:#D50570;
}

.btn-success:disabled {
    background: #A40456;
    box-shadow: none;
    border-color:#D50570;
}

/* Admin Menu */
.admin-menu .nav-link {
    color: #fff !important;
    background-color: #00679A !important;
}

.admin-menu .nav-link:hover {
    background-color: #1981B3 !important;
    border: none;
}

.admin-menu .nav-item.active .nav-link {
    border: none;
    background-color: #1981B3 !important;
    font-weight: 500;
}

.admin-menu .nav-item > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    background-color: #00679A !important;
}

.admin-menu .nav-item > .dropdown-menu > .dropdown-item {
    color: #fff !important;
}

.admin-menu .nav-item > .dropdown-menu > .dropdown-item:hover{
    background-color: #1981B3 !important;
    color: #fff !important;
}

/* Results */
.results-info .printIcon {
    color: #00679A !important;
}

.doctor__info__initials {
    background-color: #00679A !important;
}

.imagePlaceholder {
    background-color: #00679A !important;
}

.consultation-request {
    background-color: #00679A !important;
}

.consultation-request:after {
    background: linear-gradient(270deg, #00679A 0%, rgba(7, 182, 174, 0) 100%) !important;
}

.consultation-request p, .consultation-request h2 {
    color: #fff !important;
}