/* Custom CSS goes here */

html {
  scroll-behavior: smooth;
}

h1, h2 {
  color: #1f299c;
}

.hidden {
  display: none;
}

.breadcrumb.breadcrumb-dot .breadcrumb-item:after {
  content: "/";
}

.nav-item > a.disabled {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  opacity: 0.4;
}

.table td.filter_validate {
  font-size: 0!important;
}

.table td.filter_validate:before {
  font-size: 1.5rem!important;
  ;
}

.dataTables_wrapper {
  position: relative;
}

.pass_strength[status=false] {
  color: #f17b7b!important;
}

.pass_strength[status=true] {
  color: #50cd89!important;
}

.pass_strength[status=false]::before {
  width: 20px;
  content: '!';
  height: 20px;
  background: #f17b7b;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.pass_strength[status=true]::before {
  width: 20px;
  content: '✓';
  height: 20px;
  background: #50cd89;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.pass_strength[value="0"] {
  visibility: hidden;
}

.drag-icon {
  border: 1px solid #ccc!important;
  padding: 20px!important;
  margin-left: 3.5px;
}

.clone-action-td a {
  max-width: 50px;
}

.wysiwyg-editor {
  display: none;
}


/* Workflow steps */

.step-wrapper .step-content img,
.start .step-wrapper img,
.patient #workflow .container img {
  max-width: 100%;
}


/* Quill editor frontend classes */

.ql-align-center {
  text-align: center;
}

.ql-align-right {
  text-align: right;
}

.fitVids-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.fitVids-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-truncate-2lines {
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.truncate-cell-250px {
  max-width: 250px;
}

#preview_modal .modal-body img {
  max-width: 100%;
}

.overlay-wrapper.video::before {
  font-family: bootstrap-icons!important;
  content: "\f21c";
  color: white;
  font-size: 100px;
  top: 10px;
  position: relative;
}

.overlay-wrapper.video {
  background-color: lightgray;
}

/* 10-6-2022 */
body .gear-btn .menu-sub-dropdown.menu.show, body .gear-btn .menu-sub-dropdown.show[data-popper-placement], body .gear-btn .show.menu-dropdown>.menu-sub-dropdown{
  position: absolute!important;
  inset:unset!important;
  right:0!important;
  top:100%;
  min-width: 250px;
}

.gear-btn{
  position: relative;
}

.ql-editor p {
  margin-bottom: 20px;
}

/* Letter editor styling */
#letter_editor .ql-editor {
  min-height: 300px;
}

#letters .letter-row {
  cursor: pointer;
}

#sidebar_accordion .note-date {
  margin-bottom: 0;
}

#sidebar_accordion .note-title {
  font-weight: 700;
}

#sidebar_accordion .note-body {
  border-bottom: 1px solid #f5f8fa;
  padding-bottom: 10px;
}

#sidebar_accordion .note-container:hover {
  cursor: pointer;
  background-color: #f5f8fa;
}


/* Product Image styles */

#featured-img {
  /*min-height:600px;
  max-width: 100%;
  max-height:600px;*/
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}

.product-img-thumbnail{
  object-fit: cover;
  max-height: 100px;
  max-width: 180px;
  cursor: pointer;
  opacity:0.5;
  margin:5px;
  border:2px solid black;
}

.product-img-thumbnail:hover{
  opacity:1.0;
}

.product-thumbnail-active {
  opacity:1.0;
}

#slide-wrapper{
  max-width:500px;
  display: flex;
  min-height:100px;
  align-items: center;

}

#slider{
  width: 440px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
}

.arrow{
  width:30px;
  height:30px;
  cursor:pointer;
  transition: .3s;
}

.arrow:hover{
  opacity: .5;
  width:35px;
  height:35px;
}

.product-category h1, .product-view h1 {
  font-size: 40pt;
}

.product-category .description, .product-view .short_description, .product-view .tab-content {
  font-size: 12pt;
  line-height: 30px;
}

.product-category .short_description img, .product-view .short_description img, .product-view .tab-content img {
  max-width: 100%;
}

.product-category .price {
  font-weight: 600;
  font-size: 14pt;
}

.product-view .price {
  font-weight: 600;
  font-size: 18pt;
}

.product-view .nav-tabs a {
  font-size: 16pt;
  font-weight: 600;
}

.product-view .availability {
  font-size: 12pt;
}

.product-category #products_promo img {
  max-width: 100%;
}

.ql-size-huge {
  font-size: 28pt;
}

.ql-size-large {
  font-size: 20pt;
}

.row.bg-blue {
  position: relative;
  z-index: 1;
}

.row.bg-blue:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX( -50%);
  width: 100vw;
  height: 100%;
  background: #f1f7fa;
  z-index: -1;
}

.row.bg-grey {
  position: relative;
  z-index: 1;
}

.row.bg-grey:before {
  content: "";
  position: absolute;
  left: 50%;
  top: auto;
  width: 100vw;
  height: 100%;
  background-color: #f0f0f0;
  z-index: -1;
  transform: translateX(-50%);
}
.truncate-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* mobile menu */
.mobile_menu{
  font-size: 30px;
  color: black;
  cursor: pointer;
  display: none;
}

/* Branding updates - Jan 2023 */
body.patient a {
  color: #1f299c!important;
}

body.patient .btn.btn-primary {
  background-color: black !important;
  color: white !important;
}

body.patient .btn.btn-primary:hover:not(.btn-active),
body.patient .btn.btn-primary:focus:not(.btn-active),
body.patient .form-check.form-check-solid .form-check-input:checked {
  background-color: black !important;
}

body.patient .btn.btn-light-primary {
  background-color: #edfffc !important;
}

body.patient .btn.btn-light-primary:hover:not(.btn-active) {
  background-color: #ffffff !important;
}

body.patient .menu-state-primary .menu-item .menu-link.active .menu-title,
body.patient .menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i,
body.patient .menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title,
body.patient .menu-state-primary .menu-item.here>.menu-link .menu-title,
body.patient .menu-state-primary .menu-item.show>.menu-link .menu-title {
  color: #3d59ff;
}
/* End of branding updates - Jan 2023 */


/* responsive */

@media( max-width: 991px ) {
  .mobile_menu{
    display: block;
  }
  .primary-menu ul{
    display: block;
  }
  .main-bar ul li:last-of-type a {
    margin-left: 0;
  }

  .branding{
    position: relative;
    z-index: 99;
  }
  .primary_menu{
    transform: translateX(-110%);
    transition: 0.35s;
    position: fixed;
    height: 100vh;
    top: 130px;
    left: 0;
    display: block;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9;
  }
  .primary_menu div{
    margin: 2.5rem 0;
    font-size: 15px;
  }
  .menu-active .primary_menu{
    transform: translateX(0);
  }
  .menu-active body, html.menu-active{
    overflow: hidden;
  }
}

[data-currency]::before{
  content: attr(data-currency);
}

.hyphen-if-empty:empty:before {
  content: "-";
}

.blink-bg {
  color: #fff;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  animation: blinkingBackground 1s infinite;
  animation-iteration-count: 1;
}

@keyframes blinkingBackground {
  0%		{ background-color: #f5f8fa;}
  50%		{ background-color: #E0E2E2;}
  100%  { background-color: #f5f8fa;}
}

.no-flex {
  flex: unset !important;
}

body[data-kt-sticky-header="on"] #kt_header .powered_by {
  display: none; /* hide 'powered by' strapline when navigation is sticky */
}

#kt_content {
  max-width: calc(100% - 50px);
}

.patient.category .product-category .description img {
  max-width: 100%;
}

.patient.products .accordion-button {
  color: #1f299c !important;
  font-weight: 600 !important;
  background-color: #f1f7fa;
}

.patient.products .accordion-button:not(.collapsed) {
  background-color: #f1f7fa;
}

/*------------------*/

.menu-state-primary .menu-item-wrapper{position:relative;display:flex;}
.menu-state-primary .menu-item-wrapper.menu-link{flex:unset;} 

@media (max-width:767px) {
  .menu-state-primary .menu-item-wrapper.menu-link{white-space:nowrap;flex:unset;margin:0;}   
  .primary_menu .menu-item {margin:1rem 0;}
  .menu-item .menu-item-wrapper .menu-arrow{
      right: 0;
      top:0;
      flex-grow:1;
      height: 40px;
      display:flex;
      justify-content: flex-end;
      align-items: center;
  }
  .menu-state-primary .menu-item .menu-link.active::before {
      content: "";
      background: inherit;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1;
  }
  .primary_menu .menu-sub{
    margin:0.5rem 0;
  }
  .primary_menu .menu-sub div{
    margin:0;
  }
  .menu-state-primary .menu-item .menu-link .menu-arrow:after{
      width:14px;
      height:14px;
  }
}

/* Quill styling resets */
.ql-editor h1, .ql-editor h2 {
  margin-bottom: 20px;
  color: inherit;
}

.tab-content > .tab-pane ul {
  list-style-position: inside;
}

.quill_img_fill_available img {
  max-width: -webkit-fill-available;
  object-fit: contain;
}

.table-rows-cursor-pointer tr,
.cursor-pointer {
  cursor: pointer;
}

.max-height-textarea-code {
  max-height: 200px;
}

.cms_page p {
  margin-bottom: 16px;
}

/* zdravko 25.10.2023. */

/*
.header-return-back-link{
  position: absolute;
  right: 30px;
}
*/

.header-return-back-link a{
  white-space: nowrap;
}

.header-return-back-link a:after{
  content:'\F231';
  font-family: bootstrap-icons!important;
  font-style: normal;
  font-weight: 400!important;
  vertical-align: middle;
}

/*
.h-110px {
  height: 110px!important;
}
*/

.header{
  height:unset !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .header {
    z-index: 3 !important;
  }
}

@media (max-width:992px){
  .header-return-back-link{
    right:15px;
  }
}

.pdf-preview {
  border: 1px solid #eff2f5;
  border-radius: 5px;
}

.control-button-on i {
  opacity: 1.0;
}

.control-button-off i {
  opacity: 0.3;
}

.dropzone.disabled {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  opacity: 0.4;
}

.img-hidden {
  opacity: 0.2;
  filter: grayscale(100%);
}

/* BOTTOM BAR */

.bottom-bar{
  position: sticky;
  position: fixed;
  width: 100%;
  bottom: -1px;
  left:0;
  z-index: 2;
  box-shadow: 0 00px 30px 0 rgba(82,63,105,.08);
  background-color: #fff;
  display: none;
}

body.product-view .bottom-bar{
  display: block;
}

.bottom-bar .btn-primary:visited,
.bottom-bar .btn-primary:focus,
.bottom-bar .btn-primary:active,
.bottom-bar .btn.btn-primary:active:not(.btn-active),
.bottom-bar .btn.btn-primary:focus:not(.btn-active){
  background-color: #08548c !important;
}

body.product-view .footer{
  margin-bottom: 84px;
}

body.product-view .scrolltop {
  bottom: 22px !important;
}

@media (max-width:767px){
  body.product-view .footer{
    margin-bottom: 72px;
  }
}

@media (min-width:768px){
  .bottom-bar .btn{
    width: 500px !important;
  }
}

@media (max-width: 991.98px){
  body.product-view .scrolltop {
      bottom: 70px;
  }
}

video.cms-video {
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}

.cms-content img {
  max-width: -webkit-fill-available;
  max-width: -moz-available;
  max-width: fill-available;
  object-fit: scale-down;
}

.pointer {
  cursor: pointer;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  opacity: 0.4;
}

.disabled-select {
  opacity: 0.4 !important;
}

/* USP Bar styling */
.usp-bar {
  background-color: #ededed;
  user-select: none;
}

.usp-bar .icon > i {
  font-size: 20px;
  color: black;
}

.usp-bar .text {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.5px;
  display: inline-block;
  vertical-align: top;
}
/* End USP Bar styling */

/* Styling updates June 2024 */
.btn {
  border-radius: 30px;
}

.menu-title {
  font-weight: 600;
}

#myaccount.btn{
  border-radius: 8px;
  border: 1px solid #e5e5ed;
  font-size: 13px;
  font-weight: 600;
  background-color: #fcfcfd;
}

.myaccount-menu-sub {
  top: -25px !important;
}

.myaccount-menu-sub .menu-item a{
  color: #5e6278 !important;
  font-size: 13px;
  font-weight: 600;
}

.myaccount-menu-sub.menu-sub-dropdown {
  background-color: #fcfcfd;
  box-shadow: initial;
  border-bottom: 1px solid #e5e5ed;
  border-left: 1px solid #e5e5ed;
  border-right: 1px solid #e5e5ed;
  border-radius: 0 0 8px 8px;
}

@media (max-width:767px){
  #myaccount.btn {
    width: 125px;
  }
  
  .myaccount-menu-sub {
    width: 125px;
  }
}

@media (min-width:768px){
  #myaccount.btn {
    width: 150px;
  }
  
  .myaccount-menu-sub {
    width: 150px;
  }
}

.workflow-timeline {
  text-align: center;
}

.workflow-timeline .item {
  user-select: none;
}

.workflow-timeline > div:first-child:before {
  content: "";
  background-color: red;
}

.workflow-timeline .circle {
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #b2b2b2;
  background-color: white;
  font-size: 20px;
  color: #b2b2b2;
  width: 42px;
  line-height: 35px;
  font-weight: 600;
}

.workflow-timeline .current > .circle {
  background-color: #363636;
  border-color: #363636;
  color: white;
}

.workflow-timeline .circle span {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}

.workflow-timeline .title {
  font-weight: 600;
}

.workflow-timeline .step-separator:before {
  content: "/";
  font-size: 24px;
  font-weight: 500;
  color: #b2b2b2;
  position: relative;
  top: -8px;
  background-color: white;
  width: 24px;
  display: inline-block;
}

.workflow-timeline .col.item {
  position: relative;
  z-index: 1;
}
.workflow-timeline .col.item:not(:last-child):before {
  content: '';
  position: absolute;
  border-top: dotted 4px #b2b2b2;
  width: 70%;
  z-index: -100;
  top: 20px;
  left: 50%;
}
.workflow-timeline .col.item:last-child:before {
  content: '';
  position: absolute;
  border-top: dotted 4px #b2b2b2;
  width: 70%;
  z-index: -100;
  top: 20px;
  right: 50%;
}
.workflow-timeline .circle {
  outline: 10px solid #fff;
}

.workflow-timeline.no-separator .col.item:not(:last-child):before {
  width: 100%;
}

.workflow-timeline.no-separator .col.item:last-child:before {
  display: none;
}

.workflow-timeline .step-separator {
  height: 100%;
}
.workflow-timeline .step-separator::before {
  width: 26px;
  z-index: 2;
  top: 5px;
}

.workflow-timeline .title-container h1 {
  color: black;
  font-size: xx-large;
}

#workflow .border-dark {
  border: 1px solid #b2b2b2 !important;
}

#workflow h2,
#order-summary h2 {
  font-weight: 500;
  color: #5d6770 !important;
}

#order-summary img.product-image {
  max-width: 100px !important;
}

#order-summary a,
#workflow-wrapper label.form-check-label a {
  text-decoration: underline;
  color: black !important;
}

#order-summary .accordion.accordion-icon-toggle .accordion-icon {
  transform: none;
  transition: none;
}

#order-summary .accordion.accordion-icon-toggle .accordion-icon i {
  color: #a1a5b7;
}

#order-summary .accordion .accordion-icon {
  position: relative;
  top: 3px;
}

#order-summary .accordion [aria-expanded="true"] .accordion-icon {
  transform: rotate(180deg);
  transition: none;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

#order-summary .floating-total {
  line-height: 24px;
}

#order-summary .sticky-top {
  top: 130px;
}

#order-summary {
  z-index: 2;
}

#workflow-wrapper h1 {
  font-size: 2rem !important;
  font-weight: 500;
  color: #5d6770 !important;
}

@media (min-width:768px){
  .no-pointer-events-md {
    pointer-events: none
  }
}

.blurred {
  opacity: 0.5 !important;
}

.input-disabled {
  pointer-events: none;
}

.cursor-pointer {
  cursor:pointer;
}
/* End Styling updates June 2024 */

#topbar-wrapper {
  background-color: black;
}

#topbar-wrapper .topbar .header-return-back-link > a,
#topbar-wrapper .topbar .topbar-links a.topbar-link,
#topbar-wrapper .topbar {
  color: white !important;
}

#topbar-wrapper .topbar-links {
  padding-right: 10px;
}

#topbar-wrapper .topbar-links.no-return-link a.topbar-link:last-child {
  padding-right: 0;
  border-right: none;
}

#topbar-wrapper .topbar-links a.topbar-link {
  border-right: 1px solid white;
  padding: 0 10px;
  font-size: 13px;
}

.user-identity {
	display: inline-block;
}

.user-identity .group-name {
	display: block;
	font-size: xx-small;
	text-align: left;
}

.use_default_container {
	margin-top: 10px;
}

.use_default_container input[type=checkbox] {
	margin-right: 5px;
}

.hidden-on-load {
  visibility:hidden;
}

.card_title_use_default_container {
	font-size: 13px !important;
}

.card_title_use_default_container input[type=checkbox] {
	margin-right: 5px;
}

#ryft-pay-form .divider.form-control {
	border: none;
	border-bottom: none !important;
}

.tooltip-wide .tooltip-inner {
  max-width: 350px;
  white-space: normal;
}

/* ------------------------------------------- */
/* NHS theme specific styling */

@import url('https://fonts.cdnfonts.com/css/frutiger');

.theme-nhs {
  color: #231f20;
  font-family:'Frutiger', Arial, sans-serif !important;
}

.theme-nhs #topbar-wrapper {
  background-color: #005EB8;
}

.theme-nhs i:hover, h1, h2{
  color: #005EB8;
}

.theme-nhs .header{
  background-color: #E8EDEE;
}

.theme-nhs .header .separator {
  display: none;
}

.theme-nhs .footer{
  background-color: #E8EDEE;
}

.theme-nhs .btn{
  border-radius: 0px;
}

.theme-nhs .dropzone {
  border: 1px dashed #005EB8;
  background-color: #fafafc;
  border-radius: 0px !important;
}

.theme-nhs .btn-primary {
  background-color: #005EB8;

}

.theme-nhs .text-primary {
  color: #005EB8 !important;
}

.theme-nhs .badge-primary  {
  background-color: #009639;
}

.theme-nhs .bg-light-primary {
  background-color: #fafafc !important;
}

.theme-nhs a {
  color: #005EB8;
}

.theme-nhs .btn-danger {
  background-color: #DA291C;
}


.theme-nhs .badge-danger {
   background-color: #DA291C;
}


.theme-nhs .text-danger {
  color: #DA291C !important;
}


.theme-nhs .btn.btn-active-light-primary:hover:not(.btn-active) i{
  color: #005EB8;
}

.theme-nhs .badge-warning {
  background-color: #FFB81C;
}

.theme-nhs .btn.btn-active-light-primary:hover{
  color:#005EB8;
  background-color: #E8EDEE;
}

.theme-nhs .btn.btn-info {
  background-color: #00A9CE;
}
.theme-nhs .btn.btn-info:hover {
  background-color: #41B6E6 !important;
}

.theme-nhs .badge-info {
  background-color: #00A9CE;
}


.theme-nhs .text-success {
  color: #009639 !important;
}

.theme-nhs .btn.btn-primary:hover:not(.btn-active){
  background-color: #003087 !important;
}

.theme-nhs .scrolltop {
  background-color: #005EB8;
  border-radius: 0px;
}

.theme-nhs .page-item.active .page-link{
  background-color: #005EB8;
  border-radius: 0px;
  color: white !important;
  text-decoration: none;
}
.theme-nhs .menu-sub-dropdown, .theme-nhs .menu-rounded .menu-link{
  border-radius: 0px;
}
.theme-nhs .page-item.active .page-link:hover{
  color: white;
  border-radius: 0px;
}

.theme-nhs .page-item:hover:not(.disabled) .page-link i:hover {
  color: #50cd89;
  border-radius: 0px;
}

.theme-nhs .text-hover-primary:hover{
  color:#005EB8 !important;
}

.theme-nhs .breadcrumb-item, .theme-nhs .breadcrumb-item a {
  color: white !important;
}


.theme-nhs .breadcrumb-item a:hover {
  color: #E8EDEE !important;
}

.theme-nhs .form-check-input:checked {
  background-color: #005EB8;
  border-color: #005EB8;
}


.theme-nhs .menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i, .menu-state-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i {
  color: #005EB8;
}

.theme-nhs .menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active), .menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) {
  transition: color .2sease, background-color .2sease;
  background-color: #E8EDEE;
  color: #005EB8;
}

.theme-nhs .menu-state-primary .menu-item .menu-link:hover{
  color:#005EB8 !important;
}

.theme-nhs .menu-state-primary .menu-item .menu-link.active{
  color:#005EB8 !important;
}

.theme-nhs .badge-light-primary{
  color: #005EB8;
  background-color: #d9f0fd;
}

.theme-nhs .menu-state-icon-primary .menu-item .menu-link.active .menu-icon i {
  color: #005EB8;
}

.theme-nhs .page-link:hover{
  color:#005EB8;
  background-color: #E8EDEE;
  border-radius: 0px;
}

.theme-nhs .nav-line-tabs .nav-item .nav-link:hover{
  border-bottom: 2px solid #005EB8;
}

.theme-nhs .nav-line-tabs .nav-item .nav-link.active{
  border-bottom: 2px solid #005EB8;
}

.theme-nhs .text-active-primary.active{
  color: #005EB8 !important;
}

.theme-nhs .toolbar {
  background-color: #005EB8;
}

.theme-nhs .form-check.form-check-solid .form-check-input:checked {
  background-color: #005EB8;
}

.theme-nhs .text-dark:not(label):not(.bg-light):not(.bg-light-warning):not(.forced) {
	color: #FFFFFF !important;
}

.theme-nhs .text-dark-forced {
  color: #212b32;
}

/* PATIENT NHS STYLING */

.theme-nhs #myaccount,
.theme-nhs .menu-sub-lg-dropdown,
.theme-nhs .card,
.theme-nhs .form-select-sm,
.theme-nhs .card img,
.theme-nhs #featured-img,
.theme-nhs .form-control-lg,
.theme-nhs .form-control,
 .theme-nhs .form-select,
.theme-nhs .myaccount-menu-sub.menu-sub-dropdown {
  border-radius: 0px !important;
}

.theme-nhs .myaccount-menu-sub.menu-sub-dropdown .menu-item {
  margin-top: 8px;
}

.theme-nhs.patient .btn.btn-primary {
    background-color: #005EB8 !important;
    color: white !important;
}


.theme-nhs.patient .btn.btn-primary:hover:not(.btn-active) {
    background-color: #0072CE !important;
    color: white !important;
}

.theme-nhs.patient .btn.btn-primary:focus:not(.btn-active) {
    background-color: #0072CE !important;
    color: white !important;
}


.theme-nhs.patient .form-check.form-check-solid .form-check-input:checked {
    background-color: #005EB8 !important;
}


.theme-nhs .nav-line-tabs .nav-item .nav-link{
    color: #005EB8 !important;
}

.theme-nhs .workflow-timeline .current > .circle {
    background-color: #005EB8;
    border-color: #005EB8;
    color: white;
}

.theme-nhs .workflow-timeline .current .title {
    color: #005EB8;
}

.theme-nhs .workflow-timeline .title-container h1 {
    color:  #005EB8;
}

.theme-nhs .alert-success {
    color: #006b99;
    background-color: #dcf3fc;
    border-color: #b3e8ff;
}

.theme-nhs .gpay-card-info-container.black, .gpay-card-info-animation-container.black {
    background-color: #005EB8;
    box-shadow: none;
}
 .theme-nhs .gpay-card-info-container.black.hover, .gpay-card-info-animation-container.black.hover {
    background-color: #005EB8;
}

  .theme-nhs .flatpickr-day:hover {
     border-radius: 0px;
     color: #005EB8;  
}

 .theme-nhs .flatpickr-day.selected{
    background-color: #005EB8;
    border-radius: 0px;
}
 .theme-nhs .flatpickr-day.selected:hover{
   color: white;
    
}


.theme-nhs .flatpickr-calendar {
    border-radius: 0px;
}

 .theme-nhs #slideRight {
  mask-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTO0DjKpkto8xx76Jr95tfsWDet4fLmZtpHZQ"); 
  -webkit-mask-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTO0DjKpkto8xx76Jr95tfsWDet4fLmZtpHZQ');
}

.theme-nhs .product-img-thumbnail{
   border: 2px solid #005EB8;
}
.theme-nhs.patient .btn.btn-primary 
{
    background-color: #005EB8 !important;
    color: white !important;
}

.theme-nhs .menu-item .menu-link .menu-title {
   font-size: 16px;
    color: #221f21;
}
.theme-nhs #myaccount{
    font-size: 15px;
    color: #221f21;
}

.theme-nhs .group-card h3.group_title {
  color: #005eb8;
  text-decoration: underline;
}

.theme-nhs .group-card .address-detail,
.theme-nhs .group-card .telephone {
  color: #212b32;
}

/* End NHS theme specific styling */
/* ------------------------------------------- */

body.login form img,
.kb-article img {
  max-width: -webkit-fill-available;
  object-fit: contain;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.footer-links li {
  margin-left: 5px;
}

.footer-links li:first-child {
  margin-left: 0;
}

.footer-links li:not(:last-child)::after {
  content: " |";
  margin-left: 5px;
}

.ticket-message .author_name {
  font-weight: bold;
}