html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
 /*  max-width: 960px; */
 /* margin-top: 2rem;*/
 /* padding-top: 1rem;*/
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

/***Custom Modifications*****/
body{
	color: #5e545a;
}


.site-title{
	margin-left: auto!important;
  text-align: center;
}

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

.text-align-justify {
  text-align: justify;
}

.d-flex {
  display: flex;
}

.research h1{
	margin-block-end: 0.67em;
}

.research .display-4{
	font-size: 1.2rem;
    font-weight: 500;
}

h1#studyclose {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 2rem;
    text-align: justify;
}



.research p{
	text-align: justify;
	font-size: 1rem;
	margin-block-end: 1em;
}

.research p.small{
	font-size: 0.8rem;
	font-style: italic;
}

.research .consent-btn{
  /* display: flex; */
  align-items: center;
  background-color: #870052;
  border-color: #870052;
  font-weight: bold;
  color: #ffffff;
  /*
  color: #870052;
   display: block;
  */
  padding: 0.6rem 0.8rem;
}

.research .bankid-btn{
  /* display: flex; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff7b70;
  border-color: #ff7c70b5;
  font-weight: bold;
  padding: 0.2rem 0.6rem; /* adjust the padding values here */
}

.research .upper{
text-transform: uppercase;
}

.bankid-icon {
  height: 40px;
  width: 40px;
  margin-right: 10px;
}

/*
.research .consent-btn:hover{
	color: #ffffff;
    display: block;
    background-color: #870052;
    border-color: #870052;
}
*/


a.p-2.text-dark.active {
    font-weight: bold;
    font-family: cursive;
    font-size: x-large;
}


a.p-2.text-primary.active {
    font-weight: bold;
}


p.text-left.back a {
    color: #3a3438;
}

.profile-card .card-header{
  background-color: #ff7c70;
  color: #ffffff;
  /* background-color: transparent; */
  border-bottom: none;
}

.profile-card .card-footer{
	background-color: transparent;
	border-top: none;
}

.card-header .btn[aria-expanded="true"]{
	font-weight: bold;
}

.card-header .btn[aria-expanded="false"]{
	font-weight: normal;
}

.card-footer .btn[aria-expanded="true"]{
	font-weight: bold;
  color: #adf700;
}

.card-header .btn-link{
	color: #ff7b70;
}

#ordersAccordion h4{
	padding: 0.75rem;
}

.order{
	font-weight: 300;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px; /* Space between the buttons */
}

form {
  margin: 0; /* Remove any default margin from the form */
}

.btn-primary {
  background-color: #ff7b70;
  border-color: #ff7c70b5;
  transition: background-color 150ms;
}

.btn-primary {
  background-color: #ff7b70;
  border-color: #ff7c70b5;
  transition: background-color 150ms;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
  /* Add your custom styles for the active state here */
  background-color: #ff7b70;
  outline: none;
  border-color: none;
}

.btn-primary-green {
  background-color: #4BAD58;
  border-color: #78A15E;
}

.btn-primary-green {
  background-color: #4BAD58;
  border-color: #78A15E;
}
.btn-secondary {
  background-color: #585656;
  border-color: #58565687;
}

.btn.space {
  padding-right: 10px; /* Adjust the value as needed for the desired spacing */
}

.space {
  margin-right: 10px; /* Adjust the value as needed for the desired spacing */
  margin-top: 10px; /* Adjust the value as needed for the desired spacing */
}

.links>a {
	color: #636b6f;
	padding: 0 25px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .1rem;
	text-decoration: none;
	text-transform: uppercase;
}


