@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body, p, a, div, span, input, button, h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	color: #fff;
}

body {
	background: #0a9d80;
}

img {
	max-width: 100%;
}

button {
  background: #fff;
  color: #0a9d80;
  padding: 20px 40px;
  font-size: 20px;
  border-radius: 20px;
  font-weight: 600;
}

.backToHomeButton {
 background: #276280;
  color: #fff;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 30px;
  font-weight: 300;	
}

.row {
  display: flex;
}

.row1 {
  display: flex;
	flex-direction: column;
}

.column1 {
	display: flex;
  flex: 0 0 calc(100% - 30px);
	justify-content: center;
	padding: 15px;
}

.column2 {
	display: flex;
  flex: 50%;
	justify-content: center;
	padding: 15px;
}

.column3 {
	display: flex;
  flex: 33%;
	justify-content: center;
	padding: 15px;
}

.column4 {
	display: flex;
  flex: 25%;
	justify-content: center;
	padding: 15px;
}

.patient-main-page .column4,
.patient-assessment-tests .column2,
.patient-games-and-exercises .column3,
.patient-assessment-tests .column4,
.therapist-main-page .column4,
.therapist-assessment-tests .column2,
.therapist-games-and-exercises .column3,
.therapist-assessment-tests .column4,
.therapist-chat .column2, 
.therapist-chat .column3,
.patient-chat .column2, 
.patient-chat .column3 {
	flex-direction: column;
}

.patient-inchat-session .column1,
.therapist-inchat-session .column1 {
  display: flex;
  flex: 0 0 calc(100% - 40px);
  justify-content: center;
  padding: 15px;
	flex-direction: column;
}

.patient-chat .column3,
.therapist-chat .column3 {
justify-content: start;
}

input:placeholder-shown {
  color: #000;
  font-size: 20px;
	padding: 5px 10px;
}

input {
  color: #000;
  font-size: 20px;
	padding: 5px 10px;
}

input[type=button], input[type=submit], input[type=reset] {
  background: #fff;
  color: #0a9d80;
  padding: 20px 40px;
  font-size: 20px;
  border-radius: 20px;
  font-weight: 600;
}

header {
  background: #fff;
  width: 100%;
  height: 80px;
}

header .col2 {
  width: 50%;
  float: left;
  height: 80px;
}

header .col4 {
  width: 25%;
  float: left;
  height: 80px;
}

#logo {
  max-height: 70px;
  margin-top: 5px;
	  margin-bottom: 5px;
  margin-left: 10px;
}

.logOutButton {
  background: #0a9d80;
  color: #fff;
  padding: 10px 20px;
  float: right;
  margin-right: 10px;
  margin-top: 16.4px;
}

nav, nav ul {
  display: flex;
  flex-direction: row;
	justify-content: center;
	padding: 0px;
}

nav ul li {
	display: flex;
flex-direction: row;
}

nav ul li a {
  color: #0a9d80;
  padding: 10px;
  line-height: 28px;
  font-size: 20px;
}


.patient-previous-scores-assessment .column2 {
  display: flex;
  flex: 0 0 calc(100% - 40px);
  justify-content: center;
  padding: 15px;
	flex-direction: column;
	margin: 10px;
}

.noDis {
display: none;	
}

#mobileMenuButtonArea button {
  color: #fff !important;
  background: #0a9d80 !important;
  padding: 10px 15px !important;
  border-radius: 0px !important;
  margin-top: 10px;
}

/*-------------------RESPONSIVE CSS------------------*/


@media (min-width: 1151px) and (max-width: 1365px) {
	nav ul li a {
  line-height: 23px;
  font-size: 18px;
}
	
	header .col2 {
  width: 54%;
}
	
		header .col4 {
  width: 23%;
}
}

@media (min-width: 751px) and (max-width: 1150px) {
	#logo {
  max-height: 40px;
  margin-top: 19px;
}
	
	.logOutButton {
  padding: 5px 10px;
  font-size: 15px;
  margin-top: 22px;
}
	
	nav ul li a {
  padding: 5px;
  line-height: 19px;
  font-size: 14px;
}
	
		header .col2 {
  width: 65%;
}

	header .col4 {
  width: 22%;
}
	
	header .col4:last-child {
  width: 13% !important;
}
	
	#nav-placeholder nav ul {
  margin: 25px 0px;
}
}


@media (max-width: 1250px) {
	.regularScreens {
		display: none
	}
}


@media (max-width: 750px) {
	.laptopHeader {
		display: none !important;
	}
	
	.row {
		flex-direction: column;
	}
	
.column2, .column4 {
  flex: 100%;
}	
	
	.homePage .column2 {
	justify-content: center !important;	
	}
	
	header {
  height: 160px;
}
	
	header .col2 {
  width: 100%;
  text-align: center;
}
	
	#logo {
  margin-left: 0px !important;
}

.logOutButton {
float: none !important;
margin-right: 0px !important;
}
	
	#logo {
  margin-top: 15px;
	}
	
	#mobile-nav-placeholder {
  margin-top: 0px;
}
}


@media (min-width: 1251px) {
	.smallScreens {
		display: none
	}
}


@media (min-width: 751px) {
.mobileHeader {
		display: none !important;
	}	
}