body {
  margin: 20px !important;
  background-color: #e8bfaf;
  color: black !important;
  font-family: "Founders Grotesk Light" !important;
}

.logo {
  width: 125px;
  padding: 0px;
  filter: brightness(0);
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  position: relative;
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}

.section-title p {
  font-size: 18px;
}

.btn-custom {
  text-transform: uppercase;
  /*color: #fff;*/
  /*background-color: #5ca9fb;*/
  /*background-image: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);*/
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  /*background: url(../img/intro-bg.jpg) center center no-repeat;*/
  /*background-color: #e5e5e5;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .overlay {
  /*background: rgba(0,0,0,0.2);*/
}
.intro h1 {
  font-family: "Raleway", sans-serif;
  /*color: #fff;*/
  font-size: 82px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.intro h1 span {
  font-weight: 800;
  /*color: #5ca9fb;*/
}

.intro p {
  /*color: #fff;*/
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
}

/*header .intro-text {*/
/*	padding-top: 350px;*/
/*	padding-bottom: 200px;*/
/*	text-align: center;*/
/*}*/
/* Features Section */
#features {
  padding: 100px 0;
  /*background: #f6f6f6;*/
}

#features i.fa {
  font-size: 38px;
  margin-bottom: 20px;
  transition: all 0.5s;
  /*color: #fff;*/
  width: 100px;
  height: 100px;
  padding: 30px 0;
  border-radius: 50%;
  /*background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);*/
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
/* About Section */
#about {
  padding: 100px 0;
}
#about h3 {
  font-size: 22px;
  margin: 0 0 20px 0;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#about h2::after {
  position: absolute;
  content: "";
  /*background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);*/
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  /*color: #5ca9fb;*/
  font-size: 11px;
  font-weight: 900;
  padding-right: 8px;
}
#about img {
  width: 520px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#about p {
  line-height: 24px;
  margin: 30px 0;
}
/* Services Section */
#services {
  padding: 100px 0;
  /*background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);*/
  /*color: #fff;*/
}
#services .service-desc {
  margin: 10px 10px 20px;
}
#services h2 {
  /*color: #fff;*/
}
#services .section-title h2::after {
  position: absolute;
  content: "";
  /*background: rgba(255,255,255,.3);*/
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
#services i.fa {
  font-size: 42px;
  width: 120px;
  height: 120px;
  padding: 40px 0;
  /*background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);*/
  border-radius: 50%;
  /*color: #fff;*/
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
#services h3 {
  font-weight: 500;
  padding: 5px 0;
  /*color: #fff;*/
}
#services p {
  /*color: rgba(255,255,255,.75);*/
}
#services .service-desc {
  margin-bottom: 40px;
}
/* Portfolio Section */
#portfolio {
  padding: 100px 0;
}
.portfolio-item {
  margin: 1px -15px 0 -14px;
  padding: 0;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  /*color: #fff;*/
  /*background: linear-gradient(to right, rgba(99,114,255,0.8) 0%, rgba(92,169,251,0.8) 100%);*/
  padding: 30% 0 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}

.hover-bg .hover-text > h4 {
  opacity: 0;
  /*color: #fff;*/
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}

.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  transform: translateY(0);
}

.hover-bg:hover .hover-text {
  opacity: 1;
}

/* Testimonials Section */
#testimonials {
  padding: 100px 0;
  background: #f6f6f6;
}
#testimonials i {
  /*color: #e6e6e6;*/
  font-size: 32px;
  margin-bottom: 20px;
}
.testimonial {
  position: relative;
  padding: 20px;
}
.testimonial-image {
  float: left;
  margin-right: 15px;
}
.testimonial-image,
.testimonial-image img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-content {
  position: relative;
  overflow: hidden;
}
.testimonial-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}
.testimonial-meta {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  /*color: #666;*/
}
/* Team Section */
#team {
  padding: 100px 0;
}
#team h4 {
  margin: 5px 0;
}
#team .team-img {
  width: 240px;
}
#team .thumbnail {
  background: transparent;
  border: 0;
}
#team .thumbnail .caption {
  padding: 10px 0 0 0;
  /*color: #888;*/
}
/* Contact Section */
#contact {
  padding: 100px 0 60px 0;
  /*background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);*/
  /*color: rgba(255,255,255,.75);*/
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  /*color: #fff;*/
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contact .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
}
#contact h3 {
  /*color: #fff;*/
  margin-top: 80px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  /*color: #cc0033;*/
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#contact .btn-custom:hover {
  /*color: #1f386e;*/
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  /* float: left; */
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  /*color: #444;*/
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  /*color: #777;*/
}
.form-control:-moz-placeholder {
  /*color: #777;*/
}
.form-control::-moz-placeholder {
  /*color: #777;*/
}
.form-control:-ms-input-placeholder {
  /*color: #777;*/
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  /*color: rgba(255,255,255,1);*/
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fab {
  margin-right: 10px;
}

#contact .contact-item i.far {
  margin-right: 10px;
}

#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fab {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  /*color: #fff;*/
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.far {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  /*color: #fff;*/
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fab:hover {
  /*color: #608dfd;*/
  background: #fff;
}
#contact .social i.far:hover {
  /*color: #608dfd;*/
  background: #fff;
}
/* Footer Section*/
#footer {
  background: #f6f6f6;
  padding: 30px 0;
}
#footer p {
  /*color: #888;*/
  font-size: 14px;
}
#footer a {
  /*color: #608dfd;*/
}
#footer a:hover {
  border-bottom: 2px solid #608dfd;
}

@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
  }
}

.body_login {
  /*background-color: #D4ED31;*/
}

.form {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.form-body {
  width: 45rem;
  padding: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.panel {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  border: none;
  box-shadow: none;
}

#user_dashboard {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.panel-form {
  width: 50rem;
}

.modal-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#kitNumber {
  width: 40rem;
}

.reg-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-reg {
  margin: 1rem;
}

.user-show h1 {
  font-size: 10rem;
  font-weight: bolder;
}

.modal-title {
  align-items: center;
  text-align: center;
  padding: 1rem;
}

.modal_header {
  padding: 0;
  border-bottom: none;
}

.dashboard {
  display: flex;
}
.dashboard_panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80rem;
  margin: 2rem;
}
.panel_text {
  /*color: #FF89CA;*/
  /*background-color: white;*/
  border: none;
  font-size: 3rem;
}

.panel-header {
  /*color: white;*/
  font-size: 9rem;
}

.header-sub {
  /*color: white;*/
  font-size: 3rem;
}

.panel_header_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.panel_button {
  border-radius: 5rem;
  width: 32rem;
  height: 6.3rem;
  margin: 1rem;
}

.new_message_button {
  border-radius: 5rem;
  width: 32rem;
  height: 6.3rem;
  margin: 1rem;
  /*color: #FFFFFF;*/
  background-color: #efefef;
}

.panel_inline {
  display: flex;
  flex-direction: row;
}

#strong_panel_text {
  white-space: pre;
}

/* header */
@font-face {
  font-family: "Founders Grotesk Light";
  src: url("../fonts/founders-grotesk-web-light.woff2") format("woff2"), url("../fonts/founders-grotesk-web-light.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "Founders Grotesk Regular";
  src: url("../fonts/founders-grotesk-web-regular.woff2") format("woff2"), url("../fonts/founders-grotesk-web-regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Founders Grotesk Medium";
  src: url("../fonts/founders-grotesk-web-medium.woff") format("woff"), url("../fonts/founders-grotesk-web-medium.woff2") format("woff2");
  font-weight: 500;
}

@font-face {
  font-family: "GT Super Ds Trial";
  src: url("../fonts/GT-Super-Display-Bold-Trial.otf") format("opentype"), url("../fonts/GT-Super-Display-Bold-Trial.otf") format("opentype");
  font-weight: 900;
}

@font-face {
  font-family: "GTSuperDSTrial-Md";
  src: url("../fonts/GT-Super-Display-Medium-Trial.otf") format("otf"), url("../fonts/GT-Super-Display-Medium-Trial.otf");
  font-weight: 500;
}

.site-header__icons-wrapper {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: flex-end;
}

.site-nav__label {
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  /*color: #ffffff;*/
  padding: 3px 10px;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.grid--table {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0px 21px;
}

.grid--table > .grid__item {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.logo--left {
  margin-top: 2.62rem;
}

.announcement-bar {
  text-align: center;
  position: relative;
}

.announcement-bar--link {
  display: block;
}

.site-header__logo-image img {
  /* // TBD logo adjust */
  width: 80px;
  height: 34.27px;
  position: absolute;
  left: 2.09rem;
  top: 2.05rem;
}

.site-header__mobile-nav {
  background-color: transparent;
  padding: 0 42px;
}

.site-header__menu {
  display: none;
  width: 5rem;
  /* //Menu Close Button */
}

@media only screen and (min-width: 750px) {
  .medium-up--one-half {
    width: 50%;
  }
}

@media only screen and (min-width: 750px) {
  .medium-up--one-quarter {
    width: 25%;
  }
}

@media only screen and (min-width: 750px) {
  .site-header__logo {
    width: 25%;
  }
}

.site-nav__link:hover {
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.site-nav__label:hover {
  text-decoration: none;
  border: none;
  cursor: pointer;
}

@media only screen and (max-width: 749px) {
  .small--hide {
    display: none !important;
    /* // removes div from dom once below width */
  }

  .site-header__logo-image img {
    width: 41px;
    height: 17.547px;
    top: 27px;
  }
}

@media only screen and (max-width: 749px) {
  .site-header__menu {
    display: flex;
  }
}

.text-right {
  text-align: right !important;
}

.site-header__icons {
  position: relative;
  white-space: nowrap;
}

.icon__fallback-text {
  padding: 10px 0px 10px 11px;
}

.site-header .site-header__icons .site-header__icon {
  font-family: "Founders Grotesk";
  font-style: normal;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 25px;
  /*color: #fff;*/
  /* //menu button */
}

.btn--link {
  background-color: transparent;
  /*color: #3d4246;*/
  text-align: left;
}

button {
  text-rendering: auto;
  /*color: -internal-light-dark(black, white);*/
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  /*background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));*/
  box-sizing: border-box;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 6px;
  border-width: 2px;
  border-style: outset;
  /*border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));*/
  border-image: initial;
}

.close-menu {
  display: none;
}

#mobile-nav {
  z-index: 2;
  position: absolute;
  font-family: "Founders Grotesk";
  /*color: #ffffff;*/
  /*background-color:  #ff3c27;*/
  font-size: 41.57;
  flex-direction: column;
  justify-content: space-evenly;
  padding-top: 65px;
  top: -650px;
  transition: 0.5s;
  border-bottom: 1px solid white;
}

.site-header .mobile-nav-wrapper .mobile-nav {
  background: #ff3c27;
  padding-bottom: 120px;
}

.site-header .mobile-nav-wrapper .mobile-nav li a {
  /*color: #fff;*/
  font-family: "Founders Grotesk";
  font-style: normal;
  font-weight: 300;
  font-size: 41.5705px;
  line-height: 49px;
  padding: 5px 30px;
  letter-spacing: -0.219631px;
}

.site-header .mobile-nav-wrapper .nav-logo {
  background: #ff3c27;
  padding: 60px 21px 21px 21px;
  width: 100vw;
}

.mobile-nav__link {
  position: relative;
  width: 650px;
}

.mobile-nav__link,
.mobile-nav__sublist-link {
  display: block;
  width: 100%;
  padding: 15px 30px;
  font-size: 16px;
}

.site-header__icons-wrapper {
  z-index: 3;
}

.mobile-nav {
  display: block;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}

svg:not(:root) {
  overflow: hidden;
}

.mobile-nav__link {
  text-decoration: none;
}

@media only screen and (max-width: 749px) {
  .site-header__icon {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 11px;
    margin: 0px;
    border: none;
  }
}

.button {
  border: none;
  background: none;
  outline: #ff3c27;
}

.site-nav__label {
  text-decoration: none;
}

.mobile-nav__link:hover {
  border: none;
  text-decoration: none;
}

.parent-modal {
  position: relative;
  border: 1px transparent solid;
  border-radius: 4rem;
}

.parent-modal:hover {
  position: relative;
  border: 1px transparent solid;
  border-radius: 4rem;
}

#my_account {
  display: none;
}

.account {
  position: absolute;
  /*background-color: white;*/
  border-radius: 7px;
  /*color: #f989cb;*/
}

.account-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* account link - consider making an id for class inject */
.account-link {
  /*color: #f989cb;*/
  font-size: 1.7rem;
  margin: 1rem;
}

.account-link:hover {
  /*color: #f989cb;*/
  text-decoration: none;
}

.myAccount_border {
  border-radius: 4rem;
  border: 1px solid white;
}

.myAccount_border:hover {
  border-radius: 4rem;
  border: 1px solid white;
}

.modal_head_background {
  /*background-color: #f989cb;*/
  opacity: 0.4;
  position: absolute;
}

.modal_head_link {
  border-bottom: 1px solid #f989cb;
}

.message_count {
  position: relative;
  right: 1rem;
  top: 0.7rem;
  border-radius: 100rem;
  border: 1px solid white;
  /*border-color: white;*/
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.1rem;
  width: 2.1rem;
}

.patient-profile-modal .profile-pic {
  width: 100px;
  height: auto;
}

img.profile-pic {
  width: 79px;
  max-height: 80px;
}

.profile-pic-div {
  margin-right: 10px;
  /* background-color: #D0D0D0; */
  border-radius: 50px;
}

.message_count_countent {
  font-size: 11px;
  font-weight: bolder;
  /*color: black;*/
}

.site-header__cart {
  display: flex;
  justify-content: center;
}

.fas {
  /*color: white !important;*/
  opacity: 0.85;
}

.fas:hover {
  opacity: 0.5;
}

.shop-nav {
  position: absolute;
  top: 2rem;
  margin-left: 0.8rem;
}

/* message component css */
.panel-flex {
  display: flex;
  flex-direction: row;
}

.inbox_text {
  /*color: white;*/
}

.panel-buttons-container {
  display: flex;
  /* flex-direction: column; */
  margin-right: 2rem;
}

.panel-body {
  top: 25%;
  position: absolute;
}

.inbox_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.message_index_sender {
  width: 15vw;
  margin-left: 5rem;
}

.message_index_subject {
  width: 43vw;
}

.message_index_date {
  white-space: normal;
}

/* TAG */
.message_index {
  min-width: 40vw;
  max-width: 70vw;
  border: white solid 2px;
  border-top: none;
  border-radius: 3rem;
  border-collapse: separate;
}

.new_msg_header {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

#new_msg_textarea {
  margin: none;
  border-radius: 3rem;
  /*color: #1F7F61;*/
}

.new_subject {
  /*color: white;*/
}

.new_msg_input {
  /*color: #1F7F61;*/
  display: flex;
  flex-direction: row;
}

.empty_spacer {
  width: 2vw;
}

.empty_spacer {
  width: 2vw;
}

.message_buttons {
  /*width: 18.8rem;*/
  /*height: 5.9rem;*/
  border-radius: 3rem;
  margin: 1rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  text-align: center;
  outline: #fff;
  /*background-color: rgb(0,127,97);*/
  /*color: #fff;*/
  border: #fff 3px solid;
}

.message_buttons:focus {
  background-color: white;
  color: #ff87c8;
}

.message_buttons:active {
  background-color: white;
  color: #ff87c8;
}

.message_button_text {
  margin-left: 1rem;
  margin-right: 1rem;
  /*font-size: 2.7rem;*/
}

.new_msg_button {
  margin-top: 3rem;
}

/* new msg component */
.msg_inputs_container {
  display: flex;
  border-bottom: 1px solid black;
}

.msg_sub_input {
  outline: transparent;
  border-radius: 3rem;
}

.msg_inputs_right {
  margin-left: 4rem;
}

.send_button {
  width: 13rem;
  height: 4.5rem;
  border-radius: 2rem;
  /*background-color: rgb(0,127,97);*/
  /*color: #fff;*/
  border: #fff 3px solid;
  font-size: 2.7rem;
}

.send_button:hover {
  opacity: 0.7;
}

.new_msg_container {
  width: 40rem;
}

.msg_text_area {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 70vw;
  min-width: 30vw;
}

.msg_text_input {
  resize: none;
  border: none;
  width: 79.2vw;
}

.msg_send {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.8rem;
  width: 70vw;
  min-width: 30vw;
  outline: #fff;
  background-color: transparent;
}

.msg_text_input:focus {
  outline: #fff !important;
}

.inbox_container {
  border-radius: 1rem;
  width: 70vw;
  min-width: 30vw;
  background-color: #efefef;
}

/*signin log in Login Sign in */
#signin-email,
#signin-password,
#kitNumber {
  border-radius: 3rem;
  height: 5rem;
  /*border: 2px solid white;*/
  background-color: transparent;
  width: 35rem;
  /*color: white;*/
  font-size: 2.4rem;
}

.login_inputs::placeholder {
  /* placeholder font */
  /*color: white;*/
  opacity: 1;
}

#signupFormPage4 {
  display: none;
}

#socialbutton-customizable,
.socialbutton-customizable,
#countdown {
  background: #ff3c27;
  border-radius: 100rem;
  text-align: center;
  width: 23rem;
  height: 6rem;
  margin: 2rem;
  border: none;
  font-family: FoundersGrotesk-Light;
  font-size: 30px;
  /*color: #FFFFFF;*/
  letter-spacing: 0;
  text-align: center;
}

.button_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.alt-socialbutton-customizable {
  background-color: transparent;
  /*color: white;*/
  border-radius: 2rem;
  border: none;
  width: 14rem;
  font-size: 2rem;
  font-weight: 500;
  margin: 2rem;
}

#signin-email {
  /*color: white;*/
}

#sub-row-page3 {
  display: none;
}

.form-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}

#panel {
  background-color: transparent;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

#signinForm,
#kitRegistrationForm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*color: white;*/
  box-shadow: none;
}

.util_auth {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 30rem;
}

.link-prop:hover {
  text-decoration: none;
  /*color: white;*/
}

/* Sign up account creation create */
#sub-row-page2 {
  display: none;
}

#gender,
#state,
.login_inputs {
  background: transparent;
  border: 2px solid white;
  border-radius: 2rem;
  border-radius: 3rem;
  height: 5rem;
  border: 2px solid white;
  background-color: transparent;
  width: 35rem;
  /*color: white;*/
  font-size: 2.4rem;
}

#passwordHelpBlock {
  /*color: white;*/
  font-size: 1.4rem;
  margin-top: 1rem;
}

#allergies,
#currentMedications {
  height: 25rem;
}

.signup_text_area {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 2rem;
  width: 30rem;
  /*color: white;*/
  font-size: 2.4rem;
}

.login-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 50rem;
}

.link-prop {
  /*color: white;*/
}

.form-group-label {
  /*color: white;*/
  font-size: 2rem;
  font-weight: normal;
}

#subrow1 {
  display: flex;
  justify-content: left;
  align-items: left;
  text-align: left;
}

#allergies,
#currentMedications {
  height: 25rem;
  padding-bottom: 20rem;
}

.signon_header_container {
  /*width: 100vw;*/
  /*display: flex;*/
  justify-content: left;
  margin-left: 9rem;
  /*color: white;*/
}

.signon_header,
.registerkit_header {
  font-family: GT Super Ds Trial Md;
  font-size: 100px;
  /*color: #FFFFFF;*/
  letter-spacing: -1px;
}

.registerkit_text {
  font-family: Founders Grotesk-Light;
  font-size: 35px;
  letter-spacing: -0.53px;
  margin-bottom: 3rem;
}

#registerkit-notificationArea {
  /*color: white;*/
  margin-bottom: 3rem;
}

.checkbox_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
}

#remember_label {
  margin: 0px;
  margin-bottom: 0px;
}

#remember_me {
  margin-top: 0px;
  margin-right: 0.5rem;
}

#registerkit-notificationArea {
  /*color: white;*/
  font-weight: bold;
}

#registerKit_panel {
  background-color: transparent;
}
#kitNumber {
  background-color: transparent;
}

#errorSpan {
  /*color: white;*/
  font-weight: bold;
}

.open_message {
  /*background-color: white;*/
  margin-left: 1rem;
  width: 70vw;
  min-width: 30vw;
  /*color: #1F7F61;*/
  border-radius: 3rem;
}

.replyButton {
  background-color: transparent;
  border: none;
  outline: none;
}

.message_content {
  margin-left: 1rem;
}

.msg_reply {
  border-left: solid black 3px;
  margin-left: 3rem;
  width: 90%;
  overflow-x: hidden;
}

.message_container {
  background-color: transparent;
}

.from_header_el {
  margin-left: 1rem;
}

/*.header_font {*/
/*font-family: "GT Super Ds Trial";*/
/*color: white;*/
/*font-size: 10rem;*/
/*}*/

.inbox_header {
  margin-bottom: 2rem;
}

.msg_panel {
  /* padding: 3rem; */
  display: flex;
  flex-direction: column;
  border: none;
  box-shadow: none;
}

.message_header {
  /*background-color: #4ca590;*/
  display: flex;
  justify-content: space-between;
  /*color: white;*/
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}

.replyChain_header {
  display: flex;
  justify-content: space-between;
  word-wrap: break-word;
  flex-direction: column;
}

.send_header {
  /*background-color: #4ca590;*/
  display: flex;
  align-items: flex-end;
  /*color: white;*/
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}

.sendButton {
  margin-right: 0.6rem;
}

.send_textarea {
  width: 925px;
  outline: transparent;
}

.load_text {
  margin-left: 5rem;
}

.text-green:hover {
  text-decoration: none;
}

.text-green:hover div {
  color: #007f61;
}

.match-box-shadow {
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}

.text-red {
  color: #ff3c28;
}

.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.MuiPaper-root .MuiToolbar-root.MuiToolbar-regular {
  padding-left: 16px;
}

.flex-card {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.MuiButtonBase-root.MuiIconButton-root {
  outline: none;
}

.MuiSvgIcon-root.gray-button {
  color: #ccc;
}

.MuiAlert-icon .MuiSvgIcon-root {
  color: white;
}

.MuiAlert-action .MuiSvgIcon-root {
  color: white;
}

.spinner-border {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.onboard-modal.modal-body {
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.nav-link.disabled-link:hover {
  color: white;
  cursor: default;
}

.account-tables {
  border-collapse: collapse;
  border-radius: 10px;
  margin-top: 1rem;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  overflow: hidden;
  border: none;
}

.account-tables.table thead th {
  background-color: #ff87c8;
  color: white;
  padding: 12px 15px;
  border: none;
}

.nav-item .dropdown-divider {
  margin: 0;
}

.nav-item .dropdown-menu {
	padding: 0;
}

.nav-item .dropdown-item {
  padding: 0.5rem 1.5rem;
}

.nav-item .dropdown-item:active {
  background-color: white;
}

#sendMessageForm {
  width: 100%;
  padding: 0 40px;
}

#sendMessageForm .form-group {
  margin-bottom: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.go-back-wrap {
  color: black;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  font-size: 20px;
}

.go-back-wrap .MuiSvgIcon-root {
  color: white;
}

.go-back-wrap span {
  font-size: 20px;
  margin-left: 5px;
}

.MuiTableBody-root tr:nth-child(even) {
  background-color: #eee;
}

.results-requests-table table:first-child tr td:first-child {
  position: sticky;
  left: 0;
  z-index: 998;
  box-shadow: 1px 0 4px -4px black;
}

.results-requests-table table:first-child tr:nth-child(odd) td:first-child {
  background-color: white;
}

.results-requests-table table:first-child tr:nth-child(even) td:first-child {
  background-color: #eee;
}

.results-requests-table table:first-child tr th:first-child {
  z-index: 999;
  position: sticky;
  left: 0;
}

.results-requests-table .text-green {
  color: #007f61;
}

.panel-flex.panel-divider .message_index tr:hover {
  cursor: pointer;
  background-color: #eee;
}

.send-message-wrap {
  min-height: 360px;
  background-color: white;
  width: 74%;
  border-radius: 10px;
  margin-top: 1rem;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  background-color: #ff87c8;
  padding-top: 10px;
}

table td .MuiIconButton-root {
  height: 48px;
}

.send-message-wrap .kitId-wrap {
  height: 80px;
  background-color: #ff87c8;
}

.flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.just-cont-center {
  justify-content: center;
}

.align-item-center {
  align-items: center;
}

.width-100 {
  width: 100%;
}

.send-message-button-wrap {
  display: flex;
  padding: 0 40px;
  align-items: center;
  justify-content: flex-end;
  height: 60px;
}

.send-message-button-wrap button {
  background-color: #007f61;
  border: none;
}

.send-message-button-wrap button:hover {
  background-color: #007f61;
  border: none;
}

#sendMessageForm .detected {
  border: 2px solid #ff3c28;
  border-radius: 4rem;
  padding: 1rem;
  margin-right: 1rem;
  color: white;
  background-color: #ff3c28;
}

#sendMessageForm .not-detected {
  border: 2px solid #007f61;
  border-radius: 4rem;
  padding: 1rem;
  margin-right: 1rem;
  color: white;
  background-color: #007f61;
}

button.button-green {
  border: 2px solid #007f61;
  color: white;
  background-color: #007f61;
}

button.button-green:hover {
  border: 2px solid #007f61;
  color: white;
  background-color: #007f61;
}

#sendMessageForm button.cancel-button {
  color: #007f61;
  background-color: #ddd;
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.notes-buttons-wrap {
  display: flex;
  justify-content: flex-end;
}

.License-Onboarding-Wrap {
  justify-content: space-between;
  align-items: center;
  width: 450px;
}

.react-datepicker-popper {
  z-index: 100 !important;
}

input#datePicker {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

div#modalTextBox {
  width: -webkit-fill-available;
}

div#appNotes {
  overflow-y: auto;
  max-height: 200px;
}

div#cardTitle {
  color: black;
  text-align: left;
}

textarea.NotesBox.form-control {
  height: 280px;
}

.cardItemRigth {
  font-size: 10px;
  font-weight: 800;
  text-align: right;
}

label#cardFormLabel {
  color: black;
  margin-bottom: 1;
}

.Card-wrap {
  width: 100%;
  min-height: 450px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  background-color: white;
  display: flex;
  justify-content: space-evenly;
}

.Card-wrap-2 {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  background-color: white;
  display: flex;
  justify-content: space-evenly;
}

.Card-wrap-3 {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  background: transparent;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.new-dropdown {
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  justify-content: center;
}

.new-dropdown .btn {
  text-align: center;
}

.new-dropdown button {
  width: 100%;
}

span#notPaid {
  margin-left: 5px;
  color: red;
}

span#paid {
  margin-left: 5px;
  color: green;
}

span#guest {
  color: red;
}

span#verified {
  color: green;
}

button#paymentBtn {
  margin-left: 5px;
  width: 95px;
  padding: 0px;
  text-align: start;
  font-size: 12px;
}

div#patientHistoryList {
  color: #464545;
  font-size: 14px;
}

tr.TableHeaderRow {
  border-bottom: lightgray;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  cursor: pointer;
}

tr.TableRow {
  cursor: pointer;
  background-color: #f9f8f8;
}

tr.TableRow:hover {
  background-color: #ddd9e8 !important;
}

td.HeaderTd {
  font-size: 20px;
  font-weight: 800;
  padding: 5px;
  height: 50px;
}

td.TableTd {
  font-size: 16px;
}

.CardFullBody.mt-2.card {
  width: 100%;
  border-radius: 10px;
}
select#formSelect {
  padding: 8px;
  border-radius: 5px;
}

.Search-wrap {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  background-color: white;
  /* padding: 10px; */
  display: flex;
  justify-content: space-evenly;
}

.divRow {
  width: 100%;
}

.Top-panel {
  border-radius: 10px;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  background-color: #b29ef1;
  padding: 10px;
  height: 100%;
}

p.panelText {
  margin-bottom: 0px;
  align-content: baseline;
}

.Search-wrap .Search-kit-wrap {
  padding: 20px;
  background-color: white;
  display: flex;
  justify-content: space-evenly;
}

span.panelIcon {
  padding-right: 5px;
}

button#theme-btn-variant {
  background-color: #b29ef1;
  border: none;
}

.messageDetailBody.card-body {
  color: black;
  text-align: left;
}

.msgFromUser.row {
  color: black;
  text-align: left;
  justify-content: center;
}

.msgFromUserBig {
  background-color: #e8bfaf;
  color: white;
  height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 40px;
  position: relative;
  font-size: 25px;
  font-weight: 600;
  padding-top: 1px;
  text-align: center;
  font-variant: all-small-caps;
  cursor: pointer;
}

p.msgFromUserFull {
  padding-left: 8px;
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 20px;
}

p.mssReplySmall {
  padding-left: 8px;
  font-weight: 700;
  margin-bottom: 0px;
  cursor: pointer;
}

p.msgToUser {
  font-size: 13px;
  padding-left: 10px;
  margin-bottom: 0px;
  word-spacing: 1px;
}

.message_text {
  margin-left: 100px;
  margin-right: 20px;
  margin-top: 25px;
  color: black;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.msgSubject.card-title {
  margin-bottom: 25px;
  margin-left: 10px;
  font-size: 25px;
  color: black;
  font-weight: 800;
}

.msgSubject.card-title.h5 {
  margin-bottom: 25px;
  margin-left: 75px;
  font-size: 25px;
  color: black;
}

.titleInfo.col {
  text-align: right;
  font-size: 15px;
  padding-right: 50px;
}

.tooltip-inner {
  text-align: left !important;
  /* color: white !important;
  background-color: #B29EF1 !important; */
  background: transparent !important;
}

.tooltip.show {
  opacity: 100 !important;
}

/* Input Box for Table */
.input-box {
  display: flex;
  align-items: center;
  width: auto;
  max-width: 100px;
  background: #fff;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  padding-left: 0.5rem;
  overflow: hidden;
  font-family: sans-serif;
}
.input-box--name {
  max-width: 100%;
}

.input-box .prefix {
  font-weight: 300;
  font-size: 14px;
  color: #ee8155;
}

.input-box input {
  flex-grow: 1;
  width: 40px;
  font-size: 14px;
  background: #fff;
  border: none;
  outline: none;
  padding: 0.5rem;
}

.input-box:focus-within {
  border-color: #777;
}

/* Input Box for Table */
.change-box {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  padding-left: 0.5rem;
  overflow: hidden;
  font-family: sans-serif;
}

.change-box .prefix {
  font-weight: 300;
  font-size: 14px;
  color: #ee8155;
  min-width: fit-content;
}

.change-box input {
  flex-grow: 1;
  width: 100%;
  height: auto;
  font-size: 14px;
  background: #fff;
  border: none;
  outline: none;
  padding: 1rem;
}
.change-box select {
  flex-grow: 1;
  width: 100%;
  height: auto;
  font-size: 14px;
  background: #fff;
  border: none;
  outline: none;
  padding: 1rem;
  margin-right: 14px;
}

.change-box:focus-within {
  border-color: #777;
}

.table thead th {
  font-size: 1rem;
  font-weight: 400;
  color: gray;
}

.table td {
  /* font-size: 1.2rem; */
  font-weight: 400;
  color: black;
}

.modal-content button {
  width: auto !important;
  opacity: 100 !important;
}

.replyDetailBody.card-body {
  color: black;
  padding: 0px !important;
  text-align: left;
}

.replyFullBody.card {
  width: 90%;
  margin-left: 80px;
  margin-top: 25px;
}

button#msg_reply {
  color: black !important;
  background-color: #b29ef1;
  border-radius: 10px;
  border: none;
  /* align-self: baseline; */
  font-family: "Founders Grotesk Light";
  padding: 5px 20px;
}

button#msg_reply:focus {
  box-shadow: none !important;
}

button#readOnlyBtn {
  padding: 1px;
  text-align: start;
  font-size: 12px;
}

button#ccToBtn {
  padding: 2px;
  text-align: start;
  font-size: 14px;
  color: white;
  background-color: #ef8255;
}

div#msgMenuItems {
  background: transparent;
  text-align: left;
  border: none;
  cursor: pointer;
}

.list-group-item.active {
  background-color: white !important;
  color: #b29ef1 !important;
  border-radius: 20px !important;
}

input#borderless {
  border-top: none;
  border-right: none;
  border-left: none;
}

select#borderless {
  border-top: none;
  border-right: none;
  border-left: none;
}

select#borderless:focus {
  box-shadow: none;
  border-color: #b29ef1;
}

input#borderless:focus {
  box-shadow: none;
  border-color: #b29ef1;
}

textarea#borderless {
  border: none;
}

textarea#borderless:focus {
  box-shadow: none;
}

span#basic-addon1 {
  background: none;
  border: none;
}

.CardFullBody.card {
  border-radius: 10px;
}

.nav-link {
  font-size: 25px;
  color: black;
}

button#attachButton {
  background: none;
  border: none;
  box-shadow: none;
}

button#attachButton:focus {
  background: none;
  border: none;
  box-shadow: none;
}

p.formTitle {
  color: black;
}

button#noBorder {
  border: none;
  background: none;
  color: red;
}

button#noBorder:focus {
  border: none;
  background: none;
  color: red;
}

input#formSelect {
  height: auto;
}

.cardFoot.card-footer.row {
  justify-content: flex-start;
  color: black;
  background: none;
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
  align-items: baseline;
}

.fileAttachments {
  margin-left: 10px;
}

.licenceHeader.card-title.h5 {
  text-align: end;
}

button#clearBtn {
  background: none;
  color: black;
  outline: none;
  border: none;
}

button#clearBtn:focus {
  background: none;
  color: black;
  outline: none;
  border: none;
}

td.TableTd.unRead {
  font-weight: 800;
  font-size: 17px;
}

tr.TableRow.unRead {
  background-color: white;
}

.userName {
  font-size: 32px;
  font-weight: 800;
}

div#modalHeader {
  display: block;
}

div#profileFooter {
  display: block;
  text-align: center;
}

p.userPhone {
  margin: 0px;
  font-size: 20px;
  font-weight: 800;
}

div#modalBody {
  font-size: 16px;
}

span.btnFont {
  font-size: 18px;
}

.TestResult.row {
  margin-left: 80px;
  margin-top: 15px;
}

.display_results.pos_display {
  border-left: #d83e2c;
  border-left-style: outset;
  padding-left: 5px;
}

.display_results.neg_display {
  border-left: #33987e;
  border-left-style: outset;
  padding-left: 5px;
}
.display_results.non_rect_display {
  border-left: #f7b500;
  border-left-style: outset;
  padding-left: 5px;
}
.display_results.other {
  border-left: #007bff;
  border-left-style: outset;
  padding-left: 5px;
}

span#positive-test {
  color: white;
  font-size: 17px;
  letter-spacing: 3px;
}

span#negative-test {
  color: white;
  font-size: 17px;
  letter-spacing: 3px;
}

span#indeterminate-test {
  color: white;
  font-size: 17px;
  letter-spacing: 3px;
}
span#other-test {
  color: white;
  font-size: 17px;
  letter-spacing: 3px;
}

div#posRes {
  padding: 10px;
}

div#negRes {
  padding: 10px;
}

div#notRes {
  padding: 10px;
}

.profileCard {
  width: 500px;
  background-color: white !important;
  padding: 20px;
  border-radius: 10px;
  color: black;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

.tooltipCard {
  max-width: 200px;
  background-color: white !important;
  padding: 10px;
  border-radius: 10px;
  color: black;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

.overlayCard {
  max-width: 200px;
  position: relative;
  background-color: white !important;
  padding: 10px;
  border-radius: 10px;
  color: black;
  left: 10px;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

.modalPhone {
  font-size: 20px;
  font-weight: 800;
}

a.cardPurple:active {
  text-decoration: none !important;
}

a.cardPurple:hover {
  text-decoration: none !important;
}

span.modelLabel {
  font-weight: 800;
  padding-right: 10px;
}

svg.pointer {
  cursor: pointer;
}

.ModalRow.row {
  margin-bottom: 25px;
  margin-top: 25px;
}

.modalBody.modal-body {
  margin-left: 25px;
  margin-right: 25px;
}

label.form-check-label {
  font-size: 14px;
}

button#InputDropDown {
  background: white !important;
  outline: none;
  color: black;
  box-shadow: none;
  border-color: black;
}

button#InputDropDown:active {
  background: white !important;
  outline: none;
  color: black;
  box-shadow: none;
  border-color: black;
}

button#InputDropDown:focus {
  background: white !important;
  outline: none;
  color: black;
  box-shadow: none;
  border-color: black;
}

button#InputDropDown:hover {
  background: white !important;
  outline: none;
  color: black !important;
  box-shadow: none;
  border-color: black;
}

.dropdown-item.active,
.dropdown-item:active {
  color: black !important;
  background-color: #b29ef1 !important;
}

svg.deleteIcon {
  color: #d83e2c;
  font-size: 20px;
}

.cmyNjn > .wrapper {
  font-size: 1rem;
  font-family: Founders Grotesk Light !important;
  position: initial !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-color: rgb(206, 212, 218) !important;
  border-radius: 0px !important;
  height: 38px;
}

.cmyNjn > .wrapper:hover {
  box-shadow: none !important;
  border-color: none !important;
}

.cmyNjn > .wrapper:active {
  box-shadow: none !important;
  border-color: #b29ef1 !important;
}

.cmyNjn > .wrapper:focus {
  box-shadow: none !important;
  border-color: #b29ef1 !important;
}

.cmyNjn > .wrapper:focus-within {
  box-shadow: none !important;
  border-color: #b29ef1 !important;
}

.eWFcRu {
  display: none;
}

@media screen and (max-width: 540px) {
  div#searchBox {
    width: 40%;
  }
}

.sc-gswNZR.hCpHso {
  z-index: 1;
  background-color: white;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

.widgetBody.card-body {
  padding: 15px;
}

td.colText {
  font-size: 13px;
  border: none !important;
  height: 25px;
}

table.tooltipTable.table.table-sm {
  margin-bottom: 0px !important;
}

div#profileCard {
  border-radius: 20px;
}

.profileRow.row {
  display: flex;
  justify-content: start;
  align-items: center;
}

.searchPatientCard {
  border-radius: 20px !important;
  padding: 35px;
  margin-bottom: 20px;
}

.profCardName {
  text-align: left;
  font-size: 45px;
  font-weight: 800;
}

.profileLabel.col {
  text-align: left;
  font-size: 17px;
}

.seachbyInput.row {
  font-size: 13px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

svg.table_view {
  font-size: 20px;
  margin-left: 2px;
}

div#searchRow {
  align-items: center;
  display: flex;
}

.filterButton.row {
  justify-content: flex-start;
}

.rbc-agenda-view .rbc-agenda-event-cell:hover {
  cursor: pointer;
}

.rbc-timeslot-group {
  min-height: 60px !important;
}

.pdf-viewer-container {
  width: 100%;
  height: 100%;
}

.pdf-viewer {
  height: 65vh;
  overflow: scroll;
}

.modal-content .disable-verify-document-button {
  opacity: 0.25 !important;
}

.form-check-input {
  width: 24px;
  height: 24px;
}

.transcribe-modal h1 {
  font-size: 54px;
}

.transcribe-modal p {
  font-size: 24px;
}

.transcribe-modal .form-check-label {
  font-size: 24px;
  margin-left: 20px;
  font-weight: 300;
  font-family: "Founders Grotesk Light";
  line-height: normal;
}

.transcribe-modal .group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.transcribe-modal .group .primary-btn {
  width: 400px !important;
  background: #ee8155;
  border-color: #ee8155;
  font-size: 24px;
}

.transcribe-modal .group .secondary-btn {
  width: 400px !important;
  background: #fff;
  border-color: #ee8155;
  color: #ee8155;
  font-size: 24px;
}

.transcribe-modal .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px;
  row-gap: 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}

.transcribe-modal .grid .form-label {
  font-size: 20px;
}

.transcribe-modal input {
  font-size: 20px;
  background: #e9ecef;
}

.transcribe-modal .recorder-section {
  position: relative;
}

.transcribe-modal .record-img {
  position: absolute;
  top: 20px;
}

.transcribe-modal .grid-2 {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  align-items: center;
}

.transcribe-modal .record-btn {
  background: #ee8155;
  border-color: #ee8155;
  font-size: 24px;
  width: 250px !important;
  border-radius: 16px;
}

.transcribe-modal .record-btn:hover,
.transcribe-modal .record-btn:active,
.transcribe-modal .record-btn:focus {
  background: #ee8155;
  border-color: #ee8155;
}

.transcribe-modal .discard-btn {
  /* width: 150px !important; */
  background: #fff;
  border-color: #ee8155;
  color: #ee8155;
  font-size: 24px;
  border-radius: 16px;
}

.transcribe-modal .discard-btn:hover,
.transcribe-modal .discard-btn:active,
.transcribe-modal .discard-btn:focus {
  background: #fff;
  border-color: #ee8155;
  color: #ee8155;
}

/* select form-check class  make it row align center and make input size medium*/
.form-check {
  display: flex;
  align-items: center;
}

.form-check-input {
  width: 15px;
  height: 15px;
}
.form-check-label {
  /* margin-left: 5px; */
}
