@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body {	
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5rem;
	color: #6a6a6a;
 }

h1, h2, h3, h4, h5, h6, legend {
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin: 0 0 1rem;
 	color: #5D7192;
}
h1 {
	color: #0CB5AC;
	font-size: 3rem;
	line-height: 4rem;
}

h2 {
 	font-size: 2.5rem;
 	line-height: 3.5rem;
}
h3 {
	font-size: 2rem;
	line-height: 3rem;
}
h4, legend {
	font-size: 1.67rem;
	line-height: 2.5rem;
}
h5 {
	font-size: 1.5rem;
	line-height: 2.25rem;
}
h6 {
	font-size: 1rem;
	line-height: 1.5rem;
}

a {
	color: #5D7192;
	font-weight: 600;
	text-decoration: underline;
}
a:hover {
	color: #0CB5AC;
}

hr {
	margin: 32px 0;
	width: 100%;
	border: none;
	border-bottom: 1px solid #C3C3C3;
}

select, input, textarea {
	border-radius: 4px;
	border: 1px solid #C3C3C3;
	background: #ffffff;
	padding: 8px 16px;
}
input:focus {
	background: #E7F8F7;
}

button, .btn {
	padding: 12px 32px;
	border: 1px solid #0CB5AC;
	background-color: #0CB5AC;
	color: #ffffff;
	border-radius: 8px;
	cursor: pointer;
	width: 100%;
	text-decoration: none;
}
button:hover, .btn:hover {
	border: 1px solid #0A918A;
	background-color: #0A918A;
	color: #E7F8F7;
}

.btn.secondary {
	background: #ffffff;
	color: #0CB5AC;
}
.secondary:hover {
	background: #E7F8F7;
}
.btn.disabled,
.btn.disabled:hover {
	border: 1px solid #BEC6D3;
	color: #BEC6D3;
	background: #fff;
	cursor: default;
}
.impt {
	color: #F06278;
	font-weight: 700;
}
.error h1 {
	color: #F06278;
}
fieldset {
	margin: 0;
	border: none;
	padding: 0 0 64px;
}
input[type=checkbox],
input[type=radio] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #BEC6D3;
  width: 24px !important;
  height: 24px !important;
  padding: 4px;
  border: 1px solid #BEC6D3;
  border-radius: 4px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
input[type=checkbox]::before,
input[type=radio]::before {
  content: "";
  width: 16px;
  height: 16px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #0CB5AC;
}
input[type=radio],
input[type=radio]::before {
	border-radius: 50%;
}
input[type="checkbox"]:checked::before,
input[type=radio]:checked::before  {
  transform: scale(1);
}

form {
	width: 100%;
}

form ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
form li {
	padding: 0 0 16px;
	margin: 0;
}
label, .label {
	color: #5D7192;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	display: block;
}
input[type=text], input[type=email], input[type=password], input[type=date], input[type=number],
button {
	width: 100%;
}
textarea {
	width: 100%;
	min-height: 160px;
}

.note {
	padding: 16px;
	border-radius: 8px;
	border: 1px solid #F9CCB0;
	background: #FEF2EB;
}

div.actions {
	border-top: 1px solid #BEC6D3;
	padding-top: 32px;
	width: 100%;
	display: flex;
	flex-flow: column wrap;
	gap: 32px;
	justify-content: space-between;
}
.error div.actions {
	justify-content: flex-start;
	border-top: none;
	padding-top: 0;
}

div.wrapper {
 	margin: 0 auto;
	width: 100vw;
	padding: 36px 18px;
	display: flex;
	flex-flow: column wrap;
	gap: 36px;
}

.breadcrumbs {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}
.breadcrumbs li {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.breadcrumbs li:last-child {
	font-weight: 700;
}
.breadcrumbs li:after {
	content: ">";
	padding: 0 16px;
}
.breadcrumbs li:last-child:after {
	content: none;
}
.dashboard .container {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-self: stretch;	
	gap: 36px;
}
.dashboard .sidebar {
	padding: 32px;
	background: #EFF1F4;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.sidebar .nav {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	margin: 0;
	padding: 0;
}
.sidebar .nav li {
	margin: 0;
	padding: 0;
}
.sidebar .nav .active {
	color: #384458;
	font-weight: 700;
	text-decoration: none;
}
.dashboard .main {
	width: 100%;
	display: flex;
	flex-flow: column wrap;
	gap: 36px;
}
.dashboard .main > .actions {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
}

.dashboard .pagination {
	display: flex;
	padding-top: 32px;
	justify-content: center;
	align-items: center;
	gap: 32px;
	align-self: stretch;
	border-top: 1px solid #BEC6D3;
}
.pagination a.current {
	text-decoration: none;
	font-weight: 700;
}

.tag {
	display: flex;
	padding: 4px 16px;
	justify-content: center;
	align-items: center;
	gap: 32px;	
	border-radius: 12px;
	border: 1px solid #5D7192;
	background: #EFF1F4;
	color: #5D7192;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
}
.tag.scheduled {
	border: 1px solid #0CB5AC;
	background: #E7F8F7;
	color: #0CB5AC;
}
.tag.completed {
	border: 1px solid #A2B542;
	background: #F6F8EC;
	color: #A2B542;	
}

form.profile li {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}
form.profile label {
	width: 128px !important;
}
form.profile input,
form.profile select,
form.profile input[type=text], 
form.profile input[type=password] {
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #c3c3c3;
	padding: 4px 0;
	width: 320px;
}
form.profile input[type=image] {
	width: 24px;
	border: none;
	border-radius: 0;
	padding: 0;
}
form.profile .id-img {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 16px;
}
form.profile .id-img > input {
	width: 240px;
}
form.profile button {
	width: 256px;
	margin-top: 16px;
}

form.searchbar {
	border-radius: 4px;
	border: 1px solid #c3c3c3;
	padding: 8px 16px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}
form.searchbar label {
	display: none;
}
form.searchbar input[type=text],
form.searchbar input[type=image] {
	border: none;
	border-radius: 0;
	padding: 0;
}
form.searchbar input[type=image] {
	width: 24px;
}

.main table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
.main tr {
	border-bottom: 1px solid #BEC6D3;
}
.main thead tr {
	background: #EFF1F4;
}
.main th, 
.main td {
	padding: 8px;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #ffffff;
  margin: 2vh auto;
  padding: 32px;
  border: 1px solid #c3c3c3;
  width: 90%; /* Could be more or less, depending on screen size */
}
.modal-content h5, 
.modal-content h6,
.modal-content p {
	padding: 0;
	margin: 0 0 16px;
}
.modal-content p.note {
	padding: 16px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}



@media only screen and (min-width: 768px) {
	body {
		font-size: 16px;
	}
	div.wrapper {
 		margin: 0 auto;
		width: 100vw;
		padding: 64px 32px;
	}
	button, .btn {
		padding: 12px 32px;
		width: auto;
	}
	.dashboard .container {
		gap: 64px;
		flex-flow: row nowrap;
	}
	.dashboard .sidebar {
		width: 25%;
	}

	form.profile input,
	form.profile select,
	form.profile input[type=text],
	form.profile input[type=password] {
		width: 592px;
	}
	.modal-content {
		width: 640px;
	}
	div.actions {
		flex-flow: row wrap;
	}

}
@media only screen and (min-width: 1024px) {

}

@media only screen and (min-width: 1600px) {
	div.wrapper {
		margin: 0 auto;
		width: 1504px;
		padding: 96px 0;
		gap: 64px;
	}

	.dashboard .container {
		gap: 96px;
	}

	.dashboard .sidebar {
		width: 25%;
		padding: 32px;
	}
	.dashboard .main {
		width: 75%;
		gap: 64px;
	}

}